*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:0;padding:0;cursor:pointer}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit}:root{--bg: #fbfaf7;--fg: #1a1a1a;--fg-muted: #6b6b6b;--fg-subtle: #9c9a93;--rule: #e5e3dc;--link: #1a1a1a;--link-hover: #8a6a3b;--code-bg: #f1efe8;--code-border: #e5e3dc;--font-serif: "Source Serif 4", "Source Serif Pro", "Iowan Old Style", Georgia, serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--measure: 36rem;--measure-wide: 44rem;--fs-xs: .8125rem;--fs-sm: .9375rem;--fs-base: 1.0625rem;--fs-lg: 1.25rem;--fs-xl: 1.625rem;--fs-2xl: 2.125rem;--lh-tight: 1.25;--lh-base: 1.65;--space-1: .25rem;--space-2: .5rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2rem;--space-6: 3rem;--space-7: 5rem;--space-8: 7rem}[data-theme=dark]{--bg: #14130f;--fg: #ececea;--fg-muted: #a8a59c;--fg-subtle: #6b6862;--rule: #2a2926;--link: #ececea;--link-hover: #c9a872;--code-bg: #1d1c18;--code-border: #2a2926}html,body{background:var(--bg);color:var(--fg)}body{font-family:var(--font-serif);font-size:var(--fs-base);line-height:var(--lh-base);font-weight:400}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:var(--lh-tight);letter-spacing:-.005em}h1{font-size:var(--fs-2xl)}h2{font-size:var(--fs-xl)}h3{font-size:var(--fs-lg)}a{color:var(--link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:var(--rule);transition:color .12s ease,text-decoration-color .12s ease}a:hover{color:var(--link-hover);text-decoration-color:var(--link-hover)}code,pre{font-family:var(--font-mono);font-size:.92em}hr{border:0;border-top:1px solid var(--rule);margin:var(--space-5) 0}.muted{color:var(--fg-muted)}.small{font-size:var(--fs-sm)}.page{min-height:100%;display:flex;flex-direction:column}.container{width:100%;max-width:var(--measure);margin-inline:auto;padding-inline:var(--space-4)}.site-header{padding-block:var(--space-5) var(--space-6)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.site-nav{display:flex;gap:var(--space-4);font-size:var(--fs-sm)}.site-nav a{text-decoration:none;color:var(--fg-muted)}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--fg)}.site-main{flex:1 0 auto;padding-block:var(--space-3) var(--space-7)}.site-footer{padding-block:var(--space-6) var(--space-5);border-top:1px solid var(--rule);font-size:var(--fs-xs);color:var(--fg-subtle)}.site-footer .container{display:flex;justify-content:space-between;gap:var(--space-3)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:var(--fg-muted);border-radius:4px;transition:color .12s ease}.theme-toggle:hover{color:var(--fg)}.theme-toggle svg{width:16px;height:16px}.section{margin-block:var(--space-5)}.section-title{font-size:var(--fs-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);margin-bottom:var(--space-3)}.stack>*+*{margin-top:var(--space-3)}.stack-sm>*+*{margin-top:var(--space-2)}.stack-lg>*+*{margin-top:var(--space-5)}.row{display:flex;justify-content:space-between;gap:var(--space-3);align-items:baseline}.row .dates{color:var(--fg-muted);font-size:var(--fs-sm);white-space:nowrap}.prose{max-width:var(--measure)}.prose>*+*{margin-top:var(--space-3)}.prose h1{font-size:var(--fs-2xl);margin-bottom:var(--space-1)}.prose h2{font-size:var(--fs-xl);margin-top:var(--space-5)}.prose h3{font-size:var(--fs-lg);margin-top:var(--space-4)}.prose p{line-height:var(--lh-base)}.prose ul,.prose ol{padding-left:1.4em}.prose li+li{margin-top:var(--space-1)}.prose blockquote{border-left:2px solid var(--rule);padding-left:var(--space-3);color:var(--fg-muted);font-style:italic}.prose img{border-radius:4px;border:1px solid var(--rule)}.prose :not(pre)>code{background:var(--code-bg);border:1px solid var(--code-border);border-radius:3px;padding:.05em .35em;font-size:.88em}.post-meta{color:var(--fg-muted);font-size:var(--fs-sm);margin-bottom:var(--space-5)}.post-back{display:inline-block;font-size:var(--fs-sm);color:var(--fg-muted);text-decoration:none;margin-bottom:var(--space-5)}.post-back:hover{color:var(--fg)}.prose pre{background:var(--code-bg);border:1px solid var(--code-border);border-radius:6px;padding:var(--space-3);overflow-x:auto;font-size:.88em;line-height:1.55}.prose pre>code{background:transparent;border:0;padding:0;font-size:1em;display:block}:root{--hl-keyword: #8a2c5b;--hl-string: #4a6e2a;--hl-number: #8a6a3b;--hl-comment: #8c8a83;--hl-function: #1f4f8b;--hl-type: #5b3a8a;--hl-attr: #8a6a3b}[data-theme=dark]{--hl-keyword: #e57aa6;--hl-string: #a8d27a;--hl-number: #e0b777;--hl-comment: #6b6862;--hl-function: #7fb6ee;--hl-type: #c79df0;--hl-attr: #e0b777}.hljs{color:var(--fg);background:transparent}.hljs-comment,.hljs-quote{color:var(--hl-comment);font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-meta{color:var(--hl-keyword)}.hljs-string,.hljs-regexp,.hljs-template-tag,.hljs-template-variable{color:var(--hl-string)}.hljs-number,.hljs-literal{color:var(--hl-number)}.hljs-title,.hljs-title.function_,.hljs-title.class_{color:var(--hl-function)}.hljs-type,.hljs-class .hljs-title,.hljs-symbol{color:var(--hl-type)}.hljs-attr,.hljs-attribute,.hljs-variable,.hljs-tag{color:var(--hl-attr)}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:600}::selection{background:var(--rule);color:var(--fg)}
