@layer base,utils,components;@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 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-=double],[box-=round],[box-=square]{position:relative;isolation:isolate;padding:1lh 1ch}[box-=double]:before,[box-=round]:before,[box-=square]: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-=double][box-=round]:before,[box-=round][box-=round]:before,[box-=square][box-=round]:before{border-radius:var(--box-rounded-radius)}[box-=double][box-=round]:after,[box-=round][box-=round]:after,[box-=square][box-=round]:after{border-radius:calc(var(--box-rounded-radius) + 2px)}[box-=double][box-=double]:before,[box-=round][box-=double]:before,[box-=square][box-=double]:before{border-width:var(--box-double-border-width)}[box-=double][box-=double]:after,[box-=round][box-=double]:after,[box-=square][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-=double][shear-=both],[box-=round][shear-=both],[box-=square][shear-=both]{padding-top:0;padding-bottom:0}[box-=double][shear-=top],[box-=round][shear-=top],[box-=square][shear-=top]{padding-top:0}[box-=double][shear-=bottom],[box-=round][shear-=bottom],[box-=square][shear-=bottom]{padding-bottom:0}}@layer components{[is-~=button],button,input[type=button],input[type=reset],input[type=submit]{--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);display:inline-flex;align-items:center;justify-content:center;border:none;padding:0 2ch;outline:none}[is-~=button][box-],button[box-],input[type=button][box-],input[type=reset][box-],input[type=submit][box-]{color:var(--mapped-primary);background-color:transparent;--box-border-color:var(--mapped-primary)}[is-~=button]:focus,button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{font-weight:700;text-decoration:underline}[is-~=button]:active,button:active,input[type=button]:active,input[type=reset]:active,input[type=submit]:active{--mapped-primary:var(--mapped-secondary);--mapped-secondary:var(--mapped-primary)}[is-~=button]:disabled,button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-decoration:line-through;pointer-events:none}[is-~=button][size-=small],button[size-=small],input[type=button][size-=small],input[type=reset][size-=small],input[type=submit][size-=small]{padding:0 1ch;height:1lh}[is-~=button]:not([size-]):not([box-]),[is-~=button][size-=default]:not([box-]),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=reset]:not([size-]):not([box-]),input[type=reset][size-=default]:not([box-]),input[type=submit]:not([size-]):not([box-]),input[type=submit][size-=default]:not([box-]){background-color:transparent;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)}[is-~=button]:not([size-]),[is-~=button][size-=default],[is-~=button][size-=large],button:not([size-]),button[size-=default],button[size-=large],input[type=button]:not([size-]),input[type=button][size-=default],input[type=button][size-=large],input[type=reset]:not([size-]),input[type=reset][size-=default],input[type=reset][size-=large],input[type=submit]:not([size-]),input[type=submit][size-=default],input[type=submit][size-=large]{height:3lh}[is-~=button]:not([variant-]),[is-~=button][variant-=foreground0],button:not([variant-]),button[variant-=foreground0],input[type=button]:not([variant-]),input[type=button][variant-=foreground0],input[type=reset]:not([variant-]),input[type=reset][variant-=foreground0],input[type=submit]:not([variant-]),input[type=submit][variant-=foreground0]{--button-primary:var(--foreground0);--button-secondary:var(--background0)}[is-~=button][variant-=foreground1],button[variant-=foreground1],input[type=button][variant-=foreground1],input[type=reset][variant-=foreground1],input[type=submit][variant-=foreground1]{--button-primary:var(--foreground1);--button-secondary:var(--background0)}[is-~=button][variant-=foreground2],button[variant-=foreground2],input[type=button][variant-=foreground2],input[type=reset][variant-=foreground2],input[type=submit][variant-=foreground2]{--button-primary:var(--foreground2);--button-secondary:var(--background0)}[is-~=button][variant-=background0],button[variant-=background0],input[type=button][variant-=background0],input[type=reset][variant-=background0],input[type=submit][variant-=background0]{--button-primary:var(--background0);--button-secondary:var(--foreground0)}[is-~=button][variant-=background1],button[variant-=background1],input[type=button][variant-=background1],input[type=reset][variant-=background1],input[type=submit][variant-=background1]{--button-primary:var(--background1);--button-secondary:var(--foreground0)}[is-~=button][variant-=background2],button[variant-=background2],input[type=button][variant-=background2],input[type=reset][variant-=background2],input[type=submit][variant-=background2]{--button-primary:var(--background2);--button-secondary:var(--foreground0)}[is-~=button][variant-=background3],button[variant-=background3],input[type=button][variant-=background3],input[type=reset][variant-=background3],input[type=submit][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}[is-~=typography-block],blockquote,li,p{font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);color:var(--foreground1)}}@layer components{[is-~=typography-block]:is(blockquote),blockquote:is(blockquote),li:is(blockquote),p:is(blockquote){padding-left:2ch;position:relative}[is-~=typography-block]:is(blockquote):before,blockquote:is(blockquote):before,li:is(blockquote):before,p:is(blockquote):before{content:"";position:absolute;top:0;left:.5ch;width:var(--box-border-width,2px);height:100%;translate:-50%;background-color:var(--background2)}[is-~=typography-block] strong,blockquote strong,li strong,p strong{font-weight:var(--font-weight-bold);color:var(--foreground0)}[is-~=typography-block] a,blockquote a,li a,p a{text-decoration:underline;color:var(--foreground2)}[is-~=typography-block] code,blockquote code,li code,p code{display:inline-block;background-color:var(--background1);padding-left:1ch;padding-right:1ch}[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]:not([variant-]),[is-~=badge][variant-=foreground0]{--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]:after,[is-~=badge]:before{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%)}[is-~=input],input:not([type]),input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{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);outline:none;border:none;min-width:24ch}}@layer components{[is-~=input]::-moz-placeholder,input:not([type])::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=week]::-moz-placeholder{color:var(--foreground2)}[is-~=input]::placeholder,input:not([type])::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=datetime]::placeholder,input[type=email]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder{color:var(--foreground2)}[is-~=input]:not([size-]),input:not([type]):not([size-]),input[type=date]:not([size-]),input[type=datetime-local]:not([size-]),input[type=datetime]:not([size-]),input[type=email]:not([size-]),input[type=month]:not([size-]),input[type=number]:not([size-]),input[type=password]:not([size-]),input[type=search]:not([size-]),input[type=tel]:not([size-]),input[type=text]:not([size-]),input[type=time]:not([size-]),input[type=url]:not([size-]),input[type=week]:not([size-]){height:1lh;padding:0 1ch}[is-~=input][size-=small],input:not([type])[size-=small],input[type=date][size-=small],input[type=datetime-local][size-=small],input[type=datetime][size-=small],input[type=email][size-=small],input[type=month][size-=small],input[type=number][size-=small],input[type=password][size-=small],input[type=search][size-=small],input[type=tel][size-=small],input[type=text][size-=small],input[type=time][size-=small],input[type=url][size-=small],input[type=week][size-=small]{height:1lh;padding:0}[is-~=input][size-=large],input:not([type])[size-=large],input[type=date][size-=large],input[type=datetime-local][size-=large],input[type=datetime][size-=large],input[type=email][size-=large],input[type=month][size-=large],input[type=number][size-=large],input[type=password][size-=large],input[type=search][size-=large],input[type=tel][size-=large],input[type=text][size-=large],input[type=time][size-=large],input[type=url][size-=large],input[type=week][size-=large]{height:3lh;padding:1lh 2ch}[is-~=textarea],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);outline:none;border:none;resize:vertical;min-width:24ch}}@layer components{[is-~=textarea]::-moz-placeholder,textarea::-moz-placeholder{color:var(--foreground2)}[is-~=textarea]::placeholder,textarea::placeholder{color:var(--foreground2)}[is-~=textarea]:not([size-]),textarea:not([size-]){min-height:2lh;padding:0 1ch}[is-~=textarea][size-=small],textarea[size-=small]{min-height:2lh;padding:0}[is-~=textarea][size-=large],textarea[size-=large]{min-height:4lh;padding:1lh 2ch}details[is-~=popover]{--popover-backdrop-color:transparent;position:relative}details[is-~=popover] summary:focus{text-decoration:underline}}@layer components{@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] summary::-webkit-details-marker{display:none}details[is-~=popover] summary::marker{content:"";display:none}details[is-~=popover][open] summary:before{content:"";display:block;width:100vw;height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background-color:var(--popover-backdrop-color)}details[is-~=popover][open] summary+*{position:absolute;z-index:2}details[is-~=popover][open]:not([position-]) summary+*,details[is-~=popover][open][position-~=baseline-left] 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]:not([position-]) summary+*,details[is-~=popover][open][position-~=bottom] summary+*{top:calc(100% + var(--popover-offset-y))}input[type=checkbox]:not([is-=switch]){appearance:none;-webkit-appearance:none;-moz-appearance:none;display:inline-block;position:relative;width:3ch;min-width:auto;vertical-align:text-top;color:var(--foreground2);font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);outline:none}input[type=checkbox]:not([is-=switch]):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;width:3ch;height:1lh;background:var(--background1)}input[type=checkbox]:not([is-=switch]):checked:before{content:"X"}}@layer components{label:has(input[type=checkbox]:not([is-=switch])){display:inline-flex;align-items:flex-start;gap:1ch;max-width:-moz-fit-content;max-width:fit-content}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}}@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]:not([direction-]),[is-~=separator][direction-=horizontal],[is-~=separator][direction-=x]{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]:not([direction-])[cap-^=bisect]:before,[is-~=separator][direction-=horizontal][cap-^=bisect]:before,[is-~=separator][direction-=x][cap-^=bisect]:before{left:-.5ch}[is-~=separator]:not([direction-])[cap-$=bisect]:after,[is-~=separator][direction-=horizontal][cap-$=bisect]:after,[is-~=separator][direction-=x][cap-$=bisect]:after{right:-.5ch}[is-~=separator]:not([direction-])[cap-^=edge]:not([cap-=edge]),[is-~=separator][direction-=horizontal][cap-^=edge]:not([cap-=edge]),[is-~=separator][direction-=x][cap-^=edge]:not([cap-=edge]){clip-path:inset(0 -.5ch 0 .5ch)}[is-~=separator]:not([direction-])[cap-$=edge]:not([cap-=edge]),[is-~=separator][direction-=horizontal][cap-$=edge]:not([cap-=edge]),[is-~=separator][direction-=x][cap-$=edge]:not([cap-=edge]){clip-path:inset(0 .5ch 0 -.5ch)}[is-~=separator]:not([direction-])[cap-=edge],[is-~=separator][direction-=horizontal][cap-=edge],[is-~=separator][direction-=x][cap-=edge]{clip-path:inset(0 .5ch)}[is-~=separator][direction-=vertical],[is-~=separator][direction-=y]{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-=vertical][cap-^=bisect]:before,[is-~=separator][direction-=y][cap-^=bisect]:before{top:-.5lh}[is-~=separator][direction-=vertical][cap-$=bisect]:after,[is-~=separator][direction-=y][cap-$=bisect]:after{bottom:-.5lh}[is-~=separator][direction-=vertical][cap-^=edge]:not([cap-=edge]),[is-~=separator][direction-=y][cap-^=edge]:not([cap-=edge]){clip-path:inset(.5lh 0 -.5lh 0)}[is-~=separator][direction-=vertical][cap-$=edge]:not([cap-=edge]),[is-~=separator][direction-=y][cap-$=edge]:not([cap-=edge]){clip-path:inset(-.5lh 0 .5lh 0)}[is-~=separator][direction-=vertical][cap-=edge],[is-~=separator][direction-=y][cap-=edge]{clip-path:inset(.5lh 0)}[is-~=separator][cap-]:after,[is-~=separator][cap-]:before{content:"";position:absolute;width:1ch;height:1lh;background-image:inherit}input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;display:inline-block;position:relative;width:3ch;min-width:auto;vertical-align:text-top;color:var(--foreground2);font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);outline:none}input[type=radio]:before{content:"( )";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:3ch;height:1lh;background:var(--background1)}input[type=radio]:checked:before{content:"(*)"}input[type=radio]:disabled{color:var(--foreground2);pointer-events:none}}@layer components{label:has(input[type=radio]){display:inline-flex;align-items:flex-start;gap:1ch;max-width:-moz-fit-content;max-width:fit-content}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}}@layer components{[is-~=pre],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}[is-~=pre][size-=small],pre[size-=small]{padding:0 1ch}[is-~=pre]:not([size-]),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)}[is-~=tooltip]{position:relative}[is-~=tooltip] [is-~=tooltip-content]{opacity:0;transition:all 0s linear 0s;transform:scale(0);overflow:hidden;position:absolute}}@layer components{@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]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content],[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content]{opacity:1;z-index:2;transform:scale(1);transition-delay:var(--tooltip-delay)}[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=baseline-left],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=baseline-left],[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=baseline-left]{left:0}[is-~=tooltip]:has([is-~=tooltip-content]: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-trigger]:hover)>[is-~=tooltip-content][position-~=baseline-right]{left:100%;translate:-100%}[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=left],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=left],[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=left]{left:calc(var(--tooltip-offset-x) * -1);translate:-100%}[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=right],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=right],[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=right]{left:calc(100% + var(--tooltip-offset-x))}[is-~=tooltip]:has([is-~=tooltip-content]: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-trigger]:hover)>[is-~=tooltip-content][position-~=baseline-top]{top:0}[is-~=tooltip]:has([is-~=tooltip-content]: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-trigger]:hover)>[is-~=tooltip-content][position-~=baseline-bottom]{top:100%;transform:translateY(-100%)}[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=top],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=top],[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content]:not([position-]),[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=top]{top:calc(var(--tooltip-offset-y) * -1);transform:translateY(-100%)}[is-~=tooltip]:has([is-~=tooltip-content]:hover)>[is-~=tooltip-content][position-~=bottom],[is-~=tooltip]:has([is-~=tooltip-trigger]:focus)>[is-~=tooltip-content][position-~=bottom],[is-~=tooltip]:has([is-~=tooltip-trigger]:hover)>[is-~=tooltip-content][position-~=bottom]{top:calc(100% + var(--tooltip-offset-y))}}@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}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 tr:first-of-type td,table tr:first-of-type th{padding-top:1lh}table tr:first-of-type:last-of-type td:before,table tr:first-of-type:last-of-type th:before{height:calc(100% - 1lh)}table tr th{font-weight:var(--font-weight-bold)}table tr td,table tr th{position:relative;padding-right:1ch;padding-bottom:1lh}table tr td:first-of-type,table tr th:first-of-type{padding-left:1ch}table tr td:before,table tr th:before{right:calc(.5ch - var(--table-border-width) / 2);border-left:solid var(--table-border-width) var(--table-border-color);height:100%}table tr td:after,table tr td:before,table tr th:after,table tr th:before{content:"";position:absolute;bottom:calc(.5lh - var(--table-border-width) / 2)}table tr td:after,table tr th:after{left:calc(.5ch + var(--table-border-width) / 2);width:100%;border-top:solid var(--table-border-width) var(--table-border-color)}table tr td:last-of-type:after,table tr th:last-of-type:after{width:calc(100% - 1ch)}table tbody+tfoot tr:first-of-type td,table tbody+tfoot tr:first-of-type th,table thead+tbody tr:first-of-type td,table thead+tbody 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;-webkit-appearance:none;-moz-appearance:none;display:inline-block;position:relative;width:4ch;height:1lh;min-width:auto;vertical-align:text-top;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);background-color:transparent;outline:none}input[type=checkbox][is-=switch]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4ch;height:1lh;background:var(--switch-track-color)}input[type=checkbox][is-=switch]:after{content:"";position:absolute;left:0;width:2ch;height:1lh;background:var(--switch-thumb-color)}input[type=checkbox][is-=switch]:checked:after{left:unset;right:0;--switch-thumb-color:var(--foreground0)}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)}}@layer components{label:has(input[type=checkbox][is-=switch]){display:inline-flex;align-items:flex-start;gap:1ch;max-width:-moz-fit-content;max-width:fit-content}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}}@layer components{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;-webkit-appearance:none;-moz-appearance:none;background:transparent;outline:none;min-width:20ch;height:1lh;font-family:var(--font-family);font-size:var(--font-size);line-height:var(--line-height);position:relative}input[type=range]::-webkit-slider-runnable-track{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:var(--range-track-height);background:var(--range-track-color);border:none;outline:none}input[type=range]::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1ch;height:1lh;background:transparent;border:1px solid var(--range-thumb-color);border-radius:0;box-sizing:border-box;position:relative;top:50%;transform:translateY(-50%)}input[type=range]:not(:disabled):active::-webkit-slider-thumb,input[type=range]:not(:disabled):focus::-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{width:1ch;height:1lh;background:transparent;border:1px solid var(--range-thumb-color);border-radius:0;box-sizing:border-box}input[type=range]:not(:disabled):active::-moz-range-thumb,input[type=range]:not(:disabled):focus::-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]){display:inline-flex;align-items:center;gap:1ch;max-width:-moz-fit-content;max-width:fit-content}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}}@layer components{@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);border:none;outline:none;position:absolute;max-width:var(--dialog-max-width);max-height:var(--dialog-max-height);overflow:hidden;inset:var(--dialog-offset-top) var(--dialog-offset-right) var(--dialog-offset-bottom) var(--dialog-offset-left)}dialog:popover-open,dialog[open]{display:flex;flex-direction:column}dialog[size-=full]{--dialog-max-width:100vw;--dialog-max-height:100vh}dialog:not([size-]),dialog[size-=default]{--dialog-max-width:64ch;--dialog-max-height:24lh}dialog[size-=small]{--dialog-max-width:48ch;--dialog-max-height:16lh}dialog:not([container-]),dialog[container-^=auto]{width:auto}dialog[container-^=fill]{width:calc(100% - var(--dialog-offset-x) * 2)}dialog:not([container-]),dialog[container-$=auto]{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:not([position-]),dialog[position-^=center]{--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:not([position-]),dialog[position-$=center]{--dialog-offset-top:50%;transform:translateY(-50%)}[is-=spinner]{--spinner-steps:4;--spinner-chars:"/-\\|";--spinner-duration:1s;width:1ch;height:1lh;overflow:hidden;position:relative;display:inline-block;vertical-align:top}[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]:not([speed-]),[is-=spinner][speed-=default],[is-=spinner][speed-=medium]{--spinner-duration:1s}[is-=spinner][speed-=fast]{--spinner-duration:.5s}[is-=spinner]:before{content:var(--spinner-chars);position:absolute;top:0;left:0;color:inherit;white-space:nowrap;height:1lh;animation:spinner-pan var(--spinner-duration) steps(var(--spinner-steps)) infinite}[is-=spinner][direction-=reverse]:before{animation-direction:reverse}}@layer components{@keyframes spinner-pan{0%{translate:0}to{translate:-100%}}}@layer components{progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none}::-webkit-progress-bar,::-webkit-progress-value{background-color:transparent}::-moz-progress-bar{background-color:transparent}[is-~=progress],progress{--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:"";width:round(down,100%,1ch);height:1lh;margin:0;background-color:var(--progress-background-empty);color:var(--progress-color-empty);color:transparent;position:relative;vertical-align:top;display:inline-flex}[is-~=progress]:before,progress:before{content:var(--progress-value-content);left:0;color:var(--progress-value-color);width:round(nearest,calc(attr(value type(<number>))/attr(max type(<number>))*100%),1ch);background-color:var(--progress-value-background);z-index:1}[is-~=progress]:after,[is-~=progress]:before,progress:after,progress:before{position:absolute;top:0;height:1lh;vertical-align:top;overflow:hidden;white-space:nowrap}[is-~=progress]:after,progress:after{content:var(--progress-empty-content);right:0;color:var(--progress-empty-color);width:round(up,calc(100% - (attr(value type(<number>))/attr(max type(<number>))*100%)),1ch);background-color:var(--progress-empty-background);z-index:0}}@layer base{[data-webtui-theme=nord]{--nord0:#2e3440;--nord1:#3b4252;--nord2:#434c5e;--nord3:#4c566a;--nord4:#d8dee9;--nord5:#e5e9f0;--nord6:#eceff4;--nord7:#8fbcbb;--nord8:#88c0d0;--nord9:#81a1c1;--nord10:#5e81ac;--nord11:#bf616a;--nord12:#d08770;--nord13:#ebcb8b;--nord14:#a3be8c;--nord15:#b48ead;--background0:var(--nord0);--background1:var(--nord1);--background2:var(--nord2);--background3:var(--nord3);--foreground0:var(--nord6);--foreground1:var(--nord5);--foreground2:var(--nord4)}}@layer components{[data-webtui-theme=nord] button[variant-=nord0]{--button-primary:var(--background0);--button-secondary:var(--foreground0)}[data-webtui-theme=nord] button[variant-=nord1]{--button-primary:var(--background1);--button-secondary:var(--foreground0)}[data-webtui-theme=nord] button[variant-=nord2]{--button-primary:var(--background2);--button-secondary:var(--foreground0)}[data-webtui-theme=nord] button[variant-=nord3]{--button-primary:var(--background3);--button-secondary:var(--foreground0)}[data-webtui-theme=nord] button[variant-=nord6]{--button-primary:var(--foreground0);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord5]{--button-primary:var(--foreground1);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord4]{--button-primary:var(--foreground2);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord7]{--button-primary:var(--nord7);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord8]{--button-primary:var(--nord8);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord9]{--button-primary:var(--nord9);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord10]{--button-primary:var(--nord10);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord11]{--button-primary:var(--nord11);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord12]{--button-primary:var(--nord12);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord13]{--button-primary:var(--nord13);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord14]{--button-primary:var(--nord14);--button-secondary:var(--background0)}[data-webtui-theme=nord] button[variant-=nord15]{--button-primary:var(--nord15);--button-secondary:var(--background0)}[data-webtui-theme=nord] h1,[data-webtui-theme=nord] h2,[data-webtui-theme=nord] h3,[data-webtui-theme=nord] h4,[data-webtui-theme=nord] h5,[data-webtui-theme=nord] h6{color:var(--nord14)}[data-webtui-theme=nord] [is-~=typography-block] a,[data-webtui-theme=nord] blockquote a,[data-webtui-theme=nord] li a,[data-webtui-theme=nord] p a{color:var(--nord7);text-decoration:underline}[data-webtui-theme=nord] [is-~=typography-block] a:hover,[data-webtui-theme=nord] blockquote a:hover,[data-webtui-theme=nord] li a:hover,[data-webtui-theme=nord] p a:hover{color:var(--nord8)}[data-webtui-theme=nord] [is-~=typography-block] code,[data-webtui-theme=nord] blockquote code,[data-webtui-theme=nord] li code,[data-webtui-theme=nord] p code{color:var(--nord12)}[data-webtui-theme=nord] [is-~=badge][variant-=nord0]{--badge-color:var(--background0);--badge-text:var(--foreground0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord1]{--badge-color:var(--background1);--badge-text:var(--foreground0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord2]{--badge-color:var(--background2);--badge-text:var(--foreground0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord3]{--badge-color:var(--background3);--badge-text:var(--foreground0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord6]{--badge-color:var(--foreground0);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord5]{--badge-color:var(--foreground1);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord4]{--badge-color:var(--foreground2);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord7]{--badge-color:var(--nord7);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord8]{--badge-color:var(--nord8);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord9]{--badge-color:var(--nord9);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord10]{--badge-color:var(--nord10);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord11]{--badge-color:var(--nord11);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord12]{--badge-color:var(--nord12);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord13]{--badge-color:var(--nord13);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord14]{--badge-color:var(--nord14);--badge-text:var(--background0)}[data-webtui-theme=nord] [is-~=badge][variant-=nord15]{--badge-color:var(--nord15);--badge-text:var(--background0)}}@layer base{[data-webtui-theme|=gruvbox-dark]{--gb-dark-bg1:#3c3836;--gb-dark-bg2:#504945;--gb-dark-bg3:#665c54;--gb-dark-bg4:#7c6f64;--gb-dark-fg0:#fbf1c7;--gb-dark-fg1:#ebdbb2;--gb-dark-fg2:#d5c4a1;--gb-dark-fg3:#bdae93;--gb-dark-fg4:#a89984;--gb-dark-gray:#928374;--gb-red:#fb4934;--gb-green:#b8bb26;--gb-yellow:#fabd2f;--gb-blue:#83a598;--gb-purple:#d3869b;--gb-aqua:#8ec07c;--gb-orange:#fe8019;--background1:var(--gb-dark-bg1);--background2:var(--gb-dark-bg2);--background3:var(--gb-dark-bg3);--foreground0:var(--gb-dark-fg1);--foreground1:var(--gb-dark-fg2);--foreground2:var(--gb-dark-fg3)}[data-webtui-theme=gruvbox-dark-hard]{--gb-dark-bg0:#1d2021;--background0:var(--gb-dark-bg0)}[data-webtui-theme=gruvbox-dark-medium],[data-webtui-theme=gruvbox-dark],[data-webtui-theme=gruvbox]{--gb-dark-bg0:#282828;--background0:var(--gb-dark-bg0)}[data-webtui-theme=gruvbox-dark-soft]{--gb-dark-bg0:#32302f;--background0:var(--gb-dark-bg0)}[data-webtui-theme|=gruvbox-light]{--gb-light-bg1:#ebdbb2;--gb-light-bg2:#d5c4a1;--gb-light-bg3:#bdae93;--gb-light-bg4:#a89984;--gb-light-fg0:#282828;--gb-light-fg1:#3c3836;--gb-light-fg2:#504945;--gb-light-fg3:#665c54;--gb-light-fg4:#7c6f64;--gb-light-gray:#a89984;--gb-red:#cc241d;--gb-green:#98971a;--gb-yellow:#d79921;--gb-blue:#458588;--gb-purple:#b16286;--gb-aqua:#689d6a;--gb-orange:#d65d0e;--background1:var(--gb-light-bg1);--background2:var(--gb-light-bg2);--background3:var(--gb-light-bg3);--foreground0:var(--gb-light-fg1);--foreground1:var(--gb-light-fg2);--foreground2:var(--gb-light-fg3)}[data-webtui-theme=gruvbox-light-hard]{--gb-light-bg0:#f9f5d7;--background0:var(--gb-light-bg0)}[data-webtui-theme=gruvbox-light-medium],[data-webtui-theme=gruvbox-light]{--gb-light-bg0:#fbf1c7;--background0:var(--gb-light-bg0)}[data-webtui-theme=gruvbox-light-soft]{--gb-light-bg0:#f2e5bc;--background0:var(--gb-light-bg0)}}@layer components{[data-webtui-theme|=gruvbox] button[variant-=red]{--button-primary:var(--gb-red);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox] button[variant-=green]{--button-primary:var(--gb-green);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox] button[variant-=yellow]{--button-primary:var(--gb-yellow);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox] button[variant-=blue]{--button-primary:var(--gb-blue);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox] button[variant-=purple]{--button-primary:var(--gb-purple);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox] button[variant-=aqua]{--button-primary:var(--gb-aqua);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox] button[variant-=orange]{--button-primary:var(--gb-orange);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox-dark] button[variant-=gray]{--button-primary:var(--gb-dark-gray);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox-light] button[variant-=gray]{--button-primary:var(--gb-light-gray);--button-secondary:var(--background0)}[data-webtui-theme|=gruvbox] h1,[data-webtui-theme|=gruvbox] h2,[data-webtui-theme|=gruvbox] h3,[data-webtui-theme|=gruvbox] h4,[data-webtui-theme|=gruvbox] h5,[data-webtui-theme|=gruvbox] h6{color:var(--gb-green)}[data-webtui-theme|=gruvbox] [is-~=typography-block] a,[data-webtui-theme|=gruvbox] blockquote a,[data-webtui-theme|=gruvbox] li a,[data-webtui-theme|=gruvbox] p a{color:var(--gb-blue);text-decoration:underline}[data-webtui-theme|=gruvbox] [is-~=typography-block] a:hover,[data-webtui-theme|=gruvbox] blockquote a:hover,[data-webtui-theme|=gruvbox] li a:hover,[data-webtui-theme|=gruvbox] p a:hover{color:var(--gb-aqua)}[data-webtui-theme|=gruvbox] [is-~=typography-block] code,[data-webtui-theme|=gruvbox] blockquote code,[data-webtui-theme|=gruvbox] li code,[data-webtui-theme|=gruvbox] p code{color:var(--gb-orange)}[data-webtui-theme|=gruvbox] [is-~=badge][variant-=red]{--badge-color:var(--gb-red);--badge-text:var(--background0)}[data-webtui-theme|=gruvbox] [is-~=badge][variant-=green]{--badge-color:var(--gb-green);--badge-text:var(--background0)}[data-webtui-theme|=gruvbox] [is-~=badge][variant-=yellow]{--badge-color:var(--gb-yellow);--badge-text:var(--background0)}[data-webtui-theme|=gruvbox] [is-~=badge][variant-=blue]{--badge-color:var(--gb-blue);--badge-text:var(--background0)}[data-webtui-theme|=gruvbox] [is-~=badge][variant-=purple]{--badge-color:var(--gb-purple);--badge-text:var(--background0)}[data-webtui-theme|=gruvbox] [is-~=badge][variant-=aqua]{--badge-color:var(--gb-aqua);--badge-text:var(--background0)}[data-webtui-theme|=gruvbox] [is-~=badge][variant-=orange]{--badge-color:var(--gb-orange);--badge-text:var(--background0)}[data-webtui-theme|=gruvbox-dark] [is-~=badge][variant-=gray]{--badge-color:var(--gb-dark-gray);--badge-text:var(--background0)}[data-webtui-theme|=gruvbox-light] [is-~=badge][variant-=gray]{--badge-color:var(--gb-light-gray);--badge-text:var(--background0)}}@layer base{[data-webtui-theme=catppuccin-mocha],[data-webtui-theme=catppuccin]{--rosewater:#f5e0dc;--flamingo:#f2cdcd;--pink:#f5c2e7;--mauve:#cba6f7;--red:#f38ba8;--maroon:#eba0ac;--peach:#fab387;--yellow:#f9e2af;--green:#a6e3a1;--teal:#94e2d5;--sky:#89dceb;--sapphire:#74c7ec;--blue:#89b4fa;--lavender:#b4befe;--text:#cdd6f4;--subtext1:#bac2de;--subtext0:#a6adc8;--overlay2:#9399b2;--overlay1:#7f849c;--overlay0:#6c7086;--surface2:#585b70;--surface1:#45475a;--surface0:#313244;--base:#1e1e2e;--mantle:#181825;--crust:#11111b}[data-webtui-theme=catppuccin-macchiato]{--rosewater:#f4dbd6;--flamingo:#f0c6c6;--pink:#f5bde6;--mauve:#c6a0f6;--red:#ed8796;--maroon:#ee99a0;--peach:#f5a97f;--yellow:#eed49f;--green:#a6da95;--teal:#8bd5ca;--sky:#91d7e3;--sapphire:#7dc4e4;--blue:#8aadf4;--lavender:#b7bdf8;--text:#cad3f5;--subtext1:#b8c0e0;--subtext0:#a5adcb;--overlay2:#939ab7;--overlay1:#8087a2;--overlay0:#6e738d;--surface2:#5b6078;--surface1:#494d64;--surface0:#363a4f;--base:#24273a;--mantle:#1e2030;--crust:#181926}[data-webtui-theme=catppuccin-frappe]{--rosewater:#f2d5cf;--flamingo:#eebebe;--pink:#f4b8e4;--mauve:#ca9ee6;--red:#e78284;--maroon:#ea999c;--peach:#ef9f76;--yellow:#e5c890;--green:#a6d189;--teal:#81c8be;--sky:#99d1db;--sapphire:#85c1dc;--blue:#8caaee;--lavender:#babbf1;--text:#c6d0f5;--subtext1:#b5bfe2;--subtext0:#a5adce;--overlay2:#949cbb;--overlay1:#838ba7;--overlay0:#737994;--surface2:#626880;--surface1:#51576d;--surface0:#414559;--base:#303446;--mantle:#292c3c;--crust:#232634}[data-webtui-theme=catppuccin-latte]{--rosewater:#dc8a78;--flamingo:#dd7878;--pink:#ea76cb;--mauve:#8839ef;--red:#d20f39;--maroon:#e64553;--peach:#fe640b;--yellow:#df8e1d;--green:#40a02b;--teal:#179299;--sky:#04a5e5;--sapphire:#209fb5;--blue:#1e66f5;--lavender:#7287fd;--text:#4c4f69;--subtext1:#5c5f77;--subtext0:#6c6f85;--overlay2:#7c7f93;--overlay1:#8c8fa1;--overlay0:#9ca0b0;--surface2:#acb0be;--surface1:#bcc0cc;--surface0:#ccd0da;--base:#eff1f5;--mantle:#e6e9ef;--crust:#dce0e8}[data-webtui-theme|=catppuccin]{--background0:var(--base);--background1:var(--surface0);--background2:var(--surface1);--background3:var(--surface2);--foreground0:var(--text);--foreground1:var(--subtext1);--foreground2:var(--overlay2)}}@layer components{[data-webtui-theme|=catppuccin] button[variant-=rosewater]{--button-primary:var(--rosewater);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=flamingo]{--button-primary:var(--flamingo);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=pink]{--button-primary:var(--pink);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=mauve]{--button-primary:var(--mauve);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=red]{--button-primary:var(--red);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=maroon]{--button-primary:var(--maroon);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=peach]{--button-primary:var(--peach);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=yellow]{--button-primary:var(--yellow);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=green]{--button-primary:var(--green);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=teal]{--button-primary:var(--teal);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=sky]{--button-primary:var(--sky);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=sapphire]{--button-primary:var(--sapphire);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=blue]{--button-primary:var(--blue);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] button[variant-=lavender]{--button-primary:var(--lavender);--button-secondary:var(--background0)}[data-webtui-theme|=catppuccin] h1{color:var(--red)}[data-webtui-theme|=catppuccin] h2{color:var(--peach)}[data-webtui-theme|=catppuccin] h3{color:var(--yellow)}[data-webtui-theme|=catppuccin] h4{color:var(--green)}[data-webtui-theme|=catppuccin] h5{color:var(--blue)}[data-webtui-theme|=catppuccin] h6{color:var(--lavender)}[data-webtui-theme|=catppuccin] [is-~=typography-block] a,[data-webtui-theme|=catppuccin] blockquote a,[data-webtui-theme|=catppuccin] li a,[data-webtui-theme|=catppuccin] p a{color:var(--sky);text-decoration:underline}[data-webtui-theme|=catppuccin] [is-~=typography-block] a:hover,[data-webtui-theme|=catppuccin] blockquote a:hover,[data-webtui-theme|=catppuccin] li a:hover,[data-webtui-theme|=catppuccin] p a:hover{color:var(--blue)}[data-webtui-theme|=catppuccin] [is-~=typography-block] code,[data-webtui-theme|=catppuccin] blockquote code,[data-webtui-theme|=catppuccin] li code,[data-webtui-theme|=catppuccin] p code{color:var(--red)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=rosewater]{--badge-color:var(--rosewater);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=flamingo]{--badge-color:var(--flamingo);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=pink]{--badge-color:var(--pink);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=mauve]{--badge-color:var(--mauve);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=red]{--badge-color:var(--red);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=maroon]{--badge-color:var(--maroon);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=peach]{--badge-color:var(--peach);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=yellow]{--badge-color:var(--yellow);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=green]{--badge-color:var(--green);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=teal]{--badge-color:var(--teal);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=sky]{--badge-color:var(--sky);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=sapphire]{--badge-color:var(--sapphire);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=blue]{--badge-color:var(--blue);--badge-text:var(--background0)}[data-webtui-theme|=catppuccin] [is-~=badge][variant-=lavender]{--badge-color:var(--lavender);--badge-text:var(--background0)}}@layer base{[data-webtui-theme|=vitesse-black],[data-webtui-theme|=vitesse-dark]{--bg1:#2f363d;--bg2:#393a34;--bg3:#444d56;--bg4:#586069;--fg0:#dbd7ca;--fg1:#c9c8c0;--fg2:#b8bab7;--fg3:#a6abae;--fg4:#959da5;--gray:#586069;--red:#cb7676;--green:#4d9375;--yellow:#e6cc77;--blue:#6394bf;--purple:#d9739f;--aqua:#5eaab5;--orange:#d4976c;--background1:var(--bg1);--background2:var(--bg2);--background3:var(--bg3);--foreground0:var(--fg0);--foreground1:var(--fg1);--foreground2:var(--fg2)}[data-webtui-theme=vitesse-dark-soft]{--bg0:#222;--background0:var(--bg0)}[data-webtui-theme=vitesse-dark]{--bg0:#121212;--background0:var(--bg0)}[data-webtui-theme=vitesse-black]{--bg0:#000;--background0:var(--bg0)}[data-webtui-theme|=vitesse-light]{--bg1:#f5f3f0;--bg2:#d1d5da;--bg3:#aaa;--bg4:#969696;--fg0:#393a34;--fg1:#4e4f47;--fg2:#6a737d;--fg3:#82868b;--fg4:#999;--gray:#d1d5da;--red:#ab5959;--green:#1e754f;--yellow:#bda437;--blue:#296aa3;--purple:#a13865;--aqua:#2993a3;--orange:#a65e2b;--background1:var(--bg1);--background2:var(--bg2);--background3:var(--bg3);--foreground0:var(--fg0);--foreground1:var(--fg1);--foreground2:var(--fg2)}[data-webtui-theme=vitesse-light-soft]{--bg0:#f1f0e9;--bg1:#e8e3dc;--background0:var(--bg0)}[data-webtui-theme=vitesse-light]{--bg0:#fff;--background0:var(--bg0)}}@layer components{[data-webtui-theme|=vitesse] button[variant-=red]{--button-primary:var(--red);--button-secondary:var(--background0)}[data-webtui-theme|=vitesse] button[variant-=green]{--button-primary:var(--green);--button-secondary:var(--background0)}[data-webtui-theme|=vitesse] button[variant-=yellow]{--button-primary:var(--yellow);--button-secondary:var(--background0)}[data-webtui-theme|=vitesse] button[variant-=blue]{--button-primary:var(--blue);--button-secondary:var(--background0)}[data-webtui-theme|=vitesse] button[variant-=purple]{--button-primary:var(--purple);--button-secondary:var(--background0)}[data-webtui-theme|=vitesse] button[variant-=aqua]{--button-primary:var(--aqua);--button-secondary:var(--background0)}[data-webtui-theme|=vitesse] button[variant-=orange]{--button-primary:var(--orange);--button-secondary:var(--background0)}[data-webtui-theme|=vitesse-dark] button[variant-=gray],[data-webtui-theme|=vitesse-light] button[variant-=gray]{--button-primary:var(--gray);--button-secondary:var(--background0)}[data-webtui-theme|=vitesse] h1,[data-webtui-theme|=vitesse] h2,[data-webtui-theme|=vitesse] h3,[data-webtui-theme|=vitesse] h4,[data-webtui-theme|=vitesse] h5,[data-webtui-theme|=vitesse] h6{color:var(--green)}[data-webtui-theme|=vitesse] [is-~=typography-block] a,[data-webtui-theme|=vitesse] blockquote a,[data-webtui-theme|=vitesse] li a,[data-webtui-theme|=vitesse] p a{color:var(--blue);text-decoration:underline}[data-webtui-theme|=vitesse] [is-~=typography-block] a:hover,[data-webtui-theme|=vitesse] blockquote a:hover,[data-webtui-theme|=vitesse] li a:hover,[data-webtui-theme|=vitesse] p a:hover{color:var(--aqua)}[data-webtui-theme|=vitesse] [is-~=typography-block] code,[data-webtui-theme|=vitesse] blockquote code,[data-webtui-theme|=vitesse] li code,[data-webtui-theme|=vitesse] p code{color:var(--orange)}[data-webtui-theme|=vitesse] [is-~=badge][variant-=red]{--badge-color:var(--red);--badge-text:var(--background0)}[data-webtui-theme|=vitesse] [is-~=badge][variant-=green]{--badge-color:var(--green);--badge-text:var(--background0)}[data-webtui-theme|=vitesse] [is-~=badge][variant-=yellow]{--badge-color:var(--yellow);--badge-text:var(--background0)}[data-webtui-theme|=vitesse] [is-~=badge][variant-=blue]{--badge-color:var(--blue);--badge-text:var(--background0)}[data-webtui-theme|=vitesse] [is-~=badge][variant-=purple]{--badge-color:var(--purple);--badge-text:var(--background0)}[data-webtui-theme|=vitesse] [is-~=badge][variant-=aqua]{--badge-color:var(--aqua);--badge-text:var(--background0)}[data-webtui-theme|=vitesse] [is-~=badge][variant-=orange]{--badge-color:var(--orange);--badge-text:var(--background0)}[data-webtui-theme|=vitesse-dark] [is-~=badge][variant-=gray],[data-webtui-theme|=vitesse-light] [is-~=badge][variant-=gray]{--badge-color:var(--gray);--badge-text:var(--background0)}}@layer base{[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 components{[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] [is-~=typography-block] a,[data-webtui-theme|=everforest] blockquote a,[data-webtui-theme|=everforest] li a,[data-webtui-theme|=everforest] p a{color:var(--ef-blue);text-decoration:underline}[data-webtui-theme|=everforest] [is-~=typography-block] a:hover,[data-webtui-theme|=everforest] blockquote a:hover,[data-webtui-theme|=everforest] li a:hover,[data-webtui-theme|=everforest] p a:hover{color:var(--ef-aqua)}[data-webtui-theme|=everforest] [is-~=typography-block] code,[data-webtui-theme|=everforest] blockquote code,[data-webtui-theme|=everforest] li code,[data-webtui-theme|=everforest] p 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)}}