@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
.auth-page{--bg-primary:#0a0e1a;--bg-card:#111830;--text-primary:#e2e8f0;--text-muted:#94a3b8;--text-dimmed:#64748b;--white:#fff;--accent:#8b5cf6;--accent-dark:#7c3aed;--fuchsia:#d946ef;--gradient-cta:linear-gradient(135deg,#7c3aed 0%,#c026d3 100%);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;height:100%;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden auto}.auth-page .auth-starfield{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}.auth-page .auth-star{animation:auth-twinkle var(--duration)ease-in-out infinite;animation-delay:var(--delay);background:#fff;border-radius:50%;position:absolute}@keyframes auth-twinkle{0%,to{opacity:var(--min-opacity)}50%{opacity:var(--max-opacity)}}.auth-page .auth-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#8b5cf60f 0%,#d946ef08 40%,#0000 70%);width:700px;height:700px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-page .auth-content{z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:48px 16px;display:flex;position:relative}.auth-page .auth-logo-row{margin-bottom:32px}.auth-page .auth-logo{filter:brightness(0)invert();opacity:.85;width:auto;height:28px;transition:opacity .2s}.auth-page .auth-logo:hover{opacity:1}.auth-page [data-slot=card]{background:var(--bg-card)!important;color:var(--text-primary)!important;border:1px solid #8b5cf61f!important;border-radius:16px!important;box-shadow:0 20px 60px #00000059,0 0 40px #8b5cf60a!important}.auth-page [data-slot=card] h1{color:var(--white);font-weight:700}.auth-page .text-muted-foreground{color:var(--text-muted)!important}.auth-page label,.auth-page [data-slot=label]{font-weight:500;color:var(--text-primary)!important}.auth-page [data-slot=input]{color:var(--white)!important;background:#ffffff0a!important;border-color:#8b5cf62e!important;border-radius:10px!important;height:42px!important;transition:border-color .2s,box-shadow .2s!important}.auth-page [data-slot=input]::placeholder{color:var(--text-dimmed)!important}.auth-page [data-slot=input]:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px #8b5cf626!important}.auth-page [role=separator],.auth-page [data-slot=separator]{background:#8b5cf61f!important}.auth-page .bg-card{background:var(--bg-card)!important}.auth-page .auth-btn-primary{background:var(--gradient-cta)!important;color:var(--white)!important;border:none!important;border-radius:10px!important;height:44px!important;font-size:15px!important;font-weight:700!important;transition:transform .2s,box-shadow .2s!important}.auth-page .auth-btn-primary:hover:not(:disabled){transform:translateY(-1px)!important;box-shadow:0 8px 30px #8b5cf64d!important}.auth-page .auth-btn-outline{color:var(--text-primary)!important;background:#ffffff0a!important;border:1px solid #8b5cf633!important;border-radius:10px!important;height:44px!important;font-weight:600!important;transition:all .25s!important}.auth-page .auth-btn-outline:hover:not(:disabled){border-color:var(--accent)!important;background:#8b5cf614!important}.auth-page .auth-btn-ghost{color:var(--text-muted)!important;background:0 0!important;border:none!important;transition:color .2s!important}.auth-page .auth-btn-ghost:hover{color:var(--white)!important;background:#ffffff0f!important}.auth-page a.auth-link{color:var(--accent);font-weight:500;text-decoration:none;transition:color .2s}.auth-page a.auth-link:hover{color:#a78bfa;text-decoration:underline}.auth-page .auth-error{color:#f87171;background:#ef444414;border:1px solid #ef444426;border-radius:10px}.auth-page .auth-success{color:#4ade80;background:#22c55e14;border:1px solid #22c55e26;border-radius:10px}.auth-page .text-destructive{color:#f87171!important}@media (max-width:480px){.auth-page .auth-content{padding:32px 12px}}
