/* Fixed79: 관리자 방 목록 가독성 보정 */
html[data-theme="light"] .admin-room-card{
  background:#f8fafc;
  border-color:#cbd5e1;
  color:#0f172a;
  box-shadow:0 1px 2px rgba(15,23,42,.05);
}
html[data-theme="light"] .admin-room-name{
  color:#0f172a !important;
  background:transparent !important;
  text-shadow:none !important;
  opacity:1 !important;
}
html[data-theme="light"] .admin-room-meta{
  color:#475569 !important;
  opacity:1 !important;
}
html[data-theme="light"] .admin-room-empty{
  color:#64748b;
}
html[data-theme="light"] .admin-room-list{
  scrollbar-color:#94a3b8 #eef2f7;
}
html[data-theme="light"] .admin-room-list::-webkit-scrollbar-track{
  background:#eef2f7;
}
html[data-theme="light"] .admin-room-list::-webkit-scrollbar-thumb{
  background:#94a3b8;
  border:3px solid #eef2f7;
  border-radius:999px;
}
html[data-theme="dark"] .admin-room-name{
  color:#f8fafc !important;
  background:transparent !important;
  opacity:1 !important;
}
html[data-theme="dark"] .admin-room-meta{
  color:#aeb9ca !important;
  opacity:1 !important;
}
