/* ===== 页面专属: home ===== */
.page-home {
  --home-gold: #C9A86A;
  --home-bright: #F2D592;
  --home-night: #0B3B2E;
  --home-deep: #06231B;
  --home-ivory: #F7F5F0;
  --home-mist: #A3C6B8;
  --home-red: #D46A5B;
  --home-yellow: #EBB75D;
  --home-gap: clamp(16px, 2.2vw, 26px);
  position: relative;
  min-height: 60vh;
  background:
    radial-gradient(1100px 480px at 88% -8%, rgba(201, 168, 106, 0.16), transparent 62%),
    var(--home-deep);
  color: var(--home-ivory);
}

/* 英雄区 */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.page-home .home-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, var(--home-deep) 0%, var(--home-night) 70%, var(--home-deep) 100%);
}

.page-home .home-hero__light {
  position: absolute;
  top: -8%;
  left: 8%;
  width: 480px;
  height: 220px;
  background: radial-gradient(ellipse at center, rgba(242, 213, 146, 0.34), transparent 70%);
  filter: blur(24px);
  animation: pageHomeGlow 3.2s ease-in-out infinite alternate;
}

.page-home .home-hero__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  mix-blend-mode: screen;
}

.page-home .home-hero__container {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content-max));
  margin-inline: auto;
  padding: calc(var(--header-h) + 28px) 20px 56px;
}

/* 首屏标题玻璃片 */
.page-home .hero-title {
  display: flex;
  gap: 20px;
  padding: 26px 24px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(11, 59, 46, 0.8), rgba(6, 35, 27, 0.7));
  border: 1px solid rgba(201, 168, 106, 0.35);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.page-home .hero-title__text {
  flex: 1;
  min-width: 0;
}

.page-home .hero-title__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--home-bright);
  margin-bottom: 12px;
}

.page-home .hero-title__kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--home-gold);
}

.page-home .hero-title h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  color: var(--home-ivory);
}

.page-home .hero-title p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--home-mist);
  max-width: 64em;
}

.page-home .hero-title__aside {
  display: none;
}

.page-home .vr-note {
  writing-mode: vertical-rl;
  font-family: var(--font-label);
  font-size: 12px;
  letter-spacing: 0.34em;
  color: var(--home-gold);
  white-space: nowrap;
}

/* 顶部数据概览 */
.page-home .hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 0 24px;
  padding: 16px 18px;
  background: rgba(6, 35, 27, 0.5);
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-radius: 12px;
}

.page-home .hero-stats__item {
  display: grid;
  gap: 2px;
}

.page-home .hero-stats__num {
  font-family: var(--font-data);
  font-size: 22px;
  font-weight: 800;
  color: var(--home-bright);
}

.page-home .hero-stats__label {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--home-mist);
}

/* 快速目录 */
.page-home .hero-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin: 0 0 28px;
}

.page-home .hero-quick a {
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: var(--home-mist);
  border: 1px solid rgba(163, 198, 184, 0.26);
  border-radius: 999px;
  padding: 6px 12px;
  transition: var(--transition);
}

.page-home .hero-quick a:hover {
  color: var(--home-bright);
  border-color: var(--home-gold);
  background: rgba(201, 168, 106, 0.08);
}

/* 首屏拼贴 */
.page-home .hero-collage {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-items: start;
}

.page-home .hero-collage__col--side {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
}

/* 玻璃模块 */
.page-home .home-module {
  position: relative;
  padding: 22px 18px 20px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(11, 59, 46, 0.94), rgba(6, 35, 27, 0.9));
  border: 1px solid rgba(163, 198, 184, 0.16);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-home .module-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  border-bottom: 1px solid rgba(201, 168, 106, 0.22);
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.page-home .module-head__num {
  font-family: var(--font-data);
  font-size: 15px;
  color: var(--home-gold);
}

.page-home .module-head h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--home-ivory);
}

.page-home .module-head__note {
  margin-left: auto;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-mist);
}

.page-home .module-lead {
  font-size: 13px;
  line-height: 1.7;
  color: var(--home-mist);
  margin: 0 0 16px;
}

/* 滚动战报时间轴 */
.page-home .match-row {
  border-bottom: 1px solid rgba(163, 198, 184, 0.1);
}

