:root{--bg:#070707;--card:#111;--ink:#f5f5f2;--muted:#858585;--yellow:#f3ba2f;--pink:#f3ba2f;--line:#262626}
body{background:var(--bg)}
header{height:64px;background:rgba(7,7,7,.9);border-color:var(--line)}
.brand img{width:112px;height:38px;padding:5px 9px;border:0;border-radius:10px;background:#f4f4f0;object-fit:contain}
.brand small,.eyebrow,aside p,.number{color:var(--muted)}
.layout{grid-template-columns:220px minmax(0,1fr);gap:48px}
aside a{border:0;border-radius:9px;padding:9px 11px}
aside a:hover{background:#151515;color:#fff}
main{padding-top:60px}
h1 em{color:var(--ink);text-shadow:none}
.hero>p:not(.eyebrow),p,li{color:#aaa}
section:not(.hero){background:var(--card);border-color:var(--line);border-radius:16px}
.callout,.table,.split article,.flow{border-color:var(--line);background:#0c0c0c}
.table .thead{background:#090909}
.button{background:#f4f4f0;color:#090909}
