:root{color-scheme:light;--bg:#fff;--ink:#252525;--heading:#191919;--muted:#707070;--rule:#e7e7e7;--code:#f5f5f5;--quote:#555}:root[data-theme=dark]{color-scheme:dark;--bg:#16181b;--ink:#dedfe1;--heading:#f1f2f3;--muted:#a3a7ad;--rule:#34373c;--code:#22252a;--quote:#b9bdc3}@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--bg:#16181b;--ink:#dedfe1;--heading:#f1f2f3;--muted:#a3a7ad;--rule:#34373c;--code:#22252a;--quote:#b9bdc3}}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);-webkit-text-size-adjust:100%}body{margin:0;font:18px/1.75 Georgia,times new roman,serif}.page{width:min(100% - 48px,680px);margin:0 auto}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:4px}a:hover{color:var(--heading);text-decoration-color:#999}a:focus-visible,button:focus-visible{outline:2px solid currentColor;outline-offset:5px}.site-header{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:58px 0 66px;font:15px/1.5 system-ui,sans-serif}.site-header .name{font-size:19px;font-weight:650;letter-spacing:-.04em;text-decoration:none}.site-header nav a{color:var(--muted);text-decoration:none}h1,h2,h3,h4{font-family:system-ui,sans-serif;line-height:1.3;color:var(--heading)}h1{margin:0 0 32px;font-size:clamp(29px,5vw,36px);letter-spacing:-.045em;font-weight:650;overflow-wrap:anywhere}h2{margin:2em 0 .8em;font-size:23px;letter-spacing:-.025em}h3{margin:1.8em 0 .7em;font-size:20px;letter-spacing:-.02em}p{margin:0 0 1.3em}.article-header{margin-bottom:38px}.article-header h1{margin-bottom:12px}time,.muted,footer,.back{color:var(--muted);font-family:system-ui,sans-serif;font-size:14px}.posts{list-style:none;padding:0;margin:0}.posts li{display:flex;align-items:baseline;justify-content:space-between;column-gap:28px;padding:12px 0}.posts a{text-decoration:none;overflow-wrap:anywhere}.posts a:hover{text-decoration:underline}.posts time{flex-shrink:0;font-size:13px;font-variant-numeric:tabular-nums}.empty{margin-top:8px}.prose{overflow-wrap:anywhere}.prose ul,.prose ol{padding-left:1.5em;margin:0 0 1.3em}.prose li+li{margin-top:.35em}.prose blockquote{margin:1.5em 0;padding-left:1.25em;border-left:2px solid var(--rule);color:var(--quote)}.prose img,.prose video{max-width:100%;height:auto}.prose figure{margin:1.5em 0}.prose figcaption{font-size:14px;color:var(--muted)}code,pre{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.82em}code{background:var(--code);padding:.15em .3em;border-radius:3px}pre{overflow-x:auto;padding:20px;background:var(--code);line-height:1.6;border-radius:4px}pre code{background:0 0;padding:0;font-size:inherit}.prose table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;font-size:.9em;margin:1.5em 0}.prose th,.prose td{text-align:left;padding:8px 14px;border-bottom:1px solid var(--rule)}hr{border:0;border-top:1px solid var(--rule);margin:2em 0}.footnotes{font-size:.85em}.back{margin-top:48px}footer{display:flex;justify-content:space-between;margin:80px 0 32px;padding-top:20px;border-top:1px solid var(--rule);font-size:12px}footer a{text-decoration:none}.skip-link{position:absolute;top:-100px;left:24px;background:var(--bg);padding:8px}.skip-link:focus{top:8px}@media(max-width:520px){body{font-size:17px}.site-header{padding:32px 0 48px}.posts li{display:block;padding:12px 0}.posts time{display:block;margin-top:2px}footer{margin-top:60px}}@media print{.site-header,footer,.back,.skip-link{display:none}.page{width:100%}body{font-size:12pt}}.site-header nav{display:flex;align-items:center;gap:18px}#theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin:-8px;border:0;border-radius:50%;padding:10px;background:0 0;color:var(--muted);cursor:pointer}#theme-toggle:hover{color:var(--heading)}#theme-toggle svg{width:20px;height:20px}.theme-sun{display:none}:root[data-theme=dark] .theme-sun{display:block}:root[data-theme=dark] .theme-moon{display:none}#theme-toggle[hidden]{display:none}footer{flex-wrap:wrap;gap:12px 24px}footer nav{display:flex;flex-wrap:wrap;gap:8px 16px}@media(max-width:520px){.site-header{gap:12px;flex-wrap:wrap}}.subscribe{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--rule)}.subscribe h2{font-size:1.1rem;margin-bottom:.5rem}.subscribe p{margin:.5rem 0 1rem}.subscribe label{display:block;font-size:.85rem;margin-bottom:.4rem}.subscribe-fields{display:flex;gap:.5rem}.subscribe input,.subscribe button{font:inherit;border:1px solid var(--rule);border-radius:5px;padding:.5rem .75rem;background:var(--bg);color:var(--ink)}.subscribe input{min-width:0;flex:1}.subscribe button{cursor:pointer}.subscribe .subscribe-note{font-size:.8rem;color:var(--muted)}.website-field{display:none}