@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;800&display=swap";:root{--color-bg: #f3f2f2;--color-surface: #eae9e9;--color-text: #201e1d;--color-divider: color-mix(in srgb, #201e1d 40%, transparent);--color-accent: #cc6a2e;--color-accent-100: color-mix(in srgb, var(--color-accent) 12%, white);--color-accent-200: color-mix(in srgb, var(--color-accent) 24%, white);--color-accent-300: color-mix(in srgb, var(--color-accent) 40%, white);--color-accent-400: color-mix(in srgb, var(--color-accent) 65%, white);--color-accent-500: var(--color-accent);--color-accent-600: color-mix(in srgb, var(--color-accent) 85%, black);--color-accent-700: color-mix(in srgb, var(--color-accent) 70%, black);--color-accent-800: color-mix(in srgb, var(--color-accent) 55%, black);--color-accent-900: color-mix(in srgb, var(--color-accent) 40%, black);--color-neutral-100: #f8f4f4;--color-neutral-200: #eae7e7;--color-neutral-300: #d7d3d3;--color-neutral-400: #bab6b6;--color-neutral-500: #9b9797;--color-neutral-600: #7d7979;--color-neutral-700: #605d5d;--color-neutral-800: #444141;--color-neutral-900: #2d2b2b;--color-success: #3ecf6e;--color-pending: #e0a736;--font-heading: "Archivo", system-ui, sans-serif;--font-heading-weight: 800;--font-body: "Archivo", system-ui, sans-serif;--font-mono: ui-monospace, Menlo, "SF Mono", Consolas, monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--radius-sm: 0px;--radius-md: 0px;--radius-lg: 0px;--shadow-sm: 0 1px 2px color-mix(in srgb, #2d2b2b 14%, transparent);--shadow-md: 0 3px 10px color-mix(in srgb, #2d2b2b 16%, transparent);--shadow-lg: 0 12px 32px color-mix(in srgb, #2d2b2b 22%, transparent)}.theme-dark{--color-bg: var(--color-neutral-900);--color-surface: var(--color-neutral-800);--color-text: var(--color-neutral-100);--color-divider: color-mix(in srgb, var(--color-neutral-100) 20%, transparent)}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:15px;line-height:1.55}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight);line-height:1.12;letter-spacing:-.015em;margin:0 0 var(--space-2)}h3{font-size:22px}h4{font-size:18px}h6{font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.55}a{color:var(--color-accent);text-underline-offset:3px}code{font-family:var(--font-mono)}:focus{outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::selection{background:color-mix(in srgb,var(--color-accent) 30%,transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;text-decoration:none;-webkit-user-select:none;user-select:none;font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:14px;line-height:1.2;color:var(--color-text);background:transparent;border:1px solid transparent;border-radius:var(--radius-md);padding:10px 16px;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn-primary:hover:not(:disabled){background:var(--color-accent-600);border-color:var(--color-accent-600)}.btn-primary:active:not(:disabled){background:var(--color-accent-700)}.btn-secondary{background:var(--color-surface);border-color:var(--color-divider)}.btn-secondary:hover:not(:disabled){background:color-mix(in srgb,var(--color-accent) 10%,var(--color-surface))}.btn-ghost{background:transparent}.btn-ghost:hover:not(:disabled){background:color-mix(in srgb,var(--color-accent) 8%,transparent)}.btn-icon{padding:8px}.btn-block{width:100%;justify-content:flex-start}.btn-block.btn-primary,.btn-block.btn-secondary{justify-content:center}.tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;letter-spacing:.02em;padding:3px 8px;border-radius:var(--radius-sm);font-family:var(--font-body)}.tag-accent{background:var(--color-accent-200);color:var(--color-accent-800)}.tag-neutral{background:var(--color-neutral-200);color:var(--color-neutral-800)}.tag-outline{border:1px solid var(--color-divider);color:var(--color-text)}.field{display:flex;flex-direction:column;gap:4px}.field label{font-size:12px;font-weight:600;opacity:.7}.input{font-family:var(--font-body);font-size:14px;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-divider);border-radius:var(--radius-sm);padding:10px 12px;width:100%}.input:focus-visible{outline:2px solid var(--color-accent);outline-offset:-1px}.input::placeholder{color:color-mix(in srgb,var(--color-text) 45%,transparent)}.radio{display:flex;align-items:center;gap:8px;font-size:13px;cursor:pointer}.radio input[type=radio],.radio input[type=checkbox]{accent-color:var(--color-accent)}.seg{display:inline-flex;border:1px solid var(--color-divider);border-radius:var(--radius-sm);overflow:hidden}.seg-opt{font-size:12px;padding:6px 12px;cursor:pointer;display:flex;align-items:center;gap:6px}.seg-opt input{position:absolute;opacity:0;pointer-events:none}.seg-opt:has(input:checked){background:var(--color-accent);color:#fff}.seg-opt:not(:last-child){border-right:1px solid var(--color-divider)}.card{display:flex;flex-direction:column;gap:4px;background:var(--color-surface);border-radius:var(--radius-md);padding:var(--space-3)}.card-kicker{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.6}.card-body{margin:0;font-size:13px}.elev-sm{box-shadow:var(--shadow-sm)}.elev-md{box-shadow:var(--shadow-md)}.elev-lg{box-shadow:var(--shadow-lg)}.status-dot{width:8px;height:8px;border-radius:50%;flex:none}.status-dot--live{background:var(--color-success)}.status-dot--idle{background:var(--color-pending)}.status-dot--waiting{background:var(--color-accent);animation:dotPulse 1.2s ease-in-out infinite}.status-dot--offline{background:var(--color-neutral-500)}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.3}}.hr{height:2px;border:0;margin:var(--space-4) 0;background:var(--color-divider)}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,black 55%,transparent);display:flex;align-items:flex-end;justify-content:center;z-index:100}.dialog{background:var(--color-bg);color:var(--color-text);width:100%;max-width:420px;padding:var(--space-4);border-top:2px solid var(--color-accent);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:var(--space-3)}.dialog-title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:16px}.dialog-body{font-size:13px;opacity:.8;line-height:1.5}.dialog-actions{display:flex;gap:8px;justify-content:flex-end}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,black 45%,transparent);display:flex;align-items:flex-end;z-index:50}.sheet{width:100%;background:var(--color-surface);border-top:2px solid var(--color-accent);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-2)}.screen{display:flex;flex-direction:column;flex:1;min-height:0}.screen-header{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:2px solid var(--color-divider);flex:none}.screen-header h3{margin:0;flex:1}.screen-body{flex:1;overflow:auto;padding:16px 18px;display:flex;flex-direction:column;gap:16px}.screen-footer{padding:14px 18px;border-top:2px solid var(--color-divider);flex:none}/**
 * 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-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{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.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}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}
