.page-home {
  --home-accent-glow: 0 0 22px rgba(57, 255, 20, 0.22);
  --home-orange-glow: 0 0 22px rgba(255, 107, 53, 0.22);
  background: var(--color-bg);
}

/* ===== 首屏 Hero ===== */
.home-hero {
  position: relative;
  overflow: hidden;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 31, 68, 0.62) 0%, rgba(10, 31, 68, 0.9) 68%, #0A1F44 100%),
    linear-gradient(120deg, rgba(57, 255, 20, 0.1) 0%, rgba(10, 31, 68, 0) 42%);
}

.home-hero__container {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 56px;
}

.home-hero__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(57, 255, 20, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 255, 20, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 30% 45%, #000 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse at 30% 45%, #000 0%, transparent 78%);
}

.home-hero__content {
  max-width: 780px;
}

.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-digital);
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  color: var(--color-accent);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.home-hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: var(--home-accent-glow);
  animation: home-pulse 2s ease-in-out infinite;
}

.home-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 6vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--color-text);
  margin-bottom: 20px;
}

.home-hero__lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.75;
  color: var(--color-text-secondary);
  max-width: 660px;
  margin-bottom: 32px;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-hero__actions .btn--primary {
  background: var(--color-accent-orange);
  border-color: var(--color-accent-orange);
  color: #0A1F44;
  box-shadow: var(--home-orange-glow);
  padding: 14px 28px;
}

.home-hero__actions .btn--ghost {
  border-color: rgba(176, 184, 201, 0.5);
  color: var(--color-text);
  padding: 14px 28px;
}

.home-hero__actions .btn--ghost:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.home-hero__bottom {
  display: grid;
  gap: 40px;
  margin-top: 52px;
  position: relative;
  z-index: 1;
}

.home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 660px;
}

.home-hero__stats .stat {
  background: rgba(18, 48, 107, 0.66);
  border: 1px solid var(--color-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 20px 18px;
  border-radius: var(--radius-md);
}

.home-hero__stats .stat__value {
  display: block;
  font-family: var(--font-digital);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-accent);
  margin-bottom: 6px;
}

.home-hero__stats .stat--orange .stat__value {
  color: var(--color-accent-orange);
}

.home-hero__stats .stat__label {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
}

.home-hero .hero-routes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero .hero-routes__item {
  margin: 0;
}

.home-hero .hero-routes__link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  background: rgba(18, 48, 107, 0.55);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: border-color var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);
}

.home-hero .hero-routes__link:hover {
  border-color: var(--color-accent);
  background: rgba(18, 48, 107, 0.85);
  transform: translateY(-2px);
}

.home-hero .route__index {
  font-family: var(--font-digital);
  font-size: 0.75rem;
  color: var(--color-accent);
  letter-spacing: 0.08em;
}

.home-hero .route__label {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  color: var(--color-text);
}

.home-hero .route__desc {
  font-size: 0.8rem;
  color: var(--color-text-secondary);
}

/* ===== 实时比分面板区域 ===== */
.score-section__header,
.home-away__header,
.cn-section__header,
.updates-section__header {
  display: grid;
  gap: 14px;
  margin-bottom: 40px;
}

.score-bento {
  gap: 16px;
}

.score-panel {
  position: relative;
  overflow: hidden;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 32px);
  box-shadow: var(--shadow-md);
}

.score-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(57, 255, 20, 0.06) 50%, transparent 60%);
  background-size: 220% 100%;
  animation: panel-scan 7s linear infinite;
  pointer-events: none;
  border-radius: inherit;
}

.score-panel__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.score-panel__tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.score-panel__tab {
  display: inline-block;
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-fast);
}

.score-panel__tab.is-active {
  color: var(--color-accent);
  border-color: var(--color-accent);
  box-shadow: var(--home-accent-glow);
}

.score-panel__tab:not(.is-active):hover {
  border-color: var(--color-text-secondary);
  color: var(--color-text);
}

.match-list {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.match-card {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  transition: border-color var(--transition-fast);
}

.match-card:hover {
  border-color: rgba(57, 255, 20, 0.4);
}

.match-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  color: var(--color-text-secondary);
  margin-bottom: 14px;
}

.match-card__league {
  color: var(--color-text);
  font-weight: 600;
}

.match-card__time {
  margin-left: auto;
  font-family: var(--font-digital);
}

.match-card__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.match-card__side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.match-card__name {
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-text);
}

.match-card__score {
  font-family: var(--font-digital);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent);
  text-shadow: var(--home-accent-glow);
  min-width: 42px;
  text-align: right;
}

.match-card__vs {
  font-size: 0.7rem;
  color: var(--color-text-secondary);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}

.match-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 0.8rem;
  color: var(--color-text-secondary);
  margin-bottom: 8px;
}

