:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color-scheme:dark;background:#0d1117;color:#e6edf3}body{margin:0;min-height:100vh;display:grid;place-items:center}#app{width:min(640px,92vw);padding:32px;border:1px solid #30363d;border-radius:12px;background:#161b22;box-shadow:0 8px 24px #0006}h1{margin:0 0 8px;font-size:1.5rem;font-weight:600}.subtitle{margin:0 0 24px;color:#8b949e;font-size:.95rem}.status{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;background:#0d1117;border:1px solid #30363d;margin-bottom:16px}.status .dot{width:10px;height:10px;border-radius:50%;background:#6e7681;flex-shrink:0}.status.ok .dot{background:#3fb950;box-shadow:0 0 0 4px #3fb95026}.status.error .dot{background:#f85149;box-shadow:0 0 0 4px #f8514926}.status.loading .dot{background:#d29922;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}pre{background:#0d1117;border:1px solid #30363d;border-radius:6px;padding:12px;font-size:.85rem;overflow-x:auto;color:#c9d1d9}code{font-family:SF Mono,Menlo,monospace}.next-steps{margin-top:24px;padding:16px;border-radius:8px;background:#1c2128;border-left:3px solid #58a6ff}.next-steps h2{margin:0 0 8px;font-size:1rem;color:#58a6ff}.next-steps ul{margin:0;padding-left:20px;color:#8b949e;font-size:.9rem;line-height:1.7}.hint{margin:16px 0;color:#8b949e;font-size:.9rem;line-height:1.6}.hint code{background:#0d1117;padding:2px 6px;border-radius:4px;border:1px solid #30363d;font-size:.85rem}.pair-form{display:flex;flex-direction:column;gap:12px;margin-top:8px}.pair-form input{width:100%;box-sizing:border-box;padding:10px 12px;border-radius:6px;border:1px solid #30363d;background:#0d1117;color:#e6edf3;font-family:SF Mono,Menlo,monospace;font-size:.95rem}.pair-form input:focus{outline:none;border-color:#58a6ff;box-shadow:0 0 0 3px #58a6ff33}button{padding:10px 16px;border-radius:6px;border:1px solid #2ea043;background:#238636;color:#fff;font-weight:500;cursor:pointer;font-size:.95rem}button:hover{background:#2ea043}button#unpair-btn,button#reset-btn{background:transparent;border-color:#f85149;color:#f85149;margin-top:12px}button#unpair-btn:hover,button#reset-btn:hover{background:#f851491a}.session-list{display:flex;flex-direction:column;gap:8px;margin:16px 0}.pane-btn{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;background:#0d1117;border:1px solid #30363d;border-radius:8px;color:#e6edf3;text-align:left;cursor:pointer;font-family:inherit;font-size:.9rem}.pane-btn:hover{border-color:#58a6ff;background:#161b22}.pane-btn .cmd{color:#8b949e;font-family:SF Mono,Menlo,monospace;font-size:.8rem}.term{margin:16px 0;background:#0d1117;border:1px solid #30363d;border-radius:8px;padding:8px;height:60vh;overflow:hidden}.term .xterm{height:100%}button.danger{background:transparent;border-color:#f85149;color:#f85149;margin-top:12px}button.danger:hover{background:#f851491a}#app:has(#terminal-container){width:min(1100px,96vw)}/**
 * 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}
