*,:after,:before{box-sizing:border-box}:focus{outline:2px solid var(--outline-color);outline-offset:1px}[tabindex="-1"]:focus{outline:none}*{margin:0}body{line-height:1.5;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}a:not([class]){text-decoration-skip-ink:auto}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}[hidden]{display:none}:root{--bg:#121212;--fg:#fff;--headline-fg:#fae;--link-fg:#7df;--link-hover-bg:#202050;--link-hover-fg:#aef;--header-bg:#435;--header-fg:#fff;--footer-bg:#333;--footer-fg:#fff;--code-fg:#9f7;--code-bg:#000;--outline-color:#336;--button-bg:#936;--button-fg:#fff;--button-hover-bg:#a47;--button-hover-fg:#fff;--button-active-bg:#445;--button-active-fg:#fff}@media (prefers-color-scheme:light){:root{--bg:#fefefe;--fg:#121212;--headline-fg:#c06;--link-fg:#13c;--link-hover-bg:#f0f0ff;--link-hover-fg:#24d;--header-bg:#fce;--header-fg:#724;--footer-bg:#efefef;--footer-fg:#333;--code-fg:#070;--code-bg:#f0f0f0;--outline-color:#336;--button-bg:#936;--button-fg:#fff;--button-hover-bg:#a47;--button-hover-fg:#fff;--button-active-bg:#445;--button-active-fg:#fff}}body{background:var(--bg);color:var(--fg);display:flex;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;gap:1.5rem;line-height:1.4;min-height:100dvh}:root{--fluid-min-width:320;--fluid-max-width:1980;--fluid-screen:100vw;--fluid-bp:calc((var(--fluid-screen) - var(--fluid-min-width)/16*1rem)/(var(--fluid-max-width) - var(--fluid-min-width)))}@media screen and (min-width:1980px){:root{--fluid-screen:calc(var(--fluid-max-width)*1px)}}:root{--step--2:clamp(0.78rem,calc(0.77rem + 0.03vw),0.80rem);--step--1:clamp(0.94rem,calc(0.92rem + 0.11vw),1.00rem);--step-0:clamp(1.13rem,calc(1.08rem + 0.22vw),1.25rem);--step-1:clamp(1.35rem,calc(1.28rem + 0.37vw),1.56rem);--step-2:clamp(1.62rem,calc(1.5rem + 0.58vw),1.95rem);--step-3:clamp(1.94rem,calc(1.77rem + 0.87vw),2.44rem);--step-4:clamp(2.33rem,calc(2.08rem + 1.25vw),3.05rem);--step-5:clamp(2.80rem,calc(2.45rem + 1.77vw),3.82rem)}body{font-size:var(--step-0)}h1{font-size:var(--step-5)}h2{font-size:var(--step-4)}h3{font-size:var(--step-3)}h4{font-size:var(--step-2)}code:not([class]){background:var(--code-bg);border-radius:.25rem;color:var(--code-fg);padding:0 .25rem}article a:not([class]){border-radius:.25rem;color:var(--link-fg)}article a:not([class]):hover{background:var(--link-hover-bg);color:var(--link-hover-fg);text-decoration:underline}h1,h2,h3,h4,h5{color:var(--headline-fg);line-height:1.1}h2:not(:first-child),h3:not(:first-child),h4:not(:first-child),h5:not(:first-child){margin-block-start:3rem!important}.small{font-size:var(--step--1)}main{flex:1 0 auto;margin-inline:auto;width:min(100% - 3rem,var(--container-max,100ch))}.header{background:var(--header-bg,#000);color:var(--header-fg,#fff);display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-block-end:4rem;padding:2rem;position:relative}.header__curves{background:var(--bg,#fff);color:var(--header-bg,#000);height:4rem;margin:2rem -2rem -2rem;width:100vw}.header__logo{border-radius:4px;flex:0 0 auto}.header__logo svg{display:block;height:60px;width:256px}.header__title{align-items:center;display:flex;gap:1rem}.header>.nav a{font-size:var(--step-1);font-weight:600}.header>.nav{flex:1 1 auto}.header .nav__list{align-items:center;height:100%;justify-content:flex-end}.header :focus{outline:3px solid var(--header-fg,#fff);outline-offset:3px}.footer{background:var(--footer-bg,#222);margin-block-start:4rem;padding:2rem;text-align:center}.footer,.footer a{color:var(--footer-fg,#fff)}.footer .nav__list{justify-content:center;margin-top:2rem}.footer :focus{outline:2px solid var(--footer-fg);outline-offset:2px}.nav__list{align-items:center;display:flex;flex:1 0 auto;flex-wrap:wrap;gap:1rem;list-style:none;padding:0}.nav__link{border-radius:4px;color:var(--header-fg,#fff);display:block;padding:.75rem}.nav__link[aria-current=page],.nav__link[data-state=active]{background:var(--header-fg,#412);color:var(--header-bg,#fff)}.nav__link svg{display:block;height:32px;width:32px}.nav__link:hover{outline:2px solid var(--header-fg)}.flow>*+*{margin-block-start:var(--flow-space,1em)}.visually-hidden{clip-path:path("M0 0");font-size:1px;height:0;position:absolute;width:0}code[class*=language-],pre[class*=language-]{word-wrap:normal;background:none;color:#ccc;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;white-space:pre;word-break:normal;word-spacing:normal}pre[class*=language-]{margin:.5em 0;overflow:auto;padding:1em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}pre[class^=language-]{border-radius:1rem;font-size:var(--step--1);margin:1rem 0}pre[class^=language-]::-webkit-scrollbar{width:0}pre[class^=language-]::-webkit-scrollbar-track{background:transparent}pre[class^=language-]::-webkit-scrollbar-thumb{background:#444;border-radius:8px}