
:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#182a23;background:#f5f7f5;color-scheme:light}
*{box-sizing:border-box}body{margin:0;min-height:100svh;display:grid;place-items:center;padding:24px}
main{width:100%;max-width:420px;padding:36px;background:white;border:1px solid #dce5de;border-radius:18px;box-shadow:0 16px 48px #16372a0a}
.brand{font-weight:750;font-size:24px;color:#246b49;letter-spacing:-1px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:650;color:#65746c;margin:28px 0 10px}h1{font-size:28px;margin:0 0 12px;letter-spacing:-.7px}p{color:#596b60;font-size:14px;line-height:1.6;margin:0 0 28px}label{display:block;font-size:13px;font-weight:600;margin:0 0 8px}input{font:inherit;width:100%;padding:12px;border:1px solid #a6b9ad;border-radius:8px}input:focus-visible,button:focus-visible{outline:3px solid #83b99a;outline-offset:3px}button{font:inherit;font-weight:600;border:0;border-radius:8px;background:#246b49;color:white;padding:13px;width:100%;margin-top:18px;cursor:pointer}.error{color:#9f2525;background:#fff1ef;padding:12px;border-radius:8px;margin:18px 0 0}footer{font-size:12px;color:#69796f;text-align:center;margin-top:24px}
