:root{--auth-ink:#1e211d;--auth-green:#176b4a;--auth-lime:#dafa87;--auth-paper:#f7f7f4;--auth-line:#dcded8;--auth-muted:#747870}*{box-sizing:border-box}body{background:var(--auth-paper);color:var(--auth-ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-page{grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);min-height:100dvh;display:grid}.auth-brand-panel{background:var(--auth-ink);color:#fff;flex-direction:column;justify-content:space-between;padding:42px 48px;display:flex}.auth-brand-panel>a{color:#fff;align-items:center;gap:11px;font-weight:850;text-decoration:none;display:flex}.auth-brand-panel>a span{background:var(--auth-lime);width:38px;height:38px;color:var(--auth-ink);border-radius:11px;place-items:center;font:700 20px Georgia,serif;display:grid}.auth-brand-panel h2{letter-spacing:-.04em;margin:14px 0 20px;font:600 clamp(42px,5vw,72px)/.98 Georgia,serif}.auth-brand-panel p{color:#bcc5be;max-width:500px;font-size:15px;line-height:1.7}.auth-kicker{color:var(--auth-lime);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:850}.auth-brand-panel footer{color:#879189;letter-spacing:.04em;font-size:10px}.auth-form-panel{place-items:center;padding:44px;display:grid}.auth-card{border:1px solid var(--auth-line);background:#fff;border-radius:24px;width:min(440px,100%);padding:30px;box-shadow:0 22px 70px #181f1a14}.auth-tabs{background:#f0f1ed;border-radius:11px;grid-template-columns:1fr 1fr;padding:4px;display:grid}.auth-tabs button{color:var(--auth-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px;font-size:12px;font-weight:800}.auth-tabs button.active{color:var(--auth-ink);background:#fff;box-shadow:0 1px 5px #00000014}.auth-copy{margin:28px 0 22px}.auth-copy>span{color:var(--auth-green);text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:900}.auth-copy h1{letter-spacing:-.025em;margin:9px 0 12px;font:600 34px/1.08 Georgia,serif}.auth-copy p{color:var(--auth-muted);margin:0;font-size:13px;line-height:1.55}.auth-card form{gap:14px;display:grid}.auth-card label{color:#4b504a;gap:6px;font-size:11px;font-weight:800;display:grid}.auth-card input{border:1px solid var(--auth-line);width:100%;color:var(--auth-ink);background:#fff;border-radius:10px;outline:none;padding:13px 14px;font:500 14px inherit}.auth-card input:focus{border-color:var(--auth-green);box-shadow:0 0 0 3px #176b4a1a}.auth-submit{background:var(--auth-green);color:#fff;cursor:pointer;border:0;border-radius:11px;margin-top:3px;padding:14px;font-weight:900}.auth-submit:hover{background:#12583d}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-error{color:#9d3e33;background:#fff0ed;border:1px solid #f1d0ca;border-radius:9px;padding:10px 12px;font-size:11px;line-height:1.4}.auth-card>small{text-align:center;color:#979b95;margin-top:18px;font-size:9px;line-height:1.5;display:block}@media (max-width:820px){.auth-page{grid-template-columns:1fr}.auth-brand-panel{min-height:280px;padding:28px}.auth-brand-panel h2{font-size:42px}.auth-brand-panel footer{display:none}.auth-form-panel,.auth-card{padding:24px}}
