@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,700;1,400&display=swap";*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}@layer base{:root{--background0: #fff;--background1: #ddd;--background2: #bbb;--background3: #999;--foreground0: #000;--foreground1: #444;--foreground2: #888;--font-size: 16px;--line-height: 1.3;--font-weight-bold: 700;--font-weight-normal: 400;--font-family: monospace;--box-border-color: var(--foreground0);--table-border-color: var(--box-border-color);--separator-color: var(--box-border-color);--separator-background: transparent}[data-webtui-theme=dark]{--background0: #000;--background1: #222;--background2: #444;--background3: #666;--foreground0: #fff;--foreground1: #ccc;--foreground2: #999}body,html{background-color:var(--background0);color:var(--foreground0);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-normal);line-height:var(--line-height, 1.5);font-variant-ligatures:common-ligatures}*{box-sizing:border-box;margin:0;padding:0;outline:none}}@layer components{pre,[is-~=pre]{--pre-background: var(--background1);background-color:var(--pre-background);white-space:pre-wrap;color:var(--foreground0);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-normal);line-height:var(--line-height);outline:none;border:none;padding:1lh 1ch}pre[size-=small],[is-~=pre][size-=small]{padding:0 1ch}pre:not([size-]),[is-~=pre]:not([size-]){background-color:transparent;background-image:linear-gradient(to bottom,transparent,transparent .5lh,var(--pre-background) .5lh,var(--pre-background) calc(100% - .5lh),transparent calc(100% - .5lh),transparent)}}@layer components{@property --table-border-width{syntax: "<length>"; inherits: true; initial-value: 2px;}table{border:none;outline:none;font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-normal);line-height:var(--line-height);text-align:left;position:relative;border-spacing:0 0}table:before{content:"";position:absolute;top:calc(.5lh - (var(--table-border-width) / 2));left:calc(.5ch - (var(--table-border-width) / 2));width:calc(100% - 1ch - var(--table-border-width));height:calc(100% - 1lh - var(--table-border-width));border:solid var(--table-border-width) var(--table-border-color)}table :first-child>tr:first-child>td,table :first-child>tr:first-child>th{padding-top:1lh}table :first-child>tr:first-child>td:before,table :first-child>tr:first-child>th:before{height:calc(100% - 1lh)}table :last-child>tr:last-child>td:before,table :last-child>tr:last-child>th:before{height:calc(100% + 1lh)}table tr th{font-weight:var(--font-weight-bold)}table tr th,table tr td{position:relative;padding-right:1ch;padding-bottom:1lh}table tr th:first-of-type,table tr td:first-of-type{padding-left:1ch}table tr th:before,table tr td:before{content:"";position:absolute;right:calc(.5ch - var(--table-border-width) / 2);bottom:calc(.5lh - var(--table-border-width) / 2);border-left:solid var(--table-border-width) var(--table-border-color);height:100%}table tr th:after,table tr td:after{content:"";position:absolute;left:calc(.5ch + var(--table-border-width) / 2);bottom:calc(.5lh - var(--table-border-width) / 2);width:100%;border-top:solid var(--table-border-width) var(--table-border-color)}table tr th:last-of-type:after,table tr td:last-of-type:after{width:calc(100% - 1ch)}table thead+tbody tr:first-of-type td,table thead+tbody tr:first-of-type th,table tbody+tfoot tr:first-of-type td,table tbody+tfoot tr:first-of-type th{padding-top:0}}@layer components{@property --separator-width{syntax: "<length>"; inherits: true; initial-value: 2px;}[is-~=separator]{--separator-bg-fallback: var(--separator-background, transparent);display:inline-flex;position:relative}[is-~=separator][direction-=x],[is-~=separator][direction-=horizontal],[is-~=separator]:not([direction-]){height:1lh;background-image:linear-gradient(0deg,var(--separator-bg-fallback) 0,var(--separator-bg-fallback) calc(.5lh - var(--separator-width) / 2),var(--separator-color) calc(.5lh - (var(--separator-width) / 2)),var(--separator-color) calc(.5lh + (var(--separator-width) / 2)),var(--separator-bg-fallback) calc(.5lh + (var(--separator-width) / 2)),var(--separator-bg-fallback))}[is-~=separator][direction-=x][cap-^=bisect]:before,[is-~=separator][direction-=horizontal][cap-^=bisect]:before,[is-~=separator]:not([direction-])[cap-^=bisect]:before{left:-.5ch}[is-~=separator][direction-=x][cap-$=bisect]:after,[is-~=separator][direction-=horizontal][cap-$=bisect]:after,[is-~=separator]:not([direction-])[cap-$=bisect]:after{right:-.5ch}[is-~=separator][direction-=x][cap-^=edge]:not([cap-=edge]),[is-~=separator][direction-=horizontal][cap-^=edge]:not([cap-=edge]),[is-~=separator]:not([direction-])[cap-^=edge]:not([cap-=edge]){clip-path:inset(0 -.5ch 0 .5ch)}[is-~=separator][direction-=x][cap-$=edge]:not([cap-=edge]),[is-~=separator][direction-=horizontal][cap-$=edge]:not([cap-=edge]),[is-~=separator]:not([direction-])[cap-$=edge]:not([cap-=edge]){clip-path:inset(0 .5ch 0 -.5ch)}[is-~=separator][direction-=x][cap-=edge],[is-~=separator][direction-=horizontal][cap-=edge],[is-~=separator]:not([direction-])[cap-=edge]{clip-path:inset(0 .5ch)}[is-~=separator][direction-=y],[is-~=separator][direction-=vertical]{width:1ch;background-image:linear-gradient(to right,var(--separator-bg-fallback) 0,var(--separator-bg-fallback) calc(.5ch - (var(--separator-width) / 2)),var(--separator-color) calc(.5ch - (var(--separator-width) / 2)),var(--separator-color) calc(.5ch + (var(--separator-width) / 2)),var(--separator-bg-fallback) calc(.5ch + (var(--separator-width) / 2)),var(--separator-bg-fallback))}[is-~=separator][direction-=y][cap-^=bisect]:before,[is-~=separator][direction-=vertical][cap-^=bisect]:before{top:-.5lh}[is-~=separator][direction-=y][cap-$=bisect]:after,[is-~=separator][direction-=vertical][cap-$=bisect]:after{bottom:-.5lh}[is-~=separator][direction-=y][cap-^=edge]:not([cap-=edge]),[is-~=separator][direction-=vertical][cap-^=edge]:not([cap-=edge]){clip-path:inset(.5lh 0 -.5lh 0)}[is-~=separator][direction-=y][cap-$=edge]:not([cap-=edge]),[is-~=separator][direction-=vertical][cap-$=edge]:not([cap-=edge]){clip-path:inset(-.5lh 0 .5lh 0)}[is-~=separator][direction-=y][cap-=edge],[is-~=separator][direction-=vertical][cap-=edge]{clip-path:inset(.5lh 0)}[is-~=separator][cap-]:before,[is-~=separator][cap-]:after{content:"";position:absolute;width:1ch;height:1lh;background-image:inherit}}@layer components{[is-~=badge]{color:var(--badge-text);background-image:linear-gradient(90deg,transparent 0,transparent calc(1ch - 1px),var(--badge-color) calc(1ch - 1px),var(--badge-color) calc(100% - 1ch + 1px),transparent calc(100% - 1ch + 1px),transparent);display:inline-flex;vertical-align:top;white-space:nowrap;height:1lh;line-height:1lh}[is-~=badge][variant-=foreground0],[is-~=badge]:not([variant-]){--badge-color: var(--foreground0);--badge-text: var(--background0)}[is-~=badge][variant-=foreground1]{--badge-color: var(--foreground1);--badge-text: var(--background0)}[is-~=badge][variant-=foreground2]{--badge-color: var(--foreground2);--badge-text: var(--background0)}[is-~=badge][variant-=background0]{--badge-color: var(--background0);--badge-text: var(--foreground0)}[is-~=badge][variant-=background1]{--badge-color: var(--background1);--badge-text: var(--foreground0)}[is-~=badge][variant-=background2]{--badge-color: var(--background2);--badge-text: var(--foreground0)}[is-~=badge][variant-=background3]{--badge-color: var(--background3);--badge-text: var(--foreground0)}[is-~=badge]:before,[is-~=badge]:after{content:"";width:1ch;height:1lh;display:inline-block;vertical-align:middle;background-color:var(--badge-color);overflow:hidden}[is-~=badge][cap-^=round]:before{border-top-left-radius:1lh;border-bottom-left-radius:1lh}[is-~=badge][cap-$=round]:after{border-top-right-radius:1lh;border-bottom-right-radius:1lh}[is-~=badge][cap-^=triangle]:before{clip-path:polygon(100% 0,100% 100%,0 50%)}[is-~=badge][cap-$=triangle]:after{clip-path:polygon(0 0,0 100%,100% 50%)}[is-~=badge][cap-^=slant-top]:before{clip-path:polygon(0 0,100% 0,100% 100%)}[is-~=badge][cap-$=slant-top]:after{clip-path:polygon(0 0,100% 0,0 100%)}[is-~=badge][cap-^=slant-bottom]:before{clip-path:polygon(100% 0,100% 100%,0 100%)}[is-~=badge][cap-$=slant-bottom]:after{clip-path:polygon(0 0,100% 100%,0 100%)}[is-~=badge][cap-^=ribbon]:before{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,100% 50%)}[is-~=badge][cap-$=ribbon]:after{clip-path:polygon(0 0,100% 0,0% 50%,100% 100%,0% 100%)}}@layer utils{@property --box-rounded-radius{syntax: "<length>"; inherits: false; initial-value: 4px;}@property --box-border-width{syntax: "<length>"; inherits: false; initial-value: 2px;}@property --box-double-border-width{syntax: "<length>"; inherits: false; initial-value: 1px;}[box-=square],[box-=round],[box-=double]{position:relative;isolation:isolate;padding:1lh 1ch}[box-=square]:before,[box-=round]:before,[box-=double]:before{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(100% - 1ch - var(--box-border-width));height:calc(100% - 1lh - var(--box-border-width));border:solid var(--box-border-width) var(--box-border-color);z-index:-1}[box-=square][box-=round]:before,[box-=round][box-=round]:before,[box-=double][box-=round]:before{border-radius:var(--box-rounded-radius)}[box-=square][box-=round]:after,[box-=round][box-=round]:after,[box-=double][box-=round]:after{border-radius:calc(var(--box-rounded-radius) + 2px)}[box-=square][box-=double]:before,[box-=round][box-=double]:before,[box-=double][box-=double]:before{border-width:var(--box-double-border-width)}[box-=square][box-=double]:after,[box-=round][box-=double]:after,[box-=double][box-=double]:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(100% - 1ch + var(--box-double-border-width) * 2);height:calc(100% - 1lh + var(--box-double-border-width) * 2);border:solid var(--box-double-border-width) var(--box-border-color);z-index:-1}[box-=square][shear-=both],[box-=round][shear-=both],[box-=double][shear-=both]{padding-top:0;padding-bottom:0}[box-=square][shear-=top],[box-=round][shear-=top],[box-=double][shear-=top]{padding-top:0}[box-=square][shear-=bottom],[box-=round][shear-=bottom],[box-=double][shear-=bottom]{padding-bottom:0}}[box-]:before,[box-]:after{border-width:var(--box-border-width, 1px)!important;border-color:var(--box-border-color, currentColor)!important}[box-~=double]:before,[box-~=double]:after{border-width:var(--box-double-border-width, 3px)!important;border-color:var(--box-border-color, currentColor)!important}table:before,table th:before,table th:after,table td:before,table td:after{border-width:var(--table-border-width, 2px)!important;border-color:var(--table-border-color, var(--foreground2))!important}:root{--color-black-0: #000000;--color-black-1: #555555;--color-red-0: #aa0000;--color-red-1: #ff5555;--color-green-0: #00aa00;--color-green-1: #55ff55;--color-yellow-0: #aa5500;--color-yellow-1: #ffff55;--color-blue-0: #0000aa;--color-blue-1: #5555ff;--color-magenta-0: #aa00aa;--color-magenta-1: #ff55ff;--color-cyan-0: #00aaaa;--color-cyan-1: #55ffff;--color-white-0: #aaaaaa;--color-white-1: #ffffff;font-family:IBM Plex Mono,JetBrains Mono,Fira Code,Cascadia Code,Consolas,Monaco,Courier New,monospace}*{font-family:IBM Plex Mono,JetBrains Mono,Fira Code,Cascadia Code,Consolas,Monaco,Courier New,monospace;font-size:1rem;line-height:1.5}code,pre{font-size:1rem!important}article h1:not(:is(.not-prose *)),article h2:not(:is(.not-prose *)),article h3:not(:is(.not-prose *)),article h4:not(:is(.not-prose *)),article .date-component:not(:is(.not-prose *)),article p:not(:is(.not-prose *)){margin-bottom:1lh}article h2:not(:is(.not-prose *)):has(+.date-component){margin-bottom:0}article h2:not(:is(.not-prose *)),article h3:not(:is(.not-prose *)),article h4:not(:is(.not-prose *)){font-weight:700}article h2:not(:is(.not-prose *)):before{color:var(--foreground2);content:"## "}article h3:not(:is(.not-prose *)):before{color:var(--foreground2);content:"### "}article h4:not(:is(.not-prose *)):before{color:var(--foreground2);content:"#### "}article dfn:not(:is(.not-prose *)){text-decoration:underline dotted;cursor:help;font-style:normal}article code:not(:is(.not-prose *)){background-color:var(--background1)}article ul:not(:is(.not-prose *)){list-style-type:disc;margin-bottom:1lh;padding-left:2ch}article ol:not(:is(.not-prose *)){list-style-type:decimal;margin-bottom:1lh;padding-left:3ch}article li:not(:is(.not-prose *)){list-style-type:inherit}article ul:not(:is(.not-prose *)) ul{list-style-type:circle;margin-top:0;margin-bottom:0}article ul:not(:is(.not-prose *)) ul ul{list-style-type:square}article ol:not(:is(.not-prose *)) ol{list-style-type:lower-alpha;margin-top:0;margin-bottom:0}article ol:not(:is(.not-prose *)) ol ol{list-style-type:lower-roman}article ul:not(:is(.not-prose *)) ul li:last-child,article ol:not(:is(.not-prose *)) ol li:last-child{margin-bottom:0}article table:not(:is(.not-prose *)){margin-bottom:1lh}article blockquote:not(:is(.not-prose *)){position:relative;margin-bottom:1lh;padding-left:3ch;padding-right:2ch;padding-top:1lh;padding-bottom:1lh;background-color:var(--background1);background-image:linear-gradient(var(--foreground2),var(--foreground2));background-size:1ch 100%;background-repeat:no-repeat;background-position:0 0}article blockquote:not(:is(.not-prose *)):before{content:"▌";position:absolute;left:0;top:0;bottom:0;color:var(--foreground2);font-size:1rem;line-height:1;overflow:hidden}article blockquote:not(:is(.not-prose *)) a{color:var(--foreground1);text-decoration:underline;font-weight:700}article blockquote:not(:is(.not-prose *)) a:hover,article blockquote:not(:is(.not-prose *)) a:focus{background-color:var(--foreground0);color:var(--background1);outline:none}article blockquote:not(:is(.not-prose *)) .blockquote-footer{margin-top:1lh;color:var(--foreground1);font-style:italic}article a:not(:is(.not-prose *,.link)){color:var(--foreground0);text-decoration:underline}article a:not(:is(.not-prose *,.link)):hover,article a:not(:is(.not-prose *,.link)):focus{background-color:var(--foreground0);color:var(--background0);outline:none}.readme-content a{color:var(--foreground0);font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:currentColor}.readme-content a:hover,.readme-content a:focus{padding-inline:.5ch;margin-inline:-.5ch;background-color:var(--background0);filter:invert(1);outline:none}.readme-content a[href^=http]:after,.readme-content a[href^=https]:after{content:"↗"}.buffer{margin-left:calc(var(--spacing) * -.5);margin-right:calc(var(--spacing) * -.5);padding-left:calc(var(--spacing) * .5);padding-right:calc(var(--spacing) * .5)}.buffer-2{margin-left:calc(var(--spacing) * -1);margin-right:calc(var(--spacing) * -1);padding-left:calc(var(--spacing) * 1);padding-right:calc(var(--spacing) * 1)}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.nav-tabs[data-astro-cid-dmqpwcec]{scrollbar-width:none;-ms-overflow-style:none}.nav-tabs[data-astro-cid-dmqpwcec]::-webkit-scrollbar{display:none}.nav-link[data-astro-cid-dmqpwcec]{display:flex;align-items:center;transition:filter .2s}.nav-link[data-astro-cid-dmqpwcec]:hover,.nav-link[data-astro-cid-dmqpwcec]:focus-visible{filter:invert(1);outline:none}.nav-link[data-astro-cid-dmqpwcec].active{background-color:var(--background0);color:var(--foreground0)}.nav-link[data-astro-cid-dmqpwcec].current,.nav-link[data-astro-cid-dmqpwcec].current:hover,.nav-link[data-astro-cid-dmqpwcec].current:focus-visible{filter:invert(0);outline:none;pointer-events:none;cursor:default}.icon-link[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:center;background-color:var(--background1);height:100%;padding:.5rem;transition:filter .2s}.icon-link[data-astro-cid-dmqpwcec]:hover,.icon-link[data-astro-cid-dmqpwcec]:focus-visible{filter:invert(1);outline:none}.skip-link[data-astro-cid-dmqpwcec]{transition:filter .2s}.skip-link[data-astro-cid-dmqpwcec]:focus{filter:invert(1);outline:none}
