:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;--bg: #f4f6fb;--surface: #ffffff;--surface-muted: #f0f2f7;--border: #e2e6ee;--text: #1f2430;--muted: #687085;--primary: #2563eb;--primary-text: #ffffff;--user-bubble: #2563eb;--user-bubble-text: #ffffff;--assistant-bubble: #ffffff;--shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 1px 3px rgba(16, 24, 40, .06);background:var(--bg);color:var(--text)}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.loading{min-height:100vh;display:grid;place-items:center;padding:1rem}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{border-right:1px solid var(--border);background:var(--surface);padding:1rem;display:flex;flex-direction:column;gap:.5rem}.sidebar a.active{background:var(--surface-muted);color:var(--primary)}.sidebar a,button{border:0;background:transparent;color:inherit;padding:.75rem 1rem;border-radius:.5rem;text-align:left;cursor:pointer;font:inherit}.sidebar a:hover{background:var(--surface-muted)}.main{padding:1.5rem;max-width:960px;width:100%;margin:0 auto}.card{border:1px solid var(--border);border-radius:.75rem;padding:1rem;background:var(--surface);box-shadow:var(--shadow);display:block}.stack{display:flex;flex-direction:column;gap:1rem}.stack h1{font-size:1.2rem;margin:0;max-width:80%}.thread-card strong{display:block;margin-bottom:.25rem}.thread-card-snippet{margin:.25rem 0 0;color:var(--text)}.chat-view{display:grid;grid-template-rows:1fr auto;height:calc(100vh - 3rem);gap:1rem}.messages{overflow:auto;display:flex;flex-direction:column;gap:.75rem;padding-right:.25rem}.message{max-width:80%;padding:.25rem 1rem;border-radius:.75rem;border:1px solid transparent;box-shadow:var(--shadow)}.message.user{align-self:flex-end;background:var(--user-bubble);color:var(--user-bubble-text)}.message.assistant{align-self:flex-start;background:var(--assistant-bubble);border-color:var(--border);color:var(--text)}.message.system{align-self:center;background:var(--surface-muted);color:var(--muted);font-size:.875rem}.md{line-height:1.55;overflow-wrap:anywhere}.md>:first-child{margin-top:0}.md>:last-child{margin-bottom:0}.md h1,.md h2,.md h3,.md h4,.md h5,.md h6{margin:.8em 0 .4em;line-height:1.25}.md h1{font-size:1.4rem}.md h2{font-size:1.2rem}.md h3{font-size:1.05rem}.md p{margin:.5em 0}.md ul,.md ol{margin:.5em 0;padding-left:1.4em}.md li{margin:.2em 0}.md a{color:var(--primary);text-decoration:underline}.message.user .md a{color:#e7efff}.md code{font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-size:.875em;background:var(--surface-muted);padding:.1em .35em;border-radius:.35em}.message.user .md code{background:#fff3}.md pre.md-code{background:#0f172a;color:#e5e7eb;padding:.85rem 1rem;border-radius:.6rem;overflow-x:auto;margin:.6em 0}.md pre.md-code code{background:transparent;padding:0;color:inherit;font-size:.85rem}.md blockquote{margin:.6em 0;padding:.2em .9em;border-left:3px solid var(--border);color:var(--muted)}.md hr{border:none;border-top:1px solid var(--border);margin:1em 0}.summary-card summary{cursor:pointer;font-weight:600}.summary-body{margin-top:.75rem}.composer{display:grid;gap:.75rem}.composer textarea{width:100%;min-height:96px;border-radius:.75rem;border:1px solid var(--border);background:var(--surface);color:inherit;padding:.75rem 1rem;resize:vertical;font:inherit}.composer input[type=text]{width:100%;border-radius:.75rem;border:1px solid var(--border);background:var(--surface);color:inherit;padding:.6rem 1rem;font:inherit}.composer-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:space-between}.message-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.attachment-thumb{max-width:220px;max-height:220px;border-radius:.5rem;object-fit:cover;display:block}.pending-attachments{display:flex;flex-wrap:wrap;gap:.5rem}.pending-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .4rem;background:var(--surface-muted);border-radius:.5rem;font-size:.8rem}.pending-chip .attachment-thumb{max-width:40px;max-height:40px}.pending-chip button{background:transparent;border:none;color:inherit;cursor:pointer;font-size:1rem;line-height:1;padding:0}.primary{background:var(--primary);color:var(--primary-text);border-radius:.5rem;padding:.75rem 1rem;font-weight:500}.primary:disabled{opacity:.5;cursor:not-allowed}.muted{color:var(--muted);font-size:.875rem}.status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:999px;background:var(--surface-muted);color:var(--muted);font-size:.75rem;white-space:nowrap}.status-pill-active{background:color-mix(in srgb,var(--primary) 12%,var(--surface));color:var(--primary)}.status-pill.phase-error{background:#fef2f2;color:#b91c1c}.status-dot{width:.5rem;height:.5rem;border-radius:999px;background:currentColor;animation:pulse-dot 1.1s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}.agent-activity-log{display:block;padding:.5rem 1rem}.activity-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.activity-step{display:flex;align-items:center;gap:.5rem}.activity-step.done .muted{opacity:.75}.activity-check{display:inline-flex;width:.9rem;justify-content:center;color:var(--primary);font-size:.8rem;line-height:1}.typing-dots{display:inline-flex;align-items:center;gap:.25rem}.typing-dots>span{width:.45rem;height:.45rem;border-radius:999px;background:var(--muted);animation:typing-bounce 1.2s ease-in-out infinite}.typing-dots>span:nth-child(2){animation-delay:.18s}.typing-dots>span:nth-child(3){animation-delay:.36s}@keyframes typing-bounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-.2rem)}}@media(prefers-reduced-motion:reduce){.status-dot,.typing-dots>span{animation:none}}.offline-banner{background:#fef3c7;color:#92400e;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #fde68a}.generated-view{display:flex;flex-direction:column;height:100vh;height:100dvh}.generated-header{flex:none;display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-bottom:1px solid var(--border);background:var(--surface)}.generated-back{flex:none;padding:.4rem .75rem;border-radius:.5rem;background:var(--surface-muted);font-weight:500}.generated-back:hover{background:var(--border)}.generated-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.generated-frame{flex:1 1 auto;width:100%;min-height:0;border:0;background:var(--surface)}.file-card{display:flex;gap:1rem;align-items:flex-start}.file-meta{display:flex;flex-direction:column;gap:.25rem;min-width:0}.file-meta strong{overflow-wrap:anywhere}@media(max-width:768px){.app-shell{display:flex;flex-direction:column;min-height:100dvh}.sidebar{flex:none;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.25rem;border-right:none;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.main{flex:1 1 auto;min-height:0;padding:1rem}.sidebar strong{flex-basis:100%}.sidebar>span.muted{display:none}.sidebar a,.sidebar button{padding:.5rem .75rem}.chat-view{height:calc(100dvh - 7.5rem)}.message{max-width:92%}}@media(max-width:480px){.composer-actions{flex-direction:row;align-items:center}.composer-actions .primary{font-size:1rem;padding:.5rem 1rem}}
