.page-home {
  position: relative;
  background: var(--c-bg);
  color: var(--c-white);
  scroll-padding-top: calc(var(--header-h) + 16px);
  overflow-x: hidden;
}

.page-home img {
  max-width: 100%;
  display: block;
}

/* ========== 面包屑 ========== */
.page-home .breadcrumb {
  padding-top: calc(var(--header-h) + 28px);
  font-size: 0.82rem;
}

/* ========== 分屏首屏 ========== */
.page-home .page-home__hero {
  position: relative;
  padding: clamp(44px, 7vw, 96px) 0 64px;
  background:
    linear-gradient(115deg, rgba(7, 18, 40, 0.96) 0%, rgba(11, 27, 61, 0.86) 46%, rgba(11, 27, 61, 0.52) 100%),
    var(--grid-h) 0 0 / var(--grid-size),
    var(--grid-v) 0 0 / var(--grid-size);
}

.page-home .page-home__hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.page-home .page-home__hero-copy {
  position: relative;
  z-index: 2;
}

.page-home .page-home__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  color: var(--c-silver);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(192, 192, 192, 0.24);
  border-radius: 999px;
}

.page-home .page-home__hero-title {
  margin: 20px 0 18px;
  font-family: var(--font-head);
  font-size: clamp(2.9rem, 9vw, 5.4rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.page-home .page-home__hero-title-accent {
  color: var(--c-accent);
}

.page-home .page-home__hero-lead {
  max-width: 44ch;
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(245, 247, 250, 0.88);
}

.page-home .page-home__hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  margin: 26px 0 28px;
  padding: 16px 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}

.page-home .page-home__hero-stat {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--c-muted);
}

.page-home .page-home__hero-stat strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--font-num);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--c-white);
  line-height: 1;
}

.page-home .page-home__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .page-home__hero-visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--c-bg-deep);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.page-home .page-home__hero-media {
  position: absolute;
  inset: 0;
}

.page-home .page-home__hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  filter: saturate(1.15) contrast(1.06);
}

.page-home .page-home__hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(210deg, rgba(255, 107, 53, 0.24) 0%, transparent 40%),
    linear-gradient(320deg, rgba(7, 18, 40, 0.72) 0%, transparent 60%);
}

.page-home .page-home__radar {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  transition: transform 240ms var(--ease);
}

.page-home .page-home__hero-visual:hover .page-home__radar {
  transform: scale(1.02);
}

.page-home .page-home__radar-sweep {
  transform-origin: 260px 260px;
  transition: transform 640ms var(--ease);
}

.page-home .page-home__hero-visual:hover .page-home__radar-sweep {
  transform: rotate(18deg);
}

.page-home .page-home__radar-dot {
  fill: var(--c-silver);
  opacity: 0.85;
  transition: r 160ms var(--ease);
}

.page-home .page-home__radar-dot--accent {
  fill: var(--c-accent);
}

.page-home .page-home__radar-label {
  fill: rgba(245, 247, 250, 0.68);
  font-size: 13px;
  font-family: var(--font-num);
  letter-spacing: 0.2em;
}

.page-home .page-home__hero-glance {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(11, 27, 61, 0.62);
  border: 1px solid rgba(255, 107, 53, 0.48);
  border-radius: 14px;
  backdrop-filter: blur(7px);
}

.page-home .page-home__glance-num {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--c-accent);
}

.page-home .page-home__glance-label {
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgba(245, 247, 250, 0.82);
}

/* ========== 01 我的赛程固定栏 ========== */
.page-home .page-home__schedule {
  position: relative;
  padding: clamp(52px, 7vw, 96px) 0;
}

.page-home .page-home__schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--c-accent) 0%, transparent 65%);
}

.page-home .page-home__schedule-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 56px);
  margin-top: clamp(28px, 4vw, 46px);
}

.page-home .page-home__phone {
  position: relative;
  max-width: 540px;
  padding: 14px 14px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(192, 192, 192, 0.26);
  box-shadow: 0 30px 60px rgba(7, 18, 40, 0.55);
}

.page-home .page-home__phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px 14px 0 0;
  background: rgba(7, 18, 40, 0.9);
  border-bottom: 1px solid rgba(192, 192, 192, 0.16);
}

.page-home .page-home__phone-label {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-home .page-home__phone-action {
  font-family: var(--font-num);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--c-accent);
  border: 1px solid rgba(255, 107, 53, 0.45);
  border-radius: 999px;
  padding: 4px 10px;
}

.page-home .page-home__schedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .page-home__schedule-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 12px;
  border-top: 1px solid rgba(192, 192, 192, 0.12);
  border-left: 2px solid transparent;
  transition: background 160ms var(--ease), border-color 200ms var(--ease), padding-left 200ms var(--ease);
}

