:root{--fg:#1a1a1a;--fg-muted:#6b6b6b;--bg:#ffffff;--bg-subtle:#f7f7f8;--border:#e5e5e7;--accent:#2563eb;--max-width:720px;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif:Georgia, "Times New Roman", Times, serif}@media(prefers-color-scheme:dark){:root{--fg:#ededed;--fg-muted:#a1a1aa;--bg:#0b0b0c;--bg-subtle:#1a1a1c;--border:#2a2a2d;--accent:#60a5fa}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);font-size:17px;line-height:1.6;color:var(--fg);background:var(--bg)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{padding:32px 0 16px;border-bottom:1px solid var(--border);margin-bottom:40px}.site-logo img{max-width:64px;height:auto;margin-bottom:12px}.site-title{display:inline-block;font-size:22px;font-weight:700;color:var(--fg)}.site-niche{margin:4px 0 0;color:var(--fg-muted);font-size:14px}main.container{min-height:60vh;padding-bottom:64px}.page-title{font-size:32px;margin:0 0 24px;line-height:1.2}.lede{font-size:20px;color:var(--fg-muted);margin:0 0 32px}.section-title{font-size:18px;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);margin:48px 0 16px}.audience{color:var(--fg-muted)}.posts{list-style:none;padding:0;margin:0}.post-item{border-bottom:1px solid var(--border)}.post-item:last-child{border-bottom:none}.post-link{display:block;padding:20px 0;color:var(--fg)}.post-link:hover{text-decoration:none}.post-link:hover .post-title{color:var(--accent)}.post-title{font-size:20px;margin:0 0 6px;font-weight:600}.post-excerpt{margin:4px 0 8px;color:var(--fg-muted)}.post-date{font-size:13px;color:var(--fg-muted)}.post-header{margin-bottom:32px}.post-header .post-title{font-size:32px;margin-bottom:8px;font-family:var(--font-serif)}.post-body{font-family:var(--font-serif);font-size:19px;line-height:1.7}.post-body h2{font-family:var(--font-sans);margin-top:40px;font-size:24px}.post-body h3{font-family:var(--font-sans);margin-top:28px;font-size:20px}.post-body p{margin:16px 0}.post-body pre{background:var(--bg-subtle);border:1px solid var(--border);border-radius:6px;padding:16px;overflow-x:auto;font-size:14px;line-height:1.5}.post-body code{background:var(--bg-subtle);padding:2px 6px;border-radius:4px;font-size:.92em}.post-body pre code{background:0 0;padding:0}.post-body blockquote{border-left:3px solid var(--border);margin:24px 0;padding:0 20px;color:var(--fg-muted)}.post-body img{max-width:100%;height:auto;border-radius:6px}.post-footer{margin-top:48px;padding-top:24px;border-top:1px solid var(--border)}.back-link{color:var(--fg-muted);font-size:14px}.empty{color:var(--fg-muted);font-style:italic}.site-footer{padding:32px 0;border-top:1px solid var(--border);color:var(--fg-muted);font-size:14px}.site-footer .sponsors{margin:0 0 8px}.site-footer .colophon{margin:0}