:root {
  --theme-primary: #e6002d;
  --theme-primary-hover: #bf0025;
  --theme-dark: #14191f;
  --theme-ink: #142033;
  --theme-muted: #66758a;
  --theme-border: #e6ebf1;
  --theme-bg: #f4f7fb;
  --theme-card: #fff;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  background: var(--theme-bg);
  color: var(--theme-ink);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.72;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#divAll,
#divPage,
#divMiddle,
#divMain,
#divMain > div,
#main,
.main,
.content,
.container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
  float: none !important;
  clear: both !important;
}

.sp-home .jzt-global-header,
.sp-match-detail .jzt-global-header,
.sp-schedule-page .jzt-global-header,
.sp-league-page .jzt-global-header,
.sp-entity-page .jzt-global-header,
.sp-topic-body .jzt-global-header {
  width: 100%;
  float: none !important;
  clear: both;
  transform: none !important;
}

button,
input {
  font-family: inherit;
  font-size: 14px;
}

.site-container,
.sp-match-container,
.jzt-portal-inner {
  width: min(1200px, calc(100% - 30px));
  margin: 0 auto;
}

.jzt-global-header {
  position: relative;
  z-index: 20;
  background: var(--theme-dark);
  color: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.jzt-header-main {
  min-height: 64px;
}

.jzt-flex-between {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.jzt-logo-box {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

.jzt-logo-box:hover {
  color: #fff;
}

.text-logo {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.text-logo::after {
  content: "";
  position: absolute;
  right: -9px;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c77a;
}

.jzt-nav-primary {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jzt-nav-primary::-webkit-scrollbar,
.jzt-sub-menu::-webkit-scrollbar,
.sp-score-strip::-webkit-scrollbar,
.c-dates::-webkit-scrollbar {
  display: none;
}

.jzt-nav-primary a {
  min-width: 62px;
  height: 64px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f8fbff;
  font-weight: 800;
  white-space: nowrap;
}

.jzt-nav-primary a:hover,
.jzt-nav-primary a.active,
.jzt-nav-primary a:first-child {
  background: var(--theme-primary);
  color: #fff;
}

.jzt-search-form {
  flex: 0 0 240px;
  display: flex;
  align-items: center;
  margin: 0;
}

.jzt-search-form input {
  width: 100%;
  height: 38px;
  border: 1px solid #3b424d;
  border-radius: 20px 0 0 20px;
  padding: 0 14px;
  color: #fff;
  background: #2a3038;
  outline: none;
}

.jzt-search-form button {
  width: 52px;
  height: 38px;
  border: 0;
  border-radius: 0 20px 20px 0;
  color: #fff;
  background: var(--theme-primary);
  cursor: pointer;
}

.jzt-header-sub {
  height: 42px;
  background: #fff;
  color: #3b4b60;
  border-bottom: 1px solid var(--theme-border);
}

.jzt-header-sub .site-container {
  height: 42px;
}

.jzt-sub-menu {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jzt-sub-menu a {
  flex: 0 0 auto;
  color: #3b4b60;
  white-space: nowrap;
}

.jzt-sub-menu a:hover {
  color: var(--theme-primary);
}

.sp-section,
.mod-box,
.wg,
.sp-side-card,
.side-card,
.cat-main-col,
.cat-hub-header,
.sp-article,
.sp-match-card,
.jzt-portal-section,
.matrix-card {
  background: var(--theme-card);
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  overflow: hidden;
}

.sp-section-head,
.mod-hd,
.wg-hd,
.side-card-hd,
.sp-board-head,
.sp-ls-section-head {
  min-height: 54px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border-bottom: 1px solid var(--theme-border);
}

.sp-section-head h1,
.sp-section-head h2,
.mod-hd span,
.wg-hd,
.side-card-hd span,
.sp-board-head h2,
.sp-ls-section-head h2 {
  margin: 0;
  color: #172033;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.sp-section-head h1::before,
.sp-section-head h2::before,
.mod-hd span::before,
.wg-hd::before,
.side-card-hd span::before,
.sp-board-head h2::before,
.sp-ls-section-head h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 10px;
  border-radius: 2px;
  background: var(--theme-primary);
  vertical-align: -4px;
}

.sp-section-head a,
.mod-hd a,
.wg-hd a,
.side-card-hd a,
.sp-ls-section-head a {
  color: #7b8797;
  font-size: 13px;
  font-weight: 500;
}

.sp-section-head a:hover,
.mod-hd a:hover,
.wg-hd a:hover,
.side-card-hd a:hover,
.sp-ls-section-head a:hover {
  color: var(--theme-primary);
}

.sp-empty,
.sp-empty-page {
  padding: 30px;
  color: #7b8797;
  text-align: center;
}

.sp-empty-inline {
  color: #7b8797;
}

.jzt-live-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid var(--theme-primary);
  border-radius: 4px;
  color: #fff;
  background: var(--theme-primary);
  font-weight: 900;
  line-height: 1.2;
  transition: 0.2s;
}

.jzt-live-btn:hover {
  color: #fff;
  background: var(--theme-primary-hover);
  border-color: var(--theme-primary-hover);
}

.jzt-footer {
  margin-top: 50px;
  padding: 34px 0;
  color: #a8b8ca;
  text-align: center;
  background: #172436;
  border-top: 4px solid var(--theme-primary);
}

.jzt-footer nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.jzt-footer a {
  color: #fff;
  font-weight: 900;
}

.jzt-footer p {
  margin: 7px 0 0;
}

/* Home */
.sp-home-shell {
  padding-bottom: 40px;
}

.sp-score-strip {
  height: 46px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
}

.sp-score-strip a {
  flex: 0 0 auto;
  padding: 8px 16px;
  border: 1px solid var(--theme-border);
  border-radius: 20px;
  color: #445268;
  background: #fff;
  font-weight: 800;
}

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

.sp-ls-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  align-items: start;
  margin-top: 10px;
}

.sp-channel-rail,
.sp-hero-news,
.sp-live-marquee,
.sp-fixture-board,
.sp-side-card,
.sp-ls-section,
.sp-seo-copy {
  background: #fff;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  overflow: hidden;
}

.sp-channel-rail {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.sp-channel-rail a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--theme-border);
  border-radius: 22px;
  background: #fff;
  color: #243247;
  font-weight: 900;
}

.sp-channel-rail i {
  font-style: normal;
  color: var(--theme-primary);
}

.sp-channel-rail a:hover,
.sp-channel-rail a:first-child {
  color: #fff;
  background: var(--theme-primary);
}

.sp-channel-rail a:hover i,
.sp-channel-rail a:first-child i {
  color: #fff;
}

.sp-hero-media {
  min-height: 350px;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.sp-hero-media a,
.sp-hero-placeholder {
  position: relative;
  display: block;
  min-height: 160px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #161d27;
}

.sp-hero-main {
  grid-row: 1 / span 2;
}

.sp-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  opacity: 0.82;
  transition: 0.3s;
}

.sp-hero-media a:hover img {
  transform: scale(1.04);
  opacity: 0.65;
}

.sp-hero-media a::after,
.sp-hero-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.82));
}

