.PomodoroTimer-module__kx34Bq__timerCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);-ms-flex-direction:column;flex-direction:column;gap:12px;margin-top:auto;margin-bottom:20px;padding:16px;display:-ms-flexbox;display:flex}.PomodoroTimer-module__kx34Bq__header{color:var(--text-muted);-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:.85rem;font-weight:600;display:-ms-flexbox;display:flex}.PomodoroTimer-module__kx34Bq__modeToggle{border:1px solid var(--card-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:12px;padding:2px 8px;font-size:.7rem;transition:all .2s}.PomodoroTimer-module__kx34Bq__modeToggle:hover{border-color:var(--primary);color:var(--primary)}.PomodoroTimer-module__kx34Bq__display{font-variant-numeric:tabular-nums;text-align:center;color:var(--foreground);letter-spacing:2px;font-size:2rem;font-weight:700}.PomodoroTimer-module__kx34Bq__settingsBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:4px;transition:all .2s;display:-ms-flexbox;display:flex}.PomodoroTimer-module__kx34Bq__settingsBtn:hover{color:var(--foreground);background:rgba(255,255,255,.05)}.PomodoroTimer-module__kx34Bq__settingsOverlay{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);-ms-flex-direction:column;flex-direction:column;gap:12px;margin-bottom:12px;padding:12px;animation:.2s ease-out PomodoroTimer-module__kx34Bq__slideDown;display:-ms-flexbox;display:flex}@keyframes PomodoroTimer-module__kx34Bq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PomodoroTimer-module__kx34Bq__settingRow{color:var(--text-muted);-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:.85rem;display:-ms-flexbox;display:flex}.PomodoroTimer-module__kx34Bq__toggleSwitch{cursor:pointer;background:rgba(255,255,255,.1);border:none;border-radius:20px;width:36px;height:20px;padding:0;transition:background .2s;position:relative}.PomodoroTimer-module__kx34Bq__toggleSwitch[data-active=true]{background:var(--primary)}.PomodoroTimer-module__kx34Bq__toggleThumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.PomodoroTimer-module__kx34Bq__toggleSwitch[data-active=true] .PomodoroTimer-module__kx34Bq__toggleThumb{transform:translate(16px)}.PomodoroTimer-module__kx34Bq__soundSelect{border:1px solid var(--card-border);color:var(--foreground);border-radius:var(--radius-sm);cursor:pointer;background:rgba(0,0,0,.2);outline:none;padding:4px 8px;font-size:.8rem}.PomodoroTimer-module__kx34Bq__soundSelect:focus{border-color:var(--primary)}.PomodoroTimer-module__kx34Bq__controls{gap:8px;display:-ms-flexbox;display:flex}.PomodoroTimer-module__kx34Bq__btn{border-radius:var(--radius-sm);cursor:pointer;border:none;-ms-flex:1;flex:1;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:8px;font-size:.9rem;font-weight:600;transition:all .2s;display:-ms-flexbox;display:flex}.PomodoroTimer-module__kx34Bq__primaryBtn{background:var(--primary);color:#fff}.PomodoroTimer-module__kx34Bq__primaryBtn:hover{background:var(--primary-hover)}.PomodoroTimer-module__kx34Bq__secondaryBtn{color:var(--text-muted);background:rgba(255,255,255,.05)}.PomodoroTimer-module__kx34Bq__secondaryBtn:hover{color:var(--foreground);background:rgba(255,255,255,.1)}.PomodoroTimer-module__kx34Bq__customInput{border:1px solid var(--card-border);width:100%;color:var(--foreground);border-radius:var(--radius-sm);text-align:center;background:rgba(0,0,0,.2);padding:8px;font-size:.9rem}.PomodoroTimer-module__kx34Bq__customInputWrapper{-ms-flex-align:center;align-items:center;gap:8px;width:100%;display:-ms-flexbox;display:flex}.PomodoroTimer-module__kx34Bq__inputLabel{color:var(--text-muted);font-size:.8rem;font-weight:500}.PomodoroTimer-module__kx34Bq__customInput:focus{border-color:var(--primary);outline:none}
.TodoList-module__qf5Vwq__todoCard{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:20px;-ms-flex-direction:column;flex-direction:column;gap:12px;margin:16px 0;padding:16px;transition:all .3s;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__todoCard:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}.TodoList-module__qf5Vwq__header{color:var(--text-muted);-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:.85rem;font-weight:600;transition:color .2s;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__header:hover{color:var(--foreground)}.TodoList-module__qf5Vwq__headerTitle{-ms-flex-align:center;align-items:center;gap:8px;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__countBadge{background:var(--primary);color:#fff;border-radius:6px;padding:1px 6px;font-size:.65rem;font-weight:700}.TodoList-module__qf5Vwq__toggleBtn{color:inherit;cursor:pointer;background:0 0;border:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:2px;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__collapsed{gap:0;padding:12px 16px}.TodoList-module__qf5Vwq__inputArea{margin-bottom:8px;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__inputWrapper{-ms-flex:1;flex:1;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;position:relative}.TodoList-module__qf5Vwq__input{color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;outline:none;-ms-flex:1;flex:1;width:100%;padding:10px 42px 10px 12px;font-size:.85rem;transition:all .2s}.TodoList-module__qf5Vwq__input:focus{border-color:var(--primary);background:rgba(255,255,255,.08)}.TodoList-module__qf5Vwq__addBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:28px;height:28px;transition:all .2s;display:-ms-flexbox;display:flex;position:absolute;right:6px}.TodoList-module__qf5Vwq__addBtn:hover{background:var(--primary-hover);transform:scale(1.05)}.TodoList-module__qf5Vwq__todoList{-ms-flex-direction:column;flex-direction:column;gap:8px;max-height:120px;padding-right:4px;display:-ms-flexbox;display:flex;overflow-y:auto}.TodoList-module__qf5Vwq__todoList::-webkit-scrollbar{width:4px}.TodoList-module__qf5Vwq__todoList::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}.TodoList-module__qf5Vwq__todoItem{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:12px;-ms-flex-align:start;align-items:flex-start;gap:10px;height:auto;min-height:46px;padding:10px;transition:all .2s;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__todoItem:hover{background:rgba(255,255,255,.04)}.TodoList-module__qf5Vwq__checkbox{cursor:pointer;border:2px solid rgba(255,255,255,.2);border-radius:5px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:18px;height:18px;transition:all .2s;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__checkbox.TodoList-module__qf5Vwq__checked{background:var(--primary);border-color:var(--primary)}.TodoList-module__qf5Vwq__todoText{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;-ms-flex:1;flex:1;min-width:0;margin-top:2px;font-size:.85rem;transition:all .2s;overflow:hidden}.TodoList-module__qf5Vwq__todoText.TodoList-module__qf5Vwq__completed{color:var(--text-muted);opacity:.6;text-decoration:line-through}.TodoList-module__qf5Vwq__deleteBtn{opacity:0;color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-left:auto;padding:4px;transition:all .2s;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__todoItem:hover .TodoList-module__qf5Vwq__deleteBtn{opacity:1}.TodoList-module__qf5Vwq__deleteBtn:hover{background:rgba(239,68,68,.1)}.TodoList-module__qf5Vwq__emptyState{text-align:center;color:var(--text-muted);padding:12px;font-size:.8rem;font-style:italic}.TodoList-module__qf5Vwq__modalOverlay{z-index:9999;background:rgba(0,0,0,.85);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:20px;display:-ms-flexbox;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.TodoList-module__qf5Vwq__modalContent{background:#111;border:1px solid rgba(255,255,255,.1);border-radius:20px;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:500px;max-height:80vh;padding:24px;display:-ms-flexbox;display:flex;box-shadow:0 20px 50px rgba(0,0,0,.5)}.TodoList-module__qf5Vwq__modalHeader{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:20px;display:-ms-flexbox;display:flex}.TodoList-module__qf5Vwq__modalHeader h2{margin:0;font-size:1.5rem}.TodoList-module__qf5Vwq__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;transition:all .2s}.TodoList-module__qf5Vwq__closeBtn:hover{color:#fff}.TodoList-module__qf5Vwq__expandedList{-ms-flex-direction:column;flex-direction:column;gap:12px;display:-ms-flexbox;display:flex;overflow-y:auto}.TodoList-module__qf5Vwq__expandedItem{background:rgba(255,255,255,.05);-ms-flex-align:start;align-items:flex-start;padding:14px}.TodoList-module__qf5Vwq__expandedText{white-space:normal;word-break:break-word;text-overflow:clip;overflow:visible}
.ChatList-module__ktVNZa__list{-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex}.ChatList-module__ktVNZa__item{cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05);-ms-flex-align:center;align-items:center;gap:12px;padding:16px 20px;transition:background .2s;display:-ms-flexbox;display:flex}.ChatList-module__ktVNZa__item:hover{background:rgba(255,255,255,.03)}.ChatList-module__ktVNZa__unread{border-left:3px solid var(--primary);background:rgba(139,92,246,.08)!important}.ChatList-module__ktVNZa__unread .ChatList-module__ktVNZa__name{color:#fff;font-weight:700}.ChatList-module__ktVNZa__unread .ChatList-module__ktVNZa__preview{color:var(--foreground);font-weight:600}.ChatList-module__ktVNZa__unreadDot{background:var(--primary);width:8px;height:8px;box-shadow:0 0 8px var(--primary);border-radius:50%;margin-left:auto}.ChatList-module__ktVNZa__avatar{-ms-flex-negative:0;flex-shrink:0;width:40px;height:40px}.ChatList-module__ktVNZa__avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.ChatList-module__ktVNZa__placeholder{background:var(--primary);color:#fff;border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:600;display:-ms-flexbox;display:flex}.ChatList-module__ktVNZa__headerInfo{-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;display:-ms-flexbox;display:flex}.ChatList-module__ktVNZa__titleRow{cursor:pointer;-ms-flex-align:center;align-items:center;gap:8px;display:-ms-flexbox;display:flex}.ChatList-module__ktVNZa__clanShield{color:var(--primary)}.ChatList-module__ktVNZa__clanBadge{background:var(--primary);color:#fff;letter-spacing:.05em;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}.ChatList-module__ktVNZa__info{-ms-flex:1;flex:1;min-width:0}.ChatList-module__ktVNZa__topRow{-ms-flex-pack:justify;justify-content:space-between;align-items:baseline;margin-bottom:4px;display:-ms-flexbox;display:flex}.ChatList-module__ktVNZa__name{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.ChatList-module__ktVNZa__time{color:var(--text-muted);font-size:.75rem}.ChatList-module__ktVNZa__preview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;overflow:hidden}.ChatList-module__ktVNZa__loading,.ChatList-module__ktVNZa__empty{text-align:center;color:var(--text-muted);padding:40px}.ChatList-module__ktVNZa__subtext{margin-top:8px;font-size:.85rem}.ChatList-module__ktVNZa__deleteBtn{color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;padding:8px;transition:all .2s}.ChatList-module__ktVNZa__item:hover .ChatList-module__ktVNZa__deleteBtn{opacity:1}.ChatList-module__ktVNZa__deleteBtn:hover{color:var(--destructive);background:rgba(255,0,0,.1)}
.ChatWindow-module__mz35vq__window{-ms-flex-direction:column;flex-direction:column;height:100%;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__header{border-bottom:1px solid var(--card-border);background:var(--card-bg);-ms-flex-align:center;align-items:center;gap:12px;padding:12px 16px;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__headerInfo{-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__clanShield{color:var(--primary)}.ChatWindow-module__mz35vq__clanBadge{background:var(--primary);color:#fff;letter-spacing:.05em;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}.ChatWindow-module__mz35vq__backBtn,.ChatWindow-module__mz35vq__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:8px;transition:all .2s;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__backBtn:hover,.ChatWindow-module__mz35vq__actionBtn:hover{color:var(--foreground);background:rgba(255,255,255,.1)}.ChatWindow-module__mz35vq__replyBtn{opacity:0;color:var(--text-muted);cursor:pointer;background:0 0;border:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-left:4px;padding:0;transition:all .2s;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__messageRow:hover .ChatWindow-module__mz35vq__replyBtn{opacity:1}.ChatWindow-module__mz35vq__replyBtn:hover{color:var(--primary);transform:scale(1.1)}.ChatWindow-module__mz35vq__replyContext{border-left:2px solid var(--primary);cursor:pointer;background:rgba(0,0,0,.2);border-radius:4px;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin-bottom:4px;padding:4px 8px;font-size:.8rem;display:-ms-flexbox;display:flex;position:relative;overflow:hidden}.ChatWindow-module__mz35vq__messages{-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;gap:20px;padding:16px;display:-ms-flexbox;display:flex;overflow-y:auto}.ChatWindow-module__mz35vq__replyBanner{background:var(--card-bg);border-top:1px solid var(--card-border);z-index:10;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:12px 16px;font-size:.9rem;animation:.2s ease-out ChatWindow-module__mz35vq__slideUp;display:-ms-flexbox;display:flex;position:relative}.ChatWindow-module__mz35vq__replyBannerInfo{-ms-flex-direction:column;flex-direction:column;-ms-flex:1;flex:1;gap:4px;margin-right:12px;display:-ms-flexbox;display:flex;overflow:hidden}.ChatWindow-module__mz35vq__replyBannerSender{color:var(--primary);font-size:.8rem;font-weight:600}.ChatWindow-module__mz35vq__replyBannerText{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.ChatWindow-module__mz35vq__closeReplyBtn{color:var(--text-muted);cursor:pointer;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:6px;transition:all .2s;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__closeReplyBtn:hover{color:var(--foreground);background:rgba(255,255,255,.15);transform:scale(1.1)}.ChatWindow-module__mz35vq__messageRow{gap:4px;max-width:90%;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__me{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-item-align:end;align-self:flex-end}.ChatWindow-module__mz35vq__them{-ms-flex-item-align:start;align-self:flex-start}.ChatWindow-module__mz35vq__avatar{-ms-flex-negative:0;flex-shrink:0;width:28px;height:28px;margin-top:auto}.ChatWindow-module__mz35vq__avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.ChatWindow-module__mz35vq__placeholder{background:var(--text-muted);color:#fff;border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-size:.7rem;font-weight:600;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__bubble{word-break:break-word;border-radius:16px;padding:8px 12px;position:relative}.ChatWindow-module__mz35vq__me .ChatWindow-module__mz35vq__bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.ChatWindow-module__mz35vq__them .ChatWindow-module__mz35vq__bubble{background:rgba(255,255,255,.1);border-bottom-left-radius:4px}.ChatWindow-module__mz35vq__bubble p{margin:0;font-size:.95rem;line-height:1.4}.ChatWindow-module__mz35vq__time{opacity:.7;text-align:right;margin-top:4px;font-size:.65rem;display:block}.ChatWindow-module__mz35vq__inputArea{border-top:1px solid var(--card-border);background:var(--card-bg);-ms-flex-align:end;align-items:flex-end;gap:10px;padding:12px;display:-ms-flexbox;display:flex;position:relative}.ChatWindow-module__mz35vq__emojiBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:2px;padding:10px;transition:all .2s;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__emojiBtn:hover,.ChatWindow-module__mz35vq__emojiBtn.ChatWindow-module__mz35vq__active{color:var(--foreground);background:rgba(255,255,255,.1)}.ChatWindow-module__mz35vq__emojiPickerContainer{z-index:100;border-radius:12px;position:absolute;bottom:80px;left:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.5)}.ChatWindow-module__mz35vq__input{color:var(--foreground);resize:none;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;outline:none;-ms-flex:1;flex:1;min-height:44px;max-height:120px;padding:12px 16px;font-family:inherit;font-size:.95rem;line-height:1.4;transition:all .2s;overflow-y:auto}.ChatWindow-module__mz35vq__input:focus{border-color:var(--primary);background:rgba(255,255,255,.1);box-shadow:0 0 0 2px rgba(139,92,246,.2)}.ChatWindow-module__mz35vq__input::-webkit-scrollbar{width:4px}.ChatWindow-module__mz35vq__input::-webkit-scrollbar-track{background:0 0}.ChatWindow-module__mz35vq__input::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.ChatWindow-module__mz35vq__sendBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__sendBtn:disabled{opacity:.5;cursor:not-allowed}.ChatWindow-module__mz35vq__titleRow{cursor:pointer;-ms-flex-align:center;align-items:center;gap:8px;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__titleRow:hover .ChatWindow-module__mz35vq__editIcon{opacity:1}.ChatWindow-module__mz35vq__editIcon{opacity:0;color:var(--text-muted);font-size:.8rem;transition:opacity .2s}.ChatWindow-module__mz35vq__editNameBox{-ms-flex-align:center;align-items:center;gap:4px;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__nameInput{background:var(--background);border:1px solid var(--card-border);color:var(--foreground);border-radius:4px;width:120px;padding:4px 8px;font-size:.9rem}.ChatWindow-module__mz35vq__saveBtn,.ChatWindow-module__mz35vq__cancelBtn{cursor:pointer;border-radius:4px;padding:2px 6px;font-size:.75rem}.ChatWindow-module__mz35vq__saveBtn{background:var(--primary);color:#fff}.ChatWindow-module__mz35vq__cancelBtn{color:var(--text-muted);border:1px solid var(--card-border);background:0 0}.ChatWindow-module__mz35vq__actions{gap:4px;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__messageContent{-ms-flex-direction:column;flex-direction:column;gap:2px;max-width:100%;display:-ms-flexbox;display:flex}.ChatWindow-module__mz35vq__senderName{color:var(--text-muted);margin-left:4px;font-size:.7rem}.ChatWindow-module__mz35vq__system{-ms-flex-item-align:center;align-self:center;max-width:100%}.ChatWindow-module__mz35vq__systemMessage{color:var(--text-muted);background:rgba(255,255,255,.03);border-radius:12px;padding:4px 12px;font-size:.75rem;font-style:italic}@media (max-width:768px){.ChatWindow-module__mz35vq__window{z-index:2000;background:var(--background);height:100dvh;position:fixed;top:0;bottom:0;left:0;right:0}.ChatWindow-module__mz35vq__header{padding-top:max(12px,env(safe-area-inset-top))}.ChatWindow-module__mz35vq__inputArea{padding-bottom:max(12px,env(safe-area-inset-bottom))}}
.NewChatModal-module__v4dzeG__overlay{z-index:200;background:rgba(0,0,0,.8);-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:20px;display:-ms-flexbox;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.NewChatModal-module__v4dzeG__modal{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:400px;max-height:80vh;display:-ms-flexbox;display:flex;box-shadow:0 20px 50px rgba(0,0,0,.5)}.NewChatModal-module__v4dzeG__header{border-bottom:1px solid var(--card-border);-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:20px;display:-ms-flexbox;display:flex}.NewChatModal-module__v4dzeG__header h2{margin:0;font-size:1.2rem;font-weight:700}.NewChatModal-module__v4dzeG__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px}.NewChatModal-module__v4dzeG__content{-ms-flex:1;flex:1;padding:12px;overflow-y:auto}.NewChatModal-module__v4dzeG__friendList{-ms-flex-direction:column;flex-direction:column;gap:8px;display:-ms-flexbox;display:flex}.NewChatModal-module__v4dzeG__friendItem{cursor:pointer;border:1px solid transparent;border-radius:12px;-ms-flex-align:center;align-items:center;gap:12px;padding:12px;transition:background .2s;display:-ms-flexbox;display:flex}.NewChatModal-module__v4dzeG__friendItem:hover{background:rgba(255,255,255,.05)}.NewChatModal-module__v4dzeG__friendItem.NewChatModal-module__v4dzeG__selected{background:rgba(var(--primary-rgb),.1);border-color:var(--primary)}.NewChatModal-module__v4dzeG__avatar{width:40px;height:40px}.NewChatModal-module__v4dzeG__avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.NewChatModal-module__v4dzeG__placeholder{background:var(--primary);color:#fff;border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-weight:600;display:-ms-flexbox;display:flex}.NewChatModal-module__v4dzeG__name{-ms-flex:1;flex:1;font-weight:500}.NewChatModal-module__v4dzeG__checkbox{border:2px solid var(--card-border);width:24px;height:24px;color:var(--primary);border-radius:50%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:.9rem;display:-ms-flexbox;display:flex}.NewChatModal-module__v4dzeG__selected .NewChatModal-module__v4dzeG__checkbox{border-color:var(--primary);background:rgba(var(--primary-rgb),.1)}.NewChatModal-module__v4dzeG__footer{border-top:1px solid var(--card-border);padding:20px}.NewChatModal-module__v4dzeG__createBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:12px;font-weight:600;transition:opacity .2s}.NewChatModal-module__v4dzeG__createBtn:disabled{opacity:.5;cursor:not-allowed}.NewChatModal-module__v4dzeG__loading,.NewChatModal-module__v4dzeG__empty{text-align:center;color:var(--text-muted);padding:40px}
