:root { --bg:#0a0a0a; --fg:#e8e8e8; --muted:#888; --accent:#4a9eff; --border:#333; --surface:#111; }
body { font-family: system-ui, -apple-system, sans-serif; background:var(--bg); color:var(--fg); line-height:1.7; padding:2.5rem 1.5rem 4rem; max-width:860px; margin:0 auto; }
h1 { font-size:2rem; margin:0 0 0.25rem; font-weight:600; }
h2 { font-size:1.15rem; margin:2rem 0 0.75rem; font-weight:600; }
p { margin:0 0 1rem; }
a { color:var(--accent); text-decoration:none; }
a:hover { text-decoration:underline; }
.card { background:var(--surface); border:1px solid var(--border); border-radius:6px; padding:1.25rem; margin:1.25rem 0; }
.small { color:var(--muted); font-size:0.9rem; }
ul { margin:0.5rem 0 0.5rem 1.25rem; }
li { margin:0.35rem 0; }
