/**
 * 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 .xterm-scroll-area{visibility:hidden}.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{-webkit-user-select:text;user-select:text;white-space:pre}.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}:root{--vh-bg: #060807;--vh-bg-soft: #0b0f0d;--vh-panel: #0d1210;--vh-border: #1c2a22;--vh-green: #2bff88;--vh-green-dim: #14b366;--vh-cyan: #3ee8ff;--vh-amber: #ffcc55;--vh-red: #ff5b6a;--vh-text: #c9f5df;--vh-muted: #5f8873;--vh-mono: "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", ui-monospace, monospace}*{font-variant-ligatures:none}html,body,#root{height:100%}body{margin:0;background:var(--vh-bg);color:var(--vh-text);font-family:var(--vh-mono);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(1200px 800px at 80% -10%,rgba(43,255,136,.06),transparent 60%),radial-gradient(900px 700px at -10% 110%,rgba(62,232,255,.05),transparent 60%),linear-gradient(transparent 0 39px,#2bff8809 39px,#2bff8809 40px),linear-gradient(90deg,transparent 0 39px,rgba(43,255,136,.035) 39px 40px);background-size:auto,auto,40px 40px,40px 40px}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;background:repeating-linear-gradient(to bottom,#0000,#0000 2px,#0000002e,#0000 4px);mix-blend-mode:multiply;opacity:.5}#root{position:relative;z-index:1}::selection{background:#2bff8847;color:#eafff4}*{scrollbar-width:thin;scrollbar-color:#1f6b48 transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#17402d;border:2px solid transparent;background-clip:padding-box;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#1f6b48;background-clip:padding-box}.vh-mono{font-family:var(--vh-mono)}.vh-glow{text-shadow:0 0 6px rgba(43,255,136,.55),0 0 18px rgba(43,255,136,.25)}.vh-blink{animation:vh-blink 1.05s steps(1) infinite}@keyframes vh-blink{50%{opacity:0}}.vh-flicker{animation:vh-flicker 3.2s infinite}@keyframes vh-flicker{0%,19%,21%,23%,80%,to{opacity:1}20%,22%{opacity:.72}}.vh-led{display:inline-block;width:8px;height:8px;border-radius:50%;box-shadow:0 0 8px currentColor;animation:vh-pulse 1.8s ease-in-out infinite}.vh-led.ok{color:var(--vh-green);background:var(--vh-green)}.vh-led.warn{color:var(--vh-amber);background:var(--vh-amber)}.vh-led.err{color:var(--vh-red);background:var(--vh-red)}@keyframes vh-pulse{0%,to{opacity:1}50%{opacity:.35}}.vh-prompt:before{content:"root@vendhead:~$ ";color:var(--vh-green);opacity:.85}.ant-layout,.ant-layout-content{background:transparent!important}.ant-card{background:linear-gradient(180deg,#0d1210eb,#080b0aeb)!important;border:1px solid var(--vh-border)!important;box-shadow:0 0 0 1px #2bff8805,0 12px 40px #00000073!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ant-card-head{border-bottom:1px solid var(--vh-border)!important}.ant-typography,.ant-menu,.ant-btn,.ant-input,.ant-table,.ant-tag,.ant-modal{font-family:var(--vh-mono)!important}.ant-tag{border-radius:3px}.ant-btn{border-radius:4px}.ant-btn-primary{box-shadow:0 0 12px #2bff8840}.ant-menu-dark .ant-menu-item-selected{background:#2bff881a!important;box-shadow:inset 3px 0 0 var(--vh-green)}.ant-menu-dark .ant-menu-item-selected .ant-menu-title-content,.ant-menu-dark .ant-menu-item-selected .anticon{color:var(--vh-green)!important}.ant-table-thead>tr>th{text-transform:uppercase;letter-spacing:.6px;font-size:11px!important;color:var(--vh-muted)!important;background:#2bff8808!important}a{color:var(--vh-cyan)}a:hover{color:#8af3ff;text-shadow:0 0 8px rgba(62,232,255,.4)}.vh-typein{overflow:hidden;white-space:nowrap;border-right:2px solid var(--vh-green);animation:vh-type 1.4s steps(40,end),vh-blink .9s step-end infinite}@keyframes vh-type{0%{width:0}to{width:100%}}