.sp-hero-media span,
.sp-hero-media strong,
.sp-hero-placeholder span,
.sp-hero-placeholder strong {
  position: absolute;
  left: 18px;
  right: 18px;
  z-index: 2;
}

.sp-hero-media span,
.sp-hero-placeholder span {
  bottom: 54px;
  display: inline-flex;
  width: fit-content;
  padding: 3px 9px;
  color: #fff;
  background: var(--theme-primary);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
}

.sp-hero-media strong,
.sp-hero-placeholder strong {
  bottom: 18px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-hero-main strong {
  font-size: 26px;
}

.sp-hero-main span {
  bottom: 78px;
}

.sp-hero-news {
  padding-bottom: 10px;
}

.sp-hero-news header,
.sp-side-card header {
  min-height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--theme-border);
}

.sp-hero-news h2,
.sp-side-card h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
}

.sp-hero-news > a {
  display: block;
  margin: 12px 14px 0;
  padding: 12px;
  border-radius: 6px;
  color: #263246;
  background: #f7f9fc;
  font-weight: 800;
  line-height: 1.5;
}

.sp-hero-news > a:hover {
  color: var(--theme-primary);
  background: #fff4f6;
}

.sp-hero-news > a span {
  display: inline-block;
  margin-right: 8px;
  color: var(--theme-primary);
}

.sp-live-marquee {
  min-height: 50px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
}

.sp-live-marquee > strong {
  flex: 0 0 auto;
  padding: 5px 10px;
  color: #fff;
  background: var(--theme-primary);
  border-radius: 4px;
}

.sp-live-marquee > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sp-live-marquee a {
  flex: 0 0 auto;
  color: #334155;
  white-space: nowrap;
}

.sp-live-marquee a:hover {
  color: var(--theme-primary);
}

.sp-live-marquee em {
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 3px;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.sp-live-marquee em.live,
.sp-live-marquee em.next {
  color: var(--theme-primary);
  background: #fff0f3;
}

.sp-live-marquee em.done {
  color: #667085;
  background: #edf1f5;
}

.sp-content-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  align-items: start;
}

.sp-board-head {
  align-items: flex-start;
}

.sp-board-head p {
  margin: 4px 0 0;
  color: var(--theme-muted);
  font-size: 13px;
}

.sp-board-head nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sp-board-head button,
.league-filter-btn {
  min-height: 30px;
  border: 1px solid var(--theme-border);
  border-radius: 4px;
  padding: 0 12px;
  color: #5b687c;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
}

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

