:root{--font-serif:Georgia,serif;--font-sans:var(--font-inter),system-ui,sans-serif;--font-display:var(--font-instrument-serif),Georgia,serif;--font-mono:"SF Mono",monospace;--text-xs:clamp(.68rem,.65rem + .15vw,.75rem);--text-sm:clamp(.78rem,.74rem + .2vw,.875rem);--text-base:clamp(1rem,.92rem + .4vw,1.125rem);--text-lg:clamp(1.13rem,1rem + .65vw,1.35rem);--text-xl:clamp(1.5rem,1.2rem + 1.5vw,2.25rem);--text-2xl:clamp(2rem,1.5rem + 2.5vw,3.5rem);--text-hero:clamp(2.5rem,2rem + 3vw,4.5rem);--color-bg:#fafaf7;--color-bg-translucent:#fafaf7e0;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#888880;--color-text-subtle:#b0b0a8;--color-border:#e5e5e0;--color-border-subtle:#eeeeea;--color-data-1:#4269d0;--color-data-2:#efb118;--color-data-3:#ff725c;--color-data-4:#6cc5b0;--color-data-5:#a463f2;--color-data-6:#ff8ab7;--color-highlight:#f5c623;--color-muted:#d4d4cd;--gradient-accent:linear-gradient(135deg,#4269d0 0%,#a463f2 100%);--ease-out-expo:cubic-bezier(.16,1,.3,1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.6s;--width-prose:680px;--width-wide:1080px;--grain-opacity:.04;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-format=scrolly]{--format-color:var(--color-data-1)}[data-format=interactive]{--format-color:var(--color-data-4)}[data-format=analysis]{--format-color:var(--color-data-5)}[data-format=essay]{--format-color:var(--color-data-2)}html[data-theme=dark]{--color-bg:#0c0c12;--color-bg-translucent:#0c0c12e0;--color-surface:#16161f;--color-text:#e4e4dc;--color-text-muted:#7a7a82;--color-text-subtle:#4a4a52;--color-border:#28283a;--color-border-subtle:#1e1e2e;--color-muted:#3a3a42;--color-data-1:#5a82e6;--color-data-2:#f5c030;--color-data-3:#ff8a72;--color-data-4:#7ed6c3;--color-data-5:#b87aff;--color-data-6:#ffa0c5;--gradient-accent:linear-gradient(135deg,#5a82e6 0%,#b87aff 100%);--grain-opacity:.06;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;transition:background-color var(--duration-slow)ease,color var(--duration-slow)ease;margin:0}body:after{content:"";z-index:9999;pointer-events:none;opacity:var(--grain-opacity);will-change:transform;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;animation:.6s steps(3,end) infinite grainShift;position:fixed;inset:0}html[data-theme=dark] body:after{filter:invert()}html[data-webgl-grain] body:after{display:none}html[data-theme=dark] [data-grain-canvas]{filter:invert()}@keyframes grainShift{0%{transform:translate(0)}33%{transform:translate(-2%,-3%)}66%{transform:translate(1%,2%)}}::selection{background:color-mix(in srgb,var(--format-color,var(--color-data-1))15%,transparent);color:inherit}html[data-theme=dark] ::selection{background:color-mix(in srgb,var(--format-color,var(--color-data-1))25%,transparent)}:focus-visible{box-shadow:0 0 0 2px var(--color-bg),0 0 0 4px #4269d066;border-radius:4px;outline:none}h1,h2,h3,h4{text-wrap:balance;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}p{text-wrap:pretty}time,[data-numeric]{font-variant-numeric:tabular-nums}a{transition:color var(--duration-fast)ease}img{transition:filter var(--duration-slow)ease,transform var(--duration-slow)ease}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::view-transition-group(*){animation-duration:.3s;animation-timing-function:cubic-bezier(.16,1,.3,1)}::view-transition-old(*):only-child{animation:none}::view-transition-new(*):only-child{animation:none}::view-transition-old(.article-title){animation:.12s ease-in both vtTitleOut}::view-transition-new(.article-title){animation:.2s ease-out 80ms both vtTitleIn}@keyframes vtTitleOut{to{opacity:0}}@keyframes vtTitleIn{0%{opacity:0}}@media (max-width:640px){::view-transition-group(*){animation-duration:.25s}}html{scrollbar-width:thin;scrollbar-color:var(--color-border)transparent}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}html[data-theme-transition]::view-transition-old(root){animation:none}html[data-theme-transition]::view-transition-new(root){animation:.5s cubic-bezier(.16,1,.3,1) themeReveal}@keyframes themeReveal{0%{clip-path:circle(0px at var(--reveal-x,50vw)var(--reveal-y,50vh))}to{clip-path:circle(max(100vw,100vh)at var(--reveal-x,50vw)var(--reveal-y,50vh))}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{body:after,nav[aria-label="Table of contents"],[class*=ScrollProgress],[class*=SectionIndicator],[class*=SiteHeader],[class*=SiteFooter],[class*=ThemeToggle],[class*=TagFilter],[data-grain-canvas]{display:none!important}body{color:#000;background:#fff;font-size:11pt;line-height:1.6}article{max-width:100%!important}article header,article [class*=content],article [class*=methodology],[class*=ArticleFooter]{max-width:100%!important;padding-left:0!important;padding-right:0!important}[class*=Sidenote_note]{color:#555;font-size:.85em;width:auto!important;display:inline!important;position:static!important}[class*=Sidenote_note]:before{content:" ["}[class*=Sidenote_note]:after{content:"] "}[class*=Sidenote_toggle]{display:none!important}article a[href^=http]:after{content:" (" attr(href)")";color:#666;word-break:break-all;font-size:.8em}h1,h2,h3{break-after:avoid}blockquote,figure,img,[class*=ReserveExplorer],[class*=ScrollySection]{break-inside:avoid}[class*=ArticleFooter_nav] a{border:none!important;padding:0!important}}
@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/fc0a7394b875fa43-s.614a1c00.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/7ebf22b5a21034f8-s.p.d8bad3ab.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ccf27e5a7366fb23-s.262b87c4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e41d5df559864f9e-s.p.380d09ea.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif Fallback;src:local(Times New Roman);ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.0%;size-adjust:83.94%}.instrument_serif_8d935e4c-module__Z_TaNG__className{font-family:Instrument Serif,Instrument Serif Fallback;font-weight:400}.instrument_serif_8d935e4c-module__Z_TaNG__variable{--font-instrument-serif:"Instrument Serif","Instrument Serif Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_98ad3912-module__9GIQTa__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_98ad3912-module__9GIQTa__variable{--font-inter:"Inter","Inter Fallback"}
.ThemeToggle-module__sGqMhG__toggle{cursor:pointer;width:32px;height:32px;color:var(--color-text-muted);transition:color var(--duration-fast)ease,background var(--duration-fast)ease;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{color:var(--color-text);background:#80808014}.ThemeToggle-module__sGqMhG__icon{transition:transform var(--duration-normal)var(--ease-out-expo)}.ThemeToggle-module__sGqMhG__toggle:hover .ThemeToggle-module__sGqMhG__icon{transform:rotate(15deg)}
.SiteHeader-module__mdpVJq__header{z-index:100;background:var(--color-bg-translucent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #0000;border-image:linear-gradient(90deg,transparent 0%,var(--color-border)30%,var(--color-border)70%,transparent 100%)1;position:sticky;top:0}.SiteHeader-module__mdpVJq__nav{max-width:var(--width-wide);justify-content:space-between;align-items:center;margin:0 auto;padding:.75rem 1.5rem;display:flex}@supports (animation-timeline:scroll()){.SiteHeader-module__mdpVJq__nav{animation:linear both SiteHeader-module__mdpVJq__condenseNav;animation-timeline:scroll();animation-range:0 80px}@keyframes SiteHeader-module__mdpVJq__condenseNav{to{padding-top:.5rem;padding-bottom:.5rem}}}.SiteHeader-module__mdpVJq__wordmarkWrap{--proximity:0;display:inline-flex}@media (hover:hover){.SiteHeader-module__mdpVJq__wordmarkWrap:hover{--proximity:1}}.SiteHeader-module__mdpVJq__wordmark{font-family:var(--font-display);font-style:italic;font-size:var(--text-base);color:var(--color-text);letter-spacing:-.01em;font-weight:400;text-decoration:none}.SiteHeader-module__mdpVJq__slash{opacity:calc(.35 + var(--proximity)*.65);color:color-mix(in srgb,var(--color-data-1)calc(var(--proximity)*100%),var(--color-text))}
.SiteFooter-module__wWXZva__footer{border-top:1px solid var(--color-border-subtle);margin-top:6rem;padding:2rem 1.5rem}@media (max-width:640px){.SiteFooter-module__wWXZva__footer{margin-top:3rem}}.SiteFooter-module__wWXZva__inner{max-width:680px;font-size:var(--text-xs);font-family:var(--font-sans);color:var(--color-text-subtle);justify-content:center;align-items:center;gap:0;margin:0 auto;display:flex}.SiteFooter-module__wWXZva__wordmark{--proximity:0;font-family:var(--font-display);color:var(--color-text-muted);letter-spacing:-.01em;font-style:italic;font-weight:400}@media (hover:hover){.SiteFooter-module__wWXZva__wordmark:hover{--proximity:1}}.SiteFooter-module__wWXZva__slash{color:color-mix(in srgb,var(--color-data-1)calc(30% + var(--proximity)*70%),var(--color-text-subtle))}.SiteFooter-module__wWXZva__dot{opacity:.4;-webkit-user-select:none;user-select:none;margin:0 .6em}.SiteFooter-module__wWXZva__rssLink{color:var(--color-text-subtle);transition:color var(--duration-fast)ease;align-items:center;gap:.3em;text-decoration:none;display:inline-flex}.SiteFooter-module__wWXZva__rssLink:hover{color:var(--color-text)}.SiteFooter-module__wWXZva__rssIcon{flex-shrink:0;width:12px;height:12px}
