:root{color-scheme:light;--kit-color-bg: #f7f7f8;--kit-color-bg-raised: #ffffff;--kit-color-bg-sunken: #ececee;--kit-color-border: #dcdce0;--kit-color-text: #17171a;--kit-color-text-muted: #5b5b63;--kit-color-accent: #3457d5;--kit-color-accent-text: #ffffff;--kit-color-danger: #c4372b;--kit-color-warning: #b5760a;--kit-color-success: #1c8a4b;--kit-status-pending: #8a8a92;--kit-status-queued: #3457d5;--kit-status-assigned: #7a5cd6;--kit-status-active: #1c8a4b;--kit-status-blocked: #c4372b;--kit-status-onhold: #b5760a;--kit-status-done: #4c4c53;--kit-space-1: 4px;--kit-space-2: 8px;--kit-space-3: 12px;--kit-space-4: 16px;--kit-space-5: 24px;--kit-space-6: 32px;--kit-radius: 8px;--kit-font: system-ui, -apple-system, "Segoe UI", sans-serif;--kit-font-mono: ui-monospace, "SF Mono", Menlo, monospace}:root[data-theme=dark]{color-scheme:dark;--kit-color-bg: #17171a;--kit-color-bg-raised: #1f1f23;--kit-color-bg-sunken: #101012;--kit-color-border: #2f2f35;--kit-color-text: #ececee;--kit-color-text-muted: #9a9aa2;--kit-color-accent: #7b93ff;--kit-color-accent-text: #0c0f1f;--kit-color-danger: #ff6b60;--kit-color-warning: #e0a63c;--kit-color-success: #4fd18a;--kit-status-pending: #9a9aa2;--kit-status-queued: #7b93ff;--kit-status-assigned: #b6a2f7;--kit-status-active: #4fd18a;--kit-status-blocked: #ff6b60;--kit-status-onhold: #e0a63c;--kit-status-done: #b8b8c0}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--kit-color-bg: #17171a;--kit-color-bg-raised: #1f1f23;--kit-color-bg-sunken: #101012;--kit-color-border: #2f2f35;--kit-color-text: #ececee;--kit-color-text-muted: #9a9aa2;--kit-color-accent: #7b93ff;--kit-color-accent-text: #0c0f1f;--kit-color-danger: #ff6b60;--kit-color-warning: #e0a63c;--kit-color-success: #4fd18a;--kit-status-pending: #9a9aa2;--kit-status-queued: #7b93ff;--kit-status-assigned: #b6a2f7;--kit-status-active: #4fd18a;--kit-status-blocked: #ff6b60;--kit-status-onhold: #e0a63c;--kit-status-done: #b8b8c0}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--kit-color-bg);color:var(--kit-color-text);font-family:var(--kit-font)}#app{min-height:100vh;display:flex;flex-direction:column}a{color:var(--kit-color-accent)}button{font-family:inherit;font-size:inherit;border-radius:var(--kit-radius);border:1px solid var(--kit-color-border);background:var(--kit-color-bg-raised);color:var(--kit-color-text);padding:var(--kit-space-2) var(--kit-space-3);cursor:pointer}button:hover{border-color:var(--kit-color-accent)}button.primary{background:var(--kit-color-accent);color:var(--kit-color-accent-text);border-color:var(--kit-color-accent)}input,select,textarea{font-family:inherit;font-size:inherit;border-radius:var(--kit-radius);border:1px solid var(--kit-color-border);background:var(--kit-color-bg-raised);color:var(--kit-color-text);padding:var(--kit-space-2) var(--kit-space-3)}.card{background:var(--kit-color-bg-raised);border:1px solid var(--kit-color-border);border-radius:var(--kit-radius);padding:var(--kit-space-4)}.muted{color:var(--kit-color-text-muted)}.error{color:var(--kit-color-danger)}textarea{resize:vertical}button.danger{color:var(--kit-color-danger);border-color:var(--kit-color-danger)}.board{display:grid;grid-template-columns:1fr;gap:var(--kit-space-4);padding:var(--kit-space-4)}@media(min-width:640px){.board{grid-template-columns:repeat(2,1fr)}.board-focus{grid-column:1 / -1}}.board-focus{display:flex;flex-direction:column;gap:var(--kit-space-4);min-width:0}@media(min-width:1100px){.board{grid-template-columns:repeat(3,1fr);grid-template-areas:"agents tasks tasks" "messages tasks tasks" "decisions reports reports"}.board:has(.board-focus){grid-template-areas:"agents focus focus" "messages focus focus" "decisions tasks tasks" "reports tasks tasks"}.panel-agents{grid-area:agents}.board-focus{grid-area:focus}.panel-tasks{grid-area:tasks}.panel-messages{grid-area:messages}.panel-decisions{grid-area:decisions}.panel-reports{grid-area:reports}}.task-columns{display:grid;grid-template-columns:1fr;gap:var(--kit-space-3)}@media(min-width:480px){.task-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px)and (max-width:1099px){.task-columns{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1100px){.task-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}.login-screen.svelte-17ai54c{flex:1;display:flex;align-items:center;justify-content:center;padding:var(--kit-space-4)}.login-card.svelte-17ai54c{width:100%;max-width:360px;display:flex;flex-direction:column;gap:var(--kit-space-3)}h1.svelte-17ai54c{margin:0}.error.svelte-17ai54c{color:var(--kit-color-danger);margin:0}.project-list.svelte-1tllmm0{padding:var(--kit-space-5);max-width:640px;margin:0 auto;width:100%}ul.svelte-1tllmm0{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--kit-space-2)}.project-row.svelte-1tllmm0{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left}.project-id.svelte-1tllmm0{font-family:var(--kit-font-mono);font-weight:600}.error.svelte-1tllmm0{color:var(--kit-color-danger)}.app-header.svelte-1elxaub{display:flex;align-items:center;gap:var(--kit-space-3);padding:var(--kit-space-3) var(--kit-space-4);border-bottom:1px solid var(--kit-color-border);background:var(--kit-color-bg-raised);flex-wrap:wrap}.brand.svelte-1elxaub{font-weight:700;border:none;background:none;padding:0;font-size:1.1em}.spacer.svelte-1elxaub{flex:1}.pwa-links.svelte-1elxaub{display:none;gap:var(--kit-space-1)}@media(min-width:900px){.pwa-links.svelte-1elxaub{display:inline-flex}}.pwa-links.svelte-1elxaub button:where(.svelte-1elxaub){border:none;background:none;color:var(--kit-color-text-muted);padding:var(--kit-space-1) var(--kit-space-2)}.pwa-links.svelte-1elxaub button.active:where(.svelte-1elxaub){color:var(--kit-color-accent)}.count.svelte-1elxaub{margin-left:4px;padding:0 6px;border-radius:999px;background:var(--kit-color-danger);color:#fff;font-size:.75em}.actor.svelte-1elxaub{display:inline-flex;align-items:center;gap:var(--kit-space-1);font-size:.85em}.actor.svelte-1elxaub input:where(.svelte-1elxaub){width:7em;padding:var(--kit-space-1) var(--kit-space-2)}.live-indicator.svelte-1elxaub{display:inline-flex;align-items:center;gap:var(--kit-space-1);font-size:.85em;color:var(--kit-color-text-muted)}.dot.svelte-1elxaub{width:8px;height:8px;border-radius:50%;background:var(--kit-color-text-muted)}.live-indicator.live.svelte-1elxaub .dot:where(.svelte-1elxaub){background:var(--kit-color-success)}.live-indicator.reconnecting.svelte-1elxaub .dot:where(.svelte-1elxaub){background:var(--kit-color-warning);animation:svelte-1elxaub-pulse 1.2s ease-in-out infinite}@keyframes svelte-1elxaub-pulse{0%,to{opacity:1}50%{opacity:.3}}.hire-form.svelte-bpkyuk{display:flex;flex-direction:column;gap:var(--kit-space-2);padding:var(--kit-space-2);border-radius:var(--kit-radius);background:var(--kit-color-bg-sunken)}label.svelte-bpkyuk{display:flex;flex-direction:column;gap:2px;font-size:.85em}.hire-actions.svelte-bpkyuk{display:flex;justify-content:flex-end;gap:var(--kit-space-2)}h2.svelte-1xqm3w4{margin:0}.panel-head.svelte-1xqm3w4{display:flex;flex-direction:column;gap:var(--kit-space-2);margin-bottom:var(--kit-space-3)}.agent-list.svelte-1xqm3w4{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--kit-space-2)}.agent-row.svelte-1xqm3w4{display:flex;flex-direction:column;gap:var(--kit-space-2);padding:var(--kit-space-2);border-radius:var(--kit-radius);background:var(--kit-color-bg-sunken)}.agent-line.svelte-1xqm3w4{display:flex;align-items:center;gap:var(--kit-space-2)}.agent-main.svelte-1xqm3w4{display:flex;flex-direction:column;flex:1;min-width:0}.agent-address.svelte-1xqm3w4{font-family:var(--kit-font-mono);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-role.svelte-1xqm3w4,.agent-status.svelte-1xqm3w4{font-size:.85em}.agent-actions.svelte-1xqm3w4{display:flex;gap:var(--kit-space-2);flex-wrap:wrap}.agent-actions.svelte-1xqm3w4 button:where(.svelte-1xqm3w4){padding:var(--kit-space-1) var(--kit-space-2);font-size:.85em}.agent-actions.svelte-1xqm3w4 button.active:where(.svelte-1xqm3w4){border-color:var(--kit-color-accent);color:var(--kit-color-accent)}.instruct-form.svelte-1xqm3w4{display:flex;flex-direction:column;gap:var(--kit-space-2)}.agent-error.svelte-1xqm3w4{margin:0;font-size:.85em}.status-dot.svelte-1xqm3w4{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--kit-status-pending)}.status-idle.svelte-1xqm3w4{background:var(--kit-status-active)}.status-working.svelte-1xqm3w4{background:var(--kit-status-queued)}.status-starting.svelte-1xqm3w4{background:var(--kit-status-onhold)}.status-stopped.svelte-1xqm3w4{background:var(--kit-status-done)}h2.svelte-1a9ldsg{margin:0 0 var(--kit-space-3)}h3.svelte-1a9ldsg{margin:0 0 var(--kit-space-2);font-size:.85em;text-transform:uppercase;letter-spacing:.03em;color:var(--kit-color-text-muted)}.task-column.svelte-1a9ldsg ul:where(.svelte-1a9ldsg){list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--kit-space-2)}.task-card.svelte-1a9ldsg{display:flex;flex-direction:column;gap:2px;padding:var(--kit-space-2);border-radius:var(--kit-radius);background:var(--kit-color-bg-sunken)}.task-title.svelte-1a9ldsg{font-size:.9em}.task-assignee.svelte-1a9ldsg{font-size:.8em;font-family:var(--kit-font-mono)}h2.svelte-1juuppi{margin:0 0 var(--kit-space-3)}.filter-chips.svelte-1juuppi{display:flex;flex-wrap:wrap;gap:var(--kit-space-1);margin-bottom:var(--kit-space-3)}.chip.svelte-1juuppi{padding:2px var(--kit-space-2);font-size:.8em;border-radius:999px}.chip.active.svelte-1juuppi{background:var(--kit-color-accent);color:var(--kit-color-accent-text);border-color:var(--kit-color-accent)}.message-list.svelte-1juuppi{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--kit-space-2);max-height:360px;overflow-y:auto}.message-row.svelte-1juuppi{padding:var(--kit-space-2);border-radius:var(--kit-radius);background:var(--kit-color-bg-sunken)}.message-meta.svelte-1juuppi{display:flex;justify-content:space-between;font-size:.8em;margin-bottom:2px}.message-parties.svelte-1juuppi{font-family:var(--kit-font-mono)}.message-body.svelte-1juuppi{margin:0;font-size:.9em;white-space:pre-wrap;word-break:break-word}.decision-card.svelte-srir5w{padding:var(--kit-space-2);border-radius:var(--kit-radius);background:var(--kit-color-bg-sunken);border-left:3px solid transparent}.decision-card.pending.svelte-srir5w{border-left-color:var(--kit-color-warning)}.decision-meta.svelte-srir5w{display:flex;justify-content:space-between;gap:var(--kit-space-2);font-size:.8em;margin-bottom:var(--kit-space-1)}.badge.svelte-srir5w{text-transform:uppercase;font-size:.75em;letter-spacing:.03em}.decision-question.svelte-srir5w{margin:0 0 var(--kit-space-1);font-size:.9em;white-space:pre-wrap}.compact.svelte-srir5w .decision-question:where(.svelte-srir5w){font-size:1em}.chip.svelte-srir5w{display:inline-block;padding:1px var(--kit-space-2);margin:2px 4px 0 0;border-radius:999px;border:1px solid var(--kit-color-border);font-size:.75em;background:none;color:inherit}.compact.svelte-srir5w .chip:where(.svelte-srir5w){font-size:.9em;padding:var(--kit-space-1) var(--kit-space-3)}.chip.picked.svelte-srir5w{border-color:var(--kit-color-success);color:var(--kit-color-success)}.answer-options.svelte-srir5w{display:flex;flex-wrap:wrap}.answer-free.svelte-srir5w{display:flex;gap:var(--kit-space-2);margin-top:var(--kit-space-2)}.answer-free.svelte-srir5w input:where(.svelte-srir5w){flex:1;min-width:0;padding:var(--kit-space-1) var(--kit-space-2);font-size:.85em}.answer-free.svelte-srir5w button:where(.svelte-srir5w),.answer-form.svelte-srir5w button[type=submit]:where(.svelte-srir5w){padding:var(--kit-space-1) var(--kit-space-2);font-size:.85em}.answer-form.svelte-srir5w{display:flex;flex-direction:column;gap:var(--kit-space-2);margin-top:var(--kit-space-2)}.field.svelte-srir5w{display:flex;flex-direction:column;gap:2px;font-size:.85em}.field.missing.svelte-srir5w .field-label:where(.svelte-srir5w){color:var(--kit-color-danger)}.field.svelte-srir5w input:where(.svelte-srir5w),.field.svelte-srir5w select:where(.svelte-srir5w),.field.svelte-srir5w textarea:where(.svelte-srir5w){padding:var(--kit-space-1) var(--kit-space-2);font-size:1em}.field.svelte-srir5w input[type=checkbox]:where(.svelte-srir5w){width:1.2em;height:1.2em}.range.svelte-srir5w{display:flex;align-items:center;gap:var(--kit-space-2)}.range.svelte-srir5w input:where(.svelte-srir5w){flex:1}.multi.svelte-srir5w{display:flex;flex-wrap:wrap}.answer-error.svelte-srir5w,.decision-answer.svelte-srir5w{margin:var(--kit-space-1) 0 0;font-size:.8em;white-space:pre-wrap}h2.svelte-1c7l9n1{margin:0 0 var(--kit-space-3)}.decision-list.svelte-1c7l9n1{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--kit-space-2)}.diff-view.svelte-72af6i{font-family:var(--font-mono);font-size:12px;line-height:1.5;overflow-x:auto;border-top:1px solid var(--border-muted);padding:4px 0;max-height:400px;overflow-y:auto}.diff-line.svelte-72af6i{padding:0 14px;white-space:pre}.diff-hunk.svelte-72af6i{color:var(--accent-blue, #58a6ff);background:color-mix(in srgb,var(--accent-blue, #58a6ff) 8%,transparent);padding:2px 14px;margin:2px 0}.diff-file.svelte-72af6i{color:var(--text-primary);font-weight:600}.diff-add.svelte-72af6i{color:var(--accent-green, #3fb950);background:color-mix(in srgb,var(--accent-green, #3fb950) 10%,transparent)}.diff-del.svelte-72af6i{color:var(--accent-red, #f85149);background:color-mix(in srgb,var(--accent-red, #f85149) 10%,transparent)}.diff-ctx.svelte-72af6i{color:var(--text-muted)}:root{--accent-amber: #b7791f;--accent-blue: var(--kit-color-accent);--accent-green: var(--kit-color-success);--accent-red: var(--kit-color-danger);--tool-bg: #fffbf0;--text-primary: var(--kit-color-text);--text-secondary: var(--kit-color-text);--text-muted: var(--kit-color-text-muted);--bg-surface-hover: var(--kit-color-bg-sunken);--bg-inset: var(--kit-color-bg-sunken);--border-muted: var(--kit-color-border);--radius-sm: 4px;--font-mono: var(--kit-font-mono)}:root[data-theme=dark]{--accent-amber: #e0a63c;--tool-bg: #1a1508}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--accent-amber: #e0a63c;--tool-bg: #1a1508}}.artifacts.svelte-1winqr1{display:flex;flex-direction:column;gap:var(--kit-space-2);margin-top:var(--kit-space-2)}.artifact.svelte-1winqr1{margin:0;border:1px solid var(--kit-color-border);border-radius:var(--kit-radius);overflow:hidden;background:var(--kit-color-bg-raised)}figcaption.svelte-1winqr1{font-family:var(--kit-font-mono);font-size:.75em;padding:var(--kit-space-1) var(--kit-space-2);border-bottom:1px solid var(--kit-color-border)}img.svelte-1winqr1{display:block;max-width:100%;max-height:360px;margin:0 auto}p.svelte-1winqr1{margin:0;padding:var(--kit-space-2);font-size:.85em}h2.svelte-1l5xsf1{margin:0 0 var(--kit-space-3)}.report-list.svelte-1l5xsf1{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--kit-space-2);max-height:360px;overflow-y:auto}.report-row.svelte-1l5xsf1{padding:var(--kit-space-2);border-radius:var(--kit-radius);background:var(--kit-color-bg-sunken)}.report-meta.svelte-1l5xsf1{display:flex;flex-wrap:wrap;gap:var(--kit-space-2);align-items:center;font-size:.8em;margin-bottom:2px}.agent.svelte-1l5xsf1{font-family:var(--kit-font-mono);font-weight:600}.badge.svelte-1l5xsf1{text-transform:uppercase;font-size:.85em;color:var(--kit-color-text-muted)}.report-body.svelte-1l5xsf1{margin:0;font-size:.9em;white-space:pre-wrap;word-break:break-word}.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;inset:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;inset:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}h2.svelte-grn74a{margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.terminal-head.svelte-grn74a{display:flex;align-items:center;gap:var(--kit-space-3);margin-bottom:var(--kit-space-3)}.terminal-address.svelte-grn74a{font-family:var(--kit-font-mono);font-weight:400;font-size:.85em}.terminal-status.svelte-grn74a{font-size:.85em}.terminal-host.svelte-grn74a{height:420px;background:#000;border-radius:var(--kit-radius);padding:var(--kit-space-1)}.terminal-host.svelte-grn74a .xterm{height:100%}.tool-block.svelte-12yaklh{border-left:2px solid var(--accent-amber);background:var(--tool-bg);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:0}.tool-header-row.svelte-12yaklh{display:flex;align-items:center;min-width:0}.tool-header.svelte-12yaklh{display:flex;align-items:center;gap:6px;padding:6px 10px;width:100%;text-align:left;font-size:12px;color:var(--text-secondary);min-width:0;border:none;background:none;border-radius:0 var(--radius-sm) var(--radius-sm) 0;transition:background .1s;-webkit-user-select:text;user-select:text;flex:1 1 auto}.tool-header.svelte-12yaklh:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.tool-chevron.svelte-12yaklh{display:inline-flex;align-items:center;justify-content:center;width:10px;transition:transform .15s;flex-shrink:0;color:var(--text-muted);font-weight:700}.tool-chevron.open.svelte-12yaklh{transform:rotate(90deg)}.tool-label.svelte-12yaklh{font-family:var(--font-mono);font-weight:500;font-size:11px;color:var(--accent-amber);white-space:nowrap;flex-shrink:0}.tool-preview.svelte-12yaklh{font-family:var(--font-mono);font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.tool-duration.svelte-12yaklh{font-family:var(--font-mono);font-size:10px;color:var(--text-muted);padding:2px 7px;background:color-mix(in srgb,var(--text-primary) 4%,transparent);border:1px solid color-mix(in srgb,var(--text-primary) 4%,transparent);border-radius:var(--radius-sm);flex-shrink:0;margin-left:auto}.tool-content.svelte-12yaklh{padding:8px 14px 10px;font-family:var(--font-mono);font-size:12px;color:var(--text-secondary);line-height:1.5;overflow-x:auto;border-top:1px solid var(--border-muted);margin:0;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto}h2.svelte-190evlk{margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transcript-head.svelte-190evlk{display:flex;align-items:center;gap:var(--kit-space-3);margin-bottom:var(--kit-space-3)}.transcript-address.svelte-190evlk{font-family:var(--kit-font-mono);font-weight:400;font-size:.85em}.transcript-status.svelte-190evlk{font-size:.85em}.transcript-scroll.svelte-190evlk{height:420px;overflow-y:auto;display:flex;flex-direction:column;gap:var(--kit-space-2);padding-right:var(--kit-space-1)}.text-block.svelte-190evlk{display:flex;flex-direction:column;gap:2px;padding:var(--kit-space-1) var(--kit-space-2);border-radius:var(--kit-radius);background:var(--kit-color-bg-sunken)}.text-time.svelte-190evlk{font-size:.75em;font-family:var(--kit-font-mono)}.text-body.svelte-190evlk{margin:0;font-family:var(--kit-font-mono);font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.board-status.svelte-wha3q9{padding:var(--kit-space-5)}.pwa-shell.svelte-1mqfd9a{display:flex;flex-direction:column;flex:1;min-height:0}.pwa-screen.svelte-1mqfd9a{flex:1;min-height:0;display:flex;flex-direction:column}.bottom-nav.svelte-1mqfd9a{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--kit-color-border);background:var(--kit-color-bg-raised);padding-bottom:env(safe-area-inset-bottom);position:sticky;bottom:0;z-index:5}.nav-item.svelte-1mqfd9a{display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--kit-space-2) 0;border:none;border-radius:0;background:none;color:var(--kit-color-text-muted);font-size:.7em}.nav-item.active.svelte-1mqfd9a{color:var(--kit-color-accent)}.glyph.svelte-1mqfd9a{position:relative;display:inline-flex}.nav-badge.svelte-1mqfd9a{position:absolute;top:-6px;right:-12px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--kit-color-danger);color:#fff;font-size:.85em;line-height:16px;text-align:center}@media(min-width:900px){.bottom-nav.svelte-1mqfd9a{display:none}}.bubble-row.svelte-1e5n1dp{display:flex;justify-content:flex-start;padding:2px var(--kit-space-3)}.bubble-row.mine.svelte-1e5n1dp{justify-content:flex-end}.bubble.svelte-1e5n1dp{max-width:min(85%,640px);padding:var(--kit-space-2) var(--kit-space-3);border-radius:16px;background:var(--kit-color-bg-raised);border:1px solid var(--kit-color-border);word-break:break-word}.mine.svelte-1e5n1dp .bubble:where(.svelte-1e5n1dp){background:var(--kit-color-accent);color:var(--kit-color-accent-text);border-color:var(--kit-color-accent)}.mine.svelte-1e5n1dp .bubble:where(.svelte-1e5n1dp) .muted:where(.svelte-1e5n1dp){color:inherit;opacity:.75}.bubble.pending.svelte-1e5n1dp{opacity:.6}.bubble.failed.svelte-1e5n1dp{border-color:var(--kit-color-danger)}.bubble-text.svelte-1e5n1dp{margin:0;white-space:pre-wrap}.bubble-text.markdown.svelte-1e5n1dp{white-space:normal}.bubble-text.markdown.svelte-1e5n1dp p{margin:0 0 var(--kit-space-2)}.bubble-text.markdown.svelte-1e5n1dp p:last-child{margin-bottom:0}.bubble-text.markdown.svelte-1e5n1dp pre{overflow-x:auto;padding:var(--kit-space-2);border-radius:var(--kit-radius);background:var(--kit-color-bg-sunken);font-family:var(--kit-font-mono);font-size:.85em}.bubble-text.markdown.svelte-1e5n1dp code{font-family:var(--kit-font-mono);font-size:.9em}.bubble-text.markdown.svelte-1e5n1dp img{max-width:100%;border-radius:var(--kit-radius)}.bubble-meta.svelte-1e5n1dp{margin-top:2px;font-size:.7em;text-align:right;display:flex;gap:var(--kit-space-2);justify-content:flex-end;align-items:center}.retract.svelte-1e5n1dp{padding:0 var(--kit-space-1);font-size:1em}.composer.svelte-60fagq{border-top:1px solid var(--kit-color-border);background:var(--kit-color-bg-raised);padding:var(--kit-space-2) var(--kit-space-3)}.composer-row.svelte-60fagq{display:flex;align-items:flex-end;gap:var(--kit-space-2)}textarea.svelte-60fagq{flex:1;min-width:0;max-height:8em;resize:none;padding:var(--kit-space-2) var(--kit-space-3);font-size:16px}.send.svelte-60fagq{padding:var(--kit-space-2);display:inline-flex;border-radius:50%}.composer-error.svelte-60fagq{margin:0 0 var(--kit-space-1);font-size:.8em}.chat.svelte-may7r9{display:flex;flex-direction:column;flex:1;min-height:0}.chat-log.svelte-may7r9{flex:1;min-height:0;overflow-y:auto;padding:var(--kit-space-3) 0;display:flex;flex-direction:column;gap:var(--kit-space-1)}.chat-status.svelte-may7r9{text-align:center;padding:var(--kit-space-4);margin:0}.inline-decision.svelte-may7r9{padding:var(--kit-space-1) var(--kit-space-3);max-width:min(95%,720px)}.decisions-screen.svelte-b4cr3q{flex:1;overflow-y:auto;padding:var(--kit-space-3)}h2.svelte-b4cr3q{margin:0 0 var(--kit-space-3)}.empty.svelte-b4cr3q{text-align:center;padding:var(--kit-space-5) 0}.decision-list.svelte-b4cr3q{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--kit-space-2)}.toggle.svelte-b4cr3q{margin:var(--kit-space-4) 0 var(--kit-space-2);font-size:.85em}.settled.svelte-b4cr3q{opacity:.8}.settings.svelte-ozb5fk{flex:1;overflow-y:auto;padding:var(--kit-space-3);display:flex;flex-direction:column;gap:var(--kit-space-3)}h2.svelte-ozb5fk{margin:0}.row.svelte-ozb5fk{display:flex;align-items:center;justify-content:space-between;gap:var(--kit-space-3)}.row.svelte-ozb5fk p:where(.svelte-ozb5fk){margin:2px 0 0;font-size:.85em}.row.svelte-ozb5fk input:where(.svelte-ozb5fk){width:9em}.app-status.svelte-1n46o8q{padding:var(--kit-space-5)}
