html,body{height:100%}.auth [hidden]{display:none!important}.auth{--ink: #FFFFFF;--text: #E5E0F0;--muted: #9C8FB8;min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--surface, #0E0816);color:var(--ink);font-family:Work Sans,Poppins,sans-serif}.auth-aside{position:relative;overflow:hidden;display:flex}.auth-aside-bg{position:absolute;inset:0;z-index:0;background:var(--aside-bg) center/cover no-repeat;filter:saturate(1.05)}.auth-aside-overlay{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse 70% 60% at 20% 15%,rgba(123,63,242,.32),transparent 55%),radial-gradient(ellipse 70% 60% at 90% 95%,rgba(224,43,43,.3),transparent 55%),linear-gradient(160deg,#080411c7,#080411eb)}.auth-aside-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(2.5rem,4vw,4rem);width:100%}.auth-logo img{height:44px;width:auto}.auth-aside-copy{max-width:30rem}.auth-eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:var(--accent)}.auth-eyebrow span{width:2.2rem;height:1px;background:var(--accent)}.auth-aside-title{font-weight:400!important;color:#fff;line-height:.92;font-size:clamp(2.8rem,5vw,4.5rem);margin-top:1.25rem;text-shadow:0 0 40px rgba(123,63,242,.35)}.auth-aside-sub{margin-top:1.25rem;color:var(--text);line-height:1.6;font-size:1.05rem}.auth-main{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem}.auth-back{position:absolute;top:1.5rem;left:1.5rem;display:inline-flex;align-items:center;gap:.45rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.85rem;color:var(--muted);transition:color .25s ease}.auth-back:hover{color:var(--ink)}.auth-back svg{transition:transform .25s ease}.auth-back:hover svg{transform:translate(-3px)}.auth-card{width:100%;max-width:25rem;animation:auth-in .6s cubic-bezier(.2,.8,.2,1) both}@keyframes auth-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.auth-card-logo{display:none}.auth-title{font-weight:400!important;color:var(--ink);font-size:clamp(2rem,4vw,2.75rem);line-height:1}.auth-sub{margin-top:.6rem;color:var(--muted);font-size:.95rem}.auth-form{margin-top:2rem;display:flex;flex-direction:column;gap:1.1rem}.auth-field{display:flex;flex-direction:column;gap:.4rem}.auth-field-row{display:flex;align-items:center;justify-content:space-between}.auth-field label{font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}.auth-link-sm{font-size:.78rem;color:var(--accent)}.auth-link-sm:hover{text-decoration:underline}.auth-field input{width:100%;padding:.85rem 1rem;border-radius:.7rem;border:1px solid rgba(255,255,255,.14);background:#ffffff08;color:var(--ink);font-family:Work Sans,sans-serif;font-size:.95rem;transition:border-color .25s ease,box-shadow .25s ease}.auth-field input::-moz-placeholder{color:var(--muted);opacity:.7}.auth-field input::placeholder{color:var(--muted);opacity:.7}.auth-field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.auth-pass{position:relative}.auth-pass input{padding-right:2.8rem}.auth-pass-toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);display:inline-flex;padding:.35rem;border-radius:.4rem;color:var(--muted);transition:color .25s ease}.auth-pass-toggle:hover{color:var(--ink)}.auth-error{color:#ff6b6b;font-family:Work Sans,sans-serif;font-size:.78rem}.auth-submit{margin-top:.4rem;width:100%;padding:.95rem;border-radius:9999px;background:var(--accent);color:#fff;font-family:Darkmode,Russo One,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.05em;font-size:1.05rem;transition:filter .3s ease,transform .2s ease,box-shadow .3s ease;box-shadow:0 10px 30px color-mix(in srgb,var(--accent) 30%,transparent)}.auth-submit:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 0 26px color-mix(in srgb,var(--accent) 50%,transparent),0 14px 34px color-mix(in srgb,var(--accent) 35%,transparent)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;filter:none;transform:none}.auth-foot{margin-top:1.75rem;text-align:center;font-size:.9rem;color:var(--muted)}.auth-foot a{color:var(--accent);font-weight:600}.auth-foot a:hover{text-decoration:underline}.auth-msg{padding:.8rem 1rem;border-radius:.7rem;border:1px solid rgba(255,107,107,.35);background:#ff6b6b14}.auth-msg p{font-size:.85rem;color:#ff6b6b;line-height:1.45}.auth-msg.is-info{border-color:#6ee7b759;background:#6ee7b714}.auth-msg.is-info p{color:#6ee7b7}.auth-resend{font-size:.82rem;font-weight:600;color:var(--accent);text-decoration:underline;text-underline-offset:2px}.auth-resend:disabled{opacity:.5;cursor:not-allowed}.auth-otp{display:flex;gap:.55rem;justify-content:center}.auth-otp input{width:3rem;height:3.6rem;text-align:center;font-size:1.4rem;font-weight:600;padding:0;border-radius:.7rem;border:1px solid rgba(255,255,255,.14);background:#ffffff08;color:var(--ink);transition:border-color .25s ease,box-shadow .25s ease}.auth-otp input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.auth-rules{margin-top:.55rem;display:grid;grid-template-columns:1fr 1fr;gap:.3rem .8rem;list-style:none;padding:0}.auth-rules li{display:flex;align-items:center;gap:.4rem;font-size:.76rem;color:var(--muted);transition:color .2s ease}.auth-rules li:before{content:"✕";font-size:.7rem;font-weight:700;color:var(--muted);width:.9rem;text-align:center;transition:color .2s ease}.auth-rules li.ok{color:#6ee7b7}.auth-rules li.ok:before{content:"✓";color:#6ee7b7}.auth-state{text-align:center;padding:1rem 0}.auth-state-icon{display:inline-flex;padding:1.1rem;border-radius:9999px;background:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--accent);margin-bottom:1.25rem}.auth-state-icon.is-ok{background:#6ee7b71f;color:#6ee7b7}.auth-state-title{font-weight:400!important;color:var(--ink);font-size:clamp(1.7rem,3.5vw,2.3rem);line-height:1.05}.auth-state-text{margin-top:.9rem;color:var(--text);font-size:.95rem;line-height:1.6}.auth-state-cta{display:inline-block;margin-top:1.5rem;text-align:center;max-width:16rem}.auth-spinner{width:2.4rem;height:2.4rem;margin:0 auto 1.25rem;border-radius:9999px;border:3px solid rgba(255,255,255,.15);border-top-color:var(--accent);animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-steps{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.4rem}.auth-steps span{width:2.2rem;height:4px;border-radius:2px;background:#ffffff1f;transition:background .3s ease}.auth-steps span.on{background:var(--accent)}@media(max-width:900px){.auth{grid-template-columns:1fr}.auth-aside{display:none}.auth-card-logo{display:block;margin-bottom:1.5rem}.auth-card-logo img{height:46px;width:auto}}@media(max-width:1024px)and (min-width:641px){.auth-main{padding:4.5rem 2rem 3rem}.auth-card{max-width:28rem}}@media(max-width:640px){.auth{min-height:100dvh}.auth-main{padding:4.25rem 1.15rem 2.5rem;justify-content:flex-start}.auth-back{top:1.1rem;left:1.1rem}.auth-card{max-width:100%}.auth-card-logo{margin-bottom:1.25rem}.auth-card-logo img{height:42px}.auth-form{margin-top:1.5rem;gap:1rem}.auth-field input{padding:.95rem 1rem;font-size:16px;min-height:48px}.auth-pass-toggle{width:40px;height:40px;justify-content:center}.auth-submit{padding:1.05rem;min-height:50px}.auth-otp input{width:2.6rem;height:3.2rem;font-size:1.2rem}}@media(prefers-reduced-motion:reduce){.auth-card{animation:none}.auth-spinner{animation-duration:1.6s}}
