:root{--bg:#fff;--surface:#f5f5f5;--text:#1a1a1a;--text-muted:#666;--accent:#2563eb;--border:#e5e7eb}html.dark{--bg:#0f172a;--surface:#1e293b;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#60a5fa;--border:#334155}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background-color .2s,color .2s}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}section{border-bottom:1px solid var(--border);margin:0 auto;max-width:720px;padding:3rem 1.5rem}h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}h2{font-size:1.4rem;margin-bottom:1.5rem}h2,h3{font-weight:600}h3{font-size:1.1rem;margin-bottom:.25rem}p{color:var(--text-muted);line-height:1.7}
