:root{--font-display:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;--color-neon-green:#00e599;--color-text-primary:#fff;--color-text-secondary:#a1a1aa;--color-text-tertiary:#71717a;--gradient-neon:linear-gradient(135deg,#00e599 0%,#0c8 100%)}.auth-modal{z-index:9999;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out modalFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.auth-modal.hidden{display:none}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.auth-modal-backdrop{-webkit-backdrop-filter:blur(8px);background:#000000d9;position:absolute;inset:0}.auth-modal-content{z-index:10;background:#1a1a1a;border-radius:16px;width:fit-content;max-width:90vw;height:636px;transition:all .3s;animation:.4s cubic-bezier(.4,0,.2,1) modalSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.auth-modal-content:has(#authMessage:not(.hidden)){width:480px}.auth-modal-content:has(#authMessage:not(.hidden)) .auth-modal-left{display:none}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-modal-left{background:#000;flex-direction:column;justify-content:space-between;width:374px;height:636px;padding:48px 32px;display:flex;position:relative;overflow:hidden}.auth-modal-left:before{content:"";filter:blur(80px);opacity:.6;pointer-events:none;background:radial-gradient(at 0 0,#6366f14d 0,#0b5cf64d 0,#0000 50%),radial-gradient(at 50% 0,#1db9814d 0,#0000 50%),radial-gradient(at 100% 0,#f43f5e4d 0,#0000 50%),radial-gradient(at 100%,#f43f5e4d 0,#0000 50%),radial-gradient(at 100% 100%,#8b5cf64d 0,#0000 50%),radial-gradient(at 0 100%,#ec48994d 0,#0000 50%),radial-gradient(at 50% 100%,#8b5cf64d 0,#0000 50%);width:200%;height:200%;animation:20s linear infinite meshRotate;position:absolute;inset:-50%}@keyframes meshRotate{0%{transform:rotate(170.867deg)}to{transform:rotate(530.867deg)}}.auth-modal-left:after{content:"";opacity:.4;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");position:absolute;inset:0}.auth-modal-logo{z-index:10;align-items:center;gap:10px;display:flex;position:relative}.auth-modal-logo .logo-icon{filter:drop-shadow(0 0 10px #10b9814d);width:28px;height:28px}.auth-modal-logo .logo-text{font-family:var(--font-display);color:#fff;font-size:16px;font-weight:700}.auth-modal-decoration{pointer-events:none;position:absolute;inset:0;overflow:hidden}.auth-modal-decoration .glow-orb-1{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes breathe{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}.auth-modal-decoration .glow-orb-2{filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#8b5cf614 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:10s ease-in-out 2s infinite breathe;position:absolute;top:20%;right:-10%}.auth-modal-branding{z-index:10;position:relative}.auth-modal-branding .branding-title{font-family:var(--font-display);color:#fff;margin-bottom:16px;font-size:28px;font-weight:700;line-height:1.15}.auth-modal-branding .branding-subtitle{color:#fffc;font-size:16px;line-height:1.6}.auth-modal-right{background:#1e1e1e;flex-direction:column;width:456px;height:636px;padding:80px 48px 50px;display:flex;position:relative;overflow-y:auto}.auth-modal-right::-webkit-scrollbar{width:6px}.auth-modal-right::-webkit-scrollbar-track{background:0 0}.auth-modal-right::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.auth-modal-close{color:#ffffff80;cursor:pointer;z-index:20;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.auth-modal-close:hover{color:#fff;background:#ffffff1a}.auth-form-view{animation:.3s ease-out formFadeIn}#loginForm .form-input{width:360px}@keyframes formFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-form-view.hidden{display:none}.new-style-login-view{max-width:400px;margin:0 auto;animation:.3s ease-out formFadeIn}.new-style-login-view.hidden{display:none}.new-style-login-view .auth-form-header{text-align:center;margin-bottom:32px}.new-style-login-view .auth-form-title{font-family:var(--font-display);color:#fff;margin-bottom:8px;font-size:28px;font-weight:700}.new-style-login-view .auth-form-subtitle{color:#888;font-size:14px}.new-style-login-view .auth-form,.new-style-login-view .social-buttons{flex-direction:column;gap:12px;display:flex}.new-style-login-view .btn-social{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #e6e9ec1a;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:14px;font-weight:500;transition:background .3s,border-color .3s;display:flex}.new-style-login-view .btn-social:hover{background:#ffffff14;border-color:#e6e9ec33}.new-style-login-view .btn-social svg{width:18px;height:18px}.new-style-login-view .divider{color:#666;text-transform:lowercase;letter-spacing:.5px;margin:30px 0;font-size:12px}.new-style-login-view .divider:before,.new-style-login-view .divider:after{background:#3a3a3a;height:1px}.btn-email-toggle{width:100%;font-family:var(--font-sans);color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #e6e9ec1a;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;padding:12px;font-size:14px;font-weight:500;transition:background .3s,border-color .3s;display:flex}.btn-email-toggle:hover{background:#ffffff14;border-color:#e6e9ec33}.btn-email-toggle svg{width:20px;height:20px}.terms-text{color:#666;text-align:center;font-size:12px;line-height:1.6}.terms-link{color:#888;text-decoration:underline}.terms-link:hover{color:#aaa}.old-style-login-view{animation:.3s ease-out formFadeIn}.auth-modal-right:has(.old-style-login-view:not(.hidden)){padding:40px 48px 30px}.old-style-login-view.hidden{display:none}.old-style-login-view .auth-form-header{text-align:center;margin-bottom:20px}.old-style-login-view .auth-form-title{font-family:var(--font-display);color:#fff;margin-bottom:8px;font-size:28px;font-weight:700}.old-style-login-view .auth-form-subtitle{color:#888;font-size:14px}.old-style-login-view .form-group{gap:4px;margin-bottom:12px}.old-style-login-view .divider{margin:16px 0}.old-style-login-view .auth-form-title{margin-bottom:6px;font-size:24px}#signupForm .auth-form-header{margin-bottom:10px}#signupForm .auth-form-title{margin-bottom:2px;font-size:22px}#signupForm .auth-form-subtitle{font-size:13px;line-height:1.3}#signupForm .form-group{gap:2px;margin-bottom:5px}#signupForm .divider{margin:8px 0}#signupForm .strength-text{margin-top:1px;margin-bottom:0;font-size:10px;line-height:1.2}#signupForm .btn-auth-primary{height:44px;margin-top:4px;margin-bottom:4px}#signupForm .form-label{margin-bottom:3px}#signupForm .form-input{height:36px}.auth-modal-right:has(#signupForm:not(.hidden)){padding:28px 48px 18px}.btn-back{width:100%;height:32px;font-family:var(--font-sans);color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:0 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.btn-back:hover{color:#fff}.btn-back svg{transition:transform .3s}.btn-back:hover svg{transform:translate(-4px)}.auth-form-header{text-align:center;margin-bottom:32px}.auth-form-title{font-family:var(--font-display);color:#fff;margin-bottom:8px;font-size:28px;font-weight:700}.auth-form-subtitle{color:#888;font-size:14px}.auth-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:#aaa;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:500;display:block}.form-input{width:100%;height:40px;font-family:var(--font-sans);color:var(--color-text-primary);background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;outline:none;padding:0 14px;font-size:14px;transition:all .3s}.form-input::placeholder{color:#666}.form-input:hover{background:#ffffff14;border-color:#ffffff40}.form-input:focus{background:#ffffff1a;border:2px solid #00d9a3;box-shadow:0 0 0 3px #00d9a31a}.form-input:invalid:not(:placeholder-shown){border-color:#ff006e}.form-input[type=textarea],textarea.form-input{resize:vertical;min-height:100px;padding:12px 14px;font-family:inherit;line-height:1.5}.char-count{color:#ffffff80;text-align:right;margin-top:4px;font-size:12px}.auth-modal-light .char-count{color:#0006}.icon-mail{z-index:2;color:#10b981;filter:drop-shadow(0 0 10px #10b98166);animation:4s ease-in-out infinite floatIcon;position:relative}.forgot-password-icon:has(.icon-mail) .icon-glow{background:radial-gradient(circle,#10b98140 0%,#06b6d426 40%,#0000 70%)}#applyInviteReason{background:#14141499;min-height:120px;padding:14px 16px;transition:all .3s;position:relative}#applyInviteReason:focus{background:#141414cc;border-color:#10b98180;box-shadow:0 0 0 3px #10b98126,0 0 20px #10b98126,inset 0 1px #ffffff0d}.form-group:has(#applyInviteReason) .char-count{font-variant-numeric:tabular-nums;color:#a1a1aab3;text-align:right;float:right;letter-spacing:.02em;margin-top:8px;padding:4px 0;font-size:12px;font-weight:600;transition:all .3s;display:block;position:relative}.form-group:has(#applyInviteReason) .char-count:before{content:"";height:2px;width:var(--progress-width,0%);background:linear-gradient(90deg,#10b981,#06b6d4);transition:width .3s,box-shadow .3s,background .3s;position:absolute;bottom:0;left:0;box-shadow:0 0 8px #10b98180}.form-group:has(#applyInviteReason) .char-count[data-progress=low]{color:#fbbf24e6}.form-group:has(#applyInviteReason) .char-count[data-progress=low]:before{background:linear-gradient(90deg,#fbbf24cc,#fbbf2499);box-shadow:0 0 8px #fbbf2480}.form-group:has(#applyInviteReason) .char-count[data-progress=medium]{color:#10b981e6}.form-group:has(#applyInviteReason) .char-count[data-progress=medium]:before{background:linear-gradient(90deg,#10b981,#06b6d4);box-shadow:0 0 10px #10b98199}.form-group:has(#applyInviteReason) .char-count[data-progress=high]{color:#ef4444e6}.form-group:has(#applyInviteReason) .char-count[data-progress=high]:before{background:linear-gradient(90deg,#ef4444cc,#ef444499);box-shadow:0 0 10px #ef444499}.auth-modal-light .icon-mail{color:#059669;filter:drop-shadow(0 0 8px #0596694d)}.auth-modal-light .forgot-password-icon:has(.icon-mail) .icon-glow{background:radial-gradient(circle,#10b98126 0%,#06b6d41a 40%,#0000 70%)}.auth-modal-light #applyInviteReason{color:#0a0a0a;background:#fffc;border-color:#10b98133}.auth-modal-light #applyInviteReason:focus{background:#fffffff2;border-color:#10b98180;box-shadow:0 0 0 3px #10b9811f,0 0 20px #10b9811a,inset 0 1px #fffc}.auth-modal-light .form-group:has(#applyInviteReason) .char-count{color:#52525bcc}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon .form-input{padding-right:40px}.input-icon-btn{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;transition:color .2s;display:flex;position:absolute;right:8px}.input-icon-btn:hover{color:#ffffffb3;background:#ffffff0d}.input-icon-btn .hidden{display:none}.strength-text{color:var(--color-text-tertiary);align-items:center;gap:6px;margin-top:4px;font-size:12px;font-weight:500;display:flex}.form-group-header{justify-content:space-between;align-items:center;display:flex}.form-group-header .form-label{margin-bottom:0}.forgot-password-link{color:#00d9a3;text-transform:none;letter-spacing:normal;margin-bottom:8px;font-size:12px;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.link-primary{color:var(--color-neon-green);text-shadow:0 0 10px #00ff884d;font-weight:600;text-decoration:none;transition:all .2s;position:relative}.link-primary:after{content:"";background:var(--color-neon-green);transform-origin:100%;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.link-primary:hover{color:#0f8;text-shadow:0 0 20px #00ff8880}.link-primary:hover:after{transform-origin:0;transform:scaleX(1)}.btn-auth-primary{width:100%;font-family:var(--font-sans);color:#0a0a0a;cursor:pointer;background:#00e599;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;margin-top:8px;padding:14px;font-size:15px;font-weight:600;transition:background .3s,transform .1s;display:flex}.btn-auth-primary:hover{background:#00f5a8}.btn-auth-primary:active{transform:scale(.98)}.btn-auth-primary svg{flex-shrink:0;width:20px;height:20px}.btn-auth-primary svg path{fill:#000c}.btn-auth-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-auth-primary .btn-text{z-index:2;position:relative}.btn-auth-primary .btn-loader{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.btn-auth-primary .btn-loader.hidden{display:none}.spinner{fill:none;stroke-width:3px;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spinner-track{stroke:#0003}.spinner-circle{stroke:#000;stroke-dasharray:50;stroke-dashoffset:50px;animation:1.2s ease-in-out infinite spinDash}@keyframes spinDash{0%{stroke-dashoffset:50px}50%{stroke-dashoffset:12.5px}to{stroke-dashoffset:50px}}.invite-code-icon{background:#34d3991a;border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex;position:relative}.invite-code-icon .icon-glow{filter:blur(15px);background:radial-gradient(circle,#34d39933 0%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite pulseGlow;position:absolute;inset:-10px}.invite-code-icon .icon-star{z-index:2;color:#34d399;filter:drop-shadow(0 0 10px #34d39966);animation:4s ease-in-out infinite floatIcon;position:relative}.forgot-password-icon{justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;display:flex;position:relative}.forgot-password-icon .icon-glow{filter:blur(15px);background:radial-gradient(circle,#10b98140 0%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite pulseGlow;position:absolute;inset:-10px}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(.95)}50%{opacity:.8;transform:scale(1.05)}}.forgot-password-icon .icon-lock{z-index:2;color:#10b981;filter:drop-shadow(0 0 10px #10b98166);animation:4s ease-in-out infinite floatIcon;position:relative}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.btn-forgot-password{justify-content:center;align-items:center;gap:8px;display:flex}.btn-forgot-password .btn-arrow{transition:transform .3s}.btn-forgot-password:hover .btn-arrow{transform:translate(4px)}.auth-footer{text-align:center;margin-top:24px}.forgot-footer{justify-content:center;display:flex}.back-to-login{color:var(--color-text-secondary);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.back-to-login:hover{color:var(--color-neon-green);background:#10b9810d}.back-to-login svg{transition:transform .3s}.back-to-login:hover svg{transform:translate(-4px)}.invite-code-divider{text-align:center;color:var(--color-text-tertiary);letter-spacing:.08em;align-items:center;gap:12px;margin:32px 0 20px;font-size:11px;font-weight:600;display:flex;position:relative}.invite-code-divider:before,.invite-code-divider:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);flex:1;height:1px}.btn-apply-invite{width:100%;height:44px;font-family:var(--font-sans);color:var(--color-text-secondary);cursor:pointer;background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;padding:0 24px;font-size:14px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.btn-apply-invite:before{content:"";opacity:0;background:linear-gradient(135deg,#0000 0%,#ffffff0d 50%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.btn-apply-invite:hover{color:var(--color-text-primary);background:#282828e6;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.btn-apply-invite:hover:before{opacity:1}.btn-apply-invite:active{transform:translateY(0)}.auth-modal-light .invite-code-icon{background:#34d39914}.auth-modal-light .invite-code-icon .icon-star{color:#059669;filter:drop-shadow(0 2px 8px #0596694d)}.auth-modal-light .btn-apply-invite{color:#0009;background:#ffffffe6;border:1.5px solid #00000014;box-shadow:0 2px 4px #0000000a,inset 0 0 0 1px #fffc}.auth-modal-light .btn-apply-invite:hover{color:#0a0a0a;background:#fff;border-color:#10b98133;transform:translateY(-1px);box-shadow:0 4px 8px #0000000f,inset 0 0 0 1px #10b9811a}.auth-modal-light .invite-code-divider{color:#00000059}.auth-modal-light .invite-code-divider:before,.auth-modal-light .invite-code-divider:after{background:linear-gradient(90deg,#0000,#0000001a,#0000)}.auth-footer-divider{text-align:center;isolation:isolate;margin-top:32px;padding:28px 20px 0;position:relative}.auth-footer-divider:before{content:"";filter:blur(.5px);background:linear-gradient(90deg,#0000 0%,#10b98126 15%,#10b98180 30%,#06b6d499 50%,#10b98180 70%,#10b98126 85%,#0000 100%);width:85%;height:2px;animation:4s ease-in-out infinite energyFlow;position:absolute;top:0;left:50%;transform:translate(-50%)}.auth-footer-divider:after{content:"";filter:blur(6px);opacity:.6;background:radial-gradient(#10b98140 0%,#06b6d426 40%,#0000 70%);width:70%;height:8px;animation:3s ease-in-out infinite glowPulse;position:absolute;top:-4px;left:50%;transform:translate(-50%)}@keyframes energyFlow{0%,to{opacity:.7;transform:translate(-50%)scaleX(1)}50%{opacity:1;transform:translate(-50%)scaleX(1.02)}}@keyframes glowPulse{0%,to{opacity:.4;transform:translate(-50%)scaleY(.8)}50%{opacity:.8;transform:translate(-50%)scaleY(1.2)}}.auth-footer-text{color:#a1a1aad9;letter-spacing:.02em;z-index:1;margin:0;font-size:13.5px;font-weight:400;line-height:1.6;position:relative}.auth-link{color:#10b981;letter-spacing:.01em;isolation:isolate;background:#10b9810d;border:1px solid #10b98133;border-radius:6px;margin-left:6px;padding:6px 14px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-block;position:relative}.auth-link:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#0000 0%,#10b98166 25%,#06b6d480 50%,#10b98166 75%,#0000 100%);border-radius:6px;padding:1px;transition:opacity .4s;animation:3s linear infinite paused shimmerRotate;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes shimmerRotate{0%{background-position:0%}to{background-position:200%}}.auth-link:after{content:"";transform-origin:50%;filter:blur(.5px);background:linear-gradient(90deg,#10b981cc,#06b6d4e6,#10b981cc);border-radius:2px;height:2px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:3px;left:14px;right:14px;transform:scaleX(0);box-shadow:0 0 8px #10b98199,0 0 12px #06b6d466}.auth-link:hover{color:#0fa;text-shadow:0 0 10px #10b98199,0 0 20px #06b6d466,0 0 30px #10b98133;background:#10b9811f;border-color:#06b6d480;transform:translateY(-2px)scale(1.02);box-shadow:0 4px 20px #10b9814d,0 0 40px #06b6d426,inset 0 1px #ffffff1a}.auth-link:hover:before{opacity:1;animation-play-state:running}.auth-link:hover:after{transform:scaleX(1)}.auth-link:active{background:#10b9812e;border-color:#10b98199;transform:translateY(0)scale(.98);box-shadow:0 2px 12px #10b98166,inset 0 2px 8px #0003}.auth-link:focus-visible{border-color:#10b981cc;outline:none;box-shadow:0 0 0 3px #10b9814d,0 0 20px #10b98166,inset 0 1px #ffffff26}@media (max-width:768px){.auth-footer-divider{margin-top:28px;padding-top:24px}.auth-footer-divider:before{width:90%}.auth-footer-text{font-size:13px}.auth-link{margin-left:4px;padding:8px 16px}.auth-link:after{left:16px;right:16px}}.auth-modal-light .auth-footer-divider:before{background:linear-gradient(90deg,#0000 0%,#10b98133 15%,#10b98159 30%,#06b6d466 50%,#10b98159 70%,#10b98133 85%,#0000 100%)}.auth-modal-light .auth-footer-divider:after{background:radial-gradient(#10b98126 0%,#06b6d41a 40%,#0000 70%)}.auth-modal-light .auth-footer-text{color:#52525be6}.auth-modal-light .auth-link{color:#059669;background:#10b98114;border-color:#10b98140}.auth-modal-light .auth-link:before{background:linear-gradient(135deg,#0000 0%,#10b98180 25%,#06b6d499 50%,#10b98180 75%,#0000 100%)}.auth-modal-light .auth-link:hover{color:#047857;text-shadow:0 0 8px #10b98166,0 0 16px #06b6d44d;background:#10b98126;border-color:#06b6d466;box-shadow:0 4px 16px #10b98140,0 0 30px #06b6d41a,inset 0 1px #fff9}.auth-modal-light .auth-link:active{background:#10b98138;box-shadow:0 2px 10px #10b9814d,inset 0 2px 6px #0000001a}.auth-message-content{text-align:center;flex-direction:column;align-items:center;padding:24px;display:flex}.message-icon{color:#10b981;background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.message-icon svg{filter:drop-shadow(0 0 10px #10b9814d);animation:2s ease-in-out infinite successPulse}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.message-title{font-family:var(--font-display);color:#fff;margin-bottom:12px;font-size:24px;font-weight:700}.message-text{color:var(--color-text-secondary);margin-bottom:24px;font-size:14px;line-height:1.6}.divider{text-align:center;color:#666;text-transform:lowercase;letter-spacing:.5px;align-items:center;margin:30px 0;font-size:12px;display:flex;position:relative}.divider:before,.divider:after{content:"";background:#3a3a3a;flex:1;height:1px}.divider:before{margin-right:16px}.divider:after{margin-left:16px}.social-buttons-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.btn-social{width:100%;font-family:var(--font-sans);color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #e6e9ec1a;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:14px;font-weight:500;transition:background .3s,border-color .3s;display:flex}.btn-social:hover{background:#ffffff14;border-color:#e6e9ec33}.btn-social:active{transform:scale(.98)}.btn-social svg{flex-shrink:0;width:18px;height:18px}.btn-social-full{width:100%;font-family:var(--font-sans);color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #e6e9ec1a;border-radius:8px;grid-column:1/-1;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:14px;font-weight:500;transition:background .3s,border-color .3s;display:flex}.btn-social-full:hover{background:#ffffff14;border-color:#e6e9ec33}.btn-social-full:active{transform:scale(.98)}.btn-social-full svg{flex-shrink:0;width:18px;height:18px}@media (max-width:768px){.auth-modal{padding:12px;overflow:hidden}.auth-modal-content{flex-direction:column;width:calc(100vw - 24px);max-width:420px;height:auto;max-height:calc(100vh - 24px);overflow:hidden}.auth-modal-left{display:none}.auth-modal-right{box-sizing:border-box;width:100%;height:auto;max-height:calc(100vh - 24px);padding:24px 20px;overflow:hidden}#loginForm .form-input{width:100%;max-width:100%}.auth-form-header{margin-bottom:12px}.auth-form-title{margin-bottom:4px;font-size:20px}.auth-form-subtitle{font-size:13px;line-height:1.3}.form-group{gap:3px;margin-bottom:10px}.form-label{margin-bottom:3px;font-size:12px}.form-input{height:42px;padding:0 12px;font-size:14px}.btn-auth-primary{height:44px;margin-top:6px;font-size:14px}.divider{margin:12px 0;font-size:11px}.social-buttons-grid,.new-style-login-view .social-buttons{gap:12px}.social-buttons-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.new-style-login-view .social-buttons{flex-direction:column;display:flex}.btn-social,.btn-social-full{width:100%;height:42px;padding:0 14px;font-size:13px}.btn-social-full{grid-column:1/-1}.btn-social svg,.btn-social-full svg{width:16px;height:16px}.new-style-login-view,.old-style-login-view{max-width:100%;overflow:hidden}.old-style-login-view .form-group{margin-bottom:10px}.old-style-login-view .divider{margin:10px 0}.old-style-login-view .auth-form-title{margin-bottom:4px;font-size:20px}.old-style-login-view .auth-form-header{margin-bottom:10px}.auth-modal-right:has(.old-style-login-view:not(.hidden)){padding:22px 20px 20px}#signupForm .auth-form-header{margin-bottom:10px}#signupForm .auth-form-title{margin-bottom:3px;font-size:18px}#signupForm .auth-form-subtitle{font-size:11px;line-height:1.3}#signupForm .form-group{margin-bottom:8px}#signupForm .form-input{height:38px}#signupForm .divider{margin:8px 0}#signupForm .strength-text{margin-top:1px;font-size:10px}#signupForm .btn-auth-primary{height:42px;margin-top:4px;margin-bottom:2px}.auth-modal-right:has(#signupForm:not(.hidden)){padding:20px 20px 18px}.btn-back{width:32px;height:32px;top:12px;left:12px}.demo-controls{top:10px;right:10px}.demo-btn{padding:6px 12px;font-size:11px}}@media (max-width:480px){.auth-modal{padding:8px}.auth-modal-content{width:calc(100vw - 16px);max-width:380px;max-height:calc(100vh - 16px)}.auth-modal-right{max-height:calc(100vh - 16px);padding:20px 18px}.auth-form-title{font-size:18px}#signupForm .auth-form-title{font-size:17px}.form-input{height:40px;padding:0 12px;font-size:14px}#signupForm .form-input{height:36px}.btn-auth-primary{height:42px;font-size:14px}#signupForm .btn-auth-primary{height:40px}.btn-social,.btn-social-full{height:40px;font-size:13px}.divider{margin:10px 0}.auth-modal-right:has(#signupForm:not(.hidden)){padding:18px 18px 16px}.auth-modal-right:has(.old-style-login-view:not(.hidden)){padding:20px 18px 18px}#signupForm .form-group{margin-bottom:7px}#signupForm .divider{margin:7px 0}.old-style-login-view .form-group{margin-bottom:8px}.old-style-login-view .divider{margin:8px 0}.social-buttons-grid,.new-style-login-view .social-buttons{gap:10px}.social-buttons-grid{grid-template-columns:1fr 1fr;gap:10px}.form-group{margin-bottom:8px}}.auth-modal-light .auth-modal-backdrop{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#ffffffbf}.auth-modal-light .auth-modal-content{background:linear-gradient(135deg,#fdfbf7 0%,#f8f6f2 100%);border:1px solid #10b9811a;box-shadow:0 50px 100px #0000001f,0 20px 40px #00000014,inset 0 0 0 1px #ffffffe6}.auth-modal-light .auth-modal-left{background:linear-gradient(135deg,#fff 0%,#faf9f7 100%);border-right:1px solid #10b98114;box-shadow:2px 0 20px #00000008,inset 0 0 0 1px #10b9810d}.auth-modal-light .auth-modal-left:before{filter:blur(60px);opacity:.9;background:radial-gradient(at 0 0,#10b98114 0,#0000 50%),radial-gradient(at 50% 0,#06b6d40f 0,#0000 50%),radial-gradient(at 100% 0,#10b98114 0,#0000 50%),radial-gradient(at 0%,#34d3990d 0,#0000 50%),radial-gradient(at 100%,#06b6d40f 0,#0000 50%),radial-gradient(at 0 100%,#10b98112 0,#0000 50%),radial-gradient(at 100% 100%,#34d3990f 0,#0000 50%)}.auth-modal-light .auth-modal-left:after{opacity:.6;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E")}.auth-modal-light .auth-modal-logo .logo-icon{filter:drop-shadow(0 2px 8px #10b98140)}.auth-modal-light .auth-modal-logo .logo-text{color:#0a0a0a;text-shadow:0 1px 2px #10b9811a}.auth-modal-light .auth-modal-decoration .glow-orb-1{filter:blur(80px);background:radial-gradient(circle,#10b98114 0%,#0000 70%)}.auth-modal-light .auth-modal-decoration .glow-orb-2{filter:blur(70px);background:radial-gradient(circle,#06b6d40f 0%,#0000 70%)}.auth-modal-light .auth-modal-branding .branding-title{color:#0a0a0a;text-shadow:0 2px 12px #10b9811f;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-modal-light .auth-modal-branding .branding-subtitle{color:#0009}.auth-modal-light .auth-modal-right{-webkit-backdrop-filter:blur(20px);background:#ffffffd9;box-shadow:-2px 0 20px #00000008}.auth-modal-light .auth-modal-right::-webkit-scrollbar-thumb{background:#10b98133}.auth-modal-light .auth-modal-right::-webkit-scrollbar-thumb:hover{background:#10b9814d}.auth-modal-light .auth-modal-close{color:#0006}.auth-modal-light .auth-modal-close:hover{color:#0a0a0a;background:#10b98114}.auth-modal-light .auth-form-title{color:#0a0a0a;background:linear-gradient(135deg,#0a0a0a 0%,#2a2a2a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-modal-light .auth-form-subtitle{color:#00000080}.auth-modal-light .form-label{color:#0a0a0a;opacity:.7}.auth-modal-light .form-input{color:#0a0a0a;background:#ffffffe6;border:1.5px solid #00000014;box-shadow:0 1px 2px #00000005,inset 0 0 0 1px #fffc}.auth-modal-light .form-input::placeholder{color:#0000004d}.auth-modal-light .form-input:hover{border-color:#10b98133;box-shadow:0 2px 4px #00000008,inset 0 0 0 1px #10b9810d}.auth-modal-light .form-input:focus{background:#fff;border-color:#10b981;box-shadow:0 0 0 3px #10b9811f,0 2px 8px #10b98114}.auth-modal-light .form-input:invalid:not(:placeholder-shown){border-color:#ff006e;box-shadow:0 0 0 3px #ff006e1a}.auth-modal-light .input-icon-btn{color:#0006}.auth-modal-light .input-icon-btn:hover{color:#000000b3}.auth-modal-light .forgot-password-link{color:#10b981}.auth-modal-light .forgot-password-link:hover{color:#059669;text-shadow:0 0 8px #10b98133}.auth-modal-light .strength-text{color:#00000073}.auth-modal-light .btn-auth-primary{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;box-shadow:0 4px 12px #10b98140,0 2px 4px #10b98126,inset 0 0 0 1px #ffffff4d}.auth-modal-light .btn-auth-primary:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-1px);box-shadow:0 6px 16px #10b9814d,0 3px 6px #10b98133,inset 0 0 0 1px #fff6}.auth-modal-light .btn-auth-primary:active{transform:translateY(0);box-shadow:0 2px 8px #10b98133,0 1px 3px #10b98126}.auth-modal-light .btn-auth-primary:disabled{box-shadow:none;background:linear-gradient(135deg,#10b98166 0%,#05966966 100%)}.auth-modal-light .btn-forgot-password{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.auth-modal-light .btn-forgot-password:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%)}.auth-modal-light .btn-forgot-password .btn-arrow{filter:drop-shadow(0 0 4px #ffffff80)}.auth-modal-light .divider{color:#00000059}.auth-modal-light .divider:before,.auth-modal-light .divider:after{background:linear-gradient(90deg,#0000,#0000001a,#0000)}.auth-modal-light .btn-social,.auth-modal-light .btn-social-full{color:#1a1a1a;background:#ffffffe6;border:1.5px solid #00000014;box-shadow:0 2px 4px #0000000a,inset 0 0 0 1px #fffc}.auth-modal-light .btn-social:hover,.auth-modal-light .btn-social-full:hover{background:#fff;border-color:#10b98133;transform:translateY(-1px);box-shadow:0 4px 8px #0000000f,inset 0 0 0 1px #10b9811a}.auth-modal-light .btn-social:active,.auth-modal-light .btn-social-full:active{transform:translateY(0);box-shadow:0 1px 3px #0000000a,inset 0 0 0 1px #0000000d}.auth-modal-light .link-primary{color:#10b981}.auth-modal-light .link-primary:hover{color:#059669;text-shadow:0 0 8px #10b98133}.auth-modal-light .forgot-password-icon{background:linear-gradient(135deg,#10b98114 0%,#06b6d40f 100%);box-shadow:0 8px 24px #10b9811f,inset 0 0 0 1px #10b9811a}.auth-modal-light .forgot-password-icon .icon-glow{background:radial-gradient(circle,#10b98126 0%,#0000 70%)}.auth-modal-light .forgot-password-icon .icon-lock{color:#10b981;filter:drop-shadow(0 2px 8px #10b98133)}.auth-modal-light .forgot-password-icon .lock-shackle{animation:2s ease-in-out infinite shakeLock}.auth-modal-light .back-to-login{color:#0009}.auth-modal-light .back-to-login:hover{color:#10b981}.auth-modal-light .back-to-login svg{color:#0006}.auth-modal-light .back-to-login:hover svg{color:#10b981}.auth-modal-light .auth-message-content{background:linear-gradient(135deg,#10b9810d 0%,#06b6d408 100%);box-shadow:0 8px 32px #10b9811f,inset 0 0 0 1px #10b9811a}.auth-modal-light .message-icon{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 8px 24px #10b9814d,0 0 0 4px #10b9811a}.auth-modal-light .message-icon svg{filter:drop-shadow(0 2px 4px #0003)}.auth-modal-light .message-title{color:#0a0a0a;background:linear-gradient(135deg,#0a0a0a 0%,#2a2a2a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-modal-light .message-text{color:#0009}