.match-card__details {
  border-top: 1px solid var(--color-border);
  padding-top: 10px;
  font-size: 0.8rem;
}

.match-card__details summary {
  cursor: pointer;
  list-style: none;
  color: var(--color-accent);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity var(--transition-fast);
}

.match-card__details summary::-webkit-details-marker {
  display: none;
}

.match-card__details summary:hover {
  opacity: 0.75;
}

.match-card__details[open] summary {
  margin-bottom: 10px;
}

.match-card__details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  color: var(--color-text-secondary);
}

/* 主客场快照 */
.home-away-snapshot {
  display: flex;
  flex-direction: column;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.home-away-snapshot__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.home-away-snapshot__intro {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin-bottom: 18px;
}

.mini-chart {
  margin-bottom: 20px;
}

.mini-chart__team {
  font-weight: 600;
  color: var(--color-text);
  margin: 14px 0 6px;
  font-size: 0.95rem;
}

.mini-chart__team:first-child {
  margin-top: 0;
}

.bar-row {
  display: grid;
  grid-template-columns: 72px 1fr 44px;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  margin: 6px 0;
}

.bar-row__label {
  color: var(--color-text-secondary);
}

.bar-track {
  height: 8px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
}

.bar-fill {
  display: block;
  height: 100%;
  background: var(--color-accent);
  border-radius: 999px;
}

.bar-fill--accent {
  background: var(--color-accent);
}

.bar-fill--orange {
  background: var(--color-accent-orange);
}

.bar-row__value {
  text-align: right;
  font-family: var(--font-digital);
  color: var(--color-text);
}

/* 下一场 / CN 预览 / 更新预览 */
.next-match,
.cn-preview,
.update-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: border-color var(--transition-fast), transform var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.next-match:hover,
.cn-preview:hover,
.update-preview:hover {
  border-color: rgba(57, 255, 20, 0.35);
  transform: translateY(-2px);
}

.next-match__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.next-match__label,
.cn-preview__badge,
.update-preview__badge {
  font-family: var(--font-digital);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 2px;
}

.next-match__league,
.cn-preview__title,
.update-preview__title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--color-text);
  line-height: 1.3;
}

.next-match__teams {
  font-size: 1.05rem;
  color: var(--color-text);
  font-weight: 600;
}

.next-match__time {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  font-family: var(--font-digital);
  margin-bottom: 8px;
}

.cn-preview__desc,
.update-preview__desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin: 10px 0 14px;
}

.cn-preview__link,
.update-preview__link {
  color: var(--color-accent);
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 600;
  transition: opacity var(--transition-fast);
}

.cn-preview__link:hover,
.update-preview__link:hover {
  opacity: 0.75;
}

/* ===== 主客场表现 ===== */
.home-away {
  background: rgba(18, 48, 107, 0.28);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.home-away__grid {
  display: grid;
  gap: 28px;
}

.home-away__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  display: block;
}

.home-away__caption {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  margin-top: 12px;
  line-height: 1.6;
}

.home-away__data {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.chart-card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.chart-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.chart-card__title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--color-text);
}

.venue-bars {
  display: grid;
  gap: 16px;
}

.venue-bar {
  display: grid;
  grid-template-columns: 160px 1fr 48px;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
}

.venue-bar__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text);
  font-weight: 500;
}

.venue-bar__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.venue-bar__dot--home {
  background: var(--color-accent);
  box-shadow: var(--home-accent-glow);
}

.venue-bar__dot--away {
  background: var(--color-accent-orange);
  box-shadow: var(--home-orange-glow);
}

.venue-bar__track {
  height: 10px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
}

.venue-bar__fill {
  display: block;
  height: 100%;
  background: var(--color-accent);
  border-radius: 999px;
}

.venue-bar__fill--muted {
  background: var(--color-accent-orange);
}

.venue-bar__value {
  text-align: right;
  font-family: var(--font-digital);
  color: var(--color-text);
}

.stat-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.stat-pair__item {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 18px;
}

.stat-pair__value {
  display: block;
  font-family: var(--font-digital);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.1;
  margin-bottom: 6px;
}

.stat-pair__label {
  font-size: 0.8rem;
  color: var(--color-text-secondary);
  line-height: 1.4;
}

.page-home .home-away__legend {
  margin: 0;
}

.home-away__chart-img img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  display: block;
}

.home-away__data .btn {
  align-self: flex-start;
}

/* ===== CN 适配清单 ===== */
.cn-section {
  position: relative;
  overflow: hidden;
}

.cn-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: 40px;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.cn-layout {
  display: grid;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.cn-layout__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  display: block;
}

.cn-layout__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cn-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cn-filter__item {
  display: inline-block;
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-card);
  text-decoration: none;
  transition: var(--transition-fast);
}