.page-home .match-row:last-child {
  border-bottom: none;
}

.page-home .match-row__summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  grid-template-areas:
    "league teams score toggle"
    "league meta meta toggle";
  column-gap: 12px;
  row-gap: 3px;
  align-items: center;
  padding: 13px 4px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s var(--ease);
}

.page-home .match-row__summary::-webkit-details-marker {
  display: none;
}

.page-home .match-row__summary:hover {
  background: rgba(201, 168, 106, 0.07);
}

.page-home .match-row__league {
  grid-area: league;
  font-family: var(--font-data);
  font-size: 11px;
  color: var(--home-gold);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.12em;
  padding: 8px 0;
  border-left: 1px solid rgba(201, 168, 106, 0.3);
}

.page-home .match-row__teams {
  grid-area: teams;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--home-ivory);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .match-row__vs {
  color: var(--home-mist);
  margin: 0 6px;
  font-size: 13px;
  font-weight: 400;
}

.page-home .match-row__score {
  grid-area: score;
  font-family: var(--font-data);
  font-size: 20px;
  font-weight: 800;
  color: var(--home-bright);
  letter-spacing: -0.02em;
}

.page-home .match-row__meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-mist);
}

.page-home .match-row__time {
  color: var(--home-mist);
}

.page-home .match-row__toggle {
  grid-area: toggle;
  font-family: var(--font-data);
  font-size: 14px;
  color: var(--home-gold);
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 168, 106, 0.32);
  border-radius: 50%;
  transition: var(--transition);
}

.page-home .match-row[open] .match-row__toggle {
  transform: rotate(45deg);
}

.page-home .match-row__cardset {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-home .card-chip {
  display: inline-block;
  width: 9px;
  height: 9px;
}

.page-home .card-chip--yellow {
  background: var(--home-yellow);
  border-radius: 50%;
}

.page-home .card-chip--red {
  background: var(--home-red);
  border-radius: 2px;
}

.page-home .match-row__detail {
  margin: 4px 6px 14px 22px;
  padding: 12px 16px;
  background: linear-gradient(90deg, rgba(201, 168, 106, 0.08), rgba(163, 198, 184, 0.02) 70%);
  border-left: 2px solid var(--home-gold);
  border-radius: 0 10px 10px 0;
}

.page-home .match-row__detail-head {
  display: block;
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--home-gold);
  margin-bottom: 10px;
}

.page-home .event-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.page-home .event-track li {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 10px;
  font-size: 13px;
}

.page-home .event-track__time {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-gold);
}

.page-home .event-track__text {
  color: var(--home-ivory);
}

.page-home .event-track__type {
  font-family: var(--font-label);
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid;
}

.page-home .event-track__type--goal {
  color: var(--home-bright);
  border-color: rgba(242, 213, 146, 0.4);
}

.page-home .event-track__type--yellow {
  color: var(--home-yellow);
  border-color: rgba(235, 183, 93, 0.4);
}

.page-home .event-track__type--red {
  color: var(--home-red);
  border-color: rgba(212, 106, 91, 0.4);
}

/* 红黄牌记录卡 */
.page-home .card-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(163, 198, 184, 0.14);
}

.page-home .card-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 35, 27, 0.2), rgba(11, 59, 46, 0.45));
}

.page-home .card-media__tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-bright);
  background: rgba(6, 35, 27, 0.76);
  border: 1px solid rgba(201, 168, 106, 0.38);
  padding: 4px 10px;
  border-radius: 999px;
}

.page-home .card-filter-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.page-home .card-table-wrap {
  overflow-x: auto;
}

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

.page-home .card-table th {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--home-mist);
  text-align: left;
  padding: 9px 8px;
  border-bottom: 1px solid rgba(201, 168, 106, 0.22);
  white-space: nowrap;
}

.page-home .card-table td {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--home-ivory);
  padding: 10px 8px;
  border-bottom: 1px solid rgba(163, 198, 184, 0.08);
  white-space: nowrap;
}

.page-home .card-table tbody tr:hover {
  background: rgba(201, 168, 106, 0.06);
}

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

