/* 财神国际 UI — 线路弹窗 + LOGO 隐藏 + 首页轮播只读 */

.performance-dialog-switch-domain,
.van-dialog:has(.performance-dialog-switch-domain),
.ui-overlay:has([class*="switch-domain"]),
[class*="switch-domain"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* 仅首页全屏公告弹窗（毛玻璃）— 只隐藏，不删 DOM */
body.cs-home .ui-overlay.isShowFrostedGlassEffect:has(._modal_16vy5_52),
body.cs-home .ui-overlay.isShowFrostedGlassEffect:has(.popupStyle3),
body.cs-home .ui-overlay.isShowFrostedGlassEffect:has([class*="_layout3_"]) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

body.cs-home.van-overflow-hidden {
  overflow: auto !important;
}

body.cs-home.van-overflow-hidden #app {
  pointer-events: auto !important;
}

#cs-header-logo,
[data-cs-hidden="1"],
[data-cs-killed="1"] {
  display: none !important;
}

/* 全站隐藏 hallLogo */
#app img[src*="logo-caishen"],
#app img[data-src*="logo-caishen"],
[class*="logoWrap"] img,
[class*="logoWrap"] .lobby-image,
[class*="base-loading-logo"],
.custom-logo,
img[class*="hallLogo"],
[class*="HallLogo"] img {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 仅标记过的首页轮播图禁止点击，不影响游戏分类/菜单 swiper */
[data-cs-banner="1"] {
  pointer-events: none !important;
  cursor: default !important;
}

[class*="download"] [class*="logo"],
[class*="Download"] [class*="logo"] {
  display: none !important;
}

[class*="float"] [class*="tg"],
#caishen-tg-fab {
  display: none !important;
}

[class*="banner"] .lobby-image--use-bg,
[data-cs-banner="1"] {
  border-radius: 10px !important;
}

[class*="vip"] [class*="progress"],
[class*="VIP"] [class*="progress"] {
  margin: 8px 12px !important;
  border-radius: 8px !important;
}

[class*="vip"] [class*="reward"],
[class*="VIP"] [class*="list"] {
  border-radius: 10px !important;
  margin: 8px !important;
  box-shadow: 0 1px 6px rgba(0,0,0,.06) !important;
}

img[src*="196346"],
img[data-src*="196346"] {
  display: none !important;
}

[class*="notice-bar"] [class*="scroll"],
[class*="home-notice"] [class*="scroll"],
[class*="broadcast-bar"] {
  direction: ltr !important;
}