.page-home .page-home__schedule-item:hover {
  background: rgba(255, 107, 53, 0.08);
  border-left-color: var(--c-accent);
  padding-left: 18px;
}

.page-home .page-home__schedule-time {
  font-family: var(--font-num);
  font-size: 1.18rem;
  color: var(--c-accent);
  min-width: 56px;
}

.page-home .page-home__schedule-teams {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .page-home__schedule-item .tag {
  flex: 0 0 auto;
  font-size: 0.72rem;
}

.page-home .page-home__phone-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 0;
  font-size: 0.78rem;
  color: var(--c-muted);
}

.page-home .page-home__phone-count {
  color: var(--c-white);
}

.page-home .page-home__schedule-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-home .page-home__schedule-desc-title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-weight: 700;
}

.page-home .page-home__schedule-desc-text {
  max-width: 54ch;
  margin: 0 0 20px;
  font-size: 0.96rem;
  line-height: 1.85;
  color: rgba(245, 247, 250, 0.82);
}

.page-home .page-home__schedule-tips {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .page-home__schedule-tips li {
  position: relative;
  padding-left: 18px;
  color: rgba(245, 247, 250, 0.72);
  font-size: 0.9rem;
}

.page-home .page-home__schedule-tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 2px;
  background: var(--c-accent);
}

.page-home .page-home__schedule-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.page-home .page-home__text-link {
  color: var(--c-accent);
  font-size: 0.9rem;
  text-underline-offset: 4px;
  transition: color 160ms var(--ease);
}

.page-home .page-home__text-link:hover {
  color: var(--c-white);
}

/* ========== 02 今日重点场次 ========== */
.page-home .page-home__today {
  position: relative;
  padding: clamp(52px, 7vw, 88px) 0;
  background:
    linear-gradient(120deg, rgba(255, 107, 53, 0.12), transparent 30%),
    linear-gradient(180deg, var(--c-bg-deep) 0%, var(--c-bg) 100%);
}

.page-home .page-home__matches-track-shell {
  padding-top: clamp(24px, 4vw, 38px);
}

.page-home .page-home__matches-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 20px;
  max-width: var(--shell-w);
  margin-inline: auto;
  padding: 4px 2px 18px;
  padding-inline: var(--shell-pad);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.page-home .page-home__match-card {
  position: relative;
  scroll-snap-align: start;
  min-height: 320px;
  overflow: hidden;
  background: var(--c-bg-deep);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.36);
  transition: transform 180ms var(--ease), clip-path 240ms var(--ease), box-shadow 240ms var(--ease);
}

.page-home .page-home__match-card:hover {
  transform: translateY(-4px);
  clip-path: polygon(0 0, 100% 9%, 100% 91%, 0 100%);
  box-shadow: 0 26px 54px rgba(255, 107, 53, 0.2);
}

.page-home .page-home__match-media {
  position: absolute;
  inset: 0;
}

.page-home .page-home__match-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.06);
}

.page-home .page-home__match-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 18, 40, 0.2) 0%, rgba(11, 27, 61, 0.74) 72%, rgba(7, 18, 40, 0.95) 100%);
}

.page-home .page-home__match-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  min-height: 320px;
  padding: clamp(18px, 3vw, 28px);
}

.page-home .page-home__match-score {
  width: 100%;
}

.page-home .page-home__match-body .score-row__teams {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.page-home .page-home__match-body .score-row__team {
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1.3;
}

.page-home .page-home__match-body .score-row__value {
  font-family: var(--font-num);
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  font-weight: 700;
  color: var(--c-accent);
  line-height: 1;
}

.page-home .page-home__match-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: rgba(245, 247, 250, 0.6);
}

.page-home .page-home__notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(24px, 4vw, 36px);
  border-left: 3px solid var(--c-positive);
}

/* ========== 03 多联赛关注总览 ========== */
.page-home .page-home__leagues {
  position: relative;
  padding: clamp(52px, 7vw, 96px) 0;
}

.page-home .page-home__leagues::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 107, 53, 0.7) 40%, transparent 80%);
}

.page-home .page-home__leagues-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 44px);
  margin-top: clamp(24px, 4vw, 44px);
}

.page-home .page-home__leagues-list {
  display: grid;
  gap: 6px;
}

.page-home .page-home__league-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(192, 192, 192, 0.12);
  transition: background 160ms var(--ease), border-color 200ms var(--ease), transform 160ms var(--ease);
}

.page-home .page-home__league-row:hover {
  transform: translateX(3px);
  background: rgba(255, 107, 53, 0.1);
  border-color: rgba(255, 107, 53, 0.45);
}

