:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18383b;background:#f5f8f8;line-height:1.55;font-size:16px;color-scheme:light}
*{box-sizing:border-box}body{margin:0;min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:32px 20px}
.login-card{width:100%;max-width:450px;background:#fff;border:1px solid #dce5e5;border-radius:18px;padding:40px;box-shadow:0 16px 52px #18383b08}
.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:14px 14px 14px 4px;background:#dff3a8;color:#18383b;font-weight:750;font-size:26px;margin-bottom:28px}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;color:#176965;margin:0 0 10px}h1{font-size:38px;letter-spacing:-1.3px;line-height:1.15;margin:0 0 16px}.intro{color:#5c7275;font-size:15px;margin:0 0 30px}label{display:block;font-size:13px;font-weight:650;margin-bottom:9px}
input,button{font:inherit;width:100%;border-radius:7px;min-height:48px}input{background:#fff;color:#18383b;border:1px solid #b9cdcd;padding:11px 13px}input:focus-visible,button:focus-visible{outline:3px solid #659730;outline-offset:4px}.help{font-size:12px;color:#5c7275;margin:9px 0 23px}button{display:flex;justify-content:space-between;align-items:center;background:#176965;border:0;color:#fff;padding:13px 17px;font-size:14px;font-weight:650;cursor:pointer}button:hover{background:#104f4b}.footer{font-size:11px;color:#5c7275;border-top:1px solid #dce5e5;padding-top:20px;margin:28px 0 0}
@media(max-width:480px){body{padding:20px 16px}.login-card{padding:30px 24px}h1{font-size:34px}}
