/**
 * 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}:root{--dispatch-bg: #121212;--dispatch-surface: #1C1C1C;--dispatch-text: #F5E8D8;--dispatch-muted: #8E9196;--dispatch-border: #2D2D2D;--dispatch-accent: #62C8D1;--dispatch-success: #4CAF50;--dispatch-error: #E53935;--dispatch-state-idle: #2D2D2D;--dispatch-state-processing: #FCBF49;--dispatch-state-done: #66BB6A;--dispatch-state-waiting: #E53935;--dispatch-state-error: #E53935}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background-color:var(--dispatch-bg);color:var(--dispatch-text)}#root{height:100%}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 1024px){.landing-hero-split{grid-template-columns:1fr!important;gap:32px!important}.landing-feature-grid{grid-template-columns:repeat(2,1fr)!important}.landing-self-hosted-content,.landing-pricing-grid{grid-template-columns:1fr!important}.landing-hero-right{max-width:600px;margin:0 auto}}@media (max-width: 768px){.landing-nav-content{padding:12px 16px!important}.landing-nav-links{gap:12px!important}.landing-nav-link{display:none!important}.landing-hero{padding:80px 16px 40px!important;min-height:auto!important}.landing-hero-split{grid-template-columns:1fr!important;gap:24px!important}.landing-hero-split h1{font-size:32px!important}.landing-hero-right{max-width:100%}.landing-mobile-preview{width:100px!important;height:200px!important;bottom:-16px!important;right:-8px!important}.landing-download-category{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.landing-feature-grid{grid-template-columns:1fr!important}.landing-steps{flex-direction:column!important;align-items:center!important}.landing-step-arrow{transform:rotate(90deg);margin:4px 0!important}.landing-pricing-grid{grid-template-columns:1fr!important}.landing-self-hosted{padding:24px!important}.landing-self-hosted-content{grid-template-columns:1fr!important}.landing-section{padding:60px 16px!important}.landing-section h2,.landing-cta-content h2{font-size:28px!important}.landing-footer-content{flex-direction:column!important;gap:16px!important;text-align:center}}@media (max-width: 480px){.landing-hero-split h1{font-size:26px!important}.landing-mobile-preview{display:none!important}.landing-nav-links{gap:8px!important}}button:hover{opacity:.9;transform:translateY(-1px)}a:hover{opacity:.8}html{scroll-behavior:smooth}button:focus,input:focus,a:focus{outline:2px solid var(--dispatch-accent);outline-offset:2px}.request-queue{height:25vh;min-height:25vh;max-height:25vh;flex:0 0 25vh;display:flex;flex-direction:column;background:var(--dispatch-surface);border-top:1px solid var(--dispatch-border);overflow:hidden}.request-queue-active .queue-count{background:var(--dispatch-state-processing);color:var(--dispatch-bg)}.request-queue-header{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-bottom:1px solid var(--dispatch-border);background:var(--dispatch-surface);flex-shrink:0}.queue-title{font-size:.75rem;font-weight:600;color:var(--dispatch-accent);letter-spacing:-.01em}.queue-count{background:var(--dispatch-accent);color:var(--dispatch-bg);padding:2px 7px;border-radius:10px;font-size:.65rem;font-weight:700}.request-queue-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:4px}.request-item{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;background:var(--dispatch-surface);border:1px solid var(--dispatch-border);border-radius:5px;margin-bottom:3px;cursor:pointer;transition:all .15s ease;width:100%;text-align:left;color:inherit;font-family:inherit;animation:requestSlideIn .3s ease-out}@keyframes requestSlideIn{0%{opacity:0;transform:translateY(8px);border-color:var(--dispatch-state-processing)}to{opacity:1;transform:translateY(0)}}.request-queue-active .request-item{background:var(--dispatch-state-processing);border-color:var(--dispatch-state-processing);color:var(--dispatch-bg)}.request-queue-active .request-item:hover{background:var(--dispatch-state-processing);border-color:var(--dispatch-state-processing);transform:translate(2px)}.request-queue-active .request-item:active{opacity:.85}.request-queue-active .request-agent{color:var(--dispatch-bg)}.request-queue-active .request-message{color:var(--dispatch-bg);opacity:.7}.request-queue-active .request-time{color:var(--dispatch-bg);opacity:.5}.request-item:hover{background:var(--dispatch-border);border-color:var(--dispatch-accent);transform:translate(2px)}.request-item:active{background:var(--dispatch-border)}.request-icon{font-size:1rem;line-height:1;flex-shrink:0;margin-top:2px}.request-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.request-header{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.request-agent{font-size:.8rem;font-weight:600;color:var(--dispatch-text)}.request-type{font-size:.65rem;color:#1a1a1a;background:#fff;padding:2px 6px;border-radius:4px;font-weight:600}.request-message{font-size:.75rem;color:var(--dispatch-muted);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.request-time{font-size:.65rem;color:var(--dispatch-muted);flex-shrink:0;align-self:flex-start;margin-top:2px}.request-queue-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--dispatch-muted);padding:60px 14px}.empty-icon{font-size:1.5rem;line-height:1;opacity:.8}.empty-message{font-size:.82rem;font-weight:500;color:var(--dispatch-muted)}.xterm .xterm-viewport{overflow-y:scroll!important}.xterm .xterm-viewport::-webkit-scrollbar{width:10px}.xterm .xterm-viewport::-webkit-scrollbar-track{background:#ffffff08}.xterm .xterm-viewport::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:5px;border:2px solid transparent;background-clip:padding-box;min-height:40px}.xterm .xterm-viewport::-webkit-scrollbar-thumb:hover{background:#ffffff73;border:2px solid transparent;background-clip:padding-box}.xterm .xterm-viewport::-webkit-scrollbar-thumb:active{background:#ffffff8c;border:2px solid transparent;background-clip:padding-box}.xterm .xterm-viewport{scrollbar-width:auto;scrollbar-color:rgba(255,255,255,.25) rgba(255,255,255,.03)}.request-queue-list::-webkit-scrollbar{width:6px}.request-queue-list::-webkit-scrollbar-track{background:transparent}.request-queue-list::-webkit-scrollbar-thumb{background:var(--dispatch-border);border-radius:3px}.request-queue-list::-webkit-scrollbar-thumb:hover{background:#3d3d3d}@media (max-width: 767px){html,body,#root{height:100%;overscroll-behavior:none}.xterm .xterm-screen{font-size:12px!important}.desktop-only{display:none!important}.quick-action-button{min-height:44px!important;min-width:44px!important;padding:10px 16px!important;font-size:14px!important}}
