[data-testid^="channel-card-"]:not([data-testid="channel-card-1"]):not([data-testid="channel-card-7"]):not([data-testid="channel-card-8"]):not([data-testid="channel-card-9"]) {
  display: none !important;
}

.xlh-empty-card {
  cursor: pointer;
  isolation: isolate;
  background: linear-gradient(135deg, #164e63, #0f766e) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

.xlh-empty-card[data-xlh-title="热门游戏"] { background: linear-gradient(135deg, #0f766e, #064e3b) !important; }
.xlh-empty-card[data-xlh-title="真人视讯"] { background: linear-gradient(135deg, #6d28d9, #3730a3) !important; }
.xlh-empty-card[data-xlh-title="体育赛事"] { background: linear-gradient(135deg, #15803d, #14532d) !important; }
.xlh-empty-card[data-xlh-title="电子游艺"] { background: linear-gradient(135deg, #2563eb, #1e3a8a) !important; }
.xlh-empty-card[data-xlh-title="棋牌游戏"] { background: linear-gradient(135deg, #c26712, #8a3412) !important; }
.xlh-empty-card[data-xlh-title="捕鱼游戏"] { background: linear-gradient(135deg, #0284c7, #155e75) !important; }
.xlh-empty-card[data-xlh-title="彩票大厅"] { background: linear-gradient(135deg, #be185d, #7e22ce) !important; }

.xlh-empty-card:active { transform: scale(0.98); }
.xlh-empty-card:focus-visible { outline: 3px solid rgba(255, 216, 135, 0.85); outline-offset: 2px; }

.xlh-card-art {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  width: 54%;
  height: 88%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.xlh-empty-card::selection { background: transparent; }

.xlh-empty-card::before {
  content: attr(data-xlh-title);
  position: absolute;
  left: 14px;
  right: 42%;
  bottom: 34px;
  z-index: 20;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.xlh-empty-card::after {
  content: attr(data-xlh-subtitle);
  position: absolute;
  left: 14px;
  right: 42%;
  bottom: 14px;
  z-index: 20;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.xlh-empty-card > div[class*="opacity-20"] {
  display: none !important;
}

.xlh-brand-mark {
  letter-spacing: 0 !important;
  font-style: normal !important;
}

.xlh-hidden-floating {
  display: none !important;
}

.xlh-template-deposit-icon {
  width: 30px !important;
  height: 30px !important;
  color: hsl(var(--primary)) !important;
  stroke-width: 2 !important;
}

.xlh-game-message {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 99999;
  width: max-content;
  max-width: calc(100vw - 40px);
  transform: translateX(-50%);
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(18, 24, 38, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  font-size: 13px;
  line-height: 1.4;
}

.xlh-login-gate {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 12, 22, 0.62);
  backdrop-filter: blur(5px);
}

.xlh-login-panel {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(360px, 100%);
  padding: 26px 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #f8fafc;
  background: #131b2c;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.xlh-login-panel h2 { margin: 0; text-align: center; font-size: 21px; letter-spacing: 0; }
.xlh-login-panel p { margin: -5px 0 3px; color: #94a3b8; text-align: center; font-size: 12px; }
.xlh-login-panel label { display: grid; gap: 6px; color: #cbd5e1; font-size: 12px; font-weight: 700; }
.xlh-login-panel input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #334155;
  border-radius: 7px;
  outline: none;
  color: #f8fafc;
  background: #0d1422;
}
.xlh-login-panel input:focus { border-color: #60a5fa; box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.14); }
.xlh-login-brand { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto; border-radius: 8px; color: #fff; background: linear-gradient(135deg, #3b82f6, #14b8a6); font-weight: 900; }
.xlh-login-close { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border: 0; color: #94a3b8; background: transparent; font-size: 25px; line-height: 1; cursor: pointer; }
.xlh-login-submit { height: 44px; border: 0; border-radius: 7px; color: #fff; background: #2563eb; font-weight: 900; cursor: pointer; }
.xlh-login-submit:disabled { opacity: 0.65; cursor: wait; }
.xlh-login-error { min-height: 18px; color: #fda4af; font-size: 12px; text-align: center; }

/* Provider tiles already render a label below the image. Suppress the
   browser's broken-image alt text so the provider name never appears twice. */
img.w-full.h-full.object-contain.p-1[alt] {
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
}

div.cursor-pointer > div.w-16.h-16 > span {
  display: none !important;
}
