@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}[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)}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)}}@layer components{}@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: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%)}}@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 components{}@layer components{}@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 components{}@layer components{}@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 components{}@layer components{}