@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#11120f;--paper:#f5f4ef;--muted:#6e7068;--line:#d9d9d1;--green:#b8f34a;--dark:#171914}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;line-height:1.75}
a{color:inherit}.container{width:min(920px,calc(100% - 40px));margin:auto}.site-header{border-bottom:1px solid var(--line);padding:22px 0}.nav{display:flex;justify-content:space-between;align-items:center}.brand{font-weight:800;letter-spacing:-.04em;text-decoration:none}.brand span{color:#697044}.brand b{font-weight:500;color:var(--muted)}.back{font:500 .7rem "DM Mono";text-decoration:none}
.article-header{padding:90px 0 55px}.kicker{font:500 .7rem "DM Mono";letter-spacing:.14em;color:#777a70}.article-header h1{font-size:clamp(2.7rem,6vw,5.6rem);line-height:.98;letter-spacing:-.07em;margin:20px 0}.article-header p{font-size:1.05rem;color:var(--muted);max-width:760px}.meta{font:500 .68rem "DM Mono";color:#777a70;margin-top:20px}
.article{padding:10px 0 100px}.article h2{font-size:1.8rem;line-height:1.15;letter-spacing:-.04em;margin:48px 0 13px}.article h3{font-size:1.15rem;margin-top:30px}.article p,.article li{color:#55584f;font-size:1rem}.article ul,.article ol{padding-left:22px}.article li{margin:8px 0}.article code{background:#e8e7df;padding:2px 5px;border-radius:4px;font:500 .82em "DM Mono"}.article pre{background:var(--dark);color:#d8e4cf;padding:22px;overflow:auto;border-radius:12px;font:500 .78rem/1.7 "DM Mono";margin:22px 0}.callout{border-left:4px solid var(--green);background:#fff;padding:18px 20px;margin:28px 0}.next{border-top:1px solid var(--line);padding-top:25px;margin-top:65px;display:flex;justify-content:space-between;gap:20px}.next a{font-weight:800}@media(max-width:600px){.article-header{padding:65px 0 40px}.article h2{font-size:1.55rem}.next{flex-direction:column}}
