.chat-root{display:flex;flex-direction:column;height:100%;min-height:0;position:relative}.chat-header{height:53px;flex:none;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--hairline)}.chat-title{font-weight:600;font-size:13.5px;color:var(--text)}.chat-sub{margin-left:9px;font-size:11.5px;color:var(--text-faintest)}.chat-newbtn{margin-left:auto;width:30px;height:30px;border-radius:8px;border:1px solid #ececee;background:var(--card);color:var(--text-secondary);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s ease}.chat-newbtn:hover{background:var(--main-bg)}.chat-histwrap{margin-left:auto;position:relative;display:flex}.chat-header>.chat-newbtn{margin-left:6px}.chat-histveil{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20}.chat-histmenu{position:absolute;top:36px;right:0;z-index:21;width:270px;max-height:320px;overflow-y:auto;padding:5px;border-radius:10px;border:1px solid var(--hairline);background:var(--card);box-shadow:0 8px 24px #0000001a}.chat-histempty{padding:10px;font-size:12.5px;color:var(--text-faint)}.chat-histitem{width:100%;display:flex;align-items:baseline;gap:8px;padding:7px 8px;border:0;border-radius:7px;background:none;text-align:left;cursor:pointer;font:inherit}.chat-histitem:hover{background:var(--main-bg)}.chat-histitem.active{background:#f1f5f5}.chat-histtitle{flex:1;min-width:0;font-size:12.5px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-histdate{flex:none;font-size:11px;color:var(--text-faint)}.chat-scroll{flex:1;padding:18px 16px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;min-height:0}.chat-empty{font-size:12.5px;color:var(--text-faint);line-height:1.55}.chat-row{display:flex;gap:9px}.chat-avatar{width:24px;height:24px;flex:none;border-radius:7px;background:var(--accent);color:var(--on-accent);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.chat-parts{flex:1;min-width:0;padding-top:2px;display:flex;flex-direction:column;gap:6px}.chat-user{align-self:flex-end;max-width:82%;background:#f0f0f1;border-radius:16px;padding:9px 13px}.chat-user-text{font-size:13px;color:var(--text-body);line-height:1.45;white-space:pre-wrap}.chat-user-att{font-size:11px;color:var(--text-muted);margin-top:5px}.chat-step{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);line-height:1.3}.chat-step-icon{width:13px;height:13px;flex:none;display:flex;align-items:center;justify-content:center}.chat-step-icon.done{color:var(--accent);font-size:12px}.chat-step.done{color:var(--text-faint)}.chat-spin{width:11px;height:11px;border-radius:50%;border:1.5px solid #d7d7db;border-top-color:var(--accent);animation:chat-spin .7s linear infinite}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-thinking{display:flex;gap:4px;padding:3px 0}.chat-thinking span{width:5px;height:5px;border-radius:50%;background:#c4c4cc;animation:chat-blink 1.1s ease-in-out infinite}.chat-thinking span:nth-child(2){animation-delay:.18s}.chat-thinking span:nth-child(3){animation-delay:.36s}@keyframes chat-blink{0%,80%,to{opacity:.25}40%{opacity:1}}.chat-md{font-size:13px;line-height:1.55;color:var(--text-body);word-break:break-word}.chat-md>:first-child{margin-top:0}.chat-md>:last-child{margin-bottom:0}.chat-md p{margin:0 0 8px}.chat-md strong{font-weight:650;color:var(--text)}.chat-md em{font-style:italic}.chat-md ul,.chat-md ol{margin:4px 0 8px;padding-left:20px}.chat-md li{margin:2px 0}.chat-md li>p{margin:0}.chat-md h1,.chat-md h2,.chat-md h3,.chat-md h4{font-weight:650;line-height:1.3;margin:12px 0 6px;color:var(--text)}.chat-md h1{font-size:15px}.chat-md h2{font-size:14px}.chat-md h3,.chat-md h4{font-size:13px}.chat-md a{color:var(--accent);text-decoration:underline}.chat-md code{font-family:var(--font-mono);font-size:12px;background:#f0f0f1;padding:1px 5px;border-radius:5px}.chat-md pre{background:var(--main-bg);border:1px solid var(--border);border-radius:8px;padding:10px 12px;overflow-x:auto;margin:8px 0}.chat-md pre code{background:none;padding:0;font-size:12px}.chat-md blockquote{margin:8px 0;padding-left:12px;border-left:3px solid var(--border-strong);color:var(--text-secondary)}.chat-md hr{border:none;border-top:1px solid var(--border);margin:12px 0}.chat-composer{padding:12px 14px 14px;border-top:1px solid var(--hairline);flex:none}.chat-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.chat-chip{display:flex;align-items:center;gap:6px;max-width:100%;background:var(--accent-tint-2);border:1px solid var(--accent-border);color:var(--accent);font-size:11.5px;padding:4px 6px 4px 9px;border-radius:999px}.chat-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-chip button{flex:none;border:none;background:none;color:var(--accent);font-size:13px;line-height:1;cursor:pointer;padding:0 2px}.chat-inputbar{display:flex;align-items:center;gap:7px;border:1px solid var(--border-input);border-radius:22px;padding:6px 6px 6px 7px;background:var(--card)}.chat-inputbar:focus-within{border-color:var(--accent)}.chat-attachbtn{width:30px;height:31px;flex:none;border:none;background:none;color:var(--text-secondary);font-size:21px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-attachbtn.has{color:var(--accent)}.chat-input{flex:1;min-width:0;border:none;background:transparent;font-size:13px;padding:2px;color:var(--text-body);resize:none;font-family:inherit;line-height:1.45;max-height:120px;overflow-y:auto}.chat-input:focus{outline:none}.chat-sendbtn{width:31px;height:31px;flex:none;border-radius:50%;border:none;background:var(--accent);color:var(--on-accent);font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-sendbtn:disabled{opacity:.5;cursor:default}.chat-foot{font-size:10.5px;color:#b0b0b8;margin-top:8px;text-align:center}.chat-drop{position:absolute;top:8px;right:8px;bottom:8px;left:8px;z-index:8;border:2px dashed var(--accent-border);border-radius:14px;background:color-mix(in srgb,var(--accent) 6%,transparent);display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:13px;font-weight:600;pointer-events:none}:root{--canvas: #e9e9ec;--card: #ffffff;--main-bg: #f7f7f8;--accent: #237069;--accent-tint: #edf4f3;--accent-tint-2: #f4f8f7;--accent-border: #c1d7d5;--accent-ink: #2e5f58;--on-accent: #ffffff;--border: #ececec;--border-strong: #e3e3e6;--border-control: #e7e7e9;--border-input: #e2e2e5;--border-media: #e8e8ea;--hairline: #f0f0f0;--text: #0d0d0d;--text-body: #171717;--text-secondary: #565660;--text-dim: #6b6b76;--text-muted: #8a8a92;--text-faint: #9a9aa2;--text-faintest: #a8a8b0;--green: #12a150;--live: #dc2626;--live-ink: #b42318;--live-bg: #fdf2f2;--live-border: #f3d4d4;--danger: #c0392b;--r-sm: 8px;--shadow-card: 0 1px 2px rgba(16, 24, 40, .04);--shadow-pop: 0 18px 48px rgba(16, 24, 40, .22);--topbar-h: 53px;--dock-w: 360px;--font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--canvas);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;color:var(--text)}button{font-family:inherit}input,textarea{font-family:inherit;color:var(--text)}input:focus,textarea:focus{outline:none;border-color:var(--accent)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#d7d7db;border-radius:6px;border:2px solid transparent;background-clip:content-box}.app-root{height:100%;min-width:960px;display:flex;flex-direction:column;background:var(--card);position:relative}.top-bar{height:var(--topbar-h);flex:none;display:flex;align-items:center;gap:16px;padding:0 18px;background:var(--card);border-bottom:1px solid var(--border);position:relative;z-index:30}.app-body{flex:1;display:flex;min-height:0}.main-area{flex:1;padding:22px;background:var(--main-bg);overflow:auto;min-width:0}.chat-resizer{flex:none;width:5px;margin:0 -2px;cursor:col-resize;z-index:5;touch-action:none}.chat-resizer:hover{background:var(--accent);opacity:.35}.chat-dock{width:var(--dock-w);flex:none;background:var(--card);border-left:1px solid var(--border);display:flex;flex-direction:column;min-height:0}.chat-dock.hidden{display:none}.nav-tab{padding:6px 12px;border-radius:var(--r-sm);font-size:13px;cursor:pointer;white-space:nowrap;color:var(--text-dim);font-weight:500;-webkit-user-select:none;user-select:none;transition:background .12s ease,color .12s ease}.nav-tab:hover{background:#f4f4f6;color:var(--text)}.nav-tab.active{background:#f0f0f1;color:var(--text);font-weight:600}.nav-tab.active:hover{background:#ececee}.settings-gear{width:33px;height:33px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-control);background:var(--card);cursor:pointer;transition:background .12s ease}.settings-gear:hover{background:var(--main-bg)}
