.chat-segments{gap:var(--chat-gap-sm,8px);flex-direction:column;display:flex}.chat-md{font-size:var(--chat-font-size,14px);line-height:var(--chat-line-height,1.55);color:var(--chat-fg,#1a1a1a)}.chat-md>:first-child{margin-top:0}.chat-md>:last-child{margin-bottom:0}.chat-md p{margin:0 0 .7em}.chat-md h1,.chat-md h2,.chat-md h3,.chat-md h4{margin:1.1em 0 .5em;font-weight:600;line-height:1.3}.chat-md h1{font-size:1.4em}.chat-md h2{font-size:1.25em}.chat-md h3{font-size:1.1em}.chat-md ul,.chat-md ol{margin:0 0 .7em;padding-left:1.4em}.chat-md li{margin:.2em 0}.chat-md a{color:var(--chat-accent,#6b4eff);text-decoration:underline}.chat-md blockquote{border-left:3px solid var(--chat-border,#e5e7eb);color:var(--chat-fg-muted,#6b7280);margin:0 0 .7em;padding:.2em 0 .2em .9em}.chat-md hr{border:none;border-top:1px solid var(--chat-border,#e5e7eb);margin:1em 0}.chat-md code{font-family:var(--chat-font-mono,monospace);background:var(--chat-surface-raised,#f3f4f6);border-radius:4px;padding:.12em .36em;font-size:.9em}.chat-md pre{color:#e6e6e6;border-radius:var(--chat-radius-md,10px);background:#0f1117;margin:0 0 .7em;padding:12px 14px;font-size:12.5px;line-height:1.5;overflow-x:auto}.chat-md pre code{font-size:inherit;color:inherit;background:0 0;padding:0}.chat-md table{border-collapse:collapse;width:100%;margin:.2em 0 .9em;font-size:.92em;line-height:1.4}.chat-md th,.chat-md td{text-align:left;vertical-align:top;border-bottom:1px solid var(--chat-border,#e5e7eb);padding:6px 14px 6px 0}.chat-md th:last-child,.chat-md td:last-child{padding-right:0}.chat-md thead th{color:var(--chat-fg,#1a1a1a);border-bottom:1.5px solid var(--chat-fg-muted,#9aa1ab);white-space:nowrap;font-weight:600}.chat-md tbody tr:last-child td{border-bottom:none}.chat-md .hljs-comment,.chat-md .hljs-quote{color:#7c8190;font-style:italic}.chat-md .hljs-keyword,.chat-md .hljs-selector-tag,.chat-md .hljs-built_in{color:#c792ea}.chat-md .hljs-string,.chat-md .hljs-attr,.chat-md .hljs-template-string{color:#c3e88d}.chat-md .hljs-number,.chat-md .hljs-literal{color:#f78c6c}.chat-md .hljs-title,.chat-md .hljs-function .hljs-title,.chat-md .hljs-section{color:#82aaff}.chat-md .hljs-type,.chat-md .hljs-class .hljs-title{color:#ffcb6b}.chat-md .hljs-tag,.chat-md .hljs-name{color:#f07178}.chat-md .hljs-attribute,.chat-md .hljs-variable{color:#ffcb6b}.chat-md .hljs-emphasis{font-style:italic}.chat-md .hljs-strong{font-weight:700}.chat-tool-chip{text-align:left;width:100%;font:inherit;color:var(--chat-fg-muted,#6b7280);cursor:default;background:0 0;border:0;align-items:center;gap:7px;margin:2px 0;padding:1px 0;font-size:12px;line-height:1.5;display:flex}.chat-tool-chip.is-expandable{cursor:pointer}.chat-tool-chip-wrap{width:100%}.chat-tool-chip.is-running{color:var(--chat-fg,#374151)}.chat-tool-chip.is-done{color:var(--chat-fg-muted,#6b7280)}.chat-tool-chip.is-error{color:var(--chat-tool-error,#dc2626)}.chat-tool-chip.is-pending{color:var(--chat-approval,#d97706)}.chat-tool-chip-icon{opacity:.9;flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;font-size:11px;display:inline-flex}.chat-tool-chip.is-done .chat-tool-chip-icon{color:var(--chat-tool-done,#16a34a)}.chat-tool-chip.is-error .chat-tool-chip-icon{color:var(--chat-tool-error,#dc2626)}.chat-tool-chip-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.chat-tool-chip-time{color:var(--chat-fg-faint,#9ca3af);font-variant-numeric:tabular-nums;flex-shrink:0;margin-left:auto;font-size:11px}.chat-tool-chip-error{text-overflow:ellipsis;white-space:nowrap;opacity:.85;min-width:0;font-style:italic;overflow:hidden}.chat-tool-chip-chevron{opacity:.55;flex-shrink:0;margin-left:6px;font-size:13px;transition:transform .15s}.chat-tool-chip-chevron.open{transform:rotate(90deg)}.chat-tool-chip-io{border-left:2px solid var(--chat-border,#e5e7eb);flex-direction:column;gap:6px;margin:1px 0 6px 19px;padding-left:8px;display:flex}.chat-tool-chip-io-block{flex-direction:column;gap:2px;display:flex}.chat-tool-chip-io-label{text-transform:uppercase;letter-spacing:.04em;color:var(--chat-fg-faint,#9ca3af);font-size:10.5px}.chat-tool-chip-io pre{background:var(--chat-code-bg,#f6f7f9);max-height:220px;color:var(--chat-fg,#374151);white-space:pre-wrap;word-break:break-word;border-radius:6px;margin:0;padding:6px 8px;font-size:11px;line-height:1.45;overflow:auto}.chat-tool-chip-error:before{content:"— "}.chat-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:10px;height:10px;animation:.7s linear infinite chat-spin}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-tool-card{border:1px solid var(--chat-border,#e5e7eb);border-radius:var(--chat-radius-md,10px);padding:var(--chat-gap-sm,8px) var(--chat-gap-md,12px);margin:var(--chat-gap-xs,4px) 0;background:var(--chat-surface-raised,#f9fafb);font-size:13px}.chat-tool-card-head{align-items:center;gap:var(--chat-gap-sm,8px);display:flex}.chat-tool-card-dot{background:var(--chat-fg-muted,#6b7280);border-radius:50%;width:8px;height:8px}.chat-tool-card.is-running .chat-tool-card-dot{background:var(--chat-tool-running,#2563eb)}.chat-tool-card.is-done .chat-tool-card-dot{background:var(--chat-tool-done,#16a34a)}.chat-tool-card.is-error .chat-tool-card-dot{background:var(--chat-tool-error,#dc2626)}.chat-tool-card-name{font-family:var(--chat-font-mono,monospace);font-weight:600}.chat-tool-card-time{color:var(--chat-fg-muted,#6b7280);margin-left:auto;font-size:11px}.chat-tool-card-progress,.chat-tool-card-error{margin-top:6px;font-size:12px}.chat-tool-card-error{color:var(--chat-tool-error,#dc2626)}.chat-tool-card-steps{margin:6px 0 0;padding-left:16px;font-size:12px}.chat-tool-card-steps .is-failed{color:var(--chat-tool-error,#dc2626)}.chat-step-time{color:var(--chat-fg-muted,#6b7280);margin-left:6px}.chat-tool-card-io{margin-top:6px}.chat-tool-card-io>summary{cursor:pointer;color:var(--chat-fg-muted,#6b7280);font-size:12px}.chat-tool-card-io pre{border-radius:var(--chat-radius-sm,6px);background:var(--chat-bg,#fff);border:1px solid var(--chat-border,#e5e7eb);max-height:240px;padding:8px;font-size:12px;overflow:auto}.chat-tool-group{border:1px solid var(--chat-border,#e5e7eb);border-radius:var(--chat-radius-md,10px);margin:var(--chat-gap-xs,4px) 0}.chat-tool-group-head{align-items:center;gap:var(--chat-gap-sm,8px);width:100%;padding:var(--chat-gap-sm,8px) var(--chat-gap-md,12px);cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;display:flex}.chat-tool-group-dot{background:var(--chat-fg-muted,#6b7280);border-radius:50%;width:8px;height:8px}.chat-tool-group.is-running .chat-tool-group-dot{background:var(--chat-tool-running,#2563eb)}.chat-tool-group.is-error .chat-tool-group-dot{background:var(--chat-tool-error,#dc2626)}.chat-tool-group-toggle{margin-left:auto}.chat-tool-group-body{padding:0 var(--chat-gap-md,12px) var(--chat-gap-sm,8px)}.chat-approval-item{border:1px solid var(--chat-approval,#d97706);border-radius:var(--chat-radius-md,10px);padding:var(--chat-gap-md,12px);margin:var(--chat-gap-sm,8px) 0;background:var(--chat-approval-bg,#fffbeb)}.chat-approval-head{align-items:baseline;gap:var(--chat-gap-sm,8px);display:flex}.chat-approval-label{font-weight:600}.chat-approval-tool{font-family:var(--chat-font-mono,monospace);font-size:12px}.chat-approval-input{max-height:160px;margin:8px 0;font-size:12px;overflow:auto}.chat-approval-actions{justify-content:flex-end;gap:var(--chat-gap-sm,8px);display:flex}.chat-approval-actions button{border-radius:var(--chat-radius-sm,6px);border:1px solid var(--chat-border,#e5e7eb);cursor:pointer;padding:5px 14px}.chat-approval-approve{background:var(--chat-accent,#6b4eff);color:var(--chat-accent-fg,#fff);border-color:#0000}.chat-app-host{border:1px dashed var(--chat-border,#e5e7eb);border-radius:var(--chat-radius-md,10px);padding:var(--chat-gap-md,12px);margin:var(--chat-gap-xs,4px) 0;background:var(--chat-surface-raised,#f9fafb)}.chat-app-host-head{align-items:center;gap:var(--chat-gap-sm,8px);display:flex}.chat-app-host-badge{background:var(--chat-accent,#6b4eff);color:var(--chat-accent-fg,#fff);border-radius:4px;padding:1px 6px;font-size:11px;font-weight:700}.chat-app-host-uri{font-family:var(--chat-font-mono,monospace);color:var(--chat-fg-muted,#6b7280);font-size:12px}.chat-app-host-body{color:var(--chat-fg-muted,#6b7280);margin-top:8px;font-size:12px}.chat-scroll-to-latest{border:1px solid var(--chat-border,#e5e7eb);background:var(--chat-bg,#fff);width:34px;height:34px;color:var(--chat-fg,#1a1a1a);cursor:pointer;z-index:2;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000001f}.chat-scroll-to-latest:hover{background:var(--chat-surface-raised,#f9fafb)}.chat-composer{gap:var(--chat-gap-sm,8px);align-items:flex-end;display:flex}.chat-composer-input{resize:none;padding:var(--chat-gap-sm,8px) var(--chat-gap-md,12px);border:1px solid var(--chat-border,#e5e7eb);border-radius:var(--chat-radius-md,10px);font:inherit;font-size:var(--chat-font-size,14px);flex:1}.chat-composer-send{border-radius:var(--chat-radius-md,10px);background:var(--chat-accent,#6b4eff);color:var(--chat-accent-fg,#fff);cursor:pointer;border:none;padding:8px 16px}.chat-composer-send:disabled{opacity:.5;cursor:default}.chat-composer-stop{border-radius:var(--chat-radius-md,10px);border:1px solid var(--chat-border,#e5e7eb);background:var(--chat-bg,#fff);color:var(--chat-fg,#1a1a1a);cursor:pointer;padding:8px 16px}.chat-message-list{gap:var(--chat-gap-lg,20px);flex-direction:column;display:flex}.chat-message.is-user .chat-message-text{white-space:pre-wrap}.chat-debug{font-size:12px;font-family:var(--chat-font-mono,monospace)}.chat-debug-row{justify-content:space-between;padding:2px 0;display:flex}.chat-debug-sys pre{white-space:pre-wrap;max-height:200px;overflow:auto}.chat-tool-reasoning{border-left:2px solid var(--chat-border,#e5e7eb);color:var(--chat-fg-muted,#6b7280);white-space:pre-wrap;margin:6px 0;padding-left:8px;font-size:12px;font-style:italic}.chat-tool-tasks{flex-direction:column;gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}.chat-tool-task{border-left:2px solid var(--chat-border,#e5e7eb);padding-left:8px}.chat-tool-task.is-running{border-left-color:var(--chat-tool-running,#2563eb)}.chat-tool-task.is-completed{border-left-color:var(--chat-tool-done,#16a34a)}.chat-tool-task.is-failed{border-left-color:var(--chat-tool-error,#dc2626)}.chat-tool-task-head{align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.chat-tool-task-dot{opacity:.5;background:currentColor;border-radius:50%;width:6px;height:6px}.chat-tool-task-count{color:var(--chat-fg-muted,#6b7280);margin-left:auto;font-size:11px;font-weight:400}.chat-tool-steps{margin:4px 0 0;padding:0;list-style:none}.chat-tool-step{font-size:12px}.chat-tool-step-head{cursor:pointer;width:100%;color:inherit;text-align:left;font:inherit;background:0 0;border:0;align-items:center;gap:6px;padding:2px 0;display:flex}.chat-tool-step-head:disabled{cursor:default}.chat-tool-step-name{flex:1}.chat-tool-step.is-failed .chat-tool-step-name{color:var(--chat-tool-error,#dc2626)}.chat-tool-step-io{padding:4px 0 4px 12px}.chat-tool-step-io pre{color:#e6e6e6;background:#0f1117;border-radius:8px;max-height:220px;margin:2px 0;padding:8px 10px;font-size:11px;overflow:auto}.chat-tool-writer{color:var(--chat-fg-muted,#6b7280);margin-top:6px;font-size:12px}.chat-debug-stats{gap:16px;padding:2px 0 8px;display:flex}.chat-debug-stat{flex-direction:column;display:flex}.chat-debug-stat>span{color:var(--chat-fg-muted,#6b7280);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.chat-debug-stat>strong{font-size:13px}.chat-debug-modelline{color:var(--chat-fg-muted,#6b7280);margin:0 0 6px;font-size:11px}.chat-debug-ctxbar{background:var(--chat-border,#e5e7eb);border-radius:3px;height:5px;margin:0 0 8px;overflow:hidden}.chat-debug-ctxbar-fill{background:var(--chat-accent,#6b4eff);height:100%}.chat-debug-timeline{border-top:1px solid var(--chat-border,#e5e7eb);flex-direction:column;gap:8px;margin-top:8px;padding-top:8px;display:flex}.chat-debug-msg-head{align-items:center;gap:8px;display:flex}.chat-debug-role{text-transform:capitalize;font-weight:600}.chat-debug-model,.chat-debug-meta{color:var(--chat-fg-muted,#6b7280);font-size:11px}.chat-debug-tool{margin:2px 0 2px 12px}.chat-debug-tool-head{cursor:pointer;width:100%;color:inherit;text-align:left;font:inherit;background:0 0;border:0;align-items:center;gap:8px;padding:2px 0;display:flex}.chat-debug-tool-head:disabled{cursor:default}.chat-debug-tool-name{font-weight:600}.chat-debug-tool.is-failed .chat-debug-tool-name{color:var(--chat-tool-error,#dc2626)}.chat-debug-tool-status{color:var(--chat-fg-muted,#6b7280);font-size:10px}.chat-debug-tool-io{padding:4px 0 4px 12px}.chat-debug-io-label{text-transform:uppercase;color:var(--chat-fg-muted,#6b7280);margin-top:4px;font-size:10px}.chat-debug-tool-io pre{color:#e6e6e6;background:#0f1117;border-radius:8px;max-height:280px;margin:2px 0;padding:8px 10px;font-size:11px;overflow:auto}.chat-reasoning{margin:2px 0}.chat-reasoning-head{cursor:pointer;color:var(--chat-fg-muted,#6b7280);font:inherit;background:0 0;border:0;align-items:center;gap:7px;padding:1px 0;font-size:12px;font-weight:400;line-height:1.5;display:flex}.chat-reasoning-icon{opacity:.9;flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;font-size:11px;display:inline-flex}.chat-reasoning.is-done .chat-reasoning-icon{color:var(--chat-tool-done,#16a34a)}.chat-reasoning-chevron{transition:transform .15s;display:inline-block}.chat-reasoning-chevron.open{transform:rotate(90deg)}.chat-reasoning-body{border-left:2px solid var(--chat-border,#e5e7eb);color:var(--chat-fg-muted,#6b7280);white-space:pre-wrap;margin-left:8px;padding:4px 0 4px 8px;font-size:12.5px;line-height:1.5}.chat-view,.chat-view-section,.chat-view-header,.chat-view-chart,.chat-view-grid,.chat-view-row,.chat-view-column,.chat-view-stack,.chat-view-card{border-width:0;margin:0;padding:0}.chat-view{gap:var(--chat-gap-md,12px);margin:var(--chat-gap-md,12px) 0;flex-direction:column;display:flex}.chat-view-header{flex-direction:column;gap:2px;display:flex}.chat-view-title{color:var(--chat-view-value,#1a1a1a);margin:0;font-size:15px;font-weight:600}.chat-view-subtitle,.chat-view-text{color:var(--chat-view-label,#6b7280);margin:0;font-size:12.5px}.chat-view-section{flex-direction:column;gap:6px;display:flex}.chat-view-section-title{letter-spacing:.02em;color:var(--chat-view-label,#6b7280);margin:0;font-size:12px;font-weight:600}.chat-view-grid{gap:var(--chat-gap-sm,8px);display:grid}.chat-view-row{gap:var(--chat-gap-sm,8px);flex-wrap:wrap;display:flex}.chat-view-column,.chat-view-stack{gap:var(--chat-gap-sm,8px);flex-direction:column;display:flex}.chat-view-card{padding:10px var(--chat-gap-md,12px);border:1px solid var(--chat-view-frame,var(--chat-border,#e5e7eb));border-radius:var(--chat-radius-md,10px);background:var(--chat-view-surface,transparent);flex-direction:column;gap:2px;min-width:0;display:flex}.chat-view-card-label{color:var(--chat-view-label,#6b7280);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.chat-view-card-value{letter-spacing:-.01em;color:var(--chat-view-value,#1a1a1a);font-variant-numeric:tabular-nums;font-size:20px;font-weight:600}.chat-view-chart{border:1px solid var(--chat-view-frame,var(--chat-border,#e5e7eb));border-radius:var(--chat-radius-md,10px);background:var(--chat-view-surface,transparent);flex-direction:column;gap:6px;margin:0;padding:12px 8px 4px;display:flex}.chat-view-chart-title{color:var(--chat-view-label,#6b7280);font-size:12px}.chat-view-waterfall{width:100%;height:auto;overflow:visible}.chat-view-axis{stroke:var(--chat-view-axis,#e5e7eb);stroke-width:1px}.chat-view-connector{stroke:var(--chat-view-connector,#e5e7eb);stroke-width:1px;stroke-dasharray:3 3}.chat-view-bar-fill{fill:var(--chat-view-total,#6b4eff)}.chat-view-bar.is-up .chat-view-bar-fill{fill:var(--chat-view-up,#16a34a)}.chat-view-bar.is-down .chat-view-bar-fill{fill:var(--chat-view-down,#dc2626)}.chat-view-bar.is-flat .chat-view-bar-fill{fill:var(--chat-view-axis,#e5e7eb)}.chat-view-bar-value{font-variant-numeric:tabular-nums;fill:var(--chat-view-value,#1a1a1a);font-size:11px;font-weight:600}.chat-view-bar-label{fill:var(--chat-view-label,#6b7280);font-size:10.5px}.chat-view-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:12.5px}.chat-view-table th,.chat-view-table td{text-align:right;border-bottom:1px solid var(--chat-border,#e5e7eb);padding:6px 8px}.chat-view-table th:first-child,.chat-view-table td:first-child{text-align:left}.chat-view-table th{color:var(--chat-view-label,#6b7280);font-size:11.5px;font-weight:500}.chat-view-table td{color:var(--chat-view-value,#1a1a1a)}.chat-view-footnote{color:var(--chat-view-label,#6b7280);margin:0;font-size:11.5px}.chat-view-narrative{color:var(--chat-view-label,#6b7280);margin:0;font-size:13px;line-height:1.55}.chat-view-narrative strong{color:var(--chat-view-value,#1a1a1a);font-weight:600}.chat-view-bars{width:100%;height:auto;overflow:visible}.chat-view-bar.is-series .chat-view-bar-fill{fill:var(--chat-view-total,#6b4eff)}.chat-view-bar-fill.is-s1{fill:var(--chat-view-series-1,#6b4eff)}.chat-view-bar-fill.is-s2{fill:var(--chat-view-series-2,#d97706)}.chat-view-bar-fill.is-s3{fill:var(--chat-view-series-3,#16a34a)}.chat-view-bar-fill.is-s4{fill:var(--chat-view-series-4,#2563eb)}.chat-view-legend{color:var(--chat-view-label,#6b7280);flex-wrap:wrap;gap:4px 14px;margin:0;padding:0 0 4px;font-size:11.5px;list-style:none;display:flex}.chat-view-legend-item{align-items:center;gap:6px;display:inline-flex}.chat-view-legend-swatch{background:var(--chat-view-series-1,#6b4eff);border-radius:2px;flex-shrink:0;width:9px;height:9px}.chat-view-legend-swatch.is-s2{background:var(--chat-view-series-2,#d97706)}.chat-view-legend-swatch.is-s3{background:var(--chat-view-series-3,#16a34a)}.chat-view-legend-swatch.is-s4{background:var(--chat-view-series-4,#2563eb)}
