.ChatList-module__RC5bJG__container{flex-direction:column;height:100%;display:flex;overflow:hidden}.ChatList-module__RC5bJG__search{border:none;border-bottom:1px solid var(--border);box-sizing:border-box;background:var(--input-background);width:100%;color:var(--text-primary);outline:none;flex-shrink:0;padding:8px 12px;font-size:.875rem}.ChatList-module__RC5bJG__search:focus{background:var(--input-background)}.ChatList-module__RC5bJG__list{flex:1;min-height:0;position:relative;overflow:hidden auto}.ChatList-module__RC5bJG__shareTargetBanner{background:var(--info-background);border-bottom:1px solid var(--info-border);align-items:center;gap:8px;padding:12px 16px;display:flex}.ChatList-module__RC5bJG__shareTargetPreview{-o-object-fit:cover;object-fit:cover;border-radius:6px;width:40px;height:40px}.ChatList-module__RC5bJG__shareTargetLabel{flex:1;font-size:.875rem}.ChatList-module__RC5bJG__shareTargetCancel{color:var(--info);cursor:pointer;background:0 0;border:none;font-size:.875rem}.ChatList-module__RC5bJG__itemDisabled{opacity:.5;pointer-events:none}.ChatList-module__RC5bJG__statusBanner{background:var(--error-background);color:var(--error-foreground);justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:.8125rem;display:flex}.ChatList-module__RC5bJG__statusBannerText{flex:1}.ChatList-module__RC5bJG__statusBannerRetry{color:var(--error-foreground);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-weight:600}.ChatList-module__RC5bJG__errorState{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 16px;font-size:.875rem;display:flex}.ChatList-module__RC5bJG__errorStateRetry{border:1px solid var(--border);background:var(--background);cursor:pointer;border-radius:8px;padding:8px 16px;font-weight:600}
.IconButton-module__yqEVma__button{width:36px;height:36px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:inline-flex}.IconButton-module__yqEVma__button:hover:not(:disabled){background:var(--surface-hover)}.IconButton-module__yqEVma__button:active:not(:disabled){background:var(--border)}.IconButton-module__yqEVma__button:disabled{opacity:.5;cursor:default}.IconButton-module__yqEVma__button svg{width:20px;height:20px;display:block}
.EmojiPicker-module__AhmNiW__picker{grid-template-columns:repeat(6,28px);gap:2px;padding:4px;display:grid}.EmojiPicker-module__AhmNiW__emoji{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1rem;line-height:1;display:flex;overflow:hidden}.EmojiPicker-module__AhmNiW__emoji:hover{background:var(--surface-hover)}.EmojiPicker-module__AhmNiW__active{background:var(--selected-background)}.EmojiPicker-module__AhmNiW__more{background:var(--surface-hover);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.875rem;display:flex}.EmojiPicker-module__AhmNiW__more:hover{background:var(--surface-hover)}
.MessageInput-module__Wi3ZFG__wrapper{border-top:1px solid var(--border);position:relative}.MessageInput-module__Wi3ZFG__reply{background:var(--surface);border-left:4px solid var(--reply-accent);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.MessageInput-module__Wi3ZFG__replyContent{flex:1;min-width:0}.MessageInput-module__Wi3ZFG__replyTitle{color:var(--reply-accent);font-size:.75rem;font-weight:600}.MessageInput-module__Wi3ZFG__replyText{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);font-size:.8125rem;overflow:hidden}.MessageInput-module__Wi3ZFG__container{padding:10px;display:flex}.MessageInput-module__Wi3ZFG__inputWrapper{border:1px solid var(--border);background:var(--input-background);border-radius:10px;align-items:flex-end;width:100%;padding:4px 6px;display:flex}.MessageInput-module__Wi3ZFG__input{resize:none;min-width:0;max-height:120px;font-family:inherit;line-height:1.4;font-size:inherit;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:6px 4px;overflow-y:auto}.MessageInput-module__Wi3ZFG__input::placeholder{color:var(--text-secondary)}.MessageInput-module__Wi3ZFG__sendButton{cursor:pointer;background:var(--primary);width:34px;height:34px;color:var(--primary-foreground);border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;font-size:1rem;transition:background .15s;display:flex}.MessageInput-module__Wi3ZFG__sendButton:hover:not(:disabled){background:var(--primary-hover)}.MessageInput-module__Wi3ZFG__sendButton:disabled{background:var(--primary-disabled);cursor:default}.MessageInput-module__Wi3ZFG__autocomplete{background:var(--surface);border:1px solid var(--border);box-shadow:var(--popup-shadow);z-index:10;border-radius:8px;margin-bottom:4px;position:absolute;bottom:100%;left:0;right:0}.MessageInput-module__Wi3ZFG__emojiPicker{background:var(--surface);border:1px solid var(--border);box-shadow:var(--popup-shadow);z-index:10;border-radius:8px;margin-bottom:6px;position:absolute;bottom:100%;left:10px}.MessageInput-module__Wi3ZFG__attachmentMenu{background:var(--surface);border:1px solid var(--border);width:200px;box-shadow:var(--attachment-menu-shadow);z-index:20;border-radius:8px;margin-bottom:6px;padding:4px;position:absolute;bottom:100%;left:10px}.MessageInput-module__Wi3ZFG__attachmentItem{cursor:pointer;text-align:left;width:100%;min-height:34px;font:inherit;color:var(--text-primary);background:0 0;border:none;border-radius:6px;align-items:center;padding:5px 8px;font-size:.875rem;display:flex}.MessageInput-module__Wi3ZFG__attachmentItem:hover:not(:disabled){background:var(--surface-hover)}.MessageInput-module__Wi3ZFG__attachmentItem:disabled{cursor:default;opacity:.45}.MessageInput-module__Wi3ZFG__attachmentIcon{text-align:center;flex:0 0 24px;width:24px;margin-right:6px;font-size:1.0625rem}.MessageInput-module__Wi3ZFG__attachmentLabel{flex:1}.MessageInput-module__Wi3ZFG__attachmentHint{color:var(--text-secondary);margin-left:6px;font-size:.625rem}.MessageInput-module__Wi3ZFG__hiddenFileInput{display:none}.MessageInput-module__Wi3ZFG__micButton{cursor:pointer;background:var(--surface-hover);width:34px;height:34px;color:var(--text-primary);-webkit-user-select:none;user-select:none;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;font-size:1rem;display:flex}.MessageInput-module__Wi3ZFG__micButtonRecording{background:var(--recording-background);width:64px;color:var(--recording-foreground);border-radius:17px}
.QuickReplyList-module__yi6upq__list{max-height:220px;margin:0;padding:4px;list-style:none;overflow-y:auto}.QuickReplyList-module__yi6upq__item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;width:100%;padding:6px 10px;display:flex}.QuickReplyList-module__yi6upq__item:hover,.QuickReplyList-module__yi6upq__active{background:var(--surface-hover)}.QuickReplyList-module__yi6upq__shortcut{color:var(--primary);font-size:.75rem;font-weight:600}.QuickReplyList-module__yi6upq__text{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.QuickReplyList-module__yi6upq__empty{color:var(--text-secondary);text-align:center;padding:10px;font-size:.8125rem}
.PhotoViewer-module__fSMufa__viewer{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.PhotoViewer-module__fSMufa__image{-o-object-fit:contain;object-fit:contain;cursor:zoom-in;border-radius:8px;max-width:100%;max-height:100%;transition:transform .15s}.PhotoViewer-module__fSMufa__zoomed{-o-object-fit:contain;object-fit:contain;cursor:zoom-out;border-radius:8px;max-width:100%;max-height:100%;transition:transform .15s}.PhotoViewer-module__fSMufa__download{position:absolute;top:20px;right:20px}
.Avatar-module__UI3mLq__image{-o-object-fit:cover;object-fit:cover;border-radius:50%}.Avatar-module__UI3mLq__clickable{cursor:pointer}.Avatar-module__UI3mLq__fallback{background:var(--surface-hover);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex}
.ClientInfoFields-module__JMivpW__fields{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding:8px 10px;display:flex}.ClientInfoFields-module__JMivpW__field{flex-direction:column;gap:2px;display:flex}.ClientInfoFields-module__JMivpW__label{color:var(--text-secondary);align-items:center;gap:4px;font-size:.6875rem;display:flex}.ClientInfoFields-module__JMivpW__autoBadge{color:var(--primary);background:var(--accent-background);border-radius:4px;padding:1px 5px;font-size:.625rem}.ClientInfoFields-module__JMivpW__input{border:1px solid var(--border);background:var(--input-background);color:var(--text-primary);border-radius:4px;outline:none;padding:4px 6px;font-size:.8125rem}.ClientInfoFields-module__JMivpW__input:focus{border-color:var(--primary)}
.TagPicker-module__biVoaG__picker{flex-direction:column;min-width:180px;padding:4px;display:flex}.TagPicker-module__biVoaG__item{cursor:pointer;text-align:left;color:var(--text-primary);background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;display:flex}.TagPicker-module__biVoaG__item:hover{background:var(--surface-hover)}.TagPicker-module__biVoaG__swatch{border-radius:50%;flex-shrink:0;width:12px;height:12px}.TagPicker-module__biVoaG__name{flex:1;font-size:.8125rem}.TagPicker-module__biVoaG__check{color:var(--primary);font-size:.8125rem}.TagPicker-module__biVoaG__clear{border:none;border-top:1px solid var(--border);color:var(--error);text-align:left;cursor:pointer;background:0 0;margin-top:4px;padding:8px 10px;font-size:.8125rem}
.ChatDialogTag-module___Qberq__tagBadge{width:6px;position:absolute;top:5px;bottom:5px;right:1px}.ChatDialogTag-module___Qberq__contextMenu{z-index:50;background:var(--surface);border-radius:8px;box-shadow:0 4px 16px #00000026}
.ChatSearchBar-module__B7ud9G__bar{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.ChatSearchBar-module__B7ud9G__input{min-width:0;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.ChatSearchBar-module__B7ud9G__count{color:var(--text-secondary);white-space:nowrap;font-size:.75rem}.ChatSearchBar-module__B7ud9G__loading{color:var(--text-secondary);font-size:.75rem}
.ChatView-module__73sgyG__container{flex-direction:column;height:100%;display:flex;overflow:hidden}.ChatView-module__73sgyG__wrapper{flex-direction:column;height:100%;display:flex;position:relative}.ChatView-module__73sgyG__messagesWrapper{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.ChatView-module__73sgyG__header{border-bottom:1px solid var(--border);flex:none;align-items:center;height:48px;padding:0 12px;display:flex}.ChatView-module__73sgyG__messages{overscroll-behavior:contain;scroll-behavior:smooth;flex:1;min-height:0;padding:10px 20px;overflow:hidden auto}.ChatView-module__73sgyG__input{border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);flex:none}.ChatView-module__73sgyG__headerContent{-webkit-user-select:none;user-select:none;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.ChatView-module__73sgyG__avatarWrapper{position:relative}.ChatView-module__73sgyG__avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0}.ChatView-module__73sgyG__avatarPlaceholder{background:var(--surface-hover);width:40px;height:40px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.ChatView-module__73sgyG__title{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);font-size:.9375rem;font-weight:600;overflow:hidden}.ChatView-module__73sgyG__headerText{flex-direction:column;min-width:0;display:flex}.ChatView-module__73sgyG__pinned{color:var(--primary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.ChatView-module__73sgyG__pinned:hover{text-decoration:underline}
.ForwardHeader-module__-Ooeya__forward{align-items:flex-start;gap:8px;margin-bottom:6px;display:flex}.ForwardHeader-module__-Ooeya__arrow{color:var(--forward-accent);margin-top:2px;font-size:.9375rem;line-height:1}.ForwardHeader-module__-Ooeya__content{flex-direction:column;gap:2px;display:flex}.ForwardHeader-module__-Ooeya__label{color:var(--forward-accent);font-size:.6875rem;line-height:1.2}.ForwardHeader-module__-Ooeya__authorRow{align-items:center;gap:4px;display:flex}.ForwardHeader-module__-Ooeya__author{color:var(--forward-accent);font-size:.8125rem;font-weight:600;line-height:1.2}
.MenuItemButton-module__B0USoa__button{width:100%;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:9px 12px;font-size:.875rem;display:flex}.MenuItemButton-module__B0USoa__button:hover:not(:disabled){background:var(--surface-hover)}.MenuItemButton-module__B0USoa__button:disabled{opacity:.5;cursor:default}.MenuItemButton-module__B0USoa__button svg{flex:none;width:18px;height:18px}
.ForwardModal-module__Q5Q2Da__overlay{background:var(--overlay-background);z-index:2000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ForwardModal-module__Q5Q2Da__modal{background:var(--surface);width:320px;max-height:70vh;box-shadow:var(--modal-shadow);box-sizing:border-box;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.ForwardModal-module__Q5Q2Da__header{border-bottom:1px solid var(--border);color:var(--text-primary);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9375rem;font-weight:600;display:flex}.ForwardModal-module__Q5Q2Da__search{border:none;border-bottom:1px solid var(--border);box-sizing:border-box;background:var(--input-background);width:100%;color:var(--text-primary);outline:none;flex-shrink:0;padding:8px 12px;font-size:.875rem}.ForwardModal-module__Q5Q2Da__list{flex:1;overflow:hidden auto}.ForwardModal-module__Q5Q2Da__item{cursor:pointer;box-sizing:border-box;align-items:center;gap:12px;width:100%;padding:10px 16px;display:flex}.ForwardModal-module__Q5Q2Da__item:hover{background:var(--surface-hover)}.ForwardModal-module__Q5Q2Da__title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.ForwardModal-module__Q5Q2Da__avatar{width:32px;height:32px;color:var(--primary-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}
.MessageActions-module__kV06eW__trigger{cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.375rem;line-height:1}.MessageActions-module__kV06eW__menu{background:var(--surface);border:1px solid var(--border);z-index:1000;border-radius:8px;width:196px;padding:4px;position:fixed;box-shadow:0 4px 12px #00000026}.MessageActions-module__kV06eW__actions{display:inline-block}.MessageActions-module__kV06eW__divider{background:var(--border);height:1px;margin:4px 0}
.MessageBubble-module__5GEehq__row{align-items:center;gap:4px;margin-bottom:8px;display:flex}.MessageBubble-module__5GEehq__left{justify-content:flex-start}.MessageBubble-module__5GEehq__right{justify-content:flex-end}.MessageBubble-module__5GEehq__bubble{border-radius:12px;min-width:0;max-width:70%;padding:8px 12px;position:relative}.MessageBubble-module__5GEehq__mine{background:var(--selected-background);color:var(--text-primary)}.MessageBubble-module__5GEehq__their{background:var(--surface);color:var(--text-primary)}.MessageBubble-module__5GEehq__actionsWrapper{opacity:0;flex-shrink:0;transition:opacity .15s}.MessageBubble-module__5GEehq__row:hover .MessageBubble-module__5GEehq__actionsWrapper{opacity:1}.MessageBubble-module__5GEehq__actionsLeft{position:absolute;top:4px;right:-36px}.MessageBubble-module__5GEehq__meta{justify-content:space-between;align-items:center;gap:4px;margin-top:2px;display:flex}.MessageBubble-module__5GEehq__metaRight{align-items:center;gap:4px;margin-left:auto;display:flex}.MessageBubble-module__5GEehq__time{color:var(--text-secondary);white-space:nowrap;font-size:.6875rem}.MessageBubble-module__5GEehq__edited{color:var(--text-secondary);font-size:.6875rem;font-style:italic}.MessageBubble-module__5GEehq__pinned{font-size:.6875rem}.MessageBubble-module__5GEehq__status{color:var(--text-secondary);font-size:.6875rem}.MessageBubble-module__5GEehq__statusRead{color:var(--primary);font-size:.6875rem}.MessageBubble-module__5GEehq__failedBubble{border:1px solid var(--failed)}.MessageBubble-module__5GEehq__retryButton{font-family:inherit;line-height:inherit;color:var(--failed);cursor:pointer;white-space:nowrap;background:0 0;border:none;margin:0;padding:0;font-size:.6875rem;text-decoration:underline}.MessageBubble-module__5GEehq__retryButton:hover{opacity:.8}.MessageBubble-module__5GEehq__retryButton:focus-visible{outline:2px solid var(--failed);outline-offset:2px}.MessageBubble-module__5GEehq__bubble a{color:var(--primary);text-decoration:none}.MessageBubble-module__5GEehq__bubble a:hover{text-decoration:underline}
.MessageReactions-module__GCseYW__reactions{flex-wrap:wrap;gap:4px;display:flex}.MessageReactions-module__GCseYW__reaction{background:var(--surface-hover);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;align-items:center;gap:2px;padding:2px 6px;font-size:.8125rem;display:inline-flex}.MessageReactions-module__GCseYW__reaction:hover{background:var(--border)}.MessageReactions-module__GCseYW__active{background:var(--selected-background)}.MessageReactions-module__GCseYW__active:hover{background:var(--accent-background)}
.ReplyPreview-module__2LMvuq__reply{background:var(--surface-hover);border-radius:6px;gap:8px;min-width:0;margin-bottom:8px;padding:6px 8px;font-size:.8125rem;display:flex;overflow:hidden}.ReplyPreview-module__2LMvuq__line{background:var(--reply-accent);border-radius:3px;flex-shrink:0;width:3px}.ReplyPreview-module__2LMvuq__body{flex:1;min-width:0}.ReplyPreview-module__2LMvuq__author{color:var(--text-primary);font-weight:600}.ReplyPreview-module__2LMvuq__text{color:var(--text-primary);opacity:.8;white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}.ReplyPreview-module__2LMvuq__reply:hover{opacity:.8}
.ContactMessage-module__FbM5EG__wrapper{align-items:center;gap:10px;padding:2px 0;display:flex}.ContactMessage-module__FbM5EG__avatar{width:36px;height:36px;color:var(--primary-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.ContactMessage-module__FbM5EG__name{color:var(--text-primary);font-size:.875rem;font-weight:600}.ContactMessage-module__FbM5EG__phone{color:var(--text-secondary);font-size:.75rem}
.DocumentMessage-module__CcpKpa__document{background:var(--surface);color:var(--text-primary);border-radius:8px;align-items:center;gap:10px;padding:8px;text-decoration:none;display:flex}.DocumentMessage-module__CcpKpa__document:hover{background:var(--surface-hover)}.DocumentMessage-module__CcpKpa__icon{flex-shrink:0;font-size:1.5rem}.DocumentMessage-module__CcpKpa__info{min-width:0}.DocumentMessage-module__CcpKpa__name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.DocumentMessage-module__CcpKpa__size{color:var(--text-secondary);font-size:.75rem}
.GeoLiveMessage-module__2psTbG__wrapper{border-radius:8px;text-decoration:none;display:block;position:relative;overflow:hidden}.GeoLiveMessage-module__2psTbG__map{pointer-events:none;border:none;width:100%;height:140px}.GeoLiveMessage-module__2psTbG__liveBadge{background:var(--live);color:var(--primary-foreground);border-radius:6px;padding:2px 6px;font-size:.6875rem;font-weight:600;position:absolute;top:6px;left:6px}
.GeoMessage-module__35uwLG__wrapper{color:var(--text-primary);text-decoration:none;display:block}.GeoMessage-module__35uwLG__map{pointer-events:none;border:none;border-radius:8px;width:240px;height:160px;display:block}.GeoMessage-module__35uwLG__label{color:var(--primary);text-align:center;margin-top:4px;font-size:.75rem}
.ChatListHeader-module__4Hk6fq__header{align-items:center;gap:8px;min-height:44px;padding:10px 12px;display:flex}.ChatListHeader-module__4Hk6fq__title{color:var(--text-primary);flex:1;margin:0;font-size:1.125rem;font-weight:600}.ChatListHeader-module__4Hk6fq__actions{align-items:center;gap:4px;display:flex}.ChatListHeader-module__4Hk6fq__searchWrapper{flex:1;position:relative}.ChatListHeader-module__4Hk6fq__search{box-sizing:border-box;border:1px solid var(--border);width:100%;height:36px;font:inherit;background:var(--input-background);color:var(--text-primary);border-radius:8px;outline:none;padding:0 44px 0 12px}.ChatListHeader-module__4Hk6fq__search:focus{border-color:var(--primary)}.ChatListHeader-module__4Hk6fq__searchClear{color:var(--text-secondary);position:absolute;top:50%;right:2px;transform:translateY(-50%)}.ChatListHeader-module__4Hk6fq__searchClear:hover{color:var(--text-primary)}
.MusicMessage-module__DCRcmG__music{align-items:center;gap:10px;min-width:180px;display:flex}.MusicMessage-module__DCRcmG__play{background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;display:flex}.MusicMessage-module__DCRcmG__play:hover{background:var(--primary-hover)}.MusicMessage-module__DCRcmG__content{flex-direction:column;flex:1;gap:2px;display:flex}.MusicMessage-module__DCRcmG__title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:600;overflow:hidden}.MusicMessage-module__DCRcmG__performer{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;overflow:hidden}.MusicMessage-module__DCRcmG__progress{width:100%;height:3px;accent-color:var(--primary);cursor:pointer}.MusicMessage-module__DCRcmG__time{color:var(--text-secondary);font-size:.6875rem}
.ChatListItem-module__s4yzCa__item{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;transition:background .12s;display:flex;position:relative}.ChatListItem-module__s4yzCa__item:hover{background:var(--surface-hover)}.ChatListItem-module__s4yzCa__itemActive{background:var(--selected-background)}.ChatListItem-module__s4yzCa__content{flex:1;min-width:0}.ChatListItem-module__s4yzCa__avatar{flex-shrink:0;width:40px;height:40px}
.PhotoMessage-module__ULr2Mq__photo{-o-object-fit:contain;object-fit:contain;cursor:pointer;border-radius:8px;width:100%;max-width:min(400px,70vw);height:auto;display:block}.PhotoMessage-module__ULr2Mq__placeholder{background:var(--surface-hover);border-radius:8px;width:100%;max-width:min(400px,70vw);min-height:120px;display:block}
.ChatListItemHeader-module__F01EXq__header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.ChatListItemHeader-module__F01EXq__title{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);font-size:.875rem;font-weight:600;overflow:hidden}.ChatListItemHeader-module__F01EXq__status{flex-shrink:0;align-items:center;gap:6px;display:flex}.ChatListItemHeader-module__F01EXq__phone{opacity:.5;color:var(--text-secondary);font-size:.75rem}.ChatListItemHeader-module__F01EXq__time{color:var(--text-secondary);text-align:right;min-width:48px;font-size:.75rem}
.StickerMessage-module__bLHtfa__sticker{width:200px;display:block}.StickerMessage-module__bLHtfa__placeholder{background:var(--surface-hover);border-radius:8px;width:200px;height:200px;display:block}
.OnlineDot-module__0knrFq__onlineDot{background:var(--success);border-radius:50%;width:8px;height:8px;display:inline-block}
.VenueMessage-module__657xMq__wrapper{color:var(--text-primary);border-radius:8px;text-decoration:none;display:block;overflow:hidden}.VenueMessage-module__657xMq__map{pointer-events:none;border:none;width:100%;height:140px}.VenueMessage-module__657xMq__info{align-items:flex-start;gap:6px;padding:6px 4px 2px;display:flex}.VenueMessage-module__657xMq__icon{font-size:1rem}.VenueMessage-module__657xMq__title{font-size:.875rem;font-weight:600}.VenueMessage-module__657xMq__address{color:var(--text-secondary);font-size:.75rem}
.AccountSection-module__c_C4pq__logoutButton{width:100%;color:var(--error);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;font-size:.875rem;display:flex}.AccountSection-module__c_C4pq__logoutButton:hover{background:var(--surface-hover)}.AccountSection-module__c_C4pq__logoutButton svg{flex:none;width:18px;height:18px}
.ChatStatus-module__EX-Xwa__typing,.ChatStatus-module__EX-Xwa__lastSeen{color:var(--text-secondary)}
.VideoMessage-module__dFMg-q__video{-o-object-fit:contain;object-fit:contain;border-radius:8px;width:100%;max-width:400px;max-height:600px;display:block}.VideoMessage-module__dFMg-q__round{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:200px;height:200px;display:block}.VideoMessage-module__dFMg-q__videoPlaceholder{background:var(--surface-hover);border-radius:8px;width:100%;max-width:400px;min-height:200px}.VideoMessage-module__dFMg-q__roundPlaceholder{background:var(--surface-hover);border-radius:50%;width:200px;height:200px}
.FontSizeSection-module__i0SxMG__fontSizeSlider{flex-direction:column;gap:8px;display:flex}.FontSizeSection-module__i0SxMG__fontSizeSlider input[type=range]{width:100%;accent-color:var(--primary)}.FontSizeSection-module__i0SxMG__fontSizeLabel{color:var(--text-secondary);text-align:center;font-size:.875rem}
.ChatPreviewRight-module__CqLtga__right{flex-shrink:0;align-items:center;display:flex}.ChatPreviewRight-module__CqLtga__time{color:var(--text-secondary);font-size:.75rem}.ChatPreviewRight-module__CqLtga__unread{box-sizing:border-box;background:var(--primary);min-width:18px;height:18px;color:var(--primary-foreground);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:.75rem;font-weight:600;line-height:1;display:flex}
.VoiceMessage-module__ygwGDa__voice{align-items:center;gap:10px;min-width:180px;display:flex}.VoiceMessage-module__ygwGDa__play{background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;display:flex}.VoiceMessage-module__ygwGDa__play:hover{background:var(--primary-hover)}.VoiceMessage-module__ygwGDa__content{flex-direction:column;flex:1;gap:2px;display:flex}.VoiceMessage-module__ygwGDa__progress{width:100%;height:3px;accent-color:var(--primary);cursor:pointer}.VoiceMessage-module__ygwGDa__time{color:var(--text-secondary);font-size:.6875rem}
.ChatListPreview-module__-foh8q__row{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.ChatListPreview-module__-foh8q__message{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.8125rem;overflow:hidden}
.WebPageMessage-module__H-mi5G__wrapper{color:var(--text-primary);gap:8px;padding:2px 0;text-decoration:none;display:flex}.WebPageMessage-module__H-mi5G__accent{background:var(--primary);border-radius:2px;flex-shrink:0;width:3px}.WebPageMessage-module__H-mi5G__siteName{color:var(--primary);text-transform:uppercase;font-size:.6875rem;font-weight:600}.WebPageMessage-module__H-mi5G__title{font-size:.875rem;font-weight:600}.WebPageMessage-module__H-mi5G__description{color:var(--text-primary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.8125rem;display:-webkit-box;overflow:hidden}.WebPageMessage-module__H-mi5G__url{color:var(--text-secondary);margin-top:2px;font-size:.75rem}.WebPageMessage-module__H-mi5G__body{flex:1;min-width:0}.WebPageMessage-module__H-mi5G__preview{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;max-width:280px;margin-top:6px;display:block}
.PrimaryButton-module__lx5RDa__button{background:var(--primary);width:100%;color:var(--primary-foreground);cursor:pointer;border:none;border-radius:8px;padding:12px;font-size:1rem;transition:background .15s}.PrimaryButton-module__lx5RDa__button:hover:not(:disabled){background:var(--primary-hover)}.PrimaryButton-module__lx5RDa__button:disabled{background:var(--primary-disabled);cursor:default}
.LoginPage-module__zSKdGa__container{background:var(--background);justify-content:center;align-items:center;height:100vh;display:flex}.LoginPage-module__zSKdGa__card{background:var(--surface);border-radius:12px;flex-direction:column;align-items:center;gap:20px;min-width:300px;padding:40px;display:flex;box-shadow:0 4px 24px #0000001a}.LoginPage-module__zSKdGa__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.LoginPage-module__zSKdGa__error{color:var(--error);text-align:center;font-size:.875rem}
.NotificationPermissionBanner-module__2pb67G__container{z-index:50;pointer-events:none;position:fixed;bottom:72px;left:50%;transform:translate(-50%)}.NotificationPermissionBanner-module__2pb67G__button{pointer-events:auto;white-space:nowrap;border-radius:18px;width:auto;min-width:164px;min-height:36px;padding:7px 16px;box-shadow:0 3px 10px #0000002e}.NotificationPermissionBanner-module__2pb67G__banner{z-index:50;background:var(--surface);text-align:center;border-radius:18px;max-width:calc(100vw - 24px);padding:7px 12px;font-size:.8125rem;line-height:18px;position:fixed;bottom:72px;left:50%;transform:translate(-50%);box-shadow:0 3px 10px #0000002e}.NotificationPermissionBanner-module__2pb67G__errorText{color:var(--error);text-align:center;margin-top:4px;font-size:.8125rem}.NotificationPermissionBanner-module__2pb67G__error{color:var(--error);border:1px solid var(--error)}.NotificationPermissionBanner-module__2pb67G__warning{color:var(--warning);border:1px solid var(--warning)}@media (max-width:480px){.NotificationPermissionBanner-module__2pb67G__container,.NotificationPermissionBanner-module__2pb67G__banner{bottom:68px}.NotificationPermissionBanner-module__2pb67G__button{min-height:34px;padding:6px 11px;font-size:.8125rem}}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist", "Geist Fallback"}
.AppLayout-module__CJM0ha__layout{grid-template-columns:320px 1fr;height:100dvh;display:grid;overflow:hidden}.AppLayout-module__CJM0ha__sidebar{border-right:1px solid var(--border);min-height:0;overflow:hidden}.AppLayout-module__CJM0ha__main{min-height:0;overflow:hidden}@media (max-width:768px){.AppLayout-module__CJM0ha__layout{grid-template-columns:1fr}.AppLayout-module__CJM0ha__sidebarHidden,.AppLayout-module__CJM0ha__mainHidden{display:none}}
.NotificationsSection-module__GnhhXW__pushRow{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;gap:10px;width:100%;min-width:0;padding:12px;display:flex}.NotificationsSection-module__GnhhXW__pushInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.NotificationsSection-module__GnhhXW__pushInfo span{overflow-wrap:anywhere;min-width:0}.NotificationsSection-module__GnhhXW__pushButtonWrap{width:100%;min-width:0}.NotificationsSection-module__GnhhXW__pushButton{box-sizing:border-box;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;padding:4px 12px;font-size:.875rem;overflow:hidden}.NotificationsSection-module__GnhhXW__pushButton:hover{background:var(--primary-hover)}.NotificationsSection-module__GnhhXW__warningText{color:var(--text-secondary);overflow-wrap:anywhere;font-size:.875rem}.NotificationsSection-module__GnhhXW__errorText{color:var(--error);overflow-wrap:anywhere;font-size:.875rem}.NotificationsSection-module__GnhhXW__mutedText{color:var(--text-secondary);font-size:.875rem}
.MessageList-module__PYPYEW__container{flex-direction:column;gap:8px;display:flex}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5ce348bf30bf5439-s.0zgw-jeven.3w.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.0wkzw~je483f-.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6306c77e7c8268e4-s.0rhz0arwfsn~5.woff2)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.0l76wvqk9d84w.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.0k4k9394f2q-k.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.08e28id.o-okb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono", "Geist Mono Fallback"}
.page-module__M0l7Iq__page{box-sizing:border-box;flex-direction:column;gap:32px;width:100%;max-width:320px;margin:0 auto;padding:16px;display:flex;overflow-x:hidden}.page-module__M0l7Iq__header{align-items:center;gap:8px;min-width:0;display:flex}.page-module__M0l7Iq__title{overflow-wrap:anywhere;min-width:0;font-size:1.125rem;font-weight:600}.page-module__M0l7Iq__section{flex-direction:column;gap:12px;width:100%;min-width:0;display:flex}.page-module__M0l7Iq__sectionTitle{min-width:0;color:var(--text-secondary);font-size:.875rem;font-weight:500}
.ScrollToBottomButton-module__hLRAVq__wrapper{background:var(--surface);box-shadow:0 2px 8px var(--shadow);z-index:5;border-radius:50%;position:absolute;bottom:16px;right:16px}.ScrollToBottomButton-module__hLRAVq__badge{background:var(--primary);min-width:16px;height:16px;color:var(--primary-foreground);pointer-events:none;border-radius:8px;justify-content:center;align-items:center;padding:0 3px;font-size:.625rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}
.ThemeSection-module__d2LBwq__optionList{flex-direction:column;gap:8px;display:flex}.ThemeSection-module__d2LBwq__optionLabel{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;display:flex}
.PinnedMessageBar-module__Q1jYiW__bar{border-bottom:1px solid var(--border);cursor:pointer;background:var(--surface);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:6px 12px;transition:background .15s;display:flex}.PinnedMessageBar-module__Q1jYiW__bar:hover{background:var(--surface-hover)}.PinnedMessageBar-module__Q1jYiW__icon{flex-shrink:0;font-size:1rem}.PinnedMessageBar-module__Q1jYiW__content{min-width:0}.PinnedMessageBar-module__Q1jYiW__label{color:var(--primary);font-size:.6875rem;font-weight:600}.PinnedMessageBar-module__Q1jYiW__text{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}
