:root{--background:#fff;--foreground:#171717;--muted:#6b7280;--border:#e5e7eb;--accent:#2563eb}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--muted:#9ca3af;--border:#262626;--accent:#60a5fa}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}*{box-sizing:border-box}a{color:var(--accent)}.wrapper{max-width:68ch;margin:0 auto;padding:48px 20px 80px}.siteHeader{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:48px}.siteTitle{font-size:20px;font-weight:700;text-decoration:none;color:var(--foreground)}.postList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px}.postListItem a{text-decoration:none;color:var(--foreground)}.postListTitle{font-size:22px;font-weight:600;margin-bottom:4px}.postMeta{color:var(--muted);font-size:14px;margin-bottom:8px}.postDescription{color:var(--muted);font-size:15px}.emptyState{color:var(--muted);padding:40px 0;text-align:center}.article h1{font-size:32px;line-height:1.25;margin-bottom:8px}.article .postMeta{margin-bottom:32px}.article p{margin-bottom:16px}.article h2{font-size:24px;margin:32px 0 12px}.article h3{font-size:19px;margin:24px 0 10px}.article ol,.article ul{margin:0 0 16px 24px}.article li{margin-bottom:6px}.article code{background:var(--border);padding:2px 5px;border-radius:4px;font-size:.9em}.article pre{background:var(--border);padding:12px 16px;border-radius:8px;overflow-x:auto;margin-bottom:16px}.article blockquote{border-left:3px solid var(--accent);margin:0 0 16px;padding:4px 0 4px 16px;color:var(--muted)}.article table{width:100%;border-collapse:collapse;margin-bottom:16px;font-size:14px}.article td,.article th{border:1px solid var(--border);padding:8px 10px;text-align:left}.backLink{display:inline-block;margin-bottom:24px;font-size:14px}