/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/CharmChannelSfx.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/*
  In-viewport near-invisible player so YouTube accepts playback,
  without showing a video tile in the Workshop rail.
*/
.CharmChannelSfx_player__S2rh4 {
  position: fixed;
  width: 120px;
  height: 68px;
  left: 0;
  bottom: 0;
  z-index: 0;
  border: 0;
  opacity: 0.001;
  pointer-events: none;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/PresenceDot.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.PresenceDot_dot__Fp2Oy {
  width: 0.58rem;
  height: 0.58rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: #6e7379;
  box-shadow: 0 0 0 2px #101114;
}

.PresenceDot_online__AFNe9 {
  background: #4fbd68;
}

.PresenceDot_idle__19T8i {
  background: #d5a94e;
}

.PresenceDot_dnd__CQijo {
  background: #c75050;
}

.PresenceDot_offline__fhwRD {
  background: #6e7379;
}

.PresenceDot_channeling__lLz9D {
  box-shadow:
    0 0 0 2px #101114,
    0 0 6px rgba(105, 206, 232, 0.9);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ChannelSectionList.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.ChannelSectionList_section__K293Z {
  display: grid;
  grid-gap: 0.3rem;
  gap: 0.3rem;
}

.ChannelSectionList_header__c5sRs {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  width: 100%;
  padding: 0.1rem 0;
  border: 0;
  background: transparent;
  color: var(--brass);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
}

.ChannelSectionList_chevron__0ifDa {
  display: inline-block;
  font-size: 0.62rem;
  transform: rotate(0);
  transition: transform 140ms ease;
}

.ChannelSectionList_chevronCollapsed__bjZHa {
  transform: rotate(-90deg);
}

.ChannelSectionList_body__WZiKv {
  max-height: 48rem;
  overflow: hidden;
  opacity: 1;
  transition:
    max-height 160ms ease,
    opacity 120ms ease;
}

.ChannelSectionList_bodyCollapsed__1Befz {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.ChannelSectionList_empty__Rf_o8,
.ChannelSectionList_rosterDelayed__oXtOf {
  margin: 0;
  padding: 0.1rem 0.55rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.ChannelSectionList_rosterDelayed__oXtOf {
  color: #e6c781;
}

.ChannelSectionList_list__m5nWc,
.ChannelSectionList_voiceRoster__e5sRr {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ChannelSectionList_list__m5nWc {
  display: grid;
  grid-gap: 0.18rem;
  gap: 0.18rem;
}

.ChannelSectionList_item__HH1W1 {
  position: relative;
  min-width: 0;
}

.ChannelSectionList_channelRow__UT6m_ {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.ChannelSectionList_channel__nz4Cb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
  padding: 0.55rem 0.25rem 0.55rem 0.6rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-ui);
  text-align: left;
  transition:
    opacity 120ms ease,
    background-color 120ms ease,
    border-color 120ms ease;
}

.ChannelSectionList_channelMuted__TsaZ8 {
  opacity: 0.56;
}

.ChannelSectionList_channelActive__XCB8K {
  border-color: var(--brass);
  background: rgba(196, 163, 90, 0.07);
  opacity: 1;
}

.ChannelSectionList_crest__giv_A {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 40%, var(--brass-bright) 0 28%, transparent 30%),
    conic-gradient(from 210deg, var(--brass), #6a5428, var(--brass-bright), var(--brass));
  -webkit-clip-path: polygon(50% 0%, 80% 35%, 100% 100%, 50% 78%, 0% 100%, 20% 35%);
          clip-path: polygon(50% 0%, 80% 35%, 100% 100%, 50% 78%, 0% 100%, 20% 35%);
}

.ChannelSectionList_voiceCrest__qDI58 {
  opacity: 0.55;
  background:
    radial-gradient(circle at 50% 50%, #6ec8e0 0 35%, transparent 38%),
    conic-gradient(from 180deg, #3a7a8a, #8ad4e8, #3a7a8a);
  -webkit-clip-path: circle(45% at 50% 50%);
          clip-path: circle(45% at 50% 50%);
}

.ChannelSectionList_channelActive__XCB8K .ChannelSectionList_crest__giv_A {
  opacity: 1;
}

.ChannelSectionList_unreadGlow__IwCb3 .ChannelSectionList_name__hyQ5d {
  color: #fff7df;
  font-weight: 800;
  text-shadow: 0 0 9px rgba(224, 192, 120, 0.6);
}

.ChannelSectionList_unreadGlow__IwCb3 .ChannelSectionList_crest__giv_A {
  opacity: 0.9;
  filter: drop-shadow(0 0 5px rgba(224, 192, 120, 0.8));
}

.ChannelSectionList_name__hyQ5d {
  min-width: 0;
  overflow: hidden;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ChannelSectionList_star__0z__e {
  color: var(--brass-bright);
  font-size: 0.68rem;
}

.ChannelSectionList_activityDot__PLZfp {
  width: 0.46rem;
  height: 0.46rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #92979e;
}

.ChannelSectionList_mentionBadge___zu7o {
  min-width: 1.3rem;
  margin-left: auto;
  padding: 0.12rem 0.34rem;
  border: 1px solid #ffb1a5;
  border-radius: 999px;
  background: #9f2f2f;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.ChannelSectionList_more__Xcaor {
  width: 1.65rem;
  min-height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  opacity: 0.35;
}

.ChannelSectionList_item__HH1W1:hover .ChannelSectionList_more__Xcaor,
.ChannelSectionList_more__Xcaor:focus-visible,
.ChannelSectionList_more__Xcaor[aria-expanded="true"] {
  color: var(--brass-bright);
  opacity: 1;
}

.ChannelSectionList_menuPortal__v4QKC {
  position: fixed;
  z-index: 200;
  display: grid;
  min-width: 12rem;
  padding: 0.3rem;
  border: 1px solid var(--brass-dim);
  background: #090c0f;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.62);
}

.ChannelSectionList_menuPortal__v4QKC button,
.ChannelSectionList_menuPortal__v4QKC .ChannelSectionList_menuLabel__XDds6 {
  padding: 0.4rem 0.5rem;
  border: 0;
  background: transparent;
  color: #e7dfce;
  font: inherit;
  font-size: 0.73rem;
  text-align: left;
}

.ChannelSectionList_menuPortal__v4QKC button {
  cursor: pointer;
}

.ChannelSectionList_menuPortal__v4QKC button:hover,
.ChannelSectionList_menuPortal__v4QKC button:focus-visible,
.ChannelSectionList_menuPortal__v4QKC button[aria-pressed="true"] {
  background: rgba(196, 163, 90, 0.13);
  color: #fff7df;
  outline: none;
}

.ChannelSectionList_menuPortal__v4QKC button:disabled {
  cursor: wait;
  opacity: 0.5;
}

.ChannelSectionList_menuLabel__XDds6 {
  padding-top: 0.55rem;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ChannelSectionList_voiceRoster__e5sRr {
  display: grid;
  grid-gap: 0.15rem;
  gap: 0.15rem;
  padding: 0.12rem 0.35rem 0.3rem 2.15rem;
}

.ChannelSectionList_voiceRoster__e5sRr li {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  min-width: 0;
  overflow: hidden;
  color: #c7c4bb;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:
    opacity 120ms ease,
    transform 120ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .ChannelSectionList_chevron__0ifDa,
  .ChannelSectionList_body__WZiKv,
  .ChannelSectionList_channel__nz4Cb,
  .ChannelSectionList_voiceRoster__e5sRr li {
    transition: none;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/AuthenticatedImage.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.AuthenticatedImage_wrap__uMiQc {
  display: grid;
  grid-gap: 0.28rem;
  gap: 0.28rem;
  margin: 0.15rem 0 0.55rem 1.1rem;
  max-width: min(28rem, 100%);
}

.AuthenticatedImage_bar__E8DsI {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.AuthenticatedImage_toggle__6o_7L {
  flex: 0 0 auto;
  padding: 0.22rem 0.45rem;
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  cursor: pointer;
  color: var(--btn-gold);
  font-family: var(--font-brand);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    var(--btn-face-top) 0%,
    var(--btn-face) 45%,
    var(--btn-face-bottom) 100%
  );
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    inset 0 1px 0 rgba(200, 161, 78, 0.12);
  text-shadow: 0 1px 0 #1a1408;
}

.AuthenticatedImage_toggle__6o_7L:hover {
  color: #e0c878;
  border-color: var(--btn-border);
}

.AuthenticatedImage_toggle__6o_7L:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.AuthenticatedImage_fileName__2SU4I {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.72rem;
}

.AuthenticatedImage_collapsedHint__kE87U {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-style: italic;
}

.AuthenticatedImage_frame__BGvRw {
  display: inline-grid;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--brass-dim);
  border-radius: 3px;
  background: #07090b;
  color: var(--muted);
  cursor: zoom-in;
  font: inherit;
  text-align: left;
}

.AuthenticatedImage_frame__BGvRw:disabled {
  cursor: wait;
}

.AuthenticatedImage_frame__BGvRw:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.AuthenticatedImage_image__b3VUl {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 18rem;
  object-fit: contain;
}

.AuthenticatedImage_status__Jj60e {
  padding: 0.6rem 0.75rem;
  font-size: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .AuthenticatedImage_toggle__6o_7L {
    transition: none;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/EffectsBuff.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.EffectsBuff_buff__YVDGv {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(200, 161, 78, 0.55);
  border-radius: 3px;
  background:
    radial-gradient(circle at 35% 30%, rgba(245, 215, 139, 0.14), transparent 55%),
    linear-gradient(180deg, #1a2830 0%, #10181e 55%, #0a1216 100%);
  cursor: help;
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 0 0 1px rgba(200, 161, 78, 0.22),
    inset 0 1px 0 rgba(245, 215, 139, 0.12),
    0 0 10px rgba(224, 192, 120, 0.12);
}

.EffectsBuff_buff__YVDGv:hover,
.EffectsBuff_buff__YVDGv:focus-visible {
  border-color: rgba(245, 215, 139, 0.75);
  box-shadow:
    inset 0 0 0 1px rgba(245, 215, 139, 0.3),
    inset 0 1px 0 rgba(245, 215, 139, 0.16),
    0 0 14px rgba(224, 192, 120, 0.22);
  outline: none;
}

.EffectsBuff_buff__YVDGv:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.EffectsBuff_icon__sLLQ5 {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 3px rgba(245, 215, 139, 0.35));
}

.EffectsBuff_buff__YVDGv:hover .EffectsBuff_icon__sLLQ5,
.EffectsBuff_buff__YVDGv:focus-visible .EffectsBuff_icon__sLLQ5 {
  filter: drop-shadow(0 0 5px rgba(245, 215, 139, 0.55));
}

.EffectsBuff_tipPortal__83M_q {
  position: fixed;
  z-index: 220;
  width: 240px;
  max-width: min(240px, calc(100vw - 16px));
  box-sizing: border-box;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--btn-border);
  border-radius: 2px;
  background: rgba(8, 10, 12, 0.98);
  color: #e8d9b0;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  box-shadow: var(--shadow);
  pointer-events: none;
}

.EffectsBuff_tipPortal__83M_q strong {
  display: block;
  color: var(--btn-gold);
  margin-bottom: 0.25rem;
  font-family: var(--font-brand);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ExtendedRange.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.ExtendedRange_overlay__s5l8V {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.76);
}

.ExtendedRange_panel__Kp0KK {
  width: 100%;
  max-height: min(90vh, 640px);
  overflow: auto;
  display: grid;
  grid-gap: 0.55rem;
  gap: 0.55rem;
  padding: 0.85rem 0.9rem;
  color: #f0ead8;
  background-color: #101114;
  background-image:
    linear-gradient(180deg, rgba(10, 12, 16, 0.42), rgba(7, 8, 12, 0.62)),
    url("/theme/ui-heather.png");
  background-size: auto, 169px 310px;
  background-repeat: no-repeat, repeat;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  box-shadow:
    var(--frame-glow),
    inset 0 0 28px rgba(0, 0, 0, 0.4),
    0 16px 40px rgba(0, 0, 0, 0.55);
}

/* Compact Charm dock — lives in the left rail above the user bar */
.ExtendedRange_dock__CUI_I {
  position: static;
  z-index: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  max-width: none;
  max-height: none;
  flex: 1 1 auto;
  min-height: 0;
  padding: 0.55rem 0.6rem;
  gap: 0.4rem;
  box-shadow:
    var(--frame-glow),
    inset 0 0 18px rgba(0, 0, 0, 0.4);
}

/* Grow video tiles when camera/screenshare is active in the rail dock */
.ExtendedRange_dockVideo__ly7Sj {
  gap: 0.45rem;
}

.ExtendedRange_dockVideo__ly7Sj .ExtendedRange_videoGrid__qwJCl {
  grid-template-columns: 1fr;
  gap: 0.35rem;
}

.ExtendedRange_dockVideo__ly7Sj .ExtendedRange_videoTile__D3vaP {
  min-height: 132px;
  aspect-ratio: 16 / 10;
}

.ExtendedRange_dockVideo__ly7Sj .ExtendedRange_videoTile__D3vaP figcaption {
  font-size: 0.62rem;
}

/* Portaled into the main workshop stage (70% column) */
.ExtendedRange_stageVideoGrid__yYsBE {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  align-content: stretch;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  box-sizing: border-box;
}

.ExtendedRange_stageVideoGrid__yYsBE .ExtendedRange_videoTile__D3vaP {
  min-height: min(52vh, 420px);
  height: 100%;
  aspect-ratio: auto;
}

.ExtendedRange_stageVideoGrid__yYsBE .ExtendedRange_videoTile__D3vaP figcaption {
  font-size: 0.78rem;
  padding: 0.35rem 0.55rem;
}

.ExtendedRange_header__U4BVf {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.ExtendedRange_header__U4BVf > div {
  min-width: 0;
}

.ExtendedRange_eyebrow__Y6Efz {
  display: block;
  color: var(--brass);
  font-family: var(--font-brand);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ExtendedRange_header__U4BVf h2 {
  overflow: hidden;
  margin: 0.05rem 0 0;
  color: var(--brass-bright);
  font-family: var(--font-brand);
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ExtendedRange_status__L2PBx {
  margin: 0.15rem 0 0;
  color: #a89f8c;
  font-size: 0.72rem;
  line-height: 1.35;
}

.ExtendedRange_compactRoster__qOt_6 {
  min-width: 0;
  max-width: 42%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: flex-end;
  list-style: none;
}

.ExtendedRange_compactRoster__qOt_6 li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.12rem 0.35rem 0.12rem 0.15rem;
  color: #ddd3bb;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(200, 161, 78, 0.22);
}

.ExtendedRange_compactRoster__qOt_6 img,
.ExtendedRange_compactRoster__qOt_6 li > span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  object-fit: cover;
  color: #09120f;
  background: var(--brass);
  border: 1px solid #66532e;
  border-radius: 50%;
  font-family: var(--font-brand);
  font-size: 0.62rem;
  font-weight: 800;
}

.ExtendedRange_compactRoster__qOt_6 b {
  overflow: hidden;
  max-width: 5.5rem;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ExtendedRange_mutedIcon__o_z_F {
  color: #ffaaa0;
  font-size: 0.65rem;
  font-style: normal;
}

.ExtendedRange_speaking__3a4KV {
  border-color: rgba(140, 180, 110, 0.85) !important;
  box-shadow:
    0 0 0 1px rgba(140, 180, 110, 0.28),
    0 0 10px rgba(90, 140, 70, 0.18);
  animation: ExtendedRange_speaking-ring__lpa6J 1.2s ease-in-out infinite alternate;
}

@keyframes ExtendedRange_speaking-ring__lpa6J {
  from {
    border-color: rgba(110, 150, 90, 0.7);
  }
  to {
    border-color: rgba(170, 210, 130, 0.95);
  }
}

.ExtendedRange_error__6gPgb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.4rem 0.55rem;
  color: #ffd4ca;
  background: rgba(96, 28, 20, 0.32);
  border: 1px solid rgba(159, 83, 71, 0.7);
  font-size: 0.72rem;
}

.ExtendedRange_error__6gPgb button,
.ExtendedRange_resumeAudio__bwX6I {
  flex: 0 0 auto;
  padding: 0.28rem 0.5rem;
  color: #e8f0d8;
  background: linear-gradient(180deg, #3a4a38, #1c241c);
  border: 1px solid #556848;
  cursor: pointer;
  font-family: var(--font-brand);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ExtendedRange_resumeAudio__bwX6I {
  justify-self: start;
}

.ExtendedRange_videoGrid__qwJCl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr));
  grid-gap: 0.4rem;
  gap: 0.4rem;
}

.ExtendedRange_videoTile__D3vaP {
  position: relative;
  min-height: 88px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0;
  background: radial-gradient(circle at center, #27302c, #0c0f11 70%);
  border: 1px solid rgba(200, 161, 78, 0.28);
}

.ExtendedRange_videoTile__D3vaP video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #080a0b;
}

.ExtendedRange_videoHidden__8Aqyp {
  visibility: hidden;
}

.ExtendedRange_videoFallback__H61gO {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #17130a;
  background: radial-gradient(circle, #d1ad5c 0 24%, #443a27 25% 27%, #111519 28%);
  font-family: var(--font-brand);
  font-size: 1.5rem;
  font-weight: 800;
}

.ExtendedRange_videoFallback__H61gO img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 2px solid var(--brass);
  border-radius: 50%;
}

.ExtendedRange_videoTile__D3vaP figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.2rem 0.35rem;
  color: #f4ead3;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  font-size: 0.68rem;
  font-weight: 700;
  text-shadow: 0 1px #000;
}

.ExtendedRange_actions__cnHYR {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  grid-gap: 0.3rem;
  gap: 0.3rem;
  align-items: stretch;
}

.ExtendedRange_actions__cnHYR button {
  min-height: 2rem;
  padding: 0.35rem 0.25rem;
  color: #e8f0d8;
  background: linear-gradient(180deg, #3f5240 0%, #2a382c 48%, #1a241c 100%);
  border: 1px solid #4f6648;
  border-radius: 0;
  box-shadow:
    inset 0 0 0 1px rgba(180, 210, 150, 0.14),
    inset 0 1px 0 rgba(210, 230, 180, 0.08);
  cursor: pointer;
  font-family: var(--font-brand);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-shadow: 0 1px 0 #0c120c;
  text-transform: uppercase;
}

.ExtendedRange_actions__cnHYR button:hover:not(:disabled) {
  color: #f7ffe8;
  border-color: #7a9a68;
  background: linear-gradient(180deg, #4a6150 0%, #324438 48%, #223028 100%);
}

.ExtendedRange_actions__cnHYR button[aria-pressed="true"]:not(.ExtendedRange_hangup__eXNuS) {
  color: #102010;
  background: linear-gradient(180deg, #b8d090 0%, #7a9e5c 50%, #4e6e38 100%);
  border-color: #c8e0a0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 220, 0.22);
  text-shadow: none;
}

.ExtendedRange_actions__cnHYR button:focus-visible {
  outline: 2px solid #c8e0a0;
  outline-offset: 1px;
}

.ExtendedRange_actions__cnHYR button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  filter: grayscale(0.25);
}

.ExtendedRange_hangup__eXNuS {
  min-width: 3.4rem;
  color: #fff4e8 !important;
  background: linear-gradient(180deg, #a85042 0%, #7a3028 55%, #5a201c 100%) !important;
  border-color: #c87868 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 200, 180, 0.16) !important;
  text-shadow: 0 1px 0 #3a100c !important;
}

.ExtendedRange_hangup__eXNuS:hover:not(:disabled) {
  border-color: #e8a090 !important;
  background: linear-gradient(180deg, #b86050 0%, #8a3830 55%, #6a2820 100%) !important;
}

.ExtendedRange_peerVolumes__GfsJB,
.ExtendedRange_volumeRow__ypH7L {
  display: grid;
  grid-gap: 0.28rem;
  gap: 0.28rem;
  padding: 0.4rem 0.45rem;
  border: 1px solid rgba(200, 161, 78, 0.22);
  background: rgba(0, 0, 0, 0.22);
}

.ExtendedRange_peerVolumes__GfsJB label,
.ExtendedRange_volumeRow__ypH7L label {
  display: grid;
  grid-template-columns: minmax(4.5rem, auto) minmax(4rem, 1fr);
  align-items: center;
  grid-gap: 0.4rem;
  gap: 0.4rem;
  color: #cfc2a4;
  font-size: 0.68rem;
}

.ExtendedRange_peerVolumes__GfsJB input,
.ExtendedRange_volumeRow__ypH7L input {
  width: 100%;
  accent-color: #7a9e5c;
}

.ExtendedRange_devices__9HC3q {
  border-top: 1px solid rgba(200, 161, 78, 0.22);
  color: #b9ad91;
  font-size: 0.72rem;
}

.ExtendedRange_devices__9HC3q summary {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 0 0;
  color: var(--brass);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-brand);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ExtendedRange_devices__9HC3q summary::-webkit-details-marker {
  display: none;
}

.ExtendedRange_devices__9HC3q summary::before {
  content: "▸ ";
  color: #7a9e5c;
}

.ExtendedRange_devices__9HC3q[open] summary::before {
  content: "▾ ";
}

.ExtendedRange_deviceRow__tEcx7 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.4rem;
  gap: 0.4rem;
  padding-top: 0.45rem;
}

.ExtendedRange_deviceRow__tEcx7 label {
  min-width: 0;
  display: grid;
  grid-gap: 0.18rem;
  gap: 0.18rem;
  color: #cfc2a4;
  font-family: var(--font-brand);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ExtendedRange_deviceRow__tEcx7 select {
  min-width: 0;
  width: 100%;
  min-height: 1.85rem;
  padding: 0.28rem 0.4rem;
  color: #ece4d1;
  background: rgba(8, 10, 12, 0.72);
  border: 1px solid rgba(90, 120, 80, 0.45);
  border-radius: 0;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}

.ExtendedRange_deviceRow__tEcx7 select:hover:not(:disabled) {
  border-color: #7a9a68;
}

.ExtendedRange_deviceRow__tEcx7 select:focus-visible {
  outline: 2px solid #c8e0a0;
  outline-offset: 1px;
}

.ExtendedRange_deviceRow__tEcx7 select:disabled {
  opacity: 0.5;
}

.ExtendedRange_hint__EAWfI {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.ExtendedRange_mediaAudio__WDZ67 {
  display: none;
}

.ExtendedRange_srOnly__aYtMO {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .ExtendedRange_dock__CUI_I {
    width: 100%;
    max-height: none;
  }

  .ExtendedRange_compactRoster__qOt_6 {
    max-width: 48%;
  }
}

@media (max-width: 620px) {
  .ExtendedRange_panel__Kp0KK {
    padding: 0.7rem;
  }

  .ExtendedRange_header__U4BVf {
    display: grid;
  }

  .ExtendedRange_compactRoster__qOt_6 {
    max-width: 100%;
    justify-content: flex-start;
  }

  .ExtendedRange_actions__cnHYR {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ExtendedRange_actions__cnHYR .ExtendedRange_hangup__eXNuS {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ExtendedRange_speaking__3a4KV {
    animation: none;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/InventoryPanel.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* Classic EverQuest inventory chrome */

.InventoryPanel_backdrop__0NRts {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: grid;
  place-items: center;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.72);
}

.InventoryPanel_stage__o7rov {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  max-width: 100%;
  max-height: min(94vh, 920px);
}

.InventoryPanel_panel__Lx4MY {
  width: min(920px, 100%);
  max-height: min(94vh, 920px);
  overflow: auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  color: #d8d8d8;
  background:
    linear-gradient(180deg, rgba(55, 58, 68, 0.35), rgba(20, 22, 28, 0.55)),
    repeating-linear-gradient(
      0deg,
      #2a2d35 0px,
      #2a2d35 2px,
      #262930 2px,
      #262930 4px
    ),
    #24262e;
  border: 2px solid #1a1b20;
  box-shadow:
    inset 0 0 0 1px #6a6e78,
    inset 0 0 0 2px #3a3e48,
    0 18px 50px rgba(0, 0, 0, 0.65);
  font-family: Tahoma, "Segoe UI", sans-serif;
  font-size: 12px;
}

.InventoryPanel_tabs__Bl1qO {
  display: flex;
  align-items: stretch;
  gap: 1px;
  background: #1a1b20;
  border-bottom: 1px solid #0d0e12;
  position: relative;
  padding-right: 2rem;
}

.InventoryPanel_tab__wBLvv {
  padding: 0.4rem 0.75rem;
  color: #9aa0aa;
  background: #30343e;
  border: 1px solid #4a5060;
  border-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 11px;
}

.InventoryPanel_tabActive__Nit0U {
  color: #f0e6c8;
  background: #3a4050;
  box-shadow: inset 0 -2px 0 #c9a227;
}

.InventoryPanel_close__9IIiF {
  position: absolute;
  right: 0.35rem;
  top: 0.2rem;
  border: 0;
  background: transparent;
  color: #c9c4b0;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.InventoryPanel_body__VC_zC {
  display: grid;
  grid-template-columns: 200px minmax(300px, 1fr) 120px;
  grid-gap: 0.55rem;
  gap: 0.55rem;
  padding: 0.55rem 0.6rem 0.45rem;
  align-items: start;
}

/* —— Left sheet —— */
.InventoryPanel_sheet__qW0BI {
  display: grid;
  grid-gap: 0.4rem;
  gap: 0.4rem;
  align-content: start;
}

.InventoryPanel_identity___40QH {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  width: 100%;
  min-height: 56px;
}

.InventoryPanel_face__Y2qy8,
.InventoryPanel_faceEmpty__MClW0 {
  width: 48px;
  height: 48px;
  border: 1px solid #6a6e78;
  box-shadow: inset 0 0 0 1px #1a1b20;
  background: #0a0b0e;
  object-fit: cover;
  flex-shrink: 0;
}

.InventoryPanel_faceEmpty__MClW0 {
  display: grid;
  place-items: center;
  color: #666;
}

.InventoryPanel_identityText__qW20w {
  flex: 0 1 auto;
  min-width: 0;
}

.InventoryPanel_name__GJngc {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
}

.InventoryPanel_classLine__tySd7 {
  color: #c8c8c8;
  font-size: 11px;
}

.InventoryPanel_vitals__FB0_p,
.InventoryPanel_attrs__3G4Np,
.InventoryPanel_resists__S_ghb {
  margin: 0;
  display: grid;
  grid-gap: 1px;
  gap: 1px;
}

.InventoryPanel_vitals__FB0_p div,
.InventoryPanel_attrs__3G4Np div,
.InventoryPanel_resists__S_ghb div {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  align-items: baseline;
}

.InventoryPanel_vitals__FB0_p dt,
.InventoryPanel_attrs__3G4Np dt,
.InventoryPanel_resists__S_ghb dt {
  color: #b0b0b0;
  font-size: 11px;
}

.InventoryPanel_vitals__FB0_p dd,
.InventoryPanel_attrs__3G4Np dd,
.InventoryPanel_resists__S_ghb dd {
  margin: 0;
  color: #fff;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.InventoryPanel_green__A7AFn {
  color: #5dff5d !important;
}

.InventoryPanel_xpTrack__RT8Hs {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  color: #b0b0b0;
  font-size: 10px;
}

.InventoryPanel_xpBar__qJwjG {
  height: 8px;
  background: #1a3a6a;
  border: 1px solid #0d0e12;
  box-shadow: inset 0 0 0 1px #4a6a9a;
}

.InventoryPanel_xpBar__qJwjG i {
  display: block;
  height: 100%;
  background: linear-gradient(180deg, #f0d060, #c9a020);
}

.InventoryPanel_weight__I4ox2 {
  margin-top: 0.15rem;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.InventoryPanel_weightWarn__7vdcG {
  color: #ff6060;
}

.InventoryPanel_inspect__wwnQ0 {
  margin-top: 0.25rem;
  padding: 0.4rem;
  border: 1px solid #4a5060;
  background: rgba(0, 0, 0, 0.35);
  display: grid;
  grid-gap: 0.3rem;
  gap: 0.3rem;
}

.InventoryPanel_inspect__wwnQ0 strong {
  color: #f0e6c8;
  font-size: 12px;
}

.InventoryPanel_inspect__wwnQ0 p,
.InventoryPanel_muted__PJaqB {
  margin: 0;
  color: #a8a8a8;
  font-size: 11px;
  line-height: 1.35;
}

.InventoryPanel_throwBox__Tj_zD {
  display: grid;
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.InventoryPanel_throwLabel__hPvHU {
  color: #ff8a70;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.InventoryPanel_status__QMMF7 {
  margin: 0;
  color: #5dff5d;
  font-size: 11px;
}

.InventoryPanel_error__PEGop {
  margin: 0;
  color: #ff7070;
  font-size: 11px;
}

/* —— Center paperdoll (classic EQ wrap-around) —— */
.InventoryPanel_doll__7cnsd {
  display: grid;
  grid-gap: 0.4rem;
  gap: 0.4rem;
  justify-items: center;
  align-content: start;
  min-width: 0;
}

.InventoryPanel_paperdoll__dnx_I {
  display: grid;
  /* Center column sized for P99 class icons (71×177 ≈ 2:5). */
  grid-template-columns: 44px 44px minmax(88px, 110px) 44px 44px;
  grid-template-rows: 44px repeat(5, 44px) 44px;
  grid-template-areas:
    "lear  neck  head  face  rear"
    "chest hero  hero  hero  back"
    "arms  hero  hero  hero  shldr"
    "lwrist hero hero  hero  rwrist"
    "waist hero  hero  hero  hands"
    "lring hero  hero  hero  rring"
    "charm .     legs  feet  .";
  grid-gap: 3px;
  gap: 3px;
  justify-content: center;
  justify-items: stretch;
}

.InventoryPanel_classHero__7jbjI {
  grid-area: hero;
  /* Fill the grid area height; width follows native class-icon aspect. */
  height: 100%;
  width: auto;
  max-width: 100%;
  aspect-ratio: 71 / 177;
  justify-self: center;
  align-self: stretch;
  border: 1px solid #6a6e78;
  box-shadow:
    inset 0 0 0 1px #1a1b20,
    inset 0 0 28px rgba(0, 0, 0, 0.55);
  background:
    radial-gradient(circle at 50% 40%, #2a2038 0%, #121018 70%),
    #0a0b0e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2px;
  box-sizing: border-box;
}

.InventoryPanel_classHero__7jbjI img {
  /* Never stretch wider than the tall icon — that was clipping top/bottom. */
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  image-rendering: pixelated;
}

.InventoryPanel_classHero__7jbjI span {
  color: #666;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.InventoryPanel_weaponRow__SnXSp {
  display: flex;
  gap: 3px;
  justify-content: center;
  flex-wrap: nowrap;
}

/* —— Right bags —— */
.InventoryPanel_rightCol__AAxU0 {
  display: grid;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  justify-items: stretch;
  align-content: start;
}

.InventoryPanel_coinRow__E5HIf {
  display: grid;
  grid-gap: 0.2rem;
  gap: 0.2rem;
  font-size: 11px;
  color: #ddd;
}

.InventoryPanel_coinRow__E5HIf span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.InventoryPanel_coinPlat__w_XSZ,
.InventoryPanel_coinGold__9f7Pz,
.InventoryPanel_coinSilver__JIScG,
.InventoryPanel_coinCopper__clZy3 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #222;
  display: inline-block;
}

.InventoryPanel_coinPlat__w_XSZ {
  background: radial-gradient(circle at 35% 30%, #fff, #9aa3b0 55%, #5a6270);
}
.InventoryPanel_coinGold__9f7Pz {
  background: radial-gradient(circle at 35% 30%, #ffe08a, #d4a017 55%, #8a6808);
}
.InventoryPanel_coinSilver__JIScG {
  background: radial-gradient(circle at 35% 30%, #eee, #b0b0b0 55%, #666);
}
.InventoryPanel_coinCopper__clZy3 {
  background: radial-gradient(circle at 35% 30%, #f0b080, #b87333 55%, #6a3a10);
}

.InventoryPanel_invGrid__RwnKe {
  display: grid;
  grid-template-columns: repeat(2, 44px);
  grid-template-rows: repeat(6, 44px);
  grid-gap: 3px;
  gap: 3px;
  justify-content: end;
}

.InventoryPanel_bagGrid10__VlLRa {
  display: grid;
  grid-template-columns: repeat(2, 40px);
  grid-template-rows: repeat(5, 40px);
  grid-gap: 3px;
  gap: 3px;
  padding: 0.35rem;
}

/* Shared slot chrome */
.InventoryPanel_slot__4hlZJ {
  width: 44px;
  height: 44px;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  border: 1px solid #0d0e12;
  box-shadow:
    inset 1px 1px 0 #5a5e68,
    inset -1px -1px 0 #1a1b20;
  background: linear-gradient(180deg, #2e323c, #1c1e26);
  cursor: pointer;
  display: grid;
  place-items: center;
  place-self: center;
  position: relative;
  color: #ccc;
}

.InventoryPanel_slot__4hlZJ:hover,
.InventoryPanel_slot__4hlZJ:focus-visible {
  outline: 1px solid #c9a227;
  outline-offset: 0;
}

.InventoryPanel_slotSelected__nVdWv {
  outline: 1px solid #f0d060;
  outline-offset: 0;
  box-shadow:
    inset 1px 1px 0 #5a5e68,
    inset -1px -1px 0 #1a1b20,
    0 0 0 1px rgba(240, 208, 96, 0.35);
}

.InventoryPanel_slotLabel__bEVxo {
  font-size: 8px;
  line-height: 1.05;
  text-align: center;
  color: rgba(200, 200, 210, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 2px;
  pointer-events: none;
}

.InventoryPanel_itemFace__gnZBa {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  background: #0a0b0e;
}

.InventoryPanel_itemImg__OnzC4 {
  width: 92%;
  height: 92%;
  object-fit: contain;
  image-rendering: pixelated;
  pointer-events: none;
}

.InventoryPanel_itemGlyph__gmvX6 {
  font-size: 1.15rem;
  line-height: 1;
}

.InventoryPanel_itemFace__gnZBa em {
  position: absolute;
  right: 1px;
  bottom: 0;
  font-style: normal;
  font-size: 9px;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  z-index: 1;
}

/* Detached bag window (EQ style) */
.InventoryPanel_bagWindow__HCUFQ {
  width: 120px;
  flex-shrink: 0;
  background: #2a2d35;
  border: 2px solid #1a1b20;
  box-shadow:
    inset 0 0 0 1px #6a6e78,
    0 12px 30px rgba(0, 0, 0, 0.55);
}

.InventoryPanel_bagWindow__HCUFQ header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.35rem;
  background: #1e222c;
  border-bottom: 1px solid #0d0e12;
  color: #ddd;
  font-size: 11px;
}

.InventoryPanel_bagWindow__HCUFQ header button {
  border: 0;
  background: transparent;
  color: #ccc;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.InventoryPanel_bagWindow__HCUFQ .InventoryPanel_slot__4hlZJ {
  width: 40px;
  height: 40px;
}

/* Footer */
.InventoryPanel_foot__JaRwH {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.55rem 0.5rem;
  border-top: 1px solid #0d0e12;
  background: rgba(0, 0, 0, 0.25);
}

.InventoryPanel_chromeBtn__vRf18 {
  border: 1px solid #0d0e12;
  box-shadow:
    inset 1px 1px 0 #6a6e78,
    inset -1px -1px 0 #1a1b20;
  background: linear-gradient(180deg, #3a3e48, #2a2e36);
  color: #ddd;
  padding: 0.35rem 0.65rem;
  font-size: 11px;
  cursor: pointer;
  text-transform: none;
  font-family: Tahoma, "Segoe UI", sans-serif;
}

.InventoryPanel_chromeBtn__vRf18:hover:not(:disabled) {
  color: #fff;
  background: linear-gradient(180deg, #454a56, #323640);
}

.InventoryPanel_chromeBtn__vRf18:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (max-width: 820px) {
  .InventoryPanel_stage__o7rov {
    flex-direction: column;
    align-items: center;
  }

  .InventoryPanel_body__VC_zC {
    grid-template-columns: 1fr;
  }

  .InventoryPanel_doll__7cnsd {
    justify-content: center;
  }

  .InventoryPanel_invGrid__RwnKe {
    justify-content: start;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/LoginMusic.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.LoginMusic_wrap__Oaxta {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 5;
}

.LoginMusic_toggle__KWY8y {
  position: relative;
  z-index: 1;
  border: 1px solid var(--brass-dim);
  background: rgba(10, 11, 13, 0.9);
  color: var(--brass-bright);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-brand);
}

.LoginMusic_toggle__KWY8y:hover {
  border-color: var(--brass-bright);
}

/*
  Keep a real in-viewport player size (YouTube often refuses off-screen /
  0×0 autoplay). Sit under the toggle and stay nearly invisible.
*/
.LoginMusic_player__4kD5u {
  position: absolute;
  width: 120px;
  height: 68px;
  left: 0;
  bottom: 0;
  z-index: 0;
  border: 0;
  opacity: 0.001;
  pointer-events: none;
}

.LoginMusic_srOnly__tKRfe {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/MemberProfileCard.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.MemberProfileCard_overlay__a5bZc {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
}

.MemberProfileCard_panel__7qkpb {
  width: min(440px, 100%);
  display: grid;
  grid-gap: 0.9rem;
  gap: 0.9rem;
  padding: 1.15rem 1.2rem 1.2rem;
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(18, 22, 28, 0.97), rgba(8, 10, 12, 0.98)),
    #0c0e11;
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    var(--frame-glow),
    var(--shadow);
}

.MemberProfileCard_head__2CGya {
  display: grid;
  grid-gap: 0.45rem;
  gap: 0.45rem;
}

/* Mirrors Workshop user-bar portrait row sizing. */
.MemberProfileCard_portraitRow__YpZwb {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.55rem;
  width: 100%;
  min-width: 0;
}

.MemberProfileCard_portraits__pb1CK {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.42);
}

.MemberProfileCard_avatar__On0xE,
.MemberProfileCard_avatarEmpty__owafN {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  border-radius: 2px;
  border: 1px solid var(--brass);
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(245, 215, 139, 0.15);
}

.MemberProfileCard_avatar__On0xE {
  object-fit: cover;
}

.MemberProfileCard_avatarEmpty__owafN {
  display: grid;
  place-items: center;
  color: var(--brass);
  font-family: var(--font-brand);
  font-size: 1.45rem;
}

.MemberProfileCard_classGif__aYDXJ {
  flex: 0 0 auto;
  height: 84px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
  object-position: center center;
  image-rendering: pixelated;
  border: 0;
  background: transparent;
}

.MemberProfileCard_banner__JioYZ,
.MemberProfileCard_bannerEmpty__OEzfq {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  background: #000;
  box-sizing: border-box;
}

.MemberProfileCard_bannerEmpty__OEzfq {
  border-color: var(--line);
  background: rgba(0, 0, 0, 0.35);
}

.MemberProfileCard_banner__JioYZ img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.MemberProfileCard_bannerLabel__t_Nru {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0.4rem;
  font-family: var(--font-brand);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brass-bright);
  text-shadow: 0 1px 2px #000;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.MemberProfileCard_identity__gQ4jn {
  min-width: 0;
  display: grid;
  grid-gap: 0.2rem;
  gap: 0.2rem;
}

.MemberProfileCard_name__UDt1l {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--btn-gold);
  text-shadow: 0 1px 0 #1a1408;
}

.MemberProfileCard_handle__gfFza {
  margin: 0;
  color: #d8d0c0;
  font-family: var(--font-ui);
  font-size: 0.9rem;
}

.MemberProfileCard_classLine__VaQZu {
  margin: 0.15rem 0 0;
  color: #f0ead8;
  font-family: var(--font-ui);
  font-size: 0.92rem;
}

.MemberProfileCard_stats__6Swlw {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.55rem 0.75rem;
  gap: 0.55rem 0.75rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.28);
}

.MemberProfileCard_stats__6Swlw div {
  display: grid;
  grid-gap: 0.15rem;
  gap: 0.15rem;
  min-width: 0;
}

.MemberProfileCard_stats__6Swlw dt {
  margin: 0;
  color: var(--brass);
  font-family: var(--font-brand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.MemberProfileCard_stats__6Swlw dd {
  margin: 0;
  color: #f0ead8;
  font-family: var(--font-ui);
  font-size: 0.92rem;
}

.MemberProfileCard_blurb__noBbb {
  margin: 0;
  display: grid;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  color: #d8d0c0;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  line-height: 1.45;
}

.MemberProfileCard_blurb__noBbb strong {
  color: var(--brass-bright);
  font-family: var(--font-brand);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.MemberProfileCard_close__ejxZr {
  justify-self: end;
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  font-family: var(--font-brand);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--btn-gold);
  background: linear-gradient(
    180deg,
    var(--btn-face-top) 0%,
    var(--btn-face) 45%,
    var(--btn-face-bottom) 100%
  );
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    inset 0 1px 0 rgba(200, 161, 78, 0.12);
  text-shadow: 0 1px 0 #1a1408;
}

.MemberProfileCard_close__ejxZr:hover {
  color: #e0c878;
  border-color: var(--btn-border);
}

.MemberProfileCard_close__ejxZr:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 2px;
}

.MemberProfileCard_actions__iybea {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
  align-items: center;
}

.MemberProfileCard_primary__cZKxu {
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  font-family: var(--font-brand);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #f0ead8;
  background: linear-gradient(180deg, #3a4a38 0%, #2a3528 45%, #1c241c 100%);
  box-shadow:
    inset 0 0 0 1px rgba(180, 200, 140, 0.25),
    inset 0 1px 0 rgba(200, 220, 160, 0.12);
  text-shadow: 0 1px 0 #0c100c;
}

.MemberProfileCard_primary__cZKxu:hover:not(:disabled) {
  color: #fff8e0;
  border-color: var(--brass);
}

.MemberProfileCard_primary__cZKxu:disabled {
  opacity: 0.65;
  cursor: wait;
}

.MemberProfileCard_primary__cZKxu:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 2px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/MessageActions.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.MessageActions_actions__8FcdL {
  position: absolute;
  top: -0.4rem;
  right: 0.2rem;
  z-index: 4;
}

.MessageActions_trigger__TxtZW {
  display: grid;
  width: 1.8rem;
  height: 1.55rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #11151a;
  color: var(--brass-bright);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  /* Keep a faint always-visible affordance so the actions menu is
     discoverable; it brightens fully on hover/focus. */
  opacity: 0.45;
  transition: opacity 120ms ease, border-color 120ms ease;
}

.MessageActions_actions__8FcdL:hover .MessageActions_trigger__TxtZW,
.MessageActions_actions__8FcdL:focus-within .MessageActions_trigger__TxtZW {
  border-color: var(--brass);
  opacity: 1;
}

/* Keep :has() isolated. An unsupported :has() (e.g. Firefox < 121)
   invalidates its entire selector list, so it must not share a rule
   with the :hover / :focus-within reveals above. */
.MessageActions_actions__8FcdL:has([aria-expanded="true"]) .MessageActions_trigger__TxtZW {
  border-color: var(--brass);
  opacity: 1;
}

.MessageActions_trigger__TxtZW:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
  opacity: 1;
}

.MessageActions_menuPortal__GjS8Z {
  position: fixed;
  z-index: 200;
  display: grid;
  min-width: 10.5rem;
  padding: 0.28rem;
  border: 1px solid var(--brass-dim);
  background: #0a0d10;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.MessageActions_menuPortal__GjS8Z button {
  padding: 0.42rem 0.55rem;
  border: 0;
  background: transparent;
  color: #e8e0cf;
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  text-align: left;
}

.MessageActions_menuPortal__GjS8Z button:hover,
.MessageActions_menuPortal__GjS8Z button:focus-visible {
  background: rgba(196, 163, 90, 0.12);
  color: #fff7df;
  outline: none;
}

.MessageActions_menuPortal__GjS8Z .MessageActions_danger__IMwev {
  color: #ffaaa0;
}

@media (hover: none) {
  .MessageActions_trigger__TxtZW {
    opacity: 0.72;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/PortraitSetup.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.PortraitSetup_backdrop__ruSDO {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
}

.PortraitSetup_panel__YhyXR {
  width: min(720px, 100%);
  max-height: min(90vh, 840px);
  overflow: auto;
  background: var(--panel);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  box-shadow: var(--frame-glow), var(--shadow);
  padding: 1.25rem 1.35rem 1.4rem;
  display: grid;
  grid-gap: 0.85rem;
  gap: 0.85rem;
  position: relative;
}

.PortraitSetup_eqCorners__uzEJx::before,
.PortraitSetup_eqCorners__uzEJx::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--brass);
  pointer-events: none;
  bottom: 6px;
}

.PortraitSetup_eqCorners__uzEJx::before {
  left: 6px;
  border-right: 0;
  border-top: 0;
}

.PortraitSetup_eqCorners__uzEJx::after {
  right: 6px;
  border-left: 0;
  border-top: 0;
}

.PortraitSetup_close__qLTFE {
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  border: 0;
  background: transparent;
  color: var(--brass-bright);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.PortraitSetup_panel__YhyXR h2 {
  margin: 0;
  text-align: center;
  font-family: var(--font-brand);
  color: var(--brass-bright);
  letter-spacing: 0.06em;
}

.PortraitSetup_lede__y1zRF {
  margin: 0;
  text-align: center;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.9rem;
}

.PortraitSetup_sectionTitle__k702V {
  margin: 0;
  font-family: var(--font-brand);
  color: var(--brass-bright);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.PortraitSetup_grid__kQsp3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  grid-gap: 0.55rem;
  gap: 0.55rem;
  max-height: 280px;
  overflow: auto;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.25);
}

.PortraitSetup_classGrid__7K3Yo {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 0.55rem;
  gap: 0.55rem;
  max-height: 320px;
  overflow: auto;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.25);
}

.PortraitSetup_classBtn__LHRAw {
  display: grid;
  justify-items: center;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  border: 2px solid transparent;
  background: #0c0d10;
  border-radius: 6px;
  padding: 0.4rem;
  cursor: pointer;
  color: #eee;
  font-size: 0.68rem;
}

.PortraitSetup_classBtn__LHRAw img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  image-rendering: pixelated;
  background: #000;
  border-radius: 4px;
}

.PortraitSetup_classBtn__LHRAw span {
  text-align: center;
  line-height: 1.15;
}

.PortraitSetup_portrait__ucRVp {
  display: grid;
  justify-items: center;
  grid-gap: 0.2rem;
  gap: 0.2rem;
  border: 2px solid transparent;
  background: #0c0d10;
  border-radius: 6px;
  padding: 0.4rem;
  cursor: pointer;
  color: #eee;
  font-size: 0.68rem;
}

.PortraitSetup_portrait__ucRVp img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px;
}

.PortraitSetup_portrait__ucRVp span {
  text-align: center;
  line-height: 1.2;
}

.PortraitSetup_portrait__ucRVp em {
  font-style: normal;
  opacity: 0.7;
}

.PortraitSetup_selected__AA1Vr {
  border-color: var(--brass-bright);
  box-shadow: 0 0 0 1px rgba(224, 192, 120, 0.35);
}

.PortraitSetup_actions__MPIFV {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.PortraitSetup_primary__CBBbC,
.PortraitSetup_secondary__EzI1p {
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  padding: 0.7rem 1rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: var(--font-brand);
  box-shadow: inset 0 0 0 1px var(--btn-border);
  text-shadow: 0 1px 0 #1a1408;
}

.PortraitSetup_primary__CBBbC {
  background: linear-gradient(
    180deg,
    var(--btn-face-top) 0%,
    var(--btn-face) 45%,
    var(--btn-face-bottom) 100%
  );
  color: var(--btn-gold);
}

.PortraitSetup_secondary__EzI1p {
  background: linear-gradient(
    180deg,
    var(--btn-face-top) 0%,
    var(--btn-face) 45%,
    var(--btn-face-bottom) 100%
  );
  color: var(--btn-gold);
  border-color: var(--btn-border-dark);
}

.PortraitSetup_primary__CBBbC:hover:not(:disabled),
.PortraitSetup_secondary__EzI1p:hover:not(:disabled) {
  color: #e0c878;
  border-color: var(--btn-border);
}

.PortraitSetup_primary__CBBbC:disabled,
.PortraitSetup_secondary__EzI1p:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.PortraitSetup_inviteBox__LZkFz {
  display: grid;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.28);
}

.PortraitSetup_adminSection__m_V5S {
  display: grid;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.PortraitSetup_adminTitle__ET9sq {
  margin: 0;
  font-family: var(--font-brand);
  color: var(--brass-bright);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.PortraitSetup_adminHint__mvqBr {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.PortraitSetup_adminSubheading__9e99S {
  margin: 0;
  font-family: var(--font-brand);
  color: var(--brass);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.PortraitSetup_adminExtra__TxlFo {
  display: grid;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.28);
}

.PortraitSetup_inviteHint__LUGCi {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.4;
}

.PortraitSetup_inviteLink__01sqq {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
  word-break: break-all;
}

.PortraitSetup_inviteLink__01sqq a {
  color: var(--brass-bright);
}

.PortraitSetup_error__HJIr4 {
  margin: 0;
  color: #e08070;
  text-align: center;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/SelfStatusPanel.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.SelfStatusPanel_panel__MokIR {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 0.5rem);
  z-index: 80;
  display: grid;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  padding: 0.75rem 0.8rem 0.85rem;
  border: 1px solid var(--btn-border-dark);
  background:
    linear-gradient(180deg, rgba(18, 22, 28, 0.98), rgba(8, 10, 12, 0.99));
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    var(--shadow);
}

.SelfStatusPanel_head__SEPKT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.SelfStatusPanel_head__SEPKT h2 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--btn-gold);
}

.SelfStatusPanel_iconClose__EbbBs {
  border: 0;
  background: transparent;
  color: var(--brass-bright);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.SelfStatusPanel_iconClose__EbbBs:focus-visible,
.SelfStatusPanel_btn__AplwI:focus-visible,
.SelfStatusPanel_field__KOMsF select:focus-visible,
.SelfStatusPanel_field__KOMsF input:focus-visible,
.SelfStatusPanel_linkish__cg_rs:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 2px;
}

.SelfStatusPanel_form__8Pfgv {
  display: grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.SelfStatusPanel_field__KOMsF {
  display: grid;
  grid-gap: 0.22rem;
  gap: 0.22rem;
  color: var(--muted);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--font-brand);
}

.SelfStatusPanel_field__KOMsF select,
.SelfStatusPanel_field__KOMsF input {
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  padding: 0.42rem 0.5rem;
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  background: #07090b;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 0.85rem;
  letter-spacing: normal;
  text-transform: none;
}

.SelfStatusPanel_row__FZGCm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.4rem;
  gap: 0.4rem;
}

.SelfStatusPanel_btn__AplwI {
  min-height: 2rem;
  padding: 0.4rem 0.5rem;
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  cursor: pointer;
  font-family: var(--font-brand);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--btn-gold);
  background: linear-gradient(
    180deg,
    var(--btn-face-top) 0%,
    var(--btn-face) 45%,
    var(--btn-face-bottom) 100%
  );
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    inset 0 1px 0 rgba(200, 161, 78, 0.12);
  text-shadow: 0 1px 0 #1a1408;
}

.SelfStatusPanel_btn__AplwI:hover:not(:disabled) {
  color: #e0c878;
  border-color: var(--btn-border);
}

.SelfStatusPanel_btn__AplwI:disabled {
  opacity: 0.65;
  cursor: wait;
}

.SelfStatusPanel_linkish__cg_rs {
  justify-self: start;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--brass-bright);
  font-family: var(--font-ui);
  font-size: 0.8rem;
  text-decoration: underline;
  cursor: pointer;
}

.SelfStatusPanel_linkish__cg_rs:hover {
  color: #e0c878;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/UsersPanel.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.UsersPanel_wrap__NGEBL {
  position: relative;
  flex-shrink: 0;
}

.UsersPanel_trigger__i_jK2 {
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  padding: 0.55rem 0.7rem;
  min-width: 0;
  background:
    linear-gradient(var(--btn-gold), var(--btn-gold)) top left / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) top right / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) bottom left / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) bottom right / 4px 4px no-repeat,
    linear-gradient(
      180deg,
      var(--btn-face-top) 0%,
      var(--btn-face) 45%,
      var(--btn-face-bottom) 100%
    );
  color: var(--btn-gold);
  font-family: var(--font-brand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    inset 0 1px 0 rgba(200, 161, 78, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.55);
  text-shadow: 0 1px 0 #1a1408;
}

.UsersPanel_trigger__i_jK2:hover {
  color: #e0c878;
  border-color: var(--btn-border);
}

.UsersPanel_trigger__i_jK2:focus-visible,
.UsersPanel_sectionToggle__fOTqL:focus-visible,
.UsersPanel_member__RY6uo:focus-visible,
.UsersPanel_iconClose__A_t84:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.UsersPanel_panel__enfxY {
  position: fixed;
  z-index: 220;
  width: min(280px, calc(100vw - 16px));
  max-height: min(70vh, 28rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  grid-gap: 0.55rem;
  gap: 0.55rem;
  padding: 0.7rem 0.75rem 0.8rem;
  border: 1px solid var(--btn-border-dark);
  background: linear-gradient(180deg, rgba(18, 22, 28, 0.98), rgba(8, 10, 12, 0.99));
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    var(--shadow);
}

.UsersPanel_head__2BAv3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.UsersPanel_head__2BAv3 h2 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--btn-gold);
}

.UsersPanel_iconClose__A_t84 {
  border: 0;
  background: transparent;
  color: var(--brass-bright);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.UsersPanel_section___Wj7w {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  grid-gap: 0.35rem;
  gap: 0.35rem;
}

.UsersPanel_sectionToggle__fOTqL {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--brass);
  cursor: pointer;
  font-family: var(--font-brand);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
}

.UsersPanel_chevron__DKvWW,
.UsersPanel_chevronOpen__NuCGm {
  width: 0;
  height: 0;
  border-style: solid;
  flex: 0 0 auto;
}

.UsersPanel_chevron__DKvWW {
  border-width: 0.28rem 0 0.28rem 0.4rem;
  border-color: transparent transparent transparent var(--brass);
}

.UsersPanel_chevronOpen__NuCGm {
  border-width: 0.4rem 0.28rem 0 0.28rem;
  border-color: var(--brass) transparent transparent transparent;
}

.UsersPanel_list__B41Xf {
  display: grid;
  grid-gap: 0.12rem;
  gap: 0.12rem;
  align-content: start;
  max-height: min(22rem, 55vh);
  margin: 0;
  padding: 0.1rem 0.15rem 0.2rem;
  overflow-y: auto;
  list-style: none;
}

.UsersPanel_empty__HrQZ4 {
  margin: 0;
  padding: 0.45rem 0.35rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.UsersPanel_member__RY6uo {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
  padding: 0.38rem 0.35rem;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: #ddd8ca;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.UsersPanel_member__RY6uo:hover {
  border-color: var(--brass-dim);
  background: rgba(196, 163, 90, 0.06);
}

.UsersPanel_avatarWrap__Nytws {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.UsersPanel_avatar__HeccQ,
.UsersPanel_avatarEmpty__yDOwP {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  border: 1px solid var(--line);
  background: #000;
  display: block;
}

.UsersPanel_avatar__HeccQ {
  object-fit: cover;
}

.UsersPanel_avatarEmpty__yDOwP {
  display: grid;
  place-items: center;
  color: var(--brass);
  font-family: var(--font-brand);
  font-size: 0.85rem;
}

.UsersPanel_dot__DrhPM {
  position: absolute;
  right: -2px;
  bottom: -2px;
}

.UsersPanel_meta__a9gKf {
  display: grid;
  min-width: 0;
  grid-gap: 0.05rem;
  gap: 0.05rem;
}

.UsersPanel_meta__a9gKf strong,
.UsersPanel_meta__a9gKf small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.UsersPanel_meta__a9gKf strong {
  color: inherit;
  font-size: 0.8rem;
}

.UsersPanel_meta__a9gKf small {
  color: var(--muted);
  font-size: 0.66rem;
}

.UsersPanel_channeling__6LHQP {
  color: #8ad4e8;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/WorkshopMusic.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.WorkshopMusic_wrap__Bp8TW {
  position: relative;
  width: auto;
  flex-shrink: 0;
}

.WorkshopMusic_eqBtn__H2WQe {
  position: relative;
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  padding: 0.55rem 0.55rem;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  background:
    linear-gradient(var(--btn-gold), var(--btn-gold)) top left / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) top right / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) bottom left / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) bottom right / 4px 4px no-repeat,
    linear-gradient(
      180deg,
      var(--btn-face-top) 0%,
      var(--btn-face) 45%,
      var(--btn-face-bottom) 100%
    );
  color: var(--btn-gold);
  font-family: var(--font-brand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    inset 0 1px 0 rgba(200, 161, 78, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.55);
  text-shadow: 0 1px 0 #1a1408;
}

.WorkshopMusic_eqBtn__H2WQe:hover {
  color: #e0c878;
  border-color: var(--btn-border);
}

.WorkshopMusic_iconBtn__YH9OU {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 2.15rem;
  height: 2.15rem;
  min-width: 2.15rem;
  min-height: 2.15rem;
  padding: 0;
  align-self: center;
}

.WorkshopMusic_iconBtn__YH9OU svg {
  display: block;
  width: 16px;
  height: 16px;
}

.WorkshopMusic_iconOn__gCbUj {
  color: #e0c878;
  box-shadow:
    inset 0 0 0 1px rgba(245, 215, 139, 0.35),
    inset 0 1px 0 rgba(200, 161, 78, 0.16),
    0 0 10px rgba(224, 192, 120, 0.18);
}

.WorkshopMusic_panel__IZ9MN {
  position: absolute;
  right: 0;
  left: auto;
  width: min(240px, 70vw);
  bottom: calc(100% + 0.5rem);
  z-index: 40;
  display: grid;
  grid-gap: 0.55rem;
  gap: 0.55rem;
  padding: 0.75rem 0.8rem 0.85rem;
  border: 1px solid var(--btn-border-dark);
  background:
    linear-gradient(180deg, rgba(18, 22, 28, 0.98), rgba(8, 10, 12, 0.99));
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    var(--shadow);
}

.WorkshopMusic_head__Re01J {
  display: grid;
  grid-gap: 0.15rem;
  gap: 0.15rem;
}

.WorkshopMusic_head__Re01J strong {
  color: var(--btn-gold);
  font-family: var(--font-brand);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.WorkshopMusic_headHint__T08cW {
  color: #a89a7e;
  font-family: var(--font-ui);
  font-size: 0.72rem;
}

.WorkshopMusic_toggleRow__BrtJu,
.WorkshopMusic_volumeRow__Udvaq {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  color: #e8d9b0;
  font-family: var(--font-ui);
  font-size: 0.8rem;
}

.WorkshopMusic_toggleRow__BrtJu input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #c9a86e;
  cursor: pointer;
}

.WorkshopMusic_volumeRow__Udvaq {
  grid-template-columns: 1fr;
  gap: 0.35rem;
}

.WorkshopMusic_volumeRow__Udvaq input[type="range"] {
  width: 100%;
  accent-color: #c9a86e;
  cursor: pointer;
}

.WorkshopMusic_volumeRow__Udvaq input[type="range"]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.WorkshopMusic_trackLabel__kn0_G {
  color: var(--brass);
  font-family: var(--font-brand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.WorkshopMusic_trackSelect__9kg90 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  padding: 0.45rem 0.5rem;
  background: #0a0d10;
  color: #f0ead8;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  cursor: pointer;
}

.WorkshopMusic_trackSelect__9kg90:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 2px;
}

.WorkshopMusic_nowPlaying__BnHY8 {
  margin: 0;
  color: #a89a7e;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.WorkshopMusic_player__9e8Le {
  position: fixed;
  width: 120px;
  height: 68px;
  left: 0;
  bottom: 0;
  z-index: 0;
  border: 0;
  opacity: 0.001;
  pointer-events: none;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ZoneBannerSlot.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.ZoneBannerSlot_wrap__gXNkK {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
  display: flex;
  /* Match portrait plate height (84px art + padding/border). */
  height: auto;
}

.ZoneBannerSlot_bannerBtn__AS6Lw {
  position: relative;
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  padding: 0;
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  text-align: left;
  box-sizing: border-box;
}

.ZoneBannerSlot_bannerBtn__AS6Lw:hover {
  border-color: var(--brass);
}

.ZoneBannerSlot_bannerBtn__AS6Lw:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.ZoneBannerSlot_art__GhcCC {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ZoneBannerSlot_label__fKQ4U {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.28rem 0.4rem 0.22rem;
  font-family: var(--font-brand);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brass-bright);
  text-shadow: 0 1px 2px #000;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.ZoneBannerSlot_panel__xLPh_ {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 0.4rem);
  z-index: 45;
  display: grid;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  padding: 0.55rem 0.55rem 0.6rem;
  border: 1px solid var(--btn-border-dark);
  background: linear-gradient(
    180deg,
    rgba(18, 22, 28, 0.98),
    rgba(8, 10, 12, 0.99)
  );
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    var(--shadow);
}

.ZoneBannerSlot_panelHint__VL4JS {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--btn-gold);
}

.ZoneBannerSlot_list__Ir3tD {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 0.35rem;
  gap: 0.35rem;
}

.ZoneBannerSlot_option__JLJZq {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  align-items: center;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  width: 100%;
  padding: 0.2rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.35);
  color: #e8d9b0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  cursor: pointer;
  text-align: left;
}

.ZoneBannerSlot_option__JLJZq img {
  display: block;
  width: 4.5rem;
  height: 1.85rem;
  object-fit: cover;
  border: 1px solid var(--brass-dim);
}

.ZoneBannerSlot_option__JLJZq:hover {
  border-color: var(--brass);
  color: #f0ead8;
}

.ZoneBannerSlot_option__JLJZq:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.ZoneBannerSlot_optionSelected__30zJe {
  border-color: var(--brass-bright);
  box-shadow: inset 0 0 0 1px rgba(245, 215, 139, 0.28);
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ZoneAdminPanel.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.ZoneAdminPanel_panel__GLA3z {
  border-top: 1px solid var(--line);
  padding-top: 0.45rem;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: 0.75rem;
}

.ZoneAdminPanel_embedded__NaQ67 {
  border-top: 0;
  padding-top: 0;
}

.ZoneAdminPanel_subheading__jc0Lw {
  margin: 0 0 0.45rem;
  color: var(--brass);
  font-family: var(--font-brand);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ZoneAdminPanel_panel__GLA3z summary {
  color: var(--brass);
  cursor: pointer;
  font-family: var(--font-brand);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ZoneAdminPanel_panel__GLA3z summary:focus-visible,
.ZoneAdminPanel_panel__GLA3z button:focus-visible,
.ZoneAdminPanel_panel__GLA3z input:focus-visible,
.ZoneAdminPanel_panel__GLA3z select:focus-visible {
  outline: 2px solid var(--brass-bright);
  outline-offset: 2px;
}

.ZoneAdminPanel_content__mLX4r {
  display: grid;
  grid-gap: 0.55rem;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.ZoneAdminPanel_createForm__kH3p_ {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0.35rem;
  gap: 0.35rem;
}

.ZoneAdminPanel_createForm__kH3p_ label {
  align-self: end;
  color: var(--muted);
  font-size: 0.68rem;
}

.ZoneAdminPanel_panel__GLA3z input,
.ZoneAdminPanel_panel__GLA3z select,
.ZoneAdminPanel_panel__GLA3z button {
  min-width: 0;
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  background: #080a0d;
  color: var(--ink);
  font: inherit;
}

.ZoneAdminPanel_panel__GLA3z input,
.ZoneAdminPanel_panel__GLA3z select {
  padding: 0.42rem;
}

.ZoneAdminPanel_panel__GLA3z button {
  padding: 0.42rem 0.5rem;
  cursor: pointer;
  color: var(--brass-bright);
}

.ZoneAdminPanel_panel__GLA3z button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.ZoneAdminPanel_zoneList__coC_6 {
  display: grid;
  grid-gap: 0.35rem;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ZoneAdminPanel_zoneRow__eaFXW {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-gap: 0.3rem;
  gap: 0.3rem;
}

.ZoneAdminPanel_zoneRow__eaFXW input {
  grid-column: 1 / -1;
}

.ZoneAdminPanel_archive__zTe4g {
  color: #ef9b8f !important;
}

.ZoneAdminPanel_protected__FNIkA {
  align-self: center;
  padding: 0 0.2rem;
  color: var(--muted);
  text-align: right;
}

.ZoneAdminPanel_confirm__8xQWG {
  display: flex;
  gap: 0.25rem;
}

.ZoneAdminPanel_error__Iv_Xl,
.ZoneAdminPanel_notice__rzaOh {
  margin: 0;
  line-height: 1.35;
}

.ZoneAdminPanel_error__Iv_Xl {
  color: #ef9b8f;
}

.ZoneAdminPanel_notice__rzaOh {
  color: #9bd9a6;
}

.ZoneAdminPanel_srOnly__wTX05 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/lib/chat-markdown.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.chat-markdown_spoiler__dOGhw {
  display: inline;
  margin: 0 0.08em;
  padding: 0.02em 0.22em;
  border: 1px solid rgba(201, 168, 110, 0.45);
  border-radius: 2px;
  background: #070809;
  color: transparent;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  text-shadow: none;
}

.chat-markdown_spoiler__dOGhw:hover,
.chat-markdown_spoiler__dOGhw:focus-visible {
  border-color: #c9a86e;
}

.chat-markdown_revealed__IIlHL {
  background: rgba(201, 168, 110, 0.08);
  color: inherit;
}

@media (prefers-reduced-motion: no-preference) {
  .chat-markdown_spoiler__dOGhw {
    transition:
      color 120ms ease,
      background-color 120ms ease,
      border-color 120ms ease;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/AppShell.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/* Classic EQ Station + Velious chrome */

.AppShell_eqFrame__lCiAp {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  box-shadow: var(--frame-glow), var(--shadow);
  background: var(--panel);
  position: relative;
}

.AppShell_eqFrame__lCiAp::before,
.AppShell_eqFrame__lCiAp::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--brass);
  pointer-events: none;
}

.AppShell_eqFrame__lCiAp::before {
  top: 6px;
  left: 6px;
  border-right: 0;
  border-bottom: 0;
}

.AppShell_eqFrame__lCiAp::after {
  top: 6px;
  right: 6px;
  border-left: 0;
  border-bottom: 0;
}

.AppShell_eqCorners__WWadw {
  position: relative;
}

.AppShell_eqCorners__WWadw::before,
.AppShell_eqCorners__WWadw::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--brass);
  pointer-events: none;
  bottom: 6px;
}

.AppShell_eqCorners__WWadw::before {
  left: 6px;
  border-right: 0;
  border-top: 0;
}

.AppShell_eqCorners__WWadw::after {
  right: 6px;
  border-left: 0;
  border-top: 0;
}

.AppShell_gate__J6On2 {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background:
    radial-gradient(ellipse 60% 50% at 20% 50%, rgba(30, 70, 90, 0.35), transparent 60%),
    linear-gradient(180deg, #101217, #070809);
  position: relative;
}

/* Exact mockup login — art plate + interactive field overlays */
.AppShell_stationExact__A_2tx {
  position: relative;
  width: min(1100px, 96vw);
  line-height: 0;
  box-shadow: var(--shadow);
}

.AppShell_stationArt__cj5Lx {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AppShell_stationForm__qxJCy {
  position: absolute;
  inset: 0;
  margin: 0;
}

.AppShell_stationUser__axzga,
.AppShell_stationPass__rbFYd,
.AppShell_stationLogin__0BloH {
  position: absolute;
  box-sizing: border-box;
  outline: none;
}

/* Transparent hit-targets sized to the rectangular art fields */
.AppShell_stationUser__axzga,
.AppShell_stationPass__rbFYd {
  left: 59.1%;
  width: 28.6%;
  border: 0;
  border-radius: 5px;
  background: transparent;
  padding: 0 0.9rem;
  text-align: left;
  font-family: var(--font-brand);
  font-size: clamp(0.95rem, 1.7vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #c9a86e;
  caret-color: #f5d78b;
  text-shadow:
    0 1px 0 #3a2e12,
    0 0 12px rgba(245, 215, 139, 0.28);
}

.AppShell_stationUser__axzga {
  top: 43.85%;
  height: 7.91%;
}

.AppShell_stationPass__rbFYd {
  top: 60.35%;
  height: 8.2%;
}

.AppShell_stationUser__axzga::placeholder,
.AppShell_stationPass__rbFYd::placeholder {
  color: rgba(201, 168, 110, 0.45);
  text-shadow: none;
}

.AppShell_stationUser__axzga:focus,
.AppShell_stationPass__rbFYd:focus {
  box-shadow: inset 0 0 0 1px rgba(245, 215, 139, 0.35);
}

/* LOGIN — art plate; hover only recolors the baked LOGIN letters to gold */
.AppShell_stationLogin__0BloH {
  left: 62.1%;
  width: 22.7%;
  top: 75.2%;
  height: 8.5%;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent url("/theme/login-btn.png") center / 100% 100% no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
}

.AppShell_stationLogin__0BloH:hover:not(:disabled) {
  background-image: url("/theme/login-btn-hover.png");
}

.AppShell_stationLogin__0BloH:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.AppShell_stationLogin__0BloH:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 3px;
}

.AppShell_stationError__Lyigw {
  position: absolute;
  left: 58.5%;
  width: 30%;
  top: 68.5%;
  z-index: 2;
  margin: 0;
  padding: 0.15rem 0.35rem;
  text-align: center;
  color: #e08070;
  font-family: var(--font-ui);
  font-size: clamp(0.68rem, 1.15vw, 0.82rem);
  /* Parent .stationExact sets line-height: 0 for art overlays — restore for text */
  line-height: 1.25;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
  max-height: 5%;
  pointer-events: none;
}

.AppShell_stationRemember__EM23B {
  position: absolute;
  left: 59.1%;
  top: 71.15%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.15rem 0.1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.2;
}

.AppShell_stationRememberInput__mCckk {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.AppShell_stationRememberBox__tOIgM {
  flex: 0 0 auto;
  width: clamp(0.85rem, 1.4vw, 1.05rem);
  height: clamp(0.85rem, 1.4vw, 1.05rem);
  box-sizing: border-box;
  border: 1px solid #9a7a3e;
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(40, 32, 18, 0.92), rgba(12, 10, 8, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(245, 215, 139, 0.18),
    0 0 0 1px rgba(0, 0, 0, 0.45);
}

.AppShell_stationRememberInput__mCckk:checked + .AppShell_stationRememberBox__tOIgM {
  border-color: #f5d78b;
  background:
    linear-gradient(180deg, rgba(90, 68, 28, 0.95), rgba(28, 22, 12, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(245, 215, 139, 0.35),
    0 0 10px rgba(245, 215, 139, 0.22);
}

.AppShell_stationRememberInput__mCckk:checked + .AppShell_stationRememberBox__tOIgM::after {
  content: "";
  display: block;
  width: 55%;
  height: 28%;
  margin: 28% auto 0;
  border-left: 2px solid #f5d78b;
  border-bottom: 2px solid #f5d78b;
  transform: rotate(-45deg);
}

.AppShell_stationRememberInput__mCckk:focus-visible + .AppShell_stationRememberBox__tOIgM {
  outline: 2px solid #f5d78b;
  outline-offset: 2px;
}

.AppShell_stationRememberText__9iMN1 {
  font-family: var(--font-brand);
  font-size: clamp(0.72rem, 1.25vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c9a86e;
  text-shadow:
    0 1px 0 #3a2e12,
    0 0 10px rgba(245, 215, 139, 0.22);
}

.AppShell_stationRemember__EM23B:hover .AppShell_stationRememberBox__tOIgM {
  border-color: #c9a86e;
}

.AppShell_stationRemember__EM23B:hover .AppShell_stationRememberText__9iMN1 {
  color: #f5d78b;
}

.AppShell_station__2O94b {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-gap: 0;
  gap: 0;
  overflow: hidden;
  min-height: min(560px, 86vh);
}

.AppShell_hero__MwTVC {
  position: relative;
  background: #050607 url("/theme/login-hero.png") left center / cover no-repeat;
  min-height: 320px;
}

.AppShell_heroScrim__Yvhwz {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 6, 7, 0.05), rgba(5, 6, 7, 0.65));
}

.AppShell_loginPane__I2GvY {
  padding: 2rem 1.75rem;
  display: grid;
  align-content: center;
  grid-gap: 1rem;
  gap: 1rem;
}

.AppShell_brandMark__J3PgP {
  justify-self: center;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: #000;
  image-rendering: auto;
  border: 1px solid var(--line);
}

.AppShell_loginPane__I2GvY h1 {
  margin: 0;
  text-align: center;
  font-family: var(--font-brand);
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: 0.08em;
  color: var(--brass-bright);
  text-shadow: 0 2px 0 #3a2e12, 0 0 24px rgba(224, 192, 120, 0.25);
}

.AppShell_authForm__brn_M {
  display: grid;
  grid-gap: 0.85rem;
  gap: 0.85rem;
}

.AppShell_authForm__brn_M label {
  display: grid;
  grid-gap: 0.35rem;
  gap: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ddd4c0;
  text-align: center;
}

.AppShell_authForm__brn_M input,
.AppShell_composer__EcPB_ textarea {
  border: 1px solid var(--brass-dim);
  border-radius: 8px;
  padding: 0.7rem 0.85rem;
  background: #050607;
  color: var(--ink);
}

.AppShell_tabs__jIjmK {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.4rem;
  gap: 0.4rem;
}

.AppShell_tab__2Qkyo {
  border: 1px solid var(--brass-dim);
  background: #101218;
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.AppShell_tabActive__pn4bY {
  color: var(--ink);
  border-color: var(--brass-bright);
  background: #1a1d24;
}

.AppShell_primary__XqOnf,
.AppShell_range__n5WVD,
.AppShell_secondary__eCepb {
  border: 1px solid var(--brass);
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: linear-gradient(180deg, #2a2e38, #12151b);
  color: #fff8e8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.AppShell_primary__XqOnf:hover,
.AppShell_range__n5WVD:hover,
.AppShell_secondary__eCepb:hover {
  border-color: var(--brass-bright);
  color: var(--brass-bright);
}

.AppShell_primary__XqOnf:disabled,
.AppShell_secondary__eCepb:disabled,
.AppShell_range__n5WVD:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.AppShell_error__l_V_7 {
  margin: 0;
  color: #e08070;
  font-size: 0.9rem;
  text-align: center;
}

.AppShell_lede__0i2m7 {
  margin: 0;
  text-align: center;
  color: var(--muted);
  line-height: 1.5;
}

.AppShell_shell__YCowG {
  height: 100dvh;
  max-height: 100dvh;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 340px 1fr;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  padding: 0.65rem;
  /* Heathered charcoal — sampled avg #101114 */
  background-color: #101114;
  background-image: url("/theme/ui-heather.png");
  background-size: 169px 310px;
  background-repeat: repeat;
}

.AppShell_rail__9U3vi,
.AppShell_stage__h5zbK {
  background-color: #101114;
  background-image:
    linear-gradient(180deg, rgba(10, 12, 16, 0.28), rgba(7, 8, 12, 0.42)),
    url("/theme/ui-heather.png");
  background-size: auto, 169px 310px;
  background-repeat: no-repeat, repeat;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  box-shadow: var(--frame-glow), inset 0 0 40px rgba(0, 0, 0, 0.35);
  position: relative;
}

/* Ornate corner brackets (all four) */
.AppShell_rail__9U3vi::before,
.AppShell_stage__h5zbK::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px solid transparent;
  border-image: none;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(var(--brass), var(--brass)) top left / 16px 2px no-repeat,
    linear-gradient(var(--brass), var(--brass)) top left / 2px 16px no-repeat,
    linear-gradient(var(--brass), var(--brass)) top right / 16px 2px no-repeat,
    linear-gradient(var(--brass), var(--brass)) top right / 2px 16px no-repeat,
    linear-gradient(var(--brass), var(--brass)) bottom left / 16px 2px no-repeat,
    linear-gradient(var(--brass), var(--brass)) bottom left / 2px 16px no-repeat,
    linear-gradient(var(--brass), var(--brass)) bottom right / 16px 2px no-repeat,
    linear-gradient(var(--brass), var(--brass)) bottom right / 2px 16px no-repeat;
}

.AppShell_rail__9U3vi {
  /* Clear ornate corner brackets (inset 7px + 16px flourishes) */
  padding: 1.1rem 1.1rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 0;
  max-height: none;
  align-self: stretch;
  /* Popovers (status / music) open above the user bar */
  overflow: visible;
}

.AppShell_railHead__ADiiV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}

.AppShell_workshopsTitle__Un0M4 {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 1.2rem;
  color: var(--brass-bright);
  letter-spacing: 0.04em;
  font-weight: 700;
}

.AppShell_railScroll__Y7bPc {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding-right: 0.15rem;
}

.AppShell_nav__nv2Pu {
  display: grid;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  align-content: start;
  flex: 0 0 auto;
}

.AppShell_channelSection__93vwE {
  display: grid;
  grid-gap: 0.3rem;
  gap: 0.3rem;
}

.AppShell_sectionHeader__my4jf {
  margin: 0;
  color: var(--brass);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.AppShell_sectionEmpty__BWpt3,
.AppShell_rosterDelayed__MxLa_ {
  margin: 0;
  padding: 0.1rem 0.55rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.AppShell_channelList__cBRMa,
.AppShell_voiceRoster__fm2QV {
  margin: 0;
  padding: 0;
  list-style: none;
}

.AppShell_channelList__cBRMa {
  display: grid;
  grid-gap: 0.18rem;
  gap: 0.18rem;
}

.AppShell_channelItem___z15B {
  min-width: 0;
}

.AppShell_channel__xmNxI {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
  padding: 0.55rem 0.6rem;
  border-radius: 2px;
  cursor: pointer;
  color: var(--ink);
  font-family: var(--font-ui);
  width: 100%;
  min-width: 0;
}

.AppShell_channelCrest__0caIP {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 40%, var(--brass-bright) 0 28%, transparent 30%),
    conic-gradient(from 210deg, var(--brass), #6a5428, var(--brass-bright), var(--brass));
  -webkit-clip-path: polygon(50% 0%, 80% 35%, 100% 100%, 50% 78%, 0% 100%, 20% 35%);
          clip-path: polygon(50% 0%, 80% 35%, 100% 100%, 50% 78%, 0% 100%, 20% 35%);
}

.AppShell_channelName__Pc1ab {
  min-width: 0;
  overflow: hidden;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.AppShell_channelActive__c00aa {
  border-color: var(--brass);
  background: rgba(196, 163, 90, 0.07);
}

.AppShell_channelActive__c00aa .AppShell_channelCrest__0caIP {
  opacity: 1;
}

.AppShell_channelCrestVoice__Bjl_z {
  opacity: 0.55;
  background:
    radial-gradient(circle at 50% 50%, #6ec8e0 0 35%, transparent 38%),
    conic-gradient(from 180deg, #3a7a8a, #8ad4e8, #3a7a8a);
  -webkit-clip-path: circle(45% at 50% 50%);
          clip-path: circle(45% at 50% 50%);
}

.AppShell_channelActive__c00aa .AppShell_channelCrestVoice__Bjl_z {
  opacity: 1;
}

.AppShell_unreadGlow__JB34I .AppShell_channelName__Pc1ab {
  color: #fff7df;
  font-weight: 800;
  text-shadow: 0 0 9px rgba(224, 192, 120, 0.6);
  transition:
    color 140ms ease,
    text-shadow 140ms ease;
}

.AppShell_unreadGlow__JB34I .AppShell_channelCrest__0caIP {
  opacity: 0.82;
  filter: drop-shadow(0 0 4px rgba(224, 192, 120, 0.7));
}

.AppShell_mentionBadge__4_b0l {
  min-width: 1.3rem;
  margin-left: auto;
  padding: 0.12rem 0.34rem;
  border: 1px solid #ffb1a5;
  border-radius: 999px;
  background: #9f2f2f;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.AppShell_voiceRoster__fm2QV {
  display: grid;
  grid-gap: 0.15rem;
  gap: 0.15rem;
  padding: 0.12rem 0.35rem 0.3rem 2.15rem;
}

.AppShell_voiceRoster__fm2QV li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  overflow: hidden;
  color: #c7c4bb;
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition:
    opacity 120ms ease,
    transform 120ms ease;
}

.AppShell_voicePresence__gt0Pi {
  width: 0.46rem;
  height: 0.46rem;
  flex: 0 0 auto;
  border: 1px solid #b9f6c4;
  border-radius: 50%;
  background: #4fbd68;
  box-shadow: 0 0 5px rgba(79, 189, 104, 0.55);
}

.AppShell_rosterDelayed__MxLa_ {
  color: #e6c781;
}

.AppShell_quickSwitcherOpen__TNrAl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 0.42rem 0.55rem;
  background: rgba(0, 0, 0, 0.25);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.73rem;
}

.AppShell_quickSwitcherOpen__TNrAl:hover {
  border-color: var(--brass);
  color: var(--ink);
}

.AppShell_channel__xmNxI:focus-visible,
.AppShell_quickSwitcherOpen__TNrAl:focus-visible,
.AppShell_jumpLatest__9t8eT:focus-visible,
.AppShell_quickSwitcher__bD4Bf > input:focus-visible {
  outline: 2px solid var(--brass-bright);
  outline-offset: 2px;
}

.AppShell_quickSwitcherOpen__TNrAl kbd {
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  padding: 0.08rem 0.25rem;
  color: var(--brass);
  font: inherit;
  font-size: 0.64rem;
}

.AppShell_dmBox__1Ai8R {
  display: grid;
  grid-gap: 0.4rem;
  gap: 0.4rem;
}

.AppShell_dmBox__1Ai8R .AppShell_eqBtn__1N955 {
  display: flex;
  align-items: center;
  gap: 0.48rem;
}

.AppShell_inviteCode__hNJsr {
  margin: 0;
  font-size: 0.72rem;
  color: var(--muted);
  word-break: break-all;
}

.AppShell_inviteCode__hNJsr a {
  color: var(--brass-bright);
}

.AppShell_profileBlock__7BrKy {
  margin-top: auto;
  display: grid;
  grid-gap: 0.45rem;
  gap: 0.45rem;
}

.AppShell_userBar__96IOl {
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  padding: 0.6rem 0.55rem 0.55rem;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(18, 22, 28, 0.72), rgba(0, 0, 0, 0.55));
  box-shadow:
    inset 0 0 0 1px rgba(196, 163, 90, 0.18),
    inset 0 1px 0 rgba(200, 161, 78, 0.08);
  /* Status popover must clear tools / effect buff */
  isolation: isolate;
}

.AppShell_userBarHero__gA1t0 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
  width: 100%;
  min-width: 0;
}

.AppShell_userBarPortraitRow__PL6_z {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.55rem;
  width: 100%;
  min-width: 0;
}

.AppShell_userBarIdentity__qBBlC {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
  border-radius: 2px;
}

.AppShell_userBarStatusDot__QyTcH {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}

.AppShell_userBarIdentity__qBBlC:hover {
  background: rgba(196, 163, 90, 0.08);
}

.AppShell_userBarIdentity__qBBlC:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.AppShell_userBarPortraits__RrtY3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  flex: 0 0 auto;
  min-width: 0;
  box-sizing: border-box;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.42);
}

.AppShell_userBarAvatar__RQVru,
.AppShell_userBarAvatarEmpty__lOmrH {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  border-radius: 2px;
  border: 1px solid var(--brass);
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(245, 215, 139, 0.15);
}

.AppShell_userBarAvatar__RQVru {
  object-fit: cover;
}

.AppShell_userBarAvatarEmpty__lOmrH {
  display: grid;
  place-items: center;
  color: var(--brass);
  font-family: var(--font-brand);
  font-size: 1.45rem;
}

/*
  Classic EQ class icons are tall strips (~71×177) with chrome baked into the GIF.
  Portrait is a square photo. They look "weird" when heights differ or one gets a
  CSS letterbox. Keep the SAME outer height; let class width follow aspect ratio.
*/
.AppShell_userBarClass__ftcFM {
  flex: 0 0 auto;
  height: 84px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
  object-position: center center;
  image-rendering: pixelated;
  /* No extra CSS border — the GIF already has its own frame */
  border: 0;
  background: transparent;
  filter: none;
}

.AppShell_userBarMetaRow__Q0oYT {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  min-width: 0;
}

.AppShell_userBarMeta__7aNc2 {
  min-width: 0;
  flex: 1 1 auto;
  display: grid;
  grid-gap: 0.08rem;
  gap: 0.08rem;
  padding: 0.1rem 0.15rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
  border-radius: 2px;
}

.AppShell_userBarMeta__7aNc2:hover {
  background: rgba(196, 163, 90, 0.08);
}

.AppShell_userBarMeta__7aNc2:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.AppShell_userBarMeta__7aNc2 strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-brand);
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  color: var(--brass-bright);
}

.AppShell_userBarMeta__7aNc2 small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.8rem;
}

.AppShell_userBarEffect__xndnZ {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.AppShell_userBarTools__QHA0Y {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  grid-gap: 0.28rem;
  gap: 0.28rem;
  flex-shrink: 0;
  width: 100%;
}

.AppShell_toolBtn__K0GCt {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 2.4rem;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  cursor: pointer;
  color: var(--btn-gold);
  background: linear-gradient(
    180deg,
    var(--btn-face-top) 0%,
    var(--btn-face) 45%,
    var(--btn-face-bottom) 100%
  );
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    inset 0 1px 0 rgba(200, 161, 78, 0.12);
}

.AppShell_toolBtn__K0GCt:hover {
  color: #e0c878;
  border-color: var(--btn-border);
}

.AppShell_toolBtn__K0GCt:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.AppShell_toolBtn__K0GCt svg,
.AppShell_toolBtn__K0GCt img {
  display: block;
  width: 18px;
  height: 18px;
}

.AppShell_charmToolBtn__Lmv_o {
  padding: 0;
}

.AppShell_userBarTools__QHA0Y .wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.AppShell_userBarTools__QHA0Y .wrap > button {
  width: 100%;
  height: 2.4rem;
}

.AppShell_userBarTools__QHA0Y button[data-music-on="true"] {
  color: #e0c878;
  box-shadow:
    inset 0 0 0 1px rgba(245, 215, 139, 0.35),
    inset 0 1px 0 rgba(200, 161, 78, 0.16);
}

.AppShell_userBarTools__QHA0Y .AppShell_charmCallIcon__TX2g0 {
  width: 18px;
  height: 18px;
}

.AppShell_presenceControls__2d1pJ {
  display: grid;
  grid-gap: 0.38rem;
  gap: 0.38rem;
  padding: 0.5rem;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.22);
}

.AppShell_presenceControls__2d1pJ label {
  display: grid;
  grid-gap: 0.2rem;
  gap: 0.2rem;
  color: var(--muted);
  font-size: 0.66rem;
}

.AppShell_presenceControls__2d1pJ select,
.AppShell_presenceControls__2d1pJ input {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.38rem 0.42rem;
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  background: #07090b;
  color: var(--ink);
  font: inherit;
}

.AppShell_presenceActions__Ujsmr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.35rem;
  gap: 0.35rem;
}

.AppShell_presenceActions__Ujsmr .AppShell_eqBtn__1N955 {
  padding-inline: 0.35rem;
}

.AppShell_user__0qgLy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.28);
}

.AppShell_userRow__4HvH_ {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-width: 0;
  width: 100%;
}

.AppShell_userMeta__LBA_M {
  flex: 0 1 auto;
  min-width: 0;
  display: grid;
  grid-gap: 0.1rem;
  gap: 0.1rem;
}

.AppShell_classIconRail__vw2H3 {
  margin-left: auto;
  height: 80px;
  width: auto;
  min-width: 72px;
  max-width: 110px;
  flex: 1 1 72px;
  object-fit: contain;
  object-position: right center;
  image-rendering: pixelated;
}

.AppShell_avatar__e1yn9 {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #000;
  object-fit: cover;
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.AppShell_avatarPlaceholder__JS2lD {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px dashed var(--brass-dim);
  background: #0a0b0d;
  color: var(--brass);
  cursor: pointer;
  font-family: var(--font-brand);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.AppShell_user__0qgLy strong {
  display: block;
  color: var(--brass-bright);
  font-family: var(--font-ui);
  font-size: 0.95rem;
}

.AppShell_user__0qgLy span {
  color: var(--muted);
  font-size: 0.72rem;
}

.AppShell_effectsPill__Y0_IB {
  display: none;
}

.AppShell_effectsLabel___sqis {
  color: var(--btn-gold);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-brand);
  font-weight: 700;
  text-shadow: 0 1px 0 #1a1408;
}

.AppShell_buffRow__yNDJe {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.AppShell_charmRailSlot__m6Ex_ {
  flex: 0 1 auto;
  min-height: 0;
  max-height: min(38vh, 320px);
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.AppShell_railActions__OuATp {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.AppShell_railActions__OuATp > * {
  flex: 1 1;
  min-width: 0;
}

.AppShell_classIconInline__zyBe7 {
  display: inline-block;
  vertical-align: -2px;
  width: 18px;
  height: 18px;
  object-fit: contain;
  image-rendering: pixelated;
}

.AppShell_eqIconBtn__Am4cV {
  display: grid;
  place-items: center;
  min-height: 2.35rem;
  padding: 0.45rem;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
}

.AppShell_eqIconBtn__Am4cV svg {
  display: block;
}

.AppShell_charmCallBtn__8Zadi {
  padding: 0.35rem;
}

.AppShell_charmCallIcon__TX2g0 {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  image-rendering: auto;
  filter: drop-shadow(0 0 4px rgba(245, 215, 139, 0.45));
}

.AppShell_charmCallBtn__8Zadi:hover:not(:disabled) .AppShell_charmCallIcon__TX2g0 {
  filter: drop-shadow(0 0 7px rgba(245, 215, 139, 0.55));
}

/* Post-login EQ buttons — sampled from Settings/Leave Channel art */
.AppShell_eqBtn__1N955 {
  position: relative;
  border: 1px solid var(--btn-border-dark);
  border-radius: 0;
  padding: 0.55rem 0.55rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  background:
    linear-gradient(var(--btn-gold), var(--btn-gold)) top left / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) top right / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) bottom left / 4px 4px no-repeat,
    linear-gradient(var(--btn-gold), var(--btn-gold)) bottom right / 4px 4px no-repeat,
    linear-gradient(
      180deg,
      var(--btn-face-top) 0%,
      var(--btn-face) 45%,
      var(--btn-face-bottom) 100%
    );
  color: var(--btn-gold);
  font-family: var(--font-brand);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  box-shadow:
    inset 0 0 0 1px var(--btn-border),
    inset 0 1px 0 rgba(200, 161, 78, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.55);
  text-shadow: 0 1px 0 #1a1408;
}

.AppShell_eqBtn__1N955:hover:not(:disabled) {
  color: #e0c878;
  border-color: var(--btn-border);
  background:
    linear-gradient(#e0c878, #e0c878) top left / 4px 4px no-repeat,
    linear-gradient(#e0c878, #e0c878) top right / 4px 4px no-repeat,
    linear-gradient(#e0c878, #e0c878) bottom left / 4px 4px no-repeat,
    linear-gradient(#e0c878, #e0c878) bottom right / 4px 4px no-repeat,
    linear-gradient(180deg, #162830 0%, #0e1c22 45%, #08151a 100%);
}

.AppShell_eqBtn__1N955:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.AppShell_stage__h5zbK {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  min-height: 0;
  max-height: none;
  align-self: stretch;
  overflow: hidden;
}

.AppShell_stageChatColumn__AEoWr {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.AppShell_charmMediaHost__FloyW {
  display: none;
  min-height: 0;
  min-width: 0;
  overflow: auto;
  background: radial-gradient(circle at center, #1a2220 0%, #0c0f11 70%);
  border-right: 1px solid var(--line);
}

.AppShell_charmMediaHost__FloyW:not([hidden]) {
  display: flex;
  flex-direction: column;
}

.AppShell_stageMediaSplit__8OfQe {
  grid-template-columns: minmax(0, 7fr) minmax(240px, 3fr);
  grid-template-rows: minmax(0, 1fr);
}

.AppShell_stageMediaSplit__8OfQe .AppShell_charmMediaHost__FloyW:not([hidden]) {
  grid-column: 1;
  grid-row: 1;
}

.AppShell_stageMediaSplit__8OfQe .AppShell_stageChatColumn__AEoWr {
  grid-column: 2;
  grid-row: 1;
  border-left: 1px solid rgba(200, 161, 78, 0.22);
}

.AppShell_stageHead__GpB9r {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
  padding: 1.15rem 1.4rem 0.85rem;
  border-bottom: 1px solid var(--line);
}

.AppShell_stageHead__GpB9r h2 {
  margin: 0;
  justify-self: center;
  grid-column: 1 / -1;
  grid-row: 1;
  font-family: var(--font-brand);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  color: var(--brass-bright);
  letter-spacing: 0.05em;
  text-shadow: 0 0 18px rgba(224, 192, 120, 0.25);
  pointer-events: none;
}

.AppShell_stageHead__GpB9r .AppShell_eqBtn__1N955 {
  grid-column: 2;
  grid-row: 1;
  z-index: 1;
}

.AppShell_messageViewport___2kaB {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.AppShell_messages__unSzF {
  height: 100%;
  box-sizing: border-box;
  padding: 1rem 1.35rem 1.25rem;
  overflow: auto;
  align-content: start;
  background-color: #101114;
  background-image:
    linear-gradient(180deg, rgba(8, 9, 12, 0.35), rgba(8, 9, 12, 0.5)),
    url("/theme/ui-heather.png");
  background-size: auto, 169px 310px;
  background-position: center, 0 0;
  background-repeat: no-repeat, repeat;
}

.AppShell_channelTransition__mt0_T {
  animation: AppShell_channelFade__iLJNY 0.16s ease-out;
}

@keyframes AppShell_channelFade__iLJNY {
  from {
    opacity: 0.35;
  }

  to {
    opacity: 1;
  }
}

.AppShell_jumpLatest__9t8eT {
  position: absolute;
  right: 1.1rem;
  bottom: 0.85rem;
  z-index: 3;
  border: 1px solid var(--brass-bright);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: rgba(12, 16, 20, 0.96);
  color: var(--brass-bright);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  box-shadow: 0 0 14px rgba(224, 192, 120, 0.2);
}

.AppShell_jumpLatest__9t8eT:hover {
  background: #182027;
}

.AppShell_unreadDivider__rbRGM {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.8rem 0;
  color: #ffb1a5;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.AppShell_unreadDivider__rbRGM::before,
.AppShell_unreadDivider__rbRGM::after {
  content: "";
  height: 1px;
  flex: 1 1;
  background: linear-gradient(90deg, transparent, #b84a44);
}

.AppShell_unreadDivider__rbRGM::after {
  background: linear-gradient(90deg, #b84a44, transparent);
}

.AppShell_dateRule__i_Dt8 {
  position: -webkit-sticky;
  position: sticky;
  top: -0.45rem;
  z-index: 2;
  display: grid;
  place-items: center;
  margin: 0.85rem 0 0.65rem;
  padding: 0.18rem 0;
  background: rgba(16, 17, 20, 0.92);
  color: var(--brass);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.AppShell_dateRule__i_Dt8 span {
  display: block;
  padding: 0 0.75rem;
  border-top: 1px solid rgba(196, 163, 90, 0.35);
  border-bottom: 1px solid rgba(196, 163, 90, 0.35);
  line-height: 1.7;
}

.AppShell_logLine__HtXYp {
  margin: 0 0 0.45rem;
  line-height: 1.55;
  color: #f0ead8;
  font-family: var(--font-ui);
  font-size: 0.95rem;
}

.AppShell_messageRow__X81aw {
  position: relative;
  border-radius: 2px;
  padding: 0.08rem 2.1rem 0.08rem 0;
}

.AppShell_messageRow__X81aw:focus {
  outline: 2px solid var(--brass-bright);
  outline-offset: 2px;
}

.AppShell_messageRow__X81aw:hover {
  background: rgba(255, 255, 255, 0.018);
}

.AppShell_messageGrouped__5B7OW {
  margin-top: -0.22rem;
}

.AppShell_logLineGrouped__DdE7O {
  padding-left: 1rem;
}

.AppShell_messageFailed__9moDO {
  background: rgba(113, 35, 29, 0.18);
}

.AppShell_messageInsert__xxGCt {
  animation: AppShell_messageFade__zp1AP 180ms ease-out;
}

@keyframes AppShell_messageFade__zp1AP {
  from {
    opacity: 0;
    transform: translateY(3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.AppShell_logTime__9J7Ik {
  color: #d8d0c0;
}

.AppShell_logAuthor__u_zND {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  padding: 0 0.1rem;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  vertical-align: baseline;
}

.AppShell_logAuthor__u_zND:hover .AppShell_logName__SoqT8 {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.AppShell_logAuthor__u_zND:focus-visible {
  outline: 2px solid #f5d78b;
  outline-offset: 2px;
}

.AppShell_logAvatar__Hsvxd,
.AppShell_logAvatarEmpty__WQSpa {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgba(201, 168, 110, 0.45);
  flex-shrink: 0;
  vertical-align: middle;
}

.AppShell_logAvatar__Hsvxd {
  object-fit: cover;
  background: #000;
}

.AppShell_logAvatarEmpty__WQSpa {
  display: inline-grid;
  place-items: center;
  background: #0a0b0d;
  color: var(--brass);
  font-family: var(--font-brand);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
}

.AppShell_logName__SoqT8 {
  font-weight: 700;
}

.AppShell_logVerb__XxGPF {
  color: #d8d0c0;
}

.AppShell_logBody__nGsVk {
  color: #f5f0e4;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.AppShell_editedLabel__05NN2,
.AppShell_deliveryState__PfG9Y,
.AppShell_sensitiveLabel__Qi4G8 {
  color: var(--muted);
  font-size: 0.72rem;
}

.AppShell_sensitiveReveal__9DbWD {
  border: 1px dashed var(--brass-dim);
  border-radius: 2px;
  padding: 0.2rem 0.45rem;
  background: rgba(0, 0, 0, 0.35);
  color: var(--brass-bright);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
}

.AppShell_sensitiveReveal__9DbWD:hover,
.AppShell_sensitiveReveal__9DbWD:focus-visible {
  border-color: var(--brass);
  color: #fff7df;
  outline: 2px solid #f5d78b;
  outline-offset: 1px;
}

.AppShell_deliveryFailed__AFexI {
  color: #ffaaa0;
  font-size: 0.75rem;
  font-weight: 700;
}

.AppShell_deletedMessage__Jlbaq {
  color: var(--muted);
  font-style: italic;
}

.AppShell_retryMessage__KC2I5,
.AppShell_cancelEdit__xTBge,
.AppShell_removeFile__SN_Wv {
  margin-left: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--brass-bright);
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  text-decoration: underline;
}

.AppShell_retryMessage__KC2I5:disabled {
  cursor: wait;
  opacity: 0.55;
}

.AppShell_pendingAttachment__gv1cx {
  margin: 0 0 0.45rem 1rem;
  color: var(--muted);
  font-size: 0.75rem;
}

/* Classic EQ zone enter — white system line with hard black shadow */
.AppShell_zoneEnter___p9MM {
  margin: 0 0 0.65rem;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
  text-shadow:
    1px 1px 0 #000,
    -1px 0 0 rgba(0, 0, 0, 0.7),
    0 -1px 0 rgba(0, 0, 0, 0.5);
}

.AppShell_composer__EcPB_ {
  display: grid;
  grid-gap: 0.45rem;
  gap: 0.45rem;
  padding: 0.75rem 1.4rem 1.35rem;
  border-top: 1px solid var(--line);
  background-color: rgba(8, 9, 12, 0.55);
  background-image: url("/theme/ui-heather.png");
  background-size: 169px 310px;
  background-repeat: repeat;
  background-blend-mode: multiply;
}

.AppShell_composerLabel__TGcIK {
  color: var(--brass);
  font-size: 0.78rem;
  font-family: var(--font-ui);
}

.AppShell_composerRow__2zJcb {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  align-items: stretch;
}

.AppShell_composer__EcPB_ textarea {
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  padding: 0.65rem 0.75rem;
  background: #050607;
  color: var(--ink);
  resize: vertical;
  min-height: 3.2rem;
  font-family: var(--font-ui);
}

.AppShell_composer__EcPB_ .AppShell_error__l_V_7 {
  margin: 0;
  text-align: left;
}

.AppShell_composer__EcPB_ .AppShell_eqBtn__1N955 {
  padding: 0 1.25rem;
  font-size: 0.85rem;
}

.AppShell_fileRow__YswfL {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.AppShell_dropHint__LJ6Z9 {
  color: var(--muted);
  font-size: 0.72rem;
}

.AppShell_cancelEdit__xTBge {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}

.AppShell_removeFile__SN_Wv {
  margin-left: 0;
}

.AppShell_fileLink__lDd2O {
  display: block;
  margin: 0 0 0.45rem;
  border: 0;
  background: transparent;
  color: var(--brass-bright);
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font: inherit;
  text-align: left;
}

.AppShell_empty__bHg66 {
  color: var(--muted);
  padding: 0.5rem;
}

.AppShell_srOnly__x8SRD {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.AppShell_lightbox__PG1Hk {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 3rem 1rem 1rem;
  background: rgba(2, 3, 4, 0.9);
}

.AppShell_lightbox__PG1Hk img {
  max-width: min(94vw, 90rem);
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid var(--brass);
  box-shadow: var(--shadow);
}

.AppShell_lightboxClose__pkPcR {
  position: fixed;
  top: 0.8rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--brass);
  border-radius: 50%;
  background: #0a0d10;
  color: #fff7df;
  cursor: pointer;
  font-size: 1.55rem;
}

.AppShell_quickSwitcherOverlay__aHVnf {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: start center;
  padding: min(16vh, 8rem) 1rem 1rem;
  background: rgba(3, 4, 6, 0.78);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.AppShell_quickSwitcher__bD4Bf {
  width: min(34rem, 100%);
  max-height: min(34rem, 75vh);
  display: grid;
  grid-gap: 0.65rem;
  gap: 0.65rem;
  overflow: hidden;
  border: 1px solid var(--brass);
  border-radius: 3px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(19, 23, 29, 0.98), rgba(8, 10, 13, 0.99)),
    url("/theme/ui-heather.png");
  color: var(--ink);
  box-shadow: var(--frame-glow), var(--shadow);
}

.AppShell_quickSwitcher__bD4Bf h2 {
  margin: 0;
  color: var(--brass-bright);
  font-family: var(--font-brand);
  font-size: 1.15rem;
}

.AppShell_quickSwitcher__bD4Bf label {
  color: var(--muted);
  font-size: 0.75rem;
}

.AppShell_quickSwitcher__bD4Bf > input {
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  padding: 0.7rem 0.75rem;
  background: #050607;
  color: var(--ink);
  font: inherit;
}

.AppShell_quickSwitcherResults__2pCE7 {
  display: grid;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  min-height: 0;
  overflow-y: auto;
}

.AppShell_quickSwitcherResults__2pCE7 button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0.65rem 0.75rem;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.AppShell_quickSwitcherResults__2pCE7 button:hover,
.AppShell_quickSwitcherResults__2pCE7 button:focus-visible {
  border-color: var(--brass);
  background: rgba(196, 163, 90, 0.08);
  outline: none;
}

.AppShell_quickSwitcherResults__2pCE7 small {
  color: var(--muted);
  text-transform: capitalize;
}

.AppShell_stageHeadRow__HG4kf {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.AppShell_stageTools__NoOg4 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.AppShell_stageTopic__fw2uf {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.AppShell_zoneSearch__mswKK {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.AppShell_zoneSearch__mswKK input {
  min-width: 10rem;
  border: 1px solid var(--btn-border-dark);
  background: rgba(0, 0, 0, 0.25);
  color: var(--ink);
  padding: 0.35rem 0.5rem;
  font-family: var(--font-ui);
}

.AppShell_pinsPanel__hUvv8,
.AppShell_searchPanel__fqdiH {
  margin-top: 0.65rem;
  border: 1px solid var(--btn-border-dark);
  background: rgba(0, 0, 0, 0.22);
  padding: 0.65rem 0.75rem;
}

.AppShell_pinsPanel__hUvv8 ul,
.AppShell_searchPanel__fqdiH ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  grid-gap: 0.35rem;
  gap: 0.35rem;
}

.AppShell_searchPanelHead__uVjCi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.AppShell_pinAction__ovTkD {
  margin-left: 0.55rem;
  border: 0;
  background: transparent;
  color: var(--brass-bright);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  text-decoration: underline;
}

.AppShell_pinAction__ovTkD:hover {
  color: var(--btn-gold);
}

.AppShell_typingLine__IIlFw {
  margin: 0 0 0.35rem;
  color: var(--brass);
  font-size: 0.82rem;
  font-style: italic;
}

.AppShell_srOnly__x8SRD {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .AppShell_stationExact__A_2tx {
    max-height: none;
    width: min(960px, 100%);
  }

  .AppShell_station__2O94b {
    grid-template-columns: 1fr;
  }

  .AppShell_hero__MwTVC {
    min-height: 200px;
  }

  .AppShell_shell__YCowG {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    min-height: 100dvh;
    overflow: visible;
  }

  .AppShell_rail__9U3vi {
    min-height: auto;
    max-height: min(70vh, 36rem);
    overflow: hidden;
  }

  .AppShell_stage__h5zbK {
    min-height: 75vh;
  }

  .AppShell_stageMediaSplit__8OfQe {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(180px, 38vh) minmax(0, 1fr);
  }

  .AppShell_stageMediaSplit__8OfQe .AppShell_charmMediaHost__FloyW:not([hidden]) {
    grid-column: 1;
    grid-row: 1;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .AppShell_stageMediaSplit__8OfQe .AppShell_stageChatColumn__AEoWr {
    grid-column: 1;
    grid-row: 2;
    border-left: none;
  }

  .AppShell_stageHead__GpB9r h2 {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .AppShell_channelTransition__mt0_T,
  .AppShell_messageInsert__xxGCt {
    animation: none;
  }

  .AppShell_messages__unSzF,
  .AppShell_unreadGlow__JB34I .AppShell_channelName__Pc1ab,
  .AppShell_voiceRoster__fm2QV li {
    scroll-behavior: auto;
    transition: none;
  }
}

