.session-item[data-v-6b89ca3e]{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius);cursor:pointer;transition:background .15s}.session-item[data-v-6b89ca3e]:hover{background:var(--bg-input)}.session-item.active[data-v-6b89ca3e]{background:var(--bg-secondary);border:1px solid var(--border)}.type-icon[data-v-6b89ca3e]{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg-input);border-radius:var(--radius-sm);font-weight:700;font-size:13px;color:var(--accent);flex-shrink:0}.session-info[data-v-6b89ca3e]{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.session-name[data-v-6b89ca3e]{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-type[data-v-6b89ca3e]{font-size:11px;color:var(--text-muted);text-transform:capitalize}.status-dot[data-v-6b89ca3e]{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--text-muted)}.status-dot.running[data-v-6b89ca3e]{background:var(--success)}.status-dot.error[data-v-6b89ca3e]{background:var(--danger)}.btn-delete[data-v-6b89ca3e]{opacity:0;min-width:28px;min-height:28px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-muted);transition:opacity .15s,color .15s}.session-item:hover .btn-delete[data-v-6b89ca3e]{opacity:1}.btn-delete[data-v-6b89ca3e]:hover{color:var(--danger)}.sidebar[data-v-f3f5b680]{display:flex;flex-direction:column;height:100%}.sidebar-header[data-v-f3f5b680]{padding:16px;border-bottom:1px solid var(--border)}.logo[data-v-f3f5b680]{font-size:18px;font-weight:700;color:var(--accent);margin-bottom:12px}.new-session[data-v-f3f5b680]{position:relative}.btn-new[data-v-f3f5b680]{width:100%;padding:10px 16px;background:var(--accent);color:var(--bg-primary);border-radius:var(--radius);font-weight:600;font-size:14px;transition:background .15s}.btn-new[data-v-f3f5b680]:hover{background:var(--accent-hover)}.dropdown[data-v-f3f5b680]{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;z-index:10}.dropdown-item[data-v-f3f5b680]{display:block;width:100%;padding:10px 16px;text-align:left;font-size:14px;transition:background .15s}.dropdown-item[data-v-f3f5b680]:hover{background:var(--bg-input)}.session-list[data-v-f3f5b680]{flex:1;overflow-y:auto;padding:8px}.empty[data-v-f3f5b680]{padding:24px 16px;text-align:center;color:var(--text-muted);font-size:14px}/**
 * 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}.terminal-pane[data-v-93a7158c]{position:relative;height:100%;overflow:hidden;background:var(--bg-primary)}.terminal-wrapper[data-v-93a7158c]{width:100%;height:100%;padding:4px}.reconnect-overlay[data-v-93a7158c]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#1a1a2ed9;z-index:10}.reconnect-message[data-v-93a7158c]{display:flex;align-items:center;gap:10px;padding:12px 24px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);font-size:14px;color:var(--text-secondary)}.spinner[data-v-93a7158c]{width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin-93a7158c .8s linear infinite}@keyframes spin-93a7158c{to{transform:rotate(360deg)}}.no-session[data-v-93a7158c]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:15px}.input-bar[data-v-de5d34d0]{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-secondary)}.text-input[data-v-de5d34d0]{flex:1;padding:10px 14px;background:var(--bg-input);border-radius:var(--radius);font-size:14px;color:var(--text-primary);min-height:44px}.text-input[data-v-de5d34d0]::placeholder{color:var(--text-muted)}.btn-mic[data-v-de5d34d0],.btn-send[data-v-de5d34d0]{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius);color:var(--text-secondary);transition:color .15s,background .15s}.btn-mic[data-v-de5d34d0]:hover,.btn-send[data-v-de5d34d0]:hover{background:var(--bg-input);color:var(--accent)}.btn-mic.listening[data-v-de5d34d0]{color:var(--danger);animation:pulse-de5d34d0 1.5s ease infinite}@keyframes pulse-de5d34d0{0%,to{opacity:1}50%{opacity:.5}}.notification-banner[data-v-56bf513c]{position:fixed;top:16px;right:16px;z-index:200;display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);font-size:14px;color:var(--text-primary);cursor:pointer;max-width:400px;box-shadow:0 4px 12px #0000004d}.notification-banner.error[data-v-56bf513c]{border-color:var(--danger)}.notification-banner.success[data-v-56bf513c]{border-color:var(--success)}.notification-banner.warning[data-v-56bf513c]{border-color:var(--warning)}.message[data-v-56bf513c]{flex:1}.btn-close[data-v-56bf513c]{min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.toast-enter-active[data-v-56bf513c],.toast-leave-active[data-v-56bf513c]{transition:all .3s ease}.toast-enter-from[data-v-56bf513c],.toast-leave-to[data-v-56bf513c]{opacity:0;transform:translateY(-12px)}.app[data-v-47bb992c]{display:grid;grid-template-columns:var(--sidebar-width) 1fr;height:100%;overflow:hidden}.sidebar[data-v-47bb992c]{grid-column:1;background:var(--bg-sidebar);border-right:1px solid var(--border);overflow-y:auto;height:100%}.sidebar-overlay[data-v-47bb992c]{display:none}.main[data-v-47bb992c]{grid-column:2;display:grid;grid-template-rows:auto 1fr auto;height:100%;overflow:hidden}.topbar[data-v-47bb992c]{display:none;align-items:center;gap:12px;padding:8px 16px;background:var(--bg-secondary);border-bottom:1px solid var(--border)}.topbar-title[data-v-47bb992c]{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.terminal-area[data-v-47bb992c]{overflow:hidden}.input-area[data-v-47bb992c]{border-top:1px solid var(--border)}@media(max-width:768px){.app[data-v-47bb992c]{grid-template-columns:1fr}.sidebar[data-v-47bb992c]{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width);z-index:100;transform:translate(-100%);transition:transform .2s ease}.sidebar.open[data-v-47bb992c]{transform:translate(0)}.sidebar-overlay[data-v-47bb992c]{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#00000080}.main[data-v-47bb992c]{grid-column:1}.topbar[data-v-47bb992c]{display:flex}}:root{--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-sidebar: #0f1628;--bg-input: #1e2a45;--text-primary: #e0e0e0;--text-secondary: #a0a0b0;--text-muted: #6a6a7a;--accent: #4fc3f7;--accent-hover: #39a8db;--danger: #ef5350;--success: #66bb6a;--warning: #ffa726;--border: #2a2a4a;--sidebar-width: 280px;--input-height: 48px;--radius: 8px;--radius-sm: 4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;color:inherit;font:inherit;min-height:44px;min-width:44px}input{border:none;background:none;color:inherit;font:inherit;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@media(max-width:768px){:root{--sidebar-width: 280px}}