.sp-fixture-head,
.jzt-match-row {
  display: grid;
  grid-template-columns: 66px 72px 82px minmax(0, 1fr) 76px minmax(0, 1fr) 82px;
  align-items: center;
  gap: 10px;
}

.sp-fixture-head {
  padding: 10px 16px;
  color: #8a95a6;
  background: #f7f9fc;
  font-size: 12px;
  font-weight: 900;
}

.sp-fixture-list {
  max-height: 700px;
  overflow-y: auto;
}

.jzt-match-row {
  padding: 13px 16px;
  border-bottom: 1px dashed #eef2f6;
  color: #263246;
  background: #fff;
  transition: 0.2s;
}

.jzt-match-row:hover {
  background: #fff7f8;
}

.jzt-m-status-box {
  min-width: 0;
}

.jzt-m-badge {
  display: inline-flex;
  justify-content: center;
  width: 52px;
  padding: 3px 0;
  border-radius: 3px;
  color: #667085;
  background: #eef2f7;
  font-size: 12px;
  font-weight: 900;
}

.jzt-m-badge.live {
  color: #fff;
  background: var(--theme-primary);
}

.jzt-m-badge.next {
  color: var(--theme-primary);
  background: #fff0f3;
}

.jzt-m-badge.delay {
  color: #925a00;
  background: #fff3d6;
}

.mob-status {
  display: none;
}

.jzt-m-time {
  color: #667085;
  text-align: center;
  line-height: 1.25;
}

.jzt-m-time .t-md {
  display: block;
  color: #98a2b3;
  font-size: 12px;
}

.jzt-m-time .t-hi {
  display: block;
  color: #172033;
  font-weight: 900;
}

.jzt-m-league {
  color: #667085;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jzt-m-team {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.jzt-m-team.h {
  justify-content: flex-end;
  text-align: right;
}

.jzt-m-team.a {
  justify-content: flex-start;
  text-align: left;
}

.jzt-m-team img,
.team-card img,
.sp-team-logo img,
.side-team-grid img,
.jzt-standing-table img {
  object-fit: contain;
}

.jzt-m-team img {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
}

.jzt-m-team-name {
  min-width: 0;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jzt-m-score {
  text-align: center;
  color: #111827;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.jzt-m-score.live {
  color: var(--theme-primary);
}

.jzt-m-act {
  text-align: right;
}

.jzt-m-act span {
  display: inline-flex;
  justify-content: center;
  min-width: 72px;
  padding: 5px 8px;
  border: 1px solid var(--theme-primary);
  border-radius: 4px;
  color: var(--theme-primary);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.jzt-match-row:hover .jzt-m-act span {
  color: #fff;
  background: var(--theme-primary);
}

.sp-ls-side {
  display: grid;
  gap: 14px;
}

.sp-live-counts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px;
}

.sp-live-counts div {
  padding: 14px 8px;
  border-radius: 6px;
  text-align: center;
  background: #f7f9fc;
}

.sp-live-counts strong {
  display: block;
  color: var(--theme-primary);
  font-size: 28px;
  line-height: 1;
}

.sp-live-counts span {
  display: block;
  margin-top: 6px;
  color: var(--theme-muted);
}

.sp-core-list,
.sp-topic-cloud,
.tag-cloud-dense,
.side-tag-cloud,
.core-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 16px;
}

.sp-core-list a,
.sp-topic-cloud a,
.tag-cloud-dense a,
.side-tag-cloud a,
.core-tag-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #e3e9f1;
  border-radius: 16px;
  color: #46556a;
  background: #f8fafc;
  font-weight: 700;
}

.sp-core-list a:hover,
.sp-topic-cloud a:hover,
.tag-cloud-dense a:hover,
.side-tag-cloud a:hover,
.core-tag-cloud a:hover {
  color: #fff;
  border-color: var(--theme-primary);
  background: var(--theme-primary);
}

.sp-ls-section,
.sp-seo-copy {
  margin-top: 18px;
}

.sp-league-grid,
.sp-video-grid {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.sp-league-grid {
  grid-template-columns: repeat(10, 1fr);
}

.sp-league-grid a {
  min-height: 104px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  background: #f9fbfd;
  text-align: center;
}

.sp-league-grid a:hover {
  border-color: var(--theme-primary);
  background: #fff4f6;
}

.sp-league-grid img {
  width: 42px;
  height: 42px;
}

.sp-league-grid strong {
  color: #263246;
  font-weight: 950;
}

.sp-league-grid em {
  color: #7b8797;
  font-size: 12px;
  font-style: normal;
}

.sp-video-grid {
  grid-template-columns: repeat(4, 1fr);
}

.sp-video-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  background: #fff;
}

.sp-video-card span {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101820;
}

