:root{--gray-50:#f7f7f7;--gray-100:#ededed;--gray-200:#dcdcdc;--gray-300:#c2c2c2;--gray-400:#9e9e9e;--gray-500:#737373;--gray-600:#565656;--gray-700:#404040;--gray-800:#292929;--gray-900:#141414;--white:#ffffff;--black:#111111;--ink-950:#141414;--ink-800:#333333;--ink-600:#666666;--ink-400:#767676;--ink-200:#d4d4d4;--ink-100:#e6e6e6;--ink-50:#f2f2f2;--paper:#fafafa;--red-50:#fff5f5;--red-100:#ffdfdf;--red-200:#ffb8b8;--red-300:#ff8585;--red-400:#ff4747;--red-500:#ff0000;--red-600:#d40000;--red-700:#a80000;--red-800:#7a0000;--red-900:#4d0000;--color-bg:var(--white);--color-text:var(--ink-950);--color-text-muted:var(--ink-600);--color-text-faint:var(--ink-400);--color-accent:var(--gray-500);--color-accent-strong:var(--gray-800);--color-line:var(--ink-100);--color-line-strong:var(--ink-200);--color-black:var(--black);--color-white:var(--white);--color-surface:var(--ink-50);--color-surface-hover:var(--ink-100);--color-red:var(--red-500);--color-red-hover:var(--red-400);--color-red-pressed:var(--red-600);--color-red-soft:var(--red-100);--color-red-soft-hover:var(--red-200);--color-red-soft-pressed:var(--red-300);--color-box:rgba(0,0,0,0.02);--color-box-red:rgba(255,0,0,0.03);--color-box-red-hover:rgba(255,0,0,0.06);--color-overlay:rgba(0,0,0,0.35);--color-selection:rgba(255,0,0,0.1);--color-selection-accent:rgba(255,0,0,0.22);--text-2xs:0.9375rem;--text-xs:1.0625rem;--text-sm:1.125rem;--text-base:1.1875rem;--text-md:1.3125rem;--text-lg:1.5rem;--text-xl:1.75rem;--text-2xl:1.9375rem;--text-3xl:2.1875rem;--leading-tight:1.3;--leading-normal:1.5;--weight-normal:400;--weight-medium:500;--weight-semibold:500;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--content-width:48.125rem}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--color-bg:var(--gray-900);--color-text:var(--gray-50);--color-text-muted:var(--gray-400);--color-text-faint:var(--gray-400);--color-accent:var(--gray-400);--color-accent-strong:var(--gray-200);--color-line:var(--gray-800);--color-line-strong:var(--gray-700);--color-black:var(--gray-50);--color-white:var(--gray-900);--color-surface:var(--gray-800);--color-surface-hover:var(--gray-700);--color-red-soft:var(--red-900);--color-red-soft-hover:var(--red-800);--color-red-soft-pressed:var(--red-700);--color-box:rgba(255,255,255,0.025);--color-box-red:rgba(255,70,70,0.05);--color-box-red-hover:rgba(255,70,70,0.09);--color-overlay:rgba(0,0,0,0.65);--color-selection:rgba(255,120,120,0.16);--color-selection-accent:rgba(255,100,100,0.28)}*,:after,:before{box-sizing:border-box;border:0;margin:0;padding:0}*{letter-spacing:-2%!important}html{font-size:100%;text-transform:lowercase;-webkit-text-size-adjust:100%}body{background-color:var(--color-bg);color:var(--color-text);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:var(--text-base);line-height:var(--leading-tight);font-weight:var(--weight-normal);-webkit-font-smoothing:antialiased}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{font-weight:var(--weight-semibold);line-height:var(--leading-tight)}a{color:inherit;text-decoration:none}hr{border:1px solid var(--color-line);margin:var(--space-2) 0}::selection{background:var(--color-selection);color:var(--color-text)}.select-accent::selection{background:var(--color-selection-accent);color:var(--color-text)}:root{--navbar-height:4.75rem}.content-width{width:var(--content-width);max-width:95%;margin-left:auto;margin-right:auto}.site-navbar{position:fixed;top:0;left:0;right:0;z-index:50;background-color:var(--color-bg);transition:transform .28s cubic-bezier(.2,.8,.2,1);transform:translateY(0)}.site-navbar.is-hidden{transform:translateY(-100%);pointer-events:none}.site-navbar.is-hidden:focus-within{transform:translateY(0);pointer-events:auto}.site-navbar__inner{padding:var(--space-5) 0}.site-footer__line{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-10)}.site-footer__type{min-width:0;white-space:nowrap}.site-navbar__inner>*{min-height:calc(var(--navbar-height) - 2 * var(--space-5))}.inline-link{color:var(--color-accent-strong);font-weight:var(--weight-medium);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.1875rem;transition:opacity .15s ease,color .15s ease}.inline-link:hover{opacity:.75}.inline-link:active{opacity:.6}.inline-link:focus{outline:none}.inline-link:focus-visible{outline:.125rem solid var(--color-accent-strong);outline-offset:.1875rem;opacity:1}.skip-link{position:absolute;left:var(--space-4);top:var(--space-4);z-index:100;padding:var(--space-2) var(--space-4);background:var(--color-bg);color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-medium);border:.125rem solid var(--color-accent-strong);transform:translateY(-200%);transition:transform .2s ease}.skip-link:focus-visible{transform:translateY(0);outline:none}.page-shell{width:var(--content-width);max-width:95%;margin:0 auto;padding:calc(var(--navbar-height) + var(--space-8)) 0 var(--space-16);animation:pageIn .35s ease}@keyframes pageIn{0%{opacity:0}to{opacity:1}}@media (max-width:640px){:root{--text-2xs:0.8125rem;--text-xs:0.875rem;--text-sm:0.9375rem;--text-base:1rem;--text-md:1.0625rem;--text-lg:1.25rem;--text-xl:1.375rem;--text-2xl:1.5rem;--text-3xl:1.625rem}.page-shell{padding-top:calc(var(--navbar-height) + var(--space-6))}.site-footer__line{flex-direction:column;align-items:flex-start;gap:var(--space-2)}}.hover-fade{transition:opacity .15s ease,background-color .15s ease}.hover-fade:hover{opacity:.75}.hover-fade:active{opacity:.6}.hover-fade:disabled{opacity:.4;cursor:default}.hover-fade:focus{outline:none}.hover-fade:focus-visible{outline:.125rem solid var(--color-accent-strong);outline-offset:.125rem;opacity:1}.cta,a:has(.chip){opacity:1}.cta:hover,a.hover-fade:has(.chip):hover{opacity:1}.cta.pressable:active,a.pressable:has(.chip):active{opacity:1}.cta-arrow{display:inline-flex;transition:transform .15s ease}.chip:hover .cta-arrow,.cta:hover .cta-arrow,a:has(.chip):hover .cta-arrow{transform:translate(.125rem,-.125rem)}.pressable,button{user-select:none;-webkit-user-select:none;touch-action:manipulation}.pressable:active{opacity:.65;transition-duration:.08s}.theme-toggle{transition:opacity .15s ease}.theme-toggle:active{transform:scale(.94)}.interactive-row{background-color:var(--color-box-red);padding:var(--space-4) var(--space-5);transition:background-color .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.interactive-row:hover{background-color:var(--color-box-red-hover);opacity:1}.interactive-row:active{opacity:.85}.interactive-row:focus{outline:none}.interactive-row:focus-visible{background-color:var(--color-box-red-hover);outline:.125rem solid var(--color-accent-strong);outline-offset:.125rem;opacity:1}.entry-block{background-color:var(--color-box);padding:var(--space-5)}.boxed-head{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;gap:var(--space-4)}.boxed-head__title{min-width:0}.boxed-date{flex-shrink:0;white-space:nowrap}.blog-end{width:100%}.blog-end__logo-wrap{display:flex;justify-content:center;padding:var(--space-20) 0}.blog-end__logo{display:block;height:3rem}.blog-end__more{width:100%}.chip{transition:background-color .15s ease,transform .12s ease}.chip--important{background-color:var(--color-red-soft)}.chip--important:hover,a:hover .chip--important{background-color:var(--color-red-soft-hover)}.chip--important:active,a:active .chip--important{background-color:var(--color-red-soft-pressed);transform:scale(.98)}.chip--muted{background-color:var(--color-surface)}.chip--muted:hover,a:hover .chip--muted{background-color:var(--color-surface-hover)}.chip--muted:active,a:active .chip--muted{background-color:var(--color-line);transform:scale(.98)}.preview-clamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.splash{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background-color:var(--color-bg);animation:splashOut 1s ease forwards}.splash>*{animation:fadeIn .3s ease both}@keyframes splashOut{0%,65%{opacity:1}to{opacity:0}}.caret{display:inline-block;margin-left:.15em;animation:caretBlink 1s steps(1) infinite}@keyframes caretBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(.75rem) scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.theme-toggle:active{transform:none}.splash{display:none}.chip--important:active,.chip--muted:active,a:active .chip--important,a:active .chip--muted{transform:none}}.blog-page,.prose{line-height:var(--leading-normal)}.prose{font-size:var(--text-md)}.prose,.prose p{color:var(--color-text)}.prose p{font-weight:var(--weight-normal)}.prose p+p{margin-top:var(--space-6)}.prose h2{font-size:var(--text-xl);margin-top:var(--space-12);margin-bottom:var(--space-4)}.prose h3{font-size:var(--text-lg);margin-top:var(--space-10);margin-bottom:var(--space-3)}.prose h2:first-child,.prose h3:first-child{margin-top:0}.prose ol,.prose ul{padding-left:var(--space-5);margin-top:var(--space-5);margin-bottom:var(--space-6)}.prose li+li{margin-top:var(--space-3)}.prose li ol,.prose li ul{margin-top:var(--space-2);margin-bottom:0}.prose strong{font-weight:var(--weight-semibold)}.prose code{font-family:ui-monospace,SF Mono,monospace;font-size:.9em;padding:var(--space-1) var(--space-2)}.callout,.prose code{background:var(--color-surface)}.callout{border-left:.125rem solid var(--color-accent);padding:var(--space-4) var(--space-5);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-muted);margin-top:var(--space-8);margin-bottom:var(--space-8)}.callout strong{color:var(--color-accent-strong)}.figure{margin-top:var(--space-8);margin-bottom:var(--space-8)}.figure+.figure{margin-top:var(--space-6)}.figure img{display:block;width:100%;height:auto;border:1px solid var(--color-line)}.figure figcaption{margin-top:var(--space-3);text-align:center;color:var(--color-text-faint);font-size:var(--text-sm)}.prose table{width:100%;border-collapse:collapse;font-size:var(--text-sm);margin-top:var(--space-6);margin-bottom:var(--space-6)}.prose td,.prose th{border:1px solid var(--color-line);padding:var(--space-2) var(--space-3);text-align:left;vertical-align:top}.prose th{font-weight:var(--weight-semibold);background:var(--color-surface)}.prose tr+tr td,.prose tr+tr th{border-top:1px solid var(--color-line)}