:root{--content-width:850px;--color-bg:#f8f5ed;--color-text:#000;--color-heading:#000;--color-muted:rgba(26, 26, 26, 0.75);--color-border:rgba(26, 26, 26, 0.15);--color-surface:rgba(26, 26, 26, 0.04);--color-surface-hover:rgba(26, 26, 26, 0.05);--color-code-bg:#282a36;--color-code-text:#f8f8f2;--text-sm:0.875rem;--text-base:1rem;--text-md:1.0625rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.625rem;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:0.75rem;--space-lg:1rem;--space-xl:1.5rem;--space-2xl:2rem;--space-3xl:3rem;--radius-sm:0.375rem;--radius-lg:0.75rem;--opacity-muted:0.6;--opacity-subtle:0.85}.dark{--color-bg:rgb(40, 40, 40);--color-text:#fff;--color-heading:#fff;--color-muted:rgba(255, 255, 255, 0.85);--color-border:rgba(255, 255, 255, 0.2);--color-surface:rgba(255, 255, 255, 0.08);--color-surface-hover:rgba(0, 0, 0, 0.12)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-family:inter,ui-sans-serif,system-ui,sans-serif;line-height:1.5;-webkit-text-size-adjust:100%;background-color:var(--color-bg)}@media(min-width:1024px){html{scrollbar-gutter:stable}}body{color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:inherit;text-underline-offset:.275em;text-decoration-thickness:.5px}img,video{display:block;max-width:100%;height:auto}ol,ul{list-style:none}code,pre{font-family:jetbrains mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}button,input,select,textarea{font-family:inherit}.site-header{display:flex;align-items:center;height:4.5rem;max-width:var(--content-width);margin:0 auto;padding:0 var(--space-xl)}@media(min-width:1024px){.site-header{justify-content:center}}.site-logo{margin-right:auto}.site-logo a{font-size:var(--text-2xl);font-weight:500;transition:opacity .2s}.site-logo a:hover{opacity:var(--opacity-muted)}.site-main{max-width:var(--content-width);min-height:calc(100vh - 9rem);margin:0 auto;padding:0 var(--space-xl)var(--space-xl)}.site-main.prose{max-width:var(--content-width)}.header-separator{display:none}@media(min-width:1024px){.header-separator{display:block;width:1px;height:1.25rem;background-color:var(--color-border);margin-left:var(--space-lg);order:9}}.theme-toggle{align-items:center;justify-content:center;background:0 0;border:none;padding:0;margin:var(--space-sm);cursor:pointer;color:var(--color-text);transition:opacity .2s;outline:none}.theme-toggle:hover{opacity:var(--opacity-muted)}.theme-toggle:focus{outline:none}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}.dark .theme-toggle .icon-sun{display:block}.dark .theme-toggle .icon-moon{display:none}.theme-toggle--desktop{display:none}@media(min-width:1024px){.theme-toggle--desktop{display:flex;order:10;margin-left:var(--space-lg)}}.theme-toggle--mobile{display:flex;margin-top:var(--space-2xl)}@media(min-width:1024px){.theme-toggle--mobile{display:none}}.nav-wrapper{display:flex;flex-direction:column;position:fixed;top:100%;left:0;right:0;height:100%;z-index:40;justify-content:center;padding-bottom:4rem;background-color:var(--color-bg);transition:top .2s}@media(min-width:1024px){.nav-wrapper{position:static;flex-direction:row;padding-bottom:0;background-color:initial}}.menu-toggle{display:flex;flex-direction:column;gap:.625rem;height:4.5rem;width:3rem;justify-content:center;align-items:center;cursor:pointer}@media(min-width:1024px){.menu-toggle{display:none}}.menu-toggle::before,.menu-toggle::after{content:"";height:2px;width:1.25rem;background-color:var(--color-text);transition:all .2s}.menu-close{position:absolute;top:1.5rem;right:1.5rem;background:0 0;border:none;color:var(--color-text);font-size:2rem;cursor:pointer;padding:.5rem;line-height:1}.menu-close:hover{opacity:var(--opacity-muted)}@media(min-width:1024px){.menu-close{display:none}}.open{overflow:hidden}.open .menu-toggle::before{width:1.5rem;transform:translateY(6px)rotate(45deg)}.open .menu-toggle::after{width:1.5rem;transform:translateY(-6px)rotate(-45deg)}.open .nav-wrapper{top:0}.header-nav{display:none}@media(min-width:1024px){.header-nav{display:flex;align-items:center;margin-left:1.25rem}}.open .header-nav{display:block}.header-nav a{display:block;text-align:center;font-size:var(--text-2xl);line-height:5rem;text-decoration:none;color:var(--color-text)}.header-nav a:hover{opacity:var(--opacity-muted)}@media(min-width:1024px){.header-nav a{font-size:var(--text-lg);line-height:normal;margin-left:1.25rem}}.social-nav{display:flex;justify-content:center;gap:2.5rem;margin-top:var(--space-3xl)}@media(min-width:1024px){.social-nav{margin-top:0;margin-left:1.25rem;gap:0}}.dark .social-nav{filter:invert(1)}.social-nav a{display:block;width:1.75rem;height:1.75rem;font-size:0;background-size:cover}@media(min-width:1024px){.social-nav a{width:1.5rem;height:1.5rem;margin-right:1.25rem}}.prose{color:var(--color-text);max-width:65ch}.prose p{margin:1.25em 0}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--color-heading);margin-top:0}.prose h1{font-size:var(--text-3xl);font-weight:700;margin-bottom:var(--space-xs);line-height:1.3}.prose h2{font-size:var(--text-xl);font-weight:700;margin-top:2em;margin-bottom:1em}.prose h3{font-size:var(--text-lg);font-weight:700;margin-top:1.6em;margin-bottom:.6em}.prose h2,.prose h3,.prose h4{width:fit-content}.prose h2 .heading-anchor-copy,.prose h3 .heading-anchor-copy,.prose h4 .heading-anchor-copy{position:relative;display:inline-flex;align-items:center;justify-content:center;background:0 0;border:none;padding:.5rem;margin:-.5rem;margin-left:0;cursor:pointer;opacity:0;color:var(--color-muted);transition:opacity .3s;vertical-align:middle;outline:none}@media(min-width:768px){.prose h2 .heading-anchor-copy,.prose h3 .heading-anchor-copy,.prose h4 .heading-anchor-copy{padding:0;margin:0;margin-left:var(--space-sm)}}.prose h2 .heading-anchor-copy:hover,.prose h3 .heading-anchor-copy:hover,.prose h4 .heading-anchor-copy:hover{color:var(--color-text)}.prose h2 .heading-anchor-copy:focus,.prose h2 .heading-anchor-copy:active,.prose h3 .heading-anchor-copy:focus,.prose h3 .heading-anchor-copy:active,.prose h4 .heading-anchor-copy:focus,.prose h4 .heading-anchor-copy:active{outline:none}.prose h2 .heading-anchor-copy.active,.prose h3 .heading-anchor-copy.active,.prose h4 .heading-anchor-copy.active{opacity:1}.prose h2 .heading-anchor-tooltip,.prose h3 .heading-anchor-tooltip,.prose h4 .heading-anchor-tooltip{position:absolute;top:50%;left:calc(100% + var(--space-sm));transform:translateY(-50%);background-color:var(--color-surface-hover);color:var(--color-heading);font-size:var(--text-base);font-weight:600;padding:.25rem .5rem;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.prose h2 .heading-anchor-tooltip.show,.prose h3 .heading-anchor-tooltip.show,.prose h4 .heading-anchor-tooltip.show{opacity:1}.prose h2:hover .heading-anchor-copy,.prose h3:hover .heading-anchor-copy,.prose h4:hover .heading-anchor-copy{opacity:1}.prose a{text-decoration:underline;font-weight:500}.prose a:hover{opacity:var(--opacity-muted)}.prose strong{font-weight:600}.prose ol,.prose ul{margin:0;padding-left:1.5em}.prose ol{list-style-type:decimal}.prose ul{list-style-type:disc}.prose li{margin-top:.5em}.prose blockquote{font-style:italic;border-left:.25rem solid var(--color-border);margin:1.6em 0;padding-left:1em}.prose code{font-size:.875em;font-weight:500}.prose code::before,.prose code::after{content:"`"}.prose pre{color:var(--color-code-text);background-color:var(--color-code-bg);overflow-x:auto;font-size:.95em;line-height:1.7;margin:1.7em 0;padding:.875em 1.125em;border-radius:var(--radius-sm)}.prose pre code{font-weight:400}.prose pre code::before,.prose pre code::after{content:none}.prose img,.prose picture,.prose video{margin:2em 0}.prose table{width:100%;margin:2em 0;font-size:.875em;border-collapse:collapse}.prose thead{border-bottom:1px solid var(--color-border)}.prose th{font-weight:600;padding:0 .5em .5em;text-align:left}.prose td{padding:.5em}.prose tbody tr{border-bottom:1px solid var(--color-border)}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}article{font-size:var(--text-md);line-height:1.6}article .highlight{margin:var(--space-2xl)0}article .highlight pre{margin:0}article .highlight>div{border-radius:var(--radius-sm);background-color:var(--color-code-bg)}.article-header{margin-top:var(--space-lg);margin-bottom:var(--space-lg)}.article-title{width:fit-content}.article-title .heading-anchor-copy{position:relative;display:inline-flex;align-items:center;justify-content:center;background:0 0;border:none;padding:.5rem;margin:-.5rem;margin-left:0;cursor:pointer;opacity:0;color:var(--color-muted);transition:opacity .3s;vertical-align:middle;outline:none}@media(min-width:768px){.article-title .heading-anchor-copy{padding:0;margin:0;margin-left:var(--space-sm)}}.article-title .heading-anchor-copy:hover{color:var(--color-text)}.article-title .heading-anchor-copy:focus,.article-title .heading-anchor-copy:active{outline:none}.article-title .heading-anchor-copy.active{opacity:1}.article-title .heading-anchor-tooltip{position:absolute;top:50%;left:calc(100% + var(--space-sm));transform:translateY(-50%);background-color:var(--color-surface-hover);color:var(--color-heading);font-size:var(--text-base);font-weight:600;padding:.25rem .5rem;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.article-title .heading-anchor-tooltip.show{opacity:1}.article-title:hover .heading-anchor-copy{opacity:1}.article-title{margin:0;font-size:var(--text-3xl);font-weight:700;line-height:1.3}.article-title a{text-decoration:underline;text-underline-offset:.15em;font-weight:700}.article-meta{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-sm);font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-md);opacity:var(--opacity-muted)}.article-category{text-transform:capitalize}.archive-header{margin-top:var(--space-lg);margin-bottom:var(--space-lg)}.archive-title{margin:0}.archive-description{font-size:var(--text-md);opacity:var(--opacity-muted);margin-top:var(--space-sm)}.archive-content a{text-decoration:none}.archive-content a:hover{opacity:var(--opacity-muted)}.post-date{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted);margin-bottom:var(--space-sm)}.post-tags{display:flex;flex-wrap:wrap;gap:var(--space-lg);margin:var(--space-lg)0 var(--space-xl)}.post-tags a{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-lg);padding:var(--space-sm)var(--space-lg);border-radius:var(--radius-sm);background-color:var(--color-surface)}.post-tags a:hover{background-color:var(--color-surface-hover)}.post-nav{display:flex;margin:var(--space-3xl)0;border-radius:var(--radius-lg);background-color:var(--color-surface);font-size:var(--text-lg);line-height:1.2;overflow:hidden}.post-nav a{display:flex;align-items:center;width:50%;padding:1.25rem;font-weight:500;text-decoration:none}.post-nav a:hover{background-color:var(--color-surface-hover)}.post-nav .arrow{margin:0 .375rem}.post-nav-prev{padding-right:var(--space-md)}.post-nav-next{justify-content:flex-end;padding-left:var(--space-md);margin-left:auto}.post-metadata{margin-top:var(--space-2xl);font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-lg);opacity:var(--opacity-subtle)}.separator{border:0;border-top:1px solid var(--color-border);margin:var(--space-xl)0}.footnotes hr{display:none}.post-footer-cta{margin-top:var(--space-2xl);padding:var(--space-lg)var(--space-xl);background:var(--color-surface);border-radius:var(--radius-sm);font-size:.95em}.post-footer-cta p{margin:0}.post-footer-cta__copy{position:relative;font:inherit;color:inherit;background:0 0;border:none;padding:0;cursor:pointer;text-decoration:underline;font-weight:500}.post-footer-cta__copy:hover .post-footer-cta__copy-label{opacity:var(--opacity-muted)}.post-footer-cta__tooltip{position:absolute;bottom:calc(100% + var(--space-xs));left:50%;transform:translateX(-50%);z-index:1;background-color:var(--color-bg);border:1px solid var(--color-border);color:var(--color-heading);font-size:var(--text-sm);font-weight:600;padding:.25rem .5rem;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.post-footer-cta__tooltip.show{opacity:1}.post-footer-cta .subscribe-form{margin-top:var(--space-md)}.post-footer-cta .subscribe-rss{margin-top:var(--space-md)}.article-discussions{font-style:italic;margin:0 0 var(--space-lg)}.comments-section{margin-top:6rem}.mermaid svg{display:block;margin:auto}.not-ready{visibility:hidden}.not-ready *{transition:none!important}.ready{visibility:visible}.no-js.not-ready{visibility:visible}.no-js{--color-bg:rgb(40, 40, 40);--color-text:#fff;--color-heading:#fff;--color-muted:rgba(255, 255, 255, 0.85);--color-border:rgba(255, 255, 255, 0.2);--color-surface:rgba(255, 255, 255, 0.08);--color-surface-hover:rgba(0, 0, 0, 0.12)}.no-js .theme-toggle,.no-js .header-separator,.no-js .toc-nav,.no-js .menu-toggle,.no-js .menu-close,.no-js .post-footer-cta__copy-wrap{display:none!important}.no-js .nav-wrapper{position:static;height:auto;padding-bottom:0}.no-js .header-nav{display:flex;flex-wrap:wrap;gap:var(--space-lg)}.no-js .header-nav a{font-size:var(--text-lg);line-height:normal}.no-js .social-nav{display:none;filter:invert(1)}.subscribe-form__label{display:block;font-weight:600;color:var(--color-heading);margin-bottom:var(--space-sm)}.subscribe-form__row{display:flex;gap:var(--space-sm);flex-wrap:wrap}.subscribe-form__input{flex:1 1 14rem;padding:var(--space-sm)var(--space-md);font:inherit;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.subscribe-form__input:focus{outline:2px solid var(--color-heading);outline-offset:1px}.subscribe-form__button{padding:var(--space-sm)var(--space-lg);font:inherit;font-weight:600;cursor:pointer;color:var(--color-bg);background:var(--color-heading);border:none;border-radius:var(--radius-sm)}.subscribe-form__button:hover{opacity:.85}.subscribe-form__hint{margin:var(--space-sm)0 0;font-size:.85em;color:var(--color-muted)}.subscribe-page .subscribe-form{margin-top:var(--space-xl)}@media(max-width:640px){.kind-home .site-main{padding-left:var(--space-lg);padding-right:var(--space-lg)}}.home{margin-top:var(--space-lg)}.home .stream{gap:var(--space-lg)}.home__section{margin-bottom:var(--space-xl)}.home__section:last-child{margin-bottom:0}.home__intro{font-size:var(--text-md);line-height:1.75;display:flex;flex-wrap:wrap;align-items:baseline;column-gap:var(--space-lg);row-gap:var(--space-xs)}.prose .home__intro{margin:var(--space-lg)0 var(--space-2xl)}.home__intro-more{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted);white-space:nowrap;margin-left:auto}.prose .home__intro-more{text-decoration:none}.prose .home__intro-more:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.home__panel-heading{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.prose .home__panel-heading{margin:0 0 var(--space-md);width:100%}.home__tag-row{display:flex;flex-wrap:wrap;gap:var(--space-sm)var(--space-lg);font-size:var(--text-base)}.prose .home__tag-row{list-style:none;padding-left:0;margin:0}.prose .home__tag-row li{margin-top:0}.prose .home__tag-row a{text-decoration:none}.prose .home__tag-row a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.home__tag-count{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted)}.home .tag-cloud{align-items:baseline}.home .tag-cloud .home__tag-count{font-size:var(--text-sm)}.home__tag-more{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted)}.home__panel-more{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted);display:block;text-align:right;margin-top:var(--space-sm)}.prose .home__panel-more{text-decoration:none}.prose .home__panel-more:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.subscribe-section{margin-top:var(--space-3xl)}.archive-header+.subscribe-section{margin-top:var(--space-lg)}.subscribe-section__heading{font-size:var(--text-lg);margin-bottom:var(--space-lg)}.subscribe-section__lead{margin:0 0 var(--space-lg)}.subscribe-section__body{margin:var(--space-lg)0}.subscribe-section .home__tag-row{margin:var(--space-md)0}.subscribe-rss{margin-top:var(--space-md)}.subscribe-section code,.subscribe-rss code,.post-footer-cta code{padding:.15em .5em;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.85em;font-weight:500;overflow-wrap:break-word}.subscribe-section code::before,.subscribe-section code::after,.subscribe-rss code::before,.subscribe-rss code::after,.post-footer-cta code::before,.post-footer-cta code::after{content:none}.subscribe-list{margin:var(--space-md)0 0;padding-left:1.5em;list-style:disc}.subscribe-list li+li{margin-top:var(--space-sm)}.subscribe-list__meta{color:var(--color-muted);font-size:.9em}.stream{display:flex;flex-direction:column;gap:1.25rem}.prose .stream a{text-decoration:none}.stream__item{display:grid;grid-template-columns:3rem 1fr auto;column-gap:1.25rem;align-items:baseline}@media(max-width:640px){.stream__item{grid-template-columns:2.75rem 1fr auto;column-gap:var(--space-md)}}.stream__date{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted);white-space:nowrap;text-align:right}.stream--yearful .stream__item{grid-template-columns:5.25rem 1fr auto}@media(max-width:640px){.stream--yearful .stream__item{grid-template-columns:4.75rem 1fr auto}}.stream__year{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted);text-align:right;display:grid;grid-template-columns:3rem 1fr;column-gap:1.25rem}@media(max-width:640px){.stream__year{grid-template-columns:2.75rem 1fr;column-gap:var(--space-md)}}.stream__year{align-items:center;margin-top:var(--space-lg);font-weight:600;letter-spacing:.08em}.stream__year:first-child{margin-top:0}.stream__item--article{padding-block:0}.stream__title{font-size:var(--text-xl);line-height:1.35;letter-spacing:-.01em}.stream__title a{color:var(--color-heading);font-weight:650}.stream__title a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;opacity:1}.stream__tag{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted);justify-self:end;white-space:nowrap}.stream__tag:hover{opacity:1}.stream__tags{font-family:roboto condensed,ui-sans-serif,system-ui,sans-serif;font-size:var(--text-sm);font-weight:400;opacity:var(--opacity-muted);font-size:var(--text-base);margin-top:.2rem;display:flex;flex-wrap:wrap;column-gap:.6rem;row-gap:.15rem}.stream__tags a:hover{opacity:1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.stream__note{font-size:var(--text-base);line-height:1.5}.stream__note a{color:var(--color-text);font-weight:500;opacity:var(--opacity-subtle)}.stream__note a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;opacity:1}.article-wrapper{position:relative}.toc-nav{display:none}@media(min-width:1200px){.toc-nav{display:block;position:fixed;top:calc(4.5rem + var(--space-2xl));right:calc((100vw - 850px)/2 - 220px);width:200px;max-height:calc(100vh - 4.5rem - var(--space-3xl) * 2);overflow-y:auto;font-size:var(--text-sm);scrollbar-width:none;-ms-overflow-style:none}.toc-nav::-webkit-scrollbar{display:none}}@media(min-width:1400px){.toc-nav{right:calc((100vw - 850px)/2 - 260px);width:240px}}.toc-nav__list{list-style:none;padding:0;margin:0;position:relative}.toc-nav__list::before{content:"";position:absolute;left:3px;top:.7rem;bottom:.7rem;width:1px;background-color:var(--color-border)}.toc-nav__item{display:flex;align-items:baseline;gap:var(--space-md);margin:0;position:relative}.toc-nav__item--nested .toc-nav__dot{width:5px;height:5px;border-width:1px}.toc-nav__item--passed .toc-nav__dot{background-color:var(--color-muted);border-color:var(--color-muted)}.toc-nav__item--active .toc-nav__dot{background-color:var(--color-text);border-color:var(--color-text);transform:scale(1.3)}.toc-nav__item--active .toc-nav__link{opacity:1;font-weight:500}.toc-nav__dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background-color:initial;border:1.5px solid var(--color-border);transition:all .2s;position:relative;z-index:1;transform:translateY(-2px)}.toc-nav__link{color:var(--color-text);text-decoration:none;opacity:0;line-height:1.4;padding:var(--space-sm)0;transition:opacity .2s}.toc-nav--expanded .toc-nav__link{opacity:var(--opacity-muted)}.toc-nav--expanded .toc-nav__item--active .toc-nav__link{opacity:1}.toc-nav:hover .toc-nav__link{opacity:var(--opacity-muted)}.toc-nav:hover .toc-nav__item--active .toc-nav__link{opacity:1}.toc-nav__item:hover .toc-nav__link{opacity:1}.bg{color:#f8f8f2;background-color:#282a36}.chroma{color:#f8f8f2;background-color:#282a36}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#3d3f4a}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#ff79c6}.chroma .kc{color:#ff79c6}.chroma .kd{color:#8be9fd;font-style:italic}.chroma .kn{color:#ff79c6}.chroma .kp{color:#ff79c6}.chroma .kr{color:#ff79c6}.chroma .kt{color:#8be9fd}.chroma .na{color:#50fa7b}.chroma .nc{color:#50fa7b}.chroma .nl{color:#8be9fd;font-style:italic}.chroma .nt{color:#ff79c6}.chroma .nb{color:#8be9fd;font-style:italic}.chroma .bp{font-style:italic}.chroma .nv{color:#8be9fd;font-style:italic}.chroma .vc{color:#8be9fd;font-style:italic}.chroma .vg{color:#8be9fd;font-style:italic}.chroma .vi{color:#8be9fd;font-style:italic}.chroma .vm{color:#8be9fd;font-style:italic}.chroma .nf{color:#50fa7b}.chroma .fm{color:#50fa7b}.chroma .s{color:#f1fa8c}.chroma .sa{color:#f1fa8c}.chroma .sb{color:#f1fa8c}.chroma .sc{color:#f1fa8c}.chroma .dl{color:#f1fa8c}.chroma .sd{color:#f1fa8c}.chroma .s2{color:#f1fa8c}.chroma .se{color:#f1fa8c}.chroma .sh{color:#f1fa8c}.chroma .si{color:#f1fa8c}.chroma .sx{color:#f1fa8c}.chroma .sr{color:#f1fa8c}.chroma .s1{color:#f1fa8c}.chroma .ss{color:#f1fa8c}.chroma .m{color:#bd93f9}.chroma .mb{color:#bd93f9}.chroma .mf{color:#bd93f9}.chroma .mh{color:#bd93f9}.chroma .mi{color:#bd93f9}.chroma .il{color:#bd93f9}.chroma .mo{color:#bd93f9}.chroma .o{color:#ff79c6}.chroma .ow{color:#ff79c6}.chroma .c{color:#6272a4}.chroma .ch{color:#6272a4}.chroma .cm{color:#6272a4}.chroma .c1{color:#6272a4}.chroma .cs{color:#6272a4}.chroma .cp{color:#ff79c6}.chroma .cpf{color:#ff79c6}.chroma .gd{color:#f55}.chroma .ge{text-decoration:underline}.chroma .gh{font-weight:700}.chroma .gi{color:#50fa7b;font-weight:700}.chroma .go{color:#44475a}.chroma .gu{font-weight:700}.chroma .gl{text-decoration:underline}.diagram-wrap{display:block;margin:1.75rem 0}.diagram-wrap img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.diagram-wrap .diagram-dark{display:none}.dark .diagram-wrap .diagram-light{display:none}.dark .diagram-wrap .diagram-dark{display:block}