.page-home {
  background: var(--c-black);
  color: var(--c-white);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home .c-kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-red);
  border-bottom: 2px solid var(--c-red);
  padding-bottom: 4px;
  margin: 0 0 18px;
}

/* ===== Hero / 内容地图 ===== */
.page-home .home-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 110px 0 64px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(212, 0, 0, 0.28) 0%, transparent 42%),
    radial-gradient(circle at 80% 10%, rgba(14, 34, 57, 0.9), transparent 50%),
    var(--c-black);
}

.page-home .home-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 40px 40px;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
}

.page-home .home-hero__speed {
  position: absolute;
  top: 0;
  right: -30px;
  width: 140px;
  height: 100%;
  z-index: 1;
  background: repeating-linear-gradient(-32deg, transparent 0 13px, rgba(212, 0, 0, 0.26) 13px 15px, transparent 15px 24px);
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.8;
}

.page-home .home-hero__word {
  position: absolute;
  right: 4%;
  bottom: 12%;
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 130px;
  line-height: 0.8;
  letter-spacing: 0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  transform: rotate(-18deg);
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 52px;
  align-items: center;
}

.page-home .home-hero__title {
  margin: 8px 0 18px;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(30px, 8vw, 56px);
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.page-home .home-hero__lead {
  max-width: 560px;
  margin: 0;
  color: var(--c-silver);
  font-size: 15px;
  line-height: 1.8;
}

.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.page-home .home-hero__stat {
  background: rgba(255, 255, 255, 0.035);
  border-left: 3px solid var(--c-red);
  padding: 12px 14px;
}

.page-home .home-hero__stat strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 24px;
  line-height: 1.2;
  color: var(--c-white);
}

.page-home .home-hero__stat span {
  font-size: 13px;
  color: var(--c-silver);
}

.page-home .home-map {
  display: grid;
  grid-template-columns: 1fr;
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.16);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.page-home .home-map__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
  color: var(--c-white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background var(--speed) ease, padding-left var(--speed) ease;
}

.page-home .home-map__item:last-child {
  border-bottom: 0;
}

.page-home .home-map__item:hover,
.page-home .home-map__item:focus-visible {
  background: rgba(212, 0, 0, 0.16);
  padding-left: 22px;
  outline: none;
}

.page-home .home-map__num {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--c-red);
  font-weight: 700;
}

.page-home .home-map__name {
  font-weight: 700;
  font-size: 15px;
}

.page-home .home-map__path {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--c-silver);
  text-transform: uppercase;
}

/* ===== 今日战报速递 ===== */
.page-home .home-report {
  position: relative;
  background: var(--c-white);
  color: var(--c-dark);
  padding: 72px 0;
}

.page-home .home-report::before {
  content: "01";
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 96px;
  line-height: 1;
  color: rgba(212, 0, 0, 0.06);
  pointer-events: none;
}

.page-home .home-report__banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 56px;
}

.page-home .home-report__banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.page-home .home-report__flash {
  position: absolute;
  left: 0;
  bottom: 24px;
  background: var(--c-red);
  color: var(--c-white);
  padding: 10px 20px 10px 16px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.page-home .home-report__head {
  max-width: 720px;
  margin-bottom: 42px;
}

.page-home .home-report__head h2,
.page-home .home-table__head h2,
.page-home .home-filter__head h2,
.page-home .home-venue__content h2 {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.25;
  margin: 8px 0 14px;
}

.page-home .home-report__head p:last-child {
  line-height: 1.8;
  color: var(--c-dark);
}

.page-home .home-report__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.page-home .home-report__aside {
  padding: 24px 20px;
  background: var(--c-light);
  border-left: 4px solid var(--c-red);
}

.page-home .home-report__aside h3 {
  margin: 0 0 14px;
  font-size: 18px;
  color: var(--c-black);
}

.page-home .home-report__aside ol {
  margin: 0 0 18px;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.page-home .home-report__aside p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-dark);
  margin: 0 0 18px;
}

.page-home .home-report__list {
  display: grid;
  gap: 12px;
}

