@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-=square],[box-=round],[box-=double]{position:relative;isolation:isolate;padding:1lh 1ch}[box-=square]:before,[box-=round]:before,[box-=double]:before{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(100% - 1ch - var(--box-border-width));height:calc(100% - 1lh - var(--box-border-width));border:solid var(--box-border-width) var(--box-border-color);z-index:-1}[box-=square][box-=round]:before,[box-=round][box-=round]:before,[box-=double][box-=round]:before{border-radius:var(--box-rounded-radius)}[box-=square][box-=round]:after,[box-=round][box-=round]:after,[box-=double][box-=round]:after{border-radius:calc(var(--box-rounded-radius) + 2px)}[box-=square][box-=double]:before,[box-=round][box-=double]:before,[box-=double][box-=double]:before{border-width:var(--box-double-border-width)}[box-=square][box-=double]:after,[box-=round][box-=double]:after,[box-=double][box-=double]:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:calc(100% - 1ch + var(--box-double-border-width) * 2);height:calc(100% - 1lh + var(--box-double-border-width) * 2);border:solid var(--box-double-border-width) var(--box-border-color);z-index:-1}[box-=square][shear-=both],[box-=round][shear-=both],[box-=double][shear-=both]{padding-top:0;padding-bottom:0}[box-=square][shear-=top],[box-=round][shear-=top],[box-=double][shear-=top]{padding-top:0}[box-=square][shear-=bottom],[box-=round][shear-=bottom],[box-=double][shear-=bottom]{padding-bottom:0}}@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);display:inline-flex;align-items:center;justify-content:center;border:none;padding:0 2ch;outline:none}button[box-],input[type=button][box-],input[type=submit][box-],input[type=reset][box-],[is-~=button][box-]{color:var(--mapped-primary);background-color:transparent;--box-border-color: var(--mapped-primary)}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{text-decoration:line-through;pointer-events:none}button[size-=small],input[type=button][size-=small],input[type=submit][size-=small],input[type=reset][size-=small],[is-~=button][size-=small]{padding:0 1ch;height:1lh}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: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)}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)}}@layer components{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:"\2022  "}ul[marker-~=tree] li:before{content:"\251c  "}ul[marker-~=tree]:not([marker-^=open]) li:first-of-type:before{content:"\250c  "}ul[marker-~=tree]:not([marker-$=open]) li:last-of-type:before{content:"\2514  "}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:"";position:absolute;top:0;left:.5ch;width:var(--box-border-width, 2px);height:100%;translate:-50%;background-color:var(--background2)}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{text-decoration:underline;color:var(--foreground2)}p code,blockquote code,li code,[is-~=typography-block] code{display:inline-block;background-color:var(--background1);padding-left:1ch;padding-right:1ch}}@layer components{[is-~=badge]{color:var(--badge-text);background-image:linear-gradient(90deg,transparent 0,transparent calc(1ch - 1px),var(--badge-color) calc(1ch - 1px),var(--badge-color) calc(100% - 1ch + 1px),transparent calc(100% - 1ch + 1px),transparent);display:inline-flex;vertical-align:top;white-space:nowrap;height:1lh;line-height:1lh}[is-~=badge][variant-=foreground0],[is-~=badge]:not([variant-]){--badge-color: var(--foreground0);--badge-text: var(--background0)}[is-~=badge][variant-=foreground1]{--badge-color: var(--foreground1);--badge-text: var(--background0)}[is-~=badge][variant-=foreground2]{--badge-color: var(--foreground2);--badge-text: var(--background0)}[is-~=badge][variant-=background0]{--badge-color: var(--background0);--badge-text: var(--foreground0)}[is-~=badge][variant-=background1]{--badge-color: var(--background1);--badge-text: var(--foreground0)}[is-~=badge][variant-=background2]{--badge-color: var(--background2);--badge-text: var(--foreground0)}[is-~=badge][variant-=background3]{--badge-color: var(--background3);--badge-text: var(--foreground0)}[is-~=badge]:before,[is-~=badge]:after{content:"";width:1ch;height:1lh;display:inline-block;vertical-align:middle;background-color:var(--badge-color);overflow:hidden}[is-~=badge][cap-^=round]:before{border-top-left-radius:1lh;border-bottom-left-radius:1lh}[is-~=badge][cap-$=round]:after{border-top-right-radius:1lh;border-bottom-right-radius:1lh}[is-~=badge][cap-^=triangle]:before{clip-path:polygon(100% 0,100% 100%,0 50%)}[is-~=badge][cap-$=triangle]:after{clip-path:polygon(0 0,0 100%,100% 50%)}[is-~=badge][cap-^=slant-top]:before{clip-path:polygon(0 0,100% 0,100% 100%)}[is-~=badge][cap-$=slant-top]:after{clip-path:polygon(0 0,100% 0,0 100%)}[is-~=badge][cap-^=slant-bottom]:before{clip-path:polygon(100% 0,100% 100%,0 100%)}[is-~=badge][cap-$=slant-bottom]:after{clip-path:polygon(0 0,100% 100%,0 100%)}[is-~=badge][cap-^=ribbon]:before{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,100% 50%)}[is-~=badge][cap-$=ribbon]:after{clip-path:polygon(0 0,100% 0,0% 50%,100% 100%,0% 100%)}}@layer components{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);outline:none;border: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}}@layer components{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);outline:none;border:none;resize:vertical;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}}@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]{--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:"";display:block;width:100vw;height:100vh;position:fixed;inset:0;z-index:1;background-color:var(--popover-backdrop-color)}details[is-~=popover][open] summary+*{position:absolute;z-index:2}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))}}@layer components{input[type=checkbox]:not([is-=switch]){appearance:none;-webkit-appearance:none;-moz-appearance:none;display:inline-block;position:relative;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}input[type=checkbox]:not([is-=switch]):before{content:"";position:absolute;inset: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"}label:has(input[type=checkbox]:not([is-=switch])){display:inline-flex;align-items:flex-start;gap:1ch;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][direction-=x],[is-~=separator][direction-=horizontal],[is-~=separator]:not([direction-]){height:1lh;background-image:linear-gradient(0deg,var(--separator-bg-fallback) 0,var(--separator-bg-fallback) calc(.5lh - var(--separator-width) / 2),var(--separator-color) calc(.5lh - (var(--separator-width) / 2)),var(--separator-color) calc(.5lh + (var(--separator-width) / 2)),var(--separator-bg-fallback) calc(.5lh + (var(--separator-width) / 2)),var(--separator-bg-fallback))}[is-~=separator][direction-=x][cap-^=bisect]:before,[is-~=separator][direction-=horizontal][cap-^=bisect]:before,[is-~=separator]:not([direction-])[cap-^=bisect]:before{left:-.5ch}[is-~=separator][direction-=x][cap-$=bisect]:after,[is-~=separator][direction-=horizontal][cap-$=bisect]:after,[is-~=separator]:not([direction-])[cap-$=bisect]:after{right:-.5ch}[is-~=separator][direction-=x][cap-^=edge]:not([cap-=edge]),[is-~=separator][direction-=horizontal][cap-^=edge]:not([cap-=edge]),[is-~=separator]:not([direction-])[cap-^=edge]:not([cap-=edge]){clip-path:inset(0 -.5ch 0 .5ch)}[is-~=separator][direction-=x][cap-$=edge]:not([cap-=edge]),[is-~=separator][direction-=horizontal][cap-$=edge]:not([cap-=edge]),[is-~=separator]:not([direction-])[cap-$=edge]:not([cap-=edge]){clip-path:inset(0 .5ch 0 -.5ch)}[is-~=separator][direction-=x][cap-=edge],[is-~=separator][direction-=horizontal][cap-=edge],[is-~=separator]:not([direction-])[cap-=edge]{clip-path:inset(0 .5ch)}[is-~=separator][direction-=y],[is-~=separator][direction-=vertical]{width:1ch;background-image:linear-gradient(to right,var(--separator-bg-fallback) 0,var(--separator-bg-fallback) calc(.5ch - (var(--separator-width) / 2)),var(--separator-color) calc(.5ch - (var(--separator-width) / 2)),var(--separator-color) calc(.5ch + (var(--separator-width) / 2)),var(--separator-bg-fallback) calc(.5ch + (var(--separator-width) / 2)),var(--separator-bg-fallback))}[is-~=separator][direction-=y][cap-^=bisect]:before,[is-~=separator][direction-=vertical][cap-^=bisect]:before{top:-.5lh}[is-~=separator][direction-=y][cap-$=bisect]:after,[is-~=separator][direction-=vertical][cap-$=bisect]:after{bottom:-.5lh}[is-~=separator][direction-=y][cap-^=edge]:not([cap-=edge]),[is-~=separator][direction-=vertical][cap-^=edge]:not([cap-=edge]){clip-path:inset(.5lh 0 -.5lh 0)}[is-~=separator][direction-=y][cap-$=edge]:not([cap-=edge]),[is-~=separator][direction-=vertical][cap-$=edge]:not([cap-=edge]){clip-path:inset(-.5lh 0 .5lh 0)}[is-~=separator][direction-=y][cap-=edge],[is-~=separator][direction-=vertical][cap-=edge]{clip-path:inset(.5lh 0)}[is-~=separator][cap-]:before,[is-~=separator][cap-]:after{content:"";position:absolute;width:1ch;height:1lh;background-image:inherit}}@layer components{input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;display:inline-block;position:relative;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}input[type=radio]:before{content:"( )";position:absolute;inset: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}label:has(input[type=radio]){display:inline-flex;align-items:flex-start;gap:1ch;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{pre,[is-~=pre]{--pre-background: var(--background1);background-color:var(--pre-background);white-space:pre-wrap;color:var(--foreground0);font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-normal);line-height:var(--line-height);outline:none;border:none;padding:1lh 1ch}pre[size-=small],[is-~=pre][size-=small]{padding:0 1ch}pre:not([size-]),[is-~=pre]:not([size-]){background-color:transparent;background-image:linear-gradient(to bottom,transparent,transparent .5lh,var(--pre-background) .5lh,var(--pre-background) calc(100% - .5lh),transparent calc(100% - .5lh),transparent)}}@layer components{@property --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 0s linear 0s;transform:scale(0);overflow:hidden;position:absolute}[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;transform:scale(1);transition-delay:var(--tooltip-delay)}[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-~=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-~=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-~=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-~=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-~=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-~=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-~=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))}}@layer components{@property --table-border-width{syntax: "<length>"; inherits: true; initial-value: 2px;}table{border:none;outline:none;font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-normal);line-height:var(--line-height);text-align:left;position:relative;border-spacing:0 0}table:before{content:"";position:absolute;top:calc(.5lh - (var(--table-border-width) / 2));left:calc(.5ch - (var(--table-border-width) / 2));width:calc(100% - 1ch - var(--table-border-width));height:calc(100% - 1lh - var(--table-border-width));border:solid var(--table-border-width) var(--table-border-color)}table 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 th,table tr td{position:relative;padding-right:1ch;padding-bottom:1lh}table tr th:first-of-type,table tr td:first-of-type{padding-left:1ch}table tr th:before,table tr td:before{content:"";position:absolute;right:calc(.5ch - var(--table-border-width) / 2);bottom:calc(.5lh - var(--table-border-width) / 2);border-left:solid var(--table-border-width) var(--table-border-color);height:100%}table tr th:after,table tr td:after{content:"";position:absolute;left:calc(.5ch + var(--table-border-width) / 2);bottom:calc(.5lh - var(--table-border-width) / 2);width:100%;border-top:solid var(--table-border-width) var(--table-border-color)}table tr th:last-of-type:after,table tr td:last-of-type:after{width:calc(100% - 1ch)}table thead+tbody tr:first-of-type td,table thead+tbody tr:first-of-type th,table tbody+tfoot tr:first-of-type td,table tbody+tfoot tr:first-of-type th{padding-top:0}}@layer components{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:initial;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]{width:2ch}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]){display:inline-flex;align-items:flex-start;gap:1ch;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):focus::-webkit-slider-thumb,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{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):focus::-moz-range-thumb,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]){display:inline-flex;align-items:center;gap:1ch;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[open],dialog:popover-open{display:flex;flex-direction:column}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%)}}@layer components{[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: "\28f7\28ef\28df\287f\28bf\28fb\28fd\28fe"}[is-=spinner][variant-=arrows]{--spinner-steps: 8;--spinner-chars: "\2190\2196\2191\2197\2192\2198\2193\2199"}[is-=spinner][variant-=cross]{--spinner-steps: 2;--spinner-chars: "+x"}[is-=spinner][variant-=square]{--spinner-steps: 4;--spinner-chars: "\25f0\25f3\25f2\25f1"}[is-=spinner][variant-=pie]{--spinner-steps: 4;--spinner-chars: "\25f4\25f7\25f6\25f5"}[is-=spinner][variant-=half]{--spinner-steps: 4;--spinner-chars: "\25d0\25d3\25d1\25d2"}[is-=spinner][variant-=bar-vertical]{--spinner-steps: 12;--spinner-chars: "\2581\2583\2584\2585\2586\2587\2588\2587\2586\2585\2584\2583"}[is-=spinner][variant-=bar-horizontal]{--spinner-steps: 13;--spinner-chars: "\2589\258a\258b\258c\258d\258e\258f\258e\258d\258c\258b\258a\2589"}[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);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}@keyframes spinner-pan{0%{translate:0ch}to{translate:-100%}}}@layer components{progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none}::-webkit-progress-value,::-webkit-progress-bar{background-color:transparent}::-moz-progress-bar{background-color:transparent}progress,[is-~=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}progress:before,[is-~=progress]:before{content:var(--progress-value-content);position:absolute;top:0;left:0;height:1lh;vertical-align:top;color:var(--progress-value-color);width:round(nearest,calc(attr(value type(<number>))/attr(max type(<number>))*100%),1ch);overflow:hidden;white-space:nowrap;background-color:var(--progress-value-background);z-index:1}progress:after,[is-~=progress]:after{content:var(--progress-empty-content);position:absolute;top:0;right:0;height:1lh;vertical-align:top;color:var(--progress-empty-color);overflow:hidden;width:round(up,calc(100% - (attr(value type(<number>))/attr(max type(<number>))*100%)),1ch);white-space:nowrap;background-color:var(--progress-empty-background);z-index:0}}:root{--ctp-latte-rosewater: #dc8a78;--ctp-latte-rosewater-rgb: 220 138 120;--ctp-latte-rosewater-hsl: 10.8 58.824% 66.667%;--ctp-latte-flamingo: #dd7878;--ctp-latte-flamingo-rgb: 221 120 120;--ctp-latte-flamingo-hsl: 0 59.763% 66.863%;--ctp-latte-pink: #ea76cb;--ctp-latte-pink-rgb: 234 118 203;--ctp-latte-pink-hsl: 316.034 73.418% 69.02%;--ctp-latte-mauve: #8839ef;--ctp-latte-mauve-rgb: 136 57 239;--ctp-latte-mauve-hsl: 266.044 85.047% 58.039%;--ctp-latte-red: #d20f39;--ctp-latte-red-rgb: 210 15 57;--ctp-latte-red-hsl: 347.077 86.667% 44.118%;--ctp-latte-maroon: #e64553;--ctp-latte-maroon-rgb: 230 69 83;--ctp-latte-maroon-hsl: 354.783 76.303% 58.627%;--ctp-latte-peach: #fe640b;--ctp-latte-peach-rgb: 254 100 11;--ctp-latte-peach-hsl: 21.975 99.184% 51.961%;--ctp-latte-yellow: #df8e1d;--ctp-latte-yellow-rgb: 223 142 29;--ctp-latte-yellow-hsl: 34.948 76.984% 49.412%;--ctp-latte-green: #40a02b;--ctp-latte-green-rgb: 64 160 43;--ctp-latte-green-hsl: 109.231 57.635% 39.804%;--ctp-latte-teal: #179299;--ctp-latte-teal-rgb: 23 146 153;--ctp-latte-teal-hsl: 183.231 73.864% 34.51%;--ctp-latte-sky: #04a5e5;--ctp-latte-sky-rgb: 4 165 229;--ctp-latte-sky-hsl: 197.067 96.567% 45.686%;--ctp-latte-sapphire: #209fb5;--ctp-latte-sapphire-rgb: 32 159 181;--ctp-latte-sapphire-hsl: 188.859 69.953% 41.765%;--ctp-latte-blue: #1e66f5;--ctp-latte-blue-rgb: 30 102 245;--ctp-latte-blue-hsl: 219.907 91.489% 53.922%;--ctp-latte-lavender: #7287fd;--ctp-latte-lavender-rgb: 114 135 253;--ctp-latte-lavender-hsl: 230.935 97.203% 71.961%;--ctp-latte-text: #4c4f69;--ctp-latte-text-rgb: 76 79 105;--ctp-latte-text-hsl: 233.793 16.022% 35.49%;--ctp-latte-subtext1: #5c5f77;--ctp-latte-subtext1-rgb: 92 95 119;--ctp-latte-subtext1-hsl: 233.333 12.796% 41.373%;--ctp-latte-subtext0: #6c6f85;--ctp-latte-subtext0-rgb: 108 111 133;--ctp-latte-subtext0-hsl: 232.8 10.373% 47.255%;--ctp-latte-overlay2: #7c7f93;--ctp-latte-overlay2-rgb: 124 127 147;--ctp-latte-overlay2-hsl: 232.174 9.623% 53.137%;--ctp-latte-overlay1: #8c8fa1;--ctp-latte-overlay1-rgb: 140 143 161;--ctp-latte-overlay1-hsl: 231.429 10.048% 59.02%;--ctp-latte-overlay0: #9ca0b0;--ctp-latte-overlay0-rgb: 156 160 176;--ctp-latte-overlay0-hsl: 228 11.236% 65.098%;--ctp-latte-surface2: #acb0be;--ctp-latte-surface2-rgb: 172 176 190;--ctp-latte-surface2-hsl: 226.667 12.162% 70.98%;--ctp-latte-surface1: #bcc0cc;--ctp-latte-surface1-rgb: 188 192 204;--ctp-latte-surface1-hsl: 225 13.559% 76.863%;--ctp-latte-surface0: #ccd0da;--ctp-latte-surface0-rgb: 204 208 218;--ctp-latte-surface0-hsl: 222.857 15.909% 82.745%;--ctp-latte-base: #eff1f5;--ctp-latte-base-rgb: 239 241 245;--ctp-latte-base-hsl: 220 23.077% 94.902%;--ctp-latte-mantle: #e6e9ef;--ctp-latte-mantle-rgb: 230 233 239;--ctp-latte-mantle-hsl: 220 21.951% 91.961%;--ctp-latte-crust: #dce0e8;--ctp-latte-crust-rgb: 220 224 232;--ctp-latte-crust-hsl: 220 20.69% 88.627%}:root{--ctp-frappe-rosewater: #f2d5cf;--ctp-frappe-rosewater-rgb: 242 213 207;--ctp-frappe-rosewater-hsl: 10.286 57.377% 88.039%;--ctp-frappe-flamingo: #eebebe;--ctp-frappe-flamingo-rgb: 238 190 190;--ctp-frappe-flamingo-hsl: 0 58.537% 83.922%;--ctp-frappe-pink: #f4b8e4;--ctp-frappe-pink-rgb: 244 184 228;--ctp-frappe-pink-hsl: 316 73.171% 83.922%;--ctp-frappe-mauve: #ca9ee6;--ctp-frappe-mauve-rgb: 202 158 230;--ctp-frappe-mauve-hsl: 276.667 59.016% 76.078%;--ctp-frappe-red: #e78284;--ctp-frappe-red-rgb: 231 130 132;--ctp-frappe-red-hsl: 358.812 67.785% 70.784%;--ctp-frappe-maroon: #ea999c;--ctp-frappe-maroon-rgb: 234 153 156;--ctp-frappe-maroon-hsl: 357.778 65.854% 75.882%;--ctp-frappe-peach: #ef9f76;--ctp-frappe-peach-rgb: 239 159 118;--ctp-frappe-peach-hsl: 20.331 79.085% 70%;--ctp-frappe-yellow: #e5c890;--ctp-frappe-yellow-rgb: 229 200 144;--ctp-frappe-yellow-hsl: 39.529 62.044% 73.137%;--ctp-frappe-green: #a6d189;--ctp-frappe-green-rgb: 166 209 137;--ctp-frappe-green-hsl: 95.833 43.902% 67.843%;--ctp-frappe-teal: #81c8be;--ctp-frappe-teal-rgb: 129 200 190;--ctp-frappe-teal-hsl: 171.549 39.227% 64.51%;--ctp-frappe-sky: #99d1db;--ctp-frappe-sky-rgb: 153 209 219;--ctp-frappe-sky-hsl: 189.091 47.826% 72.941%;--ctp-frappe-sapphire: #85c1dc;--ctp-frappe-sapphire-rgb: 133 193 220;--ctp-frappe-sapphire-hsl: 198.621 55.414% 69.216%;--ctp-frappe-blue: #8caaee;--ctp-frappe-blue-rgb: 140 170 238;--ctp-frappe-blue-hsl: 221.633 74.242% 74.118%;--ctp-frappe-lavender: #babbf1;--ctp-frappe-lavender-rgb: 186 187 241;--ctp-frappe-lavender-hsl: 238.909 66.265% 83.725%;--ctp-frappe-text: #c6d0f5;--ctp-frappe-text-rgb: 198 208 245;--ctp-frappe-text-hsl: 227.234 70.149% 86.863%;--ctp-frappe-subtext1: #b5bfe2;--ctp-frappe-subtext1-rgb: 181 191 226;--ctp-frappe-subtext1-hsl: 226.667 43.689% 79.804%;--ctp-frappe-subtext0: #a5adce;--ctp-frappe-subtext0-rgb: 165 173 206;--ctp-frappe-subtext0-hsl: 228.293 29.496% 72.745%;--ctp-frappe-overlay2: #949cbb;--ctp-frappe-overlay2-rgb: 148 156 187;--ctp-frappe-overlay2-hsl: 227.692 22.286% 65.686%;--ctp-frappe-overlay1: #838ba7;--ctp-frappe-overlay1-rgb: 131 139 167;--ctp-frappe-overlay1-hsl: 226.667 16.981% 58.431%;--ctp-frappe-overlay0: #737994;--ctp-frappe-overlay0-rgb: 115 121 148;--ctp-frappe-overlay0-hsl: 229.091 13.36% 51.569%;--ctp-frappe-surface2: #626880;--ctp-frappe-surface2-rgb: 98 104 128;--ctp-frappe-surface2-hsl: 228 13.274% 44.314%;--ctp-frappe-surface1: #51576d;--ctp-frappe-surface1-rgb: 81 87 109;--ctp-frappe-surface1-hsl: 227.143 14.737% 37.255%;--ctp-frappe-surface0: #414559;--ctp-frappe-surface0-rgb: 65 69 89;--ctp-frappe-surface0-hsl: 230 15.584% 30.196%;--ctp-frappe-base: #303446;--ctp-frappe-base-rgb: 48 52 70;--ctp-frappe-base-hsl: 229.091 18.644% 23.137%;--ctp-frappe-mantle: #292c3c;--ctp-frappe-mantle-rgb: 41 44 60;--ctp-frappe-mantle-hsl: 230.526 18.812% 19.804%;--ctp-frappe-crust: #232634;--ctp-frappe-crust-rgb: 35 38 52;--ctp-frappe-crust-hsl: 229.412 19.54% 17.059%}:root{--ctp-macchiato-rosewater: #f4dbd6;--ctp-macchiato-rosewater-rgb: 244 219 214;--ctp-macchiato-rosewater-hsl: 10 57.692% 89.804%;--ctp-macchiato-flamingo: #f0c6c6;--ctp-macchiato-flamingo-rgb: 240 198 198;--ctp-macchiato-flamingo-hsl: 0 58.333% 85.882%;--ctp-macchiato-pink: #f5bde6;--ctp-macchiato-pink-rgb: 245 189 230;--ctp-macchiato-pink-hsl: 316.071 73.684% 85.098%;--ctp-macchiato-mauve: #c6a0f6;--ctp-macchiato-mauve-rgb: 198 160 246;--ctp-macchiato-mauve-hsl: 266.512 82.692% 79.608%;--ctp-macchiato-red: #ed8796;--ctp-macchiato-red-rgb: 237 135 150;--ctp-macchiato-red-hsl: 351.176 73.913% 72.941%;--ctp-macchiato-maroon: #ee99a0;--ctp-macchiato-maroon-rgb: 238 153 160;--ctp-macchiato-maroon-hsl: 355.059 71.429% 76.667%;--ctp-macchiato-peach: #f5a97f;--ctp-macchiato-peach-rgb: 245 169 127;--ctp-macchiato-peach-hsl: 21.356 85.507% 72.941%;--ctp-macchiato-yellow: #eed49f;--ctp-macchiato-yellow-rgb: 238 212 159;--ctp-macchiato-yellow-hsl: 40.253 69.912% 77.843%;--ctp-macchiato-green: #a6da95;--ctp-macchiato-green-rgb: 166 218 149;--ctp-macchiato-green-hsl: 105.217 48.252% 71.961%;--ctp-macchiato-teal: #8bd5ca;--ctp-macchiato-teal-rgb: 139 213 202;--ctp-macchiato-teal-hsl: 171.081 46.835% 69.02%;--ctp-macchiato-sky: #91d7e3;--ctp-macchiato-sky-rgb: 145 215 227;--ctp-macchiato-sky-hsl: 188.78 59.42% 72.941%;--ctp-macchiato-sapphire: #7dc4e4;--ctp-macchiato-sapphire-rgb: 125 196 228;--ctp-macchiato-sapphire-hsl: 198.641 65.605% 69.216%;--ctp-macchiato-blue: #8aadf4;--ctp-macchiato-blue-rgb: 138 173 244;--ctp-macchiato-blue-hsl: 220.189 82.813% 74.902%;--ctp-macchiato-lavender: #b7bdf8;--ctp-macchiato-lavender-rgb: 183 189 248;--ctp-macchiato-lavender-hsl: 234.462 82.278% 84.51%;--ctp-macchiato-text: #cad3f5;--ctp-macchiato-text-rgb: 202 211 245;--ctp-macchiato-text-hsl: 227.442 68.254% 87.647%;--ctp-macchiato-subtext1: #b8c0e0;--ctp-macchiato-subtext1-rgb: 184 192 224;--ctp-macchiato-subtext1-hsl: 228 39.216% 80%;--ctp-macchiato-subtext0: #a5adcb;--ctp-macchiato-subtext0-rgb: 165 173 203;--ctp-macchiato-subtext0-hsl: 227.368 26.761% 72.157%;--ctp-macchiato-overlay2: #939ab7;--ctp-macchiato-overlay2-rgb: 147 154 183;--ctp-macchiato-overlay2-hsl: 228.333 20% 64.706%;--ctp-macchiato-overlay1: #8087a2;--ctp-macchiato-overlay1-rgb: 128 135 162;--ctp-macchiato-overlay1-hsl: 227.647 15.455% 56.863%;--ctp-macchiato-overlay0: #6e738d;--ctp-macchiato-overlay0-rgb: 110 115 141;--ctp-macchiato-overlay0-hsl: 230.323 12.351% 49.216%;--ctp-macchiato-surface2: #5b6078;--ctp-macchiato-surface2-rgb: 91 96 120;--ctp-macchiato-surface2-hsl: 229.655 13.744% 41.373%;--ctp-macchiato-surface1: #494d64;--ctp-macchiato-surface1-rgb: 73 77 100;--ctp-macchiato-surface1-hsl: 231.111 15.607% 33.922%;--ctp-macchiato-surface0: #363a4f;--ctp-macchiato-surface0-rgb: 54 58 79;--ctp-macchiato-surface0-hsl: 230.4 18.797% 26.078%;--ctp-macchiato-base: #24273a;--ctp-macchiato-base-rgb: 36 39 58;--ctp-macchiato-base-hsl: 231.818 23.404% 18.431%;--ctp-macchiato-mantle: #1e2030;--ctp-macchiato-mantle-rgb: 30 32 48;--ctp-macchiato-mantle-hsl: 233.333 23.077% 15.294%;--ctp-macchiato-crust: #181926;--ctp-macchiato-crust-rgb: 24 25 38;--ctp-macchiato-crust-hsl: 235.714 22.581% 12.157%}:root{--ctp-mocha-rosewater: #f5e0dc;--ctp-mocha-rosewater-rgb: 245 224 220;--ctp-mocha-rosewater-hsl: 9.6 55.556% 91.176%;--ctp-mocha-flamingo: #f2cdcd;--ctp-mocha-flamingo-rgb: 242 205 205;--ctp-mocha-flamingo-hsl: 0 58.73% 87.647%;--ctp-mocha-pink: #f5c2e7;--ctp-mocha-pink-rgb: 245 194 231;--ctp-mocha-pink-hsl: 316.471 71.831% 86.078%;--ctp-mocha-mauve: #cba6f7;--ctp-mocha-mauve-rgb: 203 166 247;--ctp-mocha-mauve-hsl: 267.407 83.505% 80.98%;--ctp-mocha-red: #f38ba8;--ctp-mocha-red-rgb: 243 139 168;--ctp-mocha-red-hsl: 343.269 81.25% 74.902%;--ctp-mocha-maroon: #eba0ac;--ctp-mocha-maroon-rgb: 235 160 172;--ctp-mocha-maroon-hsl: 350.4 65.217% 77.451%;--ctp-mocha-peach: #fab387;--ctp-mocha-peach-rgb: 250 179 135;--ctp-mocha-peach-hsl: 22.957 92% 75.49%;--ctp-mocha-yellow: #f9e2af;--ctp-mocha-yellow-rgb: 249 226 175;--ctp-mocha-yellow-hsl: 41.351 86.047% 83.137%;--ctp-mocha-green: #a6e3a1;--ctp-mocha-green-rgb: 166 227 161;--ctp-mocha-green-hsl: 115.455 54.098% 76.078%;--ctp-mocha-teal: #94e2d5;--ctp-mocha-teal-rgb: 148 226 213;--ctp-mocha-teal-hsl: 170 57.353% 73.333%;--ctp-mocha-sky: #89dceb;--ctp-mocha-sky-rgb: 137 220 235;--ctp-mocha-sky-hsl: 189.184 71.014% 72.941%;--ctp-mocha-sapphire: #74c7ec;--ctp-mocha-sapphire-rgb: 116 199 236;--ctp-mocha-sapphire-hsl: 198.5 75.949% 69.02%;--ctp-mocha-blue: #89b4fa;--ctp-mocha-blue-rgb: 137 180 250;--ctp-mocha-blue-hsl: 217.168 91.87% 75.882%;--ctp-mocha-lavender: #b4befe;--ctp-mocha-lavender-rgb: 180 190 254;--ctp-mocha-lavender-hsl: 231.892 97.368% 85.098%;--ctp-mocha-text: #cdd6f4;--ctp-mocha-text-rgb: 205 214 244;--ctp-mocha-text-hsl: 226.154 63.934% 88.039%;--ctp-mocha-subtext1: #bac2de;--ctp-mocha-subtext1-rgb: 186 194 222;--ctp-mocha-subtext1-hsl: 226.667 35.294% 80%;--ctp-mocha-subtext0: #a6adc8;--ctp-mocha-subtext0-rgb: 166 173 200;--ctp-mocha-subtext0-hsl: 227.647 23.611% 71.765%;--ctp-mocha-overlay2: #9399b2;--ctp-mocha-overlay2-rgb: 147 153 178;--ctp-mocha-overlay2-hsl: 228.387 16.757% 63.725%;--ctp-mocha-overlay1: #7f849c;--ctp-mocha-overlay1-rgb: 127 132 156;--ctp-mocha-overlay1-hsl: 229.655 12.775% 55.49%;--ctp-mocha-overlay0: #6c7086;--ctp-mocha-overlay0-rgb: 108 112 134;--ctp-mocha-overlay0-hsl: 230.769 10.744% 47.451%;--ctp-mocha-surface2: #585b70;--ctp-mocha-surface2-rgb: 88 91 112;--ctp-mocha-surface2-hsl: 232.5 12% 39.216%;--ctp-mocha-surface1: #45475a;--ctp-mocha-surface1-rgb: 69 71 90;--ctp-mocha-surface1-hsl: 234.286 13.208% 31.176%;--ctp-mocha-surface0: #313244;--ctp-mocha-surface0-rgb: 49 50 68;--ctp-mocha-surface0-hsl: 236.842 16.239% 22.941%;--ctp-mocha-base: #1e1e2e;--ctp-mocha-base-rgb: 30 30 46;--ctp-mocha-base-hsl: 240 21.053% 14.902%;--ctp-mocha-mantle: #181825;--ctp-mocha-mantle-rgb: 24 24 37;--ctp-mocha-mantle-hsl: 240 21.311% 11.961%;--ctp-mocha-crust: #11111b;--ctp-mocha-crust-rgb: 17 17 27;--ctp-mocha-crust-hsl: 240 22.727% 8.627%}@layer base,utils,components;*,*:before,*:after{box-sizing:border-box}:root{--ctp-base: var(--ctp-mocha-base);--ctp-mantle: var(--ctp-mocha-mantle);--ctp-crust: var(--ctp-mocha-crust);--ctp-surface0: var(--ctp-mocha-surface0);--ctp-surface1: var(--ctp-mocha-surface1);--ctp-surface2: var(--ctp-mocha-surface2);--ctp-overlay0: var(--ctp-mocha-overlay0);--ctp-overlay1: var(--ctp-mocha-overlay1);--ctp-overlay2: var(--ctp-mocha-overlay2);--ctp-text: var(--ctp-mocha-text);--ctp-subtext0: var(--ctp-mocha-subtext0);--ctp-subtext1: var(--ctp-mocha-subtext1);--ctp-mauve: var(--ctp-mocha-mauve);--ctp-red: var(--ctp-mocha-red);--ctp-mauve-dim: #b4a5dc;--link-visited: #ddb6f2}@media(prefers-color-scheme:light){:root{--ctp-base: var(--ctp-latte-base);--ctp-mantle: var(--ctp-latte-mantle);--ctp-crust: var(--ctp-latte-crust);--ctp-surface0: var(--ctp-latte-surface0);--ctp-surface1: var(--ctp-latte-surface1);--ctp-surface2: var(--ctp-latte-surface2);--ctp-overlay0: var(--ctp-latte-overlay0);--ctp-overlay1: var(--ctp-latte-overlay1);--ctp-overlay2: var(--ctp-latte-overlay2);--ctp-text: var(--ctp-latte-text);--ctp-subtext0: var(--ctp-latte-subtext0);--ctp-subtext1: var(--ctp-latte-subtext1);--ctp-mauve: var(--ctp-latte-mauve);--ctp-red: var(--ctp-latte-red);--ctp-mauve-dim: #7229c9;--link-visited: #7229c9}}html,body{height:100%;margin:0;padding:0;background-color:var(--ctp-mantle);color:var(--ctp-text);font-family:monospace;line-height:1.6}app-root{display:flex;flex-direction:column;min-height:100vh;background-color:var(--ctp-mantle)}main{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem}main>*{width:100%;max-width:70ch}a{color:var(--ctp-mauve);text-decoration:none;transition:color .2s ease}a:hover{color:var(--ctp-mauve-dim)}a:visited{color:var(--link-visited)}h1,h2{color:var(--ctp-mauve);font-family:monospace}code{background:var(--ctp-surface0);padding:.1rem .4rem;border-radius:3px}pre{background:var(--ctp-crust);color:var(--ctp-text);padding:.5rem 1rem;border:1px solid var(--ctp-surface0);overflow-x:auto}hr{border:none;border-top:1px dashed var(--ctp-surface1);margin:1.5rem 0}app-header-component{display:flex;width:100%;justify-content:center}app-footer-component{display:flex;width:100%;justify-content:center;margin-top:auto}section{margin-left:auto;margin-right:auto}.muted{color:var(--ctp-subtext0)}.small{font-size:.875rem}.italic{font-style:italic}li,p{color:var(--ctp-subtext0)}.box{background:var(--ctp-base);border:1px solid var(--ctp-surface0);padding:1rem;margin:1rem 0}.box h2{margin:0 0 .5rem;font-size:1rem}.box p,.box pre{margin:0}.box ul{list-style:none;padding:0;margin:0}
