*{transition:all .2s ease-in-out}body{--svg-bg-grd-clr: #cccccc;--bg-clr: hsla(0, 0%, 100%, .8);--primary-clr: hsl(0, 0%, 10%);--tbl-head-bg-clr: hsla(0, 0%, 100%, .2);--tbl-odd-bg-clr: hsl(150 70% 80% / .1);--tbl-even-bg-clr: hsl(40 100% 80% / .1);--tbl-row-hov-clr: hsl(100 100% 80% / .5);--prop-clr: hsl(210 100% 30%);--desc-clr: hsl(0 0% 30%);--mono-font: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;font-family:system-ui,sans-serif}body.dark{--svg-bg-grd-clr: #333333;--bg-clr: hsla(0, 0%, 0%, .8);--primary-clr: hsl(0, 0%, 90%);--tbl-head-bg-clr: hsl(0 100% 0% / .2);--tbl-odd-bg-clr: hsl(150 70% 20% / .1);--tbl-even-bg-clr: hsl(40 100% 20% / .1);--tbl-row-hov-clr: hsl(100 100% 20% / .5);--prop-clr: hsl(210 100% 70%);--desc-clr: hsl(0 0% 70%)}.background-svg{position:fixed;top:0;left:0;width:100vw;height:100dvh;z-index:-1;background-image:radial-gradient(circle at 16% 83%,#9494940f 0% 50%,#3f3f3f0f 50% 100%),radial-gradient(circle at 68% 87%,#4242420f 0% 50%,#6969690f 50% 100%),radial-gradient(circle at 38% 50%,#7b7b7b0f 0% 50%,#acacac0f 50% 100%),linear-gradient(90deg,var(--svg-bg-grd-clr),var(--svg-bg-grd-clr))}.api>div{display:grid;grid-template-columns:repeat(3,1fr);padding:.5rem}.api>div.head{font-weight:700;background-color:var(--tbl-head-bg-clr);border-radius:5px 5px 0 0}.api>div.row:nth-child(2n){background-color:var(--tbl-even-bg-clr)}.api>div.row:nth-child(odd){background-color:var(--tbl-odd-bg-clr)}.api>div.row:last-child{border-radius:0 0 5px 5px}.api>div.row>span:first-child{font-family:var(--mono-font);color:var(--prop-clr)}.api>div.row>span:first-child>strong{color:var(--primary-clr)}.api>div.row>span:nth-child(3){color:var(--desc-clr);font-family:var(--mono-font)}.api>div.row>span:last-child{grid-area:2/1/3/4;color:var(--desc-clr)}.api>div.row>span:last-child>strong{padding-inline-end:.5ch}.api>div.row:hover{background-color:var(--tbl-row-hov-clr)}code[class*=language-],pre[class*=language-]{color:#fff;background:0 0;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,DejaVu Sans Mono,monospace;font-size:1em;text-align:left;text-shadow:0 -.1em .2em #000;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}:not(pre)>code[class*=language-],pre[class*=language-]{background:#141414}pre[class*=language-]{border-radius:.5em;border:.3em solid #545454;box-shadow:1px 1px .5em #000 inset;margin:.5em 0;overflow:auto;padding:1em}pre[class*=language-]::-moz-selection{background:#27292a}pre[class*=language-]::selection{background:#27292a}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#ededed26}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#ededed26}:not(pre)>code[class*=language-]{border-radius:.3em;border:.13em solid #545454;box-shadow:1px 1px .3em -.1em #000 inset;padding:.15em .2em .05em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#777}.token.punctuation,.token.namespace{opacity:.7}.token.boolean,.token.deleted,.token.number,.token.tag{color:#ce6849}.token.builtin,.token.constant,.token.keyword,.token.property,.token.selector,.token.symbol{color:#f9ed99}.language-css .token.string,.style .token.string,.token.attr-name,.token.attr-value,.token.char,.token.entity,.token.inserted,.token.operator,.token.string,.token.url,.token.variable{color:#909e6a}.token.atrule{color:#7385a5}.token.important,.token.regex{color:#e8c062}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.language-markup .token.attr-name,.language-markup .token.punctuation,.language-markup .token.tag{color:#ac885c}.token{position:relative;z-index:1}.line-highlight.line-highlight{background:#54545440;background:linear-gradient(to right,#5454541a 70%,#54545400);border-bottom:1px dashed #545454;border-top:1px dashed #545454;margin-top:.75em;z-index:0}.line-highlight.line-highlight:before,.line-highlight.line-highlight[data-end]:after{background-color:#8693a6;color:#f4f1ef}header.svelte-p1j937{text-align:center;margin-bottom:2rem}header.svelte-p1j937 h1:where(.svelte-p1j937){background:linear-gradient(90deg,red,#08c);color:transparent;background-clip:text;-webkit-background-clip:text;font-size:clamp(24px,10vw,80px);font-weight:900;letter-spacing:.02em}header.svelte-p1j937 :is(h1,p){margin:0}main.svelte-12qhfyh{position:relative;max-width:70vmax;margin:0 auto;border-radius:10px;padding:1rem;background-color:var(--bg-clr);color:var(--primary-clr);box-shadow:2px 5px 20px #3333334d}