.sp-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: 0.3s;
}

.sp-video-card i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(230, 0, 45, 0.92);
  font-style: normal;
}

.sp-video-card strong {
  display: block;
  height: 48px;
  padding: 8px 10px;
  color: #263246;
  font-weight: 900;
  line-height: 1.45;
  overflow: hidden;
}

.sp-video-card:hover img {
  opacity: 0.65;
  transform: scale(1.05);
}

.sp-seo-copy {
  padding: 20px;
  color: #5c697c;
  line-height: 1.9;
}

.sp-seo-copy p {
  margin: 0 0 8px;
}

/* Schedule and league */
.page-wrap,
.jzt-portal-league-wrap,
.jzt-portal-cat-wrap,
.portal-table-container,
.sp-directory-page,
.sp-article-page {
  padding: 22px 0 42px;
}

.breadcrumb,
.clean-breadcrumb,
.sp-match-crumb,
.core-seo-breadcrumb {
  margin-bottom: 14px;
  color: #7b8797;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.breadcrumb a,
.clean-breadcrumb a,
.sp-match-crumb a,
.core-seo-breadcrumb a {
  color: #526176;
}

.breadcrumb a:hover,
.clean-breadcrumb a:hover,
.sp-match-crumb a:hover,
.core-seo-breadcrumb a:hover {
  color: var(--theme-primary);
}

.layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.col-main {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
  overflow: hidden;
}

.col-side,
.layout-side,
.cat-sidebar {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.schedule-title {
  padding: 18px 20px;
  border-bottom: 1px solid var(--theme-border);
}

.schedule-title h1 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.35;
}

.schedule-title p {
  margin: 0;
  color: var(--theme-muted);
}

.c-dates {
  padding: 12px 14px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  border-bottom: 1px solid var(--theme-border);
}

.c-dates a {
  flex: 0 0 86px;
  padding: 6px 0;
  border: 1px solid #dbe3ec;
  border-radius: 5px;
  text-align: center;
  color: #435168;
}

.c-dates a.active {
  color: #fff;
  border-color: var(--theme-primary);
  background: var(--theme-primary);
}

.d-date,
.d-week {
  display: block;
  line-height: 1.35;
}

.d-week {
  color: #8995a7;
  font-size: 12px;
}

.c-dates a.active .d-week {
  color: rgba(255, 255, 255, 0.8);
}

.jzt-league-filter-bar {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  background: #f8fafc;
  border-bottom: 1px solid var(--theme-border);
}

.jzt-league-filter-bar span {
  color: #5c697c;
  font-weight: 900;
}

.jzt-league-group-title {
  margin: 0;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid var(--theme-primary);
  border-bottom: 1px solid #edf1f5;
  color: var(--theme-primary);
  background: #f4f7fb;
  font-size: 16px;
}

.jzt-league-group-title span {
  color: #7b8797;
  font-size: 12px;
}

.league-matrix-top {
  margin-bottom: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
}

.league-matrix-top a {
  padding: 4px 12px;
  border-radius: 16px;
  color: #526176;
  background: #f5f7fa;
}

.league-matrix-top a:hover {
  color: #fff;
  background: var(--theme-primary);
}

.league-header {
  margin-bottom: 18px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 4px solid var(--theme-primary);
  background: #fff;
  border-radius: 8px;
}

.league-title-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.league-title-box h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}

.league-top-logo {
  width: 48px;
  height: 48px;
}

.league-jzt-nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.league-jzt-nav-links a {
  padding: 8px 15px;
  border-radius: 4px;
  color: #526176;
  background: #f4f6f9;
  font-weight: 800;
}

.league-jzt-nav-links a:hover {
  color: #fff;
  background: var(--theme-primary);
}

.jzt-seo-content-box {
  margin-top: 18px;
  padding: 22px;
  border: 1px dashed #dbe3ec;
  border-radius: 8px;
  color: #526176;
  background: #fff;
  line-height: 1.9;
}

.jzt-seo-content-box h2,
.jzt-seo-content-box h3 {
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 4px solid var(--theme-primary);
  color: #172033;
  font-size: 17px;
}

.news-list,
.side-news-ul {
  list-style: none;
  margin: 0;
  padding: 14px 18px;
}

.news-list li,
.side-news-ul li {
  padding: 10px 0 10px 14px;
  position: relative;
  border-bottom: 1px dashed #edf1f5;
}

.news-list li::before,
.side-news-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--theme-primary);
}

.news-list a,
.side-news-ul a {
  color: #36445a;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list a:hover,
.side-news-ul a:hover {
  color: var(--theme-primary);
}

.hub-latest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px;
}

/* Standings */
.jzt-standing-table {
  overflow-x: auto;
}

.jzt-standing-table table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.jzt-standing-table th {
  padding: 11px 10px;
  color: #7b8797;
  background: #f8fafc;
  text-align: left;
  font-weight: 900;
}

