:root{color-scheme:light;--background:#ffffff;--text:#171717;--muted:#999999;--measure:50rem}*{box-sizing:border-box}html{background:var(--background);color:var(--text);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:15px;line-height:1.6}body{display:flex;min-height:100vh;min-height:100dvh;margin:0;flex-direction:column}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}a:hover{text-decoration-thickness:2px}.shell{width:calc(100% - clamp(3rem,10vw,10rem));margin-inline:auto}.skip-link{position:absolute;left:1rem;top:-3rem}.skip-link:focus{top:1rem}.site-header{padding-top:2rem}.header-inner{display:flex;align-items:baseline;justify-content:space-between;gap:2rem}.site-name,.navigation a{font-size:inherit;font-weight:400}.site-name{text-decoration:none}.navigation{display:flex;gap:1rem}.site-main{flex:1 0 auto;padding-top:4rem}.site-main .prose{max-width:var(--measure)}h1,h2,h3,p,ol,ul,blockquote,pre{font-size:inherit}h1,h2,h3{margin:0 0 1.5rem;font-weight:400}p,ol,ul,blockquote,pre{margin-top:0;margin-bottom:1.5rem}.page-title{font-size:inherit;font-weight:400}.article-title{font-size:inherit;font-weight:400}.latest p,.article-list p,.page-header p{margin-top:.35rem;margin-bottom:.35rem}time{color:var(--muted);font-size:inherit}.article-list{margin:0;padding:0;list-style:none}.article-list li{margin-bottom:.75rem}.page-header{margin-bottom:3rem}.prose{max-width:var(--measure)}.prose h2,.prose h3{margin-top:2.5rem;font-weight:700}.prose strong{font-weight:700}.prose blockquote{margin-left:0;padding-left:1rem;color:var(--muted);font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose pre{overflow-x:auto;padding:1rem;background:#f5f5f5}.prose code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13.5px}.site-footer{margin-top:auto;padding:4rem 0 2rem;color:var(--muted)}.site-footer p{margin:0}@media(max-width:36rem){.header-inner{gap:1rem}.navigation{justify-content:flex-end}.site-main{padding-top:3rem}}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--background:#151515;--text:#eeeeee;--muted:#999999}.prose pre{background:#222}}