/* The login page's own styles. They live in a file rather than an inline
   <style> because the Content-Security-Policy in _headers has no
   'unsafe-inline' in style-src, which silently dropped them. */
:root{font-family:"DM Sans",system-ui,-apple-system,sans-serif;color:#1e2822;background:#1f392b}
    *{box-sizing:border-box}body{margin:0}.login-shell{min-height:100svh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 90% 10%,#56705d 0,transparent 34%),#1f392b}.login-card{width:min(420px,100%);padding:42px 34px 34px;background:#f4f0e7;border-radius:5px 38px 5px 5px;box-shadow:0 24px 90px #08170e73}.brand-mark{width:56px;height:56px;border-radius:14px;display:block;object-fit:cover;margin-bottom:24px}.eyebrow{font-size:10px;letter-spacing:.18em;font-weight:700;color:#526057;margin:0 0 12px}.login-card h1{font:400 46px/.95 Georgia,serif;letter-spacing:-.04em;margin:0}.lede{color:#6f756e;font-size:14px;line-height:1.55;margin:16px 0 28px}.login-card label{display:block;font-size:12px;font-weight:700}.login-card input{display:block;width:100%;height:52px;margin-top:9px;border:1px solid #1e28222e;background:#fffdf7;padding:0 14px;font:16px inherit;color:#1e2822;border-radius:0}.login-card input:focus{outline:2px solid #a64c2c;outline-offset:2px}.login-card button{width:100%;height:54px;border:0;background:#1f392b;color:#fff;font:700 14px inherit;margin-top:18px;padding:0 18px}.login-card button:disabled{opacity:.55}.form-error{color:#9f3827;font-size:13px;line-height:1.4;margin:16px 0 0}[hidden]{display:none}
