:root{--fg:#1a1712;--bg:#faf7f0;--muted:#6e675c;--accent:#b3661f;--border:#d9d2c4;--code-bg:#efeadf;--mono:ui-monospace, "SF Mono", "Cascadia Mono", "JetBrains Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace}@media(prefers-color-scheme:dark){:root{--fg:#ddd6c8;--bg:#131110;--muted:#8f887b;--accent:#e0913d;--border:#2e2a25;--code-bg:#1d1a17}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--mono);font-size:15px;line-height:1.65}.wrap{max-width:44rem;margin:0 auto;padding:2rem 1.25rem 3rem}.masthead{display:inline-block;text-decoration:none;color:var(--fg)}.masthead pre{background:0 0;border:0;padding:0;margin:0 0 1.5rem;font-size:13px;line-height:1.25;color:var(--accent);overflow-x:auto}.masthead:hover pre{color:var(--fg)}.site-nav{list-style:none;margin:0 0 2.5rem;padding:0 0 1.25rem;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.35rem 1.4rem}.site-nav a{font-weight:600}.site-nav a.active{color:var(--accent)}a{color:var(--fg);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:var(--accent)}a:hover{background:var(--fg);color:var(--bg);text-decoration:none}.intro{color:var(--muted);margin-bottom:2rem}.section-title{font-size:1.5rem;margin:0 0 1.25rem;text-transform:lowercase}.section-title::before{content:"## ";color:var(--accent)}.section-desc{color:var(--muted);margin-bottom:1.5rem}.post-list{list-style:none;margin:0;padding:0}.post-item{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px dashed var(--border)}.post-item:last-child{border-bottom:0}.post-link{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;text-decoration:none}.post-link:hover{background:0 0}.post-link:hover .post-title{background:var(--fg);color:var(--bg)}.post-title{font-weight:700;font-size:1.05rem;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;text-decoration-color:var(--accent)}.post-date{color:var(--muted);white-space:nowrap;font-size:.85rem}.post-excerpt{margin:.4rem 0 0;color:var(--muted)}.pagination{display:flex;justify-content:space-between;margin-top:2rem}.page-num{color:var(--muted)}.post-head h1{font-size:1.7rem;line-height:1.3;margin:0 0 .4rem}.post-meta{color:var(--muted);margin:0 0 2rem;font-size:.85rem}.post-body h2,.post-body h3,.post-body h4{margin-top:2.2em;line-height:1.3}.post-body h2{font-size:1.3rem}.post-body h2::before{content:"## ";color:var(--accent)}.post-body h3{font-size:1.1rem}.post-body h3::before{content:"### ";color:var(--accent)}.post-body img{max-width:100%;height:auto;border:1px solid var(--border)}.post-body blockquote{margin:1.5em 0;padding:.1em 1.2em;border-left:4px solid var(--accent);color:var(--muted)}.post-body hr,.site-foot hr{border:0;border-top:1px solid var(--border);margin:2.5em 0 1.5em}.post-body table{border-collapse:collapse;width:100%;margin:1.5em 0;font-size:.9rem}.post-body th,.post-body td{border:1px solid var(--border);padding:.4em .7em;text-align:left}code{font-family:var(--mono);background:var(--code-bg);padding:.15em .35em;font-size:.9em}pre{background:var(--code-bg);border:1px solid var(--border);padding:1em;overflow-x:auto;line-height:1.5}pre code{background:0 0;padding:0}.highlight pre{margin:1.5em 0}.site-foot{margin-top:3rem;font-size:.85rem;color:var(--muted)}.site-foot a{color:var(--muted)}.foot-note{margin-top:.3rem}::selection{background:var(--accent);color:var(--bg)}@media(max-width:500px){.masthead pre{font-size:10px}.post-link{flex-direction:column;gap:.1rem}}