/* 子页面统一样式 — 对齐首页浅色风格 */

/* ---------- 子页 Hero ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 48px;
  background: linear-gradient(180deg, #eaf2ff 0%, #ffffff 100%);
  color: #0f1b33;
}

.page-hero-compact {
  padding: 88px 0 24px;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(55% 50% at 18% 8%, rgba(31, 107, 255, 0.14), transparent 60%),
    radial-gradient(50% 50% at 86% 18%, rgba(108, 92, 231, 0.12), transparent 60%);
  pointer-events: none;
}

.page-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 107, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 107, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 70%);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
}

.page-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-hero .breadcrumb-item a {
  color: #5a6a85;
  text-decoration: none;
}

.page-hero .breadcrumb-item a:hover {
  color: #1f6bff;
}

.page-hero .breadcrumb-item.active {
  color: #0f1b33;
}

.page-hero-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  color: #0f1b33;
}

.page-hero-desc {
  margin: 14px 0 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.75;
  color: #5a6a85;
}

/* ---------- 文章页 ---------- */
#article-8 .article-header {
  border-left: 4px solid #1f6bff;
}

#article-8 .article-body h3 {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f1b33;
}

#article-8 .article-body p {
  color: #3d4f6a;
}

.article-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 27, 51, 0.08);
}

.article-nav a {
  color: #1f6bff;
  text-decoration: none;
  font-weight: 500;
}

.article-nav a:hover {
  text-decoration: underline;
}

/* ---------- App 页深色区块 → 浅色 ---------- */
#app-intro-8 {
  background: #fff !important;
  color: #0f1b33 !important;
}

#app-intro-8 .store-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f6bff, #6c5ce7);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(31, 107, 255, 0.25);
}

#app-intro-8 .icon-feature i {
  color: #1f6bff;
}

#security-5 .security-5-wrapper {
  background: #f3f7fd !important;
  color: #0f1b33 !important;
}

#security-5 .security-5-wrapper h2,
#security-5 .security-5-wrapper p,
#security-5 .security-5-wrapper li {
  color: #0f1b33 !important;
}

#update-1 {
  background: #f8f9fb !important;
  color: #0f1b33 !important;
}

#update-1 .text-white-50 {
  color: #5a6a85 !important;
}

#update-1 .timeline-item,
#update-1 .update-card {
  background: #fff;
  color: #0f1b33;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(31, 107, 255, 0.08);
}

#app-feature-1 {
  background: #fff;
}

#app-feature-1 .container {
  color: #0f1b33 !important;
}

#app-feature-1 h2,
#app-feature-1 h5 {
  color: #0f1b33 !important;
}

#app-feature-1 p.text-light {
  color: #5a6a85 !important;
}

#app-feature-1 .app-feature-item {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 16px;
}

#honor-2 {
  background: #f3f7fd !important;
  color: #0f1b33 !important;
}

#honor-2 h2,
#honor-2 h5,
#honor-2 p {
  color: #0f1b33 !important;
}

#honor-2 .honor-badge,
#honor-2 .badge-item {
  background: #fff !important;
  color: #0f1b33 !important;
  border: 1px solid rgba(15, 27, 51, 0.08);
  box-shadow: 0 6px 18px rgba(31, 107, 255, 0.08);
}

/* ---------- 资讯列表推荐区 ---------- */
#related-10 {
  background: #fff !important;
  color: #0f1b33 !important;
}

#related-10 h2 {
  color: #0f1b33 !important;
}

#related-10 .related-card-img {
  border: 1px solid rgba(15, 27, 51, 0.08);
  box-shadow: 0 6px 18px rgba(31, 107, 255, 0.08);
}

#related-10 .related-card-overlay {
  background: linear-gradient(transparent, rgba(15, 27, 51, 0.75));
}

#list-8 .hover-shadow {
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#list-8 .hover-shadow:hover {
  box-shadow: 0 12px 32px rgba(31, 107, 255, 0.12) !important;
  transform: translateY(-2px);
}

/* ---------- About / 通用 ---------- */
#about-3 {
  background: #fff;
}

#about-3 .about-tab {
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(15, 27, 51, 0.1);
  color: #5a6a85;
  font-weight: 500;
  transition: all 0.2s ease;
}

#about-3 .about-tab.active,
#about-3 .about-tab:hover {
  background: rgba(31, 107, 255, 0.08);
  border-color: rgba(31, 107, 255, 0.25);
  color: #1f6bff;
}

#privacy-policy-3,
#terms-of-service-1 {
  background: #fff;
}

