*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}._windowFrame_1xew3_2{border:1px solid #333}._windowWrapper_1xew3_6{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}._windowTitleBar_1xew3_14{height:30px;background:#1f1f1f;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.window-drag-handle:hover{cursor:grab}._titleLeft_1xew3_28{display:flex;align-items:center;gap:8px;padding-left:8px}._appIcon_1xew3_35{width:16px;height:16px;border-radius:0;background:#4ec9b0;display:inline-block;flex-shrink:0}._appIconImg_1xew3_44{width:16px;height:16px;display:block;object-fit:contain;flex-shrink:0}._titleText_1xew3_52{color:#fff;font-size:12px;font-family:JetBrains Mono,Cascadia Code,monospace}._titleRight_1xew3_58{display:flex}._controlButton_1xew3_62{width:46px;height:30px;border-radius:0;border:none;background:transparent;color:#d4d4d4;padding:0}._controlButton_1xew3_62:hover{background:#3d3d3d;color:#fff}._closeButton_1xew3_77:hover{background:#c42b1c;color:#fff}._windowContent_1xew3_82{flex:1;overflow:hidden;display:flex;flex-direction:column;background:#1a1a1a}._dock_meeyb_1{position:fixed;bottom:0;left:50%;transform:translate(-50%);height:60px;display:flex;align-items:center;gap:12px;padding:0 24px;background:#1e1e1ed9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #333;border-radius:12px 12px 0 0;z-index:9999}._dockHidden_meeyb_18{display:none}._iconButton_meeyb_22{position:relative;width:44px;height:44px;border:none;border-radius:8px;background:#2a2a2a;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:22px;transition:background .15s;color:#d4d4d4}._iconButton_meeyb_22:hover{background:#3d3d3d}._indicator_meeyb_42{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:#569cd6}._modal_meeyb_53{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center}._modalContent_meeyb_63{background:#1f1f1f;border:1px solid #444;border-radius:8px;padding:32px;color:#fff;width:min(600px,calc(100vw - 64px))}._modalHeader_meeyb_72{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}._modalTitle_meeyb_79{font-size:18px;color:#fff}._closeButton_meeyb_84{background:transparent;border:1px solid #444;color:#fff;width:40px;height:28px;cursor:pointer;border-radius:6px}/**
 * 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}._terminalContainer_zqlsd_1{width:100%;height:100%;overflow:hidden;background:linear-gradient(to right,#050505,#141414)}._terminalContainer_zqlsd_1 .xterm-viewport{background:transparent!important}._terminalContainer_zqlsd_1 .xterm-viewport::-webkit-scrollbar{display:none}._terminalContainer_zqlsd_1 .xterm-viewport{scrollbar-width:none}._desktop_1jgwa_1{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background-image:radial-gradient(circle at 12.5px 12.5px,rgba(255,255,255,.14) 1.5px,transparent 0),linear-gradient(transparent 12px,rgba(255,255,255,.05) 12px,rgba(255,255,255,.05) 13px,transparent 13px),linear-gradient(90deg,transparent 12px,rgba(255,255,255,.05) 12px,rgba(255,255,255,.05) 13px,transparent 13px),linear-gradient(344deg,#0a1830,#1a2a4a,#0d3b66,#1a6f8f,#169fb2);background-size:24px 24px,24px 24px,24px 24px,1000% 1000%;-webkit-animation:_desktopGradient_1jgwa_1 21s ease infinite;-moz-animation:_desktopGradient_1jgwa_1 21s ease infinite;animation:_desktopGradient_1jgwa_1 21s ease infinite}@-webkit-keyframes _desktopGradient_1jgwa_1{0%{background-position:0 0,0 0,0 0,96% 0%}50%{background-position:0 0,0 0,0 0,5% 100%}to{background-position:0 0,0 0,0 0,96% 0%}}@-moz-keyframes _desktopGradient_1jgwa_1{0%{background-position:0 0,0 0,0 0,96% 0%}50%{background-position:0 0,0 0,0 0,5% 100%}to{background-position:0 0,0 0,0 0,96% 0%}}@keyframes _desktopGradient_1jgwa_1{0%{background-position:0 0,0 0,0 0,96% 0%}50%{background-position:0 0,0 0,0 0,5% 100%}to{background-position:0 0,0 0,0 0,96% 0%}}
