body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#0b1020;color:#e5e7eb;display:flex;height:100vh;overflow:hidden}body.light{background:#f5f7fb;color:#111827}.chat{width:46%;min-width:420px;display:flex;flex-direction:column;border-right:1px solid #1f2937;background:#0f172a}.header{padding:12px 16px;background:rgba(15,23,42,.92);backdrop-filter:blur(10px);border-bottom:1px solid #1f2937;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.chat-shell{flex:1;display:grid;grid-template-columns:260px 1fr;min-height:0}.chat-shell.sidebar-collapsed{grid-template-columns:1fr}.chat-sidebar{border-right:1px solid #1f2937;background:#0b1220;display:flex;flex-direction:column;min-height:0}.chat-shell.sidebar-collapsed .chat-sidebar{display:none}.chat-sidebar-top{padding:12px;border-bottom:1px solid #1f2937;display:flex;gap:8px}.chat-sidebar-search{padding:10px;border-bottom:1px solid #1f2937;display:flex;gap:8px}.chat-sidebar-search input{flex:1;background:#111827;color:#e5e7eb;border:1px solid #334155;border-radius:12px;padding:9px 12px}.conversation-count{padding:8px 12px;border-bottom:1px solid #1f2937;font-size:11px;color:#94a3b8;display:flex;justify-content:space-between;align-items:center;gap:8px}.conversation-stats,.conversation-actions{display:flex;gap:8px;flex-wrap:wrap}.conversations{flex:1;overflow:auto;padding:10px;display:flex;flex-direction:column;gap:8px}.conv-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid #1f2937;border-radius:14px;background:#111827;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.conv-item:hover{transform:translateY(-1px);border-color:#334155}.conv-item.active{border-color:#60a5fa;box-shadow:0 0 0 1px rgba(96,165,250,.35) inset}.conv-item.unread{border-style:dashed}.conv-main{min-width:0}.conv-title{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-meta{font-size:11px;color:#94a3b8;margin-top:4px}.conv-actions{display:flex;gap:6px}.conv-actions button{padding:6px 8px;font-size:11px}.conv-pin{font-size:10px;padding:3px 6px;border:1px solid #334155;border-radius:999px;opacity:.8}.conv-unread{font-size:10px;padding:3px 6px;border-radius:999px;background:#2563eb;color:#fff}.chat-main{display:flex;flex-direction:column;min-width:0;min-height:0;background:#0f172a}.chat-main-head{padding:12px 18px;border-bottom:1px solid #1f2937;background:rgba(11,18,32,.9);backdrop-filter:blur(10px)}.conversation-title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-meta,.chat-status{font-size:11px;color:#94a3b8;margin-top:4px}.chat-status.busy{color:#93c5fd}.messages{flex:1;overflow:auto;padding:22px 18px}.msg{display:flex;margin-bottom:16px}.msg.user{justify-content:flex-end}.msg.assistant{justify-content:flex-start}.bubble{max-width:78%;padding:14px 16px;border-radius:18px;background:#111827;border:1px solid #1f2937;box-shadow:0 8px 24px rgba(0,0,0,.14)}.msg.user .bubble{background:#1e293b}.msg.pending .bubble{opacity:.9}.typing-dots{display:inline-flex;gap:6px;align-items:center;min-height:18px}.typing-dots span{width:7px;height:7px;border-radius:50%;background:#94a3b8;display:inline-block;animation:selfv2blink 1.2s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes selfv2blink{0%,80%,100%{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.content{line-height:1.6;word-break:break-word}.content.plain{white-space:pre-wrap}.content p{margin:0 0 .85em}.content p:last-child{margin-bottom:0}.content ul,.content ol{margin:.35em 0 .85em 1.25em;padding:0}.content li{margin:.25em 0}.content pre{margin:.55em 0 .85em;padding:12px;border-radius:12px;background:#0b1220;border:1px solid #1f2937;overflow:auto;white-space:pre-wrap}.content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#1f2937;padding:.12em .4em;border-radius:6px;font-size:.95em}.content pre code{display:block;background:transparent;padding:0;border-radius:0;white-space:pre-wrap}.content strong{font-weight:700}.meta{font-size:11px;color:#94a3b8;margin-top:10px}.copy{font-size:12px;color:#93c5fd;cursor:pointer;margin-top:10px;display:inline-flex;align-items:center;gap:6px}.composer{padding:14px 16px;border-top:1px solid #1f2937;background:rgba(2,6,23,.92);backdrop-filter:blur(10px)}textarea{width:100%;height:96px;background:#111827;color:#e5e7eb;border:1px solid #334155;border-radius:18px;padding:14px 16px;box-sizing:border-box;resize:none}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:10px;gap:10px;flex-wrap:wrap}select,button{background:#111827;color:#e5e7eb;border:1px solid #334155;border-radius:12px;padding:8px 10px}button[disabled]{opacity:.6;cursor:not-allowed}.workspace{flex:1;display:flex;flex-direction:column;background:#0b1020}.tabs{display:flex;background:#020617;border-bottom:1px solid #1f2937;align-items:center;gap:0;overflow:auto}.tab{padding:10px 12px;border-right:1px solid #1f2937;display:flex;align-items:center;gap:8px;cursor:pointer;white-space:nowrap;user-select:none}.tab.fixed{font-weight:bold}.tab.active{background:#111827}.tab:hover{background:#0f172a}.tab-close{font-size:11px;opacity:.8;cursor:pointer}.tab-add{margin-left:auto}.tab-add button,.tab-refresh button{padding:6px 10px;font-size:12px}.tab-refresh{border-right:1px solid #1f2937}iframe{flex:1;border:0;background:#fff}body.light .header,body.light .composer,body.light .tabs,body.light .chat-main-head{background:#fff;border-color:#dbe2ea}body.light .chat{border-color:#dbe2ea;background:#f8fafc}body.light .chat-sidebar{background:#f8fafc;border-color:#dbe2ea}body.light .chat-sidebar-search{border-color:#dbe2ea}body.light .chat-sidebar-search input{background:#fff;color:#111827;border-color:#dbe2ea}body.light .conversation-count,body.light .conversation-meta,body.light .chat-status,body.light .meta,body.light .conv-meta{color:#475569;border-color:#dbe2ea}body.light .conv-item,body.light .bubble,body.light textarea,body.light select,body.light button{background:#fff;color:#111827;border-color:#dbe2ea}body.light .msg.user .bubble{background:#e9eef8}body.light .conv-pin{border-color:#dbe2ea}body.light .conv-unread{background:#2563eb}body.light .conv-item.active{border-color:#3b82f6;box-shadow:0 0 0 1px rgba(59,130,246,.2) inset}body.light .content pre{background:#f8fafc;border-color:#dbe2ea}body.light .content code{background:#e5e7eb;color:#111827}@media (max-width:1200px){.chat{width:54%}.chat-shell{grid-template-columns:220px 1fr}}@media (max-width:980px){body{flex-direction:column}.chat,.workspace{width:100%;min-width:0;flex:1}.chat{border-right:0;border-bottom:1px solid #1f2937}.workspace{min-height:40vh}}@media (max-width:720px){.chat-shell{grid-template-columns:1fr}.chat-sidebar{display:none}.bubble{max-width:90%}}