.cn-filter__item.is-active {
  color: var(--color-accent);
  border-color: var(--color-accent);
  box-shadow: var(--home-accent-glow);
}

.cn-filter__item:not(.is-active):hover {
  border-color: var(--color-text-secondary);
  color: var(--color-text);
}

.cn-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: var(--color-card);
}

.page-home .cn-table {
  background: transparent;
  margin: 0;
}

.page-home .cn-table th {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: var(--color-text);
  background: rgba(10, 31, 68, 0.5);
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-border);
  white-space: nowrap;
}

.page-home .cn-table td {
  font-size: 0.9rem;
  color: var(--color-text-secondary);
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-border);
}

.page-home .cn-table tbody tr:last-child td {
  border-bottom: none;
}

.page-home .cn-table tbody tr:hover td {
  background: rgba(57, 255, 20, 0.03);
}

.cn-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-accent);
  font-size: 0.875rem;
  white-space: nowrap;
}

.cn-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: var(--home-accent-glow);
  flex-shrink: 0;
}

.cn-layout__note {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* ===== 近期更新 ===== */
.updates-grid {
  display: grid;
  gap: 32px;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(180deg, var(--color-accent) 0%, rgba(57, 255, 20, 0.1) 100%);
}

.timeline__item {
  position: relative;
  padding-left: 88px;
  margin-bottom: 32px;
}

.timeline__item:last-child {
  margin-bottom: 0;
}

.timeline__badge {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  color: var(--color-accent);
  font-family: var(--font-digital);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 8px 6px;
  border-radius: var(--radius-sm);
  text-align: center;
}

.timeline__content {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px 22px;
}

.timeline__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  color: var(--color-text);
  margin-bottom: 6px;
}

.timeline__desc {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--color-text-secondary);
}

.updates-aside {
  border-color: rgba(255, 107, 53, 0.35);
}

.updates-aside__list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.updates-aside__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
}

.updates-aside__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent-orange);
  margin-top: 6px;
  flex-shrink: 0;
}

/* ===== 逐轮战报 ===== */
.rounds-section {
  background: rgba(18, 48, 107, 0.22);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.round-list {
  display: grid;
  gap: 14px;
}

.round-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  transition: border-color var(--transition-fast);
}

.round-item:hover {
  border-color: rgba(57, 255, 20, 0.35);
}

.round-item__badge {
  display: inline-block;
  font-family: var(--font-digital);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--color-accent);
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.2);
  border-radius: 999px;
  padding: 4px 12px;
  justify-self: start;
}

.round-item__title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 4px;
}

.round-item__desc {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.55;
}

.round-item .btn {
  justify-self: start;
}

/* ===== 支持入口 ===== */
.support-band {
  position: relative;
  overflow: hidden;
}

.support-band::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -160px;
  bottom: -200px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.support-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: center;
}

.support-band__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--color-text);
  margin: 8px 0 10px;
}

.support-band__desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--color-text-secondary);
  max-width: 640px;
}

.support-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.support-band__actions .btn--primary {
  background: var(--color-accent-orange);
  border-color: var(--color-accent-orange);
  color: #0A1F44;
  box-shadow: var(--home-orange-glow);
}

/* ===== 动画 ===== */
@keyframes home-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

@keyframes panel-scan {
  from { background-position: 220% 0; }
  to { background-position: -220% 0; }
}

/* ===== 平板与桌面适配 ===== */
@media (min-width: 768px) {
  .home-hero__stats .stat__value {
    font-size: 2.2rem;
  }

  .score-section__header,
  .home-away__header,
  .cn-section__header,
  .updates-section__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
  }

  .score-section__header .section__desc,
  .home-away__header .section__desc,
  .cn-section__header .section__desc,
  .updates-section__header .section__desc {
    max-width: 480px;
    flex-shrink: 0;
  }

  .home-away__grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
  }

  .cn-layout {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }

  .updates-grid {
    grid-template-columns: 1fr 340px;
    align-items: start;
  }

  .round-item {
    grid-template-columns: 140px 1fr auto;
  }

  .support-band__inner {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 1024px) {
  .home-hero__container {
    padding-top: 88px;
    padding-bottom: 72px;
  }

  .home-hero__bottom {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.6fr);
    align-items: end;
    gap: 48px;
    margin-top: 64px;
  }

  .home-hero .hero-routes {
    grid-template-columns: repeat(5, 1fr);
  }

  .home-away__media {
    position: sticky;
    top: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__eyebrow::before,
  .score-panel::after {
    animation: none;
  }

  .home-hero .hero-routes__link,
  .next-match,
  .cn-preview,
  .update-preview {
    transition: none;
  }
}
