:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--background: #ffffff;--foreground: #111827;--muted: #6b7280;--subtle: #f7f7f8;--border: #e5e7eb;--primary: #2563eb;--primary-hover: #1d4ed8;--success: #16a34a;--danger: #b91c1c;background:var(--background);color:var(--foreground)}*{box-sizing:border-box}body{margin:0;height:100vh;overflow:hidden;background:var(--background)}button,textarea{font:inherit}button{border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--foreground);cursor:pointer;padding:.5rem .85rem;font-size:.875rem;font-weight:500}button:hover:not(:disabled){background:var(--subtle)}button:disabled{cursor:not-allowed;opacity:.45}.shell{display:grid;grid-template-rows:auto auto 1fr;height:100vh;min-height:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding:.75rem 1rem}.brand{display:flex;align-items:center;gap:.65rem;min-width:0}.brand-mark{width:1.7rem;height:1.7rem;flex:0 0 auto;border:2px solid var(--primary);border-radius:50%;box-shadow:inset -.35rem -.35rem #dbeafe}.topbar h1{margin:0;font-size:.98rem;font-weight:650}.topic{margin:.1rem 0 0;color:var(--muted);font-size:.78rem}.conversation-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;min-width:0}.status-inline{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.82rem;margin-right:.25rem}.conversation-actions button[aria-pressed=true]{border-color:#bfdbfe;background:#eff6ff;color:var(--primary)}.primary-action{border-color:var(--primary);background:var(--primary);color:#fff}.primary-action:hover:not(:disabled){border-color:var(--primary-hover);background:var(--primary-hover);color:#fff}.status-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--success)}.status-note{max-width:760px;width:100%;margin:0 auto;padding:.7rem 1rem 0;color:var(--muted);font-size:.82rem}.workspace{min-height:0;padding:0 1rem 1rem}.chat-card{display:grid;grid-template-rows:1fr auto auto;max-width:760px;height:100%;min-height:0;margin:0 auto}.transcript{min-height:0;overflow-y:auto;padding:2rem 0 1rem}.empty-state{display:grid;place-content:center;min-height:100%;color:var(--muted);text-align:center}.empty-title{color:var(--foreground);font-size:1.35rem;font-weight:650}.empty-body{max-width:32rem;margin-top:.65rem;font-size:.95rem;line-height:1.55}.message{display:grid;gap:.25rem;margin-bottom:1.2rem}.message .role{color:var(--muted);font-size:.75rem;font-weight:600}.message.assistant .role{display:none}.message .text{width:fit-content;max-width:min(42rem,88%);white-space:pre-wrap;border-radius:1rem;padding:.7rem .9rem;line-height:1.55}.message.user{justify-items:end}.message.user .role{display:none}.message.user .text{background:var(--subtle)}.message.assistant .text{padding-left:0;background:transparent}.message.status .text{border:1px solid #fecaca;background:#fef2f2;color:var(--danger)}.composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem;align-items:end;border:1px solid var(--border);border-radius:1.2rem;background:#fff;padding:.6rem;box-shadow:0 8px 24px #11182714}.composer button[type=submit]{border-color:var(--primary);background:var(--primary);color:#fff}.composer button[type=submit]:hover:not(:disabled){border-color:var(--primary-hover);background:var(--primary-hover);color:#fff}textarea{width:100%;min-height:4rem;max-height:12rem;resize:vertical;border:0;background:transparent;color:var(--foreground);padding:.7rem .75rem;line-height:1.5}textarea:focus{outline:none}textarea:disabled{cursor:not-allowed}textarea::placeholder{color:var(--muted)}.activity-panel{margin-top:.55rem;color:var(--muted);font-size:.84rem}.activity-panel summary{display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;list-style:none;padding:.45rem}.activity-panel summary::-webkit-details-marker{display:none}.activity-panel summary:before{content:"+"}.activity-panel[open] summary:before{content:"-"}.activity-content{display:grid;gap:.6rem;border-top:1px solid var(--border);padding:.75rem 0 .25rem}.raw-trace-link{color:var(--primary);text-decoration:none}.raw-trace-link:hover{text-decoration:underline}.activity-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.2rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:.72rem}.activity-list{display:grid;gap:.3rem;max-height:13rem;overflow-y:auto}.activity-empty{color:var(--muted)}.activity-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;width:100%;border:0;border-radius:.7rem;background:transparent;padding:.45rem .5rem;text-align:left;box-shadow:none}.activity-row:hover,.activity-row[data-selected=true]{background:var(--subtle)}.activity-icon{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.75rem}.activity-row-label{display:block;overflow:hidden;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap}.activity-row-meta,.activity-detail-meta,.activity-detail-body{color:var(--muted);font-size:.78rem}.activity-detail{border-top:1px solid var(--border);padding-top:.65rem}.activity-detail-title{color:var(--foreground);font-weight:600}@media(prefers-color-scheme:dark){:root{--background: #0b0b0c;--foreground: #f4f4f5;--muted: #a1a1aa;--subtle: #1f1f23;--border: #27272a;--primary: #60a5fa;--primary-hover: #3b82f6;--success: #22c55e}button,.composer{background:#111113}.conversation-actions button[aria-pressed=true]{border-color:#60a5fa5c;background:#60a5fa1f}.message.status .text{border-color:#f8717147;background:#7f1d1d47;color:#fecaca}}@media(max-width:720px){body{overflow:auto}.shell{height:auto;min-height:100vh}.topbar,.status-strip{align-items:flex-start;flex-wrap:wrap}.conversation-actions{justify-content:flex-start}.workspace{padding:0 .75rem .75rem}.composer{grid-template-columns:1fr}.message .text{max-width:100%}}
