.v2-auth-root{--v2-primary:#2b6cee;--v2-primary-hover:#1a4db0;--v2-primary-mid:#4f8af7;--v2-violet:#7c3aed;--v2-cyan:#06b6d4;--v2-bg:#0a0e1a;--v2-surface:#111827;--v2-surface-el:#1a2236;--v2-fg:#f8fafc;--v2-fg-muted:#94a3b8;--v2-border:#1e293b;--v2-glass-bg:#11182799;--v2-glass-border:#ffffff14;--v2-safe:#4ade80;--v2-warn:#fbbf24;--v2-danger:#f87171;--v2-grad:linear-gradient(135deg, #2b6cee 0%, #7c3aed 50%, #06b6d4 100%);--v2-input-bg:#ffffff0a;--v2-input-border:#ffffff1a;--v2-input-focus:#2b6cee80;font-family:var(--font-body), "DM Sans", system-ui, sans-serif;background:var(--v2-bg);color:var(--v2-fg);min-height:100vh;position:relative;overflow-x:hidden}.v2-auth-root.v2-light{--v2-bg:#f0f2f5;--v2-surface:#fff;--v2-surface-el:#f8fafc;--v2-fg:#0f172a;--v2-fg-muted:#64748b;--v2-border:#e2e8f0;--v2-glass-bg:#fffc;--v2-glass-border:#0000000f;--v2-input-bg:#00000005;--v2-input-border:#e2e8f0;--v2-input-focus:#2b6cee59}.v2-auth-root *,.v2-auth-root :before,.v2-auth-root :after{box-sizing:border-box}.v2-auth-root h1,.v2-auth-root h2,.v2-auth-root h3,.v2-auth-root h4{font-family:var(--font-display), "Space Grotesk", system-ui, sans-serif;letter-spacing:-.025em;margin:0}.v2-auth-root p{margin:0}.v2-auth-loading{background:var(--v2-bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.v2-auth-spinner{border:4px solid #2b6cee33;border-top-color:var(--v2-primary);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite v2Spin}@keyframes v2Spin{to{transform:rotate(360deg)}}.v2-auth-layout{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.v2-auth-left{background:linear-gradient(145deg,#060b18 0%,#0d1529 40%,#0e1a35 100%);flex-direction:column;padding:40px 48px;display:flex;position:relative;overflow:hidden}.v2-auth-blobs{pointer-events:none;position:absolute;inset:0}.v2-auth-blob{filter:blur(100px);border-radius:50%;animation:7s ease-in-out infinite v2LFloat;position:absolute}.v2-auth-blob-1{background:#2b6cee24;width:500px;height:500px;top:-100px;left:-100px}.v2-auth-blob-2{background:#7c3aed1a;width:400px;height:400px;animation-delay:-3s;bottom:0;right:-80px}.v2-auth-blob-3{background:#06b6d412;width:300px;height:300px;animation-delay:-5s;top:50%;left:40%}@keyframes v2LFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.v2-auth-left-top{z-index:1;position:relative}.v2-auth-logo{align-items:center;gap:10px;text-decoration:none;display:inline-flex}.v2-auth-logo-mark{background:linear-gradient(135deg,#4a8af4,#2b6cee,#1a4db0);border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 0 20px #2b6cee80}.v2-auth-logo-word{font-family:var(--font-display), "Space Grotesk", sans-serif;color:#f8fafc;letter-spacing:-.02em;font-size:18px;font-weight:700}.v2-auth-logo-word span{color:#4f8af7}.v2-auth-left-center{z-index:1;flex-direction:column;flex:1;justify-content:center;gap:40px;display:flex;position:relative}.v2-auth-hero-row{align-items:center;gap:32px;display:flex}.v2-auth-headline{color:#f8fafc;font-size:clamp(28px,2.8vw,40px);font-weight:700;line-height:1.15}.v2-auth-sub{color:#f8fafc99;max-width:360px;margin-top:12px;font-size:15px;line-height:1.7}.v2-auth-shield-anim{flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative}.v2-auth-shield-ring{border:1px solid #2b6cee40;border-radius:50%;animation:3s ease-in-out infinite v2RingPulse;position:absolute}.v2-auth-shield-ring.sr-1{width:100px;height:100px;animation-delay:0s}.v2-auth-shield-ring.sr-2{opacity:.6;width:130px;height:130px;animation-delay:.6s}.v2-auth-shield-ring.sr-3{opacity:.3;width:160px;height:160px;animation-delay:1.2s}@keyframes v2RingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.v2-auth-shield-core{z-index:1;background:linear-gradient(135deg,#1a3a8a,#2b6cee);border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;animation:3s ease-in-out infinite v2ShieldGlow;display:flex;position:relative;box-shadow:0 0 40px #2b6cee80,0 0 80px #2b6cee33}@keyframes v2ShieldGlow{0%,to{box-shadow:0 0 30px #2b6cee80,0 0 60px #2b6cee26}50%{box-shadow:0 0 50px #2b6ceeb3,0 0 100px #2b6cee40}}.v2-auth-verdicts{flex-direction:column;gap:10px;display:flex}.v2-auth-vf{-webkit-backdrop-filter:blur(12px);color:#f8fafcd9;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:12px;padding:12px 16px;font-size:13px;transition:transform .3s;animation:1s cubic-bezier(.16,1,.3,1) both v2CardFloat;display:flex}.v2-auth-vf:hover{transform:translate(4px)}.v2-auth-vf:first-child{animation-delay:.1s}.v2-auth-vf:nth-child(2){animation-delay:.2s}.v2-auth-vf:nth-child(3){animation-delay:.3s}@keyframes v2CardFloat{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}.v2-auth-vf-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.v2-auth-vf-text{flex-direction:column;gap:2px;display:flex}.v2-auth-vf-label{font-weight:600}.v2-auth-vf-sender{color:#f8fafc73;font-size:11px}.v2-auth-vf-meta{color:#f8fafc66;margin-left:auto;font-size:11px}.v2-auth-stats{z-index:1;gap:32px;display:flex;position:relative}.v2-auth-stat-val{font-family:var(--font-display), "Space Grotesk", sans-serif;color:#f8fafc;font-size:22px;font-weight:700}.v2-auth-stat-label{color:#f8fafc73;margin-top:2px;font-size:11px}.v2-auth-right{background:var(--v2-bg);flex-direction:column;justify-content:center;align-items:center;padding:40px 48px;transition:background .3s;display:flex;position:relative;overflow-y:auto}.v2-auth-right-top{z-index:3;align-items:center;gap:8px;display:flex;position:absolute;top:24px;right:24px}.v2-auth-icon-btn{border:1px solid var(--v2-border);background:var(--v2-glass-bg);cursor:pointer;width:36px;height:36px;color:var(--v2-fg-muted);-webkit-backdrop-filter:blur(12px);border-radius:9px;justify-content:center;align-items:center;padding:0;font-family:inherit;text-decoration:none;transition:all .15s;display:flex}.v2-auth-icon-btn:hover{color:var(--v2-fg);border-color:#2b6cee4d}.v2-auth-form-wrap{z-index:1;width:100%;max-width:420px;animation:.7s cubic-bezier(.16,1,.3,1) both v2FormReveal;position:relative}@keyframes v2FormReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.v2-auth-greeting{margin-bottom:32px}.v2-auth-title{color:var(--v2-fg);margin-bottom:6px;font-size:30px;font-weight:700}.v2-auth-subtitle{color:var(--v2-fg-muted);font-size:14px;line-height:1.6}.v2-auth-tabs{background:var(--v2-surface-el);border:1px solid var(--v2-border);border-radius:12px;margin-bottom:28px;padding:4px;display:flex}.v2-auth-tab{cursor:pointer;color:var(--v2-fg-muted);text-align:center;background:0 0;border:none;border-radius:9px;flex:1;padding:9px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.v2-auth-tab.active{background:var(--v2-surface);color:var(--v2-fg);box-shadow:0 2px 8px #0000001f}.v2-auth-root.v2-light .v2-auth-tab.active{box-shadow:0 2px 8px #0000000f}.v2-auth-field{margin-bottom:16px}.v2-auth-label{color:var(--v2-fg);margin-bottom:7px;font-size:13px;font-weight:600;display:block}.v2-auth-label-req{color:var(--v2-primary);margin-left:2px}.v2-auth-input-wrap{position:relative}.v2-auth-input-icon{color:var(--v2-fg-muted);pointer-events:none;font-family:Material Symbols Outlined;font-size:18px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.v2-auth-input{border:1px solid var(--v2-input-border);background:var(--v2-input-bg);width:100%;color:var(--v2-fg);-webkit-appearance:none;border-radius:11px;outline:none;padding:12px 16px 12px 44px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.v2-auth-input.no-icon{padding-left:16px}.v2-auth-input::placeholder{color:var(--v2-fg-muted)}.v2-auth-input:focus{border-color:var(--v2-primary);box-shadow:0 0 0 3px var(--v2-input-focus)}.v2-auth-input.has-right{padding-right:44px}.v2-auth-input.error{border-color:var(--v2-danger)}.v2-auth-input.error:focus{box-shadow:0 0 0 3px #f8717133}.v2-auth-input-right{cursor:pointer;width:32px;height:32px;color:var(--v2-fg-muted);background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.v2-auth-input-right:hover{color:var(--v2-fg)}.v2-auth-input-right .v2-icon{font-size:18px}.v2-auth-name-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.v2-auth-pw-strength{margin-top:10px}.v2-auth-pw-bars{gap:4px;margin-bottom:8px;display:flex}.v2-auth-pw-bar{background:var(--v2-border);border-radius:3px;flex:1;height:3px;transition:background .3s}.v2-auth-pw-bar.fill-weak{background:var(--v2-danger)}.v2-auth-pw-bar.fill-medium{background:var(--v2-warn)}.v2-auth-pw-bar.fill-strong{background:var(--v2-safe)}.v2-auth-pw-reqs{grid-template-columns:1fr 1fr;gap:4px 8px;font-size:11px;display:grid}.v2-auth-pw-req{color:var(--v2-fg-muted);align-items:center;gap:4px;display:flex}.v2-auth-pw-req.ok{color:var(--v2-safe)}.v2-auth-pw-req .v2-icon{font-size:13px}.v2-auth-check{cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:20px;display:flex}.v2-auth-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--v2-primary);cursor:pointer;border-radius:4px;flex-shrink:0;margin-top:2px}.v2-auth-check-label{color:var(--v2-fg-muted);cursor:pointer;font-size:13px;line-height:1.5}.v2-auth-check-label a{color:var(--v2-primary);text-decoration:none}.v2-auth-check-label a:hover{text-decoration:underline}.v2-auth-forgot-row{justify-content:flex-end;margin-top:-4px;margin-bottom:16px;display:flex}.v2-auth-link{color:var(--v2-primary);font-size:13px;font-weight:500;text-decoration:none}.v2-auth-link:hover{text-decoration:underline}.v2-auth-submit{cursor:pointer;background:var(--v2-grad);color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #2b6cee59}.v2-auth-submit:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:60%;height:100%;animation:4s ease-in-out infinite v2BtnShine;position:absolute;top:0;left:-100%}@keyframes v2BtnShine{0%,to{left:-100%}40%,60%{left:150%}}.v2-auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 30px #2b6cee73}.v2-auth-submit:active:not(:disabled){transform:none}.v2-auth-submit:disabled{opacity:.6;cursor:not-allowed}.v2-auth-submit .v2-icon{font-size:18px}.v2-auth-btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite v2Spin}.v2-auth-switch{text-align:center;color:var(--v2-fg-muted);margin-top:20px;font-size:13px}.v2-auth-switch a{color:var(--v2-primary);font-weight:600;text-decoration:none}.v2-auth-switch a:hover{text-decoration:underline}.v2-auth-alert{border-radius:11px;align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px 14px;font-size:13px;line-height:1.5;animation:.3s ease-out v2FormReveal;display:flex}.v2-auth-alert .v2-icon{flex-shrink:0;margin-top:1px;font-size:18px}.v2-auth-alert.error{color:var(--v2-danger);background:#f8717114;border:1px solid #f8717140}.v2-auth-alert.warn{color:var(--v2-warn);background:#fbbf2414;border:1px solid #fbbf2440}.v2-auth-field-error{color:var(--v2-danger);align-items:center;gap:4px;margin-top:5px;font-size:12px;display:flex}.v2-auth-field-error .v2-icon{font-size:13px}.v2-auth-success{text-align:center;animation:.6s cubic-bezier(.16,1,.3,1) both v2FormReveal}.v2-auth-success-icon{background:#4ade801f;border:1px solid #4ade8040;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.v2-auth-success-icon .v2-icon{color:var(--v2-safe);font-size:36px}.v2-auth-success-title{color:var(--v2-fg);margin-bottom:8px;font-size:24px;font-weight:700}.v2-auth-success-sub{color:var(--v2-fg-muted);margin-bottom:24px;font-size:14px;line-height:1.6}.v2-auth-steps{justify-content:center;align-items:center;gap:2px;margin-bottom:24px;display:flex}.v2-auth-step{background:var(--v2-surface-el);border:1px solid var(--v2-border);width:32px;height:32px;color:var(--v2-fg-muted);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:all .2s;display:flex}.v2-auth-step.active{background:var(--v2-grad);color:#fff;border-color:#0000;box-shadow:0 2px 10px #2b6cee4d}.v2-auth-step.done{background:var(--v2-primary);color:#fff;border-color:#0000}.v2-auth-step.done .v2-icon{font-size:16px}.v2-auth-step-sep{background:var(--v2-border);border-radius:2px;width:28px;height:2px;transition:background .2s}.v2-auth-step-sep.done{background:var(--v2-primary)}.v2-auth-icon-lg{background:#2b6cee1f;border:1px solid #2b6cee38;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 16px;display:flex}.v2-auth-icon-lg .v2-icon{color:var(--v2-primary);font-size:30px}.v2-auth-info-box{color:var(--v2-fg);background:#2b6cee0f;border:1px solid #2b6cee26;border-radius:12px;gap:10px;margin-bottom:16px;padding:12px 14px;font-size:13px;line-height:1.55;display:flex}.v2-auth-info-box .v2-icon{color:var(--v2-primary);flex-shrink:0;margin-top:1px;font-size:18px}.v2-auth-country-box{background:var(--v2-input-bg);border:1px solid var(--v2-input-border);border-radius:12px;margin-bottom:16px;padding:16px}.v2-auth-hint{color:var(--v2-fg-muted);text-align:center;justify-content:center;align-items:center;gap:4px;margin-bottom:18px;font-size:12px;display:flex}.v2-auth-hint .v2-icon{font-size:14px}.v2-auth-code-input{text-align:center;letter-spacing:.35em;padding-left:16px!important;font-size:22px!important;font-weight:700!important}.v2-auth-footer{text-align:center;color:var(--v2-fg-muted);font-size:12px;position:absolute;bottom:20px;left:0;right:0}.v2-auth-root .v2-icon{vertical-align:middle;-webkit-user-select:none;user-select:none;font-family:Material Symbols Outlined;font-style:normal;font-weight:400;line-height:1;display:inline-block}@media (max-width:900px){.v2-auth-layout{grid-template-columns:1fr}.v2-auth-left{display:none}.v2-auth-right{min-height:100vh;padding:80px 24px 60px}}@media (max-width:540px){.v2-auth-right{padding:72px 20px 60px}.v2-auth-title{font-size:26px}.v2-auth-form-wrap{max-width:100%}.v2-auth-name-row{grid-template-columns:1fr}}
