:root{--bg:#f6f7fb;--panel-bg:#fff;--input-bg:#fff;--text:#334155;--text-h:#0f172a;--border:#d6dce8;--code-bg:#f1f5f9;--accent:#2563eb;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.45}@media (prefers-color-scheme:dark){:root{--bg:#0f172a;--panel-bg:#111827;--input-bg:#1f2937;--text:#cbd5e1;--text-h:#f8fafc;--border:#334155;--code-bg:#0b1220;--accent:#3b82f6}}*{box-sizing:border-box}body{background:var(--bg);margin:0}h1,h2,h3,h4{color:var(--text-h);margin:.25rem 0}p{margin:.2rem 0}.chatLayout{grid-template-columns:380px 1fr;gap:.9rem;width:min(1500px,100vw);min-height:100vh;margin:0 auto;padding:.9rem;display:grid}.debugSidebar{flex-direction:column;gap:.8rem;display:flex}.chatMain{border:1px solid var(--border);background:var(--panel-bg);border-radius:14px;grid-template-rows:auto 1fr auto;min-height:0;display:grid}.chatHeader{border-bottom:1px solid var(--border);padding:1rem}.panel{border:1px solid var(--border);background:var(--panel-bg);border-radius:12px;padding:.8rem}.input{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text-h);font:inherit;border-radius:10px;padding:.55rem .65rem}textarea.input{resize:vertical}.row{align-items:center;gap:.55rem;margin:.45rem 0;display:flex}.rowSpace{justify-content:space-between}.buttonPrimary,.buttonGhost{border:1px solid var(--border);cursor:pointer;font:inherit;border-radius:10px;padding:.5rem .85rem}.buttonPrimary{border-color:var(--accent);background:var(--accent);color:#fff}.buttonGhost{color:var(--text-h);background:0 0}.messageList{flex-direction:column;gap:.7rem;padding:1rem;display:flex;overflow:auto}.bubble{border:1px solid var(--border);border-radius:14px;max-width:75%;padding:.7rem .85rem}.bubble header{color:var(--text);justify-content:space-between;margin-bottom:.3rem;font-size:.8rem;display:flex}.bubble p{white-space:pre-wrap;margin:0}.bubbleUser{background:color-mix(in srgb, var(--accent) 12%, var(--panel-bg));margin-left:auto}.bubbleAssistant{background:var(--input-bg);margin-right:auto}.bubbleStreaming{border-style:dashed}.toolActivityBanner{color:var(--text);background:color-mix(in srgb, var(--accent) 8%, var(--panel-bg));border:1px solid color-mix(in srgb, var(--accent) 25%, var(--border));border-radius:8px;margin:.35rem 0 .5rem;padding:.45rem .65rem;font-size:.82rem}.composer{border-top:1px solid var(--border);padding:.9rem 1rem}.composerInput{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text-h);resize:vertical;min-height:92px;font:inherit;border-radius:12px;padding:.7rem}.statusPill{border:1px solid var(--border);border-radius:999px;padding:.15rem .65rem;display:inline-block}.timelineList,.httpList{flex-direction:column;gap:.45rem;max-height:190px;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.timelineList li{border:1px solid var(--border);border-radius:8px;padding:.4rem .5rem;font-size:.86rem}.timelineList li span{opacity:.7;display:block}.httpItem{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text-h);cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:58px 1fr 40px;gap:.3rem;padding:.45rem;display:grid}.codeBlock{white-space:pre-wrap;word-break:break-word;border:1px solid var(--border);background:var(--code-bg);border-radius:8px;max-height:210px;padding:.6rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;overflow:auto}.metaBlock{font-size:.88rem}.conversationId{opacity:.8;font-size:.82rem}.errorText{color:#dc2626}@media (width<=1100px){.chatLayout{grid-template-columns:1fr;min-height:auto}}
