/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/modal.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modal_overlay__7cs6C {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: modal_fadeIn__WESv5 0.15s ease;
}

@keyframes modal_fadeIn__WESv5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal_modal__ocKFE {
  background: var(--bg-primary);
  border-radius: 8px;
  box-shadow: var(--elevation-high);
  min-width: 440px;
  max-width: 580px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  animation: modal_slideUp__ILVQq 0.15s ease;
  overflow: hidden;
}

@keyframes modal_slideUp__ILVQq {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal_header__XBloa {
  padding: 24px 24px 0 24px;
  text-align: center;
}

.modal_title__uVPQ_ {
  font-size: 24px;
  font-weight: 700;
  color: var(--header-primary);
  line-height: 30px;
}

.modal_subtitle___r_0W {
  font-size: 14px;
  color: var(--header-secondary);
  margin-top: 8px;
  line-height: 20px;
}

.modal_body__yASKu {
  padding: 16px 24px;
  flex: 1 1;
  overflow-y: auto;
}

.modal_footer__ua5hn {
  padding: 16px;
  background: var(--bg-secondary);
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.modal_closeBtn__X41FQ {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--interactive-normal);
  cursor: pointer;
  border-radius: 50%;
}

.modal_closeBtn__X41FQ:hover {
  color: var(--interactive-hover);
}

.modal_btnPrimary__Rt57V {
  background: var(--brand);
  color: #fff;
  padding: 8px 24px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_btnPrimary__Rt57V:hover {
  background: var(--brand-hover);
}

.modal_btnSecondary__tGMmH {
  background: transparent;
  color: var(--interactive-normal);
  padding: 8px 24px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_btnSecondary__tGMmH:hover {
  text-decoration: underline;
  color: var(--interactive-hover);
}

.modal_inputGroup__H8xY7 {
  margin-bottom: 16px;
}

.modal_inputLabel__WOrqZ {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--header-secondary);
  margin-bottom: 8px;
  display: block;
}

.modal_textInput__Ky1rN {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background: var(--bg-tertiary);
  border-radius: 3px;
  font-size: 16px;
  color: var(--text-normal);
  border: 1px solid transparent;
  transition: border-color 0.15s;
}

.modal_textInput__Ky1rN:focus {
  border-color: var(--brand);
}

.modal_inviteRow__8Tl0n {
  display: flex;
  gap: 8px;
  align-items: center;
}

.modal_inviteCodeInput__Mf2jx {
  flex: 1 1;
  padding: 10px 12px;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  color: var(--text-normal);
  font-size: 16px;
  font-family: monospace;
  letter-spacing: 2px;
}

.modal_errorText__g0R82 {
  color: var(--danger);
  font-size: 14px;
  margin-top: 8px;
}

.modal_btnPrimary__Rt57V:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/features/settings/settings-modal.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.settings-modal_section__CutJ8 {
  margin-bottom: 24px;
}

.settings-modal_section__CutJ8:last-child {
  margin-bottom: 0;
}

.settings-modal_sectionTitle__jorO_ {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--header-secondary);
  margin-bottom: 12px;
}

.settings-modal_row__ixc4a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  gap: 16px;
}

.settings-modal_row__ixc4a + .settings-modal_row__ixc4a {
  border-top: 1px solid var(--border-subtle);
}

.settings-modal_rowLabel__JvXV7 {
  font-size: 14px;
  color: var(--header-primary);
  flex: 1 1;
  min-width: 0;
}

.settings-modal_rowHint__di_uM {
  font-size: 12px;
  color: var(--header-secondary);
  margin-top: 2px;
}

.settings-modal_modeOptions__sU_px {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.settings-modal_modeOption__xyRZ3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: var(--bg-tertiary);
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.1s;
}

.settings-modal_modeOption__xyRZ3:hover {
  background: var(--bg-mod-faint);
}

.settings-modal_modeOptionActive__txIeh {
  border-color: var(--brand);
}

.settings-modal_modeRadio__7Ng1i {
  margin-top: 2px;
  accent-color: var(--brand);
}

.settings-modal_modeBody__HFgJS {
  flex: 1 1;
  min-width: 0;
}

.settings-modal_modeTitle__SHVWh {
  font-size: 14px;
  font-weight: 600;
  color: var(--header-primary);
}

.settings-modal_modeDescription__UnuAj {
  font-size: 12px;
  color: var(--header-secondary);
  margin-top: 2px;
  line-height: 1.4;
}

