.Sidebar-module__chRhja__sidebarContainer{background:var(--bg-sidebar);flex-direction:column;height:100%;display:flex}.Sidebar-module__chRhja__header{height:var(--header-height);align-items:center;gap:15px;padding:0 20px;display:flex}.Sidebar-module__chRhja__menuButton{color:var(--text-secondary);border-radius:50%;padding:8px;transition:background .2s}.Sidebar-module__chRhja__menuButton:hover{background:#0000000d}.Sidebar-module__chRhja__searchWrapper{flex:1;position:relative}.Sidebar-module__chRhja__searchField{background:#f1f1f1;border:1px solid #0000;border-radius:22px;width:100%;height:42px;padding:0 45px;font-size:15px;transition:background .2s,box-shadow .2s}[data-theme=dark] .Sidebar-module__chRhja__searchField{color:#fff;background:#2c2c2c}.Sidebar-module__chRhja__searchField:focus{background:var(--bg-sidebar);border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.Sidebar-module__chRhja__searchIcon{color:var(--text-secondary);position:absolute;top:50%;left:15px;transform:translateY(-50%)}.Sidebar-module__chRhja__sectionHeader{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;background:#00000008;padding:8px 16px;font-size:13px;font-weight:600}[data-theme=dark] .Sidebar-module__chRhja__sectionHeader{background:#ffffff08}.Sidebar-module__chRhja__chatList{flex:1;padding:8px 0;overflow-y:auto}.Sidebar-module__chRhja__chatItem{cursor:pointer;-webkit-user-select:none;user-select:none;gap:12px;padding:10px 15px;transition:background .1s;display:flex}.Sidebar-module__chRhja__chatItem:hover{background:#f4f4f5}[data-theme=dark] .Sidebar-module__chRhja__chatItem:hover{background:#2b2b2b}.Sidebar-module__chRhja__chatItem.Sidebar-module__chRhja__active{background:var(--active-chat);color:var(--active-chat-text)}.Sidebar-module__chRhja__avatar{color:#fff;background:linear-gradient(135deg,#a0ced9,#3390ec);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:18px;font-weight:600;display:flex}.Sidebar-module__chRhja__itemContent{flex-direction:column;flex:1;justify-content:center;display:flex;overflow:hidden}.Sidebar-module__chRhja__itemHeader{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.Sidebar-module__chRhja__chatName{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.Sidebar-module__chRhja__chatTime{color:var(--text-secondary);font-size:13px}.Sidebar-module__chRhja__active .Sidebar-module__chRhja__chatTime{color:#fffc}.Sidebar-module__chRhja__itemFooter{justify-content:space-between;align-items:center;display:flex}.Sidebar-module__chRhja__lastMessage{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:14px;overflow:hidden}.Sidebar-module__chRhja__active .Sidebar-module__chRhja__lastMessage{color:#ffffffe6}.Sidebar-module__chRhja__unreadCount{color:#000;text-align:center;background:#c5c5c5;border-radius:10px;min-width:20px;padding:2px 8px;font-size:12px;font-weight:600}.Sidebar-module__chRhja__unreadCount.Sidebar-module__chRhja__newMessage{background:var(--primary);color:#fff}.Sidebar-module__chRhja__active .Sidebar-module__chRhja__unreadCount{color:var(--primary);background:#fff}.Sidebar-module__chRhja__channelAvatar{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.Sidebar-module__chRhja__specialAvatar{background:linear-gradient(135deg,#a0ced9,#3390ec);box-shadow:0 4px 10px #3390ec33}.Sidebar-module__chRhja__noResults{text-align:center;color:var(--text-secondary);padding:40px 20px;font-size:15px}
.SettingsDrawer-module__idiMda__drawerOverlay{z-index:100;pointer-events:none;background:0 0;width:100%;height:100%;transition:background .3s;position:absolute;top:0;left:0}.SettingsDrawer-module__idiMda__drawerOverlay.SettingsDrawer-module__idiMda__active{pointer-events:auto;background:#0000004d}.SettingsDrawer-module__idiMda__drawer{background:var(--bg-sidebar);z-index:105;flex-direction:column;width:85%;max-width:300px;height:100%;display:flex;position:absolute;top:0;left:0;box-shadow:2px 0 10px #0000001a}.SettingsDrawer-module__idiMda__header{background:var(--primary);color:#fff;flex-direction:column;gap:15px;padding:20px;display:flex}.SettingsDrawer-module__idiMda__userProfile{flex-direction:column;gap:5px;display:flex}.SettingsDrawer-module__idiMda__avatar{background:#fff3;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;font-weight:600;display:flex}.SettingsDrawer-module__idiMda__userName{font-size:16px;font-weight:600}.SettingsDrawer-module__idiMda__userHandle{opacity:.8;font-size:13px}.SettingsDrawer-module__idiMda__menuList{flex:1;padding:10px 0;overflow-y:auto}.SettingsDrawer-module__idiMda__menuItem{cursor:pointer;color:var(--text-main);align-items:center;gap:20px;padding:12px 20px;font-size:15px;font-weight:500;transition:background .2s;display:flex}.SettingsDrawer-module__idiMda__menuItem:hover{background:#0000000d}[data-theme=dark] .SettingsDrawer-module__idiMda__menuItem:hover{background:#ffffff0d}.SettingsDrawer-module__idiMda__menuIcon{color:var(--text-secondary);justify-content:center;width:24px;display:flex}.SettingsDrawer-module__idiMda__divider{background:var(--border-light);height:1px;margin:5px 0}.SettingsDrawer-module__idiMda__footer{color:var(--text-secondary);border-top:1px solid var(--border-light);padding:10px 20px;font-size:12px}
.ChatArea-module__S8OEhW__chatAreaContainer{flex-direction:column;height:100%;display:flex;position:relative}.ChatArea-module__S8OEhW__header{height:var(--header-height);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:0 20px;display:flex}.ChatArea-module__S8OEhW__chatInfo{cursor:pointer;flex-direction:column;display:flex}.ChatArea-module__S8OEhW__chatName{font-size:16px;font-weight:600}.ChatArea-module__S8OEhW__chatStatus{color:var(--text-secondary);font-size:13px}.ChatArea-module__S8OEhW__headerActions{color:var(--text-secondary);gap:15px;display:flex}.ChatArea-module__S8OEhW__actionButton{border-radius:50%;padding:8px;transition:background .2s}.ChatArea-module__S8OEhW__actionButton:hover{background:#0000000d}.ChatArea-module__S8OEhW__messageList{flex-direction:column;flex:1;gap:10px;padding:20px 10%;display:flex;overflow-y:auto}.ChatArea-module__S8OEhW__patternOverlay{background-image:var(--bg-chat-pattern);opacity:.4;pointer-events:none;z-index:0;position:absolute;inset:0}.ChatArea-module__S8OEhW__inputArea{z-index:10;align-items:flex-end;gap:10px;min-height:60px;padding:10px 10%;display:flex}.ChatArea-module__S8OEhW__inputWrapper{background:var(--bg-sidebar);border-radius:12px;flex:1;align-items:flex-end;min-height:44px;padding:5px 12px;display:flex;box-shadow:0 1px 2px #0000001a}.ChatArea-module__S8OEhW__textInput{resize:none;max-height:150px;color:var(--text-main);background:0 0;border:none;flex:1;padding:10px 5px;font-size:15px;overflow-y:auto}.ChatArea-module__S8OEhW__inputButtons{color:var(--text-secondary);gap:5px;padding-bottom:4px;display:flex}.ChatArea-module__S8OEhW__sendButton{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:flex;box-shadow:0 1px 2px #0000001a}.ChatArea-module__S8OEhW__sendButton:hover{background:var(--primary-hover);transform:scale(1.05)}.ChatArea-module__S8OEhW__sendButton:active{transform:scale(.95)}.ChatArea-module__S8OEhW__sendButton.ChatArea-module__S8OEhW__recording{background:#ff3b30;box-shadow:0 0 15px #ff3b3066}.ChatArea-module__S8OEhW__pinnedBanner{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);z-index:50;align-items:center;gap:12px;height:50px;padding:0 15px;display:flex;position:absolute;top:60px;left:0;right:0}.ChatArea-module__S8OEhW__pinnedInfo{cursor:pointer;flex:1;align-items:center;gap:12px;display:flex}.ChatArea-module__S8OEhW__pinnedIcon{color:var(--primary)}.ChatArea-module__S8OEhW__pinnedText{flex-direction:column;display:flex}.ChatArea-module__S8OEhW__pinnedLabel{color:var(--primary);font-size:13px;font-weight:600}.ChatArea-module__S8OEhW__pinnedContent{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:14px;overflow:hidden}.ChatArea-module__S8OEhW__closePinned{color:var(--text-secondary);padding:5px}.ChatArea-module__S8OEhW__editingBanner{background:var(--bg-sidebar);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);z-index:20;align-items:center;gap:15px;padding:10px 20px;display:flex;position:absolute;bottom:100%;left:0;right:0}.ChatArea-module__S8OEhW__editingInfo{flex:1}.ChatArea-module__S8OEhW__editingLabel{color:var(--primary);font-size:13px;font-weight:600;display:block}.ChatArea-module__S8OEhW__editingText{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.ChatArea-module__S8OEhW__cancelEdit{color:var(--text-secondary)}.ChatArea-module__S8OEhW__pulseDot{background:#fff;border-radius:50%;width:12px;height:12px;animation:1.5s infinite ChatArea-module__S8OEhW__pulse}@keyframes ChatArea-module__S8OEhW__pulse{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.5;transform:scale(.8)}}
.MessageBubble-module__OgR-OG__bubbleWrapper{width:100%;margin-bottom:4px;display:flex}.MessageBubble-module__OgR-OG__me{justify-content:flex-end}.MessageBubble-module__OgR-OG__other{justify-content:flex-start}.MessageBubble-module__OgR-OG__bubble{border-radius:12px;max-width:75%;padding:6px 10px 8px;position:relative;overflow:visible;box-shadow:0 1px 2px #0000001a}@keyframes MessageBubble-module__OgR-OG__popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.MessageBubble-module__OgR-OG__me .MessageBubble-module__OgR-OG__bubble{background:var(--message-out);color:var(--message-text);border-bottom-right-radius:4px}.MessageBubble-module__OgR-OG__me .MessageBubble-module__OgR-OG__bubble:after{content:"";background:var(--message-out);clip-path:polygon(0 0,0% 100%,100% 100%);width:15px;height:15px;position:absolute;bottom:0;right:-8px}.MessageBubble-module__OgR-OG__other .MessageBubble-module__OgR-OG__bubble{background:var(--message-in);color:var(--message-text);border-bottom-left-radius:4px}.MessageBubble-module__OgR-OG__other .MessageBubble-module__OgR-OG__bubble:after{content:"";background:var(--message-in);clip-path:polygon(100% 0,0 100%,100% 100%);width:15px;height:15px;position:absolute;bottom:0;left:-8px}.MessageBubble-module__OgR-OG__audioPlayer{align-items:center;gap:12px;min-width:200px;padding:4px 0;display:flex}.MessageBubble-module__OgR-OG__playBtn{color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.MessageBubble-module__OgR-OG__audioWave{flex:1;align-items:center;gap:2px;height:24px;display:flex}.MessageBubble-module__OgR-OG__waveBar{opacity:.5;background:currentColor;border-radius:1px;flex:1;transition:height .2s,opacity .2s}.MessageBubble-module__OgR-OG__waveBar.MessageBubble-module__OgR-OG__active{opacity:1;animation:1.2s ease-in-out infinite MessageBubble-module__OgR-OG__wavePulse}@keyframes MessageBubble-module__OgR-OG__wavePulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}.MessageBubble-module__OgR-OG__audioDuration{opacity:.8;font-size:.75rem}.MessageBubble-module__OgR-OG__imageContainer{max-width:300px;margin:-4px -8px 4px}.MessageBubble-module__OgR-OG__sentImage{border-radius:8px;width:100%;height:auto;display:block}.MessageBubble-module__OgR-OG__fileContainer{align-items:center;gap:12px;padding:4px 0;display:flex}.MessageBubble-module__OgR-OG__fileIcon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.MessageBubble-module__OgR-OG__fileInfo{flex-direction:column;flex:1;display:flex}.MessageBubble-module__OgR-OG__fileName{font-size:.9rem;font-weight:500}.MessageBubble-module__OgR-OG__fileSize{opacity:.7;font-size:.75rem}.MessageBubble-module__OgR-OG__downloadBtn{color:inherit;cursor:pointer;background:0 0;border:none}.MessageBubble-module__OgR-OG__text{word-wrap:break-word;margin:0;line-height:1.5}.MessageBubble-module__OgR-OG__editedTag{opacity:.5;font-size:.65rem;font-style:italic}.MessageBubble-module__OgR-OG__menuOverlay{z-index:1000;position:fixed;inset:0}.MessageBubble-module__OgR-OG__contextMenu{z-index:1001;border-radius:12px;flex-direction:column;width:150px;padding:4px;display:flex;position:fixed;overflow:hidden;box-shadow:0 4px 15px #0003}.MessageBubble-module__OgR-OG__menuItem{color:var(--text-main);text-align:left;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;transition:background .1s;display:flex}.MessageBubble-module__OgR-OG__menuItem:hover{background:#0000000d}[data-theme=dark] .MessageBubble-module__OgR-OG__menuItem:hover{background:#ffffff0d}.MessageBubble-module__OgR-OG__menuItem.MessageBubble-module__OgR-OG__delete{color:#e53935}.MessageBubble-module__OgR-OG__decryptingOverlay{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}
.AttachmentMenu-module__SffA7G__menu{z-index:1000;background:var(--bg-sidebar);border-radius:15px;width:320px;padding:15px;position:absolute;bottom:70px;right:15%;box-shadow:0 8px 32px #00000026}.AttachmentMenu-module__SffA7G__grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.AttachmentMenu-module__SffA7G__option{flex-direction:column;align-items:center;gap:8px;transition:transform .2s;display:flex}.AttachmentMenu-module__SffA7G__option:hover{transform:translateY(-2px)}.AttachmentMenu-module__SffA7G__iconWrapper{background:#00000008;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}[data-theme=dark] .AttachmentMenu-module__SffA7G__iconWrapper{background:#ffffff0d}.AttachmentMenu-module__SffA7G__label{color:var(--text-secondary);font-size:13px}
.EmojiPicker-module__fL7HKG__pickerContainer{z-index:1000;background:var(--bg-sidebar);border-radius:15px;width:300px;height:250px;padding:15px;position:absolute;bottom:70px;left:10%;box-shadow:0 8px 32px #00000026}.EmojiPicker-module__fL7HKG__grid{grid-template-columns:repeat(7,1fr);gap:8px;height:100%;display:grid;overflow-y:auto}.EmojiPicker-module__fL7HKG__emoji{border-radius:8px;justify-content:center;align-items:center;padding:5px;font-size:24px;transition:background .2s;display:flex}.EmojiPicker-module__fL7HKG__emoji:hover{background:#0000000d}[data-theme=dark] .EmojiPicker-module__fL7HKG__emoji:hover{background:#ffffff0d}
.CallOverlay-module__-dgYOG__overlay{z-index:9999;color:#fff;background:#000;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.CallOverlay-module__-dgYOG__backgroundBlur{filter:blur(50px)brightness(.4);z-index:0;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.1)}.CallOverlay-module__-dgYOG__content{z-index:10;flex-direction:column;justify-content:space-between;align-items:center;height:100%;padding:60px 20px;display:flex;position:relative}.CallOverlay-module__-dgYOG__userInfo{text-align:center}.CallOverlay-module__-dgYOG__avatar{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 20px;font-size:40px;font-weight:600;display:flex;box-shadow:0 0 30px #00000080}.CallOverlay-module__-dgYOG__name{margin-bottom:5px;font-size:28px;font-weight:600}.CallOverlay-module__-dgYOG__status{opacity:.8;font-size:16px}.CallOverlay-module__-dgYOG__videoGrid{flex:1;justify-content:center;align-items:center;width:100%;max-width:800px;margin:20px 0;display:flex;position:relative}.CallOverlay-module__-dgYOG__remoteVideo{background:#1a1a1a;border-radius:20px;width:100%;height:100%;overflow:hidden}.CallOverlay-module__-dgYOG__remoteVideo img{object-fit:cover;width:100%;height:100%}.CallOverlay-module__-dgYOG__localVideo{background:#333;border:2px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:120px;height:180px;display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 4px 15px #00000080}.CallOverlay-module__-dgYOG__controls{gap:20px;display:flex}.CallOverlay-module__-dgYOG__btn{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex}.CallOverlay-module__-dgYOG__btn:hover{background:#fff3}.CallOverlay-module__-dgYOG__btnActive{color:#000!important;background:#fff!important}.CallOverlay-module__-dgYOG__btnEnd{background:#ff3b30!important}.CallOverlay-module__-dgYOG__btnEnd:hover{background:#e0352b!important}
.CommunityInfo-module__FLIu-q__container{background:var(--surface-glass);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:2000;border-left:1px solid #ffffff1a;flex-direction:column;width:400px;height:100%;display:flex;position:absolute;top:0;right:0;box-shadow:-10px 0 30px #0003}.CommunityInfo-module__FLIu-q__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:60px;padding:0 15px;display:flex}.CommunityInfo-module__FLIu-q__title{font-size:18px;font-weight:600}.CommunityInfo-module__FLIu-q__iconBtn{color:#707579;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:8px;transition:background .2s}.CommunityInfo-module__FLIu-q__iconBtn:hover{background:#0000000d}.CommunityInfo-module__FLIu-q__content{flex:1;padding:24px;overflow-y:auto}.CommunityInfo-module__FLIu-q__avatarSection{flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.CommunityInfo-module__FLIu-q__avatar{background:var(--primary-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:16px;font-size:48px;font-weight:700;display:flex;box-shadow:0 8px 16px #3390ec33}.CommunityInfo-module__FLIu-q__channel{background:linear-gradient(135deg,#f093fb,#f5576c)}.CommunityInfo-module__FLIu-q__chatName{margin-bottom:4px;font-size:24px;font-weight:700}.CommunityInfo-module__FLIu-q__chatUsername{color:var(--primary);font-weight:500}.CommunityInfo-module__FLIu-q__actionsGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:32px;display:grid}.CommunityInfo-module__FLIu-q__actionItem{color:var(--primary);cursor:pointer;background:#00000008;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:12px;font-size:13px;display:flex}.CommunityInfo-module__FLIu-q__section{margin-bottom:32px}.CommunityInfo-module__FLIu-q__sectionTitle{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:14px;font-weight:600}.CommunityInfo-module__FLIu-q__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.CommunityInfo-module__FLIu-q__count{color:#707579;font-size:13px}.CommunityInfo-module__FLIu-q__memberList{flex-direction:column;gap:16px;display:flex}.CommunityInfo-module__FLIu-q__memberItem{align-items:center;gap:12px;display:flex}.CommunityInfo-module__FLIu-q__memberAvatar{background:#0000000d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.CommunityInfo-module__FLIu-q__memberInfo{flex-direction:column;flex:1;display:flex}.CommunityInfo-module__FLIu-q__memberName{font-size:15px;font-weight:500}.CommunityInfo-module__FLIu-q__memberRole{color:#707579;font-size:12px}.CommunityInfo-module__FLIu-q__ownerActions{flex-direction:column;gap:12px;margin-top:20px;display:flex}.CommunityInfo-module__FLIu-q__editBtn{width:100%;color:var(--primary);background:#3390ec1a;border-radius:12px;padding:12px;font-weight:600;transition:background .2s}.CommunityInfo-module__FLIu-q__deleteBtn{color:#ef4444;background:#ef44441a;border-radius:12px;width:100%;padding:12px;font-weight:600}@media (max-width:768px){.CommunityInfo-module__FLIu-q__container{width:100%}}
.ProfileView-module__PDIUXq__profileContainer{background:var(--bg-sidebar);flex-direction:column;width:100%;height:100%;animation:.3s ease-out ProfileView-module__PDIUXq__slideIn;display:flex}@keyframes ProfileView-module__PDIUXq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.ProfileView-module__PDIUXq__header{height:var(--header-height);border-bottom:1px solid var(--border-light);align-items:center;gap:20px;padding:0 20px;display:flex}.ProfileView-module__PDIUXq__backButton{color:var(--primary);border-radius:50%;padding:8px;transition:background .2s}.ProfileView-module__PDIUXq__backButton:hover{background:#0000000d}.ProfileView-module__PDIUXq__title{font-size:20px;font-weight:600}.ProfileView-module__PDIUXq__content{flex-direction:column;flex:1;align-items:center;padding:40px 20px;display:flex;overflow-y:auto}.ProfileView-module__PDIUXq__avatarSection{text-align:center;margin-bottom:40px;position:relative}.ProfileView-module__PDIUXq__avatar{color:#fff;background:linear-gradient(135deg,#a0ced9,#3390ec);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:48px;font-weight:700;display:flex;position:relative;box-shadow:0 4px 15px #0000001a}.ProfileView-module__PDIUXq__statusDot{border:4px solid var(--bg-sidebar);background:#707579;border-radius:50%;width:24px;height:24px;position:absolute;bottom:5px;right:5px}.ProfileView-module__PDIUXq__online{background:#4fae4e}.ProfileView-module__PDIUXq__editAvatar{background:var(--primary);color:#fff;border:3px solid var(--bg-sidebar);cursor:pointer;border-radius:50%;padding:8px;position:absolute;bottom:0;right:0}.ProfileView-module__PDIUXq__infoSection{flex-direction:column;gap:25px;width:100%;max-width:400px;display:flex}.ProfileView-module__PDIUXq__infoGroup{flex-direction:column;gap:8px;display:flex}.ProfileView-module__PDIUXq__label{color:var(--primary);font-size:14px;font-weight:600}.ProfileView-module__PDIUXq__value{color:var(--text-main);border-bottom:1px solid var(--border-light);padding-bottom:8px;font-size:16px}.ProfileView-module__PDIUXq__editableValue{width:100%;color:var(--text-main);border:none;border-bottom:1px solid var(--primary);background:0 0;padding:5px 0;font-size:16px}.ProfileView-module__PDIUXq__logoutButton{color:#e53935;background:#e539350d;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:400px;margin-top:40px;padding:15px;font-weight:600;transition:background .2s;display:flex}.ProfileView-module__PDIUXq__logoutButton:hover{background:#e539351a}
.CreateCommunity-module__GQ3e8G__overlay{z-index:2000;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out CreateCommunity-module__GQ3e8G__fadeIn;display:flex;position:fixed;inset:0}.CreateCommunity-module__GQ3e8G__modal{background:var(--bg-sidebar);border-radius:12px;flex-direction:column;width:400px;max-width:90vw;display:flex;overflow:hidden;box-shadow:0 10px 30px #0003}.CreateCommunity-module__GQ3e8G__header{border-bottom:1px solid #0000000d;align-items:center;gap:20px;padding:12px 16px;display:flex}.CreateCommunity-module__GQ3e8G__title{flex:1;font-size:18px;font-weight:600}.CreateCommunity-module__GQ3e8G__backButton,.CreateCommunity-module__GQ3e8G__nextButton{color:var(--text-main);border-radius:50%;padding:8px;transition:background .2s}.CreateCommunity-module__GQ3e8G__backButton:hover{background:#0000000d}.CreateCommunity-module__GQ3e8G__nextButton{color:var(--primary)}.CreateCommunity-module__GQ3e8G__nextButton:disabled{opacity:.3}.CreateCommunity-module__GQ3e8G__infoStep{flex-direction:column;align-items:center;gap:20px;padding:30px;display:flex}.CreateCommunity-module__GQ3e8G__avatarCircle{background:var(--primary);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.CreateCommunity-module__GQ3e8G__searchContactInput{background:0 0;border:none;border-bottom:1px solid #0000000d;outline:none;width:100%;padding:12px 16px;font-size:15px}[data-theme=dark] .CreateCommunity-module__GQ3e8G__searchContactInput{color:#fff;border-color:#ffffff0d}.CreateCommunity-module__GQ3e8G__nameInput{border:none;border-bottom:2px solid var(--primary);text-align:center;background:0 0;outline:none;width:100%;padding:10px;font-size:18px}.CreateCommunity-module__GQ3e8G__memberStep{flex-direction:column;height:400px;display:flex}.CreateCommunity-module__GQ3e8G__selectionCount{color:var(--text-secondary);background:#00000005;padding:10px 16px;font-size:14px}.CreateCommunity-module__GQ3e8G__contactList{flex:1;overflow-y:auto}.CreateCommunity-module__GQ3e8G__contactItem{cursor:pointer;align-items:center;gap:15px;padding:10px 16px;transition:background .2s;display:flex}.CreateCommunity-module__GQ3e8G__contactItem:hover{background:#00000008}.CreateCommunity-module__GQ3e8G__contactItem.CreateCommunity-module__GQ3e8G__selected{background:rgba(var(--primary-rgb), .1)}.CreateCommunity-module__GQ3e8G__avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:600;display:flex}.CreateCommunity-module__GQ3e8G__contactInfo{flex-direction:column;flex:1;display:flex}.CreateCommunity-module__GQ3e8G__contactName{font-weight:500}.CreateCommunity-module__GQ3e8G__contactStatus{color:var(--primary);font-size:13px}.CreateCommunity-module__GQ3e8G__checkIcon{color:var(--primary)}@keyframes CreateCommunity-module__GQ3e8G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
