:root{--fg: #1a1a1a;--bg: #fafafa;--accent: #2563eb;--muted: #6b7280}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--fg);line-height:1.7;padding:2rem 1rem}.container{max-width:720px;margin:0 auto}.post-list{list-style:none}.post-list li{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-bottom:1px solid #e5e7eb;gap:1rem}.post-list li:last-child{border-bottom:none}.post-list a{color:var(--fg);text-decoration:none;font-weight:500}.post-list a:hover{color:var(--accent)}.date{color:var(--muted);font-size:.875rem;white-space:nowrap}.post-header{margin-bottom:2.5rem}.post-header a{color:var(--accent);text-decoration:none;font-size:.9rem}h1{font-size:2rem;margin-bottom:.5rem}article{margin-top:2rem}article h2{font-size:1.4rem;margin:2rem 0 .75rem}article h3{font-size:1.15rem;margin:1.5rem 0 .5rem}article p{margin-bottom:1rem}article ul,article ol{margin:0 0 1rem 1.5rem}article li{margin-bottom:.25rem}article code{background:#f0f0f0;padding:.15em .35em;border-radius:3px;font-size:.875em;font-family:Fira Code,monospace}article pre{background:#1e1e2e;color:#cdd6f4;padding:1.25rem;border-radius:8px;overflow-x:auto;margin-bottom:1rem}article pre code{background:none;padding:0;color:inherit}article blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--muted);margin-bottom:1rem}article a{color:var(--accent)}article hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}article img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;display:block}strong{font-weight:600}
