:root{color-scheme:dark;--bg: #0b0f14;--bg-soft: #101720;--surface: #131c26;--surface-strong: #182330;--text: #e7edf4;--muted: #97a6b6;--faint: #657386;--border: #263443;--accent: #6ee7b7;--accent-strong: #34d399;--accent-alt: #7dd3fc;--code-bg: #071017;--shadow: 0 18px 60px rgb(0 0 0 / .24);--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace}:root[data-theme=light]{color-scheme:light;--bg: #f7f8fb;--bg-soft: #eef3f7;--surface: #ffffff;--surface-strong: #e9f1f6;--text: #111827;--muted: #536171;--faint: #7c8794;--border: #d8e1ea;--accent: #0f9f7a;--accent-strong: #047857;--accent-alt: #0277a8;--code-bg: #edf4f8;--shadow: 0 18px 50px rgb(30 41 59 / .12)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,color-mix(in srgb,var(--bg-soft) 52%,transparent),transparent 420px),var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.65}a{color:inherit;text-decoration-color:color-mix(in srgb,var(--accent) 60%,transparent);text-underline-offset:.22em}a:hover{color:var(--accent)}button,input{font:inherit}code,pre{font-family:var(--font-mono)}code{border:1px solid var(--border);border-radius:5px;background:var(--code-bg);padding:.12rem .34rem;color:var(--accent-alt);font-size:.9em}pre{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--code-bg);padding:1rem;box-shadow:var(--shadow)}pre code{border:0;background:transparent;padding:0;color:inherit}img{max-width:100%}::selection{background:color-mix(in srgb,var(--accent) 32%,transparent)}.site-shell{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid color-mix(in srgb,var(--border) 76%,transparent);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(16px)}.nav{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--accent);font-family:var(--font-mono);font-size:.9rem;font-weight:800}.brand-text{display:grid;line-height:1.15}.brand-name{font-weight:800}.brand-context{color:var(--muted);font-family:var(--font-mono);font-size:.74rem}.nav-links{display:flex;align-items:center;gap:.85rem}.nav-links a,.theme-toggle{border:1px solid transparent;border-radius:7px;padding:.48rem .68rem;color:var(--muted);font-size:.92rem;text-decoration:none}.nav-links a:hover,.theme-toggle:hover{border-color:var(--border);background:var(--surface);color:var(--text)}.theme-toggle{display:inline-grid;width:42px;height:38px;place-items:center;cursor:pointer;background:transparent}.theme-icon{display:none;width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.theme-toggle[data-mode=dark] .theme-icon-dark,.theme-toggle[data-mode=light] .theme-icon-light,.theme-toggle[data-mode=system] .theme-icon-system{display:block}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,500px);gap:clamp(2rem,4vw,3rem);align-items:center;min-height:calc(100vh - 68px);padding:clamp(3rem,8vw,6rem) 0}.eyebrow{margin:0 0 .9rem;color:var(--accent);font-family:var(--font-mono);font-size:.84rem}h1,h2,h3{margin:0;color:var(--text);line-height:1.1;letter-spacing:0}h1{max-width:12ch;font-size:clamp(3rem,8vw,6.4rem)}.hero-title{max-width:none;white-space:nowrap;font-size:clamp(2.55rem,6vw,5.05rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:1.25rem}.lede{max-width:66ch;margin:1.4rem 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.24rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;min-height:44px;border:1px solid var(--border);border-radius:8px;padding:.65rem .95rem;background:var(--surface);color:var(--text);font-weight:700;text-decoration:none}.button.primary{border-color:color-mix(in srgb,var(--accent) 68%,var(--border));background:color-mix(in srgb,var(--accent) 16%,var(--surface));color:var(--text)}.button:hover{border-color:var(--accent);color:var(--text)}.button-icon{width:18px;height:18px;flex:0 0 auto;fill:currentColor}.terminal-panel{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);min-width:0}.terminal-bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:var(--surface-strong);padding:.78rem .95rem;color:var(--faint);font-family:var(--font-mono);font-size:.78rem}.terminal-dots{display:flex;gap:.42rem}.terminal-dots span{width:10px;height:10px;border-radius:50%;background:var(--faint)}.terminal-body{margin:0;padding:1.25rem;color:var(--muted);font-size:.8rem;line-height:1.8}.prompt{color:var(--accent)}.token{color:var(--accent-alt)}.section{padding:clamp(2rem,7vw,5rem) 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.muted{color:var(--muted)}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.post-card{display:grid;min-height:255px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1.15rem;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.post-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 64%,var(--border));background:color-mix(in srgb,var(--surface) 82%,var(--accent) 6%);color:var(--text)}.post-card time,.post-meta{color:var(--faint);font-family:var(--font-mono);font-size:.78rem}.post-card h3{margin-top:.9rem}.post-card p{margin:.8rem 0 1rem;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:.45rem;align-self:end;margin-top:auto}.tag{border:1px solid var(--border);border-radius:999px;padding:.22rem .55rem;background:var(--bg-soft);color:var(--muted);font-family:var(--font-mono);font-size:.74rem;text-decoration:none}.tag:hover{border-color:var(--accent);color:var(--text)}.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:clamp(2rem,5vw,4rem);padding:clamp(3rem,7vw,5rem) 0}.article-shell-single{grid-template-columns:minmax(0,760px)}.article{max-width:760px}.article h1{max-width:13ch;font-size:clamp(2.55rem,6vw,4.7rem)}.article header{margin-bottom:2.4rem}.article-content{color:color-mix(in srgb,var(--text) 88%,var(--muted));font-size:1.04rem}.article-content h2{margin-top:2.6rem;font-size:1.65rem}.article-content h3{margin-top:2rem}.article-content p,.article-content ul,.article-content ol{margin:1rem 0}.article-content blockquote{margin:1.6rem 0;border-left:3px solid var(--accent);padding:.2rem 0 .2rem 1rem;color:var(--muted)}.article-aside{position:sticky;top:100px;align-self:start;border-left:1px solid var(--border);padding-left:1rem;color:var(--muted);font-size:.9rem}.toc{display:grid;gap:.55rem;margin-top:.75rem}.toc-link{display:block;border-radius:6px;color:var(--muted);line-height:1.35;text-decoration:none}.toc-link:hover{color:var(--accent)}.toc-link.depth-3{padding-left:.85rem;color:var(--faint);font-size:.84rem}.toc-meta{margin-top:1.5rem;border-top:1px solid var(--border);padding-top:1rem}.list-page{padding:clamp(3rem,7vw,5rem) 0}.post-list{display:grid;gap:.8rem;margin-top:2rem}.post-row{display:grid;grid-template-columns:140px minmax(0,1fr);gap:1rem;border-top:1px solid var(--border);padding:1rem 0;text-decoration:none}.post-row:hover h2{color:var(--accent)}.post-row h2{font-size:1.25rem}.site-footer{border-top:1px solid var(--border);padding:2rem 0;color:var(--muted);font-size:.9rem}.footer-inner{display:flex;justify-content:flex-end;gap:1rem}@media(max-width:820px){.hero,.article-shell{grid-template-columns:1fr}.hero{min-height:auto}.terminal-panel{display:none}.post-grid{grid-template-columns:1fr}.article-aside{display:none}}@media(max-width:620px){.site-shell{width:min(100% - 24px,1120px)}.nav{align-items:flex-start;flex-direction:column;padding:.9rem 0}.nav-links{width:100%;justify-content:space-between;gap:.35rem}.nav-links a,.theme-toggle{padding:.42rem .5rem;font-size:.84rem}.theme-toggle{width:38px;height:34px}h1{font-size:clamp(2.65rem,15vw,4rem)}.hero-title{font-size:clamp(2.2rem,11vw,3.7rem)}.section-header,.footer-inner{align-items:flex-start}.post-row{grid-template-columns:1fr;gap:.35rem}}
