:root{--bg: #ffffff;--fg: #1a1a1a;--muted: #666666;--accent: #3355ff;--border: #e5e5e5;color-scheme:light dark}@media (prefers-color-scheme: dark){:root{--bg: #14161a;--fg: #eaeaea;--muted: #9a9a9a;--accent: #7c9cff;--border: #2a2d33}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.6}main{max-width:680px;margin:0 auto;padding:1.5rem 1.25rem 4rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{max-width:680px;margin:0 auto;padding:2rem 1.25rem 1rem;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem}.site-header .site-title{font-weight:700;font-size:1.1rem;color:var(--fg)}.site-header nav a{margin-left:1rem;color:var(--muted)}.post-list{list-style:none;margin:0;padding:0}.post-list-item{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--border)}.post-list-item a{color:var(--fg);font-weight:500}.post-excerpt{margin:.3rem 0 0;color:var(--muted);font-size:.9rem}.post-date{color:var(--muted);font-size:.9rem;white-space:nowrap}.pagination{display:flex;justify-content:space-between;margin-top:2rem}article h1{margin-bottom:.25rem}article h2{margin-top:2.5rem;font-size:1.3rem;border-bottom:1px solid var(--border);padding-bottom:.4rem}article h3{margin-top:2rem;font-size:1.1rem}article img{max-width:100%;height:auto;display:block;margin:1.5rem auto;border-radius:6px}article pre{padding:1rem;border-radius:6px;border:1px solid var(--border);overflow-x:auto}article code{font-size:.9em}article :not(pre)>code{background:var(--border);padding:.15em .4em;border-radius:4px}.back-to-top{display:inline-block;margin-top:3rem;color:var(--muted);font-size:.9rem}.site-footer{max-width:680px;margin:0 auto;padding:1rem 1.25rem 3rem;color:var(--muted);font-size:.85rem}