:root {
  --theme-primary: #e11d48;
  --theme-primary-hover: #be123c;
  --theme-primary-light: rgba(225, 29, 72, .12);
  --theme-deep: #0f172a;
  --theme-deep-soft: #1e293b;
  --bg-page: #f3f6fb;
  --surface: #ffffff;
  --border-light: #dde4ee;
  --text-main: #1f2937;
  --text-muted: #64748b;
  --live: #e6002d;
  --max: 1200px;
}

*,
*::before,
*::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  color: var(--text-main);
  background: var(--bg-page);
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; transition: .2s; }
img { max-width: 100%; vertical-align: middle; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3 { margin: 0; }

.site-container {
  width: min(100% - 24px, var(--max));
  margin: 0 auto;
}

/* Header */
.jzt-global-header {
  background: var(--surface);
  border-bottom: 1px solid var(--border-light);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
}

.jzt-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
}

.text-logo {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -1px;
  color: var(--theme-deep);
  line-height: 1;
}
.text-logo h1{font-size: 26px;}
.text-logo span { color: var(--theme-primary);letter-spacing: 3px; }



.jzt-nav-primary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 4px;
  align-items: center;
}

.jzt-nav-primary a {
  display: block;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 700;
  color: #334155;
  border-radius: 6px;
}

.jzt-nav-primary a:hover,
.jzt-nav-primary .is-on > a,
.jzt-nav-primary a.is-on {
  color: #fff;
  background: var(--theme-primary);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-light);
  background: #fff;
  cursor: pointer;
}

.menu-toggle i {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--theme-deep);
}

/* Score strip */
.sp-score-strip {
  display: flex;
  align-items: center;
  min-height: 42px;
  margin: 12px auto 0;
  overflow-x: auto;
  scrollbar-width: none;
  border: 1px solid var(--border-light);
  background: #fff;
  border-radius: 10px;
}

.sp-score-strip::-webkit-scrollbar { display: none; }

.sp-score-strip a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-right: 1px solid #eff2f7;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.sp-score-strip a:hover,
.sp-score-strip a.is-on {
  color: #fff;
  background: var(--theme-primary);
}

.sp-home-shell { padding: 12px 0 34px; }

/* Content grid */
.sp-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 12px;
  align-items: start;
  margin-top: 12px;
}
/* .sp-fixture-board{margin-top: 12px;} */
.sp-fixture-board,
.sp-side-card,
.sp-news-board,
.sp-links-board {
  border: 1px solid var(--border-light);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.site-container.sp-side-card{margin-top:12px;}

.sp-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 62px;
  padding: 10px 14px;
  border-bottom: 1px solid #e9eef5;
}

.sp-board-head h2,
.sp-board-head h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--theme-deep);
}

.sp-board-head p {
  margin: 5px 0 0;
  color: var(--text-muted);
  font-size: 12px;
}

.sp-board-head .more {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  white-space: nowrap;
}

.sp-board-head .more:hover { color: var(--theme-primary); }

