.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgb(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgb(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color, var(--xy-background-color-props, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}/**
 * 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,ui-sans-serif,system-ui,sans-serif;background:#09090b;color:#fafafa}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input,select,textarea{border:1px solid #3f3f46;background:#18181b;color:#fafafa;border-radius:8px;padding:8px 10px}button{cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}button:hover:not(:disabled){border-color:#71717a;background:#27272a}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}button:disabled{opacity:.45;cursor:not-allowed}.login{width:360px;margin:12vh auto;display:grid;gap:12px;padding:28px;background:#111113;border:1px solid #27272a;border-radius:18px}.error{color:#f87171}.startup-error{width:360px;margin:-10vh auto 0;color:#f87171;text-align:center}.app{height:100vh;background:#06070a;--sidebar-inset: 16px;--sidebar-width: min(320px, calc(100vw - 32px) )}.app-content{position:relative;width:100vw;height:100vh;overflow:hidden}.app.editor-mode .app-content{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}.workspace-sidebar{position:fixed;z-index:30;inset:var(--sidebar-inset) auto var(--sidebar-inset) var(--sidebar-inset);width:var(--sidebar-width);max-width:320px;border:1px solid rgba(148,163,184,.22);border-radius:24px;padding:16px 14px;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto auto;gap:12px;background:linear-gradient(180deg,#12141bc7,#09090ba3);box-shadow:0 24px 80px #0000007a,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(22px) saturate(140%);backdrop-filter:blur(22px) saturate(140%);min-height:0;overflow:auto;overscroll-behavior:contain;transform:translate(0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .24s ease,opacity .2s ease,visibility 0s linear 0s}.workspace-sidebar-closed{transform:translate(calc(-100% - var(--sidebar-inset) - 12px));opacity:0;visibility:hidden;pointer-events:none;transition:transform .24s ease,opacity .2s ease,visibility 0s linear .24s}.workspace-sidebar-open{transform:translate(0);opacity:1;visibility:visible;pointer-events:auto}.sidebar-brand{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:4px 10px 8px 4px}.brand-copy{min-width:0;display:grid;gap:5px}.sidebar-brand h2{margin:0;letter-spacing:-.04em;font-size:22px}.workspace-label-row{display:inline-flex;width:fit-content;align-items:center;gap:8px;padding-right:2px}.sidebar-brand span{color:#94a3b8;font-size:12px;text-transform:uppercase;letter-spacing:.14em}.sidebar-brand strong{display:grid;place-items:center;min-width:28px;height:24px;padding:0 8px;border-radius:999px;border:1px solid rgba(96,165,250,.36);color:#bfdbfe;background:#1e3a5f6b;font-size:12px;box-shadow:inset 0 1px #ffffff0d}.primary-action{border-color:#60a5fa85;background:linear-gradient(135deg,#2563eb6b,#0ea5e933);color:#eff6ff;font-weight:700}.workspace-list{min-height:0;overflow:auto;display:grid;align-content:start;gap:8px;padding-right:2px}.workspace-row{position:relative;display:block;border-radius:14px}.workspace-row.active{background:linear-gradient(135deg,#60a5fa29,#a855f71c);box-shadow:inset 0 0 0 1px #60a5fa57,0 14px 40px #0f172a4d}.workspace-select{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;text-align:left;border-radius:14px;border-color:#3f3f46c7;background:#18181bb8;padding:10px}.workspace-row.active .workspace-select{border-color:transparent;background:transparent;padding-bottom:8px}.workspace-glyph{color:#60a5fa;font-size:11px;filter:drop-shadow(0 0 10px rgba(96,165,250,.55))}.workspace-copy{min-width:0;display:grid;gap:3px}.workspace-copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.workspace-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#94a3b8;font:11px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace}.workspace-select em{align-self:start;border:1px solid rgba(134,239,172,.35);border-radius:999px;padding:2px 7px;color:#bbf7d0;background:#16653442;font-style:normal;font-size:11px}.workspace-card-actions{display:flex;align-items:center;justify-content:flex-end;padding:0 10px 10px}.workspace-card-actions:before{content:"";flex:1 1 auto;height:1px;margin-right:10px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.2))}.workspace-remove{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;width:auto;height:26px;min-height:0;border-radius:999px;padding:0 10px;border-color:#f871714d;background:#7f1d1d2e;color:#fca5a5;font-size:11px;font-weight:700;letter-spacing:.01em}.workspace-remove .toolbar-icon{width:13px;height:13px;opacity:1;filter:none}.workspace-remove:hover:not(:disabled){border-color:#f87171b3;background:#991b1b7a;color:#fee2e2}.workspace-remove:focus-visible{outline:2px solid rgba(248,113,113,.9);outline-offset:2px;border-color:#f87171b3;background:#991b1b7a;color:#fee2e2}.workspace-remove:active:not(:disabled){transform:translateY(1px)}.workspace-remove:disabled{opacity:.5;border-color:#94a3b83d;background:#27272a7a;color:#a1a1aa}.workspace-remove[aria-busy=true]{opacity:1;cursor:progress;border-color:#fbbf246b;background:#78350f52;color:#fde68a}.spinner-icon{transform-origin:50% 50%;animation:cadrix-spin .85s linear infinite}@keyframes cadrix-spin{to{transform:rotate(360deg)}}.danger-button:hover:not(:disabled){border-color:#f87171ad;background:#7f1d1d75;color:#fff1f2}.empty-workspaces{display:grid;gap:4px;padding:18px 12px;border:1px dashed rgba(148,163,184,.25);border-radius:14px;color:#94a3b8;text-align:center}.empty-workspaces p{margin:0;color:#e4e4e7;font-weight:700}.empty-workspaces span{font-size:12px}.workspace-status{margin:0;color:#fde68a;font-size:12px;line-height:1.35}.sidebar-toggle{position:fixed;z-index:40;top:var(--sidebar-inset);left:var(--sidebar-inset);display:grid;place-items:center;width:38px;height:38px;padding:0;border-radius:999px;border-color:#94a3b852;background:#0f172abd;box-shadow:0 14px 44px #00000073;-webkit-backdrop-filter:blur(16px) saturate(135%);backdrop-filter:blur(16px) saturate(135%);transition:left .24s ease,border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.sidebar-open .sidebar-toggle{left:calc(var(--sidebar-inset) + var(--sidebar-width) - 19px)}.hint{color:#a1a1aa;font-size:13px;line-height:1.35}.app-content>main{position:relative;width:100vw;height:100vh;min-width:0;min-height:0;overflow:hidden;--canvas-edge: 18px;background:radial-gradient(circle at 50% 0%,rgba(37,99,235,.18),transparent 34%),radial-gradient(circle at 80% 24%,rgba(168,85,247,.12),transparent 28%),#07080b}.canvas-toolbar{position:fixed;z-index:14;top:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:6px;max-width:calc(100vw - 144px);padding:6px;overflow:visible;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#111827ad;box-shadow:0 20px 60px #0000006b,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px) saturate(135%);backdrop-filter:blur(18px) saturate(135%);opacity:1;visibility:visible;transition:opacity .18s ease,transform .18s ease,visibility 0s linear 0s}.canvas-toolbar button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;flex:0 0 auto;white-space:nowrap;border-radius:999px;border-color:transparent;background:transparent;color:#d4d4d8;font-weight:650}.canvas-toolbar button.active{color:#eff6ff;background:#60a5fa33;border-color:#60a5fa6b}.toolbar-icon{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;opacity:.92;filter:drop-shadow(0 0 8px rgba(96,165,250,.18))}.canvas-toolbar button[data-tooltip]:before,.canvas-toolbar button[data-tooltip]:after{position:absolute;left:50%;pointer-events:none;opacity:0;transform:translate(-50%,-4px);transition:opacity .16s ease,transform .16s ease}.canvas-toolbar button[data-tooltip]:before{content:"";top:calc(100% + 5px);border:6px solid transparent;border-bottom-color:#0f172af5;z-index:19}.canvas-toolbar button[data-tooltip]:after{content:attr(data-tooltip);top:calc(100% + 16px);z-index:20;width:max-content;max-width:min(260px,calc(100vw - 32px));padding:7px 9px;border:1px solid rgba(148,163,184,.42);border-radius:9px;background:#0f172a;color:#f8fafc;box-shadow:0 14px 36px #0000009e;font-size:12px;line-height:1.25;font-weight:650;white-space:normal;text-align:center}.canvas-toolbar button[data-tooltip]:hover:before,.canvas-toolbar button[data-tooltip]:hover:after,.canvas-toolbar button[data-tooltip]:focus-visible:before,.canvas-toolbar button[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%)}.cadrix-tooltip{position:fixed;z-index:1300;width:max-content;max-width:min(260px,calc(100vw - 32px));padding:7px 9px;border:1px solid rgba(148,163,184,.42);border-radius:9px;background:#0f172a;color:#f8fafc;box-shadow:0 14px 36px #0000009e;font-size:12px;line-height:1.25;font-weight:650;white-space:normal;text-align:center;pointer-events:none;opacity:0;animation:cadrix-tooltip-in .16s ease forwards}.cadrix-tooltip:before{content:"";position:absolute;left:50%;transform:translate(-50%);border:6px solid transparent}.cadrix-tooltip-bottom:before{top:-11px;border-bottom-color:#0f172af5}.cadrix-tooltip-top:before{bottom:-11px;border-top-color:#0f172af5}@keyframes cadrix-tooltip-in{0%{opacity:0;transform:translate(-50%,4px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.cadrix-tooltip{animation:none;opacity:1;transform:translate(-50%)}}.danger-button{border-color:#f8717161!important;background:#7f1d1d47!important;color:#fecaca!important}.canvas-geometry-error{position:fixed;z-index:16;right:18px;bottom:66px;width:min(360px,calc(100vw - 36px));margin:0;padding:8px 10px;border:1px solid rgba(248,113,113,.5);border-radius:10px;background:#450a0a;color:#fecaca;box-shadow:0 12px 34px #000a;font-size:12px;line-height:1.35}.editor-toggle{position:fixed;z-index:11;right:16px;top:16px;display:grid;place-items:center;width:40px;height:40px;padding:0;border-radius:14px;border-color:#60a5fa7a;background:linear-gradient(135deg,#2563eb7a,#0ea5e93d);color:#eff6ff;box-shadow:0 18px 48px #0006;font-weight:800;-webkit-backdrop-filter:blur(14px) saturate(135%);backdrop-filter:blur(14px) saturate(135%);opacity:1;visibility:visible;transition:opacity .18s ease,visibility 0s linear 0s,border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.editor-toggle:hover:not(:disabled){transform:scale(1.03)}.bizel{position:fixed;z-index:1100;top:16px;right:64px;pointer-events:none}.bizel-toggle{position:relative;display:grid;place-items:center;width:40px;height:40px;padding:0;pointer-events:auto;border:1px solid rgba(196,181,253,.48);border-radius:14px;background:linear-gradient(135deg,#6d28d99e,#2563eb59);color:#f5f3ff;box-shadow:0 18px 48px #0000006b;-webkit-backdrop-filter:blur(14px) saturate(135%);backdrop-filter:blur(14px) saturate(135%)}.bizel-toggle:hover{transform:scale(1.03)}.bizel-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6}.bizel-badge{position:absolute;top:-7px;right:-7px;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border:2px solid #09090b;border-radius:999px;background:#f43f5e;color:#fff;font-size:10px;font-weight:850;line-height:1}.bizel-panel{position:absolute;top:48px;right:-48px;width:min(440px,calc(100vw - 24px));height:min(680px,calc(100vh - 76px));display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:10px;padding:14px;overflow:hidden;overscroll-behavior:contain;pointer-events:auto;border:1px solid rgba(148,163,184,.28);border-radius:18px;background:#0c0e16f0;color:#e4e4e7;box-shadow:0 26px 90px #0000009e;-webkit-backdrop-filter:blur(22px) saturate(145%);backdrop-filter:blur(22px) saturate(145%);scrollbar-color:#52525b transparent;scrollbar-width:thin}.bizel-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px}.bizel-panel header div{display:grid;gap:1px}.bizel-panel header strong{color:#fafafa;font-size:16px}.bizel-panel header span,.bizel-panel small{color:#a1a1aa;font-size:11px}.bizel-panel header button{width:30px;height:30px;padding:0;border-radius:9px;background:transparent;font-size:20px}.bizel-panel .bizel-header-actions{display:flex;grid-auto-flow:column;align-items:center;gap:6px}.bizel-panel .mobile-devices-button{width:auto;min-width:0;height:30px;padding:0 10px;border:1px solid rgba(139,92,246,.45);border-radius:9px;color:#ddd6fe;background:#4c1d9547;font-size:11px}.mobile-devices-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;display:grid;place-items:center;padding:18px;background:#020617bd;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-devices-dialog{width:min(680px,100%);max-height:min(760px,calc(100vh - 36px));display:grid;grid-template-rows:auto auto auto auto minmax(0,1fr);gap:12px;padding:18px;overflow:hidden;border:1px solid rgba(148,163,184,.3);border-radius:18px;background:#11131c;color:#e4e4e7;box-shadow:0 28px 100px #000000b3}.mobile-devices-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-devices-dialog>header>div{display:grid;gap:2px}.mobile-devices-dialog>header strong{font-size:18px}.mobile-devices-dialog>header span{color:#a1a1aa;font-size:12px}.mobile-devices-dialog>header button{width:34px;height:34px;padding:0;font-size:22px}.mobile-devices-dialog button{width:auto;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border-color:#94a3b852;border-radius:10px;background:#20232f;color:#f4f4f5;font-size:12px;font-weight:750;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease,opacity .15s ease}.mobile-devices-dialog button:hover:not(:disabled){transform:translateY(-1px);border-color:#c4b5fd9e;background:#292d3d}.mobile-devices-dialog button:active:not(:disabled){transform:translateY(0)}.mobile-devices-dialog button:disabled{cursor:not-allowed;opacity:.48}.mobile-devices-dialog .mobile-devices-close{width:36px;min-width:36px;height:36px;min-height:36px;padding:0;border-color:transparent;background:transparent;color:#a1a1aa;font-size:22px}.mobile-devices-dialog .mobile-devices-close:hover:not(:disabled){border-color:#94a3b847;background:#3f3f468c;color:#fff}.mobile-devices-dialog .mobile-devices-primary{border-color:#8b5cf6b8;background:linear-gradient(135deg,#6d28d9,#4f46e5);color:#fff;box-shadow:0 8px 22px #5b21b647}.mobile-devices-dialog .mobile-devices-primary:hover:not(:disabled){border-color:#c4b5fd;background:linear-gradient(135deg,#7c3aed,#4f46e5)}.mobile-devices-dialog .mobile-devices-approve{border-color:#4ade8080;background:#14532db8;color:#bbf7d0}.mobile-devices-dialog .mobile-devices-approve:hover:not(:disabled){border-color:#86efacc7;background:#166534e6}.mobile-devices-dialog .mobile-devices-danger{border-color:#f871716b;background:#7f1d1d66;color:#fecaca}.mobile-devices-dialog .mobile-devices-danger:hover:not(:disabled){border-color:#fca5a5b8;background:#991b1b9e}.mobile-devices-error{min-height:34px;margin:0;padding:8px 10px;border:1px solid rgba(248,113,113,.4);border-radius:9px;color:#fecaca;background:#450a0a8c;font-size:12px}.mobile-devices-error-empty{min-height:0;height:0;padding:0;border:0}.mobile-pairing-create{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:10px}.mobile-pairing-create label{display:grid;gap:5px;color:#a1a1aa;font-size:11px}.mobile-pairing-create input{min-width:0;height:38px;padding:0 11px;border:1px solid rgba(148,163,184,.3);border-radius:10px;color:#f4f4f5;background:#181a24}.mobile-pairing-create button{height:38px}.mobile-devices-download{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid rgba(96,165,250,.42);border-radius:10px;background:#1e3a8a6b;color:#bfdbfe;font-size:12px;font-weight:750;white-space:nowrap;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.mobile-devices-download:hover{transform:translateY(-1px);border-color:#93c5fdb8;background:#1e40af94}.mobile-pairing-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:center;padding:14px;border:1px solid rgba(139,92,246,.35);border-radius:14px;background:#4c1d9524}.mobile-pairing-qr{width:180px;height:180px;display:grid;place-items:center;overflow:hidden;border-radius:10px;color:#71717a;background:#fff}.mobile-pairing-qr img{width:100%;height:100%;object-fit:contain}.mobile-pairing-copy{display:grid;gap:8px}.mobile-pairing-copy small{color:#a1a1aa}.mobile-pairing-copy>strong{color:#fafafa;font:700 34px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em}.mobile-pairing-copy p{margin:0;color:#d4d4d8;font-size:13px}.mobile-pairing-copy>div{display:flex;gap:8px}.mobile-pairing-copy>div button{flex:1}.mobile-device-list{min-height:0;overflow:auto;align-content:start}.mobile-device-list h3{margin:0 0 6px;color:#c4b5fd;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.mobile-device-list>p{color:#71717a;font-size:12px}.mobile-device-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border-top:1px solid rgba(148,163,184,.16)}.mobile-device-list article>div{display:grid;gap:2px}.mobile-device-list article span,.mobile-device-list article small{color:#a1a1aa;font-size:11px}.mobile-device-list article.revoked{opacity:.55}.mobile-device-list article em{color:#fca5a5;font-size:11px}@media (max-width: 620px){.mobile-devices-dialog{padding:14px}.mobile-pairing-create,.mobile-pairing-card{grid-template-columns:1fr}.mobile-pairing-qr{width:min(220px,100%);height:auto;aspect-ratio:1;justify-self:center}}.bizel-panel section{display:grid;gap:7px;min-height:0}.bizel-panel h3{margin:0;display:flex;justify-content:space-between;color:#c4b5fd;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.bizel-list{display:grid;gap:6px}.bizel-notice,.bizel-agent{min-width:0;border:1px solid rgba(148,163,184,.2);border-radius:11px;background:#27272aa8}.bizel-notice{display:grid;gap:5px;width:100%;padding:9px 10px;text-align:left}.bizel-notice.attention{border-color:#fb718561;background:#4c051957}.bizel-notice span,.bizel-agent button span{min-width:0;display:grid;gap:1px}.bizel-notice strong,.bizel-agent strong{overflow:hidden;color:#f4f4f5;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.bizel-notice em,.bizel-agent em{color:#d4d4d8;font-size:11px;font-style:normal}.bizel-agent{display:flex;align-items:center}.bizel-agent>button:first-child{min-width:0;flex:1;display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;border:0;background:transparent;text-align:left}.bizel-agent i{width:8px;height:8px;border-radius:999px;background:#71717a;box-shadow:0 0 0 2px #71717a29}.bizel-agent i[data-status=busy],.bizel-agent i[data-status=streaming],.bizel-agent i[data-status=starting]{background:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}.bizel-agent i[data-status=idle],.bizel-agent i[data-status=running]{background:#4ade80;box-shadow:0 0 0 2px #4ade802e}.bizel-agent i[data-status=error],.bizel-agent.attention i{background:#fb7185;box-shadow:0 0 0 2px #fb718533}.bizel-clear{margin-right:7px;padding:4px 7px;border-color:#fb718557;background:#4c051973;color:#fecdd3;font-size:10px}.bizel-empty,.bizel-error{margin:0;padding:8px 10px;border-radius:9px;color:#a1a1aa;background:#27272a73;font-size:11px}.bizel-error{border:1px solid rgba(248,113,113,.4);color:#fecaca;background:#450a0abf}.bizel-error.bizel-error-empty{height:0;min-height:0;margin:0;padding:0;border:0;background:transparent}.bizel-chat{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto auto;gap:8px}.bizel-chat-transcript{min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;display:grid;align-content:start;gap:8px;padding:2px}.bizel-chat-empty{min-height:160px;display:grid;place-content:center;gap:4px;text-align:center;color:#a1a1aa}.bizel-chat-empty strong{color:#ddd6fe}.bizel-chat-message{min-width:0;max-width:92%;padding:9px 10px;border:1px solid rgba(148,163,184,.22);border-radius:13px;background:#1e293bb8;overflow-wrap:anywhere}.bizel-chat-message header{display:flex;justify-content:space-between;gap:8px;margin-bottom:5px}.bizel-chat-message header button{width:auto;height:auto;min-width:0;padding:0;overflow:hidden;border:0;background:transparent;color:#c4b5fd;font-size:11px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.bizel-chat-message header span{flex:0 0 auto;color:#71717a;font-size:10px}.bizel-chat-message p,.bizel-chat-message .safe-markdown>*:first-child{margin-top:0}.bizel-chat-message p,.bizel-chat-message .safe-markdown>*:last-child{margin-bottom:0}.bizel-chat-user{justify-self:end;border-color:#60a5fa61;background:#1e3a8a94}.bizel-chat-assistant{justify-self:start}.bizel-chat-activity{border-color:#a855f74d;background:#581c8738}.bizel-chat-clear{margin-top:7px;padding:4px 7px;border-color:#fb718557;background:#4c051973;color:#fecdd3;font-size:10px}.bizel-chat-composer{display:grid;gap:6px}.bizel-chat-composer>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:end}.bizel-chat-composer textarea{min-width:0;min-height:42px;max-height:120px;resize:vertical;border-color:#8b5cf66b;background:#0f172a;color:#f4f4f5;font:inherit;font-size:13px;line-height:1.4}.bizel-chat-composer button{min-height:42px;padding:8px 12px;border-color:#7c3aed;background:#5b21b6;color:#fff}.empty-canvas{position:absolute;z-index:8;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:12px;padding:24px;text-align:center;pointer-events:none}.empty-canvas>*{pointer-events:auto}.empty-canvas h2{margin:0;font-size:clamp(26px,4vw,44px);letter-spacing:-.05em}.empty-canvas p{max-width:560px;margin:0;color:#a1a1aa;line-height:1.55}.empty-canvas div:last-child{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.empty-orb{display:grid;place-items:center;width:72px;height:72px;border-radius:24px;border:1px solid rgba(96,165,250,.32);color:#bfdbfe;background:radial-gradient(circle at 30% 20%,#60a5fa61,#0f172a94);box-shadow:0 0 80px #60a5fa2e;font-size:34px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:start center;padding-top:8vh;background:#0009}.workspace-modal{width:min(520px,calc(100vw - 32px));display:grid;gap:12px;padding:16px;background:#111113;border:1px solid #3f3f46;border-radius:16px;box-shadow:0 24px 80px #000c}.agent-modal{width:min(420px,calc(100vw - 32px))}.confirm-modal{width:min(460px,calc(100vw - 32px))}.confirm-modal p{margin:0;color:#d4d4d8;line-height:1.5}.confirm-modal strong{color:#fff}.modal-title,.modal-actions,.browser-path{display:flex;align-items:center;justify-content:space-between;gap:10px}.modal-title h3{margin:0}.workspace-modal label{display:grid;gap:6px;color:#d4d4d8;font-size:13px}.workspace-modal input,.workspace-modal select,.workspace-modal textarea{width:100%}.workspace-modal textarea{min-height:66px;resize:vertical;font:inherit;line-height:1.4}.workspace-modal input:not([type=radio]):not([type=checkbox]),.workspace-modal select{height:38px;padding:0 10px;font:inherit;line-height:36px}.workspace-modal select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0 34px 0 10px;background-color:#18181b;color:#fafafa;text-overflow:ellipsis;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%23a1a1aa' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;background-size:12px}.workspace-modal select option{background:#18181b;color:#fafafa;padding:6px 10px}.agent-role-field{display:grid;gap:6px}.agent-role-description{margin:0;color:#a1a1aa;font-size:12px;line-height:1.4}.agent-role-retry{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.agent-role-retry .error{margin:0;font-size:12px;line-height:1.4}.agent-role-retry button{flex:0 0 auto;padding:5px 10px;font-size:12px}.agent-interface-field{display:grid;gap:8px;margin:0;padding:10px;border:1px solid #27272a;border-radius:10px}.agent-interface-field legend{padding:0 4px;color:#d4d4d8;font-size:13px}.agent-interface-field label{display:flex;align-items:center;gap:8px}.agent-interface-field input{width:auto}.maestro-create-notice{margin:0;padding:8px 10px;border:1px solid rgba(168,85,247,.28);border-radius:10px;background:#581c871a;color:#ddd6fe;font-size:12px}.mode-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.mode-tabs button.active,.directory-list button.selected{border-color:#60a5fa;background:#1e3a5f}.directory-browser{display:grid;gap:8px;padding:10px;border:1px solid #27272a;border-radius:10px;background:#0b0b0d}.browser-path span{color:#a1a1aa;font:12px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.directory-list{max-height:180px;overflow:auto;display:grid;gap:6px}.directory-list button{display:flex;justify-content:space-between;align-items:center;text-align:left}.directory-list small{color:#86efac;font-size:11px}.modal-actions{justify-content:flex-end}.react-flow{position:relative;z-index:1;width:100%;height:100%;--xy-background-color: #09090b;--xy-background-pattern-color: #27272a;--xy-controls-button-background-color: #18181b;--xy-controls-button-background-color-hover: #27272a;--xy-controls-button-color: #f4f4f5;--xy-controls-button-color-hover: #ffffff;--xy-controls-button-border-color: #3f3f46;background:#09090b radial-gradient(circle at 1px 1px,#27272a 1px,transparent 0);background-size:28px 28px}.react-flow__controls{left:auto!important;right:var(--canvas-edge)!important;bottom:var(--canvas-edge)!important;margin:0!important;background:#111113;border:1px solid #3f3f46;border-radius:10px;box-shadow:0 10px 30px #0008;overflow:hidden;opacity:1;visibility:visible;transition:opacity .18s ease,visibility 0s linear 0s}.react-flow__controls-button{width:32px!important;height:32px!important;padding:0!important;border-radius:0!important;background:#18181b!important;border-color:#3f3f46!important;color:#f4f4f5!important;fill:#f4f4f5!important}.react-flow__controls-button:hover{background:#27272a!important;color:#fff!important;fill:#fff!important}.react-flow__controls-button svg,.react-flow__controls-button svg path{fill:currentColor!important;color:currentColor!important}.react-flow__pane{cursor:crosshair}.react-flow__edge-path,.react-flow__connection-path{stroke:#94a3b8}.react-flow__connection-path{stroke:#60a5fad9;stroke-width:2;stroke-dasharray:5 5;stroke-linecap:round;animation:canvas-edge-flow 1.4s linear infinite;filter:drop-shadow(0 0 5px rgba(96,165,250,.5))}.react-flow__edge .canvas-edge .react-flow__edge-path{stroke-width:2;stroke-linecap:round;stroke-dasharray:5 5;animation:canvas-edge-flow 1.4s linear infinite;transition:opacity .16s ease}.react-flow__edge .canvas-edge-glow{stroke-width:7;stroke-linecap:round;opacity:.22;filter:blur(3px);transition:opacity .16s ease}.react-flow__edge .canvas-edge-tip{filter:drop-shadow(0 0 4px rgba(250,204,21,.8));transition:opacity .16s ease}.react-flow__edge.selected .canvas-edge .react-flow__edge-path{stroke-width:2.5}.react-flow__edge.selected .canvas-edge-glow{opacity:.5}.react-flow__edge.canvas-edge-out .canvas-edge .react-flow__edge-path,.react-flow__edge.canvas-edge-in .canvas-edge .react-flow__edge-path{stroke-width:2.5}.react-flow__edge.canvas-edge-out .canvas-edge-glow{opacity:.55;stroke:#60a5fae6}.react-flow__edge.canvas-edge-in .canvas-edge-glow{opacity:.55;stroke:#facc15e6}.react-flow__edge.canvas-edge-dim .canvas-edge .react-flow__edge-path,.react-flow__edge.canvas-edge-dim .canvas-edge-glow,.react-flow__edge.canvas-edge-dim .canvas-edge-tip{opacity:.18}.react-flow__node.canvas-link-origin .node{border-color:#60a5facc;box-shadow:0 10px 30px #0008,0 0 0 1px #60a5fa4d,0 0 22px #60a5fa47}.react-flow__node.canvas-linked .node{border-color:#facc15b3;box-shadow:0 10px 30px #0008,0 0 0 1px #facc154d,0 0 22px #facc153d}.react-flow__node.canvas-linked .react-flow__handle,.react-flow__node.canvas-link-origin .react-flow__handle{background:#facc15;border-color:#fef3c7}.react-flow__node.canvas-link-origin .react-flow__handle{background:#60a5fa;border-color:#dbeafe}@keyframes canvas-edge-flow{to{stroke-dashoffset:-20}}.node{position:relative;border:1px solid #3f3f46;border-radius:12px;overflow:visible;background:#09090b;box-shadow:0 10px 30px #0008;width:100%;height:100%;min-width:0;min-height:0;-webkit-user-select:none;user-select:none}.node-title{height:34px;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;background:#18181b;border-bottom:1px solid #27272a;border-radius:11px 11px 0 0;font-weight:600}.node-title-copy{min-width:0;display:flex;align-items:baseline;gap:7px;overflow:hidden}.node-title-actions{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;min-width:0}.geometry-persistence-error{position:absolute;z-index:24;top:calc(100% + 7px);right:0;width:max-content;max-width:min(280px,80vw);padding:6px 8px;border:1px solid rgba(248,113,113,.5);border-radius:8px;background:#450a0a;color:#fecaca;box-shadow:0 10px 28px #000b;font-size:10px;line-height:1.3;font-weight:600;white-space:normal}.node-focus-button{display:inline-grid;place-items:center;flex:0 0 auto;width:24px;height:24px;padding:3px;border-radius:7px;border-color:#94a3b857;background:#18181bc7;color:#dbeafe;line-height:0}.node-focus-button svg{display:block;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.node-focus-button[aria-pressed=true]{border-color:#60a5fab8;background:#1e40af80;color:#eff6ff}.node-focus-button:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.maestro-toggle-wrap,.agent-attention-wrap{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}.maestro-toggle{display:inline-flex;align-items:center;gap:3px;height:24px;padding:2px 6px;border-radius:999px;border-color:#a855f757;background:#581c8729;color:#c4b5fd;font-size:9px;line-height:1;font-weight:800;white-space:nowrap}.maestro-toggle-enabled{border-color:#d8b4feb3;background:linear-gradient(135deg,#7e22ceb3,#4f46e585);color:#faf5ff;box-shadow:0 0 14px #a855f740}.maestro-toggle[aria-disabled=true]{opacity:.55;cursor:not-allowed}.maestro-toggle[aria-busy=true]{cursor:progress}.maestro-toggle-reason{position:absolute;z-index:20;top:calc(100% + 5px);right:0;width:max-content;max-width:220px;padding:5px 7px;border:1px solid rgba(196,181,253,.38);border-radius:7px;background:#1e1b4b;color:#ddd6fe;box-shadow:0 8px 24px #000a;font-size:10px;line-height:1.25;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility 0s linear .15s}.maestro-toggle-wrap:hover .maestro-toggle-reason,.maestro-toggle-wrap:focus-within .maestro-toggle-reason{opacity:1;visibility:visible;transition-delay:0s}.maestro-toggle-error,.agent-attention-error{position:absolute;z-index:20;top:calc(100% + 5px);right:0;width:max-content;max-width:220px;padding:5px 7px;border:1px solid rgba(248,113,113,.5);border-radius:7px;background:#450a0a;color:#fecaca;box-shadow:0 8px 24px #000a;font-size:10px;line-height:1.25}.managed-recruit-badge{flex:0 0 auto;padding:3px 6px;border:1px solid rgba(52,211,153,.38);border-radius:999px;background:#064e3b5c;color:#a7f3d0;font-size:9px;line-height:1.1;font-weight:800;white-space:nowrap}.agent-attention{display:grid;place-items:center;width:22px;height:22px;padding:0;border-radius:999px;border-color:#fbbf24b3;background:#92400e85;color:#fef3c7;font-size:12px;font-weight:900;box-shadow:0 0 14px #fbbf2438}.node-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node-title small{color:#a1a1aa;font-weight:400;white-space:nowrap}.terminal-node{width:100%;height:100%;min-width:360px;min-height:220px}.chat-node{width:100%;height:100%;min-width:360px;display:grid;grid-template-rows:34px minmax(0,1fr);overflow:visible;border-color:#3f3f46;background:#09090b}.chat-node-dragging{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa47,0 16px 48px #000b}.chat-title{overflow:visible}.chat-status{display:inline-flex;align-items:center;gap:6px}.chat-status:before{content:"";width:7px;height:7px;border-radius:999px;background:#71717a;box-shadow:0 0 8px currentColor}.chat-status-idle:before{background:#86efac}.chat-status-busy:before{background:#60a5fa}.chat-status-starting:before,.chat-status-reconnecting:before{background:#facc15}.chat-status-stopped:before{background:#f87171}.chat-status-warn:before{background:#fb923c}.chat-shell{min-height:0;display:flex;flex-direction:column;gap:8px;padding:10px;overflow:hidden;border-radius:0 0 11px 11px;background:#0b0b0e}.chat-shell>*{flex:0 0 auto;min-height:0}.chat-shell>.chat-transcript{flex:1 1 0}.chat-transcript{width:100%;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;display:grid;align-content:start;gap:10px;padding:2px 4px 2px 0;scrollbar-gutter:stable}.chat-transcript>*{min-width:0;max-width:100%}.chat-timeline-item{--chat-timeline-gutter: 18px;--chat-timeline-gap: 10px;position:relative;display:grid;grid-template-columns:var(--chat-timeline-gutter) minmax(0,1fr);align-items:start;min-width:0;max-width:100%}.chat-timeline-item:before{content:"";position:absolute;top:0;bottom:calc(var(--chat-timeline-gap) * -1);left:calc(var(--chat-timeline-gutter) / 2 - .5px);width:1px;background:#27272a}.chat-timeline-item:first-child:before{top:10px}.chat-timeline-item:last-child:before{bottom:calc(100% - 10px)}.chat-timeline-item:has(+.chat-timeline-item-divider):before{bottom:0}.chat-timeline-item-divider+.chat-timeline-item:before{top:10px}.chat-timeline-item:first-child:last-child:before{display:none}.chat-timeline-dot{position:relative;z-index:1;justify-self:center;margin-top:9px;width:7px;height:7px;border-radius:999px;background:#71717a;box-shadow:0 0 0 3px #09090b}.chat-timeline-dot-user{background:#a1a1aa}.chat-timeline-dot-assistant{background:#60a5fa;box-shadow:0 0 0 3px #09090b,0 0 6px #60a5fa8c}.chat-timeline-dot-complete{background:#4ade80;box-shadow:0 0 0 3px #09090b,0 0 6px #4ade8080}.chat-timeline-dot-error{background:#f87171;box-shadow:0 0 0 3px #09090b,0 0 6px #f871718c}.chat-timeline-dot-streaming{background:#fbbf24;box-shadow:0 0 0 3px #09090b,0 0 8px #fbbf24;animation:chat-tool-pulse 1.2s ease-in-out infinite}.chat-timeline-dot-compacted{opacity:.45;animation:none;box-shadow:0 0 0 3px #09090b}.chat-timeline-content{min-width:0;max-width:100%}.chat-timeline-item-divider{display:block}.chat-timeline-item-divider:before{display:none!important}@media (max-width: 620px){.chat-timeline-item{--chat-timeline-gutter: 12px}}.chat-transcript,.chat-composer textarea,.chat-thinking pre,.chat-tool pre,.chat-question-code,.chat-card-assistant .chat-markdown pre,.chat-card-assistant .chat-markdown table,.chat-scroll-surface{scrollbar-width:thin;scrollbar-color:rgba(113,113,122,.55) transparent}@supports selector(::-webkit-scrollbar){.chat-transcript,.chat-composer textarea,.chat-thinking pre,.chat-tool pre,.chat-question-code,.chat-card-assistant .chat-markdown pre,.chat-card-assistant .chat-markdown table,.chat-scroll-surface{scrollbar-width:auto;scrollbar-color:auto}.chat-transcript::-webkit-scrollbar,.chat-composer textarea::-webkit-scrollbar,.chat-thinking pre::-webkit-scrollbar,.chat-tool pre::-webkit-scrollbar,.chat-question-code::-webkit-scrollbar,.chat-card-assistant .chat-markdown pre::-webkit-scrollbar,.chat-card-assistant .chat-markdown table::-webkit-scrollbar{width:10px;height:10px}.chat-transcript::-webkit-scrollbar-track,.chat-composer textarea::-webkit-scrollbar-track,.chat-thinking pre::-webkit-scrollbar-track,.chat-tool pre::-webkit-scrollbar-track,.chat-question-code::-webkit-scrollbar-track,.chat-card-assistant .chat-markdown pre::-webkit-scrollbar-track,.chat-card-assistant .chat-markdown table::-webkit-scrollbar-track{background:transparent}.chat-transcript::-webkit-scrollbar-thumb,.chat-composer textarea::-webkit-scrollbar-thumb,.chat-thinking pre::-webkit-scrollbar-thumb,.chat-tool pre::-webkit-scrollbar-thumb,.chat-question-code::-webkit-scrollbar-thumb,.chat-card-assistant .chat-markdown pre::-webkit-scrollbar-thumb,.chat-card-assistant .chat-markdown table::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#71717a80;background-clip:padding-box}.chat-transcript::-webkit-scrollbar-thumb:hover,.chat-composer textarea::-webkit-scrollbar-thumb:hover,.chat-thinking pre::-webkit-scrollbar-thumb:hover,.chat-tool pre::-webkit-scrollbar-thumb:hover,.chat-question-code::-webkit-scrollbar-thumb:hover,.chat-card-assistant .chat-markdown pre::-webkit-scrollbar-thumb:hover,.chat-card-assistant .chat-markdown table::-webkit-scrollbar-thumb:hover{background-color:#a1a1aabf}.chat-transcript::-webkit-scrollbar-corner,.chat-tool pre::-webkit-scrollbar-corner,.chat-card-assistant .chat-markdown pre::-webkit-scrollbar-corner{background:transparent}}.chat-empty{display:grid;place-items:center;gap:6px;min-height:140px;padding:20px;color:#a1a1aa;text-align:center;border:1px dashed #3f3f46;border-radius:12px;font-size:13px}.chat-empty-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;border:1px solid rgba(96,165,250,.32);background:#1e3a5f59;color:#bfdbfe;font-size:15px}.chat-empty strong{color:#f4f4f5;font-size:14px}.chat-card{min-width:0;border:1px solid #27272a;border-radius:12px;padding:10px 12px;background:#111113;color:#e4e4e7}.chat-card-user{margin-left:28px;border-color:#60a5fa52;background:#14213a}.chat-card-assistant{margin-right:14px}.chat-card-system{border-style:dashed;color:#a1a1aa}.chat-card header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;color:#a1a1aa;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-card-user header{color:#93c5fd}.chat-card-heading{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:8px;overflow:hidden}.chat-card-actions{display:flex;flex:0 0 auto;align-items:center;gap:6px}.chat-card-role{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-card-time{flex:0 0 auto;color:#71717a;font-weight:600;text-transform:none;letter-spacing:0}.chat-model-badge{flex:0 0 auto;padding:1px 7px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:none}.chat-entry-usage{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;color:#71717a;font-weight:600;text-transform:none;letter-spacing:0}.chat-entry-usage-cost{color:#a1a1aa}.chat-card-streaming{flex:0 0 auto;color:#60a5fa;font-weight:600;text-transform:none;letter-spacing:0}.chat-copy{flex:0 0 auto;padding:2px 8px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:0;transition:opacity .12s ease,color .12s ease,border-color .12s ease}.chat-copy:hover{color:#e4e4e7;border-color:#52525b}.chat-card:hover .chat-copy,.chat-copy:focus-visible{opacity:1}@media (hover: none){.chat-copy{opacity:1}}.chat-message-literal{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:#f4f4f5;font-size:14px;line-height:1.6;-webkit-user-select:text;user-select:text}.chat-card-assistant .chat-markdown{min-width:0;max-width:100%;overflow-wrap:anywhere;color:#e4e4e7;font-size:14px;line-height:1.6;-webkit-user-select:text;user-select:text}.chat-card-assistant .chat-markdown>*:first-child{margin-top:0}.chat-card-assistant .chat-markdown>*:last-child{margin-bottom:0}.chat-card-assistant .chat-markdown p{margin:0 0 .7em;white-space:pre-wrap;overflow-wrap:anywhere}.chat-card-assistant .chat-markdown h1,.chat-card-assistant .chat-markdown h2,.chat-card-assistant .chat-markdown h3,.chat-card-assistant .chat-markdown h4,.chat-card-assistant .chat-markdown h5,.chat-card-assistant .chat-markdown h6{margin:.9em 0 .4em;color:#fafafa;line-height:1.25;letter-spacing:-.01em}.chat-card-assistant .chat-markdown h1{font-size:18px}.chat-card-assistant .chat-markdown h2{font-size:16px}.chat-card-assistant .chat-markdown h3{font-size:15px}.chat-card-assistant .chat-markdown h4,.chat-card-assistant .chat-markdown h5,.chat-card-assistant .chat-markdown h6{font-size:14px}.chat-card-assistant .chat-markdown ul,.chat-card-assistant .chat-markdown ol{margin:.4em 0 .8em;padding-left:1.5em}.chat-card-assistant .chat-markdown li{margin:.25em 0;overflow-wrap:anywhere}.chat-card-assistant .chat-markdown li>p{margin:.2em 0}.chat-card-assistant .chat-markdown a{color:#93c5fd;text-decoration:underline;text-decoration-color:#93c5fd80;text-underline-offset:2px}.chat-card-assistant .chat-markdown a:hover{color:#bfdbfe;text-decoration-color:currentColor}.chat-card-assistant .chat-markdown strong{color:#fafafa;font-weight:700}.chat-card-assistant .chat-markdown del{color:#a1a1aa}.chat-card-assistant .chat-markdown code{border:1px solid #3f3f46;border-radius:5px;padding:.1em .35em;background:#18181b;color:#e4e4e7;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.chat-card-assistant .chat-markdown pre{max-width:100%;margin:.6em 0 .8em;padding:10px 12px;overflow-x:auto;border:1px solid #27272a;border-radius:10px;background:#09090b;color:#e4e4e7;font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}.chat-card-assistant .chat-markdown pre code{display:block;min-width:max-content;padding:0;border:0;border-radius:0;background:transparent;color:inherit;white-space:pre}.chat-card-assistant .chat-markdown blockquote{margin:.6em 0 .8em;padding:6px 10px;border-left:3px solid #60a5fa;border-radius:0 8px 8px 0;background:#18181b;color:#d4d4d8}.chat-card-assistant .chat-markdown blockquote p{margin:0}.chat-card-assistant .chat-markdown hr{height:1px;margin:.9em 0;border:0;background:#3f3f46}.chat-card-assistant .chat-markdown table{display:block;max-width:100%;margin:.6em 0 .8em;overflow-x:auto;border-collapse:collapse;border-spacing:0;font-size:13px}.chat-card-assistant .chat-markdown th,.chat-card-assistant .chat-markdown td{min-width:0;padding:6px 8px;border:1px solid #3f3f46;overflow-wrap:anywhere}.chat-card-assistant .chat-markdown th{background:#18181b;color:#fafafa;font-weight:700}.chat-card-assistant .chat-markdown td{background:#0b0b0e;color:#e4e4e7}.chat-card-assistant .chat-markdown input[type=checkbox]{width:13px;height:13px;margin:0 .35em 0 -1.25em;padding:0;vertical-align:-2px;accent-color:#60a5fa;pointer-events:none}.chat-card-assistant .chat-markdown-image-alt{color:#a5b4fc;font-style:italic}.chat-thinking{margin-bottom:8px;border:1px solid #27272a;border-radius:8px;background:#0b0b0e}.chat-thinking summary,.chat-tool summary{cursor:pointer;padding:6px 9px;color:#a1a1aa;font-size:12px;font-weight:600}.chat-thinking summary:hover,.chat-tool summary:hover{color:#e4e4e7}.chat-thinking pre,.chat-tool pre{max-height:180px;margin:0;padding:8px 10px;overflow:auto;border-top:1px solid #27272a;white-space:pre-wrap;overflow-wrap:anywhere;color:#d4d4d8;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;-webkit-user-select:text;user-select:text}.chat-thinking-active{border-color:#60a5fa59}.chat-thinking-active pre{max-height:240px}.chat-thinking-active summary{background:linear-gradient(90deg,#71717a,#71717a 35%,#f4f4f5,#71717a 65%,#71717a);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:chat-thinking-shimmer 1.6s linear infinite}@keyframes chat-thinking-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-tool{border:1px solid #27272a;border-radius:10px;background:#111113;color:#e4e4e7}.chat-tool summary{display:flex;align-items:center;gap:8px}.chat-tool summary:before{content:"";flex:0 0 auto;width:7px;height:7px;border-radius:999px;background:#60a5fa;box-shadow:0 0 8px #60a5fa;animation:chat-tool-pulse 1.2s ease-in-out infinite}.chat-tool-error summary:before{background:#f87171;box-shadow:none;animation:none}.chat-tool-streaming summary:before{background:#60a5fa;box-shadow:0 0 8px #60a5fa;animation:chat-tool-pulse 1.2s ease-in-out infinite}.chat-tool-complete summary:before,.chat-tool-cancelled summary:before{background:#71717a;box-shadow:none;animation:none}.chat-tool-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e4e4e7;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.chat-tool-error .chat-tool-name{color:#fca5a5}.chat-tool-child-count{flex:0 0 auto;padding:1px 7px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-tool-section{border-top:1px solid #27272a;padding:8px 10px}.chat-tool-section strong{display:block;margin-bottom:4px;color:#a1a1aa;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-tool-section pre{max-height:180px;margin:0;padding:0;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;color:#d4d4d8;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;-webkit-user-select:text;user-select:text}.chat-tool-children{display:grid;gap:8px;margin:0;padding:8px 10px 10px 22px;border-top:1px solid #27272a;list-style:none}.chat-tool-steps-more-row{display:flex}.chat-tool-steps-more{padding:2px 8px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.04em}.chat-tool-steps-more:hover{color:#e4e4e7;border-color:#52525b}.chat-truncated-note{margin:4px 0 0;color:#facc15;font-size:11px;font-style:italic}.chat-entry-attachments{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.chat-attachment-chip{display:inline-flex;min-width:0;align-items:center;gap:5px;padding:3px 8px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#d4d4d8;font-size:11px}.chat-attachment-icon{width:13px;height:13px;flex:0 0 auto;color:#a1a1aa}.chat-attachment-name{min-width:0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachment-size{flex:0 0 auto;color:#71717a}.chat-compaction-divider{display:flex;align-items:center;justify-content:center;gap:8px;margin:4px 0;color:#a1a1aa;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.chat-compaction-divider:before,.chat-compaction-divider:after{content:"";flex:1 1 auto;height:1px;background:#27272a}.chat-entry-compacted{opacity:.55}.chat-compacted-tag{flex:0 0 auto;padding:1px 7px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-notice{padding:6px 10px;border:1px dashed #3f3f46;border-radius:8px;color:#a1a1aa;font-size:12px}.chat-notice-error{border-color:#fca5a559;color:#fca5a5}.chat-load-earlier{display:grid;justify-items:center;gap:6px;padding:2px 0 4px}.chat-load-earlier button{padding:4px 12px;font-size:12px;border-radius:999px;border-color:#71717a73;background:#27272ab3;color:#d4d4d8}.chat-load-earlier button:hover:not(:disabled){background:#3f3f46cc;color:#fafafa}.chat-new-messages{align-self:center;margin:0 auto;padding:4px 12px;border-color:#60a5fa8c;background:#1e3a5f;color:#eff6ff;font-size:12px;font-weight:700;border-radius:999px}@keyframes chat-tool-pulse{0%,to{opacity:1}50%{opacity:.35}}.chat-question{display:grid;gap:8px;padding:10px 12px;border:1px solid rgba(251,191,36,.38);border-radius:12px;background:#78350f2e;color:#fef3c7}.chat-question-permission{border-color:#60a5fa6b;background:#14213a;color:#e4e4e7}.chat-question strong{color:#fde68a;font-size:13px}.chat-question-permission strong{color:#bfdbfe}.chat-question p{margin:0;font-size:13px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap;-webkit-user-select:text;user-select:text}.chat-question-code{padding:6px 9px;border:1px solid #27272a;border-radius:8px;background:#09090b;color:#e4e4e7;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;max-height:220px;overflow:auto}.chat-question label{display:grid;gap:5px;font-size:12px}.chat-question-list{display:grid;gap:10px;margin:0;padding:0}.chat-question-item{display:grid;gap:6px;min-width:0;margin:0;padding:0;border:0}.chat-question-item legend{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:0;margin-bottom:2px;color:#f4f4f5;font-size:13px;line-height:1.45}.chat-question-chip{flex:0 0 auto;padding:1px 7px;border:1px solid rgba(96,165,250,.4);border-radius:999px;background:#1e3a5f80;color:#bfdbfe;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.chat-question-option{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;padding:7px 9px;border:1px solid #27272a;border-radius:9px;background:#0b0b0e;color:#e4e4e7;font-size:13px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.chat-question-option:hover{border-color:#3f3f46;background:#111113}.chat-question-option[data-checked=true]{border-color:#60a5fa99;background:#14213a}.chat-question-option input{width:auto;margin:2px 0 0;padding:0;accent-color:#60a5fa}.chat-question-option span{min-width:0;display:grid;gap:2px}.chat-question-option strong{font-weight:600;color:#fafafa}.chat-question-option small{color:#a1a1aa;line-height:1.4;overflow-wrap:anywhere}.chat-question-other{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;padding:4px 9px;color:#a1a1aa;font-size:12px}.chat-question-other input[type=text]{width:100%;padding:6px 8px;border-color:#3f3f46;background:#18181b;color:#fafafa;font-size:13px}.chat-pill-spinner{width:12px;height:12px;border:2px solid rgba(96,165,250,.35);border-top-color:#60a5fa;border-radius:999px;animation:cadrix-spin .9s linear infinite}.chat-pill-loading{color:#a1a1aa;font-weight:500}.chat-question input,.chat-question select,.chat-question textarea{width:100%;border-color:#3f3f46;background:#18181b}.chat-question-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.chat-question-actions button{padding:6px 12px;font-size:13px;font-weight:600}.chat-question-actions button:first-child{border-color:#60a5fa8c;background:#1e3a5f;color:#eff6ff}.chat-question-actions button.chat-question-remember{border-color:#94a3b866;background:#27272a;color:#e4e4e7}.chat-question-actions button.chat-question-remember:hover{background:#3f3f46}.chat-pending-questions{display:grid;gap:8px}.chat-pending-more{align-self:flex-start;justify-self:flex-start;padding:4px 12px;border-color:#71717a73;background:#27272ab3;color:#d4d4d8;font-size:12px;font-weight:600;border-radius:999px}.chat-pending-more:hover{background:#3f3f46cc;color:#fafafa}.chat-error{margin:0;color:#fca5a5;font-size:12px;overflow-wrap:anywhere}.chat-auth-banner{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(252,165,165,.35);border-radius:10px;background:#7f1d1d38}.chat-auth-banner button{padding:4px 10px;border-color:#60a5fa8c;background:#1e3a5f;color:#eff6ff;font-size:12px;font-weight:700}.chat-auth .chat-auth-status{display:grid;gap:4px;margin:0;font-size:12px}.chat-auth .chat-auth-status div{display:grid;grid-template-columns:96px 1fr;gap:8px}.chat-auth .chat-auth-status dt{color:#93c5fd;font-weight:600}.chat-auth .chat-auth-status dd{margin:0;color:#e4e4e7;overflow-wrap:anywhere}.chat-auth .chat-auth-status dd.chat-auth-warn{color:#fcd34d}.chat-auth-help{margin:0;font-size:12px;line-height:1.45;color:#a1a1aa}.chat-auth-help code{padding:1px 5px;border-radius:5px;background:#18181b;color:#e4e4e7;font-size:11.5px}.chat-auth-notice{margin:0;color:#86efac;font-size:12px}.chat-toggle-alert{color:#fcd34d;border-color:#fcd34d73}.chat-notify-error{margin-top:-2px}.chat-restart{justify-self:start;padding:6px 12px;border-color:#60a5fa8c;background:#1e3a5f;color:#eff6ff;font-size:12px;font-weight:700}.chat-queue-list{display:grid;gap:6px;padding:6px 2px}.chat-queue-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border:1px solid #3f3f46;border-radius:10px;background:#16161a}.chat-queue-item-error{border-color:#fca5a566;background:#7f1d1d29}.chat-queue-item-sending{border-color:#60a5fa66}.chat-queue-item-body{min-width:0;display:flex;align-items:center;gap:8px;flex:1 1 auto}.chat-queue-item-message{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e4e4e7;font-size:12.5px}.chat-queue-item-attachments,.chat-queue-item-mode{flex:0 0 auto;padding:1px 7px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-queue-item-mode{border-color:#c4b5fd66;background:#4c1d954d;color:#ddd6fe}.chat-queue-item-status{flex:0 0 auto;color:#a1a1aa;font-size:11px;font-weight:600}.chat-queue-item-status-error{color:#fca5a5}.chat-queue-item-actions{flex:0 0 auto;display:flex;align-items:center;gap:4px}.chat-queue-item-actions button{padding:3px 9px;font-size:11px;font-weight:600}.chat-queue-item-actions button:disabled{opacity:.5;cursor:not-allowed}.chat-composer-box{display:grid;gap:6px;padding:10px 10px 8px;border:1px solid #3f3f46;border-radius:16px;background:#111113;transition:border-color .18s ease,box-shadow .18s ease}.chat-composer-box:focus-within{border-color:#60a5fa;box-shadow:0 0 0 1px #60a5fa4d}.chat-attachments{min-height:0;display:flex;flex-wrap:wrap;gap:5px}.chat-chip{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:3px 6px;border:1px solid rgba(96,165,250,.3);border-radius:999px;color:#bfdbfe;background:#14213a;font-size:11px}.chat-chip img{width:20px;height:20px;object-fit:cover;border-radius:999px}.chat-chip small,.chat-limits{color:#a1a1aa}.chat-chip button{width:20px;height:20px;padding:0;border-radius:999px}.chat-composer{display:grid}.chat-composer textarea{width:100%;min-height:40px;max-height:180px;padding:6px 4px;resize:none;border:0;border-radius:0;background:transparent;color:#fafafa;font:inherit;font-size:14px;line-height:1.5}.chat-composer textarea:focus-visible{outline:none}.chat-composer textarea::placeholder{color:#71717a}.chat-autocomplete-menu{position:fixed;z-index:1200;display:flex;flex-direction:column;overflow-y:auto;gap:1px;padding:6px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#0f111afa;color:#e4e4e7;box-shadow:0 24px 64px #0000009e,0 0 0 1px #0006;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.chat-autocomplete-status{padding:7px 10px;color:#a1a1aa;font-size:12.5px}.chat-autocomplete-more{color:#71717a;font-style:italic}.chat-autocomplete-option{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border-radius:9px;color:#e4e4e7;font-size:13px;text-align:left;cursor:pointer}.chat-autocomplete-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.chat-autocomplete-option-copy{min-width:0;display:grid;gap:2px}.chat-autocomplete-option-copy small{color:#a1a1aa;font-size:11.5px;font-weight:500;line-height:1.35;white-space:normal}.chat-autocomplete-option:hover,.chat-autocomplete-option-active{background:#60a5fa29;color:#eff6ff}.chat-autocomplete-option small{flex:0 0 auto;color:#71717a;font-size:11px;font-weight:600}.chat-command-notice{position:relative;margin:0;padding:6px 28px 6px 10px;border:1px solid #27272a;border-radius:8px;background:#111113;color:#a1a1aa;font-size:12px;white-space:pre-line}.chat-command-notice-close{position:absolute;top:2px;right:4px;border:0;background:transparent;color:#71717a;font-size:14px;cursor:pointer}.chat-command-notice-close:hover{color:#fafafa}.chat-icon{flex:0 0 auto;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.chat-prompt-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:6px}.chat-prompt-tools{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:2px}.chat-prompt-actions{display:flex;align-items:center;gap:6px;padding-bottom:1px}.chat-file-button{position:relative;display:grid;place-items:center;width:32px;height:32px;margin-right:2px;border:0;border-radius:999px;background:transparent;color:#d4d4d8;cursor:pointer;transition:background .18s ease,color .18s ease}.chat-file-button:hover{background:#27272a;color:#fafafa}.chat-file-button[aria-disabled=true]{opacity:.45;cursor:not-allowed}.chat-file-button input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}.chat-file-button input:disabled{cursor:not-allowed}.chat-pill{position:relative;display:inline-flex;align-items:center;gap:5px;min-width:0;max-width:100%;height:32px;padding:0 8px 0 9px;border:1px solid transparent;border-radius:999px;background:transparent;color:#e4e4e7;font-size:13px;font-weight:600;white-space:nowrap;transition:border-color .18s ease,background .18s ease,color .18s ease}.chat-pill:hover:not(:disabled){background:#27272a;color:#fafafa}.chat-pill:focus-within:not(:disabled){border-color:#60a5fa8c;background:#1f1f23}.chat-pill[data-disabled=true],.chat-pill-icon{color:#a1a1aa}.chat-pill:hover .chat-pill-icon,.chat-pill:focus-within .chat-pill-icon{color:#e4e4e7}.chat-pill-value{min-width:0;max-width:180px;overflow:hidden;text-overflow:ellipsis}.chat-pill-chevron{width:13px;height:13px;margin-left:-2px;color:#71717a}.chat-pill{font:inherit;font-size:13px;font-weight:600;line-height:1;cursor:pointer}.chat-pill:disabled{opacity:1;color:#a1a1aa;cursor:not-allowed}.chat-pill:disabled:hover{background:transparent}.chat-pill:hover:not(:disabled){border-color:transparent;background:#27272a;color:#fafafa}.chat-pill[data-open=true]{border-color:#60a5fa8c;background:#1f1f23;color:#fafafa}.chat-pill[data-open=true] .chat-pill-icon{color:#e4e4e7}.chat-pill[data-open=true] .chat-pill-chevron{transform:rotate(180deg)}.chat-pill:focus-visible{outline:2px solid #60a5fa;outline-offset:1px}.chat-pill-chevron{transition:transform .18s ease}.chat-picker-menu{position:fixed;z-index:1200;display:flex;flex-direction:column;min-width:220px;max-width:min(360px,calc(100vw - 16px));padding:6px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#0f111afa;color:#e4e4e7;box-shadow:0 24px 64px #0000009e,0 0 0 1px #0006;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);animation:chat-picker-in .12s ease-out}.chat-picker-menu:focus{outline:none}.chat-picker-scroll{min-height:0;display:grid;gap:2px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(113,113,122,.55) transparent}.chat-picker-group{display:grid;gap:2px}.chat-picker-group+.chat-picker-group{margin-top:4px;padding-top:6px;border-top:1px solid rgba(63,63,70,.7)}.chat-picker-group-title{display:grid;gap:1px;padding:6px 10px 4px;color:#a1a1aa;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-picker-group-title small{color:#fbbf24;font-size:11px;font-weight:500;letter-spacing:0;text-transform:none;line-height:1.3;white-space:normal}.chat-picker-group-disabled .chat-picker-group-title span{color:#71717a}.chat-picker-option{display:flex;align-items:center;gap:10px;width:100%;padding:7px 10px;border:1px solid transparent;border-radius:9px;background:transparent;color:#e4e4e7;font:inherit;font-size:13px;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.chat-picker-option:hover:not([aria-disabled=true]),.chat-picker-option-active:not([aria-disabled=true]){border-color:transparent;background:#60a5fa29;color:#eff6ff}.chat-picker-option[aria-selected=true]{color:#eff6ff}.chat-picker-option[aria-disabled=true]{color:#71717a;cursor:not-allowed}.chat-picker-option:hover{border-color:transparent}.chat-picker-option[aria-disabled=true]:hover{background:transparent}.chat-picker-option-copy{min-width:0;flex:1 1 auto;display:grid;gap:2px}.chat-picker-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.chat-picker-option-copy small{color:#a1a1aa;font-size:11.5px;font-weight:500;line-height:1.35;white-space:normal}.chat-picker-option[aria-disabled=true] .chat-picker-option-copy small{color:#52525b}.chat-picker-option-meta{flex:0 0 auto;color:#71717a;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.chat-picker-check{flex:0 0 auto;width:15px;height:15px;color:#60a5fa;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chat-picker-empty{padding:7px 10px;color:#71717a;font-size:12px}.chat-picker-note{margin:6px 0 0;padding:7px 10px 4px;border-top:1px solid rgba(63,63,70,.7);color:#a1a1aa;font-size:11.5px;line-height:1.35}@keyframes chat-picker-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.chat-picker-menu{animation:none}.chat-pill-chevron{transition:none}}.chat-toggle{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 10px 0 8px;border-radius:999px;border:1px solid transparent;background:transparent;color:#a1a1aa;font-size:13px;font-weight:600}.chat-toggle:hover:not(:disabled){border-color:transparent;background:#27272a;color:#e4e4e7}.chat-toggle[aria-pressed=true]{border-color:#60a5fa66;background:#1e3a5fb3;color:#eff6ff}.chat-toggle[aria-pressed=true]:hover:not(:disabled){border-color:#60a5fa99;background:#1e3a5f}.chat-send{display:grid;place-items:center;width:34px;height:34px;padding:0;border-radius:999px;border:1px solid transparent;background:#3b82f6;color:#eff6ff;transition:background .18s ease,transform .18s ease,opacity .18s ease}.chat-send .chat-icon{width:18px;height:18px;stroke-width:2}.chat-send:hover:not(:disabled){border-color:transparent;background:#2563eb;transform:translateY(-1px)}.chat-send:disabled{background:#27272a;color:#71717a;opacity:1}.chat-stop{background:#dc2626;color:#fef2f2}.chat-stop:hover:not(:disabled){background:#b91c1c}.chat-steer{background:#7c3aed;color:#f5f3ff}.chat-steer:hover:not(:disabled){background:#6d28d9}.chat-steer:disabled{background:#27272a;color:#71717a}.chat-context-percent{display:none;font-variant-numeric:tabular-nums}.chat-composer-box{gap:4px;padding:8px 8px 6px;border-radius:14px}.chat-composer-box .chat-composer textarea{min-height:36px;max-height:160px;padding:5px 2px}.chat-composer-box .chat-composer textarea::placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-composer-box .chat-prompt-bar{gap:4px}.chat-composer-box .chat-prompt-tools{flex-wrap:nowrap;gap:0;padding-right:14px;overflow-x:auto;scrollbar-width:none;mask-image:linear-gradient(to right,#000 calc(100% - 18px),transparent);-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 18px),transparent)}.chat-composer-box .chat-prompt-tools::-webkit-scrollbar{display:none}.chat-composer-box .chat-prompt-tools>*{flex:0 0 auto}.chat-composer-box .chat-prompt-actions{gap:4px}.chat-composer-box .chat-file-button{width:30px;height:30px;margin-right:0}.chat-composer-box .chat-pill{height:30px;gap:4px;padding:0 7px 0 6px;font-size:12px}.chat-composer-box .chat-pill-value{max-width:120px}.chat-composer-box .chat-pill-chevron{display:none}.chat-composer-box .chat-toggle{width:30px;height:30px;gap:0;padding:0;justify-content:center}.chat-composer-box .chat-toggle-label{display:none}.chat-composer-box .chat-context{height:30px;gap:4px;padding:0 7px 0 4px}.chat-composer-box .chat-context-copy{display:none}.chat-composer-box .chat-context-percent{display:inline;font-size:11px;font-weight:600;color:#d4d4d8}.chat-composer-box .chat-send{width:30px;height:30px}.chat-composer-box .chat-send .chat-icon{width:16px;height:16px}.chat-context{display:inline-flex;align-items:center;gap:6px;min-width:0;height:28px;padding:0 9px 0 5px;border:1px solid #27272a;border-radius:999px;background:#0b0b0e;color:#a1a1aa;font:inherit;font-size:11px;cursor:pointer}.chat-context[data-open=true]{border-color:#60a5fa8c}.chat-context-ring{flex:0 0 auto;width:16px;height:16px;border-radius:999px;background:conic-gradient(#60a5fa var(--chat-context-percent, 0%),#27272a 0);box-shadow:inset 0 0 0 4px #0b0b0e}.chat-context-warn .chat-context-ring{background:conic-gradient(#facc15 var(--chat-context-percent, 0%),#27272a 0)}.chat-context-critical .chat-context-ring{background:conic-gradient(#f87171 var(--chat-context-percent, 0%),#27272a 0)}.chat-context-copy{display:inline-flex;align-items:center;gap:4px;min-width:0;white-space:nowrap}.chat-context-copy small{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.chat-context-copy em{color:#e4e4e7;font-style:normal;font-weight:600;font-variant-numeric:tabular-nums}.chat-limits{margin-top:-4px;font-size:10px}.chat-usage-popover{position:fixed;z-index:1200;display:grid;gap:12px;width:300px;max-width:min(320px,calc(100vw - 16px));padding:14px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#0f111afa;color:#e4e4e7;font-size:13px;box-shadow:0 24px 64px #0000009e,0 0 0 1px #0006;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);overflow-y:auto}.chat-usage-popover:focus{outline:none}.chat-usage-section{display:grid;gap:6px}.chat-usage-section+.chat-usage-section{padding-top:12px;border-top:1px solid rgba(63,63,70,.7)}.chat-usage-title{color:#a1a1aa;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-usage-big{font-size:20px;font-weight:700;color:#fafafa}.chat-usage-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:12.5px;color:#d4d4d8}.chat-usage-row strong{font-weight:700;color:#fafafa}.chat-usage-row small{color:#a1a1aa;font-weight:500}.chat-usage-row .chat-usage-bar{flex-basis:100%}.chat-usage-bar{display:block;height:4px;border-radius:999px;background:#27272a;overflow:hidden}.chat-usage-bar>span{display:block;height:100%;background:#60a5fa;border-radius:inherit}.chat-usage-bar-warn>span{background:#facc15}.chat-usage-bar-critical>span{background:#f87171}.chat-usage-plan{justify-self:start;padding:2px 8px;border-radius:999px;background:#60a5fa29;color:#93c5fd;font-size:11px;font-weight:700}.chat-usage-note{margin:0;color:#a1a1aa;font-size:12.5px;line-height:1.4}.chat-usage-retry{justify-self:start}.chat-subagents-popover{position:fixed;z-index:1200;display:grid;gap:10px;width:320px;max-width:min(360px,calc(100vw - 16px));padding:12px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#0f111afa;color:#e4e4e7;font-size:13px;box-shadow:0 24px 64px #0000009e,0 0 0 1px #0006;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);overflow-y:auto}.chat-subagents-popover:focus{outline:none}.chat-subagents-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-subagents-header-actions{display:flex;align-items:center;gap:6px}.chat-subagents-archived-chip{padding:2px 8px;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:transparent;color:#a1a1aa;font-size:11px;font-weight:600;cursor:pointer}.chat-subagents-archived-chip:hover{color:#e4e4e7;border-color:#94a3b880}.chat-subagents-archive{padding:2px 8px;border:1px solid transparent;border-radius:999px;background:transparent;color:#93c5fd;font-size:11px;font-weight:600;cursor:pointer}.chat-subagents-archive:hover:not(:disabled){background:#60a5fa29}.chat-subagents-archive:disabled{color:#52525b;cursor:default}.chat-subagents-list{display:grid;gap:2px;margin:0;padding:0;list-style:none}.chat-subagents-row{display:flex;align-items:center;gap:8px;width:100%;padding:6px;border:0;border-radius:8px;background:transparent;color:#e4e4e7;text-align:left;cursor:pointer}.chat-subagents-row:hover{background:#1f1f23}.chat-subagent-dot{flex:0 0 auto;width:7px;height:7px;border-radius:999px;background:#71717a}.chat-subagent-dot-running{background:#60a5fa;box-shadow:0 0 8px #60a5fa;animation:chat-tool-pulse 1.2s ease-in-out infinite}.chat-subagent-dot-error{background:#f87171}.chat-subagent-dot-complete,.chat-subagent-dot-cancelled{background:#52525b}.chat-subagent-name{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat-subagent-meta{flex:0 0 auto;color:#a1a1aa;font-size:11.5px;white-space:nowrap}.chat-subagent-meta-error{color:#fca5a5}.chat-subagent-status-error{color:#f87171;font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.subagent-node{width:100%;height:100%;min-width:360px;min-height:320px;display:grid;grid-template-rows:34px auto minmax(0,1fr);overflow:visible;border-color:#7c3aed7a;background:#0c0a10;box-shadow:0 10px 30px #0008,0 0 0 1px #7c3aed24}.subagent-title{background:linear-gradient(180deg,#1c1626,#120f18);border-bottom-color:#7c3aed47}.subagent-status-pill{flex:0 0 auto;padding:1px 8px;border:1px solid rgba(148,163,184,.3);border-radius:999px;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.subagent-status-running{border-color:#60a5fa80;background:#1e3a5f8c;color:#bfdbfe}.subagent-status-complete,.subagent-status-cancelled{border-color:#94a3b84d;background:#27272a99;color:#a1a1aa}.subagent-status-error{border-color:#f8717180;background:#7f1d1d52;color:#fca5a5}.subagent-meta-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-bottom:1px solid rgba(124,58,237,.22);background:#110d16}.subagent-meta-line{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a1a1aa;font-size:11.5px}.subagent-open-parent{flex:0 0 auto;height:26px;padding:0 10px;border:1px solid rgba(124,58,237,.45);border-radius:999px;background:#4c1d9547;color:#ddd6fe;font-size:11px;font-weight:700}.subagent-open-parent:hover:not(:disabled){border-color:#7c3aedb8;background:#6d28d966;color:#f5f3ff}.subagent-transcript{padding:10px;overflow:auto;display:grid;align-content:start;gap:10px}.subagent-report{border-color:#7c3aed61}.browser-node{width:100%;height:100%;min-width:520px;min-height:360px;display:grid;grid-template-rows:34px minmax(0,1fr);background:#050506;border-color:#52525bf2;box-shadow:0 22px 70px #00000094,inset 0 1px #ffffff0a}.browser-title{background:linear-gradient(180deg,#18181b,#111113)}.browser-status{display:inline-flex;align-items:center;gap:5px}.browser-status:before{content:"";width:7px;height:7px;border-radius:999px;background:#a1a1aa;box-shadow:0 0 10px currentColor}.browser-status-starting:before{background:#facc15}.browser-status-running:before,.browser-status-idle:before{background:#86efac}.browser-status-busy:before{background:#60a5fa}.browser-status-stopped:before{background:#f87171}.browser-content{min-width:0;min-height:0;overflow:hidden;border-radius:0 0 11px 11px;background:radial-gradient(circle at 50% 0,rgba(30,58,138,.28),transparent 42%),#020204}.browser-frame{display:block;width:100%;height:100%;border:0;background:#050506;color-scheme:dark}.browser-placeholder{height:100%;display:grid;place-content:center;justify-items:center;gap:10px;padding:24px;text-align:center;color:#a1a1aa}.browser-placeholder strong{color:#e4e4e7;font-size:15px}.browser-placeholder span{max-width:300px;line-height:1.4}.browser-placeholder button{border-color:#60a5fa8c;background:#1e3a5f;color:#eff6ff;font-weight:700}.browser-placeholder em{max-width:320px;color:#fca5a5;font-size:12px;font-style:normal;overflow-wrap:anywhere}.browser-orb{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;color:#fca5a5;background:#7f1d1d57;border:1px solid rgba(248,113,113,.3);box-shadow:0 0 32px #f8717126}.browser-loader-mark{width:28px;height:28px;border:2px solid rgba(96,165,250,.2);border-top-color:#93c5fd;border-radius:999px;animation:browser-loader-orbit .8s linear infinite;box-shadow:0 0 22px #60a5fa40}@keyframes browser-loader-orbit{to{transform:rotate(360deg)}}.agent-mode-toggle{display:inline-flex;align-items:center;gap:2px;max-width:100%;padding:2px;border:1px solid rgba(96,165,250,.28);border-radius:999px;background:#0f172ab8}.agent-mode-toggle button{min-width:0;padding:2px 7px;border-radius:999px;border-color:transparent;background:transparent;color:#a1a1aa;font-size:10px;line-height:1.35;font-weight:800;letter-spacing:.02em}.agent-mode-toggle button[aria-pressed=true]{border-color:#60a5fa7a;background:#2563eb70;color:#eff6ff}.agent-mode-toggle button:hover:not(:disabled){background:#27272ae0}.agent-mode-feedback{max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;color:#fde68a;font-size:10px;font-weight:700}.agent-mode-error{color:#fca5a5}.agent-mode-notice{margin:0;padding:5px 7px;border:1px solid rgba(251,191,36,.24);border-radius:9px;background:#78350f38;color:#fde68a;font-size:11px;line-height:1.35}.agent-mode-notice-empty,.node-notice-empty{height:0;min-height:0;padding:0;border:0;overflow:hidden}.terminal-mode-notice{position:absolute;z-index:6;top:40px;left:8px;right:8px;pointer-events:none}.maestro-state-notice{margin:0;padding:5px 7px;border:1px solid rgba(216,180,254,.32);border-radius:9px;background:#581c872e;color:#ddd6fe;font-size:11px;line-height:1.35}.maestro-state-notice strong{color:#faf5ff}.node-notice-empty{margin:0;padding:0;border:0;background:transparent;pointer-events:none}.terminal-notice-stack{display:contents}.chat-notice-stack{display:grid;gap:6px;min-height:0}.chat-notice-stack:not(:has(>:not(.node-notice-empty))){height:0;overflow:hidden;margin-bottom:-8px}.terminal-maestro-notice{position:absolute;z-index:5;top:40px;left:8px;right:8px;pointer-events:none}.terminal-maestro-notice-below-mode{top:76px}.terminal-node .node-title{padding-right:6px}.terminal-node .node-title-copy{flex-direction:column;align-items:flex-start;gap:0;line-height:1.05}.terminal-toolbar{display:flex;align-items:center;gap:4px;min-width:0}.terminal-toolbar button{padding:3px 7px;border-radius:6px;font-size:11px;line-height:1.2;background:#27272a;border-color:#52525b;color:#fafafa;white-space:nowrap}.terminal-toolbar button:hover{background:#3f3f46;border-color:#71717a}.terminal-feedback{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#facc15;font-size:11px;font-weight:500}.note-node{width:100%;height:100%;min-width:260px;min-height:170px;display:grid;grid-template-rows:34px auto minmax(0,1fr);--note-bg: #172117;--note-bg-strong: #23351f;--note-border: #a3e635;--note-ink: #ecfccb;--note-muted: #bef264;--note-shadow: rgba(132, 204, 22, .2);border-color:color-mix(in srgb,var(--note-border) 72%,#111827);background:var(--note-bg);color:var(--note-ink);box-shadow:0 18px 42px var(--note-shadow),inset 0 1px #ffffff14}.note-color-yellow{--note-bg: #172117;--note-bg-strong: #23351f;--note-border: #a3e635;--note-ink: #ecfccb;--note-muted: #bef264;--note-shadow: rgba(132, 204, 22, .2)}.note-color-green{--note-bg: #0d2422;--note-bg-strong: #123733;--note-border: #2dd4bf;--note-ink: #ccfbf1;--note-muted: #5eead4;--note-shadow: rgba(45, 212, 191, .2)}.note-color-blue{--note-bg: #0b1f2a;--note-bg-strong: #0c3040;--note-border: #22d3ee;--note-ink: #cffafe;--note-muted: #67e8f9;--note-shadow: rgba(34, 211, 238, .2)}.note-color-rose{--note-bg: #281221;--note-bg-strong: #3b1631;--note-border: #f472b6;--note-ink: #fce7f3;--note-muted: #f9a8d4;--note-shadow: rgba(244, 114, 182, .2)}.note-color-violet{--note-bg: #1c1730;--note-bg-strong: #2a1f49;--note-border: #a78bfa;--note-ink: #ede9fe;--note-muted: #c4b5fd;--note-shadow: rgba(167, 139, 250, .2)}.note-color-slate{--note-bg: #171a21;--note-bg-strong: #242833;--note-border: #94a3b8;--note-ink: #e2e8f0;--note-muted: #cbd5e1;--note-shadow: rgba(100, 116, 139, .24)}.binder-node{width:100%;height:100%;min-width:420px;min-height:260px;display:grid;grid-template-rows:36px minmax(0,1fr);overflow:visible;border-color:color-mix(in srgb,var(--note-border) 72%,#111827);background:var(--note-bg);color:var(--note-ink);box-shadow:0 18px 42px var(--note-shadow),inset 0 1px #ffffff14}.binder-node.binder-has-error{grid-template-rows:36px auto minmax(0,1fr)}.binder-title{padding:0 7px 0 10px;background:linear-gradient(180deg,color-mix(in srgb,var(--note-bg-strong) 88%,var(--note-border)),var(--note-bg-strong));border-bottom:1px solid color-mix(in srgb,var(--note-border) 46%,transparent);color:var(--note-ink)}.binder-title-actions{display:flex;align-items:center;gap:4px}.binder-name-input{min-width:0;width:min(260px,55%);height:26px;padding:2px 6px;border:1px solid var(--note-border);border-radius:6px;background:color-mix(in srgb,var(--note-bg) 82%,#05070c);color:var(--note-ink);font:inherit}.binder-error{padding:5px 8px;border-bottom:1px solid #ef4444;background:#450a0a;color:#fecaca;font-size:11px}.binder-content{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 112px}.binder-page-host{min-height:0;min-width:0;overflow:visible}.binder-embedded-note{width:100%;height:100%;min-width:0;min-height:0;display:grid;grid-template-rows:34px auto minmax(0,1fr);border:0;border-radius:0 0 0 11px;background:var(--note-bg);color:var(--note-ink);box-shadow:none}.binder-embedded-note .note-title{border-radius:0}.binder-embedded-note .note-body-shell{border-radius:0 0 0 11px}.binder-tabs{min-height:0;overflow-y:auto;padding:6px 5px;border-left:1px solid color-mix(in srgb,var(--note-border) 42%,transparent);background:color-mix(in srgb,var(--note-bg-strong) 72%,#080b12)}.binder-tab{display:grid;grid-template-columns:minmax(0,1fr) 22px;align-items:center;margin-bottom:4px;border:1px solid transparent;border-radius:7px}.binder-tab:hover{background:#ffffff0f}.binder-tab.active{border-color:var(--note-border);background:color-mix(in srgb,var(--note-bg) 76%,var(--note-border));box-shadow:inset 3px 0 var(--note-border),0 0 14px var(--note-shadow)}.binder-tab button{min-width:0;height:28px;overflow:hidden;padding:3px 5px 3px 8px;border:0;background:transparent;color:var(--note-ink);text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:750}.binder-tab button:last-child{padding:0;text-align:center;color:var(--note-muted)}.binder-tab button:hover:not(:disabled){border-color:transparent;background:transparent;color:var(--note-ink)}.binder-empty{height:100%;display:grid;place-content:center;gap:6px;padding:20px;text-align:center;color:var(--note-muted)}.binder-empty strong{color:var(--note-ink)}.note-title{min-width:0;gap:4px;padding:0 6px;overflow:visible;background:linear-gradient(180deg,color-mix(in srgb,var(--note-bg-strong) 88%,var(--note-border)),var(--note-bg-strong));border-bottom-color:color-mix(in srgb,var(--note-border) 46%,transparent);color:var(--note-ink)}.note-title .node-name{flex:1 1 auto;min-width:18px}.note-title-actions{gap:3px;max-width:calc(100% - 22px)}.note-save-button,.note-image-button,.note-mode-toggle button,.note-color-trigger{height:24px;padding:2px 7px;border-radius:7px;border-color:color-mix(in srgb,var(--note-border) 55%,#334155);background:color-mix(in srgb,var(--note-bg) 78%,#070a10);color:var(--note-ink);font-size:11px;line-height:1.2;font-weight:800;white-space:nowrap}.note-save-button,.note-image-button{position:relative;display:inline-grid;place-items:center;flex:0 0 auto;width:24px;min-width:24px;padding:3px}.note-save-button[aria-busy=true],.note-image-button[aria-busy=true]{cursor:progress}.note-save-icon,.note-image-icon{width:15px;height:15px;stroke-width:1.7;opacity:.95;filter:none}.note-save-dirty-badge{position:absolute;top:-2px;right:-2px;width:7px;height:7px;border:1.5px solid color-mix(in srgb,var(--note-bg-strong) 82%,#05070c);border-radius:999px;background:#fb7185;box-shadow:0 0 8px #fb718594}.note-image-loader{width:13px;height:13px;border:2px solid color-mix(in srgb,currentColor 25%,transparent);border-top-color:currentColor;border-radius:999px;animation:note-image-spin .7s linear infinite}@keyframes note-image-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.note-image-loader{animation-duration:1.4s}}.note-save-separator{flex:0 0 auto;width:1px;height:18px;margin:0 2px 0 3px;background:color-mix(in srgb,var(--note-border) 42%,transparent);border-radius:999px}.note-save-button:hover:not(:disabled),.note-image-button:hover:not(:disabled),.note-mode-toggle button:hover:not(:disabled),.note-color-trigger:hover:not(:disabled){background:color-mix(in srgb,var(--note-bg-strong) 80%,var(--note-border));border-color:var(--note-border)}.note-color-menu-wrap{position:relative;flex:0 0 auto;display:inline-flex}.note-color-trigger{width:24px;min-width:24px;padding:0;border-radius:999px;box-shadow:inset 0 1px #ffffff8c}.note-color-palette{position:absolute;z-index:26;top:calc(100% + 7px);right:0;display:grid;grid-template-columns:repeat(3,20px);align-items:center;gap:6px;padding:7px;border:1px solid color-mix(in srgb,var(--note-border) 46%,#334155);border-radius:12px;background:color-mix(in srgb,var(--note-bg) 78%,#070a10);box-shadow:0 14px 34px #0000007a,0 0 20px var(--note-shadow)}.note-color-swatch{width:20px;height:20px;min-width:20px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.24);box-shadow:inset 0 1px #ffffff59,0 0 9px currentColor}.note-color-swatch[aria-checked=true]{outline:2px solid var(--note-ink);outline-offset:1px}.note-color-swatch-yellow{background:#a3e635;color:#a3e635}.note-color-swatch-green{background:#2dd4bf;color:#2dd4bf}.note-color-swatch-blue{background:#22d3ee;color:#22d3ee}.note-color-swatch-rose{background:#f472b6;color:#f472b6}.note-color-swatch-violet{background:#a78bfa;color:#a78bfa}.note-color-swatch-slate{background:#94a3b8;color:#94a3b8}.note-mode-toggle{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid color-mix(in srgb,var(--note-border) 34%,transparent);border-radius:999px;background:#0000003d}.note-mode-toggle button{height:20px;padding:1px 6px;border-radius:999px;border-color:transparent;background:transparent;color:var(--note-muted)}.note-mode-toggle button[aria-pressed=true]{border-color:color-mix(in srgb,var(--note-border) 56%,#334155);background:color-mix(in srgb,var(--note-bg) 70%,var(--note-border));color:var(--note-ink)}.note-conflict-strip{min-width:0;min-height:28px;display:flex;align-items:center;justify-content:flex-end;gap:5px;padding:4px 6px;border-bottom:1px solid rgba(250,204,21,.35);background:#713f1247;color:#fde68a;font-size:11px;font-weight:750}.note-conflict-strip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-conflict-strip-empty{min-height:0;height:0;padding:0;border:0;overflow:hidden}.note-conflict-strip button{flex:0 0 auto;height:20px;padding:1px 6px;border-radius:999px;border-color:#facc15;background:#2a1c08;color:#fef3c7;font-size:10px;line-height:1.2;font-weight:800;white-space:nowrap}.note-body-shell{position:relative;min-height:0;min-width:0;overflow:hidden;border-radius:0 0 11px 11px;background:var(--note-bg)}.xterm-host,.snapshot{height:calc(100% - 34px);width:100%;overflow:hidden;border-radius:0 0 11px 11px}.snapshot{padding:6px}.snapshot pre{margin:0;white-space:pre-wrap;font:12px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;color:#d4d4d8}.xterm-host .xterm{width:100%;height:100%;-webkit-user-select:text;user-select:text}.xterm-host .xterm-viewport{overflow-y:scroll!important;-webkit-user-select:text;user-select:text}.xterm-host .xterm-screen,.xterm-host .xterm-rows{-webkit-user-select:text;user-select:text}.note-node textarea{position:relative;z-index:2;min-height:0;border:0;border-radius:0;resize:none;width:100%;height:100%;padding:10px 12px;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;background:transparent;color:var(--note-ink);caret-color:var(--note-ink);-webkit-user-select:text;user-select:text}.note-raw-editor-hidden{position:absolute!important;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.note-preview{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;overflow:auto;padding:10px 12px;background:transparent;color:var(--note-ink);-webkit-user-select:text;user-select:text}.note-node textarea,.note-preview,.note-preview pre,.note-preview table,.binder-tabs{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--note-border) 72%,var(--note-muted)) color-mix(in srgb,var(--note-bg-strong) 38%,transparent)}.note-node textarea::-webkit-scrollbar,.note-preview::-webkit-scrollbar,.note-preview pre::-webkit-scrollbar,.note-preview table::-webkit-scrollbar,.binder-tabs::-webkit-scrollbar{width:10px;height:10px}.note-node textarea::-webkit-scrollbar-track,.note-preview::-webkit-scrollbar-track,.note-preview pre::-webkit-scrollbar-track,.note-preview table::-webkit-scrollbar-track,.binder-tabs::-webkit-scrollbar-track{border-radius:999px;background:color-mix(in srgb,var(--note-bg-strong) 38%,transparent)}.note-node textarea::-webkit-scrollbar-thumb,.note-preview::-webkit-scrollbar-thumb,.note-preview pre::-webkit-scrollbar-thumb,.note-preview table::-webkit-scrollbar-thumb,.binder-tabs::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:color-mix(in srgb,var(--note-border) 72%,var(--note-muted)) padding-box}.note-node textarea::-webkit-scrollbar-thumb:hover,.note-preview::-webkit-scrollbar-thumb:hover,.note-preview pre::-webkit-scrollbar-thumb:hover,.note-preview table::-webkit-scrollbar-thumb:hover,.binder-tabs::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--note-border) 88%,var(--note-ink)) padding-box}.note-preview-hidden{opacity:0;pointer-events:none;visibility:hidden}.note-state{display:flex;align-items:center;gap:3px;min-width:0;max-width:38px;overflow:hidden;color:var(--note-muted)}.note-state small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--note-muted);font-size:10px;font-weight:800}.note-color-error{position:absolute;z-index:24;top:calc(100% + 7px);right:0;width:max-content;max-width:min(260px,80vw);padding:6px 8px;border:1px solid rgba(248,113,113,.5);border-radius:8px;background:#450a0a;color:#fecaca;box-shadow:0 10px 28px #000b;font-size:10px;line-height:1.3;font-weight:600;white-space:normal}.note-markdown,.safe-markdown{min-width:0;max-width:100%;overflow-wrap:anywhere;font-size:13px;line-height:1.5}.safe-markdown-image{display:block;max-width:100%;height:auto;margin:.55em 0 .7em;border-radius:8px}.note-image-error{padding:3px 9px;color:#fda4af;font-size:11px}.note-markdown>*:first-child,.safe-markdown>*:first-child{margin-top:0}.note-markdown>*:last-child,.safe-markdown>*:last-child{margin-bottom:0}.note-markdown p,.safe-markdown p{margin:0 0 .6em;white-space:pre-wrap;overflow-wrap:anywhere}.note-markdown h1,.note-markdown h2,.note-markdown h3,.safe-markdown h1,.safe-markdown h2,.safe-markdown h3{margin:.75em 0 .35em;line-height:1.15;letter-spacing:-.02em}.note-markdown h1,.safe-markdown h1{font-size:20px}.note-markdown h2,.safe-markdown h2{font-size:17px}.note-markdown h3,.safe-markdown h3{font-size:15px}.note-markdown ul,.note-markdown ol,.safe-markdown ul,.safe-markdown ol{margin:.35em 0 .65em;padding-left:1.45em}.note-markdown li,.safe-markdown li{margin:.18em 0}.note-markdown a,.safe-markdown a{color:var(--note-muted, #93c5fd);text-decoration:underline;text-underline-offset:2px}.note-markdown code,.safe-markdown code{border:1px solid rgba(148,163,184,.22);border-radius:5px;padding:.08em .32em;background:#ffffff12;color:var(--note-muted, #c4b5fd);font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace}.note-markdown pre,.safe-markdown pre{max-width:100%;margin:.55em 0 .7em;padding:8px;overflow-x:auto;border:1px solid rgba(148,163,184,.22);border-radius:9px;background:#0003;font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace}.note-markdown pre code,.safe-markdown pre code{display:block;min-width:max-content;padding:0;border:0;border-radius:0;background:transparent;color:inherit;white-space:pre}.note-markdown blockquote,.safe-markdown blockquote{margin:.55em 0 .7em;padding:6px 9px;border-left:3px solid var(--note-border, rgba(96, 165, 250, .7));border-radius:0 8px 8px 0;background:#ffffff0f}.note-markdown table,.safe-markdown table{display:block;max-width:100%;margin:.55em 0 .7em;overflow-x:auto;border-collapse:collapse;border-spacing:0;font-size:12px}.note-markdown th,.note-markdown td,.safe-markdown th,.safe-markdown td{padding:5px 7px;border:1px solid rgba(148,163,184,.22);overflow-wrap:anywhere}.note-markdown th,.safe-markdown th{background:#ffffff14;font-weight:800}.note-markdown input[type=checkbox],.safe-markdown input[type=checkbox]{width:13px;height:13px;margin:0 .35em 0 -1.25em;padding:0;vertical-align:-2px;accent-color:var(--note-border, #60a5fa);pointer-events:none}.safe-markdown-link-placeholder{text-decoration:line-through;text-decoration-thickness:1px;opacity:.78}.safe-markdown-image-placeholder{display:inline-block;border:1px dashed currentColor;border-radius:7px;padding:1px 6px;opacity:.82;font-style:italic}.react-flow__resize-control.line.node-resizer-line{z-index:8;border-color:#60a5fac7!important;filter:drop-shadow(0 0 8px rgba(96,165,250,.38))}.react-flow__resize-control.handle.node-resizer-handle{z-index:9;width:10px!important;height:10px!important;border:1px solid rgba(191,219,254,.92)!important;border-radius:4px!important;background:linear-gradient(135deg,#bfdbfe,#60a5fa 62%,#2563eb)!important;box-shadow:0 0 0 1px #0f172af2,0 0 14px #60a5fa9e!important}.react-flow__resize-control.handle.node-resizer-handle:hover{border-color:#fff!important;background:linear-gradient(135deg,#eff6ff,#93c5fd 60%,#3b82f6)!important}.react-flow__node.selected .node{border-color:#60a5fac2;box-shadow:0 14px 40px #00000085,0 0 0 1px #60a5fa38,0 0 28px #60a5fa29}.react-flow__handle{z-index:12;width:10px;height:10px;background:#60a5fa}.app.node-focus-mode .react-flow{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:200!important;width:100vw!important;height:100vh!important;background:#09090b!important}.app.node-focus-mode .modal-backdrop{z-index:220}.app.node-focus-mode .react-flow__node.node-focus-target{visibility:visible!important;pointer-events:auto!important;z-index:2147483647!important}.app.node-focus-mode .react-flow__node.node-focus-target,.app.node-focus-mode .react-flow__node.node-focus-target .node{border-radius:0;box-shadow:none}.app.node-focus-mode .react-flow__node.node-focus-target .node{width:100%;height:100%;min-width:0!important;min-height:0!important;overflow:hidden}.app.node-focus-mode .react-flow__node.node-focus-target .node-title,.app.node-focus-mode .react-flow__node.node-focus-target .chat-shell,.app.node-focus-mode .react-flow__node.node-focus-target .browser-content,.app.node-focus-mode .react-flow__node.node-focus-target .xterm-host,.app.node-focus-mode .react-flow__node.node-focus-target .snapshot,.app.node-focus-mode .react-flow__node.node-focus-target .note-body-shell,.app.node-focus-mode .react-flow__node.node-focus-target .note-node>button{border-radius:0}.app.node-focus-mode .react-flow__node:not(.node-focus-target),.app.node-focus-mode .react-flow__edges,.app.node-focus-mode .react-flow__connection,.app.node-focus-mode .react-flow__background,.app.node-focus-mode .react-flow__controls,.app.node-focus-mode .react-flow__handle,.app.node-focus-mode .react-flow__resize-control,.app.node-focus-mode .react-flow__selection,.app.node-focus-mode .react-flow__nodesselection,.app.node-focus-mode .canvas-toolbar,.app.node-focus-mode .editor-toggle,.app.node-focus-mode .sidebar-toggle,.app.node-focus-mode .workspace-sidebar,.app.node-focus-mode .empty-canvas{visibility:hidden!important;pointer-events:none!important}.app.node-focus-mode .react-flow__pane{cursor:default}.app.focus-mode .react-flow{background:#07080b}.app.focus-mode .react-flow__background,.app.focus-mode .react-flow__controls,.app.focus-mode .react-flow__handle,.app.focus-mode .react-flow__resize-control,.app.focus-mode .react-flow__selection,.app.focus-mode .react-flow__nodesselection,.app.focus-mode .react-flow__connection,.app.focus-mode .empty-canvas{visibility:hidden!important;pointer-events:none!important}.app.focus-mode .react-flow__node:not(.focus-pane-node){visibility:hidden!important;pointer-events:none!important}.app.focus-mode .react-flow__node.focus-pane-node{visibility:visible!important;pointer-events:auto!important}.app.focus-mode .react-flow__node.focus-pane-node .node{border-radius:0 0 12px 12px;border-top-color:transparent;box-shadow:none;min-width:0!important;min-height:0!important;overflow:hidden}.app.focus-mode .react-flow__node.focus-pane-node .node-title,.app.focus-mode .react-flow__node.focus-pane-node .chat-shell,.app.focus-mode .react-flow__node.focus-pane-node .browser-content,.app.focus-mode .react-flow__node.focus-pane-node .xterm-host,.app.focus-mode .react-flow__node.focus-pane-node .snapshot,.app.focus-mode .react-flow__node.focus-pane-node .note-body-shell,.app.focus-mode .react-flow__node.focus-pane-node .note-node>button{border-top-left-radius:0;border-top-right-radius:0}.app.focus-mode .react-flow__edges{visibility:hidden!important;pointer-events:none!important}.app.focus-mode .react-flow__pane{cursor:default}.focus-shell{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none;overflow:hidden}.focus-pane{position:absolute;display:flex;flex-direction:column;border-radius:12px;box-sizing:border-box;pointer-events:none}.focus-pane:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;border:1px solid rgba(63,63,70,.9);pointer-events:none;transition:border-color .16s ease,box-shadow .16s ease}.focus-pane-active:after{border-color:#60a5fa8c;box-shadow:0 0 0 1px #60a5fa29,0 18px 48px #00000059}.focus-tabs{position:relative;z-index:1;display:flex;align-items:stretch;gap:6px;height:36px;padding:0 6px 0 4px;box-sizing:border-box;border-radius:12px 12px 0 0;border:1px solid #3f3f46;border-bottom-color:#27272a;background:linear-gradient(180deg,#1b1b1f,#151518);pointer-events:auto}.focus-pane-active .focus-tabs{border-color:#60a5fa8c;border-bottom-color:#27272a}.focus-tabs.focus-drop-center{background:#2563eb38}.focus-tab-list{display:flex;align-items:flex-end;gap:3px;flex:1 1 auto;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding-top:4px}.focus-tab-list::-webkit-scrollbar{display:none}.focus-tab{position:relative;display:inline-flex;align-items:center;gap:6px;flex:0 1 auto;min-width:0;max-width:240px;height:30px;padding:0 6px 0 8px;border:1px solid transparent;border-bottom:none;border-radius:9px 9px 0 0;background:transparent;color:#a1a1aa;font-size:12px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background .14s ease,color .14s ease,box-shadow .14s ease}.focus-tab:hover{background:#3f3f4673;color:#e4e4e7}.focus-tab:focus-visible{outline:2px solid #60a5fa;outline-offset:-2px}.focus-tab-active{background:#09090b;color:#f4f4f5;border-color:#3f3f46;box-shadow:0 1px #09090b}.focus-pane-active .focus-tab-active{border-color:#60a5fa80}.focus-tab-linked{box-shadow:inset 0 0 0 1px #facc15b3,0 0 14px #facc1547;color:#fef3c7}.focus-tab-origin{box-shadow:inset 0 0 0 1px #60a5facc,0 0 14px #60a5fa4d}.focus-tab-dragging{opacity:.45}.focus-tab-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.focus-kind{display:inline-grid;place-items:center;flex:0 0 auto;width:16px;height:16px;color:#94a3b8}.focus-kind svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.focus-kind-agent{color:#7dd3fc}.focus-kind-note{color:#67e8f9}.focus-kind-portal{color:#c4b5fd}.focus-kind-binder{color:#86efac}.focus-status{display:inline-block;flex:0 0 auto;width:7px;height:7px;border-radius:999px;background:#52525b}.focus-status-idle{background:#22c55e}.focus-status-busy{color:#38bdf8;background:#38bdf8;animation:focus-status-pulse 1.4s ease-out infinite}.focus-status-attention{color:#f97316;background:#f97316;animation:focus-status-pulse 1.1s ease-out infinite}.focus-status-stopped{background:#71717a}@keyframes focus-status-pulse{0%{box-shadow:0 0 0 0 currentColor}to{box-shadow:0 0 0 6px transparent}}.focus-tab-links,.focus-tab-close{display:inline-grid;place-items:center;flex:0 0 auto;height:18px;min-width:18px;padding:0 4px;border:1px solid transparent;border-radius:6px;background:transparent;color:#a1a1aa;font-size:11px;font-weight:700;line-height:1;cursor:pointer}.focus-tab-links{border-color:#facc1559;background:#facc151a;color:#fde68a}.focus-tab-links:hover,.focus-tab-links[aria-expanded=true]{background:#facc1542;color:#fffbeb}.focus-tab-close{opacity:0}.focus-tab:hover .focus-tab-close,.focus-tab-active .focus-tab-close,.focus-tab:focus-within .focus-tab-close{opacity:1}.focus-tab-close:hover{background:#f8717138;color:#fecaca}.focus-pane-actions{display:inline-flex;align-items:center;gap:2px;flex:0 0 auto;padding-left:4px;border-left:1px solid rgba(63,63,70,.7)}.focus-pane-actions button{display:inline-grid;place-items:center;width:26px;height:26px;padding:0;border-radius:7px;border-color:transparent;background:transparent;color:#a1a1aa;font-size:15px;font-weight:700;line-height:1;cursor:pointer}.focus-pane-actions button:hover{background:#3f3f4699;color:#f4f4f5}.focus-pane-actions button[aria-pressed=true],.focus-pane-actions button[aria-expanded=true]{background:#1e40af80;color:#eff6ff}.focus-pane-actions svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.focus-pane-empty{position:relative;z-index:1;flex:1 1 auto;display:flex;flex-direction:column;gap:10px;min-height:0;padding:16px;border:1px solid #3f3f46;border-top:none;border-radius:0 0 12px 12px;background:#0b0b0e;color:#a1a1aa;pointer-events:auto;overflow:auto}.focus-pane-empty>p{margin:0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#71717a}.focus-picker{display:flex;flex-direction:column;gap:8px;min-height:0}.focus-picker input{width:100%;box-sizing:border-box;padding:7px 9px;border:1px solid #3f3f46;border-radius:8px;background:#111114;color:#f4f4f5;font-size:13px}.focus-picker ul{list-style:none;margin:0;padding:0;display:grid;gap:3px;max-height:280px;overflow:auto}.focus-picker li button{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:#e4e4e7;font-size:13px;text-align:left;cursor:pointer}.focus-picker li button:hover{background:#3f3f4680;border-color:#3f3f46}.focus-picker-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.focus-picker li small,.focus-link-list li small{color:#71717a;font-size:11px;white-space:nowrap}.focus-picker-empty{padding:8px;color:#71717a;font-size:12px}.focus-tab-workspace{flex:0 1 auto;min-width:0;max-width:110px;overflow:hidden;text-overflow:ellipsis;padding:1px 6px;border:1px solid rgba(96,165,250,.28);border-radius:999px;background:#2563eb24;color:#93c5fd;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1.4;white-space:nowrap}.focus-tab-goto{display:inline-grid;place-items:center;flex:0 0 auto;width:20px;height:18px;padding:0;border:1px solid rgba(96,165,250,.35);border-radius:6px;background:#2563eb1f;color:#bfdbfe;cursor:pointer}.focus-tab-goto:hover{background:#2563eb5c;color:#eff6ff}.focus-tab-goto svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.focus-picker-group{display:grid;gap:4px}.focus-picker-group+.focus-picker-group{margin-top:6px}.focus-picker-group-name{padding:2px 8px 0;color:#71717a;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.focus-picker-group ul{display:grid;gap:3px;max-height:none;overflow:visible}.multi-workspace-entry{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;text-align:left;border-radius:14px;border-color:#3f3f46c7;background:#18181bb8;color:inherit}.multi-workspace-entry .toolbar-icon{color:#a78bfa;filter:drop-shadow(0 0 10px rgba(167,139,250,.45))}.workspace-row.multi-workspace-row.active{background:linear-gradient(135deg,#a78bfa2e,#60a5fa1f);box-shadow:inset 0 0 0 1px #a78bfa61,0 14px 40px #0f172a4d}.multi-workspace-entry.active{border-color:transparent;background:transparent}.multi-workspace-entry em{align-self:start;border:1px solid rgba(196,181,253,.4);border-radius:999px;padding:2px 7px;color:#ede9fe;background:#6d28d94d;font-style:normal;font-size:11px}.canvas-toolbar button.toolbar-pill{width:auto;gap:7px;padding:0 12px 0 10px;color:#ede9fe;background:#6d28d947;border-color:#a78bfa73;font-size:12px}.canvas-toolbar button.toolbar-pill:hover{background:#6d28d96b}.canvas-toolbar button.multi-workspace-toggle.active{color:#f5f3ff;background:#8b5cf63d;border-color:#a78bfa80}.multi-workspace-status{position:fixed;z-index:16;left:50%;top:68px;transform:translate(-50%);margin:0;padding:6px 12px;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:#111827d1;color:#cbd5e1;font-size:12px;font-weight:600;pointer-events:none}.canvas-geometry-error.multi-workspace-status{left:auto;right:18px;top:auto;bottom:66px;transform:none;border-radius:10px;pointer-events:auto}.focus-drop-zone{position:absolute;left:0;right:0;z-index:2;pointer-events:auto;border-radius:0 0 12px 12px;background:#2563eb14;outline:2px dashed rgba(96,165,250,.35);outline-offset:-4px}.focus-drop-zone:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#2563eb52;opacity:0;transition:opacity .12s ease,inset .12s ease;pointer-events:none}.focus-drop-zone.focus-drop-left:before{top:0;right:50%;bottom:0;left:0;opacity:1}.focus-drop-zone.focus-drop-right:before{top:0;right:0;bottom:0;left:50%;opacity:1}.focus-drop-zone.focus-drop-top:before{top:0;right:0;bottom:50%;left:0;opacity:1}.focus-drop-zone.focus-drop-bottom:before{top:50%;right:0;bottom:0;left:0;opacity:1}.focus-gutter{position:absolute;z-index:3;pointer-events:auto;touch-action:none}.focus-gutter-row{cursor:col-resize}.focus-gutter-column{cursor:row-resize}.focus-gutter:after{content:"";position:absolute;border-radius:999px;background:#3f3f4600;transition:background .14s ease}.focus-gutter-row:after{top:40%;bottom:40%;left:3px;right:3px}.focus-gutter-column:after{left:40%;right:40%;top:3px;bottom:3px}.focus-gutter:hover:after,.focus-gutter:active:after{background:#60a5fab3}.focus-popover{position:absolute;top:40px;right:8px;z-index:30;width:min(340px,calc(100% - 16px));box-sizing:border-box;padding:10px;border:1px solid #3f3f46;border-radius:12px;background:#111114fa;color:#e4e4e7;box-shadow:0 24px 64px #0009;pointer-events:auto}.focus-popover-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:12px;font-weight:700;color:#a1a1aa}.focus-popover-title button{width:22px;height:22px;padding:0;border-radius:6px;border-color:transparent;background:transparent;color:#a1a1aa;font-size:15px;line-height:1;cursor:pointer}.focus-popover-title button:hover{background:#3f3f4699;color:#f4f4f5}.focus-links-popover{left:8px;right:auto;width:min(380px,calc(100% - 16px))}.focus-link-list{list-style:none;margin:0;padding:0;display:grid;gap:4px;max-height:300px;overflow:auto}.focus-link-list li{display:flex;align-items:center;gap:7px;padding:5px 6px;border-radius:8px;font-size:13px}.focus-link-list li:hover{background:#3f3f4666}.focus-link-direction{width:16px;text-align:center;font-weight:700}.focus-link-out{color:#60a5fa}.focus-link-in{color:#facc15}.focus-link-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.focus-link-list li button{padding:3px 8px;border-radius:6px;border:1px solid #3f3f46;background:#18181b;color:#e4e4e7;font-size:11px;font-weight:700;cursor:pointer}.focus-link-list li button:hover{border-color:#60a5fa99;color:#eff6ff}.focus-links{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:20;overflow:visible;pointer-events:none}.focus-link-path{fill:none;stroke-width:2;stroke-linecap:round;stroke-dasharray:5 5;animation:focus-link-flow 1.4s linear infinite}@keyframes focus-link-flow{to{stroke-dashoffset:-20}}.focus-link-path-out{stroke:#60a5fad9;filter:drop-shadow(0 0 5px rgba(96,165,250,.5))}.focus-link-path-in{stroke:#facc15d9;filter:drop-shadow(0 0 5px rgba(250,204,21,.5))}.canvas-toolbar button.focus-mode-toggle.active{color:#fef3c7;background:#facc1529;border-color:#facc156b}.canvas-toolbar button.auto-arrange-undo{color:#fde68a}.canvas-toolbar button.auto-arrange-undo:hover,.canvas-toolbar button.auto-arrange-undo:active{color:#fef3c7;background:#facc1529;border-color:#facc156b}.toolbar-menu-host{position:relative;display:inline-flex}.toolbar-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);z-index:30;display:grid;gap:4px;min-width:260px;padding:6px;border:1px solid rgba(148,163,184,.3);border-radius:14px;background:#0f172af7;box-shadow:0 24px 64px #0009}.toolbar-menu:before{content:"";position:absolute;left:50%;top:-7px;transform:translate(-50%);border:7px solid transparent;border-top:none;border-bottom-color:#94a3b84d}.canvas-toolbar .toolbar-menu button{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;height:auto;padding:8px 12px 8px 8px;border-radius:10px;text-align:left;white-space:normal}.canvas-toolbar .toolbar-menu button:hover{background:#60a5fa24;color:#eff6ff}.canvas-toolbar .toolbar-menu button>svg{flex:none;box-sizing:border-box;width:34px;height:34px;padding:8px;border:1px solid rgba(96,165,250,.28);border-radius:10px;background:#60a5fa1a;color:#93c5fd}.canvas-toolbar .toolbar-menu button:hover>svg{border-color:#60a5fa80;background:#60a5fa33;color:#dbeafe}.canvas-toolbar .toolbar-menu button span{display:grid;gap:2px;min-width:0}.canvas-toolbar .toolbar-menu button strong{font-size:13px;font-weight:700}.canvas-toolbar .toolbar-menu button small{color:#a1a1aa;font-size:11px;font-weight:500;line-height:1.3}.agent-create-hint{margin:0;padding:8px 10px;border:1px solid rgba(96,165,250,.28);border-radius:10px;background:#1e40af2e;color:#dbeafe}.chat-pill-runtime{max-width:46%}.chat-runtime-notice{margin:0 12px 6px;padding:6px 10px;border:1px solid rgba(250,204,21,.35);border-radius:8px;background:#facc151a;color:#fde68a;font-size:12px}.app.editor-mode .bizel{z-index:999}.workspace-editor-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;grid-template-rows:42px minmax(0,1fr);min-width:0;min-height:0;overflow:hidden;isolation:isolate;--vscode-bg: #1f1f1f;--vscode-titlebar: #181818;--vscode-activity: #181818;--vscode-side: #181818;--vscode-side-alt: #1f1f1f;--vscode-editor: #1f1f1f;--vscode-tab: #2d2d2d;--vscode-tab-active: #1f1f1f;--vscode-border: #2b2b2b;--vscode-strong-border: #454545;--vscode-fg: #cccccc;--vscode-muted: #8c8c8c;--vscode-accent: #0078d4;--vscode-accent-fg: #ffffff;--vscode-selection: #264f78;--vscode-focus: #007fd4;--vscode-error: #f48771;background:var(--vscode-bg);color:var(--vscode-fg)}.workspace-editor-root,.workspace-editor-root *{min-width:0}.workspace-editor-titlebar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border-bottom:1px solid var(--vscode-border);background:var(--vscode-titlebar);box-shadow:0 1px #ffffff09 inset}.workspace-editor-title{display:flex;align-items:center;gap:10px;overflow:hidden;white-space:nowrap}.workspace-editor-product{color:#93c5fd;font-weight:800;letter-spacing:-.02em}.workspace-editor-title strong{overflow:hidden;text-overflow:ellipsis}.workspace-editor-title small,.workspace-editor-pane-head small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#94a3b8;font:12px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.workspace-editor-title-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.workspace-editor-title-actions button{padding:6px 10px;border-radius:7px}.workspace-editor-back{border-color:#60a5fa8c;background:#1e3a5f}.workspace-editor-saving{color:#fbbf24;font-size:12px}.workspace-editor-shell{display:grid;grid-template-columns:48px minmax(190px,280px) minmax(280px,1fr);min-height:0;min-width:0;overflow:hidden}.workspace-editor-shell.has-diff{grid-template-columns:48px minmax(190px,280px) minmax(280px,1fr) minmax(260px,34vw)}.workspace-editor-shell.has-agents{grid-template-columns:48px minmax(190px,280px) minmax(280px,1fr) minmax(340px,30vw)}.workspace-editor-shell.has-diff.has-agents{grid-template-columns:48px minmax(190px,260px) minmax(260px,1fr) minmax(240px,24vw) minmax(340px,28vw)}.workspace-editor-shell.workspace-editor-shell-loading{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.workspace-editor-agent-drawer{min-height:0;min-width:0;overflow:hidden;border-left:1px solid var(--vscode-border);background:var(--vscode-side);display:grid}.workspace-editor-agent-panel{min-height:0;min-width:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.workspace-editor-agent-select{flex:1 1 auto;min-width:0;height:26px;padding:0 6px;border-radius:6px;border-color:#3f3f46;background:#18181b;color:#f4f4f5;font-size:12px;text-overflow:ellipsis}.workspace-editor-agent-surface{min-height:0;min-width:0;overflow:hidden;padding:8px}.workspace-editor-agent-surface>.node{position:relative;width:100%;height:100%;min-width:0!important;min-height:0!important;max-width:none;max-height:none;transform:none;border-radius:14px}.workspace-editor-agent-surface .chat-node,.workspace-editor-agent-surface .terminal-node{display:grid;grid-template-rows:auto minmax(0,1fr)}.workspace-editor-agent-surface .chat-shell,.workspace-editor-agent-surface .terminal-body{min-height:0}.workspace-editor-agent-surface .node-title{min-width:0}.workspace-editor-agent-surface .node-title-actions{max-width:70%}.workspace-editor-shell-loading .workspace-editor-loading-main{grid-column:1;grid-row:1;grid-template-rows:minmax(0,1fr);min-height:0}.workspace-editor-activity{display:grid;align-content:start;gap:8px;padding:8px 6px;border-right:1px solid var(--vscode-border);background:var(--vscode-activity)}.workspace-editor-activity button{position:relative;width:36px;height:36px;padding:6px;border:0;border-radius:0;background:transparent;color:#858585}.workspace-editor-activity button:before{content:"";position:absolute;left:-6px;top:4px;bottom:4px;width:2px;background:transparent}.workspace-editor-activity button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.45}.workspace-editor-activity button:hover{color:#d7d7d7;background:transparent}.workspace-editor-activity button.active{color:#fff;background:transparent}.workspace-editor-activity button.active:before{background:var(--vscode-accent)}.workspace-editor-sidebar{min-height:0;overflow:hidden;border-right:1px solid var(--vscode-border);background:var(--vscode-side);display:grid;grid-template-rows:auto minmax(0,1fr)}.workspace-editor-mobile-panels{display:none}.workspace-editor-diff-drawer{min-height:0;min-width:0;overflow:hidden;border-left:1px solid var(--vscode-border);background:var(--vscode-side);display:grid}.workspace-editor-pane-head{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid #1f2937}.workspace-editor-pane-head h2{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#cbd5e1}.workspace-editor-pane-head button{padding:4px 7px;border-radius:6px;font-size:11px}.workspace-editor-status-list{min-height:0;overflow:auto;padding:6px 0}.workspace-editor-explorer{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);font:13px/22px Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.workspace-editor-tree-filter-label{display:grid;gap:4px;padding:8px 10px;border-bottom:1px solid #1f2937;color:#94a3b8;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.workspace-editor-tree-filter-label input{width:100%;border-radius:3px;padding:4px 6px;background:#252526;color:var(--vscode-fg);font:12px/1.3 Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;text-transform:none;letter-spacing:0}.workspace-editor-tree-host{min-height:0;overflow:hidden;padding:4px 0}.workspace-editor-tree-host [role=treeitem]:focus-visible .workspace-editor-tree-item{outline:1px solid var(--vscode-focus, #007fd4);outline-offset:-1px}.workspace-editor-tree-item{width:100%;height:22px;display:flex;align-items:center;gap:2px;border:0;border-radius:0;background:transparent;padding-right:8px;text-align:left;color:#ccc;font:13px/22px Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:default;-webkit-user-select:none;user-select:none}.workspace-editor-tree-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-editor-tree-item:hover{background:#2a2d2e;color:#fff}.workspace-editor-tree-item.selected{background:#37373d}.workspace-editor-tree-item.active{background:#04395e;color:#fff}.workspace-editor-tree-item.selected.active{background:#04395e}.workspace-editor-tree-item.state{color:#94a3b8;font-style:italic}.workspace-editor-tree-item.state.loading{color:#a5b4fc}.workspace-editor-tree-item.state.error{color:#f48771}.workspace-editor-tree-item.state.empty{color:#8c8c8c}.workspace-editor-tree-chevron,.workspace-editor-item-icon{width:16px;height:22px;flex:0 0 16px;display:inline-flex;align-items:center;justify-content:center;line-height:22px;text-align:center}.workspace-editor-tree-chevron{color:#c5c5c5;font-size:13px}.workspace-editor-tree-chevron-spacer{color:transparent}.workspace-editor-item-icon{font-size:16px}.workspace-editor-directory-icon{color:#dcb67a}.workspace-editor-file-icon{color:#c5c5c5}.workspace-editor-file-icon-code{color:#75beff}.workspace-editor-file-icon-text{color:#c8c8c8}.workspace-editor-file-icon-config{color:#c586c0}.workspace-editor-file-icon-media{color:#b5cea8}.workspace-editor-file-icon-archive{color:#d7ba7d}.workspace-editor-file-icon-database{color:#4ec9b0}.workspace-editor-file-icon-generic{color:#c5c5c5}.workspace-editor-state-icon{color:currentColor}.workspace-editor-muted{padding:8px 10px;color:#94a3b8;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.workspace-editor-error-block{color:#fecaca;background:#7f1d1d38;border:1px solid rgba(248,113,113,.28);border-radius:8px;margin:8px;padding:8px;overflow-wrap:anywhere}.workspace-editor-main{display:grid;grid-template-rows:38px minmax(0,1fr) auto auto;min-height:0;min-width:0;overflow:hidden;background:var(--vscode-editor)}.workspace-editor-tabs{display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid var(--vscode-border);background:var(--vscode-side-alt)}.workspace-editor-tab{flex:0 1 210px;max-width:260px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border-right:1px solid var(--vscode-border);background:var(--vscode-tab)}.workspace-editor-tab.active{background:var(--vscode-tab-active);box-shadow:inset 0 2px var(--vscode-accent)}.workspace-editor-tab.loading{background:linear-gradient(90deg,var(--vscode-tab),rgba(30,58,95,.36),var(--vscode-tab));background-size:220% 100%;animation:workspace-editor-tab-loading 1.3s ease-in-out infinite}@keyframes workspace-editor-tab-loading{0%{background-position:100% 0}to{background-position:-100% 0}}.workspace-editor-tab>button{border:0;border-radius:0;background:transparent;padding:0 8px;min-width:0;display:flex;align-items:center;gap:6px;text-align:left;color:#d4d4d8}.workspace-editor-tab span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-editor-tab em{color:#fbbf24;font-style:normal}.workspace-editor-tab small{color:#93c5fd;font-size:10px}.workspace-editor-tab.loading small{animation:workspace-editor-loader-pulse 1.1s ease-in-out infinite alternate}@keyframes workspace-editor-loader-pulse{0%{opacity:.58}to{opacity:1}}.workspace-editor-tab-close{width:28px;border:0;border-radius:0;background:transparent;padding:0;color:#94a3b8}.workspace-editor-tab-placeholder{padding:10px;color:#64748b;font-size:12px}.workspace-editor-editorbox{min-height:0;min-width:0;overflow:hidden;position:relative}.workspace-editor-sql-toolbar{position:absolute;z-index:5;top:7px;right:18px;display:flex;align-items:center;gap:7px;padding:4px 5px 4px 8px;border:1px solid var(--vscode-border);border-radius:4px;background:#252526f0;box-shadow:0 3px 12px #00000040}.workspace-editor-sql-toolbar span{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-muted);font-size:11px}.workspace-editor-sql-toolbar button{padding:4px 8px;border-radius:3px;color:#fff;background:var(--vscode-accent);font-size:11px}.workspace-editor-sql-output{position:absolute;z-index:4;right:0;bottom:0;left:0;max-height:42%;overflow:auto;border-top:1px solid var(--vscode-border);box-shadow:0 -5px 18px #0000004d;background:#181818}.workspace-editor-welcome{height:100%;display:grid;place-content:center;gap:10px;padding:24px;text-align:center;color:#94a3b8}.workspace-editor-welcome h1,.workspace-editor-welcome h2{margin:0;color:#e5e7eb;letter-spacing:-.04em}.workspace-editor-loader{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#bfdbfe;font-weight:700}.workspace-editor-loader.compact{gap:8px;font-size:12px;font-weight:650}.workspace-editor-loader-mark{width:18px;height:18px;border:2px solid rgba(147,197,253,.28);border-top-color:#93c5fd;border-radius:999px;animation:workspace-editor-loader-orbit .8s linear infinite;box-shadow:0 0 16px #60a5fa38}.workspace-editor-loader.compact .workspace-editor-loader-mark{width:14px;height:14px}@keyframes workspace-editor-loader-orbit{to{transform:rotate(360deg)}}.workspace-editor-conflict{border-top:1px solid rgba(248,113,113,.35);background:#7f1d1d47;color:#fecaca;padding:8px 10px;font-size:12px;overflow-wrap:anywhere}.workspace-editor-scm-pane-head{padding-right:6px}.workspace-editor-scm-toolbar{display:flex;align-items:center;gap:5px}.workspace-editor-scm-toolbar span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-muted);font-size:11px}.workspace-editor-icon-button{width:24px;height:24px;padding:0!important;border:0;border-radius:4px!important;background:transparent;color:var(--vscode-fg);font-size:17px!important}.workspace-editor-icon-button:hover:not(:disabled){background:#2a2d2e}.workspace-editor-scm-body{min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden}.workspace-editor-scm-input-wrap{display:grid;gap:6px;padding:8px 8px 7px;border-bottom:1px solid var(--vscode-border)}.workspace-editor-scm-input-wrap textarea{width:100%;min-height:58px;resize:vertical;padding:6px 8px;border:1px solid #3c3c3c;border-radius:2px;background:#3c3c3c;color:var(--vscode-fg);font:12px/1.4 Segoe UI,system-ui,sans-serif}.workspace-editor-scm-input-wrap textarea:focus{border-color:var(--vscode-focus);outline:1px solid var(--vscode-focus);outline-offset:-1px}.workspace-editor-scm-commit{width:100%;min-height:26px;padding:4px 8px;border:0;border-radius:2px;background:var(--vscode-accent);color:var(--vscode-accent-fg);font-size:12px}.workspace-editor-scm-commit:hover:not(:disabled){background:#1683d8}.workspace-editor-status-meta{display:flex;align-items:center;gap:7px;min-height:26px;padding:4px 9px;color:#ccc;border-bottom:1px solid var(--vscode-border);font-size:11px;overflow:hidden}.workspace-editor-status-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-editor-status-meta small{color:var(--vscode-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-editor-status-list{min-height:0;overflow:auto;padding:0}.workspace-editor-scm-section{border-bottom:1px solid var(--vscode-border)}.workspace-editor-scm-section-head{height:24px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;background:#252526}.workspace-editor-scm-collapse{height:24px;min-width:0;display:flex;align-items:center;gap:4px;padding:0 6px;border:0;border-radius:0;background:transparent;color:#ccc;text-align:left}.workspace-editor-scm-collapse:hover{background:#2a2d2e}.workspace-editor-scm-collapse>span{width:12px;color:#ccc;font-size:15px;line-height:1}.workspace-editor-scm-collapse strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.workspace-editor-scm-collapse small{margin-left:auto;min-width:18px;color:var(--vscode-muted);font-size:11px;text-align:center}.workspace-editor-scm-section-actions,.workspace-editor-scm-row-actions{display:flex;align-items:center;opacity:0}.workspace-editor-scm-section-head:hover .workspace-editor-scm-section-actions,.workspace-editor-scm-row:hover .workspace-editor-scm-row-actions,.workspace-editor-scm-row:focus-within .workspace-editor-scm-row-actions{opacity:1}.workspace-editor-scm-section-actions button,.workspace-editor-scm-row-actions button{width:22px;height:22px;padding:0;border:0;border-radius:3px;background:transparent;color:#ccc;font-size:15px;line-height:1}.workspace-editor-scm-section-actions button:hover:not(:disabled),.workspace-editor-scm-row-actions button:hover:not(:disabled){background:#3c3c3c;color:#fff}.workspace-editor-scm-files{padding:1px 0 3px}.workspace-editor-scm-row{min-height:22px;display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;padding:0 5px 0 8px;color:#ccc}.workspace-editor-scm-row:hover{background:#2a2d2e}.workspace-editor-scm-row.active{background:#37373d;color:#fff}.workspace-editor-scm-file{min-width:0;height:22px;display:flex;align-items:center;gap:5px;padding:0;border:0;border-radius:0;background:transparent;color:inherit;text-align:left}.workspace-editor-scm-file-icon{flex:0 0 14px;color:#c5c5c5;font-size:15px}.workspace-editor-scm-file-copy{min-width:0;display:flex;align-items:baseline;gap:5px;overflow:hidden}.workspace-editor-scm-file-copy strong{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:13px/22px Segoe UI,system-ui,sans-serif}.workspace-editor-scm-file-copy small{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8c8c8c;font:11px/22px Segoe UI,system-ui,sans-serif}.workspace-editor-scm-code{width:18px;color:#cca700;font:600 12px/22px ui-monospace,SFMono-Regular,Menlo,monospace;text-align:right}.workspace-editor-scm-code.status-added,.workspace-editor-scm-code.status-untracked{color:#73c991}.workspace-editor-scm-code.status-deleted{color:#f14c4c}.workspace-editor-scm-code.status-renamed,.workspace-editor-scm-code.status-copied{color:#c586c0}.workspace-editor-scm-code.status-conflicted{color:#f48771}.workspace-editor-scm-clean{min-height:120px;display:grid;place-content:center;justify-items:center;gap:6px;color:var(--vscode-muted);text-align:center}.workspace-editor-scm-clean span{width:28px;height:28px;display:grid;place-items:center;border:1px solid #3c3c3c;border-radius:999px;color:#73c991}.workspace-editor-scm-clean p{margin:0;font-size:12px}.workspace-editor-diff-panel{min-height:0;min-width:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.workspace-editor-diff-close{flex:0 0 auto;width:26px;height:26px;padding:0;border-radius:7px;color:#cbd5e1}.workspace-editor-diff{margin:0;padding:10px;overflow:auto;color:var(--vscode-fg);background:var(--vscode-editor);font:12px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre}.workspace-editor-diff-stack{min-height:0;min-width:0;overflow:auto;display:flex;flex-direction:column;background:var(--vscode-editor)}.workspace-editor-diff-section{flex:0 0 360px;min-height:280px;min-width:0;display:grid;grid-template-rows:28px minmax(0,1fr);border-bottom:1px solid var(--vscode-border)}.workspace-editor-diff-stack.single{overflow:hidden}.workspace-editor-diff-stack.single .workspace-editor-diff-section{flex:1 1 auto;min-height:0;border-bottom:0}.workspace-editor-diff-section-head{min-width:0;display:flex;align-items:center;gap:8px;padding:0 8px;border-bottom:1px solid var(--vscode-border);background:#252526;color:var(--vscode-fg)}.workspace-editor-diff-section-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600}.workspace-editor-diff-legend{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:var(--vscode-muted);font-size:10px;white-space:nowrap}.workspace-editor-diff-legend i{width:9px;height:9px;border:1px solid transparent}.workspace-editor-diff-legend i.removed{border-color:#f85149a6;background:#f851494d}.workspace-editor-diff-legend i.added{margin-left:3px;border-color:#2ea043a6;background:#2ea0434d}.workspace-editor-monaco-diff{min-height:0;min-width:0;overflow:hidden}.workspace-editor-monaco-diff>section,.workspace-editor-monaco-diff>div{height:100%}.workspace-editor-empty{display:grid;place-content:center;gap:6px;padding:16px;text-align:center;color:#94a3b8;overflow:auto}.workspace-editor-empty h3{margin:0;color:#e5e7eb}.workspace-editor-empty p{margin:0;line-height:1.4}.workspace-editor-blame-footer{min-height:30px;display:flex;align-items:center;gap:10px;padding:6px 10px;border-top:1px solid #1f2937;color:#94a3b8;background:#08111f;font:12px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden;white-space:nowrap}.workspace-editor-blame-footer.error{color:#fecaca;background:#7f1d1d2e}.workspace-editor-blame-footer.has-line{color:#cbd5e1}.workspace-editor-blame-footer span{color:#93c5fd;font-weight:700}.workspace-editor-blame-footer strong{color:#bfdbfe;font-weight:700}.workspace-editor-blame-footer code{color:#c4b5fd}.workspace-editor-blame-footer time{color:#bbf7d0}.workspace-editor-blame-footer em{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#e5e7eb;font-style:normal}.workspace-editor-quick-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;display:grid;place-items:start center;padding-top:10vh;background:#0000005c}.workspace-editor-quick{width:min(720px,calc(100vw - 32px));display:grid;gap:8px;padding:10px;border:1px solid var(--vscode-strong-border);border-radius:8px;background:#252526;box-shadow:0 24px 80px #0000009e;color:var(--vscode-fg)}.workspace-editor-quick-label{font-size:12px;color:var(--vscode-muted)}.workspace-editor-quick-input{width:100%;border-radius:4px;border-color:var(--vscode-focus);background:#3c3c3c;color:var(--vscode-fg);font:14px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.workspace-editor-quick-status,.workspace-editor-quick-truncated{margin:0;color:var(--vscode-muted);font-size:12px}.workspace-editor-quick-error{padding:7px 8px;border:1px solid rgba(244,135,113,.45);border-radius:5px;color:#ffd7d1;background:#f4877126;font-size:12px}.workspace-editor-quick-list{max-height:min(50vh,420px);overflow:auto;display:grid;gap:1px;padding:2px 0}.workspace-editor-quick-option{width:100%;display:grid;gap:2px;border:0;border-radius:4px;background:transparent;color:var(--vscode-fg);text-align:left;padding:7px 8px;cursor:pointer}.workspace-editor-quick-option.active,.workspace-editor-quick-option:hover{background:var(--vscode-selection);color:var(--vscode-accent-fg)}.workspace-editor-quick-option strong,.workspace-editor-quick-option small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-editor-quick-option strong{font:13px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace}.workspace-editor-quick-option small{color:inherit;opacity:.76;font:11px/1.25 ui-monospace,SFMono-Regular,Menlo,monospace}.workspace-editor-quick-empty{padding:14px 8px;color:var(--vscode-muted);font-size:13px}.database-sidebar{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:8px;padding:8px;font-size:12px}.database-sidebar button,.database-sidebar select,.database-sidebar input{font-size:12px}.database-sidebar-actions{display:flex;gap:5px}.database-sidebar-actions button{flex:1 1 auto;padding:5px 6px;border-radius:3px}.database-sidebar-actions button:last-child{flex:0 0 28px}.database-connection-form{display:grid;gap:7px;padding:8px;border:1px solid var(--vscode-border);background:#252526}.database-connection-form label{display:grid;gap:3px;color:var(--vscode-muted)}.database-connection-form .database-read-only{display:flex;grid-template-columns:none;align-items:center;gap:7px;color:var(--vscode-fg)}.database-connection-form .database-read-only input{width:auto;margin:0}.database-connection-form input,.database-connection-form select,.database-connection-select,.sqlbook-toolbar select{width:100%;padding:5px 6px;border:1px solid #3c3c3c;border-radius:2px;background:#3c3c3c;color:var(--vscode-fg)}.database-connection-form input:focus,.database-connection-form select:focus,.database-connection-select:focus,.sqlbook-toolbar select:focus{border-color:var(--vscode-focus);outline:1px solid var(--vscode-focus);outline-offset:-1px}.database-connection-form>button{padding:6px;border:0;border-radius:2px;background:var(--vscode-accent);color:#fff}.database-connection-form p{margin:0;color:var(--vscode-error);overflow-wrap:anywhere}.database-import-list{display:grid;gap:4px;max-height:220px;margin:0;padding:0;overflow:auto;list-style:none}.database-import-list label{display:flex;align-items:center;gap:7px;min-width:0;padding:4px 6px;border:1px solid #3c3c3c;border-radius:3px;background:#1e1e1e;color:var(--vscode-fg);cursor:pointer}.database-import-list label input{width:auto;margin:0}.database-import-list label span{min-width:0;display:grid}.database-import-list label strong{font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.database-import-list label small{color:var(--vscode-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.database-import-toggle{display:flex;gap:6px}.database-import-toggle button{flex:1 1 auto;padding:4px 6px;border-radius:3px;font-size:11px}.database-connection-summary{display:grid;gap:4px;padding:8px;border:1px solid var(--vscode-border);background:#202020}.database-connection-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-muted);font:11px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace}.database-read-only-badge,.database-driver-badge{justify-self:start;padding:2px 5px;border:1px solid #5a5a32;border-radius:8px;color:#dcdcaa;font-size:10px}.database-driver-badge{border-color:#365f7d;color:#9cdcfe}.database-connection-summary div{display:flex;gap:5px}.database-connection-summary button{padding:4px 6px}.database-schema-tree{display:grid;gap:2px;padding-bottom:12px}.database-schema-tree details{padding-left:8px}.database-schema-tree summary{min-height:24px;display:flex;align-items:center;gap:5px;cursor:pointer;color:#d4d4d4}.database-schema-tree summary:hover{background:#2a2d2e}.database-schema-tree summary small{margin-left:auto;padding-right:5px;color:var(--vscode-muted)}.database-schema-tree ul{list-style:none;margin:0;padding:0 0 0 16px}.database-schema-tree li{min-height:22px;display:flex;align-items:center;gap:6px;color:#ccc}.database-schema-tree li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.database-schema-tree li small{margin-left:auto;color:#8c8c8c;font:10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.sqlbook-editor{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;background:#1f1f1f;color:var(--vscode-fg)}.sqlbook-toolbar{position:sticky;top:0;z-index:3;min-height:42px;display:flex;align-items:center;gap:7px;padding:6px 10px;border-bottom:1px solid var(--vscode-border);background:#181818;box-shadow:0 3px 12px #00000040}.sqlbook-toolbar label{min-width:min(320px,42vw);display:flex;align-items:center;gap:7px;color:var(--vscode-muted);font-size:11px}.sqlbook-toolbar button{padding:5px 8px;border-radius:3px;font-size:11px}.sqlbook-toolbar>span{color:var(--vscode-muted);font-size:11px}.sqlbook-toolbar .sqlbook-schema-error{color:var(--vscode-error);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sqlbook-cells{display:grid;gap:14px;padding:14px clamp(10px,2vw,28px) 80px}.sqlbook-cell{overflow:hidden;border:1px solid #353535;border-radius:5px;background:#1f1f1f;box-shadow:0 5px 18px #00000029}.sqlbook-cell:focus-within{border-color:#4b6b88}.sqlbook-cell>header{height:30px;display:flex;align-items:center;justify-content:space-between;padding:0 6px 0 10px;border-bottom:1px solid #303030;background:#252526;color:#9cdcfe;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.08em}.sqlbook-cell>header div{display:flex;gap:4px}.sqlbook-cell>header button{height:23px;padding:2px 7px;border:0;border-radius:3px;background:transparent;color:#ccc;font-size:11px}.sqlbook-cell>header button:hover:not(:disabled){background:#3c3c3c;color:#fff}.sqlbook-cell-editor{min-height:120px}.sqlbook-markdown-preview{padding:14px 16px;border-top:1px solid #303030;background:#202020;color:#d4d4d4}.sqlbook-markdown-preview a{color:#75beff}.sqlbook-markdown-preview code{border-color:#3c3c3c;background:#181818;color:#ce9178}.sqlbook-markdown-preview pre{border-color:#3c3c3c;background:#181818}.sqlbook-markdown-preview th,.sqlbook-markdown-preview td{border-color:#454545}.sqlbook-markdown-preview th{background:#2d2d2d}.sqlbook-result{border-top:1px solid #303030;background:#181818}.sqlbook-result>p{margin:0;padding:10px;color:#73c991}.sqlbook-result-meta{min-height:28px;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:4px 9px;border-bottom:1px solid #303030;color:var(--vscode-muted);font-size:11px}.sqlbook-result-meta strong{color:#fbbf24}.database-result-export{display:flex;gap:4px;margin-left:auto}.database-result-export button{min-height:22px;padding:2px 7px;border:1px solid #3c3c3c;border-radius:3px;color:var(--vscode-fg);background:#252526;font-size:11px;cursor:pointer}.database-result-export button:hover{background:#333}.database-result-pages{display:flex;align-items:center;gap:6px}.database-result-pages button{min-height:22px;padding:2px 7px;border:1px solid #3c3c3c;border-radius:3px;color:var(--vscode-fg);background:#252526;font-size:11px;cursor:pointer}.database-result-pages button:disabled{cursor:not-allowed}.sqlbook-result-scroll{max-height:360px;overflow:auto}.sqlbook-result table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font:12px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace}.sqlbook-result th,.sqlbook-result td{max-width:420px;padding:5px 8px;border-right:1px solid #303030;border-bottom:1px solid #303030;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.sqlbook-result th{position:sticky;top:0;z-index:1;background:#252526;color:#dcdcaa}.sqlbook-result td{color:#ccc}.sqlbook-result tbody tr:hover td{background:#2a2d2e}.database-result-editable-cell{padding:0!important}.database-result-cell-value{width:100%;min-height:27px;padding:5px 8px;border:0;color:inherit;background:transparent;font:inherit;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:text}.database-result-cell-value:hover,.database-result-cell-value:focus-visible{background:#0e639c33;outline:1px solid #0e639c;outline-offset:-1px}.database-result-cell-editor{min-width:260px;padding:5px;background:#1e1e1e}.database-result-cell-editor input{box-sizing:border-box;width:100%;min-height:26px;border:1px solid #007acc;border-radius:2px;padding:3px 6px;color:var(--vscode-fg);background:#252526;font:inherit;outline:none}.database-result-cell-editor>div{display:flex;gap:4px;margin-top:5px}.database-result-cell-editor button{min-height:22px;padding:2px 7px;border:1px solid #3c3c3c;border-radius:3px;color:var(--vscode-fg);background:#252526;font-size:11px;cursor:pointer}.database-result-cell-editor button:first-child{border-color:#0e639c;background:#0e639c;color:#fff}.database-result-cell-editor button:disabled{cursor:not-allowed;opacity:.65}.database-result-cell-editor small{display:block;max-width:400px;margin-top:5px;color:#f48771;white-space:normal;overflow-wrap:anywhere}.sqlbook-result-error{padding:9px 10px;border-top:1px solid rgba(244,135,113,.35);background:#7f1d1d38;color:#fecaca;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}@media (max-width: 920px){.sidebar-open .canvas-toolbar,.sidebar-open .editor-toggle,.sidebar-open .react-flow__controls{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s}.sidebar-open .canvas-toolbar{transform:translate(-50%) translateY(-8px)}.sidebar-open .editor-toggle{transform:translateY(-8px)}}@media (prefers-reduced-motion: reduce){.browser-loader-mark,.workspace-editor-loader-mark,.workspace-editor-tab.loading,.workspace-editor-tab.loading small,.spinner-icon{animation:none}button,.workspace-sidebar,.sidebar-toggle,.canvas-toolbar,.editor-toggle,.react-flow__controls,.sidebar-open .canvas-toolbar,.sidebar-open .editor-toggle,.sidebar-open .react-flow__controls,.canvas-toolbar button[data-tooltip]:before,.canvas-toolbar button[data-tooltip]:after{transition:none}}@media (max-width: 980px){.workspace-editor-shell,.workspace-editor-shell.has-diff{grid-template-columns:42px minmax(150px,34vw) minmax(260px,1fr)}.workspace-editor-shell.has-diff{grid-template-rows:minmax(0,1fr) minmax(220px,38vh)}.workspace-editor-diff-drawer{grid-column:1 / -1;grid-row:2;border-left:0;border-top:1px solid #1f2937}.workspace-editor-shell.has-agents,.workspace-editor-shell.has-diff.has-agents{grid-template-columns:42px minmax(150px,34vw) minmax(260px,1fr)}.workspace-editor-shell.has-agents{grid-template-rows:minmax(0,1fr) minmax(280px,42vh)}.workspace-editor-shell.has-diff.has-agents{grid-template-rows:minmax(0,1fr) minmax(200px,28vh) minmax(260px,34vh)}.workspace-editor-agent-drawer{grid-column:1 / -1;grid-row:2;border-left:0;border-top:1px solid #1f2937}.workspace-editor-shell.has-diff.has-agents .workspace-editor-agent-drawer{grid-row:3}}@media (max-width: 760px){.app{--sidebar-inset: 10px;--sidebar-width: min(86vw, 320px)}.workspace-sidebar{inset:var(--sidebar-inset) auto var(--sidebar-inset) var(--sidebar-inset);width:var(--sidebar-width);border-radius:22px}.sidebar-open .sidebar-toggle{left:calc(var(--sidebar-inset) + var(--sidebar-width) - 19px)}.canvas-toolbar{top:64px;max-width:calc(100vw - 24px);border-radius:20px;flex-wrap:nowrap}.canvas-toolbar button{width:34px;height:34px}.app-content>main{--canvas-edge: 12px}.react-flow__controls{transform:scale(.9);transform-origin:bottom right}.editor-toggle{top:12px;bottom:auto;right:12px;transform:none;width:38px;height:38px}.editor-toggle:hover:not(:disabled){transform:scale(1.03)}.workspace-editor-root{grid-template-rows:auto minmax(0,1fr)}.workspace-editor-titlebar{align-items:stretch;flex-direction:column;padding:8px}.workspace-editor-title-actions{justify-content:flex-end}.workspace-editor-shell,.workspace-editor-shell.has-diff{grid-template-columns:40px minmax(0,1fr);grid-template-rows:minmax(120px,24vh) minmax(220px,1fr);overflow:auto}.workspace-editor-shell.has-diff{grid-template-rows:minmax(120px,24vh) minmax(220px,36vh) minmax(220px,1fr)}.workspace-editor-sidebar{grid-column:2;grid-row:1;border-bottom:1px solid #1f2937;grid-template-rows:auto auto minmax(0,1fr)}.workspace-editor-mobile-panels{display:flex;gap:6px;padding:6px;border-bottom:1px solid #1f2937;overflow-x:auto}.workspace-editor-mobile-panels button{flex:1 0 auto;padding:6px 8px;font-size:12px}.workspace-editor-mobile-panels button.active{border-color:#60a5fa;background:#1e3a5f}.workspace-editor-activity{grid-column:1;grid-row:1 / -1}.workspace-editor-main{grid-column:2;grid-row:2;min-height:220px}.workspace-editor-diff-drawer{grid-column:2;grid-row:3;min-height:220px}.workspace-editor-shell.has-agents,.workspace-editor-shell.has-diff.has-agents{grid-template-columns:40px minmax(0,1fr)}.workspace-editor-shell.has-agents{grid-template-rows:minmax(120px,24vh) minmax(220px,1fr) minmax(280px,44vh)}.workspace-editor-shell.has-diff.has-agents{grid-template-rows:minmax(120px,24vh) minmax(220px,34vh) minmax(200px,30vh) minmax(260px,1fr)}.workspace-editor-agent-drawer{grid-column:2;grid-row:3;min-height:280px;border-left:0;border-top:1px solid #1f2937}.workspace-editor-shell.has-diff.has-agents .workspace-editor-agent-drawer{grid-row:4}.workspace-editor-blame-footer{flex-wrap:wrap;align-content:center;white-space:normal}}.http-client-sidebar{display:flex;flex-direction:column;gap:12px;padding:8px;overflow:auto;color:var(--vscode-fg)}.http-client-sidebar section{display:flex;flex-direction:column;gap:8px}.http-client-sidebar h3{margin:0;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--vscode-muted)}.http-client-sidebar-actions,.http-client-sidebar-section-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.http-client-sidebar-actions{flex-wrap:wrap}.http-client-sidebar-actions button{flex:1 1 auto}.http-client-sidebar-section-head>div{display:flex;gap:5px}.http-client-request-list{display:flex;flex-direction:column;gap:3px}.http-client-request-list>div{display:grid;grid-template-columns:minmax(0,1fr) 28px;border-radius:0}.http-client-request-list>div:hover,.http-client-request-list>div.active{background:#2a2d2e}.http-client-request-list button{display:flex;align-items:center;gap:7px;min-width:0;border:0;background:transparent;color:var(--vscode-fg);padding:7px 8px;text-align:left}.http-client-request-list>div>button:last-child{justify-content:center;color:var(--vscode-muted);padding:0}.http-client-request-list>div:hover button,.http-client-request-list>div.active button{color:#fff}.http-client-secrets form,.http-client-environments form{display:flex;flex-direction:column;gap:8px;padding:8px;background:#252526;border:1px solid var(--vscode-border);border-radius:2px}.http-client-secrets form label,.http-client-environments form label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--vscode-muted)}.http-client-secret{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;background:#202020;border:1px solid var(--vscode-border);border-radius:2px}.http-client-secret code{color:#9cdcfe;overflow:hidden;text-overflow:ellipsis}.http-client-secret button{border:0;background:transparent;color:var(--vscode-muted)}.http-client-secrets>small,.http-client-environments small{color:var(--vscode-muted);line-height:1.4}.http-client-environments>select,.http-client-environments form select,.http-client-environments input{border:1px solid #3c3c3c;background:#3c3c3c;color:var(--vscode-fg);border-radius:2px;padding:7px;min-width:0}.http-client-secret>span{margin-left:auto;color:var(--vscode-muted);font-size:10px}.http-client-notice{margin:0;padding:7px 8px;border-left:2px solid var(--vscode-accent);background:#252526;color:var(--vscode-muted);font-size:11px;line-height:1.4}.http-client-editor{height:100%;min-height:0;overflow:auto;background:var(--vscode-editor);color:var(--vscode-fg);padding:14px;display:flex;flex-direction:column;gap:14px}.http-client-invalid{margin:auto;max-width:520px;padding:24px;color:var(--vscode-error)}.http-client-request-head{display:flex;flex-direction:column;gap:8px}.http-client-name{width:min(480px,100%);border:0;background:transparent;color:var(--vscode-fg);font-size:18px;font-weight:650;padding:3px 0}.http-client-description{width:min(720px,100%);min-height:42px;resize:vertical;border:1px solid var(--vscode-border);background:var(--vscode-input-bg);color:var(--vscode-fg);padding:7px 9px}.http-client-address{display:grid;grid-template-columns:110px minmax(180px,1fr) 90px;gap:8px}.http-client-address select,.http-client-address input,.http-client-request-meta input,.http-client-section-head select,.http-client-pair input,.http-client-secrets input{border:1px solid #3c3c3c;background:#3c3c3c;color:var(--vscode-fg);border-radius:2px;padding:8px}.http-client-address select:focus,.http-client-address input:focus,.http-client-request-meta input:focus,.http-client-section-head select:focus,.http-client-pair input:focus,.http-client-secrets input:focus{border-color:var(--vscode-focus);outline:1px solid var(--vscode-focus);outline-offset:-1px}.http-client-send{background:var(--vscode-accent);color:var(--vscode-accent-fg);border:1px solid var(--vscode-accent);border-radius:2px;font-weight:650}.http-client-cancel{background:#252526;color:var(--vscode-error);border:1px solid #3c3c3c;border-radius:2px}.http-client-dismiss-unknown{align-self:flex-start;background:#252526;color:#dcdcaa;border:1px solid #5a5a32;border-radius:2px;padding:7px 10px}.http-client-request-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--vscode-muted);font-size:11px}.http-client-request-meta input{width:88px;padding:4px 6px}.http-client-request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.http-client-request-grid>section,.http-client-body,.http-client-response{border:1px solid var(--vscode-border);background:#252526;border-radius:2px;padding:10px}.http-client-section-head,.http-client-response-head{display:flex;align-items:center;gap:10px;min-height:30px}.http-client-section-head h3,.http-client-response-head h3{margin:0 auto 0 0;font-size:12px}.http-client-pair{display:grid;grid-template-columns:20px minmax(80px,.7fr) minmax(120px,1fr) 30px;gap:5px;margin-top:6px}.http-client-pair input[type=checkbox]{align-self:center}.http-client-pair button{border:0;background:transparent;color:var(--vscode-muted)}.http-client-body textarea{width:100%;min-height:150px;resize:vertical;margin-top:8px;border:1px solid #3c3c3c;background:var(--vscode-editor);color:var(--vscode-fg);border-radius:2px;padding:10px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.http-client-body textarea:focus{border-color:var(--vscode-focus);outline:1px solid var(--vscode-focus);outline-offset:-1px}.http-client-response{min-height:240px}.http-client-response-head strong{color:#4ec9b0}.http-client-response-head strong.error{color:var(--vscode-error)}.http-client-response-head span{color:var(--vscode-muted);font-size:11px}.http-client-response-tabs{display:flex;gap:4px;margin:8px 0}.http-client-response-tabs button{border:0;background:transparent;color:var(--vscode-muted);padding:5px 9px;border-bottom:2px solid transparent}.http-client-response-tabs button.active{color:#fff;border-color:var(--vscode-accent)}.http-client-response-body{min-height:150px;max-height:520px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:12px;border-radius:2px;background:var(--vscode-editor);color:var(--vscode-fg);font:12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}.http-client-response-headers{display:grid;gap:1px;background:#3c3c3c;border:1px solid #3c3c3c}.http-client-response-headers>div{display:grid;grid-template-columns:minmax(120px,.35fr) 1fr;gap:10px;background:#252526;padding:7px;font-size:12px}.http-client-response-headers span{overflow-wrap:anywhere}@media (max-width: 900px){.http-client-request-grid{grid-template-columns:1fr}.http-client-address{grid-template-columns:90px minmax(120px,1fr)}.http-client-address button{grid-column:1 / -1;min-height:34px}.http-client-request-meta{align-items:flex-start;flex-direction:column}}@media (max-width: 700px){.bizel{top:12px;right:58px}.bizel-toggle{width:38px;height:38px}.bizel-panel{top:46px;right:-46px;width:calc(100vw - 24px);max-height:calc(100vh - 70px)}}.mobile-app{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:#070a12;color:#e4e4e7}.mobile-loading{min-height:100vh;display:grid;place-items:center;background:#070a12;color:#c4b5fd}.mobile-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:calc(12px + env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid #27272a;background:#09090bf5}.mobile-header>div{display:grid;min-width:0}.mobile-header strong{color:#fafafa;font-size:17px}.mobile-header span,.mobile-detail header span{color:#a1a1aa;font-size:11px}.mobile-header select{min-width:0;max-width:55%;padding:8px 10px;border-color:#3f3f46;background:#18181b;color:#e4e4e7}.mobile-open-tabs{display:flex;gap:6px;min-width:0;padding:7px 10px;overflow-x:auto;border-bottom:1px solid #27272a;background:#0f111a;scrollbar-width:none}.mobile-open-tabs>div{display:flex;flex:0 0 auto;overflow:hidden;border:1px solid #3f3f46;border-radius:999px;background:#18181b}.mobile-open-tabs>div.active{border-color:#8b5cf6;background:#2e1065}.mobile-open-tabs button{padding:6px 9px;border:0;border-radius:0;background:transparent;color:#d4d4d8;font-size:11px}.mobile-open-tabs button:last-child{padding-left:4px;color:#a1a1aa}.mobile-main{position:relative;flex:1 1 auto;min-height:0;overflow:hidden}.mobile-list-page{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;padding:18px 14px 100px}.mobile-list-page h1{margin:0;color:#fafafa;font-size:26px;letter-spacing:-.03em}.mobile-subtitle{margin:4px 0 16px;color:#a1a1aa;font-size:13px}.mobile-multi-error{margin:12px 0 0}.mobile-pinned-list{display:grid;gap:8px;margin-top:14px}.mobile-pinned{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid #30303a;border-radius:14px;background:#12141d}.mobile-pinned>button:first-child{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:12px;border:0;border-radius:0;background:transparent;text-align:left}.mobile-pinned>button:first-child:disabled{cursor:default;opacity:.55}.mobile-pinned>button:first-child div{min-width:0;display:grid;gap:2px}.mobile-pinned strong{overflow:hidden;color:#f4f4f5;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mobile-pinned small{overflow:hidden;color:#a1a1aa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mobile-pinned em{color:#c4b5fd;font-size:10px;font-style:normal;white-space:nowrap}.mobile-unpin{width:42px;padding:0;border:0;border-left:1px solid #30303a;border-radius:0;background:transparent;color:#a1a1aa;font-size:18px}.mobile-pin-button{width:100%;margin-top:14px;padding:11px;border-color:#7c3aed;background:#2e1065;color:#ede9fe;font-size:13px}.mobile-pin-picker h3{margin:12px 0 2px;color:#c4b5fd;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.mobile-pin-picker>p{color:#71717a;font-size:12px}.mobile-pin-picker .mobile-connection{grid-template-columns:10px minmax(0,1fr)}.mobile-pin-picker .mobile-connection>span{width:9px;height:9px}.mobile-card-list{display:grid;gap:8px;margin-top:14px}.mobile-card-list>button{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:12px;border:1px solid #30303a;border-radius:14px;background:#12141d;text-align:left}.mobile-card-list button div{min-width:0;display:grid;gap:2px}.mobile-card-list strong{overflow:hidden;color:#f4f4f5;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mobile-card-list small{overflow:hidden;color:#a1a1aa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mobile-card-list em{color:#c4b5fd;font-size:10px;font-style:normal}.mobile-status,.mobile-note-color{width:9px;height:9px;border-radius:999px;background:#71717a}.mobile-status.idle,.mobile-status.running,.mobile-status.completed{background:#4ade80}.mobile-status.busy,.mobile-status.starting,.mobile-status.streaming{background:#60a5fa}.mobile-status.attention,.mobile-status.error{background:#fb7185}.mobile-note-color.yellow{background:#a3e635}.mobile-note-color.green{background:#2dd4bf}.mobile-note-color.blue{background:#22d3ee}.mobile-note-color.rose{background:#f472b6}.mobile-note-color.violet{background:#a78bfa}.mobile-note-color.slate{background:#94a3b8}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid #27272a;background:#09090bfa}.mobile-bottom-nav button{position:relative;padding:9px 7px;border-color:transparent;background:transparent;color:#a1a1aa;font-size:12px}.mobile-bottom-nav button.active{border-color:#6d28d9;background:#2e1065;color:#ede9fe}.mobile-bottom-nav span{position:absolute;top:2px;right:calc(50% - 34px);min-width:17px;height:17px;display:grid;place-items:center;border-radius:999px;background:#f43f5e;color:#fff;font-size:9px}.mobile-mounted-item{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0}.mobile-mounted-item[hidden]{display:none}.mobile-detail{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;background:#070a12}.mobile-detail>header{display:flex;align-items:center;gap:9px;min-width:0;padding:9px 10px;border-bottom:1px solid #27272a;background:#0f111a}.mobile-detail>header>div:not(.mobile-mode-tabs){min-width:0;flex:1;display:grid}.mobile-detail>header strong{overflow:hidden;color:#fafafa;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mobile-detail>header button{padding:7px 9px;background:#18181b;color:#e4e4e7;font-size:11px}.mobile-detail>header .mobile-back-button{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;padding:0;border-radius:10px}.mobile-back-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-agent-surface{min-height:0;overflow:hidden;padding:8px}.mobile-agent-surface>.node{position:relative;width:100%;height:100%;min-width:0!important;min-height:0!important;max-width:none;max-height:none;transform:none;border-radius:14px}.mobile-agent-surface .chat-node,.mobile-agent-surface .terminal-node{display:grid;grid-template-rows:auto minmax(0,1fr)}.mobile-agent-surface .chat-shell,.mobile-agent-surface .terminal-body{min-height:0}.mobile-agent-surface .node-title{min-width:0}.mobile-agent-surface .node-title-actions{max-width:70%}.mobile-agent-surface .terminal-toolbar{display:none}.mobile-sheet-backdrop{position:fixed;z-index:3100;top:0;right:0;bottom:0;left:0;display:grid;align-items:end;background:#0009}.mobile-sheet{max-height:70vh;overflow:auto;padding:14px 14px calc(18px + env(safe-area-inset-bottom));border:1px solid #3f3f46;border-radius:20px 20px 0 0;background:#12141d;box-shadow:0 -20px 70px #000a}.mobile-sheet header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mobile-sheet header button{width:30px;height:30px;padding:0;background:transparent;font-size:20px}.mobile-connection{display:grid;width:100%;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:10px;border:0;border-top:1px solid #27272a;border-radius:0;background:transparent;text-align:left}.mobile-connection:not(:disabled):hover{background:#ffffff0a}.mobile-connection>span{color:#a78bfa;font-size:18px}.mobile-connection div{display:grid}.mobile-connection small{color:#a1a1aa}.mobile-note-detail{grid-template-rows:auto auto minmax(0,1fr) auto}.mobile-mode-tabs{display:flex;gap:3px}.mobile-mode-tabs button.active{border-color:#7c3aed;background:#2e1065;color:#ede9fe}.mobile-note-editor{min-height:0;width:auto;margin:10px;resize:none;border:1px solid #3f3f46;border-radius:12px;padding:12px;background:#111318;color:#f4f4f5;font:13px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace}.mobile-note-preview{min-height:0;overflow:auto;padding:14px;color:#e4e4e7}.mobile-save{min-width:96px;justify-self:end;margin:0 10px calc(10px + env(safe-area-inset-bottom));padding:8px 14px;border-color:#7c3aed;background:#5b21b6;color:#fff}.mobile-error.mobile-note-error-empty{height:0;min-height:0;margin:0;padding:0;border:0;background:transparent}.mobile-empty,.mobile-error{margin:12px 14px;padding:10px;border-radius:10px;background:#18181b;color:#a1a1aa;font-size:12px}.mobile-error{border:1px solid #7f1d1d;background:#450a0a;color:#fecaca}.chat-settings-trigger{position:relative}.chat-settings-trigger[data-open=true]{background:#27272a;color:#e4e4e7}.chat-settings-dot{position:absolute;top:4px;right:4px;width:7px;height:7px;border-radius:999px;background:#fbbf24;box-shadow:0 0 0 2px #18181b}.chat-settings-menu{min-width:250px}.chat-settings-item{gap:11px}.chat-settings-item-lead{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;color:#a1a1aa}.chat-settings-item:hover .chat-settings-item-lead,.chat-settings-item:focus-visible .chat-settings-item-lead{color:#e4e4e7}.chat-settings-item:focus-visible{outline:none;background:#60a5fa29;color:#eff6ff}.chat-settings-switch{position:relative;width:26px;height:15px;border-radius:999px;background:#3f3f46;transition:background .15s ease}.chat-settings-switch:after{content:"";position:absolute;top:2px;left:2px;width:11px;height:11px;border-radius:999px;background:#d4d4d8;transition:transform .15s ease}.chat-settings-switch.on{background:#3b82f6}.chat-settings-switch.on:after{transform:translate(11px);background:#fff}.chat-settings-radio{width:14px;height:14px;border:1.5px solid #71717a;border-radius:999px}.chat-settings-radio.on{border-color:#60a5fa;box-shadow:inset 0 0 0 3px #0f1115,inset 0 0 0 7px #60a5fa}.chat-settings-item-alert .chat-settings-item-lead,.chat-settings-item-alert small{color:#fcd34d}@media (prefers-reduced-motion: reduce){.chat-settings-switch,.chat-settings-switch:after{transition:none}}.code-block{position:relative}.code-block:first-child>pre{margin-top:0}.code-block:last-child>pre{margin-bottom:0}.code-block-toolbar{position:absolute;top:6px;right:10px;z-index:1;display:flex;align-items:center;gap:6px}.code-lang{padding:1px 7px;border-radius:999px;background:#3f3f46b3;color:#a1a1aa;font:11px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.04em;pointer-events:none;-webkit-user-select:none;user-select:none}.code-copy{padding:1px 7px;border:none;border-radius:999px;background:#3f3f46b3;color:#a1a1aa;font:11px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.01em;cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,background-color .15s ease}.code-block:hover .code-copy,.code-block:focus-within .code-copy,.code-copy:focus-visible{opacity:1}.code-copy:hover{color:#e4e4e7;background:#3f3f46e6}@media (hover: none){.code-copy{opacity:1}}.md-image{display:block;max-width:100%;max-height:360px;border-radius:6px}code.hljs{background:#09090b;color:#e4e4e7}.hljs-comment,.hljs-quote{color:#71717a;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-subst,.hljs-operator{color:#c084fc}.hljs-string,.hljs-regexp,.hljs-addition{color:#86efac}.hljs-number{color:#fbbf24}.hljs-title,.hljs-title.function_,.hljs-section{color:#93c5fd}.hljs-title.class_,.hljs-type{color:#7dd3fc}.hljs-attr,.hljs-attribute,.hljs-variable,.hljs-template-variable,.hljs-selector-attr,.hljs-selector-class{color:#fca5a5}.hljs-built_in,.hljs-symbol{color:#f0abfc}.hljs-meta{color:#a1a1aa}.hljs-deletion{color:#fca5a5;background:#f871711f}.hljs-addition{background:#4ade801f}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.tool-diff{display:grid;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.tool-diff-hunk{border:1px solid rgba(148,163,184,.18);border-radius:8px;overflow:hidden}.tool-diff-hunk-header{display:flex;align-items:center;gap:8px;padding:4px 8px;background:#ffffff08;border-bottom:1px solid rgba(148,163,184,.14);font-size:11px;color:#a1a1aa}.tool-diff-path{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#d4d4d8}.tool-diff-stats{flex-shrink:0;font-variant-numeric:tabular-nums}.tool-diff-truncated{flex-shrink:0;color:#fbbf24}.tool-diff-lines{overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(113,113,122,.55) transparent}@supports selector(::-webkit-scrollbar){.tool-diff-lines{scrollbar-width:auto;scrollbar-color:auto}.tool-diff-lines::-webkit-scrollbar{width:10px;height:10px}.tool-diff-lines::-webkit-scrollbar-track{background:transparent}.tool-diff-lines::-webkit-scrollbar-thumb{border:3px solid transparent;border-radius:999px;background:#71717a80;background-clip:padding-box}.tool-diff-lines::-webkit-scrollbar-thumb:hover{background-color:#a1a1aabf}.tool-diff-lines::-webkit-scrollbar-corner{background:transparent}}.tool-diff-line{display:flex;align-items:flex-start;gap:4px;padding:0 6px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.tool-diff-gutter{flex-shrink:0;width:12px;text-align:center;opacity:.7;-webkit-user-select:none;user-select:none}.tool-diff-text{flex:1 1 auto;min-width:0}.tool-diff-context{color:#a1a1aa}.tool-diff-add{background:#052e16;color:#86efac}.tool-diff-del{background:#450a0a;color:#fca5a5}.tool-diff-word-add{background:#86efac61;border-radius:3px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.tool-diff-word-del{background:#fca5a561;border-radius:3px;text-decoration:line-through;text-decoration-color:#fca5a5a6;box-decoration-break:clone;-webkit-box-decoration-break:clone}.tool-diff-gap{padding:2px 8px;color:#71717a;font-style:italic}.tool-card{display:grid;gap:8px;padding:8px 10px;border-top:1px solid #27272a;font-size:12px;color:#d4d4d8}button.tool-card-path-link,button.tool-card-path-link:hover:not(:disabled){display:inline-block;min-width:0;max-width:100%;padding:0;margin:0;background:none;border:0;border-radius:0;text-align:left;cursor:pointer;transition:none;transform:none}:where(.tool-card-path-link){font:inherit;color:inherit;line-height:inherit}button.tool-card-path-link:hover{text-decoration:underline dotted}.tool-card-chip{display:inline-flex;align-items:center;padding:1px 7px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.tool-card-copy{flex:0 0 auto;padding:2px 8px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.tool-card-copy:hover{color:#e4e4e7;border-color:#52525b}.tool-card-expandable-content{position:relative;max-height:var(--tool-card-clamp-height, 260px);overflow:hidden}.tool-card-expandable-content.tool-card-expandable-clamped:after{content:"";position:absolute;left:0;right:0;bottom:0;height:32px;background:linear-gradient(to bottom,#09090b00,#09090b);pointer-events:none}.tool-card-expandable-expanded{max-height:none;overflow:visible}.tool-card-expandable-expanded:after{display:none}.tool-card-expand-toggle{justify-self:start;margin-top:4px;padding:2px 8px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.tool-card-expand-toggle:hover{color:#e4e4e7;border-color:#52525b}.chat-tool-section .tool-card-expandable-content pre,.chat-tool .tool-card-expandable-content pre{max-height:none;overflow:visible}.tool-card-edit-header{display:flex;align-items:center;gap:8px}.tool-card-edit-path{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e4e4e7;font-weight:600;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-edit-stats{flex:0 0 auto;color:#a1a1aa;font-variant-numeric:tabular-nums}.tool-card-io{display:grid;gap:6px;padding:8px 10px;border:1px solid #27272a;border-radius:8px;background:#09090b}.tool-card-io-row{display:flex;align-items:baseline;gap:8px;min-width:0}.tool-card-io-row-out{align-items:flex-start}.tool-card-io-label{flex:0 0 auto;color:#71717a;font-size:10px;font-weight:700;letter-spacing:.04em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-io-row .tool-card-expandable{flex:1 1 auto;min-width:0}.tool-card-bash-command{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e4e4e7;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-bash-cwd{color:#71717a;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;overflow-wrap:anywhere}.tool-card-bash-output{margin:0;color:#d4d4d8;white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-bash-output-error{color:#fca5a5}.tool-card-bash-exit-marker{justify-self:start;padding:1px 7px;border-radius:999px;background:#f8717129;color:#fca5a5;font-size:10px;font-weight:700;letter-spacing:.02em}.tool-card-read-path{display:flex;align-items:baseline;gap:2px;min-width:0;color:#e4e4e7;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-read-path .tool-card-path-link{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-card-read-range{flex:0 0 auto;color:#71717a}.tool-card-read-output summary{cursor:pointer;color:#a1a1aa;font-size:11px;font-weight:600}.tool-card-read-output summary:hover{color:#e4e4e7}.tool-card-read-output .tool-card-expandable{margin-top:6px}.tool-card-read-output pre{margin:0;padding:8px 10px;border:1px solid #27272a;border-radius:8px;background:#09090b;white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-search-query code{color:#e4e4e7;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-search-files{display:grid;gap:2px;margin:0;padding:0;list-style:none}.tool-card-search-file{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 0}.tool-card-search-file-path{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-search-file-count{flex:0 0 auto;color:#a1a1aa;font-variant-numeric:tabular-nums}.tool-card-search-more{padding:2px 0;color:#71717a;font-style:italic}.tool-card-todo-header{display:flex;justify-content:flex-end}.tool-card-todo-counter{padding:1px 7px;border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#a1a1aa;font-size:10px;font-weight:700;font-variant-numeric:tabular-nums}.tool-card-todo-list{display:grid;gap:4px;margin:0;padding:0;list-style:none}.tool-card-todo-item{display:flex;align-items:flex-start;gap:7px}.tool-card-todo-glyph{flex:0 0 auto;color:#71717a}.tool-card-todo-completed .tool-card-todo-glyph{color:#4ade80}.tool-card-todo-completed .tool-card-todo-text{color:#71717a;text-decoration:line-through}.tool-card-todo-in_progress .tool-card-todo-glyph{color:#60a5fa}.tool-card-todo-in_progress .tool-card-todo-text{color:#e4e4e7}.tool-card-todo-text{min-width:0;overflow-wrap:anywhere}.tool-card-task-title{color:#e4e4e7;font-weight:600}.tool-card-task-chips{display:flex;flex-wrap:wrap;gap:6px}.tool-card-task-open{justify-self:start;padding:3px 10px;border:1px solid #3f3f46;border-radius:8px;background:#18181b;color:#e4e4e7;font-size:11px;font-weight:600;cursor:pointer}.tool-card-task-open:hover:not(:disabled){border-color:#60a5fa;color:#93c5fd}.tool-card-task-open:disabled{opacity:.45;cursor:not-allowed}.tool-card-task-report summary{cursor:pointer;color:#a1a1aa;font-size:11px;font-weight:600}.tool-card-task-report summary:hover{color:#e4e4e7}.tool-card-task-report pre{margin:6px 0 0;padding:8px 10px;max-height:260px;overflow:auto;border:1px solid #27272a;border-radius:8px;background:#09090b;white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.tool-card-mcp-chips{display:flex;flex-wrap:wrap;gap:6px}.tool-card-mcp-args,.tool-card-mcp-output{margin:0;padding:8px 10px;max-height:260px;overflow:auto;border:1px solid #27272a;border-radius:8px;background:#09090b;color:#d4d4d8;white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.chat-tool-subject{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a1a1aa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-weight:400}.chat-tool-subject-mono{color:#d4d4d8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.chat-tool-error .chat-tool-subject{color:#fca5a5}.chat-tool-group{border:1px solid #27272a;border-radius:10px;background:#111113;color:#e4e4e7}.chat-tool-group summary{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 9px;color:#a1a1aa;font-size:12px;font-weight:600;list-style:none}.chat-tool-group summary::-webkit-details-marker{display:none}.chat-tool-group summary:before{content:"";flex:0 0 auto;width:0;height:0;border-style:solid;border-width:4px 0 4px 6px;border-color:transparent transparent transparent #71717a;transition:transform .12s ease}.chat-tool-group-expanded summary:before{transform:rotate(90deg)}.chat-tool-group summary:hover{color:#e4e4e7}.chat-tool-group-count{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#e4e4e7}.chat-tool-group-elapsed{flex:0 0 auto;color:#71717a;font-variant-numeric:tabular-nums}.chat-tool-group-failed{flex:0 0 auto;padding:1px 7px;border-radius:999px;background:#f8717129;color:#fca5a5;font-size:10px;font-weight:700;letter-spacing:.02em}.chat-tool-group-error>summary{color:#fca5a5}.chat-tool-group-rows{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin:0;padding:0 9px 9px;list-style:none;min-width:0}.chat-tool-group-rows>li{min-width:0;max-width:100%}.chat-tool-group-rows:empty{display:none}
