._page_1vrvp_1{display:flex;align-items:center;justify-content:center;height:100%;background:var(--bg-primary)}._card_1vrvp_9{background:var(--bg-secondary);border-radius:var(--radius-md);padding:40px;width:100%;max-width:380px;display:flex;flex-direction:column;gap:20px}._title_1vrvp_20{font-size:22px;font-weight:600;text-align:center;color:var(--text-primary)}._tabs_1vrvp_27{display:flex;border-bottom:1px solid var(--border);gap:0}._tab_1vrvp_27{flex:1;padding:10px;text-align:center;color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}._tab_1vrvp_27._active_1vrvp_45{color:var(--accent);border-bottom-color:var(--accent)}._form_1vrvp_50{display:flex;flex-direction:column;gap:12px}._input_1vrvp_56{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;color:var(--text-primary);font-size:14px;transition:border-color .15s}._input_1vrvp_56:focus{border-color:var(--accent)}._input_1vrvp_56::placeholder{color:var(--text-hint)}._btn_1vrvp_74{background:var(--accent);color:#fff;border-radius:var(--radius-sm);padding:11px;font-size:14px;font-weight:600;transition:background .15s;margin-top:4px}._btn_1vrvp_74:hover{background:var(--accent-hover)}._btn_1vrvp_74:disabled{opacity:.5;cursor:not-allowed}._error_1vrvp_88{color:var(--danger);font-size:13px;text-align:center}._hint_1vrvp_94{color:var(--text-hint);font-size:12px;text-align:center}._sidebar_1s7p7_1{width:var(--sidebar-width);min-width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100%}._header_1s7p7_11{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}._profileBtn_1s7p7_19{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s}._profileBtn_1s7p7_19:hover{opacity:.85}._searchInput_1s7p7_36{flex:1;background:var(--bg-tertiary);border-radius:20px;padding:8px 14px;font-size:13px;color:var(--text-primary)}._searchInput_1s7p7_36::placeholder{color:var(--text-hint)}._newChatBtn_1s7p7_47{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}._newChatBtn_1s7p7_47:hover{background:var(--accent-hover)}._list_1s7p7_63{flex:1;overflow-y:auto}._chatItem_1s7p7_68{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background .1s}._chatItem_1s7p7_68:hover{background:var(--bg-hover)}._chatItem_1s7p7_68._active_1s7p7_78{background:var(--bg-active)}._avatar_1s7p7_80{width:46px;height:46px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0;color:#fff}._info_1s7p7_94{flex:1;min-width:0}._chatName_1s7p7_99{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._lastMsg_1s7p7_107{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}._meta_1s7p7_116{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}._time_1s7p7_124{font-size:11px;color:var(--text-hint)}._unreadBadge_1s7p7_129{background:var(--accent);color:#fff;font-size:11px;font-weight:600;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px}._loading_1s7p7_143{padding:12px 16px;display:flex;flex-direction:column;gap:10px}._skeleton_1s7p7_150{height:52px;border-radius:var(--radius-md);background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--bg-hover) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;animation:_shimmer_1s7p7_1 1.5s infinite}@keyframes _shimmer_1s7p7_1{0%{background-position:200% 0}to{background-position:-200% 0}}._emptyList_1s7p7_163{padding:24px 16px;text-align:center;color:var(--text-hint);font-size:13px}@media (max-width: 768px){._sidebar_1s7p7_1{width:100%;min-width:100%}}._container_1i0cj_1{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:2px;position:relative}._loadMore_1i0cj_11{text-align:center;padding:8px;margin-bottom:8px}._loadMoreBtn_1i0cj_17{color:var(--accent);font-size:13px;padding:6px 14px;border-radius:14px;transition:background .15s}._loadMoreBtn_1i0cj_17:hover{background:var(--bg-hover)}._dateDivider_1i0cj_27{text-align:center;color:var(--text-hint);font-size:12px;padding:8px 0}._messageRow_1i0cj_34{display:flex;justify-content:flex-start;align-items:flex-start;transition:background .15s}._messageRow_1i0cj_34._out_1i0cj_41{justify-content:flex-end}._messageRow_1i0cj_34._selected_1i0cj_45{background:#5288c11a;border-radius:var(--radius-sm)}._checkbox_1i0cj_51{display:flex;align-items:center;padding:8px 8px 8px 0;flex-shrink:0}._checkbox_1i0cj_51 input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}._bubble_1i0cj_65{max-width:65%;padding:8px 12px;border-radius:var(--radius-lg);background:var(--bg-message-in);position:relative;line-height:1.5;-webkit-user-select:text;user-select:text}._messageRow_1i0cj_34._out_1i0cj_41 ._bubble_1i0cj_65{background:var(--bg-message-out);border-bottom-right-radius:4px}._messageRow_1i0cj_34:not(._out_1i0cj_41) ._bubble_1i0cj_65{border-bottom-left-radius:4px}._sender_1i0cj_84{font-size:12px;font-weight:600;color:var(--accent);margin-bottom:3px}._text_1i0cj_91{font-size:14px;word-break:break-word;white-space:pre-wrap}._deletedText_1i0cj_97{font-size:13px;color:var(--text-deleted);font-style:italic}._mention_1i0cj_103{color:var(--accent);font-weight:500}._forwardedHeader_1i0cj_109{font-size:12px;color:var(--accent);font-style:italic;margin-bottom:4px;display:flex;align-items:center;gap:4px}._forwardedIcon_1i0cj_119{font-style:normal}._quoteBlock_1i0cj_124{background:var(--bg-tertiary);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:4px 8px;margin-bottom:6px;cursor:pointer;transition:background .1s}._quoteBlock_1i0cj_124:hover{background:var(--bg-hover)}._quoteSender_1i0cj_138{font-size:11px;font-weight:600;color:var(--accent)}._quoteText_1i0cj_144{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}._highlight_1i0cj_154{animation:_highlightPulse_1i0cj_1 1.5s ease-out}@keyframes _highlightPulse_1i0cj_1{0%{background:#5288c140}to{background:transparent}}._meta_1i0cj_163{display:flex;align-items:center;gap:6px;justify-content:flex-end;margin-top:4px}._time_1i0cj_171{font-size:11px;color:var(--text-hint)}._edited_1i0cj_176{font-size:11px;color:var(--text-hint);font-style:italic}._statusCheck_1i0cj_183{font-size:12px;color:var(--text-hint);letter-spacing:-2px;margin-left:2px}._statusRead_1i0cj_190{color:var(--accent)}._threadBtn_1i0cj_195{margin-top:5px;display:flex;align-items:center;gap:5px;color:var(--accent);font-size:12px;padding:3px 0;transition:opacity .15s}._threadBtn_1i0cj_195:hover{opacity:.8}._reactions_1i0cj_209{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}._reactionBadge_1i0cj_216{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;font-size:13px;background:var(--bg-tertiary);border:1px solid var(--border);cursor:default}._reactionOwn_1i0cj_228{border-color:var(--accent);background:#5288c126}._selectBar_1i0cj_234{position:sticky;bottom:0;display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--bg-secondary);border-top:1px solid var(--border);z-index:10}._selectCount_1i0cj_246{font-size:13px;color:var(--text-secondary);flex:1}._selectAction_1i0cj_252{padding:8px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-primary);background:var(--bg-tertiary);transition:background .15s}._selectAction_1i0cj_252:hover{background:var(--bg-hover)}._selectAction_1i0cj_252:disabled{opacity:.4;cursor:not-allowed}._ctxOverlay_1i0cj_266{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}._contextMenu_1i0cj_273{position:fixed;z-index:1000;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 4px 20px #0006;min-width:200px;padding:4px 0;animation:_ctxFadeIn_1i0cj_1 .12s ease-out}@keyframes _ctxFadeIn_1i0cj_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._ctxReactions_1i0cj_290{display:flex;justify-content:center;gap:2px;padding:8px 12px}._ctxReactionBtn_1i0cj_297{width:36px;height:36px;font-size:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .1s,background .1s}._ctxReactionBtn_1i0cj_297:hover{background:var(--bg-hover);transform:scale(1.2)}._ctxDivider_1i0cj_313{height:1px;background:var(--border);margin:2px 0}._ctxItem_1i0cj_319{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;font-size:14px;color:var(--text-primary);transition:background .1s;text-align:left}._ctxItem_1i0cj_319:hover{background:var(--bg-hover)}._ctxIcon_1i0cj_335{font-size:16px;width:20px;text-align:center;color:var(--text-secondary)}._ctxDanger_1i0cj_342,._ctxDanger_1i0cj_342 ._ctxIcon_1i0cj_335{color:var(--danger)}._editWrap_1i0cj_351{display:flex;flex-direction:column;gap:6px}._editInput_1i0cj_357{background:var(--bg-tertiary);padding:8px 10px;border-radius:var(--radius-sm);font-size:14px;resize:none;min-height:40px;max-height:120px;border:1px solid var(--accent)}._editActions_1i0cj_368{display:flex;justify-content:flex-end;gap:6px}._editCancel_1i0cj_374{font-size:12px;color:var(--text-secondary);padding:4px 10px;border-radius:var(--radius-sm)}._editCancel_1i0cj_374:hover{background:var(--bg-hover)}._editSave_1i0cj_383{font-size:12px;color:var(--accent);padding:4px 10px;border-radius:var(--radius-sm)}._editSave_1i0cj_383:hover{background:var(--bg-hover)}._loadingWrap_1i0cj_393{display:flex;flex-direction:column;gap:12px;padding:16px 0}._msgSkeleton_1i0cj_400{display:flex;flex-direction:column;gap:6px;max-width:55%;padding:12px 16px;border-radius:var(--radius-lg);background:var(--bg-message-in)}._msgSkeleton_1i0cj_400._skeletonOut_1i0cj_410{align-self:flex-end;background:var(--bg-message-out)}._skeletonLine_1i0cj_415{height:12px;border-radius:6px;background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--bg-hover) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;animation:_shimmer_1i0cj_1 1.5s infinite}@keyframes _shimmer_1i0cj_1{0%{background-position:200% 0}to{background-position:-200% 0}}._wrapper_1mtgl_1{border-top:1px solid var(--border);background:var(--bg-secondary)}._container_1mtgl_6{padding:12px 16px;display:flex;align-items:flex-end;gap:10px}._textarea_1mtgl_13{flex:1;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px;font-size:14px;color:var(--text-primary);resize:none;max-height:140px;line-height:1.5;transition:border-color .15s}._textarea_1mtgl_13:focus{border-color:var(--accent)}._textarea_1mtgl_13::placeholder{color:var(--text-hint)}._sendBtn_1mtgl_30{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s}._sendBtn_1mtgl_30:hover{background:var(--accent-hover)}._sendBtn_1mtgl_30:active{transform:scale(.93)}._sendBtn_1mtgl_30:disabled{opacity:.4;cursor:not-allowed}._sendIcon_1mtgl_47{width:18px;height:18px;fill:currentColor}._quoteBar_1mtgl_54{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--bg-tertiary);border-left:3px solid var(--accent);margin:8px 16px 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0}._quoteBarContent_1mtgl_65{flex:1;min-width:0;overflow:hidden}._quoteBarSender_1mtgl_71{font-size:12px;font-weight:600;color:var(--accent)}._quoteBarText_1mtgl_77{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._quoteBarClose_1mtgl_85{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-hint);transition:background .1s}._quoteBarClose_1mtgl_85:hover{background:var(--bg-hover);color:var(--text-primary)}._panel_98za8_1{width:var(--thread-width);min-width:var(--thread-width);background:var(--bg-tertiary);border-left:1px solid var(--border);display:flex;flex-direction:column;height:100%}._header_98za8_11{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}._title_98za8_19{font-size:15px;font-weight:600}._closeBtn_98za8_24{color:var(--text-secondary);font-size:20px;line-height:1;padding:2px 6px;border-radius:4px;transition:background .1s}._closeBtn_98za8_24:hover{background:var(--bg-hover)}._parentMsg_98za8_35{padding:12px 16px;border-bottom:1px solid var(--border);background:var(--bg-secondary)}._parentLabel_98za8_41{font-size:11px;color:var(--text-hint);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}._parentText_98za8_49{font-size:13px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._messages_98za8_57{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:8px}._empty_98za8_66{color:var(--text-hint);font-size:13px;text-align:center;margin-top:24px}._bubble_98za8_73{background:var(--bg-message-in);border-radius:var(--radius-md);padding:8px 12px}._sender_98za8_79{font-size:12px;font-weight:600;color:var(--accent);margin-bottom:3px}._text_98za8_86{font-size:13px;line-height:1.5;word-break:break-word}._time_98za8_92{font-size:11px;color:var(--text-hint);margin-top:4px;text-align:right}._bar_esudq_1{display:flex;align-items:center;gap:6px;padding:8px 16px;background:var(--bg-secondary);border-bottom:1px solid var(--border);cursor:pointer;min-height:40px}._content_esudq_12{flex:1;min-width:0;overflow:hidden}._label_esudq_18{font-size:11px;font-weight:600;color:var(--accent);margin-bottom:2px}._preview_esudq_25{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sender_esudq_32{font-weight:600;color:var(--text-primary)}._text_esudq_37{color:var(--text-secondary)}._navBtn_esudq_41{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text-secondary);flex-shrink:0;transition:background .1s}._navBtn_esudq_41:hover{background:var(--bg-hover);color:var(--text-primary)}._closeBtn_esudq_59{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-hint);flex-shrink:0;transition:background .1s}._closeBtn_esudq_59:hover{background:var(--bg-hover);color:var(--danger)}._overlay_1wab1_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._modal_1wab1_11{background:var(--bg-secondary);border-radius:var(--radius-md);padding:28px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:14px}._title_1wab1_22{font-size:17px;font-weight:600}._tabs_1wab1_27{display:flex;gap:8px}._tab_1wab1_27{flex:1;padding:8px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-secondary);background:var(--bg-tertiary);transition:background .15s,color .15s}._tab_1wab1_27._active_1wab1_43{background:var(--accent);color:#fff}._input_1wab1_48{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;color:var(--text-primary);font-size:14px;transition:border-color .15s}._input_1wab1_48:focus{border-color:var(--accent)}._input_1wab1_48::placeholder{color:var(--text-hint)}._hint_1wab1_61{font-size:12px;color:var(--text-hint)}._actions_1wab1_66{display:flex;gap:10px;margin-top:4px}._btn_1wab1_72{flex:1;padding:10px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;transition:background .15s}._btnPrimary_1wab1_81{background:var(--accent);color:#fff}._btnPrimary_1wab1_81:hover{background:var(--accent-hover)}._btnPrimary_1wab1_81:disabled{opacity:.5;cursor:not-allowed}._btnSecondary_1wab1_89{background:var(--bg-tertiary);color:var(--text-secondary)}._btnSecondary_1wab1_89:hover{background:var(--bg-hover)}._error_1wab1_96{color:var(--danger);font-size:13px}._overlay_jbna3_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100}._modal_jbna3_11{background:var(--bg-secondary);border-radius:var(--radius-md);padding:24px;width:100%;max-width:400px;max-height:70vh;display:flex;flex-direction:column;gap:12px}._title_jbna3_23{font-size:17px;font-weight:600}._search_jbna3_28{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 14px;color:var(--text-primary);font-size:14px;transition:border-color .15s}._search_jbna3_28:focus{border-color:var(--accent)}._search_jbna3_28::placeholder{color:var(--text-hint)}._list_jbna3_41{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px}._chatItem_jbna3_49{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);text-align:left;transition:background .1s;width:100%}._chatItem_jbna3_49:hover{background:var(--bg-hover)}._chatItem_jbna3_49:disabled{opacity:.5;cursor:not-allowed}._avatar_jbna3_63{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}._chatInfo_jbna3_77{min-width:0;flex:1}._chatName_jbna3_82{font-size:14px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chatType_jbna3_91{font-size:12px;color:var(--text-hint)}._empty_jbna3_96{text-align:center;padding:20px;color:var(--text-hint);font-size:13px}._cancelBtn_jbna3_103{width:100%;padding:10px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;background:var(--bg-tertiary);color:var(--text-secondary);transition:background .15s}._cancelBtn_jbna3_103:hover{background:var(--bg-hover)}._overlay_1k65s_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000080}._panel_1k65s_8{width:var(--sidebar-width);height:100%;background:var(--bg-secondary);display:flex;flex-direction:column;animation:_slideIn_1k65s_1 .2s ease-out}@keyframes _slideIn_1k65s_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._header_1k65s_22{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}._backBtn_1k65s_30{width:34px;height:34px;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .15s}._backBtn_1k65s_30:hover{background:var(--bg-hover)}._title_1k65s_43{flex:1;font-size:16px;font-weight:600}._editBtn_1k65s_49{width:34px;height:34px;border-radius:50%;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .15s}._editBtn_1k65s_49:hover{background:var(--bg-hover)}._avatarSection_1k65s_62{display:flex;flex-direction:column;align-items:center;padding:24px 16px;gap:8px}._avatar_1k65s_62{width:80px;height:80px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:600}._mainName_1k65s_83{font-size:18px;font-weight:600}._username_1k65s_88{font-size:14px;color:var(--text-secondary)}._info_1k65s_93{flex:1;padding:0 16px}._infoRow_1k65s_98{padding:12px 0;border-bottom:1px solid var(--border)}._infoLabel_1k65s_103{font-size:12px;color:var(--text-hint);margin-bottom:4px}._infoValue_1k65s_109{font-size:14px;color:var(--text-primary)}._form_1k65s_114{flex:1;padding:16px;display:flex;flex-direction:column;gap:8px}._label_1k65s_122{font-size:12px;color:var(--accent);margin-top:8px}._input_1k65s_128{background:var(--bg-tertiary);padding:10px 14px;border-radius:var(--radius-sm);font-size:14px;border-bottom:2px solid transparent;transition:border-color .15s}._input_1k65s_128:focus{border-bottom-color:var(--accent)}._textarea_1k65s_139{background:var(--bg-tertiary);padding:10px 14px;border-radius:var(--radius-sm);font-size:14px;resize:none;border-bottom:2px solid transparent;transition:border-color .15s}._textarea_1k65s_139:focus{border-bottom-color:var(--accent)}._formActions_1k65s_151{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}._cancelBtn_1k65s_158{padding:8px 18px;border-radius:var(--radius-sm);font-size:13px;color:var(--text-secondary);transition:background .15s}._cancelBtn_1k65s_158:hover{background:var(--bg-hover)}._saveBtn_1k65s_168{padding:8px 18px;border-radius:var(--radius-sm);font-size:13px;background:var(--accent);color:#fff;transition:background .15s}._saveBtn_1k65s_168:hover{background:var(--accent-hover)}._logoutBtn_1k65s_179{margin:12px 16px;padding:10px;border-radius:var(--radius-sm);color:var(--danger);font-size:14px;text-align:center;transition:background .15s}._logoutBtn_1k65s_179:hover{background:var(--bg-hover)}@media (max-width: 768px){._panel_1k65s_8{width:100%}}._layout_d556o_1{display:flex;height:100%;overflow:hidden}._main_d556o_7{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-primary)}._chatHeader_d556o_15{padding:12px 20px;border-bottom:1px solid var(--border);background:var(--bg-secondary);display:flex;align-items:center;gap:12px}._chatAvatar_d556o_24{width:38px;height:38px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;flex-shrink:0}._chatName_d556o_38{font-size:15px;font-weight:600}._chatMeta_d556o_43{font-size:12px;color:var(--text-secondary);margin-top:1px}._empty_d556o_49{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:var(--text-hint)}._emptyIcon_d556o_59{font-size:48px;opacity:.4}._emptyText_d556o_64{font-size:15px}._sidebarWrap_d556o_68,._threadWrap_d556o_72{flex-shrink:0}._backBtn_d556o_76{display:none;width:34px;height:34px;border-radius:50%;font-size:18px;color:var(--text-primary);align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}._backBtn_d556o_76:hover{background:var(--bg-hover)}@media (max-width: 768px){._layout_d556o_1{position:relative}._sidebarWrap_d556o_68{width:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}._sidebarWrap_d556o_68._hideMobile_d556o_106{display:none}._main_d556o_7{width:100%}._main_d556o_7._hideMobile_d556o_106{display:none}._backBtn_d556o_76{display:flex}._threadWrap_d556o_72{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:var(--bg-primary)}}._container_1eoq4_1{position:fixed;top:16px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:360px}._toast_1eoq4_12{padding:12px 18px;border-radius:var(--radius-md);font-size:13px;line-height:1.4;cursor:pointer;animation:_slideIn_1eoq4_1 .25s ease-out;box-shadow:0 4px 12px #0006}._error_1eoq4_22{background:#3d1f1f;color:#f5a5a5;border:1px solid #5a2a2a}._success_1eoq4_28{background:#1f3d2a;color:#a5f5b5;border:1px solid #2a5a35}._info_1eoq4_34{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}@keyframes _slideIn_1eoq4_1{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}:root{--bg-primary: #17212b;--bg-secondary: #232e3c;--bg-tertiary: #1c2733;--bg-hover: #2b3a4a;--bg-active: #2b5278;--bg-message-out: #2b5278;--bg-message-in: #182533;--text-primary: #e8e8e8;--text-secondary: #8a9bb0;--text-hint: #5c7a99;--text-deleted: #5c7a99;--accent: #5288c1;--accent-hover: #6399d4;--danger: #e55555;--border: #1c2733;--scrollbar: #2b3a4a;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 18px;--sidebar-width: 320px;--thread-width: 340px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none;color:inherit;font:inherit}input,textarea{font:inherit;color:inherit;background:none;border:none;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}