.sp-board-head nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.sp-board-head button {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dbe3ee;
  border-radius: 7px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.sp-board-head button.active,
.sp-board-head button:hover {
  border-color: var(--theme-primary);
  background: var(--theme-primary);
  color: #fff;
}

.sp-fixture-head,
.sp-fixture-row {
  display: grid;
  grid-template-columns: 62px 74px 68px minmax(0, 1fr) 54px minmax(0, 1fr) 168px;
  gap: 8px;
  align-items: center;
}

.sp-fixture-head {
  min-height: 36px;
  padding: 0 12px;
  background: #fafbfd;
  border-bottom: 1px solid #edf2f7;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}
.datewk{padding: 0 12px;background: #fafbfd;color: #6b7280;border-bottom: 1px solid #edf2f7;}
.sp-fixture-list {
  /* max-height: 980px; */
  overflow-y: auto;
}

.sp-fixture-row {
  min-height: 58px;
  padding: 8px 12px;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
  cursor: pointer;
}

.sp-fixture-row:hover { background: var(--theme-primary-light); }
.sp-fixture-row.is-hidden { display: none; }

.sp-fixture-row time {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.sp-fixture-row time b { font-size: 13px; }
.sp-fixture-row time span { color: #94a3b8; font-size: 11px; }

.sp-league {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-league:hover { color: var(--theme-primary); }

.fx-hot-slot {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 4px;
}

.fx-hot-slot:empty { display: none; }

.fx-hot-slot img,
.fx-hot-slot .hot-icon {
  width: 14px;
  height: 14px;
  display: block;
}

.sp-status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: #eef2f7;
  color: #64748b;
  white-space: nowrap;
}

.sp-status.live { color: #fff; background: var(--live); }
.sp-status.next { color: var(--live); background: color-mix(in srgb, var(--live) 12%, white); }
.sp-status.done { color: #64748b; background: #eef2f7; }

.sp-team {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
}

.sp-team.home { justify-content: flex-end; text-align: right; }
.sp-team.home span { order: -1; }
.sp-team.away { justify-content: flex-start; }

.sp-team img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}

.sp-team span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-score {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  color: var(--theme-deep);
}

.sp-score.live { color: var(--live); }

.sp-live-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.sp-schedule-live-btn,.sp-live-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dbe3ee;
  border-radius: 7px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.sp-live-action.live a,
.sp-schedule-live-btn.enter-room {
  color: #fff;
  background: var(--live);
  border-color: var(--live);
}

.sp-schedule-live-btn:hover {
  color: #fff;
  background: var(--live);
  border-color: var(--live);
}

/* Side cards */
.sp-ls-side { display: grid; gap: 12px; }

.sp-side-card .sp-board-head {
  min-height: 48px;
  padding: 10px 12px;
}

.sp-side-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid #f1f5f9;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.sp-side-list a:hover { color: var(--theme-primary); background: var(--theme-primary-light); }

.sp-side-list .tag {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
}

.sp-side-list .tag.jj { background: #c2410c; }
.sp-side-list .tag.lx { background: #0f766e; }
.sp-side-list .tag.xw { background: #1d4ed8; }

.sp-side-list .title {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Wiki / links */
.sp-topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px;
}

.sp-topic-cloud a {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 600;
}

.sp-topic-cloud a:hover {
  color: #fff;
  background: var(--theme-primary);
  border-color: var(--theme-primary);
}

/* News at bottom */
.sp-news-board { margin-top: 12px; }

.sp-news-list .news-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid #f1f5f9;
}

.sp-news-list .pic {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #e2e8f0;
  border-radius: 6px;
}

.sp-news-list .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-news-list h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.sp-news-list h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-news-list p {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-news-list .time {
  margin-top: 8px;
  font-size: 12px;
  color: #94a3b8;
}

.sp-links-board { margin-top: 12px; }

/* Inner pages reuse */
.seo-h1 {
  margin: 4px 0 12px;
  font-size: 20px;
  font-weight: 800;
  color: var(--theme-deep);
  line-height: 1.35;
}

.crumb {
  margin: 14px 0 10px;
  font-size: 13px;
  color: var(--text-muted);
}

.page-title { margin-bottom: 12px; }
.page-title h1 { font-size: 22px; font-weight: 800; }
.page-title p { margin: 4px 0 0; color: var(--text-muted); font-size: 13px; }

.layout-2 {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 12px;
  align-items: start;
  margin-bottom: 24px;
}

.article {
  padding: 18px 20px 24px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 10px;
}

.article h1 { font-size: 22px; margin-bottom: 10px; }
.article-meta {
  color: var(--text-muted);
  font-size: 13px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f7;
}

.article-body { font-size: 15px; line-height: 1.85; }
.article-body p{text-indent: 2rem;}
.article-nav {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
  color: var(--text-muted);
  font-size: 13px;
}

.scoreboard {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 10px;
}

.sb-team img { width: 56px; height: 56px; object-fit: contain; margin-bottom: 6px; }
.sb-team a { font-weight: 800; }
.sb-mid .vs { font-size: 28px; font-weight: 900; color: var(--theme-primary); }
.sb-mid .state {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 10px;
  background: var(--live);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border-radius: 999px;
}

.player-dock {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 14px;
  /* background: var(--theme-deep); */
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 10px;
  margin-bottom: 12px;
  min-height: 52px;
}

.facts {
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 10px;
}

.fenye ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding: 16px 0;
}

.fenye a,
.fenye span {
  min-width: 34px;
  padding: 6px 10px;
  text-align: center;
  border: 1px solid var(--border-light);
  background: #fff;
  border-radius: 6px;
  font-size: 13px;
}

.fenye a:hover,
.fenye .active a {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #fff;
}

.site-foot {
  margin-top: 28px;
  padding: 22px 0 30px;
  border-top: 1px solid var(--border-light);
  color: var(--text-muted);
  font-size: 13px;
  text-align: center;
}

.theme-dock {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 220px;
  padding: 8px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--border-light);
  border-radius: 8px;
}

.theme-dock button {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
}

.theme-dock button.is-on { outline: 2px solid var(--theme-deep); outline-offset: 1px; }

/* —— 内页增强 —— */
.sp-live-panel { display: grid; gap: 12px; }

.src-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 10px 14px !important;
  background: var(--theme-primary) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 700;
  line-height: 1.2;
}

.src-pill.is-recommended {
  background: var(--live) !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,.25);
}

.src-pill .src-name { font-size: 14px; }
.src-pill .src-hint {
  font-size: 11px;
  opacity: .85;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.live-desc-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--text-muted);
}

.live-desc-title h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--theme-deep);
}

.live-facts {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.live-facts li {
  font-size: 14px;
  color: #334155;
}

.live-facts b { color: var(--theme-deep); margin-right: 4px; }

.facts p { margin: 0 0 10px; font-size: 14px; line-height: 1.8; color: #475569; }

.facts .tags {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
  font-size: 13px;
  color: var(--text-muted);
}

.facts .tags a {
  display: inline-block;
  margin: 4px 6px 0 0;
  padding: 4px 10px;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-weight: 600;
}

.facts .tags a:hover {
  color: #fff;
  background: var(--theme-primary);
  border-color: var(--theme-primary);
}

.sp-side-list.match-mini a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.mini-time {
  font-size: 12px;
  font-weight: 800;
  color: var(--theme-deep);
}

.mini-vs {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.sp-side-list .tag.live { background: var(--live); }
.sp-side-list .tag.next { background: #64748b; }

.text-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-links-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid #f1f5f9;
}

.text-links-list li:first-child { border-top: 0; }

.text-links-list .no {
  font-size: 12px;
  font-weight: 800;
  color: var(--text-muted);
  min-width: 28px;
}

.text-links-list .title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}

.text-links-list .title:hover { color: var(--theme-primary); }

.text-links-list .date {
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
}

.text-links-list .badge {
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 4px;
  color: #fff;
}

.text-links-list .badge.jj { background: #c2410c; }
.text-links-list .badge.lx { background: #0f766e; }

.wiki-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
}

.wiki-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: #f8fafc;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #1e293b;
}

.wiki-item:hover {
  color: #fff;
  background: var(--theme-primary);
  border-color: var(--theme-primary);
}

.article-body p { margin: 0 0 14px; }
.article-body .jianjie {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 8px;
  border-radius: 4px;
  background: var(--theme-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.article-body h2 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--theme-deep);
}

.article-body ul {
  margin: 0 0 14px;
  padding-left: 1.2em;
  line-height: 1.8;
  color: #475569;
}

.video-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #0f172a, #1e293b 55%, #334155);
  display: grid;
  place-items: center;
  color: #fff;
}

.video-stage::after {
  content: "▶";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.16);
  border: 2px solid rgba(255,255,255,.45);
  font-size: 22px;
  padding-left: 4px;
}

.related-block {
  margin-top: 12px;
}

@media (max-width: 760px) {
  .wiki-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }
  .wiki-item {
    min-height: 40px;
    padding: 8px;
    font-size: 13px;
  }

  .crumb { margin: 8px 0 6px; font-size: 12px; }
  .page-title { margin-bottom: 8px; }
  .page-title h1 { font-size: 18px; }
  .page-title p { display: none; }

  .sp-board-head {
    min-height: 0;
    padding: 10px 12px;
  }
  .sp-board-head h2,
  .sp-board-head h3 { font-size: 16px; }
  .sp-board-head p { display: none; }

  .text-links-list li {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 9px 12px;
    min-height: 0;
  }
  .text-links-list .no { display: none; }
  .text-links-list .title { font-size: 13px; font-weight: 600; }
  .text-links-list .badge {
    font-size: 10px;
    padding: 1px 5px;
  }
  .text-links-list .date {
    grid-column: auto;
    font-size: 11px;
  }

  .sp-news-list .news-item {
    grid-template-columns: 72px 1fr;
    gap: 8px;
    padding: 8px 10px;
  }
  .sp-news-list h3 { font-size: 13px; }
  .sp-news-list p { display: none; }
  .sp-news-list .time { font-size: 11px; margin-top: 2px; }

  .sp-side-list a { padding: 8px 10px; font-size: 12px; }
  .sp-topic-cloud { gap: 6px; padding: 10px; }
  .sp-topic-cloud a { padding: 5px 9px; font-size: 12px; }

  .fenye { padding: 10px 0; gap: 4px; }
  .fenye a,
  .fenye span { min-width: 30px; padding: 5px 8px; font-size: 12px; }
}

/* —— 内页旧结构兼容 —— */
.sheet {
  border: 1px solid var(--border-light);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.sheet-label {
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 800;
  color: var(--theme-primary);
  border-bottom: 1px dashed var(--border-light);
  background: #fafbfd;
}
.fixture {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
}
.fixture:hover { background: #fff8fa; }
.fx-time { font-weight: 800; font-size: 14px; }
.fx-meta { margin-top: 3px; font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.fx-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
.fx-team { display: flex; align-items: center; gap: 6px; min-width: 0; font-weight: 700; font-size: 13px; }
.fx-team.home { justify-content: flex-end; }
.fx-team.home b { order: -1; }
.fx-team img { width: 22px; height: 22px; object-fit: contain; flex: 0 0 auto; }
.fx-team b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.fx-vs { font-weight: 800; color: var(--theme-primary); }
.fx-action { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.fx-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 30px; padding: 0 10px; border: 1px solid #dbe3ee; border-radius: 7px;
  background: #fff; font-size: 12px; font-weight: 800; white-space: nowrap;
}
.fx-btn.live, .fx-btn.enter-room { background: var(--live); border-color: var(--live); color: #fff; }
.fx-btn.preview { color: var(--live); border-color: #fecdd3; }
.fx-btn.over { color: #64748b; background: #eef2f7; }

@media (max-width: 760px) {
  .fixture { grid-template-columns: 1fr; }
  .fx-action { justify-content: flex-start; }
  .fx-team b {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 980px) {
  .sp-content-grid,
  .layout-2 { grid-template-columns: 1fr; }

  /* 赛事列表：卡片式，主客队横排 */
  .sp-fixture-head { display: none; }
  .sp-fixture-list {
    max-height: none;
    padding: 10px;
    background: #f6f8fb;
  }
  .sp-fixture-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 10px 8px;
    align-items: center;
    padding: 12px;
    margin-bottom: 8px;
    border: 1px solid #e8eef5;
    border-radius: 10px;
    background: #fff;
  }
  .sp-fixture-row time {
    grid-column: 1;
    grid-row: 1;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
  }
  .sp-league {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    max-width: 100%;
  }
  .sp-status {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
  .sp-team.home {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-end;
    text-align: right;
  }
  .sp-team.home span { order: -1; }
  .sp-score {
    grid-column: 2;
    grid-row: 2;
    min-width: 36px;
    padding: 0 4px;
  }
  .sp-team.away {
    grid-column: 3;
    grid-row: 2;
    justify-content: flex-start;
    text-align: left;
  }
  .sp-live-action {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-content: stretch;
  }
  .sp-schedule-live-btn {
    max-width: 100%;
    min-height: 34px;
  }
  .sp-team span {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sp-live-action.match_every a{flex-grow: 1;}
}

@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .jzt-nav-primary { display: none; width: 100%; }
  .jzt-nav-primary.open { display: block; }
  .jzt-header-row { flex-wrap: wrap; }
  .jzt-nav-primary ul { flex-direction: column; align-items: stretch; }
  .jzt-nav-primary a {
    border-radius: 0;
    border-bottom: 1px solid #f1f5f9;
  }

  .seo-h1 { font-size: 17px; margin-bottom: 10px; }

  .sp-board-head {
    /* flex-direction: column; */
    align-items: flex-start;
  }
  .sp-news-list .news-item { grid-template-columns: 72px 1fr; }
  .scoreboard { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .site-container { width: min(100% - 16px, var(--max)); }
  .text-logo { font-size: 22px; }
}

.stream-sources__bar{background: none !important;border: 0 !important;padding: 0 !important;}
.stream-sources__row{display: inline-flex !important;flex-wrap: wrap;justify-content: center;gap:0 !important;}
.src-hint{display: none !important;}
.src-pill{padding: 0px !important;border-radius: 0px !important;display: inline !important;height: auto !important;border:0px !important;padding-top:0px !important;gap:0 !important;margin:5px !important;}
.stream-sources__row a,.src-name{background: var(--theme-primary) !important;color:#fff !important;font-size: 14px !important;border-radius: 8px !important;font-weight: normal !important;padding:8px;font:inherit !important;}
.stream-sources,.src-meta{margin:0 !important;}
/* ================= [美化增强 ENH v1] 按钮/排版 —— 可整段删除回退，未改动任何类名、结构、链接锚点 ================= */
:root{ --enh-ease: cubic-bezier(.4,0,.2,1); }

/* 通用按钮：过渡 + 悬停微上浮 */
.fx-btn,
.sp-schedule-live-btn{
  transition: transform .18s var(--enh-ease), box-shadow .18s var(--enh-ease),
              background .18s var(--enh-ease), border-color .18s var(--enh-ease), filter .18s var(--enh-ease);
  font-weight: 700;
  letter-spacing:.2px;
}
.fx-btn{ border-radius: 8px; }
.fx-btn:hover,
.sp-schedule-live-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -6px color-mix(in srgb, var(--live, #e11d48) 55%, transparent);
}
.fx-btn:active,
.sp-schedule-live-btn:active{ transform: translateY(0); box-shadow:none; }

/* 直播/进入 主按钮：渐变 + 主题色光晕 */
.fx-btn.live,
.fx-btn.enter-room,
.sp-live-action.live a,
.sp-schedule-live-btn.enter-room{
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--live, #e11d48) 86%, white),
      var(--theme-primary-hover, var(--live, #e11d48)));
  border-color: transparent;
  box-shadow: 0 3px 10px -3px color-mix(in srgb, var(--live, #e11d48) 50%, transparent);
}

/* 预约态：描边 → 悬停填充主题浅色 */
.fx-btn.preview:hover{
  background: color-mix(in srgb, var(--live, #e11d48) 10%, var(--surface,#fff));
  border-color: color-mix(in srgb, var(--live,#e11d48) 45%, transparent);
  color: var(--live,#e11d48);
}
/* 已结束态：更柔和 */
.fx-btn.over{ opacity:.92; }

/* “更多”链接：悬停位移 */
.sp-board-head .more{ transition: color .18s var(--enh-ease), transform .18s var(--enh-ease); }
.sp-board-head .more:hover{ transform: translateX(3px); }

/* ===== [排版布局 LAYOUT v1] 卡片/列表/区块/缩略图视觉打磨 —— 仅追加,不改结构/类名/布局引擎(display/flex/grid/width/position/margin一律不动) ===== */
/* 卡片/内容面板：更柔的圆角 + 轻阴影 + 悬停阴影加强(已有 overflow:hidden，圆角内容不溢出) */
.sp-fixture-board,
.sp-side-card,
.sp-news-board,
.sp-links-board{
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.03);
  transition: box-shadow .22s var(--enh-ease);
}
.sp-fixture-board:hover,
.sp-side-card:hover,
.sp-news-board:hover,
.sp-links-board:hover{
  box-shadow: 0 10px 26px -10px color-mix(in srgb, var(--theme-primary,#e11d48) 24%, rgba(0,0,0,.14));
}

/* 比赛行/侧栏行/新闻行：悬停主题色淡染 + 平滑过渡(hover 背景规则原文件已有，这里只补过渡与新闻行淡染) */
.sp-fixture-row{ transition: background-color .18s var(--enh-ease); }
.sp-side-list a{ transition: color .18s var(--enh-ease), background-color .18s var(--enh-ease); }
.sp-news-list .news-item{ transition: background-color .18s var(--enh-ease); }
.sp-news-list .news-item:hover{ background-color: color-mix(in srgb, var(--theme-primary,#e11d48) 4%, transparent); }

/* 区块标题：左侧主题色装饰条(作用于标题外层 <div>，h2/p 整组同时右移，不挤压/错位文字) */
.sp-board-head > div{
  border-left: 3px solid var(--theme-primary,#e11d48);
  padding-left: 10px;
}

/* 新闻缩略图：父级 .pic 原文件已 overflow:hidden，悬停整行时图片轻微放大 */
.sp-news-list .pic img{ transition: transform .35s var(--enh-ease); }
.sp-news-list .news-item:hover .pic img{ transform: scale(1.05); }

/* 百科/标签卡片：悬停填充色平滑过渡 */
.wiki-item{ transition: color .2s var(--enh-ease), background-color .2s var(--enh-ease), border-color .2s var(--enh-ease); }
/* ===== [排版布局 LAYOUT v1] 结束 ===== */

/* ===== [按钮突出 v2] 主行动按钮更醒目易点击 —— 仅追加, 不改类名/结构/链接; 主题色变量+fallback适配10套配色 ===== */
/* 主CTA = 每场比赛入口按钮 .sp-schedule-live-btn(直播详情/未开始/直播中); 直播中态父级 .sp-live-action.live */
@keyframes enhCtaPulse{
  0%,100%{ box-shadow: 0 3px 12px -4px color-mix(in srgb, var(--live,#e6002d) 42%, transparent); }
  50%    { box-shadow: 0 7px 24px -2px color-mix(in srgb, var(--live,#e6002d) 66%, transparent); }
}
.sp-schedule-live-btn{
  font-weight:800 !important;
  letter-spacing:.3px !important;
  min-height:34px !important;
  padding:0 20px !important;                       /* 更大点击热区(文字按钮做成胶囊) */
  border-radius:999px !important;                  /* 胶囊形更像可点按钮 */
  border-color:transparent !important;
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--theme-primary,#e11d48) 88%, #fff),
      var(--theme-primary-hover, var(--theme-primary,#e11d48))) !important;
  color:#fff !important;
  box-shadow: 0 4px 14px -4px color-mix(in srgb, var(--theme-primary,#e11d48) 52%, transparent);
  transition: transform .16s var(--enh-ease,ease), box-shadow .16s var(--enh-ease,ease), filter .16s var(--enh-ease,ease) !important;
  cursor:pointer;
}
.sp-schedule-live-btn:hover{
  color:#fff !important;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 9px 26px -4px color-mix(in srgb, var(--theme-primary,#e11d48) 62%, transparent);
  filter: brightness(1.07);
}
.sp-schedule-live-btn:active{ transform: translateY(0) scale(.98); }
/* 直播中态: 保留"直播红"渐变 + 轻柔呼吸光晕(只动 box-shadow, 不放大, 避免多个同时闪太吵) */
.sp-live-action.live .sp-schedule-live-btn,
.sp-live-action.live a{
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--live,#e6002d) 90%, #fff),
      var(--live,#e6002d)) !important;
  border-color:transparent !important;
  color:#fff !important;
  animation: enhCtaPulse 2s ease-in-out infinite;
}
/* ===== [按钮突出 v2] 结束 ===== */

/* ===== [主CTA强化 v3] 首页比赛行主直播按钮 —— 以实际渲染HTML为准: <div class="sp-live-action ... match_every"><a class="sp-schedule-live-btn">直播详情/未开始/直播中</a></div>; 精确选择器 .sp-live-action a.sp-schedule-live-btn (<a>本身即带该类); 直播中态父级带 .live。仅追加,不改HTML/类名/结构/链接; !important 盖过 v1/v2 ===== */
@keyframes enhCtaBreathV3{
  0%,100%{ box-shadow: 0 4px 14px -4px color-mix(in srgb, var(--live,#e11d48) 46%, transparent); }
  50%    { box-shadow: 0 8px 26px -2px color-mix(in srgb, var(--live,#e11d48) 70%, transparent); }
}
/* 填充胶囊主CTA: 主题色浅→深渐变 + 彩色光晕, 更大热区 */
.sp-live-action a.sp-schedule-live-btn,
a.sp-schedule-live-btn,
.sp-schedule-live-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:8px 20px !important;                     /* 更大点击热区(文字胶囊按钮, 行内正常显示不撑破) */
  min-height:36px !important;
  border:0 !important;
  border-radius:999px !important;                  /* 胶囊 */
  background:#e11d48 !important;                    /* 十六进制 fallback */
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--theme-primary,#e11d48) 82%, #fff),
      var(--theme-primary-hover, color-mix(in srgb, var(--theme-primary,#e11d48) 78%, #000))) !important;
  color:#fff !important;
  font-weight:800 !important;
  letter-spacing:.3px !important;
  box-shadow: 0 5px 16px -4px color-mix(in srgb, var(--theme-primary,#e11d48) 55%, transparent) !important;
  transition: transform .16s var(--enh-ease,cubic-bezier(.4,0,.2,1)),
              box-shadow .16s var(--enh-ease,cubic-bezier(.4,0,.2,1)),
              filter .16s var(--enh-ease,cubic-bezier(.4,0,.2,1)) !important;
  cursor:pointer !important;
}
.sp-live-action a.sp-schedule-live-btn:hover,
a.sp-schedule-live-btn:hover,
.sp-schedule-live-btn:hover{
  color:#fff !important;
  transform: translateY(-2px) scale(1.06) !important;
  filter: brightness(1.08) !important;
  box-shadow: 0 11px 30px -4px color-mix(in srgb, var(--theme-primary,#e11d48) 66%, transparent) !important;
}
.sp-live-action a.sp-schedule-live-btn:active,
a.sp-schedule-live-btn:active,
.sp-schedule-live-btn:active{ transform: scale(.98) !important; }
/* 在播态(父级 .sp-live-action.live): 直播红渐变 + 轻柔呼吸光晕(只动 box-shadow, 2s, 不放大) */
.sp-live-action.live a.sp-schedule-live-btn,
.sp-live-action.live a{
  background:#e11d48 !important;                    /* 十六进制 fallback */
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--live,#e11d48) 88%, #fff),
      var(--live,#e11d48)) !important;
  color:#fff !important;
  animation: enhCtaBreathV3 2s ease-in-out infinite !important;
}
/* ===== [主CTA强化 v3] 结束 ===== */

/* ===== [视觉加强 v4] 静态即可见的大胆升级 —— 仅追加, 不改类名/结构/链接; 只做视觉不动布局引擎(display/flex/grid/position/width/height); 主题色变量+fallback 适配10套配色 ===== */
/* 1) 内容卡片/面板(热门赛事/最新资讯/侧栏卡片/热门词条/友链): 明显立体化——静态大柔阴影 + 更大圆角 + 极淡主题色描边 */
.sp-fixture-board,
.sp-side-card,
.sp-news-board,
.sp-links-board{
  border-radius:14px !important;                                              /* 更大圆角, 更像现代卡片 */
  border:1px solid #e5e7eb !important;                                        /* fallback */
  border:1px solid color-mix(in srgb, var(--theme-primary,#3b82f6) 12%, var(--border-light,#e5e7eb)) !important;
  box-shadow:0 6px 22px -8px rgba(0,0,0,.18);                                  /* 静态可见立体阴影(不加!important, 保留v1的悬停加强) */
}
.sp-news-list .pic{ border-radius:10px !important; }                          /* 新闻缩略图更大圆角更精致 */

/* 2) 区块标题(h2/h3): 加粗 + 主题色渐变下划线, 静态醒目(不改字号以保留移动端响应式) */
.sp-board-head h2,
.sp-board-head h3{
  font-weight:900 !important;
  letter-spacing:.3px !important;
  padding-bottom:7px !important;
  background-image:linear-gradient(90deg,
      var(--theme-primary,#3b82f6),
      color-mix(in srgb, var(--theme-primary,#3b82f6) 25%, transparent)) !important;
  background-repeat:no-repeat !important;
  background-size:42px 3px !important;
  background-position:0 100% !important;                                       /* 文字左下 42px 主题色下划线 */
}

/* 3) 首页比赛行主直播按钮: 再大一点 + 静态可见彩色阴影光晕(盖过 v3) */
.sp-live-action a.sp-schedule-live-btn,
a.sp-schedule-live-btn,
.sp-schedule-live-btn{
  padding:9px 22px !important;                                                /* 比 v3(8px 20px)更大 */
  min-height:38px !important;
  box-shadow:0 6px 16px -4px rgba(225,29,72,.4) !important;                    /* fallback */
  box-shadow:0 7px 18px -4px color-mix(in srgb, var(--theme-primary,#3b82f6) 52%, transparent) !important;
}

/* 4) 比赛行/新闻行: 更清晰的分隔线(极淡主题色调), 让列表更有条理 */
.sp-fixture-row{ border-bottom:1px solid color-mix(in srgb, var(--theme-primary,#3b82f6) 9%, #e6ebf2) !important; }
.sp-news-list .news-item{ border-top:1px solid color-mix(in srgb, var(--theme-primary,#3b82f6) 9%, #e6ebf2) !important; }
/* ===== [视觉加强 v4] end ===== */

/* ===== [横排综合加强 v5] 首页比赛行横排精致化 + 直播中/即将开始按钮明显区分 —— 仅追加, 保持原横排(不改 display/flex/grid, 不做卡片), 不改HTML/类名/结构/链接; 主题色变量 var(--theme-primary)+fallback 适配10套配色; 全部 !important 盖过 v1-v4 =====
   真实类名(以实际渲染HTML为准): 行=.sp-fixture-row  队徽=.sp-team img  联赛=.sp-league  VS/比分=.sp-score
   直播中按钮 = .sp-live-action.live a.sp-schedule-live-btn   (父级 <div class="sp-live-action live match_every"> 带 .live)
   即将开始按钮 = .sp-live-action:not(.live) a.sp-schedule-live-btn (父级 <div class="sp-live-action  match_every"> 无 .live) */

/* 1) 比赛行: 隔行淡主题色 + 悬停整行高亮 + 左侧主题条 + 分隔线 (保持原 7 列 grid 横排, 只动颜色/阴影/边框) */
.sp-fixture-list .sp-fixture-row:nth-child(2n){
  background: color-mix(in srgb, var(--theme-primary,#e11d48) 4%, transparent) !important;
}
.sp-fixture-list .sp-fixture-row{
  border-bottom: 1px solid color-mix(in srgb, var(--theme-primary,#e11d48) 10%, #eef2f7) !important;
  transition: background-color .18s var(--enh-ease,cubic-bezier(.4,0,.2,1)), box-shadow .18s var(--enh-ease,cubic-bezier(.4,0,.2,1)) !important;
}
.sp-fixture-list .sp-fixture-row:hover{
  background: color-mix(in srgb, var(--theme-primary,#e11d48) 10%, transparent) !important;
  box-shadow: inset 3px 0 0 0 var(--theme-primary,#e11d48) !important;
}

/* 2) 队徽: 放大圆形 + 浅底 + 内边距 + 轻阴影, 更精致 */
.sp-fixture-row .sp-team img{
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: #f1f4f8 !important;
  padding: 3px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.12) !important;
}

/* 3) 联赛: 主题色胶囊标签 */
.sp-fixture-row .sp-league{
  background: color-mix(in srgb, var(--theme-primary,#e11d48) 14%, transparent) !important;
  color: var(--theme-primary,#e11d48) !important;
  padding: 3px 10px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}
.sp-fixture-row .sp-league:hover{
  background: color-mix(in srgb, var(--theme-primary,#e11d48) 22%, transparent) !important;
  color: var(--theme-primary,#e11d48) !important;
}

/* 4) VS/比分: 主题色渐变徽章白字 */
.sp-fixture-row .sp-score{
  background:#e11d48 !important;                                  /* 十六进制 fallback */
  background: linear-gradient(135deg,
      var(--theme-primary,#e11d48),
      color-mix(in srgb, var(--theme-primary,#e11d48) 60%, #000)) !important;
  color:#fff !important;
  border-radius: 8px !important;
  padding: 3px 0 !important;
  font-weight: 800 !important;
  box-shadow: 0 2px 8px -3px color-mix(in srgb, var(--theme-primary,#e11d48) 55%, transparent) !important;
}

/* 5) 直播中按钮 = 实心主题色渐变胶囊 + 白字800 + 彩色光晕 + 白色脉冲点 (最醒目) */
.sp-live-action.live a.sp-schedule-live-btn{
  background:#e11d48 !important;                                  /* 十六进制 fallback */
  background: linear-gradient(135deg,
      color-mix(in srgb, var(--theme-primary,#e11d48) 88%, #fff),
      var(--theme-primary,#e11d48)) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:999px !important;
  font-weight:800 !important;
  box-shadow: 0 5px 15px -4px color-mix(in srgb, var(--theme-primary,#e11d48) 55%, transparent) !important;
  animation: none !important;                                     /* 关掉 v2/v3 的整钮呼吸, 光晕交给静态阴影, 脉冲交给白点 */
}
.sp-live-action.live a.sp-schedule-live-btn::before{
  content:"" !important;
  display:inline-block !important;
  width:7px !important;
  height:7px !important;
  border-radius:50% !important;
  background:#fff !important;
  margin-right:6px !important;
  flex:0 0 auto !important;
  animation: rowLiveDot 1.4s infinite !important;
}
@keyframes rowLiveDot{
  0%  { box-shadow:0 0 0 0 rgba(255,255,255,.75); }
  70% { box-shadow:0 0 0 6px rgba(255,255,255,0); }
  100%{ box-shadow:0 0 0 0 rgba(255,255,255,0); }
}

/* 6) 即将开始/未开始按钮 = 描边胶囊(白底 + 主题色边 + 主题色字 + 无光晕 + 无脉冲点), 与直播中一眼可区分 */
.sp-live-action:not(.live) a.sp-schedule-live-btn{
  background:#fff !important;
  background-image:none !important;
  color: var(--theme-primary,#e11d48) !important;
  border:1.5px solid color-mix(in srgb, var(--theme-primary,#e11d48) 48%, transparent) !important;
  box-shadow:none !important;
  border-radius:999px !important;
  font-weight:700 !important;
  animation:none !important;
}
.sp-live-action:not(.live) a.sp-schedule-live-btn:hover{
  background: color-mix(in srgb, var(--theme-primary,#e11d48) 10%, #fff) !important;
  color: var(--theme-primary,#e11d48) !important;
  border-color: color-mix(in srgb, var(--theme-primary,#e11d48) 60%, transparent) !important;
  box-shadow:none !important;
  transform:none !important;
}
/* ===== [横排综合加强 v5] 结束 ===== */
