/* V9 娱乐页面增强样式 */

/* Category Tabs - 游戏分类快捷导航 */
.v9-category-tabs {
  display:none;
}
.v9-category-tabs::-webkit-scrollbar { display:none; }
.v9-category-tab {
  flex-shrink:0;
  display:flex;
  align-items:center;
  gap:6px;
  padding:7px 16px;
  border-radius:20px;
  font-size:13px;
  font-weight:500;
  border:none;
  cursor:pointer;
  transition:all 0.2s;
  white-space:nowrap;
  background:rgba(255,255,255,0.08);
  color:rgba(255,255,255,0.6);
}
.v9-category-tab.active {
  background:var(--color-primary);
  color:#fff;
  box-shadow:0 2px 8px rgba(230,0,19,0.3);
}
.v9-category-tab i { font-size:14px; }
.v9-cat-icon { width:19px; height:19px; object-fit:contain; flex-shrink:0; }

/* 实时爆奖 Jackpot Ticker - V9 左右布局 */
.v9-jackpot-section {
  margin:12px 12px 0;
}
.v9-jackpot-header {
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
}
.v9-jackpot-header .icon {
  width:8px; height:8px;
  border-radius:50%;
  background:var(--color-primary);
  animation:jackpot-pulse 1.5s infinite;
}
@keyframes jackpot-pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.5; transform:scale(0.8); }
}
.v9-jackpot-header h3 {
  font-size:15px;
  font-weight:600;
}
.v9-jackpot-scroll {
  display:flex;
  gap:8px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  padding-bottom:4px;
  scrollbar-width:none;
}
.v9-jackpot-scroll::-webkit-scrollbar { display:none; }
.v9-jackpot-card {
  flex-shrink:0;
  width:160px;
  background:var(--color-paper);
  border-radius:10px;
  padding:8px;
  display:flex;
  align-items:flex-start;
  gap:8px;
  position:relative;
  box-shadow:0 1px 4px rgba(0,0,0,0.04);
  cursor:pointer;
  transition:transform 0.15s;
}
.v9-jackpot-card:active { transform:scale(0.97); }
.v9-jackpot-card-img {
  width:56px;
  height:56px;
  border-radius:10px;
  object-fit:cover;
  flex-shrink:0;
  background:linear-gradient(135deg,#1e2734,#2a3140);
}
.v9-jackpot-card-info {
  flex:1;
  min-width:0;
  padding-top:0;
}
.v9-jackpot-card-name {
  font-size:11px;
  color:var(--color-text-sub);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-bottom:2px;
}
.v9-jackpot-card-amount {
  font-size:13px;
  font-weight:700;
  color:var(--color-text);
  margin-bottom:2px;
}
.v9-jackpot-card-user {
  font-size:10px;
  color:var(--color-text-sub);
}
.v9-jackpot-card-badge {
  position:absolute;
  top:6px;
  right:6px;
  font-size:9px;
  padding:1px 6px;
  border-radius:6px;
  background:linear-gradient(135deg,#E60013,#ff4444);
  color:#fff;
  font-weight:600;
  line-height:1.4;
}

/* 供应商 - V9 横向滚动 + 箭头 */
.v9-suppliers-section {
  margin:16px 12px;
}
.v9-suppliers-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px;
}
.v9-suppliers-header h3 {
  font-size:15px;
  font-weight:600;
}
.v9-suppliers-more {
  font-size:13px;
  color:var(--color-text-sub);
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:4px;
}
.v9-suppliers-more:hover { color:var(--color-primary); }
.v9-suppliers-scroll-wrap {
  position:relative;
}
.v9-suppliers-scroll {
  display:flex;
  gap:8px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  padding:4px 0;
  scrollbar-width:none;
}
.v9-suppliers-scroll::-webkit-scrollbar { display:none; }
.v9-supplier-item {
  flex-shrink:0;
  width:80px;
  height:40px;
  border-radius:8px;
  overflow:hidden;
  background:var(--color-paper);
  box-shadow:0 1px 3px rgba(0,0,0,0.04);
  cursor:pointer;
  transition:transform 0.15s;
  display:flex;
  align-items:center;
  justify-content:center;
}
.v9-supplier-item:active { transform:scale(0.95); }
.v9-supplier-logo {
  width:100%;
  height:100%;
  border-radius:8px;
  object-fit:contain;
  display:block;
  background:#f8f9fa;
  padding:3px;
}
.v9-suppliers-arrow {
  display:none;
}

/* Enhanced Section Headers */
.game-section .section-head {
  border-bottom:none;
}

/* V9 Section Headers - CDN image + pill button */
.v9-section-head {
  display:flex;
  align-items:center;
  padding:0 12px;
  margin-bottom:10px;
}
.v9-section-head-img {
  width:20px;
  height:20px;
  margin-right:6px;
  object-fit:contain;
  flex-shrink:0;
}
.v9-section-head-title {
  font-size:14px;
  font-weight:600;
  color:var(--color-text);
}
.v9-section-head-all {
  margin-left:auto;
  font-size:12px;
  height:25px;
  min-width:45px;
  line-height:25px;
  border:1px solid var(--color-outline);
  border-radius:50px;
  text-align:center;
  color:var(--color-text-sub);
  text-decoration:none;
  padding:0 10px;
  flex-shrink:0;
}

/* V9 Game Category Nav Bar (above billiards section) */
.v9-game-nav {
  display:flex;
  align-items:center;
  padding:10px 0;
  margin:0 0 6px;
  position:relative;
}
.v9-game-nav-scroll {
  display:flex;
  align-items:center;
  overflow-x:auto;
  white-space:nowrap;
  flex:1;
  padding-left:12px;
  padding-right:50px;
  gap:5px;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.v9-game-nav-scroll::-webkit-scrollbar { display:none; }
.v9-game-nav-btn {
  flex-shrink:0;
  display:flex;
  align-items:center;
  gap:2px;
  height:40px;
  padding:0 14px;
  border-radius:100px;
  border:none;
  cursor:pointer;
  font-size:13px;
  font-weight:500;
  background:var(--color-paper,#fff);
  color:var(--color-text,#1F2734);
  box-shadow:0 1px 3px rgba(0,0,0,0.04);
  transition:all 0.2s;
}
.v9-game-nav-btn.active {
  background:var(--color-primary,#E60013);
  color:#fff;
  box-shadow:0 2px 8px rgba(230,0,19,0.3);
}
.v9-game-nav-icon {
  width:19px;
  height:19px;
  object-fit:contain;
  flex-shrink:0;
}
.v9-game-nav-search-wrap {
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.v9-game-nav-fade {
  position:absolute;
  top:0;
  bottom:0;
  right:100%;
  width:30px;
  background:linear-gradient(to left, var(--v9-bg,#F4F6FA), transparent);
  pointer-events:none;
}
.v9-game-nav-search-btn {
  width:40px;
  height:40px;
  border-radius:100px;
  background:var(--color-paper,#fff);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--color-text,#1F2734);
  box-shadow:0 1px 3px rgba(0,0,0,0.04);
  cursor:pointer;
}

/* Footer Links V9 style */
.v9-footer-links {
  margin:16px 12px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:8px;
}
.v9-footer-link {
  background:var(--color-paper);
  border-radius:12px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:var(--color-text);
  box-shadow:0 1px 4px rgba(0,0,0,0.04);
  font-size:13px;
  font-weight:500;
}
.v9-footer-link i {
  font-size:16px;
  color:var(--color-primary);
  width:20px;
  text-align:center;
}

/* V9 Disclaimer */
.v9-disclaimer {
  margin:16px 12px;
  padding:16px;
  background:var(--color-paper);
  border-radius:12px;
  box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.v9-disclaimer-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px; height:32px;
  border-radius:50%;
  background:var(--color-primary);
  color:#fff;
  font-size:12px;
  font-weight:700;
  margin-bottom:10px;
}
.v9-disclaimer p {
  font-size:12px;
  color:var(--color-text-sub);
  line-height:1.6;
  margin-bottom:6px;
}
.v9-disclaimer p:last-child { margin-bottom:0; }
