:root{--bg: #fbfbfa;--panel: #f4f3f0;--border: #e6e4df;--text: #1a1a18;--muted: #6f6e69;--accent: #c15f3c;--accentSoft: #fdf6f3;--userBubble: #eceae6;--assistant: #fff;--radius: 12px;--font: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);height:100vh;overflow:hidden}#root{height:100%}.appShell{display:flex;height:100%;min-height:0}.sidebar{width:280px;min-width:240px;border-right:1px solid var(--border);background:var(--panel);display:flex;flex-direction:column;min-height:0}.sideHeader{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--border)}.brand{font-weight:600;letter-spacing:-.02em}.iconBtn{width:2rem;height:2rem;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:1.25rem;line-height:1;color:var(--text)}.iconBtn:hover{background:var(--accentSoft);border-color:#e0cfc7}.convList{flex:1;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:4px;min-height:0}.convItem{text-align:left;border:none;border-radius:10px;padding:.55rem .65rem;background:transparent;cursor:pointer;color:inherit;display:flex;flex-direction:column;gap:2px}.convItem:hover{background:#0000000a}.convItemActive{background:#fff;box-shadow:0 0 0 1px var(--border)}.convTitle{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.convPreview{font-size:.75rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sideFooter{padding:.65rem 1rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--muted)}.statusDot{width:7px;height:7px;border-radius:50%;background:#bbb}.statusDot.ok{background:#2d9c5c}.statusDot.warn{background:#c9a227}.main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--bg)}.mainHeader{padding:.75rem 1.5rem;border-bottom:1px solid var(--border);background:#ffffffa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.crumb{font-size:.88rem}.crumbMuted{color:var(--muted)}.crumbSep{margin:0 .35rem;color:var(--muted)}.thread{flex:1;overflow-y:auto;padding:1.25rem 1.5rem 1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}.hint{color:var(--muted);font-size:.92rem;max-width:52ch;line-height:1.55}.errorText{color:#b42318;font-size:.9rem}.errorText.small{font-size:.8rem;margin-bottom:.35rem}.msgRow{display:flex}.msgRowUser{justify-content:flex-end}.msgRowAssistant{justify-content:flex-start}.msgBubble{max-width:min(720px,100%);border-radius:var(--radius);padding:.75rem 1rem}.msgUser{background:var(--userBubble);border:1px solid var(--border)}.msgAssistant{background:var(--assistant);border:1px solid var(--border);box-shadow:0 1px 2px #0000000a}.msgPlain{margin:0;white-space:pre-wrap;line-height:1.5;font-size:.95rem}.msgMuted{margin:0;color:var(--muted)}.toolPill{font-size:.72rem;color:var(--muted);margin-bottom:.45rem;padding:.2rem .45rem;background:var(--accentSoft);border-radius:6px;display:inline-block}.md{font-size:.95rem;line-height:1.6}.md p:first-child{margin-top:0}.md p:last-child{margin-bottom:0}.md pre{background:#f0eeea;padding:.65rem .85rem;border-radius:8px;overflow-x:auto;font-size:.82rem}.md code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:.84em}.thinking{font-size:.88rem;color:var(--muted);padding:.25rem 0}.composer{border-top:1px solid var(--border);padding:.75rem 1.25rem 1rem;background:#fff}.ingestNote{font-size:.8rem;color:var(--muted);margin-bottom:.45rem}.composerInner{display:flex;align-items:flex-end;gap:.5rem;max-width:900px;margin:0 auto}.hiddenInput{display:none}.attachBtn{flex-shrink:0;width:2.35rem;height:2.35rem;border-radius:10px;border:1px solid var(--border);background:var(--bg);cursor:pointer;font-size:1.2rem;line-height:1;color:var(--text)}.attachBtn:hover:not(:disabled){background:#fff}.attachBtn:disabled{opacity:.5;cursor:default}.composerInput{flex:1;resize:none;border-radius:var(--radius);border:1px solid var(--border);padding:.65rem .85rem;font:inherit;min-height:2.75rem;max-height:160px;background:#fff}.composerInput:focus{outline:2px solid rgba(193,95,60,.25);border-color:#d4b4a8}.composerRight{display:flex;flex-direction:column;gap:.4rem;align-items:stretch}.modelSelect{font-size:.78rem;border-radius:8px;border:1px solid var(--border);padding:.35rem .5rem;background:#fff;max-width:200px}.sendBtn{border:none;border-radius:10px;background:var(--text);color:#fff;font-weight:500;padding:.45rem .85rem;cursor:pointer;font-size:.85rem}.sendBtn:disabled{opacity:.45;cursor:default}.sendBtn:not(:disabled):hover{opacity:.92}
