*{--border-radius:8px}.auth-bg{z-index:-1;background:linear-gradient(135deg,#0f0f1a 0%,#1a1a2e 50%,#16213e 100%);position:fixed;inset:0;overflow:hidden}.dark .auth-bg,.auth-bg{background:linear-gradient(135deg,#0f0f1a 0%,#1a1a2e 50%,#16213e 100%)}html:not(.dark) .auth-bg{background:linear-gradient(135deg,#f0f4ff 0%,#e8eeff 50%,#dde6ff 100%)}.auth-bg:before,.auth-bg:after{content:"";filter:blur(80px);opacity:.6;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.auth-bg:before{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);width:600px;height:600px;animation-delay:0s;top:-200px;left:-100px}.auth-bg:after{background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 50%,#6366f1 100%);width:500px;height:500px;animation-delay:-10s;bottom:-150px;right:-100px}.orb{filter:blur(60px);opacity:.4;pointer-events:none;border-radius:50%;position:absolute}.continue-with-social-btns{grid-template-columns:1fr;gap:15px;display:grid}.orb-1{background:linear-gradient(135deg,#ec4899 0%,#f43f5e 100%);width:400px;height:400px;animation:25s ease-in-out infinite reverse float;top:50%;left:30%}.orb-2{background:linear-gradient(135deg,#10b981 0%,#14b8a6 100%);width:300px;height:300px;animation:18s ease-in-out -5s infinite float;top:20%;right:20%}.orb-3{background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%);width:350px;height:350px;animation:22s ease-in-out -8s infinite float;bottom:30%;left:10%}html:not(.dark) .auth-bg:before{opacity:.4;background:linear-gradient(135deg,#818cf8 0%,#a78bfa 50%,#c084fc 100%)}html:not(.dark) .auth-bg:after{opacity:.4;background:linear-gradient(135deg,#22d3ee 0%,#60a5fa 50%,#818cf8 100%)}html:not(.dark) .orb-1{opacity:.3;background:linear-gradient(135deg,#f472b6 0%,#fb7185 100%)}html:not(.dark) .orb-2{opacity:.3;background:linear-gradient(135deg,#34d399 0%,#2dd4bf 100%)}html:not(.dark) .orb-3{opacity:.3;background:linear-gradient(135deg,#fbbf24 0%,#f87171 100%)}@keyframes float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(50px,-30px)scale(1.1)}50%{transform:translate(-30px,50px)scale(.95)}75%{transform:translate(-50px,-20px)scale(1.05)}}.grid-pattern{opacity:.5;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}html:not(.dark) .grid-pattern{background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px)}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative}.auth-glass-card{-webkit-backdrop-filter:blur(20px);z-index:1;background:#ffffff14;border:1px solid #ffffff26;border-radius:24px;width:100%;max-width:440px;padding:2.5rem;animation:.6s ease-out fadeInUp;position:relative;box-shadow:0 25px 50px -12px #00000040,inset 0 0 0 1px #ffffff0d}html:not(.dark) .auth-glass-card{background:#ffffffb3;border:1px solid #fffc;box-shadow:0 25px 50px -12px #0000001a,inset 0 0 0 1px #ffffff80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-card-header{text-align:center;margin-bottom:2rem}.auth-logo{align-items:center;gap:5px;margin-bottom:1.5rem;text-decoration:none;display:inline-flex}.auth-logo-icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.auth-logo-text{color:#fff;font-size:1.5rem;font-weight:700}html:not(.dark) .auth-logo-text{color:#1e293b}.auth-logo-text .highlight{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-card-title{color:#fff;margin-top:1rem;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}html:not(.dark) .auth-card-title{color:#1e293b}.auth-card-subtitle{color:#fff9;font-size:.95rem}html:not(.dark) .auth-card-subtitle{color:#64748b}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field label{color:#fffc;font-size:.875rem;font-weight:500}html:not(.dark) .form-field label{color:#374151}.input-wrapper{position:relative}.input-wrapper input{border-radius:var(--border-radius);color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}html:not(.dark) .input-wrapper input{color:#1e293b;background:#fffc;border:1px solid #0000001a}.input-wrapper input::placeholder{color:#fff6}html:not(.dark) .input-wrapper input::placeholder{color:#9ca3af}.input-wrapper input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f133}.input-wrapper .input-icon{color:#fff6;cursor:pointer;transition:color .2s;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}html:not(.dark) .input-wrapper .input-icon{color:#9ca3af}.input-wrapper .input-icon:hover{color:#ffffffb3}html:not(.dark) .input-wrapper .input-icon:hover{color:#6b7280}.input-wrapper.has-toggle input{padding-right:3rem}.form-extras{justify-content:flex-end;display:flex}.form-link{color:#818cf8;font-size:.875rem;text-decoration:none;transition:color .2s}.form-link:hover{color:#a5b4fc}.auth-submit-btn{border-radius:var(--border-radius);color:#fff;cursor:pointer;width:100%;box-shadow:0 var(--border-radius) 20px -4px #6366f166;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.auth-submit-btn:before{content:"";opacity:0;background:linear-gradient(135deg,#818cf8 0%,#a78bfa 100%);transition:opacity .3s;position:absolute;inset:0}.auth-submit-btn:hover:before{opacity:1}.auth-submit-btn span{z-index:1;justify-content:center;align-items:center;gap:.5rem;display:flex;position:relative}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-divider{z-index:1;align-items:center;gap:1rem;margin:1.5rem 0;display:flex;position:relative}.auth-divider:before{content:none}.auth-divider:after{content:"";background:#ffffff1f;flex:1;height:1px}html:not(.dark) .auth-divider:before,html:not(.dark) .auth-divider:after{background:#0000001a}.auth-divider span{color:#ffffff80;font-size:.875rem}html:not(.dark) .auth-divider span{color:#9ca3af}.social-btn{border-radius:var(--border-radius);color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.social-btns{gap:15px;display:flex}.g_id_signin div[role=button]{border-radius:var(--border-radius);height:auto;padding:.75rem 1.5rem}html:not(.dark) .social-btn{color:#374151;background:#fffc;border:1px solid #0000001a}.social-btn:hover{background:#ffffff1f;border-color:#fff3}html:not(.dark) .social-btn:hover{background:#fffffff2;border-color:#00000026}.auth-footer{text-align:center;color:#fff9;margin-top:1.5rem;font-size:.9rem}html:not(.dark) .auth-footer{color:#64748b}.auth-footer a{color:#818cf8;font-weight:500;text-decoration:none}.auth-footer a:hover{color:#a5b4fc}.auth-terms{color:#fff6;margin-top:1rem;font-size:.8rem}html:not(.dark) .auth-terms{color:#9ca3af}.auth-terms a{color:#fff9}html:not(.dark) .auth-terms a{color:#6b7280}.otp-inputs{justify-content:center;gap:.75rem;display:flex}.otp-input{text-align:center;color:#fff;background:#ffffff0f;border:2px solid #ffffff1f;border-radius:12px;width:52px;height:60px;font-size:1.5rem;font-weight:600;transition:all .2s}html:not(.dark) .otp-input{color:#1e293b;background:#fffc;border:2px solid #0000001a}.otp-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f133}.otp-input.filled{background:#6366f11a;border-color:#6366f1}.step-indicator{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.step{color:#ffffff80;background:#ffffff1a;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}html:not(.dark) .step{color:#9ca3af;background:#0000000d;border:2px solid #0000001a}.step.active{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-color:#0000;box-shadow:0 4px 12px #6366f166}.step.completed{color:#fff;background:#10b981;border-color:#0000}.step-line{background:#ffffff1a;width:40px;height:2px;transition:background .3s}html:not(.dark) .step-line{background:#0000001a}.step-line.active{background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%)}.theme-toggle-auth{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#fff;z-index:100;background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:fixed;top:1.5rem;right:1.5rem}html:not(.dark) .theme-toggle-auth{color:#374151;background:#fffc;border:1px solid #0000001a}.theme-toggle-auth:hover{background:#fff3}html:not(.dark) .theme-toggle-auth:hover{background:#fffffff2}.theme-toggle-auth .sun-icon{display:none}.theme-toggle-auth .moon-icon,html:not(.dark) .theme-toggle-auth .sun-icon{display:block}html:not(.dark) .theme-toggle-auth .moon-icon{display:none}.back-btn{color:#fff9;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}html:not(.dark) .back-btn{color:#64748b}.back-btn:hover{color:#fff}html:not(.dark) .back-btn:hover{color:#1e293b}.form-step{animation:.4s fadeIn;display:none}.form-step.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.resend-timer{text-align:center;color:#ffffff80;margin-top:1rem;margin-bottom:1rem;font-size:.875rem}html:not(.dark) .resend-timer{color:#9ca3af}.resend-timer button{color:#818cf8;cursor:pointer;background:0 0;border:none;font-weight:500}.resend-timer button:disabled{color:#ffffff4d;cursor:not-allowed}html:not(.dark) .resend-timer button:disabled{color:#d1d5db}.form-message{border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.9rem;animation:.3s fadeIn;display:none}.form-message.error{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d;display:flex}html:not(.dark) .form-message.error{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.form-message.success{color:#6ee7b7;background:#10b98126;border:1px solid #10b9814d;display:flex}html:not(.dark) .form-message.success{color:#059669;background:#10b9811a;border:1px solid #10b98133}@keyframes slideDown{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.password-strength{gap:.25rem;margin-top:.5rem;display:flex}.strength-bar{background:#ffffff1a;border-radius:2px;flex:1;height:4px;transition:background .3s}html:not(.dark) .strength-bar{background:#0000001a}.strength-bar.weak,html:not(.dark) .strength-bar.weak{background:#ef4444}.strength-bar.medium,html:not(.dark) .strength-bar.medium{background:#f59e0b}.strength-bar.strong,html:not(.dark) .strength-bar.strong{background:#10b981}.strength-text{color:#ffffff80;margin-top:.25rem;font-size:.75rem}html:not(.dark) .strength-text{color:#9ca3af}.benefits-list{border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}html:not(.dark) .benefits-list{border-top:1px solid #0000001a}.benefit-item{color:#ffffffb3;align-items:center;gap:.75rem;font-size:.875rem;display:flex}html:not(.dark) .benefit-item{color:#4b5563}.benefit-icon{color:#10b981;background:#10b98133;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}@media (width<=480px){.auth-container{padding:1rem}.auth-glass-card{border-radius:20px;padding:1.5rem}.otp-input{width:38px;height:50px;font-size:1.25rem}.auth-card-title{font-size:1.5rem}}
