:root { color-scheme: dark; --bg:#0d100b; --panel:#151a11; --text:#f4eedb; --muted:#a5ad98; --accent:#f2c94c; --line:rgba(244,238,219,.13); }
* { box-sizing:border-box; }
html { background:var(--bg); }
body { margin:0; color:var(--text); background:radial-gradient(circle at 80% 0,rgba(113,133,82,.2),transparent 34%),var(--bg); font:15px/1.7 Manrope,Segoe UI,system-ui,sans-serif; }
a { color:var(--accent); }
.legal-header { width:min(920px,calc(100% - 36px)); margin:18px auto 0; padding:14px 18px; display:flex; align-items:center; justify-content:space-between; border:1px solid var(--line); border-radius:15px; background:rgba(21,26,17,.85); backdrop-filter:blur(14px); }
.legal-brand { display:flex; align-items:center; gap:10px; color:var(--text); text-decoration:none; font-weight:800; }
.legal-brand span { width:34px; height:34px; display:grid; place-items:center; border-radius:10px; color:var(--bg); background:var(--accent); }
.legal-header > a:last-child { text-decoration:none; font-size:12px; font-weight:800; }
main { width:min(820px,calc(100% - 36px)); margin:70px auto 100px; }
.eyebrow { color:var(--accent); text-transform:uppercase; letter-spacing:.16em; font-size:11px; font-weight:800; }
h1,h2 { font-family:"Space Grotesk",Segoe UI,system-ui,sans-serif; letter-spacing:-.035em; }
h1 { margin:.25em 0; font-size:clamp(2.8rem,8vw,5.5rem); line-height:1; }
h2 { margin-top:42px; font-size:1.45rem; }
p,li { color:var(--muted); }
.updated { padding-bottom:30px; border-bottom:1px solid var(--line); }
.legal-card { margin-top:26px; padding:28px; border:1px solid var(--line); border-radius:20px; background:var(--panel); }
footer { width:min(820px,calc(100% - 36px)); margin:0 auto 35px; padding-top:22px; border-top:1px solid var(--line); color:var(--muted); font-size:11px; }
@media (max-width:600px) { main { margin-top:48px; } .legal-card { padding:20px; } }
