.session-list[data-v-265ad689]{width:100%;max-width:980px;margin:0 auto;padding:2rem 1rem;box-sizing:border-box;color:var(--fg)}.section-head[data-v-265ad689]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-head h1[data-v-265ad689]{margin:0;font-size:1.5rem;letter-spacing:.08em}.host-group[data-v-265ad689]{margin-bottom:1.5rem}.host-group header[data-v-265ad689]{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem}.hostname[data-v-265ad689]{font-weight:600;color:var(--fg)}.count[data-v-265ad689]{color:var(--fg-dim);font-size:.875rem;margin-left:auto}.grid[data-v-265ad689]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.card[data-v-265ad689]{min-width:0;background:var(--panel);color:var(--fg);border:1px solid var(--border);border-radius:8px;padding:.75rem;text-align:left;cursor:pointer;font:inherit}.card[data-v-265ad689]:hover{border-color:var(--accent)}.cmd[data-v-265ad689]{font-weight:600;margin-bottom:.5rem}.type-chip[data-v-265ad689]{font-size:.66rem;line-height:1;padding:2px 6px;border-radius:4px;border:1px solid color-mix(in srgb,var(--chip) 60%,transparent);color:var(--chip);background:color-mix(in srgb,var(--chip) 12%,transparent);text-transform:uppercase;letter-spacing:.04em;margin-right:6px}.meta[data-v-265ad689]{display:flex;gap:.75rem;color:var(--fg-dim);font-size:.75rem;flex-wrap:wrap}.meta .size[data-v-265ad689]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.meta .cwd[data-v-265ad689]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.err-line[data-v-265ad689]{display:block;color:#f87171;font-size:.72rem;font-family:ui-monospace,Menlo,Consolas,monospace;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty[data-v-265ad689]{color:var(--fg-dim);font-size:.875rem}.form-error[data-v-265ad689]{color:var(--bad);font-size:.875rem;margin:.5rem 0 0}/**
 * 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,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.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}.term-view[data-v-c2c6b7cf]{display:flex;flex-direction:column;flex:1;min-height:0;background:var(--bg);color:var(--fg)}.term-wrap[data-v-c2c6b7cf]{position:relative;flex:1;min-height:0}.term[data-v-c2c6b7cf]{position:absolute;top:0;right:0;bottom:0;left:0}.replay-overlay[data-v-c2c6b7cf]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000000b3;color:var(--fg);gap:.5rem;pointer-events:none}.replay-text[data-v-c2c6b7cf]{font-size:.875rem}.replay-track[data-v-c2c6b7cf]{width:200px;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.replay-fill[data-v-c2c6b7cf]{height:100%;background:var(--accent);transition:width .1s linear}.viewer-overlay[data-v-c2c6b7cf]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0009}.viewer-card[data-v-c2c6b7cf]{display:flex;flex-direction:column;gap:.75rem;align-items:center}.viewer-title[data-v-c2c6b7cf]{font-size:.9rem;color:var(--fg)}.take-control[data-v-c2c6b7cf]{padding:.5rem 1rem;border:none;border-radius:8px;background:var(--accent, #3b82f6);color:#fff;font-weight:600;cursor:pointer}.status-line[data-v-c2c6b7cf]{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:var(--fg-dim);padding:.25rem .5rem;margin:0}.lost-banner[data-v-c2c6b7cf]{margin:0;border-radius:0}.template-bar[data-v-c2c6b7cf]{display:flex;align-items:center;gap:6px;overflow-x:auto;padding:4px 8px;border-top:1px solid var(--border);background:var(--bg)}.template-btn[data-v-c2c6b7cf]{flex:0 0 auto;height:22px;padding:0 10px;border-radius:6px;background:var(--bg);border:1px solid var(--border);color:var(--fg);font-size:.76rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer}.template-btn[data-v-c2c6b7cf]:hover{border-color:var(--accent, #3b82f6);color:var(--accent, #3b82f6)}.template-dialog-backdrop[data-v-c2c6b7cf]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem}.template-dialog[data-v-c2c6b7cf]{width:100%;max-width:320px;background:#11182b;color:#e6e7ea;border:1px solid #1e2638;border-radius:11px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.template-dialog h3[data-v-c2c6b7cf]{margin:0;font-size:.95rem;font-weight:600}.template-preview-text[data-v-c2c6b7cf]{margin:0;padding:8px 10px;background:#020617;color:#e2e8f0;border:1px solid #1e2638;border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.4;white-space:pre-wrap;word-break:break-all;max-height:30vh;overflow-y:auto}.template-actions[data-v-c2c6b7cf]{display:flex;gap:8px;justify-content:flex-end}.template-actions button[data-v-c2c6b7cf]{height:32px;padding:0 14px;border:1px solid #1e2638;border-radius:7px;background:#11182b;color:#cbd5e1;font-size:.82rem}.template-actions button[data-v-c2c6b7cf]:last-child{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:600}.shortcut-bar[data-v-57455025]{display:flex;gap:.25rem;padding:.5rem;background:var(--panel);border-top:1px solid var(--border);overflow-x:auto;flex-shrink:0}.shortcut-bar button[data-v-57455025]{background:var(--bg);color:var(--fg);border:1px solid var(--border);border-radius:4px;padding:.4rem .6rem;font:inherit;font-size:.875rem;white-space:nowrap;cursor:pointer}.shortcut-bar button[data-v-57455025]:hover{border-color:var(--accent);color:var(--accent)}.paste-fallback[data-v-dd06127f]{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;background:var(--panel);border-top:1px solid var(--border)}.paste-fallback textarea[data-v-dd06127f]{background:var(--bg);color:var(--fg);border:1px solid var(--border);border-radius:4px;padding:.5rem;font:inherit}.actions[data-v-dd06127f]{display:flex;gap:.5rem;align-items:center}.paste-image-pick[data-v-dd06127f]{color:var(--fg-dim);font-size:.875rem;cursor:pointer;text-decoration:underline}.paste-fallback button[data-v-dd06127f]{background:var(--bg);color:var(--fg);border:1px solid var(--border);border-radius:4px;padding:.4rem .8rem;font:inherit;cursor:pointer}.paste-fallback button[type=submit][data-v-dd06127f]{background:var(--accent);color:var(--bg);border-color:var(--accent)}.install-hint[data-v-5ec93c4f]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--panel);border-bottom:1px solid var(--border);color:var(--fg-dim);font-size:.875rem}.install-hint strong[data-v-5ec93c4f]{display:block;color:var(--fg)}.install-hint button[data-v-5ec93c4f]{background:transparent;color:var(--fg-dim);border:none;font-size:1.25rem;cursor:pointer}.install-hint button[data-v-5ec93c4f]:hover{color:var(--fg)}.conn-health-pill[data-v-5daa187a]{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;height:20px;border-radius:999px;border:1px solid var(--border, #ccc);background:transparent;color:inherit;font-size:11px;font-variant-numeric:tabular-nums;cursor:pointer;line-height:1;white-space:nowrap}.conn-health-pill .dot[data-v-5daa187a]{font-size:8px;line-height:1}.band-green[data-v-5daa187a]{color:var(--good, #16a34a);border-color:color-mix(in srgb,var(--good, #16a34a) 35%,transparent)}.band-yellow[data-v-5daa187a]{color:var(--warn, #d97706);border-color:color-mix(in srgb,var(--warn, #d97706) 35%,transparent)}.band-red[data-v-5daa187a]{color:var(--bad, #dc2626);border-color:color-mix(in srgb,var(--bad, #dc2626) 35%,transparent)}.band-off[data-v-5daa187a]{color:var(--fg-dim, #888)}.band-reconnecting[data-v-5daa187a]{color:var(--warn, #d97706);animation:conn-health-pulse-5daa187a 1s ease-in-out infinite}@keyframes conn-health-pulse-5daa187a{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion: reduce){.band-reconnecting[data-v-5daa187a]{animation:none}}.drawer[data-v-c8bb9e85]{position:fixed;top:36px;right:8px;z-index:1100;width:280px;background:var(--bg, #fff);color:var(--fg, #111);border:1px solid var(--border, #ddd);border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:10px 12px;font-size:12px;display:flex;flex-direction:column;gap:8px}.head[data-v-c8bb9e85]{display:flex;align-items:center;justify-content:space-between;font-weight:600}.close[data-v-c8bb9e85]{background:transparent;border:0;cursor:pointer;font-size:16px;line-height:1;color:inherit}.row[data-v-c8bb9e85]{display:flex;justify-content:space-between;padding:2px 0}.metric-label[data-v-c8bb9e85]{color:var(--fg-dim, #666)}.metric-value[data-v-c8bb9e85]{font-variant-numeric:tabular-nums}.spark[data-v-c8bb9e85]{color:var(--good, #16a34a);display:block}.reconn-table[data-v-c8bb9e85]{width:100%;border-collapse:collapse;font-size:11px}.reconn-table th[data-v-c8bb9e85],.reconn-table td[data-v-c8bb9e85]{text-align:left;padding:2px 4px;border-top:1px solid var(--border, #eee)}.gaps[data-v-c8bb9e85]{color:var(--warn, #d97706)}.conn-health-anchor[data-v-788ec3fd]{position:fixed;top:88px;right:9.5rem;z-index:5}.back-floating[data-v-788ec3fd]{position:fixed;top:88px;right:.75rem;z-index:5;opacity:.45;transition:opacity .15s ease}.back-floating[data-v-788ec3fd]:hover{opacity:1}.home-main[data-v-788ec3fd]{display:flex;flex-direction:column;min-height:calc(100vh - 80px)}.permission-notice[data-v-788ec3fd]{margin:.75rem .75rem 0;z-index:2}
