:root{--bg:#0f1a1a;--text:#fff;--muted:#d0b089;--card:#2b2a24;--radius:14px;--w:72ch}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,Segoe UI,Roboto,Helvetica,Arial}.wrap{max-width:var(--w);margin:2rem auto;padding:0 1rem}.site-header,.site-footer{max-width:var(--w);margin:0 auto;padding:1rem}.brand{font-weight:700;text-decoration:none;color:var(--text)}.nav a{margin-right:.75rem;text-decoration:none;color:var(--muted)}.card{background:var(--card);border-radius:var(--radius);padding:1rem;margin:1rem 0}.prose h1,.prose h2,.prose h3{margin-top:1.5rem}a{color:var(--muted)}.site-header{width:100%;max-width:none;margin:0;background:#222;padding:.5rem 1rem}.header-inner{display:flex;justify-content:space-between;align-items:center}.site-nav ul{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.site-nav a{color:#fff;text-decoration:none}.site-nav a:hover{text-decoration:underline}:root{--measure:70ch;--rhythm:1.1rem;--radius:10px}body{line-height:1.6;text-rendering:optimizeLegibility}.wrap{max-width:var(--measure)}h1,h2,h3{line-height:1.2;margin:calc(var(--rhythm)*1.2)0 var(--rhythm)}p,ul,ol,blockquote{margin:var(--rhythm)0}a{text-decoration:underline;text-underline-offset:3px}a:hover{text-decoration-thickness:2px}img{max-width:100%;height:auto;border-radius:var(--radius)}.site-nav ul{display:flex;gap:1rem;margin:0;padding:0;list-style:none}.video{position:relative;padding-top:56.25%;border-radius:var(--radius);overflow:clip;box-shadow:var(--shadow)}.video iframe,.video video{position:absolute;inset:0;width:100%;height:100%;border:0}