.jzt-standing-table td {
  padding: 12px 10px;
  border-top: 1px dashed #edf1f5;
}

.jzt-standing-table td:first-child {
  width: 54px;
  text-align: center;
}

.jzt-standing-table b {
  color: var(--theme-primary);
}

.jzt-standing-table a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.jzt-standing-table img {
  width: 26px;
  height: 26px;
}

.jzt-league-matrix-nav {
  margin-bottom: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
}

.jzt-league-matrix-nav .tit {
  flex: 0 0 auto;
  font-weight: 900;
}

.jzt-league-matrix-nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jzt-league-matrix-nav a {
  padding: 5px 12px;
  border-radius: 16px;
  color: #526176;
  background: #f5f7fa;
}

.jzt-league-matrix-nav a.active,
.jzt-league-matrix-nav a:hover {
  color: #fff;
  background: var(--theme-primary);
}

/* Match page */
.sp-match-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-bottom: 42px;
  clear: both;
}

.sp-match-hero {
  padding: 22px 0;
  background: #eef3f8;
}

.sp-match-detail .sp-match-container {
  width: min(1200px, calc(100% - 30px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0;
  padding-right: 0;
  float: none !important;
  clear: both;
}

.sp-scoreboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1.25fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.sp-team-panel,
.sp-score-core {
  min-width: 0;
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--theme-border);
}

.sp-team-link {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.sp-team-logo {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f7f9fc;
}

.sp-team-logo img {
  width: 72px;
  height: 72px;
}

.sp-team-link strong {
  max-width: 100%;
  color: #172033;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.3;
  word-break: break-word;
}

.sp-score-core {
  text-align: center;
}

.sp-match-league {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 18px;
  color: var(--theme-primary);
  background: #fff0f3;
  font-weight: 900;
}

.sp-score-core h1 {
  margin: 0 auto 10px;
  max-width: 430px;
  color: #0f1f36;
  font-size: 26px;
  line-height: 1.35;
  word-break: break-word;
}

.sp-score-row b {
  display: block;
  color: #07162a;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 950;
}

.sp-status-line {
  margin: 8px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #58708f;
}

.sp-status-pill {
  padding: 4px 10px;
  border-radius: 16px;
  color: #667085;
  background: #edf1f5;
  font-weight: 900;
}

.sp-status-pill.is-live {
  color: #fff;
  background: var(--theme-primary);
}

.sp-status-pill.is-next {
  color: var(--theme-primary);
  background: #fff0f3;
}

.sp-match-layout {
  margin-top: 22px;
}

.layout-main {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.sp-match-card .sp-section-head {
  border-bottom-color: var(--theme-border);
}

.sp-live-body {
  padding: 18px;
}

.sp-live-body p {
  margin: 0 0 14px;
  color: #526176;
}

.sp-live-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sp-live-lines .jzt-live-btn {
  min-width: 150px;
}

.sp-table-wrap {
  overflow-x: auto;
}

.sp-quarter-table,
.sp-history-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.sp-quarter-table th,
.sp-history-table th {
  padding: 12px;
  color: #7b8797;
  background: #f8fafc;
  text-align: center;
  font-weight: 900;
}

.sp-quarter-table td,
.sp-history-table td {
  padding: 13px 12px;
  border-top: 1px dashed #edf1f5;
  text-align: center;
}

.sp-quarter-table td:first-child,
.sp-history-table td:nth-child(2),
.sp-history-table td:nth-child(4) {
  color: #172033;
  font-weight: 900;
}

.sp-quarter-table td:last-child,
.sp-history-table b {
  color: #07162a;
  font-size: 18px;
  font-weight: 950;
}

.sp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.sp-form-list {
  padding: 14px 18px;
}

.sp-form-row {
  min-height: 42px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 70px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  border-bottom: 1px dashed #edf1f5;
}

.sp-form-row:last-child {
  border-bottom: 0;
}

.sp-form-row span:not(.sp-result-badge) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-form-row b {
  text-align: center;
  color: #07162a;
}

.sp-result-badge {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.sp-result-badge.is-win {
  background: #19b66a;
}

.sp-result-badge.is-lose {
  background: #e24a5a;
}

.sp-result-badge.is-draw {
  background: #8a94a6;
}

.sp-article-body {
  padding: 20px;
  color: #39485e;
  font-size: 15px;
  line-height: 1.95;
}

.sp-article-body p {
  margin: 0 0 14px;
}

.side-card {
  padding: 0;
}

.side-league-card {
  padding: 16px;
}

.sl-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sl-wrap img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.sl-info h3 {
  margin: 0 0 4px;
  color: #172033;
  font-size: 18px;
}

.sl-info em {
  color: var(--theme-primary);
  font-style: normal;
}

.side-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px;
}

.st-card {
  min-width: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 1px solid #edf1f5;
  border-radius: 8px;
  text-align: center;
  background: #f8fafc;
}

.st-card img {
  width: 52px;
  height: 52px;
}

.st-card span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}

/* Team and player */
.jzt-portal-team-wrap,
.portal-player-wrap {
  padding: 22px 0 42px;
}

.jzt-hero-board,
.player-hero {
  margin-bottom: 18px;
  padding: 34px 26px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 24, 38, 0.96), rgba(199, 0, 48, 0.82)),
    #15191f;
}