.settings-modal_bindRow__5_Uwb {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.settings-modal_bindBtn__ZkxJo {
  min-width: 110px;
  height: 32px;
  padding: 0 12px;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  color: var(--text-normal);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.1s, background 0.1s;
}

.settings-modal_bindBtn__ZkxJo:hover {
  background: var(--bg-mod-faint);
}

.settings-modal_bindBtnActive__gW9cp {
  border-color: var(--brand);
  background: var(--bg-mod-faint);
  color: var(--brand);
}

.settings-modal_bindClear__KIhC_ {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: transparent;
  color: var(--interactive-normal);
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.settings-modal_bindClear__KIhC_:hover {
  background: var(--bg-mod-faint);
  color: var(--danger);
}

.settings-modal_threshold___2Eha {
  width: 100%;
}

.settings-modal_thresholdSlider__Pg_5b {
  width: 100%;
  accent-color: var(--brand);
  cursor: pointer;
}

.settings-modal_meter__e17NN {
  position: relative;
  width: 100%;
  height: 12px;
  background: var(--bg-tertiary);
  border-radius: 6px;
  overflow: hidden;
  margin-top: 8px;
}

.settings-modal_meterFill__zCWAN {
  position: absolute;
  inset: 0;
  width: 0;
  background: linear-gradient(
    90deg,
    var(--status-online) 0%,
    var(--status-online) 70%,
    var(--status-idle) 90%,
    var(--danger) 100%
  );
  transition: width 0.05s linear;
}

.settings-modal_meterThreshold__ASTic {
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 2px;
  background: var(--header-primary);
  pointer-events: none;
}

.settings-modal_meterLabel___g0dJ {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--header-secondary);
  margin-top: 6px;
}

.settings-modal_logoutBtn__6Kc1j {
  background: var(--danger);
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.settings-modal_logoutBtn__6Kc1j:hover {
  background: #a12828;
}

.settings-modal_logoutRow__60m6i {
  display: flex;
  justify-content: flex-end;
}

.settings-modal_bindUnsupported__r04K_ {
  font-size: 11px;
  color: var(--status-idle);
  margin-top: 4px;
}

.settings-modal_deviceRow__0QRr8 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 0;
}

.settings-modal_deviceRow__0QRr8 + .settings-modal_deviceRow__0QRr8 {
  border-top: 1px solid var(--border-subtle);
}

.settings-modal_deviceLabel__7ewIR {
  font-size: 14px;
  color: var(--header-primary);
}

.settings-modal_deviceControls__OJaQE {
  display: flex;
  align-items: center;
  gap: 8px;
}

.settings-modal_deviceSelect__SsBcA {
  flex: 1 1;
  min-width: 0;
  height: 34px;
  padding: 0 10px;
  background: var(--bg-tertiary);
  color: var(--text-normal);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}

.settings-modal_deviceSelect__SsBcA:focus {
  outline: none;
  border-color: var(--brand);
}

.settings-modal_testBtn__x8eKj {
  height: 34px;
  padding: 0 14px;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  color: var(--text-normal);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}

.settings-modal_testBtn__x8eKj:hover {
  background: var(--bg-mod-faint);
  border-color: var(--brand);
}

.settings-modal_permissionBanner__t_ndI {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--bg-tertiary);
  border-radius: 4px;
  margin-bottom: 12px;
}

.settings-modal_permissionText__87Lc1 {
  flex: 1 1;
  font-size: 12px;
  color: var(--header-secondary);
  line-height: 1.4;
}

.settings-modal_permissionBtn__st7xB {
  height: 30px;
  padding: 0 12px;
  background: var(--brand);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}

