: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:#999999;--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-overlay:rgba(0,0,0,0.35);--text-xs:0.875rem;--text-sm:0.9375rem;--text-base:1rem;--text-md:1.125rem;--text-lg:1.3125rem;--text-xl:1.4375rem;--text-2xl:1.625rem;--text-3xl:1.875rem;--leading-tight:1.2;--leading-snug:1.4;--leading-normal:1.65;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--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;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--content-width:43.75rem}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-500);--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-overlay:rgba(0,0,0,0.65)}*,:after,:before{box-sizing:border-box;border:0;margin:0;padding:0}*{letter-spacing:0!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:var(--font-inter-tight),system-ui,sans-serif;font-size:var(--text-base);line-height:var(--leading-normal);font-weight:var(--weight-normal);-webkit-font-smoothing:antialiased;letter-spacing:-.01%;transition:background-color .2s ease,color .2s ease}.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-medium);line-height:var(--leading-tight);letter-spacing:-.02em}a{color:inherit;text-decoration:none}hr{border:1px solid var(--color-line);margin:var(--space-2) 0}::selection{background:var(--color-red-soft);color:var(--color-text)}.select-accent::selection{background:var(--color-red);color:var(--color-white)}:root{--navbar-height:3.5rem}.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__inner{padding:var(--space-3) 0 0}.site-navbar__rule{margin-bottom:0}.page-shell{width:var(--content-width);max-width:95%;margin:0 auto;padding:calc(var(--navbar-height) + var(--space-8)) 0 var(--space-16)}@media (max-width:640px){.site-navbar__inner{padding-left:var(--space-6);padding-right:var(--space-6)}.page-shell{max-width:100%;padding:calc(var(--navbar-height) + var(--space-6)) var(--space-6) var(--space-16)}}.hover-fade{transition:opacity .15s ease}.hover-fade:hover{opacity:.75}.hover-fade:disabled{opacity:.4;cursor:default}.hover-fade:focus-visible{outline:.125rem solid var(--color-accent-strong);outline-offset:.125rem;opacity:1}.chip{background-color:var(--color-red-soft);transition:background-color .15s ease}.chip:hover,a:hover .chip{background-color:var(--color-red-soft-hover)}.chip:active,a:active .chip{background-color:var(--color-red-soft-pressed)}.caret{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}}.prose{font-size:var(--text-md);line-height:var(--leading-normal);color:var(--color-text)}.prose>*+*{margin-top:var(--space-5)}.prose h2{font-size:var(--text-xl);margin-top:var(--space-10)}.prose h3{font-size:var(--text-lg);margin-top:var(--space-8)}.prose p{color:var(--color-text)}.prose a{color:var(--color-accent-strong);border-bottom:1px solid var(--color-line)}.prose a:hover{color:var(--color-accent);border-color:var(--color-accent)}.prose ol,.prose ul{padding-left:var(--space-6)}.prose li ul,.prose li+li{margin-top:var(--space-2)}.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);border-radius:var(--radius-sm)}.callout{border-left:.125rem solid var(--color-accent);padding:var(--space-4) var(--space-5);font-size:var(--text-base);color:var(--color-text-muted)}.callout strong{color:var(--color-accent-strong)}.figure{margin-top:var(--space-8);margin-bottom:var(--space-8)}.figure img{display:block;width:100%;height:auto;border-radius:var(--radius-md);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)}.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)}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight Fallback;src:local("Arial");ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.00%;size-adjust:96.39%}.__className_a3c0d3{font-family:Inter Tight,Inter Tight Fallback;font-style:normal}.__variable_a3c0d3{--font-inter-tight:"Inter Tight","Inter Tight Fallback"}