:root{--bg:#fff;--fg:#1a1a1a;--muted:#6b7280;--accent:#2563eb;--border:#e5e7eb}@media (prefers-color-scheme:dark){:root{--bg:#0f1115;--fg:#e7e9ee;--muted:#9ca3af;--accent:#7aa2ff;--border:#262a33}}*{box-sizing:border-box}body{margin:0 auto;max-width:44rem;padding:2rem 1.25rem 4rem;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.7}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}header{margin-bottom:3rem}.site-title{font-size:1.4rem;font-weight:700;color:var(--fg)}time{color:var(--muted);font-size:.9rem}.post-list{list-style:none;padding:0}.post-list li{margin-bottom:2.5rem}.post-list h2{margin:0 0 .25rem;font-size:1.3rem}.post-list p{margin:.4rem 0 0;color:var(--muted)}article h1{margin-bottom:.25rem;font-size:2rem;line-height:1.25}.post-body{margin-top:2rem}.post-body img{max-width:100%;height:auto}.post-body pre{overflow-x:auto;padding:1rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem}.post-body code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.92em}.post-body blockquote{margin:1rem 0;padding-left:1rem;border-left:3px solid var(--border);color:var(--muted)}footer{margin-top:4rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.9rem}