:root{--buncss-light: ;--buncss-dark:initial;color-scheme:dark;--theme-bg:210deg 22% 10%;--theme-bg-elevated:213deg 22% 14%;--theme-bg-soft:212deg 19% 18%;--theme-link:334deg 78% 76%;--theme-link-soft:334deg 56% 58%;--theme-text:210deg 18% 82%;--theme-text-muted:215deg 14% 66%;--theme-text-subtle:215deg 11% 56%;--theme-accent:160deg 67% 47%;--theme-accent-2:0deg 0% 96%;--theme-border:159deg 36% 26%;--theme-quote:98deg 100% 87%;--theme-shadow:220deg 46% 4%;--space-1:.25rem;--space-2:.5rem;--space-2-4:.6rem;--space-2-8:.7rem;--space-3:.75rem;--space-3-4:.85rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-11:2.75rem;--space-12:3rem;--space-16:4rem;--space-18:4.5rem;--space-20:5rem;--space-quote:2em;--space-underline-offset:4px;--text-xs:.75rem;--leading-xs:1rem;--text-sm:.875rem;--leading-sm:1.25rem;--text-base:1rem;--leading-base:1.5rem;--text-xl:1.25rem;--leading-xl:1.75rem;--text-2xl:1.5rem;--leading-2xl:2rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.85rem;--radius-panel:1rem;--radius-pill:999px;--duration-interaction:.16s;--z-base:1;--z-header:40;--z-skip:9999;--offset-hairline:-1px;--shadow-sm:0 1px 2px hsl(var(--theme-shadow)/.25),0 2px 6px -2px hsl(var(--theme-shadow)/.4);--shadow-md:0 1px 2px hsl(var(--theme-shadow)/.25),0 8px 24px -10px hsl(var(--theme-shadow)/.5),0 22px 60px -30px hsl(var(--theme-shadow)/.92);--shadow-image:0 18px 40px -30px hsl(var(--theme-shadow)/1)}@layer reset{html{scroll-padding-top:var(--space-20)}body{line-height:inherit;background:hsl(var(--theme-bg)/1);color:hsl(var(--theme-text)/1);font-synthesis:none;margin:0}:disabled{cursor:default}*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:hsl(var(--theme-border)/.3)}[hidden]{display:none}a{color:inherit;text-decoration:inherit}a:hover{color:hsl(var(--theme-link)/1);text-decoration-line:none;background-image:none}:focus-visible{outline:2px solid hsl(var(--theme-accent)/1);outline-offset:2px}b,strong{font-weight:bolder}blockquote{padding-left:var(--space-quote);color:hsl(var(--theme-quote)/1);margin:0;padding-right:0}button,[role=button]{cursor:pointer}h1,h2,h3,h4,h5,h6{text-wrap:balance}h1{max-width:48ch}h2,h3,h4,h5,h6,p,pre{margin:0}p{text-wrap:pretty}time{font-variant-numeric:tabular-nums}code,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:AJC Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}img,svg{display:block}img,video{max-width:100%;height:auto}small{font-size:80%}summary{display:list-item}table{text-indent:0;border-color:inherit;border-collapse:collapse}html,:host{-webkit-text-size-adjust:100%;-o-tab-size:4;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:AJC Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;line-height:1.5}ol,ul{list-style:none;margin:0;padding:0}::selection{background:hsl(var(--theme-link)/.4);color:hsl(var(--theme-accent-2)/1)}}@layer components{.ui-surface{border:var(--surface-border,1px solid hsl(var(--theme-border)/.58));border-radius:var(--surface-radius,var(--radius-panel));background:var(--surface-bg,hsl(var(--theme-bg-elevated)/.92));box-shadow:var(--surface-shadow,none)}.ui-pill{display:inline-flex;border:var(--pill-border,1px solid transparent);border-radius:var(--pill-radius,var(--radius-pill));padding:var(--pill-padding,0);background:var(--pill-bg,transparent);color:var(--pill-color,currentColor);align-items: center}.page-shell{position:relative;display:flex;padding:var(--space-16)var(--space-4)0;font-family:AJC Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:var(--text-sm);line-height:var(--leading-sm);color:hsl(var(--theme-text)/1);background-color:hsl(var(--theme-bg)/1);-webkit-font-smoothing:antialiased;flex-direction:column;max-width:64rem;min-height:100dvh;margin-left:auto;margin-right:auto;font-weight:400}.page-shell--wide{max-width:72rem}.section-title{color:hsl(var(--theme-accent-2)/1);text-wrap:balance;max-width:48ch;font-weight:600}.section-title-lg{font-size:var(--text-2xl);line-height:var(--leading-2xl)}.section-title-md{font-size:var(--text-xl);line-height:var(--leading-xl)}.section-title-gap{margin-bottom:var(--space-6)}.content-layout{column-gap:var(--space-10)}.article-shell{overflow-wrap:break-word;flex-grow:1;min-width:0}@media (min-width:640px){.page-shell{padding-left:var(--space-8);padding-right:var(--space-8)}}@media (max-width:1023px){.content-layout{display:block}}@media (min-width:1024px){.page-shell{padding-left:var(--space-16);padding-right:var(--space-16)}.content-layout{display:grid;grid-template-columns:minmax(0,1fr)16.5rem;align-items: flex-start}}}@layer components{.site-header{--surface-border:1px solid hsl(var(--theme-border)/.7);--surface-bg:hsl(var(--theme-bg-elevated)/.92);--surface-shadow:var(--shadow-md);position:sticky;top:max(var(--space-4),env(safe-area-inset-top));z-index:var(--z-header);display:flex;align-items: center;gap:0;row-gap:var(--space-4);margin-bottom:var(--space-16);padding:var(--space-4)max(var(--space-5),env(safe-area-inset-right))var(--space-4)max(var(--space-5),env(safe-area-inset-left));flex-wrap:wrap}.site-header-container{display:flex;min-width:-moz-fit-content;min-width:fit-content}.site-brand{margin-right:var(--space-8);font-size:var(--text-2xl);line-height:var(--leading-2xl);font-weight:700}.site-nav{display:flex;align-items: center;row-gap:var(--space-2);color:hsl(var(--theme-accent)/1);flex-wrap:wrap;flex:auto}.site-nav-link{border-radius:var(--radius-pill);padding:var(--space-4);border:1px solid #0000}.site-nav-link:hover{background:hsl(var(--theme-bg-soft)/.74);border-color:hsl(var(--theme-border)/.75);color:hsl(var(--theme-accent-2)/1)}.site-nav-link:focus-visible{background:hsl(var(--theme-bg-soft)/.74);border-color:hsl(var(--theme-border)/.75);color:hsl(var(--theme-accent-2)/1)}.site-nav-link:active{opacity:.8}.site-nav-link[aria-current=page]{background:hsl(var(--theme-accent)/.15);border-color:hsl(var(--theme-accent)/.35);color:hsl(var(--theme-accent-2)/1)}@media (max-width:639px){.site-header{align-items: flex-start;gap:var(--space-3);padding:var(--space-3)var(--space-4);margin-bottom:var(--space-6);flex-direction:column}.site-nav{justify-content:flex-start;width:100%}.site-nav-link{font-size:var(--text-xs);line-height:var(--leading-xs);padding:.35rem .65rem}}@media (min-width:640px){.site-header{padding-inline-start:var(--space-18)}.site-header-container{flex-direction:column}.site-nav{position:static;z-index:auto;margin-inline-start:calc(var(--space-4)*-1);margin-top:var(--space-1);background-color:#0000;border-radius:0;flex-direction:row;padding-top:0;padding-bottom:0}.site-nav>:not([hidden])~:not([hidden]){border-style:dashed;border-left-width:1px;border-right-width:0;border-color:hsl(var(--theme-accent)/1)}.site-nav-link{display:inline-flex;align-items: center;min-height:2rem;padding-top:0;padding-bottom:0}.site-nav-link:hover{text-decoration-line:underline}}}@layer components{.site-footer{display:flex;justify-content:center;align-items: center;gap:0;row-gap:var(--space-2);padding-bottom:var(--space-4);padding-top:var(--space-20);text-align:center;vertical-align:top;color:hsl(var(--theme-text-muted)/1);border-top:1px dashed hsl(var(--theme-border)/.55);flex-direction:column;width:100%;margin-top:auto}.site-footer-copyright{margin-inline-end:0}@media (min-width:640px){.site-footer{font-size:var(--text-xs);line-height:var(--leading-xs);flex-direction:row;justify-content:space-between}.site-footer-copyright{margin-inline-end:var(--space-4)}}}@layer components{.content-hero{--surface-border:1px solid hsl(var(--theme-border)/.72);--surface-bg:hsl(var(--theme-bg-elevated)/.97);--surface-shadow:var(--shadow-md);position:relative;overflow:hidden;padding:clamp(1.15rem,3vw,var(--space-8))}.content-hero:before{display:none}.content-kicker-row{display:flex;gap:var(--space-2-4);margin-bottom:var(--space-4);flex-wrap:wrap}.content-kicker{--pill-border:1px solid hsl(var(--theme-border)/.74);--pill-padding:.4rem .82rem;--pill-bg:hsl(var(--theme-bg)/.58);--pill-color:hsl(var(--theme-accent-2)/.92);position:relative;z-index:var(--z-base);gap:var(--space-1);text-transform:uppercase;font-size:.73rem}.content-title{position:relative;z-index:var(--z-base);margin-bottom:var(--space-4);color:hsl(var(--theme-accent-2)/1);text-wrap:balance;max-width:36ch;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.08}.content-meta-list{position:relative;z-index:var(--z-base);display:flex;gap:var(--space-2-8);flex-wrap:wrap;margin-bottom:0}.content-meta-pill{--pill-border:1px solid hsl(var(--theme-border)/.64);--pill-padding:var(--space-2).8rem;--pill-bg:hsl(var(--theme-bg)/.56);--pill-color:hsl(var(--theme-accent-2)/.88);font-variant-numeric:tabular-nums;margin:0}.content-meta-pill a{background-image:none}.content-meta-pill-accent{--pill-bg:hsl(var(--theme-accent)/.11);--pill-color:hsl(var(--theme-quote)/1)}.content-meta-time{margin-inline-start:var(--space-1)}.content-summary-card{--surface-border:1px dashed hsl(var(--theme-border)/.82);--surface-bg:hsl(var(--theme-bg)/.42);position:relative;z-index:var(--z-base);margin-top:var(--space-5);padding:var(--space-4)1.1rem;color:hsl(var(--theme-text)/.96);max-width:78ch;line-height:1.9}.content-body{--surface-border:1px solid hsl(var(--theme-border)/.45);--surface-bg:hsl(var(--theme-bg-elevated)/.62);--surface-shadow:var(--shadow-sm);margin-top:var(--space-8);padding:clamp(var(--space-6),3vw,var(--space-8))}.content-cover{border:1px solid hsl(var(--theme-border)/.68);border-radius:var(--radius-lg);box-shadow:var(--shadow-image);-o-object-fit:cover;object-fit:cover;margin-bottom:var(--space-6);width:100%}@media (min-width:640px){.content-title{margin-bottom:var(--space-2)}}}@layer components{.toc-mobile{--surface-border:1px solid hsl(var(--theme-border)/.6);--surface-bg:hsl(var(--theme-bg-elevated)/.72);display:block;margin-top:var(--space-5)}.toc-mobile[open]{box-shadow:var(--shadow-image)}.toc-mobile-summary{display:flex;justify-content:space-between;align-items: center;gap:var(--space-4);padding:.9rem var(--space-4);cursor:pointer;list-style:none}.toc-mobile-summary::-webkit-details-marker{display:none}.toc-mobile-active{color:hsl(var(--theme-text-muted)/1);font-size:var(--text-xs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toc-mobile-panel{border-top:1px solid hsl(var(--theme-border)/.45);padding:0 var(--space-4)var(--space-4)}.toc-aside{position:sticky;top:max(var(--space-20),env(safe-area-inset-top));overflow-y:auto;padding-top:var(--space-2);padding-left:var(--space-5);padding-right:calc(var(--space-4)*.15);border-left:1px dashed hsl(var(--theme-border)/.45);scrollbar-width:thin;scrollbar-color:hsl(var(--theme-accent)/.3)transparent;order:2;width:16.5rem;min-width:15rem;max-height:calc(100dvh - 7rem)}.toc-aside{display:none}.toc-list{list-style:none;margin-top:var(--space-4);font-size:var(--text-xs);line-height:var(--leading-xs);padding:0}.toc-item{margin-top:var(--space-2)}.toc-item-child{margin-top:var(--space-1);padding-left:var(--space-3)}.toc-link{position:relative;display:block;color:hsl(var(--theme-text)/.66);text-decoration:none;margin-left:var(--offset-hairline);text-wrap:pretty;background-image:none;border-left:2px solid #0000;min-height:2rem;padding:.35rem .65rem;font-size:.78rem;line-height:1.5}.toc-link:hover{color:hsl(var(--theme-accent-2)/1);border-left-color:hsl(var(--theme-link)/.5);background-color:hsl(var(--theme-bg-soft)/.32);background-image:none}.toc-link-branch-active{color:hsl(var(--theme-accent-2)/.92)}.toc-link-active{color:hsl(var(--theme-accent)/1);border-left-color:hsl(var(--theme-accent)/1);background-color:hsl(var(--theme-accent)/.1)}.toc-link-active:hover{color:hsl(var(--theme-accent)/1);border-left-color:hsl(var(--theme-accent)/1)}.toc-sublist{list-style:none;padding:0}@media (min-width:1024px){.toc-mobile{display:none}.toc-aside{display:block}}}@layer components{.copy-prompt-container{--surface-border:1px solid hsl(var(--theme-border)/.72);--surface-bg:hsl(var(--theme-bg)/.6);--surface-shadow:0 18px 34px -30px hsl(var(--theme-shadow)/1);--copy-prompt-icon-size:2.875rem;--copy-prompt-surface-hover:hsl(var(--theme-bg-soft)/.82);--copy-prompt-surface-disabled:hsl(var(--theme-bg-soft)/.68);--copy-prompt-border-strong:hsl(var(--theme-accent)/.52);--copy-prompt-text:hsl(var(--theme-accent-2)/.95);--copy-prompt-detail:hsl(var(--theme-text)/.72);--copy-prompt-success-surface:hsl(var(--theme-accent)/.14);--copy-prompt-success-text:hsl(var(--theme-quote)/1);--copy-prompt-error-surface:hsl(var(--theme-link)/.12);--copy-prompt-error-border:hsl(var(--theme-link)/.42);position:relative;z-index:var(--z-base);display:flex;align-items:stretch;gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap}.copy-prompt-btn{display:inline-flex;align-items: center;gap:var(--space-3-4);color:var(--copy-prompt-text);font:inherit;text-align:left;min-height:3.5rem;padding:.55rem .95rem .55rem .55rem}.copy-prompt-btn:hover{border-color:var(--copy-prompt-border-strong);background:var(--copy-prompt-surface-hover)}.copy-prompt-btn:disabled{cursor:wait;background:var(--copy-prompt-surface-disabled)}.copy-prompt-btn:focus-visible{outline-offset:3px}.copy-prompt-link:focus-visible{outline-offset:3px}.copy-prompt-btn-icon{display:inline-flex;width:var(--copy-prompt-icon-size);aspect-ratio:1;border:1px solid hsl(var(--theme-accent)/.32);border-radius:var(--radius-xl);background:hsl(var(--theme-accent)/.14);color:hsl(var(--theme-accent)/1);flex:none;justify-content:center;align-items: center}.copy-prompt-btn-icon svg{width:1.22rem;height:1.22rem}.copy-prompt-btn-text{display:flex;gap:calc(var(--space-4)*.18);flex-direction:column;min-width:0}.copy-prompt-btn-title{color:inherit;font-size:.92rem;line-height:1.2}.copy-prompt-btn-detail{color:var(--copy-prompt-detail);text-wrap:pretty;font-size:.74rem;line-height:1.45}.copy-prompt-btn[data-copy-state=copied]{border-color:var(--copy-prompt-border-strong);background:var(--copy-prompt-success-surface);color:var(--copy-prompt-success-text)}.copy-prompt-btn[data-copy-state=copied] .copy-prompt-btn-icon{border-color:hsl(var(--theme-accent)/.45);background:hsl(var(--theme-accent)/.18);color:hsl(var(--theme-quote)/1)}.copy-prompt-btn[data-copy-state=copied] .copy-prompt-btn-detail{color:hsl(var(--theme-quote)/.88)}.copy-prompt-btn[data-copy-state=error]{border-color:var(--copy-prompt-error-border);background:var(--copy-prompt-error-surface)}.copy-prompt-btn[data-copy-state=error] .copy-prompt-btn-icon{border-color:hsl(var(--theme-link)/.34);background:hsl(var(--theme-link)/.14);color:hsl(var(--theme-link)/1)}.copy-prompt-link{--surface-bg:hsl(var(--theme-bg)/.46);display:inline-flex;padding:0 var(--space-4);color:hsl(var(--theme-accent)/.95);text-decoration:none;white-space:nowrap;justify-content:center;align-items: center;min-height:3.5rem}.copy-prompt-link:hover{color:hsl(var(--theme-accent-2)/.92);background:var(--copy-prompt-surface-hover)}.copy-prompt-btn:active{opacity:.85}@media (max-width:639px){.copy-prompt-btn{width:100%}}}@layer components{.sr-only:focus{position:fixed;top:max(var(--space-4),env(safe-area-inset-top));left:max(var(--space-4),env(safe-area-inset-left));padding:var(--space-3)var(--space-6);overflow:visible;clip:auto;white-space:normal;z-index:var(--z-skip);background:hsl(var(--theme-bg-elevated)/1);color:hsl(var(--theme-accent-2)/1);font-size:var(--text-base);outline:2px solid hsl(var(--theme-accent)/1);box-shadow:var(--shadow-image);border-radius:.8rem;width:auto;height:auto;margin:0}}@layer prose{.prose{--tw-prose-body:hsl(var(--theme-text)/1);--tw-prose-headings:hsl(var(--theme-accent-2)/1);--tw-prose-links:hsl(var(--theme-text)/1);--tw-prose-bold:hsl(var(--theme-text)/1);--tw-prose-counters:hsl(var(--theme-text-muted)/1);--tw-prose-bullets:hsl(var(--theme-text)/.5);--tw-prose-quotes:hsl(var(--theme-accent-2)/1);--tw-prose-quote-borders:hsl(var(--theme-border)/.6);--tw-prose-captions:hsl(var(--theme-text-muted)/1);--tw-prose-code:hsl(var(--theme-text)/1);--tw-prose-pre-code:hsl(var(--theme-text)/.9);--tw-prose-pre-bg:hsl(var(--theme-bg-elevated)/1);--tw-prose-th-borders:hsl(var(--theme-border)/.6);--tw-prose-td-borders:hsl(var(--theme-border)/.4);--copy-flow:1.25em;--copy-visual:2em;--copy-quote-rule:3px solid hsl(var(--theme-accent)/.6);--copy-quote-flow:1.6em;--copy-quote-frame:.75em 1em;--copy-h1-after:.888889em;--copy-h2-before:2em;--copy-h2-after:1em;--copy-h3-before:1.6em;--copy-h3-after:.6em;--copy-h4-before:1.5em;--copy-h4-after:.5em;--copy-rail:calc(var(--space-12)*2);--copy-code-frame:.14rem .38rem;--copy-pre-flow:1.71429em;--copy-pre-frame:var(--space-4);--copy-toolbar-gap:var(--space-3);--copy-figure-flow:1.75em;--copy-label-frame:.2rem .55rem;--copy-line-bleed:calc(var(--space-4)*-1);--copy-list-flow:1.25em;--copy-list-indent:1.625em;--copy-list-item:.5em;--copy-list-inline:.375em;--copy-list-nest:.75em;--copy-table-flow:2em;--copy-cell-pad:.571429em;--copy-rule-hit:2px solid hsl(var(--theme-link-soft)/1);font-size:var(--text-base);color:var(--tw-prose-body);text-wrap:pretty;max-width:90ch;line-height:1.8}.prose-cactus{--tw-prose-bullets:hsl(var(--theme-text)/1);--tw-prose-quotes:hsl(var(--theme-quote)/1)}.prose.prose-cactus :where(h1,h2,h3,h4,h5,h6,th){color:hsl(var(--theme-accent-2)/1);font-weight:600}.prose.prose-cactus :where(h1,h2,h3,h4,h5,h6,th):before{position:absolute;color:hsl(var(--theme-accent)/1);margin-inline-start:calc(var(--space-4)*-1)}.prose-sm{--copy-quote-flow-sm:1.33333em;--copy-quote-pad-sm:1.11111em;--copy-h1-after-sm:.8em;--copy-h2-before-sm:1.6em;--copy-h2-after-sm:.8em;--copy-h3-before-sm:1.55556em;--copy-h3-after-sm:.444444em;--copy-h4-before-sm:1.42857em;--copy-h4-after-sm:.571429em;--copy-pre-flow-sm:1.66667em;--copy-pre-frame-sm:.95rem;--copy-list-flow-sm:1.14286em;--copy-list-indent-sm:1.57143em;--copy-list-item-sm:.285714em;--copy-list-inline-sm:.428571em;--copy-list-nest-sm:.571429em;--copy-cell-inline-sm:1em;--copy-cell-block-sm:.666667em;--copy-cell-frame-sm:.666667em 1em}.prose :where(.prose>:first-child){margin-top:0}.prose-sm :where(.prose-sm>:first-child){margin-top:0}.prose :where(.prose>:last-child){margin-bottom:0}.prose-sm :where(.prose-sm>:last-child){margin-bottom:0}.prose :where(p){margin-top:var(--copy-flow);margin-bottom:var(--copy-flow)}.prose :where(.transcript-label){display:inline-block;font-size:1.075em;line-height:1.45}.prose :where(a){color:var(--tw-prose-links);font-weight:500}.prose :where(strong){color:var(--tw-prose-bold);font-weight:700}.prose :where(a strong,blockquote strong){color:inherit}.prose :where(img){margin-top:var(--copy-visual);margin-bottom:var(--copy-visual);border-radius:var(--radius-panel);border:1px solid hsl(var(--theme-border)/.65);box-shadow:var(--shadow-image)}.prose :where(blockquote){color:var(--tw-prose-quotes);border-inline-start:var(--copy-quote-rule);border-radius:0 var(--radius-lg)var(--radius-lg)0;background:hsl(var(--theme-bg-soft)/.3);quotes:“”” “”” “’” “’”;margin-top:var(--copy-quote-flow);margin-bottom:var(--copy-quote-flow);padding:var(--copy-quote-frame);font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):before{content:open-quote}.prose :where(blockquote p:last-of-type):after{content:close-quote}.prose-sm :where(blockquote){margin-top:var(--copy-quote-flow-sm);margin-bottom:var(--copy-quote-flow-sm);padding-left:var(--copy-quote-pad-sm)}.prose :where(h1 strong,h2 strong,h3 strong,h4 strong){color:inherit}.prose :where(h1){color:var(--tw-prose-headings);margin-top:0;margin-bottom:var(--copy-h1-after);text-wrap:balance;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong){font-weight:900}.prose :where(h2){color:var(--tw-prose-headings);margin-top:var(--copy-h2-before);margin-bottom:var(--copy-h2-after);text-wrap:balance;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong){font-weight:800}.prose :where(h3){color:var(--tw-prose-headings);margin-top:var(--copy-h3-before);margin-bottom:var(--copy-h3-after);text-wrap:balance;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong){font-weight:700}.prose :where(h4){color:var(--tw-prose-headings);margin-top:var(--copy-h4-before);margin-bottom:var(--copy-h4-after);text-wrap:balance;font-weight:600;line-height:1.5}.prose :where(h4 strong){font-weight:700}.prose :where(h2+*,h3+*,h4+*){margin-top:0}.prose :where(blockquote code,h1 code,h2 code,h3 code,h4 code){color:inherit}.prose :where(h2 code){font-size:.875em}.prose :where(h3 code){font-size:.9em}.prose-sm :where(h1){margin-top:0;margin-bottom:var(--copy-h1-after-sm);font-size:2.14286em;line-height:1.2}.prose-sm :where(h2){margin-top:var(--copy-h2-before-sm);margin-bottom:var(--copy-h2-after-sm);font-size:1.42857em;line-height:1.4}.prose-sm :where(h3){margin-top:var(--copy-h3-before-sm);margin-bottom:var(--copy-h3-after-sm);font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4){margin-top:var(--copy-h4-before-sm);margin-bottom:var(--copy-h4-after-sm);line-height:1.42857}.prose-sm :where(h2 code){font-size:.9em}.prose-sm :where(h3 code){font-size:.888889em}.prose-sm :where(h2+*,h3+*,h4+*){margin-top:0}.prose :where(h2,h3,h4){position:relative;cursor:default;scroll-margin-top:var(--copy-rail)}.prose :where(h2,h3,h4):target{color:hsl(var(--theme-accent)/1)}.prose :where(h2,h3,h4):target:before{color:hsl(var(--theme-accent)/1)}.prose :where(code){color:var(--tw-prose-code);border:1px solid hsl(var(--theme-border)/.65);border-radius:calc(var(--space-4)*.35);background:hsl(var(--theme-bg-soft)/.55);padding:var(--copy-code-frame);font-size:.875em;font-weight:600}.prose :where(code):before{content:"`"}.prose :where(code):after{content:"`"}.prose :where(a code,thead th strong,thead th code){color:inherit}.prose :where(pre){position:relative;color:var(--tw-prose-pre-code);background:var(--tw-prose-pre-bg);border:1px solid hsl(var(--theme-border)/.65);overflow-x:auto;margin-top:var(--copy-pre-flow);margin-bottom:var(--copy-pre-flow);border-radius:var(--radius-panel);box-shadow:var(--shadow-image);padding:var(--copy-pre-frame);max-width:100%;font-size:.875em;font-weight:400;line-height:1.5}.prose :where(pre code){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;display:block;background-color:#0000;border-width:0;border-radius:0;min-width:100%;padding:0}.prose.prose-cactus :where(th):before{content:none}.prose :where(pre code):before{content:none}.prose :where(pre code):after{content:none}.prose-sm :where(code){font-size:.875rem;font-weight:400}.prose-sm :where(pre){margin-top:var(--copy-pre-flow-sm);margin-bottom:var(--copy-pre-flow-sm);border-radius:var(--radius-panel);padding:var(--copy-pre-frame-sm);font-size:.857143em;line-height:1.5}.prose :where(figure[data-rehype-pretty-code-figure]){margin-top:var(--copy-figure-flow);margin-bottom:var(--copy-figure-flow)}.prose :where(figure[data-rehype-pretty-code-figure] pre){margin-top:0;margin-bottom:0}.prose :where(pre) .code-toolbar{display:flex;justify-content:space-between;align-items: center;gap:var(--copy-toolbar-gap);margin-bottom:var(--space-3);flex-wrap:wrap}.prose :where(pre) .code-language-label{display:inline-flex;border:1px solid hsl(var(--theme-border)/.7);border-radius:var(--radius-pill);background:hsl(var(--theme-bg-soft)/.8);color:hsl(var(--theme-text-muted)/1);align-items: center}.prose :where(pre) .code-copy-btn{display:inline-flex;border:1px solid hsl(var(--theme-border)/.7);border-radius:var(--radius-pill);background:hsl(var(--theme-bg-soft)/.8);color:hsl(var(--theme-text-muted)/1);align-items: center}.prose :where(pre) .code-language-label{padding:var(--copy-label-frame);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:600;line-height:1.2}.prose :where(pre) .code-copy-btn{padding:var(--space-1);cursor:pointer;justify-content:center;margin-left:auto;transition:color .15s,border-color .15s}.prose :where(pre) .code-copy-btn:hover{color:hsl(var(--theme-text)/1);border-color:hsl(var(--theme-border)/1)}.prose :where(pre) .code-copy-btn[data-copy-state=copied]{color:hsl(var(--theme-link)/1);border-color:hsl(var(--theme-link)/.5)}.prose :where(pre code [data-line]){display:inline-block;margin-left:var(--copy-line-bleed);margin-right:var(--copy-line-bleed);padding-left:var(--space-4);padding-right:var(--space-4);min-width:100%;min-height:1.25em}.prose :where(pre code [data-highlighted-line]){background:hsl(var(--theme-link)/.1);border-left:var(--copy-rule-hit)}.prose :where(pre code [data-highlighted-chars]){border-radius:var(--radius-sm);background:hsl(var(--theme-bg-soft)/.92);box-shadow:0 0 0 1px hsl(var(--theme-border)/.55)}.prose :where(pre code [data-line] span){font-style:normal}.prose :where(ol,ul){margin-top:var(--copy-list-flow);margin-bottom:var(--copy-list-flow);padding-left:var(--copy-list-indent)}.prose :where(ol){list-style-type:decimal}.prose :where(ol[type=A],ol[type=A s]){list-style-type:upper-alpha}.prose :where(ol[type=a],ol[type=a s]){list-style-type:lower-alpha}.prose :where(ol[type=I],ol[type=I s]){list-style-type:upper-roman}.prose :where(ol[type=i],ol[type=i s]){list-style-type:lower-roman}.prose :where(ol[type="1"]){list-style-type:decimal}.prose :where(ul){list-style-type:disc}.prose :where(ol>li)::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li)::marker{color:var(--tw-prose-bullets)}.prose :where(li){margin-top:var(--copy-list-item);margin-bottom:var(--copy-list-item)}.prose :where(ol>li,ul>li){padding-left:var(--copy-list-inline)}.prose :where(.prose>ul>li p,ul ul,ul ol,ol ul,ol ol){margin-top:var(--copy-list-nest);margin-bottom:var(--copy-list-nest)}.prose :where(.prose>ul>li>:first-child,.prose>ol>li>:first-child){margin-top:var(--copy-list-flow)}.prose :where(.prose>ul>li>:last-child,.prose>ol>li>:last-child){margin-bottom:var(--copy-list-flow)}.prose-sm :where(ol,ul){margin-top:var(--copy-list-flow-sm);margin-bottom:var(--copy-list-flow-sm);padding-left:var(--copy-list-indent-sm)}.prose-sm :where(li){margin-top:var(--copy-list-item-sm);margin-bottom:var(--copy-list-item-sm)}.prose-sm :where(ol>li,ul>li){padding-left:var(--copy-list-inline-sm)}.prose-sm :where(.prose-sm>ul>li p,ul ul,ul ol,ol ul,ol ol){margin-top:var(--copy-list-nest-sm);margin-bottom:var(--copy-list-nest-sm)}.prose-sm :where(.prose-sm>ul>li>:first-child,.prose-sm>ol>li>:first-child){margin-top:var(--copy-list-flow-sm)}.prose-sm :where(.prose-sm>ul>li>:last-child,.prose-sm>ol>li>:last-child){margin-bottom:var(--copy-list-flow-sm)}.prose :where(table){display:block;table-layout:auto;text-align:left;margin-top:var(--copy-table-flow);margin-bottom:var(--copy-table-flow);font-variant-numeric:tabular-nums;overflow-x:auto;white-space:normal;width:100%;font-size:.875em;line-height:1.71429}.prose :where(thead){border-bottom-width:none;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th){color:var(--tw-prose-headings);vertical-align:bottom;padding-right:var(--copy-cell-pad);padding-bottom:var(--copy-cell-pad);padding-left:var(--copy-cell-pad);border-bottom:1px dashed var(--tw-prose-th-borders);font-weight:700}.prose :where(tbody tr){border-bottom-width:none;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child){border-bottom-width:0}.prose :where(tbody td){vertical-align:baseline}.prose :where(tfoot){border-top:1px dashed var(--tw-prose-th-borders)}.prose :where(tfoot td){vertical-align:top}.prose :where(thead th:first-child){white-space:nowrap;padding-left:0}.prose :where(thead th:last-child){padding-right:0}.prose :where(tbody td,tfoot td){padding:var(--copy-cell-pad)}.prose :where(tbody td:first-child,tfoot td:first-child){white-space:nowrap;padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child){padding-right:0}.prose-sm :where(table){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th){padding-right:var(--copy-cell-inline-sm);padding-bottom:var(--copy-cell-block-sm);padding-left:var(--copy-cell-inline-sm)}.prose-sm :where(thead th:first-child){padding-left:0}.prose-sm :where(thead th:last-child){padding-right:0}.prose-sm :where(tbody td,tfoot td){padding:var(--copy-cell-frame-sm)}.prose-sm :where(tbody td:first-child,tfoot td:first-child){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child){padding-right:0}@media (max-width:767px){.prose :where(table){white-space:normal;font-size:.8em}.prose :where(table td:first-child){white-space:nowrap}}@media (max-width:639px){.prose.prose-cactus :where(h1,h2,h3,h4,h5,h6,th):before{display:none}}}@layer utilities{.cactus-link{text-decoration:underline;text-decoration-color:hsl(var(--theme-text)/.5);text-decoration-thickness:1px;text-underline-offset:var(--space-underline-offset)}.prose:not(.archive-body) :where(a){text-decoration:underline;text-decoration-color:hsl(var(--theme-text)/.5);text-decoration-thickness:1px;text-underline-offset:var(--space-underline-offset)}.cactus-link:hover{text-decoration-color:hsl(var(--theme-link)/1)}.prose:not(.archive-body) :where(a):hover{text-decoration-color:hsl(var(--theme-link)/1)}.sr-only{position:absolute;margin:var(--offset-hairline);overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;padding:0}@media (prefers-reduced-motion:reduce){::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}}}@layer reset,prose,components,utilities;
