:root{--bg:#f7f7f3;--surface:#fff;--text:#1c211d;--heading:#111512;--muted:#69716b;--faint:#919892;--line:#dfe2dc;--line-strong:#c8cdc6;--accent:#26734d;--accent-soft:#e3f0e8;--code:#161b18;--max:1080px;--article:760px;--shadow:0 16px 45px #1b231d0f}:root[data-theme=dark]{color-scheme:dark;--bg:#111411;--surface:#171b18;--text:#dce2dc;--heading:#f3f6f3;--muted:#9ba59d;--faint:#788079;--line:#2a302b;--line-strong:#3a423b;--accent:#72c99b;--accent-soft:#183328;--code:#0b0e0c;--shadow:0 18px 50px #0000003d}*{box-sizing:border-box}html{color-scheme:light;scroll-behavior:smooth;background:var(--bg)}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.7}a{color:inherit;text-decoration-color:var(--line-strong);text-underline-offset:.2em}a:hover{color:var(--accent)}button{font:inherit}:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 55%, transparent);outline-offset:3px;border-radius:4px}.shell{width:min(calc(100% - 44px), var(--max));margin-inline:auto}.skip-link{z-index:20;background:var(--heading);color:var(--bg);border-radius:6px;padding:.6rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 88%, transparent);backdrop-filter:blur(14px);z-index:10;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:74px;display:flex}.brand{color:var(--heading);letter-spacing:-.02em;align-items:center;gap:.7rem;font-weight:720;text-decoration:none;display:inline-flex}.brand-mark{border:1px solid var(--line-strong);width:30px;height:30px;color:var(--accent);background:var(--surface);box-shadow:2px 2px 0 var(--line);border-radius:8px;place-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;display:grid}.header-actions,nav{align-items:center;display:flex}.header-actions{gap:1rem}nav{gap:.25rem;font-size:.9rem}nav a{color:var(--muted);border-radius:6px;padding:.4rem .7rem;text-decoration:none}nav a:hover,nav a[aria-current=page]{color:var(--heading);background:var(--surface)}.theme-toggle{border:1px solid var(--line);width:36px;height:36px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:8px;place-items:center;padding:0;display:grid}.theme-toggle:hover{color:var(--accent);border-color:var(--line-strong)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.moon,:root[data-theme=dark] .sun{display:none}:root[data-theme=dark] .moon{display:block}main{min-height:calc(100vh - 158px)}.hero{max-width:840px;padding:7rem 0 5rem;position:relative}.hero:after{content:"{ }";color:var(--line);z-index:-1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8rem;font-weight:700;line-height:1;position:absolute;top:5.8rem;right:-7rem}.eyebrow,.section-kicker,.post-card-topline{letter-spacing:.045em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.76rem}.eyebrow{color:var(--muted);align-items:center;gap:.55rem;margin-bottom:1.35rem;display:flex}.status-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 4px var(--accent-soft);border-radius:50%}.hero h1{color:var(--heading);letter-spacing:-.067em;margin:0 0 1.5rem;font-size:clamp(3rem,7vw,5.25rem);line-height:.99}.hero h1 span{color:var(--muted)}.hero p{color:var(--muted);max-width:690px;margin:0;font-size:clamp(1.05rem,2vw,1.2rem)}.hero-topics{flex-wrap:wrap;gap:.6rem;margin-top:2rem;display:flex}.hero-topics span{border:1px solid var(--line);color:var(--muted);background:var(--surface);border-radius:6px;padding:.35rem .65rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.section-heading{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.3rem;display:flex}.section-heading>span{color:var(--faint);font-size:.85rem}.section-kicker{color:var(--accent);margin-bottom:.3rem;display:block}.section-title{color:var(--heading);letter-spacing:-.035em;margin:0;font-size:1.65rem}.post-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.post-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;min-width:0;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative}.post-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.post-card-body{flex-direction:column;height:100%;padding:1.55rem;display:flex}.post-card-topline{color:var(--faint);justify-content:space-between;gap:1rem;display:flex}.post-card-topline span{text-overflow:ellipsis;white-space:nowrap;color:var(--accent);overflow:hidden}.post-card h2{color:var(--heading);letter-spacing:-.03em;margin:1rem 0 .65rem;font-size:clamp(1.25rem,2.4vw,1.55rem);line-height:1.24}.post-card h2 a{text-decoration:none}.post-card h2 a:after{content:"";position:absolute;inset:0}.post-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 1.25rem;display:-webkit-box;overflow:hidden}.read-link{z-index:1;width:fit-content;color:var(--accent);margin-top:auto;font-size:.86rem;font-weight:650;text-decoration:none;position:relative}.read-link span{transition:transform .2s;display:inline-block}.post-card:hover .read-link span{transform:translate(3px)}.all-posts{color:var(--accent);margin:2rem 0 6rem;font-weight:650;text-decoration:none;display:inline-flex}.page-header{border-bottom:1px solid var(--line);margin-bottom:1.5rem;padding:5.5rem 0 2.5rem}.page-header h1{color:var(--heading);letter-spacing:-.055em;margin:0;font-size:clamp(2.7rem,6vw,4.25rem);line-height:1}.page-header p{color:var(--muted);margin:.8rem 0 0}.article-shell{max-width:var(--article)}.article{padding:5.5rem 0 7rem}.article-header{border-bottom:1px solid var(--line);margin-bottom:3.5rem;padding-bottom:2rem}.article-header h1{color:var(--heading);letter-spacing:-.058em;margin:0 0 1.25rem;font-size:clamp(2.55rem,6vw,4.5rem);line-height:1.05}.meta,.article-meta{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.tags{flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.tags a{border:1px solid var(--line);color:var(--muted);background:var(--surface);border-radius:6px;padding:.25rem .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;text-decoration:none;display:block}.tags a:hover{color:var(--accent);border-color:var(--accent)}.prose{font-size:1.05rem}.prose h2,.prose h3,.prose h4{color:var(--heading);letter-spacing:-.03em;scroll-margin-top:6rem;line-height:1.25}.prose h2{margin:3.2rem 0 1rem;font-size:2rem}.prose h3{margin:2.4rem 0 .8rem;font-size:1.5rem}.prose p,.prose ul,.prose ol,.prose blockquote{margin:1.25rem 0}.prose a{color:var(--accent);text-decoration-thickness:1px}.prose img,.hero-image{border:1px solid var(--line);background:var(--surface);border-radius:10px;max-width:100%;height:auto;margin:2.2rem auto;display:block}.prose blockquote{border-left:3px solid var(--accent);color:var(--muted);margin-left:0;padding:.25rem 0 .25rem 1.3rem}.prose code{border:1px solid var(--line);background:var(--surface);color:var(--heading);border-radius:5px;padding:.15em .38em;font-size:.86em}.prose pre{border:1px solid var(--line-strong);background:var(--code);color:#dce5de;tab-size:2;box-shadow:var(--shadow);border-radius:10px;padding:1.35rem;font-size:.86rem;line-height:1.65;overflow-x:auto}.prose pre code{color:inherit;background:0 0;border:0;padding:0}.prose table{border-collapse:collapse;max-width:100%;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--line);padding:.6rem .85rem}.site-footer{border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}.footer-inner{justify-content:space-between;align-items:center;min-height:84px;display:flex}.footer-inner p{margin:0}.footer-inner p span{color:var(--faint)}.footer-inner div{gap:1.2rem;display:flex}.footer-inner a{text-decoration:none}@media (width<=760px){.shell{width:min(calc(100% - 30px), var(--max))}.hero{padding:4.7rem 0 3.8rem}.hero:after{display:none}.post-list{grid-template-columns:1fr}.section-heading>span{display:none}.article{padding-top:4rem}}@media (width<=560px){.header-inner{flex-direction:column;align-items:flex-start;gap:.65rem;min-height:auto;padding-block:.8rem}.header-actions{justify-content:space-between;width:100%}nav{gap:0}nav a{padding-inline:.55rem}.hero h1{font-size:clamp(2.75rem,15vw,4rem)}.post-card-body{padding:1.25rem}.footer-inner{flex-direction:column;justify-content:center;align-items:flex-start;gap:.4rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.post-card,.read-link span{transition:none}}
