@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";/**
* 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{color-scheme:dark;font-family:Inter,sans-serif;background:#080a0e;color:#e8edf5}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;overflow:hidden}body{margin:0;background:radial-gradient(circle at 15% 0%,#17221f 0,#080a0e 35%)}button,select,textarea,input{font:inherit}button{border:0;border-radius:8px;padding:10px 14px;background:#59e6ad;color:#07110d;font-weight:700;cursor:pointer}button:disabled{cursor:wait;opacity:.48}button.secondary{background:#20262e;color:#d8dee8}button.danger{background:#3c2027;color:#ffbdc9}.hidden{display:none!important}.login{min-height:100vh;display:grid;place-items:center}.card{width:min(440px,90vw);padding:36px;border:1px solid #25302f;border-radius:18px;background:#0e1217f0;box-shadow:0 30px 80px #0008}.card h1{margin:8px 0;font-size:32px}.card p{color:#8f9aa9;line-height:1.5}.card input{width:100%;padding:13px;margin:12px 0;border:1px solid #303944;border-radius:8px;background:#090c11;color:#fff}.eyebrow{color:#59e6ad;letter-spacing:.13em;font-size:11px;font-weight:700}.error{color:#ff8ca1;margin-top:10px}header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #222832;background:#0d1117dd}header strong{display:block;margin-top:4px}.controls{display:flex;gap:8px;align-items:center}select{padding:9px;border-radius:8px;border:1px solid #303844;background:#111720;color:#e7edf5}.meta{display:flex;gap:24px;height:38px;align-items:center;padding:0 22px;color:#8793a3;font:12px JetBrains Mono;border-bottom:1px solid #1c222b}.meta a{color:#59e6ad}.shell{height:100dvh;display:grid;grid-template-rows:72px 38px minmax(0,1fr);overflow:hidden}.grid{min-height:0;overflow:hidden;display:grid;grid-template-columns:1.1fr 1fr 260px}article,aside{min-width:0;min-height:0;overflow:hidden;border-right:1px solid #202630;background:#0b0e13}.panel-title{height:42px;padding:13px 16px;color:#8f9aa9;font-size:12px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #202630}.agent-panel{display:grid;grid-template-rows:42px minmax(0,1fr) auto}.timeline{min-height:0;overflow:auto;overscroll-behavior:contain;padding:14px}.event{margin:0 0 12px;padding:10px 12px;background:#121821;border-left:2px solid #3c4858;border-radius:3px 8px 8px 3px}.event.user{border-color:#59e6ad}.event.assistant{border-color:#62a8ff}.event.command{border-color:#f3b75f}.event small{color:#738092}.event pre{margin:6px 0 0;white-space:pre-wrap;font:12px/1.55 JetBrains Mono}.prompt{min-height:0;padding:12px;border-top:1px solid #202630;background:#0b0e13}.prompt textarea{width:100%;max-height:160px;resize:none;overflow:auto;border:1px solid #2a333e;border-radius:8px;padding:12px;background:#0a0d12;color:#e9edf4}.prompt>div{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.terminal-panel{display:grid;grid-template-rows:42px minmax(0,1fr)}#terminal{padding:10px;min-height:0;overflow:hidden}.workspace-panel{display:grid;grid-template-rows:minmax(0,2fr) minmax(160px,1fr);border-right:0}.side-section{min-height:0;overflow:hidden;display:grid;grid-template-rows:42px minmax(0,1fr);border-bottom:1px solid #202630}.files{min-height:0;overflow:auto;overscroll-behavior:contain;padding:10px;color:#9da9b9;font:11px/1.7 JetBrains Mono;overflow-wrap:anywhere}.files span{color:#59e6ad}.snapshot{width:100%;margin-bottom:8px;text-align:left;padding:8px;background:#151c25;color:#d8e0eb;font:11px JetBrains Mono}.snapshot small{display:block;margin-top:3px;color:#778497}.snapshot span{display:flex;gap:6px;margin-top:8px}.snapshot button{padding:5px 8px;font-size:10px}@media(max-width:1050px){.grid{grid-template-columns:1fr 1fr}aside{display:none}}@media(max-width:760px){html,body,#app{overflow:auto}header{height:auto;padding:12px;align-items:start}.shell{height:auto;min-height:100dvh;display:block;overflow:visible}.controls{flex-wrap:wrap;justify-content:flex-end}.grid{display:grid;grid-template-columns:1fr;overflow:visible}article,.workspace-panel{height:70dvh}.meta{overflow-x:auto}}
