html{box-sizing:border-box;font-family:"EB Garamond",serif;font-kerning:normal;font-size:10px;color-scheme:light;background-color:var(--page-background);--page-background:#fffff8;--text-color:#111111;--muted-text:oklch(37.2% 0.044 257.287);--link-color:#6a0dad;--link-hover-background:#e6e6fa;--surface-background:#f7f0ff;--surface-border:#d7c3ef;--tag-background:#f3ecff;--tag-border:#d7c3ef;--inline-code-background:#f6efff;--inline-code-border:#ddd0f3;--code-background:#f8f4ff;--code-border:#ddcff3;--button-background:#f4ecff;--button-hover-background:#eadbff;--button-text:#3f1769;--focus-ring:#7f3fe0;--theme-transition-duration:220ms;--theme-transition-easing:cubic-bezier(0.22,1,0.36,1)}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--page-background:#1d1d1a;--text-color:#f0ebe2;--muted-text:#b7afa4;--link-color:#8fa7c7;--link-hover-background:#2a2a26;--surface-background:#272723;--surface-border:#4b4a43;--tag-background:#2a2a26;--tag-border:#5a594f;--inline-code-background:#262622;--inline-code-border:#4f4e46;--code-background:#262622;--code-border:#4f4e46;--button-background:#2a2a26;--button-hover-background:#33332e;--button-text:#e8e3da;--focus-ring:#8fa7c7}@media(prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark;--page-background:#1d1d1a;--text-color:#f0ebe2;--muted-text:#b7afa4;--link-color:#8fa7c7;--link-hover-background:#2a2a26;--surface-background:#272723;--surface-border:#4b4a43;--tag-background:#2a2a26;--tag-border:#5a594f;--inline-code-background:#262622;--inline-code-border:#4f4e46;--code-background:#262622;--code-border:#4f4e46;--button-background:#2a2a26;--button-hover-background:#33332e;--button-text:#e8e3da;--focus-ring:#8fa7c7}}*,*::before,*::after{box-sizing:inherit;margin:0;padding:0}body{font-size:2.2rem;line-height:1.4;background-color:var(--page-background);color:var(--text-color);max-width:70rem;margin:0 auto;padding:3rem 3rem 3.25rem}html,body,a,hr,blockquote,.post-date,.post-subheading,.tag-page-subheading,.post-tags a,.theme-toggle,div.sourceCode,:not(pre)>code,figure figcaption,.site-footer{transition-property:color,background-color,border-color,outline-color,text-decoration-color,box-shadow;transition-duration:var(--theme-transition-duration);transition-timing-function:var(--theme-transition-easing)}h2{font-size:3.3rem;font-weight:normal;font-style:italic;margin-top:3.2rem;margin-bottom:2rem}.profile{text-align:center;margin-top:2rem;margin-bottom:3rem}.profile img{width:200px}.profile h1{margin-top:1rem;font-weight:normal;font-size:3rem}p{hyphens:auto}ul,ol{margin:2.2rem 0;margin-left:2.2rem}li{margin-top:.5rem}p+p{margin-top:1.6rem}strong{font-weight:600}a{display:inline;outline:none;text-decoration:none;border-radius:.2rem;transition:background-color 150ms ease-in-out,color 150ms ease-in-out,text-decoration-color 150ms ease-in-out}a:link,a:visited{color:var(--link-color)}a:hover,a:active{background:var(--link-hover-background)}header nav a,.post-tags a{font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.1rem;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:.3rem}.katex,.katex-display,.katex *{color:inherit}.katex{font-size:2.2rem!important}.katex-display{overflow-x:auto;overflow-y:hidden}hr{border:0;border-top:1px solid var(--surface-border)}.csl-entry{margin-bottom:1rem}.footnotes{margin-top:4rem}.footnotes hr{margin-bottom:2rem;width:80%;margin-left:auto;margin-right:auto}blockquote{padding:1.5rem 2rem;margin:1.5rem 0;border-left:4px solid var(--link-color);background-color:var(--surface-background);font-style:italic}article h1{font-size:3.96rem;font-weight:normal;margin-top:4rem;margin-bottom:2.5rem}article h2{margin-top:3rem}.post-item{margin-top:2rem}.post-item-meta{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem 1.6rem;margin-top:1.5rem}.post-date{font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--muted-text);font-size:1.76rem;margin-top:1.5rem}.post-item .post-date{margin:0}.post-title{font-size:2.42rem;font-weight:normal;line-height:1.18;margin-top:.35rem}.post-description{margin-top:.65rem}.post-meta{margin-bottom:2rem}.post-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.8rem}.post-item-tags{flex:1 1 auto;justify-content:flex-end;gap:.5rem;margin-top:0}.post-tags a{display:inline-flex;align-items:center;padding:0;border:0;border-radius:0;background:rgba(0,0,0,0);font-size:2rem;line-height:1.2}.post-tags a:link,.post-tags a:visited{color:var(--link-color)}.post-tags a:hover,.post-tags a:active{background:rgba(0,0,0,0)}.post-item-tags a{font-size:1.6rem}.all-articles-link{margin-top:2rem}.post-subheading{font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.42rem;color:var(--muted-text)}.tag-page-subheading{font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--muted-text)}header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:nowrap;margin-bottom:2rem}header nav{display:flex;flex-wrap:nowrap;gap:1rem;min-width:0}.site-footer{font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;border-top:1px solid color-mix(in srgb,var(--text-color) 22%,transparent);color:var(--muted-text);font-size:1.8rem;margin-top:4rem;padding:1.1rem 0 0;text-align:right}.site-footer a{color:inherit}.theme-toggle{display:none;position:relative;align-items:center;justify-content:center;flex:0 0 auto;width:3.2rem;height:3.2rem;padding:0;border:1px solid var(--surface-border);border-radius:999px;background-color:var(--button-background);color:var(--button-text);cursor:pointer;font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.8rem;line-height:1.1;transition:background-color 150ms ease-in-out,border-color 150ms ease-in-out,color 150ms ease-in-out}.theme-toggle:hover{background-color:var(--button-hover-background)}.theme-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.theme-toggle__icon{position:absolute;inset:0;display:grid;place-items:center;transition:opacity 150ms ease-in-out,transform 150ms ease-in-out}.theme-toggle__icon svg{width:1.75rem;height:1.75rem;display:block}.theme-toggle__icon--sun{opacity:1;transform:scale(1) rotate(0deg)}.theme-toggle__icon--moon{opacity:0;transform:scale(0.8) rotate(20deg)}html[data-theme=dark] .theme-toggle__icon--sun{opacity:0;transform:scale(0.8) rotate(-20deg)}html[data-theme=dark] .theme-toggle__icon--moon{opacity:1;transform:scale(1) rotate(0deg)}html[data-js=enabled] .theme-toggle{display:inline-flex}@media(prefers-reduced-motion:reduce){html,body,a,hr,blockquote,.post-date,.post-subheading,.tag-page-subheading,.post-tags a,.theme-toggle,div.sourceCode,:not(pre)>code,figure figcaption,.site-footer{transition-duration:0ms}}@media(max-width:640px){.post-item-meta{align-items:flex-start;flex-direction:column}.post-item-tags{justify-content:flex-start;width:100%}}.sourceCode{font-size:1.76rem}div.sourceCode{margin:1.6rem 0;border:1px solid var(--code-border);border-radius:.8rem;background-color:var(--code-background)}pre.sourceCode{padding:1.2rem 1.4rem}@media(max-width:600px){body{font-size:2.2rem;padding:2.4rem 2rem 2.8rem}header{gap:1rem}header nav{gap:.8rem}.sourceCode{font-size:1.54rem}code{font-size:1.54rem}}code{font-family:ui-monospace,"SFMono-Regular","SF Mono",Consolas,monospace;line-height:1.4;font-size:1.76rem}:not(pre)>code{padding:.1rem .45rem;border:1px solid var(--inline-code-border);border-radius:.45rem;background-color:var(--inline-code-background)}pre,pre code{background:rgba(0,0,0,0)}figure{text-align:center;margin-top:3rem}figure img{max-width:100%}figure figcaption{font-family:"IBM Plex Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:1rem 0 2rem 0;text-align:center;color:var(--muted-text)}