:root{--bg:#fbfaf7;--bg-elevated:#ffffff;--bg-sunken:#f3f1ec;--text:#191b1f;--muted:#5d626c;--accent:#1f4788;--accent-hover:#14315f;--border:#e2ded5;--rule:#d6d1c6;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
    Arial, sans-serif;--font-display:var(--font-body);--font-ui:var(--font-body);--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
    "Liberation Mono", monospace;--max:40rem;--wide:40rem;--radius:3px}@media(prefers-color-scheme:dark){:root{--bg:#15171b;--bg-elevated:#1c1f25;--bg-sunken:#101216;--text:#e7e5e1;--muted:#9ba1ab;--accent:#8fb5f5;--accent-hover:#b3cdf9;--border:#2c313a;--rule:#343a45}}*,*::before,*::after{box-sizing:border-box}html{color-scheme:light dark;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-body);font-size:1.0625rem;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.15em}a:hover{color:var(--accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:1px}.skip-link{position:absolute;left:-999px;top:0;background:var(--accent);color:#fff;padding:.5rem 1rem;z-index:100}.skip-link:focus{left:0}.wrap{width:min(100% - 2rem,var(--wide));margin-inline:auto}.site-header{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10}.header-inner{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1.1rem 0}.brand{font-family:var(--font-display);font-size:1.15rem;font-weight:650;letter-spacing:-.01em;color:var(--text);text-decoration:none}.nav{display:flex;gap:1.25rem;font-family:var(--font-ui);font-size:.875rem}.nav a{color:var(--muted);text-decoration:none}.nav a:hover{color:var(--text);text-decoration:underline}.main{padding:2.5rem 0 4rem}.hero{padding:1.5rem 0 2.75rem;max-width:var(--max);margin-inline:auto;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.hero-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin:0 0 .6rem}.hero-tagline{font-family:var(--font-ui);font-size:.95rem;font-weight:550;color:var(--text);margin:0 0 .9rem}.hero-desc{color:var(--muted);font-size:1rem;margin:0;max-width:34rem}.section-title{font-family:var(--font-display);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 1.5rem}.page-header{margin-bottom:2.25rem;max-width:var(--max)}.page-header h1{font-family:var(--font-display);font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem;font-size:clamp(1.6rem,4vw,2.15rem);line-height:1.15}.page-intro{color:var(--muted);margin:0;max-width:34rem}.post-list{max-width:var(--max);margin-inline:auto;display:grid;gap:0}.post-card{padding:1.5rem 0;border-bottom:1px solid var(--border)}.post-card:first-of-type{padding-top:0}.post-card-title{font-family:var(--font-display);font-size:1.2rem;font-weight:650;letter-spacing:-.015em;margin:0 0 .3rem;line-height:1.3}.post-card-title a{color:var(--text);text-decoration:none}.post-card-title a:hover{color:var(--accent);text-decoration:underline}.post-meta{font-family:var(--font-ui);font-size:.8rem;color:var(--muted);margin:0 0 .5rem;letter-spacing:.01em}.post-meta a{color:var(--muted)}.post-card-desc{margin:0;color:var(--muted);font-size:.95rem;line-height:1.55}.more{margin-top:1.5rem;font-family:var(--font-ui);font-size:.9rem}.post-image{margin:0 0 .9rem}.post-image img{display:block;width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border)}.post-image-single{margin:0 0 2rem}.post-image-single figcaption{margin-top:.5rem;font-family:var(--font-ui);font-size:.78rem;color:var(--muted)}.post-image-single figcaption a{color:var(--muted)}.post{max-width:var(--max)}.post-header{margin-bottom:1.5rem}.post-header h1{font-family:var(--font-display);font-weight:700;letter-spacing:-.03em;margin:0 0 .5rem;font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.15}.author-byline{display:flex;gap:.85rem;align-items:flex-start;padding:.9rem 0;margin-bottom:2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.author-byline--plain{font-family:var(--font-ui);font-size:.85rem;color:var(--muted)}.author-avatar{border-radius:50%;object-fit:cover;background:var(--bg-sunken)}.author-name{font-family:var(--font-ui);font-weight:650;margin:0 0 .2rem;font-size:.9rem}.author-bio{margin:0;font-size:.85rem;color:var(--muted);line-height:1.45}.post-content pre{font-family:var(--font-mono);font-size:.875rem;line-height:1.6;background:var(--bg-elevated);border:1px solid var(--border);border-left:3px solid var(--rule);border-radius:var(--radius);padding:1.15rem 1.25rem;margin:1.75rem 0;overflow-x:auto;tab-size:2}.post-content pre code{background:0 0;border:0;padding:0;font-size:inherit;color:inherit;white-space:pre}@media(min-width:48rem){.post-content pre,.post-content .highlight{margin-inline:-1.5rem}}.post-content code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-sunken);border:1px solid var(--border);border-radius:2px;padding:.1em .32em;overflow-wrap:break-word}.post-content .highlight{margin:1.75rem 0}.post-content .highlight pre{margin:0}.post-content .highlight .c,.post-content .highlight .cm,.post-content .highlight .c1,.post-content .highlight .cs{color:var(--muted);font-style:italic}.post-content .highlight .k,.post-content .highlight .kd,.post-content .highlight .kn,.post-content .highlight .kr,.post-content .highlight .nb,.post-content .highlight .nf{color:var(--accent)}.post-content .highlight .s,.post-content .highlight .s1,.post-content .highlight .s2,.post-content .highlight .se,.post-content .highlight .mi,.post-content .highlight .mf{color:#7a5c1e}@media(prefers-color-scheme:dark){.post-content .highlight .s,.post-content .highlight .s1,.post-content .highlight .s2,.post-content .highlight .se,.post-content .highlight .mi,.post-content .highlight .mf{color:#d9b878}}.post-content>*:first-child{margin-top:0}.post-content p{margin:0 0 1.15rem}.post-content h2,.post-content h3,.post-content h4{font-family:var(--font-display);font-weight:650;letter-spacing:-.02em;line-height:1.25}.post-content h2{font-size:1.35rem;margin:2.75rem 0 .9rem;padding-top:1.25rem;border-top:1px solid var(--border)}.post-content h3{font-size:1.1rem;margin:2rem 0 .7rem}.post-content h4{font-size:.95rem;margin:1.6rem 0 .6rem;color:var(--muted)}.post-content ul,.post-content ol{margin:0 0 1.15rem;padding-left:1.35rem}.post-content li{margin-bottom:.4rem}.post-content li>ul,.post-content li>ol{margin-top:.4rem;margin-bottom:.4rem}.post-content blockquote{margin:1.75rem 0;padding:.2rem 0 .2rem 1.15rem;border-left:3px solid var(--rule);color:var(--muted)}.post-content blockquote p:last-child{margin-bottom:0}.post-content hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}.post-content img{max-width:100%;height:auto;border-radius:var(--radius)}.post-content figure{margin:1.75rem 0}.post-content figcaption{font-family:var(--font-ui);font-size:.8rem;color:var(--muted);margin-top:.5rem}.post-content table{width:100%;border-collapse:collapse;margin:1.75rem 0;font-size:.9rem;line-height:1.45}.post-content thead th{font-family:var(--font-ui);font-size:.72rem;font-weight:650;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);text-align:left;padding:0 .75rem .5rem 0;border-bottom:2px solid var(--rule)}.post-content tbody td{padding:.6rem .75rem .6rem 0;border-bottom:1px solid var(--border);vertical-align:top;overflow-wrap:break-word}.post-content thead th:last-child,.post-content tbody td:last-child{padding-right:0}.cluster-list{list-style:none;margin:1.75rem 0;padding:0;border-top:1px solid var(--border)}.cluster-list li{margin:0;padding:.75rem 0;border-bottom:1px solid var(--border);color:var(--muted);font-size:.95rem;line-height:1.5}.cluster-list a{font-weight:600;text-decoration:none}.cluster-list a:hover{text-decoration:underline}.post-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:2.75rem;padding-top:1.25rem;border-top:1px solid var(--border)}.tag{font-family:var(--font-ui);font-size:.78rem;padding:.2rem .55rem;background:var(--bg-sunken);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);text-decoration:none}.tag:hover{border-color:var(--accent);color:var(--accent)}.term-list{list-style:none;padding:0;margin:0;max-width:var(--max);border-top:1px solid var(--border)}.term-list li{padding:.65rem 0;border-bottom:1px solid var(--border)}.muted{color:var(--muted)}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0 2.5rem;font-family:var(--font-ui);font-size:.82rem;color:var(--muted)}.footer-inner p{margin:0}@media(max-width:560px){body{font-size:1rem}.header-inner{flex-direction:column;align-items:flex-start;gap:.5rem}.post-content pre{font-size:.8rem;padding:.9rem 1rem}.post-content table{font-size:.83rem}}