.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:active{background:#f5f5f5}.ChatList_avatar__hlqHx{flex-shrink:0;width:48px;height:48px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#e0e0e0;font-size:1.1rem;font-weight:600;color:#666}.ChatList_avatarImage__PUDCa{width:100%;height:100%;object-fit:cover}.ChatList_avatarFallback__k1W18{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ddd;color:#666}.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}