#trivia-3 {
  background: #f3f7fd;
}

/* ---------- 文章上下篇导航 ---------- */
.article-pager-link {
  transition: border-color 0.2s, box-shadow 0.2s;
}

.article-pager-link:hover {
  border-color: rgba(31, 107, 255, 0.35) !important;
  box-shadow: 0 4px 14px rgba(31, 107, 255, 0.1);
}

.article-pager-empty {
  min-height: 72px;
}

/* ---------- 赛事直播页 ---------- */
.live-filter-btn {
  padding: 6px 16px;
  border: 1px solid rgba(15, 27, 51, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #5a6a85;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.live-filter-btn:hover,
.live-filter-btn.active {
  background: rgba(31, 107, 255, 0.08);
  border-color: rgba(31, 107, 255, 0.3);
  color: #1f6bff;
}

.live-match-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(31, 107, 255, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.live-match-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(31, 107, 255, 0.14);
}

.live-match-thumb {
  position: relative;
}

.live-match-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.live-badge-on {
  background: #e53935;
  color: #fff;
  animation: live-pulse 1.5s ease-in-out infinite;
}

.live-badge-on i {
  font-size: 8px;
  vertical-align: middle;
}

.live-badge-soon {
  background: rgba(15, 27, 51, 0.75);
  color: #fff;
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}

.live-score {
  font-size: 13px;
  font-weight: 700;
  color: #5a6a85;
  padding: 2px 10px;
  border-radius: 6px;
  background: #f3f7fd;
}

.live-score-active {
  color: #e53935;
  background: rgba(229, 57, 53, 0.08);
}

.live-match-item.hidden {
  display: none !important;
}

.live-schedule-table td,
.live-schedule-table th {
  padding: 14px 16px;
}

.live-feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(31, 107, 255, 0.1);
  color: #1f6bff;
  font-size: 22px;
}

.live-news-card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.live-news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(31, 107, 255, 0.12) !important;
}

.live-replay-video {
  object-fit: cover;
  background: #000;
}

.live-replay-card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.live-replay-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(31, 107, 255, 0.12) !important;
}

#departments-11 .tab-nav .tab-btn {
  padding: 8px 18px;
  border: 1px solid rgba(15, 27, 51, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #5a6a85;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

#departments-11 .tab-nav .tab-btn.active,
#departments-11 .tab-nav .tab-btn:hover {
  background: rgba(31, 107, 255, 0.08);
  border-color: rgba(31, 107, 255, 0.25);
  color: #1f6bff;
}

#departments-11 .tab-panel {
  display: none;
}

#departments-11 .tab-panel.active {
  display: block;
}

/* ---------- 直播播放器 ---------- */
.live-player-wrap {
  background: #0f1b33;
}

.live-player-screen {
  background: #000;
}

.live-player-video {
  display: block;
  object-fit: cover;
  background: #000;
}

.live-player-start {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.live-player-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(15, 27, 51, 0.35) 0%, rgba(15, 27, 51, 0.72) 100%);
}

.live-player-screen.is-playing .live-player-video {
  cursor: pointer;
}

.live-player-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 12px 14px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
  color: #fff;
}

.live-ctrl-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.live-ctrl-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-variant-numeric: tabular-nums;
}

.live-ctrl-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.live-ctrl-btn {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.live-ctrl-btn:hover {
  background: rgba(255, 255, 255, 0.28);
}

.live-ctrl-volume {
  width: 88px;
  accent-color: #1f6bff;
}

.live-ctrl-spacer {
  flex: 1;
}

.live-player-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
}

.live-player-score {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.live-sidebar-item {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(15, 27, 51, 0.08);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.live-sidebar-item:hover,
.live-sidebar-item.active {
  border-color: rgba(31, 107, 255, 0.35);
  box-shadow: 0 4px 14px rgba(31, 107, 255, 0.1);
}

.live-line-btn.active {
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .page-hero {
    padding: 88px 0 36px;
  }

  .page-hero-compact {
    padding: 80px 0 16px;
  }
}

/* 实体交叉内链（站群 SEO 蜘蛛网） */
.entity-crosslinks-inner {
  border-color: rgba(31, 107, 255, 0.12) !important;
}

.entity-crosslinks-list a {
  color: #1f3a66;
  font-size: 0.95rem;
}

.entity-crosslinks-list a:hover {
  color: #1f6bff;
}

.entity-inline-link {
  color: #1f6bff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entity-inline-link:hover {
  color: #0d4fbf;
}