.page-home .process-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(163, 198, 184, 0.12);
  font-family: var(--font-label);
  font-size: 11px;
  color: var(--home-mist);
}

.page-home .process-note i {
  font-style: normal;
  color: var(--home-gold);
}

.page-home .card-table-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(163, 198, 184, 0.12);
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-gold);
}

/* 进失球分布矩阵 */
.page-home .matrix-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.page-home .matrix-table th {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--home-mist);
  text-align: center;
  padding: 8px 6px;
  font-weight: 600;
  border-bottom: 1px solid rgba(201, 168, 106, 0.24);
  background: transparent;
}

.page-home .matrix-table th:first-child {
  text-align: left;
}

.page-home .matrix-table td {
  text-align: center;
  padding: 12px 6px;
  min-width: 48px;
  font-family: var(--font-data);
  font-size: 14px;
  color: var(--home-ivory);
  background: rgba(11, 59, 46, 0.5);
  border-radius: 6px;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}

.page-home .matrix-table td:first-child {
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  color: var(--home-bright);
  background: transparent;
}

.page-home .matrix-table td:hover {
  background: rgba(201, 168, 106, 0.24);
  transform: translateY(-2px);
}

.page-home .matrix-table td.matrix-table__cell--low {
  background: rgba(11, 59, 46, 0.72);
}

.page-home .matrix-table td.matrix-table__cell--mid {
  background: rgba(201, 168, 106, 0.22);
}

.page-home .matrix-table td.matrix-table__cell--high {
  background: rgba(201, 168, 106, 0.4);
}

.page-home .matrix-table td.matrix-table__cell--peak {
  background: rgba(201, 168, 106, 0.58);
  color: var(--home-ivory);
}

.page-home .matrix-more {
  border: 1px dashed rgba(163, 198, 184, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(6, 35, 27, 0.24);
}

.page-home .matrix-more summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-label);
  font-size: 13px;
  font-weight: 700;
  color: var(--home-gold);
}

.page-home .matrix-more summary::-webkit-details-marker {
  display: none;
}

.page-home .matrix-more summary::before {
  content: "+";
  margin-right: 8px;
  font-family: var(--font-data);
}

.page-home .matrix-more[open] summary::before {
  content: "–";
}

.page-home .matrix-more__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.page-home .league-chip {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-ivory);
  background: rgba(11, 59, 46, 0.6);
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 999px;
  padding: 4px 10px;
}

.page-home .matrix-more .btn {
  margin-top: 12px;
}

.page-home .matrix-cover {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid rgba(201, 168, 106, 0.26);
}

.page-home .matrix-cover img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .matrix-cover__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  background: linear-gradient(180deg, rgba(6, 35, 27, 0.2), rgba(6, 35, 27, 0.8));
}

.page-home .matrix-cover__overlay span {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--home-bright);
}

/* 编号章节通用 */
.page-home .home-section-wrap {
  width: min(100%, var(--content-max));
  margin-inline: auto;
  padding-inline: 20px;
}

.page-home .focus-section,
.page-home .ios-section,
.page-home .index-panel {
  position: relative;
  padding-top: 56px;
}

.page-home .section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.page-home .section-heading__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-home .section-heading h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 900;
  color: var(--home-ivory);
}

.page-home .section-heading p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--home-mist);
}

/* 重点场次速览 */
.page-home .focus-section {
  background: linear-gradient(180deg, rgba(11, 59, 46, 0.5), transparent);
  border-top: 1px solid rgba(201, 168, 106, 0.14);
}

.page-home .focus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .focus-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(160deg, rgba(11, 59, 46, 0.92), rgba(6, 35, 27, 0.85));
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-radius: var(--radius);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  transition: var(--transition);
}

.page-home .focus-card:hover {
  border-color: rgba(201, 168, 106, 0.8);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(242, 213, 146, 0.2);
  transform: translateY(-4px);
}

.page-home .focus-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-home .focus-card__time {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--home-mist);
}

.page-home .focus-card__match {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--home-ivory);
  line-height: 1.4;
}

.page-home .focus-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(163, 198, 184, 0.12);
}

.page-home .focus-card__stat {
  display: grid;
  gap: 5px;
}

.page-home .focus-card__stats dt {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--home-mist);
}

