:root{--font-mono:Consolas, "Cascadia Mono", "JetBrains Mono", "SF Mono",
               Menlo, "DejaVu Sans Mono", monospace;--maxw:62rem;--prosew:46rem;--radius:6px;--bg:#0c0f0e;--bg-soft:#11140f;--fg:#cdd6cd;--muted:#6b7a6b;--accent:#4ade80;--accent-dim:#2f7d4f;--border:#1d2a22;--sel:#1f3a2a;--code-bg:#0a0d0c;--code-border:#1d2a22;--inline-bg:rgba(74, 222, 128, 0.12)}:root[data-theme=light]{--bg:#f5f7f2;--bg-soft:#eceee6;--fg:#1c241b;--muted:#5c6b58;--accent:#1f9d57;--accent-dim:#167a42;--border:#d6ddcf;--sel:#cdeed8;--inline-bg:rgba(31, 157, 87, 0.12)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-mono);font-size:16px;line-height:1.65;font-feature-settings:"liga" 0;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}::selection{background:var(--sel)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}.muted{color:var(--muted)}.arrow{color:var(--accent)}.content{width:100%;max-width:var(--maxw);margin:0 auto;padding:2.5rem 1.25rem 3rem;flex:1 0 auto}.site-header{border-bottom:1px solid var(--border);background:var(--bg)}.bar{max-width:var(--maxw);margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.brand{color:var(--fg);font-weight:700;white-space:nowrap}.brand:hover{text-decoration:none;color:var(--accent)}.cursor{display:inline-block;width:.55em;height:1.05em;margin-left:.15em;vertical-align:text-bottom;background:var(--accent);animation:blink 1.05s steps(1)infinite}@keyframes blink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.cursor{animation:none}}.nav{display:flex;align-items:center;gap:.85rem}.nav a{color:var(--muted)}.nav a:hover,.nav a.active{color:var(--accent);text-decoration:none}#theme-toggle{background:0 0;border:none;color:var(--muted);font-family:inherit;font-size:1.05rem;cursor:pointer;padding:0 .2rem;line-height:1}#theme-toggle:hover{color:var(--accent)}.prompt{color:var(--accent);font-size:1.5rem;font-weight:700;margin:0 0 1rem}.hero-body{color:var(--fg)}.hero-body p{margin:.5rem 0}.recent{margin-top:3rem}.section-title{color:var(--muted);font-size:1.05rem;font-weight:700;border-bottom:1px dashed var(--border);padding-bottom:.4rem;margin-bottom:1rem}.post-list{list-style:none;padding:0;margin:0}.post-list li{margin:.15rem 0}.post-list li.year{color:var(--muted);margin-top:1.4rem;margin-bottom:.3rem;font-weight:700}.post-list li.year:first-child{margin-top:0}.post-list a{display:flex;align-items:baseline;gap:.6rem;color:var(--fg);padding:.2rem .4rem;border-radius:var(--radius)}.post-list a:hover{background:var(--bg-soft);text-decoration:none}.post-list time{color:var(--muted);white-space:nowrap}.post-list .title{color:var(--fg)}.post-list a:hover .title{color:var(--accent)}.more{display:inline-block;margin-top:1.2rem}.term-list{list-style:none;padding:0}.term-list li{margin:.3rem 0;display:flex;gap:.6rem;align-items:baseline}.post{max-width:var(--prosew);margin-inline:auto}.post-header h1{font-size:1.7rem;line-height:1.3;margin:0 0 .5rem}.post-meta{color:var(--muted);font-size:.9rem;margin-bottom:2rem}.post-meta a{color:var(--accent-dim)}.post-tags a{margin-right:.4rem}.post-content{font-size:1rem}.post-content h2,.post-content h3,.post-content h4{margin-top:2.2rem;margin-bottom:.6rem;line-height:1.3}.post-content h2{font-size:1.35rem;color:var(--accent)}.post-content h2::before{content:"## ";color:var(--accent-dim)}.post-content h3{font-size:1.15rem}.post-content h3::before{content:"### ";color:var(--accent-dim)}.post-content p{margin:1rem 0}.post-content ul,.post-content ol{padding-left:1.4rem}.post-content li{margin:.3rem 0}.post-content img{max-width:100%;height:auto;border-radius:var(--radius)}.post-content hr{border:none;border-top:1px dashed var(--border);margin:2rem 0}.post-content blockquote{margin:1.2rem 0;padding:.2rem 1rem;border-left:3px solid var(--accent-dim);color:var(--muted)}.post-content :not(pre)>code{background:var(--inline-bg);color:var(--accent);padding:.1rem .35rem;border-radius:4px;font-size:.9em}.post-content pre{background:var(--code-bg);border:1px solid var(--code-border);border-radius:var(--radius);padding:1rem;overflow-x:auto;font-size:.9rem;line-height:1.5}.post-content pre code{background:0 0;padding:0;color:inherit}.post-content table{width:100%;border-collapse:collapse;margin:1.2rem 0;font-size:.92rem}.post-content th,.post-content td{border:1px solid var(--border);padding:.4rem .6rem;text-align:left}.post-content th{background:var(--bg-soft)}.post-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.2rem;border-top:1px dashed var(--border);font-size:.92rem}.post-nav .next{text-align:right;margin-left:auto}.site-footer{flex-shrink:0;border-top:1px solid var(--border);max-width:var(--maxw);width:100%;margin:0 auto;padding:1.5rem 1.25rem;display:flex;justify-content:space-between;gap:1rem;font-size:.85rem}@media(max-width:480px){.bar{flex-direction:column;align-items:flex-start;gap:.6rem}.post-list a{flex-wrap:wrap;gap:.3rem}}