.privatechat_toggleButton__illIC{position:fixed;right:1.5rem;bottom:1.5rem;border-radius:9999px;width:3.5rem;height:3.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);background-color:lime;z-index:50;color:#000;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease}.privatechat_toggleButton__illIC:hover{background-color:#0c0;transform:scale(1.05)}.privatechat_sidebarContainer__W49iu{position:fixed;right:0;top:80px;height:calc(100% - 80px);background-color:#0d0d0d;border-left:1px solid hsla(0,0%,100%,.1);z-index:9997;display:flex;flex-direction:column;box-shadow:-10px 0 30px rgba(0,0,0,.5);transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;color:#fff;font-family:Satoshi,sans-serif;border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem;overflow:hidden}@media(min-width:640px){.privatechat_sidebarContainer__W49iu{width:24rem}}.privatechat_header__zqLME{display:flex;background-color:#141414;color:#fff;height:56px;padding:0 1.25rem;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid hsla(0,0%,100%,.1)}.privatechat_header__zqLME h2{font-family:Satoshi,sans-serif;font-weight:600;letter-spacing:-.01em}.privatechat_contentArea__gCNl9{flex:1;overflow:hidden;display:flex;flex-direction:column;background-color:#000}.privatechat_footer__Ul4_c{padding:.75rem;border-top:1px solid hsla(0,0%,100%,.1);background-color:#141414;display:flex;justify-content:space-around;gap:.5rem;flex-shrink:0}.privatechat_modeButton__B7YqO{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.7rem;padding:.5rem;border-radius:.75rem;transition:all .2s ease;background:transparent;border:none;cursor:pointer;color:#8a8585;width:100%}.privatechat_modeButton__B7YqO svg{opacity:.7}.privatechat_modeButton__B7YqO.privatechat_active__SeLu2{color:lime;background-color:rgba(0,255,0,.05)}.privatechat_modeButton__B7YqO.privatechat_active__SeLu2 svg{opacity:1}.privatechat_modeButton__B7YqO:hover:not(.privatechat_active__SeLu2){background-color:hsla(0,0%,100%,.05);color:#fff}.privatechat_userList__vMS5l{flex:1;overflow-y:auto;background-color:#000}.privatechat_userList__vMS5l::-webkit-scrollbar{width:4px}.privatechat_userList__vMS5l::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:10px}.privatechat_userListItem__dpd2l{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid hsla(0,0%,100%,.03);cursor:pointer;transition:background-color .2s ease}.privatechat_userListItem__dpd2l:hover{background-color:hsla(0,0%,100%,.03)}.privatechat_avatarWrapper__xIhsP{position:relative}.privatechat_avatar__p9V_V{width:2.75rem;height:2.75rem;border-radius:12px;background-color:#1a1a1a;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#555;border:1px solid hsla(0,0%,100%,.05)}.privatechat_avatar__p9V_V img{width:100%;height:100%;object-fit:cover}.privatechat_onlineDot__pEigY{position:absolute;bottom:-2px;right:-2px;width:.75rem;height:.75rem;background-color:lime;border:2px solid #000;border-radius:50%}.privatechat_unreadBadge__pwYMt{background-color:lime;min-width:1.25rem;height:1.25rem;padding:0 4px;border-radius:99px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#000;font-weight:700}.privatechat_chatWindow__xvedl{display:flex;flex-direction:column;height:100%;position:relative;background-color:#000}.privatechat_messagesList__S9mRE{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.25rem 5.5rem}.privatechat_messagesList__S9mRE::-webkit-scrollbar{width:4px}.privatechat_messagesList__S9mRE::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:10px}.privatechat_inputArea__sqd0f{position:absolute;bottom:0;left:0;right:0;padding:1rem;background-color:hsla(0,0%,5%,.95);backdrop-filter:blur(10px);display:flex;align-items:center;gap:.75rem;border-top:1px solid hsla(0,0%,100%,.1)}.privatechat_textInput__yD6aJ{flex:1;background-color:#1a1a1a;border:1px solid hsla(0,0%,100%,.05);border-radius:12px;padding:.75rem 1rem;font-size:.875rem;color:#fff;font-family:Satoshi,sans-serif}.privatechat_textInput__yD6aJ:focus{outline:none;border-color:rgba(0,255,0,.3);box-shadow:0 0 0 1px rgba(0,255,0,.1)}.privatechat_textInput__yD6aJ::placeholder{color:#444}.privatechat_sendButton__gDE1A{background-color:lime;color:#000;border-radius:10px;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease}.privatechat_sendButton__gDE1A:hover:not(:disabled){background-color:#3f3;transform:scale(1.05)}.privatechat_sendButton__gDE1A:disabled{opacity:.5;cursor:not-allowed;background-color:#333;color:#666}.privatechat_messageRow__59t99{display:flex;width:100%}.privatechat_messageRow__59t99.privatechat_own__bGD2D{justify-content:flex-end}.privatechat_messageRow__59t99.privatechat_other__6RPCQ{justify-content:flex-start}.privatechat_bubble__LgHd0{max-width:85%;border-radius:14px;padding:.75rem 1rem;font-size:.9rem;line-height:1.5;position:relative;font-family:Satoshi,sans-serif}.privatechat_bubble__LgHd0.privatechat_own__bGD2D{background-color:#0e3a2d;color:#e0e0e0;border-bottom-right-radius:4px;border:1px solid rgba(0,255,0,.1)}.privatechat_bubble__LgHd0.privatechat_other__6RPCQ{background-color:#1b1b1b;color:#d0d0d0;border-bottom-left-radius:4px;border:1px solid hsla(0,0%,100%,.05)}.privatechat_modalOverlay__ORKxK{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.privatechat_modalBackdrop__AWbKA{position:absolute;inset:0;background-color:rgba(0,0,0,.8);backdrop-filter:blur(8px)}.privatechat_modalContainer__YQ4ez{position:relative;width:100%;max-width:32rem;background-color:#0d0d0d;border-radius:1.5rem;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 30px 60px rgba(0,0,0,.8);overflow:hidden;display:flex;flex-direction:column;max-height:85vh}.privatechat_modalHeader__gQxaa{padding:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:space-between;background-color:#141414}.privatechat_modalHeader__gQxaa h2{font-size:1.25rem;font-weight:600}.privatechat_modalBody__pJ565{flex:1;overflow-y:auto;padding:1rem;background-color:#000}.privatechat_modalFooter__W2G1F{padding:1.25rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.1);background-color:#141414;display:flex;align-items:center;justify-content:space-between;gap:1rem}.privatechat_custom-scrollbar__x9Nks::-webkit-scrollbar{width:6px}.privatechat_custom-scrollbar__x9Nks::-webkit-scrollbar-track{background:transparent}.privatechat_custom-scrollbar__x9Nks::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:10px}