.auth-shell{--auth-void:#050505;--auth-carbon:#131316;--auth-border:rgba(253,253,253,0.08);--auth-border-strong:rgba(253,253,253,0.14);--auth-subtle:#4a4a4f;--auth-muted:#8b8b93;--auth-crisp:#fdfdfd;--auth-laser:#ff5a00;--auth-laser-2:#ff8c40;--auth-laser-hover:#e64e00;--auth-danger:#e53e3e;--auth-ok:#4ade80;--auth-ease:cubic-bezier(0.16,1,0.3,1);position:relative;display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:32px 24px;overflow:hidden;background-color:var(--auth-void);background-image:linear-gradient(rgba(253,253,253,.028) 1px,transparent 0),linear-gradient(90deg,rgba(253,253,253,.028) 1px,transparent 0);background-size:48px 48px;color:var(--auth-crisp);color-scheme:dark}.auth-shell ::selection{background:rgba(255,90,0,.35);color:var(--auth-crisp)}.auth-shell:after{content:"";position:fixed;inset:-50%;width:200%;height:200%;pointer-events:none;z-index:60;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.auth-aurora{position:absolute;top:-190px;left:50%;width:620px;height:620px;margin-left:-310px;pointer-events:none;border-radius:9999px;filter:blur(90px);opacity:.14;background:radial-gradient(circle at 30% 30%,#ff5a00 0,#ff8c40 35%,transparent 70%);animation:auth-aurora-drift 18s var(--auth-ease) infinite alternate}@keyframes auth-aurora-drift{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(4%,-3%,0) scale(1.08)}to{transform:translate3d(-3%,4%,0) scale(.96)}}.auth-scanline{position:absolute;left:0;right:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,90,0,.5),transparent);animation:auth-scan 9s linear infinite}@keyframes auth-scan{0%{top:-5%;opacity:0}8%{opacity:1}92%{opacity:1}to{top:105%;opacity:0}}.auth-reveal{opacity:0;transform:translateY(18px);animation:auth-reveal-up .9s var(--auth-ease) forwards;animation-delay:var(--d,0s)}@keyframes auth-reveal-up{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.auth-reveal{opacity:1;transform:none}.auth-aurora,.auth-reveal,.auth-scanline{animation:none}}.auth-panel{position:relative;z-index:10;width:100%;max-width:448px}.auth-logo{display:block;height:52px;width:auto;margin:0 auto;object-fit:contain}.auth-badge-row{display:flex;justify-content:center;margin-top:20px}.auth-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border:1px solid rgba(255,90,0,.3);border-radius:9999px;background:rgba(255,90,0,.05);color:var(--auth-laser);font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase}.auth-dot{width:6px;height:6px;border-radius:9999px;background:var(--auth-laser);animation:auth-dot 2.4s ease-in-out infinite}@keyframes auth-dot{0%,to{opacity:1;box-shadow:0 0 6px rgba(255,90,0,.5)}50%{opacity:.45;box-shadow:0 0 2px rgba(255,90,0,.2)}}.auth-headline{margin-top:16px;text-align:center}.auth-headline h1{margin:0;font-family:var(--font-display);font-size:30px;font-weight:600;letter-spacing:-.02em;line-height:1.15}.auth-headline h1 em{font-style:italic;color:var(--auth-laser-2)}.auth-headline p{margin:10px 0 0;font-size:14px;line-height:1.55;color:var(--auth-muted)}.auth-frame{position:relative;margin-top:20px;padding:24px;overflow:hidden;border:1px solid var(--auth-border);border-radius:12px;background:linear-gradient(160deg,rgba(255,255,255,.035) 0,rgba(255,255,255,0) 45%),var(--auth-carbon);transition:border-color .45s var(--auth-ease),box-shadow .45s var(--auth-ease)}.auth-frame:after,.auth-frame:before{content:"";position:absolute;width:14px;height:14px;pointer-events:none;border-color:rgba(255,90,0,0);border-style:solid;transition:border-color .45s var(--auth-ease)}.auth-frame:before{top:-1px;left:-1px;border-width:1.5px 0 0 1.5px;border-top-left-radius:12px}.auth-frame:after{bottom:-1px;right:-1px;border-width:0 1.5px 1.5px 0;border-bottom-right-radius:12px}.auth-frame:focus-within,.auth-frame:hover{border-color:rgba(255,90,0,.35);box-shadow:0 18px 40px -18px rgba(0,0,0,.8),0 0 32px -6px rgba(255,90,0,.18)}.auth-frame:focus-within:after,.auth-frame:focus-within:before,.auth-frame:hover:after,.auth-frame:hover:before{border-color:rgba(255,90,0,.8)}.auth-form{gap:16px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:6px}.auth-field label{font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--auth-muted)}.auth-field input{width:100%;padding:12px 16px;border:1px solid var(--auth-border-strong);border-radius:6px;background:rgba(5,5,5,.6);color:var(--auth-crisp);font-size:14px;outline:none;transition:border-color .25s var(--auth-ease),box-shadow .25s var(--auth-ease)}.auth-field input::placeholder{color:var(--auth-subtle)}.auth-field input:focus{border-color:var(--auth-laser);box-shadow:0 0 0 3px rgba(255,90,0,.12)}.auth-otp-label{font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--auth-muted)}.auth-otp{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px}.auth-otp-box{width:100%;height:52px;padding:0;border:1px solid var(--auth-border-strong);border-radius:6px;background:rgba(5,5,5,.6);color:var(--auth-crisp);font-family:var(--font-mono);font-size:20px;font-variant-numeric:tabular-nums;text-align:center;outline:none;transition:border-color .25s var(--auth-ease),box-shadow .25s var(--auth-ease)}.auth-otp-box:focus{border-color:var(--auth-laser);box-shadow:0 0 0 3px rgba(255,90,0,.12)}@media (max-width:420px){.auth-otp-box{height:44px;font-size:17px}}.auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:46px;padding:12px 16px;border:0;border-radius:6px;background:var(--auth-laser);color:var(--auth-void);font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .3s var(--auth-ease),box-shadow .3s var(--auth-ease)}.auth-btn:hover:not(:disabled){background:var(--auth-laser-hover);box-shadow:0 0 24px -4px rgba(255,90,0,.5)}.auth-btn:active:not(:disabled){transform:scale(.99)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn-ghost{background:transparent;border:1px solid var(--auth-border-strong);color:var(--auth-crisp);font-weight:500;letter-spacing:.02em;text-transform:none}.auth-btn-ghost:hover:not(:disabled){background:rgba(253,253,253,.04);border-color:rgba(255,90,0,.4);box-shadow:none}.auth-sep{display:flex;align-items:center;gap:12px;margin:18px 0 14px;font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--auth-subtle)}.auth-sep:after,.auth-sep:before{content:"";flex:1;height:1px;background:var(--auth-border)}.auth-alert{border:1px solid rgba(229,62,62,.3);border-radius:4px;background:rgba(229,62,62,.05);color:var(--auth-danger)}.auth-alert,.auth-ok{padding:10px 12px;font-size:13.5px;line-height:1.5}.auth-ok{border:1px solid rgba(74,222,128,.3);border-radius:4px;background:rgba(74,222,128,.05);color:var(--auth-ok)}.auth-inline-actions{display:flex;justify-content:space-between;gap:16px;margin-top:2px}.auth-link{padding:0;border:0;background:none;color:var(--auth-muted);font:inherit;font-size:12.5px;text-align:center;cursor:pointer;transition:color .25s var(--auth-ease)}.auth-link:hover:not(:disabled){color:var(--auth-laser-2)}.auth-link:disabled{opacity:.5;cursor:default}.auth-footer{margin:24px 0 0;text-align:center;font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--auth-subtle)}.auth-body-text{margin-top:8px;font-size:14px;line-height:1.6;color:var(--auth-muted)}.auth-spinner{width:15px;height:15px;border-radius:50%;border:1.6px solid;border-right:1.6px solid transparent;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}