@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--background:#f8fafc;--foreground:#0f172a;--card-bg:#ffffffb3;--card-border:#ffffff80;--primary:#6366f1;--primary-glow:#6366f166;--secondary:#a855f7;--accent:#f43f5e;--text-muted:#64748b;--glass:#fff6;--glass-border:#ffffff80;--shadow:0 8px 32px 0 #1f268712}[data-theme=dark]{--background:#020617;--foreground:#f8fafc;--card-bg:#0f172ab3;--card-border:#1e293b80;--primary:#818cf8;--primary-glow:#818cf84d;--secondary:#c084fc;--accent:#fb7185;--text-muted:#94a3b8;--glass:#0f172a66;--glass-border:#1e293b80}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:Inter,system-ui,-apple-system,sans-serif;transition:background .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:var(--shadow);border-radius:24px}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 0 15px var(--primary-glow);border:none;border-radius:12px;padding:12px 24px;font-weight:600;transition:all .2s}.btn-primary:hover{filter:brightness(1.1);box-shadow:0 0 25px var(--primary-glow);transform:translateY(-2px)}.input-glass{background:var(--glass);border:1px solid var(--glass-border);color:var(--foreground);border-radius:12px;outline:none;width:100%;padding:12px 16px;transition:border-color .2s}.input-glass:focus{border-color:var(--primary)}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.min-h-screen{min-height:100vh}.h-screen{height:100vh}.w-full{width:100%}.max-w-md{max-width:28rem}.relative{position:relative}.z-10{z-index:10}.p-8{padding:2rem}.text-center{text-align:center}.text-3xl{font-size:1.875rem;font-weight:700;line-height:2.25rem}.text-2xl{font-size:1.5rem;font-weight:700;line-height:2rem}.text-xl{font-size:1.25rem;font-weight:600;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-muted{color:var(--text-muted)}.text-primary{color:var(--primary)}.text-red-500{color:#ef4444}.font-semibold{font-weight:600}.font-bold{font-weight:700}.cursor-pointer{cursor:pointer}.hover\:underline:hover{text-decoration:underline}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade{animation:.4s forwards fadeIn}.animate-spin{animation:1s linear infinite spin}