.page-home .focus-card__stats dd {
  margin: 0;
  font-family: var(--font-data);
  font-size: 14px;
  color: var(--home-bright);
}

.page-home .focus-card__foot {
  margin-top: auto;
}

.page-home .focus-card__foot .btn {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.page-home .form-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.page-home .form-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.page-home .form-dots i.win {
  background: var(--home-bright);
}

.page-home .form-dots i.draw {
  background: var(--home-mist);
}

.page-home .form-dots i.loss {
  background: var(--home-red);
}

/* iOS 实时比分入口 */
.page-home .ios-section {
  background: radial-gradient(660px 360px at 85% 12%, rgba(201, 168, 106, 0.14), transparent);
}

.page-home .ios-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.page-home .ios-guide h3 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--home-ivory);
}

.page-home .ios-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  counter-reset: iosSteps;
  border-top: 1px solid rgba(163, 198, 184, 0.12);
}

.page-home .ios-steps li {
  counter-increment: iosSteps;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(163, 198, 184, 0.12);
}

.page-home .ios-steps li::before {
  content: counter(iosSteps, decimal-leading-zero);
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-gold);
  background: rgba(201, 168, 106, 0.12);
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}

.page-home .ios-steps__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--home-ivory);
}

.page-home .ios-compat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.page-home .ios-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(201, 168, 106, 0.1);
  border: 1px solid rgba(201, 168, 106, 0.24);
}

.page-home .ios-note__mark {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--home-gold);
  color: var(--home-deep);
  font-family: var(--font-data);
  font-weight: 800;
  font-size: 12px;
  display: grid;
  place-items: center;
}

.page-home .ios-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--home-mist);
}

.page-home .ios-layout__media {
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 106, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.page-home .ios-layout__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .ios-layout__media-cap {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(6, 35, 27, 0.72);
  border: 1px solid rgba(201, 168, 106, 0.3);
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--home-bright);
}

/* 内容栏目索引 */
.page-home .index-panel {
  padding-bottom: 52px;
}

.page-home .index-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.page-home .index-list__link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "num title"
    "num desc";
  gap: 2px 14px;
  padding: 18px;
  border: 1px solid rgba(163, 198, 184, 0.18);
  border-radius: var(--radius);
  background: rgba(11, 59, 46, 0.4);
  text-decoration: none;
  transition: var(--transition);
}

.page-home .index-list__link:hover {
  border-color: var(--home-gold);
  background: rgba(201, 168, 106, 0.08);
  transform: translateY(-2px);
}

.page-home .index-list__num {
  grid-area: num;
  font-family: var(--font-data);
  font-size: 14px;
  color: var(--home-gold);
}

.page-home .index-list__title {
  grid-area: title;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--home-ivory);
}

.page-home .index-list__desc {
  grid-area: desc;
  font-size: 13px;
  color: var(--home-mist);
}

/* 动效 */
@keyframes pageHomeGlow {
  from {
    opacity: 0.4;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1.04);
  }
}

/* 响应式 */
@media (min-width: 700px) {
  .page-home .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .page-home .index-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .ios-layout__media {
    max-width: 380px;
  }
}

@media (max-width: 640px) {
  .page-home .match-row__summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "league teams toggle"
      "league score meta";
    column-gap: 8px;
  }

  .page-home .match-row__meta {
    grid-column: 2 / -1;
  }

  .page-home .hero-title {
    padding: 22px 18px;
  }

  .page-home .hero-title h1 {
    font-size: 1.55rem;
  }
}

@media (min-width: 980px) {
  .page-home .hero-collage {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .page-home .hero-collage__col--side {
    align-content: start;
  }

  .page-home .hero-collage__col--main .home-module {
    min-height: 100%;
  }

  .page-home .ios-layout {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .page-home .ios-layout__media {
    margin: 0;
  }
}

@media (min-width: 1080px) {
  .page-home .hero-title__aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    border-left: 1px solid rgba(201, 168, 106, 0.28);
  }
}

@media (min-width: 1200px) {
  .page-home .focus-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 360px) {
  .page-home .match-row__summary {
    column-gap: 6px;
  }

  .page-home .match-row__team {
    font-size: 13px;
  }
}
