/**
 * 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}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ant-card,.ant-pro-card{box-shadow:0 1px 2px #00000008,0 1px 6px -1px #00000005!important;transition:box-shadow .2s ease,transform .2s ease}.ant-card.ant-card-hoverable:hover{box-shadow:0 4px 12px -2px #0958d91f,0 2px 4px -1px #0000000a!important;transform:translateY(-2px)}[data-theme=dark] .ant-card,[data-theme=dark] .ant-pro-card{box-shadow:0 1px 2px #00000059,0 1px 6px -1px #00000040!important}.ant-pro-layout .ant-menu-light .ant-menu-item-selected,.ant-pro-layout .ant-menu-inline .ant-menu-item-selected{position:relative;font-weight:500}.ant-pro-layout .ant-menu-light .ant-menu-item-selected:before,.ant-pro-layout .ant-menu-inline .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:0 2px 2px 0;background:#0958d9}[data-theme=dark] .ant-pro-layout .ant-menu-inline .ant-menu-item-selected:before{background:#69b1ff}.ant-pro-layout .ant-menu-item:not(.ant-menu-item-selected):hover{background:#0958d90a}.ant-pro-table .ant-table-thead>tr>th{font-weight:600;font-size:13px;letter-spacing:.2px}.kpi-gradient,.kpi-hero .ant-statistic-content-value,.kpi-hero .ant-statistic-content-value-int,.kpi-hero .ant-statistic-content-value-decimal{background:linear-gradient(135deg,#0958d9,#13c2c2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-weight:700}.ant-badge-status-dot{width:8px;height:8px;box-shadow:0 0 0 2px #00000005}.login-hero{position:relative;overflow:hidden}.login-hero:before,.login-hero:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}.login-hero:before{width:480px;height:480px;top:-120px;left:-80px;background:radial-gradient(circle,#13c2c273,#13c2c200 70%)}.login-hero:after{width:520px;height:520px;bottom:-160px;right:-120px;background:radial-gradient(circle,#69b1ff66,#69b1ff00 70%)}.login-hero>*{position:relative;z-index:1}.login-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse at center,black 40%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 75%);pointer-events:none;z-index:0}.btn-gradient-primary{background:linear-gradient(135deg,#0958d9,#13c2c2)!important;border:none!important;color:#fff!important;box-shadow:0 6px 20px -6px #0958d973!important;transition:transform .15s ease,box-shadow .2s ease!important}.btn-gradient-primary:hover{transform:translateY(-1px);box-shadow:0 10px 28px -8px #0958d98c!important}.avatar-gradient{background:linear-gradient(135deg,#0958d9,#13c2c2)!important;color:#fff!important;font-weight:600}.ant-pro-global-header-header-actions .ant-btn{border-radius:8px}.ws-status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle;box-shadow:0 0 0 2px #ffffffd9}.ws-status-dot--ok{background:#389e0d}.ws-status-dot--warn{background:#d48806}.ws-status-dot--danger{background:#cf1322}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px -8px #0958d938,0 2px 6px -2px #0f172a14;border-color:#0958d959!important}[data-theme=dark] .kpi-card:hover{box-shadow:0 10px 28px -6px #69b1ff38,0 2px 6px -2px #00000073;border-color:#69b1ff61!important}@keyframes hp-status-pulse{0%,to{box-shadow:0 0 #0958d973;opacity:1}50%{box-shadow:0 0 0 6px #0958d900;opacity:.85}}.ant-badge-status-processing .ant-badge-status-dot,.ant-badge-processing .ant-badge-status-dot{animation:hp-status-pulse 1.5s ease-in-out infinite}[data-theme=dark] .ant-badge-status-processing .ant-badge-status-dot,[data-theme=dark] .ant-badge-processing .ant-badge-status-dot{animation-name:hp-status-pulse-dark}@keyframes hp-status-pulse-dark{0%,to{box-shadow:0 0 #69b1ff8c;opacity:1}50%{box-shadow:0 0 0 6px #69b1ff00;opacity:.85}}.ant-tag-processing{position:relative}.gpu-chip{transition:transform .15s ease,box-shadow .15s ease}.gpu-chip:hover{transform:translateY(-1px)}@media (prefers-reduced-motion: reduce){.ant-card,.ant-pro-card,.btn-gradient-primary,.kpi-card,.gpu-chip{transition:none!important}.ant-card.ant-card-hoverable:hover,.kpi-card:hover,.gpu-chip:hover{transform:none}.ant-badge-status-processing .ant-badge-status-dot,.ant-badge-processing .ant-badge-status-dot{animation:none}}.ant-tooltip{max-width:360px}.ant-tooltip .ant-tooltip-inner{font-size:12px}
