@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap');
:root{--ink:#10231b;--green:#235340;--acid:#ffcf25;--cream:#f5f1e8;--muted:#66736d;--line:#d8ddd8}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 "DM Sans",sans-serif}a{color:var(--green)}.simple-header,.simple-footer{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;padding:1.2rem clamp(1.2rem,7vw,6rem);background:#fff;border-bottom:1px solid var(--line)}.simple-header>a:last-child{font-weight:700;text-decoration:none}.simple-brand{font:700 1.15rem "Space Grotesk";text-decoration:none;color:var(--ink)}.simple-brand span{color:var(--green)}.legal-shell{max-width:860px;margin:0 auto;padding:clamp(3rem,8vw,6rem) 1.25rem}.kicker{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:800;color:var(--green)}h1,h2{font-family:"Space Grotesk";line-height:1.1;letter-spacing:-.045em}h1{font-size:clamp(2.8rem,7vw,5.2rem);margin:.5rem 0 1rem}h2{font-size:1.65rem;margin:2.5rem 0 .7rem}.effective{display:inline-block;background:#fff4bd;padding:.45rem .7rem;border-radius:8px;font-size:.8rem;font-weight:700}.legal-shell>p,.legal-shell li{color:#44534c}.legal-shell section{border-top:1px solid var(--line);margin-top:2rem}.legal-shell li{margin:.45rem 0}.simple-footer{border-top:1px solid var(--line);border-bottom:0;color:var(--muted);font-size:.8rem}.simple-footer nav{display:flex;gap:1rem;flex-wrap:wrap}.account-shell{min-height:calc(100vh - 150px);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,8vw,7rem);align-items:center;padding:clamp(3rem,8vw,7rem) clamp(1.2rem,7vw,7rem)}.account-copy h1{font-size:clamp(3.2rem,7vw,6.5rem);margin:.5rem 0 1.3rem}.account-copy p,.account-copy li{color:var(--muted)}.account-card{background:#fff;padding:clamp(1.5rem,4vw,3rem);border-radius:24px;box-shadow:0 25px 70px rgba(12,35,26,.14)}.account-card h2{margin:0 0 1.5rem}.account-card label{display:grid;gap:.45rem;font-size:.78rem;font-weight:800}.account-card input{width:100%;border:1px solid var(--line);border-radius:10px;padding:.9rem;background:#fafbf9;font:inherit}.account-card button{width:100%;border:0;border-radius:10px;padding:1rem;margin-top:1.2rem;background:var(--acid);color:var(--ink);font:800 1rem "DM Sans";cursor:pointer}.account-card button:disabled{opacity:.65;cursor:wait}.account-card small{display:block;color:var(--muted);margin-top:1rem}.form-status{padding:.8rem;border-radius:9px;font-size:.82rem}.form-status.success{background:#e5f7ec;color:#19633d}.form-status.error{background:#fff0ee;color:#a2261d}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:760px){.account-shell{grid-template-columns:1fr}.simple-footer{align-items:flex-start;flex-direction:column}}
