:root{--font-sans: "Avenir Next", "Inter", "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-serif: Garamond, "EB Garamond", Georgia, "Times New Roman", serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--bg: #121417;--surface-1: #1a1d22;--surface-2: #222730;--surface-3: #2b313c;--border: #3b4351;--text-1: #e6ebf2;--text-2: #aeb7c7;--primary: #6f8cff;--primary-hover: #5b76e5;--danger: #f25f5c;--app-bg-1: #1a1a1a;--app-bg-2: #242424;--app-bg-3: #2a2a2a;--app-bg-4: #333333;--app-border-1: #444444;--app-border-2: #666666;--app-text-1: #f0f0f0;--app-text-2: #e0e0e0;--app-text-muted: #888888;--app-control-bg: #3a3a3a;--app-control-bg-hover: #4a4a4a;--app-sidebar-backdrop: rgba(0, 0, 0, .45);--app-sidebar-bg: #000000;--app-scrollbar-size: 4px;--app-scrollbar-track: transparent;--app-scrollbar-thumb: color-mix(in srgb, var(--app-text-muted) 48%, transparent);--app-scrollbar-thumb-hover: color-mix(in srgb, var(--primary) 62%, var(--app-text-muted));font-family:var(--font-sans);line-height:1.5;font-weight:400;color:var(--text-1);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=light]{--bg: #f4f6fa;--surface-1: #ffffff;--surface-2: #f6f8fc;--surface-3: #eef2f8;--border: #c8d1df;--text-1: #121722;--text-2: #4f5d74;--primary: #2d5bdb;--primary-hover: #244cb8;--app-bg-1: #ffffff;--app-bg-2: #f7f9fd;--app-bg-3: #eef3fa;--app-bg-4: #e8eef8;--app-border-1: #c9d3e2;--app-border-2: #9eafc7;--app-text-1: #111a29;--app-text-2: #1e2a3f;--app-text-muted: #4e6079;--app-control-bg: #e2e9f5;--app-control-bg-hover: #d2dced;--app-sidebar-backdrop: rgba(8, 20, 40, .2);--app-sidebar-bg: #ffffff;--app-scrollbar-thumb: color-mix(in srgb, var(--app-text-muted) 36%, transparent);--app-scrollbar-thumb-hover: color-mix(in srgb, var(--primary) 54%, var(--app-text-muted))}[data-theme=dark]{color-scheme:dark}[data-theme=light]{color-scheme:light}*{scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track);scrollbar-width:thin}*::-webkit-scrollbar{width:var(--app-scrollbar-size);height:var(--app-scrollbar-size)}*::-webkit-scrollbar-track{background:var(--app-scrollbar-track)}*::-webkit-scrollbar-thumb{border:1px solid transparent;border-radius:999px;background:var(--app-scrollbar-thumb);background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-thumb-hover);background-clip:padding-box}*::-webkit-scrollbar-corner{background:transparent}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{margin:0;background:var(--bg);color:var(--text-1)}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}button{font-family:var(--font-sans)}.app-icon{display:inline-block;width:1em;height:1em;flex:0 0 auto;color:currentColor;vertical-align:-.125em}.app-icon *{vector-effect:non-scaling-stroke}.icon-label{display:inline-flex;align-items:center;gap:.45em;min-width:0}.icon-label>span{min-width:0}input,select,textarea{font:inherit}input,select,textarea{color:var(--text-1);background:var(--surface-2);border:1px solid var(--border)}.keyboard-shortcuts-backdrop{position:fixed;inset:0;z-index:2500;display:flex;align-items:flex-start;justify-content:center;padding:min(10vh,72px) 20px 20px;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.keyboard-shortcuts-panel{width:min(720px,100%);max-height:min(760px,84vh);overflow:auto;border:1px solid var(--app-border-1);border-radius:16px;background:var(--app-bg-2);color:var(--app-text-1);box-shadow:0 24px 80px #00000073}.keyboard-shortcuts-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px 14px;border-bottom:1px solid var(--app-border-1)}.keyboard-shortcuts-header h2,.keyboard-shortcuts-group h3,.keyboard-shortcuts-header p{margin:0}.keyboard-shortcuts-header h2{font-size:20px}.keyboard-shortcuts-header p{margin-top:4px;color:var(--app-text-muted);font-size:13px}.keyboard-shortcuts-close{width:32px;height:32px;border:1px solid var(--app-border-1);border-radius:8px;background:var(--app-control-bg);color:var(--app-text-1);cursor:pointer;font-size:20px;line-height:1}.keyboard-shortcuts-close:hover{background:var(--app-control-bg-hover)}.keyboard-shortcuts-groups{display:grid;gap:18px;padding:18px 22px 22px}.keyboard-shortcuts-group h3{margin-bottom:8px;color:var(--app-text-2);font-size:13px;text-transform:uppercase;letter-spacing:.06em}.keyboard-shortcuts-list{display:grid;gap:8px;margin:0}.keyboard-shortcuts-row{display:grid;grid-template-columns:minmax(150px,.42fr) 1fr;gap:14px;align-items:center;padding:8px 0;border-top:1px solid color-mix(in srgb,var(--app-border-1) 70%,transparent)}.keyboard-shortcuts-row:first-child{border-top:0}.keyboard-shortcuts-row dt{display:flex;flex-wrap:wrap;gap:5px;margin:0}.keyboard-shortcuts-row dd{margin:0;color:var(--app-text-2)}.keyboard-shortcuts-row kbd{min-width:28px;padding:3px 7px;border:1px solid var(--app-border-2);border-bottom-width:2px;border-radius:6px;background:var(--app-bg-3);color:var(--app-text-1);font-size:12px;text-align:center;box-shadow:inset 0 -1px #ffffff0d}.confirm-dialog-overlay{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000ad;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.confirm-dialog{width:min(420px,100%);overflow:hidden;border:1px solid var(--border, #3b4351);border-radius:14px;background:var(--surface-1, #1a1d22);box-shadow:0 24px 80px #00000073}.confirm-dialog-header,.confirm-dialog-body,.confirm-dialog-actions{padding:18px 20px}.confirm-dialog-header{border-bottom:1px solid var(--border, #3b4351)}.confirm-dialog-header h2{margin:0;color:var(--text-1, #e6ebf2);font-size:18px;font-weight:700}.confirm-dialog-body p{margin:0;color:var(--text-2, #aeb7c7);font-size:14px;line-height:1.5}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--border, #3b4351)}.confirm-dialog-cancel-btn,.confirm-dialog-confirm-btn{border:1px solid #4b5565;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer}.confirm-dialog-cancel-btn{background:transparent;color:#cbd5e1}.confirm-dialog-cancel-btn:hover:not(:disabled){background:#ffffff14;color:#fff}.confirm-dialog-confirm-btn{background:#2563eb;border-color:#2563eb;color:#fff}.confirm-dialog-confirm-btn:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.confirm-dialog-confirm-btn-danger{background:#dc2626;border-color:#dc2626}.confirm-dialog-confirm-btn-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.confirm-dialog-cancel-btn:disabled,.confirm-dialog-confirm-btn:disabled{opacity:.65;cursor:default}.message-list{display:flex;flex-direction:column;gap:4px}.message-row{display:flex;align-items:flex-start;gap:10px}.message-row-user{justify-content:flex-end}.message-row-assistant{justify-content:flex-start}.message-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.message-avatar-user{object-fit:cover;border:1px solid rgba(255,255,255,.16)}.message-avatar-agent{display:inline-flex;align-items:center;justify-content:center;background:#20262f;border:1px solid rgba(255,255,255,.14);font-size:22px;line-height:1}.message{padding:16px;border-radius:8px;max-width:85%}.message-user{background-color:#2a4a7a;align-self:flex-end;margin-left:auto;display:flex;gap:8px;align-items:flex-end}.message-assistant{background-color:#2a2a2a;align-self:flex-start;display:flex;gap:12px;align-items:flex-end}.message-tool{background-color:#1a2a1a;align-self:flex-start;font-family:monospace;font-size:13px}.tool-message-collapsed{padding:0;overflow:hidden}.tool-message-summary{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer}.tool-message-summary::-webkit-details-marker{display:none}.tool-message-summary::marker{content:""}.tool-message-label{color:#bfd0bf;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tool-message-summary .message-time{margin-left:auto}.tool-message-collapsed[open] .tool-message-summary{border-bottom:1px solid rgba(255,255,255,.12)}.tool-message-expanded{padding:10px 12px 12px}.tool-message-expanded .message-content{margin-bottom:8px}.message-system{background-color:#2d2538;align-self:flex-start}.message-provider-failure{background-color:#784a1b47;border:1px solid rgba(255,166,77,.38);color:#ffd6ad}.message-provider-failure .message-content{font-size:12px;line-height:1.4}.message-provider-failure .message-markdown pre{margin-top:8px;background:#1c140be6;border:1px solid rgba(255,166,77,.26);color:#ffd6ad;font-size:11px;max-height:240px;overflow:auto}.provider-failure-json{margin-top:8px}.provider-failure-json>summary{cursor:pointer;font-size:11px;color:#ffbf80;-webkit-user-select:none;user-select:none}.provider-failure-json>summary:hover{color:#ffd5a6}.provider-failure-json>pre{margin-top:8px;background:#1c140be6;border:1px solid rgba(255,166,77,.26);color:#ffd6ad;font-size:11px;max-height:240px;overflow:auto;padding:10px;border-radius:6px}.message-compaction{background-color:#3a341d;border:1px solid #c9a227}.message-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:12px}.message-footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:8px;font-size:11px}.message-audio-wrap{margin-top:10px}.message-audio-player{width:min(520px,100%)}.message-audio-error{margin-top:6px;color:#ffb3b3;font-size:12px;line-height:1.35}.message-user .message-footer{margin-top:0;align-items:flex-end;flex-shrink:0}.message-user .message-content{flex:1;min-width:0;line-height:1.3}.message-user .message-markdown p,.message-user .message-markdown ul,.message-user .message-markdown blockquote,.message-user .message-markdown pre,.message-user .message-markdown table{margin:.42em 0}.message-assistant .message-content{flex:1;min-width:0}.message-assistant .message-footer{margin-top:0;align-items:flex-end;flex-shrink:0}.message-role{font-weight:600;color:#e0e0e0}.message-internal-handoff{align-self:flex-start;background-color:#232932b8;border-style:dashed;color:#aeb8c4;display:block;margin-left:0;margin-right:auto;max-width:min(760px,100%);opacity:.72}.message-internal-handoff .message-content{color:#9aa6b4;font-size:12px;line-height:1.45}.message-internal-handoff .message-footer{opacity:.78}.message-handoff-label{align-items:center;border-bottom:1px solid rgba(255,255,255,.08);color:#9ca8b4;display:flex;flex-wrap:wrap;font-size:12px;gap:8px;margin:-2px 0 10px;padding-bottom:8px}.message-handoff-label strong{color:#d8e0e8;font-size:12px;font-weight:600}.message-tokens{color:#888;font-size:11px;opacity:.6;cursor:help;transition:opacity .2s}.message-tokens:hover{opacity:1}.message-time{color:#888;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;cursor:help;opacity:.5;transition:opacity .2s}.message-time:hover{opacity:1}.message-copy{border:none;background:transparent;color:#888;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:14px;opacity:.5;transition:opacity .2s}.message-copy:hover{opacity:1}.message-action-icon{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.message-meta-right{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}.message-content{font-family:var(--font-serif);font-size:16px;line-height:1.3;white-space:normal;word-break:break-word}.message-render-segments,.sessions-grouped-list,.provider-list-view,.integrations-list,.instruction-blocks,.instruction-blocks-list,.mind-session-creation-form,.workflows-node-list,.workflows-edge-list{display:flex;flex-direction:column;gap:10px}.message-session-action-card{display:flex;align-items:center;gap:12px;justify-content:space-between;border:1px solid rgba(113,141,195,.45);border-radius:8px;background:#222b3ec7;padding:10px}.message-session-action-card.linked{border-color:#63a7817a;background:#1c362bad}.message-session-action-main{min-width:0;display:flex;flex-direction:column;gap:6px}.message-session-action-title{color:#e5ecff;font-size:13px;font-weight:700;line-height:1.25}.message-session-action-files{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.message-session-action-files code,.message-session-action-files span,.message-session-action-file-link{border:1px solid rgba(132,154,193,.32);border-radius:4px;background:#0f141fb8;color:#aebddb;font-size:11px;line-height:1.2;padding:3px 5px}.message-session-action-file-link{cursor:pointer;font-family:var(--font-mono);text-decoration:underline;text-underline-offset:2px}.message-session-action-file-link:hover{color:#d1ddff;border-color:#9db8ff85}.message-session-action-linked{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#9ecfb6;font-size:11px;line-height:1.2}.message-session-action-status{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(111,200,143,.36);border-radius:999px;background:#25593a7a;color:#bcf0d0;font-weight:700;padding:2px 6px;text-transform:capitalize}.message-session-action-status.status-running{min-width:26px;min-height:18px}.message-session-action-status-loader{width:10px;height:10px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:message-session-action-spin .8s linear infinite}@keyframes message-session-action-spin{to{transform:rotate(360deg)}}.message-session-action-status.status-failed,.message-session-action-status.status-error{border-color:#ec727275;background:#6526268a;color:#ffd0d0}.message-session-action-session-id{color:#a7b9d3}.message-session-action-btn{flex:0 0 auto;border:1px solid #4b68c8;border-radius:6px;background:#263457;color:#dbe4ff;cursor:pointer;font-size:12px;font-weight:700;min-height:30px;padding:0 10px}.message-session-action-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.message-session-action-btn:hover:not(:disabled){background:#314274;border-color:#6f8bff}.message-session-action-btn:disabled{cursor:not-allowed;opacity:.62}.message-user .message-content{line-height:1}.message-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin-top:8px}.message-image-grid img{width:100%;max-height:280px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.16)}.message-markdown p,.message-markdown ul,.message-markdown ol,.message-markdown blockquote,.message-markdown pre,.message-markdown table{margin:.55em 0}.message-markdown p:first-child,.message-markdown ul:first-child,.message-markdown ol:first-child,.message-markdown blockquote:first-child,.message-markdown pre:first-child,.message-markdown table:first-child{margin-top:0}.message-markdown p:last-child,.message-markdown ul:last-child,.message-markdown ol:last-child,.message-markdown blockquote:last-child,.message-markdown pre:last-child,.message-markdown table:last-child{margin-bottom:0}.message-markdown ul,.message-markdown ol{padding-left:1.2rem}.message-markdown code{font-family:var(--font-mono);font-size:.86em;background:#ffffff0f;border-radius:4px;padding:.12rem .28rem}.message-markdown .md-code-block{margin:.7rem 0;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow-x:auto;background:#13151a;padding:.75rem .9rem}.message-markdown .md-code-block code{display:block;background:transparent;padding:0;border-radius:0;white-space:pre;color:#d9deea}.message-markdown .md-collapsible-code{margin:.7rem 0;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#13151a;overflow:hidden}.message-markdown .md-collapsible-code:first-child{margin-top:0}.message-markdown .md-collapsible-code:last-child{margin-bottom:0}.message-markdown .md-code-summary{display:flex;align-items:center;gap:8px;padding:.65rem .9rem;color:#d9deea;cursor:pointer;font-family:var(--font-mono);font-size:.82em;-webkit-user-select:none;user-select:none}.message-markdown .md-code-summary:hover{background:#ffffff0a}.message-markdown .md-code-summary-title{color:#7ab7ff;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.message-markdown .md-code-summary-meta{color:#8d99aa;font-size:.9em}.message-markdown .md-collapsible-code[open] .md-code-summary{border-bottom:1px solid rgba(255,255,255,.1)}.message-markdown .md-collapsible-code .md-code-block{margin:0;border:0;border-radius:0}.message-markdown .md-mermaid{margin:.7rem 0;padding:.75rem .9rem;overflow-x:auto;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#13151a;text-align:center}.message-markdown .md-mermaid svg{max-width:100%;height:auto}.message-markdown .md-mermaid-error{color:#ffb4ab;text-align:left;white-space:pre-wrap;font-family:var(--font-mono);font-size:12px}.message-markdown .tok-comment{color:#7f8a9c;font-style:italic}.message-markdown .tok-string{color:#a5e075}.message-markdown .tok-keyword{color:#7ab7ff}.message-markdown .tok-number{color:#f3a86a}.message-markdown .tok-type{color:#d9a8ff}.message-markdown .tok-key{color:#57c1d6}.message-markdown .tok-variable{color:#f0d36d}.message-markdown blockquote{border-left:3px solid rgba(122,183,255,.45);padding-left:.8rem;color:#c4ccda}.message-markdown a{color:#84b8ff;text-decoration:underline}.message-markdown .md-table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.message-markdown .md-table th,.message-markdown .md-table td{border:1px solid rgba(255,255,255,.16);padding:.4rem .55rem;text-align:left;vertical-align:top;white-space:nowrap}.message-markdown .md-table th{background:#ffffff14;font-weight:600}.message-spoken-text{background:#646cff38;border-radius:2px}.message-git-commit-suggestion-note{border:1px solid rgba(122,183,255,.24);border-radius:6px;background:#2634576b;color:#bfd0f0;font-size:12px;font-weight:600;margin:.55rem 0;padding:.45rem .6rem}.message-map{margin:.8rem 0;overflow:hidden;border:1px solid rgba(132,184,255,.24);border-radius:12px;background:linear-gradient(180deg,#213146eb,#121822f5);color:#e6eefc}.message-map:first-child{margin-top:0}.message-map:last-child{margin-bottom:0}.message-map-header{display:flex;align-items:center;gap:8px;padding:.65rem .8rem;border-bottom:1px solid rgba(255,255,255,.1)}.message-map-title{min-width:0;overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.message-map-count{flex:0 0 auto;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:1px 8px;color:#b8c9e4;font-size:12px}.message-map-expand{margin-left:auto;border:1px solid rgba(132,184,255,.44);border-radius:999px;padding:3px 10px;background:#84b8ff1f;color:#d8e8ff;cursor:pointer;font:inherit;font-size:12px}.message-map-expand:hover{background:#84b8ff33}.message-map-description,.message-map-address-only{margin:0;padding:.55rem .8rem;color:#c2cce0;font-size:13px}.message-map-canvas{position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1);background:#d8dee4;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.message-map-canvas:active{cursor:grabbing}.message-map-tile-layer,.message-map-marker-layer{position:absolute;inset:0}.message-map-tile{position:absolute;width:256px;height:256px;max-width:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.message-map-marker-layer{pointer-events:none}.message-map-pin{pointer-events:auto;position:absolute;transform:translate(-50%,-100%);display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border:2px solid #fff;border-radius:999px 999px 999px 2px;background:#3d7dff;color:#fff;font-size:11px;font-weight:800;text-decoration:none;box-shadow:0 6px 18px #0000005c}.message-map-pin:hover{background:#64a3ff}.message-map-controls{position:absolute;top:12px;right:12px;display:grid;overflow:hidden;border:1px solid rgba(0,0,0,.24);border-radius:10px;background:#ffffffe6;box-shadow:0 4px 16px #0000002e}.message-map-controls button{width:38px;height:34px;border:0;border-bottom:1px solid rgba(0,0,0,.16);background:transparent;color:#1e293b;cursor:pointer;font-size:24px;font-weight:800;line-height:1}.message-map-controls button:last-child{border-bottom:0}.message-map-controls button:hover{background:#3b82f61f}.message-map-attribution{position:absolute;right:8px;bottom:6px;border-radius:6px;padding:2px 6px;background:#ffffffd1;color:#1f2937;font-size:11px}.message-map-attribution a{color:#1d4ed8}.message-map-points{display:grid;gap:4px;margin:0;padding:.6rem .8rem .75rem 1.95rem}.message-map-points li{padding-left:.15rem}.message-map-point-title{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.message-map-points a{color:#9fccff;text-decoration:underline;text-underline-offset:2px}.message-map-provider-link{color:#c7dcff;font-size:12px;font-weight:600}.message-map-points span{display:block;color:#aebbd2;font-size:12px}.message-map-invalid{border-color:#ffb4ab6b;background:#502424b8}.message-map-invalid pre{margin:0;max-height:180px;overflow:auto;padding:.6rem .8rem;color:#ffd8d4}.tool-activity{margin-top:12px;background-color:#1a1a1a;border-radius:6px;border-left:3px solid #646cff;padding:10px 12px}.tool-activity-summary{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer}.tool-activity-errors{margin-left:auto;color:#f44336;font-size:12px}.tool-activity-body,.tool-calls,.tool-results{margin-top:10px}.tool-activity-body>.tool-calls:first-child,.tool-activity-body>.tool-results:first-child{margin-top:0}.tool-call,.tool-result{background-color:#151515;border-radius:6px;padding:10px;margin-top:8px;border-left:2px solid #646cff}.tool-result.error{border-left-color:#f44336}.tool-call-header,.tool-result-header{display:flex;align-items:center;gap:8px;font-weight:500;margin-bottom:8px;flex-wrap:wrap}.tool-icon{color:#646cff}.tool-provider-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #39455d;border-radius:999px;padding:2px 8px;background:#202735;color:#d0dcf2;font-size:11px;line-height:1.2}.tool-execution-card{font-family:inherit;background-color:#20262f;border-left-color:#5f8cff}.tool-parallel-card{background:linear-gradient(90deg,#5f8cff24,#5f8cff00 42%),#20262f}.tool-card-collapsed{padding:0;overflow:hidden}.tool-execution-stack{display:flex;flex-direction:column;gap:1px}.tool-execution-stack-offset{margin-left:50px}@media(max-width:720px){.tool-execution-stack-offset{margin-left:18px}}.tool-card-summary{display:flex;align-items:center;gap:4px;padding:3px 5px;min-height:24px;line-height:1.1;cursor:pointer}.tool-card-summary::-webkit-details-marker{display:none}.tool-card-summary::marker{content:""}.tool-summary-name{display:inline-flex;align-items:center;gap:3px;min-width:0;flex:1 1 auto}.tool-card-body{padding:0 5px 5px}.tool-card-collapsed[open] .tool-card-summary{border-bottom:1px solid rgba(255,255,255,.12)}.tool-execution-card .tool-name-with-icon{display:inline-flex;align-items:center;gap:4px;line-height:1.1}.tool-execution-card .tool-icon{line-height:1}.tool-execution-card .tool-path-link,.tool-execution-card .tool-details{line-height:1.15}.tool-execution-card .message-meta-right{gap:5px}.tool-execution-card .message-copy,.tool-execution-card .message-time{font-size:12px;line-height:1}.tool-execution-card .message-action-icon{width:12px;height:12px}.tool-execution-card-error{border-left-color:#f44336}.tool-question-card{background:linear-gradient(90deg,#ff841842,#ff841812 48%,#ff841805),#2f2118;border-left-color:#ff8a1f;color:#fff}.tool-question-card .tool-card-summary{color:#fff}.tool-question-summary{min-height:30px;padding:3px 6px 3px 4px}.tool-question-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;border-radius:9px;background:#ff8a1f;color:#fff;font-size:26px;font-weight:900;line-height:1;box-shadow:inset 0 -2px #00000029,0 0 18px #ff8a1f3d}.tool-question-summary-name{gap:5px;color:#fff}.tool-question-kicker{flex:0 0 auto;border:1px solid rgba(255,255,255,.26);border-radius:999px;padding:1px 7px;background:#ffffff1f;color:#fff;font-size:11px;font-weight:800;letter-spacing:.03em;line-height:1.25;text-transform:uppercase}.tool-question-title{flex:0 0 auto;max-width:180px;overflow:hidden;color:#fff;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.tool-question-preview{min-width:0;overflow:hidden;color:#ffffffe0;font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.tool-question-card .tool-inline-separator,.tool-question-card .message-time,.tool-question-card .message-copy,.tool-question-card .tool-duration,.tool-question-card .llm-duration:before,.tool-question-card .message-tokens{color:#ffffffc7}.tool-question-card .message-action-icon{stroke:currentColor}.tool-question-card .tool-duration,.tool-question-card .message-tokens{border-color:#ffffff38;background:#ffffff1a}.tool-question-card[open] .tool-question-summary{border-bottom-color:#ffffff29}.tool-question-body{padding:4px 6px 6px 38px}.tool-question-text{margin:0 0 5px;color:#fff;font-size:13px;line-height:1.25}.tool-question-options{display:flex;flex-wrap:wrap;gap:4px}.tool-question-option{display:inline-flex;align-items:baseline;gap:5px;max-width:min(360px,100%);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:2px 8px;background:#ffffff1a;color:#fff;font-size:12px;line-height:1.25}.tool-question-answer-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:18px;height:18px;border-radius:999px;background:#ff8a1f;color:#fff;font-size:12px;font-weight:900;line-height:1}.tool-question-answer-icon .app-icon{width:12px;height:12px}.tool-question-option strong,.tool-question-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-question-option span{color:#ffffffbd}.tool-question-footer{display:flex;flex-wrap:wrap;gap:4px;margin-top:5px;color:#ffffffbd;font-size:11px;line-height:1.2}.tool-question-footer span+span:before{content:"·";margin-right:4px}.tool-execution-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.tool-execution-block+.tool-execution-block{margin-top:4px}.tool-execution-label{font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;margin-bottom:2px;color:#a7b1c2}.tool-name{color:#e0e0e0}.tool-inline-separator{color:#8594b0}.tool-path-link{display:inline;max-width:100%;overflow:hidden;padding:0;border:0;background:transparent;color:#9ab3ff;cursor:pointer;font:inherit;text-align:left;text-decoration:underline;text-overflow:ellipsis;text-underline-offset:2px;white-space:nowrap}.tool-path-link:hover{color:#bdd0ff}.tool-details{color:#a0a0a0;font-size:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:400px}.tool-duration{display:inline-flex;align-items:center;flex:0 0 auto;border:1px solid rgba(122,154,218,.34);border-radius:999px;padding:0 6px;background:#7499de21;color:#bed0f4;font-size:11px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;line-height:1.3;white-space:nowrap}.llm-duration:before{content:"LLM";margin-right:4px;color:#8fa8dd;font-family:inherit;font-size:10px;font-weight:700;letter-spacing:.02em}.parallel-tool-tree{display:flex;flex-direction:column;gap:3px;padding:3px 0 0 8px;border-left:1px solid rgba(139,164,215,.34)}.tool-nested-card{background:#0a0c1080;border:1px solid rgba(126,151,203,.2);border-radius:7px;overflow:hidden}.tool-nested-card-error{border-color:#f4433680}.tool-nested-card-delegation{border-color:#84a9ff61;background:linear-gradient(90deg,#84a9ff1f,#84a9ff00 54%),#0a0c108f}.tool-nested-summary{display:flex;align-items:center;gap:4px;min-width:0;padding:3px 5px;line-height:1.1;cursor:pointer}.tool-nested-summary-delegation{min-height:30px}.tool-nested-summary::-webkit-details-marker{display:none}.tool-nested-summary::marker{content:""}.parallel-branch{color:#8ea7dc;font-weight:700}.tool-nested-meta{display:inline-flex;align-items:center;gap:4px;margin-left:auto}.tool-session-link{flex:0 0 auto;margin-left:6px;font-size:12px}.tool-nested-body{padding:0 5px 5px 20px}.tool-nested-delegation-body{padding-left:22px}.tool-nested-card[open] .tool-nested-summary{border-bottom:1px solid rgba(255,255,255,.08)}.tool-nested-card-slowest{border-color:#ffc1079e;box-shadow:inset 0 0 0 1px #ffc10738}.tool-nested-summary-slowest{background:#ffc10714}.tool-slowest-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid rgba(255,193,7,.6);border-radius:999px;background:#ffc10729;color:#ffd54f}.tool-slowest-icon{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.result-icon{color:#4caf50}.result-icon-error{color:#f44336}.tool-input,.tool-result-content{background-color:#0a0a0a;padding:4px 6px;border-radius:4px;overflow-x:auto;font-size:12px;max-height:200px;overflow-y:auto;margin:0}.tool-result-widget-note{border:1px dashed rgba(132,184,255,.34);border-radius:6px;padding:6px 8px;background:#84b8ff14;color:#c8d8ef;font-size:12px}.tool-result-session-action-summary,.parallel-session-action-summary{margin-top:2px}.tool-edit-input{background-color:#0a0a0a;border-radius:4px;margin:0;overflow:hidden}.tool-edit-meta{display:flex;align-items:center;gap:8px;padding:6px 8px;border-bottom:1px solid rgba(255,255,255,.1);font-size:11px;color:#9aa6bc}.tool-edit-path{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;color:#d4dded;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-edit-flag{border:1px solid rgba(127,180,255,.4);border-radius:999px;padding:1px 7px;color:#b8d3ff}.tool-edit-diff{max-height:280px;overflow:auto;font-family:var(--font-mono);font-size:12px}.tool-edit-row{display:grid;grid-template-columns:20px 54px 54px minmax(0,1fr);align-items:baseline}.tool-edit-sign,.tool-edit-line{color:#6f7d95;text-align:right;padding:0 8px 0 6px;-webkit-user-select:none;user-select:none}.tool-edit-code{padding:1px 10px 1px 8px;white-space:pre;color:#d7deea}.tool-edit-row-add{background-color:#4caf502e}.tool-edit-row-remove{background-color:#f4433633}.tool-edit-row-add .tool-edit-sign{color:#79df88}.tool-edit-row-remove .tool-edit-sign{color:#ff8f86}.tool-edit-row-marker .tool-edit-code{color:#8896ad;font-style:italic}.tool-result-image{display:block;width:100%;max-height:320px;object-fit:contain;border-radius:6px;border:1px solid rgba(255,255,255,.14);background:#0a0a0a}.tool-preview-always{margin-top:0}.tool-preview-always .tool-execution-label{margin:10px 12px 6px}.tool-camera-preview{margin-top:8px;width:100%;max-height:260px;border-radius:6px;border:1px solid rgba(255,255,255,.14);background:#0a0a0a;object-fit:contain}.message-loading{display:flex;align-items:center;gap:12px;padding:16px;background-color:#2a2a2a;border-radius:8px;color:#888}.message-loading-spinner{display:inline-block;width:16px;height:16px;border-radius:50%;box-sizing:border-box;background-color:transparent;border:3px solid rgba(76,175,80,.3);border-top-color:#4caf50;animation:session-status-spin .8s linear infinite;flex-shrink:0}.inline-file-reference{display:inline;padding:0;border:0;background:transparent;color:var(--link-color, #8ab4ff);cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:2px}.inline-file-reference:hover{color:#b8d4ff}.question-prompt{background:linear-gradient(135deg,#ff841847,#ff841814),#2f2118;border:1px solid #ff8a1f;border-radius:8px;padding:8px 10px;margin:8px 0;color:#fff;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.question-prompt-header{display:flex;align-items:center;gap:7px;margin-bottom:5px}.question-prompt-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#ff8a1f;color:#fff;font-size:22px;font-weight:900;line-height:1}.question-prompt-header strong{color:#fff;margin:0;font-size:16px;font-weight:800}.question-prompt-text{margin:0 0 8px;color:#fff;font-size:16px;font-weight:600;line-height:1.28}.question-prompt-options{display:flex;flex-direction:column;gap:5px;margin-bottom:0}.question-option{display:flex;align-items:flex-start;gap:7px;width:100%;padding:6px 8px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:#ff8a1f52;color:#fff;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s ease,border-color .15s ease,transform .15s ease}.question-option-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:22px;height:22px;border-radius:999px;background:#ff8a1f;color:#fff;font-size:15px;font-weight:900;line-height:1}.question-option-icon .app-icon{width:14px;height:14px}.question-option-content{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.question-option:hover{border-color:#ffffff6b;background:#ff8a1f7a;transform:translateY(-1px)}.question-option.selected{border-color:#fff;background:#ff8a1f;font-weight:700}.question-option-content strong{display:block;color:#fff;font-size:15px;font-weight:800;line-height:1.2}.question-option-content span{color:#ffffffd6;font-size:14px;line-height:1.22}.question-prompt-hint{margin:6px 0 0;padding:5px 7px;background:#ffffff1a;border-left:3px solid #ffb15c;border-radius:4px;color:#ffffffdb;font-size:13px;line-height:1.25}.question-prompt-error{padding:6px 8px;margin:6px 0;background:#ff8a1f2e;border:1px solid #ff8a1f;border-radius:5px;color:#fff;font-size:13px}.session-file-preview-drawer{position:fixed;top:0;right:0;bottom:0;z-index:1250;display:flex;width:min(720px,46vw);min-width:420px;flex-direction:column;border-left:1px solid rgba(255,255,255,.12);background:#111827;box-shadow:-24px 0 60px #00000061;animation:session-file-preview-slide-in .18s ease-out}@keyframes session-file-preview-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.session-file-preview-header{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.12);background:#0f172af5}.session-file-preview-title-wrap{min-width:0}.session-file-preview-eyebrow{margin-bottom:4px;color:#93a4b8;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.session-file-preview-title{overflow:hidden;color:#e5eefc;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.session-file-preview-close{width:30px;height:30px;flex-shrink:0;border:1px solid rgba(148,163,184,.28);border-radius:8px;background:#0f172ac2;color:#dbeafe;cursor:pointer;font-size:20px;line-height:1}.session-file-preview-close:hover{border-color:#93c5fd8c;background:#1e293bf2}.session-file-preview-message{padding:18px;color:#a8b3c7;font-size:13px}.session-file-preview-message.error{color:#fca5a5}.session-file-preview-body{flex:1;min-height:0;overflow:auto}.session-file-preview-code{margin:0;padding:12px 0 28px;background:transparent;color:#dbeafe;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;tab-size:2}.session-file-preview-line{display:grid;grid-template-columns:64px minmax(0,1fr);min-width:max-content;padding-right:18px}.session-file-preview-line.highlighted{background:#facc1524;box-shadow:inset 3px 0 #facc15}.session-file-preview-line-number{-webkit-user-select:none;user-select:none;padding:0 12px;color:#64748b;text-align:right}.session-file-preview-line-text{white-space:pre}@media(max-width:900px){.session-file-preview-drawer{left:0;width:auto;min-width:0}}.task-progress-panel{display:flex;flex-direction:column;gap:8px;width:100%}.task-progress-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;background:none;border:1px solid #3a3a3a;border-radius:6px;padding:4px 10px;cursor:pointer;transition:all .2s;font-family:inherit;font-size:12px;color:#a5a5a5;width:100%}.task-progress-header:hover{background:#007aff1a;border-color:#007aff;color:#007aff}.task-progress-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0}.task-progress-icon-svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.task-progress-summary{display:flex;flex-direction:column;gap:4px;min-width:0}.task-progress-current{display:block;min-width:0;color:#d0d0d0;line-height:1.25}.task-progress-current-text{display:block;overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.task-progress-bar-container{width:100%;height:6px;background:#333;border-radius:3px;overflow:hidden}.task-progress-bar{height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:3px;transition:width .3s ease}.task-progress-text{font-weight:500;white-space:nowrap}.task-progress-toggle{font-size:10px;transition:transform .2s}.task-progress-toggle.expanded{transform:rotate(180deg)}.task-progress-details{background:#1a1a1a;border:1px solid #333;border-radius:6px;padding:10px 12px;max-height:300px;overflow-y:auto}.task-tree{list-style:none;margin:0;padding:0}.task-tree ul{list-style:none;margin:4px 0 0;padding-left:20px}.task-item{padding:4px 0;font-size:13px;line-height:1.4}.task-item>.task-checkbox,.task-item>.task-text{display:inline}.task-item>.task-checkbox{display:inline-flex;align-items:center;justify-content:center;margin-right:8px}.task-checkbox{font-size:14px;flex-shrink:0;margin-top:-1px}.task-checkbox .app-icon{width:14px;height:14px}.task-completed .task-checkbox{color:#4caf50}.task-pending .task-checkbox{color:#666}.task-text{color:#d0d0d0;flex:1}.task-completed .task-text{color:#888;text-decoration:line-through}[data-theme=light] .task-progress-header{border-color:#c9d3e2;color:#55657d}[data-theme=light] .task-progress-current{color:#263244}[data-theme=light] .task-progress-bar-container{background:#d3ddeb}.job-detail-container{max-width:1200px;margin:0 auto;padding:20px}.job-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #333}.header-left{display:flex;align-items:center;gap:16px}.header-left h2{color:#e0e0e0;margin:0}.header-actions{display:flex;gap:8px}.job-detail-content{display:flex;flex-direction:column;gap:24px}.job-info-section,.job-task-section,.job-sessions-section{background-color:#242424;border:1px solid #333;border-radius:8px;padding:20px}.job-info-section h3,.job-task-section h3,.job-sessions-section h3{color:#e0e0e0;margin:0 0 16px;font-size:16px}.job-sessions-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px}.job-sessions-header h3{margin:0}.job-sessions-actions{display:inline-flex;gap:8px}.job-sessions-section .session-play-btn{min-width:72px}.job-task-path-row{margin:0 0 10px;display:flex;align-items:baseline;gap:6px;min-width:0}.job-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.info-item{display:flex;flex-direction:column;gap:4px}.info-label{color:#888;font-size:13px}.info-value{color:#e0e0e0}.info-value.status-enabled{color:#4caf50}.info-value.status-disabled{color:#888}.no-sessions{color:#888;font-style:italic}.job-edit-container{max-width:800px;margin:0 auto}.job-edit-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #333}.job-edit-header h2{color:#e0e0e0;margin:0}.job-edit-form{display:flex;flex-direction:column;gap:20px}.form-group label{color:#e0e0e0;font-weight:500}.form-group input,.form-group textarea,.form-group select{padding:12px;background-color:#242424;border:1px solid #333;border-radius:6px;color:#e0e0e0;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#646cff}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{background-color:#1a1a1a;color:#666;cursor:not-allowed}.form-group textarea{font-family:inherit;resize:vertical;min-height:120px}.job-file-picker-row input{flex:1}.form-group.checkbox{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.form-group.checkbox label{margin:0}.jobs-list-container{width:100%;margin:0;padding-top:20px}.jobs-empty{text-align:center;padding:60px 20px;color:#888}.jobs-empty p{margin-bottom:8px}.jobs-empty p:first-child{font-size:18px;color:#e0e0e0}.jobs-list{display:flex;flex-direction:column;gap:12px}.job-card{background-color:#242424;border:1px solid #333;border-radius:8px;padding:10px 12px;transition:border-color .2s}.job-card:hover{border-color:#444}.job-card.job-disabled{opacity:.7}.job-card-row{display:flex;align-items:center;gap:12px}.job-card-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.job-name{margin:0;font-size:17px}.job-name-link{color:#e0e0e0;text-decoration:none}.job-name-link:hover{text-decoration:underline}.job-primary-schedule{margin-top:2px;color:#f2f2f2;font-size:14px;font-weight:400;line-height:1.35}.job-status-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0;background-color:#888}.job-status-indicator.status-enabled{background-color:#4caf50}.job-status-indicator.status-disabled{background-color:#888}.job-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.settings-panel h2{margin:0 0 10px;font-size:20px;color:#e0e0e0}.notifications-list{display:flex;flex-direction:column;gap:8px}.notification-card{background:#1f2937;border:1px solid #374151;border-radius:8px;padding:10px 12px}.notification-card-header{display:flex;gap:8px;justify-content:flex-start;align-items:center;margin-bottom:6px}.notification-card-header strong{font-size:15px;color:#f3f4f6}.notification-status{text-transform:capitalize;font-size:11px;border:1px solid #4b5563;border-radius:999px;padding:1px 8px;color:#d1d5db}.notification-status.status-completed{border-color:#10b981;color:#10b981}.notification-status.status-failed{border-color:#ef4444;color:#ef4444}.notification-status.status-info{border-color:#3b82f6;color:#3b82f6}.notification-status.status-success{border-color:#10b981;color:#10b981}.notification-status.status-warning{border-color:#f59e0b;color:#f59e0b}.notification-status.status-error{border-color:#ef4444;color:#ef4444}.notification-message{color:#9ca3af;font-size:13px;margin-bottom:6px;line-height:1.4}.notification-image{display:block;width:100%;max-height:200px;object-fit:cover;border-radius:6px;border:1px solid rgba(255,255,255,.14);margin-bottom:8px}.notification-meta{color:#6b7280;font-size:12px}.notification-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.notification-actions{display:flex;gap:6px;margin-left:auto}@media(max-width:900px){.notification-footer{flex-direction:column;align-items:flex-start}.notification-actions{width:100%;justify-content:flex-end}}._projectFilesSection_rfsxg_2{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}._projectFilesEmpty_rfsxg_10{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#9a9a9a;text-align:center;gap:12px}._projectFilesEmpty_rfsxg_10 p{margin:0}._projectFilesSection_rfsxg_2 ._mind-layout_rfsxg_25{flex:1;min-height:0}._projectFilesSection_rfsxg_2 ._mind-tree-panel_rfsxg_30{display:flex;flex-direction:column}._projectFilesSection_rfsxg_2 ._mind-viewer-panel_rfsxg_35{flex:1}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-panel_rfsxg_39._cm-search_rfsxg_39,[data-theme=light] ._project-git-tab_rfsxg_40 ._mind-code-editor_rfsxg_39 ._cm-panel_rfsxg_39._cm-search_rfsxg_39{border-bottom-color:#c4d2e6;background:#f1f6fd;color:#132238}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-panel_rfsxg_39._cm-search_rfsxg_39 input,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-panel_rfsxg_39._cm-search_rfsxg_39 button,[data-theme=light] ._project-git-tab_rfsxg_40 ._mind-code-editor_rfsxg_39 ._cm-panel_rfsxg_39._cm-search_rfsxg_39 input,[data-theme=light] ._project-git-tab_rfsxg_40 ._mind-code-editor_rfsxg_39 ._cm-panel_rfsxg_39._cm-search_rfsxg_39 button{border-color:#c4d2e6;background:#fff;color:#132238}[data-theme=light] ._projectFilesSection_rfsxg_2 ._local-file-search-bar_rfsxg_55,[data-theme=light] ._project-git-tab_rfsxg_40 ._local-file-search-bar_rfsxg_55{border-color:#c4d2e6;background:#f8fbfff7;color:#132238}[data-theme=light] ._projectFilesSection_rfsxg_2 ._local-file-search-input_rfsxg_62,[data-theme=light] ._projectFilesSection_rfsxg_2 ._local-file-search-nav_rfsxg_63,[data-theme=light] ._projectFilesSection_rfsxg_2 ._local-file-search-close_rfsxg_64,[data-theme=light] ._project-git-tab_rfsxg_40 ._local-file-search-input_rfsxg_62,[data-theme=light] ._project-git-tab_rfsxg_40 ._local-file-search-nav_rfsxg_63,[data-theme=light] ._project-git-tab_rfsxg_40 ._local-file-search-close_rfsxg_64{border-color:#c4d2e6;background:#fff;color:#132238}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-panel_rfsxg_30,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-viewer-panel_rfsxg_35{background:#fff}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-toolbar_rfsxg_78{border-color:#d7deea}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-viewer-path-copy_rfsxg_82{color:#4f6382}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-viewer-path-copy_rfsxg_82:hover{color:#1a2a44}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-viewer-header_rfsxg_90{border-color:#d7deea;background:#f8fbff}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-item_rfsxg_95{color:#1f2b40}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-item_rfsxg_95._mind-tree-hidden_rfsxg_99{color:#7f8aa0}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-item_rfsxg_95:hover{background:#eaf0f9}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-directory-has-git-changes_rfsxg_107{color:#157a2e}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-row-branch-changed_rfsxg_111 ._mind-tree-item_rfsxg_95{box-shadow:inset 2px 0 #b45309b8}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-directory-branch-changed_rfsxg_115,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-file-branch-changed_rfsxg_116{color:#92400e}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-branch-count_rfsxg_120,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-branch-change-badge_rfsxg_121{border-color:#b453094d;background:#f59e0b29;color:#78350f}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-branch-change-added_rfsxg_127{border-color:#15803d47;background:#22c55e21;color:#166534}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-branch-change-deleted_rfsxg_133{border-color:#b91c1c42;background:#ef44441f;color:#991b1b}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-tree-file_rfsxg_116._active_rfsxg_139{background:#dde7f6;color:#1d4ed8}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-viewer-path_rfsxg_82{color:#1a2a44;background:#edf3fc;border-color:#c7d5ea}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-source-selection-chip_rfsxg_150{color:#1b3767;background:#e8f0fb;border-color:#c4d2e6}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39{background:#f8fbff;border-color:#d5dfef}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-editor_rfsxg_161,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-scroller_rfsxg_162,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-content_rfsxg_163{background:#f8fbff;color:#132238}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-gutters_rfsxg_168{background:#eef3fb;border-color:#d5dfef;color:#62708a}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-tooltip_rfsxg_174,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-tooltip-autocomplete_rfsxg_175{border-color:#c4d2e6;background:#fff;color:#132238}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-content_rfsxg_163::selection,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-content_rfsxg_163 *::selection,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-line_rfsxg_183::selection,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-line_rfsxg_183 *::selection{background:#2d68e03d;color:#132238}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189::selection,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 *::selection{background:#f59e0b6b;color:#111827}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._mind-preview-selected-line_rfsxg_195{background:#f59e0b29!important;box-shadow:inset 3px 0 #d97706f2,0 0 0 1px #d9770633}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-code-editor_rfsxg_39 ._cm-tooltip-autocomplete_rfsxg_175 ul li[aria-selected]{background:#dde7f6;color:#0b57d0}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-pdf-preview_rfsxg_205{border-color:#c7d5ea;background:#f8fbff}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189{color:#1f2b40}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 h1,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 h2,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 h3,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 h4,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 h5,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 h6{color:#162033}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 p,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 li,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 td,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 th{color:#1f2b40}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._md-table_rfsxg_230 th{background:#eef3fb;border-color:#d5dfef}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._md-mermaid_rfsxg_235{background:#f5f8fd;border-color:#d5dfef}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._md-mermaid-error_rfsxg_240{color:#b42318}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._md-table_rfsxg_230 td{border-color:#d5dfef}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 code{color:#132238;background:#eaf1fb}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 pre,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._md-code-block_rfsxg_254{background:#f5f8fd;border-color:#d5dfef}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 pre code,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._md-code-block_rfsxg_254 code{color:#132238;background:transparent}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._tok-comment_rfsxg_265{color:#61708a}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._tok-string_rfsxg_269{color:#0f7a43}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._tok-keyword_rfsxg_273{color:#0b57d0}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._tok-number_rfsxg_277{color:#b65e17}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._tok-type_rfsxg_281{color:#6f42c1}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._tok-key_rfsxg_273{color:#0b7285}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 ._tok-variable_rfsxg_289{color:#8a5300}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 a{color:#0b57d0;text-decoration-color:#0b57d073}[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 a:hover,[data-theme=light] ._projectFilesSection_rfsxg_2 ._mind-markdown-preview_rfsxg_189 a:focus-visible{color:#0846a9;text-decoration-color:currentColor}._projectViewerEmpty_rfsxg_304{max-width:640px;margin:0 auto;text-align:center}._projectViewerEmptyIcon_rfsxg_310{width:56px;height:56px;margin:0 auto 8px;border-radius:14px;border:1px solid #3f4655;background:linear-gradient(180deg,#242c3a,#1a212d);display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1}[data-theme=light] ._projectViewerEmptyIcon_rfsxg_310{border-color:#c9d3e2;background:linear-gradient(180deg,#eef3fb,#e3eaf6);color:#2a3a56}._projectTaskEmpty_1nj6r_3{margin:auto;text-align:center}._projectTaskBoardWrap_1nj6r_8{display:flex;flex-direction:column;gap:10px;padding:10px;height:100%;overflow:auto}._projectTaskHeader_1nj6r_17 h2{margin:0;font-size:14px;color:#c9d4e7}._projectTaskHeaderActions_1nj6r_23{display:flex;gap:8px}[data-theme=light] ._mindTodoColumn_1nj6r_28{border-color:#c9d3e2;background:#f8fbff}[data-theme=light] ._mindTodoColumnHeader_1nj6r_33{border-bottom-color:#d7deea}[data-theme=light] ._mindTodoColumnHeader_1nj6r_33 h3{color:#23324a}[data-theme=light] ._mindTodoColumnBody_1nj6r_41._dropTarget_1nj6r_41{background:#e7effd;box-shadow:inset 0 0 0 1px #9db7ea}[data-theme=light] ._mindTodoCard_1nj6r_46{border-color:#cbd6e8;background:#fff}[data-theme=light] ._mindTodoCardTitle_1nj6r_51{color:#1f2d43}[data-theme=light] ._mindTodoCardInput_1nj6r_55{border-color:#b8c8df;background:#f7faff;color:#20304a}[data-theme=light] ._mindTodoCardInput_1nj6r_55:focus{border-color:#6d93d8}[data-theme=light] ._mindTodoEmpty_1nj6r_65{color:#566983}[data-theme=light] ._mindTodoCardPrice_1nj6r_69{border-color:#23874847;background:#329b541f;color:#176b37}[data-theme=light] ._mindTodoTagPill_1nj6r_75{border-color:hsl(var(--todo-tag-hue) 62% 46% / .3);background:hsl(var(--todo-tag-hue) 78% 93% / .9);color:hsl(var(--todo-tag-hue) 62% 33%)}[data-theme=light] ._mindTodoActionBtn_1nj6r_81,[data-theme=light] ._mindTodoAddBtn_1nj6r_82{border-color:#c5d1e3;background:#eef3fa;color:#273247}[data-theme=light] ._mindTodoActionBtn_1nj6r_81:hover,[data-theme=light] ._mindTodoAddBtn_1nj6r_82:hover{background:#e3ebf7;border-color:#aebfda}[data-theme=light] ._projectTaskHeader_1nj6r_17 h2{color:#25364f}[data-theme=light] ._projectTaskHeaderActions_1nj6r_23 .mind-create-session-btn{border-color:#c5d1e3;background:#eef3fa;color:#2b3a52}[data-theme=light] ._projectTaskHeaderActions_1nj6r_23 .mind-create-session-btn:hover{background:#e3ebf7;border-color:#aebfda}._mindTodoBoard_1nj6r_109{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}._mindTodoColumn_1nj6r_28{border:1px solid #3a3a3a;border-radius:10px;background:#1a1a1a;min-height:220px;display:flex;flex-direction:column}._mindTodoColumnHeader_1nj6r_33{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #323232}._mindTodoColumnHeader_1nj6r_33 h3{margin:0;font-size:13px;color:#f0f0f0}._mindTodoColumnBody_1nj6r_41{padding:10px;display:grid;gap:8px;min-height:140px;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}._mindTodoColumnBody_1nj6r_41._dropTarget_1nj6r_41{background:#6c8cff1f;box-shadow:inset 0 0 0 1px #819dff6b}._mindTodoCard_1nj6r_46{border:1px solid #353535;border-radius:8px;background:#232323;padding:9px 10px;display:flex;align-items:flex-start;gap:8px;cursor:grab}._mindTodoCard_1nj6r_46._dragging_1nj6r_162{opacity:.62;cursor:grabbing}._mindTodoCard_1nj6r_46._dropBefore_1nj6r_167{box-shadow:0 -2px #8aa2ff,0 0 0 1px #8aa2ff59}._mindTodoCard_1nj6r_46._dropAfter_1nj6r_171{box-shadow:0 2px #8aa2ff,0 0 0 1px #8aa2ff59}._mindTodoCardMain_1nj6r_175{flex:1;min-width:0;display:grid;gap:7px}._mindTodoCardTopline_1nj6r_182{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}._mindTodoCardPrice_1nj6r_69{flex-shrink:0;max-width:42%;border:1px solid rgba(98,197,134,.34);border-radius:999px;background:#4bb56924;color:#9ee6ad;font-size:12px;font-weight:700;line-height:1.2;padding:3px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mindTodoTags_1nj6r_205{display:flex;flex-wrap:wrap;gap:5px}._mindTodoTagPill_1nj6r_75{--todo-tag-hue: 214;border:1px solid hsl(var(--todo-tag-hue) 72% 62% / .38);border-radius:999px;background:hsl(var(--todo-tag-hue) 74% 48% / .16);color:hsl(var(--todo-tag-hue) 86% 78%);font-size:11px;font-weight:650;line-height:1.2;padding:3px 7px}._mindTodoCardTitle_1nj6r_51{color:#f0f0f0;font-size:15px;line-height:1.35;flex:1;min-width:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}._mindTodoCardInput_1nj6r_55{flex:1;min-width:0;border:1px solid #5a6788;border-radius:6px;background:#1a2230;color:#e9efff;padding:6px 8px;font-size:15px;line-height:1.35;min-height:40px;resize:vertical;font-family:inherit}._mindTodoCardInput_1nj6r_55:focus{outline:none;border-color:#7fa4ff}._mindTodoCardActions_1nj6r_254{display:flex;align-items:center;gap:5px;flex-shrink:0}._mindTodoActionBtn_1nj6r_81,._mindTodoAddBtn_1nj6r_82{border:1px solid #4a4a4a;border-radius:6px;background:#2a2a2a;color:#ddd;font-size:12px;padding:4px 7px;cursor:pointer;min-height:28px}._mindTodoActionBtn_1nj6r_81._primary_1nj6r_273{background:#3557bf;border-color:#4f75ea;color:#fff}._mindTodoActionBtn_1nj6r_81:disabled,._mindTodoAddBtn_1nj6r_82:disabled{opacity:.6;cursor:not-allowed}._mindTodoEmpty_1nj6r_65{color:#9b9b9b;font-size:12px}._projectTaskHeaderActions_1nj6r_23 .mind-create-session-btn{border-color:#5a6f96;background:#29354a;color:#d2ddf2}.meetings-view{display:grid;gap:16px}.meetings-panel-switch{display:inline-flex;gap:6px;padding:4px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;width:fit-content;margin:0 auto}.meetings-panel-switch-btn{border:1px solid transparent;border-radius:8px;background:transparent;color:#b9cae1;padding:6px 12px;font-size:12px;font-weight:700}.meetings-panel-switch-btn.active{background:#5492c459;border-color:#78c2f999;color:#eef6ff}.meetings-controls{display:grid;gap:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px}.meetings-field-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.meetings-action-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.meetings-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:12px;border:1px solid rgba(255,255,255,.16)}.meetings-status-badge.status-recording{color:#ffb4b4;border-color:#ff636399;background:#aa1a1a42}.meetings-status-badge.status-paused{color:#f7e3a4;border-color:#d2a42a9e;background:#855f083d}.meetings-status-badge.status-idle,.meetings-status-badge.status-stopping,.meetings-status-badge.status-saving{color:#b8d6ff}.meetings-timer{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#d5e6ff}.meetings-transcript{border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff05;padding:14px;min-height:260px}.meetings-transcript-list{display:grid;gap:8px;max-height:420px;overflow:auto}.meetings-transcript-entry{display:grid;gap:8px;grid-template-columns:auto auto 1fr;align-items:baseline;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:8px 10px}.meetings-transcript-time{color:#9bb5d8;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.meetings-transcript-speaker{font-weight:700;color:#dcecff}.meetings-transcript-text{color:#e8edf7;white-space:pre-wrap}.meetings-save-result{border:1px dashed rgba(130,198,255,.45);border-radius:8px;background:#2d567833;padding:10px;display:grid;gap:4px;word-break:break-word}.meetings-history-layout{display:grid;gap:12px;grid-template-columns:minmax(240px,320px) 1fr;align-items:start}.meetings-history-list{display:flex;flex-direction:column;gap:8px;max-height:min(74vh,calc(100vh - 230px));overflow:auto;padding-right:2px}.meetings-history-item{display:flex;align-items:stretch;justify-content:space-between;gap:4px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:6px}.meetings-history-item-main{display:grid;gap:4px;text-align:left;color:inherit;background:transparent;border:none;padding:4px;flex:1;min-width:0}.meetings-history-delete-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff05;color:#ffb9b9;min-width:34px;padding:0 8px;font-size:14px}.meetings-history-delete-btn .app-icon{width:16px;height:16px}.meetings-history-delete-btn:disabled{opacity:.6;cursor:wait}.meetings-history-item.active{border-color:#7bc2ffd9;background:#3f7ead57}.meetings-history-item span{color:#9bb5d8;font-size:12px}.meetings-history-detail{display:grid;gap:10px;min-width:0}.meetings-history-top{display:grid;gap:12px;grid-template-columns:minmax(220px,1fr) minmax(280px,420px);align-items:start}.meetings-history-meta{display:grid;gap:4px;word-break:break-word}.meetings-history-meta h3{margin:0;font-size:18px;line-height:1.2}.meetings-history-meta-time{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12px;color:#9bb5d8}.meetings-history-note-link{display:inline-block;width:fit-content;font-size:12px;color:#8ec5ff;text-decoration:none}.meetings-history-note-link:hover{text-decoration:underline}.meetings-history-file-links{display:grid;gap:4px}.meetings-history-audio{display:grid;gap:6px;align-content:start}.meetings-history-audio-item{display:grid;gap:4px}.meetings-history-audio-item audio{width:100%}.meetings-history-transcript{display:grid;gap:6px}.meetings-history-transcript h4,.meetings-history-audio h4{margin:0}.meetings-history-transcript-list{display:grid;gap:8px;max-height:min(64vh,calc(100vh - 320px));overflow:auto;padding-right:2px}.meetings-transcript-time-btn{border:none;background:transparent;color:#9bb5d8;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;padding:0;cursor:pointer;text-align:left}.meetings-transcript-time-btn:hover{text-decoration:underline}.meetings-transcript-entry-past{grid-template-columns:minmax(104px,120px) 1fr;align-items:start}.meetings-transcript-meta{display:grid;gap:2px}.meetings-transcript-entry-past .meetings-transcript-speaker{font-size:12px;font-weight:600;color:#b9d4f1}.meetings-transcript-entry-past.speaker-me{background:#23583659;border-color:#5abc7d80}.meetings-transcript-entry-past.speaker-them{background:#35487659;border-color:#7aa4ff80}.meetings-transcript-entry-past.speaker-other{background:#6053214d;border-color:#d2b15573}.meetings-transcript-entry-past.active{position:relative;box-shadow:0 0 0 2px #ffffff6b inset,0 0 0 1px #ffffff59;transform:translate(1px)}.meetings-transcript-entry-past.active:before{content:"";position:absolute;left:-1px;top:6px;bottom:6px;width:5px;border-radius:999px;background:#9fd0ff}.meetings-transcript-entry-past.speaker-me.active{background:#34804f8f;border-color:#7ddca0e6}.meetings-transcript-entry-past.speaker-them.active{background:#4e6cb58f;border-color:#9abaffe6}.meetings-transcript-entry-past.speaker-other.active{background:#8d772a8f;border-color:#eccc70e0}.meetings-history-transcript pre{margin:0;max-height:min(64vh,calc(100vh - 320px));overflow:auto;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:10px;color:#e8edf7;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}[data-theme=light] .meetings-controls,[data-theme=light] .meetings-transcript,[data-theme=light] .meetings-panel-switch{background:#fff;border-color:#d6deec}[data-theme=light] .meetings-panel-switch-btn{color:#567297}[data-theme=light] .meetings-panel-switch-btn.active{color:#1f3d63;background:#dcebfb;border-color:#93bce6}[data-theme=light] .meetings-transcript-entry{background:#f7faff;border-color:#dce6f5}[data-theme=light] .meetings-transcript-time{color:#5d779c}[data-theme=light] .meetings-transcript-speaker{color:#284567}[data-theme=light] .meetings-transcript-text{color:#1f2f44}[data-theme=light] .meetings-history-item{background:#f7faff;border-color:#dce6f5}[data-theme=light] .meetings-history-item.active{background:#eaf4ff;border-color:#7db6ef}[data-theme=light] .meetings-history-item span{color:#5d779c}[data-theme=light] .meetings-history-delete-btn{border-color:#d6deec;background:#fff;color:#b33b3b}[data-theme=light] .meetings-history-meta-time{color:#5d779c}[data-theme=light] .meetings-history-note-link{color:#2f6da8}[data-theme=light] .meetings-history-transcript pre{background:#f7faff;border-color:#dce6f5;color:#1f2f44}[data-theme=light] .meetings-transcript-time-btn{color:#5d779c}[data-theme=light] .meetings-transcript-entry-past .meetings-transcript-speaker{color:#3f5f86}[data-theme=light] .meetings-transcript-entry-past.speaker-me{background:#e7f7ef;border-color:#a8dcbf}[data-theme=light] .meetings-transcript-entry-past.speaker-them{background:#e9f1ff;border-color:#b1c8f4}[data-theme=light] .meetings-transcript-entry-past.speaker-other{background:#f8f1de;border-color:#e0cfa4}[data-theme=light] .meetings-transcript-entry-past.active{box-shadow:0 0 0 2px #2b66aa6b inset,0 0 0 1px #2b66aa47}[data-theme=light] .meetings-transcript-entry-past.active:before{background:#2f79c9}[data-theme=light] .meetings-transcript-entry-past.speaker-me.active{background:#cfeede;border-color:#6db892}[data-theme=light] .meetings-transcript-entry-past.speaker-them.active{background:#d8e7ff;border-color:#7ea5e7}[data-theme=light] .meetings-transcript-entry-past.speaker-other.active{background:#f0e4be;border-color:#d0b062}@media(max-width:960px){.meetings-history-layout{grid-template-columns:1fr}.meetings-history-list{max-height:280px}.meetings-history-top{grid-template-columns:1fr}}.project-databases-tab{gap:14px;min-height:0;overflow:hidden}.project-databases-header,.project-databases-explorer-header,.project-databases-data-toolbar{display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0;gap:14px}.project-databases-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.project-databases-header h2,.project-databases-form-panel h3,.project-databases-list-panel h3,.project-databases-explorer-header h3{margin:0;color:#eef4ff}.project-databases-header p,.project-databases-explorer-header p,.project-databases-dialog-header p{margin:4px 0 0;color:#9ca3af;font-size:13px;line-height:1.45}.project-databases-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start;flex-shrink:0}.project-databases-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.project-databases-dsn-field{grid-column:1 / -1}.project-databases-dsn-field textarea{resize:vertical;min-height:78px}.project-databases-readonly-field{align-self:end;min-height:38px}.project-databases-form-actions,.project-database-card-actions,.project-databases-pagination{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.project-databases-form-actions{margin-top:12px}.project-databases-dialog-overlay{align-items:flex-start;overflow:auto;padding-top:min(9vh,72px)}.project-databases-dialog{width:min(860px,100%);max-height:min(86vh,760px);overflow:auto;border-color:#2f3847;background:#101620;box-shadow:0 28px 80px #0000008c}.project-databases-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.project-databases-dialog-header h2{margin:0}.project-databases-dialog-actions,.project-databases-empty-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.project-databases-empty-actions{justify-content:flex-start;margin-top:6px}.project-databases-error{flex-shrink:0;border:1px solid rgba(244,67,54,.38);border-radius:10px;background:#f443361f;color:#ffc3bf;padding:10px 12px;font-size:13px;line-height:1.45}.project-databases-list{display:flex;flex-direction:column;gap:8px}.project-database-card{display:grid;gap:8px;width:100%;border:1px solid #303b4d;border-radius:10px;background:#121925;color:#dce6f7;padding:10px}.project-database-card-select{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;width:100%;border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer}.project-database-card:hover,.project-database-card.active{border-color:#5b8cff;background:#172238}.project-database-card-main{min-width:0;display:flex;flex-direction:column;gap:3px}.project-database-card-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f1f6ff}.project-database-card-main span,.project-databases-muted,.project-databases-empty span,.project-databases-data-toolbar span{color:#91a0b8;font-size:12px}.project-database-badge{align-self:start;border:1px solid rgba(91,140,255,.35);border-radius:999px;padding:3px 8px;background:#5b8cff1f;color:#cad8ff;font-size:11px;font-weight:700;white-space:nowrap}.project-database-badge.write{border-color:#f59e0b61;background:#f59e0b1f;color:#ffd391}.project-database-card-actions{grid-column:1 / -1}.project-database-link-button{border:0;background:transparent;padding:0;color:#9db8ff;font-size:12px;font-weight:700;cursor:pointer}.project-database-link-button:hover,.project-database-link-button:focus-visible{color:#cbd8ff;text-decoration:underline;outline:none}.project-database-link-button:disabled{opacity:.55;cursor:not-allowed;text-decoration:none}.project-database-link-button.danger{color:#ffaaa3}.project-databases-empty{display:flex;flex-direction:column;gap:5px;border:1px dashed #334155;border-radius:10px;color:#cbd5e1;padding:16px}.project-databases-empty.explorer{align-items:center;justify-content:center;min-height:150px;text-align:center}.project-databases-explorer-panel{flex:1;min-height:0;display:flex;flex-direction:column}.project-databases-explorer-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:12px;flex:1;min-height:0}.project-databases-tables,.project-databases-data-panel{min-width:0;min-height:0;border:1px solid #2f3847;border-radius:10px;background:#101620;overflow:hidden}.project-databases-tables{display:flex;flex-direction:column}.project-databases-panel-title{flex-shrink:0;border-bottom:1px solid #2f3847;padding:10px 12px;color:#dce6f7;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.project-databases-table-list{flex:1;min-height:0;overflow:auto;padding:6px}.project-databases-table-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%;min-height:34px;border-radius:7px;background:transparent;color:#d6deec}.project-databases-table-name-button{min-width:0;border:0;background:transparent;color:inherit;font-family:var(--font-sans);font-size:13px;font-weight:600;line-height:1.45;padding:7px 8px 7px 10px;text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-databases-table-item.has-data .project-databases-table-name-button{color:#f1f6ff;font-weight:700}.project-databases-table-item.empty .project-databases-table-name-button{color:#7f8ba0;font-weight:500}.project-databases-table-item.unknown .project-databases-table-name-button{color:#a9b3c4}.project-databases-table-pin-btn{width:28px;height:28px;margin-right:3px;padding:6px;border:0;border-radius:6px;background:transparent;color:#8d95a3;cursor:pointer;opacity:0;transition:opacity .15s,color .15s,background-color .15s}.project-databases-table-pin-btn svg{display:block;width:100%;height:100%}.project-databases-table-item:hover,.project-databases-table-item.active{background:#243048;color:#fff}.project-databases-table-item:hover .project-databases-table-pin-btn,.project-databases-table-pin-btn:focus-visible,.project-databases-table-pin-btn--pinned{opacity:1}.project-databases-table-pin-btn:hover,.project-databases-table-pin-btn:focus-visible{background:#ffffff14;color:#f0f4ff;outline:none}.project-databases-table-pin-btn--pinned{color:#9fb4ff}.project-databases-data-panel{display:flex;flex-direction:column}.project-databases-data-toolbar{border-bottom:1px solid #2f3847;padding:10px 12px}.project-databases-data-toolbar>div:first-child{display:flex;flex-direction:column;gap:3px;min-width:0}.project-databases-data-scroll{flex:1;min-height:0;overflow:auto}.project-databases-data-table{width:100%;border-collapse:collapse;font-size:12px}.project-databases-data-table th,.project-databases-data-table td{border-bottom:1px solid #273142;border-right:1px solid #273142;padding:7px 9px;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:top}.project-databases-data-table th{position:sticky;top:0;z-index:1;background:#172033;color:#f0f5ff;text-align:left;font-weight:800}.project-databases-data-table td{color:#d7e0ee;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.project-databases-data-state,.project-databases-tables>.project-databases-muted{padding:14px}.mind-content{display:flex;flex-direction:column;gap:16px;height:calc(100% - 8px);min-height:0}.mind-empty-state{border:1px solid #353535;border-radius:10px;background:#222;padding:20px;display:flex;flex-direction:column;gap:12px;max-width:700px}.mind-empty-state p{margin:0;color:#ccc}.mind-page-header{gap:16px}.mind-header-controls{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1}.mind-root-path{color:#bdbdbd;font-size:13px;min-width:0;max-width:50vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mind-layout{display:flex;gap:0;min-height:0;flex:1}@media(max-width:900px){.mind-page-header{align-items:flex-start;flex-direction:column;gap:10px}.mind-header-controls{width:100%;justify-content:flex-start;flex-wrap:wrap}.mind-root-path{max-width:100%}}.mind-tree-panel,.mind-viewer-panel{background:#1a1a1a;border:none;border-radius:0;min-height:0}.mind-tree-panel{width:var(--mind-tree-width, 360px);min-width:240px;max-width:720px;overflow:auto;padding:2px 0;font-family:var(--font-mono)}.mind-tree-resize-handle{width:8px;cursor:col-resize;position:relative;flex-shrink:0}.mind-tree-resize-handle:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;transform:translate(-50%);background:#ffffff1a;transition:background-color .15s ease}.mind-tree-resize-handle:hover:after{background:#729bffcc}.mind-tree-item{width:100%;border:none;background:transparent;color:#d7d7d7;display:flex;align-items:center;gap:6px;height:20px;cursor:pointer;text-align:left;font-family:var(--font-mono);font-size:15px;line-height:1.1}.mind-tree-row{display:flex;align-items:center;gap:3px;padding-right:4px}.mind-tree-directory-has-git-changes{color:#7be08f}.mind-tree-row-branch-changed .mind-tree-item{box-shadow:inset 2px 0 #f5a623c7}.mind-tree-directory-branch-changed,.mind-tree-file-branch-changed{color:#ffd073}.mind-tree-item:hover{background:#2c2c2c}.mind-tree-item.mind-tree-hidden{color:#8f8f8f}.mind-tree-item.keyboard-active{background:#2f3a58;color:#dce5ff;outline:1px solid #8ea7ff;outline-offset:-1px}.mind-tree-file.active{background:#313131;color:#8ea7ff}.mind-tree-caret{width:16px;text-align:center;color:#9f9f9f;font-size:12px;flex-shrink:0}.mind-tree-icon{width:20px;text-align:center;font-size:15px;line-height:1;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#d7e4ff}.mind-tree-icon .app-icon{width:16px;height:16px}.mind-tree-custom-icon{height:16px;border-radius:4px;background:#2b3242;color:#d7e4ff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.mind-tree-svg{width:16px;height:16px;display:block}.mind-tree-svg path,.mind-tree-svg rect{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mind-tree-svg text{fill:currentColor;stroke:none;font-family:var(--font-sans);font-size:7px;font-weight:800;letter-spacing:-.05em}.mind-tree-icon-folder{background:#3f3218;color:#f6c96b}.mind-tree-icon-image{background:#12384a;color:#7dd3fc}.mind-tree-icon-video{background:#4b2550;color:#f0abfc}.mind-tree-icon-audio{background:#31345f;color:#c4b5fd}.mind-tree-icon-archive{background:#3f2c1a;color:#fdba74}.mind-tree-icon-typescript{background:#17385f;color:#93c5fd}.mind-tree-icon-javascript{background:#4b4216;color:#fde68a}.mind-tree-icon-react{background:#123a4f;color:#67e8f9}.mind-tree-icon-go{background:#123f4a;color:#67e8f9}.mind-tree-icon-python{background:#24385f;color:#fde68a}.mind-tree-icon-ruby{background:#5a1f2b;color:#fca5a5}.mind-tree-icon-rust{background:#4a2718;color:#fdba74}.mind-tree-icon-style{background:#3c1f58;color:#d8b4fe}.mind-tree-icon-markup{background:#55251b;color:#fca5a5}.mind-tree-icon-markdown{background:#263650;color:#bfdbfe}.mind-tree-icon-data{background:#173f2d;color:#86efac}.mind-tree-icon-config{background:#3d344d;color:#ddd6fe}.mind-tree-icon-shell{background:#193d29;color:#86efac}.mind-tree-icon-pdf{background:#551f24;color:#fca5a5}.mind-tree-icon-text{background:#374151;color:#e5e7eb}.mind-tree-icon-env{background:#3d3a14;color:#fde047}.mind-tree-icon-lock{background:#3f2f1f;color:#fcd34d}.mind-tree-icon-package{background:#3e2f5b;color:#d8b4fe}.mind-tree-icon-code{background:#172554;color:#93c5fd}.mind-tree-icon-asset{background:#3b2f63;color:#c4b5fd}.mind-tree-icon-git{background:#173f2d;color:#86efac}.mind-tree-icon-docker{background:#12385f;color:#93c5fd}.mind-tree-icon-build{background:#3f2c1a;color:#fdba74}.mind-tree-icon-test{background:#293b1d;color:#bef264}.mind-tree-icon-default{background:#30343d;color:#bfc7d5}.mind-tree-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mind-tree-meta{margin-left:auto;margin-right:12px;font-size:12px;color:#888}.mind-tree-branch-count,.mind-tree-branch-change-badge{flex:0 0 auto;margin-left:auto;border:1px solid rgba(245,166,35,.42);border-radius:999px;background:#f5a62329;color:#ffe2a3;font-family:var(--font-sans);font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.mind-tree-branch-count{min-width:20px;padding:3px 6px;text-align:center}.mind-tree-branch-change-badge{padding:3px 7px}.mind-tree-branch-change-added{border-color:#4ade806b;background:#4ade8024;color:#a7f3d0}.mind-tree-branch-change-deleted{border-color:#f8717173;background:#f8717124;color:#fecaca}.mind-tree-session-btn{width:22px;height:22px;border:1px solid #3f3f3f;border-radius:6px;background:#2b2b2b;color:#d7d7d7;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:12px;opacity:0;pointer-events:none;transition:opacity .15s ease,border-color .15s ease}.mind-tree-commit-btn{width:22px;height:22px;border:1px solid #3f3f3f;border-radius:6px;background:#233024;color:#c9f7cc;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;opacity:0;pointer-events:none;transition:opacity .15s ease,border-color .15s ease}.mind-tree-commit-icon{width:13px;height:13px}.mind-tree-row:hover .mind-tree-session-btn,.mind-tree-row:focus-within .mind-tree-session-btn,.mind-tree-row:hover .mind-tree-commit-btn,.mind-tree-row:focus-within .mind-tree-commit-btn{opacity:1;pointer-events:auto}.mind-tree-row.mind-tree-row-has-git-changes .mind-tree-commit-btn{opacity:1;pointer-events:auto}.mind-tree-session-btn:hover,.mind-tree-commit-btn:hover{border-color:#6d90ff}.mind-tree-row.mind-tree-dragging{opacity:.5}.mind-tree-row.mind-tree-drop-target,.mind-tree-panel.mind-tree-drop-target{background:#729bff26;border-radius:4px}.mind-tree-row.mind-tree-drop-target .mind-tree-item{background:#729bff1a}.mind-tree-row[draggable=true]{cursor:grab}.mind-tree-row[draggable=true]:active{cursor:grabbing}.mind-tree-rename-input{flex:1;min-width:0;background:#2a2a2a;border:1px solid #6d90ff;border-radius:4px;color:#e0e0e0;font-size:14px;padding:2px 6px;outline:none}.mind-tree-rename-input:focus{border-color:#8ea7ff;box-shadow:0 0 0 2px #729bff33}.mind-viewer-panel{display:flex;flex-direction:column;flex:1;min-width:0}.mind-viewer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #353535;padding:10px 12px}.mind-viewer-path{color:#dde5f3;font-size:13px;font-family:var(--font-sans);line-height:1.35;flex:1;min-width:0;display:flex;align-items:center;gap:8px;background:#202833;border:1px solid #37465d;border-radius:6px;padding:5px 8px}.mind-viewer-path-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mind-viewer-path-copy{border:none;background:transparent;color:#b9c7dc;cursor:pointer;flex-shrink:0;line-height:1;opacity:.75;padding:1px 2px;display:inline-flex;align-items:center;justify-content:center}.mind-viewer-path-copy-icon{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mind-viewer-path-copy:hover{color:#fff;opacity:1}.mind-viewer-path-copy:focus-visible{outline:2px solid #6d90ff;outline-offset:2px;border-radius:4px}.mind-viewer-mode{display:flex;align-items:center;gap:8px;flex-shrink:0}.mind-create-session-btn{border:1px solid #4b68c8;border-radius:6px;background:#263457;color:#dbe4ff;padding:6px 10px;cursor:pointer;font-size:12px}.mind-source-selection-chip{border:1px solid #4d5d82;border-radius:6px;background:#20283a;color:#c9d6f5;padding:5px 8px;font-size:12px;line-height:1.2;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mind-mode-tabs{display:inline-flex;border:1px solid #404040;border-radius:8px;overflow:hidden;background:#1f1f1f}.mind-mode-tab{border:0;border-right:1px solid #404040;background:#252525;color:#cfcfcf;font-size:12px;padding:6px 10px;cursor:pointer}.mind-mode-tab:last-child{border-right:0}.mind-mode-tab:hover{background:#2f2f2f}.mind-mode-tab.active{background:#6d90ff;color:#fff}.mind-mode-tab:disabled{opacity:.55;cursor:not-allowed}.mind-viewer-body{flex:1;min-height:0;overflow:auto;padding:14px}.mind-viewer-body-editor{padding:0}.mind-markdown-source{margin:0;padding:12px;border-radius:8px;border:1px solid #3b3b3b;background:#1a1a1a;color:#ddd;white-space:pre-wrap;word-break:break-word;font-family:var(--font-mono);font-size:13px;line-height:1.5}.mind-markdown-editor{width:100%;height:100%;min-height:280px;border-radius:8px;border:1px solid #3b3b3b;background:#1a1a1a;color:#ddd;padding:12px;resize:vertical;font-family:var(--font-mono);font-size:13px;line-height:1.5}.mind-code-editor{width:100%;height:100%;min-height:280px;border:1px solid #30394a;border-radius:0;overflow:hidden;background:#15171c;font-size:var(--custom-editor-font-size, 13px)}.mind-code-editor .cm-editor,.mind-code-editor .cm-scroller,.mind-code-editor .cm-content{background:#15171c;color:#d9deea}.mind-code-editor .cm-content::selection,.mind-code-editor .cm-content *::selection,.mind-code-editor .cm-line::selection,.mind-code-editor .cm-line *::selection{background:#6d90ff59;color:#fff}.mind-code-editor .cm-gutters{background:#101318;border-color:#2b3342;color:#6f7b90}.mind-code-editor .cm-editor{height:100%;min-height:280px;border-radius:0}.mind-code-editor .cm-scroller{overflow:auto}.mind-code-editor .cm-tooltip,.mind-code-editor .cm-tooltip-autocomplete{border-color:#37465d;background:#1c2230;color:#d9deea}.mind-code-editor .cm-tooltip-autocomplete ul li[aria-selected]{background:#2c3b61;color:#f5f7ff}.mind-code-editor .cm-panel.cm-search{display:flex;align-items:center;gap:6px;padding:8px;border-bottom:1px solid #37465d;background:#161d2a;color:#d9deea;font-size:12px}.mind-code-editor .cm-panel.cm-search input,.mind-code-editor .cm-panel.cm-search button,.mind-code-editor .cm-panel.cm-search label{font:inherit}.mind-code-editor .cm-panel.cm-search input{min-width:180px;border:1px solid #37465d;border-radius:7px;background:#0f1520;color:#eef3ff;padding:5px 8px}.mind-code-editor .cm-panel.cm-search button{border:1px solid #37465d;border-radius:7px;background:#253047;color:#d9deea;padding:5px 8px;cursor:pointer}.mind-code-editor .cm-panel.cm-search button:hover{background:#31405f}.mind-code-editor .cm-searchMatch{background:#ffd66652;outline:1px solid rgba(255,214,102,.55)}.mind-code-editor .cm-searchMatch-selected{background:#ffaa368c;outline:1px solid rgba(255,170,54,.9)}.local-file-search-bar{position:sticky;top:0;z-index:8;display:flex;align-items:center;gap:6px;margin:0 0 10px auto;width:fit-content;max-width:100%;padding:7px;border:1px solid #37465d;border-radius:10px;background:#161d2af5;box-shadow:0 10px 28px #00000047;color:#d9deea}.local-file-search-icon,.local-file-search-count{color:#9aa8c2;font-size:12px;white-space:nowrap}.local-file-search-input{width:min(280px,38vw);border:1px solid #37465d;border-radius:8px;background:#0f1520;color:#eef3ff;padding:6px 9px;font-size:13px}.local-file-search-nav,.local-file-search-close{border:1px solid #37465d;border-radius:8px;background:#253047;color:#d9deea;padding:5px 8px;cursor:pointer}.local-file-search-nav:hover,.local-file-search-close:hover{background:#31405f}.local-file-search-nav:disabled{opacity:.45;cursor:not-allowed}.local-file-search-match{border-radius:3px;background:#ffd66661;color:inherit}.local-file-search-match-active{background:#ffaa36b8;outline:1px solid rgba(255,170,54,.95)}.mind-code-editor-disabled{opacity:.75}.mind-file-actions-menu{position:relative}.mind-file-actions-trigger{border:1px solid #494949;border-radius:6px;background:#2a2a2a;color:#ddd;width:34px;height:30px;cursor:pointer;font-size:18px;line-height:1}.mind-file-actions-trigger:hover{border-color:#6d90ff}.mind-file-actions-dropdown{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:220px;background:#1f1f1f;border:1px solid #3f3f3f;border-radius:8px;padding:6px;display:flex;flex-direction:column;gap:4px;box-shadow:0 8px 18px #00000059}.mind-file-actions-item{border:1px solid transparent;border-radius:6px;background:transparent;color:#ddd;text-align:left;padding:8px 10px;cursor:pointer;font-size:12px}.mind-file-actions-item:hover{background:#2d2d2d;border-color:#4a4a4a}.mind-file-actions-item:disabled{opacity:.6;cursor:not-allowed}.mind-tree-context-menu{position:fixed;z-index:1000;min-width:180px;background:#1f1f1f;border:1px solid #3f3f3f;border-radius:8px;padding:6px;display:flex;flex-direction:column;gap:4px;box-shadow:0 8px 18px #00000059}.mind-delete-file-btn{border:1px solid #8f3e3e;border-radius:6px;background:#3f1f1f;color:#ffd0d0;padding:6px 10px;cursor:pointer;font-size:12px}.mind-delete-file-btn:disabled{opacity:.6;cursor:not-allowed}.mind-mode-toggle{border:1px solid #444;border-radius:999px;background:#252525;color:#d3d3d3;padding:5px 8px;cursor:pointer;font-size:12px;display:inline-flex;align-items:center;gap:8px}.mind-mode-toggle:disabled{opacity:.55;cursor:not-allowed}.mind-mode-toggle-switch{width:34px;height:18px;border-radius:999px;background:#4a4a4a;padding:2px;display:inline-flex;align-items:center}.mind-mode-toggle-thumb{width:14px;height:14px;border-radius:50%;background:#e8e8e8;transform:translate(0);transition:transform .15s ease}.mind-mode-toggle.source .mind-mode-toggle-switch{background:#6d90ff}.mind-mode-toggle.source .mind-mode-toggle-thumb{transform:translate(16px)}.mind-picker-overlay{position:fixed;inset:0;z-index:1500;background:#0009;display:flex;align-items:center;justify-content:center;padding:20px}.mind-picker-dialog{width:min(760px,100%);max-height:min(80vh,760px);background:#222;border:1px solid #3a3a3a;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:10px}.mind-picker-dialog h2{margin:0;font-size:18px;color:#efefef}.mind-picker-path{color:#b9b9b9;font-size:13px;word-break:break-all;border:1px solid #353535;background:#1c1c1c;border-radius:6px;padding:8px}.mind-picker-actions{display:flex;gap:8px}.mind-picker-list{border:1px solid #333;border-radius:8px;background:#1f1f1f;overflow:auto;min-height:160px;padding:6px}.mind-picker-item{width:100%;border:none;background:transparent;color:#ddd;display:flex;align-items:center;gap:8px;text-align:left;padding:9px 10px;border-radius:6px;cursor:pointer}.mind-picker-item:hover{background:#2a2a2a}.explorer-create-dialog{width:min(520px,100%)}.explorer-create-field{display:flex;flex-direction:column;gap:8px;color:var(--text-2, #aeb7c7);font-size:13px}.explorer-create-field input{width:100%;padding:10px 12px;background:var(--bg, #121417);border:1px solid var(--border, #3b4351);border-radius:8px;color:var(--text-1, #e6ebf2);font-size:14px;outline:none}.explorer-create-field input:focus{border-color:#6d86ff;box-shadow:0 0 0 3px #6d86ff2e}.explorer-create-error{padding:8px 10px;border:1px solid rgba(255,95,95,.35);border-radius:8px;background:#ff5f5f1a;color:#ffb6b6;font-size:13px}.mind-markdown-preview{color:#ddd;font-family:var(--font-serif);font-size:17px;line-height:1.56;overflow-wrap:anywhere}.mind-markdown-preview>:first-child,.mind-markdown-preview>div:first-child>:first-child{margin-top:0}.mind-markdown-preview>:last-child,.mind-markdown-preview>div:last-child>:last-child{margin-bottom:0}.mind-xml-preview{box-sizing:border-box;min-height:100%;margin:0;padding:12px;overflow:auto;border:1px solid #30394a;border-radius:8px;background:#15171c;color:#d9deea;font-family:var(--font-mono);font-size:13px;line-height:1.5;white-space:pre}.mind-xml-preview code{font:inherit}.mind-xml-preview .tok-tag{color:#7ab7ff}.mind-xml-preview .tok-attr-name{color:#57c1d6}.mind-xml-preview .tok-string{color:#a5e075}.mind-xml-preview .tok-comment{color:#7f8a9c;font-style:italic}.mind-xml-preview .tok-keyword{color:#d9a8ff}.mind-xml-preview::selection,.mind-xml-preview *::selection{background:#6d90ff59;color:#fff}[data-theme=light] .mind-xml-preview{border-color:#d5dfef;background:#f8fbff;color:#132238}[data-theme=light] .mind-xml-preview .tok-tag{color:#0b57d0}[data-theme=light] .mind-xml-preview .tok-attr-name{color:#0b7285}[data-theme=light] .mind-xml-preview .tok-string{color:#0f7a43}[data-theme=light] .mind-xml-preview .tok-comment{color:#61708a}[data-theme=light] .mind-xml-preview .tok-keyword{color:#6f42c1}[data-theme=light] .mind-xml-preview::selection,[data-theme=light] .mind-xml-preview *::selection{background:#2d68e03d;color:#132238}.mind-pdf-preview{display:block;width:100%;height:100%;min-height:520px;border:1px solid #3b3b3b;border-radius:8px;background:#111}.mind-image-preview-wrap{width:100%;min-height:100%;display:flex;align-items:flex-start;justify-content:center;padding:12px;box-sizing:border-box;border:1px solid #3b3b3b;border-radius:8px;background:linear-gradient(45deg,rgba(255,255,255,.04) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.04) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.04) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.04) 75%),#111;background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0}.mind-image-preview{display:block;max-width:100%;max-height:calc(100vh - 220px);object-fit:contain;border-radius:6px}.mind-markdown-preview::selection,.mind-markdown-preview *::selection{background:#ffc1078c;color:#fff}.mind-markdown-preview .mind-preview-selected-line{background:#ffc1072e!important;box-shadow:inset 3px 0 #ffc107e6,0 0 0 1px #ffc10738;border-radius:6px}.mind-markdown-preview h1,.mind-markdown-preview h2,.mind-markdown-preview h3,.mind-markdown-preview h4,.mind-markdown-preview h5,.mind-markdown-preview h6{margin:18px 0 10px;color:#f0f0f0}.mind-markdown-preview p{margin:0 0 15px;max-width:78ch;line-height:1.46}.mind-markdown-preview p+p{margin-top:15px}.mind-markdown-preview ul,.mind-markdown-preview ol{margin:10px 0;padding-left:20px}.mind-markdown-preview li+li{margin-top:4px}.mind-markdown-preview code{background:#2b2b2b;border-radius:4px;padding:1px 4px;font-family:var(--font-mono);font-size:12px}.mind-markdown-preview pre,.mind-markdown-preview .md-code-block{background:#1a1a1a;border:1px solid #3b3b3b;border-radius:8px;overflow:auto;padding:10px}.mind-markdown-preview pre code,.mind-markdown-preview .md-code-block code{display:block;background:transparent;padding:0;white-space:pre;line-height:1.4;color:#d9deea}.mind-markdown-preview .md-mermaid{margin:10px 0;padding:8px;overflow-x:auto;border:1px solid #3b3b3b;border-radius:8px;background:#1a1a1a;text-align:center}.mind-markdown-preview .md-mermaid svg{max-width:100%;height:auto;font-size:12px}.mind-markdown-preview .md-mermaid .nodeLabel,.mind-markdown-preview .md-mermaid .edgeLabel,.mind-markdown-preview .md-mermaid .label,.mind-markdown-preview .md-mermaid .label text,.mind-markdown-preview .md-mermaid text{font-size:12px!important}.mind-markdown-preview .md-mermaid-error{color:#ffb4ab;text-align:left;white-space:pre-wrap;font-family:var(--font-mono);font-size:12px}.mind-markdown-preview a{color:#90a8ff}.mind-markdown-preview .tok-comment{color:#7f8a9c;font-style:italic}.mind-markdown-preview .tok-string{color:#a5e075}.mind-markdown-preview .tok-keyword{color:#7ab7ff}.mind-markdown-preview .tok-number{color:#f3a86a}.mind-markdown-preview .tok-type{color:#d9a8ff}.mind-markdown-preview .tok-key{color:#57c1d6}.mind-markdown-preview .tok-variable{color:#f0d36d}.mind-markdown-preview .md-table{width:100%;border-collapse:collapse;display:block;overflow-x:auto;margin:10px 0}.mind-markdown-preview .md-table th,.mind-markdown-preview .md-table td{border:1px solid #3b3b3b;padding:6px 8px;text-align:left;vertical-align:top;white-space:nowrap}.mind-markdown-preview .md-table th{background:#242424;color:#efefef;font-weight:600}.mind-session-panel{position:sticky;bottom:12px;z-index:25;border:1px solid #3a3a3a;border-radius:10px;background:#1f1f1f;padding:10px;box-shadow:0 12px 26px #00000059;display:flex;flex-direction:column;gap:8px;max-height:42vh;min-height:0}.mind-session-panel.with-inline-session{min-height:220px}.mind-session-panel-header h2{margin:0;font-size:16px;color:#efefef}.mind-session-target{color:#b9b9b9;font-size:12px;border:1px solid #343434;background:#1b1b1b;border-radius:6px;padding:8px 10px;word-break:break-all}.mind-session-label{color:#d2d2d2;font-size:13px}.mind-session-textarea{width:100%;min-height:78px;resize:vertical;border:1px solid #3f3f3f;border-radius:8px;background:#1b1b1b;color:#e1e1e1;padding:10px 12px;font-size:13px;line-height:1.45}.mind-session-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.mind-session-context-toggle{border:1px solid #494949;border-radius:6px;background:#242424;color:#d8d8d8;padding:6px 10px;font-size:12px;cursor:pointer}.mind-session-context-toggle:hover{border-color:#6d90ff}.mind-session-context-toggle:disabled{opacity:.6;cursor:not-allowed}.mind-session-inline-body{border:1px solid #353535;border-radius:8px;background:#191919;padding:10px;overflow:auto;min-height:0;flex:1}.mind-session-inline-conversation{display:flex;flex-direction:column;gap:10px;min-height:0;flex:1}.session-creation-panel.with-inline-session{min-height:220px}.session-creation-panel-header h2{margin:0;font-size:16px;color:#efefef}.session-creation-inline-meta{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.session-creation-inline-body{border:1px solid #353535;border-radius:8px;background:#191919;padding:10px;overflow:auto;min-height:0;flex:1}.session-creation-inline-conversation{display:flex;flex-direction:column;gap:10px;min-height:0;flex:1}.session-creation-panel.with-inline-session .chat-input-container{max-width:none;padding:0;border-top:none;background:transparent}.session-creation-panel.with-inline-session .chat-input-container{position:relative}.session-creation-panel.with-inline-session .chat-textarea{min-height:48px;padding-right:104px;padding-bottom:10px}.session-creation-panel.with-inline-session .chat-input-actions{position:absolute;right:8px;bottom:8px;margin-top:0;gap:6px}.session-creation-panel.with-inline-session .image-button,.session-creation-panel.with-inline-session .send-button,.session-creation-panel.with-inline-session .voice-button,.session-creation-panel.with-inline-session .queue-button{width:32px;height:32px}.mind-session-controls-row{display:flex;align-items:center;justify-content:space-between;gap:8px}[data-theme=light] .mind-mode-tabs{background:#eef3fa;border-color:#c9d3e2}[data-theme=light] .mind-mode-tab{background:#e6edf8;border-right-color:#c9d3e2;color:#273247}[data-theme=light] .mind-mode-tab:hover{background:#dde7f6;color:#162033}[data-theme=light] .mind-mode-tab.active{background:#2d5bdb;color:#fff}[data-theme=light] .mind-mode-tab:disabled{opacity:.5}[data-theme=light] .mind-picker-dialog{background:#f8fbff;border-color:#c9d3e2}[data-theme=light] .mind-picker-dialog h2{color:#162033}[data-theme=light] .mind-picker-path{color:#4e6079;border-color:#c9d3e2;background:#eef3fa}[data-theme=light] .mind-picker-list{border-color:#c9d3e2;background:#fff}[data-theme=light] .mind-picker-item{color:#223049}[data-theme=light] .mind-picker-item:hover{background:#eef3fa}.project-view-shell{display:flex;flex-direction:column;height:100%;overflow:hidden}.project-view-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.project-header-left{flex:1;min-width:0}.project-view-shell>.success-banner{align-items:flex-start;gap:12px;max-height:min(32vh,320px);overflow:auto}.project-status-banner-message{flex:1;min-width:0;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.project-status-banner-details{margin:8px 0 0;padding:8px 10px;max-width:100%;overflow-x:auto;border:1px solid rgba(126,220,131,.28);border-radius:6px;background:#0a120c61;color:inherit;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.project-view-shell>.success-banner .success-dismiss{flex:0 0 auto}.project-search-input-wrap{position:relative}.project-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#8f9cb1;pointer-events:none}.project-search-icon svg{width:100%;height:100%;display:block}.project-search-modal-backdrop{position:fixed;inset:0;z-index:1500;display:flex;align-items:flex-start;justify-content:center;padding:min(12vh,96px) 20px 20px;background:#02060ea8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.project-search-modal{width:min(760px,100%);max-height:min(78vh,720px);border:1px solid #2f3847;border-radius:14px;background:#101620;box-shadow:0 28px 80px #0000008c;padding:16px;display:flex;flex-direction:column;gap:12px}.project-search-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.project-search-modal-header h2{margin:0;color:#eef4ff;font-size:18px}.project-search-modal-header p,.project-search-shortcut-hint{margin:4px 0 0;color:#8f9cb1;font-size:12px}.project-search-modal-close{border:1px solid #303b4d;border-radius:8px;background:#172033;color:#d6deec;width:32px;height:32px;font-size:20px;line-height:1;cursor:pointer}.project-search-modal-close:hover{border-color:#4c6ca9;background:#1d2635}.project-search-input{width:100%;border:1px solid #3f4757;border-radius:8px;background:#141922;color:#e4eaf4;font-size:13px;line-height:1.35;padding:9px 11px 9px 34px}.project-search-input:focus,.project-branch-combobox-input:focus,.project-commit-message:focus,.project-git-init-field input:focus,.project-add-task-field input:focus{outline:none;border-color:#5b8cff;box-shadow:0 0 0 2px #5b8cff33}.project-search-results{border:1px solid #2f3847;border-radius:8px;background:#11161f;box-shadow:inset 0 1px #ffffff08;padding:8px;display:flex;flex-direction:column;gap:8px;min-height:72px;max-height:min(48vh,430px);overflow:auto}.project-search-results-empty{justify-content:center}.project-search-group{display:flex;flex-direction:column;gap:5px}.project-search-group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#90a4c0}.project-search-item{border:1px solid #303b4d;border-radius:6px;background:#171e2a;color:#d6deec;width:100%;text-align:left;padding:7px 8px;display:flex;flex-direction:column;gap:4px;cursor:pointer}.project-search-item:hover,.project-search-item.active{border-color:#4c6ca9;background:#1d2635}.project-search-item code{color:#b8cdf3;font-size:12px}.project-search-item span{color:#c7cfdd;font-size:12px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-search-empty,.project-search-status{color:#8c98ad;font-size:12px;padding:2px}.project-search-status.error{color:#f0abab}.project-header-left h1{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.project-header-actions{display:flex;gap:8px;align-items:center}.project-branch-combobox-wrap{display:flex;align-items:center;gap:7px;color:#9aa7b8;font-size:12px;font-weight:600;white-space:nowrap}.project-branch-combobox{position:relative;display:flex;align-items:stretch;width:min(42vw,520px);min-width:320px;max-width:520px}.project-branch-combobox-input{width:100%;min-width:0;border:1px solid #3f4757;border-radius:8px;background:#141922;color:#e4eaf4;font-size:13px;line-height:1.35;padding:8px 34px 8px 10px;box-sizing:border-box}.project-branch-combobox-input:disabled{opacity:.65;cursor:not-allowed}.project-branch-combobox-loading .project-branch-combobox-input:disabled{cursor:wait}.project-branch-combobox-toggle{position:absolute;top:1px;right:1px;bottom:1px;width:30px;border:0;border-left:1px solid #2b3341;border-radius:0 7px 7px 0;background:transparent;color:#aeb8c7;padding:0;font-size:12px;line-height:1}.project-branch-combobox-toggle:hover:not(:disabled){background:#1d2532;color:#fff}.project-branch-combobox-toggle:disabled{opacity:.6;cursor:not-allowed}.project-branch-combobox-menu{position:absolute;z-index:1200;top:calc(100% + 6px);left:0;right:0;max-height:min(360px,60vh);overflow-y:auto;border:1px solid #3f4757;border-radius:10px;background:#101620;box-shadow:0 16px 40px #0000006b;padding:6px}.project-branch-combobox-empty{padding:12px;color:#9aa7b8;font-size:13px;white-space:normal}.project-branch-combobox-group+.project-branch-combobox-group{margin-top:6px;padding-top:6px;border-top:1px solid #273142}.project-branch-combobox-group-label{padding:5px 8px;color:#7f8da3;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.project-branch-combobox-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:7px;background:transparent;color:#dde6f3;font:inherit;font-size:13px;font-weight:500;text-align:left;padding:7px 8px}.project-branch-combobox-option:hover,.project-branch-combobox-option.active{background:#243048;color:#fff}.project-branch-combobox-option.current{color:#dce8ff}.project-branch-combobox-option.special .project-branch-combobox-option-name{color:#ffd166}.project-branch-combobox-option-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-branch-combobox-option-meta{flex-shrink:0;color:#8ea2c2;font-size:11px}.project-commit-dialog{width:min(1240px,96vw);max-height:min(88vh,980px);overflow:auto}.project-commit-dialog .mind-picker-actions{justify-content:flex-end}.project-commit-summary{margin:0;font-size:13px;color:#9aa7b8}.project-commit-target{margin:0;font-size:12px;color:#8ea0b8}.project-commit-message-row{display:flex;align-items:flex-start;gap:10px}.project-commit-message-row .project-commit-message{flex:1;min-width:0}.project-suggest-message-btn{flex-shrink:0;white-space:nowrap}.project-commit-message{width:100%;resize:vertical;min-height:92px;padding:10px;border-radius:8px;border:1px solid #3c4555;background:#11151d;color:#e7edf6;font-family:inherit;font-size:13px;line-height:1.45}.project-commit-files-column{display:flex;flex-direction:column;min-height:0}.project-commit-files{flex:1;max-height:none;overflow:auto;border:1px solid #2c3443;border-radius:8px;background:#0d1117;padding:6px;min-height:0}.project-commit-controls{display:flex;justify-content:flex-start}.project-git-init-dialog,.project-add-task-dialog{width:min(680px,96vw)}.project-git-init-summary,.project-add-task-summary{margin:0;font-size:13px;color:#b6c0d1}.project-git-init-field,.project-add-task-field{display:flex;flex-direction:column;gap:6px;color:#d4dceb;font-size:13px}.project-git-init-field input,.project-add-task-field input,.project-add-task-field textarea{width:100%;padding:10px;border-radius:8px;border:1px solid #3c4555;background:#11151d;color:#e7edf6;font-size:13px;line-height:1.45}.project-add-task-field textarea{min-height:80px;resize:vertical;font-family:inherit}.project-git-init-hint{margin:0;font-size:12px;color:#8ea0b8}.project-commit-content{display:grid;grid-template-columns:minmax(280px,var(--project-git-files-width, 420px)) 8px minmax(0,1fr);gap:0;flex:1;min-height:0;overflow:hidden}.project-commit-content>*{min-height:0}.project-commit-empty{padding:12px;color:#8b95a7;font-size:13px}.project-commit-file{--tree-depth: 0;display:grid;grid-template-columns:28px 24px minmax(0,1fr) auto auto auto auto auto;align-items:center;gap:8px;margin-left:calc(var(--tree-depth) * 16px);padding:0 8px 0 0;border-radius:6px;cursor:pointer;overflow:hidden}.project-commit-file.selected{outline:1px solid #6d90ff;background:#516fb638}.project-commit-file.staged{background:#366c4833}.project-commit-file.unstaged{background:#565c6b26}.project-commit-file.untracked{border:1px dashed #9b7f3a}.project-commit-file.merge-conflict{grid-template-columns:28px 24px minmax(0,1fr) auto auto auto auto auto auto;border:1px solid rgba(248,113,113,.8);background:linear-gradient(90deg,#7f1d1d85,#565c6b29);box-shadow:inset 3px 0 #ef4444}.project-commit-file.reviewed{opacity:.48}.project-commit-file.reviewed.selected,.project-commit-file.reviewed:hover{opacity:.72}.project-commit-file.merge-conflict.selected{outline-color:#fca5a5;background:linear-gradient(90deg,#991b1b9e,#516fb638)}.project-commit-file.merge-conflict .project-commit-status{border-color:#fca5a5bf;background:#7f1d1d8c;color:#fecaca}.project-commit-file.merge-conflict .project-commit-path{color:#fee2e2;font-weight:700}.project-commit-conflict-badge{flex-shrink:0;border:1px solid rgba(252,165,165,.75);border-radius:999px;background:#7f1d1d94;color:#fecaca;font-size:10px;font-weight:800;letter-spacing:.04em;line-height:1;padding:4px 7px;text-transform:uppercase}.project-commit-file:hover{background:#151d28}.project-commit-status{display:inline-flex;align-items:center;justify-content:center;width:26px;height:22px;border-radius:6px;border:1px solid rgba(149,242,178,.45);background:#1d573547;color:#95f2b2;font-size:12px;font-weight:700;letter-spacing:.04em;line-height:1;flex-shrink:0}.project-commit-path{flex:1;color:#d7deea;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-commit-toggle-btn,.project-commit-resolve-btn{border:1px solid #4a5470;background:#1c2433;color:#d2ddf2;border-radius:6px;font-size:11px;font-weight:600;padding:4px 8px;cursor:pointer}.project-commit-resolve-btn{border-color:#fca5a5b8;background:#7f1d1d80;color:#fecaca;font-weight:800}.project-commit-toggle-btn:hover:not(:disabled){border-color:#6f8ed2}.project-commit-resolve-btn:hover:not(:disabled){background:#991b1bb8}.project-commit-toggle-btn:disabled,.project-commit-resolve-btn:disabled{opacity:.6;cursor:not-allowed}.project-commit-discard-btn{border:1px solid #6f4a4a;background:#2a1a1a;color:#efb6b6;border-radius:6px;font-size:11px;font-weight:600;padding:4px 8px;cursor:pointer}.merge-conflict-modal-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000b8}.merge-conflict-modal{width:min(1600px,96vw);height:min(920px,92vh);display:flex;flex-direction:column;gap:12px;border:1px solid #394459;border-radius:14px;background:#111722;box-shadow:0 24px 80px #0000008c;color:#dce5f5;padding:14px}.merge-conflict-modal-header{justify-content:space-between;border-bottom:1px solid #2d3748;padding-bottom:10px}.merge-conflict-title-block{min-width:0}.merge-conflict-title-block h2{margin:0 0 4px;font-size:16px}.merge-conflict-title-block code{color:#9fb0ca;font-size:12px}.merge-conflict-close-btn{width:34px;height:34px;border:1px solid #46546d;border-radius:8px;background:#1b2433;color:#dce5f5;cursor:pointer;font-size:20px}.merge-conflict-toolbar{flex-wrap:wrap;color:#aab7cc;font-size:12px}.merge-conflict-toolbar button{border:1px solid #46546d;border-radius:8px;background:#1b2433;color:#dce5f5;cursor:pointer;font-size:12px;padding:6px 9px}.merge-conflict-toolbar button:hover:not(:disabled),.merge-conflict-close-btn:hover:not(:disabled){border-color:#6f8ed2}.merge-conflict-toolbar button:disabled,.merge-conflict-close-btn:disabled{cursor:not-allowed;opacity:.55}.merge-conflict-toolbar-separator{width:1px;height:22px;background:#38455c}.merge-conflict-editors{flex:1;min-height:0;display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,1.15fr) minmax(260px,1fr);gap:10px}.merge-conflict-inline-actions{display:inline-flex;align-items:center;gap:4px;margin:0 6px 0 2px;vertical-align:middle}.merge-conflict-inline-actions button{border:1px solid rgba(252,165,165,.72);border-radius:999px;background:#7f1d1dc7;color:#fecaca;cursor:pointer;font-family:inherit;font-size:10px;font-weight:800;line-height:1;padding:4px 7px;text-transform:uppercase}.merge-conflict-inline-actions-right button{border-color:#93c5fdb8;background:#1e40afc7;color:#dbeafe}.merge-conflict-inline-actions button:hover{filter:brightness(1.15)}.merge-conflict-editor-panel{min-width:0;min-height:0;display:flex;flex-direction:column;border:1px solid #2d3748;border-radius:10px;overflow:hidden;background:#151b26}.merge-conflict-editor-panel header{border-bottom:1px solid #2d3748;background:#1a2230;color:#c7d2e5;font-size:12px;font-weight:800;padding:8px 10px}.merge-conflict-editor-panel-result{border-color:#496aaf}.merge-conflict-editor{flex:1;min-height:0}.merge-conflict-state{border:1px solid #2d3748;border-radius:10px;background:#151b26;color:#aab7cc;padding:16px}.merge-conflict-error{border-color:#f87171b3;color:#fecaca}.merge-conflict-actions{justify-content:flex-end;border-top:1px solid #2d3748;padding-top:10px}.merge-conflict-highlight{--merge-conflict-bg: rgba(250, 204, 21, .18);--merge-conflict-outline: rgba(250, 204, 21, .32);border-radius:3px;background:var(--merge-conflict-bg);outline:1px solid var(--merge-conflict-outline)}.merge-conflict-highlight-0{--merge-conflict-bg: rgba(250, 204, 21, .18);--merge-conflict-outline: rgba(250, 204, 21, .35)}.merge-conflict-highlight-1{--merge-conflict-bg: rgba(34, 197, 94, .18);--merge-conflict-outline: rgba(34, 197, 94, .35)}.merge-conflict-highlight-2{--merge-conflict-bg: rgba(56, 189, 248, .18);--merge-conflict-outline: rgba(56, 189, 248, .35)}.merge-conflict-highlight-3{--merge-conflict-bg: rgba(168, 85, 247, .18);--merge-conflict-outline: rgba(168, 85, 247, .35)}.merge-conflict-highlight-4{--merge-conflict-bg: rgba(251, 113, 133, .18);--merge-conflict-outline: rgba(251, 113, 133, .35)}.merge-conflict-highlight-5{--merge-conflict-bg: rgba(45, 212, 191, .18);--merge-conflict-outline: rgba(45, 212, 191, .35)}.merge-conflict-highlight-active{filter:saturate(1.4) brightness(1.24);outline-width:2px}.merge-conflict-highlight-line{background:var(--merge-conflict-bg, rgba(250, 204, 21, .18));outline:1px solid var(--merge-conflict-outline, rgba(250, 204, 21, .35));outline-offset:-1px}.project-commit-discard-btn:hover:not(:disabled){border-color:#c87272}.project-commit-discard-btn:disabled{opacity:.6;cursor:not-allowed}.project-commit-diff{border:1px solid #2c3443;border-radius:8px;background:#0d1117;overflow:hidden;display:flex;flex-direction:column;min-height:0}.project-commit-diff-header{padding:8px 10px;border-bottom:1px solid #2c3443;font-size:12px;color:#9db1ca;background:#121925;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-image-diff-preview{min-height:100%;padding:16px;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box;background:linear-gradient(45deg,rgba(255,255,255,.04) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.04) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.04) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.04) 75%),#0d1117;background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0}.project-image-diff-preview-img{display:block;max-width:100%;max-height:calc(100vh - 260px);object-fit:contain;border-radius:6px}.project-commit-diff-body{margin:0;padding:0;overflow:auto;flex:1;min-height:0}.project-commit-diff-empty{padding:12px;color:#8b95a7;font-size:13px}.project-commit-diff-renderer{display:block;min-height:100%}.project-commit-diff-editor-body{display:flex;flex-direction:column;overflow:hidden;background:#15171c}.project-commit-diff-edit-note{flex:0 0 auto;padding:8px 10px;border-bottom:1px solid #2c3443;color:#9db1ca;background:#101722;font-size:12px;line-height:1.35}.project-commit-source-error{flex:0 0 auto;margin:8px 10px;padding:8px 10px;border:1px solid rgba(248,113,113,.45);border-radius:6px;color:#ffc4c4;background:#7f1d1d47;font-size:12px}.project-commit-diff-editor-body .mind-code-editor{flex:1 1 auto;min-height:0;border-width:0}.project-commit-diff-editor-body .mind-code-editor .cm-editor{min-height:0}.project-inline-review-sessions{display:flex;flex-direction:column;gap:6px}.project-inline-review-sessions-annotation{padding:7px 10px 8px 38px;background:#5b8cff14;border-top:1px solid rgba(91,140,255,.16);border-bottom:1px solid rgba(91,140,255,.12)}.project-inline-review-sessions-panel{margin:10px;padding:8px;border:1px solid rgba(91,140,255,.22);border-radius:8px;background:#121925eb}.project-inline-review-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px 9px;border:1px solid rgba(95,124,184,.34);border-radius:7px;background:#141e2ff0;box-shadow:0 8px 24px #0000002e}.project-inline-review-card.processing{border-color:#2ee6c257}.project-inline-review-card.active{border-color:#8fa8ff;background:#23304efa}.project-inline-review-card-main{min-width:0}.project-inline-review-card-topline{display:flex;align-items:center;gap:7px;margin-bottom:4px}.project-inline-review-location{color:#a9bbdc;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.project-inline-review-card-preview{margin:0;color:#dce6f7;font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-inline-review-card-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.project-inline-review-card-actions .settings-add-btn,.project-inline-review-card-actions .mind-create-session-btn,.project-inline-review-card-actions .settings-remove-btn{padding:4px 8px;font-size:11px}.project-inline-review-card-actions .settings-add-btn:disabled,.project-inline-review-card-actions .mind-create-session-btn:disabled,.project-inline-review-card-actions .settings-remove-btn:disabled{cursor:not-allowed;opacity:.6}.project-inline-review-delete-btn{border-color:#f8717173;background:#7f1d1d47;color:#fecaca}.project-inline-review-delete-btn:hover:not(:disabled){border-color:#ef4444;background:#7f1d1d;color:#fff}.project-inline-review-file-indicator{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:27px;height:20px;padding:0 6px;border:1px solid rgba(91,140,255,.38);border-radius:999px;background:#5b8cff1f;color:#cfdbff;font-size:10px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.project-inline-review-file-indicator.processing{border-color:#2ee6c25c;background:#2ee6c21a;color:#9af8e5}.project-inline-review-spinner{width:8px;height:8px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:project-inline-review-spin .8s linear infinite}.project-inline-review-bubble{position:relative;width:10px;height:8px;border:1.6px solid currentColor;border-radius:6px}.project-inline-review-bubble:after{content:"";position:absolute;right:1px;bottom:-4px;width:4px;height:4px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:skew(18deg)}@keyframes project-inline-review-spin{to{transform:rotate(360deg)}}.project-settings-description{margin:0;color:#9ca3af;font-size:13px;line-height:1.5}.project-danger-zone{border-color:#f4433659}.project-danger-zone h2{color:#ffb4ad}.project-danger-zone .settings-remove-btn{border-color:#f44336;color:#ffb4ad}.project-danger-zone .settings-remove-btn:hover:not(:disabled){background-color:#f44336;color:#fff}.project-danger-zone .settings-remove-btn:disabled{opacity:.6;cursor:not-allowed}.project-folder-path{color:#888;font-size:14px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.project-view-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;gap:0}.project-view-tabs{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-bottom:1px solid #3a3a3a;background:#171b22;flex-shrink:0;overflow-x:auto}.project-view-tabs-main{display:flex;min-width:0}.project-view-tab{position:relative;border:1px solid #384254;background:#1d2430;color:#b8c4d8;border-radius:0;padding:8px 14px;font-size:12px;line-height:1.2;font-weight:600;cursor:pointer;margin-right:0;white-space:nowrap;z-index:1}.project-view-tabs-main .project-view-tab:first-child{border-radius:8px 0 0 8px}.project-view-tabs-main .project-view-tab+.project-view-tab{margin-left:0}.project-view-tabs-main .project-view-tab:last-child{border-radius:0 8px 8px 0;margin-right:0}.project-view-tab:hover{border-color:#4b6fa8;z-index:2}.project-view-tab.active{border-color:#5b8cff;color:#e6edfb;background:#233149;z-index:3}.project-view-tab-link{margin-left:auto;border:1px solid transparent;background:transparent;color:#8ea5c5;font-size:12px;font-weight:700;letter-spacing:.01em;padding:8px 2px;cursor:pointer;white-space:nowrap}.project-view-tab-link:hover{color:#bfd5f4}.project-view-tab-link.active{color:#e6edfb;text-decoration:underline;text-underline-offset:3px}.project-tab-panel.project-settings-tab{gap:14px;overflow:auto;padding:12px}.project-settings-panel{display:grid;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff05;padding:14px}.project-settings-panel h2{margin:0;font-size:14px}.project-settings-grid{display:grid;gap:10px}.project-settings-actions{display:flex;justify-content:flex-start}.project-tab-panel{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.project-development-workflow{--workflow-step-bg: #1a2332;--workflow-step-border: rgba(125, 154, 199, .24);--workflow-step-text: #d7e2f4;--workflow-step-muted: #8fa4c1;--workflow-step-active-bg: linear-gradient(135deg, #315795 0%, #23416f 100%);--workflow-step-active-border: rgba(120, 170, 255, .75);--workflow-step-active-text: #f7fbff;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 14px;overflow-x:auto;border-bottom:1px solid #283445;background:radial-gradient(circle at 18% 0%,rgba(91,140,255,.12),transparent 24rem),linear-gradient(180deg,#171d27,#141922)}.project-development-workflow-steps,.project-development-workflow-actions{display:flex;align-items:center}.project-development-workflow-steps{flex:1 1 auto;min-width:max-content}.project-development-workflow-actions{flex:0 0 auto;gap:8px;margin-left:auto}.project-development-workflow-step{position:relative;display:inline-flex;align-items:center;gap:7px;min-width:172px;min-height:36px;border:1px solid var(--workflow-step-border);border-right:0;background:var(--workflow-step-bg);color:var(--workflow-step-text);padding:5px 18px 5px 11px;cursor:pointer;text-align:left;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%,14px 50%);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.project-development-workflow-step:first-child{border-radius:10px 0 0 10px;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%)}.project-development-workflow-step:last-child{border-right:1px solid var(--workflow-step-border);border-radius:0 10px 10px 0}.project-development-workflow-step+.project-development-workflow-step{margin-left:-9px;padding-left:23px}.project-development-workflow-step:hover{z-index:2;border-color:#78aaff8c;background:#202c3e;transform:translateY(-1px)}.project-development-workflow-step.active{z-index:3;border-color:var(--workflow-step-active-border);background:var(--workflow-step-active-bg);color:var(--workflow-step-active-text);box-shadow:0 8px 20px #112d5e3d}.project-development-workflow-step.action{border-color:#646cff75;background:linear-gradient(135deg,#4148cae6,#323f96db);color:#f3f6ff}.project-development-workflow-step:disabled{cursor:not-allowed;opacity:.58}.project-development-workflow-index{display:grid;place-items:center;flex:0 0 auto;width:22px;height:22px;border-radius:999px;border:1px solid rgba(190,210,240,.24);background:#ffffff0f;color:#c9d8ee;font-size:10px;font-weight:800}.project-development-workflow-step.active .project-development-workflow-index{border-color:#ffffff75;background:#ffffff2e;color:#fff}.project-development-workflow-copy{display:grid;gap:1px;min-width:0}.project-development-workflow-label{font-size:12px;font-weight:800;letter-spacing:.01em;line-height:1.05}.project-development-workflow-copy small{color:var(--workflow-step-muted);font-size:10px;line-height:1.1;white-space:nowrap}.project-development-workflow-step.active .project-development-workflow-copy small{color:#f5f9ffc2}.project-sessions-tab .project-sessions-body{padding:10px}.project-sessions-header-static{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px;border-bottom:1px solid #353d4b;font-size:14px;font-weight:700;color:#d8e2f2;background:#1b2029}.project-implementation-tab{padding:0;background:#11161f}.project-implementation-workspace{flex:1;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) minmax(152px,24%);overflow:hidden}.project-implementation-workspace.sessions-collapsed{grid-template-rows:minmax(0,1fr) 36px}.project-implementation-explorer{min-height:0;display:flex;overflow:hidden;border-bottom:1px solid #2c3442}.project-implementation-sessions{min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#171b23}.project-implementation-sessions-header{width:100%;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:36px;padding:0 10px;border:0;border-bottom:1px solid #2f3746;background:#1b212b;color:#d7e2f2;font-size:12px;font-weight:800;cursor:pointer;text-align:left}.project-implementation-sessions.collapsed .project-implementation-sessions-header{border-bottom:0}.project-implementation-sessions-header:hover{background:#222a37}.project-implementation-sessions-title{min-width:0;display:inline-flex;align-items:center;gap:8px}.project-implementation-sessions-toggle{width:8px;height:8px;border-top:2px solid currentColor;border-left:2px solid currentColor;color:#9fb2d2;transform:rotate(45deg);transition:transform .16s ease}.project-implementation-sessions.expanded .project-implementation-sessions-toggle{transform:rotate(225deg)}.project-implementation-sessions-count{min-width:24px;border:1px solid rgba(142,167,255,.32);border-radius:999px;background:#8ea7ff1f;color:#c9d6ff;padding:2px 7px;text-align:center;font-size:11px}.project-implementation-sessions-body{min-height:0;padding:8px 10px 10px}.project-implementation-sessions .project-sessions-list{min-height:0}.project-implementation-sessions .session-card{border-radius:6px}@media(max-height:760px){.project-implementation-workspace.sessions-expanded{grid-template-rows:minmax(0,1fr) minmax(124px,20%)}}@media(max-width:900px){.project-implementation-workspace.sessions-expanded{grid-template-rows:minmax(0,1fr) minmax(170px,28%)}}[data-theme=light] .project-implementation-tab{background:#f4f7fb}[data-theme=light] .project-implementation-explorer{border-bottom-color:#d7deea}[data-theme=light] .project-implementation-sessions{background:#f8fbff}[data-theme=light] .project-implementation-sessions-header{border-bottom-color:#d7deea;background:#eef3fb;color:#273247}[data-theme=light] .project-implementation-sessions-header:hover{background:#e4ebf6}[data-theme=light] .project-implementation-sessions-toggle{color:#52647e}[data-theme=light] .project-implementation-sessions-count{border-color:#2d68e038;background:#2d68e01a;color:#1d4ed8}.project-git-tab{padding:10px}.project-git-panel{display:flex;flex-direction:column;gap:10px;min-height:0;flex:1}.project-git-panel h2{margin:0;font-size:15px}.project-git-actions{display:flex;gap:8px;justify-content:flex-end}.project-testing-tab{padding:10px}.project-testing-panel{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}.project-testing-toolbar,.project-testing-stats,.project-testing-content,.project-testing-coverage{border:1px solid #2c3443;background:#0f141d}.project-testing-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:8px;padding:10px}.project-testing-title{min-width:0;display:grid;gap:2px}.project-testing-title h2,.project-testing-results-header h3,.project-testing-coverage-header h3,.project-testing-coverage-pane-header h4,.project-testing-coverage-code-header h4,.project-testing-coverage-report h4,.project-testing-coverage-mappings h5{margin:0;color:#d9e2f2}.project-testing-title h2{font-size:15px}.project-testing-title span,.project-testing-results-header span,.project-testing-coverage-header span,.project-testing-coverage-pane-header span,.project-testing-coverage-code-header span,.project-testing-coverage-report header span,.project-testing-files-header span,.project-testing-coverage-mapping span{color:#91a2bd;font-size:11px}.project-testing-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.project-testing-segment{display:inline-flex;align-items:center;border:1px solid #2c3443;border-radius:7px;overflow:hidden;background:#111722}.project-testing-segment button{min-width:74px;border:0;border-right:1px solid #2c3443;padding:7px 10px;background:transparent;color:#91a2bd;cursor:pointer;font-size:12px;font-weight:700}.project-testing-segment button:last-child{border-right:0}.project-testing-segment button.active{background:#253454;color:#eef5ff}.project-testing-segment button:disabled{cursor:not-allowed;opacity:.55}.project-testing-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-radius:8px;overflow:hidden}.project-testing-stat{display:grid;gap:4px;padding:10px;border-right:1px solid #2c3443}.project-testing-stat:last-child{border-right:0}.project-testing-stat span{color:#91a2bd;font-size:11px}.project-testing-stat strong{color:#f2f6ff;font-size:18px}.project-testing-stat.empty{gap:0}.project-testing-content{display:grid;grid-template-columns:minmax(300px,min(var(--project-testing-files-width, 560px),calc(100% - 328px))) 8px minmax(320px,1fr);gap:0;min-height:0;flex:1;border-radius:8px;overflow:hidden}.project-testing-files,.project-testing-results{min-height:0;display:flex;flex-direction:column}.project-testing-files{border-right:0}.project-testing-files-resize-handle{cursor:col-resize;position:relative;min-height:0;outline:none;touch-action:none}.project-testing-files-resize-handle:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;transform:translate(-50%);background:#ffffff1a;transition:background-color .15s ease,width .15s ease}.project-testing-files-resize-handle:hover:after,.project-testing-files-resize-handle:focus-visible:after{width:2px;background:#729bffcc}.project-testing-files-header,.project-testing-results-header,.project-testing-coverage-header,.project-testing-coverage-report header,.project-testing-output-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-bottom:1px solid #2c3443}.project-testing-file-list,.project-testing-result-list,.project-testing-coverage-reports{min-height:0;overflow:auto}.project-testing-file-list{padding:8px}.project-testing-file{border:1px solid #283445;border-radius:8px;background:#121924;margin-bottom:6px;overflow:hidden}.project-testing-file-path-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px;border-bottom:1px solid #253044}.project-testing-file-actions,.project-testing-node-actions{display:inline-flex;align-items:center;justify-self:end;gap:6px}.project-testing-added,.project-testing-status-badge,.project-testing-result-status{display:inline-flex;align-items:center;min-height:18px;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:800;line-height:1}.project-testing-added{color:#b8f5cc;background:#41b16738}.project-testing-added.inline{margin-left:6px;vertical-align:middle}.project-testing-run-status{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid transparent;border-radius:999px;flex:0 0 auto}.project-testing-run-status svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.8}.project-testing-run-status.passed{color:#b8f5cc;border-color:#4bc47159;background:#41b16733}.project-testing-run-status.failed{color:#ffc7c7;border-color:#da4f4f5c;background:#da4f4f33}.project-testing-run-status.skipped{color:#f5dda8;border-color:#c2912a5c;background:#c2912a2e}.project-testing-path{display:flex;align-items:center;gap:8px;min-width:0;color:#d9e2f2;font-size:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.project-testing-path span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-testing-node-list{padding:0 8px 6px}.project-testing-node{margin-left:calc(var(--project-testing-depth, 0) * 14px)}.project-testing-node-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:27px;border-top:1px solid rgba(44,52,67,.55)}.project-testing-node-name{min-width:0;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;color:#cbd6e8;font-size:12px;line-height:1.35;padding:5px 0}.project-testing-node.group>.project-testing-node-row>.project-testing-node-name{color:#eef3ff;font-weight:800}.project-testing-run-btn{border:1px solid rgba(108,146,209,.38);border-radius:6px;background:#1b2942;color:#eaf2ff;cursor:pointer;padding:4px 9px;font-size:11px;font-weight:800;white-space:nowrap}.project-testing-run-btn.subtle{background:#151f2f}.project-testing-run-btn:disabled{cursor:not-allowed;opacity:.55}.project-testing-results-header h3,.project-testing-coverage-header h3{font-size:14px}.project-testing-status-badge.passed,.project-testing-result-status.passed{color:#bef4cf;background:#35b35e38}.project-testing-status-badge.failed,.project-testing-result-status.failed{color:#ffc7c7;background:#da4f4f38}.project-testing-status-badge.skipped,.project-testing-result-status.skipped{color:#f5dda8;background:#c2912a38}.project-testing-status-badge.running{color:#cfd9ff;background:#667eea47}.project-testing-command-list{display:grid;gap:6px;padding:8px 10px;border-bottom:1px solid #2c3443}.project-testing-command{display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:8px;color:#91a2bd;font-size:11px}.project-testing-command code,.project-testing-coverage-mapping code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#cbd6e8;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.project-testing-result-list{flex:0 1 30%;min-height:90px;max-height:30%;border-bottom:1px solid #2c3443}.project-testing-result-row{width:100%;display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:34px;border:0;border-bottom:1px solid rgba(44,52,67,.72);background:transparent;color:inherit;cursor:pointer;text-align:left;padding:6px 10px}.project-testing-result-row.active,.project-testing-result-row:hover{background:#4a6ca82e}.project-testing-result-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#d7e0ee;font-size:12px}.project-testing-result-row strong,.project-testing-command strong{color:#9fb1cc;font-size:11px;white-space:nowrap}.project-testing-output{min-height:220px;flex:1 1 70%;display:flex;flex-direction:column}.project-testing-output-header span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#d7e0ee;font-size:12px}.project-testing-output pre{flex:1;margin:0;padding:10px;overflow:auto;color:#d6e1f0;font-size:12px;line-height:1.45;background:#0b1018;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;white-space:pre-wrap;word-break:break-word}.project-testing-run-progress{min-height:0}.project-testing-progress-body{flex:1;min-height:0;display:grid;grid-template-rows:minmax(96px,34%) minmax(0,1fr)}.project-testing-progress-events{min-height:0;overflow:auto;padding:8px 10px;border-bottom:1px solid #2c3443}.project-testing-progress-event{display:grid;grid-template-columns:78px minmax(0,1fr);gap:8px;align-items:start;padding:6px 0;border-bottom:1px solid rgba(44,52,67,.55)}.project-testing-progress-event:last-child{border-bottom:0}.project-testing-progress-event span{color:#91a2bd;font-size:10px;font-weight:800;text-transform:uppercase}.project-testing-progress-event strong{min-width:0;color:#dce6f6;font-size:12px;font-weight:700}.project-testing-progress-event code{grid-column:2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9fb1cc;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px}.project-testing-progress-terminal{min-height:0;display:flex;flex-direction:column}.project-testing-progress-terminal pre{flex:1;min-height:0;margin:0;padding:10px;overflow:auto;color:#d6e1f0;font-size:12px;line-height:1.45;background:#0b1018;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;white-space:pre-wrap;word-break:break-word}.project-testing-progress-error{padding:8px 10px;border-top:1px solid rgba(218,79,79,.36);color:#ffc7c7;background:#da4f4f1f;font-size:12px}.project-testing-coverage{flex:1;min-height:0;display:flex;flex-direction:column;border-radius:8px;overflow:hidden}.project-testing-coverage-body{flex:1;min-height:0;display:flex;flex-direction:column}.project-testing-coverage-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(300px,34%) minmax(0,1fr);border-top:1px solid #2c3443}.project-testing-coverage-file-pane,.project-testing-coverage-code-pane{min-height:0;display:flex;flex-direction:column}.project-testing-coverage-file-pane{border-right:1px solid #2c3443}.project-testing-coverage-pane-header,.project-testing-coverage-code-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-bottom:1px solid #2c3443}.project-testing-coverage-pane-header h4,.project-testing-coverage-code-header h4{font-size:13px}.project-testing-coverage-code-header>div:first-child{min-width:0}.project-testing-coverage-code-header h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-testing-coverage-code-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.project-testing-coverage-code-actions span{color:#91a2bd;font-size:11px;white-space:nowrap}.project-testing-coverage-file-list,.project-testing-coverage-code-wrap,.project-testing-coverage-code{flex:1;min-height:0}.project-testing-coverage-file-list,.project-testing-coverage-code{overflow:auto}.project-testing-coverage-code-wrap{position:relative;display:flex;flex-direction:column}.project-testing-coverage-file-list{padding:8px}.project-testing-coverage-file-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:8px;min-height:34px;border:0;border-bottom:1px solid rgba(44,52,67,.7);border-radius:5px;background:transparent;color:inherit;cursor:pointer;padding:6px 8px;text-align:left}.project-testing-coverage-file-row.active,.project-testing-coverage-file-row:hover{background:#4a6ca82e}.project-testing-coverage-file-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#d5dfef;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px}.project-testing-coverage-file-row strong{color:#f2f6ff;font-size:12px}.project-testing-coverage-file-row small,.project-testing-coverage-file-row em{color:#91a2bd;font-size:11px;font-style:normal;white-space:nowrap}.project-testing-coverage-code{background:#0b1018;padding:6px 0 126px}.project-testing-coverage-code-line{display:grid;grid-template-columns:54px 64px minmax(0,1fr);align-items:stretch;min-height:22px;color:#d6e1f0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.45}.project-testing-coverage-code-line.covered{background:#41b1670b}.project-testing-coverage-code-line.uncovered{background:#da4f4f14}.project-testing-coverage-code-line.selected{background:#4f8cff38;box-shadow:inset 3px 0 #8ab4ff}.project-testing-coverage-line-number{border:0;border-right:1px solid rgba(44,52,67,.62);background:transparent;color:#65748d;cursor:default;padding:0 8px;text-align:right;font:inherit;-webkit-user-select:none;user-select:none}.project-testing-coverage-code-line.uncovered .project-testing-coverage-line-number{color:#f2a7a7;cursor:pointer}.project-testing-coverage-code-line.covered .project-testing-coverage-line-number{cursor:pointer}.project-testing-coverage-line-number:disabled{opacity:1}.project-testing-coverage-test-bars{display:flex;align-items:stretch;gap:3px;min-width:0;padding:3px 8px;border-right:1px solid rgba(44,52,67,.62)}.project-testing-coverage-test-bar{border:0;padding:0;width:3px;min-height:14px;border-radius:999px;background:var(--project-testing-coverage-bar-color);box-shadow:0 0 0 1px #ffffff14;cursor:pointer}.project-testing-coverage-test-overflow{align-self:center;color:#91a2bd;font-size:10px}.project-testing-coverage-line-details{position:absolute;right:10px;bottom:10px;left:10px;z-index:2;display:grid;gap:8px;max-height:116px;overflow:auto;padding:9px 10px;border:1px solid #2c3443;border-radius:7px;background:#101722f7;box-shadow:0 -8px 28px #00000047}.project-testing-coverage-line-details.empty{min-height:36px;align-content:center}.project-testing-coverage-line-details.empty span,.project-testing-coverage-line-details p{margin:0;color:#91a2bd;font-size:12px}.project-testing-coverage-line-details.covered{background:#15271ffa}.project-testing-coverage-line-details.uncovered{background:#2d181bfa}.project-testing-coverage-line-details-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-testing-coverage-line-details-header strong{color:#f2f6ff;font-size:12px}.project-testing-coverage-line-details-header span{color:#91a2bd;font-size:11px}.project-testing-coverage-line-tests{display:grid;gap:4px}.project-testing-coverage-line-test{display:grid;grid-template-columns:4px minmax(0,1fr);align-items:center;gap:8px;min-height:24px;padding:3px 6px;border-radius:5px;background:#0b10188a}.project-testing-coverage-line-test>span{width:4px;align-self:stretch;border-radius:999px;background:var(--project-testing-coverage-bar-color)}.project-testing-coverage-line-test strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-testing-coverage-line-test strong{color:#dbe6f6;font-size:12px}.project-testing-coverage-code-line code{min-width:0;padding:2px 10px;white-space:pre}.project-testing-coverage-reports{padding:10px}.project-testing-coverage-report{border:1px solid #283445;border-radius:8px;background:#121924;margin-bottom:10px;overflow:hidden}.project-testing-coverage-report header{padding:10px}.project-testing-coverage-report h4{font-size:13px}.project-testing-coverage-report header strong{color:#dbe6f6;font-size:12px}.project-testing-coverage-files{display:grid;gap:1px;padding:8px}.project-testing-coverage-file{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:8px;min-height:28px;padding:5px 7px;border-radius:5px;background:#0f151f;color:#d5dfef;font-size:12px}.project-testing-coverage-file span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.project-testing-coverage-file em{color:#b8f5cc;font-size:10px;font-style:normal;font-weight:800}.project-testing-coverage-file small{color:#91a2bd}.project-testing-coverage-mappings{display:grid;gap:8px;padding:8px;border-top:1px solid #2c3443}.project-testing-coverage-mappings h5{font-size:12px}.project-testing-coverage-mapping{display:grid;gap:5px;padding:8px;border-radius:6px;background:#0f151f}.project-testing-coverage-mapping strong{color:#dbe6f6;font-size:12px}.project-testing-coverage-mapping div{display:flex;flex-wrap:wrap;gap:6px}.project-testing-coverage-mapping code{max-width:260px;padding:3px 6px;border-radius:5px;background:#182235;font-size:11px}.project-testing-note,.project-testing-empty{color:#91a2bd;font-size:12px;padding:12px}.project-testing-note{border-bottom:1px solid rgba(44,52,67,.7);background:#c2912a14}.project-testing-note.compact{padding:8px 10px}.project-testing-empty.small{padding:8px 0}[data-theme=light] .project-testing-toolbar,[data-theme=light] .project-testing-stats,[data-theme=light] .project-testing-content,[data-theme=light] .project-testing-coverage{border-color:#d6e0ee;background:#f8fbff}[data-theme=light] .project-testing-file,[data-theme=light] .project-testing-coverage-report{border-color:#d6e0ee;background:#fff}[data-theme=light] .project-testing-title h2,[data-theme=light] .project-testing-results-header h3,[data-theme=light] .project-testing-coverage-header h3,[data-theme=light] .project-testing-coverage-pane-header h4,[data-theme=light] .project-testing-coverage-code-header h4,[data-theme=light] .project-testing-coverage-report h4,[data-theme=light] .project-testing-node.group>.project-testing-node-row>.project-testing-node-name,[data-theme=light] .project-testing-stat strong{color:#21324d}[data-theme=light] .project-testing-title span,[data-theme=light] .project-testing-results-header span,[data-theme=light] .project-testing-coverage-header span,[data-theme=light] .project-testing-coverage-pane-header span,[data-theme=light] .project-testing-coverage-code-header span,[data-theme=light] .project-testing-files-header span,[data-theme=light] .project-testing-empty,[data-theme=light] .project-testing-note{color:#64748b}[data-theme=light] .project-testing-segment,[data-theme=light] .project-testing-coverage-file,[data-theme=light] .project-testing-coverage-mapping{border-color:#d6e0ee;background:#edf3fb}[data-theme=light] .project-testing-segment button{border-color:#d6e0ee;color:#52657f}[data-theme=light] .project-testing-segment button.active{background:#dce9fb;color:#1d3558}[data-theme=light] .project-testing-path,[data-theme=light] .project-testing-node-name,[data-theme=light] .project-testing-result-name,[data-theme=light] .project-testing-output-header span,[data-theme=light] .project-testing-command code,[data-theme=light] .project-testing-coverage-file,[data-theme=light] .project-testing-coverage-file-row span,[data-theme=light] .project-testing-coverage-mapping strong{color:#21324d}[data-theme=light] .project-testing-output pre{background:#f3f7fc;color:#1f2e45}[data-theme=light] .project-testing-progress-events{border-color:#d6e0ee}[data-theme=light] .project-testing-progress-event{border-color:#d6e0eec7}[data-theme=light] .project-testing-progress-event strong{color:#21324d}[data-theme=light] .project-testing-progress-event code,[data-theme=light] .project-testing-progress-event span{color:#64748b}[data-theme=light] .project-testing-progress-terminal pre{background:#f3f7fc;color:#1f2e45}[data-theme=light] .project-testing-files-resize-handle:after{background:#21324d2e}[data-theme=light] .project-testing-files-resize-handle:hover:after,[data-theme=light] .project-testing-files-resize-handle:focus-visible:after{background:#3c6ccfd9}[data-theme=light] .project-testing-coverage-code{background:#f3f7fc}[data-theme=light] .project-testing-coverage-code-line{color:#1f2e45}[data-theme=light] .project-testing-coverage-line-details{background:#edf3fb}[data-theme=light] .project-testing-coverage-line-details-header strong,[data-theme=light] .project-testing-coverage-line-test strong{color:#21324d}@media(max-width:960px){.project-testing-toolbar{align-items:flex-start;flex-direction:column}.project-testing-toolbar-actions{justify-content:flex-start}.project-testing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.project-testing-content{grid-template-columns:1fr}.project-testing-files-resize-handle{display:none}.project-testing-coverage-layout{grid-template-columns:1fr}.project-testing-files{min-height:320px;border-right:0;border-bottom:1px solid #2c3443}.project-testing-coverage-file-pane{min-height:220px;border-right:0;border-bottom:1px solid #2c3443}}.project-history-panel{display:grid;grid-template-columns:minmax(280px,38%) minmax(0,1fr);gap:10px;flex:1;min-height:0}.project-branch-changes-panel{display:grid;grid-template-columns:minmax(280px,var(--project-git-files-width, 336px)) 8px minmax(0,1fr);gap:0;flex:1;min-height:0}.project-git-files-resize-handle{cursor:col-resize;position:relative;min-height:0}.project-git-files-resize-handle:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;transform:translate(-50%);background:#ffffff1a;transition:background-color .15s ease}.project-git-files-resize-handle:hover:after{background:#729bffcc}.project-branch-changes-files{border:1px solid #2c3443;border-radius:10px;background:#0f141d;min-height:0;display:flex;flex-direction:column}.project-branch-changes-header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:10px;border-bottom:1px solid #2c3443}.project-branch-changes-header h3{margin:0;color:#d9e2f2;font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-branch-changes-header span{color:#91a2bd;font-size:11px;white-space:nowrap}.project-branch-changes-title{min-width:0;display:flex;flex-direction:column;gap:2px}.project-branch-template-select{position:relative;flex:0 0 auto}.project-branch-template-trigger{min-width:230px;max-width:min(32vw,360px);min-height:42px;border:1px solid #3c4b63;border-radius:12px;background:linear-gradient(180deg,#1b2432,#161f2d);color:#dbe6f8;cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 10px 7px 12px;box-shadow:inset 0 1px #ffffff0a;text-align:left;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.project-branch-template-trigger:hover:not(:disabled),.project-branch-template-trigger[aria-expanded=true]{background:linear-gradient(180deg,#243148,#1c2739);border-color:#5d78a0;box-shadow:0 8px 22px #040a1547,inset 0 1px #ffffff0f;transform:translateY(-1px)}.project-branch-template-trigger.has-selection{border-color:#78aaffad}.project-branch-template-trigger:disabled{cursor:not-allowed;opacity:.55}.project-branch-template-trigger-copy{display:grid;gap:2px;min-width:0}.project-branch-template-trigger-label{color:#90a4c0;font-size:10px;font-weight:800;letter-spacing:.07em;line-height:1;text-transform:uppercase}.project-branch-template-trigger-value{color:#eef4ff;font-size:12px;font-weight:750;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-branch-template-caret{color:#9fb3cf;flex:0 0 auto;font-size:16px;line-height:1;transition:transform .18s ease}.project-branch-template-caret.open{transform:rotate(180deg)}.project-branch-template-menu{position:fixed;z-index:1300;display:grid;gap:6px;padding:8px;border:1px solid #3f5270;border-radius:14px;background:#111926;box-shadow:0 22px 55px #00000075,inset 0 1px #ffffff0a}.project-branch-template-option{width:100%;border:1px solid transparent;border-radius:10px;background:transparent;color:#d6e1f3;cursor:pointer;display:grid;gap:4px;padding:9px 10px;text-align:left}.project-branch-template-option:hover,.project-branch-template-option.selected{border-color:#4e6890;background:#1d2a3d}.project-branch-template-option-main{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;font-weight:750}.project-branch-template-option small{color:#93a6c2;font-size:11px;line-height:1.25}.project-branch-template-selected-badge{flex:0 0 auto;border:1px solid rgba(120,170,255,.42);border-radius:999px;background:#507fe02e;color:#bcd3ff;font-size:9px;font-weight:800;letter-spacing:.04em;padding:2px 6px;text-transform:uppercase}.project-branch-file-list{border:0;border-radius:0}.project-branch-tree,.project-branch-tree-node,.project-branch-tree-children{display:flex;flex-direction:column;gap:2px}.project-branch-tree-directory{--tree-depth: 0;min-width:0;margin-left:calc(var(--tree-depth) * 16px);padding:3px 7px;border:1px solid transparent;border-radius:5px;color:#9fb2d1;display:grid;grid-template-columns:14px 16px minmax(0,1fr) auto;gap:5px;align-items:center;background:#ffffff05}.project-branch-tree-guide{color:#6f84a7;font-size:10px}.project-branch-tree-folder{font-size:12px;filter:saturate(.8)}.project-branch-tree-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c7d4e8;font-size:12px;font-weight:650}.project-branch-tree-summary{min-width:0;color:#7f91ad;font-size:10px;white-space:nowrap}.project-branch-file-row{--tree-depth: 0;margin-left:calc(var(--tree-depth) * 16px);border:1px solid transparent;border-radius:5px;background:#121925;color:#d5dfef;display:grid;grid-template-columns:28px minmax(0,1fr) 26px;gap:3px;align-items:stretch;overflow:hidden}.project-branch-file-row.reviewed{opacity:.48}.project-branch-file-row.reviewed.selected,.project-branch-file-row.reviewed:hover{opacity:.72}.project-branch-file-reviewed{display:flex;align-items:center;justify-content:center;border-right:1px solid #2c3443;cursor:pointer}.project-branch-file-reviewed input[type=checkbox]{appearance:auto;-webkit-appearance:checkbox;position:static;width:14px;height:14px;margin:0;border-radius:0;border:initial;background:initial;box-shadow:none;transition:none;accent-color:auto;cursor:pointer}.project-branch-file-reviewed input[type=checkbox]:before{content:none;display:none}.project-branch-file-reviewed input[type=checkbox]:checked{background:initial;border-color:initial}.project-branch-file-reviewed input[type=checkbox]:checked:before{transform:none}.project-branch-file-reviewed:hover{background:#5b8cff1f}.project-branch-file-row:hover{border-color:#4f6ea5}.project-branch-file-row.selected{border-color:#5b8cff;background:#1a2640}.project-branch-file-row-added{border-left-color:#22c55e;background:#22c55e14}.project-branch-file-row-deleted{border-left-color:#ef4444;background:#ef444414}.project-branch-file-row-changed{border-left-color:#f59e0b;background:#f59e0b14}.project-branch-file-select{min-width:0;border:0;background:transparent;color:inherit;display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:6px;align-items:center;padding:3px 6px;text-align:left;cursor:pointer}.project-branch-change-icon{width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.project-branch-change-added{color:#86efac;background:#22c55e29}.project-branch-change-deleted{color:#fca5a5;background:#ef444429}.project-branch-change-changed{color:#fcd34d;background:#f59e0b29}.project-branch-file-meta{display:inline-flex;align-items:center;gap:5px;min-width:0;white-space:nowrap}.project-branch-change-badge{border-radius:999px;padding:1px 5px;font-size:9px;font-weight:700}.project-branch-file-select code{font-size:11px;color:#9fc27e}.project-branch-file-open{width:28px;border:0;border-left:1px solid #2c3443;background:transparent;color:#9fb2d1;cursor:pointer}.project-branch-file-open:hover:not(:disabled){color:#dbe7fb;background:#5b8cff1f}.project-branch-file-open:disabled{opacity:.35;cursor:not-allowed}.project-review-overlay-toggle{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border:1px solid rgba(91,140,255,.28);border-radius:999px;background:#5b8cff1a;color:#c8d7f7;font-size:11px;font-weight:700;cursor:pointer}.project-review-overlay-toggle.disabled{cursor:not-allowed;opacity:.55}.project-review-overlay-toggle input{width:13px;height:13px;margin:0;accent-color:#8ab4ff}.project-review-overlay-error{margin:8px 10px;padding:7px 9px;border:1px solid rgba(248,113,113,.42);border-radius:7px;background:#7f1d1d40;color:#fecaca;font-size:12px}.project-review-overlay-floating-layer{position:fixed;inset:0;z-index:80;pointer-events:none}.project-review-overlay-floating-note{position:fixed;width:min(480px,calc(100vw - 16px));display:flex;flex-direction:column;gap:6px;pointer-events:auto}.project-review-overlay-range-stem,.project-review-overlay-range-tick{position:absolute;pointer-events:none}.project-review-overlay-range-marker{display:contents;pointer-events:none}.project-review-overlay-range-stem{top:var(--project-review-overlay-range-start-offset, 12px);width:2px;height:max(2px,calc(var(--project-review-overlay-range-end-offset, 12px) - var(--project-review-overlay-range-start-offset, 12px)));border-radius:999px;background:#f59e0be6;box-shadow:0 0 0 1px #f59e0b2e,0 0 14px #f59e0b59}.project-review-overlay-range-tick{width:10px;height:2px;border-radius:999px;background:#f59e0beb;box-shadow:0 0 0 1px #f59e0b2e,0 0 14px #f59e0b59}.project-review-overlay-range-tick-start{top:calc(var(--project-review-overlay-range-start-offset, 12px) - 1px)}.project-review-overlay-range-tick-end{top:calc(var(--project-review-overlay-range-end-offset, 12px) - 1px)}.project-review-overlay-floating-note-left-of-anchor .project-review-overlay-range-stem,.project-review-overlay-floating-note-left-of-anchor .project-review-overlay-range-tick{right:-10px}.project-review-overlay-floating-note-right-of-anchor .project-review-overlay-range-stem,.project-review-overlay-floating-note-right-of-anchor .project-review-overlay-range-tick{left:-10px}.project-review-overlay-floating-note .project-review-overlay-note{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.project-review-overlay-notes{display:flex;flex-direction:column;gap:6px;padding:7px 10px 8px 38px;border-top:1px solid rgba(245,158,11,.22);border-bottom:1px solid rgba(245,158,11,.16);background:linear-gradient(90deg,#f59e0b1f,#5b8cff0f)}.project-review-overlay-note{padding:8px 9px;border:1px solid rgba(245,158,11,.35);border-radius:8px;background:#181c25f2;box-shadow:0 8px 22px #00000029}.project-review-overlay-note-topline{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:5px;color:#f8d58b;font-size:12px}.project-review-overlay-location{display:inline-flex;align-items:center;border-radius:999px;padding:2px 6px;background:#f59e0b2e;color:#fde68a;font-size:10px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.project-review-overlay-note p{margin:0;color:#e8eef9;font-size:12px;line-height:1.4}.project-history-left,.project-history-right{border:1px solid #2c3443;border-radius:10px;background:#0f141d;min-height:0;display:flex;flex-direction:column}.project-history-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-bottom:1px solid #2c3443}.project-history-title-block{min-width:0;display:flex;flex-direction:column;gap:3px}.project-history-header h3{margin:0;font-size:13px;color:#d9e2f2}.project-history-branch-summary{min-width:0;display:flex;align-items:center;gap:5px;color:#8f9eb5;font-size:11px;line-height:1.2}.project-history-branch-summary span:not(.project-history-branch-dot){overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-history-branch-dot{--branch-color: #5b8cff;width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:var(--branch-color)}.project-history-branch-count{padding:7px 10px;border-bottom:1px solid #2c3443;color:#8f9eb5;font-size:11px;line-height:1.35}.project-history-branch-chip{--branch-color: #5b8cff;border:1px solid color-mix(in srgb,var(--branch-color) 55%,#2c3443);background:color-mix(in srgb,var(--branch-color) 20%,#111826);color:#d7e2f5;border-radius:999px;font-size:11px;padding:2px 8px;white-space:nowrap}.project-history-branch-chip.current{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--branch-color) 80%,#ffffff)}.project-history-branch-chip.remote{opacity:.86}.project-history-error{margin:8px 10px 0;padding:8px 10px;border-radius:8px;border:1px solid #6b3a3a;background:#2b1616;color:#efb6b6;font-size:12px}.project-history-commit-list{flex:1;min-height:0;overflow:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.project-history-empty{color:#8b95a7;font-size:12px;padding:12px}.project-history-commit-row{border:1px solid #2f3a4b;background:#141c2a;border-radius:8px;color:#dce6f7;text-align:left;cursor:pointer;display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:8px;width:100%;padding:6px 8px}.project-history-commit-row:hover{border-color:#4f6ea5}.project-history-commit-row.selected{border-color:#5b8cff;background:#1a2640}.project-history-lane{--lane-color: #5b8cff;position:relative;width:22px}.project-history-lane:before{content:"";position:absolute;left:10px;top:-8px;bottom:-8px;width:2px;background:color-mix(in srgb,var(--lane-color) 60%,#223148)}.project-history-node{position:absolute;left:5px;top:10px;width:12px;height:12px;border-radius:999px;background:var(--lane-color);box-shadow:0 0 0 2px #0f141d}.project-history-commit-main{min-width:0;display:flex;flex-direction:column;gap:3px}.project-history-commit-line{min-width:0;display:flex;align-items:center;gap:8px}.project-history-commit-hash{color:#bfd0ea;font-size:11px;line-height:1}.project-history-subject{font-size:12px;color:#e8eefb;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-history-author-avatar{align-self:start;margin-top:1px;width:20px;height:20px;border-radius:999px;background:#273755;border:1px solid #425a84;color:#dce6f7;font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.project-history-refs{display:flex;flex-wrap:wrap;gap:5px}.project-history-ref-chip{--branch-color: #5b8cff;border:1px solid color-mix(in srgb,var(--branch-color) 55%,#2f3a4b);background:color-mix(in srgb,var(--branch-color) 22%,#121a29);color:#d7e2f5;border-radius:999px;font-size:10px;padding:1px 7px}.project-history-right-header{padding:10px;border-bottom:1px solid #2c3443;display:flex;flex-direction:column;gap:4px;font-size:12px;color:#aebed7}.project-history-right-body{flex:1;min-height:0;display:grid;grid-template-columns:minmax(190px,34%) minmax(0,1fr);gap:8px;padding:8px}.project-history-files{border:1px solid #2c3443;border-radius:8px;background:#0d1117;overflow:auto;min-height:0;display:flex;flex-direction:column;gap:2px;padding:6px}.project-history-file-row{border:1px solid transparent;border-radius:6px;background:#121925;color:#d5dfef;display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:8px;align-items:center;padding:6px 7px;text-align:left;cursor:pointer}.project-history-file-row:hover{border-color:#4f6ea5}.project-history-file-row.selected{border-color:#5b8cff;background:#1a2640}.project-history-file-row code{font-size:11px;color:#9fc27e}.project-history-file-path{min-width:0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-history-file-stats{font-size:10px;color:#9bb0cf}.project-history-diff{border:1px solid #2c3443;border-radius:8px;background:#0d1117;overflow:hidden;display:flex;flex-direction:column;min-height:0}.project-sessions-section{border-bottom:1px solid #3a3a3a;flex-shrink:0;max-height:40vh;display:flex;flex-direction:column}.project-sessions-section.collapsed{border-bottom:1px solid #2a2a2a}.project-sessions-header{width:100%;display:flex;align-items:center;gap:8px;padding:8px;border:none;background:#1a1a1a;color:#ddd;font-size:14px;font-weight:600;cursor:pointer;text-align:left}.project-sessions-header:hover{background:#222}.project-sessions-toggle{color:#888;font-size:11px;width:16px;text-align:center}.project-sessions-composer.with-inline-session{min-height:260px;max-height:48vh}.project-sessions-composer .session-creation-panel-header{padding:0 2px}.project-branch-diff-header{display:flex;align-items:center;gap:12px}.project-branch-diff-file-name{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-branch-diff-file-stats{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;margin-left:2px;font-variant-numeric:tabular-nums}.project-branch-diff-file-deletions{color:#ff6b8a}.project-branch-diff-file-additions{color:#2ee6c2}.project-branch-diff-file-binary{flex:0 0 auto;margin-left:2px;color:#7f8ea3;font-size:11px}.project-diff-path-copy{margin-left:-6px;color:#9db1ca}.project-diff-path-copy:hover{color:#fff}.project-commit-diff-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.project-commit-diff-header .mind-create-session-btn{flex:0 0 auto;padding:4px 8px;font-size:12px}.project-sessions-title{flex:1}.project-sessions-body{padding:8px;background:#1a1a1a;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.project-sessions-list{display:flex;flex-direction:column;gap:1px;flex:1;overflow-y:auto}.project-sessions-list .session-card{padding:0 10px}.project-sessions-list .session-source-chip{display:inline-flex;align-items:center;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:600;color:#d9e9ff;background:#4a90e22e;border:1px solid rgba(125,178,255,.28)}.project-sessions-composer{flex-shrink:0;padding:8px;background:#1a1a1a;border-bottom:1px solid #3a3a3a;display:flex;flex-direction:column;gap:8px;min-height:80px}.project-sessions-composer .chat-input-container{max-width:none;padding:0;border-top:none;background:transparent;flex:1}.project-sessions-composer.with-inline-session .chat-input-container{flex:0 0 auto}.project-sessions-composer .chat-input-actions{margin-top:0}.mind-tree-toolbar{padding:8px 10px;border-bottom:1px solid #333;flex-shrink:0}[data-theme=light] .project-databases-header h2,[data-theme=light] .project-databases-form-panel h3,[data-theme=light] .project-databases-list-panel h3,[data-theme=light] .project-databases-explorer-header h3{color:#142033}[data-theme=light] .project-databases-header p,[data-theme=light] .project-databases-explorer-header p,[data-theme=light] .project-databases-dialog-header p,[data-theme=light] .project-database-card-main span,[data-theme=light] .project-databases-muted,[data-theme=light] .project-databases-empty span,[data-theme=light] .project-databases-data-toolbar span{color:#64748b}[data-theme=light] .project-databases-error{border-color:#dc262647;background:#fef2f2;color:#991b1b}[data-theme=light] .project-database-card,[data-theme=light] .project-databases-dialog,[data-theme=light] .project-databases-tables,[data-theme=light] .project-databases-data-panel{border-color:#d8e2ef;background:#fff;color:#142033}[data-theme=light] .project-database-card:hover,[data-theme=light] .project-database-card.active{border-color:#6f8cff;background:#eef4ff}[data-theme=light] .project-database-card-main strong,[data-theme=light] .project-databases-panel-title,[data-theme=light] .project-databases-table-item,[data-theme=light] .project-databases-data-toolbar strong,[data-theme=light] .project-databases-table-item.has-data .project-databases-table-name-button{color:#142033}[data-theme=light] .project-databases-table-item.empty .project-databases-table-name-button{color:#94a3b8}[data-theme=light] .project-databases-table-item.unknown .project-databases-table-name-button{color:#64748b}[data-theme=light] .project-databases-empty{border-color:#cbd5e1;color:#334155}[data-theme=light] .project-databases-panel-title,[data-theme=light] .project-databases-data-toolbar{border-color:#d8e2ef}[data-theme=light] .project-databases-table-item:hover,[data-theme=light] .project-databases-table-item.active{background:#dbeafe;color:#1d4ed8}[data-theme=light] .project-databases-table-pin-btn{color:#62708a}[data-theme=light] .project-databases-table-pin-btn:hover,[data-theme=light] .project-databases-table-pin-btn:focus-visible{background:#2d5bdb14;color:#1d4ed8}[data-theme=light] .project-databases-table-pin-btn--pinned{color:#1d4ed8}[data-theme=light] .project-databases-data-table th{background:#eef4ff;color:#142033}[data-theme=light] .project-databases-data-table th,[data-theme=light] .project-databases-data-table td{border-color:#d8e2ef}[data-theme=light] .project-databases-data-table td{color:#1f2937}[data-theme=light] .merge-conflict-inline-actions button{border-color:#dc262673;background:#fee2e2;color:#991b1b}[data-theme=light] .merge-conflict-inline-actions-right button{border-color:#2563eb6b;background:#dbeafe;color:#1d4ed8}[data-theme=light] .merge-conflict-toolbar-separator{background:#c8d6e8}[data-theme=light] .project-commit-resolve-btn{border-color:#dc262673;background:#fee2e2;color:#991b1b}[data-theme=light] .project-commit-resolve-btn:hover:not(:disabled){background:#fecaca}[data-theme=light] .merge-conflict-modal{border-color:#c5d1e3;background:#f8fbff;color:#16243a}[data-theme=light] .merge-conflict-modal-header,[data-theme=light] .merge-conflict-actions{border-color:#d8e2ef}[data-theme=light] .merge-conflict-title-block code,[data-theme=light] .merge-conflict-toolbar{color:#58677e}[data-theme=light] .merge-conflict-close-btn,[data-theme=light] .merge-conflict-toolbar button{border-color:#c5d1e3;background:#eef4ff;color:#223a5f}[data-theme=light] .merge-conflict-editor-panel,[data-theme=light] .merge-conflict-state{border-color:#d8e2ef;background:#fff}[data-theme=light] .merge-conflict-editor-panel header{border-color:#d8e2ef;background:#eef4ff;color:#223a5f}[data-theme=light] .merge-conflict-highlight{background:var(--merge-conflict-bg);outline-color:var(--merge-conflict-outline)}[data-theme=light] .merge-conflict-highlight-0{--merge-conflict-bg: rgba(250, 204, 21, .25);--merge-conflict-outline: rgba(202, 138, 4, .38)}[data-theme=light] .merge-conflict-highlight-1{--merge-conflict-bg: rgba(34, 197, 94, .2);--merge-conflict-outline: rgba(22, 163, 74, .36)}[data-theme=light] .merge-conflict-highlight-2{--merge-conflict-bg: rgba(56, 189, 248, .22);--merge-conflict-outline: rgba(2, 132, 199, .36)}[data-theme=light] .merge-conflict-highlight-3{--merge-conflict-bg: rgba(168, 85, 247, .2);--merge-conflict-outline: rgba(126, 34, 206, .34)}[data-theme=light] .merge-conflict-highlight-4{--merge-conflict-bg: rgba(251, 113, 133, .2);--merge-conflict-outline: rgba(225, 29, 72, .34)}[data-theme=light] .merge-conflict-highlight-5{--merge-conflict-bg: rgba(45, 212, 191, .22);--merge-conflict-outline: rgba(13, 148, 136, .34)}[data-theme=light] .merge-conflict-highlight-active{filter:saturate(1.35) brightness(1.08);outline-width:2px}[data-theme=light] .merge-conflict-editor-panel-result{border-color:#7da2e8}[data-theme=light] .merge-conflict-error{border-color:#dc2626;color:#991b1b}[data-theme=light] .project-sessions-section,[data-theme=light] .project-sessions-section.collapsed{background:#f8fbff;border-color:#c9d3e2}[data-theme=light] .page-content.project-view-content{background:#f8fbff}[data-theme=light] .project-view-tabs{border-bottom-color:#d7deea;background:#eef3fb}[data-theme=light] .project-view-tab{border-color:#c4d0e6;background:#f4f8ff;color:#334564}[data-theme=light] .project-view-tab.active{border-color:#5b8cff;background:#dce9ff;color:#1e3765}[data-theme=light] .project-view-tab-link{color:#5a6f8f}[data-theme=light] .project-view-tab-link:hover{color:#3a5f99}[data-theme=light] .project-view-tab-link.active{color:#1e3765}[data-theme=light] .project-status-banner-details{border-color:#1665343d;background:#f0fdf4b8}[data-theme=light] .project-settings-panel{background:#fff;border-color:#d6deec}[data-theme=light] .project-sessions-header-static{border-bottom-color:#d7deea;background:#edf3fc;color:#223a5f}[data-theme=light] .project-commit-files{border-color:#c9d3e2;background:#f8fbff}[data-theme=light] .project-commit-empty{color:#55657d}[data-theme=light] .project-commit-file,[data-theme=light] .project-commit-path{color:#1f2b40}[data-theme=light] .project-commit-file.selected{outline-color:#2d5bdb;background:#2d5bdb29}[data-theme=light] .project-commit-file.staged{background:#22c55e24}[data-theme=light] .project-commit-file.unstaged{background:#94a3b83d}[data-theme=light] .project-commit-file.untracked{border-color:#b08a37}[data-theme=light] .project-commit-file.selected.unstaged{background:#2d5bdb2e}[data-theme=light] .project-commit-file.merge-conflict{border-color:#dc2626;background:linear-gradient(90deg,#fecacae6,#f8fafcb8);box-shadow:inset 3px 0 #dc2626}[data-theme=light] .project-commit-file.merge-conflict.selected{outline-color:#b91c1c;background:linear-gradient(90deg,#fecacaf2,#2d5bdb2e)}[data-theme=light] .project-commit-file.merge-conflict .project-commit-status{border-color:#dc262673;background:#fecacadb;color:#991b1b}[data-theme=light] .project-commit-file.merge-conflict .project-commit-path{color:#7f1d1d}[data-theme=light] .project-commit-conflict-badge{border-color:#dc262673;background:#fee2e2;color:#991b1b}[data-theme=light] .project-branch-template-trigger{background:linear-gradient(180deg,#fff,#eef4ff);border-color:#c1d1ea;color:#264372;box-shadow:inset 0 1px #ffffffb8}[data-theme=light] .project-branch-template-trigger:hover:not(:disabled),[data-theme=light] .project-branch-template-trigger[aria-expanded=true]{background:linear-gradient(180deg,#f8fbff,#e5efff);border-color:#9fb8de;box-shadow:0 8px 22px #23407024,inset 0 1px #ffffffd6}[data-theme=light] .project-branch-template-trigger.has-selection{border-color:#5b8cff}[data-theme=light] .project-branch-template-trigger-label{color:#64748b}[data-theme=light] .project-branch-template-trigger-value{color:#1f3760}[data-theme=light] .project-branch-template-caret{color:#526986}[data-theme=light] .project-branch-template-menu{border-color:#c4d2e6;background:#fff;box-shadow:0 22px 55px #23407033,inset 0 1px #ffffffd6}[data-theme=light] .project-branch-template-option{color:#264372}[data-theme=light] .project-branch-template-option:hover,[data-theme=light] .project-branch-template-option.selected{border-color:#acc2e3;background:#eef4ff}[data-theme=light] .project-branch-template-option small{color:#64748b}[data-theme=light] .project-branch-template-selected-badge{border-color:#adc6ff;background:#e7efff;color:#1d4ed8}[data-theme=light] .project-commit-file.selected .project-commit-path,[data-theme=light] .project-commit-file.selected .project-commit-status{color:#163468}[data-theme=light] .project-commit-status{border-color:#1e6f3a66;background:#22c55e24;color:#1f6a33}[data-theme=light] .project-commit-file:hover{background:#eef3fa}[data-theme=light] .project-inline-review-sessions-annotation{background:#eef4ff;border-top-color:#cad8f0;border-bottom-color:#d9e4f5}[data-theme=light] .project-inline-review-sessions-panel{border-color:#c4d4ed;background:#f8fbff}[data-theme=light] .project-inline-review-card{border-color:#c8d5e8;background:#fff;box-shadow:0 8px 22px #2f415e14}[data-theme=light] .project-inline-review-card.processing{border-color:#14b8a661}[data-theme=light] .project-inline-review-card.active{border-color:#5b7ee5;background:#eef4ff}[data-theme=light] .project-inline-review-location{color:#4f6382}[data-theme=light] .project-inline-review-card-preview{color:#1f2b40}[data-theme=light] .project-inline-review-delete-btn{border-color:#f2b8b8;background:#fff1f1;color:#991b1b}[data-theme=light] .project-inline-review-delete-btn:hover:not(:disabled){border-color:#dc2626;background:#dc2626;color:#fff}[data-theme=light] .project-inline-review-file-indicator{border-color:#b9c9e5;background:#eaf1ff;color:#31518f}[data-theme=light] .project-history-file-row code,[data-theme=light] .project-branch-file-select code{color:#1f6a33}[data-theme=light] .project-history-file-stats{color:#55657d}[data-theme=light] .project-branch-tree-directory{background:#f0f5fb;color:#55657d}[data-theme=light] .project-branch-tree-guide{color:#7a8ca8}[data-theme=light] .project-branch-tree-name{color:#28405f}[data-theme=light] .project-branch-tree-summary{color:#687894}[data-theme=light] .project-branch-file-row{background:#fff;color:#1f2b40}[data-theme=light] .project-branch-file-row-added{border-left-color:#16a34a;background:#edfdf3}[data-theme=light] .project-branch-file-row-deleted{border-left-color:#dc2626;background:#fff0f0}[data-theme=light] .project-branch-file-row-changed{border-left-color:#d97706;background:#fff8e8}[data-theme=light] .project-branch-change-added{color:#166534;background:#dcfce7}[data-theme=light] .project-branch-change-deleted{color:#991b1b;background:#fee2e2}[data-theme=light] .project-branch-change-changed{color:#92400e;background:#fef3c7}[data-theme=light] .project-branch-file-row:hover{border-color:#5b8cff}[data-theme=light] .project-branch-file-row.selected{border-color:#5b8cff;background:#e8f0ff}[data-theme=light] .project-branch-file-reviewed{border-right-color:#d7deea}[data-theme=light] .project-branch-file-reviewed:hover{background:#eef4ff}[data-theme=light] .project-branch-file-open{border-left-color:#d7deea;color:#4f6382}[data-theme=light] .project-branch-file-open:hover:not(:disabled){color:#24467f;background:#eef4ff}[data-theme=light] .project-review-overlay-toggle{border-color:#c4d4ed;background:#eef4ff;color:#31518f}[data-theme=light] .project-review-overlay-error{border-color:#f2b8b8;background:#fff1f1;color:#991b1b}[data-theme=light] .project-review-overlay-range-stem,[data-theme=light] .project-review-overlay-range-tick{background:#b7791f;box-shadow:0 0 0 1px #b4530929,0 0 12px #b4530938}[data-theme=light] .project-review-overlay-notes{border-top-color:#efd59b;border-bottom-color:#f1dfb8;background:linear-gradient(90deg,#fff7df,#eef4ff)}[data-theme=light] .project-review-overlay-note{border-color:#e7c671;background:#fff;box-shadow:0 8px 22px #2f415e14}[data-theme=light] .project-review-overlay-note-topline{color:#8a5b00}[data-theme=light] .project-review-overlay-location{background:#fef3c7;color:#92400e}[data-theme=light] .project-review-overlay-note p{color:#263348}[data-theme=light] .project-sessions-header{background:#f8fbff;border-bottom-color:#d7deea}[data-theme=light] .project-sessions-header:hover{background:#eef3fa}[data-theme=light] .project-sessions-body,[data-theme=light] .project-sessions-composer{background:#f8fbff;border-bottom-color:#d7deea}[data-theme=light] .project-sessions-list .session-source-chip{color:#174a7a;background:#337ab71f;border-color:#337ab73d}[data-theme=light] .project-sessions-title,[data-theme=light] .project-sessions-meta,[data-theme=light] .project-sessions-toggle{color:#273247}[data-theme=light] .project-sessions-list .session-card{background:#fff;border-color:#c9d3e2}[data-theme=light] .project-sessions-list .session-card:hover{background:#eef3fa;border-color:#b8c5d9}.project-plan-tab{display:flex;flex-direction:column;gap:12px;overflow:auto;padding:16px;background:radial-gradient(circle at top left,rgba(99,102,241,.16),transparent 34rem),radial-gradient(circle at 85% 12%,rgba(34,197,94,.08),transparent 24rem)}.project-plan-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.project-plan-create-panel{max-width:980px;width:100%;margin:0 auto;border-color:#94a3b82e;border-radius:20px;background:linear-gradient(180deg,#1e293bc7,#0f172a8a);box-shadow:0 18px 44px #0000002e;padding:22px}.project-plan-create-panel h2{color:#eef2ff;font-size:20px;letter-spacing:-.02em}.project-plan-create-panel textarea{width:100%;resize:vertical;min-height:160px}.project-plan-prompt-field{grid-column:1 / -1}.project-plan-layout{display:flex;flex-direction:column;gap:12px}.project-plan-summary{align-items:center;border:1px solid rgba(148,163,184,.14);border-radius:14px;background:#0f172a75;padding:9px 12px}.project-plan-score-card{display:grid;gap:2px}.project-plan-score-card p{max-width:620px;margin:0;color:#94a3b8;font-size:12px;line-height:1.25}.project-plan-score{display:flex;align-items:baseline;gap:8px;color:#c9d4e7}.project-plan-score strong{color:#86efac;font-size:28px;line-height:1;letter-spacing:-.05em}.project-plan-attention-grid,.project-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.project-plan-card-functional{grid-column:1}.project-plan-card-decisions{grid-column:2}.project-plan-card{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.16);border-radius:14px;background:linear-gradient(180deg,#1e293bdb,#0f172ad1);box-shadow:0 14px 34px #0000002e;padding:12px;min-height:120px}.project-plan-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#60a5fae6,#818cf880,#22c55e8c)}.project-plan-card-questions{border-color:#3b82f66b;background:linear-gradient(180deg,#1e40af57,#0f172adb)}.project-plan-card-questions:before{background:linear-gradient(90deg,#60a5fa,#2563ebb8)}.project-plan-card-risks{border-color:#f59e0b7a;background:linear-gradient(180deg,#78350f61,#0f172adb)}.project-plan-card-risks:before{background:linear-gradient(90deg,#fbbf24,#f97316bd)}.project-plan-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.project-plan-card-header h3{margin:0;color:#eef2ff;font-size:15px;letter-spacing:-.01em}.project-plan-card-header>span{display:inline-flex;min-width:28px;height:24px;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#0f172a8a;color:#cbd5e1;font-size:12px;font-weight:800}.project-plan-empty{color:#8492aa;margin:0;font-size:13px;line-height:1.45}.project-plan-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.project-plan-list li{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:start;gap:12px;color:#d9e4f6;font-size:16px;line-height:1.55}.project-plan-list li.approved{color:#b7f7c6}input.project-plan-check[type=checkbox]{-webkit-appearance:checkbox;appearance:auto;position:static;width:16px;height:16px;margin:5px 0 0;border-radius:0;border:initial;background:initial;cursor:pointer;transition:none;vertical-align:initial;flex-shrink:0;accent-color:#22c55e}input.project-plan-check[type=checkbox]:before{content:none}input.project-plan-check[type=checkbox]:checked{background:initial;border-color:initial}input.project-plan-check[type=checkbox]:checked:before{transform:none}input.project-plan-check[type=checkbox]:disabled{cursor:not-allowed;opacity:.65}.project-plan-item-body{min-width:0;max-width:68rem;cursor:pointer}.project-plan-item-text code{border:1px solid rgba(148,163,184,.22);border-radius:5px;background:#0f172a9e;color:#dbeafe;padding:.08em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9em}.project-plan-item-actions{display:flex;gap:6px;justify-content:flex-end}.project-plan-item-actions .mind-create-session-btn,.project-plan-item-actions .mind-delete-file-btn{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap}.project-plan-document-panel{border:1px solid rgba(148,163,184,.16);border-radius:18px;background:#0f172a94;box-shadow:0 14px 34px #00000024}.project-plan-document-header h3{margin:0;color:#eef2ff;font-size:15px;letter-spacing:-.01em}.project-plan-content{display:block}.project-plan-analysis{display:grid;gap:14px;min-width:0}.project-plan-list small,.project-plan-document-header span{color:#8fa1ba;font-size:11px;font-style:normal;white-space:nowrap}.project-plan-list small{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;font-size:12px}.project-plan-requirement-id{border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#0f172a75;color:#bfdbfe;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:800;white-space:nowrap}.project-plan-document-panel{overflow:hidden}.project-plan-document-header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(148,163,184,.14);padding:14px 16px}.project-plan-preview-panel .mind-markdown-preview{max-height:72vh;overflow:auto;padding:24px}.project-pr-description-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;min-height:0}.project-pr-description-editor-panel,.project-pr-description-preview-panel{display:flex;flex-direction:column;min-height:min(72vh,760px)}.project-pr-description-header{align-items:flex-start}.project-pr-description-heading{display:grid;gap:4px;min-width:0}.project-pr-description-heading span{white-space:normal}.project-pr-description-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.project-pr-description-copy{width:36px;height:36px}.project-pr-description-copy:disabled{cursor:not-allowed;opacity:.45}.project-pr-description-textarea{flex:1;width:100%;min-height:420px;border:0;border-bottom:1px solid rgba(148,163,184,.14);background:#0f172a5c;color:#dbeafe;padding:18px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.55;resize:none;outline:none}.project-pr-description-textarea:focus{box-shadow:inset 0 0 0 1px #60a5fa6b}.project-pr-description-status{min-height:38px;display:flex;align-items:center;padding:10px 16px;color:#8fa1ba;font-size:12px}.project-pr-description-error{color:#fca5a5}.project-pr-description-preview-panel .mind-markdown-preview{flex:1;max-height:none;overflow:auto;padding:24px}[data-theme=light] .project-pr-description-textarea{border-bottom-color:#e2e8f0;background:#f8fafc;color:#1f2937}[data-theme=light] .project-pr-description-textarea:focus{box-shadow:inset 0 0 0 1px #93c5fd}[data-theme=light] .project-pr-description-status{color:#64748b}[data-theme=light] .project-pr-description-error{color:#b91c1c}@media(max-width:980px){.project-pr-description-layout{grid-template-columns:minmax(0,1fr)}.project-pr-description-editor-panel,.project-pr-description-preview-panel{min-height:420px}}.project-development-workflow-actions .settings-add-btn,.project-development-workflow-actions .mind-create-session-btn{min-height:30px;border-radius:999px;padding:0 11px;font-size:12px;font-weight:700;white-space:nowrap}[data-theme=light] .project-plan-tab{background:radial-gradient(circle at top left,rgba(79,70,229,.1),transparent 34rem),radial-gradient(circle at 85% 12%,rgba(22,163,74,.08),transparent 24rem)}[data-theme=light] .project-plan-score-card p{color:#536579}[data-theme=light] .project-plan-create-panel,[data-theme=light] .project-plan-summary,[data-theme=light] .project-plan-card{background:#fff;border-color:#d6dde8;box-shadow:0 16px 36px #1c2c4e14}[data-theme=light] .project-plan-card-questions{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#fff)}[data-theme=light] .project-plan-card-risks{border-color:#fbbf24;background:linear-gradient(180deg,#fffbeb,#fff)}[data-theme=light] .project-development-workflow{--workflow-step-bg: #eef4ff;--workflow-step-border: #c9d8ee;--workflow-step-text: #21324d;--workflow-step-muted: #64748b;--workflow-step-active-bg: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--workflow-step-active-border: #93c5fd;--workflow-step-active-text: #ffffff;border-bottom-color:#d6e0ee;background:radial-gradient(circle at 18% 0%,rgba(37,99,235,.12),transparent 28rem),linear-gradient(180deg,#f8fbff,#edf3fb)}[data-theme=light] .project-development-workflow-step:hover{background:#e2ecfb;border-color:#9eb8dd}[data-theme=light] .project-development-workflow-index{border-color:#c0cee1;background:#ffffffb8;color:#375176}@media(max-width:760px){.project-development-workflow{align-items:flex-start;padding:6px 10px}.project-development-workflow-step{min-width:142px;min-height:34px;padding-right:18px}.project-development-workflow-actions{position:sticky;right:0;background:linear-gradient(90deg,#14192200,#141922 18%);padding-left:14px}.project-development-workflow-copy small{display:none}}[data-theme=light] .project-plan-create-panel h2,[data-theme=light] .project-plan-card-header h3{color:#1f2937}[data-theme=light] .project-plan-card-header>span{border-color:#d6dde8;background:#f3f6fb;color:#52637a}[data-theme=light] .project-plan-requirement-id{border-color:#d6dde8;background:#eff6ff;color:#1d4ed8}[data-theme=light] .project-plan-list li{color:#334155}[data-theme=light] .project-plan-list li.approved{color:#166534}[data-theme=light] input.project-plan-check[type=checkbox]{accent-color:#16a34a}[data-theme=light] .project-plan-item-text code{border-color:#d6dde8;background:#f1f5f9;color:#1e3a8a}@media(max-width:900px){.project-plan-tab{padding:10px}.project-plan-summary{flex-direction:column}}[data-theme=light] .project-plan-document-panel{border-color:#d6dde8;background:#fff;box-shadow:0 16px 36px #1c2c4e14}[data-theme=light] .project-plan-document-header h3{color:#1f2937}[data-theme=light] .project-plan-list small,[data-theme=light] .project-plan-document-header span{color:#64748b}[data-theme=light] .project-plan-document-header{border-bottom-color:#e2e8f0}@media(max-width:620px){.project-plan-tab{padding:12px}.project-plan-create-panel{border-radius:16px;padding:18px}.project-plan-attention-grid,.project-plan-grid{grid-template-columns:1fr}.project-plan-card-functional,.project-plan-card-decisions{grid-column:1}}@media(max-width:960px){.project-databases-grid,.project-databases-explorer-grid{grid-template-columns:1fr}.project-databases-explorer-grid{grid-template-rows:auto minmax(320px,1fr)}.project-databases-tables{max-height:280px}}@media(max-width:620px){.project-databases-header,.project-databases-explorer-header,.project-databases-data-toolbar{flex-direction:column}.project-databases-header-actions,.project-databases-dialog-actions{width:100%;justify-content:flex-start}.project-databases-form-grid{grid-template-columns:1fr}}.provider-list-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.provider-list-header h3{margin:0}.provider-test-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0;display:inline-block}.provider-test-indicator.pending{background-color:#6c757d;opacity:.5}.provider-test-indicator.testing{background-color:#ffc107;animation:indicator-opacity-pulse 1.5s infinite}.provider-test-indicator.success{background-color:#28a745}.provider-test-indicator.error{background-color:#dc3545}.provider-test-duration{font-size:12px;color:#888;margin-left:auto}.provider-settings-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.provider-settings-card{border:1px solid #333;border-radius:8px;padding:12px;background:#1b1d22;display:flex;flex-direction:column;gap:10px}.provider-settings-card.active{border-color:#646cff}.provider-settings-header{display:flex;justify-content:space-between;gap:8px;align-items:center}.provider-settings-header h3{margin:0;font-size:16px;color:#e0e0e0}.provider-settings-badges{display:flex;gap:6px}.provider-list-item{border:1px solid #333;background:#202329;border-radius:10px;padding:14px;display:flex;justify-content:space-between;align-items:center;gap:12px}.provider-list-item.active{border-color:#646cff}.provider-list-main{display:flex;flex-direction:column;gap:6px}.provider-list-main h3{margin:0;color:#e0e0e0;font-size:17px}.provider-router-tree{margin-top:8px;border:1px solid #2f3646;background:radial-gradient(circle at top left,#23304a,#191f2c 42%,#151922);border-radius:10px;padding:12px;display:grid;grid-template-columns:minmax(200px,260px) minmax(0,1fr);gap:14px;align-items:stretch;position:relative;overflow:hidden}.provider-router-tree>*{position:relative;z-index:1}.provider-router-bezier{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.provider-router-bezier-path{fill:none;stroke:#87a3da;stroke-width:1.8;stroke-linecap:round;opacity:.9}.provider-router-root-wrap{display:flex;align-items:center;justify-content:center;min-height:100%;margin:0;position:relative}.provider-router-root-wrap:after{display:none}.provider-router-root-label{position:absolute;top:4px;left:0;color:#9fb2d9;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.provider-router-root-node{display:inline-flex;align-items:center;border:1px solid #7f9de8;background:linear-gradient(145deg,#2f4a8a,#213560);color:#ecf2ff;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:700;line-height:1;position:relative;box-shadow:0 0 0 1px #8ca5dd40,0 8px 18px #06090f73}.provider-router-root-node:after{content:"";position:absolute;right:-8px;top:50%;width:7px;height:7px;border-radius:999px;transform:translateY(-50%);background:#aac0f2;box-shadow:0 0 0 2px #aac0f238}.provider-router-branches{margin:0;padding:6px 0 6px 16px;display:flex;flex-direction:column;gap:10px;position:relative}.provider-router-branches:after{display:none}.provider-router-branch{display:grid;grid-template-columns:minmax(120px,auto) 24px minmax(160px,1fr);align-items:center;gap:8px;position:relative;min-height:44px}.provider-router-connector{width:100%;height:2px;background:linear-gradient(to right,#738ec4,#8fa8d8);border-radius:2px}.provider-router-rule{display:inline-flex;align-items:center;border:1px solid #4b608f;background:#1e2636;color:#cedaf5;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600}.provider-router-target{display:inline-flex;align-items:center;border:1px solid #4f5f83;background:#222c3f;color:#dce7ff;border-radius:999px;padding:4px 10px;font-size:12px}.provider-chain-visual{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-top:2px}.provider-chain-item-wrap{display:inline-flex;align-items:center;gap:4px}.provider-chain-node{display:inline-flex;align-items:center;border:1px solid #4a5775;background:linear-gradient(145deg,#242f45,#1b2233);color:#d9e5ff;border-radius:999px;padding:3px 10px;font-size:12px;line-height:1}.provider-chain-arrow{color:#8ea3d4;font-size:13px}.provider-chain-empty{color:#8f8f8f;font-size:12px}.provider-list-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:900px){.provider-list-item{flex-direction:column;align-items:stretch}.provider-list-actions{flex-wrap:wrap}.provider-router-tree{grid-template-columns:1fr;gap:10px}.provider-router-root-wrap{justify-content:flex-start}.provider-router-root-wrap:after{display:none}.provider-router-root-node:after{display:none}.provider-router-branches{padding-left:0}.provider-router-branch{grid-template-columns:1fr 24px}.provider-router-target,.provider-router-rule{grid-column:1}.provider-router-connector{grid-column:2;grid-row:1 / span 2;align-self:center}.provider-router-bezier{display:none}}.provider-edit-panel{max-width:700px}.provider-edit-panel .settings-field+.settings-field{margin-top:10px}.provider-edit-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.provider-safe-mode-banner{margin:10px 0 12px;padding:10px 12px;border:1px solid #3b5f8a;border-radius:8px;background:#122033;color:#c9def8;font-size:13px;line-height:1.4}.provider-safe-mode-fieldset{border:0;margin:0;padding:0;min-width:0}.provider-model-query-row{display:flex;gap:8px;align-items:center}.provider-model-query-row select{flex:1 1 auto}.provider-fallback-compose-row{display:flex;gap:8px;align-items:center}.provider-fallback-compose-row select{flex:1 1 auto}.provider-fallback-chain-list{margin-top:10px;display:flex;flex-direction:column;gap:8px}.provider-fallback-chain-item{display:flex;align-items:center;gap:8px;border:1px solid #394156;border-radius:8px;background:#1d2433;padding:8px 10px}.provider-fallback-index{width:20px;color:#9cb2e0;font-size:12px}.provider-fallback-label{flex:1 1 auto;color:#d8dded}.provider-fallback-actions{display:flex;gap:6px}.provider-fallback-empty{border:1px dashed #454545;border-radius:8px;padding:10px;color:#8f8f8f;font-size:13px}.provider-cli-card{margin-top:8px;padding:16px;border:1px solid #2d313b;border-radius:8px;background:#1a1d24}.provider-cli-card.available{border-color:#4a7c59;background:#1a241e}.provider-cli-card.missing{border-color:#755238;background:#251f19}.provider-cli-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.provider-cli-title{font-size:14px;font-weight:600;color:#e2e8f0}.provider-cli-description{margin-top:4px;font-size:13px;line-height:1.45;color:#9ca3af}.provider-cli-grid{display:grid;grid-template-columns:minmax(72px,max-content) minmax(0,1fr);gap:8px 12px;margin-bottom:12px;font-size:13px;color:#9ca3af}.provider-cli-grid code{min-width:0;overflow-wrap:anywhere;color:#d8dded}.provider-cli-note{margin:0}.provider-oauth-choice{display:flex;flex-direction:column;gap:16px;margin-top:8px}.provider-oauth-section{padding:16px;border:2px solid #2d313b;border-radius:8px;background:#1a1d24;transition:border-color .2s}.provider-oauth-section:hover{border-color:#3d4150}.provider-oauth-section.recommended{border-color:#4a7c59;background:#1a241e}.provider-oauth-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.provider-oauth-section-title{font-size:14px;font-weight:600;color:#e2e8f0;display:flex;align-items:center;gap:8px}.provider-oauth-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.provider-oauth-badge.free{background:#2d5a3d;color:#7ee89c}.provider-oauth-badge.paid{background:#4a4a4a;color:#a8a8a8}.provider-oauth-badge.recommended{background:#3d5a99;color:#8cb4ff}.provider-oauth-section-description{font-size:13px;color:#9ca3af;margin-bottom:12px;line-height:1.5}.provider-oauth-benefits{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;padding-left:4px}.provider-oauth-benefit{font-size:12px;color:#7ee89c;display:flex;align-items:center;gap:6px}.provider-oauth-benefit .app-icon{width:14px;height:14px;flex-shrink:0}.provider-oauth-divider{height:1px;background:#2d313b;margin:20px 0;position:relative}.provider-oauth-divider:after{content:"OR";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#1a1d24;padding:0 12px;font-size:11px;font-weight:600;color:#6b7280;letter-spacing:1px}.provider-oauth-status{display:flex;flex-direction:column;gap:8px;padding:12px;background:#1a241e;border:1px solid #4a7c59;border-radius:6px}.provider-oauth-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.provider-oauth-flow{display:flex;flex-direction:column;gap:12px;padding:16px;background:#1a1d24;border:2px solid #3d5a99;border-radius:8px}.provider-oauth-flow .thinking-note{margin:0;padding:8px 12px;background:#252935;border-left:3px solid #3d5a99;border-radius:4px}.provider-oauth-flow input{padding:10px 12px;font-size:13px;font-family:SFMono-Regular,Consolas,monospace}.provider-oauth-flow .settings-actions{margin-top:4px}.provider-oauth-section input[type=password],.provider-oauth-section input[type=text]{width:100%;padding:10px 12px;font-size:13px;background:#101318;border:1px solid #3d4150;border-radius:6px;color:#e2e8f0;transition:border-color .2s,background-color .2s}.provider-oauth-section input[type=password]:focus,.provider-oauth-section input[type=text]:focus{outline:none;border-color:#646cff;background:#1a1d24}[data-theme=light] .provider-settings-card,[data-theme=light] .provider-list-item,[data-theme=light] .provider-edit-panel,[data-theme=light] .provider-safe-mode-fieldset,[data-theme=light] .provider-fallback-chain-item,[data-theme=light] .provider-cli-card,[data-theme=light] .provider-oauth-section{background:#f8fbff;border-color:#c9d3e2;color:#1f2b40}[data-theme=light] .provider-settings-header h3,[data-theme=light] .provider-list-main h3,[data-theme=light] .provider-list-header h3,[data-theme=light] .provider-cli-title,[data-theme=light] .provider-oauth-section-title{color:#162033}[data-theme=light] .provider-chain-empty,[data-theme=light] .provider-cli-description,[data-theme=light] .provider-oauth-section-description,[data-theme=light] .provider-oauth-benefit,[data-theme=light] .provider-test-duration{color:#55657d}[data-theme=light] .provider-router-tree{border-color:#bfd0ea;background:radial-gradient(circle at top left,#eef4ff,#e8eef9 45%,#e2eaf7)}[data-theme=light] .provider-router-root-label{color:#54688e}[data-theme=light] .provider-router-rule{border-color:#b5c5df;background:#edf3fc;color:#2b3d60}[data-theme=light] .provider-router-target{border-color:#b4c3dc;background:#eef3fb;color:#2a3d5e}[data-theme=light] .provider-chain-node{border-color:#b4c3dc;background:linear-gradient(145deg,#edf3fb,#e5ecf8);color:#2a3d5f}.skills-grid,.skills-external-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.skills-discovery-list h3{margin:16px 0 8px;font-size:16px}.skill-card{border:1px solid #373d48;border-radius:8px;background:#1b1f26;padding:12px;display:flex;flex-direction:column;gap:8px}.skill-card-builtin{border-color:#3b4e7f}.skill-card-external{border-color:#3f6d4c}.skill-card-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.skill-card-title-actions{display:inline-flex;align-items:center;gap:10px}.skill-enabled-checkbox{display:inline-flex;align-items:center;gap:0;margin:0;white-space:nowrap}.skill-enabled-checkbox input[type=checkbox]{margin:0;flex-shrink:0}.skill-card-actions{display:inline-flex;align-items:center;justify-content:flex-end}.skill-enabled-label{margin:0;color:#95a1b2;font-size:12px;font-weight:600}.skill-card-disabled{opacity:.72;border-color:#5f6066}.skill-card-title-row h3{margin:0;font-size:16px}.tool-name-with-icon{display:inline-flex;align-items:center;gap:6px}.skill-card p{margin:0;color:#c7cbd3;font-size:13px}.skill-card-meta{color:#95a1b2;font-size:12px;word-break:break-word}.skill-card-meta-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.skill-card-meta-link{color:#9ab3ff;text-decoration:underline;text-underline-offset:2px;word-break:break-word}.skill-card-meta-link:hover{color:#bdd0ff}.skill-card-elevenlabs-defaults{grid-template-columns:1fr;margin:0}.skill-tool-details{border:1px solid #2f3846;border-radius:6px;padding:8px;background:#151922}.skill-tool-details summary{cursor:pointer;color:#d8deea;font-size:13px;font-weight:600}.skill-tool-schema{margin:8px 0 0;max-height:220px;overflow:auto;border:1px solid #303849;border-radius:6px;background:#0f131b;color:#c7d0df;font-size:12px;line-height:1.35;padding:8px}.skill-badge{border:1px solid #4b608f;border-radius:999px;padding:2px 8px;font-size:11px;color:#b6c8ff;background:#506eb040;white-space:nowrap}.skill-badge-external{border-color:#4b8561;color:#b9f0c8;background:#3e805533}.skill-card-description{margin:8px 0;font-size:13px;line-height:1.5;color:#a8b4c8;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.skills-registry-section{margin-top:32px;padding-top:24px;border-top:1px solid #2f3846}.skills-search-box{display:flex;gap:8px;margin:16px 0}.skills-search-input{flex:1;padding:10px 12px;border:1px solid #2f3846;border-radius:6px;background:#151922;color:#d8deea;font-size:14px;transition:border-color .2s}.skills-search-input:focus{outline:none;border-color:#506eb0}.skills-search-input:disabled{opacity:.5;cursor:not-allowed}.skills-search-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:1px solid #4b608f;border-radius:6px;background:#506eb026;color:#b6c8ff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.skills-search-btn:hover:not(:disabled){background:#506eb040;border-color:#5c74a8}.skills-search-btn:disabled{opacity:.5;cursor:not-allowed}.skills-sort-buttons{display:flex;align-items:center;gap:8px;margin-top:12px}.sort-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border:1px solid #444;background:#2b2b2b;color:#ccc;border-radius:6px;cursor:pointer;font-size:13px;transition:all .2s}.sort-btn:hover:not(:disabled){background:#3a3a3a;border-color:#555}.sort-btn.active{background:#4a5d8a;border-color:#5a6d9a;color:#fff}.sort-btn:disabled{opacity:.5;cursor:not-allowed}.skills-registry-results{margin-top:16px}.skills-registry-results h4{margin:0 0 12px;font-size:14px;color:#9ba9c1;font-weight:500}.skills-registry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.skill-card-registry{border-color:#4a5d8a;background:#3c558c0d}.skill-badge-registry{border-color:#4a5d8a;color:#a8c0ff;background:#4a5d8a40}.skill-card-meta-row{display:flex;flex-wrap:wrap;gap:12px;margin:8px 0;font-size:12px;color:#9ba9c1}.skill-meta-item{display:inline-flex;align-items:center;gap:4px}.skill-tags{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 12px}.skill-tag{display:inline-block;padding:2px 8px;border-radius:4px;background:#506eb026;color:#8fa4d8;font-size:11px;font-weight:500}.skill-install-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:8px 12px;border:1px solid #4b8561;border-radius:6px;background:#3e805526;color:#b9f0c8;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.skill-install-btn:hover:not(:disabled){background:#3e805540;border-color:#5a9c73}.skill-install-btn:disabled{opacity:.5;cursor:not-allowed}.skill-install-btn.installed{background:#3e80554d;border-color:#5a9c73;color:#a8f0bb}.skill-delete-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 6px;border:none;border-radius:4px;background:transparent;font-size:16px;cursor:pointer;transition:all .2s;opacity:.5;flex-shrink:0}.skill-delete-btn .app-icon{width:16px;height:16px}.skill-delete-btn:hover:not(:disabled){opacity:1;background:#803e3e33}.skill-delete-btn:disabled{opacity:.3;cursor:not-allowed}.templates-page-subtitle{margin:.35rem 0 0;color:var(--muted-text, #9ca3af)}.templates-page-header{display:flex;justify-content:space-between;align-items:center}.templates-table-container{overflow-x:auto;border:1px solid var(--border-color, rgba(148, 163, 184, .24));border-radius:.9rem;background:var(--card-bg, rgba(15, 23, 42, .48))}.templates-table{width:100%;border-collapse:collapse;text-align:left}.templates-table th,.templates-table td{padding:.85rem 1rem;border-bottom:1px solid var(--border-color, rgba(148, 163, 184, .24));vertical-align:middle}.templates-table th{font-size:.85rem;font-weight:600;color:var(--muted-text, #9ca3af);text-transform:uppercase;letter-spacing:.05em;background:#0f172a33}.templates-table tr:last-child td{border-bottom:none}.templates-table-actions-cell{width:1%;white-space:nowrap;text-align:right}.template-name-cell{display:flex;align-items:center;gap:.5rem}.template-badge{font-size:.7rem;padding:.15rem .4rem;border-radius:.4rem;background:#94a3b826;color:var(--muted-text, #9ca3af);text-transform:uppercase;letter-spacing:.05em}.template-desc-cell{color:var(--muted-text, #9ca3af);font-size:.9rem}.template-actions-group{display:flex;gap:.5rem;justify-content:flex-end}.templates-empty{color:var(--muted-text, #9ca3af);border:1px dashed var(--border-color, rgba(148, 163, 184, .24));border-radius:.9rem;padding:1.25rem;text-align:center}.templates-empty p{margin:.25rem 0}.template-modal-overlay{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000ad;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.template-modal{width:min(560px,100%);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-color, #3b4351);border-radius:14px;background:var(--surface-1, #1a1d22);box-shadow:0 24px 80px #00000073}.template-modal-form{display:flex;flex-direction:column;max-height:100%}.template-modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--border-color, #3b4351)}.template-modal-header h2{margin:0;font-size:18px;font-weight:700}.template-modal-close{background:transparent;border:none;color:var(--muted-text, #9ca3af);font-size:1.5rem;line-height:1;cursor:pointer;padding:0}.template-modal-close:hover{color:var(--text-color, #e5e7eb)}.template-modal-body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.templates-field{display:flex;flex-direction:column;gap:.4rem}.templates-field span{font-size:.85rem;font-weight:600;color:var(--muted-text, #9ca3af)}.templates-field input,.templates-field textarea{width:100%;border:1px solid var(--border-color, rgba(148, 163, 184, .24));border-radius:.7rem;background:var(--input-bg, rgba(15, 23, 42, .72));color:var(--text-color, #e5e7eb);padding:.7rem .85rem;font:inherit}.templates-field textarea{min-height:14rem;resize:vertical;line-height:1.45}.template-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:18px 20px;border-top:1px solid var(--border-color, #3b4351)}.muted-text{color:var(--muted-text, #9ca3af)}.thinking-content{max-width:860px}.thinking-card{border:1px solid #353535;border-radius:10px;background:#222;padding:18px;display:flex;flex-direction:column;gap:14px}.thinking-checkbox-row{display:inline-flex;align-items:center;gap:8px;color:#ddd}.thinking-field{display:flex;flex-direction:column;gap:6px;color:#d4d4d4;font-size:14px}.thinking-field input[type=text],.thinking-field input[type=number],.thinking-field select,.thinking-field textarea{border:1px solid #444;border-radius:8px;background:#1c1c1c;color:#ececec;padding:9px 11px;font-size:14px}.thinking-field input[type=text]:focus,.thinking-field input[type=number]:focus,.thinking-field select:focus,.thinking-field textarea:focus{outline:none;border-color:#646cff}.thinking-field textarea{min-height:170px;resize:vertical;line-height:1.45}.thinking-frequency-input input{width:110px}.thinking-frequency-input span{color:#bcbcbc}.thinking-source-toggle{display:flex;align-items:center;gap:18px;color:#ddd}.thinking-source-toggle label{display:inline-flex;align-items:center;gap:7px}.thinking-note{margin:0;color:#a8a8a8;font-size:13px}.thinking-global-instructions{border:1px solid #3f4f75;border-radius:8px;background:#1d2331;padding:10px 12px;margin-bottom:4px}.thinking-global-instructions-title{color:#e6ecff;font-size:13px;font-weight:600;margin-bottom:4px}.thinking-global-instructions-body{color:#bdc8e7;font-size:13px}.thinking-global-instructions a{color:#8fa6ff}.thinking-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}@media(max-width:900px){.mind-layout{flex-direction:column}.mind-tree-panel{width:100%;max-width:none}.mind-tree-resize-handle{display:none}.mind-session-panel{max-height:52vh}.thinking-source-toggle{flex-direction:column;align-items:flex-start;gap:8px}}.workflow-canvas{min-height:760px;height:760px;width:100%;flex:1;overflow:auto}.workflows-map-pane{display:flex;flex-direction:column;min-height:760px}.workflows-builder-sidebar{display:flex;flex-direction:column;gap:12px}.workflows-toolbox{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.workflows-create-actions{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px}.workflows-create-actions .settings-add-btn{width:auto}.workflows-create-modal{max-width:480px}.workflows-create-modal-body{display:flex;flex-direction:column;gap:12px}.workflows-config-panel{border:1px solid var(--border);border-radius:8px;padding:10px;background:var(--surface-2);display:flex;flex-direction:column;gap:10px}.workflows-config-panel h4{margin:0;font-size:.95rem}.workflows-settings-panel{margin-top:10px;padding:0;gap:0;overflow:hidden}.workflows-settings-toggle{border:none;background:transparent;color:var(--text-1);padding:10px;width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;text-align:left;cursor:pointer}.workflows-settings-toggle span{font-weight:700}.workflows-settings-toggle-icon{width:22px;height:22px;border:1px solid var(--border);border-radius:999px;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.workflows-settings-body{border-top:1px solid var(--border);padding:10px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px 14px}.workflows-settings-actions{grid-column:1 / -1;display:flex;justify-content:flex-end}.workflows-settings-actions .settings-add-btn{width:auto}.workflows-block-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.workflows-block-header h3{margin:0}.workflows-map-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.workflows-connection-selection{color:var(--accent)}.workflows-node-buttons{display:flex;flex-wrap:wrap;gap:6px}.workflows-node-card{border:1px solid var(--border);border-radius:8px;padding:10px;background:var(--surface-2)}.workflows-node-top-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.workflows-edge-row{border:1px solid var(--border);border-radius:8px;padding:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:10px;align-items:end}.workflows-edge-row.compact{grid-template-columns:28px minmax(0,1fr) auto;padding:8px;align-items:center}.workflows-edge-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-1);font-size:.88rem}.workflows-edge-mode-icon{width:24px;height:24px;border-radius:6px;display:inline-grid;place-items:center;border:1px solid var(--border);background:var(--surface-1);color:var(--text-2);font-size:1rem;line-height:1}.workflows-edge-mode-icon.mode-parallel{color:#5fbf7f;border-color:color-mix(in srgb,#5fbf7f 48%,var(--border));background:color-mix(in srgb,#5fbf7f 10%,var(--surface-1))}.workflows-edge-mode-icon.mode-sequential{color:#8fb9ff;border-color:color-mix(in srgb,#8fb9ff 42%,var(--border));background:color-mix(in srgb,#8fb9ff 9%,var(--surface-1))}.workflows-edge-row.compact.selected{border-color:color-mix(in srgb,var(--accent) 72%,var(--border));background:color-mix(in srgb,var(--accent) 12%,transparent)}.workflows-edge-row.compact.clickable{cursor:pointer}.workflows-edge-actions{display:flex;flex-wrap:wrap;gap:8px}.workflow-canvas{position:relative;border:1px solid var(--border);background:radial-gradient(circle at 1px 1px,color-mix(in srgb,var(--text-2) 18%,transparent) 1px,transparent 0) 0 0 / 16px 16px,var(--surface-2);border-radius:10px;min-height:760px;overflow:hidden}.workflow-canvas-lines{position:absolute;inset:0;pointer-events:none;z-index:0}.workflow-canvas-edge-actions{position:absolute;inset:0;pointer-events:none;z-index:1}.workflow-canvas-edge-hit{fill:none;stroke:transparent;stroke-width:32px;pointer-events:stroke;cursor:pointer}.workflow-canvas-edge-anchor{fill:var(--surface-1);stroke:color-mix(in srgb,var(--text-2) 70%,transparent);stroke-width:1.5px;pointer-events:all;cursor:pointer}.workflow-canvas-edge-anchor:hover,.workflow-canvas-edge-anchor.selected{fill:color-mix(in srgb,var(--accent) 22%,var(--surface-1));stroke:var(--accent)}.workflow-canvas-node{position:absolute;z-index:2;width:132px;min-height:56px;border-radius:8px;padding:8px;box-sizing:border-box;border:1px solid var(--border);background:var(--surface-1);display:flex;flex-direction:column;gap:3px;touch-action:none;-webkit-user-select:none;user-select:none}.workflow-canvas-node.clickable{cursor:pointer}.workflow-canvas-node.selected{outline:2px solid color-mix(in srgb,var(--accent) 78%,white);outline-offset:3px;box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 18%,transparent)}.workflow-canvas-node.connection-selected{border-width:2px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 24%,transparent),transparent 72%),var(--surface-1);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 20%,transparent),0 12px 26px color-mix(in srgb,var(--accent) 24%,transparent)}.workflow-canvas-node.connection-source{outline-color:#5fbf7f;box-shadow:0 0 0 5px color-mix(in srgb,#5fbf7f 24%,transparent),0 12px 26px color-mix(in srgb,#5fbf7f 24%,transparent)}.workflow-canvas-node.connection-target{outline-color:#8fb9ff;box-shadow:0 0 0 5px color-mix(in srgb,#8fb9ff 26%,transparent),0 12px 26px color-mix(in srgb,#8fb9ff 24%,transparent)}.workflow-canvas-node.judge{box-shadow:inset 0 0 0 2px color-mix(in srgb,#f2cc60 62%,transparent)}.workflow-canvas-node small{color:var(--text-2);text-transform:uppercase;font-size:.7em;letter-spacing:.06em}.workflow-canvas-node-badge{display:inline-block;align-self:flex-start;margin-top:2px;padding:1px 6px;border-radius:999px;background:color-mix(in srgb,#f2cc60 25%,transparent);border:1px solid color-mix(in srgb,#f2cc60 58%,transparent);color:#f2cc60;font-size:10px;font-style:normal;line-height:1.5}.workflow-canvas-connection-badge{position:absolute;top:-12px;right:-10px;padding:2px 7px;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent) 70%,transparent);background:var(--surface-1);color:var(--accent);font-size:10px;font-style:normal;font-weight:700;line-height:1.4;text-transform:uppercase;box-shadow:0 4px 12px #0000004d}.workflow-canvas-node.connection-source .workflow-canvas-connection-badge{border-color:color-mix(in srgb,#5fbf7f 72%,transparent);color:#5fbf7f}.workflow-canvas-node.connection-target .workflow-canvas-connection-badge{border-color:color-mix(in srgb,#8fb9ff 72%,transparent);color:#8fb9ff}.workflow-canvas-node.kind-user{border-color:#2f9eeb}.workflow-canvas-node.kind-main,.workflow-canvas-node.kind-subagent{border-color:#5fbf7f}.workflow-canvas-node.kind-local,.workflow-canvas-node.kind-external{border-color:#dba23d}.workflow-canvas-node.kind-review_loop{width:186px;min-height:118px;border-color:#c084fc;border-style:dashed;background:linear-gradient(135deg,color-mix(in srgb,#c084fc 13%,transparent),transparent 70%),var(--surface-1);box-shadow:inset 0 0 0 1px color-mix(in srgb,#c084fc 22%,transparent)}.workflow-canvas-loop-agents{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:6px;align-items:center;margin-top:5px}.workflow-canvas-loop-agent{min-width:0;border:1px solid color-mix(in srgb,#c084fc 36%,var(--border));border-radius:7px;background:color-mix(in srgb,#c084fc 10%,var(--surface-2));padding:5px 6px;display:flex;flex-direction:column;gap:2px}.workflow-canvas-loop-agent b{color:var(--text-2);font-size:9px;line-height:1.1;text-transform:uppercase;font-weight:700}.workflow-canvas-loop-agent em{color:var(--text-1);font-size:11px;font-style:normal;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-canvas-loop-bridge{color:#c084fc;font-weight:700;font-size:13px;line-height:1}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:var(--surface-1, #1a1d22);border:1px solid var(--border, #3b4351);border-radius:12px;width:100%;max-width:420px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border, #3b4351)}.modal-header h3{margin:0;font-size:16px;font-weight:600;color:var(--text-1, #e6ebf2)}.modal-close{background:none;border:none;color:var(--text-2, #aeb7c7);font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s ease}.modal-close:hover{background:#ffffff1a;color:var(--text-1, #e6ebf2)}.modal-body{padding:20px;overflow-y:auto}.modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:16px 20px;border-top:1px solid var(--border, #3b4351)}.jobs-loading,.job-edit-loading,.sessions-loading,.job-detail-loading{text-align:center;padding:60px 20px;color:#888}.task-prompt{background-color:#1a1a1a;padding:16px;border-radius:6px;color:#ccc;font-size:14px;line-height:1.6;white-space:pre-wrap;margin:0;overflow-x:auto}.job-detail-error{text-align:center;padding:60px 20px;color:#f44336}.ios-switch{width:50px;height:30px;border:0;border-radius:999px;padding:2px;background:#3f3f46;position:relative;cursor:pointer;transition:background-color .2s ease}.ios-switch.on{background:#34c759}.ios-switch:focus-visible{outline:2px solid #646cff;outline-offset:2px}.ios-switch-thumb{width:26px;height:26px;border-radius:50%;background:#fff;display:block;transform:translate(0);transition:transform .2s ease}.ios-switch.on .ios-switch-thumb{transform:translate(20px)}.settings-custom-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.settings-actions{display:flex;gap:8px;margin-top:12px;align-items:center}.settings-add-btn,.settings-save-btn,.settings-remove-btn{border:1px solid #555;background:#2a2a2a;color:#e0e0e0;border-radius:6px;min-height:34px;padding:0 12px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;font-weight:600;line-height:1;cursor:pointer}.settings-save-btn{border-color:#646cff;background:#3c45be;color:#fff}.settings-panel>.settings-save-btn{margin-top:18px}.settings-save-btn:disabled{opacity:.6;cursor:not-allowed}.instruction-blocks-actions{display:flex;gap:8px;flex-wrap:wrap}.instruction-block{border:1px solid #3c3c3c;border-radius:8px;padding:10px;background:#232323}.instruction-block-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;flex-wrap:wrap}.instruction-block-type-select{min-width:180px;border:1px solid #444;background:#1f1f1f;color:#e8e8e8;border-radius:6px;padding:8px 10px}.instruction-block-toolbar-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.instruction-block-singleline{display:flex;align-items:center;justify-content:space-between;gap:12px}.instruction-block-singleline-main{display:inline-flex;align-items:center;gap:8px;min-width:0}.instruction-block-link{color:#d8defd;text-decoration:underline;text-underline-offset:2px}.instruction-block-link:hover{color:#e8ecff}.instruction-block-enabled-toggle{display:inline-flex;align-items:center;gap:6px;color:#cfcfcf;font-size:12px}.instruction-block textarea,.instruction-block input[type=text]{width:100%;box-sizing:border-box;border:1px solid #444;background:#1f1f1f;color:#e8e8e8;border-radius:6px;padding:8px 10px}.instruction-block-file-row .settings-add-btn{flex-shrink:0}.instruction-block-type-select:focus,.instruction-block textarea:focus,.instruction-block input[type=text]:focus{outline:none;border-color:#646cff}.settings-custom-row{display:grid;grid-template-columns:1fr 1.4fr auto;gap:8px}.settings-error{margin-top:12px;color:#f44336}.settings-success{margin-top:12px;color:#4caf50}.toast-notifications-container{position:fixed;top:16px;left:16px;z-index:1500;display:flex;flex-direction:column;gap:10px;pointer-events:none;width:min(400px,calc(var(--sidebar-width, 280px) - 32px));max-width:calc(100vw - 32px)}.sidebar-closed .toast-notifications-container,.mobile-layout .toast-notifications-container{width:min(400px,calc(100vw - 32px))}.toast-notification{pointer-events:auto;position:relative;padding:11px 34px 11px 12px;border:1px solid rgba(148,163,184,.18);border-radius:14px;background:linear-gradient(145deg,#181e2af5,#0f131cf0);box-shadow:0 16px 36px #0000005c,inset 0 1px #ffffff0b;color:#eef2ff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:left;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:toast-enter .3s ease-out;transition:transform .18s ease,opacity .3s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.toast-notification:hover{transform:translateY(-1px);border-color:#a5b4fc6b;background:linear-gradient(145deg,#1e2534fa,#111621f5);box-shadow:0 18px 42px #0000006b,0 0 0 1px #818cf814}.toast-notification:focus-visible{outline:2px solid rgba(129,140,248,.95);outline-offset:3px}.toast-notification.is-new{animation:toast-enter .3s ease-out}@keyframes toast-enter{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.toast-notification.is-exiting{animation:toast-exit .3s ease-in forwards}@keyframes toast-exit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}.toast-dismiss-btn{position:absolute;top:8px;right:8px;width:22px;height:22px;border:none;border-radius:999px;background:transparent;color:#94a3b8;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .18s ease,background-color .18s ease}.toast-dismiss-btn:hover{color:#f8fafc;background:#94a3b824}.toast-content{padding-right:0}.toast-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:start;margin-bottom:4px}.toast-title{min-width:0;color:#f8fafc;font-size:13px;font-weight:650;line-height:1.3;letter-spacing:.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast-status{width:9px;height:9px;margin-top:4px;border-radius:999px;background:#94a3b8;box-shadow:0 0 0 3px #94a3b81f}.toast-status.status-completed,.toast-status.status-success{background:#34d399;box-shadow:0 0 0 3px #34d39924,0 0 12px #34d39947}.toast-status.status-failed,.toast-status.status-error{background:#fb7185;box-shadow:0 0 0 3px #fb718524,0 0 12px #fb718540}.toast-status.status-info{background:#60a5fa;box-shadow:0 0 0 3px #60a5fa24,0 0 12px #60a5fa40}.toast-status.status-warning{background:#fbbf24;box-shadow:0 0 0 3px #fbbf2429,0 0 12px #fbbf243d}.toast-message{color:#cbd5e1;font-size:12px;font-weight:400;line-height:1.45;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.toast-image{display:block;width:100%;max-height:140px;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.12);margin-top:9px;margin-bottom:0}.toast-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.toast-action-btn{min-width:28px;height:24px;padding:0 9px;background:#6366f129;border:1px solid rgba(129,140,248,.24);border-radius:999px;color:#dbeafe;font-size:11px;line-height:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.toast-action-btn:hover{background:#6366f147;border-color:#a5b4fc80;color:#fff}@media(max-width:900px){.toast-notifications-container{inset:10px 10px auto;width:auto;max-width:none}.toast-notification{max-width:100%}}#root{width:100%;height:100%;padding:0;max-width:none}.app-container{--sidebar-width: 280px;display:flex;height:100vh;width:100vw;position:relative;overflow:hidden}body.sidebar-resizing *,body.mind-resizing *{cursor:col-resize}.main-content{flex-grow:1;display:flex;flex-direction:column;min-width:0;overflow:auto;transition:margin-right .22s ease}.mobile-layout .main-content{margin-right:0}.top-bar{padding:8px 16px 8px 64px;border-bottom:1px solid #3a3a3a;background-color:#1a1a1a;flex-shrink:0}.chat-history{flex-grow:1;overflow-y:auto;padding:20px 20px 20px 12px}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 16px;border-bottom:1px solid #3a3a3a;background-color:#1a1a1a;flex-shrink:0}.page-shell{display:flex;flex-direction:column;height:100%;min-height:0}.page-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 15px 16px 25px;border-bottom:1px solid #333}.page-header h1{margin:0;color:#e0e0e0;font-size:24px;line-height:1.25}.page-content{width:100%;margin:0 auto;padding:0}.page-content-narrow{width:min(1080px,100%)}@media(max-width:900px){.page-header{padding:14px 16px 14px 64px}.page-header h1{font-size:22px}.page-content{padding:0}}.sidebar-toggle{width:22px;height:22px;border:1px solid #444;border-radius:6px;background:#1f1f1f;color:#ddd;font-size:12px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background-color .2s,border-color .2s,color .2s}.sidebar-toggle-mobile{position:fixed;top:14px;left:14px;z-index:1100}.sidebar-toggle-handle{position:absolute;top:50%;left:calc(50% - 4px);transform:translateY(-50%);border-radius:0 6px 6px 0;width:12px;height:34px;padding:0;border:1px solid #3b3b3b;background:#252525;color:transparent;display:inline-flex;align-items:center;justify-content:center}.sidebar-toggle-handle-lines{display:inline-flex;align-items:center;gap:2px}.sidebar-toggle-handle-line{width:1px;height:12px;border-radius:1px;background:#8d8d8d;opacity:.9}.sidebar-toggle-handle:hover .sidebar-toggle-handle-line{background:#b2b2b2}.sidebar-toggle-handle:focus-visible{outline:2px solid #646cff;outline-offset:2px}.sidebar-toggle:hover{background:#2b2b2b;border-color:#666;color:#fff}.sidebar-toggle:focus-visible{outline:2px solid #646cff;outline-offset:2px}.sidebar-backdrop{position:fixed;inset:0;border:0;background:#00000073;z-index:1040;cursor:pointer}.sidebar-shell{width:var(--sidebar-width);flex-shrink:0;overflow:hidden;background-color:var(--app-sidebar-bg)}.sidebar-resize-handle{width:8px;flex-shrink:0;background:transparent;position:relative;cursor:col-resize}.sidebar-resize-handle:after{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:#ffffff1a;transition:background-color .2s}.sidebar-resize-handle:hover:after{background:#646cff99}.sidebar-closed.desktop-layout .sidebar-shell{width:0}.sidebar{width:100%;background-color:var(--app-sidebar-bg);color:#fff;font-family:Inter,SF Pro Text,Segoe UI,Helvetica Neue,Arial,sans-serif;height:100%;padding:16px;box-sizing:border-box;border-right:none;display:flex;flex-direction:column;overflow-y:auto}.sidebar-title{margin:0;font-size:1.5em;text-align:center}.sidebar-title-wrap{padding-bottom:10px;margin:0 0 10px}.sidebar-agent-combo{position:relative}.sidebar-return-parent-btn{width:100%;margin-top:10px;border:1px solid #4b4b4b;border-radius:6px;background:#242424;color:#d6d6d6;padding:7px 8px;cursor:pointer;font-size:12px}.sidebar-return-parent-btn:hover:not(:disabled){background:#2a2a2a}.sidebar-return-parent-btn:disabled{opacity:.65;cursor:default}.sidebar-title-button{width:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;cursor:text}.sidebar-title-input{width:100%;box-sizing:border-box;margin:0;border:1px solid #4b4b4b;border-radius:6px;background:#242424;color:#f0f0f0;text-align:center;font-size:1.5em;font-weight:700;line-height:1.25;padding:6px 8px}.sidebar-title-input:focus{outline:2px solid #646cff;outline-offset:1px}.sidebar-title-display{width:100%;box-sizing:border-box;margin:0;border:none;border-radius:6px;background:transparent;color:#f0f0f0;text-align:center;font-size:1.1rem;font-weight:700;line-height:1.25;padding:8px 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-agent-text{display:block}.sidebar-agent-combo-row,.sessions-group-header,.session-meta,.provider-list-actions,.instruction-block-file-row,.job-file-picker-row,.mind-toolbar-actions,.merge-conflict-modal-header,.merge-conflict-toolbar,.merge-conflict-actions{display:flex;align-items:center;gap:8px}.sidebar-agent-combo-input{flex:1}.sidebar-agent-combo-toggle{width:36px;border:none;border-radius:6px;background:transparent;color:#d6d6d6;cursor:pointer;font-size:14px}.sidebar-agent-combo-toggle:hover:not(:disabled){background:var(--app-bg-2)}.sidebar-agent-combo-toggle:disabled{opacity:.65;cursor:default}.sidebar-agent-combo-toggle:focus{outline:2px solid #646cff;outline-offset:1px}.sidebar-agent-combo-dropdown{position:absolute;z-index:20;left:0;right:0;margin:6px 0 0;padding:4px;list-style:none;border:none;border-radius:10px;background:#141414f5;box-shadow:0 10px 28px #00000059;max-height:220px;overflow-y:auto}.sidebar-settings-inline{margin-top:4px;border-top:none;padding-top:0}.sidebar-recent-notifications-list{list-style:none;margin:1px 0 4px;padding:0 0 0 12px}.sidebar-recent-notification-item{margin:0}.sidebar-recent-notification-link{display:flex;align-items:center;gap:6px;min-width:0;padding:2px 8px 2px 16px;border-left:1px solid #2a2a2a;border-radius:4px;color:#858e9e;text-decoration:none;font-size:12px;line-height:1.25;transition:background-color .15s,color .15s}.sidebar-recent-notification-link:hover{background-color:#20242c;color:#d8e2f4}.sidebar-recent-notification-link.active{background-color:#222b38;color:#8fb1ff}.sidebar-recent-notification-link .session-status-dot{width:7px;height:7px}.sidebar-recent-notification-text{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-settings-section{padding:1px 0}.sidebar-settings-section+.sidebar-settings-section{border-top:none}.sidebar-settings-section-title{padding:2px 16px;font-size:.72rem;line-height:1.1;color:var(--app-text-muted);text-transform:uppercase}.sidebar-settings-link{display:block;padding:3px 16px;color:var(--app-text-1);text-decoration:none;font-size:.88rem;line-height:1.2;transition:background-color .2s}.sidebar-settings-link-group{display:block}.sidebar-settings-project-submenu{padding:0 0 1px 8px}.sidebar-settings-sublink{padding:2px 16px 2px 26px;color:var(--app-text-muted);font-size:.8rem;line-height:1.15}.sidebar-settings-sublink:before{content:"›";display:inline-block;margin-right:6px;color:var(--app-text-muted)}.sidebar-settings-link:hover{background-color:var(--app-bg-3)}.sidebar-settings-link.active{background-color:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary)}.sidebar-agent-combo-option+.sidebar-agent-combo-option{margin-top:4px}.sidebar-agent-combo-option-btn{width:100%;text-align:left;border:none;background:transparent;color:#f0f0f0;border-radius:6px;padding:7px 8px;cursor:pointer}.sidebar-agent-combo-option-btn:hover{background:var(--app-bg-2)}.inline-child-sessions{display:flex;flex-direction:column;gap:8px;max-width:880px;margin:10px 0 4px 28px}.inline-child-session{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:10px;width:auto;max-width:880px;margin:8px 0 8px 28px;border:1px solid #313b4c;background:#171d28;color:#d9e4f6;border-radius:8px;padding:9px 11px;text-align:left;text-decoration:none;font:inherit;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.inline-child-session:hover{border-color:#5f85bd;background:#1d2635}.inline-child-session-emoji{font-size:16px;line-height:1}.inline-child-session-dot{width:9px;height:9px;border-radius:999px;background:#7b8494}.inline-child-session-dot.status-running,.inline-child-session-dot.status-in_progress,.inline-child-session-dot.status-active{background:#65b6ff;box-shadow:0 0 0 4px #65b6ff1f}.inline-child-session-dot.status-completed{background:#7bd99a}.inline-child-session-dot.status-failed{background:#ff8585}.inline-child-session-main{display:flex;min-width:0;flex-direction:column;gap:2px}.inline-child-session-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.inline-child-session-subtitle{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#91a2bd}.inline-child-session-status{font-size:11px;color:#9fb3d8;text-transform:uppercase}.workflow-turn{max-width:min(1040px,calc(100% - 28px));margin:14px 0 16px 28px}.workflow-turn-separator{align-items:center;cursor:pointer;display:grid;gap:10px;grid-template-columns:auto minmax(0,auto) auto minmax(64px,1fr) auto;list-style:none;-webkit-user-select:none;user-select:none}.workflow-turn-separator::-webkit-details-marker{display:none}.workflow-turn-separator:before{color:#9fbfff;content:"▾";font-size:12px;transition:transform .15s ease}.workflow-turn:not([open]) .workflow-turn-separator:before{transform:rotate(-90deg)}.workflow-turn-separator:after{background:linear-gradient(90deg,rgba(127,151,188,.42),transparent);content:"";height:1px;min-width:40px}.workflow-turn-title{background:#1c2433f5;border:1px solid rgba(111,148,204,.32);border-radius:999px;color:#eef5ff;font-size:13px;font-weight:700;letter-spacing:.02em;padding:5px 11px;white-space:nowrap}.workflow-turn-meta{color:#9fb0c8;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-turn-body{border-left:1px solid rgba(111,148,204,.2);display:grid;gap:12px;margin:8px 0 0 6px;padding:2px 0 2px 10px}.workflow-entry{background:#141b279e;border:1px solid rgba(255,255,255,.09);border-left:4px solid #7f8da8;border-radius:14px;display:block;padding:12px 13px 10px}.workflow-entry-worker{border-left-color:#4fb3ff;box-shadow:inset 0 1px #4fb3ff14}.workflow-entry-critic{border-left-color:#b47cff;box-shadow:inset 0 1px #b47cff14}.workflow-entry-avatar{align-items:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;display:inline-flex;font-size:17px;height:34px;justify-content:center;width:34px}.workflow-entry-avatar .app-icon{width:18px;height:18px}.workflow-entry-avatar-worker{background:#3aa5ff29;border-color:#3aa5ff6b}.workflow-entry-avatar-critic{background:#be7eff2b;border-color:#be7eff73}.workflow-entry-avatar-workflow{background:#8a99b129;border-color:#8a99b159}.workflow-entry-main{min-width:0}.workflow-entry-header{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-bottom:8px}.workflow-entry-identity{display:flex;flex-direction:column;gap:2px;min-width:0}.workflow-entry-identity strong{color:#edf4ff;font-size:13px}.workflow-entry-identity span{color:#91a3bd;font-size:11px}.workflow-entry-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-left:auto}.workflow-agent-status{border:1px solid rgba(148,163,184,.35);border-radius:999px;color:#aebbd0;font-size:10px;letter-spacing:.04em;padding:2px 7px;text-transform:uppercase}.workflow-agent-status.status-completed,.workflow-agent-status.status-complete{border-color:#7bd99a73;color:#8ce6aa}.workflow-agent-status.status-failed,.workflow-agent-status.status-error{border-color:#ff858580;color:#ff9d9d}.workflow-agent-link{color:#9ecbff;font-size:11px;text-decoration:none}.workflow-agent-link:hover{color:#c5e0ff;text-decoration:underline}.workflow-entry-content{color:#d9e4f5;font-size:13px;line-height:1.55}.workflow-entry-footer{justify-content:flex-end;margin-top:8px}.workflow-child-activity{background:#080c1338;border:1px solid rgba(255,255,255,.08);border-radius:8px;margin-top:12px;padding:8px}.workflow-child-activity-summary{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:space-between;list-style:none}.workflow-child-activity-summary::-webkit-details-marker{display:none}.workflow-child-activity-title{color:#dce8f8;font-size:12px;font-weight:700}.workflow-child-activity-list{display:flex;flex-direction:column;gap:1px;margin-top:8px}.workflow-child-activity .tool-execution-stack{margin:0;max-width:100%}.workflow-child-activity .tool-execution-stack-offset{margin-left:0}.workflow-child-activity .tool-execution-card{background:#0c111abd}.workflow-child-activity-empty{align-items:center;display:flex;gap:10px;justify-content:space-between}.workflow-child-activity-status,.workflow-live-node-note{color:#9bacbf;font-size:12px}.workflow-live-node-note{margin-top:4px}.chat-input-container{padding:20px;border-top:1px solid #3a3a3a;background-color:#242424;flex-shrink:0}.chat-input-dragover{background-color:#2b3140}.chat-image-input{display:none}.chat-image-strip,.chat-context-strip{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.chat-context-chip{position:relative;display:inline-flex;align-items:center;gap:7px;max-width:100%;border:1px solid #4a4a4a;border-radius:999px;background:#2f3545;color:#e4e8ff;padding:7px 11px;font-size:12px;line-height:1.2;cursor:help;outline:none}.chat-context-chip:hover,.chat-context-chip:focus-visible,.chat-selection-chip-button:hover:not(:disabled){border-color:#7d95ff;background:#36405c}.chat-selection-chip-button{cursor:pointer;font-family:inherit}.chat-selection-chip-button:disabled{cursor:not-allowed;opacity:.6}.chat-context-chip-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.chat-context-chip-icon .app-icon{width:14px;height:14px}.chat-context-chip-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-context-remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;border-radius:999px;background:#00000059;color:#fff;cursor:pointer;font-size:14px;line-height:1;padding:0}.chat-context-remove:hover,.chat-context-remove:focus-visible{background:#ffffff38;outline:none}.chat-context-preview{position:absolute;left:0;bottom:calc(100% + 8px);z-index:50;display:none;width:min(680px,calc(100vw - 48px));max-height:360px;overflow:auto;border:1px solid #4b587a;border-radius:10px;background:#151821;box-shadow:0 18px 40px #00000073;padding:12px;color:#e8e8e8;text-align:left}.chat-context-chip:hover .chat-context-preview,.chat-context-chip:focus-visible .chat-context-preview,.chat-context-chip:focus-within .chat-context-preview{display:block}.chat-context-preview-title{margin-bottom:8px;color:#aebcff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.chat-context-preview pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.45}.chat-image-chip{position:relative;width:72px;height:72px;border:1px solid #4a4a4a;border-radius:8px;overflow:hidden}.chat-image-chip img{width:100%;height:100%;object-fit:cover}.chat-image-chip button{position:absolute;top:2px;right:2px;width:20px;height:20px;border:none;border-radius:999px;background:#000000b3;color:#fff;cursor:pointer;line-height:1;padding:0}.chat-composer-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;width:100%}.chat-composer-row .chat-textarea{min-width:0;width:100%}.chat-composer-row .chat-input-actions{margin-top:0}.chat-textarea{width:100%;min-height:20px;max-height:200px;resize:none;box-sizing:border-box;padding:10px;border:1px solid #555;border-radius:8px;font-size:16px;color:#fff;background-color:#333;outline:none;transition:border-color .2s;line-height:1.5}.chat-textarea:focus{border-color:#646cff}.chat-slash-menu{margin-top:8px;border:1px solid #3b4351;border-radius:10px;background:#262b35;overflow:hidden;max-height:260px;overflow-y:auto}.chat-slash-item{width:100%;display:grid;grid-template-columns:minmax(120px,auto) 1fr;gap:4px 10px;align-items:center;text-align:left;border:none;border-bottom:1px solid rgba(255,255,255,.08);background:transparent;color:#d5d5d5;padding:7px 10px;cursor:pointer;line-height:1.2}.chat-slash-item:last-child{border-bottom:none}.chat-slash-item:hover,.chat-slash-item.active{background:#333a48}.chat-slash-command{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;color:#9ce7be;font-size:12px;font-weight:700;line-height:1.1}.chat-slash-label{color:#e7eaf1;font-size:12px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-slash-hint{margin-right:auto;color:#98a3b8;font-size:12px}.chat-input-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:10px}.voice-button,.image-button,.send-button{width:36px;height:36px;border-radius:50%;border:none;appearance:none;-webkit-appearance:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;background-color:#3a3a3a;color:#ccc}.voice-button:hover,.image-button:hover,.send-button:hover:not(:disabled){background-color:#4a4a4a;color:#fff}.stop-button{background-color:#6d2323;color:#fff}.stop-button:hover:not(:disabled){background-color:#8f2f2f}.voice-button.recording{background-color:#f44;color:#fff;animation:recording-button-pulse 1.5s infinite}.send-button:disabled{opacity:.5;cursor:not-allowed}.voice-button:disabled{opacity:.65;color:#ddd;background-color:#3a3a3a;cursor:not-allowed}.image-button:disabled{opacity:.65;color:#ddd;background-color:#3a3a3a;cursor:not-allowed}.voice-icon,.send-icon{width:20px;height:20px;display:block;flex-shrink:0}.voice-live-panel{margin-top:8px;margin-bottom:8px;padding:10px 12px;border:1px solid #3c2c2c;border-radius:8px;background:#221b1b;display:flex;align-items:center;gap:8px;color:#ff7d7d;font-size:13px}.recording-dot{width:8px;height:8px;background-color:#f44;border-radius:50%;animation:blink 1s infinite}@keyframes recording-button-pulse{0%{box-shadow:0 0 #f446}70%{box-shadow:0 0 0 10px #f440}to{box-shadow:0 0 #f440}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.session-list{list-style:none;padding:0;margin:8px 0 0}.session-item{display:flex;align-items:center;padding:8px 10px;margin-bottom:4px;border-radius:6px;cursor:pointer;transition:background-color .2s}.session-item:hover{background-color:#2a2a2a}.session-item.active{background-color:#333;border-left:3px solid #646cff}.session-item.empty{color:#666;font-style:italic;cursor:default}.session-item-content{flex:1;overflow:hidden}.session-item-title{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-item-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#888;margin-top:2px}.status-dot{width:6px;height:6px;border-radius:50%;background-color:#666}.status-dot.status-running{background-color:#4caf50}.status-dot.status-completed,.session-status-dot.status-completed,.session-status-dot-large.status-completed{background-color:#2196f3}.status-dot.status-failed,.session-status-dot.status-failed,.session-status-dot-large.status-failed{background-color:#f44336}.status-dot.status-paused,.session-status-dot.status-paused,.session-status-dot-large.status-paused{background-color:#ff9800}.status-dot.status-waiting_external,.session-status-dot.status-waiting_external,.session-status-dot-large.status-waiting_external{background-color:#ff9800;animation:indicator-opacity-pulse 2s ease-in-out infinite}.status-dot.status-input_required,.session-status-dot.status-input_required,.session-status-dot-large.status-input_required{background-color:#9c27b0;animation:indicator-opacity-pulse 2s ease-in-out infinite}@keyframes indicator-opacity-pulse{0%,to{opacity:1}50%{opacity:.5}}.session-delete-btn,.session-duplicate-btn{border:1px solid #444;background:#2f2f2f;color:#bdbdbd;cursor:pointer;font-size:12px;font-weight:600;line-height:1;border-radius:4px;padding:6px 10px;min-height:28px;display:flex;align-items:center;justify-content:center;transition:all .2s}.session-item:hover .session-delete-btn,.session-item:hover .session-duplicate-btn{opacity:1}.session-item .session-delete-btn,.session-item .session-duplicate-btn{opacity:0}.session-card .session-delete-btn,.session-card .session-duplicate-btn{opacity:1}.session-duplicate-btn:hover{background-color:#4f6b8a;color:#fff;border-color:#4f6b8a}.session-duplicate-btn:disabled{opacity:.6;cursor:not-allowed}.session-delete-btn:hover{background-color:#f44336;color:#fff;border-color:#f44336}.session-play-btn{border:1px solid #4caf50;background:#2f2f2f;color:#4caf50;cursor:pointer;font-size:12px;font-weight:600;line-height:1;border-radius:4px;padding:6px 10px;min-height:28px;min-width:32px;display:flex;align-items:center;justify-content:center;transition:all .2s}.session-play-btn:hover{background-color:#4caf50;color:#fff}.session-play-btn:disabled{opacity:.6;cursor:not-allowed}.queue-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #444;background:#2f2f2f;color:#9e9e9e;cursor:pointer;transition:all .2s;flex-shrink:0}.queue-button:hover:not(:disabled){background:#3a3a3a;color:#fff;border-color:#666}.queue-button:disabled{opacity:.5;cursor:not-allowed}.queue-button .send-icon{width:18px;height:18px}.session-card.session-queued{border-left:3px solid #9e9e9e;background:linear-gradient(to right,rgba(158,158,158,.05),transparent)}.session-info{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0;position:relative}.session-meta-stack{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0;margin-left:22px}.session-meta-row{display:flex;align-items:center;gap:12px;min-width:0;width:100%}.new-session-provider{display:flex;align-items:center;gap:12px}.session-provider-select{display:flex;align-items:center;gap:8px;color:#bbb;font-size:13px}.session-detail-delete-btn{border:1px solid #f44336;background:#f4433614;color:#ff9f9a;border-radius:6px;min-height:32px;padding:0 12px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.session-detail-delete-btn:hover:not(:disabled){background:#f44336;color:#fff}.session-detail-delete-btn:disabled{opacity:.6;cursor:not-allowed}.session-provider-select select{border:1px solid #444;background:#1f1f1f;color:#ddd;border-radius:6px;padding:6px 8px}.chat-provider-select{display:inline-flex;align-items:center}.chat-provider-select select{height:30px;border:1px solid #444;background:#2b2b2b;color:#d5d5d5;border-radius:4px;padding:2px 6px}.sessions-new-chat-controls{display:inline-flex;align-items:center;gap:8px;margin-right:auto}.session-project-name{font-weight:500;color:#9ca3af;text-decoration:none}.session-project-name:hover,.session-project-name:focus-visible{text-decoration:underline}.session-title-separator{color:#6b7280;margin:0 4px}.session-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:#e0e0e0}.session-provider-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;background:#646cff26;color:#b9bdfd;font-size:12px}.session-routed-chip{background:#48ad7a2e;color:#9ce7be}.session-token-stats-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;background:#ff980026;color:#ffcc80;font-size:12px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;gap:4px}.token-stat{display:inline-flex;align-items:center}.token-stat-separator{opacity:.5;margin:0 2px}.token-stat-total{font-weight:500}.session-branch-summary{display:inline-flex;align-items:center;gap:6px;flex:0 1 auto;min-width:0;max-width:min(34vw,420px);margin-left:auto;color:#9fb3d8;font-size:11px}.session-branch-summary-branch,.session-branch-summary-kind{display:inline-flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid rgba(111,148,204,.3);border-radius:999px;background:#1c2433c7;padding:2px 7px}.session-branch-summary-branch{flex:1 1 auto}.session-branch-summary-kind{flex:0 0 auto;color:#c9d6ee;text-transform:capitalize}.session-branch-workflow{--session-branch-step-bg: #1a2332;--session-branch-step-border: rgba(125, 154, 199, .24);--session-branch-step-text: #d7e2f4;--session-branch-step-muted: #8fa4c1;--session-branch-step-active-bg: linear-gradient(135deg, #315795 0%, #23416f 100%);--session-branch-step-active-border: rgba(120, 170, 255, .75);--session-branch-step-active-text: #f7fbff;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:min(74vw,1080px);margin-top:2px;overflow-x:auto;overflow-y:hidden;padding:6px 14px;border:1px solid #283445;border-radius:10px;background:radial-gradient(circle at 18% 0%,rgba(91,140,255,.1),transparent 22rem),linear-gradient(180deg,#171d27,#141922)}.session-branch-workflow-steps{display:flex;align-items:center;flex:1 1 auto;min-width:max-content}.session-branch-workflow-step{position:relative;display:inline-flex;align-items:center;gap:7px;min-width:172px;min-height:36px;border:1px solid var(--session-branch-step-border);border-right:0;background:var(--session-branch-step-bg);color:var(--session-branch-step-text);padding:5px 18px 5px 11px;cursor:pointer;text-align:left;text-decoration:none;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%,14px 50%);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.session-branch-workflow-step:first-child{border-radius:10px 0 0 10px;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%)}.session-branch-workflow-step:last-child{border-right:1px solid var(--session-branch-step-border);border-radius:0 10px 10px 0}.session-branch-workflow-step+.session-branch-workflow-step{margin-left:-9px;padding-left:23px}.session-branch-workflow-step:hover{z-index:2;border-color:#78aaff8c;background:#202c3e;transform:translateY(-1px)}.session-branch-workflow-step.active{z-index:3;border-color:var(--session-branch-step-active-border);background:var(--session-branch-step-active-bg);color:var(--session-branch-step-active-text);box-shadow:0 8px 20px #112d5e3d}.session-branch-workflow-index{display:grid;place-items:center;flex:0 0 auto;width:22px;height:22px;border-radius:999px;border:1px solid rgba(190,210,240,.24);background:#ffffff0f;color:#c9d8ee;font-size:10px;font-weight:800}.session-branch-workflow-step.active .session-branch-workflow-index{border-color:#ffffff75;background:#ffffff2e;color:#fff}.session-branch-workflow-copy{display:grid;gap:1px;min-width:0}.session-branch-workflow-label{font-size:12px;font-weight:800;letter-spacing:.01em;line-height:1.05}.session-branch-workflow-copy small{color:var(--session-branch-step-muted);font-size:10px;line-height:1.1;white-space:nowrap}.session-branch-workflow-step.active .session-branch-workflow-copy small{color:#f5f9ffc2}@media(max-width:900px){.session-branch-workflow{max-width:calc(100vw - 96px)}.session-branch-summary{max-width:min(40vw,320px)}.session-branch-workflow-step{min-width:142px}}@media(max-width:680px){.session-branch-summary-kind,.session-branch-workflow-copy small{display:none}.session-branch-workflow-step{min-width:104px;min-height:32px}}.session-context-usage-chip{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:auto;min-width:0;height:40px;padding:0;border:0;background:transparent;color:#7dd3fc;gap:7px}.session-context-jar{position:relative;width:24px;height:40px;display:block;flex:0 0 24px}.session-context-jar:before{content:"";position:absolute;top:0;left:7px;width:10px;height:8px;border:1.5px solid currentColor;border-bottom:0;border-radius:5px 5px 0 0;opacity:.72;box-sizing:border-box}.session-context-jar-body{position:absolute;left:1px;right:1px;bottom:0;height:33px;overflow:hidden;border:1.5px solid currentColor;border-radius:5px 5px 8px 8px;background:#7dd3fc1a;box-sizing:border-box}.session-context-jar-fill{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,#bae6fdf2,#38bdf8f5);box-shadow:0 -1px 4px #7dd3fc59}.session-context-jar-body:after{content:"";position:absolute;inset:3px 3px auto auto;width:5px;height:14px;border-radius:999px;background:#ffffff6b;opacity:.55}.session-context-usage-value{color:#bae6fd;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:12px;font-weight:600;line-height:1;min-width:3ch;text-align:left}.session-status{font-size:12px;padding:2px 8px;border-radius:12px;text-transform:capitalize}.session-status.status-running{background-color:#4caf5033;color:#4caf50}.session-status.status-completed{background-color:#2196f333;color:#2196f3}.session-status.status-failed{background-color:#f4433633;color:#f44336}.session-status.status-paused,.session-status.status-waiting_external{background-color:#ff980033;border-color:#ff9800;color:#ff9800}.session-status.status-input_required{background-color:#9c27b033;border-color:#9c27b0;color:#9c27b0}.session-failure-reason{display:flex;align-items:center;gap:8px;font-size:12px;color:#ff9f9a;max-width:min(60vw,820px)}.session-failure-reason-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-provider-trace{font-size:12px;color:#8ecbff;max-width:min(60vw,820px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-relations-panel{margin-top:4px;display:flex;flex-direction:column;gap:6px}.session-children-list{display:flex;flex-wrap:wrap;gap:6px}.session-relation-link{border:1px solid #394353;background:#151b24;color:#c2d4ee;border-radius:999px;padding:3px 9px;font-size:12px;cursor:pointer;transition:all .15s ease}.session-relation-link:hover{border-color:#5ea6e3;color:#d9ecff;background:#1a2635}.session-workflow-panel{margin-top:2px;border:1px solid #303745;background:#161b24;border-radius:8px;padding:8px;max-width:min(70vw,980px)}.session-workflow-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.session-workflow-title{font-size:12px;color:#cdd5e6;font-weight:600}.session-workflow-status{font-size:11px;text-transform:uppercase;letter-spacing:.04em;padding:1px 7px;border-radius:999px;border:1px solid #42506a;color:#9fb3d8}.session-workflow-status.status-running{border-color:#487fb0;color:#8ecbff}.session-workflow-status.status-completed{border-color:#4d926a;color:#9ce7be}.session-workflow-status.status-failed{border-color:#b45656;color:#ffb0b0}.session-workflow-nodes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:6px}.session-workflow-node{border:1px solid #364155;background:#202737;border-radius:7px;padding:6px;min-width:0;width:100%;text-align:left;font:inherit;color:inherit}.session-workflow-node.status-completed{border-color:#416a55}.session-workflow-node.status-running{border-color:#41638f}.session-workflow-node.status-failed{border-color:#8a4b4b}.session-workflow-node.clickable{cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.session-workflow-node.clickable:hover{border-color:#6b89b3;background:#263044}.session-workflow-node:disabled{cursor:default}.session-workflow-node-top{display:flex;align-items:center;gap:6px}.session-inline-git-card{margin-top:.5rem;border:1px solid var(--app-border-1);border-radius:8px;background:var(--app-bg-2)}.session-inline-git-summary{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem .65rem;background:transparent;border:none;color:var(--app-text-1);cursor:pointer}.session-inline-git-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.76rem;color:var(--app-text-muted)}.session-inline-git-body{border-top:1px solid var(--app-border-1);padding:.55rem .65rem}.session-inline-git-note,.session-inline-git-empty,.session-inline-git-error,.session-inline-git-success{font-size:.76rem;margin-bottom:.45rem;color:var(--app-text-muted)}.session-inline-git-error{color:#ff8b8b}.session-inline-git-success{color:#6ad98f}.session-inline-git-files{display:flex;flex-direction:column;gap:.18rem;margin-bottom:.45rem;max-height:240px;overflow:auto}.session-inline-git-file{border:1px solid var(--app-border-1);border-radius:6px;background:var(--app-bg-3)}.session-inline-git-file.suggested{border-color:#646cff94;background:#646cff1a}.session-inline-git-file-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto;align-items:center;gap:.35rem;min-height:34px;padding:.18rem .42rem}.session-inline-git-file-link{appearance:none;background:none;border:none;color:var(--primary);text-align:left;padding:0;font-size:.78rem;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-inline-git-file-link:hover{text-decoration:underline}.session-inline-git-status{font-size:.7rem;color:var(--app-text-muted)}.session-inline-git-suggested{border:1px solid rgba(100,108,255,.42);border-radius:999px;background:#646cff24;color:#c8cdfd;font-size:.66rem;font-weight:700;line-height:1.1;padding:.14rem .38rem;white-space:nowrap}.session-inline-git-expand,.session-inline-git-stage,.session-inline-git-commit-actions button{appearance:none;border:1px solid var(--app-border-1);background:var(--app-bg-2);color:var(--app-text-1);border-radius:6px;font-size:.72rem;line-height:1.1;padding:.16rem .4rem;cursor:pointer}.session-inline-git-expand:disabled,.session-inline-git-stage:disabled,.session-inline-git-commit-actions button:disabled,.session-inline-git-delete-btn:disabled{opacity:.58;cursor:not-allowed}.session-inline-git-diff{border-top:1px solid var(--app-border-1);padding:.3rem .42rem;font-size:.72rem;overflow:auto}.project-diff-renderer{display:block;min-height:100%;--diffs-font-size: var(--custom-diff-font-size, 12px);--diffs-line-height: 1.4;--diffs-gap-inline: 8px;--diffs-gap-block: 8px;--diffs-header-font-family: inherit;--diffs-font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--diffs-light-bg: #f5f8fc;--diffs-dark-bg: #0d1117;--diffs-light: #1a2533;--diffs-dark: #d7deea;--diffs-addition-color-override: #58d68d;--diffs-deletion-color-override: #ff6b6b;--diffs-bg-addition-override: #081a12;--diffs-bg-addition-number-override: #06150f;--diffs-bg-addition-hover-override: #0d2419;--diffs-bg-addition-emphasis-override: transparent;--diffs-bg-deletion-override: #240e12;--diffs-bg-deletion-number-override: #1e0b0e;--diffs-bg-deletion-hover-override: #2d1115;--diffs-bg-deletion-emphasis-override: transparent}.session-inline-git-commit{display:flex;flex-direction:column;gap:.35rem}.session-inline-git-commit-message{width:100%;min-height:108px;resize:vertical;border:1px solid var(--app-border-1);border-radius:6px;background:var(--app-bg-1);color:var(--app-text-1);padding:.45rem .55rem;font-size:.78rem}.session-inline-git-commit-actions{display:flex;justify-content:flex-end;gap:.35rem;flex-wrap:wrap}.session-inline-git-commit-actions .session-inline-git-primary-action{min-height:38px;padding:.45rem .95rem;border-color:var(--primary);background:var(--primary);color:#fff;font-size:.84rem;font-weight:700}.session-inline-git-commit-actions .session-inline-git-primary-action:hover:not(:disabled){background:#535bf2;border-color:#535bf2}.session-inline-git-delete-row{display:flex;justify-content:flex-start}.session-inline-git-delete-btn{appearance:none;border:1px solid #f44336;background:#f4433614;color:#ff9f9a;border-radius:6px;min-height:32px;padding:0 12px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.session-inline-git-delete-btn:hover:not(:disabled){background:#f44336;color:#fff}.session-workflow-node-id{font-size:11px;color:#dbe5fb;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.session-workflow-node-status{font-size:11px;color:#9fb3d8;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap;margin-left:auto;text-align:right}.session-workflow-node-running{display:inline-flex;align-items:center;gap:5px;color:#8ecbff}.session-workflow-node-running .session-status-dot{width:9px;height:9px}.session-workflow-node-preview{margin-top:4px;font-size:11px;color:#9aa8c2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-workflow-node-error{margin-top:4px;font-size:11px;color:#ffb0b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-system-prompt-row{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.session-system-prompt-pill{border:1px solid #4a4a4a;background:#222;color:#d7d7d7;border-radius:999px;padding:3px 10px;font-size:12px;cursor:pointer}.session-system-prompt-pill:hover{border-color:#6a6a6a}.session-system-prompt-pill.open{border-color:#646cff;color:#c5c9ff}.session-system-prompt-panel{background:#171717;border:1px solid #353535;border-radius:8px;padding:10px;width:min(70vw,920px);max-height:45vh;overflow:auto}.session-system-prompt-summary{font-size:12px;color:#b8b8b8;margin-bottom:8px}.session-system-prompt-blocks,.a2a-agent-list,.skill-tool-list,.settings-custom-list,.form-group,.notifications-list,.workflows-list{display:flex;flex-direction:column;gap:8px}.session-system-prompt-block{border:1px solid #303030;border-radius:6px;padding:8px;background:#1d1d1d}.session-system-prompt-block-header{font-size:12px;font-weight:600;color:#e2e2e2}.session-system-prompt-block-meta{margin-top:4px;font-size:12px;color:#9f9f9f}.session-system-prompt-block-error{margin-top:4px;font-size:12px;color:#ff9f9a}.session-system-prompt-block-content{margin-top:6px;padding:8px;background:#13151a;border:1px solid #2d313b;border-radius:6px;color:#d4d8e1;font-size:12px;white-space:pre-wrap;word-break:break-word}.session-system-prompt-full{margin-top:8px}.session-system-prompt-full summary{cursor:pointer;font-size:12px;color:#c7c7c7}.session-system-prompt-full-content{margin-top:6px;padding:8px;max-height:220px;overflow:auto;background:#101318;border:1px solid #2d313b;border-radius:6px;color:#ccd2db;font-size:12px;white-space:pre-wrap;word-break:break-word}.error-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;background-color:#f4433626;color:#f44336;border-bottom:1px solid #f44336}.error-banner-message{display:flex;align-items:center;flex:1;flex-wrap:wrap;gap:8px;min-width:0}.error-dismiss{background:transparent;border:none;color:#f44336;font-size:20px;cursor:pointer;padding:0 8px}.error-dismiss:hover{color:#fff}.success-banner{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background-color:#4caf5026;color:#7edc83;border-bottom:1px solid #3c9a40}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#888;text-align:center}.empty-state h2{color:#e0e0e0;margin-bottom:8px}.empty-state p{margin-bottom:20px}.create-session-btn{padding:10px 24px;background-color:#646cff;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:background-color .2s}.create-session-btn:hover{background-color:#535bf2}.chat-textarea:disabled{background-color:#222;color:#666;cursor:not-allowed}.sidebar-avatar-wrap{display:flex;justify-content:center;align-items:center;padding:4px 0 5px;margin-bottom:5px}.sidebar-avatar-trigger{display:flex;justify-content:center;align-items:center;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.sidebar-avatar-trigger:disabled{cursor:default}.agent-avatar{position:relative;flex-shrink:0;isolation:isolate;overflow:visible;border-radius:0;background:transparent;box-shadow:none}.agent-avatar:before{position:absolute;inset:10%;z-index:0;pointer-events:none;content:"";border-radius:999px;background:radial-gradient(circle,#aadeff61,#4490f530 42%,#08122800 78%);filter:blur(8px);opacity:.72;transform:scale(1.2)}.agent-avatar canvas{position:relative;z-index:1;display:block;border-radius:0}.agent-avatar.recording-active{background:transparent;box-shadow:none}.agent-avatar.recording-active:before{background:radial-gradient(circle,#ffaea266,#ec564838 44%,#2d070700 78%);opacity:.78}.agent-avatar.recording-active canvas{filter:hue-rotate(155deg) saturate(1.32) contrast(1.08)}.agent-avatar-ring{position:absolute;inset:8%;z-index:0;border-radius:999px;pointer-events:none;border:0;transition:opacity .6s ease,box-shadow .6s ease;filter:blur(6px)}.agent-avatar-ring.mode-idle{opacity:.34;box-shadow:0 0 14px 5px #529ef23d}.agent-avatar-ring.mode-listening{opacity:.58;box-shadow:0 0 24px 8px #7cc6ff7a;animation:avatar-ring-pulse 1.2s ease-in-out infinite}.agent-avatar-ring.mode-speaking{opacity:.66;box-shadow:0 0 28px 10px #7eccff8a;animation:avatar-ring-pulse .9s ease-in-out infinite}.agent-avatar.recording-active .agent-avatar-ring{opacity:.66;box-shadow:0 0 26px 10px #f44b4b8a;animation:avatar-ring-pulse .9s ease-in-out infinite}@keyframes avatar-ring-pulse{0%,to{opacity:1}50%{opacity:.55}}.sidebar-nav{margin-top:4px}.nav-list{list-style:none;padding:0;margin:0}.nav-item{margin-bottom:0}.nav-link{display:block;padding:2px 10px 2px 14px;color:#ccc;text-decoration:none;border-radius:4px;transition:all .15s;font-weight:500;font-size:15px}.nav-project-link{display:flex;align-items:center;gap:8px;padding-right:34px}.nav-project-item{position:relative}.nav-project-pin-btn{position:absolute;top:0;right:6px;width:24px;height:24px;padding:4px;border:0;border-radius:5px;background:transparent;color:#8d95a3;cursor:pointer;opacity:0;transition:opacity .15s,color .15s,background-color .15s}.nav-project-pin-btn svg{display:block;width:100%;height:100%}.nav-project-item:hover>.nav-project-pin-btn,.nav-project-pin-btn:focus-visible{opacity:1}.nav-project-pin-btn:hover,.nav-project-pin-btn:focus-visible{background:#ffffff14;color:#f0f4ff;outline:none}.nav-project-pin-btn--pinned{color:#9fb4ff;opacity:1}.nav-project-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-link:hover{background-color:#2a2a2a;color:#fff}.nav-link.active{background-color:#333;color:#646cff}.nav-project-item--active{margin-bottom:3px}.nav-submenu{list-style:none;margin:2px 0 5px;padding:0 0 0 14px}.nav-subitem{margin:0}.nav-subnav-link{display:flex;align-items:center;gap:7px;padding:2px 8px 2px 16px;border-left:1px solid #333;color:#a8b0bf;font-size:13px;font-weight:500}.nav-subnav-icon{display:inline-flex;width:.9rem;height:.9rem;flex:0 0 .9rem;opacity:.85}.nav-subnav-icon svg{display:block;width:100%;height:100%}.nav-subnav-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-subnav-link:hover{background-color:#252a33;color:#f1f5ff}.nav-subnav-link.active{background-color:#252d3a;color:#8fb1ff}.nav-recent-sessions-list{list-style:none;margin:1px 0 4px;padding:0 0 0 12px}.nav-recent-session-item{margin:0}.nav-recent-session-link{display:flex;align-items:center;gap:6px;min-width:0;padding:2px 8px 2px 16px;border-left:1px solid #2a2a2a;border-radius:4px;color:#858e9e;text-decoration:none;font-size:12px;line-height:1.25}.nav-recent-session-link:hover{background-color:#20242c;color:#d8e2f4}.nav-recent-session-link.active{background-color:#222b38;color:#8fb1ff}.nav-recent-session-link .session-status-dot{width:7px;height:7px}.nav-recent-session-title{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-recent-session-time{flex-shrink:0;color:#626d7d;font-size:11px}.nav-section{margin-bottom:4px;padding:3px 0}.nav-section:last-child{border-bottom:none}.nav-section-header{padding:3px 12px;font-size:11px;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.8px;margin-bottom:1px}.nav-section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:3px 10px 3px 12px;border-radius:4px;transition:background .12s}.nav-section-toggle:hover{background:#1e1e1e}.nav-section-toggle-label{flex:1;text-align:left}.nav-section-chevron{font-size:14px;line-height:1;color:#555;transition:transform .18s ease;transform:rotate(0)}.nav-section-chevron--open{transform:rotate(90deg)}.nav-section:first-child .nav-section-header{color:#7c9a6a}.nav-section:nth-child(2) .nav-section-header{color:#8a8ac8}.nav-section:nth-child(3) .nav-section-header{color:#c9a35c}.sidebar-add-project-btn{display:flex;align-items:center;width:100%;padding:6px 0;margin-top:4px;background:none;border:none;cursor:pointer;color:#666;font-size:12px;transition:color .15s}.sidebar-add-project-btn:hover{color:#999}.sidebar-add-project-line{flex:1;height:1px;background-color:#333;min-width:8px}.sidebar-add-project-label{padding:0 8px;white-space:nowrap}.sidebar-create-project-form{padding:8px 12px;margin-top:4px}.sidebar-project-input{width:100%;padding:6px 8px;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#ccc;font-size:13px;margin-bottom:6px}.sidebar-project-input:focus{outline:none;border-color:#646cff}.sidebar-project-create-btn{width:100%;padding:6px 12px;background-color:#2a2a2a;border:1px solid #444;border-radius:4px;color:#ccc;font-size:13px;cursor:pointer;transition:all .15s}.sidebar-project-create-btn:hover:not(:disabled){background-color:#333;border-color:#555}.sidebar-project-create-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.app-container{width:100%}.sidebar-shell{position:fixed;left:0;top:0;bottom:0;width:min(86vw,320px);z-index:1050;transform:translate(-100%);transition:transform .2s ease;box-shadow:none}.sidebar-open.mobile-layout .sidebar-shell{transform:translate(0);box-shadow:0 0 30px #00000059}.sidebar-resize-handle{display:none}.main-content{width:100%}}.sessions-list-container{width:100%;margin:0;padding-top:20px;flex:1;min-height:0;overflow-y:auto}.sessions-empty{text-align:center;padding:60px 20px;color:#6b7280}.sessions-empty p{margin:0;font-size:13px;color:#6b7280}.sessions-empty p+p{margin-top:4px}.sessions-list{display:flex;flex-direction:column;gap:4px;padding-bottom:20px}.sessions-page-shell{overflow:hidden}.session-project-dropzone{border:1px dashed #6d90ff;border-radius:6px;color:#b8c8ff;font-size:12px;padding:16px 10px;text-align:center}.project-chip-delete{margin-left:6px;border:none;background:transparent;color:inherit;cursor:pointer;font-size:14px;line-height:1;padding:0}.project-folders-btn{border:1px solid #4a4a4a;background:transparent;color:#cfcfcf;font-size:11px;border-radius:999px;padding:2px 8px;cursor:pointer}.project-folders-btn:hover{border-color:#6d6d6d;color:#efefef}.project-bulk-delete-btn{border:1px solid rgba(244,67,54,.45);background:#f443361a;color:#ffb4af;font-size:11px;border-radius:999px;padding:2px 8px;cursor:pointer}.project-bulk-delete-btn:hover:not(:disabled){border-color:#f44336cc;background:#f4433629;color:#ffd6d3}.project-bulk-delete-btn:disabled{opacity:.5;cursor:default}.project-folder-draft-list{margin-top:10px;margin-bottom:10px;display:flex;flex-direction:column;gap:6px;max-height:140px;overflow-y:auto}.project-folder-draft-item{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #3e3e3e;border-radius:6px;padding:6px 8px;background:#202020}.project-folder-draft-item code{font-size:12px;color:#d9d9d9;word-break:break-all}.project-folder-save-row{justify-content:flex-end;margin-top:10px}.sessions-group-section{border:none;border-radius:0;background:transparent;padding:0;display:flex;flex-direction:column;gap:6px}.sessions-group-section.drag-over{outline:1px dashed #6d90ff;outline-offset:6px;border-radius:8px;background:transparent}.sessions-collapse-btn{border:none;background:transparent;color:#c7c7c7;cursor:pointer;font-size:14px;width:22px;height:22px;line-height:1;padding:0}.sessions-group-title{margin:0;font-size:12px;font-weight:500;color:#9d9d9d;letter-spacing:.01em}.sessions-group-count{margin-left:auto;color:#7d7d7d;font-size:12px;white-space:nowrap}.sessions-layout{display:flex;flex-direction:column;flex:1;min-height:0}.sessions-composer{border-top:1px solid #3a3a3a;background-color:#242424;flex-shrink:0}.sessions-composer-inner{padding-top:14px;padding-bottom:14px;display:flex;flex-direction:column;gap:10px}.sessions-composer-inner .chat-input-container{padding:0;border-top:none;background-color:transparent}.session-card{background-color:#242424;border:1px solid #333;border-radius:8px;padding:8px 12px;cursor:pointer;transition:all .2s}.session-card:hover{border-color:#444;background-color:#2a2a2a}.session-card.keyboard-active{border-color:#8ea7ff;background-color:#30364a;box-shadow:inset 3px 0 #8ea7ff}.session-card.session-child{padding-left:20px}.session-card-row{display:flex;align-items:center;gap:12px;min-width:0}.session-name-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:8px}.session-hierarchy-marker{color:#8fb7ff;font-size:13px;line-height:1;flex-shrink:0;opacity:.9}.session-project-badge{font-size:11px;color:#888;background:#ffffff0d;padding:2px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.session-name{flex:1;min-width:0;margin:0;color:#e0e0e0;font-size:14px;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-link-type-chip{font-size:11px;padding:1px 6px;border-radius:999px;border:1px solid #4a4f66;background:#4b62b238;color:#c9d4ff;white-space:nowrap}.session-recurring-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:1px 7px;border-radius:999px;border:1px solid rgba(255,193,7,.32);background:#ffc10729;color:#ffe08a;white-space:nowrap;flex-shrink:0}.session-recurring-chip:before{content:"↻";font-size:10px}.session-queued-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:1px 7px;border-radius:999px;border:1px solid rgba(158,158,158,.38);background:#9e9e9e29;color:#d0d0d0;white-space:nowrap;flex-shrink:0}.session-queued-chip:before{content:"";width:6px;height:6px;border-radius:999px;border:1px solid currentColor;opacity:.85}.session-status-dot{width:10px;height:10px;border-radius:50%;background-color:#777;box-sizing:border-box;display:inline-block;flex-shrink:0}.session-status-dot.status-running{background-color:transparent;border:2px solid rgba(76,175,80,.3);border-top-color:#4caf50;animation:session-status-spin .8s linear infinite}.session-status-dot.status-queued{background-color:transparent;border:2px solid #9e9e9e}@keyframes session-status-spin{to{transform:rotate(360deg)}}.session-status-dot-large{width:16px;height:16px;border-radius:50%;background-color:#777;box-sizing:border-box;position:absolute;left:0;top:4px;z-index:1}.session-status-dot-large.status-running{background-color:transparent;border:3px solid rgba(76,175,80,.3);border-top-color:#4caf50;animation:session-status-spin .8s linear infinite}.session-row-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.session-actions,.skill-title-with-icon,.skill-tool-summary-with-icon,.skill-integration-meta,.mind-session-inline-meta,.thinking-frequency-input{display:inline-flex;align-items:center;gap:8px}.session-date{color:#888;font-size:12px}.session-token-count{color:#a5a5a5;font-size:12px;cursor:help}.session-task-progress-bar{width:50px;height:4px;background:#333;border-radius:2px;overflow:hidden;flex-shrink:0}.session-task-progress-fill{display:block;height:100%;background:linear-gradient(90deg,#4caf50,#8bc34a);border-radius:2px;transition:width .3s ease}.session-card .session-delete-btn,.session-card .session-duplicate-btn{min-height:34px;padding:0 12px;font-size:13px}@media(max-width:900px){.session-card{padding:12px 14px}.session-card-row{align-items:flex-start;flex-direction:column;gap:8px}.session-name{width:100%;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.session-name-wrap{width:100%}.session-row-right{width:100%;justify-content:space-between;gap:8px}}.settings-panel-title-row,.mind-session-panel-header,.session-creation-panel-header,.project-task-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.settings-panel-title-row h2{margin:0}.instruction-total-tokens,.instruction-block-token-count{color:#c9d2ff;font-size:12px;border:1px solid #4f5acc;border-radius:999px;padding:2px 8px;background:#4f5acc26;white-space:nowrap}.settings-sections{display:flex;flex-direction:column;gap:0;padding:25px 15px 15px 25px;margin:0;align-self:flex-start}.settings-sections>.settings-panel+.settings-panel{margin-top:28px;padding-top:28px;border-top:1px solid #333}.jobs-list-container.settings-sections{padding-top:25px}.settings-inline-error{color:#f44336;font-size:12px}.settings-help{color:#999;margin-bottom:18px}.integrations-panel{width:100%}.integration-list-header-row,.integration-composer-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.integration-list-header-row h3,.integration-composer-header-row h3{margin:0;color:#e0e0e0}.integration-provider-section+.integration-provider-section{margin-top:14px}.integration-provider-section h3{margin:0 0 6px;color:#e0e0e0}.integration-provider-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-bottom:20px}.integration-provider-card{border:1px solid #444;border-radius:8px;background:#1f1f1f;color:#ddd;text-align:left;padding:12px;cursor:pointer}.integration-provider-card.active{border-color:#646cff;background:#252854}.integration-provider-card p{margin:8px 0 0;color:#aaa;font-size:13px}.integration-provider-card-header{display:flex;justify-content:space-between;align-items:center;gap:8px;font-weight:600}.integration-provider-label{display:inline-flex;align-items:center;gap:8px;min-width:0}.integration-provider-icon{width:18px;height:18px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.integration-provider-icon-svg{width:14px;height:14px;fill:currentColor;color:inherit}.integration-provider-icon-telegram{background:#2aabee;color:#fff}.integration-provider-icon-slack{background:#4a154b;color:#fff}.integration-provider-icon-discord{background:#5865f2;color:#fff}.integration-provider-icon-whatsapp{background:#25d366;color:#fff}.integration-provider-icon-webhook{background:#475569;color:#f8fafc}.integration-provider-icon-google-calendar{background:#0f9d58;color:#fff}.integration-provider-icon-elevenlabs{background:#111827;color:#f9fafb}.integration-provider-icon-perplexity{background:#0f172a;color:#67e8f9}.integration-provider-icon-brave-search{background:#ea580c;color:#fff7ed}.integration-provider-icon-exa{background:#1a1a1a;color:#00d4ff}.tool-icon-component{width:18px;height:18px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.tool-icon-svg{width:14px;height:14px;fill:none;stroke:currentColor;color:inherit}.tool-icon-browser-chrome{background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05 66%,#ea4335);color:#fff}.tool-icon-task-progress{background:#263246;color:#a8c7ff}.integration-count-badge{font-size:11px;color:#bbb}.integration-form{border:1px solid #333;border-radius:8px;padding:16px;background:#1c1e22;margin-bottom:18px}.integration-form-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.integration-form-title-row h3,.integrations-list h3{margin:0;color:#e0e0e0}.integration-toggle{justify-content:flex-start}.integration-toggle input[type=checkbox]{margin-left:auto}.integration-connected-section+.integration-connected-section{margin-top:8px}.integration-connected-section h4{margin:0 0 8px;color:#d1d5db}.integration-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;border:1px solid #333;border-radius:8px;padding:14px;background:#1d1f24}.integration-row-main{min-width:0}.integration-row-title{display:flex;align-items:center;gap:10px;margin-bottom:4px}.integration-status{font-size:12px;padding:2px 8px;border-radius:999px}.integration-status.enabled{background:#4caf5038;color:#6fd27a}.integration-status.disabled{background:#a0a0a033;color:#bcbcbc}.integration-row-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#9ca3af}.integration-row-actions{display:flex;gap:8px}.integration-card{border:1px solid #333;border-radius:8px;padding:14px;background:#1d1f24}.integration-card+.integration-card{margin-top:10px}.integration-card-headline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.integration-card-title-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.integration-card-title-wrap h3{margin:0}.integration-mode-chip{font-size:11px;padding:2px 8px;border-radius:999px;background:#646cff38;color:#c4c8ff;border:1px solid #4d54c4}.integration-mode-chip.enabled{background:#4caf5038;color:#7ee28a;border-color:#3e8b45}.integration-mode-chip.disabled{background:#94a3b829;color:#c5d0dd;border-color:#4b5563}.integration-updated{color:#9ca3af;font-size:12px}.integration-card-actions{display:flex;gap:8px;margin-top:12px}.subagents-compact-list{gap:5px}.subagent-compact-card{padding:9px 12px;cursor:default}.subagent-compact-row{gap:10px}.subagent-compact-name-wrap{gap:8px}.subagent-compact-name{font-size:14px}.subagent-compact-meta{gap:6px;min-width:0}.subagent-compact-updated{white-space:nowrap;font-size:11px}.subagent-compact-actions{gap:6px}.subagent-compact-actions .settings-add-btn,.subagent-compact-actions .settings-remove-btn{min-height:28px;padding:0 9px;font-size:12px}.agent-row-card{overflow:visible}.agent-row{display:grid;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0}.agent-row-status-dot{width:10px;height:10px;border-radius:999px;background:var(--agent-status-color, #aeb7c7);box-shadow:0 0 0 3px #aeb7c729}.agent-row-content{display:flex;flex-direction:column;gap:7px;min-width:0}.agent-row-title-line{display:flex;align-items:center;gap:8px;min-width:0}.agent-row-title-line .subagent-compact-name{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-row-avatar{width:24px;height:24px;flex:0 0 24px;border-radius:8px;object-fit:cover;background:#111827;box-shadow:0 0 0 1px #ffffff1f}.agent-row-status-label{flex-shrink:0;color:#98a2b3;font-size:11px}.agent-active-chip{flex-shrink:0;padding:1px 7px;border-radius:999px;background:#4caf8229;color:#9be7bd;font-size:11px}.agent-row-pill-line{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0}.agent-row-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end;min-width:max-content}.agent-definition-actions,.agent-container-actions{display:inline-flex;align-items:center;gap:6px}.agent-container-actions{padding-left:10px;border-left:1px solid #3a3a3a}.agent-edit-btn{min-height:32px;padding:0 11px;font-size:12px}.agent-icon-btn{width:32px;min-width:32px;height:32px;min-height:32px;padding:0;justify-content:center;font-size:15px;line-height:1}.agent-icon-btn--danger{font-size:17px}.project-bound-chip{gap:6px}.project-bound-chip:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor;opacity:.9}@media(max-width:900px){.subagent-compact-card{padding:8px 10px}.subagent-compact-meta{flex-wrap:wrap}.agent-row{grid-template-columns:14px minmax(0,1fr);align-items:start}.agent-row-actions{grid-column:2;justify-content:flex-start;flex-wrap:wrap;min-width:0}}.subagent-card-main{display:flex;flex-direction:column;gap:8px;min-width:0}.subagent-card-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.subagent-card-actions{margin-top:0;margin-left:auto;flex-shrink:0}@media(max-width:740px){.subagent-card-actions{width:100%;margin-left:0;margin-top:8px}}.integration-empty-state{border:1px dashed #475569;border-radius:8px;padding:14px;color:#6b7280;background:#181b20;font-size:13px}.mcp-form-actions{display:flex;justify-content:flex-end}.mcp-timeout-input{width:120px}.mcp-server-list{margin-top:14px}.mcp-server-meta{margin-top:10px}.mcp-card-toggle{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:#d1d5db;font-size:13px}.mcp-last-test-line{margin-top:8px;color:#9ca3af;font-size:12px}.mcp-server-meta code{display:block;padding:8px 10px;border-radius:6px;background:#101318;border:1px solid #2a313d;color:#cbd5e1;font-size:12px;overflow-x:auto;white-space:nowrap}.mcp-test-result{margin-top:16px;border:1px solid #334155;border-radius:8px;padding:14px;background:#171c24}.mcp-test-result h3{margin:0 0 8px}.mcp-test-result details+details{margin-top:8px}.mcp-test-result pre{margin-top:8px;background:#0f1218;border:1px solid #293241;border-radius:6px;padding:10px;overflow:auto;max-height:320px}.mcp-token-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.mcp-token-summary span{font-size:12px;border:1px solid #3b4a63;border-radius:999px;padding:4px 8px;background:#202737}.subagent-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:4px;max-height:300px;overflow-y:auto;padding:8px;border:1px solid #293241;border-radius:6px;background:#0f1218}.subagent-tool-item{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:13px;padding:3px 0;color:#d1d5db}.subagent-tool-item:hover{color:#fff}.settings-group{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.a2a-config-block{background:var(--surface-1);border:1px solid var(--border);border-radius:10px;padding:14px}.a2a-identity-inline{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--text-2);font-size:.86em}.a2a-identity-inline code{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:3px 8px;color:var(--text-1)}.a2a-inline-link-btn{text-decoration:none;font-size:.78em;padding:2px 8px}.a2a-agent-row{border:1px solid var(--border);border-radius:8px;padding:10px 12px;background:var(--surface-1)}.a2a-agent-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.a2a-agent-left{flex:1;min-width:0}.a2a-agent-name{display:flex;align-items:center;margin:0;font-size:.97em}.a2a-agent-chips{display:flex;flex-wrap:wrap;gap:6px}.a2a-agent-actions{display:flex;justify-content:flex-end;flex-shrink:0}.a2a-agent-details{margin-top:4px;color:var(--text-2)}.a2a-agent-details summary{cursor:pointer;font-size:.82em}.a2a-agent-details p{margin:8px 0 0;font-size:.88em;line-height:1.45}.a2a-agent-meta{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px;font-size:.8em}.a2a-log-panel{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:9px 11px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em;color:var(--text-2);max-height:220px;overflow-y:auto;line-height:1.55}.a2a-log-empty{font-style:italic}.a2a-log-line{display:flex;align-items:baseline;gap:8px}.a2a-log-time{color:var(--text-2);flex-shrink:0}.a2a-log-message{color:var(--text-2)}.a2a-log-line-error .a2a-log-message{color:#f25f5c}.a2a-log-line-warn .a2a-log-message{color:#e6b450}.a2a-log-line-ok .a2a-log-message{color:#4caf82}.a2a-log-line-info .a2a-log-message{color:#8aa1c1}.local-agents-form-block{margin-bottom:16px}.local-agents-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.local-agents-actions{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.local-agent-icon-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text-1);cursor:pointer;font-size:1rem;line-height:1;padding:0;transition:transform .12s ease,border-color .12s ease,background .12s ease}.local-agent-icon-btn:hover:not(:disabled){transform:translateY(-1px);border-color:var(--primary);background:var(--surface-3)}.local-agent-icon-btn:disabled{opacity:.55;cursor:not-allowed}.local-agent-icon-btn-start{color:#4caf82}.local-agent-icon-btn-stop{color:#f0b429}.local-agent-icon-btn-register{color:#6f8cff}.local-agent-icon-btn-open{color:#66b7ff}.local-agent-icon-btn-current{color:#4caf82;border-color:#4caf8273}.local-agent-icon-btn-remove{color:#f25f5c}.local-agent-logs-wrap{margin-top:10px;border-top:1px solid var(--border);padding-top:10px}.local-agent-logs-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.local-agent-logs{margin:0;white-space:pre-wrap;word-break:break-word;max-height:280px;overflow-y:auto;padding:10px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;font-size:.83em;line-height:1.45}.local-agents-register-result{margin-top:10px;display:flex;flex-direction:column;gap:6px;font-size:.9em;color:var(--text-2)}.agents-definition-session-panel{margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.agents-definition-session-header{margin-bottom:6px}.agents-definition-session-composer .chat-input-container{border:1px solid var(--border);border-radius:8px;background:var(--surface-1);padding:14px}.a2a-security-warning{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid rgba(244,67,54,.75);border-radius:8px;background:#f443361f;color:#ff9a94;font-size:.86em;line-height:1.45}.a2a-security-warning strong{color:#ff7c74}.a2a-security-warning a{color:#ff8e85;text-decoration:underline}.a2a-security-warning a:hover{color:#ffb0aa}@media(max-width:820px){.a2a-agent-main{flex-direction:column;align-items:flex-start}.a2a-agent-actions{width:100%;justify-content:flex-start}}.settings-field{display:flex;flex-direction:column;gap:6px;color:#ddd;font-size:14px}.settings-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-checkbox-row{display:flex;align-items:center;gap:8px;color:#ddd;font-size:14px}.settings-checkbox-row input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#646cff}@media(max-width:720px){.settings-grid-two{grid-template-columns:1fr}}.settings-field-label-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.integration-field-action-btn{padding:4px 8px;font-size:12px}.integration-helper-block{margin-top:8px}.integration-helper-text{margin:0 0 6px}.integration-chat-candidates{display:flex;flex-wrap:wrap;gap:8px}.integration-chat-candidate-btn{font-size:12px;padding:4px 8px}.settings-field-inline{flex-direction:row;justify-content:space-between;align-items:center}.settings-checkbox{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.settings-checkbox input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#646cff}.settings-field input:not([type=checkbox]):not([type=radio]),.settings-custom-row input:not([type=checkbox]):not([type=radio]),.settings-field select,.settings-field-select,.settings-field textarea{border:1px solid #444;background:#1f1f1f;color:#e8e8e8;border-radius:6px;padding:8px 10px}.settings-field input[type=range]{border:0;background:transparent;padding:0}.tool-folder-picker-row{display:flex;gap:8px;align-items:center}.tool-folder-picker-row input{flex:1}.settings-field input:not([type=checkbox]):not([type=radio]):focus,.settings-custom-row input:not([type=checkbox]):not([type=radio]):focus,.settings-field select:focus,.settings-field-select:focus,.settings-field textarea:focus{outline:none;border-color:#646cff}.compaction-slider-wrap{position:relative;display:grid;gap:6px;padding-bottom:24px}.compaction-slider{-webkit-appearance:none;appearance:none;--compaction-slider-progress: 80%;width:100%;height:18px;border:0;background:transparent;outline:none}.compaction-slider::-webkit-slider-runnable-track{height:8px;border-radius:999px;border:1px solid #4b5563;background:linear-gradient(90deg,#3fb950,#e3b341 62%,#f85149) 0 0 / var(--compaction-slider-progress) 100% no-repeat,#1f2937}.compaction-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;margin-top:-5px;border-radius:50%;background:#f3f4f6;border:2px solid #1f2937;box-shadow:0 0 0 2px #6366f159;cursor:pointer}.compaction-slider::-moz-range-track{height:8px;border-radius:999px;border:1px solid #4b5563;background:#1f2937}.compaction-slider::-moz-range-progress{height:8px;border-radius:999px;background:linear-gradient(90deg,#3fb950,#e3b341 62%,#f85149)}.compaction-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#f3f4f6;border:2px solid #1f2937;box-shadow:0 0 0 2px #6366f159;cursor:pointer}.compaction-slider-value{position:absolute;top:24px;left:clamp(12px,var(--compaction-slider-progress),calc(100% - 12px));transform:translate(-50%);display:flex;width:fit-content;padding:2px 8px;border-radius:999px;border:1px solid #4b5563;background:#111827;color:#e5e7eb;font-size:12px;font-weight:700;pointer-events:none}.compaction-prompt{resize:vertical;min-height:140px;line-height:1.45}.settings-audio-panel{border:1px solid #30363d;background:#17191d;border-radius:8px;padding:14px;margin-bottom:16px}.settings-audio-panel h3{margin:0 0 6px}.elevenlabs-voice-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;min-width:0}.elevenlabs-voice-row select{min-width:0}.elevenlabs-speed-control{display:flex;flex-direction:column;gap:8px;min-width:0}.elevenlabs-speed-slider{width:100%;max-width:100%;margin:0}.elevenlabs-preview-btn{border:1px solid #555;background:#2a2a2a;color:#e0e0e0;border-radius:6px;height:36px;min-width:42px;padding:0 10px;font-size:14px;font-weight:700;line-height:1;cursor:pointer}.elevenlabs-preview-btn:disabled{opacity:.55;cursor:not-allowed}.agent-url-combo{position:relative;width:100%}.agent-url-combo-input-row{display:flex;align-items:stretch}.agent-url-combo-input{flex:1;border:1px solid #444;background:#1f1f1f;color:#e8e8e8;border-radius:6px;padding:8px 10px;font-size:14px;min-width:0}.agent-url-combo-input-row:has(.agent-url-combo-toggle) .agent-url-combo-input{border-top-right-radius:0;border-bottom-right-radius:0;border-right:none}.agent-url-combo-input:focus{outline:none;border-color:#646cff}.agent-url-combo-toggle{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;background:#2a2a2a;border:1px solid #444;border-left:none;border-radius:0 6px 6px 0;color:#aaa;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.agent-url-combo-toggle:hover{background:#333;color:#e0e0e0}.agent-url-combo-toggle[aria-expanded=true]{color:#646cff;border-color:#646cff;background:#232340}.agent-url-combo-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#232323;border:1px solid #444;border-radius:6px;list-style:none;margin:0;padding:4px 0;z-index:100;box-shadow:0 4px 16px #00000080;max-height:240px;overflow-y:auto}.agent-url-combo-option{display:flex;align-items:center;gap:0}.agent-url-combo-option-select{flex:1;text-align:left;padding:8px 12px;background:none;border:none;color:#ddd;font-size:13px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.agent-url-combo-option-select:hover{background:#2d2d3a;color:#fff}.agent-url-combo-option-remove{padding:6px 12px;background:none;border:none;color:#666;font-size:16px;line-height:1;cursor:pointer;flex-shrink:0}.agent-url-combo-option-remove:hover{color:#f85149}@media(max-width:900px){.instruction-block-file-row{flex-direction:column;align-items:stretch}.settings-custom-row{grid-template-columns:1fr}.integration-row{flex-direction:column}.integration-row-actions{width:100%}}.stat-label{font-size:12px;color:#888}.stat-value{font-size:14px;color:#e0e0e0}.stat-value.overdue{color:#f44336;font-weight:500}.job-actions{display:flex;gap:8px}.agents-maintenance-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-1)}.agents-maintenance-copy{min-width:0}.agents-maintenance-copy h3{margin:0 0 4px;font-size:.96em}.agents-maintenance-copy .settings-help{margin:0}.agents-maintenance-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}@media(max-width:760px){.agents-maintenance-panel{align-items:flex-start;flex-direction:column}.agents-maintenance-actions{justify-content:flex-start;width:100%}}.runtime-chip{text-transform:uppercase;font-size:10px;letter-spacing:.5px;font-weight:600}.runtime-chip-docker{background:#4299e12e;color:#4299e1}.runtime-chip-remote{background:#9f7aea2e;color:#9f7aea}.integration-list-header-row h3 .runtime-chip,.a2a-config-block h3 .runtime-chip{margin-left:8px;vertical-align:middle}.btn{padding:8px 16px;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s;font-weight:500}.btn.btn-sm{padding:6px 12px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#646cff;color:#fff}.btn-primary:hover{background-color:#535bf2}.btn-secondary{background-color:#3a3a3a;color:#ccc}.btn-secondary:hover:not(:disabled){background-color:#4a4a4a;color:#fff}.btn-danger{background-color:transparent;color:#f44336;border:1px solid #f44336}.btn-danger:hover{background-color:#f44336;color:#fff}input[type=checkbox]{-webkit-appearance:none;appearance:none;position:relative;width:44px;height:26px;border-radius:999px;border:1px solid #5a5a5a;background:#3a3a3a;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;vertical-align:middle;flex-shrink:0}input[type=checkbox]:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000059;transition:transform .2s ease}input[type=checkbox]:checked{background:#34c759;border-color:#2bad4b}input[type=checkbox]:checked:before{transform:translate(18px)}input[type=checkbox]:focus-visible{outline:2px solid #7aa2ff;outline-offset:2px}input[type=checkbox]:disabled{opacity:.55;cursor:not-allowed}.help-text{font-size:13px;color:#888;margin:4px 0 0}.form-actions{display:flex;gap:12px;margin-top:12px;justify-content:flex-end}.skills-categories{display:flex;flex-direction:column;gap:24px}.skill-category-section{border:1px solid #2f3846;border-radius:10px;background:#151922;overflow:hidden}.skill-category-header{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#1b1f26;border-bottom:1px solid #2f3846}.skill-category-icon{width:22px;height:22px;line-height:1;margin-top:2px;color:#9fb7ff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px}.skill-category-icon .app-icon{width:100%;height:100%}.skill-category-title{display:flex;flex-direction:column;gap:4px}.skill-category-title h3{margin:0;font-size:15px;font-weight:600;color:#d8deea}.skill-category-description{margin:0;font-size:12px;color:#95a1b2}.skill-category-section .skills-grid{padding:12px;background:transparent}.skill-category-section .skill-card{background:#1b1f26}.message-system-prompt{background:#1a1a1a;border:1px solid #353535;border-radius:8px;padding:12px 16px;margin-bottom:16px}.message-system-prompt .message-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.message-system-prompt .message-role{color:#888;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.system-prompt-toggle{background:#222;border:1px solid #4a4a4a;color:#d7d7d7;border-radius:999px;padding:4px 12px;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.system-prompt-toggle:hover{border-color:#6a6a6a;background:#2a2a2a}.system-prompt-toggle.expanded{border-color:#646cff;color:#c5c9ff}.toggle-icon{font-size:9px;opacity:.7}.system-prompt-panel{margin-top:12px;display:flex;flex-direction:column;gap:10px}.system-prompt-summary{font-size:12px;color:#b8b8b8;margin:0}.system-prompt-blocks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.system-prompt-block{border-top:1px solid #2d2d2d;padding:8px 0 10px}.system-prompt-block:first-child{border-top:0;padding-top:0}.system-prompt-block-header{margin:0;font-size:12px;font-weight:600;color:#e2e2e2}.system-prompt-block-meta{margin:4px 0 0;font-size:11px;color:#9f9f9f}.system-prompt-block-error{margin:4px 0 0;font-size:11px;color:#ff9f9a}.system-prompt-block-content{margin-top:6px;padding:8px;background:#141820;border-radius:4px;color:#d4d8e1;font-size:11px;white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.system-prompt-full{margin-top:8px;border-top:1px solid #2d2d2d;padding-top:8px}.system-prompt-full summary{cursor:pointer;font-size:12px;color:#c7c7c7;padding:4px 0}.system-prompt-full summary:hover{color:#e2e2e2}.system-prompt-full-content{margin-top:8px;padding:10px;max-height:300px;overflow:auto;background:#121721;border-radius:4px;color:#ccd2db;font-size:11px;white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}@media(max-width:900px){.project-view-header{flex-direction:column;align-items:flex-start}.project-header-left h1{flex-direction:column;align-items:flex-start;gap:4px}.project-folder-path{max-width:100%}.project-header-actions{width:100%}.project-commit-content,.project-branch-changes-panel{grid-template-columns:1fr;min-height:0}.project-git-files-resize-handle{display:none}.project-view-tabs{flex-wrap:nowrap}.project-branch-combobox-wrap,.project-branch-combobox{width:100%;max-width:none}.project-commit-message-row{flex-direction:column}.project-suggest-message-btn{align-self:flex-end}.project-commit-content{grid-template-columns:1fr;min-height:0}.project-history-panel{grid-template-columns:1fr;max-height:none;min-height:0}.project-branch-changes-panel{grid-template-columns:1fr}.project-history-left{min-height:0}.project-history-right-body{grid-template-columns:1fr}.project-sessions-body{flex:1}}.empty-state{text-align:center;padding:60px 20px;color:#9ca3af}.empty-state p{margin-bottom:8px}.empty-state-hint{font-size:13px;color:#6b7280}.empty-state-title{font-size:14px;color:#9ca3af;margin-bottom:4px}.session-task-progress-row{width:100%;margin-top:6px}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:13px;font-weight:500;color:var(--text-2, #aeb7c7);margin-bottom:8px}.form-group select,.form-group input,.form-group textarea{width:100%;padding:10px 12px;background:var(--bg, #121417);border:1px solid var(--border, #3b4351);border-radius:8px;color:var(--text-1, #e6ebf2);font-size:14px;outline:none;transition:border-color .15s ease}.form-group select:focus,.form-group input:focus,.form-group textarea:focus{border-color:var(--primary, #6f8cff)}.form-group select:disabled,.form-group input:disabled,.form-group textarea:disabled{opacity:.5;cursor:not-allowed}.model-input{margin-top:8px}.btn-primary,.btn-secondary{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.btn-primary{background:var(--primary, #6f8cff);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover, #5b76e5)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--text-2, #aeb7c7);border:1px solid var(--border, #3b4351)}.btn-secondary:hover:not(:disabled){background:#ffffff0d;color:var(--text-1, #e6ebf2)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary:disabled [data-theme=light] .chat-context-remove{background:#26345f24;color:#26345f}.btn-secondary:disabled [data-theme=light] .chat-context-remove:hover,.btn-secondary:disabled [data-theme=light] .chat-context-remove:focus-visible{background:#26345f3d}[data-theme=light] .chat-context-chip{background:#eef2ff;color:#26345f;border-color:#c9d3f4}[data-theme=light] .chat-context-chip:hover,[data-theme=light] .chat-context-chip:focus-visible,[data-theme=light] .chat-selection-chip-button:hover:not(:disabled){background:#e3e9ff;border-color:#8fa3ec}[data-theme=light] .chat-context-preview{background:#fff;color:var(--app-text-1);border-color:#c9d3f4;box-shadow:0 18px 40px #1923462e}[data-theme=light] .chat-context-preview-title{color:#4257b2}button.session-provider-chip{cursor:pointer;border:none;font-family:inherit}button.session-provider-chip:hover{background:#646cff40}button:not(.mind-tree-item){font-family:var(--font-sans)}.settings-field label{display:inline-block;margin-bottom:6px}.settings-theme-toggle-row{align-items:center}.workflows-layout{display:grid;grid-template-columns:320px 1fr;gap:16px}.agent-emoji-input{width:150px;min-width:150px;text-align:center;font-size:1.15rem}.subagent-emoji-picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(32px,1fr));gap:4px;max-height:190px;overflow-y:auto;border:1px solid var(--app-border-1);border-radius:10px;background:var(--app-bg-2);padding:6px}.settings-agent-name-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.settings-agent-name-input{flex:1 1 220px;min-width:180px}.selectable-input{position:relative;display:inline-flex;align-items:stretch}.selectable-input-field{width:64px;min-height:38px;border-radius:8px 0 0 8px!important;text-align:center;font-size:1.15rem}.selectable-input-toggle{min-height:38px;border:1px solid var(--app-border-1);border-left:0;background:var(--app-bg-3);color:inherit;border-radius:0 8px 8px 0;padding:6px 8px;cursor:pointer}.selectable-input-panel{position:absolute;top:calc(100% + 6px);left:0;width:min(520px,88vw);max-height:320px;overflow-y:auto;border:1px solid var(--app-border-1);border-radius:10px;background:var(--app-bg-2);box-shadow:0 8px 22px #00000047;padding:8px;z-index:30;display:grid;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:4px}.selectable-input-option{border:1px solid transparent;border-radius:8px;background:transparent;color:inherit;font-size:1.45rem;line-height:1;min-height:38px;padding:0;cursor:pointer}.selectable-input-option:hover{background:var(--app-bg-4);border-color:var(--app-border-1)}.selectable-input-option.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent)}.settings-agent-emoji-select{flex:0 0 auto}.settings-emoji-picker-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.settings-emoji-dropdown{position:relative}.settings-emoji-dropdown-trigger{border:1px solid var(--app-border-1);background:var(--app-bg-3);color:inherit;border-radius:8px;min-height:38px;padding:6px 10px;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.settings-emoji-current{font-size:1.15rem}.settings-emoji-dropdown-panel{position:absolute;top:calc(100% + 6px);left:0;width:min(520px,88vw);max-height:320px;overflow-y:auto;border:1px solid var(--app-border-1);border-radius:10px;background:var(--app-bg-2);box-shadow:0 8px 22px #00000047;padding:8px;z-index:30;display:grid;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:4px}.settings-emoji-option{border:1px solid transparent;border-radius:8px;background:transparent;color:inherit;font-size:1.45rem;line-height:1;min-height:38px;padding:0;cursor:pointer}.settings-emoji-option:hover{background:var(--app-bg-4);border-color:var(--app-border-1)}.settings-emoji-option.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent)}.settings-emoji-custom-input{width:120px}.workflows-list-panel,.workflows-editor-panel,.workflows-help-panel{min-height:120px}.workflows-list-item{border:1px solid var(--border);background:var(--surface-2);color:var(--text-1);border-radius:8px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.workflows-list-item-main{all:unset;display:flex;flex-direction:column;flex:1;min-width:0;cursor:pointer}.workflows-list-item.active{border-color:var(--primary);box-shadow:0 0 0 1px color-mix(in srgb,var(--primary) 45%,transparent)}.workflows-list-title{font-weight:600}.workflows-list-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--text-2);font-size:.82em;margin-top:2px}.workflows-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.workflows-edit-header{flex-wrap:wrap;gap:12px;justify-content:space-between}.workflows-edit-header h1{min-width:0}.workflows-edit-header .workflows-actions{margin-left:auto}.workflows-row-actions{display:flex;gap:8px;flex-shrink:0;align-items:center}.workflows-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.workflows-description-field{grid-column:1 / -1}.workflows-editor-panel .settings-field{display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px 12px;align-items:center}.workflows-editor-panel .settings-field>span:first-child,.workflows-editor-panel .settings-field>.settings-field-label-row:first-child{color:var(--text-2);font-size:.86rem}.workflows-editor-panel .settings-field textarea{min-height:72px;resize:vertical}.workflows-policy-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}.workflows-block{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.workflows-graph-split{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.6fr);gap:12px;align-items:stretch}.workflows-graph-pane{min-width:0}.workflows-map-pane .success-dismiss{float:right;border:none;background:transparent;cursor:pointer;color:inherit;margin-left:10px}@media(max-width:1200px){.workflows-layout{grid-template-columns:1fr}}@media(max-width:900px){.workflows-list-item{align-items:flex-start}.workflows-row-actions{flex-direction:column;align-items:stretch;gap:6px}.workflows-node-top-row,.workflows-policy-row,.workflows-edge-row,.workflows-form-grid,.workflows-settings-body,.workflows-editor-panel .settings-field,.workflows-graph-split{grid-template-columns:1fr}}select.ui-select.ui-select{min-height:34px;border:1px solid var(--app-border-1);border-radius:8px;background-color:var(--app-bg-3);color:var(--app-text-2);font-size:12px;line-height:1.2;padding:8px 34px 8px 12px;appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;outline:none;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s}select.ui-select.ui-select:hover:not(:disabled){background-color:var(--app-bg-4);color:var(--app-text-1)}select.ui-select.ui-select:focus{border-color:var(--primary)}select.ui-select.ui-select:disabled{cursor:not-allowed;opacity:.65}[data-theme=light] body{background:var(--bg);color:var(--text-1)}[data-theme=light] .app-container,[data-theme=light] .main-content{background:var(--app-bg-2);color:var(--app-text-1)}[data-theme=light] .sidebar-shell,[data-theme=light] .sidebar,[data-theme=light] .top-bar,[data-theme=light] .chat-input-container{background-color:var(--app-bg-1);color:var(--app-text-1)}[data-theme=light] .sidebar-backdrop{background:var(--app-sidebar-backdrop)}[data-theme=light] .sidebar-toggle,[data-theme=light] .sidebar-toggle-handle,[data-theme=light] .voice-button,[data-theme=light] .image-button,[data-theme=light] .send-button,[data-theme=light] .stop-button{background:var(--app-control-bg);color:var(--app-text-2);border-color:var(--app-border-1)}[data-theme=light] .sidebar-toggle-handle-line{background:var(--app-text-muted)}[data-theme=light] .sidebar-toggle:hover,[data-theme=light] .voice-button:hover,[data-theme=light] .image-button:hover,[data-theme=light] .send-button:hover:not(:disabled){background:var(--app-control-bg-hover);color:var(--app-text-1)}[data-theme=light] .chat-textarea,[data-theme=light] .sidebar-title-input,[data-theme=light] .sidebar-title-display,[data-theme=light] input,[data-theme=light] select,[data-theme=light] textarea{background-color:var(--app-bg-3);color:var(--app-text-1);border-color:var(--app-border-1)}[data-theme=light] .empty-state,[data-theme=light] .session-item-meta,[data-theme=light] .settings-help{color:var(--app-text-muted)}[data-theme=light] .chat-textarea:focus{background-color:var(--app-bg-4)}[data-theme=light] .chat-slash-menu{border-color:var(--app-border-1);background:var(--app-bg-2)}[data-theme=light] .chat-slash-item{color:var(--app-text-1);border-bottom-color:var(--app-border-1)}[data-theme=light] .chat-slash-item:hover,[data-theme=light] .chat-slash-item.active{background:var(--app-bg-3)}[data-theme=light] .chat-slash-command{color:#0b5aa0}[data-theme=light] .chat-slash-label,[data-theme=light] .chat-slash-hint{color:var(--app-text-1)}[data-theme=light] .session-item:hover,[data-theme=light] .message-assistant{background-color:var(--app-bg-3)}[data-theme=light] .session-item.active{background-color:var(--app-bg-4)}[data-theme=light] .page-shell,[data-theme=light] .settings-panel,[data-theme=light] .provider-edit-view,[data-theme=light] .tools-view,[data-theme=light] .jobs-list,[data-theme=light] .chat-history,[data-theme=light] .message-list{color:var(--app-text-1)}[data-theme=light] .sidebar,[data-theme=light] .sidebar-title-button,[data-theme=light] .nav-link,[data-theme=light] .settings-field,[data-theme=light] .session-item-title,[data-theme=light] .page-header h1,[data-theme=light] .settings-panel h2,[data-theme=light] .job-edit-header h2,[data-theme=light] .header-left h2,[data-theme=light] .project-header-left h1,[data-theme=light] .empty-state h2{color:#162033}[data-theme=light] .sidebar-return-parent-btn,[data-theme=light] .sidebar-agent-combo-toggle,[data-theme=light] .agent-url-combo-toggle,[data-theme=light] .sidebar-agent-combo-option-btn,[data-theme=light] .nav-link:hover,[data-theme=light] .session-delete-btn,[data-theme=light] .session-duplicate-btn{color:#273247}[data-theme=light] .sidebar-agent-combo-toggle,[data-theme=light] .agent-url-combo-toggle{background:transparent;border-color:transparent}[data-theme=light] .sidebar-agent-combo-dropdown{background:#f8fbfffa;border-color:transparent;box-shadow:0 10px 28px #19376424}[data-theme=light] .sidebar-agent-combo-option-btn{background:transparent;border-color:transparent;color:#223049}[data-theme=light] .confirm-dialog{background:#fff;border-color:#d7e0ec;box-shadow:0 24px 80px #19376438}[data-theme=light] .confirm-dialog-header,[data-theme=light] .confirm-dialog-actions{border-color:#d7e0ec}[data-theme=light] .confirm-dialog-header h2{color:#162033}[data-theme=light] .confirm-dialog-body p{color:#52627a}[data-theme=light] .confirm-dialog-cancel-btn{background:#f5f8fc;border-color:#c9d3e2;color:#273247}[data-theme=light] .confirm-dialog-cancel-btn:hover:not(:disabled){background:#e6edf8;color:#162033}[data-theme=light] .sidebar-agent-combo-option-btn:hover{background:#2d5bdb14}[data-theme=light] .sidebar-agent-combo-toggle:hover:not(:disabled),[data-theme=light] .agent-url-combo-toggle:hover{background:#2d5bdb14;color:#162033}[data-theme=light] .agent-url-combo-toggle[aria-expanded=true]{color:#1d4ed8;border-color:#2d5bdb;background:#d7e4fb}[data-theme=light] .nav-link:hover{background-color:#e6edf8}[data-theme=light] .nav-link.active{background-color:#dde7f6;color:#1d4ed8}[data-theme=light] .nav-project-pin-btn{color:#62708a}[data-theme=light] .nav-project-pin-btn:hover,[data-theme=light] .nav-project-pin-btn:focus-visible{background:#2d5bdb14;color:#1d4ed8}[data-theme=light] .nav-project-pin-btn--pinned{color:#1d4ed8}[data-theme=light] .nav-subnav-link{border-left-color:#cfd9e8;color:#52627a}[data-theme=light] .nav-subnav-link:hover{background-color:#e6edf8;color:#1d3152}[data-theme=light] .nav-subnav-link.active{background-color:#dce8fb;color:#1d4ed8}[data-theme=light] .nav-recent-session-link{border-left-color:#d9e2ef;color:#6c788b}[data-theme=light] .nav-recent-session-link:hover{background-color:#edf3fb;color:#263650}[data-theme=light] .nav-recent-session-link.active{background-color:#dce8fb;color:#1d4ed8}[data-theme=light] .nav-recent-session-time{color:#7c899c}[data-theme=light] .sidebar-recent-notification-link{border-left-color:#d9e2ef;color:#6c788b}[data-theme=light] .sidebar-recent-notification-link:hover{background-color:#edf3fb;color:#263650}[data-theme=light] .sidebar-recent-notification-link.active{background-color:#dce8fb;color:#1d4ed8}[data-theme=light] .nav-section-header{color:#5f6f86}[data-theme=light] .nav-section-toggle:hover{background:#e6edf8}[data-theme=light] .nav-section-chevron{color:#8a9ab5}[data-theme=light] .session-item-meta,[data-theme=light] .sessions-empty,[data-theme=light] .sessions-empty p,[data-theme=light] .sidebar .session-item.empty{color:#55657d}[data-theme=light] .session-delete-btn,[data-theme=light] .session-duplicate-btn{background:#e6edf8;border-color:#c9d3e2;color:#273247}[data-theme=light] .session-duplicate-btn:hover{background:#dbe7f8;border-color:#8ea8cf;color:#1f3556}[data-theme=light] .session-delete-btn:hover{background:#ef4444;border-color:#ef4444;color:#fff}[data-theme=light] .session-play-btn{background:#e8f5ec;border-color:#86c99a;color:#1f6a33}[data-theme=light] .session-play-btn:hover{background:#4caf50;border-color:#4caf50;color:#fff}[data-theme=light] .settings-add-btn,[data-theme=light] .settings-remove-btn{background:#e6edf8;color:#223049;border-color:#c9d3e2}[data-theme=light] .settings-add-btn:hover,[data-theme=light] .settings-remove-btn:hover{background:#dde7f6;color:#162033}[data-theme=light] .settings-save-btn{background:#2d5bdb;border-color:#2d5bdb;color:#fff}[data-theme=light] .settings-save-btn:hover:not(:disabled){background:#244cb8;border-color:#244cb8}[data-theme=light] .settings-save-btn:disabled,[data-theme=light] .settings-add-btn:disabled,[data-theme=light] .settings-remove-btn:disabled{opacity:.6;cursor:not-allowed}[data-theme=light] .jobs-list .job-card,[data-theme=light] .job-task-section{background:#f8fbff;border-color:#c9d3e2}[data-theme=light] .jobs-list .job-name-link,[data-theme=light] .jobs-list .job-primary-schedule,[data-theme=light] .job-task-section h3{color:#162033}[data-theme=light] .jobs-list .job-card:hover{border-color:#b8c5d9}[data-theme=light] .integration-form{background:#f8fbff;border-color:#c9d3e2}[data-theme=light] .integration-form-title-row h3,[data-theme=light] .integrations-list h3{color:#162033}[data-theme=light] .workflow-turn-title{background:#f8fbff;border-color:#c9d6ea;color:#1e2d46}[data-theme=light] .workflow-turn-meta,[data-theme=light] .workflow-entry-identity span{color:#52627a}[data-theme=light] .workflow-turn-body{border-left-color:#22365624}[data-theme=light] .workflow-turn-separator:after{background:linear-gradient(90deg,rgba(70,93,128,.28),transparent)}[data-theme=light] .workflow-entry{background:#ffffffd1;border-color:#314a6e1f}[data-theme=light] .workflow-entry-identity strong{color:#1e2d46}[data-theme=light] .workflow-entry-avatar-worker{background:#1976d224;border-color:#1976d261}[data-theme=light] .workflow-entry-avatar-critic{background:#8e24aa24;border-color:#8e24aa61}[data-theme=light] .workflow-entry-avatar-workflow{background:#5465801f;border-color:#54658047}[data-theme=light] .workflow-entry-worker{border-left-color:#2196f3;box-shadow:inset 0 1px #2196f31a}[data-theme=light] .workflow-entry-critic{border-left-color:#9c27b0;box-shadow:inset 0 1px #9c27b01a}[data-theme=light] .workflow-entry-content{color:#23324a}[data-theme=light] .workflow-agent-status{border-color:#c2cee0;color:#56677f}[data-theme=light] .workflow-agent-status.status-completed,[data-theme=light] .workflow-agent-status.status-complete{border-color:#8fc7a3;color:#217a45}[data-theme=light] .workflow-agent-status.status-failed,[data-theme=light] .workflow-agent-status.status-error{border-color:#efa5a5;color:#b23636}[data-theme=light] .workflow-agent-link{color:#245fa8}[data-theme=light] .workflow-child-activity{background:#eaf0f9b8;border-color:#314a6e1f}[data-theme=light] .workflow-child-activity-title{color:#263753}[data-theme=light] .workflow-child-activity .tool-execution-card{background:#ffffffdb}[data-theme=light] .workflow-child-activity-status,[data-theme=light] .workflow-live-node-note{color:#667588}[data-theme=light] .message-internal-handoff{background:#eef3fab8;color:#5f6e80}[data-theme=light] .message-internal-handoff .message-content{color:#667588}[data-theme=light] .thinking-card{background:#f8fbff;border-color:#c9d3e2}[data-theme=light] .thinking-checkbox-row,[data-theme=light] .thinking-field,[data-theme=light] .thinking-source-toggle{color:#1f2b40}[data-theme=light] .thinking-note,[data-theme=light] .thinking-frequency-input span{color:#55657d}[data-theme=light] .thinking-field input[type=text],[data-theme=light] .thinking-field input[type=number],[data-theme=light] .thinking-field select,[data-theme=light] .thinking-field textarea{background:#eef3fa;border-color:#c9d3e2;color:#111a29}[data-theme=light] .skill-card,[data-theme=light] .skill-card-external{background:#f8fbff;border-color:#c9d3e2}[data-theme=light] .skill-card-disabled{background:#f2f5fa;border-color:#c4ccda;opacity:.9}[data-theme=light] .skill-card p,[data-theme=light] .skill-enabled-label,[data-theme=light] .skill-card-meta{color:#4e6079}[data-theme=light] .skill-card-title-row h3{color:#162033}[data-theme=light] .skill-tool-details{border-color:#c9d3e2;background:#eef3fa}[data-theme=light] .skill-tool-details summary{color:#223049}[data-theme=light] .skill-tool-schema{border-color:#c9d3e2;background:#f8fbff;color:#3e5578}[data-theme=light] .a2a-agent-chips .integration-mode-chip,[data-theme=light] .integration-mode-chip{background:#e7eefb;color:#2a416e;border-color:#bfd0ea}[data-theme=light] .integration-mode-chip.enabled{background:#e8f7ec;color:#1f6a33;border-color:#b9e2c4}[data-theme=light] .integration-mode-chip.disabled{background:#edf1f7;color:#52627a;border-color:#cbd6e5}[data-theme=light] .integration-list-header-row h3,[data-theme=light] .integration-composer-header-row h3,[data-theme=light] .integration-provider-section h3{color:#162033}[data-theme=light] .integration-provider-card,[data-theme=light] .integration-row,[data-theme=light] .integration-card,[data-theme=light] .integration-form{background:#f8fbff;border-color:#c9d3e2;color:#1f2b40}[data-theme=light] .tool-name{color:#1f2b40}[data-theme=light] .tool-details{color:#435672}[data-theme=light] .session-failure-reason{color:#8c1d18}[data-theme=light] .session-provider-failure-row{color:#7a2f0f}[data-theme=light] .session-relation-link{background:#eef4ff;border-color:#c1d1ea;color:#264372}[data-theme=light] .session-relation-link:hover{background:#e5efff;border-color:#9fb8de;color:#173765}[data-theme=light] .inline-child-session{background:#f8fbff;border-color:#c9d3e2;color:#1f2b40}[data-theme=light] .inline-child-session:hover{background:#eef5ff;border-color:#9fb8de}[data-theme=light] .inline-child-session-subtitle{color:#52627a}[data-theme=light] .inline-child-session-status{color:#4d617f}[data-theme=light] .message-session-action-card{background:#f4f8ff;border-color:#bfcee7}[data-theme=light] .message-session-action-card.linked{background:#eef8f1;border-color:#b8d8c5}[data-theme=light] .message-session-action-title{color:#223a5f}[data-theme=light] .message-session-action-files code,[data-theme=light] .message-session-action-files span{background:#eef4ff;border-color:#c4d2e9;color:#52627a}[data-theme=light] .message-session-action-btn{background:#e8f0ff;border-color:#9fb8de;color:#264372}[data-theme=light] .message-session-action-btn:hover:not(:disabled){background:#dce9ff;border-color:#7897c7}[data-theme=light] .message-session-action-linked{color:#3f7659}[data-theme=light] .message-session-action-status{background:#dbf0e3;border-color:#a8d0b7;color:#24613f}[data-theme=light] .message-session-action-status.status-failed,[data-theme=light] .message-session-action-status.status-error{background:#f9dddd;border-color:#e8a6a6;color:#8c3030}[data-theme=light] .message-session-action-session-id{color:#52627a}[data-theme=light] .session-workflow-panel{background:#f4f8ff;border-color:#c9d6ea}[data-theme=light] .session-workflow-title{color:#1f2f4d}[data-theme=light] .session-workflow-status{border-color:#b5c5df;color:#4d617f}[data-theme=light] .session-workflow-status.status-running{border-color:#7aa4d6;color:#1f5388}[data-theme=light] .session-workflow-status.status-completed{border-color:#78b798;color:#1f6a46}[data-theme=light] .session-workflow-status.status-failed{border-color:#d08a8a;color:#8c1d18}[data-theme=light] .session-workflow-node{background:#fff;border-color:#d1dced}[data-theme=light] .session-workflow-node.status-completed{border-color:#9fcfb6}[data-theme=light] .session-workflow-node.status-running{border-color:#9fc0e2}[data-theme=light] .session-workflow-node.status-failed{border-color:#daa}[data-theme=light] .session-workflow-node.clickable:hover{border-color:#8fb1d6;background:#f2f7ff}[data-theme=light] .session-workflow-node-id{color:#1f2f4d}[data-theme=light] .session-workflow-node-status{color:#4f6380}[data-theme=light] .session-workflow-node-running{color:#24679c}[data-theme=light] .session-workflow-node-preview{color:#556a88}[data-theme=light] .session-workflow-node-error{color:#8f1f1b}[data-theme=light] .tool-path-link{color:#0b57d0}[data-theme=light] .tool-path-link:hover{color:#0846a9}[data-theme=light] .tool-input,[data-theme=light] .tool-result-content{background-color:#eef3fa;color:#1f2b40;border:1px solid #c9d3e2}[data-theme=light] .integration-provider-card.active{background:#e8effc;border-color:#9db6e5}[data-theme=light] .integration-provider-card p,[data-theme=light] .integration-row-meta,[data-theme=light] .integration-updated{color:#55657d}[data-theme=light] .settings-custom-row input:not([type=checkbox]):not([type=radio]),[data-theme=light] .settings-custom-row select,[data-theme=light] .settings-custom-row textarea{background:#eef3fa;border-color:#c9d3e2;color:#111a29}[data-theme=light] .mcp-server-card,[data-theme=light] .mcp-test-result,[data-theme=light] .mcp-server-meta code{background:#f8fbff;border-color:#c9d3e2;color:#1f2b40}[data-theme=light] .mcp-last-test-line,[data-theme=light] .mcp-card-toggle{color:#55657d}[data-theme=light] .skills-registry-section{border-top-color:#c9d3e2}[data-theme=light] .skills-registry-results h4,[data-theme=light] .skills-discovery-list h3{color:#223049}[data-theme=light] .skills-search-input{background:#eef3fa;border-color:#c9d3e2;color:#111a29}[data-theme=light] .skills-search-btn{background:#e6edf8;border-color:#c1cee1;color:#223049}[data-theme=light] .skills-search-btn:hover:not(:disabled){background:#dde7f6;border-color:#b2c2d9;color:#162033}[data-theme=light] .skill-card-registry{background:#f2f7ff;border-color:#bcd0ee}[data-theme=light] .skill-card-meta-row,[data-theme=light] .skill-card-description{color:#55657d}[data-theme=light] .skill-install-btn{border-color:#7fb292;background:#e8f5ec;color:#205f36}[data-theme=light] .skill-install-btn:hover:not(:disabled){border-color:#6aa581;background:#dff0e5;color:#184c2b}[data-theme=light] .skill-install-btn.installed{background:#d4eadc;border-color:#6ca885;color:#1f5b33}[data-theme=light] .sessions-composer{background-color:#f8fbff;border-top-color:#c9d3e2}[data-theme=light] .session-branch-workflow{--session-branch-step-bg: #eef4ff;--session-branch-step-border: #c9d8ee;--session-branch-step-text: #21324d;--session-branch-step-muted: #64748b;--session-branch-step-active-bg: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--session-branch-step-active-border: #93c5fd;--session-branch-step-active-text: #ffffff;border-color:#d6e0ee;background:radial-gradient(circle at 18% 0%,rgba(37,99,235,.12),transparent 28rem),linear-gradient(180deg,#f8fbff,#edf3fb)}[data-theme=light] .session-branch-workflow-step:hover{background:#e2ecfb;border-color:#9eb8dd}[data-theme=light] .session-branch-workflow-index{border-color:#c0cee1;background:#ffffffb8;color:#375176}[data-theme=light] .session-branch-summary-branch,[data-theme=light] .session-branch-summary-kind{border-color:#c9d8ee;background:#ffffffb8;color:#375176}[data-theme=light] .sessions-composer-inner,[data-theme=light] .sessions-list-container,[data-theme=light] .sessions-list{background:transparent}[data-theme=light] .session-card{background-color:#f8fbff;border-color:#c9d3e2}[data-theme=light] .session-recurring-chip{border-color:#b57b0047;background:#fff5d7;color:#77540a}[data-theme=light] .session-queued-chip{border-color:#6c757d52;background:#eef1f5;color:#4d5965}[data-theme=light] .session-card:hover{background-color:#eef3fa;border-color:#b8c5d9}[data-theme=light] .session-name{color:#162033}[data-theme=light] .session-project-badge{background:#e7edf8;color:#4e6079}[data-theme=light] .session-link-type-chip{border-color:#b6c6e0;background:#e7eefb;color:#2a416e}[data-theme=light] .session-date,[data-theme=light] .session-token-count,[data-theme=light] .sessions-group-title,[data-theme=light] .sessions-group-count,[data-theme=light] .sessions-collapse-btn{color:#55657d}[data-theme=light] .session-task-progress-bar{background:#d3ddeb}[data-theme=light] .task-prompt{background:#eef3fa;border-color:#c9d3e2;color:#1f2b40}[data-theme=light] .thinking-global-instructions{border-color:#bfd0ea;background:#eef4ff}[data-theme=light] .thinking-global-instructions-title{color:#243a61}[data-theme=light] .thinking-global-instructions-body{color:#3e5578}[data-theme=light] .thinking-global-instructions a{color:#2d5bdb}[data-theme=light] .instruction-block{background:#f8fbff;border-color:#c9d3e2}[data-theme=light] .instruction-block-link{color:#2d5bdb}[data-theme=light] .instruction-block-link:hover{color:#244cb8}[data-theme=light] .instruction-block-enabled-toggle{color:#4e6079}[data-theme=light] .instruction-block textarea,[data-theme=light] .instruction-block input[type=text],[data-theme=light] .instruction-block-type-select{background:#eef3fa;border-color:#c9d3e2;color:#111a29}[data-theme=light] .skill-category-section{border-color:#c9d3e2;background:#f8fbff}[data-theme=light] .skill-category-header{background:#eef3fa;border-bottom-color:#c9d3e2}[data-theme=light] .skill-category-title h3{color:#162033}[data-theme=light] .skill-category-description{color:#55657d}[data-theme=light] .success-banner{background-color:#16a34a26;color:#166534;border-bottom-color:#16a34a}[data-theme=light] .a2a-security-warning{border-color:#dc262699;background:#fee2e2d9;color:#7f1d1d}[data-theme=light] .a2a-security-warning strong{color:#991b1b}[data-theme=light] .instruction-total-tokens,[data-theme=light] .instruction-block-token-count{color:#1e3a8a;border-color:#93a7d8;background:#e6edff}[data-theme=light] .session-provider-chip{background:#e0e9fb;color:#223d72}[data-theme=light] .session-project-name{color:#3f5068}[data-theme=light] .session-token-stats-chip{background:#fff3e0;color:#8f4b00;border:1px solid #f1bb75}[data-theme=light] .session-context-usage-chip{color:#38bdf8}[data-theme=light] .session-context-jar-body{background:#38bdf81a}[data-theme=light] .session-context-jar-body:after{background:#ffffffc7}[data-theme=light] .session-context-usage-value{color:#0284c7}[data-theme=light] .session-title{color:#162033}[data-theme=light] .session-title-separator{color:#6b7d96}[data-theme=light] .integration-connected-section h4{color:#223049}[data-theme=light] .integration-status.enabled{background:#22c55e33;color:#166534}[data-theme=light] .skill-card-meta-link{color:#1d4ed8}[data-theme=light] .skill-card-meta-link:hover{color:#1e40af}[data-theme=light] .skill-badge{border-color:#9db2dc;color:#29457a;background:#e8effd}[data-theme=light] .skill-badge-external{border-color:#8fc7a0;color:#1f5f36;background:#e6f4ea}[data-theme=light] .message-user,[data-theme=light] .message-user .message-content,[data-theme=light] .message-user .message-time,[data-theme=light] .message-user .message-role,[data-theme=light] .message-user .message-copy{color:#f5f9ff}[data-theme=light] .message-tool{background-color:#eaf5ea;color:#1f4b2a}[data-theme=light] .message-loading{background-color:#eef3fa;color:#4d5f79}[data-theme=light] .message-loading-spinner{border-color:#15803d47;border-top-color:#15803d}[data-theme=light] .message-system{background-color:#e7eefb;color:#1f2f4d}[data-theme=light] .message-system .message-content,[data-theme=light] .message-system .message-markdown,[data-theme=light] .message-system .message-role{color:#1f2f4d}[data-theme=light] .message-system .message-time,[data-theme=light] .message-system .message-copy{color:#4b5f84}[data-theme=light] .message-system-prompt{background:#f3f7ff;border-color:#c9d6ea}[data-theme=light] .message-system-prompt .message-role{color:#35507a}[data-theme=light] .system-prompt-toggle{background:#eaf1fd;border-color:#b9c9e3;color:#1f2f4d}[data-theme=light] .system-prompt-toggle:hover{background:#dfeafb;border-color:#9fb4d8}[data-theme=light] .system-prompt-toggle.expanded{border-color:#6f8fc6;color:#1b3563}[data-theme=light] .system-prompt-panel{background:transparent}[data-theme=light] .system-prompt-summary{color:#425a7f}[data-theme=light] .system-prompt-block{border-top-color:#d6e0ef}[data-theme=light] .system-prompt-block-header{color:#1f2f4d}[data-theme=light] .system-prompt-block-meta{color:#526684}[data-theme=light] .system-prompt-block-error{color:#8f1f1b}[data-theme=light] .system-prompt-block-content{background:#f3f7ff;color:#1f2b40}[data-theme=light] .system-prompt-full{border-top-color:#d6e0ef}[data-theme=light] .system-prompt-full summary{color:#334f78}[data-theme=light] .system-prompt-full summary:hover{color:#1f2f4d}[data-theme=light] .system-prompt-full-content{background:#f3f7ff;color:#1f2b40}[data-theme=light] .tool-summary-name{color:#163020}[data-theme=light] .error-banner{background-color:#f443361f}[data-theme=light] .sidebar-resize-handle:after,[data-theme=light] .top-bar,[data-theme=light] .chat-input-container,[data-theme=light] .settings-panel,[data-theme=light] .session-item,[data-theme=light] .message,[data-theme=light] .provider-fieldset,[data-theme=light] .settings-field input:not([type=checkbox]):not([type=radio]),[data-theme=light] .settings-field select,[data-theme=light] .settings-field-select,[data-theme=light] .settings-field textarea,[data-theme=light] .form-group input,[data-theme=light] .form-group select,[data-theme=light] .form-group textarea{border-color:var(--app-border-1)}[data-theme=light] .settings-field input:not([type=checkbox]):not([type=radio]),[data-theme=light] .settings-field select,[data-theme=light] .settings-field-select,[data-theme=light] .settings-field textarea{background:var(--app-bg-3);color:var(--app-text-1)}