.page-home .page-home__league-name {
  flex: 0 0 38px;
  font-family: var(--font-head);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-home .page-home__league-round {
  font-size: 1.06rem;
  color: var(--c-accent);
}

.page-home .page-home__league-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 132px;
}

.page-home .page-home__league-bar {
  width: 74px;
  height: 3px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(192, 192, 192, 0.2);
}

.page-home .page-home__league-bar-fill {
  display: block;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--c-accent), #ff8a5c);
}

.page-home .page-home__league-row:nth-child(1) .page-home__league-bar-fill,
.page-home .page-home__league-row:nth-child(2) .page-home__league-bar-fill,
.page-home .page-home__league-row:nth-child(3) .page-home__league-bar-fill,
.page-home .page-home__league-row:nth-child(5) .page-home__league-bar-fill {
  width: 74%;
}

.page-home .page-home__league-row:nth-child(4) .page-home__league-bar-fill {
  width: 82%;
}

.page-home .page-home__league-row:nth-child(6) .page-home__league-bar-fill {
  width: 93%;
}

.page-home .page-home__league-progress-num {
  font-size: 0.76rem;
  color: var(--c-muted);
}

.page-home .page-home__league-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: 0.78rem;
  color: rgba(245, 247, 250, 0.72);
  white-space: nowrap;
}

.page-home .page-home__league-link {
  flex: 0 0 auto;
  padding: 4px 10px;
  font-size: 0.78rem;
  color: var(--c-silver);
  text-decoration: none;
  border: 1px solid rgba(192, 192, 192, 0.26);
  border-radius: 999px;
  transition: color 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease);
}

.page-home .page-home__league-link:hover {
  color: var(--c-bg);
  background: var(--c-accent);
  border-color: var(--c-accent);
}

.page-home .page-home__leagues-figure {
  position: relative;
  margin: 0;
  background: var(--c-bg-deep);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}

.page-home .page-home__leagues-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 240px;
}

.page-home .page-home__leagues-cap {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 6px 10px;
  font-size: 0.76rem;
  color: var(--c-silver);
  background: rgba(7, 18, 40, 0.72);
  border: 1px solid rgba(192, 192, 192, 0.2);
  border-radius: 4px;
}

/* ========== 04 升级版球队库检索 ========== */
.page-home .page-home__search {
  position: relative;
  padding: clamp(52px, 7vw, 96px) 0;
  background: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-deep) 100%);
}

.page-home .page-home__search-group {
  position: relative;
  margin-top: clamp(24px, 4vw, 44px);
}

.page-home .page-home__search-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-home .page-home__search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.page-home .page-home__search-label {
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.86rem;
  color: var(--c-silver);
  border: 1px solid rgba(192, 192, 192, 0.28);
  border-radius: 999px;
  cursor: pointer;
  transition: color 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease);
}

.page-home .page-home__search-label:hover {
  border-color: var(--c-accent);
  color: var(--c-white);
}

.page-home #league-all:checked ~ .page-home__search-filters label[for="league-all"],
.page-home #league-eng:checked ~ .page-home__search-filters label[for="league-eng"],
.page-home #league-esp:checked ~ .page-home__search-filters label[for="league-esp"],
.page-home #league-ita:checked ~ .page-home__search-filters label[for="league-ita"],
.page-home #league-ger:checked ~ .page-home__search-filters label[for="league-ger"],
.page-home #league-fra:checked ~ .page-home__search-filters label[for="league-fra"] {
  color: var(--c-bg);
  background: var(--c-accent);
  border-color: var(--c-accent);
  font-weight: 700;
}

.page-home .page-home__search-results {
  display: grid;
  gap: 8px;
}

.page-home .page-home__team-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  color: var(--c-white);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(192, 192, 192, 0.14);
  border-left: 2px solid transparent;
  transition: background 160ms var(--ease), border-color 180ms var(--ease), transform 160ms var(--ease);
}

.page-home .page-home__team-row:hover {
  transform: translateX(3px);
  background: rgba(255, 107, 53, 0.1);
  border-left-color: var(--c-accent);
}

.page-home .page-home__team-index {
  font-size: 0.8rem;
  color: var(--c-muted);
}

.page-home .page-home__team-name {
  flex: 0 0 auto;
  min-width: 88px;
  font-weight: 700;
}

.page-home .page-home__team-row .tag {
  flex: 0 0 auto;
  font-size: 0.72rem;
}

