@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple-gradient:linear-gradient(135deg, #6b46c1 0%, #4c1d95 50%, #312e81 100%);--sidebar-bg:#1a0a2e;--sidebar-width:64px;--card-bg:#eeecf4;--text-primary:#1a1a2e;--text-secondary:#6b7280;--accent-purple:#7c3aed;--border:#e5e7eb;--radius:12px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 32px #00000029}html,body{height:100%}body{color:var(--text-primary);-webkit-font-smoothing:antialiased;background:#f5f4fa;font-family:Inter,system-ui,sans-serif}#root{height:100%}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}.serif{font-family:Playfair Display,serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c4b5d4;border-radius:4px}@keyframes spin{to{transform:rotate(360deg)}}.auth-layout{background:linear-gradient(135deg,#0f0a1e 0%,#1e0f3c 50%,#0d1b4b 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-bg{pointer-events:none;position:absolute;inset:0}.auth-bg-orb{filter:blur(80px);opacity:.35;border-radius:50%;position:absolute}.auth-bg-orb-1{background:radial-gradient(circle,#7c3aed,#0000);width:500px;height:500px;top:-150px;right:-100px}.auth-bg-orb-2{background:radial-gradient(circle,#4338ca,#0000);width:400px;height:400px;bottom:-100px;left:-80px}.auth-content{z-index:1;width:100%;max-width:420px;padding:24px;position:relative}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;padding:40px 36px;box-shadow:0 25px 60px #0006}.auth-logo{justify-content:center;margin-bottom:24px;display:flex}.auth-title{color:#fff;text-align:center;letter-spacing:-.5px;margin-bottom:8px;font-size:26px;font-weight:700}.auth-subtitle{color:#ffffff8c;text-align:center;margin-bottom:32px;font-size:14px;line-height:1.5}.auth-subtitle strong{color:#fffc}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-error{color:#fca5a5;text-align:center;background:#ef444426;border:1px solid #ef444466;border-radius:8px;padding:10px 14px;font-size:13px}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field label{color:#ffffffb3;font-size:13px;font-weight:500}.auth-field input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;outline:none;padding:11px 14px;font-size:14px;transition:border-color .2s}.auth-field input::placeholder{color:#ffffff4d}.auth-field input:focus{background:#7c3aed1a;border-color:#7c3aed}.auth-btn{color:#fff;letter-spacing:.2px;background:#7c3aed;border:none;border-radius:10px;width:100%;margin-top:8px;padding:12px;font-size:15px;font-weight:600;transition:background .2s,transform .1s;display:block}.auth-btn:hover:not(:disabled){background:#6d28d9}.auth-btn:active:not(:disabled){transform:scale(.99)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;color:#ffffff73;margin-top:24px;font-size:13px}.auth-switch a{color:#a78bfa;font-weight:500;transition:color .2s}.auth-switch a:hover{color:#c4b5fd}
