/**
 * 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{--bg-primary: #F5F5F3;--bg-secondary: #EEEDEB;--bg-tertiary: #E5E3DF;--bg-card: #FFFFFF;--border: #C8C5BD;--border-subtle: #DBD9D3;--text-primary: #0F0F0E;--text-secondary: #3D3B36;--text-muted: #5E5A52;--accent: #A8441E;--accent-light: #BF5A34;--accent-dim: rgba(168, 68, 30, .08);--green: #1E6B3A;--green-dim: rgba(30, 107, 58, .08);--red: #922418;--red-dim: rgba(146, 36, 24, .07);--yellow: #7D5E00;--yellow-dim: rgba(125, 94, 0, .08);--blue: #1A5276;--blue-dim: rgba(26, 82, 118, .07);--font-serif: "Instrument Serif", Georgia, serif;--font-mono: "DM Mono", "Menlo", monospace;--font-sans: "Manrope", -apple-system, sans-serif;--radius: 8px;--radius-sm: 5px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 2px 8px rgba(0,0,0,.08);--shadow-lg: 0 4px 20px rgba(0,0,0,.12)}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.app{max-width:1100px;margin:0 auto;padding:0 40px;min-height:100vh;display:flex;flex-direction:column}.helm-header{padding:28px 0 16px;border-bottom:2px solid var(--text-primary);margin-bottom:32px;display:flex;justify-content:space-between;align-items:baseline;flex-shrink:0}.helm-title{font-family:var(--font-serif);font-size:2.4rem;font-weight:400;letter-spacing:-.02em;color:var(--text-primary);font-style:italic}.helm-header-right{display:flex;align-items:baseline;gap:16px}.helm-date{font-family:var(--font-mono);font-size:.72rem;color:var(--text-secondary)}.helm-countdown{font-family:var(--font-mono);font-size:.72rem;font-weight:500;color:var(--text-muted);padding:3px 10px;background:var(--bg-tertiary);border-radius:var(--radius-sm)}.helm-countdown.countdown-warn{background:var(--yellow-dim);color:var(--yellow)}.helm-countdown.countdown-urgent{background:var(--red-dim);color:var(--red);font-weight:600}.pillars-hero{display:flex;flex-direction:column;gap:20px;margin-bottom:36px}.pillar-row{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow-sm)}.pillar-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.pillar-name-group{display:flex;align-items:baseline;gap:12px}.pillar-name{font-family:var(--font-sans);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary)}.pillar-pct{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted)}.pillar-status-icon{font-size:1.1rem;line-height:1}.pillar-status-icon.status-on-track{color:var(--green)}.pillar-status-icon.status-drifting{color:var(--yellow)}.pillar-status-icon.status-stalled{color:var(--red)}.pillar-description{font-family:var(--font-sans);font-size:.78rem;color:var(--text-secondary);margin-bottom:12px;line-height:1.4}.pillar-bar-track{width:100%;height:8px;background:var(--bg-tertiary);border-radius:4px;position:relative;margin-bottom:8px;overflow:visible}.pillar-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-light));border-radius:4px;transition:width .6s ease;min-width:2px}.pillar-bar-target{position:absolute;top:-4px;width:2px;height:16px;background:var(--text-muted);border-radius:1px;opacity:.6}.pillar-evidence{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted);line-height:1.4}.helm-bottom{display:flex;gap:20px;flex:1;min-height:0;padding-bottom:32px}.panel-label{font-family:var(--font-mono);font-size:.6rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.14em;margin-bottom:12px}.today-panel{flex:1;min-width:0;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow-sm)}.today-summary{font-family:var(--font-mono);font-size:.72rem;color:var(--text-secondary);font-weight:500;margin-bottom:14px}.today-bars{display:flex;flex-direction:column;gap:8px}.today-bar-row{display:flex;align-items:center;gap:10px}.today-project-name{font-family:var(--font-mono);font-size:.65rem;color:var(--text-secondary);width:110px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.today-bar-track{flex:1;height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.today-bar-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s ease;min-width:3px}.today-commit-count{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted);width:24px;text-align:right;flex-shrink:0;font-weight:500}.today-empty{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);text-align:center;padding:20px 0}.workbenches-panel{flex:1;min-width:0;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow-sm)}.workbench-grid{display:flex;flex-wrap:wrap;gap:8px}.workbench-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;border:1px solid var(--border-subtle);background:var(--bg-secondary);cursor:pointer;transition:all .15s;font-family:var(--font-mono);font-size:.68rem;color:var(--text-secondary)}.workbench-pill:hover{background:var(--bg-tertiary);border-color:var(--border);box-shadow:var(--shadow-sm)}.workbench-pill.pill-active{border-color:var(--green);background:var(--green-dim)}.workbench-pill.pill-active:hover{background:#1e6b3a24}.pill-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pill-dot.dot-active{background:var(--green)}.pill-dot.dot-detached{background:transparent;border:1.5px solid var(--text-muted)}.pill-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.workbench-empty{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);text-align:center;padding:20px 0;width:100%}.workbench-create-btn{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;width:18px;height:18px;border-radius:50%;border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-muted);font-family:var(--font-mono);font-size:.75rem;font-weight:500;line-height:1;cursor:pointer;transition:all .15s;vertical-align:middle}.workbench-create-btn:hover{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}.workbench-create-input{display:block;width:100%;padding:6px 12px;margin-bottom:10px;background:var(--bg-secondary);border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--font-mono);font-size:.68rem;outline:none}.workbench-create-input::placeholder{color:var(--text-muted)}.pill-kill{display:none;align-items:center;justify-content:center;margin-left:2px;width:16px;height:16px;border-radius:50%;font-size:.7rem;line-height:1;color:var(--text-muted);cursor:pointer;transition:all .15s}.workbench-pill:hover .pill-kill{display:inline-flex}.pill-kill:hover{background:var(--red-dim);color:var(--red)}.terminal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background:#0d0d0d;display:flex;flex-direction:row}.terminal-sidebar{width:180px;flex-shrink:0;background:#141414;border-right:1px solid #2a2a2a;display:flex;flex-direction:column;overflow:hidden}.terminal-home-btn{display:block;width:100%;padding:14px 16px;background:none;border:none;border-bottom:1px solid #2a2a2a;color:#999;font-family:var(--font-mono);font-size:.72rem;font-weight:500;text-align:left;cursor:pointer;transition:all .15s}.terminal-home-btn:hover{color:#eee;background:#1e1e1e}.terminal-sidebar-label{font-family:var(--font-mono);font-size:.55rem;font-weight:500;color:#555;text-transform:uppercase;letter-spacing:.14em;padding:14px 16px 8px}.terminal-session-list{flex:1;overflow-y:auto;padding:0 8px}.terminal-session-list::-webkit-scrollbar{width:3px}.terminal-session-list::-webkit-scrollbar-track{background:transparent}.terminal-session-list::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.terminal-session-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;margin-bottom:2px;background:none;border:none;border-left:2px solid transparent;border-radius:4px;color:#888;font-family:var(--font-mono);font-size:.68rem;text-align:left;cursor:pointer;transition:all .15s;overflow:hidden}.terminal-session-item:hover{background:#1e1e1e;color:#ccc}.terminal-session-item.session-active{background:#1a1a1a;border-left-color:#ebb84d;color:#e0e0e0}.session-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.session-dot.dot-active{background:var(--green)}.session-dot.dot-detached{background:transparent;border:1.5px solid #666}.session-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.terminal-session-empty{font-family:var(--font-mono);font-size:.65rem;color:#555;text-align:center;padding:20px 0}.terminal-main{flex:1;min-width:0;display:flex;flex-direction:column}.terminal-topbar{display:flex;justify-content:space-between;align-items:center;padding:6px 16px;background:#1a1a1a;border-bottom:1px solid #333;flex-shrink:0}.terminal-session-name{font-family:var(--font-mono);font-size:.72rem;color:#999;font-weight:500}.terminal-close-btn{background:none;border:none;color:#666;font-size:1rem;cursor:pointer;padding:2px 8px;border-radius:4px;transition:all .15s}.terminal-close-btn:hover{color:#eee;background:#333}.terminal-container{flex:1;padding:4px 8px;overflow:hidden}.terminal-container .xterm{height:100%}.drop-zone-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1100;background:#0d0d0dd9;display:none;align-items:center;justify-content:center;pointer-events:none}.drop-zone-overlay.drop-zone-active{display:flex}.drop-zone-text{font-family:var(--font-mono);font-size:1.2rem;font-weight:500;color:#ebb84d;padding:24px 48px;border:2px dashed #EBB84D;border-radius:12px;background:#ebb84d0f}.operator-fab{position:fixed;bottom:24px;right:24px;z-index:900;width:52px;height:52px;border-radius:50%;background:var(--accent);border:none;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #a8441e59;transition:all .2s}.operator-fab:hover{transform:scale(1.08);box-shadow:0 6px 24px #a8441e73}.fab-brain-dot{position:absolute;top:4px;right:4px;width:10px;height:10px;border-radius:50%;background:var(--green);border:2px solid var(--accent);animation:pulse-dot 2.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.operator-chat-overlay{position:fixed;bottom:24px;right:24px;z-index:950;width:360px;max-height:520px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden}.operator-chat-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary)}.operator-chat-header-right{display:flex;align-items:center;gap:8px}.brain-tag{font-size:.55rem;padding:2px 8px;border-radius:4px;background:var(--red-dim);color:var(--red);font-weight:500;text-transform:none;letter-spacing:0}.brain-tag.brain-on{background:var(--green-dim);color:var(--green)}.operator-chat-close{background:none;border:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;padding:2px 6px;border-radius:4px}.operator-chat-close:hover{color:var(--text-primary);background:var(--bg-tertiary)}.operator-chat-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;min-height:200px;max-height:340px;background:var(--bg-secondary)}.operator-chat-empty{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);text-align:center;padding:30px 0}.chat-bubble{max-width:85%;padding:8px 12px;border-radius:10px;font-size:.76rem;line-height:1.45;word-break:break-word}.bubble-user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:3px}.bubble-system{align-self:flex-start;background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-subtle);border-bottom-left-radius:3px}.bubble-text{white-space:pre-wrap}.bubble-time{font-family:var(--font-mono);font-size:.5rem;color:var(--text-muted);margin-top:3px}.bubble-user .bubble-time{text-align:right;color:#fff9}.operator-chat-input-row{display:flex;padding:10px 12px;gap:8px;border-top:1px solid var(--border-subtle);background:var(--bg-card)}.operator-chat-input{flex:1;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px;color:var(--text-primary);font-family:var(--font-mono);font-size:.72rem;outline:none}.operator-chat-input:focus{border-color:var(--accent)}.operator-chat-input::placeholder{color:var(--text-muted)}.operator-chat-input:disabled{opacity:.4}.operator-chat-send{background:var(--accent);border:none;color:#fff;border-radius:var(--radius-sm);padding:8px 14px;cursor:pointer;font-family:var(--font-mono);font-size:.85rem;font-weight:500;transition:background .15s}.operator-chat-send:hover:not(:disabled){background:var(--accent-light)}.operator-chat-send:disabled{opacity:.25;cursor:default}.distribution-section{margin-bottom:24px}.distribution-grid{display:flex;gap:20px}.distribution-pipeline{flex:1;min-width:0;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow-sm)}.pipeline-header{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.pipeline-big-number{font-family:var(--font-mono);font-size:2rem;font-weight:600;color:var(--accent);line-height:1}.pipeline-label{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);font-weight:500}.pipeline-sub{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted);margin-bottom:14px}.pipeline-langs{display:flex;flex-direction:column;gap:6px}.pipeline-lang-row{display:flex;align-items:center;gap:8px}.pipeline-lang-name{font-family:var(--font-mono);font-size:.62rem;color:var(--text-secondary);width:80px;flex-shrink:0;font-weight:500}.pipeline-lang-track{flex:1;height:5px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.pipeline-lang-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .4s ease;min-width:2px}.pipeline-lang-count{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted);width:28px;text-align:right;flex-shrink:0}.distribution-social{flex:1;min-width:0;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:18px 22px;box-shadow:var(--shadow-sm)}.social-total{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.social-total-number{font-family:var(--font-mono);font-size:2rem;font-weight:600;color:var(--accent);line-height:1}.social-total-label{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);font-weight:500}.social-cards{display:flex;flex-direction:column;gap:8px}.social-card{display:flex;flex-direction:column;gap:4px;padding:10px 14px;background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm)}.social-card-empty{opacity:.4;display:flex;flex-direction:row;align-items:center;gap:8px}.social-card-top{display:flex;align-items:center;justify-content:space-between}.social-card-icon{font-family:var(--font-mono);font-size:.65rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.social-card-label{font-family:var(--font-mono);font-size:.62rem;color:var(--text-muted)}.social-card-followers{font-family:var(--font-mono);font-size:1.1rem;font-weight:600;color:var(--text-primary)}.social-card-metrics{display:flex;gap:12px}.social-metric{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted)}@media(max-width:800px){.app{padding:0 16px}.helm-bottom{flex-direction:column}.helm-header{flex-direction:column;gap:8px}.helm-header-right{justify-content:flex-start}.operator-chat-overlay{width:calc(100vw - 32px);right:16px;bottom:16px}.today-project-name{width:80px}.terminal-sidebar{width:140px}.distribution-grid{flex-direction:column}}
