/* Luxoria v18.74.0 — Luxury Light Chatroom
   Scoped to the standalone public chatroom window. Loaded after every legacy
   stylesheet so old dark-room rules cannot leak into the Light-only interface. */

html[data-theme="light"] body.chat-window-mode-v1860{
  --chat-page-bg:#f7f2eb;
  --chat-shell-bg:rgba(255,252,247,.965);
  --chat-header-bg:rgba(255,252,247,.94);
  --chat-sidebar-bg:rgba(253,249,243,.94);
  --chat-content-bg:#fdfaf6;
  --chat-card-bg:rgba(255,253,249,.96);
  --chat-input-bg:#fffdf9;
  --chat-text-primary:#4a3022;
  --chat-text-secondary:#77716c;
  --chat-text-muted:#aaa29a;
  --chat-text-light:#c0b8ae;
  --chat-gold:#d5a03e;
  --chat-gold-light:#efd18e;
  --chat-gold-dark:#a9751e;
  --chat-gold-soft:rgba(213,160,62,.10);
  --chat-gold-border:rgba(205,151,50,.46);
  --chat-purple:#a26bef;
  --chat-purple-dark:#8050cc;
  --chat-purple-soft:rgba(162,107,239,.10);
  --chat-teal:#40bcb0;
  --chat-teal-soft:rgba(64,188,176,.09);
  --chat-online:#35b991;
  --chat-border:rgba(173,126,60,.17);
  --chat-border-soft:rgba(130,100,63,.10);
  --chat-divider:rgba(112,88,57,.09);
  --chat-shadow-xs:0 2px 7px rgba(77,49,21,.035);
  --chat-shadow-sm:0 6px 18px rgba(77,49,21,.055);
  --chat-shadow-md:0 12px 32px rgba(77,49,21,.075);
  --chat-shadow-lg:0 24px 70px rgba(71,44,18,.11);
  --chat-radius-xs:10px;
  --chat-radius-sm:14px;
  --chat-radius-md:18px;
  --chat-radius-lg:24px;
  --chat-radius-xl:32px;
  --chat-radius-shell:36px;
  min-height:100dvh!important;
  overflow:hidden!important;
  color:var(--chat-text-primary)!important;
  background:
    radial-gradient(circle at 0% 75%,rgba(205,139,237,.13),transparent 27%),
    radial-gradient(circle at 100% 78%,rgba(80,207,196,.13),transparent 27%),
    radial-gradient(circle at 50% 5%,rgba(227,182,92,.08),transparent 34%),
    linear-gradient(135deg,#f6f0e8 0%,#fbf8f3 48%,#f5efe7 100%)!important;
}

html[data-theme="light"] body.chat-window-mode-v1860 .community-topbar,
html[data-theme="light"] body.chat-window-mode-v1860 .community-sidebar{
  display:none!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .community-app{
  min-height:100dvh!important;
  height:100dvh!important;
  padding:0!important;
  background:transparent!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .community-main{
  width:100%!important;
  min-height:100dvh!important;
  height:100dvh!important;
  padding:32px!important;
  overflow:hidden!important;
  color:var(--chat-text-primary)!important;
  background:transparent!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .community-alert{
  position:fixed!important;
  z-index:650!important;
  top:16px!important;
  left:50%!important;
  width:min(580px,calc(100% - 32px))!important;
  transform:translateX(-50%)!important;
  border-radius:16px!important;
  box-shadow:var(--chat-shadow-md)!important;
}

/* Main shell */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-shell-v1874{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  display:grid!important;
  grid-template-rows:106px minmax(0,1fr)!important;
  gap:0!important;
  overflow:hidden!important;
  isolation:isolate!important;
  border:1px solid var(--chat-gold-border)!important;
  border-radius:var(--chat-radius-shell)!important;
  color:var(--chat-text-primary)!important;
  background:var(--chat-shell-bg)!important;
  box-shadow:
    var(--chat-shadow-lg),
    0 5px 16px rgba(126,85,34,.045),
    inset 0 1px 0 rgba(255,255,255,.96),
    inset 0 0 0 1px rgba(255,255,255,.25)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
  animation:chatroomFadeV1874 .32s ease both;
}

/* Header */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-v1874{
  position:relative!important;
  z-index:90!important;
  min-height:106px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  padding:17px 22px!important;
  border:0!important;
  border-bottom:1px solid rgba(158,117,53,.13)!important;
  border-radius:0!important;
  color:var(--chat-text-primary)!important;
  background:var(--chat-header-bg)!important;
  box-shadow:0 5px 18px rgba(70,45,21,.025)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-identity-v1874{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874{
  position:relative!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(152,112,55,.13)!important;
  border-radius:50%!important;
  color:#543726!important;
  background:rgba(255,253,249,.94)!important;
  box-shadow:
    0 7px 18px rgba(68,43,19,.07),
    inset 0 1px 0 rgba(255,255,255,.95)!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .22s ease,transform .22s ease,opacity .18s ease!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874:hover,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874:focus-visible{
  outline:none!important;
  transform:translateY(-1px)!important;
  border-color:rgba(211,158,55,.32)!important;
  box-shadow:
    0 10px 24px rgba(68,43,19,.09),
    0 0 0 4px rgba(213,160,62,.05),
    inset 0 1px 0 rgba(255,255,255,.95)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874 .lucide-local-icon-v1835,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874 svg{
  width:22px!important;
  height:22px!important;
  display:block!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-room-icon-v1874{
  width:62px!important;
  height:62px!important;
  min-width:62px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border:1px solid rgba(157,100,231,.22)!important;
  border-radius:18px!important;
  color:#8453d1!important;
  background:linear-gradient(145deg,rgba(244,235,255,.98),rgba(225,205,251,.92))!important;
  box-shadow:
    0 8px 22px rgba(135,79,204,.16),
    inset 0 1px 0 rgba(255,255,255,.92)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-room-icon-v1874 img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:17px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-room-icon-v1874 .lucide-local-icon-v1835,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-room-icon-v1874 svg{
  width:30px!important;
  height:30px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874{
  min-width:0!important;
  display:grid!important;
  gap:6px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 h2{
  min-width:0!important;
  margin:0!important;
  overflow:hidden!important;
  color:var(--chat-text-primary)!important;
  font-family:Marcellus,"Playfair Display",serif!important;
  font-size:clamp(26px,2vw,38px)!important;
  font-weight:400!important;
  line-height:1.08!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  margin:0!important;
  overflow:hidden!important;
  color:var(--chat-text-secondary)!important;
  font-size:13px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p>span{
  max-width:360px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p>i{
  width:6px!important;
  height:6px!important;
  flex:0 0 6px!important;
  border-radius:50%!important;
  background:var(--chat-teal)!important;
  box-shadow:0 0 0 3px var(--chat-teal-soft)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p>strong{
  color:var(--chat-text-secondary)!important;
  font-size:13px!important;
  font-weight:600!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p>em{
  color:var(--chat-text-secondary)!important;
  font-size:13px!important;
  font-style:normal!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-tools-v1874{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-button-v1874>i{
  position:absolute!important;
  top:-2px!important;
  right:-1px!important;
  width:10px!important;
  height:10px!important;
  border:2px solid #fffdf9!important;
  border-radius:50%!important;
  background:var(--chat-purple)!important;
  box-shadow:0 0 0 3px rgba(162,107,239,.08)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-close-v1874{
  color:#b35d55!important;
  border-color:rgba(177,87,77,.18)!important;
  background:rgba(255,250,247,.94)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-close-v1874:hover,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-close-v1874:focus-visible{
  color:#a6423a!important;
  border-color:rgba(177,87,77,.34)!important;
  background:#fff6f2!important;
}

/* Header popovers */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874{
  position:absolute!important;
  z-index:180!important;
  top:calc(100% + 12px)!important;
  right:0!important;
  padding:14px!important;
  border:1px solid var(--chat-gold-border)!important;
  border-radius:18px!important;
  color:var(--chat-text-primary)!important;
  background:rgba(255,253,249,.98)!important;
  box-shadow:var(--chat-shadow-md)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874[hidden],
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874[hidden]{display:none!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874{
  width:min(360px,calc(100vw - 32px))!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874 label{
  display:grid!important;
  gap:8px!important;
  color:#6f5a49!important;
  font-size:11px!important;
  font-weight:700!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874 label>span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874 input{
  width:100%!important;
  min-height:46px!important;
  padding:0 13px!important;
  border:1px solid var(--chat-border)!important;
  border-radius:13px!important;
  color:var(--chat-text-primary)!important;
  background:var(--chat-input-bg)!important;
  box-shadow:inset 0 1px 2px rgba(70,49,24,.025)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874 input:focus{
  outline:none!important;
  border-color:rgba(204,151,55,.65)!important;
  box-shadow:0 0 0 3px rgba(215,168,76,.12)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874 small{
  display:block!important;
  margin-top:9px!important;
  color:var(--chat-text-muted)!important;
  font-size:10px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874{
  width:min(330px,calc(100vw - 32px))!important;
  display:grid!important;
  gap:7px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874>header{
  display:grid!important;
  gap:5px!important;
  padding:5px 5px 11px!important;
  border-bottom:1px solid var(--chat-divider)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874>header small{
  color:var(--chat-gold-dark)!important;
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874>header strong{
  color:var(--chat-text-primary)!important;
  font-family:Marcellus,serif!important;
  font-size:20px!important;
  font-weight:400!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874>button,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874>a{
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:0 11px!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  color:#5c4b3f!important;
  background:transparent!important;
  box-shadow:none!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:600!important;
  text-align:left!important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874>button:hover,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874>a:hover{
  border-color:var(--chat-border)!important;
  background:#faf5ee!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874 .lucide-local-icon-v1835,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874 svg{
  width:18px!important;
  height:18px!important;
  color:var(--chat-gold-dark)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-effect-picker-v1874{
  margin:0!important;
  padding:8px!important;
  border:1px solid var(--chat-border)!important;
  border-radius:13px!important;
  background:#fffaf3!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-effect-picker-v1874 label{
  display:grid!important;
  grid-template-columns:auto minmax(110px,1fr)!important;
  align-items:center!important;
  gap:9px!important;
  color:#5c4b3f!important;
  font-size:11px!important;
  font-weight:700!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-effect-picker-v1874 label>span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  white-space:nowrap!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-effect-picker-v1874 select{
  min-height:38px!important;
  padding:6px 30px 6px 10px!important;
  border:1px solid var(--chat-border)!important;
  border-radius:10px!important;
  color:#6e4a11!important;
  background:#fffdf9!important;
  font-size:11px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-info-v1874{
  padding:10px 11px!important;
  border:1px solid var(--chat-border)!important;
  border-radius:12px!important;
  background:#fcf7ef!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-info-v1874[hidden]{display:none!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-info-v1874 p{
  margin:0 0 5px!important;
  color:#5f554e!important;
  font-size:11px!important;
  line-height:1.55!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-info-v1874 small{color:var(--chat-text-muted)!important;font-size:9px!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-leave-v1874{color:#a95850!important}

/* Two-column layout */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-layout-v1874{
  min-height:0!important;
  height:100%!important;
  display:grid!important;
  grid-template-columns:minmax(280px,27%) minmax(0,1fr)!important;
  grid-template-rows:minmax(0,1fr)!important;
  gap:4px!important;
  padding:8px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Member column */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874{
  grid-column:1!important;
  grid-row:1!important;
  min-width:0!important;
  min-height:0!important;
  max-height:none!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  overflow:hidden!important;
  border:1px solid var(--chat-gold-border)!important;
  border-radius:24px!important;
  color:var(--chat-text-primary)!important;
  background:var(--chat-sidebar-bg)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.84)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874>header{
  min-height:72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:18px 22px!important;
  border:0!important;
  border-bottom:1px solid var(--chat-divider)!important;
  background:transparent!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874>header>div{
  display:grid!important;
  gap:3px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874>header small{
  color:#8f6422!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874>header strong{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  white-space:nowrap!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874>header>.room-members-head-icon-v1844{
  width:24px!important;
  height:24px!important;
  color:var(--chat-gold-dark)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874>header>button{
  display:none!important;
  width:38px!important;
  height:38px!important;
  padding:0!important;
  border:1px solid var(--chat-border)!important;
  border-radius:50%!important;
  color:#765641!important;
  background:#fffdf9!important;
  box-shadow:var(--chat-shadow-xs)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844{
  min-height:0!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  align-content:start!important;
  gap:12px!important;
  padding:16px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(197,145,53,.46) transparent!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847{
  position:relative!important;
  min-width:0!important;
  min-height:130px!important;
  display:grid!important;
  grid-template-columns:88px minmax(0,1fr)!important;
  align-items:center!important;
  gap:17px!important;
  padding:16px!important;
  overflow:visible!important;
  border:1px solid rgba(184,134,55,.17)!important;
  border-radius:22px!important;
  color:var(--chat-text-primary)!important;
  background:var(--chat-card-bg)!important;
  box-shadow:
    0 8px 22px rgba(72,47,23,.065),
    inset 0 1px 0 rgba(255,255,255,.92)!important;
  text-decoration:none!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .22s ease!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a:hover,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a:focus-visible{
  outline:none!important;
  transform:translateY(-2px)!important;
  border-color:rgba(202,149,53,.32)!important;
  box-shadow:
    0 12px 28px rgba(72,47,23,.09),
    0 0 0 4px rgba(213,160,62,.035)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a>img,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a>span,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847>img,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847>span{
  width:88px!important;
  height:88px!important;
  aspect-ratio:1!important;
  display:grid!important;
  place-items:center!important;
  border:3px solid rgba(255,255,255,.94)!important;
  border-radius:50%!important;
  outline:1px solid rgba(206,151,49,.36)!important;
  color:#9a6c20!important;
  background:#f8efe1!important;
  box-shadow:0 6px 18px rgba(69,44,22,.12)!important;
  object-fit:cover!important;
  font-family:Marcellus,serif!important;
  font-size:28px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a>div,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847>div{
  min-width:0!important;
  display:grid!important;
  gap:7px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844 strong,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847 strong{
  overflow:hidden!important;
  color:var(--chat-text-primary)!important;
  font-family:Marcellus,serif!important;
  font-size:26px!important;
  font-weight:400!important;
  line-height:1.15!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844 small,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847 small{
  color:#319b82!important;
  font-size:12px!important;
  font-weight:500!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844 a>i,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847>i{
  position:absolute!important;
  top:89px!important;
  left:91px!important;
  right:auto!important;
  width:16px!important;
  height:16px!important;
  border:3px solid #fffdf9!important;
  border-radius:50%!important;
  background:var(--chat-online)!important;
  box-shadow:0 0 0 1px rgba(53,185,145,.12)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .room-members-resize-handle-v18602{display:none!important}

/* Conversation area */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-conversation-v1874{
  position:relative!important;
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  min-height:0!important;
  height:100%!important;
  display:grid!important;
  grid-template-rows:minmax(0,1fr)!important;
  overflow:hidden!important;
  border:1px solid var(--chat-gold-border)!important;
  border-radius:24px!important;
  color:var(--chat-text-primary)!important;
  background:var(--chat-content-bg)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874{
  position:relative!important;
  min-height:0!important;
  height:100%!important;
  padding:26px 28px 132px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.72),transparent 42%),
    #fdfaf6!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(197,145,53,.42) transparent!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874::-webkit-scrollbar,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844::-webkit-scrollbar{width:7px!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874::-webkit-scrollbar-thumb,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844::-webkit-scrollbar-thumb{
  border-radius:999px!important;
  background:rgba(197,145,53,.38)!important;
}

/* Empty state */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874{
  position:absolute!important;
  top:48%!important;
  left:50%!important;
  width:min(390px,calc(100% - 40px))!important;
  display:grid!important;
  place-items:center!important;
  gap:10px!important;
  padding:38px 34px!important;
  transform:translate(-50%,-50%)!important;
  border:1px solid rgba(198,143,48,.22)!important;
  border-radius:26px!important;
  color:var(--chat-text-primary)!important;
  background:rgba(255,253,249,.78)!important;
  box-shadow:
    0 15px 38px rgba(70,44,18,.065),
    inset 0 1px 0 rgba(255,255,255,.92)!important;
  text-align:center!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874{
  position:relative!important;
  width:94px!important;
  height:94px!important;
  margin:0 auto 8px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(204,151,57,.16)!important;
  border-radius:50%!important;
  color:#c8922e!important;
  background:radial-gradient(circle,rgba(255,253,249,1),rgba(246,235,215,.72))!important;
  box-shadow:
    0 12px 28px rgba(76,48,20,.07),
    inset 0 1px 0 rgba(255,255,255,.98)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874 .lucide-local-icon-v1835,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874 svg{width:46px!important;height:46px!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874>i,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874>b,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874>em{
  position:absolute!important;
  display:block!important;
  width:10px!important;
  height:10px!important;
  background:currentColor!important;
  clip-path:polygon(50% 0,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0 50%,39% 38%)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874>i{left:-25px!important;top:55px!important;color:#d5a03e!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874>b{right:-23px!important;top:12px!important;color:#d9aa49!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874>em{right:-36px!important;top:37px!important;color:#ba88ee!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874>strong{
  color:var(--chat-text-primary)!important;
  font-family:Marcellus,serif!important;
  font-size:30px!important;
  font-weight:400!important;
  line-height:1.15!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874>span{
  color:var(--chat-text-secondary)!important;
  font-size:13px!important;
  line-height:1.5!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874>button{
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin-top:6px!important;
  padding:0 26px!important;
  border:1px solid rgba(151,101,222,.30)!important;
  border-radius:999px!important;
  color:#5f3e88!important;
  background:rgba(255,253,249,.90)!important;
  box-shadow:
    0 6px 16px rgba(130,80,195,.075),
    inset 0 1px 0 rgba(255,255,255,.95)!important;
  font-size:14px!important;
  font-weight:700!important;
  transition:transform .2s ease,border-color .18s ease,background-color .18s ease,box-shadow .22s ease!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874>button:hover,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874>button:focus-visible{
  outline:none!important;
  transform:translateY(-1px)!important;
  color:#7044ad!important;
  border-color:rgba(151,101,222,.46)!important;
  background:rgba(249,244,255,.95)!important;
}

/* Message bubbles */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message{
  display:flex!important;
  align-items:flex-end!important;
  gap:10px!important;
  margin:0 0 14px!important;
  animation:chatMessageInV1874 .18s ease both;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message.mine{flex-direction:row-reverse!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-avatar{
  width:42px!important;
  height:42px!important;
  flex:0 0 42px!important;
  overflow:hidden!important;
  border:2px solid rgba(255,255,255,.95)!important;
  border-radius:50%!important;
  outline:1px solid rgba(206,151,49,.28)!important;
  background:#f7efe4!important;
  box-shadow:var(--chat-shadow-xs)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-avatar img{width:100%!important;height:100%!important;object-fit:cover!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message>div:nth-child(2){
  max-width:min(680px,78%)!important;
  padding:12px 15px!important;
  border:1px solid rgba(128,98,59,.12)!important;
  border-radius:20px 20px 20px 6px!important;
  color:#453a32!important;
  background:rgba(255,253,249,.96)!important;
  box-shadow:0 7px 18px rgba(66,42,20,.055)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message.mine>div:nth-child(2){
  border-color:rgba(188,128,30,.20)!important;
  border-radius:20px 20px 6px 20px!important;
  color:#5b3c0e!important;
  background:linear-gradient(135deg,#f7dda1 0%,#edc56c 100%)!important;
  box-shadow:0 6px 18px rgba(158,103,21,.12)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message header{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-bottom:4px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message header strong{color:var(--chat-purple-dark)!important;font-size:12px!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message.mine header strong{color:#72500e!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message time{margin-left:auto!important;color:#9c9187!important;font-size:9px!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message p{margin:4px 0 0!important;color:inherit!important;font-size:13px!important;line-height:1.6!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-photo-link-v1815{
  display:inline-flex!important;
  margin-top:8px!important;
  color:#7956ac!important;
  font-size:11px!important;
  font-weight:700!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .is-chat-search-hidden-v1874{display:none!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 mark{
  padding:0 2px!important;
  border-radius:3px!important;
  color:inherit!important;
  background:#f8d98f!important;
}

/* Floating composer */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874{
  position:absolute!important;
  z-index:50!important;
  left:28px!important;
  right:28px!important;
  bottom:24px!important;
  min-height:86px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  padding:11px!important;
  border:1px solid rgba(199,145,49,.38)!important;
  border-radius:30px!important;
  color:var(--chat-text-primary)!important;
  background:rgba(255,252,247,.94)!important;
  box-shadow:
    0 15px 36px rgba(69,43,19,.11),
    inset 0 1px 0 rgba(255,255,255,.98)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-input-shell-v1874{
  min-width:0!important;
  min-height:58px!important;
  flex:1 1 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 12px 0 8px!important;
  border:1px solid rgba(141,109,70,.13)!important;
  border-radius:26px!important;
  color:#4c4038!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:
    inset 0 1px 2px rgba(68,43,20,.025),
    0 4px 12px rgba(69,43,20,.035)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-input-shell-v1874:focus-within{
  border-color:rgba(205,151,55,.45)!important;
  box-shadow:
    0 0 0 4px rgba(213,160,62,.08),
    0 6px 16px rgba(69,43,20,.05)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-input-shell-v1874 textarea{
  min-width:0!important;
  width:100%!important;
  min-height:54px!important;
  max-height:112px!important;
  padding:16px 4px 11px!important;
  resize:none!important;
  overflow-y:auto!important;
  border:0!important;
  border-radius:0!important;
  outline:none!important;
  color:#4c4038!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:16px!important;
  line-height:1.45!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-input-shell-v1874 textarea::placeholder{color:#9b958f!important;opacity:1!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-compose-actions-v1874{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-button-v1874{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(134,104,68,.12)!important;
  border-radius:50%!important;
  color:#77716b!important;
  background:rgba(255,253,249,.94)!important;
  box-shadow:
    0 7px 16px rgba(70,45,21,.07),
    inset 0 1px 0 rgba(255,255,255,.96)!important;
  transition:transform .2s ease,border-color .18s ease,color .18s ease,box-shadow .22s ease!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-button-v1874:hover,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-button-v1874:focus-visible{
  outline:none!important;
  transform:translateY(-1px)!important;
  color:#7451aa!important;
  border-color:rgba(162,107,239,.28)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-button-v1874 .lucide-local-icon-v1835,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-button-v1874 svg{width:23px!important;height:23px!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-emoji-v1874{
  color:#766c75!important;
  border-color:rgba(162,107,239,.20)!important;
  background:linear-gradient(145deg,#fffdfa,#f4edfc)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-send-v1874{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(161,102,17,.38)!important;
  border-radius:50%!important;
  color:#fff!important;
  background:linear-gradient(145deg,#efc76c 0%,#d99e33 55%,#c48720 100%)!important;
  box-shadow:
    0 10px 24px rgba(185,119,25,.28),
    inset 0 1px 0 rgba(255,245,207,.78)!important;
  transition:transform .22s ease,box-shadow .22s ease,filter .18s ease!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-send-v1874:hover,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-send-v1874:focus-visible{
  outline:none!important;
  transform:translateY(-2px) scale(1.02)!important;
  filter:brightness(1.02)!important;
  box-shadow:
    0 13px 29px rgba(185,119,25,.34),
    inset 0 1px 0 rgba(255,245,207,.82)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-send-v1874 .lucide-local-icon-v1835,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-send-v1874 svg{width:24px!important;height:24px!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874 .message-emoji-panel,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874 .message-attachment-status{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  bottom:calc(100% + 10px)!important;
  grid-column:auto!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874 .message-emoji-panel{
  max-height:170px!important;
  padding:12px!important;
  overflow:auto!important;
  border:1px solid var(--chat-border)!important;
  border-radius:18px!important;
  background:#fffdfa!important;
  box-shadow:var(--chat-shadow-md)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874 .message-emoji-panel[hidden]{display:none!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874 .message-attachment-status:empty{display:none!important}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874 .message-attach-menu{
  right:0!important;
  bottom:calc(100% + 12px)!important;
  min-width:190px!important;
  padding:8px!important;
  border:1px solid var(--chat-border)!important;
  border-radius:16px!important;
  color:#54483f!important;
  background:#fffdfa!important;
  box-shadow:var(--chat-shadow-md)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874 .message-attach-menu label,
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874 .message-attach-menu button{
  color:#54483f!important;
  background:transparent!important;
  border-radius:10px!important;
}

/* Media picker follows the room palette. */
html[data-theme="light"] body.chat-window-mode-v1860 .message-media-modal{
  background:rgba(64,53,42,.22)!important;
  backdrop-filter:blur(6px)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .message-media-dialog{
  border:1px solid var(--chat-gold-border)!important;
  border-radius:24px!important;
  color:var(--chat-text-primary)!important;
  background:#fffdfa!important;
  box-shadow:var(--chat-shadow-lg)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .message-media-dialog h2{color:var(--chat-text-primary)!important}

/* Mobile member backdrop is a real element, avoiding body pseudo-element overlays. */
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-backdrop-v1874{
  position:fixed!important;
  z-index:430!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:rgba(69,57,44,.24)!important;
  backdrop-filter:blur(4px)!important;
}
html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-backdrop-v1874[hidden]{display:none!important}

@keyframes chatroomFadeV1874{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@keyframes chatMessageInV1874{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}

@media(max-width:1100px){
  html[data-theme="light"] body.chat-window-mode-v1860 .community-main{padding:18px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-layout-v1874{grid-template-columns:minmax(250px,30%) minmax(0,1fr)!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847{grid-template-columns:72px minmax(0,1fr)!important;min-height:108px!important;padding:13px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a>img,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a>span,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847>img,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-member-live-v1847>span{width:72px!important;height:72px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844 strong{font-size:21px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844 a>i{top:70px!important;left:71px!important}
}

@media(max-width:820px){
  html[data-theme="light"] body.chat-window-mode-v1860 .community-main{padding:8px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-shell-v1874{grid-template-rows:86px minmax(0,1fr)!important;border-radius:24px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-v1874{min-height:86px!important;padding:10px 12px!important;gap:8px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-identity-v1874{gap:8px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874 .lucide-local-icon-v1835,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874 svg{width:19px!important;height:19px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-room-icon-v1874{width:48px!important;height:48px!important;min-width:48px!important;border-radius:15px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-room-icon-v1874 .lucide-local-icon-v1835,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-room-icon-v1874 svg{width:24px!important;height:24px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 h2{font-size:21px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p>span{display:none!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p>i{display:none!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p{gap:4px!important;font-size:10px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p>strong,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 p>em{font-size:10px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-tools-v1874{gap:5px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-tools-v1874>[data-chat-search-toggle]{display:none!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-layout-v1874{grid-template-columns:minmax(0,1fr)!important;padding:5px!important;gap:0!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-conversation-v1874{grid-column:1!important;border-radius:19px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874{
    position:fixed!important;
    z-index:460!important;
    top:8px!important;
    bottom:8px!important;
    left:8px!important;
    width:min(88vw,360px)!important;
    height:auto!important;
    max-height:none!important;
    border-radius:22px!important;
    transform:translateX(calc(-100% - 18px))!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:transform .3s ease,opacity .22s ease!important;
  }
  html[data-theme="light"] body.chat-window-mode-v1860.chat-members-open-v1874 .chatroom-members-v1874{
    transform:translateX(0)!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874>header>button{display:grid!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844{padding:13px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a{grid-template-columns:72px minmax(0,1fr)!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a>img,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844>a>span{width:72px!important;height:72px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844 a>i{top:70px!important;left:71px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-members-v1874 .room-members-list-v1844 strong{font-size:22px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874{padding:18px 14px 112px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874{width:min(340px,calc(100% - 24px))!important;padding:28px 20px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874>strong{font-size:25px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874{
    left:10px!important;
    right:10px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    min-height:72px!important;
    gap:7px!important;
    padding:7px!important;
    border-radius:25px!important;
  }
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-input-shell-v1874{min-height:50px!important;padding-left:5px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-input-shell-v1874 textarea{min-height:48px!important;padding-top:14px!important;font-size:14px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-button-v1874{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-send-v1874{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-search-popover-v1874,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-more-popover-v1874{position:fixed!important;top:78px!important;right:12px!important;left:12px!important;width:auto!important;max-height:calc(100dvh - 95px)!important;overflow:auto!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-messages-v1874 .chat-message>div:nth-child(2){max-width:82%!important}
}

@media(max-width:520px){
  html[data-theme="light"] body.chat-window-mode-v1860 .community-main{padding:0!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-shell-v1874{border-radius:0!important;border-inline:0!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-v1874{padding-inline:8px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-identity-v1874{gap:6px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-action-v1874{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-room-icon-v1874{width:43px!important;height:43px!important;min-width:43px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-title-v1874 h2{max-width:150px!important;font-size:18px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-header-tools-v1874>[data-chat-more-toggle]{display:none!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-layout-v1874{padding:0!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-conversation-v1874{border-inline:0!important;border-bottom:0!important;border-radius:0!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874{width:80px!important;height:80px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874 .lucide-local-icon-v1835,
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-icon-v1874 svg{width:39px!important;height:39px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874{top:44%!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-empty-state-v1874>span{font-size:12px!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-composer-v1874{left:6px!important;right:6px!important;bottom:calc(6px + env(safe-area-inset-bottom))!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-emoji-v1874{display:none!important}
  html[data-theme="light"] body.chat-window-mode-v1860 .chatroom-input-shell-v1874{padding-left:12px!important}
}

@media(prefers-reduced-motion:reduce){
  html[data-theme="light"] body.chat-window-mode-v1860 *,
  html[data-theme="light"] body.chat-window-mode-v1860 *::before,
  html[data-theme="light"] body.chat-window-mode-v1860 *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
}
