@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,400;0,500;0,700;1,400&display=swap";:root{--gray-0: #1C1C1E;--gray-1: #232326;--gray-2: #2C2C30;--gray-3: #38383D;--gray-4: #4A4A50;--gray-5: #6E6E76;--gray-6: #9A9AA1;--gray-7: #C7C7CC;--gray-8: #F2F2F3;--accent-9: #E4B123;--accent-hover: #EFC04A;--accent-active: #C99610;--accent-muted: #3A331A;--accent-border: #6B551D;--success-9: #4E9B6B;--success-muted: #1B2A22;--warning-9: #D68A3C;--warning-muted: #2E2416;--danger-9: #C4554A;--danger-muted: #2E1B19;--surface-app: var(--gray-0);--surface-raised: var(--gray-1);--surface-raised-hover: var(--gray-2);--surface-overlay: #19191B;--border-subtle: var(--gray-3);--border-strong: var(--gray-4);--text-primary: var(--gray-8);--text-secondary: var(--gray-7);--text-muted: var(--gray-6);--text-disabled: var(--gray-5);--text-on-accent: #1C1C1E;--focus-ring: var(--accent-9)}:root[data-accent=orange]{--accent-9: #E4692B;--accent-hover: #EF8A54;--accent-active: #B8501F;--accent-muted: #3A2416;--accent-border: #6B4020}:root[data-mode=light]{--gray-0: #FAF5EC;--gray-1: #FFFFFF;--gray-2: #F1EADC;--gray-3: #E4DAC7;--gray-4: #CFC1A5;--gray-5: #9C9384;--gray-6: #6F6656;--gray-7: #46402F;--gray-8: #1C1C1E;--accent-9: #E4B123;--accent-hover: #C99610;--accent-active: #B07F0C;--accent-muted: #FBEFC9;--accent-border: #D9B65A;--success-9: #3F7D57;--success-muted: #E3F0E7;--warning-9: #B96F2A;--warning-muted: #F5E6D3;--danger-9: #A8433A;--danger-muted: #F5DEDB;--surface-overlay: #FFFDF8;--text-on-accent: #1C1C1E}:root[data-mode=light][data-accent=orange]{--gray-0: #FAF5EC;--gray-1: #F2ECE0;--gray-2: #E9E1D2;--gray-3: #D8CDB8;--gray-4: #B8AB90;--gray-5: #8C816B;--gray-6: #625A49;--gray-7: #3A3529;--gray-8: #201C13;--accent-9: #E4692B;--accent-hover: #F08248;--accent-active: #B8501F;--accent-muted: #FBE3D3;--accent-border: #E8B295;--success-9: #3E7A56;--success-muted: #DEEBE3;--warning-9: #B36B2A;--warning-muted: #F1E1CD;--danger-9: #A8433A;--danger-muted: #F1DCDA;--surface-overlay: #FFFFFF;--text-on-accent: #FAF5EC}:root{--font-mono: "Roboto Mono", ui-monospace, "SF Mono", Consolas, monospace;--text-2xs: 11px;--text-xs: 12px;--text-sm: 13px;--text-base: 15px;--text-md: 17px;--text-lg: 21px;--text-xl: 28px;--text-2xl: 38px;--text-3xl: 52px;--leading-tight: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.7;--weight-regular: 400;--weight-medium: 500;--weight-bold: 700;--tracking-tight: -.01em;--tracking-normal: 0;--tracking-wide: .04em}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px}:root{--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--radius-full: 999px}:root{--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .6);--border-width: 1px;--ease-standard: cubic-bezier(.4, 0, .2, 1);--duration-fast: .1s;--duration-normal: .16s;--duration-slow: .24s}a{color:var(--accent-9);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--surface-app);color:var(--text-primary);font-family:var(--font-mono)}:root{color-scheme:dark}:root[data-mode=light]{color-scheme:light}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--surface-app)}::-webkit-scrollbar{width:var(--space-2);height:var(--space-2)}::-webkit-scrollbar-track{background:var(--surface-app)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::-webkit-scrollbar-thumb:active{background:var(--text-secondary)}::-webkit-scrollbar-corner{background:var(--surface-app)}/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}
