export function AuthModal(onSuccess) { const overlay = document.createElement('div'); overlay.className = 'fixed inset-0 z-[100] flex items-center justify-center bg-black/80 backdrop-blur-sm px-6'; const modal = document.createElement('div'); modal.className = 'w-full max-w-md bg-panel-bg border border-white/10 rounded-3xl p-8 shadow-3xl animate-fade-in-up'; modal.innerHTML = `
Please provide your Muapi.ai API key to start creating high-aesthetic images.