:root { color-scheme:light; --lime:#d2fc00; --ink:#161a17; --muted:#6e7771; --line:#d8ddd5; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
* { box-sizing:border-box; }
body { min-height:100vh; margin:0; display:grid; place-items:center; padding:28px; color:var(--ink); background:#f3f5f0; }
button,input { font:inherit; }
.auth-shell { width:min(980px,100%); min-height:590px; display:grid; grid-template-columns:1.05fr .95fr; overflow:hidden; border:1px solid #d6dbd2; border-radius:30px; background:#fff; box-shadow:0 28px 80px #2731251a; }
.auth-brand { display:flex; flex-direction:column; justify-content:space-between; gap:45px; padding:42px; background:var(--lime); }
.brand { display:flex; align-items:center; gap:12px; }
.brand>span { display:grid; place-items:center; width:48px; height:48px; border-radius:16px; color:var(--lime); background:#101310; font-size:22px; font-weight:950; }
.brand>b { display:flex; flex-direction:column; font-size:22px; line-height:1; }
.brand small { margin-top:5px; font-size:9px; }
.auth-brand em,.auth-card header>span { display:block; color:#596800; font-size:10px; font-style:normal; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.auth-brand h1 { max-width:520px; margin:12px 0 16px; font-size:clamp(32px,4.4vw,52px); line-height:.99; letter-spacing:-.055em; }
.auth-brand p { max-width:470px; margin:0; color:#3f4b30; font-size:14px; font-weight:650; line-height:1.65; }
.auth-brand footer { display:flex; align-items:center; gap:8px; font-size:11px; font-weight:850; }
.auth-brand footer i { width:9px; height:9px; border-radius:50%; background:#172015; box-shadow:0 0 0 4px #a9ca00; }
.auth-card { display:grid; place-items:center; padding:48px; }
.auth-card form { width:min(340px,100%); display:grid; gap:17px; }
.auth-card header { margin-bottom:9px; }
.auth-card h2 { margin:6px 0 7px; font-size:30px; letter-spacing:-.045em; }
.auth-card header p { margin:0; color:var(--muted); font-size:12px; line-height:1.5; }
.auth-card label { position:relative; display:grid; gap:7px; color:#4e5851; font-size:10px; font-weight:850; }
.auth-card input { width:100%; min-height:48px; padding:12px 14px; border:1px solid var(--line); border-radius:12px; outline:0; color:var(--ink); background:#fafbf9; font-size:13px; font-weight:650; }
.auth-card input:focus { border-color:#9dbd00; box-shadow:0 0 0 3px #d2fc0038; background:#fff; }
#toggle-password { position:absolute; right:8px; bottom:8px; min-height:32px; border:0; border-radius:8px; padding:0 9px; color:#59625c; background:#ecefe9; font-size:9px; font-weight:850; cursor:pointer; }
.confirm-field[hidden],.password-note[hidden],.auth-error[hidden] { display:none; }
.password-note { margin-top:-5px; padding:10px 11px; border-radius:9px; color:#58634d; background:#f1f6e6; font-size:9px; line-height:1.5; }
.auth-error { margin:0; padding:10px 12px; border-radius:9px; color:#8c312c; background:#fee8e5; font-size:10px; font-weight:750; }
.auth-submit { min-height:48px; display:flex; align-items:center; justify-content:space-between; border:0; border-radius:12px; padding:0 16px; color:#fff; background:#171b18; font-size:12px; font-weight:900; cursor:pointer; }
.auth-submit span { color:var(--lime); font-size:19px; }
.auth-submit:hover { background:#252b26; }
.auth-submit:disabled { opacity:.55; cursor:wait; }
@media(max-width:760px) { body { padding:14px; }.auth-shell { min-height:0; grid-template-columns:1fr; border-radius:22px; }.auth-brand { gap:28px; padding:28px; }.auth-brand h1 { font-size:32px; }.auth-brand footer { display:none; }.auth-card { padding:32px 28px 38px; } }