.hero-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.jzt-team-logo-box,
.avatar-box {
  width: 110px;
  height: 110px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: #fff;
}

.jzt-team-logo-box img,
.avatar-box img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 50%;
}

.info-box {
  max-width: 720px;
}

.info-box h1 {
  margin: 8px 0 8px;
  font-size: 34px;
  line-height: 1.25;
}

.info-box p {
  margin: 0;
  color: #edf3fb;
}

.position-badge {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 900;
}

.jzt-portal-section {
  margin-bottom: 18px;
}

.jzt-portal-sec-header {
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid var(--theme-border);
  border-left: 4px solid var(--theme-primary);
  background: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.jzt-portal-sec-body {
  padding: 18px;
}

.jzt-players-grid,
.team-grid {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.jzt-players-grid {
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}

.team-grid {
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
}

.player-card,
.team-card {
  min-width: 0;
  padding: 13px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  color: #263246;
  background: #f9fbfd;
  text-align: center;
  transition: 0.2s;
}

.player-card:hover,
.team-card:hover {
  border-color: var(--theme-primary);
  background: #fff4f6;
  transform: translateY(-2px);
}

.player-card img,
.team-card img {
  width: 58px;
  height: 58px;
}

.player-card .p-name,
.team-card span {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}

.player-card .p-pos {
  color: var(--theme-muted);
  font-size: 12px;
}

/* Archive and article */
.cat-hub-header {
  margin-bottom: 18px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 4px solid var(--theme-primary);
}

.cat-hub-header h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.35;
}

.hub-jzt-nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hub-btn {
  padding: 7px 14px;
  border-radius: 18px;
  color: #526176;
  background: #f5f7fa;
  font-weight: 800;
}

.hub-btn:hover {
  color: #fff;
  background: var(--theme-primary);
}

.cat-layout,
.sp-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.cat-main-col {
  padding: 20px;
}

.cat-news-list {
  display: grid;
  gap: 0;
}

.cat-news-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px dashed #edf1f5;
}

.cat-news-item:first-child {
  padding-top: 0;
}

.cat-news-item:last-child {
  border-bottom: 0;
}

.cn-img {
  display: block;
  height: 138px;
  overflow: hidden;
  border-radius: 8px;
  background: #101820;
}

.cn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.cat-news-item:hover .cn-img img {
  transform: scale(1.05);
}