.page-home .home-report__list .c-panel {
  background: var(--c-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-home .home-report__list .c-panel[open] {
  border-left: 4px solid var(--c-red);
}

.page-home .home-report__match {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 16px 14px;
  cursor: pointer;
  list-style: none;
}

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

.page-home .home-report__league {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--c-red);
  font-weight: 700;
}

.page-home .home-report__score {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 17px;
  color: var(--c-black);
}

.page-home .home-report__state {
  margin-left: auto;
  font-size: 12px;
  background: var(--c-light);
  padding: 4px 10px;
  color: var(--c-dark);
}

.page-home .home-report__state::after {
  content: "+";
  margin-left: 6px;
  font-weight: 700;
  color: var(--c-red);
}

.page-home .home-report__list details[open] .home-report__state::after {
  content: "−";
}

.page-home .home-report__panel {
  border-top: 1px dashed var(--c-light);
  padding: 16px 14px;
  background: rgba(224, 224, 224, 0.4);
}

.page-home .home-report__panel h4 {
  margin: 0 0 8px;
  font-size: 15px;
  color: var(--c-black);
}

.page-home .home-report__panel p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
}

.page-home .home-report__link {
  color: var(--c-red);
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ===== 积分榜同步看板 ===== */
.page-home .home-table {
  position: relative;
  background: var(--c-black);
  color: var(--c-white);
  padding: 88px 0 84px;
  overflow: hidden;
}

.page-home .home-table::before {
  content: "02";
  position: absolute;
  top: 16px;
  right: 24px;
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 96px;
  line-height: 1;
  color: rgba(212, 0, 0, 0.08);
  pointer-events: none;
}

.page-home .home-table__speed {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 180px;
  width: 100%;
  background: repeating-linear-gradient(-35deg, transparent 0 16px, rgba(212, 0, 0, 0.16) 16px 18px, transparent 18px 30px);
  opacity: 0.35;
  pointer-events: none;
}

.page-home .home-table__head {
  max-width: 760px;
  margin-bottom: 48px;
}

.page-home .home-table__head p:last-child {
  color: var(--c-silver);
  line-height: 1.8;
}

.page-home .home-table__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.page-home .home-table__side img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.05);
}

.page-home .home-table__panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px 18px;
  position: relative;
}

.page-home .home-table__panel h3 {
  font-family: var(--font-title);
  font-size: 20px;
  margin: 0 0 18px;
  color: var(--c-white);
}

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

.page-home .home-table__panel .c-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-family: var(--font-mono);
  font-size: 14px;
}

.page-home .home-table__panel .c-table th,
.page-home .home-table__panel .c-table td {
  padding: 10px 8px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .home-table__panel .c-table thead th {
  color: var(--c-silver);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.page-home .home-table__panel .c-table td:first-child {
  color: var(--c-red);
  font-weight: 700;
}

.page-home .home-table__chart {
  width: 100%;
  height: auto;
  margin: 28px 0 10px;
  display: block;
}

.page-home .home-table__chart-title {
  fill: var(--c-silver);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.page-home .home-table__chart-grid line {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1;
}

.page-home .home-table__label {
  fill: var(--c-white);
  font-family: var(--font-mono);
  font-size: 11px;
}

.page-home .home-table__bar--home {
  fill: var(--c-red);
}

.page-home .home-table__bar--away {
  fill: var(--c-silver);
}

.page-home .home-table__chart-legend text {
  fill: var(--c-silver);
  font-family: var(--font-mono);
  font-size: 10px;
}

.page-home .home-table__channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 26px 0;
}

.page-home .home-channel {
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-top: 3px solid var(--c-red);
}

.page-home .home-channel--away {
  border-top-color: var(--c-silver);
}

.page-home .home-channel h4 {
  margin: 0 0 12px;
  font-size: 15px;
  color: var(--c-white);
}

.page-home .home-channel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-home .home-channel li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--c-silver);
}

.page-home .home-channel li strong {
  font-family: var(--font-mono);
  color: var(--c-white);
}

.page-home .home-table__panel .c-btn--ghost {
  border-color: var(--c-silver);
  color: var(--c-white);
  margin-top: 4px;
}

/* ===== 赛事分类筛选 ===== */
.page-home .home-filter {
  background: var(--c-light);
  color: var(--c-dark);
  padding: 80px 0 88px;
}

.page-home .home-filter::before {
  content: "03";
  position: absolute;
  top: 12px;
  right: 24px;
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 96px;
  line-height: 1;
  color: rgba(212, 0, 0, 0.05);
  pointer-events: none;
}

.page-home .home-filter__head {
  max-width: 720px;
  margin-bottom: 40px;
}

.page-home .home-filter__head p:last-child {
  line-height: 1.8;
  color: var(--c-dark);
}

