: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: "Space Grotesk", 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;display:flex;flex-direction:column;padding:2rem;font-family:var(--font-body);font-weight:300;line-height:1.8;color:var(--primary-text-color);font-size:1rem;@media(min-width:840px){font-size:1.125rem}}body.home{padding:0}.home-brand{padding:2rem;font-family:var(--font-mono);font-size:1rem;font-weight:500;letter-spacing:.05em;color:var(--rp-gold)}a:link,a:visited{color:var(--link-color);text-decoration:none;transition:color var(--link-transition-speed)}a:hover{color:var(--link-hover-color)}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:400;line-height:1.1}h1{font-size:clamp(2.5rem,6vw,5rem);margin:1rem 0}h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-top:3rem;margin-bottom:1rem;color:var(--rp-foam)}h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.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;padding:1.25rem;overflow-x:auto;margin:2rem 0}nav.breadcrumb{font-family:var(--font-mono);font-size:.8125rem;display:flex;align-items:center;gap:.5rem;.prompt{color:var(--rp-iris)}.brand:link,.brand:visited,.brand:active{color:var(--rp-gold);text-decoration:none;font-weight:500;letter-spacing:.05em}.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{display:inline-block;width:.35em;height:.85em;background-color:var(--rp-iris);vertical-align:baseline;margin-left:.15em;position:relative;top:.08em;animation:blink 1.1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:820px;padding:2rem;h1{font-size:clamp(3rem,7vw,6rem);font-weight:500;letter-spacing:-.03em;margin:0 0 2rem;color:var(--rp-text)}p{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.9;color:var(--secondary-text-color);max-width:58ch}.hero-cta{margin-top:2.5rem;font-family:var(--font-mono);font-size:.8125rem;a{color:var(--rp-iris);transition:color var(--link-transition-speed);&:hover{color:var(--rp-foam)}}}.hero-social{margin-top:1.5rem;font-family:var(--font-mono);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{font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:300;letter-spacing:-.01em}}.post-year-group-title{margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color);h2{font-family:var(--font-mono);font-size:.75rem;font-weight:400;letter-spacing:.1em;color:var(--muted-text-color);margin:0}}.writing-index{max-width:720px}.post-archive{list-style-type:none;padding-left:0;margin-top:0;li{display:flex;align-items:baseline;gap:1.5rem;padding:.6rem 0;border-bottom:1px solid var(--border-color);&:last-child{border-bottom:none}}.post-date{font-family:var(--font-mono);font-size:.75rem;color:var(--muted-text-color);min-width:4rem;flex-shrink:0}a{text-decoration:none;color:var(--link-color);&:hover{color:var(--link-hover-color)}}}.post-header{max-width:720px;padding-bottom:2rem;border-bottom:1px solid var(--border-color);margin-bottom:3rem}.post-tags{display:flex;gap:1rem;margin-bottom:1.25rem}.post-tag{font-family:var(--font-mono);font-size:.6875rem;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}.post-header h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:400;letter-spacing:-.02em;margin:0 0 1.25rem;line-height:1.15}.post-description{color:var(--secondary-text-color);font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem;max-width:56ch}.post-meta{font-family:var(--font-mono);font-size:.75rem;color:var(--muted-text-color);letter-spacing:.02em}.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{width:100%;height:auto;margin:2rem 0;border-radius:4px}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{margin:2.5rem 0;max-width:720px;overflow-x:auto;figcaption{font-family:var(--font-mono);font-size:.75rem;color:var(--muted-text-color);margin-top:.75rem;text-align:center}}.diagram svg{display:block;min-width:480px;height:auto}footer{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border-color);display:flex;gap:1.25rem;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{display:flex;flex-direction:row;flex-wrap:wrap}.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 (max-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{left:0;width:100%}.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}
