:root{--bg:#F1F1F1;--surface:#FFFFFF;--ink:#000000;--muted:#555555;--line:#DADADA;--accent:#FC6401;--tint:#FFE1CE;--tint-2:#FFC39D;color-scheme:light}
@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){--bg:#0B0B0B;--surface:#161616;--ink:#FFFFFF;--muted:#B3B3B3;--line:#2C2C2C;--accent:#FC6401;--tint:#3A2314;--tint-2:#5A3520;color-scheme:dark}.wm-light{display:none}.wm-dark{display:block}}
:root[data-theme="dark"]{--bg:#0B0B0B;--surface:#161616;--ink:#FFFFFF;--muted:#B3B3B3;--line:#2C2C2C;--accent:#FC6401;--tint:#3A2314;--tint-2:#5A3520;color-scheme:dark}
:root[data-theme="dark"] .wm-light{display:none}:root[data-theme="dark"] .wm-dark{display:block}:root[data-theme="light"] .wm-light{display:block}:root[data-theme="light"] .wm-dark{display:none}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.55 ui-sans-serif,system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;padding-inline:16px}
main{max-width:860px;margin:0 auto;padding-block:32px 72px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px}
.wm{display:block;height:34px;width:auto}.wm-dark{display:none}
.topnav{display:flex;gap:22px;font-size:15px;font-weight:700}.topnav a{color:var(--accent);text-decoration:none}.topnav a:hover{text-decoration:underline}
.eyebrow{margin:0;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-weight:800}
h1{margin:10px 0 14px;font-size:clamp(28px,4vw,42px);line-height:1.06;letter-spacing:-.02em;font-weight:800;text-wrap:balance}
h2{margin:40px 0 10px;font-size:24px;letter-spacing:-.01em;font-weight:800;text-wrap:balance}
h3{margin:22px 0 6px;font-size:18px;font-weight:800}
p,li{max-width:66ch}
p{margin:0 0 14px}
.lede{font-size:18px;color:var(--muted)}
ol,ul{margin:0 0 14px;padding-left:1.3em}
li{margin-bottom:6px}
code{font:600 .93em ui-monospace,"SF Mono",Menlo,Consolas,monospace;background:var(--tint);padding:2px 6px;border-radius:6px;color:var(--ink);word-break:break-all}
.url{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:8px 0 16px;padding:12px 14px;border:1.5px solid var(--tint-2);border-radius:12px;background:var(--surface)}
.url code{font-size:16px;background:none;padding:0}
.url button{border:0;border-radius:999px;background:var(--accent);color:#fff;font:700 14px/1 inherit;padding:9px 14px;cursor:pointer}
.url button:focus-visible,.button:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
.cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 8px}
@media (max-width:700px){.cards{grid-template-columns:1fr}}
.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:20px 22px}
.card h2{margin-top:0;font-size:21px}
.card .tag{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}
.button{display:inline-block;background:var(--accent);color:#fff;font-weight:700;text-decoration:none;padding:12px 18px;border-radius:999px}
.button.ghost{background:none;color:var(--ink);border:2px solid var(--line)}
.note{padding:14px 16px;border-radius:12px;background:var(--tint);font-size:15px}
.note b{font-weight:800}
.steps li{margin-bottom:10px}
.small{font-size:14px;color:var(--muted)}
footer{margin-top:44px;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
a{color:var(--accent)}
/* the consent page */
body.consent main{max-width:560px;padding-top:48px}
body.consent .wm{height:30px;margin-bottom:26px}
body.consent h1{font-size:30px}
body.consent .who{color:var(--accent)}
.facts{margin:0 0 22px;padding:14px 18px 14px 36px;border-radius:12px;background:var(--surface);border:1px solid var(--line)}
.row{display:flex;gap:12px;flex-wrap:wrap}
button.primary,button.ghost{font:700 17px/1 inherit;border-radius:999px;padding:14px 22px;cursor:pointer}
button.primary{border:0;background:var(--accent);color:#fff}
button.ghost{background:none;color:var(--ink);border:2px solid var(--line)}