.page-home .home-filter__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-home .home-filter__demo {
  background: var(--c-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24px 18px;
}

.page-home .home-filter__tags {
  display: grid;
  gap: 20px;
}

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

.page-home .home-filter__label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--c-red);
  font-weight: 700;
}

.page-home .home-filter__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .home-filter__choices span {
  padding: 8px 14px;
  border: 1px solid var(--c-dark);
  font-size: 13px;
  color: var(--c-dark);
  background: transparent;
  transition: background var(--speed) ease, color var(--speed) ease, border-color var(--speed) ease;
}

.page-home .home-filter__choices span.is-current {
  background: var(--c-red);
  border-color: var(--c-red);
  color: var(--c-white);
  font-weight: 700;
}

.page-home .home-filter__preview {
  margin-top: 26px;
  padding: 18px 16px;
  background: var(--c-night);
  color: var(--c-white);
}

.page-home .home-filter__preview-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 14px;
  color: var(--c-white);
}

.page-home .home-filter__preview ul {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.page-home .home-filter__preview li {
  display: grid;
  gap: 2px;
}

.page-home .home-filter__preview li span {
  font-size: 12px;
  color: var(--c-silver);
}

.page-home .home-filter__preview li strong {
  font-family: var(--font-mono);
  font-size: 22px;
  color: var(--c-white);
}

.page-home .home-filter__preview p:last-child {
  margin: 0;
  font-size: 13px;
  color: var(--c-silver);
}

.page-home .home-filter__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

/* ===== 场馆变更提醒 ===== */
.page-home .home-venue {
  position: relative;
  background: var(--c-night);
  color: var(--c-white);
  padding: 88px 0;
  overflow: hidden;
}

.page-home .home-venue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 82%, rgba(212, 0, 0, 0.3), transparent 42%);
}

.page-home .home-venue::after {
  content: "04";
  position: absolute;
  bottom: 12px;
  right: 24px;
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 96px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.page-home .home-venue__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-home .home-venue__icon img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-home .home-venue__content p {
  color: var(--c-silver);
  line-height: 1.8;
  margin: 0 0 18px;
}

.page-home .home-venue__steps {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-venue__steps li {
  display: grid;
  gap: 2px;
  padding: 14px;
  border-left: 3px solid var(--c-warn);
  background: rgba(255, 255, 255, 0.05);
}

.page-home .home-venue__steps strong {
  color: var(--c-warn);
  font-family: var(--font-mono);
  font-size: 14px;
}

.page-home .home-venue__steps span {
  color: var(--c-silver);
  font-size: 14px;
  line-height: 1.6;
}

/* ===== 全站路径 ===== */
.page-home .home-links {
  background: var(--c-black);
  color: var(--c-white);
  padding: 72px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .home-links__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home .home-links__item {
  color: var(--c-white);
  text-decoration: none;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 4px;
  transition: border-color var(--speed) ease, background var(--speed) ease;
}

.page-home .home-links__item:hover,
.page-home .home-links__item:focus-visible {
  border-color: var(--c-red);
  background: rgba(212, 0, 0, 0.1);
  outline: none;
}

.page-home .home-links__item span {
  font-weight: 700;
}

.page-home .home-links__item small {
  color: var(--c-silver);
  font-size: 12px;
}

/* ===== 桌面端增强 ===== */
@media (min-width: 900px) {
  .page-home .home-hero {
    min-height: 680px;
  }

  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 72px;
  }

  .page-home .home-hero__title {
    font-size: 52px;
  }

  .page-home .home-hero__lead {
    font-size: 16px;
  }

  .page-home .home-hero__stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .page-home .home-report {
    padding: 88px 0;
  }

  .page-home .home-report__layout {
    grid-template-columns: 300px 1fr;
    gap: 56px;
  }

  .page-home .home-table__layout {
    grid-template-columns: 280px 1fr;
    gap: 56px;
  }

  .page-home .home-table__panel {
    padding: 28px 24px;
  }

  .page-home .home-filter__layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
  }

  .page-home .home-venue__inner {
    grid-template-columns: 220px 1fr;
    gap: 56px;
  }

  .page-home .home-venue__icon img {
    margin: 0;
  }

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

@media (min-width: 640px) {
  .page-home .home-table__channels {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    transition-duration: 0.01ms !important;
    animation: none !important;
  }
}
