.messages{flex-direction:column;flex:auto;gap:10px;min-height:0;padding:16px;display:flex;overflow-y:auto}.messages>div[aria-live]{flex-direction:column;gap:10px;display:flex}.msg{flex-direction:column;max-width:85%;display:flex}.feed-operator .msg{max-width:72%}.feed-user .msg-user{align-self:flex-end;align-items:flex-end}.feed-user .msg-assistant,.feed-user .msg-operator,.feed-operator .msg-user,.feed-operator .msg-assistant{align-self:flex-start;align-items:flex-start}.feed-operator .msg-operator{align-self:flex-end;align-items:flex-end}div[aria-live] .msg-assistant{align-self:flex-start}.bubble{white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;border-radius:14px;padding:8px 12px}.feed-user .msg-user .bubble{background:var(--accent);color:var(--accent-text);border-bottom-right-radius:4px}.feed-user .msg-assistant .bubble{background:var(--surface);border-bottom-left-radius:4px}.feed-user .msg-operator .bubble{background:var(--surface);border:1px solid var(--operator);border-bottom-left-radius:4px}.feed-operator .msg-user .bubble{background:var(--surface);border-bottom-left-radius:4px}.feed-operator .msg-assistant .bubble{background:var(--surface);border:1px dashed var(--border);border-bottom-left-radius:4px}.feed-operator .msg-operator .bubble{background:var(--operator);color:#fff;border-bottom-right-radius:4px}.msg-name{color:var(--text-muted);margin:0 4px 2px;font-size:11px}.feed-user .msg-operator .msg-name{color:var(--operator)}.msg-time{color:var(--text-muted);font-weight:400}.msg-system{text-align:center;color:var(--text-muted);align-self:center;padding:2px 8px;font-size:12px}.date-separator{color:var(--text-muted);background:var(--surface);border-radius:999px;align-self:center;margin:4px 0;padding:3px 12px;font-size:11px}.msg-error{text-align:center;color:var(--error);align-self:center;padding:4px 8px;font-size:13px}.bubble.markdown{white-space:normal}.markdown p,.markdown ul,.markdown ol,.markdown pre,.markdown blockquote,.markdown table{margin:0 0 8px}.markdown>:last-child{margin-bottom:0}.markdown pre{white-space:pre;background:#7f7f7f26;border-radius:8px;padding:8px;font-size:13px;overflow-x:auto}.markdown code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.92em}.markdown a{color:var(--accent)}.markdown table{border-collapse:collapse;font-size:13px;display:block;overflow-x:auto}.markdown th,.markdown td{border:1px solid var(--border);padding:4px 8px}.caret{vertical-align:text-bottom;background:currentColor;width:2px;height:1em;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.typing{color:var(--text-muted)}.tool-hint{font-size:13px;font-style:italic}.dots{align-items:center;gap:4px;height:1em;display:inline-flex}.dots i{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.2s infinite bounce}.dots i:nth-child(2){animation-delay:.15s}.dots i:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.sources{color:var(--text-muted);margin:4px 4px 0;font-size:12px}.sources summary{cursor:pointer;-webkit-user-select:none;user-select:none}.sources ul{margin:4px 0 0;padding-left:18px}.load-more{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;align-self:center;margin-bottom:4px;padding:6px 14px;font-size:12px}.load-more:disabled{opacity:.6;cursor:default}.composer{border-top:1px solid var(--border);flex:none;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.composer textarea{resize:none;border:1px solid var(--border);background:var(--bg);min-height:38px;max-height:120px;color:var(--text);font:inherit;border-radius:10px;flex:auto;padding:8px 12px}.composer textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}.composer button{background:var(--accent);width:38px;height:38px;color:var(--accent-text);cursor:pointer;border:none;border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.composer button:disabled{opacity:.45;cursor:default}.conn{color:var(--text-muted);white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:flex}.conn:before{content:"";background:var(--text-muted);border-radius:50%;width:8px;height:8px}.conn-on:before{background:#22c55e}.conn-off:before{background:#f59e0b}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#fff;--surface:#f2f4f7;--border:#e0e4ea;--text:#1c2430;--text-muted:#6b7686;--accent:#2563eb;--accent-text:#fff;--operator:#7c3aed;--error:#dc2626;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.45}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#14181f;--surface:#1f2630;--border:#2c3542;--text:#e7ebf0;--text-muted:#939dac;--accent:#3b82f6;--accent-text:#fff;--operator:#a78bfa;--error:#f87171}}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--surface:#f2f4f7;--border:#e0e4ea;--text:#1c2430;--text-muted:#6b7686;--accent:#2563eb;--accent-text:#fff;--operator:#7c3aed;--error:#dc2626}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#14181f;--surface:#1f2630;--border:#2c3542;--text:#e7ebf0;--text-muted:#939dac;--accent:#3b82f6;--accent-text:#fff;--operator:#a78bfa;--error:#f87171}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text)}
