.ChatLayout-module__1ljIMG__root{background:var(--bg,#f8fafc);height:calc(100vh - 60px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;display:flex;position:relative;overflow:hidden}.ChatLayout-module__1ljIMG__sidebar{background:var(--surface,#fff);border-right:1px solid var(--border,#e2e8f0);flex-direction:column;width:280px;min-width:280px;height:100%;transition:background .2s;display:flex;overflow:hidden}@media (max-width:768px){.ChatLayout-module__1ljIMG__sidebar{z-index:200;width:280px;min-width:280px;transition:transform .25s;position:fixed;top:60px;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 20px #00000026}.ChatLayout-module__1ljIMG__sidebarOpen{transform:translate(0)}.ChatLayout-module__1ljIMG__sidebarOverlay{z-index:199;background:#0006;display:block;position:fixed;inset:0}.ChatLayout-module__1ljIMG__main{width:100%}.ChatLayout-module__1ljIMG__toggleBtn{z-index:198;background:var(--surface,#fff);cursor:pointer;width:24px;height:44px;color:var(--text-secondary,#475569);border:none;border-radius:0 8px 8px 0;justify-content:center;align-items:center;font-size:16px;display:flex;position:fixed;top:50%;left:0;transform:translateY(-50%);box-shadow:2px 0 8px #00000026}.ChatLayout-module__1ljIMG__toggleBtn:active{background:var(--surface-2,#f1f5f9)}}html.dark .ChatLayout-module__1ljIMG__toggleBtn{background:var(--surface);color:var(--text-muted);box-shadow:2px 0 8px #0006}@media (min-width:769px){.ChatLayout-module__1ljIMG__sidebarOverlay,.ChatLayout-module__1ljIMG__toggleBtn{display:none}}html.dark .ChatLayout-module__1ljIMG__root{background:var(--bg)}html.dark .ChatLayout-module__1ljIMG__sidebar{background:var(--surface);border-right-color:var(--border)}.ChatLayout-module__1ljIMG__sidebarTop{border-bottom:1px solid var(--border-light,#f1f5f9);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 12px 10px;display:flex}html.dark .ChatLayout-module__1ljIMG__sidebarTop{border-bottom-color:var(--border)}.ChatLayout-module__1ljIMG__siteLogo{color:var(--text,#0f172a);letter-spacing:-.3px;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:14px;font-weight:800;text-decoration:none;overflow:hidden}html.dark .ChatLayout-module__1ljIMG__siteLogo{color:var(--text)}.ChatLayout-module__1ljIMG__searchToggle{border:1px solid var(--border,#e2e8f0);background:var(--surface-2,#f1f5f9);width:30px;height:30px;color:var(--text-secondary,#475569);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s;display:flex}html.dark .ChatLayout-module__1ljIMG__searchToggle{border-color:var(--border);background:var(--surface-2);color:var(--text-muted)}.ChatLayout-module__1ljIMG__searchToggle:hover{background:var(--surface);border-color:var(--primary,#4f6ef7);color:var(--primary,#4f6ef7)}html.dark .ChatLayout-module__1ljIMG__searchToggle:hover{border-color:var(--primary);color:var(--primary);background:var(--surface)}.ChatLayout-module__1ljIMG__searchToggleActive{border-color:var(--primary,#4f6ef7);color:var(--primary,#4f6ef7);background:#eef2ff}html.dark .ChatLayout-module__1ljIMG__searchToggleActive{border-color:var(--primary);color:var(--primary);background:#6366f11a}.ChatLayout-module__1ljIMG__searchPanel{background:var(--surface,#fff);border-bottom:1px solid var(--border,#e2e8f0);z-index:10;flex-direction:column;flex:1;animation:.18s ChatLayout-module__1ljIMG__searchSlideDown;display:flex;position:relative;overflow:hidden}html.dark .ChatLayout-module__1ljIMG__searchPanel{background:var(--surface);border-bottom-color:var(--border)}@keyframes ChatLayout-module__1ljIMG__searchSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ChatLayout-module__1ljIMG__searchInputRow{border:1px solid var(--border,#e2e8f0);background:var(--surface-2,#f1f5f9);z-index:1;border-radius:10px;align-items:center;margin:10px 12px 8px;padding:0 10px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}html.dark .ChatLayout-module__1ljIMG__searchInputRow{border-color:var(--border);background:var(--surface-2)}.ChatLayout-module__1ljIMG__searchInputRow:focus-within{border-color:var(--primary,#4f6ef7);background:var(--surface,#fff);box-shadow:0 0 0 3px #4f6ef71f}html.dark .ChatLayout-module__1ljIMG__searchInputRow:focus-within{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #6366f12e}.ChatLayout-module__1ljIMG__searchPrefix{color:var(--text-muted,#94a3b8);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:14px;font-weight:500}html.dark .ChatLayout-module__1ljIMG__searchPrefix{color:var(--text-muted)}.ChatLayout-module__1ljIMG__searchInput{height:36px;color:var(--text,#0f172a);caret-color:var(--primary,#4f6ef7);background:0 0;border:none;outline:none;flex:1;padding:0 8px;font-size:13px}html.dark .ChatLayout-module__1ljIMG__searchInput{color:var(--text)}.ChatLayout-module__1ljIMG__searchInput::placeholder{color:var(--text-muted,#94a3b8)}html.dark .ChatLayout-module__1ljIMG__searchInput::placeholder{color:var(--text-muted)}.ChatLayout-module__1ljIMG__searchClear{width:28px;height:28px;color:var(--text-muted,#94a3b8);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}html.dark .ChatLayout-module__1ljIMG__searchClear{color:var(--text-muted)}.ChatLayout-module__1ljIMG__searchClear:hover{color:var(--primary,#4f6ef7);background:#4f6ef714}html.dark .ChatLayout-module__1ljIMG__searchClear:hover{color:var(--primary);background:var(--surface)}.ChatLayout-module__1ljIMG__searchTabs{z-index:1;gap:3px;padding:0 12px 8px;display:flex;position:relative}.ChatLayout-module__1ljIMG__searchTab{border:1px solid var(--border,#e2e8f0);height:26px;color:var(--text-muted,#94a3b8);cursor:pointer;letter-spacing:.2px;background:0 0;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:600;transition:all .15s;display:flex}html.dark .ChatLayout-module__1ljIMG__searchTab{border-color:var(--border);color:var(--text-muted)}.ChatLayout-module__1ljIMG__searchTab:hover{border-color:var(--primary,#4f6ef7);color:var(--primary,#4f6ef7);background:#4f6ef70d}html.dark .ChatLayout-module__1ljIMG__searchTab:hover{border-color:var(--primary);color:var(--primary);background:var(--surface)}.ChatLayout-module__1ljIMG__searchTabActive{border-color:var(--primary,#4f6ef7);color:#fff;background:var(--primary,#4f6ef7)}html.dark .ChatLayout-module__1ljIMG__searchTabActive{border-color:var(--primary);color:#fff;background:var(--primary)}.ChatLayout-module__1ljIMG__searchTabBadge{color:var(--primary,#4f6ef7);text-align:center;background:#4f6ef726;border-radius:10px;min-width:14px;padding:0 4px;font-size:9px}html.dark .ChatLayout-module__1ljIMG__searchTabBadge{color:var(--primary);background:#818cf826}.ChatLayout-module__1ljIMG__searchTabActive .ChatLayout-module__1ljIMG__searchTabBadge{color:#fff;background:#fff3}.ChatLayout-module__1ljIMG__searchHint{color:var(--text-muted,#94a3b8);text-align:center;z-index:1;justify-content:center;align-items:center;gap:6px;padding:14px 12px;font-size:12px;display:flex;position:relative}html.dark .ChatLayout-module__1ljIMG__searchHint{color:var(--text-muted)}.ChatLayout-module__1ljIMG__searchDot{background:var(--primary,#4f6ef7);border-radius:50%;width:6px;height:6px;animation:1s infinite ChatLayout-module__1ljIMG__dotPulse;display:inline-block}@keyframes ChatLayout-module__1ljIMG__dotPulse{0%,to{opacity:1}50%{opacity:.3}}.ChatLayout-module__1ljIMG__searchEllipsis{animation:1.2s step-end infinite ChatLayout-module__1ljIMG__ellipsisBlink;display:inline-block}@keyframes ChatLayout-module__1ljIMG__ellipsisBlink{0%,to{opacity:1}50%{opacity:0}}.ChatLayout-module__1ljIMG__searchResults{z-index:1;scrollbar-width:thin;scrollbar-color:var(--border,#e2e8f0) transparent;flex-direction:column;flex:1;gap:2px;padding:4px 8px 10px;display:flex;position:relative;overflow-y:auto}html.dark .ChatLayout-module__1ljIMG__searchResults{scrollbar-color:var(--border) transparent}.ChatLayout-module__1ljIMG__searchResults::-webkit-scrollbar{width:3px}.ChatLayout-module__1ljIMG__searchResults::-webkit-scrollbar-track{background:0 0}.ChatLayout-module__1ljIMG__searchResults::-webkit-scrollbar-thumb{background:var(--border,#e2e8f0);border-radius:4px}html.dark .ChatLayout-module__1ljIMG__searchResults::-webkit-scrollbar-thumb{background:var(--border)}.ChatLayout-module__1ljIMG__searchItem{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:9px;padding:8px 10px;transition:all .12s;animation:.22s both ChatLayout-module__1ljIMG__itemSlideIn;display:flex}@keyframes ChatLayout-module__1ljIMG__itemSlideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.ChatLayout-module__1ljIMG__searchItem:hover{background:#4f6ef70f;border-color:#4f6ef726}html.dark .ChatLayout-module__1ljIMG__searchItem:hover{background:var(--surface-2);border-color:var(--border)}.ChatLayout-module__1ljIMG__searchItem:hover .ChatLayout-module__1ljIMG__searchItemArrow{color:var(--primary,#4f6ef7)}html.dark .ChatLayout-module__1ljIMG__searchItem:hover .ChatLayout-module__1ljIMG__searchItemArrow{color:var(--primary)}.ChatLayout-module__1ljIMG__searchItemIcon{background:#4f6ef714;border:1px solid #4f6ef726;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;display:flex}html.dark .ChatLayout-module__1ljIMG__searchItemIcon{background:#6366f114;border-color:#6366f126}.ChatLayout-module__1ljIMG__searchItemIconUser{color:var(--accent,#10b981);background:#10b98114;border-color:#10b98126;font-size:12px;font-weight:700}html.dark .ChatLayout-module__1ljIMG__searchItemIconUser{color:var(--accent);background:#10b98114;border-color:#10b98126}.ChatLayout-module__1ljIMG__searchItemBody{flex:1;min-width:0}.ChatLayout-module__1ljIMG__searchItemTitle{color:var(--text,#0f172a);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}html.dark .ChatLayout-module__1ljIMG__searchItemTitle{color:var(--text)}.ChatLayout-module__1ljIMG__searchItemMeta{color:var(--text-muted,#94a3b8);margin-top:2px;font-size:11px}html.dark .ChatLayout-module__1ljIMG__searchItemMeta{color:var(--text-muted)}.ChatLayout-module__1ljIMG__searchItemArrow{color:var(--border,#e2e8f0);flex-shrink:0;font-size:16px;transition:color .15s}html.dark .ChatLayout-module__1ljIMG__searchItemArrow{color:var(--border)}.ChatLayout-module__1ljIMG__searchGroup{border:1px solid var(--border,#e2e8f0);border-radius:10px;margin-bottom:4px;animation:.22s both ChatLayout-module__1ljIMG__itemSlideIn;overflow:hidden}html.dark .ChatLayout-module__1ljIMG__searchGroup{border-color:var(--border)}.ChatLayout-module__1ljIMG__searchGroupLabel{color:var(--primary,#4f6ef7);border-bottom:1px solid var(--border,#e2e8f0);cursor:pointer;background:#4f6ef70a;align-items:center;gap:5px;padding:6px 10px;font-size:12px;font-weight:700;transition:background .12s;display:flex}html.dark .ChatLayout-module__1ljIMG__searchGroupLabel{color:var(--primary);background:var(--surface);border-bottom-color:var(--border)}.ChatLayout-module__1ljIMG__searchGroupLabel:hover{background:#4f6ef714}html.dark .ChatLayout-module__1ljIMG__searchGroupLabel:hover{background:var(--surface-2)}.ChatLayout-module__1ljIMG__searchGroupLabel .ChatLayout-module__1ljIMG__searchItemArrow{color:var(--border,#e2e8f0);margin-left:auto}html.dark .ChatLayout-module__1ljIMG__searchGroupLabel .ChatLayout-module__1ljIMG__searchItemArrow{color:var(--border)}.ChatLayout-module__1ljIMG__searchMsg{color:var(--text-secondary,#475569);cursor:pointer;border-bottom:1px solid var(--border-light,#f1f5f9);flex-wrap:nowrap;align-items:baseline;padding:7px 10px 7px 12px;font-size:12px;line-height:1.5;transition:background .1s;animation:.2s both ChatLayout-module__1ljIMG__itemSlideIn;display:flex;overflow:hidden}html.dark .ChatLayout-module__1ljIMG__searchMsg{color:var(--text-muted);border-bottom-color:var(--border-light)}.ChatLayout-module__1ljIMG__searchMsg:last-child{border-bottom:none}.ChatLayout-module__1ljIMG__searchMsg:hover{background:#4f6ef70a}html.dark .ChatLayout-module__1ljIMG__searchMsg:hover{background:var(--surface-2)}.ChatLayout-module__1ljIMG__searchMsgUser{color:var(--primary,#4f6ef7);flex-shrink:0;font-size:11px;font-weight:700}html.dark .ChatLayout-module__1ljIMG__searchMsgUser{color:var(--primary)}.ChatLayout-module__1ljIMG__searchMsgSep{color:var(--border,#e2e8f0);flex-shrink:0;margin:0 5px}html.dark .ChatLayout-module__1ljIMG__searchMsgSep{color:var(--border)}.ChatLayout-module__1ljIMG__hi{color:var(--primary,#4f6ef7);background:#4f6ef71f;border-radius:2px;padding:0 1px}html.dark .ChatLayout-module__1ljIMG__hi{color:var(--primary);background:#6366f126}.ChatLayout-module__1ljIMG__chatTabs{border-bottom:1px solid var(--border-light,#f1f5f9);flex-shrink:0;display:flex}html.dark .ChatLayout-module__1ljIMG__chatTabs{border-bottom-color:var(--border-light)}.ChatLayout-module__1ljIMG__tab{height:42px;color:var(--text-secondary,#475569);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;font-size:13px;font-weight:600;transition:color .15s,border-color .15s}.ChatLayout-module__1ljIMG__tab:hover{color:var(--text,#0f172a)}.ChatLayout-module__1ljIMG__tabActive{color:var(--primary,#4f6ef7);border-bottom-color:var(--primary,#4f6ef7)}html.dark .ChatLayout-module__1ljIMG__tab{color:var(--text-secondary)}html.dark .ChatLayout-module__1ljIMG__tab:hover{color:var(--text)}html.dark .ChatLayout-module__1ljIMG__tabActive{color:var(--primary);border-bottom-color:var(--primary)}.ChatLayout-module__1ljIMG__createBtn{border:1px dashed var(--primary,#4f6ef7);height:34px;color:var(--primary,#4f6ef7);cursor:pointer;background:#f0f5ff;border-radius:8px;flex-shrink:0;margin:8px 14px 0;font-size:13px;font-weight:600;transition:background .15s}.ChatLayout-module__1ljIMG__createBtn:hover{background:#e0e9ff}html.dark .ChatLayout-module__1ljIMG__createBtn{border-color:var(--primary);background:var(--surface);color:var(--primary)}.ChatLayout-module__1ljIMG__createPanel{border-bottom:1px solid var(--border-light,#f1f5f9);background:#fafbff;flex-direction:column;flex-shrink:0;gap:8px;padding:10px 14px;display:flex}html.dark .ChatLayout-module__1ljIMG__createPanel{border-bottom-color:var(--border-light);background:var(--surface)}.ChatLayout-module__1ljIMG__createInput{border:1px solid var(--border,#e2e8f0);height:32px;color:var(--text,#0f172a);background:var(--surface-2,#f1f5f9);border-radius:6px;padding:0 10px;font-size:13px}.ChatLayout-module__1ljIMG__createInput:focus{border-color:var(--primary,#4f6ef7);background:var(--surface,#fff);outline:none}html.dark .ChatLayout-module__1ljIMG__createInput{border-color:var(--border);background:var(--surface-2);color:var(--text)}html.dark .ChatLayout-module__1ljIMG__createInput:focus{border-color:var(--primary);background:var(--surface)}.ChatLayout-module__1ljIMG__createBtns{gap:6px;display:flex}.ChatLayout-module__1ljIMG__createConfirm{background:var(--primary,#4f6ef7);color:#fff;cursor:pointer;border:none;border-radius:6px;flex:1;height:30px;font-size:13px;font-weight:600}.ChatLayout-module__1ljIMG__createConfirm:disabled{opacity:.5;cursor:not-allowed}.ChatLayout-module__1ljIMG__createCancel{border:1px solid var(--border,#e2e8f0);background:var(--surface,#fff);height:30px;color:var(--text-secondary,#475569);cursor:pointer;border-radius:6px;padding:0 12px;font-size:13px}html.dark .ChatLayout-module__1ljIMG__createCancel{border-color:var(--border);background:var(--surface-2);color:var(--text-muted)}.ChatLayout-module__1ljIMG__chatList{flex:1;overflow-y:auto}.ChatLayout-module__1ljIMG__loadingHint,.ChatLayout-module__1ljIMG__emptyHint{text-align:center;color:var(--text-muted,#94a3b8);padding:24px 0;font-size:13px}:is(html.dark .ChatLayout-module__1ljIMG__loadingHint,html.dark .ChatLayout-module__1ljIMG__emptyHint){color:var(--text-muted)}.ChatLayout-module__1ljIMG__chatItem{cursor:pointer;border:none;border-bottom:1px solid var(--border-light,#f1f5f9);text-align:left;background:0 0;align-items:center;gap:10px;width:100%;padding:10px 14px;transition:background .12s;display:flex}.ChatLayout-module__1ljIMG__chatItem:hover{background:#f5f7ff}.ChatLayout-module__1ljIMG__chatItemActive{background:#eef2ff}html.dark .ChatLayout-module__1ljIMG__chatItem{border-bottom-color:var(--border-light)}html.dark .ChatLayout-module__1ljIMG__chatItem:hover{background:var(--surface-2)}html.dark .ChatLayout-module__1ljIMG__chatItemActive{background:var(--surface);border-bottom-color:var(--border-light)}.ChatLayout-module__1ljIMG__avatar{background:linear-gradient(135deg, var(--primary,#4f6ef7), var(--accent,#10b981));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.ChatLayout-module__1ljIMG__chatInfo{flex:1;min-width:0}.ChatLayout-module__1ljIMG__chatName{color:var(--text,#0f172a);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}html.dark .ChatLayout-module__1ljIMG__chatName{color:var(--text)}.ChatLayout-module__1ljIMG__chatPreview{color:var(--text-muted,#94a3b8);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}html.dark .ChatLayout-module__1ljIMG__chatPreview{color:var(--text-muted)}.ChatLayout-module__1ljIMG__chatTime{color:var(--text-muted,#94a3b8);flex-shrink:0;font-size:11px}html.dark .ChatLayout-module__1ljIMG__chatTime{color:var(--text-muted)}.ChatLayout-module__1ljIMG__groupIcon{margin-left:4px;font-size:12px}.ChatLayout-module__1ljIMG__main{background:var(--bg,#f8fafc);flex-direction:column;flex:1;min-width:0;height:100%;display:flex}html.dark .ChatLayout-module__1ljIMG__main{background:var(--bg)}.ChatLayout-module__1ljIMG__emptyPanel{color:var(--text-muted,#94a3b8);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.ChatLayout-module__1ljIMG__emptyIcon{margin-bottom:12px;font-size:64px}.ChatLayout-module__1ljIMG__emptyPanel p{color:var(--text-secondary,#475569);font-size:15px}.ChatLayout-module__1ljIMG__chatHeader{background:var(--surface,#fff);border-bottom:1px solid var(--border,#e2e8f0);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}html.dark .ChatLayout-module__1ljIMG__chatHeader{background:var(--surface);border-bottom-color:var(--border)}.ChatLayout-module__1ljIMG__chatTitle{color:var(--text,#0f172a);font-size:16px;font-weight:700}html.dark .ChatLayout-module__1ljIMG__chatTitle{color:var(--text)}.ChatLayout-module__1ljIMG__adminLink{color:var(--primary,#4f6ef7);font-size:13px;text-decoration:none}.ChatLayout-module__1ljIMG__adminLink:hover{text-decoration:underline}html.dark .ChatLayout-module__1ljIMG__adminLink{color:var(--primary)}.ChatLayout-module__1ljIMG__msgArea{flex-direction:column;flex:1;gap:10px;padding:16px 20px;display:flex;overflow-y:auto}.ChatLayout-module__1ljIMG__msg{justify-content:flex-start;display:flex}.ChatLayout-module__1ljIMG__msgMine{justify-content:flex-end}.ChatLayout-module__1ljIMG__msgBubble{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:12px;max-width:65%;padding:8px 12px}.ChatLayout-module__1ljIMG__msgMine .ChatLayout-module__1ljIMG__msgBubble{background:#e8f0ff;border-color:#c4d8ff}html.dark .ChatLayout-module__1ljIMG__msgBubble{background:var(--surface);border-color:var(--border)}html.dark .ChatLayout-module__1ljIMG__msgMine .ChatLayout-module__1ljIMG__msgBubble{border-color:var(--primary);background:#6366f126}.ChatLayout-module__1ljIMG__msgUser{color:var(--text-secondary,#475569);margin-bottom:3px;font-size:11px;font-weight:700}.ChatLayout-module__1ljIMG__msgMine .ChatLayout-module__1ljIMG__msgUser{color:var(--primary,#4f6ef7)}html.dark .ChatLayout-module__1ljIMG__msgUser{color:var(--text-muted)}html.dark .ChatLayout-module__1ljIMG__msgMine .ChatLayout-module__1ljIMG__msgUser{color:var(--primary)}.ChatLayout-module__1ljIMG__msgContent{color:var(--text,#0f172a);word-break:break-all;font-size:14px;line-height:1.6}html.dark .ChatLayout-module__1ljIMG__msgContent{color:var(--text)}.ChatLayout-module__1ljIMG__msgTime{color:var(--text-muted,#94a3b8);text-align:right;margin-top:3px;font-size:10px}html.dark .ChatLayout-module__1ljIMG__msgTime{color:var(--text-muted)}.ChatLayout-module__1ljIMG__inputArea{background:var(--surface,#fff);border-top:1px solid var(--border,#e2e8f0);flex-shrink:0;gap:10px;padding:12px 20px 14px;display:flex}html.dark .ChatLayout-module__1ljIMG__inputArea{background:var(--surface);border-top-color:var(--border)}.ChatLayout-module__1ljIMG__input{border:1px solid var(--border,#e2e8f0);height:40px;color:var(--text,#0f172a);background:var(--surface-2,#f1f5f9);border-radius:20px;flex:1;padding:0 16px;font-size:14px}.ChatLayout-module__1ljIMG__input:focus{border-color:var(--primary,#4f6ef7);background:var(--surface,#fff);outline:none}html.dark .ChatLayout-module__1ljIMG__input{border-color:var(--border);background:var(--surface-2);color:var(--text)}html.dark .ChatLayout-module__1ljIMG__input:focus{border-color:var(--primary);background:var(--surface)}.ChatLayout-module__1ljIMG__sendBtn{background:linear-gradient(135deg, var(--primary,#4f6ef7), var(--accent,#10b981));color:#fff;cursor:pointer;border:none;border-radius:20px;flex-shrink:0;height:40px;padding:0 20px;font-size:14px;font-weight:700}.ChatLayout-module__1ljIMG__sendBtn:disabled{opacity:.5;cursor:not-allowed}.ChatLayout-module__1ljIMG__noUser{color:var(--text-secondary,#475569);flex:1;justify-content:center;align-items:center;font-size:15px;display:flex}.ChatLayout-module__1ljIMG__noUser a{color:var(--primary,#4f6ef7)}html.dark .ChatLayout-module__1ljIMG__noUser{color:var(--text-secondary)}html.dark .ChatLayout-module__1ljIMG__noUser a{color:var(--primary)}
