:root{color-scheme:dark;--auth-bg:#06111d;--auth-panel:#0d1b2b;--auth-card:rgba(15,31,48,.94);--auth-line:rgba(255,255,255,.11);--auth-text:#f8fafc;--auth-muted:#9aaabd;--auth-teal:#31d7c6;--auth-orange:#ff8a68;--auth-danger:#fb7185;--auth-success:#2dd4bf}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--auth-bg);color:var(--auth-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{min-height:100vh}.auth-body{position:relative;overflow-x:hidden}.auth-glow{position:fixed;border-radius:999px;filter:blur(80px);opacity:.22;pointer-events:none}.auth-glow-one{width:25rem;height:25rem;left:-8rem;top:-9rem;background:var(--auth-teal)}.auth-glow-two{width:28rem;height:28rem;right:-10rem;bottom:-12rem;background:var(--auth-orange)}.auth-shell{position:relative;z-index:1;min-height:100vh;display:grid;grid-template-columns:minmax(22rem,1fr) minmax(26rem,1fr)}.auth-brand-panel{padding:3rem;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--auth-line);background:linear-gradient(145deg,rgba(10,29,43,.82),rgba(6,17,29,.72))}.auth-brand{display:inline-flex;align-items:center;gap:.8rem;width:max-content;color:inherit;text-decoration:none}.auth-brand img,.auth-site-badge img{width:3rem;height:3rem;object-fit:contain}.auth-brand span,.auth-site-badge span{display:flex;flex-direction:column;gap:.12rem}.auth-brand strong,.auth-site-badge strong{font-size:1.05rem}.auth-brand small,.auth-site-badge small{font-size:.76rem;color:var(--auth-muted)}.auth-brand-copy{max-width:36rem}.auth-eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--auth-teal);font-size:.72rem;font-weight:800;margin:0 0 .85rem}.auth-brand-copy h2{margin:0;font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.02;letter-spacing:-.05em}.auth-brand-copy>p:last-child{color:var(--auth-muted);font-size:1.03rem;line-height:1.7;max-width:34rem}.auth-copyright{margin:0;color:#74859a;font-size:.78rem}.auth-form-panel{display:grid;place-items:center;padding:2rem}.auth-card{width:min(100%,31rem);padding:2rem;border:1px solid var(--auth-line);border-radius:2rem;background:var(--auth-card);box-shadow:0 30px 80px rgba(0,0,0,.32);backdrop-filter:blur(20px)}.auth-site-badge{display:flex;align-items:center;gap:.75rem;margin-bottom:1.6rem}.auth-card h1{font-size:2rem;line-height:1.15;letter-spacing:-.035em;margin:0}.auth-intro{margin:.75rem 0 0;color:var(--auth-muted);line-height:1.55;font-size:.94rem}.auth-form{display:grid;gap:.72rem;margin-top:1.45rem}.auth-form label{font-size:.82rem;color:#d7e0ea;font-weight:650}.auth-form input{width:100%;height:3.2rem;border:1px solid var(--auth-line);border-radius:1rem;background:#07131f;color:var(--auth-text);padding:0 1rem;font:inherit;outline:none;transition:border-color .18s,box-shadow .18s}.auth-form input::placeholder{color:#687b90}.auth-form input:focus{border-color:rgba(49,215,198,.72);box-shadow:0 0 0 4px rgba(49,215,198,.11)}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:4.8rem}.auth-password-toggle{position:absolute;right:.65rem;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--auth-teal);font-weight:750;cursor:pointer;padding:.45rem .55rem;border-radius:.65rem}.auth-password-toggle:hover,.auth-password-toggle:focus-visible{background:rgba(49,215,198,.1);outline:none}.auth-primary{margin-top:.45rem;min-height:3.2rem;border:0;border-radius:1rem;background:linear-gradient(100deg,var(--auth-teal),var(--auth-orange));color:#07111f;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 12px 28px rgba(49,215,198,.12)}.auth-primary:hover{filter:brightness(1.04)}.auth-primary-link{display:grid;place-items:center;text-decoration:none;margin-top:1.2rem}.auth-alert{margin-top:1.2rem;padding:.9rem 1rem;border-radius:1rem;font-size:.88rem;line-height:1.45}.auth-alert-error{background:rgba(244,63,94,.13);border:1px solid rgba(251,113,133,.28);color:#fecdd3}.auth-alert-success{background:rgba(45,212,191,.12);border:1px solid rgba(45,212,191,.25);color:#ccfbf1}.auth-security-note{margin-top:1.25rem;padding:1rem;border:1px solid rgba(49,215,198,.18);border-radius:1rem;background:rgba(49,215,198,.06)}.auth-security-note strong{font-size:.8rem;color:#a7f3d0}.auth-security-note p{margin:.35rem 0 0;color:var(--auth-muted);font-size:.78rem;line-height:1.55}.auth-links,.auth-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem 1rem}.auth-links{margin-top:1.15rem}.auth-legal{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--auth-line)}.auth-links a{color:var(--auth-teal);font-size:.85rem;text-decoration:none}.auth-legal a{color:#71839a;font-size:.72rem;text-decoration:none}.auth-links a:hover,.auth-legal a:hover{text-decoration:underline}.auth-reset-shell{position:relative;z-index:1;min-height:100vh;display:grid;place-items:center;padding:1.25rem}.auth-reset-card{max-width:31rem}.auth-reset-card .auth-site-badge{margin-bottom:1.4rem}@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{padding:1.2rem;min-height:100vh}.auth-card{padding:1.45rem;border-radius:1.55rem}.auth-card h1{font-size:1.7rem}}@media(max-width:420px){.auth-form-panel,.auth-reset-shell{padding:.75rem}.auth-card{padding:1.25rem;border-radius:1.35rem}.auth-site-badge img{width:2.65rem;height:2.65rem}}
