@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-dark: #07090e;--bg-card: rgba(15, 21, 34, .7);--bg-card-hover: rgba(22, 31, 50, .85);--bg-surface: #0f172a;--border-glass: rgba(255, 255, 255, .08);--border-glow: rgba(0, 242, 254, .3);--accent-cyan: #00f2fe;--accent-violet: #7928ca;--accent-emerald: #10b981;--accent-ruby: #f43f5e;--accent-amber: #f59e0b;--accent-blue: #3b82f6;--gradient-brand: linear-gradient(135deg, #00f2fe 0%, #4facfe 50%, #7928ca 100%);--gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .01) 100%);--gradient-emerald: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-ruby: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);--font-display: "Outfit", -apple-system, sans-serif;--font-body: "Inter", -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--shadow-glass: 0 8px 32px 0 rgba(0, 0, 0, .37);--shadow-glow-cyan: 0 0 20px rgba(0, 242, 254, .25);--shadow-glow-emerald: 0 0 20px rgba(16, 185, 129, .25);--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--transition-smooth: all .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);background-image:radial-gradient(at 0% 0%,rgba(121,40,202,.12) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(0,242,254,.12) 0px,transparent 50%),radial-gradient(at 50% 100%,rgba(16,185,129,.08) 0px,transparent 50%);background-attachment:fixed;color:var(--text-primary);font-family:var(--font-body);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}.glass-card{background:var(--bg-card);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid var(--border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);transition:var(--transition-smooth)}.glass-card:hover{background:var(--bg-card-hover);border-color:#ffffff26;transform:translateY(-2px)}.glass-card-interactive:hover{box-shadow:var(--shadow-glass),var(--shadow-glow-cyan)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:#94a3b833;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#00f2fe80}@keyframes pulse-emerald{0%,to{box-shadow:0 0 #10b98199}50%{box-shadow:0 0 0 8px #10b98100}}@keyframes pulse-ruby{0%,to{box-shadow:0 0 #f43f5e99}50%{box-shadow:0 0 0 8px #f43f5e00}}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.status-dot.active{background-color:var(--accent-emerald);animation:pulse-emerald 2s infinite}.status-dot.inactive{background-color:var(--accent-ruby);animation:pulse-ruby 2s infinite}.status-dot.stopped{background-color:var(--text-muted)}h1,h2,h3,h4,.font-display{font-family:var(--font-display);letter-spacing:-.02em}.font-mono{font-family:var(--font-mono)}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.btn-primary{background:var(--gradient-brand);color:#000;font-weight:600;padding:10px 20px;border-radius:var(--radius-md);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:var(--transition-smooth)}.btn-primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:var(--shadow-glow-cyan)}.btn-glass{background:#ffffff0d;border:1px solid var(--border-glass);color:var(--text-primary);font-weight:500;padding:8px 16px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:var(--transition-smooth)}.btn-glass:hover{background:#ffffff1a;border-color:#fff3}.btn-danger{background:#f43f5e26;border:1px solid rgba(244,63,94,.3);color:var(--accent-ruby);font-weight:500;padding:8px 16px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:var(--transition-smooth)}.btn-danger:hover{background:#f43f5e40;border-color:var(--accent-ruby)}.input-glass{background:#0f172a99;border:1px solid var(--border-glass);border-radius:var(--radius-md);color:var(--text-primary);padding:10px 16px;outline:none;font-family:var(--font-body);transition:var(--transition-smooth);width:100%}.input-glass:focus{border-color:var(--accent-cyan);box-shadow:0 0 12px #00f2fe33}.terminal{padding:4px 8px!important;font-feature-settings:"liga" 0;text-align:left!important}.xterm-viewport{background-color:#090d16!important;overflow-y:auto!important}.xterm-screen{margin:0!important;text-align:left!important}.xterm-rows{text-align:left!important}.xterm-rows>div{text-align:left!important}/**
 * 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}