.cn-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cn-title {
  color: #172033;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 950;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cn-excerpt {
  margin-top: 9px;
  color: #667085;
  font-style: normal;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cn-meta {
  margin-top: 10px;
  color: #98a2b3;
}

.cat-news-item:hover .cn-title {
  color: var(--theme-primary);
}

.cat-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.sp-article {
  padding: 28px;
}

.article-title {
  margin: 0 0 12px;
  color: #0f1f36;
  font-size: 30px;
  line-height: 1.4;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
  color: #7b8797;
}

.sp-article-cover {
  margin: 0 0 22px;
}

.sp-article-cover img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.article-content {
  color: #243247;
  font-size: 16px;
  line-height: 2;
}

.article-content p {
  margin: 0 0 18px;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.related-data-nav {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px dashed #dfe6ee;
}

.rdn-title {
  margin: 0 0 12px;
  font-size: 18px;
}

.rdn-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rdn-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 6px;
  border: 1px solid #e3e9f1;
  border-radius: 18px;
  background: #f8fafc;
}

.rdn-btn .lbl {
  padding: 3px 8px;
  border-radius: 14px;
  color: #fff;
  background: var(--theme-primary);
  font-size: 12px;
  font-weight: 900;
}

.jzt-global-spider-net {
  margin-top: 28px;
  padding: 18px;
  border: 1px dashed #cfd9e6;
  border-radius: 8px;
  background: #fbfdff;
}

.gsn-header {
  margin-bottom: 12px;
  color: #172033;
  font-size: 17px;
  font-weight: 900;
}

.gsn-body {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.gsn-body a {
  padding: 5px 12px;
  border: 1px solid #e3e9f1;
  border-radius: 16px;
  color: #526176;
  background: #fff;
}

.gsn-body a:hover {
  color: #fff;
  background: var(--theme-primary);
}

.sp-article-side {
  display: grid;
  gap: 16px;
}

.side-match-item {
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 48px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px dashed #edf1f5;
}

.side-match-time {
  color: #7b8797;
  font-size: 12px;
  line-height: 1.35;
}

.side-match-vs {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  gap: 4px;
  align-items: center;
}

.side-match-vs .team {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.side-match-vs .h {
  text-align: right;
}

.side-match-vs .vs {
  color: #b7c0cc;
  text-align: center;
}

.side-match-btn {
  padding: 4px 0;
  border-radius: 4px;
  color: var(--theme-primary);
  background: #fff0f3;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

/* Topic page */
.core-hub-wrap {
  padding: 22px 0 42px;
}

.core-seo-h1 {
  margin: 8px 0 18px;
  color: #0f1f36;
  font-size: 28px;
  line-height: 1.35;
}

.core-hero {
  position: relative;
  margin-bottom: 20px;
  padding: 26px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(16, 20, 28, 0.94), rgba(190, 0, 45, 0.78)),
    url("../deEG5188Gj.png") center / cover no-repeat,
    #15191f;
}

.hero-content-zindex {
  position: relative;
  z-index: 2;
}

.hero-top-bar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-title {
  font-size: 20px;
}

.hero-pulse-time {
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.25);
}

.core-ticker-swiper {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.core-ticker-card {
  min-width: 0;
  padding: 14px;
  border-radius: 8px;
  color: #172033;
  background: rgba(255, 255, 255, 0.94);
}

.ct-status {
  margin-bottom: 10px;
  padding: 3px 0;
  border-radius: 4px;
  color: var(--theme-primary);
  background: #fff0f3;
  text-align: center;
  font-weight: 900;
}

.ct-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.ct-team {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.ct-team img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ct-team span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}

.ct-vs {
  color: #b7c0cc;
  text-align: center;
}

.ct-time {
  margin-top: 10px;
  color: #7b8797;
  text-align: center;
}

.core-global-sources {
  margin-top: 18px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.source-label {
  color: #ffe36a;
  font-weight: 900;
}

.source-btns .sp-live-lines {
  padding: 0;
}

.core-section {
  margin-bottom: 20px;
}

.core-sec-bd,
.mc-bd {
  padding: 20px;
}

.content-format {
  color: #36445a;
  font-size: 15px;
  line-height: 1.9;
}

.core-bottom-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mc-hd {
  padding: 15px 18px;
  border-bottom: 1px solid var(--theme-border);
  color: #172033;
  font-size: 17px;
  font-weight: 900;
}

.mc-bd .sp-section {
  border: 0;
}

.mc-bd .sp-section-head {
  display: none;
}

/* Directory */
.sp-directory {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.sp-directory section h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.sp-empty-page {
  margin-top: 40px;
  background: #fff;
  border: 1px solid var(--theme-border);
  border-radius: 8px;
}

@media (max-width: 1180px) {
  .sp-ls-hero {
    grid-template-columns: 1fr;
  }

  .sp-hero-news {
    grid-column: 1 / -1;
  }

  .sp-league-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .core-ticker-swiper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .jzt-flex-between {
    min-height: auto;
    padding: 14px 0 10px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .jzt-logo-box {
    width: 100%;
  }

  .jzt-nav-primary {
    order: 2;
    width: 100%;
  }

  .jzt-nav-primary a {
    height: 44px;
    min-width: 58px;
  }

  .jzt-search-form {
    order: 3;
    flex: 1 1 100%;
  }

  .sp-ls-hero,
  .sp-content-grid,
  .layout-grid,
  .cat-layout,
  .sp-article-layout,
  .sp-match-layout,
  .core-bottom-matrix {
    grid-template-columns: 1fr;
  }

  .sp-channel-rail a {
    min-height: 38px;
  }

  .sp-fixture-head {
    display: none;
  }

  .sp-fixture-list {
    max-height: none;
  }

  .jzt-match-row {
    grid-template-columns: 42px 54px minmax(0, 1fr) 54px minmax(0, 1fr);
    gap: 6px;
  }

  .jzt-m-league,
  .jzt-m-act {
    display: none;
  }

  .sp-scoreboard {
    grid-template-columns: 1fr;
  }

  .sp-team-link {
    min-height: auto;
  }

  .sp-form-grid {
    grid-template-columns: 1fr;
  }

  .sp-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .site-container,
  .sp-match-container,
  .jzt-portal-inner {
    width: calc(100% - 18px);
  }

  .jzt-global-header {
    position: static;
  }

  .jzt-flex-between {
    gap: 10px;
  }

  .jzt-logo-box {
    font-size: 28px;
  }

  .jzt-header-sub,
  .jzt-header-sub .site-container {
    height: 38px;
  }

  .jzt-sub-menu {
    height: 38px;
    justify-content: flex-start;
    gap: 22px;
  }

  .sp-score-strip {
    margin-top: 8px;
  }

  .sp-channel-rail {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .sp-channel-rail a {
    flex: 0 0 96px;
  }

  .sp-hero-media {
    min-height: 260px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .sp-hero-main {
    grid-row: auto;
  }

  .sp-hero-media a:not(.sp-hero-main) {
    display: none;
  }

  .sp-hero-main strong {
    font-size: 22px;
  }

  .sp-live-marquee {
    align-items: flex-start;
    padding: 10px;
  }

  .sp-live-marquee > div {
    gap: 12px;
  }

  .sp-board-head {
    display: block;
  }

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

  .jzt-match-row {
    padding: 12px 8px;
    grid-template-columns: 32px 42px minmax(0, 1fr) 44px minmax(0, 1fr);
    gap: 4px;
  }

  .jzt-m-badge {
    width: 30px;
    font-size: 11px;
  }

  .pc-status {
    display: none;
  }

  .mob-status {
    display: inline;
  }

  .jzt-m-time .t-md {
    font-size: 10px;
  }

  .jzt-m-time .t-hi {
    font-size: 12px;
  }

  .jzt-m-team {
    gap: 4px;
  }

  .jzt-m-team img {
    width: 20px;
    height: 20px;
  }

  .jzt-m-team-name {
    max-width: 92px;
    font-size: 12px;
  }

  .jzt-m-score {
    font-size: 14px;
  }

  .sp-league-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .sp-video-grid,
  .cat-video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px;
  }

  .league-header,
  .cat-hub-header,
  .hero-top-bar,
  .core-global-sources {
    align-items: flex-start;
    flex-direction: column;
  }

  .league-title-box h1,
  .cat-hub-header h1,
  .schedule-title h1,
  .core-seo-h1 {
    font-size: 20px;
  }

  .c-dates a {
    flex-basis: 72px;
  }

  .sp-match-hero {
    padding: 12px 0;
  }

  .sp-match-crumb {
    font-size: 12px;
  }

  .sp-scoreboard {
    grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr);
    gap: 8px;
  }

  .sp-team-panel,
  .sp-score-core {
    padding: 12px 8px;
  }

  .sp-team-logo {
    width: 58px;
    height: 58px;
  }

  .sp-team-logo img {
    width: 48px;
    height: 48px;
  }

  .sp-team-link {
    gap: 8px;
  }

  .sp-team-link strong {
    font-size: 14px;
  }

  .sp-score-core h1 {
    font-size: 15px;
    line-height: 1.45;
    word-break: break-word;
  }

  .sp-match-league {
    padding: 2px 8px;
    font-size: 12px;
  }

  .sp-score-row b {
    font-size: 38px;
  }

  .sp-status-line {
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
  }

  .sp-hero-actions .jzt-live-btn {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .sp-live-lines {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .sp-live-lines .jzt-live-btn {
    min-width: 0;
    width: 100%;
  }

  .sp-quarter-table,
  .sp-history-table {
    min-width: 480px;
  }

  .sp-form-row {
    grid-template-columns: 28px minmax(0, 1fr) 58px minmax(0, 1fr);
    font-size: 12px;
  }

  .hero-flex {
    flex-direction: column;
    text-align: center;
  }

  .info-box h1 {
    font-size: 26px;
  }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .jzt-players-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .player-card img,
  .team-card img {
    width: 48px;
    height: 48px;
  }

  .cat-main-col,
  .sp-article {
    padding: 16px;
  }

  .cat-news-item {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
  }

  .cn-img {
    height: 82px;
  }

  .cn-title {
    font-size: 15px;
  }

  .cn-excerpt {
    display: none;
  }

  .article-title {
    font-size: 22px;
  }

  .article-content {
    font-size: 15px;
  }

  .side-match-item {
    grid-template-columns: 50px minmax(0, 1fr) 44px;
  }

  .core-hero {
    padding: 16px;
  }

  .core-ticker-swiper {
    grid-template-columns: 1fr;
  }

  .jzt-footer {
    margin-top: 28px;
  }
}

@media (max-width: 430px) {
  .site-container,
  .sp-match-container,
  .jzt-portal-inner {
    width: calc(100% - 14px);
  }

  .jzt-nav-primary a {
    min-width: 54px;
    padding: 0 10px;
  }

  .sp-scoreboard {
    grid-template-columns: minmax(0, 1fr) 108px minmax(0, 1fr);
  }

  .sp-team-panel,
  .sp-score-core {
    padding: 10px 6px;
  }

  .sp-team-link strong {
    font-size: 13px;
  }

  .sp-score-core h1 {
    font-size: 14px;
  }

  .sp-score-row b {
    font-size: 34px;
  }

  .jzt-m-team-name {
    max-width: 72px;
  }

  .team-grid,
  .jzt-players-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
