.page_page__N3y4V{min-height:100vh;display:flex;flex-direction:column}.page_header__P45xg{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.page_title__RAN_X{font-size:20px;font-weight:700}.page_headerActions__V_mgX{display:flex;align-items:center;gap:8px}.page_newRoom__jSeh_{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;font-size:18px;font-weight:700;line-height:1}.page_newRoom__jSeh_:hover{background:var(--accent-hover)}@media (max-width:640px){.page_page__N3y4V{padding-bottom:60px}}.ChatUnreadProvider_toast__jORyC{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:1000;display:flex;flex-direction:column;gap:4px;max-width:calc(100vw - 32px);padding:12px 16px;border-radius:var(--radius);border:1px solid var(--accent);background:var(--background);box-shadow:var(--shadow);font-size:14px;color:var(--foreground);cursor:pointer;text-align:left}.ChatUnreadProvider_toastHint__msNvF{font-size:11px;color:var(--foreground-muted)}.ChatUnreadProvider_toast__jORyC strong{font-size:13px;color:var(--accent)}.BottomNav_nav__5ZBqR{position:fixed;bottom:0;left:0;right:0;display:none;border-top:1px solid var(--border);background:var(--background);z-index:10}.BottomNav_item__qH7Hi{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0 10px;color:var(--foreground-muted);font-size:11px;border:none;background:none;font-family:inherit;cursor:pointer}.BottomNav_iconWrap__KONpg{position:relative;display:inline-flex}.BottomNav_navBadge__NRdih{position:absolute;top:-4px;right:-10px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.BottomNav_icon__30uKk{font-size:20px}.BottomNav_active__UHucE{color:var(--accent)}.BottomNav_more__wBSzl{position:relative;flex:1 1;display:flex}.BottomNav_more__wBSzl .BottomNav_item__qH7Hi{width:100%}.BottomNav_menu__HQKVs{position:absolute;bottom:calc(100% + 8px);right:8px;display:flex;flex-direction:column;min-width:140px;padding:6px;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);box-shadow:var(--shadow);z-index:20}.BottomNav_menuItem__G2wIj{padding:10px 12px;border:none;border-radius:var(--radius);background:none;color:var(--foreground);font-size:14px;font-family:inherit;text-align:left;cursor:pointer}.BottomNav_menuItem__G2wIj:hover{background:var(--background-secondary)}@media (max-width:640px){.BottomNav_nav__5ZBqR{display:flex}}.UserProfileModal_overlay__Y9k8Q{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.45)}.UserProfileModal_modal__bFwR6{position:relative;width:100%;max-width:320px;padding:28px 24px 24px;border-radius:20px;border:1px solid var(--border);background:var(--background);box-shadow:var(--shadow);text-align:center}.UserProfileModal_closeButton__WhulT{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:50%;background:var(--background-secondary);color:var(--foreground-muted);font-size:22px;line-height:1;cursor:pointer}.UserProfileModal_closeButton__WhulT:hover{color:var(--foreground)}.UserProfileModal_avatarLarge___1CB2{display:flex;align-items:center;justify-content:center;width:96px;height:96px;margin:0 auto 16px;border-radius:50%;background:var(--background-secondary);color:var(--foreground);font-size:36px;font-weight:700;overflow:hidden}.UserProfileModal_avatarImage__tCalL{width:100%;height:100%;object-fit:cover}.UserProfileModal_name__ypwzP{font-size:20px;font-weight:700;color:var(--foreground);margin-bottom:6px}.UserProfileModal_email____0Z7{font-size:14px;color:var(--foreground-muted);margin-bottom:20px;word-break:break-all}.UserProfileModal_chatButton__qDRpC{display:inline-block;padding:12px 24px;border-radius:999px;background:var(--accent);color:#fff;font-size:14px;font-weight:600;text-decoration:none}.UserProfileModal_chatButton__qDRpC:hover{background:var(--accent-hover)}.UserProfileModal_callButton__QXeEx{display:block;width:100%;margin-top:10px;padding:12px 24px;border:1px solid var(--accent);border-radius:999px;background:var(--background);color:var(--accent);font-size:14px;font-weight:600;text-decoration:none}.UserProfileModal_callButton__QXeEx:hover{background:var(--background-secondary)}.UserProfileModal_blockButton__qCaDg{display:block;width:100%;margin-top:10px;padding:12px 24px;border:1px solid var(--border);border-radius:999px;background:var(--background);color:var(--foreground-muted);font-size:14px;font-weight:600;cursor:pointer}.UserProfileModal_blockButton__qCaDg:hover{border-color:#ef4444;color:#ef4444}.FriendList_container__8YrLv{display:flex;flex-direction:column;flex:1 1}.FriendList_searchBox__RX4_X{position:relative;padding:12px 16px;border-bottom:1px solid var(--border)}.FriendList_searchInput__j8aMs{width:100%;height:40px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:var(--background);color:var(--foreground);font-size:14px;outline:none}.FriendList_searchInput__j8aMs:focus{border-color:var(--accent)}.FriendList_searchResults__55TEV{list-style:none;margin-top:8px;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);box-shadow:var(--shadow);overflow:hidden}.FriendList_searchItem__8uJcv{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px}.FriendList_searchItem__8uJcv:not(:last-child){border-bottom:1px solid var(--border)}.FriendList_searchLink__Sdxde{display:flex;align-items:center;gap:10px;flex:1 1;min-width:0;color:inherit;text-decoration:none}.FriendList_searchInfo__sWdDj{display:flex;flex-direction:column;font-size:14px;font-weight:600;color:var(--foreground);min-width:0}.FriendList_searchEmail__gQchI{font-size:12px;font-weight:400;color:var(--foreground-muted)}.FriendList_addButton__rRpX6{flex-shrink:0;min-height:36px;padding:6px 14px;border:none;border-radius:999px;background:var(--accent);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.FriendList_addButton__rRpX6:hover{background:var(--accent-hover)}.FriendList_requestButton__kIv1r{flex-shrink:0;min-height:36px;padding:6px 14px;border:1px solid var(--accent);border-radius:999px;background:var(--background);color:var(--accent);font-size:13px;font-weight:600;cursor:pointer}.FriendList_requestButton__kIv1r:hover:not(:disabled){background:var(--background-secondary)}.FriendList_addButton__rRpX6:disabled,.FriendList_cancelButton__pg7_M:disabled,.FriendList_requestButton__kIv1r:disabled{opacity:.6;cursor:not-allowed}.FriendList_cancelButton__pg7_M{flex-shrink:0;min-height:36px;padding:6px 14px;border:1px solid var(--border);border-radius:999px;background:var(--background);color:var(--foreground-muted);font-size:13px;font-weight:600;cursor:pointer}.FriendList_cancelButton__pg7_M:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.FriendList_friendBadge__oglyP,.FriendList_pendingBadge__krUrz{flex-shrink:0;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600}.FriendList_pendingBadge__krUrz{background:var(--background-secondary);color:var(--foreground-muted)}.FriendList_friendBadge__oglyP{background:#e8f4ff;color:var(--accent)}.FriendList_incomingSection__1itzH{border-bottom:8px solid var(--background-secondary)}.FriendList_tabs__VZeTs{display:flex;border-bottom:1px solid var(--border)}.FriendList_tab__heW6F{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 12px;border:none;border-bottom:2px solid transparent;background:none;color:var(--foreground-muted);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}.FriendList_activeTab__uqxbQ{color:var(--accent);border-bottom-color:var(--accent)}.FriendList_tabBadge__wxIZm{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.FriendList_requestsPanel__WA8s6{flex:1 1;overflow-y:auto}.FriendList_requestSection__8dhEp{border-bottom:8px solid var(--background-secondary)}.FriendList_incomingTitle__NfoZ_,.FriendList_requestTitle__xyL55{padding:14px 16px 0;font-size:13px;font-weight:700;color:var(--foreground-muted)}.FriendList_requestEmpty__BilTN{padding:24px 16px;font-size:14px;color:var(--foreground-muted)}.FriendList_actionError__6wp5K{margin:0 16px 8px;padding:10px 12px;border-radius:var(--radius);background:#fef2f2;color:#dc2626;font-size:13px}.FriendList_list__CzVos{list-style:none;display:flex;flex-direction:column}.FriendList_item__EPr3z{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);transition:background-color .15s ease}.FriendList_item__EPr3z:hover{background:var(--background-secondary)}.FriendList_itemLink__JrscM{flex:1 1;min-width:0;color:inherit;text-decoration:none}.FriendList_avatarButton__OCeMl{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:var(--background-secondary);color:var(--foreground);font-weight:700;flex-shrink:0;overflow:hidden;cursor:pointer}.FriendList_avatarButton__OCeMl:hover{outline:2px solid var(--accent);outline-offset:2px}.FriendList_avatar__3FvFO{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--background-secondary);color:var(--foreground);font-weight:700;flex-shrink:0;overflow:hidden}.FriendList_avatarImage__BuuIR{width:100%;height:100%;object-fit:cover}.FriendList_info__P6BDT{flex:1 1;display:flex;flex-direction:column;gap:2px;min-width:0}.FriendList_nameRow__1NvLH{display:flex;align-items:center;justify-content:space-between;gap:8px}.FriendList_name__3_3_m{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;color:var(--foreground)}.FriendList_meta__49DR_{flex-shrink:0;display:flex;align-items:center;gap:6px}.FriendList_time__eJUOk{font-size:12px;color:var(--foreground-muted);white-space:nowrap}.FriendList_unreadName__Zossa{font-weight:700}.FriendList_unreadBadge__wla0Y{flex-shrink:0;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center}.FriendList_last__fl2Rn{font-size:13px;color:var(--foreground-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FriendList_unreadLast__XksHf{color:var(--foreground);font-weight:600}.FriendList_empty__6K6Av{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;text-align:center;color:var(--foreground-muted);font-size:14px}.FriendList_blockButton__j7DUJ,.FriendList_unblockButton__vgh1h{flex-shrink:0;padding:6px 12px;border:1px solid var(--border);border-radius:999px;background:var(--background);color:var(--foreground-muted);font-size:12px;font-weight:600;cursor:pointer}.FriendList_blockButton__j7DUJ:hover,.FriendList_unblockButton__vgh1h:hover{border-color:#ef4444;color:#ef4444}.FriendList_unblockButton__vgh1h:hover{border-color:var(--accent);color:var(--accent)}.FriendList_blockButton__j7DUJ:disabled,.FriendList_unblockButton__vgh1h:disabled{opacity:.6;cursor:not-allowed}.FriendList_blockedSection__8dtFb{border-top:8px solid var(--background-secondary)}.FriendList_blockedTitle__aSXwW{padding:14px 16px 0;font-size:13px;font-weight:700;color:var(--foreground-muted)}.FriendList_loginLink__mq9c1{padding:10px 24px;border-radius:999px;background:var(--accent);color:#fff;font-size:14px;font-weight:600}.GroupRoomList_list__wJVtv{list-style:none;display:flex;flex-direction:column}.GroupRoomList_item__KnjBY{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);transition:background-color .15s ease}.GroupRoomList_avatar__bieqS,.GroupRoomList_item__KnjBY:hover{background:var(--background-secondary)}.GroupRoomList_avatar__bieqS{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:var(--foreground);font-size:18px;flex-shrink:0}.GroupRoomList_info__VmNy_{flex:1 1;display:flex;flex-direction:column;gap:2px;min-width:0}.GroupRoomList_nameRow__I6XeH{display:flex;align-items:center;justify-content:space-between;gap:8px}.GroupRoomList_name__ND3NI{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;color:var(--foreground)}.GroupRoomList_meta__QYzBV{flex-shrink:0;display:flex;align-items:center;gap:6px}.GroupRoomList_time__Pj67R{font-size:12px;color:var(--foreground-muted);white-space:nowrap}.GroupRoomList_unreadName__V8Pbj{font-weight:700}.GroupRoomList_unreadBadge__YjFd6{flex-shrink:0;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center}.GroupRoomList_last__pXuUI{font-size:13px;color:var(--foreground-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GroupRoomList_unreadLast__sQH19{color:var(--foreground);font-weight:600}