@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}._app-container_jdo7d_5{position:relative;width:100%;height:100%}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}._app-container_sptc7_1{position:relative;width:100%;height:100%}._terminal-container_sptc7_5{width:100%;height:calc(100% - 15px)}.xterm{width:100%;height:100%;padding:0;margin:0}.xterm-viewport{overflow-y:auto}@media (pointer: coarse){._terminal-container_sptc7_5{width:100%;height:calc(100% - var(--toolbar-height) - var(--safe-area-bottom));touch-action:auto}}/**
 * 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;inset: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;inset: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}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}._app-container_1ebof_1{position:relative;width:100%;height:100%}._toolbar_1ebof_5{display:none}@media (pointer: coarse){._toolbar_1ebof_5{width:100%;height:var(--toolbar-height);display:flex;gap:3px;padding:3px;background:var(--terminal-background-color)}._toolbar-key_1ebof_19{flex:1;background:#2c2c2c;color:#d6d6d6;border:1px solid #444;border-radius:4px;font-size:14px;font-weight:100;transition:all .15s ease;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._toolbar-key_1ebof_19:active{background:#3c3c3c;transform:scale(.95)}._modifier-key_1ebof_40._active_1ebof_40{border-color:#cacaca;color:#fff}@keyframes _long-press-border_1ebof_1{0%,29%{border-color:#444}30%,99%{border-color:#bc5653}to{border-color:#5c8cc9}}._enter-key_1ebof_60{flex:1.2;position:relative;overflow:hidden}._enter-key_1ebof_60:active{background:#2c2c2c}._enter-key_1ebof_60._pressing_1ebof_70{animation:_long-press-border_1ebof_1 1s linear forwards}}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}._app-container_bmi9w_1{position:relative;width:100%;height:100%}@media (pointer: coarse){:root{--toolbar-height: 40px;--safe-area-bottom: env(safe-area-inset-bottom, 0px)}}._container_bmi9w_5{position:absolute;left:4px;right:4px;bottom:calc(var(--toolbar-height) + var(--safe-area-bottom, 0px) + 2px);z-index:100;display:none;pointer-events:none}._container_bmi9w_5._visible_bmi9w_15{display:block}._modal_bmi9w_19{display:flex;flex-direction:column;gap:4px;pointer-events:none}._textarea_bmi9w_26{width:100%;max-height:40vh;padding:10px;background:#2c2c2c;border:1px solid #aaa;border-radius:8px;color:#d6d6d6;font-family:JetBrainsMono Nerd Font Mono,monospace;font-size:14px;line-height:1.4;resize:none;overflow-y:auto;pointer-events:auto}._textarea_bmi9w_26:focus{outline:none;border-color:#eee}._textarea_bmi9w_26::placeholder{color:#888}._buttons_bmi9w_51{display:flex;gap:4px;justify-content:flex-end}._button_bmi9w_51{padding:8px 16px;border:1px solid #444;border-radius:6px;background:#2c2c2c;color:#d6d6d6;font-size:14px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;pointer-events:auto}._button_bmi9w_51:active{transform:scale(.95);background:#3c3c3c}._send-button_bmi9w_77{background:#4a6da7;color:#fff;border-color:#5a7db7}._send-button_bmi9w_77:active{background:#5a7db7}*{margin:0;padding:0;box-sizing:border-box}:root{--terminal-background-color: #2c2c2c}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:JetBrainsMono Nerd Font Mono;src:url(/fonts/JetBrainsMonoNLNerdFontMono-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}html,body{width:100dvw;height:100dvh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--terminal-background-color);touch-action:none}._recording-indicator_sjdqv_5{position:absolute;left:4px;right:4px;bottom:calc(var(--toolbar-height, 40px) + var(--safe-area-bottom, 0px) + 2px);z-index:100;display:none;flex-direction:row;align-items:center;gap:8px;padding:10px 12px;background:#2c2c2c;border:1px solid #e74c3c;border-radius:8px;pointer-events:auto}._recording-indicator_sjdqv_5._visible_sjdqv_22{display:flex}._mic-icon_sjdqv_26{font-size:20px;animation:_pulse_sjdqv_1 1s ease-in-out infinite}@keyframes _pulse_sjdqv_1{0%,to{opacity:1}50%{opacity:.5}}._status-text_sjdqv_41{flex:1;color:#d6d6d6;font-size:14px}._stop-button_sjdqv_47{padding:6px 14px;border:1px solid #e74c3c;border-radius:6px;background:#e74c3c;color:#fff;font-size:14px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._stop-button_sjdqv_47:active{transform:scale(.95);background:#c0392b}._login-container_rta6y_2{display:flex;align-items:center;justify-content:center;width:100%;height:calc(100% - env(safe-area-inset-bottom,0px));background-color:var(--terminal-background-color)}._login-form_rta6y_11{display:flex;flex-direction:column;gap:20px;padding:40px;max-width:400px;width:90%}._login-title_rta6y_20{color:#fff;font-size:36px;font-weight:300;text-align:center;margin:0}._login-subtitle_rta6y_28{color:#aaa;font-size:14px;text-align:center;margin:0}._credential-input_rta6y_35{padding:12px 16px;font-size:16px;background:#3c3c3c;border:1px solid #555;border-radius:4px;color:#fff;outline:none;transition:border-color .2s ease}._credential-input_rta6y_35:focus{border-color:#888}._login-button_rta6y_50{padding:12px 24px;font-size:16px;font-weight:500;background:#4a4a4a;color:#fff;border:1px solid #555;border-radius:4px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}._login-button_rta6y_50:hover{background:#555;border-color:#666}._login-button_rta6y_50:active{transform:scale(.98)}
