@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap";@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";:root{--color-background:#000;--color-surface:#0a0a0a;--color-text:#fff;--color-muted:#777;--color-link:#c480e4;--content-width:840px;--page-gutter:1.5rem;--font-sans:"Bricolage Grotesque", sans-serif;--font-mono:"JetBrains Mono", monospace}body{font-family:var(--font-sans);font-optical-sizing:auto;font-variation-settings:"wdth" 100;background:var(--color-background);color:var(--color-text);flex-direction:column;min-height:100vh;display:flex}.site-main{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--content-width));margin:1.5rem auto 3rem}a{color:var(--color-link);text-decoration:none}a:hover,a:focus-visible{text-decoration:underline}code{font-family:var(--font-mono);font-optical-sizing:auto;overflow-wrap:break-word;font-size:.875rem}.site-header{justify-content:space-between;align-items:center;display:flex}.site-header-block{align-items:center;gap:1rem;display:flex}.site-footer{background:var(--color-surface);color:var(--color-muted);flex-grow:1;height:100%}.site-footer-content{width:min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--content-width));justify-content:space-between;margin:0 auto;padding:2rem 0;display:flex}.site-footer-content-block{flex-direction:column;display:flex}.site-footer-content-block:last-child{text-align:end}.site-content{margin-top:2rem}.site-content>:first-child{margin-top:0}.site-content :where(h1,h2,h3,h4){text-wrap:balance;margin-top:2rem;margin-bottom:.5rem;line-height:1.2}.site-content p{text-wrap:pretty;margin-bottom:1rem}.site-content :where(ul,ol){margin-bottom:1rem;padding-left:1.25rem}.site-content li+li{margin-top:.35rem}.site-content time{color:var(--color-muted)}.intro-subtitle{margin-top:.1rem;margin-bottom:1rem;font-size:1.3rem;font-weight:500}.post-list{padding-left:0;list-style:none}.post-list li{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.post-list li a{overflow-wrap:break-word;min-width:0}.post-list li time{white-space:nowrap;flex-shrink:0}.post-subtitle{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.post-tags{margin:0;padding:0;list-style:none;display:inline}.post-tags li{display:inline}.post-tags li:not(:last-child):after{content:", "}.site-content table{border-collapse:collapse;width:100%;display:block;overflow-x:auto}@media (width<=600px){.site-main{margin:1rem auto 2rem}.site-content{margin-top:1.5rem}.site-footer-content{flex-direction:column;gap:1.5rem;padding:1.5rem 0}.site-footer-content-block:last-child{text-align:start}.intro-subtitle{font-size:1.15rem}}