:root{--rp-base:#191724;--rp-surface:#1f1d2e;--rp-overlay:#26233a;--rp-muted:#6e6a86;--rp-subtle:#908caa;--rp-text:#e0def4;--rp-iris:#c4a7e7;--rp-pine:#31748f;--rp-foam:#9ccfd8;--rp-gold:#f6c177;--rp-highlight-med:#403d52;--background-color:var(--rp-base);--primary-text-color:var(--rp-text);--secondary-text-color:var(--rp-subtle);--muted-text-color:var(--rp-muted);--accent-color:var(--rp-iris);--link-color:var(--rp-iris);--link-hover-color:var(--rp-foam);--border-color:var(--rp-highlight-med);--font-display:"Bricolage Grotesque", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--link-transition-speed:.3s}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--background-color)}body{min-height:100vh;font-family:var(--font-body);color:var(--primary-text-color);flex-direction:column;padding:2rem;font-size:1rem;font-weight:300;line-height:1.8;display:flex;@media (width>=840px){font-size:1.125rem}}body.home{padding:0}.home-brand{font-family:var(--font-mono);letter-spacing:.05em;color:var(--rp-gold);padding:2rem;font-size:1rem;font-weight:500}a:link,a:visited{color:var(--link-color);transition:color var(--link-transition-speed);text-decoration:none}a:hover{color:var(--link-hover-color)}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:700;line-height:1.1}h1{margin:1rem 0;font-size:clamp(2.5rem,6vw,5rem)}h2{color:var(--rp-foam);margin-top:3rem;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem)}h3{margin-top:2rem;margin-bottom:.5rem;font-size:1.5rem}code,pre{font-family:var(--font-mono);font-size:.875em}pre{background:var(--rp-surface);border:1px solid var(--border-color);border-radius:4px;margin:2rem 0;padding:1.25rem;overflow-x:auto}.page-container{flex-direction:column;flex:1;width:100%;max-width:860px;margin:0 auto;display:flex}nav.breadcrumb{font-family:var(--font-mono);align-items:center;gap:.5rem;font-size:.8125rem;display:flex;& .prompt{color:var(--rp-iris)}& .brand:link,& .brand:visited,& .brand:active{color:var(--rp-gold);letter-spacing:.05em;font-weight:500;text-decoration:none}& .brand:hover{color:var(--rp-text)}& .sep{color:var(--muted-text-color)}& a:not(.brand){&:link,&:visited,&:active{color:var(--secondary-text-color);text-decoration:none}&:hover{color:var(--rp-text)}}}header{margin-bottom:3rem}.cursor{background-color:var(--rp-iris);vertical-align:baseline;width:.35em;height:.85em;margin-left:.15em;animation:1.1s step-end infinite blink;display:inline-block;position:relative;top:.08em}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero{flex-direction:column;flex:1;justify-content:center;max-width:820px;padding:2rem;display:flex;& h1{letter-spacing:-.03em;color:var(--rp-text);margin:0 0 2rem;font-size:clamp(3rem,7vw,6rem);font-weight:800}& p{color:var(--secondary-text-color);max-width:58ch;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.9}& .hero-cta{font-family:var(--font-mono);margin-top:2.5rem;font-size:.8125rem;& a{color:var(--rp-iris);transition:color var(--link-transition-speed);&:hover{color:var(--rp-foam)}}}& .hero-social{font-family:var(--font-mono);margin-top:1.5rem;font-size:.75rem;& a{color:var(--secondary-text-color);transition:color var(--link-transition-speed);&:hover{color:var(--primary-text-color)}}}}.page-title{margin-bottom:2.5rem;& h1{letter-spacing:-.01em;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:300}}.post-year-group-title{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:.5rem;& h2{font-family:var(--font-mono);letter-spacing:.1em;color:var(--muted-text-color);margin:0;font-size:.75rem;font-weight:400}}.writing-index{max-width:720px}.post-archive{margin-top:0;padding-left:0;list-style-type:none;& li{border-bottom:1px solid var(--border-color);align-items:baseline;gap:1.5rem;padding:.6rem 0;display:flex;&:last-child{border-bottom:none}}& .post-date{font-family:var(--font-mono);color:var(--muted-text-color);flex-shrink:0;min-width:4rem;font-size:.75rem}& a{color:var(--link-color);text-decoration:none;&:hover{color:var(--link-hover-color)}}}.post-header{border-bottom:1px solid var(--border-color);max-width:720px;margin-bottom:3rem;padding-bottom:2rem}.post-tags{gap:1rem;margin-bottom:1.25rem;display:flex}.post-tag{font-family:var(--font-mono);letter-spacing:.08em;color:var(--rp-iris);text-transform:uppercase;background:var(--rp-overlay);border:1px solid var(--rp-iris);border-radius:3px;padding:.2em .5em;font-size:.6875rem}.post-header h1{letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.15}.post-description{color:var(--secondary-text-color);max-width:56ch;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.post-meta{font-family:var(--font-mono);color:var(--muted-text-color);letter-spacing:.02em;font-size:.75rem}.post-body{max-width:68ch;padding-bottom:6rem;& p{margin-bottom:1.5rem}& ul,& ol{margin:1rem 0 1.5rem 1.5rem}& li{margin-bottom:.4rem}& img{border-radius:4px;width:100%;height:auto;margin:2rem 0}& code:not(pre code){background:var(--rp-overlay);border:1px solid var(--border-color);border-radius:3px;padding:.1em .4em;font-size:.85em}}.diagram-figure{max-width:720px;margin:2.5rem 0;overflow-x:auto;& figcaption{font-family:var(--font-mono);color:var(--muted-text-color);text-align:center;margin-top:.75rem;font-size:.75rem}}.diagram svg{min-width:480px;height:auto;display:block}footer{border-top:1px solid var(--border-color);gap:1.25rem;margin-top:auto;padding-top:2rem;display:flex;& a{color:var(--secondary-text-color);&:hover{color:var(--primary-text-color)}}& svg{width:1rem;height:1rem}}:root{--gutter:25px}.container-small{width:100%;max-width:620px;margin:0 auto}.container{width:100%;max-width:960px;margin:0 auto}.container-large{width:100%;max-width:1248px;margin:0 auto}.row{flex-flow:wrap;display:flex}.col-50{width:50%;padding:0 var(--gutter);max-width:50%}.col-25{width:25%;padding:0 var(--gutter);max-width:25%}.col-33{width:33.3%;padding:0 var(--gutter);max-width:33.3%}.col-75{width:75%;padding:0 var(--gutter);max-width:75%}.col-100{width:100%;padding:0 var(--gutter);max-width:100%}.row.unpadded .col-50,.row.unpadded .col-25,.row.unpadded .col-33,.row.unpadded .col-75,.row.unpadded .col-100{padding-left:0;padding-right:0}.right-padded-col{padding-right:80px}@media screen and (width<=840px){.col-50,.col-25,.col-33,.col-75{width:100%;max-width:100%}.col-50.dont-collapse,.col-25.collapse-to-50,.col-75.collapse-to-50{width:50%;max-width:50%}.container,.container-small,.container-large{padding:0 var(--gutter)}.right-padded-col{padding-right:var(--gutter)}}.row.unpadded.full-row-border-top:before,.row.unpadded.full-row-border-bottom:before{width:100%;left:0}.full-row-border-top,.full-col-border-top,.full-row-border-bottom,.full-col-border-bottom{position:relative}.full-row-border-top:before{content:"";background:var(--border);height:1px;width:calc(100% - calc(var(--gutter)*2));top:0;left:var(--gutter);position:absolute}.full-row-border-bottom:after{content:"";background:var(--border);height:1px;width:calc(100% - calc(var(--gutter)*2));bottom:0;left:var(--gutter);position:absolute}.full-col-border-top:before{content:"";background:var(--border);height:1px;width:calc(100% - calc(var(--gutter)*2));top:0;left:var(--gutter);position:absolute}.full-col-border-bottom:after{content:"";background:var(--border);height:1px;width:calc(100% - calc(var(--gutter)*2));bottom:0;left:var(--gutter);position:absolute}
