@media(prefers-color-scheme:dark){:where(:root){--canvas-background: #333;--canvas-foreground: #ccc;--highlighted: #6663}}@media(prefers-color-scheme:light){:where(:root){--canvas-background: #ccc;--canvas-foreground: #333;--highlighted: #9993}}:where(:root){--header-width: 16rlh;--header-height: 3rlh;--searchbar-width: .5rlh;--toolbar-height: var(--header-height)}:where(:root:has(details.searchbar[open])){--searchbar-width: var(--header-width)}*,:before,:after{box-sizing:border-box;outline:0;vertical-align:top;line-height:inherit;color:inherit;font-family:inherit;font-size:inherit;overscroll-behavior:none}h1,details.searchbar,details.searchbar>form,form.toolbar{position:fixed;z-index:5;display:grid;padding:.5rlh;gap:.5rlh}h1{width:6rlh;height:var(--header-height);left:0;top:0;margin:0;font-size:1.6rlh}fieldset,a[download],label,details>summary{grid-auto-columns:minmax(0,auto);grid-auto-rows:minmax(0,auto);display:grid;padding:.5rlh;gap:1rlh;cursor:default}form>p{margin:0}fieldset{margin:0;border:0}fieldset>legend{display:contents}@media(prefers-color-scheme:dark){:where(:root){--control-background: #ccc3;--control-foreground: #ccc}}@media(prefers-color-scheme:light){:where(:root){--control-background: #9993;--control-foreground: #333}}a[download],label,details>summary{place-content:end stretch;display:inline-grid;width:100%;height:100%;border-radius:.25rlh;color:var(--control-foreground);text-decoration-line:none;box-shadow:0 0 transparent;transition:background-color .2s,box-shadow .2s}a[download],label:has(>input[type=checkbox]),label:has(>input[type=radio]),label:has(>input[type=reset]),label:has(>input[type=submit]),details>summary{place-content:stretch start}a[download]:hover,a[download]:focus-within,label:hover,label:focus-within,details>summary:hover,details>summary:focus-within{background-color:var(--control-background);box-shadow:0 0 0 .25rlh var(--control-background)}a[download]:focus-within,label:focus-within,details>summary:focus-within{outline:.5px dashed var(--canvas-foreground);outline-offset:.5px}a[download]:not([href]),label:has(>input:disabled),label:has(>select:disabled){opacity:50%;pointer-events:none}a[download]:active,label:active,details>summary:active{background-color:transparent;box-shadow:0 0 0 .25rlh var(--control-background)}label:has(>select[data-open]),details[open]>summary{outline:.5px solid var(--canvas-foreground);outline-offset:.5px}details>summary{padding-right:2rlh;background-image:url(/assets/down-CrCC_6tw.svg);background-position:right .2rlh top .2rlh;background-size:1.6rlh 1.6rlh;background-repeat:no-repeat no-repeat;background-origin:border-box}details[open]>summary{background-image:url(/assets/up-Tso9ZS0y.svg)}@media(prefers-color-scheme:dark){:where(:root){--field-foreground: #0009;--field-background: #0006;--field-foreground-accent: #000;--field-background-accent: #333;--button-foreground: #0009;--button-background: #0009;--button-foreground-accent: #000;--button-background-accent: #000}}@media(prefers-color-scheme:light){:where(:root){--field-foreground: #9996;--field-background: #fff9;--field-foreground-accent: #666;--field-background-accent: #fff;--button-foreground: #9996;--button-background: #9996;--button-foreground-accent: #999;--button-background-accent: #999}}:where([data-icon=download]){--icon: url(/assets/download-ueU5eHeL.svg)}:where([data-icon=cross]){--icon: url(/assets/cross-D111dwM2.svg)}:where([data-icon=reset]){--icon: url(/assets/reset-B14B5BDZ.svg)}:where([data-icon=search]){--icon: url(/assets/search-w2gZh2-Y.svg)}:where([data-icon=filter]){--icon: url(/assets/filter-BJAmCizh.svg)}fieldset>menu,a[download]:before,label>input,label>select,details>summary:before{order:1;place-self:center;grid-column:1;grid-row:2;width:calc(100% + 1rlh);margin:-.5rlh}a[download]:before,label>input,label>select,details>summary:before{-webkit-appearance:none;appearance:none;height:2rlh;padding:.4rlh;border-radius:.25rlh;border:.1rlh solid transparent;border-color:var(--field-foreground);background-color:var(--field-background);background-clip:padding-box;color:currentColor;cursor:text;transition:border-color .2s,background-color .2s}a[download]:hover:before,a[download]:focus-within:before,label:hover>input,label:focus-within>input,label:hover>select,label:focus-within>select,details>summary:hover:before,details>summary:focus-within:before{border-color:var(--field-foreground-accent);background-color:var(--field-background-accent)}a[download]:not([data-icon]):before,label:not([data-icon])>input,label:not([data-icon])>select,details>summary:not([data-icon]):before{--icon: none}a[download][data-icon]:before,label[data-icon]>input,label[data-icon]>select,details.searchbar>summary[data-icon]:before{background-image:var(--icon);background-position:left .2rlh top .2rlh;background-size:1.6rlh 1.6rlh;background-repeat:no-repeat no-repeat;background-origin:border-box}fieldset>menu{display:grid;height:calc(100% + 1rlh);padding:0;cursor:default}fieldset>menu>li{list-style-type:none;display:list-item;margin:0;padding:0}fieldset>menu.horizontal{grid-auto-flow:column}fieldset>menu>li>p{width:100%;height:100%;margin:0}label>input:placeholder-shown,label>input:indeterminate,label>select:not([multiple]):has(>option[value=""]:checked),label>select[multiple]:not(:has(>option:not([value=""]):checked)){color:color-mix(in srgb,currentColor 50%,transparent)}label>input::placeholder{color:currentColor}label[data-icon]>input,label[data-icon]>select{padding-left:1.9rlh}label>input[type=checkbox],label>input[type=radio]{order:-1;grid-column:-3;grid-row:1;width:1rlh;height:1rlh;margin:0;padding:0;cursor:default}label>input[type=radio]{border-radius:.5rlh}label:hover>input[type=checkbox],label:focus-within>input[type=checkbox],label:hover>input[type=radio],label:focus-within>input[type=radio]{border-color:var(--field-foreground-accent);background-color:var(--field-background-accent)}label:not([data-icon])>input[type=checkbox],label:not([data-icon])>input[type=radio]{background-repeat:no-repeat no-repeat;background-origin:border-box}label:not([data-icon])>input[type=checkbox]{background-image:linear-gradient(45deg,transparent calc(50% - .1rlh),currentColor 0 calc(50% + .1rlh),transparent 0),linear-gradient(135deg,transparent calc(50% - .1rlh),currentColor 0 calc(50% + .1rlh),transparent 0),radial-gradient(circle at .1rlh .4rlh,currentColor .1rlh,transparent 0),radial-gradient(circle at .3rlh .6rlh,currentColor .1rlh,transparent 0),radial-gradient(circle at .7rlh .2rlh,currentColor .1rlh,transparent 0);background-position:left .1292893219rlh top .4292893219rlh,left .3292893219rlh top .2292893219rlh,left .1rlh top .1rlh,left .1rlh top .1rlh,left .1rlh top .1rlh;background-size:.3414213562rlh .3414213562rlh,.5414213562rlh .5414213562rlh,.8rlh .8rlh,.8rlh .8rlh,.8rlh .8rlh}label:not([data-icon])>input[type=radio]{background-image:radial-gradient(circle at .4rlh .4rlh,currentColor .2rlh,transparent 0);background-position:left .1rlh top .1rlh;background-size:.8rlh .8rlh}label:not([data-icon])>input[type=checkbox]:not(:checked),label:not([data-icon])>input[type=radio]:not(:checked){background-size:0 0}label[data-icon]>input[type=checkbox],label[data-icon]>input[type=radio]{padding-left:0;background-position:left .1rlh top .1rlh;background-size:.8rlh .8rlh}label[data-icon]>input[type=checkbox]:not(:checked),label[data-icon]>input[type=radio]:not(:checked){background-size:0 0}a[download]:before,label>input[type=reset],label>input[type=submit],details>summary:before{order:-1;grid-column:-3;grid-row:1;width:2rlh;height:2rlh;margin:-.5rlh;padding:0;border-color:var(--button-foreground);background-color:var(--button-background);font-size:0;-webkit-user-select:none;user-select:none;cursor:default}a[download]:hover:before,a[download]:focus-within:before,label:hover>input[type=reset],label:focus-within>input[type=reset],label:hover>input[type=submit],label:focus-within>input[type=submit],details>summary:hover:before,details>summary:focus-within:before{border-color:var(--button-foreground-accent);background-color:var(--button-background-accent)}a[download]:before,details>summary:before{content:""}a[download][data-icon]:before,label[data-icon]>input[type=reset],label[data-icon]>input[type=submit],details>summary[data-icon]:before{padding-left:1.8rlh}label>select{cursor:default}label>select[multiple]{overflow-y:clip}label>select[multiple]>option{display:inline;padding:0;background-color:transparent;cursor:default;pointer-events:none}label>select[multiple]>option:not([value=""]):not(:checked),label>select[multiple]:has(>option:not([value=""]):checked)>option[value=""]{font-size:0}label>select[multiple]>option:checked~option:checked:before{content:", "}label:not([data-icon])>select{padding-right:1.9rlh;background-image:radial-gradient(circle at .8rlh .4rlh,currentColor .05rlh,transparent 0),radial-gradient(circle at .8rlh .8rlh,currentColor .05rlh,transparent 0),radial-gradient(circle at .8rlh 1.2rlh,currentColor .05rlh,transparent 0);background-position:right .2rlh top .2rlh,right .2rlh top .2rlh,right .2rlh top .2rlh;background-size:1.6rlh 1.6rlh,1.6rlh 1.6rlh,1.6rlh 1.6rlh;background-repeat:no-repeat no-repeat;background-origin:border-box}dialog.select:modal{max-width:calc(100% - 1rlh);max-height:calc(100% - 1rlh);padding:.5rlh;border-radius:.75rlh;border:.25rlh solid var(--highlighted);background:var(--canvas-background)}dialog.select:modal>form>p:has(>label>input[type=submit]){position:sticky;z-index:1;width:8rlh;left:0;top:0;margin:0 0 -3rlh auto;padding:.5rlh;transform:translate(.5rlh,-.5rlh)}dialog.select:modal>form>fieldset>legend{position:sticky;display:block;width:calc(100% - 6.25rlh);left:0;top:0;margin:0 6.25rlh -1rlh 0;padding:1rlh;border-bottom:.25rlh solid var(--highlighted);background:var(--canvas-background);transform:translate(-1rlh,-.5rlh)}dialog.select:modal>form>fieldset>legend:after{content:"";position:absolute;height:calc(100% + .25rlh);width:8.25rlh;left:0;top:0;margin:0 0 -3rlh 100%;border-left:.25rlh solid var(--highlighted);border-bottom:.25rlh solid var(--highlighted);background:var(--canvas-background)}dialog.select:modal::backdrop{background:var(--canvas-background);opacity:50%}details.searchbar{place-content:stretch start;grid-auto-flow:column;width:calc(var(--header-width) - 6rlh);height:var(--header-height);left:6rlh;top:0}details.searchbar>form{place-content:start stretch;grid-auto-flow:row;width:var(--searchbar-width);height:calc(100% - var(--header-height) + .5rlh);left:0;top:calc(var(--header-height) - .5rlh);overflow-y:auto}form.toolbar{place-content:stretch end;grid-auto-flow:column;width:calc(100% - var(--header-width) + .5rlh);height:3rlh;left:calc(var(--header-width) - .5rlh);top:0;overflow-x:auto}table{table-layout:fixed;border-collapse:collapse}th,td{padding:.5rlh;text-align:center;vertical-align:middle}th:not(:empty){outline:1px solid var(--canvas-foreground);outline-offset:-.5px;border:1px solid rgba(0,0,0,0);background:var(--canvas-background)}th:empty{outline:1px dashed var(--canvas-foreground);outline-offset:-.5px;border:1px dashed rgba(0,0,0,0);background:var(--canvas-background)}th:not([scope]){position:sticky;z-index:4;left:var(--searchbar-width);top:var(--toolbar-height)}th[scope=row],th[scope=col]{position:sticky;z-index:3}th[scope=row]{left:var(--searchbar-width);top:auto}th[scope=col]{left:auto;top:var(--toolbar-height)}td:not(:empty){border:1px solid var(--canvas-foreground);background:var(--highlighted)}p.no-result{margin:0;text-align:center}:root{width:min-content;height:min-content;min-width:100%;min-height:100%;font:1em/1.25 serif}body{place-content:start stretch;grid-auto-flow:row;display:grid;margin:calc(var(--toolbar-height) - .5rlh) 0 0 calc(var(--searchbar-width) - .5rlh);padding:.5rlh;gap:.5rlh;font-size:.8rlh;background:var(--canvas-background);color:var(--canvas-foreground)}body:before,body:after{content:"";position:fixed;z-index:4;left:0;top:0;background:var(--canvas-background)}body:before{width:100%;height:var(--toolbar-height)}body:after{width:var(--searchbar-width);height:100%}
