.ChatList_container__DZoHx{max-width:600px;margin:0 auto;padding:0}.ChatList_header__TrEen{padding:1.5rem 1rem;background:#fff;border-bottom:1px solid #e5e5e5}.ChatList_header__TrEen h1{margin:0;font-size:1.75rem;font-weight:700;color:#000}.ChatList_filterBar___cR1d{display:flex;gap:.75rem;padding:1rem;background:#fff;border-bottom:1px solid #f0f0f0;overflow-x:auto;scrollbar-width:none}.ChatList_filterBar___cR1d::-webkit-scrollbar{display:none}.ChatList_filterBar___cR1d .ChatList_filterTab__n7Cag{padding:.5rem 1.25rem;border-radius:20px;border:1px solid #e5e5e5;background:#fff;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;white-space:nowrap;transition:all .2s ease}.ChatList_filterBar___cR1d .ChatList_filterTab__n7Cag:hover{background:#f5f5f5}.ChatList_filterBar___cR1d .ChatList_filterTab__n7Cag.ChatList_activeTab__w8Xn3{background:#000;color:#fff;border-color:#000}.ChatList_loading__fHk4r,.ChatList_notLoggedIn__29fzc{padding:3rem 1rem;text-align:center;color:#999}.ChatList_spinner__sZoos{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid var(--color-primary,#4bb85a);border-radius:50%;animation:ChatList_spin__oRTnj 1s linear infinite;margin:0 auto}@keyframes ChatList_spin__oRTnj{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ChatList_empty__9cccL{padding:3rem 1.5rem;text-align:center;color:#999}.ChatList_empty__9cccL p{margin:.5rem 0;font-size:1rem}.ChatList_empty__9cccL p:first-child{margin-top:0;font-weight:500}.ChatList_empty__9cccL .ChatList_emptySmall__6Xof9{font-size:.9rem;color:#bbb}.ChatList_chatsList__5tIPk{background:#fff}.ChatList_chatItem__4bcry{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;text-decoration:none;color:inherit;transition:background .2s ease}.ChatList_chatItem__4bcry:hover{background:#f9f9f9}.ChatList_chatItem__4bcry.ChatList_unread__UC3GY .ChatList_lastMessage__KGsGX{font-weight:700;color:#000}.ChatList_chatItem__4bcry.ChatList_unread__UC3GY .ChatList_name__UHHwg{font-weight:700}.ChatList_avatar__hlqHx{position:relative;flex-shrink:0;width:48px;height:48px;border-radius:50%}.ChatList_unreadDot__SPeKF{position:absolute;top:0;right:0;width:12px;height:12px;background-color:#4bb85a;border:2px solid #fff;border-radius:50%;z-index:2}.ChatList_avatarImage__PUDCa{width:100%;height:100%;border-radius:50%;object-fit:cover}.ChatList_avatarFallback__k1W18{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ddd;color:#666;font-size:1.1rem;font-weight:600}.ChatList_content__DstvM{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.ChatList_top__FJ6_6{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.35rem}.ChatList_name__UHHwg{margin:0;font-size:1rem;font-weight:600;color:#000;display:flex;align-items:center;gap:.5rem}.ChatList_eventBadge__jZjVj{font-size:.9rem;flex-shrink:0}.ChatList_time__eJnVN{font-size:.8rem;color:#999;flex-shrink:0;margin-left:.5rem}.ChatList_lastMessage__KGsGX{margin:0;font-size:.9rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChatList_chatItemWrapper__TbmQ5{position:relative}.ChatList_chatItemInner___Zvdo{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;text-decoration:none;color:inherit;transition:background .2s ease;user-select:none}.ChatList_chatItemInner___Zvdo:hover{background:#f9f9f9}.ChatList_chatItemInner___Zvdo.ChatList_unread__UC3GY .ChatList_lastMessage__KGsGX{font-weight:700;color:#000}.ChatList_chatItemInner___Zvdo.ChatList_unread__UC3GY .ChatList_name__UHHwg{font-weight:700}.ChatList_deleteAction__vRRsK{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;padding:0 1.25rem;background:#e53e3e;color:#fff;font-size:.8rem;font-weight:600;gap:.4rem;cursor:pointer;border:none;border-bottom:1px solid #f0f0f0;transition:background .15s}.ChatList_deleteAction__vRRsK:hover{background:#c53030}.ChatList_confirmOverlay__T6iYR{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.ChatList_confirmBox__1YkQM{background:#fff;border-radius:12px;padding:1.5rem;max-width:340px;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.18)}.ChatList_confirmBox__1YkQM p{margin:0 0 1.25rem;font-size:.95rem;color:#333;line-height:1.5}.ChatList_confirmActions__Mr_4j{display:flex;gap:.75rem;justify-content:flex-end}.ChatList_confirmCancel__c6xVf{padding:.6rem 1.25rem;border:1px solid #ddd;border-radius:8px;background:#fff;color:#555;font-size:.9rem;cursor:pointer;transition:background .15s}.ChatList_confirmCancel__c6xVf:hover{background:#f5f5f5}.ChatList_confirmDelete__Xwjuu{padding:.6rem 1.25rem;border:none;border-radius:8px;background:#e53e3e;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.ChatList_confirmDelete__Xwjuu:hover{background:#c53030}.ChatList_hiddenDeleteButton__ON7Uw{display:none}