@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;outline:none;margin:0;padding:0}[data-webtui-theme|=everforest-dark]{--red:#e67e80;--orange:#e69875;--yellow:#dbbc7f;--green:#a7c080;--blue:#7fbbb3;--aqua:#83c092;--purple:#d699b6;--fg:#d3c6aa;--statusline1:#a7c080;--statusline2:#d3c6aa;--statusline3:#e67e80;--gray0:#7a8478;--gray1:#859289;--gray2:#9da9a0}[data-webtui-theme=everforest-dark-hard]{--bg-dim:#1e2326;--bg0:#272e33;--bg1:#2e383c;--bg2:#374145;--bg3:#414b50;--bg4:#495156;--bg5:#4f5b58;--bg-red:#4c3743;--bg-visual:#493b40;--bg-yellow:#45443c;--bg-green:#3c4841;--bg-blue:#384b55}[data-webtui-theme=everforest-dark-medium],[data-webtui-theme=everforest-dark],[data-webtui-theme=everforest]{--bg-dim:#232a2e;--bg0:#2d353b;--bg1:#343f44;--bg2:#3d484d;--bg3:#475258;--bg4:#4f585e;--bg5:#56635f;--bg-red:#4c3743;--bg-visual:#493b40;--bg-yellow:#45443c;--bg-green:#3c4841;--bg-blue:#384b55}[data-webtui-theme=everforest-dark-soft]{--bg-dim:#293136;--bg0:#333c43;--bg1:#3a464c;--bg2:#434f55;--bg3:#4d5960;--bg4:#555f66;--bg5:#5d6b66;--bg-red:#5c3f4f;--bg-visual:#59464c;--bg-yellow:#55544a;--bg-green:#48584e;--bg-blue:#3f5865}[data-webtui-theme|=everforest-light]{--red:#f85552;--orange:#f57d26;--yellow:#dfa000;--green:#8da101;--blue:#3a94c5;--aqua:#35a77c;--purple:#df69ba;--fg:#5c6a72;--statusline1:#93b259;--statusline2:#708089;--statusline3:#e66868;--gray0:#a6b0a0;--gray1:#939f91;--gray2:#829181}[data-webtui-theme=everforest-light-hard]{--bg-dim:#f2efdf;--bg0:#fffbef;--bg1:#f8f5e4;--bg2:#f2efdf;--bg3:#edeada;--bg4:#e8e5d5;--bg5:#bec5b2;--bg-visual:#f0f2d4;--bg-red:#ffe7de;--bg-green:#f3f5d9;--bg-blue:#ecf5ed;--bg-yellow:#fef2d5}[data-webtui-theme=everforest-light-medium],[data-webtui-theme=everforest-light]{--bg-dim:#efebd4;--bg0:#fdf6e3;--bg1:#f4f0d9;--bg2:#efebd4;--bg3:#e6e2cc;--bg4:#e0dcc7;--bg5:#bdc3af;--bg-visual:#eaedc8;--bg-red:#fbe3da;--bg-green:#f0f1d2;--bg-blue:#e9f0e9;--bg-yellow:#faedcd}[data-webtui-theme=everforest-light-soft]{--bg-dim:#e5dfc5;--bg0:#f3ead3;--bg1:#eae4ca;--bg2:#e5dfc5;--bg3:#ddd8be;--bg4:#d8d3ba;--bg5:#b9c0ab;--bg-visual:#e1e4bd;--bg-red:#f4dbd0;--bg-green:#e5e6c5;--bg-blue:#e1e7dd;--bg-yellow:#f1e4c5}[data-webtui-theme|=everforest]{--background0:var(--bg0);--background1:var(--bg1);--background2:var(--bg2);--background3:var(--bg3);--foreground0:var(--fg);--foreground1:var(--gray2);--foreground2:var(--gray1)}}@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]{isolation:isolate;padding:1lh 1ch;position:relative}[box-=square]:before,[box-=round]:before,[box-=double]:before{content:"";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;position:absolute;top:50%;left:50%;translate:-50% -50%}[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:"";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;position:absolute;top:50%;left:50%;translate:-50% -50%}[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}}@layer components{button,input[type=button],input[type=submit],input[type=reset],[is-~=button]{--button-primary:var(--foreground0);--button-secondary:var(--background0);--mapped-primary:var(--button-primary);--mapped-secondary:var(--button-secondary);color:var(--mapped-secondary);background-color:var(--mapped-primary);font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);border:none;outline:none;justify-content:center;align-items:center;padding:0 2ch;display:inline-flex}button[box-],input[type=button][box-],input[type=submit][box-],input[type=reset][box-],[is-~=button][box-]{color:var(--mapped-primary);--box-border-color:var(--mapped-primary);background-color:#0000}button:focus,input[type=button]:focus,input[type=submit]:focus,input[type=reset]:focus,[is-~=button]:focus{font-weight:700;text-decoration:underline}button:active,input[type=button]:active,input[type=submit]:active,input[type=reset]:active,[is-~=button]:active{--mapped-primary:var(--mapped-secondary);--mapped-secondary:var(--mapped-primary)}button:disabled,input[type=button]:disabled,input[type=submit]:disabled,input[type=reset]:disabled,[is-~=button]:disabled{pointer-events:none;text-decoration:line-through}button[size-=small],input[type=button][size-=small],input[type=submit][size-=small],input[type=reset][size-=small],[is-~=button][size-=small]{height:1lh;padding:0 1ch}button:not([size-]):not([box-]),button[size-=default]:not([box-]),input[type=button]:not([size-]):not([box-]),input[type=button][size-=default]:not([box-]),input[type=submit]:not([size-]):not([box-]),input[type=submit][size-=default]:not([box-]),input[type=reset]:not([size-]):not([box-]),input[type=reset][size-=default]:not([box-]),[is-~=button]:not([size-]):not([box-]),[is-~=button][size-=default]:not([box-]){background-color:#0000;background-image:linear-gradient(to bottom, transparent 0, transparent .5lh, var(--mapped-primary) .5lh, var(--mapped-primary) calc(100% - .5lh), transparent calc(100% - .5lh), transparent)}button[size-=large],button[size-=default],button:not([size-]),input[type=button][size-=large],input[type=button][size-=default],input[type=button]:not([size-]),input[type=submit][size-=large],input[type=submit][size-=default],input[type=submit]:not([size-]),input[type=reset][size-=large],input[type=reset][size-=default],input[type=reset]:not([size-]),[is-~=button][size-=large],[is-~=button][size-=default],[is-~=button]:not([size-]){height:3lh}button[variant-=foreground0],button:not([variant-]),input[type=button][variant-=foreground0],input[type=button]:not([variant-]),input[type=submit][variant-=foreground0],input[type=submit]:not([variant-]),input[type=reset][variant-=foreground0],input[type=reset]:not([variant-]),[is-~=button][variant-=foreground0],[is-~=button]:not([variant-]){--button-primary:var(--foreground0);--button-secondary:var(--background0)}button[variant-=foreground1],input[type=button][variant-=foreground1],input[type=submit][variant-=foreground1],input[type=reset][variant-=foreground1],[is-~=button][variant-=foreground1]{--button-primary:var(--foreground1);--button-secondary:var(--background0)}button[variant-=foreground2],input[type=button][variant-=foreground2],input[type=submit][variant-=foreground2],input[type=reset][variant-=foreground2],[is-~=button][variant-=foreground2]{--button-primary:var(--foreground2);--button-secondary:var(--background0)}button[variant-=background0],input[type=button][variant-=background0],input[type=submit][variant-=background0],input[type=reset][variant-=background0],[is-~=button][variant-=background0]{--button-primary:var(--background0);--button-secondary:var(--foreground0)}button[variant-=background1],input[type=button][variant-=background1],input[type=submit][variant-=background1],input[type=reset][variant-=background1],[is-~=button][variant-=background1]{--button-primary:var(--background1);--button-secondary:var(--foreground0)}button[variant-=background2],input[type=button][variant-=background2],input[type=submit][variant-=background2],input[type=reset][variant-=background2],[is-~=button][variant-=background2]{--button-primary:var(--background2);--button-secondary:var(--foreground0)}button[variant-=background3],input[type=button][variant-=background3],input[type=submit][variant-=background3],input[type=reset][variant-=background3],[is-~=button][variant-=background3]{--button-primary:var(--background3);--button-secondary:var(--foreground0)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);font-weight:var(--font-weight-bold)}h1 code,h2 code,h3 code,h4 code,h5 code,h6 code{color:inherit;background-color:var(--background1);padding:0 1ch}ol{list-style-position:inside}ol li>ol{margin-left:2ch}ul{list-style-type:none}ul li:before{color:inherit;content:"- "}ul[marker-=bullet] li:before{content:"• "}ul[marker-~=tree] li:before{content:"├ "}ul[marker-~=tree]:not([marker-^=open]) li:first-of-type:before{content:"┌ "}ul[marker-~=tree]:not([marker-$=open]) li:last-of-type:before{content:"└ "}ul li>ul{margin-left:2ch}p,blockquote,li,[is-~=typography-block]{font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);color:var(--foreground1)}p:is(blockquote),blockquote:is(blockquote),li:is(blockquote),[is-~=typography-block]:is(blockquote){padding-left:2ch;position:relative}p:is(blockquote):before,blockquote:is(blockquote):before,li:is(blockquote):before,[is-~=typography-block]:is(blockquote):before{content:"";width:var(--box-border-width,2px);background-color:var(--background2);height:100%;position:absolute;top:0;left:.5ch;translate:-50%}p strong,blockquote strong,li strong,[is-~=typography-block] strong{font-weight:var(--font-weight-bold);color:var(--foreground0)}p a,blockquote a,li a,[is-~=typography-block] a{color:var(--foreground2);text-decoration:underline}p code,blockquote code,li code,[is-~=typography-block] code{background-color:var(--background1);padding-left:1ch;padding-right:1ch;display:inline-block}[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);vertical-align:top;white-space:nowrap;height:1lh;line-height:1lh;display:inline-flex}[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:"";vertical-align:middle;background-color:var(--badge-color);width:1ch;height:1lh;display:inline-block;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%)}input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=number],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week],input:not([type]),[is-~=input]{background-color:var(--background1);color:var(--foreground0);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-normal);line-height:var(--line-height);border:none;outline:none;min-width:24ch}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=url]::placeholder,input[type=number]::placeholder,input[type=date]::placeholder,input[type=datetime]::placeholder,input[type=datetime-local]::placeholder,input[type=month]::placeholder,input[type=time]::placeholder,input[type=week]::placeholder,input:not([type])::placeholder,[is-~=input]::placeholder{color:var(--foreground2)}input[type=text]:not([size-]),input[type=email]:not([size-]),input[type=password]:not([size-]),input[type=search]:not([size-]),input[type=tel]:not([size-]),input[type=url]:not([size-]),input[type=number]:not([size-]),input[type=date]:not([size-]),input[type=datetime]:not([size-]),input[type=datetime-local]:not([size-]),input[type=month]:not([size-]),input[type=time]:not([size-]),input[type=week]:not([size-]),input:not([type]):not([size-]),[is-~=input]:not([size-]){height:1lh;padding:0 1ch}input[type=text][size-=small],input[type=email][size-=small],input[type=password][size-=small],input[type=search][size-=small],input[type=tel][size-=small],input[type=url][size-=small],input[type=number][size-=small],input[type=date][size-=small],input[type=datetime][size-=small],input[type=datetime-local][size-=small],input[type=month][size-=small],input[type=time][size-=small],input[type=week][size-=small],input:not([type])[size-=small],[is-~=input][size-=small]{height:1lh;padding:0}input[type=text][size-=large],input[type=email][size-=large],input[type=password][size-=large],input[type=search][size-=large],input[type=tel][size-=large],input[type=url][size-=large],input[type=number][size-=large],input[type=date][size-=large],input[type=datetime][size-=large],input[type=datetime-local][size-=large],input[type=month][size-=large],input[type=time][size-=large],input[type=week][size-=large],input:not([type])[size-=large],[is-~=input][size-=large]{height:3lh;padding:1lh 2ch}textarea,[is-~=textarea]{background-color:var(--background1);color:var(--foreground0);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-normal);line-height:var(--line-height);resize:vertical;border:none;outline:none;min-width:24ch}textarea::placeholder,[is-~=textarea]::placeholder{color:var(--foreground2)}textarea:not([size-]),[is-~=textarea]:not([size-]){min-height:2lh;padding:0 1ch}textarea[size-=small],[is-~=textarea][size-=small]{min-height:2lh;padding:0}textarea[size-=large],[is-~=textarea][size-=large]{min-height:4lh;padding:1lh 2ch}@property --popover-offset-x{syntax:"<length>";inherits:true;initial-value:0}@property --popover-offset-y{syntax:"<length>";inherits:true;initial-value:0}details[is-~=popover]{--popover-backdrop-color:transparent;position:relative}details[is-~=popover] summary:focus{text-decoration:underline}details[is-~=popover] summary::-webkit-details-marker{display:none}details[is-~=popover] summary::marker{content:"";display:none}details[is-~=popover][open] summary:before{content:"";z-index:1;background-color:var(--popover-backdrop-color);width:100vw;height:100vh;display:block;position:fixed;inset:0}details[is-~=popover][open] summary+*{z-index:2;position:absolute}details[is-~=popover][open][position-~=baseline-left] summary+*,details[is-~=popover][open]:not([position-]) summary+*{left:0%}details[is-~=popover][open][position-~=baseline-right] summary+*{left:100%;translate:-100%}details[is-~=popover][open][position-~=left] summary+*{left:calc(var(--popover-offset-x) * -1);translate:-100%}details[is-~=popover][open][position-~=right] summary+*{left:calc(100% + var(--popover-offset-x))}details[is-~=popover][open][position-~=baseline-top] summary+*{top:0%}details[is-~=popover][open][position-~=baseline-bottom] summary+*{top:100%;transform:translateY(-100%)}details[is-~=popover][open][position-~=top] summary+*{top:calc(var(--popover-offset-y) * -1);transform:translateY(-100%)}details[is-~=popover][open][position-~=bottom] summary+*,details[is-~=popover][open]:not([position-]) summary+*{top:calc(100% + var(--popover-offset-y))}input[type=checkbox]:not([is-=switch]){appearance:none;width:3ch;min-width:initial;vertical-align:text-top;color:var(--foreground2);font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);outline:none;display:inline-block;position:relative}input[type=checkbox]:not([is-=switch]):before{content:"";background:var(--background1);justify-content:center;align-items:center;width:3ch;height:1lh;display:inline-flex;position:absolute;inset:0}input[type=checkbox]:not([is-=switch]):checked:before{content:"X"}label:has(input[type=checkbox]:not([is-=switch])){align-items:flex-start;gap:1ch;max-width:fit-content;display:inline-flex}label:has(input[type=checkbox]:not([is-=switch]):focus){font-weight:700;text-decoration:underline}input[type=checkbox]:not([is-=switch]):disabled{color:var(--foreground2);pointer-events:none}label:has(input[type=checkbox]:not([is-=switch]):disabled){color:var(--foreground2);text-decoration:line-through}@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-]){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));height:1lh}[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]{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));width:1ch}[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)}[is-~=separator][direction-=y][cap-$=edge]:not([cap-=edge]),[is-~=separator][direction-=vertical][cap-$=edge]:not([cap-=edge]){clip-path:inset(-.5lh 0 .5lh)}[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:"";background-image:inherit;width:1ch;height:1lh;position:absolute}input[type=radio]{appearance:none;width:3ch;min-width:initial;vertical-align:text-top;color:var(--foreground2);font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);outline:none;display:inline-block;position:relative}input[type=radio]:before{content:"( )";background:var(--background1);justify-content:center;align-items:center;width:3ch;height:1lh;display:flex;position:absolute;inset:0}input[type=radio]:checked:before{content:"(*)"}input[type=radio]:disabled{color:var(--foreground2);pointer-events:none}label:has(input[type=radio]){align-items:flex-start;gap:1ch;max-width:fit-content;display:inline-flex}label:has(input[type=radio]:focus){font-weight:700;text-decoration:underline}label:has(input[type=radio]:disabled){color:var(--foreground2);text-decoration:line-through}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);border:none;outline:none;padding:1lh 1ch}pre[size-=small],[is-~=pre][size-=small]{padding:0 1ch}pre:not([size-]),[is-~=pre]:not([size-]){background-color:#0000;background-image:linear-gradient(to bottom, transparent, transparent .5lh, var(--pre-background) .5lh, var(--pre-background) calc(100% - .5lh), transparent calc(100% - .5lh), transparent)}@property --tooltip-offset-x{syntax:"<length>";inherits:true;initial-value:0}@property --tooltip-offset-y{syntax:"<length>";inherits:true;initial-value:0}@property --tooltip-delay{syntax:"<time>";inherits:true;initial-value:.5s}[is-~=tooltip]{position:relative}[is-~=tooltip] [is-~=tooltip-content]{opacity:0;transition:all linear;position:absolute;overflow:hidden;transform:scale(0)}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content]){opacity:1;z-index:2;transition-delay:var(--tooltip-delay);transform:scale(1)}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=baseline-left],[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=baseline-left],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=baseline-left],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content]:not([position-])){left:0%}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=baseline-right],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=baseline-right],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=baseline-right]){left:100%;translate:-100%}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=left],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=left],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=left]){left:calc(var(--tooltip-offset-x) * -1);translate:-100%}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=right],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=right],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=right]){left:calc(100% + var(--tooltip-offset-x))}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=baseline-top],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=baseline-top],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=baseline-top]){top:0%}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=baseline-bottom],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=baseline-bottom],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=baseline-bottom]){top:100%;transform:translateY(-100%)}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=top],[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=top],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=top],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content]:not([position-])){top:calc(var(--tooltip-offset-y) * -1);transform:translateY(-100%)}:is([is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=bottom],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=bottom],[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=bottom]){top:calc(100% + var(--tooltip-offset-y))}@property --table-border-width{syntax:"<length>";inherits:true;initial-value:2px}table{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-normal);line-height:var(--line-height);text-align:left;border-spacing:0;border:none;outline:none;position:relative}table:before{content:"";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);position:absolute}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{padding-bottom:1lh;padding-right:1ch;position:relative}table tr th:first-of-type,table tr td:first-of-type{padding-left:1ch}table tr th:before,table tr td:before{content:"";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%;position:absolute}table tr th:after,table tr td:after{content:"";left:calc(.5ch + var(--table-border-width) / 2);bottom:calc(.5lh - var(--table-border-width) / 2);border-top:solid var(--table-border-width) var(--table-border-color);width:100%;position:absolute}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}input[type=checkbox][is-=switch]{--switch-thumb-color:var(--foreground2);--switch-track-color:var(--background1);--switch-thin-track-width:2px;appearance:none;width:4ch;height:1lh;min-width:initial;vertical-align:text-top;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);background-color:#0000;outline:none;display:inline-block;position:relative}input[type=checkbox][is-=switch]:before{content:"";background:var(--switch-track-color);width:4ch;height:1lh;position:absolute;top:50%;left:0;transform:translateY(-50%)}input[type=checkbox][is-=switch]:after{content:"";background:var(--switch-thumb-color);width:2ch;height:1lh;position:absolute;left:0}input[type=checkbox][is-=switch]:checked:after{left:unset;--switch-thumb-color:var(--foreground0);right:0}input[type=checkbox][is-=switch]:disabled{--switch-thumb-color:var(--background2);pointer-events:none}input[type=checkbox][is-=switch]:disabled:checked:after{--switch-thumb-color:var(--background2)}input[type=checkbox][is-=switch][size-=small],input[type=checkbox][is-=switch][size-=small]:before{width:2ch}input[type=checkbox][is-=switch][size-=small]:after{width:1ch}input[type=checkbox][is-=switch][bar-=thin]:before{height:.5lh}input[type=checkbox][is-=switch][bar-=line]:before{height:var(--switch-thin-track-width)}label:has(input[type=checkbox][is-=switch]){align-items:flex-start;gap:1ch;max-width:fit-content;display:inline-flex}label:has(input[type=checkbox][is-=switch]:focus){font-weight:700;text-decoration:underline}label:has(input[type=checkbox][is-=switch]:disabled){color:var(--foreground2);text-decoration:line-through}input[type=range]{--range-track-color:var(--background1);--range-thumb-color:var(--foreground2);--range-thumb-color-focus:var(--foreground0);--range-track-height:2px;appearance:none;min-width:20ch;height:1lh;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);background:0 0;outline:none;position:relative}input[type=range]::-webkit-slider-runnable-track{appearance:none;width:100%;height:var(--range-track-height);background:var(--range-track-color);border:none;outline:none}input[type=range]::-webkit-slider-thumb{appearance:none;border:1px solid var(--range-thumb-color);box-sizing:border-box;background:0 0;border-radius:0;width:1ch;height:1lh;position:relative;top:50%;transform:translateY(-50%)}input[type=range]:not(:disabled):focus::-webkit-slider-thumb{background:var(--range-thumb-color-focus);border:none}input[type=range]:not(:disabled):active::-webkit-slider-thumb{background:var(--range-thumb-color-focus);border:none}input[type=range]::-moz-range-track{width:100%;height:var(--range-track-height);background:var(--range-track-color);border:none;outline:none}input[type=range]::-moz-range-thumb{border:1px solid var(--range-thumb-color);box-sizing:border-box;background:0 0;border-radius:0;width:1ch;height:1lh}input[type=range]:not(:disabled):focus::-moz-range-thumb{background:var(--range-thumb-color-focus);border:none}input[type=range]:not(:disabled):active::-moz-range-thumb{background:var(--range-thumb-color-focus);border:none}input[type=range]:disabled{--range-track-color:var(--background2);--range-thumb-color:var(--foreground2);pointer-events:none;opacity:.6}input[type=range][bar-=thick]{--range-track-height:1lh}input[type=range][bar-=thick]::-webkit-slider-thumb{height:1lh}input[type=range][bar-=thick]::-moz-range-thumb{height:1lh}input[type=range][bar-=line]{--range-track-height:1px}label:has(input[type=range]){align-items:center;gap:1ch;max-width:fit-content;display:inline-flex}label:has(input[type=range]:focus){font-weight:700;text-decoration:underline}label:has(input[type=range]:disabled){color:var(--foreground2);text-decoration:line-through}@property --dialog-offset-x{syntax:"<length>";inherits:true;initial-value:0}@property --dialog-offset-y{syntax:"<length>";inherits:true;initial-value:0}@property --dialog-max-width{syntax:"<length>";inherits:true;initial-value:0}@property --dialog-max-height{syntax:"<length>";inherits:true;initial-value:0}dialog{--dialog-offset-top:auto;--dialog-offset-right:auto;--dialog-offset-bottom:auto;--dialog-offset-left:auto;background-color:var(--background0);color:var(--foreground0);font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);max-width:var(--dialog-max-width);max-height:var(--dialog-max-height);inset:var(--dialog-offset-top) var(--dialog-offset-right) var(--dialog-offset-bottom) var(--dialog-offset-left);border:none;outline:none;position:absolute;overflow:hidden}:is(dialog[open],dialog:popover-open){flex-direction:column;display:flex}dialog[size-=full]{--dialog-max-width:100vw;--dialog-max-height:100vh}dialog[size-=default],dialog:not([size-]){--dialog-max-width:64ch;--dialog-max-height:24lh}dialog[size-=small]{--dialog-max-width:48ch;--dialog-max-height:16lh}dialog[container-^=auto],dialog:not([container-]){width:auto}dialog[container-^=fill]{width:calc(100% - var(--dialog-offset-x) * 2)}dialog[container-$=auto],dialog:not([container-]){height:auto}dialog[container-$=fill]{height:calc(100% - var(--dialog-offset-y) * 2)}dialog[position-^=start]{--dialog-offset-left:var(--dialog-offset-x);--dialog-offset-right:auto}dialog[position-^=end]{--dialog-offset-left:auto;--dialog-offset-right:var(--dialog-offset-x)}dialog[position-^=center],dialog:not([position-]){--dialog-offset-left:50%;translate:-50%}dialog[position-$=start]{--dialog-offset-top:var(--dialog-offset-y);--dialog-offset-bottom:auto}dialog[position-$=end]{--dialog-offset-top:auto;--dialog-offset-bottom:var(--dialog-offset-y)}dialog[position-$=center],dialog:not([position-]){--dialog-offset-top:50%;transform:translateY(-50%)}[is-=spinner]{--spinner-steps:4;--spinner-chars:"/-\\|";--spinner-duration:1s;vertical-align:top;width:1ch;height:1lh;display:inline-block;position:relative;overflow:hidden}[is-=spinner][variant-=dots]{--spinner-steps:8;--spinner-chars:"⣷⣯⣟⡿⢿⣻⣽⣾"}[is-=spinner][variant-=arrows]{--spinner-steps:8;--spinner-chars:"←↖↑↗→↘↓↙"}[is-=spinner][variant-=cross]{--spinner-steps:2;--spinner-chars:"+x"}[is-=spinner][variant-=square]{--spinner-steps:4;--spinner-chars:"◰◳◲◱"}[is-=spinner][variant-=pie]{--spinner-steps:4;--spinner-chars:"◴◷◶◵"}[is-=spinner][variant-=half]{--spinner-steps:4;--spinner-chars:"◐◓◑◒"}[is-=spinner][variant-=bar-vertical]{--spinner-steps:12;--spinner-chars:"▁▃▄▅▆▇█▇▆▅▄▃"}[is-=spinner][variant-=bar-horizontal]{--spinner-steps:13;--spinner-chars:"▉▊▋▌▍▎▏▎▍▌▋▊▉"}[is-=spinner][speed-=slow]{--spinner-duration:2s}[is-=spinner][speed-=medium],[is-=spinner][speed-=default],[is-=spinner]:not([speed-]){--spinner-duration:1s}[is-=spinner][speed-=fast]{--spinner-duration:.5s}[is-=spinner]:before{content:var(--spinner-chars);color:inherit;white-space:nowrap;height:1lh;animation:spinner-pan var(--spinner-duration) steps(var(--spinner-steps)) infinite;position:absolute;top:0;left:0}[is-=spinner][direction-=reverse]:before{animation-direction:reverse}@keyframes spinner-pan{0%{translate:0}to{translate:-100%}}@property --progress-value{syntax:"<number>";inherits:false;initial-value:0}@property --progress-max{syntax:"<number>";inherits:false;initial-value:100}[is-~=progress]{--progress-value:0;--progress-max:100;--progress-value-background:var(--foreground0);--progress-value-color:var(--foreground0);--progress-value-content:"";--progress-empty-background:var(--background1);--progress-empty-color:var(--foreground0);--progress-empty-content:"";background-color:var(--progress-background-empty);width:round(down,100%,1ch);height:1lh;color:#0000;vertical-align:top;margin:0;display:inline-flex;position:relative}[is-~=progress]:before{content:var(--progress-value-content);vertical-align:top;height:1lh;color:var(--progress-value-color);width:round(nearest, calc((var(--progress-value) / var(--progress-max)) * 100%), 1ch);white-space:nowrap;background-color:var(--progress-value-background);z-index:1;position:absolute;top:0;left:0;overflow:hidden}[is-~=progress]:after{content:var(--progress-empty-content);vertical-align:top;height:1lh;color:var(--progress-empty-color);width:round(up, calc(100% - (var(--progress-value) / var(--progress-max) * 100%)), 1ch);white-space:nowrap;background-color:var(--progress-empty-background);z-index:0;position:absolute;top:0;right:0;overflow:hidden}details[is-~=accordion][open]::details-content{padding-left:2ch}details[is-~=accordion]>summary:before{content:"˃ "}details[is-~=accordion]>summary::-webkit-details-marker{display:none}details[is-~=accordion]>summary::marker{content:"";display:none}details[is-~=accordion]>summary:focus{text-decoration:underline}details[is-~=accordion][open] summary:before{content:"˅ "}[data-webtui-theme|=everforest] button[variant-=red]{--button-primary:var(--red);--button-secondary:var(--background0)}[data-webtui-theme|=everforest] button[variant-=green]{--button-primary:var(--green);--button-secondary:var(--background0)}[data-webtui-theme|=everforest] button[variant-=yellow]{--button-primary:var(--yellow);--button-secondary:var(--background0)}[data-webtui-theme|=everforest] button[variant-=blue]{--button-primary:var(--blue);--button-secondary:var(--background0)}[data-webtui-theme|=everforest] button[variant-=purple]{--button-primary:var(--purple);--button-secondary:var(--background0)}[data-webtui-theme|=everforest] button[variant-=aqua]{--button-primary:var(--aqua);--button-secondary:var(--background0)}[data-webtui-theme|=everforest] button[variant-=orange]{--button-primary:var(--orange);--button-secondary:var(--background0)}[data-webtui-theme|=everforest] h1,[data-webtui-theme|=everforest] h2,[data-webtui-theme|=everforest] h3,[data-webtui-theme|=everforest] h4,[data-webtui-theme|=everforest] h5,[data-webtui-theme|=everforest] h6{color:var(--ef-green)}[data-webtui-theme|=everforest] p a,[data-webtui-theme|=everforest] blockquote a,[data-webtui-theme|=everforest] li a,[data-webtui-theme|=everforest] [is-~=typography-block] a{color:var(--ef-blue);text-decoration:underline}[data-webtui-theme|=everforest] p a:hover,[data-webtui-theme|=everforest] blockquote a:hover,[data-webtui-theme|=everforest] li a:hover,[data-webtui-theme|=everforest] [is-~=typography-block] a:hover{color:var(--ef-aqua)}[data-webtui-theme|=everforest] p code,[data-webtui-theme|=everforest] blockquote code,[data-webtui-theme|=everforest] li code,[data-webtui-theme|=everforest] [is-~=typography-block] code{color:var(--ef-orange)}[data-webtui-theme|=everforest] [is-~=badge][variant-=red]{--badge-color:var(--red);--badge-text:var(--background0)}[data-webtui-theme|=everforest] [is-~=badge][variant-=green]{--badge-color:var(--green);--badge-text:var(--background0)}[data-webtui-theme|=everforest] [is-~=badge][variant-=yellow]{--badge-color:var(--yellow);--badge-text:var(--background0)}[data-webtui-theme|=everforest] [is-~=badge][variant-=blue]{--badge-color:var(--blue);--badge-text:var(--background0)}[data-webtui-theme|=everforest] [is-~=badge][variant-=purple]{--badge-color:var(--purple);--badge-text:var(--background0)}[data-webtui-theme|=everforest] [is-~=badge][variant-=aqua]{--badge-color:var(--aqua);--badge-text:var(--background0)}[data-webtui-theme|=everforest] [is-~=badge][variant-=orange]{--badge-color:var(--orange);--badge-text:var(--background0)}}html,body{background-color:var(--bg2,inherit)}.terminal-app-wrapper.svelte-12qhfyh{background:var(--bg2,inherit);flex-direction:column;height:100vh;padding:1rem;display:flex}#master-view.svelte-12qhfyh{flex:1 1 0}#master-view-content.svelte-12qhfyh{background:var(--background2);overflow-y:auto}@media (width<=768px){.terminal-app-wrapper.svelte-12qhfyh{padding:0}}
