:root{--wchp-font-family: "Fira Code", "JetBrains Mono", "Source Code Pro", "Consolas", "Monaco", monospace;--wchp-font-size: 0.875rem;--wchp-line-height: 1.6;--wchp-font-weight: 400;--wchp-padding-x: 1.25rem;--wchp-padding-y: 1rem;--wchp-header-padding-x: 1rem;--wchp-header-padding-y: 0.625rem;--wchp-block-gap: 0;--wchp-border-radius: 0.5rem;--wchp-border-width: 1px;--wchp-border-color: rgba(255, 255, 255, 0.08);--wchp-bg: #1e1e2e;--wchp-text: #cdd6f4;--wchp-header-bg: #181825;--wchp-header-text: #a6adc8;--wchp-header-border: rgba(255, 255, 255, 0.06);--wchp-line-number-color: rgba(166, 173, 200, 0.4);--wchp-line-number-width: 3em;--wchp-line-number-border: rgba(255, 255, 255, 0.06);--wchp-line-highlight-bg: rgba(255, 255, 255, 0.06);--wchp-line-highlight-border: rgba(255, 255, 255, 0.15);--wchp-copy-bg: rgba(255, 255, 255, 0.06);--wchp-copy-hover-bg: rgba(255, 255, 255, 0.12);--wchp-copy-text: #a6adc8;--wchp-copy-hover-text: #cdd6f4;--wchp-copy-success-bg: rgba(166, 227, 161, 0.15);--wchp-copy-success-text: #a6e3a1;--wchp-copy-font-size: 0.75rem;--wchp-copy-padding-x: 0.625rem;--wchp-copy-padding-y: 0.3125rem;--wchp-copy-border-radius: 0.25rem;--wchp-filename-font-size: 0.75rem;--wchp-filename-color: #a6adc8;--wchp-filename-font-weight: 500;--wchp-scrollbar-size: 6px;--wchp-scrollbar-track: transparent;--wchp-scrollbar-thumb: rgba(255, 255, 255, 0.15);--wchp-scrollbar-thumb-hover: rgba(255, 255, 255, 0.25);--wchp-syntax-comment: #6c7086;--wchp-syntax-keyword: #cba6f7;--wchp-syntax-string: #a6e3a1;--wchp-syntax-number: #fab387;--wchp-syntax-function: #89b4fa;--wchp-syntax-variable: #f38ba8;--wchp-syntax-operator: #89dceb;--wchp-syntax-punctuation: #9399b2;--wchp-syntax-tag: #f38ba8;--wchp-syntax-attr-name: #fab387;--wchp-syntax-attr-value: #a6e3a1;--wchp-syntax-selector: #cba6f7;--wchp-syntax-property: #89b4fa;--wchp-syntax-builtin: #f9e2af;--wchp-syntax-class-name: #f9e2af;--wchp-syntax-regex: #f2cdcd;--wchp-syntax-important: #f38ba8;--wchp-transition-duration: 0.2s;--wchp-transition-timing: ease}.wchp-block{position:relative;border-radius:var(--wchp-border-radius);border:var(--wchp-border-width) solid var(--wchp-border-color);background:var(--wchp-bg);color:var(--wchp-text);font-family:var(--wchp-font-family);font-size:var(--wchp-font-size);line-height:var(--wchp-line-height);overflow:hidden;margin-bottom:1.5em}.wchp-block__header{display:flex;align-items:center;justify-content:space-between;padding:var(--wchp-header-padding-y) var(--wchp-header-padding-x);background:var(--wchp-header-bg);border-bottom:var(--wchp-border-width) solid var(--wchp-header-border);min-height:2.25rem}.wchp-block__filename{font-size:var(--wchp-filename-font-size);font-weight:var(--wchp-filename-font-weight);color:var(--wchp-filename-color);font-family:var(--wchp-font-family);user-select:none;display:flex;align-items:center;gap:.375rem}.wchp-block__filename::before{content:"";display:inline-block;width:.75rem;height:.75rem;border-radius:2px;background:var(--wchp-filename-color);opacity:.4}.wchp-block__copy{display:inline-flex;align-items:center;gap:.375rem;padding:var(--wchp-copy-padding-y) var(--wchp-copy-padding-x);background:var(--wchp-copy-bg);color:var(--wchp-copy-text);border:none;border-radius:var(--wchp-copy-border-radius);font-family:var(--wchp-font-family);font-size:var(--wchp-copy-font-size);cursor:pointer;transition:background var(--wchp-transition-duration) var(--wchp-transition-timing),color var(--wchp-transition-duration) var(--wchp-transition-timing),transform var(--wchp-transition-duration) var(--wchp-transition-timing);user-select:none;margin-left:auto}.wchp-block__copy:hover{background:var(--wchp-copy-hover-bg);color:var(--wchp-copy-hover-text)}.wchp-block__copy:active{transform:scale(0.95)}.wchp-block__copy--copied{background:var(--wchp-copy-success-bg);color:var(--wchp-copy-success-text)}.wchp-block__copy--copied:hover{background:var(--wchp-copy-success-bg);color:var(--wchp-copy-success-text)}.wchp-block__copy-icon{width:1em;height:1em;flex-shrink:0}.wchp-block__copy-label{line-height:1}.wchp-block__pre{margin:0;padding:var(--wchp-padding-y) var(--wchp-padding-x);background:var(--wchp-bg);color:var(--wchp-text);overflow-x:auto;-webkit-overflow-scrolling:touch;tab-size:4}.wchp-block__pre::-webkit-scrollbar{height:var(--wchp-scrollbar-size)}.wchp-block__pre::-webkit-scrollbar-track{background:var(--wchp-scrollbar-track)}.wchp-block__pre::-webkit-scrollbar-thumb{background:var(--wchp-scrollbar-thumb);border-radius:var(--wchp-scrollbar-size)}.wchp-block__pre::-webkit-scrollbar-thumb:hover{background:var(--wchp-scrollbar-thumb-hover)}.wchp-block__pre{scrollbar-width:thin;scrollbar-color:var(--wchp-scrollbar-thumb) var(--wchp-scrollbar-track)}.wchp-block__code{font-family:var(--wchp-font-family);font-size:var(--wchp-font-size);font-weight:var(--wchp-font-weight);line-height:var(--wchp-line-height);white-space:pre;word-wrap:normal}.line-numbers .wchp-block__pre{padding-left:calc(var(--wchp-line-number-width) + var(--wchp-padding-x))}.wchp-block .line-numbers-rows{border-right:var(--wchp-border-width) solid var(--wchp-line-number-border)}.wchp-block .line-numbers-rows>span::before{color:var(--wchp-line-number-color)}.wchp-block .token.comment,.wchp-block .token.prolog,.wchp-block .token.doctype,.wchp-block .token.cdata{color:var(--wchp-syntax-comment)}.wchp-block .token.punctuation{color:var(--wchp-syntax-punctuation)}.wchp-block .token.property,.wchp-block .token.constant,.wchp-block .token.symbol,.wchp-block .token.deleted{color:var(--wchp-syntax-property)}.wchp-block .token.tag{color:var(--wchp-syntax-tag)}.wchp-block .token.attr-name{color:var(--wchp-syntax-attr-name)}.wchp-block .token.attr-value,.wchp-block .token.string,.wchp-block .token.char{color:var(--wchp-syntax-string)}.wchp-block .token.number{color:var(--wchp-syntax-number)}.wchp-block .token.boolean{color:var(--wchp-syntax-keyword)}.wchp-block .token.selector{color:var(--wchp-syntax-selector)}.wchp-block .token.keyword,.wchp-block .token.atrule{color:var(--wchp-syntax-keyword)}.wchp-block .token.function,.wchp-block .token.class-name{color:var(--wchp-syntax-function)}.wchp-block .token.builtin{color:var(--wchp-syntax-builtin)}.wchp-block .token.regex,.wchp-block .token.important{color:var(--wchp-syntax-regex)}.wchp-block .token.operator,.wchp-block .token.entity,.wchp-block .token.url{color:var(--wchp-syntax-operator)}.wchp-block .token.variable{color:var(--wchp-syntax-variable)}.wchp-block .token.inserted{color:var(--wchp-syntax-string)}[data-theme=dracula]{--wchp-bg: #282a36;--wchp-text: #f8f8f2;--wchp-header-bg: #21222c;--wchp-header-text: #6272a4;--wchp-header-border: rgba(255, 255, 255, 0.06);--wchp-border-color: rgba(255, 255, 255, 0.08);--wchp-line-number-color: rgba(98, 114, 164, 0.6);--wchp-line-number-border: rgba(255, 255, 255, 0.06);--wchp-filename-color: #6272a4;--wchp-copy-text: #6272a4;--wchp-copy-hover-text: #f8f8f2;--wchp-syntax-comment: #6272a4;--wchp-syntax-keyword: #ff79c6;--wchp-syntax-string: #f1fa8c;--wchp-syntax-number: #bd93f9;--wchp-syntax-function: #50fa7b;--wchp-syntax-variable: #f8f8f2;--wchp-syntax-operator: #ff79c6;--wchp-syntax-punctuation: #f8f8f2;--wchp-syntax-tag: #ff79c6;--wchp-syntax-attr-name: #50fa7b;--wchp-syntax-attr-value: #f1fa8c;--wchp-syntax-selector: #50fa7b;--wchp-syntax-property: #66d9ef;--wchp-syntax-builtin: #8be9fd;--wchp-syntax-class-name: #8be9fd;--wchp-syntax-regex: #f1fa8c;--wchp-syntax-important: #ff5555}[data-theme=monokai]{--wchp-bg: #272822;--wchp-text: #f8f8f2;--wchp-header-bg: #1e1f1c;--wchp-header-text: #75715e;--wchp-header-border: rgba(255, 255, 255, 0.06);--wchp-border-color: rgba(255, 255, 255, 0.08);--wchp-line-number-color: rgba(117, 113, 94, 0.6);--wchp-line-number-border: rgba(255, 255, 255, 0.06);--wchp-filename-color: #75715e;--wchp-copy-text: #75715e;--wchp-copy-hover-text: #f8f8f2;--wchp-syntax-comment: #75715e;--wchp-syntax-keyword: #f92672;--wchp-syntax-string: #e6db74;--wchp-syntax-number: #ae81ff;--wchp-syntax-function: #a6e22e;--wchp-syntax-variable: #f8f8f2;--wchp-syntax-operator: #f92672;--wchp-syntax-punctuation: #f8f8f2;--wchp-syntax-tag: #f92672;--wchp-syntax-attr-name: #a6e22e;--wchp-syntax-attr-value: #e6db74;--wchp-syntax-selector: #a6e22e;--wchp-syntax-property: #66d9ef;--wchp-syntax-builtin: #66d9ef;--wchp-syntax-class-name: #a6e22e;--wchp-syntax-regex: #e6db74;--wchp-syntax-important: #f92672}[data-theme=nord]{--wchp-bg: #2e3440;--wchp-text: #d8dee9;--wchp-header-bg: #272c36;--wchp-header-text: #616e88;--wchp-header-border: rgba(255, 255, 255, 0.05);--wchp-border-color: rgba(255, 255, 255, 0.06);--wchp-line-number-color: rgba(76, 86, 106, 0.7);--wchp-line-number-border: rgba(255, 255, 255, 0.05);--wchp-filename-color: #616e88;--wchp-copy-text: #616e88;--wchp-copy-hover-text: #d8dee9;--wchp-syntax-comment: #616e88;--wchp-syntax-keyword: #81a1c1;--wchp-syntax-string: #a3be8c;--wchp-syntax-number: #b48ead;--wchp-syntax-function: #88c0d0;--wchp-syntax-variable: #d8dee9;--wchp-syntax-operator: #81a1c1;--wchp-syntax-punctuation: #eceff4;--wchp-syntax-tag: #81a1c1;--wchp-syntax-attr-name: #8fbcbb;--wchp-syntax-attr-value: #a3be8c;--wchp-syntax-selector: #8fbcbb;--wchp-syntax-property: #88c0d0;--wchp-syntax-builtin: #5e81ac;--wchp-syntax-class-name: #8fbcbb;--wchp-syntax-regex: #ebcb8b;--wchp-syntax-important: #bf616a}[data-theme=one-dark]{--wchp-bg: #282c34;--wchp-text: #abb2bf;--wchp-header-bg: #21252b;--wchp-header-text: #5c6370;--wchp-header-border: rgba(255, 255, 255, 0.06);--wchp-border-color: rgba(255, 255, 255, 0.07);--wchp-line-number-color: rgba(92, 99, 112, 0.7);--wchp-line-number-border: rgba(255, 255, 255, 0.06);--wchp-filename-color: #5c6370;--wchp-copy-text: #5c6370;--wchp-copy-hover-text: #abb2bf;--wchp-syntax-comment: #5c6370;--wchp-syntax-keyword: #c678dd;--wchp-syntax-string: #98c379;--wchp-syntax-number: #d19a66;--wchp-syntax-function: #61afef;--wchp-syntax-variable: #e06c75;--wchp-syntax-operator: #56b6c2;--wchp-syntax-punctuation: #abb2bf;--wchp-syntax-tag: #e06c75;--wchp-syntax-attr-name: #d19a66;--wchp-syntax-attr-value: #98c379;--wchp-syntax-selector: #c678dd;--wchp-syntax-property: #61afef;--wchp-syntax-builtin: #e5c07b;--wchp-syntax-class-name: #e5c07b;--wchp-syntax-regex: #98c379;--wchp-syntax-important: #e06c75}[data-theme=solarized-dark]{--wchp-bg: #002b36;--wchp-text: #93a1a1;--wchp-header-bg: #00252f;--wchp-header-text: #586e75;--wchp-header-border: rgba(255, 255, 255, 0.05);--wchp-border-color: rgba(255, 255, 255, 0.06);--wchp-line-number-color: rgba(88, 110, 117, 0.6);--wchp-line-number-border: rgba(255, 255, 255, 0.05);--wchp-filename-color: #586e75;--wchp-copy-text: #586e75;--wchp-copy-hover-text: #93a1a1;--wchp-syntax-comment: #586e75;--wchp-syntax-keyword: #859900;--wchp-syntax-string: #2aa198;--wchp-syntax-number: #d33682;--wchp-syntax-function: #268bd2;--wchp-syntax-variable: #b58900;--wchp-syntax-operator: #859900;--wchp-syntax-punctuation: #93a1a1;--wchp-syntax-tag: #268bd2;--wchp-syntax-attr-name: #93a1a1;--wchp-syntax-attr-value: #2aa198;--wchp-syntax-selector: #859900;--wchp-syntax-property: #268bd2;--wchp-syntax-builtin: #cb4b16;--wchp-syntax-class-name: #cb4b16;--wchp-syntax-regex: #dc322f;--wchp-syntax-important: #dc322f}[data-theme=solarized-light]{--wchp-bg: #fdf6e3;--wchp-text: #657b83;--wchp-header-bg: #f5efdc;--wchp-header-text: #93a1a1;--wchp-header-border: rgba(0, 0, 0, 0.06);--wchp-border-color: rgba(0, 0, 0, 0.08);--wchp-line-number-color: rgba(147, 161, 161, 0.6);--wchp-line-number-border: rgba(0, 0, 0, 0.06);--wchp-filename-color: #93a1a1;--wchp-copy-bg: rgba(0, 0, 0, 0.04);--wchp-copy-hover-bg: rgba(0, 0, 0, 0.08);--wchp-copy-text: #93a1a1;--wchp-copy-hover-text: #657b83;--wchp-copy-success-bg: rgba(133, 153, 0, 0.12);--wchp-copy-success-text: #859900;--wchp-scrollbar-thumb: rgba(0, 0, 0, 0.12);--wchp-scrollbar-thumb-hover: rgba(0, 0, 0, 0.2);--wchp-syntax-comment: #93a1a1;--wchp-syntax-keyword: #859900;--wchp-syntax-string: #2aa198;--wchp-syntax-number: #d33682;--wchp-syntax-function: #268bd2;--wchp-syntax-variable: #b58900;--wchp-syntax-operator: #859900;--wchp-syntax-punctuation: #586e75;--wchp-syntax-tag: #268bd2;--wchp-syntax-attr-name: #657b83;--wchp-syntax-attr-value: #2aa198;--wchp-syntax-selector: #859900;--wchp-syntax-property: #268bd2;--wchp-syntax-builtin: #cb4b16;--wchp-syntax-class-name: #cb4b16;--wchp-syntax-regex: #dc322f;--wchp-syntax-important: #dc322f}[data-theme=github]{--wchp-bg: #ffffff;--wchp-text: #24292e;--wchp-header-bg: #f6f8fa;--wchp-header-text: #6a737d;--wchp-header-border: rgba(0, 0, 0, 0.08);--wchp-border-color: rgba(0, 0, 0, 0.1);--wchp-line-number-color: rgba(27, 31, 35, 0.3);--wchp-line-number-border: rgba(0, 0, 0, 0.06);--wchp-filename-color: #6a737d;--wchp-copy-bg: rgba(0, 0, 0, 0.04);--wchp-copy-hover-bg: rgba(0, 0, 0, 0.08);--wchp-copy-text: #6a737d;--wchp-copy-hover-text: #24292e;--wchp-copy-success-bg: rgba(40, 167, 69, 0.1);--wchp-copy-success-text: #28a745;--wchp-scrollbar-thumb: rgba(0, 0, 0, 0.1);--wchp-scrollbar-thumb-hover: rgba(0, 0, 0, 0.2);--wchp-syntax-comment: #6a737d;--wchp-syntax-keyword: #d73a49;--wchp-syntax-string: #032f62;--wchp-syntax-number: #005cc5;--wchp-syntax-function: #6f42c1;--wchp-syntax-variable: #e36209;--wchp-syntax-operator: #d73a49;--wchp-syntax-punctuation: #24292e;--wchp-syntax-tag: #22863a;--wchp-syntax-attr-name: #6f42c1;--wchp-syntax-attr-value: #032f62;--wchp-syntax-selector: #22863a;--wchp-syntax-property: #005cc5;--wchp-syntax-builtin: #005cc5;--wchp-syntax-class-name: #6f42c1;--wchp-syntax-regex: #032f62;--wchp-syntax-important: #d73a49}