.settings-modal_permissionBtn__st7xB:hover {
  background: var(--brand-hover);
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/features/voice/voice-panel.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.voice-panel_panel__Il3H_ {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: var(--bg-tertiary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.voice-panel_info__7_5eS {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.voice-panel_status__qQKXF {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--status-online, #43b581);
}

.voice-panel_dot__0EplR {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.voice-panel_dotOn__x0bsZ {
  background: var(--status-online, #43b581);
}

.voice-panel_dotPending__vr2g_ {
  background: var(--status-idle, #faa61a);
}

.voice-panel_statusText__uVj62 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voice-panel_channelName__0tc0J {
  font-size: 13px;
  font-weight: 600;
  color: var(--header-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voice-panel_hint__OvHCG {
  font-size: 11px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voice-panel_actions__Becmq {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.voice-panel_btn__NyqDA {
  border: none;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--bg-mod-faint);
  color: var(--header-primary);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.voice-panel_btn__NyqDA:hover {
  background: var(--bg-mod-strong);
}

.voice-panel_btnMuted__TC5dA {
  background: var(--status-dnd, #f04747);
  color: #fff;
}

.voice-panel_btnLeave__9S7e2 {
  background: var(--status-dnd, #f04747);
  color: #fff;
}

.voice-panel_btnLeave__9S7e2:hover {
  background: #c0392b;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/features/voice/voice-error-toast.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.voice-error-toast_toast__NPsBK {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--status-dnd, #f04747);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
  max-width: 420px;
  font-size: 13px;
}

.voice-error-toast_text__Mnywq {
  flex: 1 1;
  line-height: 1.3;
}

.voice-error-toast_close__ot7rX {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/server-rail.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.server-rail_rail__yZFej {
  width: var(--rail-width);
  background: var(--bg-tertiary);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
  scrollbar-width: none;
}

.server-rail_rail__yZFej::-webkit-scrollbar {
  display: none;
}

.server-rail_homeBtn__o_zpd {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--interactive-normal);
  transition: border-radius 0.15s ease, background 0.15s ease, color 0.15s ease;
  cursor: pointer;
}

.server-rail_homeBtn__o_zpd:hover,
.server-rail_homeBtn__o_zpd.server-rail_active__G6DvI {
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
}

.server-rail_homeBtn__o_zpd.server-rail_active__G6DvI {
  border-radius: 16px;
}

.server-rail_separator__lEmhM {
  width: 32px;
  height: 2px;
  background: var(--border-subtle);
  border-radius: 1px;
  margin: 8px 0;
  flex-shrink: 0;
}

.server-rail_serverList__e0xLw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 1;
}

.server-rail_serverWrapper__qsSK6 {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.server-rail_pill__emRf1 {
  position: absolute;
  left: -16px;
  width: 8px;
  border-radius: 0 4px 4px 0;
  background: var(--header-primary);
  transition: height 0.15s ease;
  height: 0;
}

.server-rail_serverWrapper__qsSK6:hover .server-rail_pill__emRf1 {
  height: 20px;
}

.server-rail_serverWrapper__qsSK6.server-rail_hasNotif__BjqQU .server-rail_pill__emRf1 {
  height: 8px;
}

.server-rail_serverWrapper__qsSK6.server-rail_active__G6DvI .server-rail_pill__emRf1 {
  height: 40px;
}

.server-rail_serverIcon__F5Qi7 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: border-radius 0.15s ease;
  cursor: pointer;
  position: relative;
  border-radius: 24px;
}

.server-rail_serverIcon__F5Qi7:hover,
.server-rail_serverWrapper__qsSK6.server-rail_active__G6DvI .server-rail_serverIcon__F5Qi7 {
  border-radius: 16px;
}

.server-rail_badge__zHq4D {
  position: absolute;
  bottom: -2px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--danger);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  border: 3px solid var(--bg-tertiary);
  box-sizing: content-box;
}

.server-rail_addBtn__ygD5I,
.server-rail_exploreBtn__GXgFV {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--positive);
  transition: border-radius 0.15s ease, background 0.15s ease, color 0.15s ease;
  cursor: pointer;
}

.server-rail_addBtn__ygD5I:hover {
  border-radius: 16px;
  background: var(--positive);
  color: #fff;
}

.server-rail_exploreBtn__GXgFV {
  color: var(--positive);
}

.server-rail_exploreBtn__GXgFV:hover {
  border-radius: 16px;
  background: var(--positive);
  color: #fff;
}

.server-rail_bottomActions__SMsjs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/channel-sidebar.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.channel-sidebar_sidebar__zJqFu {
  background: var(--bg-secondary);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.channel-sidebar_resizeHandle__A_d6Y {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  margin-right: -3px;
  cursor: col-resize;
  background: transparent;
  z-index: 10;
  transition: background 0.15s;
  touch-action: none;
}

.channel-sidebar_resizeHandle__A_d6Y:hover,
.channel-sidebar_resizeHandle__A_d6Y:active {
  background: var(--brand);
}

.channel-sidebar_header__oVayn {
  height: var(--topbar-height);
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--elevation-low);
  cursor: pointer;
  flex-shrink: 0;
  z-index: 1;
}

.channel-sidebar_header__oVayn:hover {
  background: var(--bg-mod-faint);
}

.channel-sidebar_serverName__wKhdN {
  font-size: 15px;
  font-weight: 600;
  color: var(--header-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1;
}

.channel-sidebar_channelList__nQz8y {
  flex: 1 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 0 0;
}

.channel-sidebar_category___hLXq {
  padding: 16px 8px 0 16px;
}

.channel-sidebar_categoryHeader__JZh8W {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 0 4px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.channel-sidebar_categoryHeader__JZh8W:hover .channel-sidebar_categoryLabel__2TIXc {
  color: var(--interactive-hover);
}

.channel-sidebar_categoryLabel__2TIXc {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--channels-default);
  flex: 1 1;
}

.channel-sidebar_categoryChevron__Rchkt {
  color: var(--channels-default);
  display: flex;
  transform: rotate(0);
  transition: transform 0.2s;
}

.channel-sidebar_categoryChevron__Rchkt.channel-sidebar_collapsed__g5yZE {
  transform: rotate(-90deg);
}

.channel-sidebar_addChannelBtn__PstzJ {
  color: var(--channels-default);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s;
}

.channel-sidebar_category___hLXq:hover .channel-sidebar_addChannelBtn__PstzJ {
  opacity: 1;
}

.channel-sidebar_addChannelBtn__PstzJ:hover {
  color: var(--interactive-hover);
}

.channel-sidebar_channelItem__pe_Ur {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  margin: 1px 8px 1px 0;
  border-radius: 4px;
  cursor: pointer;
  color: var(--channels-default);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

.channel-sidebar_channelItem__pe_Ur:hover {
  background: var(--bg-mod-faint);
  color: var(--interactive-hover);
}

.channel-sidebar_channelItem__pe_Ur.channel-sidebar_active__arvux {
  background: var(--bg-mod-subtle);
  color: var(--interactive-active);
}

.channel-sidebar_channelItem__pe_Ur.channel-sidebar_unread__jZSti {
  color: var(--header-primary);
  font-weight: 600;
}

.channel-sidebar_channelItem__pe_Ur.channel-sidebar_unread__jZSti::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  background: var(--header-primary);
  border-radius: 0 4px 4px 0;
}

.channel-sidebar_channelIcon__Cbx6E {
  display: flex;
  align-items: center;
  color: var(--channel-icon);
  flex-shrink: 0;
}

.channel-sidebar_channelItem__pe_Ur:hover .channel-sidebar_channelIcon__Cbx6E,
.channel-sidebar_channelItem__pe_Ur.channel-sidebar_active__arvux .channel-sidebar_channelIcon__Cbx6E {
  color: var(--interactive-hover);
}

.channel-sidebar_channelName__c9LKd {
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* DM list (home view) */

.channel-sidebar_searchBox__GnsOg {
  padding: 10px 10px 4px 10px;
}

.channel-sidebar_searchInput__fL6qF {
  width: 100%;
  height: 28px;
  padding: 0 8px;
  background: var(--bg-tertiary);
  border-radius: 4px;
  font-size: 14px;
  color: var(--text-muted);
}

.channel-sidebar_searchInput__fL6qF::placeholder {
  color: var(--text-muted);
}

.channel-sidebar_dmSection__kDi94 {
  padding: 8px 8px 0 8px;
}

.channel-sidebar_dmSectionLabel__99oWV {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--channels-default);
  padding: 8px 8px 4px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.channel-sidebar_dmItem__z7VWo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
  margin: 1px 0;
  border-radius: 4px;
  cursor: pointer;
  color: var(--channels-default);
}

.channel-sidebar_dmItem__z7VWo:hover {
  background: var(--bg-mod-faint);
  color: var(--interactive-hover);
}

.channel-sidebar_dmItem__z7VWo.channel-sidebar_active__arvux {
  background: var(--bg-mod-subtle);
  color: var(--interactive-active);
}

.channel-sidebar_dmAvatar__0rm00 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  position: relative;
}

.channel-sidebar_dmStatus__67NfI {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid var(--bg-secondary);
  box-sizing: content-box;
}

.channel-sidebar_dmInfo__dX130 {
  flex: 1 1;
  min-width: 0;
}

.channel-sidebar_dmName__MriCJ {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.channel-sidebar_dmPreview__GfUZO {
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}

.channel-sidebar_friendsBtn__4pxNG {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  margin: 1px 8px;
  border-radius: 4px;
  cursor: pointer;
  color: var(--channels-default);
  font-size: 15px;
  font-weight: 500;
}

.channel-sidebar_friendsBtn__4pxNG:hover {
  background: var(--bg-mod-faint);
  color: var(--interactive-hover);
}

.channel-sidebar_friendsBtn__4pxNG.channel-sidebar_active__arvux {
  background: var(--bg-mod-subtle);
  color: var(--interactive-active);
}

.channel-sidebar_friendsIcon___d086 {
  display: flex;
  align-items: center;
}

.channel-sidebar_headerActions__33VHm {
  display: flex;
  align-items: center;
  gap: 4px;
}

.channel-sidebar_inviteBtn__8PKeL {
  background: none;
  border: none;
  color: var(--header-primary);
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
}

.channel-sidebar_inviteBtn__8PKeL:hover {
  color: var(--interactive-hover);
}

.channel-sidebar_voiceParticipants__zW3s8 {
  margin: 2px 8px 4px 30px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.channel-sidebar_voiceParticipant__Ab62n {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  border-radius: 4px;
  color: var(--text-muted);
  font-size: 13px;
}

.channel-sidebar_voiceParticipantAvatar__FAaSJ {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
  transition: box-shadow 0.1s ease-out;
}

.channel-sidebar_voiceParticipantAvatarSpeaking__J9Y4w {
  box-shadow: 0 0 0 2px var(--status-online);
}

.channel-sidebar_voiceParticipantName__4Ur9G {
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.channel-sidebar_voiceMuted__HYD8Y {
  font-size: 10px;
  color: var(--status-dnd, #f04747);
  text-transform: uppercase;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/user-panel.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.user-panel_panel__RkGcZ {
  height: var(--user-panel-height);
  background: var(--bg-secondary-alt);
  display: flex;
  align-items: center;
  padding: 0 8px;
  flex-shrink: 0;
  gap: 8px;
}

.user-panel_avatar__gPmT2 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.1s ease-out;
}

.user-panel_avatarSpeaking__sQYgq {
  box-shadow: 0 0 0 2px var(--status-online);
}

.user-panel_statusDot__6mglt {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid var(--bg-secondary-alt);
  box-sizing: content-box;
}

.user-panel_userInfo__hkHOi {
  flex: 1 1;
  min-width: 0;
  cursor: pointer;
}

.user-panel_displayName__EVwWQ {
  font-size: 14px;
  font-weight: 600;
  color: var(--header-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}

.user-panel_username__XdG1Z {
  font-size: 12px;
  color: var(--header-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
}

.user-panel_actions___vDbO {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.user-panel_actionBtn__AJAh6 {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--interactive-normal);
  cursor: pointer;
}

.user-panel_actionBtn__AJAh6:hover {
  background: var(--bg-mod-faint);
  color: var(--interactive-hover);
}

.user-panel_actionBtn__AJAh6.user-panel_muted__7QG6f {
  color: var(--danger);
}

.user-panel_actionBtn__AJAh6.user-panel_muted__7QG6f::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  background: var(--danger);
  transform: rotate(-45deg);
  border-radius: 1px;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/chat-area.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.chat-area_chatArea__D_Iw7 {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-width: 0;
  min-height: 0;
  background: var(--bg-primary);
}

/* Top bar */
.chat-area_topBar__TjmUF {
  height: var(--topbar-height);
  display: flex;
  align-items: center;
  padding: 0 8px 0 16px;
  box-shadow: var(--elevation-low);
  flex-shrink: 0;
  z-index: 1;
}

.chat-area_topBarLeft__6QjG2 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1;
  min-width: 0;
}

.chat-area_topBarIcon__VQ1vC {
  display: flex;
  align-items: center;
  color: var(--channel-icon);
}

.chat-area_topBarName__QvHr8 {
  font-size: 16px;
  font-weight: 600;
  color: var(--header-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-area_topBarDivider__AtM9x {
  width: 1px;
  height: 24px;
  background: var(--border-subtle);
  margin: 0 8px;
  flex-shrink: 0;
}

.chat-area_topBarTopic__2Xsx7 {
  font-size: 14px;
  color: var(--header-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1;
}

.chat-area_topBarRight__0D4cr {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.chat-area_topBarBtn__4Tfae {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--interactive-normal);
  cursor: pointer;
  border-radius: 4px;
  padding: 4px;
  box-sizing: content-box;
}

.chat-area_topBarBtn__4Tfae:hover {
  color: var(--interactive-hover);
}

.chat-area_topBarBtn__4Tfae.chat-area_active__RScx1 {
  color: var(--interactive-active);
}

.chat-area_topBarSearch__FGcGE {
  width: 144px;
  height: 24px;
  background: var(--bg-tertiary);
  border-radius: 4px;
  padding: 0 8px;
  font-size: 14px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  cursor: text;
}

/* Messages area (Virtuoso wrapper) */
.chat-area_messages__qYaWu {
  flex: 1 1;
  margin-bottom: 10px;
  min-height: 0;
  overflow: hidden;
}

.chat-area_welcomeBlock__VRKs6 {
  padding: 16px 16px 24px 16px;
}

.chat-area_welcomeTitle__8Fx4L {
  font-size: 32px;
  font-weight: 700;
  color: var(--header-primary);
  line-height: 40px;
  margin-bottom: 8px;
}

.chat-area_welcomeSub__n7A8X {
  font-size: 14px;
  color: var(--header-secondary);
  line-height: 18px;
}

.chat-area_dateDivider__HnR6J {
  display: flex;
  align-items: center;
  padding: 16px 16px 4px 16px;
}

.chat-area_dateDivider__HnR6J::before,
.chat-area_dateDivider__HnR6J::after {
  content: "";
  flex: 1 1;
  height: 1px;
  background: var(--border-subtle);
}

.chat-area_dateLabel__2sa77 {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  padding: 0 8px;
}

.chat-area_messageRow__cYBQJ {
  display: flex;
  padding: 2px 16px;
  position: relative;
}

.chat-area_messageRow__cYBQJ:hover {
  background: var(--bg-mod-faint);
}

.chat-area_messageRow__cYBQJ.chat-area_isFirst__hJYlz {
  padding-top: 18px;
}

.chat-area_messageAvatar__qlsK_ {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}

.chat-area_messageAvatarSpacer__fWZL6 {
  width: 40px;
  flex-shrink: 0;
}

.chat-area_messageBody__iF_Up {
  flex: 1 1;
  min-width: 0;
  padding-left: 16px;
}

.chat-area_messageHeader__JwGDd {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.chat-area_messageAuthor___4qws {
  font-size: 16px;
  font-weight: 500;
  color: var(--header-primary);
  cursor: pointer;
}

.chat-area_messageAuthor___4qws:hover {
  text-decoration: underline;
}

.chat-area_botTag__MZeFI {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: var(--brand);
  padding: 1px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 15px;
}

.chat-area_messageTime__OYtnI {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 400;
}

.chat-area_messageContent__8vRb3 {
  font-size: 16px;
  line-height: 1.375;
  color: var(--text-normal);
  word-wrap: break-word;
}

.chat-area_hoverTime__vMY3z {
  position: absolute;
  left: 0;
  width: 56px;
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
  opacity: 0;
  line-height: 22px;
}

.chat-area_messageRow__cYBQJ:hover .chat-area_hoverTime__vMY3z {
  opacity: 1;
}

/* Composer */
.chat-area_composer__IboY1 {
  padding: 0 16px 24px 16px;
  flex-shrink: 0;
}

.chat-area_composerInner__VnJDc {
  background: var(--input-bg);
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  padding: 0;
  min-height: 44px;
}

.chat-area_composerAttach__qztaf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--interactive-normal);
  cursor: pointer;
  flex-shrink: 0;
}

.chat-area_composerAttach__qztaf:hover {
  color: var(--interactive-hover);
}

.chat-area_composerInput__OJzG_ {
  flex: 1 1;
  min-height: 44px;
  padding: 12px 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-normal);
  resize: none;
}

.chat-area_composerInput__OJzG_::placeholder {
  color: var(--text-muted);
}

.chat-area_composerActions__oO8vO {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  height: 44px;
  flex-shrink: 0;
}

.chat-area_composerBtn__3Ssml {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--interactive-normal);
  cursor: pointer;
  border-radius: 4px;
}

.chat-area_composerBtn__3Ssml:hover {
  color: var(--interactive-hover);
}

/* Empty / Loading / Error states */
.chat-area_emptyState__gmzcJ {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  gap: 8px;
}

.chat-area_emptyTitle__9CnN7 {
  font-size: 24px;
  font-weight: 700;
  color: var(--header-primary);
}

.chat-area_emptySub__Ac82Q {
  font-size: 14px;
  color: var(--text-muted);
}

.chat-area_loadingDots__PH_lj {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.chat-area_dot__19Fon {
  width: 10px;
  height: 10px;
  background: var(--brand);
  border-radius: 50%;
  animation: chat-area_bounce__a9CxZ 1.4s ease-in-out infinite both;
}

.chat-area_dot__19Fon:nth-child(1) {
  animation-delay: -0.32s;
}
.chat-area_dot__19Fon:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes chat-area_bounce__a9CxZ {
  0%,
  80%,
  100% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Friends view */
.chat-area_friendsView__VNJwT {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  background: var(--bg-primary);
  overflow: hidden;
}

.chat-area_friendsHeader__yCvYu {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  border-bottom: 1px solid var(--border-subtle);
}

.chat-area_friendsTab__nF1_v {
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--interactive-normal);
  cursor: pointer;
  position: relative;
}

.chat-area_friendsTab__nF1_v:hover {
  color: var(--interactive-hover);
}

.chat-area_friendsTab__nF1_v.chat-area_active__RScx1 {
  color: var(--interactive-active);
}

.chat-area_friendsTab__nF1_v.chat-area_active__RScx1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--interactive-active);
  border-radius: 1px 1px 0 0;
}

.chat-area_friendsTab__nF1_v.chat-area_addFriend___Rqb7 {
  color: var(--positive);
  background: transparent;
}

.chat-area_friendsBody__Zd6bd {
  flex: 1 1;
  overflow-y: auto;
  padding: 16px;
}

.chat-area_friendRow__5GsEg {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 8px;
  border-top: 1px solid var(--border-subtle);
  cursor: pointer;
  border-radius: 8px;
}

.chat-area_friendRow__5GsEg:hover {
  background: var(--bg-mod-faint);
}

.chat-area_friendAvatar__MUeO5 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  position: relative;
}

.chat-area_friendStatusDot__8NyeY {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid var(--bg-primary);
  box-sizing: content-box;
}

.chat-area_friendInfo__J2HdN {
  flex: 1 1;
  min-width: 0;
}

.chat-area_friendName__UJw4K {
  font-size: 16px;
  font-weight: 600;
  color: var(--header-primary);
}

.chat-area_friendStatus__Gg70B {
  font-size: 13px;
  color: var(--text-muted);
}

/* DM chat view */
.chat-area_dmAvatarSmall__4Ah43 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
}

.chat-area_dmAvatarLarge__CeAk1 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

/* Friends view extras */
.chat-area_topBarIconSpaced__LrVMA {
  margin-right: 4px;
}

.chat-area_addPanel__ZZG6t {
  padding: 16px 20px;
}

.chat-area_addLabel__qYjo4 {
  color: var(--header-primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.chat-area_addRow__BPPFt {
  display: flex;
  gap: 8px;
}

.chat-area_addInput__630Xo {
  flex: 1 1;
  background: var(--bg-tertiary);
  border: 1px solid var(--bg-tertiary);
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--text-normal);
  outline: none;
  font-size: 14px;
}

.chat-area_addButton__oYqXC {
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.chat-area_addStatusSuccess__PtEgs {
  color: var(--status-online);
  margin-top: 8px;
  font-size: 13px;
}

.chat-area_addStatusError__wy5QX {
  color: var(--status-dnd);
  margin-top: 8px;
  font-size: 13px;
}

.chat-area_pendingPanel__mNiN7 {
  padding: 8px 0;
}

.chat-area_pendingEmpty__WLiu0 {
  padding: 16px 20px;
  color: var(--text-muted);
}

.chat-area_pendingRow__rXAAC {
  justify-content: space-between;
}

.chat-area_pendingRowLeft__jOJtq {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-area_pendingActions__6nCQ3 {
  display: flex;
  gap: 8px;
  margin-right: 16px;
}

.chat-area_pendingBtn__pCUCJ {
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-area_pendingBtnAccept__o3qoX {
  background: var(--status-online);
  color: #fff;
}

.chat-area_pendingBtnReject__ll9Ac {
  background: var(--bg-tertiary);
  color: var(--text-muted);
}

.chat-area_friendRowActions__QzcIp {
  margin-left: auto;
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.1s ease;
}

.chat-area_friendRow__5GsEg:hover .chat-area_friendRowActions__QzcIp {
  opacity: 1;
}

.chat-area_friendActionBtn__nlj88 {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: var(--bg-tertiary);
  color: var(--text-muted);
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-area_friendActionBtn__nlj88:hover {
  background: var(--status-dnd);
  color: #fff;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/member-panel.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.member-panel_panel__585vm {
  width: var(--member-panel-width);
  background: var(--bg-secondary);
  flex-shrink: 0;
  overflow-y: auto;
  padding: 8px 0 0 8px;
}

.member-panel_roleGroup__zCQjc {
  padding: 16px 8px 0 8px;
}

.member-panel_roleGroupFirst__5qWq6 {
  padding-top: 8px;
}

.member-panel_roleLabel__wjrP_ {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--channels-default);
  padding: 0 0 4px 0;
}

.member-panel_member__cZEL2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  height: 44px;
}

.member-panel_member__cZEL2:hover {
  background: var(--bg-mod-faint);
}

.member-panel_memberAvatar__YPSqS {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  position: relative;
}

.member-panel_statusDot__VlHGP {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid var(--bg-secondary);
  box-sizing: content-box;
}

.member-panel_memberInfo__eDv0T {
  flex: 1 1;
  min-width: 0;
}

.member-panel_memberName__tTf6F {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.member-panel_member__cZEL2.member-panel_offline__SbviH {
  opacity: 0.3;
}

.member-panel_memberRoleColor__ktKag {
  color: var(--header-secondary);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/app-shell.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-shell_shell__JY2va {
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.app-shell_sidebarAndChat__o1ZL3 {
  display: flex;
  flex: 1 1;
  min-width: 0;
  overflow: hidden;
}

.app-shell_chatAndMembers__Q6EQ_ {
  display: flex;
  flex: 1 1;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}

.app-shell_content__vZNpX {
  display: flex;
  flex: 1 1;
  min-width: 0;
  min-height: 0;
}

.app-shell_chatColumn__1gBF3 {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-width: 0;
  min-height: 0;
}

.app-shell_emptyState__2d2Fw {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  background: var(--bg-primary);
}

.app-shell_emptyStateText__YTaw7 {
  font-size: 24px;
  font-weight: 700;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.14_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/auth-screen.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.auth-screen_wrapper__YwT_K {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: var(--bg-tertiary);
}

.auth-screen_card__DuN30 {
  background: var(--bg-primary);
  border-radius: 4px;
  padding: 32px;
  width: 480px;
  box-shadow: var(--elevation-high);
}

.auth-screen_title__fLYte {
  font-size: 24px;
  font-weight: 600;
  color: var(--header-primary);
  text-align: center;
  margin-bottom: 8px;
}

.auth-screen_subtitle__YxbwX {
  font-size: 14px;
  color: var(--header-secondary);
  text-align: center;
  margin-bottom: 20px;
}

.auth-screen_group__S958_ {
  margin-bottom: 20px;
}

.auth-screen_label__4iTXI {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--header-secondary);
  margin-bottom: 8px;
}

.auth-screen_label__4iTXI.auth-screen_error__5eOQQ {
  color: var(--danger);
}

.auth-screen_input__X7yqH {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background: var(--bg-tertiary);
  border-radius: 3px;
  font-size: 16px;
  color: var(--text-normal);
  border: 1px solid transparent;
  transition: border-color 0.15s;
}

.auth-screen_input__X7yqH:focus {
  border-color: var(--brand);
}

.auth-screen_submitBtn__Y4zU2 {
  width: 100%;
  height: 44px;
  background: var(--brand);
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.15s;
}

.auth-screen_submitBtn__Y4zU2:hover {
  background: var(--brand-hover);
}

.auth-screen_submitBtn__Y4zU2:disabled {
  opacity: 0.6;
  cursor: default;
}

.auth-screen_footer__XkSxi {
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-muted);
}

.auth-screen_link__EbX6K {
  color: var(--text-link);
  cursor: pointer;
  background: none;
  border: none;
  font-size: 14px;
  padding: 0;
}

.auth-screen_link__EbX6K:hover {
  text-decoration: underline;
}

.auth-screen_errorMsg__k1YH6 {
  color: var(--danger);
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
}