.page-home .page-home__team-round {
  flex: 1;
  min-width: 0;
  font-size: 0.82rem;
  color: rgba(245, 247, 250, 0.66);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .page-home__team-arrow {
  color: var(--c-accent);
  transition: transform 160ms var(--ease);
}

.page-home .page-home__team-row:hover .page-home__team-arrow {
  transform: translateX(4px);
}

.page-home #league-eng:checked ~ .page-home__search-results .page-home__team-row:not([data-league="eng"]),
.page-home #league-esp:checked ~ .page-home__search-results .page-home__team-row:not([data-league="esp"]),
.page-home #league-ita:checked ~ .page-home__search-results .page-home__team-row:not([data-league="ita"]),
.page-home #league-ger:checked ~ .page-home__search-results .page-home__team-row:not([data-league="ger"]),
.page-home #league-fra:checked ~ .page-home__search-results .page-home__team-row:not([data-league="fra"]) {
  display: none;
}

/* ========== 05 历史交锋数据对照表 ========== */
.page-home .page-home__h2h {
  position: relative;
  padding: clamp(56px, 8vw, 108px) 0;
  background:
    linear-gradient(100deg, rgba(255, 107, 53, 0.14), transparent 48%),
    var(--c-bg-deep);
}

.page-home .page-home__h2h-wrap {
  position: relative;
  min-height: 480px;
  margin-top: clamp(24px, 4vw, 44px);
  overflow: hidden;
  border-radius: 22px;
}

.page-home .page-home__h2h-bg {
  position: absolute;
  inset: 0;
  margin: 0;
}

.page-home .page-home__h2h-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
  filter: saturate(0.9);
}

.page-home .page-home__h2h-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 18, 40, 0.82) 0%, rgba(7, 18, 40, 0.36) 100%);
}

.page-home .page-home__h2h-panel {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: clamp(14px, 4vw, 48px);
  padding: clamp(18px, 3vw, 30px);
  border-radius: 18px;
}

.page-home .page-home__h2h-panel-title {
  position: relative;
  margin: 0 0 16px;
  padding-left: 12px;
  font-family: var(--font-head);
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  font-weight: 700;
}

.page-home .page-home__h2h-panel-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16em;
  bottom: 0.16em;
  width: 4px;
  background: var(--c-accent);
}

.page-home .page-home__h2h-scroll {
  overflow-x: auto;
}

.page-home .page-home__h2h-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.page-home .page-home__h2h-table th,
.page-home .page-home__h2h-table td {
  padding: 0.62rem 0.72rem;
  text-align: center;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(192, 192, 192, 0.12);
}

.page-home .page-home__h2h-table th {
  font-family: var(--font-num);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-silver);
}

.page-home .page-home__h2h-table td {
  font-family: var(--font-num);
  color: rgba(245, 247, 250, 0.86);
}

.page-home .page-home__h2h-table td:first-child {
  text-align: left;
  color: var(--c-silver);
}

.page-home .page-home__h2h-table tfoot td {
  padding-top: 14px;
  border-bottom: 0;
}

.page-home .page-home__h2h-total {
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--c-accent);
}

.page-home .page-home__h2h-note {
  margin: 14px 0 0;
  font-size: 0.8rem;
  line-height: 1.7;
  color: var(--c-muted);
}

/* ========== 06 快速内容地图 ========== */
.page-home .page-home__map {
  position: relative;
  padding: clamp(52px, 7vw, 96px) 0;
}

.page-home .page-home__map-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: clamp(24px, 4vw, 44px);
}

.page-home .page-home__map-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  text-decoration: none;
  color: var(--c-white);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(192, 192, 192, 0.14);
  transition: background 160ms var(--ease), border-color 200ms var(--ease), transform 160ms var(--ease);
}

.page-home .page-home__map-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 107, 53, 0.1);
  border-color: var(--c-accent);
}

.page-home .page-home__map-num {
  color: var(--c-accent);
  font-size: 1rem;
}

.page-home .page-home__map-item .index-map__title {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
}

.page-home .page-home__map-item .index-map__meta {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--c-muted);
}

.page-home .page-home__map-item .index-map__arrow {
  color: var(--c-accent);
  font-size: 1.2rem;
  transition: transform 160ms var(--ease);
}

.page-home .page-home__map-item:hover .index-map__arrow {
  transform: translateX(4px);
}

/* ========== 媒体查询 ========== */
@media (min-width: 900px) {
  .page-home .page-home__hero-inner {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  }

  .page-home .page-home__hero-title {
    font-size: clamp(3.4rem, 6vw, 5.4rem);
  }

  .page-home .page-home__hero-stat {
    font-size: 0.78rem;
  }

  .page-home .page-home__schedule-layout {
    grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
  }

  .page-home .page-home__leagues-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
  }

  .page-home .page-home__map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1240px) {
  .page-home .page-home__schedule-layout {
    grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  }

  .page-home .page-home__map-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .page-home__matches-track {
    grid-auto-columns: minmax(320px, 380px);
  }
}
