:root{--fg:#1a1a1a;--muted:#6b7280;--bg:#fff;--accent:#2563eb;--border:#e5e7eb;--maxw:44rem}@media (prefers-color-scheme:dark){:root{--fg:#e8e8e8;--muted:#9aa3af;--bg:#0f0f10;--accent:#6ea8fe;--border:#26272b}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--fg);margin:0;font:17px/1.7 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--maxw);margin:0 auto;padding:2.5rem 1.25rem 5rem}.site-header{margin-bottom:3rem}.site-header a{color:var(--fg);font-size:1.15rem;font-weight:700}.muted{color:var(--muted)}.post-list{flex-direction:column;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.post-list h2{margin:0 0 .25rem;font-size:1.4rem}.post-list time{font-size:.85rem}.post-list p{margin:.5rem 0 0}.cover{border:1px solid var(--border);border-radius:10px;width:100%;height:auto;margin:0 0 1.5rem}article h1{margin:0 0 .5rem;font-size:2rem;line-height:1.2}article .meta{color:var(--muted);margin-bottom:2rem;font-size:.9rem}article img{border-radius:8px;max-width:100%;height:auto}article pre{background:#7f7f7f1f;border-radius:8px;padding:1rem;overflow-x:auto}article code{background:#7f7f7f26;border-radius:4px;padding:.1em .35em;font-size:.9em}article pre code{background:0 0;padding:0}article blockquote{border-left:3px solid var(--border);color:var(--muted);margin:1.5rem 0;padding-left:1rem}.tags{flex-wrap:wrap;gap:.5rem;margin-top:3rem;display:flex}.tag{color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:.15rem .7rem;font-size:.8rem}
