:root{--yellow:#f4c400;--bg:#070707;--surface:#121212;--border:#2a2a2a;--text:#f5f5f5;--muted:#9c9c9c}
*{box-sizing:border-box}html,body{min-height:100%;margin:0}body.auth-page{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:radial-gradient(circle at 15% 10%,rgba(244,196,0,.10),transparent 34%),radial-gradient(circle at 85% 85%,rgba(255,255,255,.04),transparent 28%),var(--bg);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased}
.auth-layout{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr)}
.auth-presentation{padding:clamp(34px,6vw,88px);display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--border);background:linear-gradient(140deg,rgba(255,255,255,.025),transparent)}
.auth-brand{display:flex;align-items:center;gap:12px}.auth-brand>div{display:grid;gap:3px}.auth-brand strong{font-size:14px}.auth-brand small{color:var(--muted);font-size:11px}.auth-logo,.auth-mobile-logo{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--yellow);color:#111;font-size:22px;font-weight:900;box-shadow:none}
.auth-copy{max-width:830px}.auth-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(244,196,0,.25);border-radius:999px;color:var(--yellow);font-size:10px;letter-spacing:.14em}.auth-kicker i,.auth-security i{width:7px;height:7px;border-radius:50%;background:var(--yellow);box-shadow:0 0 14px var(--yellow)}
.auth-copy h1{font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.055em;margin:24px 0}.auth-copy h1 em{color:var(--yellow);font-style:normal}.auth-copy>p{max-width:650px;color:var(--muted);font-size:clamp(15px,1.5vw,19px);line-height:1.65}.auth-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px}.auth-features>div{display:grid;gap:6px;padding:16px;border:1px solid var(--border);border-radius:14px;background:rgba(255,255,255,.02)}.auth-features span{color:var(--yellow);font-size:10px}.auth-features strong{font-size:13px}.auth-features small{color:var(--muted);line-height:1.4}.auth-presentation footer{color:#666;font-size:11px}
.auth-panel{display:grid;place-items:center;padding:clamp(20px,5vw,68px)}.auth-card{width:min(440px,100%);padding:clamp(25px,4vw,42px);border:1px solid var(--border);border-radius:22px;background:rgba(18,18,18,.94);box-shadow:0 28px 90px rgba(0,0,0,.35);backdrop-filter:blur(18px)}.auth-card-head{display:flex;align-items:center;gap:14px}.auth-card-head p{margin:0;color:var(--yellow);font-size:10px;letter-spacing:.14em}.auth-card h2{font-size:28px;margin:4px 0}.auth-mobile-logo{display:none}.auth-description{color:var(--muted);line-height:1.5;margin:14px 0 24px}.auth-field{display:grid;gap:8px;margin:14px 0;color:#cfcfcf;font-size:12px}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-wrap svg{position:absolute;left:13px;width:18px;height:18px;fill:none;stroke:#777;stroke-width:1.7}.auth-input-wrap input{width:100%;min-height:49px;padding:12px 48px 12px 42px;background:#090909;border:1px solid #303030;border-radius:11px;color:#fff;font-size:15px;outline:none}.auth-input-wrap input:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(244,196,0,.12)}.password-toggle{position:absolute;right:8px;border:0;background:transparent;color:var(--yellow);font-size:11px;font-weight:700;cursor:pointer}.auth-submit{width:100%;min-height:49px;margin-top:10px;border:0;border-radius:11px;background:var(--yellow);color:#111;font-weight:850;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.auth-submit:hover{background:#ffd83d}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-error{min-height:18px;color:#ff8585;font-size:12px;margin:8px 0}.auth-security{display:flex;align-items:center;justify-content:center;gap:8px;color:#777;font-size:10px;margin-top:18px}
@media(max-width:900px){.auth-layout{grid-template-columns:1fr}.auth-presentation{padding:28px 22px 14px;border-right:0}.auth-brand,.auth-features,.auth-presentation footer{display:none}.auth-copy h1{font-size:clamp(36px,11vw,58px);margin:16px 0 10px}.auth-copy>p{font-size:14px}.auth-panel{padding:16px 14px 32px}.auth-card{border-radius:18px;padding:24px 18px}.auth-mobile-logo{display:grid}}
@media(max-width:520px){.auth-copy h1{font-size:38px}.auth-copy>p{display:none}.auth-presentation{padding-bottom:2px}.auth-panel{padding-top:8px}}
