:root{--toggle-size: 40px}.toggle-switch.svelte-8t9xk6{display:inline-block;position:relative;width:var(--toggle-size);height:calc(var(--toggle-size) * .6)}.slider.svelte-8t9xk6{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:calc(var(--toggle-size) * .6)}.slider.svelte-8t9xk6:before{position:absolute;content:"";top:calc(var(--toggle-size) * .1);height:calc(var(--toggle-size) * .4);width:calc(var(--toggle-size) * .4);left:calc(var(--toggle-size) * .08);bottom:calc(var(--toggle-size) * .08);background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}.toggle-switch--active.svelte-8t9xk6>.slider:where(.svelte-8t9xk6){background-color:var(--theme-primary)}.toggle-switch.svelte-8t9xk6:focus>.slider:where(.svelte-8t9xk6){box-shadow:0 0 1px var(--theme-primary)}.toggle-switch--active.svelte-8t9xk6>.slider:where(.svelte-8t9xk6):before{-webkit-transform:translateX(calc(var(--toggle-size) * .45));-ms-transform:translateX(calc(var(--toggle-size) * .45));transform:translate(calc(var(--toggle-size) * .45))}.toast.svelte-10o7pcy{position:fixed;top:var(--spacing-unit);right:0;left:0;margin:auto;flex-direction:column;align-items:center;padding:calc(var(--spacing-unit) * 3);z-index:1000;display:flex;flex-direction:column-reverse;gap:var(--spacing-unit);pointer-events:none;border-radius:var(--rounded-md)}.toast.svelte-10o7pcy>div:where(.svelte-10o7pcy){padding:calc(var(--spacing-unit) * 2);border-radius:var(--rounded-md);font-size:var(--text-sm);pointer-events:auto}.toast--success.svelte-10o7pcy{border:solid 1px var(--green-600);background-color:var(--green-200);color:var(--green-600)}.toast--error.svelte-10o7pcy{border:solid 1px var(--red-600);background-color:var(--red-200);color:var(--red-600)}.toast--warning.svelte-10o7pcy{border:solid 1px var(--amber-600);background-color:var(--amber-200);color:var(--amber-600)}code[class*=language-],pre[class*=language-]{color:#d6deeb;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;font-size:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{text-shadow:none;background:#1d3b53fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#1d3b53fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{color:#fff;background:#011627}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.cdata{color:#637777;font-style:italic}.token.punctuation{color:#c792ea}.namespace{color:#b2ccd6}.token.deleted{color:#ef53508f;font-style:italic}.token.symbol,.token.property{color:#80cbc4}.token.tag,.token.operator,.token.keyword{color:#7fdbca}.token.boolean{color:#ff5874}.token.number{color:#f78c6c}.token.constant,.token.function,.token.builtin,.token.char{color:#82aaff}.token.selector,.token.doctype{color:#c792ea;font-style:italic}.token.attr-name,.token.inserted{color:#addb67;font-style:italic}.token.string,.token.url,.token.entity,.language-css .token.string,.style .token.string{color:#addb67}.token.class-name,.token.atrule,.token.attr-value{color:#ffcb8b}.token.regex,.token.important,.token.variable{color:#d6deeb}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.themeLight{--theme-node-highlight: var(--cyan-100);--theme-font-basic: "Space Grotesk", sans-serif;--theme-primary-shade-50: var(--cyan-50);--theme-primary-shade-100: var(--cyan-100);--theme-primary-shade-200: var(--cyan-200);--theme-primary-shade-300: var(--cyan-300);--theme-primary-shade-400: var(--cyan-400);--theme-primary-shade-500: var(--cyan-500);--theme-primary-shade-600: var(--cyan-600);--theme-primary-shade-700: var(--cyan-700);--theme-primary-shade-800: var(--cyan-800);--theme-primary-shade-900: var(--cyan-900);--theme-primary-shade-950: var(--cyan-950);--theme-primary: var(--cyan-700);--theme-primary-hover: var(--cyan-800);--theme-background-image: url(../../../tentacles.png);--theme-link: var(--cyan-700);--theme-link-visited: var(--cyan-900);--theme-secondary: var(--gray-300);--theme-text: var(--black);--theme-background: var(--gray-100);--theme-accent: var(--amber-500);--theme-nav: var(--cyan-700);--theme-neutral-50: var(--gray-50);--theme-neutral-100: var(--gray-100);--theme-neutral-200: var(--gray-200);--theme-neutral-300: var(--gray-300);--theme-neutral-400: var(--gray-400);--theme-neutral-500: var(--gray-500);--theme-neutral-600: var(--gray-600);--theme-neutral-700: var(--gray-700);--theme-neutral-800: var(--gray-800);--theme-neutral-900: var(--gray-900);--theme-neutral-950: var(--gray-950);--theme-error-50: var(--red-50);--theme-error-100: var(--red-100);--theme-error-200: var(--red-200);--theme-error-300: var(--red-300);--theme-error-400: var(--red-400);--theme-error-500: var(--red-500);--theme-error-600: var(--red-600);--theme-error-700: var(--red-700);--theme-error-800: var(--red-800);--theme-error-900: var(--red-900);--theme-error-950: var(--red-950);--theme-logo-neutral-light: var(--gray-400);--theme-logo-neutral-medium: var(--gray-500);--theme-logo-neutral-dark: var(--gray-600);--theme-logo-accent-light: var(--orange-300);--theme-logo-accent-medium: var(--orange-500);--theme-logo-accent-dark: var(--orange-700)}.themeDark{--theme-node-highlight: var(--cyan-900);--theme-font-basic: "Space Grotesk", sans-serif;--theme-primary-shade-50: var(--cyan-950);--theme-primary-shade-100: var(--cyan-900);--theme-primary-shade-200: var(--cyan-800);--theme-primary-shade-300: var(--cyan-700);--theme-primary-shade-400: var(--cyan-600);--theme-primary-shade-500: var(--cyan-500);--theme-primary-shade-600: var(--cyan-400);--theme-primary-shade-700: var(--cyan-300);--theme-primary-shade-800: var(--cyan-200);--theme-primary-shade-900: var(--cyan-100);--theme-primary-shade-950: var(--cyan-50);--theme-primary: var(--cyan-700);--theme-primary-hover: var(--cyan-800);--theme-button-secondary-background: var(--gray-800);--theme-background-image: url(../../../tentacles-inverted.png);--theme-link: var(--cyan-500);--theme-link-visited: var(--cyan-700);--theme-text: var(--white);--theme-background: var(--gray-950);--theme-accent: var(--amber-700);--theme-secondary: var(--gray-800);--theme-nav: var(--cyan-950);--theme-neutral-50: var(--gray-950);--theme-neutral-100: var(--gray-900);--theme-neutral-200: var(--gray-800);--theme-neutral-300: var(--gray-700);--theme-neutral-400: var(--gray-600);--theme-neutral-500: var(--gray-500);--theme-neutral-600: var(--gray-400);--theme-neutral-700: var(--gray-300);--theme-neutral-800: var(--gray-200);--theme-neutral-900: var(--gray-100);--theme-neutral-950: var(--gray-50);--theme-error-50: var(--red-950);--theme-error-100: var(--red-900);--theme-error-200: var(--red-800);--theme-error-300: var(--red-700);--theme-error-400: var(--red-600);--theme-error-500: var(--red-500);--theme-error-600: var(--red-400);--theme-error-700: var(--red-300);--theme-error-800: var(--red-200);--theme-error-900: var(--red-100);--theme-error-950: var(--red-50);--theme-logo-neutral-light: var(--gray-400);--theme-logo-neutral-medium: var(--gray-500);--theme-logo-neutral-dark: var(--gray-600);--theme-logo-accent-light: var(--orange-300);--theme-logo-accent-medium: var(--orange-500);--theme-logo-accent-dark: var(--orange-700)}@media (prefers-color-scheme: light){.themeSystem{--theme-node-highlight: var(--cyan-100);--theme-font-basic: "Space Grotesk", sans-serif;--theme-primary-shade-50: var(--cyan-50);--theme-primary-shade-100: var(--cyan-100);--theme-primary-shade-200: var(--cyan-200);--theme-primary-shade-300: var(--cyan-300);--theme-primary-shade-400: var(--cyan-400);--theme-primary-shade-500: var(--cyan-500);--theme-primary-shade-600: var(--cyan-600);--theme-primary-shade-700: var(--cyan-700);--theme-primary-shade-800: var(--cyan-800);--theme-primary-shade-900: var(--cyan-900);--theme-primary-shade-950: var(--cyan-950);--theme-primary: var(--cyan-700);--theme-primary-hover: var(--cyan-800);--theme-background-image: url(../../../tentacles.png);--theme-link: var(--cyan-700);--theme-link-visited: var(--cyan-900);--theme-secondary: var(--gray-300);--theme-text: var(--black);--theme-background: var(--gray-100);--theme-accent: var(--amber-500);--theme-nav: var(--cyan-700);--theme-neutral-50: var(--gray-50);--theme-neutral-100: var(--gray-100);--theme-neutral-200: var(--gray-200);--theme-neutral-300: var(--gray-300);--theme-neutral-400: var(--gray-400);--theme-neutral-500: var(--gray-500);--theme-neutral-600: var(--gray-600);--theme-neutral-700: var(--gray-700);--theme-neutral-800: var(--gray-800);--theme-neutral-900: var(--gray-900);--theme-neutral-950: var(--gray-950);--theme-error-50: var(--red-50);--theme-error-100: var(--red-100);--theme-error-200: var(--red-200);--theme-error-300: var(--red-300);--theme-error-400: var(--red-400);--theme-error-500: var(--red-500);--theme-error-600: var(--red-600);--theme-error-700: var(--red-700);--theme-error-800: var(--red-800);--theme-error-900: var(--red-900);--theme-error-950: var(--red-950);--theme-logo-neutral-light: var(--gray-400);--theme-logo-neutral-medium: var(--gray-500);--theme-logo-neutral-dark: var(--gray-600);--theme-logo-accent-light: var(--orange-300);--theme-logo-accent-medium: var(--orange-500);--theme-logo-accent-dark: var(--orange-700)}}@media (prefers-color-scheme: dark){.themeSystem{--theme-node-highlight: var(--cyan-900);--theme-font-basic: "Space Grotesk", sans-serif;--theme-primary-shade-50: var(--cyan-950);--theme-primary-shade-100: var(--cyan-900);--theme-primary-shade-200: var(--cyan-800);--theme-primary-shade-300: var(--cyan-700);--theme-primary-shade-400: var(--cyan-600);--theme-primary-shade-500: var(--cyan-500);--theme-primary-shade-600: var(--cyan-400);--theme-primary-shade-700: var(--cyan-300);--theme-primary-shade-800: var(--cyan-200);--theme-primary-shade-900: var(--cyan-100);--theme-primary-shade-950: var(--cyan-50);--theme-primary: var(--cyan-700);--theme-primary-hover: var(--cyan-800);--theme-button-secondary-background: var(--gray-800);--theme-background-image: url(../../../tentacles-inverted.png);--theme-link: var(--cyan-500);--theme-link-visited: var(--cyan-700);--theme-text: var(--white);--theme-background: var(--gray-950);--theme-accent: var(--amber-700);--theme-secondary: var(--gray-800);--theme-nav: var(--cyan-950);--theme-neutral-50: var(--gray-950);--theme-neutral-100: var(--gray-900);--theme-neutral-200: var(--gray-800);--theme-neutral-300: var(--gray-700);--theme-neutral-400: var(--gray-600);--theme-neutral-500: var(--gray-500);--theme-neutral-600: var(--gray-400);--theme-neutral-700: var(--gray-300);--theme-neutral-800: var(--gray-200);--theme-neutral-900: var(--gray-100);--theme-neutral-950: var(--gray-50);--theme-error-50: var(--red-950);--theme-error-100: var(--red-900);--theme-error-200: var(--red-800);--theme-error-300: var(--red-700);--theme-error-400: var(--red-600);--theme-error-500: var(--red-500);--theme-error-600: var(--red-400);--theme-error-700: var(--red-300);--theme-error-800: var(--red-200);--theme-error-900: var(--red-100);--theme-error-950: var(--red-50);--theme-logo-neutral-light: var(--gray-400);--theme-logo-neutral-medium: var(--gray-500);--theme-logo-neutral-dark: var(--gray-600);--theme-logo-accent-light: var(--orange-300);--theme-logo-accent-medium: var(--orange-500);--theme-logo-accent-dark: var(--orange-700)}}body{position:relative;min-height:100vh;overflow-x:hidden}body:after{min-height:100vh;content:"";position:absolute;top:0;left:0;width:100%;min-height:calc(100vh - 10rem);opacity:.05;z-index:-1;background-image:var(--theme-background-image);background-size:150vw;background-position:top right;background-repeat:no-repeat}@media (min-width: 1024px){body:after{background-size:75vw;background-position:top right;padding-top:10rem;background-origin:content-box}}.fine-print{font-size:var(--text-sm);line-height:var(--text-sm-lh)}@media (max-width: 768px){.fine-print{font-size:var(--text-xs);line-height:var(--text-xs-lh)}}.toast>div{font-size:var(--text-xl)!important;border-radius:0!important}.md h2:first-child{margin:0rem 0rem calc(var(--spacing-unit) * 4) 0rem}.md h2,.md h3{margin:calc(var(--spacing-unit) * 8) 0rem calc(var(--spacing-unit) * 4) 0rem}.md h2>a,.md h3>a{text-decoration:none}.md ul{margin-left:2rem;list-style-type:disc;padding-left:0}.md p,.md ul>li,.md ol>li{font-size:var(--text-lg);line-height:var(--text-lg-lh);font-family:Space Grotesk,sans-serif;font-size:var(--text-xl);line-height:calc(1.2 * var(--text-xl-lh));font-weight:var(--font-medium);color:var(--theme-neutral-600)}.md ul,.md ol{margin-bottom:calc(var(--spacing-unit) * 4)}.md ol{list-style-type:decimal;margin-left:2rem}.md pre{position:relative;margin-bottom:calc(var(--spacing-unit) * 4)}.md pre button.copy-fade-in{animation:copy-fade-in .24s ease-out both}@media (prefers-reduced-motion: reduce){.md pre button.copy-fade-in{animation:none}}@keyframes copy-fade-in{0%{opacity:0;transform:translateY(-4px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.md>p>code,.md li>code{color:#d6deeb;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;font-size:var(--text-md);-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;text-shadow:none;background:#1d3b53fc;padding:var(--spacing-unit);border-radius:var(--rounded-sm)}.md>p:has(>img){display:flex;justify-content:center}.md>p:has(>img)>img{flex-shrink:1;overflow-x:scroll}.md>p:has(>iframe){display:flex;justify-content:center}.md>p:has(>iframe)>iframe{flex-shrink:1;overflow-x:scroll;border:none}.md>p:has(>video){display:flex;justify-content:center}.md>p:has(>video)>video{flex-shrink:1;overflow-x:scroll}@media (min-width: 1938px){.md>.toc{position:absolute;top:0;left:0;width:200px;padding:var(--spacing-unit);border-radius:var(--rounded-sm);background-color:var(--theme-background);z-index:10;border:1px solid var(--theme-neutral-300)}}.md>.toc{margin-bottom:calc(var(--spacing-unit) * 10);padding:var(--spacing-unit);border-radius:var(--rounded-sm);background-color:var(--theme-background);z-index:10;border:1px solid var(--theme-neutral-300);width:300px}.md.no-toc>.toc{display:none}.md a.external-link:after{content:"";display:inline-block;width:.9em;height:.9em;margin-left:calc(var(--spacing-unit) * .25);vertical-align:text-top;opacity:.7;background-color:currentColor;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14zM5 5h5v2H7v10h10v-3h2v5H5z"/></svg>') no-repeat center/contain;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14zM5 5h5v2H7v10h10v-3h2v5H5z"/></svg>') no-repeat center/contain}.toc-level{list-style:none;padding:0;list-style-type:none!important;margin:0!important}.toc-level .toc-level{margin-left:1.5rem!important}.toc-link-h2{font-weight:var(--font-black)}.toc-link{text-decoration:none!important}:has(.md){position:relative}.md table{width:100%;border-collapse:collapse;margin:1rem 0}.md table th,.md table td{padding:.75rem;border:1px solid var(--theme-neutral-300)}.md table th{background-color:var(--theme-neutral-100);text-align:left}.md table tr:nth-child(2n){background-color:var(--theme-neutral-50)}.md blockquote{margin:1rem 0;padding:.75rem 1rem;border-left:4px solid var(--theme-neutral-300);background-color:var(--theme-neutral-50);color:var(--theme-neutral-700);border-radius:var(--rounded-sm)}.md blockquote p{margin:.5rem 0}.md blockquote>:first-child{margin-top:0}.md blockquote>:last-child{margin-bottom:0}.md blockquote{font-style:italic}.md blockquote cite{display:block;margin-top:.5rem;font-style:normal;color:var(--theme-neutral-500);text-align:right}.themeDark .md blockquote{background-color:var(--neutral-900);border-left-color:var(--neutral-700);color:var(--theme-neutral-300)}.themeDark .md blockquote:before{color:var(--neutral-700)}nav.svelte-q33x1n{display:flex;padding-top:calc(3 * var(--spacing-unit));justify-content:space-between}nav.svelte-q33x1n .nav-link:where(.svelte-q33x1n){font-size:var(--text-xl);color:var(--theme-neutral-700);text-decoration:none}nav.svelte-q33x1n .nav-link:where(.svelte-q33x1n):hover{color:var(--theme-primary)}nav.svelte-q33x1n>.links:where(.svelte-q33x1n){display:flex;gap:calc(3 * var(--spacing-unit));margin-right:calc(var(--spacing-unit) * 3)}@media (max-width: 768px){nav.svelte-q33x1n>.links:where(.svelte-q33x1n){margin-right:calc(var(--spacing-unit) * 1);flex-direction:column-reverse;align-items:flex-end;text-align:right;padding-right:calc(3 * var(--spacing-unit))}}header.svelte-n3qszp{padding:var(--spacing-unit)}.footer-content.svelte-n3qszp{display:flex;justify-content:space-between;padding-top:calc(var(--spacing-unit) * 2);padding-bottom:calc(var(--spacing-unit) * 2);padding-left:calc(var(--spacing-unit) * 2);padding-right:calc(var(--spacing-unit) * 6)}.footer-content.svelte-n3qszp>p:where(.svelte-n3qszp){font-size:var(--text-xs)}footer.svelte-n3qszp{flex-direction:column;bottom:0;width:100vw;background-color:var(--theme-neutral-50);font-family:Space Grotesk,sans-serif;display:flex;border-top:solid 1px var(--theme-neutral-300);color:var(--theme-neutral-500)}.main.svelte-n3qszp{display:flex;flex-direction:column;flex-grow:1}@media (max-width: 768px){.footer-content.svelte-n3qszp{flex-direction:column;align-items:center;justify-content:center}.footer-content.svelte-n3qszp>.footer-content__links:where(.svelte-n3qszp){flex-direction:column;align-items:center;justify-content:center}}
