:root{--bg: #ffffff;--text: #353535;--muted: #848484;--accent: #2a7a57;--accent-pop: #ff563f;--border: #e7e7e7;--code-bg: #eef4f1;--font: "Supreme", -apple-system, system-ui, sans-serif;--prose-font: "Suisse Intl", -apple-system, system-ui, sans-serif;--serif: "Suisse Works", Georgia, serif;--heading: var(--serif);--mono: "Suisse Intl Mono", "SF Mono", Menlo, monospace;--prose: #353535;--width: 55rem;--measure: 50.5rem;--chrome-h: 40px}*,*:before,*:after{box-sizing:border-box}html{font-size:14.4px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}body{margin:0;padding-top:var(--chrome-h);font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.7;min-height:100dvh;display:flex;flex-direction:column}[id]{scroll-margin-top:calc(var(--chrome-h) + 10px)}::selection{background:color-mix(in srgb,var(--accent) 22%,transparent)}h1,h2,h3,h4,h5,h6{font-family:var(--heading)}.container{max-width:var(--measure);width:100%;margin:0 auto;padding:0 1.5rem;flex:1;display:flex;flex-direction:column}main{flex:1;padding-top:clamp(1rem,6vh,3.5rem);display:flex;flex-direction:column}main>*{min-width:0}.topbar{position:fixed;top:0;left:0;right:0;height:var(--chrome-h);display:flex;justify-content:space-between;align-items:center;padding:0 20px;background:var(--accent);z-index:60}.site-name{font-size:.95rem;font-weight:400;color:#fff;text-decoration:none;letter-spacing:0}.nav-links{display:flex;align-items:center;gap:1.4rem;font-size:.95rem}.nav-links a{color:#ffffffeb;text-decoration:none;transition:color .12s}.nav-links a:hover,.nav-links a.active{color:#fff}.site-footer{position:relative;z-index:45;min-height:var(--chrome-h);display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:0 20px;margin-top:4rem;background:var(--accent);color:#ffffffbf;font-size:.78rem}.site-footer p{margin:0}.site-footer p a{color:#ffffffe6;text-decoration-thickness:1px}.site-footer p a:hover{color:#fff}.footer-links{display:flex;gap:1.1rem}.footer-links a{color:#ffffffc7;text-decoration:none;transition:color .12s}.footer-links a:hover{color:#fff}a{color:var(--accent);text-decoration-thickness:1.5px;text-underline-offset:.22em}a:hover{color:color-mix(in srgb,var(--accent) 75%,black)}.post-content a,.home-bio a,.sidenote a,.home-agents a,.notfound-hint a,.tag-cloud a{background-image:linear-gradient(color-mix(in srgb,var(--accent) 14%,transparent),color-mix(in srgb,var(--accent) 14%,transparent));background-repeat:no-repeat;background-size:100% 0;background-position:0 100%;transition:background-size .13s ease-out}.post-content a:hover,.home-bio a:hover,.sidenote a:hover,.home-agents a:hover,.notfound-hint a:hover,.tag-cloud a:hover{background-size:100% 100%}.home{width:min(88vw,60rem);margin-left:50%;transform:translate(-50%);flex:1;display:grid;grid-template-columns:minmax(240px,330px) 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center;align-content:center;padding:2rem 0 4rem}.portrait{width:100%;aspect-ratio:1 / 1;height:auto;border-radius:.6rem;object-fit:cover}.home-main h1{font-family:var(--heading);font-size:2.95rem;font-weight:var(--hw, 400);letter-spacing:0;line-height:1.15;margin:0 0 1.1rem}.home-links{display:flex;align-items:center;gap:1.6rem;margin-top:1.8rem}@media(max-width:860px){.home{grid-template-columns:1fr;width:100%;margin-left:0;transform:none}.portrait{max-width:260px}}.icon-row{display:flex;gap:1rem;align-items:center}.icon-link .brand-icon{display:block;filter:grayscale(1);opacity:.55;transition:filter .13s,opacity .13s}.icon-link:hover .brand-icon{filter:none;opacity:1}.icon-link{color:var(--muted);display:inline-flex;align-items:center;transition:color .13s}.icon-link svg{display:block;width:19px;height:19px}.icon-link:hover{color:var(--text)}.home-bio{font-family:var(--prose-font);font-size:1.125rem;line-height:1.7}.home-bio p{margin:.9rem 0}.home-bio strong{font-weight:500}.home-bio em{color:var(--muted)}.home-nav{display:flex;gap:1.5rem;font-size:.95rem}.home-nav a{color:var(--accent);text-decoration:none}.home-nav a:after{content:" →";opacity:.55}.home-nav a:hover:after{opacity:1}.page{margin:0}.page-header{margin-top:clamp(2rem,9vh,5.5rem);margin-bottom:2rem}.page-header h1{font-family:var(--heading);font-size:3.2rem;font-weight:var(--hw, 400);letter-spacing:0;margin:0 0 .4rem;line-height:1.15}.page-updated{font-size:.8rem;font-family:var(--font);color:var(--muted);opacity:.75;margin:0}.blog-list{padding:0}.blog-list h1{font-size:3.2rem;font-weight:400;letter-spacing:0;margin:clamp(1.5rem,7vh,4rem) 0 2rem}.blog-entry{margin-bottom:2.8rem}.blog-entry header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.blog-entry h2{font-family:var(--prose-font);font-size:1.15rem;font-weight:500;margin:0;line-height:1.4}.blog-entry h2 a{color:var(--text);text-decoration:none}.blog-entry h2 a:hover{color:var(--accent)}.blog-entry time{font-size:.8rem;font-family:var(--font);color:var(--muted);opacity:.75;white-space:nowrap;font-variant-numeric:tabular-nums}.blog-entry p{margin:.35rem 0 0;color:var(--muted);font-family:var(--prose-font);font-size:1rem;line-height:1.6}.post{margin:0}.post-header{margin-top:clamp(2.5rem,12vh,7.5rem);margin-bottom:3rem}.back{display:inline-block;font-size:.82rem;color:var(--muted);text-decoration:none;margin-bottom:1.5rem;transition:color .12s}.back:hover{color:var(--text)}.post-header h1{font-family:var(--heading);font-size:3rem;font-weight:var(--hw, 400);letter-spacing:0;margin:0 0 .7rem;line-height:1.15}.post-meta{font-size:.8rem;font-family:var(--font);color:var(--muted);opacity:.75}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem}.tags span{font-size:.72rem;color:var(--muted);border:1px solid var(--border);padding:.08rem .5rem;border-radius:.35rem}.post-content{font-family:var(--prose-font);font-size:1.28rem;line-height:1.4;color:var(--prose)}.post-content h2,.post-content h3,.post-content h4{margin-bottom:.7rem;letter-spacing:0;line-height:1.25;color:var(--text)}.post-content h2{font-size:2rem;font-weight:var(--hw, 400);margin-top:3.4rem}.post-content h3{font-size:1.5rem;font-weight:var(--hw, 400);margin-top:2.5rem}.post-content h4{font-size:1.18rem;font-weight:var(--hw, 400);margin-top:2rem}.post-content h5,.post-content h6{font-weight:var(--hw, 400)}.post-content p{margin:1.2rem 0}.post-content strong,.post-content b{font-weight:500;color:var(--text)}.post-content ul,.post-content ol{margin:1rem 0;padding-left:1.3rem}.post-content li{margin:.3rem 0}.post-content blockquote{margin:1.5rem 0;padding:.7rem 1.1rem;background:var(--code-bg);border-left:3px solid var(--accent);border-radius:0 .45rem .45rem 0;color:var(--muted);font-style:italic}.post-content blockquote p:first-child{margin-top:0}.post-content blockquote p:last-child{margin-bottom:0}.post-content hr{border:none;border-top:1px solid var(--accent);margin:2.5rem 0}.post-content table{width:100%;border-collapse:collapse;font-family:var(--font);font-size:.88rem;margin:1.2rem 0}.post-content th,.post-content td{padding:.4rem .6rem;text-align:left;border-bottom:1px solid var(--border)}.post-content th{border-bottom-color:#cfcfcf}.post-content th{font-weight:500;font-size:.82rem;color:var(--muted)}.tooltip{position:absolute;color:var(--muted);font-size:.7rem;white-space:nowrap;pointer-events:none;z-index:1000;transform:translate(-50%);animation:tooltipFadeIn .12s ease-out forwards}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,-4px)}to{opacity:1;transform:translate(-50%)}}.post-content :not(pre)>code{font-family:var(--mono);font-size:.85em;padding:.12rem .3rem;background:var(--code-bg);border-radius:.2rem}.post-content pre{padding:1rem 1.1rem;border-radius:.45rem;background-color:var(--bg)!important;border:1px solid var(--accent);font-size:.82rem;line-height:1.55;overflow-x:auto;margin:0}.post-content pre.long-code{max-height:40rem;overflow-y:auto;scrollbar-width:thin}.post-content pre.long-code::-webkit-scrollbar{width:4px}.post-content pre.long-code::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.code-wrapper{position:relative;padding-right:2.5rem;margin:1.2rem 0}.post-content pre code{font-family:var(--mono)}.copy-rail{position:sticky;top:calc(var(--chrome-h) + .75rem);height:0;z-index:10;display:flex;justify-content:flex-end;align-items:flex-start;pointer-events:none}.copy-rail .copy-button{margin-right:-2.5rem;pointer-events:auto}.copy-button{background:none;border:none;cursor:pointer;padding:.35rem;opacity:0;transition:opacity .15s ease,color .15s ease;display:flex;align-items:center;justify-content:center;color:var(--muted);border-radius:.35rem}.copy-button:hover{color:var(--text)}.copy-button:focus{outline:none}.copy-button:focus-visible{outline:1.5px solid var(--accent);outline-offset:2px}.copy-button.copied,.copy-inline.copied,.copy-button.copied:hover,.copy-inline.copied:hover{color:var(--accent)}.post-content .code-wrapper:hover .copy-button,.post-content .katex-display:hover .copy-button-math{opacity:1}.copy-button.copied,.copy-inline.copied,.post-content .code-wrapper:hover .copy-button.copied,.post-content .katex-display:hover .copy-button.copied{opacity:1;animation:checkin .3s ease}@keyframes checkin{0%{opacity:0}to{opacity:1}}.post-content img{max-width:100%;height:auto;border-radius:.35rem}.post-content p>img:only-child{display:block;margin:0 auto}.post-content figure{margin:2.2rem 0}.post-content figure img,.post-content figure video{display:block;margin:0 auto}.post-content figcaption{font-family:var(--font);font-size:.8rem;line-height:1.5;color:var(--muted);text-align:center;margin-top:.65rem;padding:0 1.5rem}.post-content video{max-width:100%;height:auto;border-radius:.35rem;background:#000}.post-content .embed-video{position:relative;aspect-ratio:16 / 9;margin:0}.post-content .embed-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:.35rem}.post-content .katex-display{position:relative;margin:1.5rem 0;padding-right:2.5rem}.post-content .katex-display>.katex{max-width:100%;overflow-x:auto;scrollbar-width:none}.post-content .katex-display>.katex::-webkit-scrollbar{display:none}.post-content .katex-display>.katex.tall-math{max-height:75vh;overflow-y:auto;scrollbar-width:thin}.post-content .katex-display>.katex.tall-math::-webkit-scrollbar{display:block;width:4px}.post-content .katex-display>.katex.tall-math::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.post-content section[data-footnotes],.post-content section.footnotes{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.92rem;color:var(--muted)}.post-content section[data-footnotes] ol,.post-content section.footnotes ol{padding-left:1.2rem}.post-content section[data-footnotes] li,.post-content section.footnotes li{margin:.5rem 0}.post-content a[data-footnote-ref]{font-size:.75em;font-family:var(--font);font-weight:500;color:var(--accent);text-decoration:none;vertical-align:super;line-height:1}.post-content sup{font-size:.68em;line-height:0;vertical-align:baseline;position:relative;top:-.45em;margin-left:1px}.post-content blockquote cite{display:block;margin-top:.5rem;font-style:normal;font-size:.875rem;color:var(--muted)}.sidenote{position:absolute;left:calc(100% + 1.5rem);width:12rem;font-family:var(--prose-font);font-size:.78rem;line-height:1.5;color:var(--muted);display:none;overflow-wrap:break-word}.has-sidenotes .sidenote{display:block}.has-sidenotes section[data-footnotes],.has-sidenotes section.footnotes{display:none}.sidenote p{margin:.25rem 0}.sidenote p:first-child{margin-top:0}.sidenote-number{cursor:pointer;font-family:var(--mono);font-size:.7rem;font-weight:400;color:var(--accent)}.sidenote pre{font-size:.68rem;padding:.4rem;margin:.3rem 0;border-radius:.2rem;line-height:1.4}.sidenote :not(pre)>code{font-size:.7rem}.sidenote .katex{font-size:.82em}.scroll-sidebar{position:fixed;left:0;top:0;height:100%;width:28px;z-index:40;pointer-events:none;display:none;clip-path:inset(0 -9999px 0 0)}.scroll-sidebar.visible{display:block}.scroll-sidebar.rules-unmet{display:none!important}.scroll-sidebar.clamp-2 .sidebar-label,.scroll-sidebar.clamp-1 .sidebar-label{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.scroll-sidebar.clamp-2 .sidebar-label{-webkit-line-clamp:2}.scroll-sidebar.clamp-1 .sidebar-label{-webkit-line-clamp:1}.sidebar-railview{position:absolute;top:0;left:0;bottom:0;width:800px;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 30px,#000 calc(100% - 24px),transparent);mask-image:linear-gradient(to bottom,transparent,#000 30px,#000 calc(100% - 24px),transparent)}.sidebar-track{position:absolute;top:0;left:0;width:800px;pointer-events:none;will-change:transform}.sidebar-header{position:absolute;top:calc(var(--chrome-h) + 14px);left:11px;width:var(--sidebar-safe-width, 200px);pointer-events:none;z-index:3;opacity:0;transition:opacity .15s}.scroll-sidebar.hovering .sidebar-header{opacity:1}.sidebar-title{font-family:var(--font);font-size:1.02rem;font-weight:400;line-height:1.3;color:var(--text);hyphens:auto;overflow-wrap:break-word}.sidebar-line{position:absolute;left:16.5px;width:2px;background:#c2c2c2;z-index:0}.sidebar-progress{position:absolute;left:16.5px;width:2px;background:var(--accent);z-index:1}.sidebar-item{position:absolute;left:0;display:flex;align-items:center;transform:translateY(-50%);text-decoration:none;pointer-events:auto;cursor:pointer;z-index:2}.sidebar-item:after{content:"";position:absolute;inset:-8px -12px}.sidebar-dot{width:13px;height:13px;margin-left:11px;flex-shrink:0;display:block;overflow:visible}.sidebar-dot-halo{fill:var(--bg)}.sidebar-dot-inner{fill:#6e6e6e;transition:fill .15s}.sidebar-item:hover .sidebar-dot-inner{fill:#444}.sidebar-item.active .sidebar-dot-inner{fill:var(--accent)}.sidebar-label{margin-left:12px;font-size:.9rem;font-family:var(--font);color:var(--muted);opacity:0;transition:opacity .15s;max-width:var(--sidebar-safe-width, 200px);line-height:1.2;hyphens:auto;overflow-wrap:break-word}.sidebar-item.level-3 .sidebar-label{margin-left:26px}.scroll-sidebar.hovering .sidebar-label{opacity:1}.sidebar-item.active .sidebar-label{color:var(--accent);font-weight:600}.nav-search{display:inline-flex;align-items:center;gap:.35rem;background:none;border:none;color:#ffffffe6;font-family:var(--font);font-size:.95rem;padding:0;cursor:pointer;transition:color .13s}.nav-search:hover{color:#fff}.nav-search kbd{font-family:var(--font);font-size:.88rem;opacity:.8}@media(hover:none),(pointer:coarse){.nav-search kbd{display:none}}.kbar-overlay{position:fixed;inset:0;background:#ffffff4d;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);z-index:200;display:none}.kbar-overlay.open{display:block}.kbar{position:absolute;left:50%;top:14vh;transform:translate(-50%);width:min(600px,92vw);background:var(--bg);border:none;border-radius:.9rem;box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 55%,transparent),0 10px 28px #00000014,0 28px 80px #00000021;overflow:hidden;display:flex;flex-direction:column}.kbar-inputrow{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.85rem 1.15rem .75rem;border-bottom:1px solid var(--border)}.kbar-chiprow{display:contents}.kbar-chip{font-size:.78rem;color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);border-radius:.35rem;padding:.08rem .3rem .08rem .5rem;background:color-mix(in srgb,var(--accent) 6%,transparent);display:inline-flex;align-items:center;gap:.2rem;white-space:nowrap}.kbar-chip button{background:none;border:none;color:inherit;opacity:.6;cursor:pointer;font-size:.85rem;padding:0 .1rem;line-height:1}.kbar-chip button:hover{opacity:1}.kbar-progress{height:2px;position:relative;background:transparent}.kbar-progress span{position:absolute;left:0;top:0;bottom:0;width:0;background:var(--accent);transition:width .2s ease}.kbar-banner{display:flex;align-items:center;gap:.5rem;margin:.55rem 1.15rem .1rem;padding:.5rem .7rem;font-size:.84rem;color:var(--muted);border:1px solid var(--border);border-radius:.35rem;background:color-mix(in srgb,var(--accent-pop) 4%,transparent)}.kbar-banner[hidden]{display:none}.kbar-hazard{flex-shrink:0;display:inline-flex}.kbar-hazard svg{display:block}.kbar-banner b{color:var(--text);font-weight:500}.kbar-input{border:none;outline:none;background:transparent;font-family:var(--font);font-size:1.05rem;color:var(--text);padding:0;flex:1;min-width:10rem}.kbar-input::placeholder{color:var(--muted);opacity:.7}.kbar-status{font-size:.72rem;color:var(--muted);padding:.45rem 1.15rem .15rem}.kbar-results{list-style:none;margin:0;padding:.4rem;max-height:46vh;overflow-y:auto}.kbar-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.55rem;cursor:pointer}.kbar-item.active{background:color-mix(in srgb,var(--accent) 8%,transparent)}.kbar-label{padding:.5rem .75rem .25rem;font-size:.72rem;color:var(--muted)}.kbar-ico{display:inline-flex;vertical-align:-.18em;margin-right:.18rem;color:var(--muted)}.kbar-ico svg{display:block}.kbar-item.active .kbar-ico,.kbar-item.active .kbar-title,.kbar-item.active .kbar-snippet,.kbar-item.active .kbar-crumb{color:var(--accent)}.kbar-key{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .28rem;border:1px solid var(--border);border-radius:.35rem;background:color-mix(in srgb,var(--muted) 4%,transparent);font-family:var(--mono);font-size:.62rem;line-height:1;color:var(--muted)}.kbar-key svg{display:block}.kbar-go{display:inline-flex;visibility:hidden}.kbar-item.active .kbar-go{visibility:visible}.kbar-ext{display:inline-flex;color:var(--muted)}.kbar-ext svg{display:block}.kbar-main{min-width:0;flex:1}.kbar-title{display:block;font-size:.95rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbar-crumb{color:var(--muted);font-weight:400}.kbar-snippet{display:block;font-size:.8rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.1rem}.kbar-kind{font-size:.7rem;color:var(--muted);border:1px solid var(--border);border-radius:.35rem;padding:.05rem .4rem;flex-shrink:0}.kbar-conf{flex-shrink:0;width:26px;height:26px;position:relative}.kbar-conf svg{display:block;width:26px;height:26px}.kbar-conf .ring-bg{fill:none;stroke:var(--border);stroke-width:1.6}.kbar-conf .ring-fg{fill:none;stroke:var(--accent);stroke-width:1.8;stroke-linecap:round;opacity:.85}.kbar-conf .ring-num{font-family:var(--font);font-size:8px;fill:var(--muted);font-variant-numeric:tabular-nums}.kbar-snippet b{font-weight:600;color:var(--text)}.kbar-empty{padding:1rem .75rem;font-size:.9rem;color:var(--muted)}.kbar-more{font-size:.85rem;color:var(--accent);border-top:1px solid var(--border);margin-top:.3rem;padding-top:.55rem}.kbar-more+.kbar-more{border-top:none;margin-top:0;padding-top:.45rem}.kbar-more-arrow{opacity:.6}.search-page h1{font-size:3.2rem;font-weight:400;margin:0 0 1.2rem}.sp-inputrow{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;border:1px solid var(--border);border-radius:.35rem;padding:.5rem .85rem}.sp-inputrow:focus-within{border-color:var(--accent)}.sp-chips{display:contents}.sp-input{border:none;background:transparent;font-family:var(--font);font-size:1rem;color:var(--text);padding:.1rem 0;outline:none;flex:1;min-width:10rem}.sp-status{font-size:.78rem;color:var(--muted);margin:.6rem 0 1.4rem;display:flex;justify-content:space-between;gap:1rem}.sp-view button{background:none;border:none;padding:0;font-family:var(--font);font-size:.78rem;color:var(--muted);cursor:pointer}.sp-view button.active{color:var(--accent);font-weight:600}.sp-controls{display:flex;gap:1.2rem}.sp-count{flex-shrink:0;font-size:.72rem;color:var(--muted);white-space:nowrap}.kbar-ranktoggle{margin-left:auto;background:none;border:none;padding:0;font-family:var(--font);font-size:.72rem;color:var(--muted);cursor:pointer}.kbar-ranktoggle:hover{color:var(--text)}.sp-group{list-style:none;margin:0 0 1.6rem}.sp-group-title{font-family:var(--heading);font-size:1.1rem;font-weight:500;color:var(--text);text-decoration:none}.sp-group-title:hover{color:var(--accent)}.sp-group ul{list-style:none;margin:.3rem 0 0;padding:0 0 0 1rem;border-left:1px solid var(--border)}.sp-item-sub{border-bottom:none!important;padding:.35rem 0!important}.kbar-goto{border-top:none;margin-top:0;padding-top:.55rem;font-weight:500}.sp-layout{display:flex;gap:2.4rem;align-items:flex-start}.sp-facets{width:150px;flex-shrink:0;position:sticky;top:1.5rem}.sp-facets:empty{display:none}.sp-facets p{font-size:.76rem;color:var(--muted);margin:1.1rem 0 .35rem}.sp-facets p:first-child{margin-top:0}.sp-facet{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;width:100%;background:none;border:none;padding:.16rem 0;font-family:var(--font);font-size:.82rem;color:var(--muted);cursor:pointer;text-align:left}.sp-facet:hover{color:var(--accent)}.sp-facet.active{color:var(--accent);font-weight:600}.sp-facet em{font-style:normal;font-variant-numeric:tabular-nums;opacity:.7}.sp-results{list-style:none;margin:0;padding:0;flex:1;min-width:0}.sp-line{font-family:var(--prose-font);display:block;font-size:.85rem;color:var(--muted);margin-top:.3rem;line-height:1.55}.sp-line mark,.kbar-snippet mark{background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--text);border-radius:2px;padding:0 1px}.kbar-modes{display:inline-flex;align-items:center;gap:.2rem;margin-left:auto}.kbar-mode{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.4rem;padding:0;background:none;border:none;border-radius:.3rem;font-family:var(--mono);font-size:.74rem;line-height:1;color:var(--muted);cursor:pointer}.kbar-mode[hidden]{visibility:hidden}.kbar-mode-sep[hidden]{display:inline-block;visibility:hidden}.kbar-mode svg{display:block;overflow:visible}.kbar-mode:hover{color:var(--accent)}.kbar-mode.active{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.kbar-mode u{text-decoration-thickness:1px;text-underline-offset:2px}.kbar-mode-sep{width:1px;height:14px;background:var(--border);margin:0 .25rem}@media(max-width:800px){.sp-layout{display:block}.sp-facets{position:static;width:auto;display:flex;flex-wrap:wrap;gap:.2rem .9rem;margin-bottom:1.2rem}.sp-facets p{width:100%;margin:.5rem 0 .1rem}.sp-facet{width:auto}}.sp-item{display:flex;align-items:center;gap:1rem;padding:.7rem 0;border-bottom:1px solid var(--border)}.sp-item a{flex:1;min-width:0;text-decoration:none;color:inherit}.sp-item .kbar-snippet{white-space:normal}.kbar-hints{display:flex;align-items:center;gap:1.2rem;padding:.55rem 1.15rem;border-top:1px solid var(--border);font-size:.72rem;color:var(--muted)}.kbar-hints span{display:inline-flex;align-items:center;gap:.3rem}.post-content .anchorable{cursor:pointer}.copy-inline{background:none;border:none;padding:0;margin-left:.4em}.copy-solo{margin-left:.15em;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;vertical-align:-.08em;transition:color .12s}.copy-inline:hover{color:var(--text)}.copy-inline svg{display:block}.copy-block{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--code-bg);border:1px solid var(--border);border-radius:.35rem;padding:.5rem .8rem;margin:1.2rem 0;font-family:var(--mono);font-size:.85em}.copy-block .copy-inline{margin-left:0}.toast{position:fixed;right:1.1rem;bottom:1.1rem;background:var(--text);color:var(--bg);font-family:var(--font);font-size:.8rem;padding:.35rem .75rem;border-radius:.35rem;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease;pointer-events:none;z-index:400}.toast.show{opacity:1;transform:none}.meta-dot{opacity:.6;margin:0 .15rem}.flash-target{animation:flashTarget 1.6s ease-out;border-radius:.25rem}@keyframes flashTarget{0%{background:color-mix(in srgb,var(--accent) 16%,transparent)}to{background:transparent}}.post-alsoon{display:flex;align-items:center;gap:.8rem;margin-top:2.2rem;padding-top:1rem;border-top:1px solid var(--border)}.post-alsoon-label{font-family:var(--font);font-size:.78rem;color:var(--muted)}.notfound{padding:3rem 0}.notfound-code{font-family:var(--heading);font-size:4.6rem;line-height:1;color:var(--border);margin:0 0 .6rem;font-weight:500}.notfound h1{font-size:1.7rem;font-weight:500;margin:0 0 .8rem}.notfound-hint{color:var(--muted);max-width:30rem}.notfound-hint kbd{font-family:var(--font);font-size:.8rem;border:1px solid var(--border);border-radius:.35rem;padding:.05rem .35rem}.post-content p,.post-content li,.post-content td,.post-content blockquote{overflow-wrap:break-word}@media(max-width:640px){nav{padding:1.5rem 0 2rem}.hero h1{font-size:1.6rem}.post-header h1{font-size:1.3rem}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_AMS-Regular.BQhdFMY1.woff2) format("woff2"),url(/_astro/KaTeX_AMS-Regular.DMm9YOAa.woff) format("woff"),url(/_astro/KaTeX_AMS-Regular.DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Caligraphic-Bold.Dq_IR9rO.woff2) format("woff2"),url(/_astro/KaTeX_Caligraphic-Bold.BEiXGLvX.woff) format("woff"),url(/_astro/KaTeX_Caligraphic-Bold.ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Caligraphic-Regular.Di6jR-x-.woff2) format("woff2"),url(/_astro/KaTeX_Caligraphic-Regular.CTRA-rTL.woff) format("woff"),url(/_astro/KaTeX_Caligraphic-Regular.wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Fraktur-Bold.CL6g_b3V.woff2) format("woff2"),url(/_astro/KaTeX_Fraktur-Bold.BsDP51OF.woff) format("woff"),url(/_astro/KaTeX_Fraktur-Bold.BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Fraktur-Regular.CTYiF6lA.woff2) format("woff2"),url(/_astro/KaTeX_Fraktur-Regular.Dxdc4cR9.woff) format("woff"),url(/_astro/KaTeX_Fraktur-Regular.CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Main-Bold.Cx986IdX.woff2) format("woff2"),url(/_astro/KaTeX_Main-Bold.Jm3AIy58.woff) format("woff"),url(/_astro/KaTeX_Main-Bold.waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Main-BoldItalic.DxDJ3AOS.woff2) format("woff2"),url(/_astro/KaTeX_Main-BoldItalic.SpSLRI95.woff) format("woff"),url(/_astro/KaTeX_Main-BoldItalic.DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Main-Italic.NWA7e6Wa.woff2) format("woff2"),url(/_astro/KaTeX_Main-Italic.BMLOBm91.woff) format("woff"),url(/_astro/KaTeX_Main-Italic.3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Main-Regular.B22Nviop.woff2) format("woff2"),url(/_astro/KaTeX_Main-Regular.Dr94JaBh.woff) format("woff"),url(/_astro/KaTeX_Main-Regular.ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Math-BoldItalic.CZnvNsCZ.woff2) format("woff2"),url(/_astro/KaTeX_Math-BoldItalic.iY-2wyZ7.woff) format("woff"),url(/_astro/KaTeX_Math-BoldItalic.B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Math-Italic.t53AETM-.woff2) format("woff2"),url(/_astro/KaTeX_Math-Italic.DA0__PXp.woff) format("woff"),url(/_astro/KaTeX_Math-Italic.flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_SansSerif-Bold.D1sUS0GD.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Bold.DbIhKOiC.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Bold.CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Italic.C3H0VqGB.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Italic.DN2j7dab.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Italic.YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Regular.DDBCnlJ7.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Regular.CS6fqUqJ.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Regular.BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Script-Regular.D3wIWfF6.woff2) format("woff2"),url(/_astro/KaTeX_Script-Regular.D5yQViql.woff) format("woff"),url(/_astro/KaTeX_Script-Regular.C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size1-Regular.mCD8mA8B.woff2) format("woff2"),url(/_astro/KaTeX_Size1-Regular.C195tn64.woff) format("woff"),url(/_astro/KaTeX_Size1-Regular.Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size2-Regular.Dy4dx90m.woff2) format("woff2"),url(/_astro/KaTeX_Size2-Regular.oD1tc_U0.woff) format("woff"),url(/_astro/KaTeX_Size2-Regular.B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/_astro/KaTeX_Size3-Regular.CTq5MqoE.woff) format("woff"),url(/_astro/KaTeX_Size3-Regular.DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size4-Regular.Dl5lxZxV.woff2) format("woff2"),url(/_astro/KaTeX_Size4-Regular.BF-4gkZK.woff) format("woff"),url(/_astro/KaTeX_Size4-Regular.DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Typewriter-Regular.CO6r4hn1.woff2) format("woff2"),url(/_astro/KaTeX_Typewriter-Regular.C0xS9mPB.woff) format("woff"),url(/_astro/KaTeX_Typewriter-Regular.D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.28"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}@font-face{font-family:Suisse Intl Mono;src:url(/fonts/SuisseIntlMono-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Mono;src:url(/fonts/SuisseIntlMono-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Variable.woff2) format("woff2");font-weight:300 900;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-VariableItalic.woff2) format("woff2");font-weight:300 900;font-style:italic;font-display:swap}@font-face{font-family:Supreme;src:url(/fonts/Supreme-Variable.woff2) format("woff2");font-weight:100 800;font-style:normal;font-display:swap}@font-face{font-family:Supreme;src:url(/fonts/Supreme-VariableItalic.woff2) format("woff2");font-weight:100 800;font-style:italic;font-display:swap}@font-face{font-family:Sentient;src:url(/fonts/Sentient-Variable.woff2) format("woff2");font-weight:200 700;font-style:normal;font-display:swap}@font-face{font-family:Sentient;src:url(/fonts/Sentient-VariableItalic.woff2) format("woff2");font-weight:200 700;font-style:italic;font-display:swap}@font-face{font-family:Erode;src:url(/fonts/Erode-Variable.woff2) format("woff2");font-weight:300 700;font-style:normal;font-display:swap}@font-face{font-family:Erode;src:url(/fonts/Erode-VariableItalic.woff2) format("woff2");font-weight:300 700;font-style:italic;font-display:swap}@font-face{font-family:General Sans;src:url(/fonts/GeneralSans-Variable.woff2) format("woff2");font-weight:200 700;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/fonts/Switzer-Variable.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Gambetta;src:url(/fonts/Gambetta-Variable.woff2) format("woff2");font-weight:300 700;font-style:normal;font-display:swap}@font-face{font-family:Gambetta;src:url(/fonts/Gambetta-VariableItalic.woff2) format("woff2");font-weight:300 700;font-style:italic;font-display:swap}@font-face{font-family:Work Sans;src:url(/fonts/WorkSans-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Work Sans;src:url(/fonts/WorkSans-Italic-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Suisse Works;src:url(/fonts/SuisseWorks-Book.otf) format("opentype");font-weight:350;font-style:normal;font-display:swap}@font-face{font-family:Suisse Works;src:url(/fonts/SuisseWorks-BookItalic.otf) format("opentype");font-weight:350;font-style:italic;font-display:swap}@font-face{font-family:Suisse Works;src:url(/fonts/SuisseWorks-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Works;src:url(/fonts/SuisseWorks-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Suisse Works;src:url(/fonts/SuisseWorks-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Suisse Works;src:url(/fonts/SuisseWorks-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Suisse Works;src:url(/fonts/SuisseWorks-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Suisse Works;src:url(/fonts/SuisseWorks-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-ThinItalic.otf) format("opentype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-ExtraLight.otf) format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-ExtraLightItalic.otf) format("opentype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-LightItalic.otf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Book.otf) format("opentype");font-weight:350;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-BookItalic.otf) format("opentype");font-weight:350;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-SemiBold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-SemiBoldItalic.otf) format("opentype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-BlackItalic.otf) format("opentype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-ThinCondensed.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-ThinCondIta.otf) format("opentype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-LightCondensed.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-LightCondIta.otf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-Condensed.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-CondensedItalic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-MediumCondensed.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-MedCondIta.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-SemiBoldCondensed.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-SemBdCondIta.otf) format("opentype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-BoldCondensed.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Condensed;src:url(/fonts/SuisseIntl-BoldCondIta.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl Mono;src:url(/fonts/SuisseIntlMono-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Mono;src:url(/fonts/SuisseIntlMono-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl Mono;src:url(/fonts/SuisseIntlMono-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Suisse Neue;src:url(/fonts/SuisseNeue-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Suisse Neue;src:url(/fonts/SuisseNeue-LightItalic.otf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Suisse Neue;src:url(/fonts/SuisseNeue-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Neue;src:url(/fonts/SuisseNeue-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Suisse Neue;src:url(/fonts/SuisseNeue-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Suisse Neue;src:url(/fonts/SuisseNeue-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Suisse Sign;src:url(/fonts/SuisseSign-Thin.otf) format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Suisse Sign;src:url(/fonts/SuisseSign-ThinItalic.otf) format("opentype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Suisse Sign;src:url(/fonts/SuisseSign-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Sign;src:url(/fonts/SuisseSign-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Suisse Sign;src:url(/fonts/SuisseSign-SemiBold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Suisse Sign;src:url(/fonts/SuisseSign-SemiBoldItalic.otf) format("opentype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Suisse Sign;src:url(/fonts/SuisseSign-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Suisse Sign;src:url(/fonts/SuisseSign-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Geist Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-mono-cyrillic-wght-normal.BZdD_g9V.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-mono-latin-ext-wght-normal.b6lpi8_2.woff2) format("woff2-variations");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:Geist Mono Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geist-mono-latin-wght-normal.Cjtb1TV-.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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}
