:root{--ink:#15110c;--yellow:#ffc72c;--cream:#fff9e8;--paper:#f0e9da;--muted:#6e675e;--line:#cfc6b6}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,Arial,sans-serif;min-height:100vh;display:grid;grid-template-rows:auto 1fr}.topbar{height:74px;padding:0 max(24px,5vw);display:flex;align-items:center;border-bottom:2px solid var(--ink);background:var(--cream)}.brand{color:inherit;text-decoration:none;font-weight:800;display:flex;gap:10px;align-items:center}.hex{background:var(--yellow);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);width:38px;height:34px;display:grid;place-items:center}.auth-shell{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 74px)}.auth-copy{background:var(--ink);color:white;padding:clamp(40px,8vw,110px);display:flex;flex-direction:column;justify-content:center}.auth-copy p{color:#c9c2b8;line-height:1.7;max-width:520px}.auth-copy h1{font-size:clamp(3rem,6vw,6rem);line-height:.95;letter-spacing:-.06em;margin:15px 0}.auth-copy h1 em{color:var(--yellow);font-style:normal}.auth-form-wrap{padding:clamp(30px,7vw,100px);display:grid;place-items:center}.auth-card{width:min(470px,100%)}.auth-card h2{font-size:2.4rem;letter-spacing:-.04em;margin:0 0 12px}.auth-card>p{color:var(--muted);line-height:1.6}.auth-card label{display:block;font:500 .72rem DM Mono,monospace;letter-spacing:.05em;margin:20px 0}.auth-card input{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid var(--line);background:white;font:inherit}.btn{width:100%;border:2px solid var(--ink);background:var(--yellow);padding:15px 20px;font-weight:800;box-shadow:4px 4px 0 var(--ink);cursor:pointer}.links{display:flex;justify-content:space-between;gap:15px;margin-top:25px;font-size:.88rem}.links a{color:inherit}.notice{display:none;padding:14px;margin:18px 0;background:var(--paper);border-left:5px solid var(--yellow);line-height:1.5}.notice.show{display:block}.notice.error{border-color:#a32e25}.turnstile-slot{min-height:12px}.micro{font-size:.8rem;color:var(--muted);margin-top:20px}@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-copy{padding:45px 24px}.auth-copy h1{font-size:3.2rem}.auth-form-wrap{padding:45px 24px}}

.password-wrap{position:relative;display:block}
.password-wrap input{padding-right:48px;width:100%;box-sizing:border-box}
.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;cursor:pointer;font-size:18px;padding:4px;line-height:1}
