: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; }

.text-logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 42%;
  height: 3px;
  background: var(--theme-primary);
}

.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;}