:root{--bg-primary:#0a0a0a;--bg-card:#111;--bg-elevated:#161616;--bg-hover:#1c1c1c;--text-primary:#e8e8e8;--text-secondary:#b0b0b0;--text-muted:#999;--accent:#cc2929;--accent-dim:#8a1a1a;--accent-glow:#cc292926;--border:#222;--border-light:#2e2e2e;--font-sans:"IBM Plex Sans", system-ui, sans-serif;--font-mono:"IBM Plex Mono", "Courier New", monospace;--font-serif:"IBM Plex Serif", Georgia, serif;--radius:2px;--max-width:1280px;--text-stamp:.75rem;--text-meta:.8rem;--text-label:.85rem;--text-body-sm:.9375rem;--text-body:1.0625rem;--text-body-lg:1.125rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-body);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}.article-body{font-family:var(--font-serif);font-size:var(--text-body);color:var(--text-primary);line-height:1.85}.article-body p{margin-bottom:1.25rem}.article-body h2{font-family:var(--font-sans);color:var(--text-primary);margin:2rem 0 .75rem;font-size:1.35rem;font-weight:700}.article-body h3{font-family:var(--font-sans);margin:1.5rem 0 .5rem;font-size:1.125rem;font-weight:600}.article-body ul,.article-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-body li{margin-bottom:.4rem}.article-body blockquote{border-left:3px solid var(--accent);background:var(--bg-elevated);color:var(--text-secondary);margin:1.5rem 0;padding:.75rem 1.25rem;font-style:italic}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--accent-glow);color:var(--text-primary)}
