/**
 * 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}:root{--bg: #120c1a;--bg2: #1a1226;--card: #1f1730;--card2: #271d3b;--accent: #b78cff;--accent-dark: #8a5cf6;--text: #ece6f6;--text-light: #a89bc4;--ok: #57d9a3;--down: #ff7a7a;--radius: 18px;--border: rgba(183, 140, 255, .14);--shadow: 0 8px 30px rgba(0, 0, 0, .35)}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:radial-gradient(1200px 600px at 80% -10%,rgba(138,92,246,.18),transparent 60%),radial-gradient(900px 500px at -10% 110%,rgba(183,140,255,.12),transparent 60%),var(--bg);min-height:100vh}.center{min-height:100vh;display:grid;place-items:center;padding:20px}.muted{color:var(--text-light)}.small{font-size:.82rem}.big{font-size:1.05rem}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.right{text-align:right}.brand{font-weight:800;font-size:1.6rem;letter-spacing:-.02em}.brand span{color:var(--accent)}.brand.sm{font-size:1.1rem}.card{background:linear-gradient(160deg,var(--card2) 0%,var(--card) 100%);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;margin-bottom:16px}.auth{width:min(380px,92vw);display:flex;flex-direction:column;gap:12px}.auth h1{margin:0}.auth p{margin:0 0 4px}input{background:var(--bg2);border:1px solid var(--border);color:var(--text);padding:12px 14px;border-radius:12px;font-size:.95rem;outline:none}input:focus{border-color:var(--accent-dark)}button{cursor:pointer;border:none;border-radius:12px;padding:10px 14px;font-size:.9rem;font-weight:600;background:var(--card2);color:var(--text);border:1px solid var(--border);transition:transform .05s ease,background .15s ease}button:hover{background:#312449}button:active{transform:translateY(1px)}button:disabled{opacity:.55;cursor:default}button.primary{background:linear-gradient(135deg,var(--accent),var(--accent-dark));border:none;color:#fff}button.primary:hover{filter:brightness(1.05)}button.ghost{background:transparent}button.link{background:none;border:none;color:var(--accent);padding:6px}button.sm{padding:6px 10px;font-size:.82rem}.error{color:var(--down);font-size:.85rem}.app{min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-bottom:1px solid var(--border);background:#120c1a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:5}.wrap{max-width:880px;margin:0 auto;padding:24px 18px 60px}.row{display:flex;align-items:center;gap:12px}.row.between{justify-content:space-between}.row.actions{margin-top:16px;flex-wrap:wrap}.badge{padding:4px 12px;border-radius:999px;font-size:.78rem;font-weight:700;text-transform:lowercase}.badge.ok{background:#57d9a329;color:var(--ok)}.badge.down{background:#ff7a7a29;color:var(--down)}.instance .big{font-weight:700}.notice{color:var(--text-light)}.tabs{display:flex;gap:8px;margin-bottom:16px}.tabs button{background:transparent}.tabs button.on{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;border:none}.grid{width:100%;border-collapse:collapse;font-size:.9rem}.grid th{text-align:left;color:var(--text-light);font-weight:600;font-size:.76rem;text-transform:uppercase;letter-spacing:.04em;padding:8px}.grid td{padding:10px 8px;border-top:1px solid var(--border);vertical-align:middle}.pill{padding:3px 10px;border-radius:999px;font-size:.76rem;font-weight:700}.pill.pending{background:#ffc40029;color:#ffcf5c}.pill.active{background:#57d9a329;color:var(--ok)}.pill.suspended{background:#ff7a7a29;color:var(--down)}.term-card{padding:14px}.terminal-host{height:420px;margin-top:10px;border-radius:12px;overflow:hidden;background:#160f1f;padding:8px}button.on{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;border:none}button.danger{color:var(--down);border-color:#ff7a7a4d}.reset-menu{display:inline-flex;align-items:center;gap:6px;padding:0 6px}.subpanel{margin-top:14px;border-top:1px solid var(--border);padding-top:12px}.subpanel .muted.small{display:block;margin-bottom:8px}
