:root{--bg-base: #1a1a1a;--bg-terminal: #1e1e1e;--bg-toolbar: #252526;--bg-input: #1e1e1e;--bg-input-field: #2d2d2d;--bg-sidebar: #252526;--bg-bottom: #252526;--text-primary: #d4d4d4;--text-secondary: #9d9d9d;--text-disabled: #555;--border-color: #3a3a3a;--btn-bg: #3a3a3a;--btn-bg-hover: #4a4a4a;--btn-text: #d4d4d4;--status-connected: #23d18b;--status-connecting: #e5e510;--status-disconnected: #9d9d9d;--status-error: #f14c4c;--toolbar-height: 36px;--input-height: 44px;--font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: Menlo, Monaco, "Courier New", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg-base);color:var(--text-primary);font-family:var(--font-ui)}body{overflow:hidden}.app{display:grid;grid-template-rows:var(--toolbar-height) 1fr var(--input-height);grid-template-areas:"toolbar" "main" "input";height:100%;overflow:hidden}.toolbar{grid-area:toolbar;display:flex;align-items:center;gap:8px;padding:0 10px;background:var(--bg-toolbar);border-bottom:1px solid var(--border-color);font-size:12px}.toolbar__spacer{flex:1}.toolbar__group{display:flex;align-items:center;gap:4px}.toolbar__btn{background:var(--btn-bg);color:var(--btn-text);border:1px solid var(--border-color);border-radius:3px;padding:2px 8px;font-size:12px;font-family:var(--font-ui);cursor:pointer;transition:background .1s;white-space:nowrap}.toolbar__btn:hover:not(:disabled){background:var(--btn-bg-hover)}.toolbar__btn:disabled{opacity:.4;cursor:default}.toolbar__font-size{color:var(--text-secondary);font-size:11px;min-width:32px;text-align:center}.status-badge{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-secondary)}.status-badge__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-badge--connected .status-badge__dot{background:var(--status-connected)}.status-badge--connecting .status-badge__dot{background:var(--status-connecting)}.status-badge--disconnected .status-badge__dot{background:var(--status-disconnected)}.status-badge--error .status-badge__dot{background:var(--status-error)}.status-badge--connected{color:var(--status-connected)}.status-badge--connecting{color:var(--status-connecting)}.status-badge--error{color:var(--status-error)}.app__main{grid-area:main;display:flex;min-height:0;overflow:hidden}.terminal-container{flex:1;height:100%;background:var(--bg-terminal);padding:6px;overflow:hidden;min-width:0;min-height:0}.app__sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;border-left:1px solid var(--border-color);background:var(--bg-sidebar);min-height:0;overflow:hidden}.app__sidebar-top{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-bottom:1px solid var(--border-color)}.app__sidebar-bottom{height:240px;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.addon-header{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;background:var(--bg-toolbar);border-bottom:1px solid var(--border-color);flex-shrink:0;font-size:11px;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.addon-header__title{font-weight:600;color:var(--text-primary)}.addon-header__info{color:var(--text-secondary);font-size:10px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.addon-empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-disabled);font-size:12px;font-family:var(--font-ui);padding:12px;text-align:center}.mapper-addon{display:flex;flex-direction:column;height:100%;min-height:0}.mapper-addon__canvas{flex:1;min-height:0;overflow:hidden;background:#111318;position:relative}.mapper-addon__svg{display:block;width:100%;height:100%}.mapper-addon__footer{display:flex;align-items:center;justify-content:space-between;padding:4px 10px;border-top:1px solid var(--border-color);font-size:11px;flex-shrink:0}.mapper-addon__room-name{color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.mapper-addon__room-name--empty{color:var(--text-disabled)}.mapper-addon__count{color:var(--text-disabled);font-size:10px;flex-shrink:0;margin-left:6px}.shout-addon{display:flex;flex-direction:column;height:100%;min-height:0}.shout-addon__messages{flex:1;min-height:0;overflow-y:auto;padding:6px 8px;display:flex;flex-direction:column;gap:2px}.shout-msg{display:flex;align-items:baseline;gap:5px;font-size:12px;font-family:var(--font-mono);line-height:1.4}.shout-msg__time{color:var(--text-disabled);font-size:10px;flex-shrink:0}.shout-msg__speaker{font-weight:600;flex-shrink:0}.shout-msg__text{color:var(--text-primary);word-break:break-word}.shout-addon__input-row{display:flex;gap:4px;padding:6px 8px;border-top:1px solid var(--border-color);flex-shrink:0}.shout-addon__input{flex:1;background:var(--bg-input-field);color:var(--text-primary);border:1px solid var(--border-color);border-radius:3px;padding:4px 8px;font-size:12px;font-family:var(--font-mono);outline:none;transition:border-color .15s}.shout-addon__input:focus{border-color:#569cd6}.shout-addon__btn{background:var(--btn-bg);color:var(--btn-text);border:1px solid var(--border-color);border-radius:3px;padding:4px 10px;font-size:11px;font-family:var(--font-ui);cursor:pointer;flex-shrink:0;transition:background .1s}.shout-addon__btn:hover{background:var(--btn-bg-hover)}.connect-screen{display:flex;align-items:center;justify-content:center;height:100%;background:var(--bg-base)}.connect-screen__btn{background:#0e639c;color:#fff;border:none;border-radius:6px;padding:20px 64px;font-size:24px;font-family:var(--font-ui);font-weight:600;cursor:pointer;letter-spacing:.03em;transition:background .15s}.connect-screen__btn:hover{background:#17b}.input-bar{grid-area:input;display:flex;align-items:center;gap:6px;padding:0 10px;background:var(--bg-input);border-top:1px solid var(--border-color)}.input-bar__prompt{color:var(--status-connected);font-family:var(--font-mono);font-size:14px;-webkit-user-select:none;user-select:none}.input-bar__input{flex:1;background:var(--bg-input-field);color:var(--text-primary);border:1px solid var(--border-color);border-radius:3px;padding:6px 10px;font-size:14px;font-family:var(--font-mono);outline:none;transition:border-color .15s}.input-bar__input:focus{border-color:#569cd6}.input-bar__input::placeholder{color:var(--text-disabled)}.input-bar__input:disabled{opacity:.5;cursor:not-allowed}/**
 * 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}
