.CustomChatModal_modalWrapper__e5OQy{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000;background:rgba(0,0,0,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dark .CustomChatModal_modalWrapper__e5OQy{background:rgba(0,0,0,.6)}.CustomChatModal_modalContent__DFDGC{position:relative;overflow:visible}.CustomChatModal_floatingCloseButton__fW_WM{position:absolute;top:-48px;right:0;z-index:50;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;padding:10px;border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.dark .CustomChatModal_floatingCloseButton__fW_WM{background:rgba(17,17,17,.9);box-shadow:0 2px 8px rgba(0,0,0,.3)}.CustomChatModal_floatingCloseButton__fW_WM:hover{background:#ffffff;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.dark .CustomChatModal_floatingCloseButton__fW_WM:hover{background:#111111}.CustomChatModal_floatingCloseButton__fW_WM svg{width:20px;height:20px;transition:transform .3s ease}.CustomChatModal_floatingCloseButton__fW_WM:hover svg{transform:rotate(90deg)}.CustomChatModal_container__gipNY{width:800px;height:600px;max-width:90vw;max-height:80vh;background-color:#ffffff;border-radius:16px;border:1px solid #e0e0e0;box-shadow:0 20px 50px rgba(0,0,0,.5);display:flex;flex-direction:column;overflow:hidden;transition:background-color .2s ease,border-color .2s ease;position:relative}.dark .CustomChatModal_container__gipNY{background-color:#000000;border-color:#333333}.CustomChatModal_channelListHeader__SO3fd{display:flex;flex-direction:column;padding:16px 8px;background:#ffffff;flex-shrink:0;height:auto}.dark .CustomChatModal_channelListHeader__SO3fd{background:#000000}.CustomChatModal_channelListTitle__xONEy{display:flex;align-items:center;justify-content:space-between;padding:0 8px;margin-bottom:12px}.CustomChatModal_channelListTitle__xONEy h1{margin:0;color:#000000;font-size:20px;font-weight:600}.dark .CustomChatModal_channelListTitle__xONEy h1{color:#ffffff}.CustomChatModal_newConversationButton__IwaH5{background:none;border:none;font-size:20px;cursor:pointer;color:#000000;padding:4px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.dark .CustomChatModal_newConversationButton__IwaH5{color:#ffffff}.CustomChatModal_newConversationButton__IwaH5:hover{background-color:rgba(0,0,0,.1)}.dark .CustomChatModal_newConversationButton__IwaH5:hover{background-color:rgba(255,255,255,.1)}.CustomChatModal_chatHeader__Qyw2T{display:flex;align-items:center;justify-content:center;padding:24px 16px 4px;background:#ffffff;flex-shrink:0;height:auto;min-height:auto;box-sizing:border-box;position:relative;z-index:1}.dark .CustomChatModal_chatHeader__Qyw2T{background:#000000}.CustomChatModal_chatHeaderContent__ALKDO{display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.CustomChatModal_headerUserCenter__RrFO9{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}.CustomChatModal_headerAvatarWrapper__tYvak{position:relative;cursor:pointer;border-radius:50%}.CustomChatModal_headerAvatarWrapper__tYvak:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;background:linear-gradient(45deg,#7FFFD4,#40E0D0 25%,#FFDAB9 50%,#FFB6A3 75%,#7FFFD4);background-size:300% 300%;opacity:0;transition:opacity .3s ease,filter .3s ease;z-index:-1;animation:CustomChatModal_gradient-flow__zVGF1 3s ease infinite;filter:blur(8px);pointer-events:none}.CustomChatModal_headerAvatarWrapper__tYvak:hover:after{opacity:.6}.CustomChatModal_headerAvatar__XV3_L{width:56px;height:56px;border-radius:50%;overflow:hidden;background:#f0f0f0;position:relative;transition:transform .3s ease}.CustomChatModal_headerAvatarWrapper__tYvak:hover .CustomChatModal_headerAvatar__XV3_L{transform:scale(1.05)}.dark .CustomChatModal_headerAvatar__XV3_L{background:#1a1a1a}.CustomChatModal_headerAvatar__XV3_L img{width:100%;height:100%;object-fit:cover}.CustomChatModal_headerAvatarPlaceholder__46FsD{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7FFFD4,#40E0D0);color:#ffffff;font-size:24px;font-weight:600}.CustomChatModal_headerOnlineStatus__On3n2{position:absolute;bottom:0;right:0;width:14px;height:14px;background:#10b981;border:3px solid #ffffff;border-radius:50%}.dark .CustomChatModal_headerOnlineStatus__On3n2{border-color:#000000}.CustomChatModal_headerUserName__RszEw{margin:0;font-size:16px;font-weight:600;color:#000000;text-align:center}.dark .CustomChatModal_headerUserName__RszEw{color:#ffffff}.CustomChatModal_chatWrapper__X18nm{flex:1;display:flex;overflow:hidden;background-color:#ffffff;position:relative}.dark .CustomChatModal_chatWrapper__X18nm{background-color:#000000}.CustomChatModal_channelListWrapper__BECdk{display:flex;flex-direction:column;overflow:hidden;width:240px;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateX(0);opacity:1;position:relative}.CustomChatModal_chatWrapper__X18nm:after{content:"";position:absolute;left:240px;top:0;bottom:0;width:1px;background-color:#e0e0e0;z-index:10;transition:left .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.dark .CustomChatModal_chatWrapper__X18nm:after{background-color:#333333}.CustomChatModal_chatWrapper__X18nm:has(.CustomChatModal_channelListWrapper__BECdk.CustomChatModal_collapsed__gBpE6):after{left:0;opacity:0}.CustomChatModal_channelListWrapper__BECdk.CustomChatModal_collapsed__gBpE6{width:0;transform:translateX(-240px);opacity:0;pointer-events:none}.CustomChatModal_expandTrigger__nmbX4{position:absolute;left:0;top:0;width:20px;height:100%;cursor:pointer;z-index:10}.CustomChatModal_expandArrow__jIfak{position:absolute;left:4px;top:50%;transform:translateY(-50%);color:#666666;font-size:14px;opacity:0;transition:opacity .2s ease}.dark .CustomChatModal_expandArrow__jIfak{color:#999999}.CustomChatModal_expandTrigger__nmbX4:hover .CustomChatModal_expandArrow__jIfak{opacity:1}.CustomChatModal_collapseTrigger__pXLG3{position:absolute;right:0;top:0;width:20px;height:100%;cursor:pointer;z-index:10}.CustomChatModal_collapseArrow__lRzST{position:absolute;right:4px;top:50%;transform:translateY(-50%);color:#666666;font-size:14px;opacity:0;transition:opacity .2s ease}.dark .CustomChatModal_collapseArrow__lRzST{color:#999999}.CustomChatModal_collapseTrigger__pXLG3:hover .CustomChatModal_collapseArrow__lRzST{opacity:1}.CustomChatModal_searchContainer__C0eI9{padding:0 4px 8px;position:relative}.CustomChatModal_searchWrapper__zBVed{display:flex;align-items:center;gap:8px;background:#f8f8f8;border:1px solid #e0e0e0;border-radius:12px;padding:8px 12px;transition:all .3s ease;position:relative;margin:0;z-index:1}.dark .CustomChatModal_searchWrapper__zBVed{background:#0a0a0a;border-color:#333333}.CustomChatModal_searchGradient__w8TYj{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:14px;background:linear-gradient(45deg,#7FFFD4,#40E0D0 25%,#FFDAB9 50%,#FFB6A3 75%,#7FFFD4);background-size:300% 300%;filter:blur(8px);opacity:.6;z-index:0;animation:CustomChatModal_gradient-flow__zVGF1 3s ease infinite;pointer-events:none;transform:scale(1.02)}.CustomChatModal_searchFocused___xTyw{background:#ffffff;border-color:#7FFFD4}.dark .CustomChatModal_searchFocused___xTyw{background:#000000;border-color:#7FFFD4}@keyframes CustomChatModal_gradient-flow__zVGF1{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.CustomChatModal_searchIcon__MSQ5S{color:#666666;width:16px;height:16px;flex-shrink:0;position:relative;z-index:1}.dark .CustomChatModal_searchIcon__MSQ5S{color:#999999}.CustomChatModal_searchInput__U7Keq{flex:1;background:none;border:none;outline:none;font-size:14px;color:#000000;position:relative;z-index:1}.dark .CustomChatModal_searchInput__U7Keq{color:#ffffff}.CustomChatModal_searchInput__U7Keq::placeholder{color:#666666}.dark .CustomChatModal_searchInput__U7Keq::placeholder{color:#999999}.CustomChatModal_channelWrapper__fZouK{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;background-color:#ffffff;transition:all .3s cubic-bezier(.4,0,.2,1)}.dark .CustomChatModal_channelWrapper__fZouK{background-color:#000000}.CustomChatModal_noChannelSelected__7lDDq{display:flex;align-items:center;justify-content:center;height:100%;color:#666666;text-align:center;padding:20px}.dark .CustomChatModal_noChannelSelected__7lDDq{color:#999999}.CustomChatModal_emptyState__fCWh0{display:flex;flex-direction:column;align-items:center;justify-content:center}.CustomChatModal_emptyState__fCWh0 p{margin:0;font-size:16px}.CustomChatModal_error__jSnDz,.CustomChatModal_loading__GZ8S_{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;color:#666666}.dark .CustomChatModal_error__jSnDz,.dark .CustomChatModal_loading__GZ8S_{color:#999999}.CustomChatModal_error__jSnDz{color:#ff3b30}.CustomChannelList_channelList__AEUFL{display:flex;flex-direction:column;height:100%;overflow:hidden;padding-top:0}.CustomChannelList_searchWrapper__7qVcF{padding:12px;position:relative}.CustomChannelList_searchIcon__FpYA_{position:absolute;left:24px;top:50%;transform:translateY(-50%);color:#666666;width:16px;height:16px}.dark .CustomChannelList_searchIcon__FpYA_{color:#999999}.CustomChannelList_searchInput__Cp7Pp{width:100%;padding:8px 12px 8px 36px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;background:#f7f7f7;transition:all .2s ease}.dark .CustomChannelList_searchInput__Cp7Pp{background:#1a1a1a;border-color:#333333;color:#ffffff}.CustomChannelList_searchInput__Cp7Pp:focus{outline:none;border-color:#7FFFD4;background:#ffffff}.dark .CustomChannelList_searchInput__Cp7Pp:focus{background:#0a0a0a}.CustomChannelList_channelListItems__Ckkkc{flex:1;overflow-y:auto;padding:4px 8px 0}.CustomChannelList_channelPreview__bregn{width:100%;padding:8px 12px;border:1px solid transparent;background:transparent;display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left;transition:all .2s ease;position:relative;border-radius:12px;margin-bottom:2px}.CustomChannelList_channelPreview__bregn:hover{background-color:#f7f7f7;border-color:#e0e0e0;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.dark .CustomChannelList_channelPreview__bregn:hover{background-color:#0a0a0a;border-color:rgba(255,255,255,.1);box-shadow:0 2px 4px rgba(255,255,255,.05)}.CustomChannelList_channelPreviewActive__dcLzJ{background-color:#f7f7f7!important;border-color:#e0e0e0!important;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.dark .CustomChannelList_channelPreviewActive__dcLzJ{background-color:#0a0a0a!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 2px 4px rgba(255,255,255,.05)}.CustomChannelList_channelPreviewMuted__BoJ6q{opacity:.6}.CustomChannelList_channelPreviewMuted__BoJ6q .CustomChannelList_channelPreviewMessage__CDt50,.CustomChannelList_channelPreviewMuted__BoJ6q .CustomChannelList_channelPreviewTime__tLviw{opacity:.8}.CustomChannelList_avatarWrapper__EUcLx{position:relative;flex-shrink:0;cursor:pointer;border-radius:50%}.CustomChannelList_avatarWrapper__EUcLx:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;background:linear-gradient(45deg,#7FFFD4,#40E0D0 25%,#FFDAB9 50%,#FFB6A3 75%,#7FFFD4);background-size:300% 300%;opacity:0;transition:opacity .3s ease,filter .3s ease;z-index:-1;animation:CustomChannelList_gradient-flow__814Xw 3s ease infinite;filter:blur(8px);pointer-events:none}.CustomChannelList_avatarWrapper__EUcLx:hover:after{opacity:.6}@keyframes CustomChannelList_gradient-flow__814Xw{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.CustomChannelList_avatar__Y9_Am{width:40px;height:40px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#e0e0e0;position:relative;transition:transform .3s ease}.CustomChannelList_avatarWrapper__EUcLx:hover .CustomChannelList_avatar__Y9_Am{transform:scale(1.05)}.dark .CustomChannelList_avatar__Y9_Am{background:#333333}.CustomChannelList_avatar__Y9_Am img{width:100%;height:100%;object-fit:cover}.CustomChannelList_avatarFallback__8P76v{font-size:16px;font-weight:600;color:#666666}.dark .CustomChannelList_avatarFallback__8P76v{color:#999999}.CustomChannelList_unreadBadge__BbI0E{position:absolute;top:-4px;right:-4px;background-color:#FF3B30;color:#ffffff;font-size:11px;font-weight:600;padding:2px 5px;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.2);animation:CustomChannelList_badgeBounce__mCGmD .3s ease-out}@keyframes CustomChannelList_badgeBounce__mCGmD{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.CustomChannelList_channelPreviewContent__Bmv9n{flex:1;min-width:0}.CustomChannelList_channelPreviewHeader__6tddV{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.CustomChannelList_channelPreviewName__PCfkB{font-weight:600;font-size:14px;color:#000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:6px}.dark .CustomChannelList_channelPreviewName__PCfkB{color:#ffffff}.CustomChannelList_mutedIcon__JoGzV{color:#8E8E93;font-size:14px;flex-shrink:0}.dark .CustomChannelList_mutedIcon__JoGzV{color:#666666}.CustomChannelList_channelPreviewTime__tLviw{font-size:11px;color:#666666;flex-shrink:0;margin-left:8px}.dark .CustomChannelList_channelPreviewTime__tLviw{color:#999999}.CustomChannelList_channelPreviewMessage__CDt50{font-size:13px;color:#666666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:1.3}.dark .CustomChannelList_channelPreviewMessage__CDt50{color:#999999}.CustomChannelList_channelPreviewActions__ymRym{display:flex;align-items:center;gap:4px;position:relative}.CustomChannelList_channelMenuButton__GlL_c{opacity:0;background:none;border:none;padding:4px;border-radius:4px;cursor:pointer;color:#666666;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.dark .CustomChannelList_channelMenuButton__GlL_c{color:#999999}.CustomChannelList_channelPreview__bregn:hover .CustomChannelList_channelMenuButton__GlL_c{opacity:1}.CustomChannelList_channelMenuButton__GlL_c:hover{background-color:rgba(0,0,0,.05);color:#000000}.dark .CustomChannelList_channelMenuButton__GlL_c:hover{background-color:rgba(255,255,255,.1);color:#ffffff}.CustomChannelList_channelMenuPortal__VczI3{position:fixed;z-index:10000}.CustomChannelList_channelMenu__2cE_L{background-color:#ffffff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);min-width:160px;overflow:hidden}.dark .CustomChannelList_channelMenu__2cE_L{background-color:#1a1a1a;border-color:rgba(255,255,255,.1);box-shadow:0 2px 8px rgba(0,0,0,.5)}.CustomChannelList_channelMenuItem__oVz_m{width:100%;padding:8px 12px;background:none;border:none;text-align:left;cursor:pointer;color:#000000;font-size:14px;display:flex;align-items:center;gap:8px;transition:background-color .2s ease}.dark .CustomChannelList_channelMenuItem__oVz_m{color:#ffffff}.CustomChannelList_channelMenuItem__oVz_m:hover{background-color:rgba(0,0,0,.05)}.dark .CustomChannelList_channelMenuItem__oVz_m:hover{background-color:rgba(255,255,255,.05)}.CustomChannelList_channelMenuItem__oVz_m svg{width:16px;height:16px}.CustomChannelList_emptyState__9RtpW{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#666666;text-align:center;gap:12px}.dark .CustomChannelList_emptyState__9RtpW{color:#999999}.CustomChannelList_emptyState__9RtpW p{margin:0;font-size:14px}.CustomChannelList_createChannelWrapper__2b3vT{padding:12px;border-top:1px solid #e0e0e0}.dark .CustomChannelList_createChannelWrapper__2b3vT{border-top-color:#333333}.CustomChannelList_createChannelButton__5nz43{width:100%;padding:10px;background:#7FFFD4;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#000000;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.CustomChannelList_createChannelButton__5nz43:hover{background:#70E6C4;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.CustomChannelList_createChannelButton__5nz43 svg{width:16px;height:16px}.CustomMessageList_messageList__uoYR4{flex:1;overflow-y:auto;padding:20px 20px 4px;background:#ffffff;position:relative}.dark .CustomMessageList_messageList__uoYR4{background:#000000}.CustomMessageList_messagesContainer__v0eyD{display:flex;flex-direction:column;gap:8px;padding-bottom:4px}.CustomMessageList_loading__8d63n{display:flex;align-items:center;justify-content:center;height:100%;color:#666666;font-size:14px}.dark .CustomMessageList_loading__8d63n{color:#999999}.CustomMessageList_dateSeparator__8BPvb{display:flex;align-items:center;justify-content:center;margin:20px 0;position:relative}.CustomMessageList_dateSeparator__8BPvb span{background:#ffffff;padding:0 12px;font-size:12px;color:#666666;position:relative;z-index:1}.dark .CustomMessageList_dateSeparator__8BPvb span{background:#000000;color:#999999}.CustomMessageList_messageWrapper__jpqVk{display:flex;gap:8px;align-items:flex-end;margin-bottom:2px}.CustomMessageList_messageWrapper__jpqVk.CustomMessageList_consecutive__X5iS0{margin-bottom:1px}.CustomMessageList_ownMessage__LM5ix{flex-direction:row-reverse;justify-content:flex-start}.CustomMessageList_otherMessage__FRIX_{flex-direction:row;justify-content:flex-start}.CustomMessageList_messageBubbleContainer__r5rAj{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:65%}.CustomMessageList_ownMessage__LM5ix .CustomMessageList_messageBubbleContainer__r5rAj{align-items:flex-end}.CustomMessageList_otherMessage__FRIX_ .CustomMessageList_messageBubbleContainer__r5rAj{align-items:flex-start}.CustomMessageList_bubbleWrapper__CutMK{position:relative;display:inline-flex;align-items:center}.CustomMessageList_messageBubble__Hu9FV{padding:6px 12px;border-radius:17px;word-wrap:break-word;display:inline-block;min-width:0}.CustomMessageList_messageBubble__Hu9FV:has(.CustomMessageList_attachments__B84D_):not(:has(.CustomMessageList_messageText__1ku2N)){padding:0;background:transparent!important}.CustomMessageList_ownMessage__LM5ix .CustomMessageList_messageBubble__Hu9FV{background:#007AFF;color:#ffffff}.CustomMessageList_otherMessage__FRIX_ .CustomMessageList_messageBubble__Hu9FV{background:#e9e9eb;color:#000000}.CustomMessageList_consecutive__X5iS0.CustomMessageList_ownMessage__LM5ix .CustomMessageList_messageBubble__Hu9FV{border-bottom-right-radius:17px}.CustomMessageList_consecutive__X5iS0.CustomMessageList_otherMessage__FRIX_ .CustomMessageList_messageBubble__Hu9FV{border-bottom-left-radius:17px}.CustomMessageList_messageWrapper__jpqVk:not(.CustomMessageList_consecutive__X5iS0).CustomMessageList_ownMessage__LM5ix .CustomMessageList_messageBubble__Hu9FV{border-bottom-right-radius:3px}.CustomMessageList_messageWrapper__jpqVk:not(.CustomMessageList_consecutive__X5iS0).CustomMessageList_otherMessage__FRIX_ .CustomMessageList_messageBubble__Hu9FV{border-bottom-left-radius:3px}.dark .CustomMessageList_otherMessage__FRIX_ .CustomMessageList_messageBubble__Hu9FV{background:#1a1a1a;color:#ffffff}.CustomMessageList_messageText__1ku2N{margin:0;font-size:14px;line-height:1.3;white-space:pre-wrap}.CustomMessageList_attachments__B84D_{margin-bottom:4px}.CustomMessageList_gifContainer__MeH4_{display:inline-block;max-width:250px;border-radius:12px;overflow:hidden}.CustomMessageList_gifImage___ZM6g{width:100%;height:auto;display:block;border-radius:12px}.CustomMessageList_messageTime__Ypg11{display:block;font-size:11px;margin-top:4px;color:#666666;padding:0 4px;opacity:0;transition:opacity .2s ease}.dark .CustomMessageList_messageTime__Ypg11{color:#999999}.CustomMessageList_ownMessage__LM5ix .CustomMessageList_messageTime__Ypg11{text-align:right}.CustomMessageList_messageWrapper__jpqVk:hover .CustomMessageList_messageTime__Ypg11{opacity:1}.CustomMessageList_readStatus__JD0VB{margin-left:4px}.CustomMessageList_reactionButton___Do5u{position:absolute;top:-14px;right:-10px;width:28px;height:28px;border:none;background:#ffffff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:5;opacity:0}.dark .CustomMessageList_reactionButton___Do5u{background:#1a1a1a;box-shadow:0 2px 4px rgba(0,0,0,.3)}.CustomMessageList_messageWrapper__jpqVk:hover .CustomMessageList_reactionButton___Do5u{opacity:1}.CustomMessageList_reactionButton___Do5u:hover{transform:scale(1.1);box-shadow:0 4px 8px rgba(0,0,0,.15)}.CustomMessageList_otherMessage__FRIX_ .CustomMessageList_reactionButton___Do5u{left:-10px;right:auto}.CustomMessageList_loadMoreContainer__1Erm7{display:flex;justify-content:center;padding:12px 0}.CustomMessageList_loadMoreButton__DKf79{background:none;border:1px solid #e0e0e0;border-radius:16px;padding:8px 16px;font-size:13px;color:#666666;cursor:pointer;transition:all .2s ease}.dark .CustomMessageList_loadMoreButton__DKf79{border-color:#333333;color:#999999}.CustomMessageList_loadMoreButton__DKf79:hover:not(:disabled){background:#f0f0f0;border-color:#7FFFD4}.dark .CustomMessageList_loadMoreButton__DKf79:hover:not(:disabled){background:#1a1a1a}.CustomMessageList_loadMoreButton__DKf79:disabled{opacity:.5;cursor:not-allowed}.CustomMessageList_messageActions__USa2f{display:flex;gap:4px;margin-left:8px;opacity:0;transition:opacity .2s ease;z-index:5;flex-shrink:0}.CustomMessageList_ownMessage__LM5ix .CustomMessageList_messageActions__USa2f{order:-1;margin-left:0;margin-right:8px}.CustomMessageList_bubbleWrapper__CutMK:hover .CustomMessageList_messageActions__USa2f,.CustomMessageList_longPressed__GqIWB .CustomMessageList_messageActions__USa2f,.CustomMessageList_messageWrapper__jpqVk:hover .CustomMessageList_messageActions__USa2f{opacity:1}.CustomMessageList_actionButton__Z38BU{width:28px;height:28px;border:none;background:#ffffff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.dark .CustomMessageList_actionButton__Z38BU{background:#1a1a1a;box-shadow:0 2px 4px rgba(0,0,0,.3)}.CustomMessageList_actionButton__Z38BU:hover{transform:scale(1.1);box-shadow:0 4px 8px rgba(0,0,0,.15)}.CustomMessageList_actionButton__Z38BU svg{width:14px;height:14px;color:#666666}.dark .CustomMessageList_actionButton__Z38BU svg{color:#999999}.CustomMessageList_longPressed__GqIWB{background:rgba(127,255,212,.1);border-radius:12px}.CustomMessageList_messageMenuPortal__rWCv2{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000}.CustomMessageList_messageMenuInline__Kp8XX{position:absolute;bottom:calc(100% + 4px);left:50%;transform:translateX(-50%);z-index:100}.CustomMessageList_messageMenu__Z0zBY{background:#ffffff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);overflow:hidden;min-width:160px}.dark .CustomMessageList_messageMenu__Z0zBY{background:#1a1a1a;border-color:#333333;box-shadow:0 4px 20px rgba(0,0,0,.5)}.CustomMessageList_menuItem__8BW0m{width:100%;padding:12px 16px;background:none;border:none;text-align:left;cursor:pointer;color:#000000;font-size:14px;display:flex;align-items:center;gap:10px;transition:background-color .2s ease}.dark .CustomMessageList_menuItem__8BW0m{color:#ffffff}.CustomMessageList_menuItem__8BW0m:hover{background-color:#f5f5f5}.dark .CustomMessageList_menuItem__8BW0m:hover{background-color:#2a2a2a}.CustomMessageList_menuItem__8BW0m svg{width:16px;height:16px}.CustomMessageList_deleteItem__KegU3{color:#FF3B30}.CustomMessageList_deleteItem__KegU3:hover{background-color:#fff0f0}.dark .CustomMessageList_deleteItem__KegU3:hover{background-color:#2a1a1a}.CustomMessageList_editContainer___j4ns{display:flex;flex-direction:column;gap:8px;min-width:200px}.CustomMessageList_editInput__nKPfX{background:transparent;border:none;outline:none;font-size:14px;line-height:1.3;resize:none;min-height:40px;color:inherit;width:100%}.CustomMessageList_editActions__aycE9{display:flex;justify-content:flex-end;gap:8px}.CustomMessageList_editCancel__vboiq,.CustomMessageList_editSave__bYAXp{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.CustomMessageList_editCancel__vboiq{background:transparent;border:1px solid rgba(255,255,255,.3);color:inherit}.CustomMessageList_editCancel__vboiq:hover{background:rgba(255,255,255,.1)}.CustomMessageList_editSave__bYAXp{background:#7FFFD4;border:none;color:#000000}.CustomMessageList_editSave__bYAXp:hover{background:#6ee6c0}.CustomMessageList_editedLabel__XIQ4F{font-size:11px;opacity:.6;margin-left:4px}.CustomMessageList_deliveredStatus__IAM2v{color:#666666;margin-left:4px}.dark .CustomMessageList_deliveredStatus__IAM2v{color:#999999}.CustomMessageList_sentStatus__co7m8{color:#666666;margin-left:4px}.dark .CustomMessageList_sentStatus__co7m8{color:#999999}.CustomMessageList_failedMessage__B1JQM .CustomMessageList_messageBubble__Hu9FV{background:#FF3B30!important;opacity:.8}.CustomMessageList_failedActions__FSGkV{display:flex;align-items:center;gap:8px;margin-top:4px;padding:0 4px}.CustomMessageList_failedLabel__wemqI{font-size:11px;color:#FF3B30}.CustomMessageList_removeButton__zpUgQ,.CustomMessageList_retryButton__yTfpn{padding:4px 8px;border-radius:8px;font-size:11px;cursor:pointer;transition:all .2s ease}.CustomMessageList_retryButton__yTfpn{background:#007AFF;border:none;color:#ffffff}.CustomMessageList_retryButton__yTfpn:hover:not(:disabled){background:#0066DD}.CustomMessageList_retryButton__yTfpn:disabled{opacity:.5;cursor:not-allowed}.CustomMessageList_removeButton__zpUgQ{background:transparent;border:1px solid #666666;color:#666666}.dark .CustomMessageList_removeButton__zpUgQ{border-color:#999999;color:#999999}.CustomMessageList_removeButton__zpUgQ:hover{background:rgba(0,0,0,.05)}.dark .CustomMessageList_removeButton__zpUgQ:hover{background:rgba(255,255,255,.05)}.CustomMessageList_reactionPickerPortal__FZgSW{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000}.ReactionPicker_reactionPicker__aXIqp{background:#ffffff;border:1px solid #e0e0e0;border-radius:20px;padding:4px;display:flex;gap:2px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:10;margin-bottom:16px;align-self:flex-start}.ReactionPicker_ownMessage__etzpk{align-self:flex-end}.dark .ReactionPicker_reactionPicker__aXIqp{background:#1a1a1a;border-color:#333333;box-shadow:0 2px 8px rgba(0,0,0,.3)}.ReactionPicker_reactionOption__4oXBa{width:32px;height:32px;border:none;background:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:all .2s ease}.ReactionPicker_reactionOption__4oXBa:hover{background:#f0f0f0;transform:scale(1.1)}.dark .ReactionPicker_reactionOption__4oXBa:hover{background:#2a2a2a}.MessageReactions_reactions__OTsyF{display:flex;gap:4px;margin-top:4px;flex-wrap:wrap}.MessageReactions_reaction__Bn9GA{display:flex;align-items:center;gap:4px;padding:2px 8px;border:1px solid #e0e0e0;border-radius:12px;background:#f8f8f8;cursor:pointer;transition:all .2s ease;font-size:14px}.dark .MessageReactions_reaction__Bn9GA{background:#1a1a1a;border-color:#333333}.MessageReactions_reaction__Bn9GA:hover{background:#f0f0f0;transform:scale(1.05)}.dark .MessageReactions_reaction__Bn9GA:hover{background:#2a2a2a}.MessageReactions_reaction__Bn9GA.MessageReactions_reacted__Slynz{background:#e3f2fd;border-color:#7FFFD4}.dark .MessageReactions_reaction__Bn9GA.MessageReactions_reacted__Slynz{background:#1a3a3a;border-color:#7FFFD4}.MessageReactions_emoji__dmxUo{font-size:16px}.MessageReactions_count__DYHWz{font-size:12px;color:#666666;font-weight:500}.dark .MessageReactions_count__DYHWz{color:#999999}.CustomMessageInput_messageInput__Qb_Hp{padding:4px 16px 16px;background:#ffffff}.dark .CustomMessageInput_messageInput__Qb_Hp{background:#000000}.CustomMessageInput_inputContent__9G5Os{display:flex;align-items:flex-start;width:100%}.CustomMessageInput_composerFocused__7_4el:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:14px;background:linear-gradient(45deg,#7FFFD4,#40E0D0 25%,#FFDAB9 50%,#FFB6A3 75%,#7FFFD4);background-size:300% 300%;filter:blur(8px);opacity:.6;z-index:-1;animation:CustomMessageInput_gradient-flow__XiKAg 3s ease infinite}@keyframes CustomMessageInput_gradient-flow__XiKAg{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.CustomMessageInput_inputWrapper__KJ7oG{display:flex;flex-direction:row;align-items:center;background:#f8f8f8;border:1px solid #e0e0e0;border-radius:12px;padding:0 12px;transition:all .3s ease;position:relative;min-height:32px;z-index:1}.dark .CustomMessageInput_inputWrapper__KJ7oG{background:#0a0a0a;border-color:#333333}.CustomMessageInput_inputWrapper__KJ7oG.CustomMessageInput_focused__5QiV3{background:#ffffff;border-color:#7FFFD4}.dark .CustomMessageInput_inputWrapper__KJ7oG.CustomMessageInput_focused__5QiV3{background:#000000;border-color:#7FFFD4}.CustomMessageInput_textInput__nsF_f{flex:1;background:none;border:none;outline:none;font-size:14px;line-height:30px;resize:none;height:30px;max-height:80px;padding:1px 0 0;color:#000000;vertical-align:middle}.dark .CustomMessageInput_textInput__nsF_f{color:#ffffff}.CustomMessageInput_textInput__nsF_f::placeholder{color:#666666}.dark .CustomMessageInput_textInput__nsF_f::placeholder{color:#999999}.CustomMessageInput_attachButton__sD0xT{width:20px;height:20px;border:none;background:#e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;color:#666666}.dark .CustomMessageInput_attachButton__sD0xT{background:#333333;color:#999999}.CustomMessageInput_attachButton__sD0xT:hover:not(:disabled){background:#d0d0d0;transform:scale(1.1)}.dark .CustomMessageInput_attachButton__sD0xT:hover:not(:disabled){background:#444444}.CustomMessageInput_attachButton__sD0xT:disabled{opacity:.5;cursor:not-allowed}.CustomMessageInput_attachButton__sD0xT svg,.CustomMessageInput_attachButton__sD0xT:disabled{width:12px;height:12px}.CustomMessageInput_bottomRow__G761X{display:flex;justify-content:space-between;align-items:center;width:100%}.CustomMessageInput_characterIndicator__XHLr8{display:flex;align-items:center}.CustomMessageInput_inputWrapper__KJ7oG.CustomMessageInput_expanded__0mdPb{flex-direction:column;align-items:stretch;gap:8px;padding:12px;min-height:auto}.CustomMessageInput_inputWrapper__KJ7oG.CustomMessageInput_expanded__0mdPb .CustomMessageInput_textInput__nsF_f{min-height:60px;height:auto;line-height:1.4}.CustomMessageInput_mediaButtons__7Q9f_{display:flex;align-items:center;gap:12px}.CustomMessageInput_mediaButton__iptHR{border:none;background:none;color:#666666;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.dark .CustomMessageInput_mediaButton__iptHR{color:#999999}.CustomMessageInput_mediaButton__iptHR:hover:not(:disabled){background:#e0e0e0;color:#7FFFD4}.dark .CustomMessageInput_mediaButton__iptHR:hover:not(:disabled){background:#333333;color:#7FFFD4}.CustomMessageInput_mediaButton__iptHR:disabled{opacity:.5;cursor:not-allowed}.CustomMessageInput_mediaButton__iptHR svg{width:16px;height:16px}.TypingIndicator_typingIndicator__4sKS8{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;color:#666666;background:#f8f8f8;border-top:1px solid #e0e0e0}.dark .TypingIndicator_typingIndicator__4sKS8{color:#999999;background:#0a0a0a;border-top-color:#333333}.TypingIndicator_dots__auz0V{display:flex;gap:3px;align-items:center}.TypingIndicator_dot__IlimA{width:6px;height:6px;background-color:#666666;border-radius:50%;animation:TypingIndicator_typing__zPQyO 1.4s infinite}.dark .TypingIndicator_dot__IlimA{background-color:#999999}.TypingIndicator_dot__IlimA:first-child{animation-delay:0s}.TypingIndicator_dot__IlimA:nth-child(2){animation-delay:.2s}.TypingIndicator_dot__IlimA:nth-child(3){animation-delay:.4s}@keyframes TypingIndicator_typing__zPQyO{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.TypingIndicator_text__ozDBQ{font-style:italic}.MutualConnectionsModal_modalOverlay__uqvXI{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:MutualConnectionsModal_fadeIn__Q0vPR .2s ease}@keyframes MutualConnectionsModal_fadeIn__Q0vPR{0%{opacity:0}to{opacity:1}}.MutualConnectionsModal_modalWrapper__2LrC5{position:relative;overflow:visible}.MutualConnectionsModal_floatingCloseButton___DKgy{position:absolute;top:-48px;right:0;z-index:50;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;padding:10px;border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.dark .MutualConnectionsModal_floatingCloseButton___DKgy{background:rgba(17,17,17,.9);box-shadow:0 2px 8px rgba(0,0,0,.3)}.MutualConnectionsModal_floatingCloseButton___DKgy:hover{background:#ffffff;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.dark .MutualConnectionsModal_floatingCloseButton___DKgy:hover{background:#111111}.MutualConnectionsModal_floatingCloseButton___DKgy svg{width:20px;height:20px;transition:transform .3s ease}.MutualConnectionsModal_floatingCloseButton___DKgy:hover svg{transform:rotate(90deg)}.MutualConnectionsModal_modalContent__rRDtv{background:#ffffff;border-radius:16px;width:400px!important;max-width:90vw;height:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(0,0,0,.3);animation:MutualConnectionsModal_slideUp__t8HUx .3s ease;overflow:visible}.dark .MutualConnectionsModal_modalContent__rRDtv{background:#000000;border:1px solid #333333}@keyframes MutualConnectionsModal_slideUp__t8HUx{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes MutualConnectionsModal_gradient-flow__fummO{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.MutualConnectionsModal_searchContainer__yx2n7{padding:16px}.MutualConnectionsModal_searchGradientWrapper__FuNh6{position:relative}.MutualConnectionsModal_searchGradient__CV5_J{position:absolute;inset:-3px;border-radius:14px;background:linear-gradient(45deg,#7FFFD4,#40E0D0 25%,#FFDAB9 50%,#FFB6A3 75%,#7FFFD4);background-size:300% 300%;filter:blur(8px);opacity:.6;animation:MutualConnectionsModal_gradient-flow__fummO 3s ease infinite;pointer-events:none}.MutualConnectionsModal_searchWrapper__VVxVg{display:flex;align-items:center;gap:8px;background:#f8f8f8;border:1px solid #e0e0e0;border-radius:12px;padding:8px 12px;transition:all .3s ease;position:relative}.dark .MutualConnectionsModal_searchWrapper__VVxVg{background:#0a0a0a;border-color:#333333}.MutualConnectionsModal_searchFocused__wQWvV{background:#ffffff;border-color:#7FFFD4}.dark .MutualConnectionsModal_searchFocused__wQWvV{background:#000000;border-color:#7FFFD4}.MutualConnectionsModal_searchIcon__4HDQ5{color:#666666;width:16px;height:16px;flex-shrink:0}.dark .MutualConnectionsModal_searchIcon__4HDQ5{color:#999999}.MutualConnectionsModal_searchInput__XR49H{flex:1;background:none;border:none;outline:none;font-size:14px;color:#000000}.dark .MutualConnectionsModal_searchInput__XR49H{color:#ffffff}.MutualConnectionsModal_searchInput__XR49H::placeholder{color:#666666}.dark .MutualConnectionsModal_searchInput__XR49H::placeholder{color:#999999}.MutualConnectionsModal_modalBody__PgYNz{flex:1;overflow-y:auto;padding:0 0 16px;overflow-x:visible}.MutualConnectionsModal_loading__GDIvX{display:flex;align-items:center;justify-content:center;padding:40px;color:#666666;font-size:16px}.dark .MutualConnectionsModal_loading__GDIvX{color:#999999}.MutualConnectionsModal_emptyState__4_HKC{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.MutualConnectionsModal_emptyState__4_HKC p{margin:0;font-size:18px;font-weight:500;color:#000000}.dark .MutualConnectionsModal_emptyState__4_HKC p{color:#ffffff}.MutualConnectionsModal_emptyState__4_HKC span{margin-top:8px;font-size:14px;color:#666666}.dark .MutualConnectionsModal_emptyState__4_HKC span{color:#999999}.MutualConnectionsModal_connectionsList__xpeKW{display:flex;flex-direction:column}.MutualConnectionsModal_connectionItem__Li6CO{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:all .2s ease;border-radius:8px;margin:0 4px}.MutualConnectionsModal_connectionItem__Li6CO:hover{background:rgba(0,0,0,.05)}.dark .MutualConnectionsModal_connectionItem__Li6CO:hover{background:rgba(255,255,255,.05)}.MutualConnectionsModal_userInfo__xdrPg{display:flex;align-items:center;gap:12px;flex:1}.MutualConnectionsModal_avatarWrapper__SnCwR{position:relative;cursor:pointer;transition:transform .2s ease}.MutualConnectionsModal_avatarWrapper__SnCwR:hover{transform:scale(1.1)}.MutualConnectionsModal_avatarGradient__a8_Rc{position:absolute;inset:-3px;border-radius:50%;background:linear-gradient(45deg,#7FFFD4,#40E0D0 25%,#FFDAB9 50%,#FFB6A3 75%,#7FFFD4);background-size:300% 300%;filter:blur(8px);opacity:.8;animation:MutualConnectionsModal_gradient-flow__fummO 3s ease infinite;pointer-events:none}.MutualConnectionsModal_avatar__ANKn1{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative;z-index:1}.MutualConnectionsModal_avatarImage__dbQDc{width:100%;height:100%;object-fit:cover}.MutualConnectionsModal_avatarPlaceholder__jBzAg{width:100%;height:100%;background:linear-gradient(135deg,#7FFFD4,#40E0D0);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#ffffff}.MutualConnectionsModal_userDetails__eVMZW{display:flex;flex-direction:column;gap:2px;min-width:0}.MutualConnectionsModal_displayName__vxmng{margin:0;font-size:16px;font-weight:500;color:#000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .MutualConnectionsModal_displayName__vxmng{color:#ffffff}.MutualConnectionsModal_messageButton__jwL4U{background:none;border:none;padding:8px;cursor:pointer;border-radius:8px;transition:all .2s ease;color:#666666}.dark .MutualConnectionsModal_messageButton__jwL4U{color:#999999}.MutualConnectionsModal_messageButton__jwL4U:hover{background:rgba(0,0,0,.05);color:#000000}.dark .MutualConnectionsModal_messageButton__jwL4U:hover{background:rgba(255,255,255,.1);color:#ffffff}