:root{color-scheme:light;--bg:#fbfbfa;--surface:#fff;--fg:#262626;--fg-strong:#111;--deck:#4a4a4a;--muted:#5c5c5c;--muted-soft:#8a8a88;--rule:#e8e8e6;--hairline:#0000001a;--code-bg:#f4f4f2;--accent:#111;--accent-soft:#f2f2f0;--pill-fill:#fff;--pill-on:#111;--pill-on-text:#fff;--font-title:var(--font-display), Georgia, serif;--font-text:var(--font-prose), Charter, Georgia, serif;--font-mono-stack:var(--font-mono), ui-monospace, SFMono-Regular, Menlo, monospace;--measure:68ch;--wide:900px;--gutter:1.25rem;--radius-lg:18px;--radius-md:14px;--radius-sm:10px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#131313;--surface:#1c1c1c;--fg:#e6e6e4;--fg-strong:#fafafa;--deck:#b8b8b6;--muted:#9a9a98;--muted-soft:#7a7a78;--rule:#2b2b2b;--hairline:#ffffff24;--code-bg:#1c1c1c;--accent:#fafafa;--accent-soft:#232323;--pill-fill:#1c1c1c;--pill-on:#fafafa;--pill-on-text:#131313}}:root[data-theme=dark]{color-scheme:dark;--bg:#131313;--surface:#1c1c1c;--fg:#e6e6e4;--fg-strong:#fafafa;--deck:#b8b8b6;--muted:#9a9a98;--muted-soft:#7a7a78;--rule:#2b2b2b;--hairline:#ffffff24;--code-bg:#1c1c1c;--accent:#fafafa;--accent-soft:#232323;--pill-fill:#1c1c1c;--pill-on:#fafafa;--pill-on-text:#131313}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:18px}@media (width<=640px){html{font-size:17px}}body{background:var(--bg);color:var(--fg);font-family:var(--font-text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.62}.wrap{max-width:var(--measure);padding-inline:var(--gutter);margin-inline:auto}a{color:var(--accent);text-underline-offset:2px;text-decoration-thickness:1px}.prose a,.site-footer a{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;left:-9999px}.skip-link:focus{z-index:20;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--hairline);font-family:var(--font-text);color:var(--fg-strong);padding:.55rem .9rem;font-size:.85rem;text-decoration:none;position:fixed;top:1rem;left:1rem}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow,.post-item__meta,.post-header__meta,.section-label{font-family:var(--font-text);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-variant-numeric:tabular-nums;font-size:.7rem;font-weight:600}.site-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2.25rem;padding-bottom:1.75rem;display:flex}.site-header__title{margin:0;font-size:1.12rem;font-weight:700;line-height:1.2}.site-header__name{font-family:var(--font-title);letter-spacing:-.02em;color:var(--fg-strong);font-size:1.12rem;font-weight:700;text-decoration:none}.site-header__right{align-items:center;gap:.85rem;display:flex}.site-nav{font-family:var(--font-text);font-size:.9rem}.site-nav ul{align-items:center;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.site-nav li+li:before{content:"·";color:var(--muted-soft);margin-right:.55rem}.site-nav a{color:var(--muted);text-decoration:none}.site-nav a:hover,.site-nav a:focus-visible{color:var(--fg-strong);text-decoration:underline}.site-nav a[aria-current=page]{color:var(--fg-strong);font-weight:600}.theme-toggle{font-family:var(--font-text);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-strong);background:var(--pill-fill);border:1px solid var(--hairline);cursor:pointer;border-radius:999px;padding:.32rem .75rem;font-size:.7rem;font-weight:600;line-height:1.4;transition:color .15s,border-color .15s}.theme-toggle:hover{border-color:var(--fg-strong)}.site-footer{border-top:1px solid var(--rule);font-family:var(--font-text);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:4.5rem;padding-top:1.4rem;padding-bottom:3rem;font-size:.8rem;display:flex}.bio{font-family:var(--font-text);color:var(--fg);max-width:56ch;margin:0 0 2.75rem;font-size:1.05rem;line-height:1.6}.bio p{margin:0 0 .5rem}.bio p:first-child{margin-bottom:.5rem}.section-label{margin:0 0 .9rem}.post-list{margin:0;padding:0;list-style:none}.post-item{border-bottom:1px solid var(--rule)}.post-item:first-child{border-top:1px solid var(--rule)}.post-item[hidden]{display:none}.post-item__link{color:var(--fg-strong);grid-template-columns:1fr auto;align-items:baseline;gap:.3rem 1.5rem;padding:1.05rem 0;text-decoration:none;display:grid}@media (width<=560px){.post-item__link{grid-template-columns:1fr}}.post-item__title{font-family:var(--font-title);letter-spacing:-.015em;font-size:1.12rem;font-weight:600;line-height:1.25;transition:color .15s}.post-item__link:hover .post-item__title,.post-item__link:focus-visible .post-item__title{color:var(--accent)}.post-item__meta{white-space:nowrap;gap:.6rem;display:flex}.page-title,.post-header h1{font-family:var(--font-title);letter-spacing:-.025em;color:var(--fg-strong);text-wrap:balance;margin:0 0 .7rem;font-size:2rem;font-weight:700;line-height:1.14}.post-header{margin-bottom:2.25rem}.post-header__meta{flex-wrap:wrap;gap:.6rem;display:flex}.post-header__meta>*+:before{content:"·";margin-right:.6rem}.prose{font-family:var(--font-text);color:var(--fg);font-size:1rem;line-height:1.62}.prose>*{margin-top:0;margin-bottom:1.2rem}.prose h2{font-family:var(--font-title);letter-spacing:-.018em;color:var(--fg-strong);margin-top:2.6rem;margin-bottom:.75rem;font-size:1.36rem;font-weight:600;line-height:1.25}.prose h3{font-family:var(--font-title);letter-spacing:-.012em;color:var(--fg-strong);margin-top:1.9rem;margin-bottom:.5rem;font-size:1.12rem;font-weight:600;line-height:1.3}.prose ul,.prose ol{padding-left:1.35rem}.prose li{margin-bottom:.4rem}.prose blockquote{border-left:3px solid var(--fg-strong);border-radius:0 var(--radius-md) var(--radius-md) 0;background:var(--accent-soft);color:var(--deck);margin-inline:0;padding:.85rem 1.15rem}.prose blockquote>:last-child{margin-bottom:0}.prose hr{border:0;border-top:1px solid var(--rule);margin:2.75rem 0}.prose strong{color:var(--fg-strong);font-weight:600}code,kbd,samp,pre{font-family:var(--font-mono-stack);font-size:.87em}.prose :not(pre)>code{background:var(--code-bg);border:1px solid var(--rule);white-space:nowrap;border-radius:5px;padding:.1em .36em}.prose pre{background:var(--code-bg);border:1px solid var(--rule);border-radius:var(--radius-md);padding:1rem 1.15rem;line-height:1.55;overflow-x:auto}.prose pre code{white-space:pre;background:0 0;border:0;padding:0}.astro-code{background:var(--code-bg)!important}.astro-code,.astro-code span{color:var(--shiki-light)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .astro-code,:root:not([data-theme=light]) .astro-code span{color:var(--shiki-dark)}}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-code span{color:var(--shiki-dark)}.table-scroll{border:1px solid var(--rule);border-radius:var(--radius-md);background:var(--surface);background-image:linear-gradient(90deg,#0000 calc(100% - 48px),#0000000a);background-repeat:no-repeat;background-attachment:local,scroll;margin-bottom:1.2rem;overflow-x:auto}.table-scroll:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.prose table{border-collapse:collapse;font-family:var(--font-text);width:100%;font-size:.85rem}.prose th,.prose td{text-align:left;vertical-align:top;border-bottom:1px solid var(--rule);white-space:nowrap;padding:.58rem .75rem}.prose tr:last-child td{border-bottom:0}.prose td{color:var(--fg)}.prose th{font-family:var(--font-text);color:var(--muted);letter-spacing:0;text-transform:none;font-size:.86rem;font-weight:600}.figure{margin:2.25rem 0}.figure img,.figure svg{max-width:100%;height:auto;margin-inline:auto;display:block}.figure img{border:1px solid var(--hairline);border-radius:var(--radius-lg)}.figure figcaption{font-family:var(--font-text);color:var(--muted);margin-top:.75rem;font-size:.85rem;line-height:1.5}.figure--wide{width:min(var(--wide), 100vw - 2.5rem);margin-left:50%;transform:translate(-50%)}.figure svg,.prose>svg{max-width:100%;height:auto}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .figure svg,:root:not([data-theme=light]) .prose>svg,:root:not([data-theme=light]) .figure img[src$=\.svg]{filter:invert(.92)hue-rotate(180deg)}}:root[data-theme=dark] .figure svg,:root[data-theme=dark] .prose>svg,:root[data-theme=dark] .figure img[src$=\.svg]{filter:invert(.92)hue-rotate(180deg)}.prose .footnotes{border-top:1px solid var(--rule);color:var(--muted);margin-top:3.25rem;padding-top:1.4rem;font-size:.9rem}.prose .footnotes h2{font-family:var(--font-text);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 .9rem;font-size:.7rem;font-weight:600}.prose .footnotes li{margin-bottom:.7rem}.prose .footnotes li:target{color:var(--fg)}.prose [data-footnote-backref]{text-underline-offset:3px;margin-left:.35rem;text-decoration:underline}.prose [data-footnote-ref]{font-family:var(--font-text);padding-left:.12em;font-size:.78em;font-weight:600;text-decoration:none}@media print{.site-header,.site-footer,.theme-toggle,.skip-link,.site-nav{display:none!important}html{font-size:11pt}body{color:#000;background:#fff}.wrap{max-width:none;padding:0}a{color:#000;text-decoration:none}.prose a[href^=http]:after{content:" (" attr(href) ")";color:#444;word-break:break-all;font-size:.85em}.figure--wide{width:auto;margin-left:0;transform:none}.figure img,.figure svg{filter:none!important}.prose pre{white-space:pre-wrap;border:1px solid #ccc}.table-scroll{overflow:visible}}
