.page-home .eyebrow {
  color: var(--cyan);
}

/* ---------- 首屏 ---------- */
.page-home .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 34px 0 8px;
}

.page-home .hero::before {
  content: "";
  position: absolute;
  inset: -18% -24% auto -12%;
  height: 118%;
  background-image:
    linear-gradient(to right, rgba(27, 58, 82, 0.6) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(27, 58, 82, 0.6) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.34;
  z-index: -2;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(155deg, #000 0%, rgba(0, 0, 0, 0.25) 58%, transparent 82%);
  mask-image: linear-gradient(155deg, #000 0%, rgba(0, 0, 0, 0.25) 58%, transparent 82%);
}

.page-home .hero::after {
  content: "";
  position: absolute;
  top: -6%;
  right: -14%;
  width: min(860px, 82%);
  height: 84%;
  background: linear-gradient(135deg, #2FE0E8 0%, #123C63 60%, #050F1B 100%);
  opacity: 0.2;
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
  pointer-events: none;
}

.page-home .hero__inner {
  position: relative;
  display: grid;
  gap: 30px;
}

.page-home .hero__copy {
  max-width: 560px;
}

.page-home .hero h1 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 7vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--text);
}

.page-home .hero__lead {
  margin: 16px 0 0;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-home .hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 26px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid var(--line-soft);
}

.page-home .hero__facts li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.page-home .hero__facts .mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 19px;
  color: var(--lime);
  letter-spacing: -0.01em;
}

.page-home .hero__board {
  position: relative;
}

.page-home .hero__shot {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.page-home .hero__shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}

.page-home .hero__shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 27, 0.08) 0%, rgba(5, 15, 27, 0.76) 100%);
  pointer-events: none;
}

.page-home .scorecard {
  position: relative;
  z-index: 2;
  width: min(360px, 100%);
  margin: -46px 0 0;
  padding: 18px 20px 16px;
  background: linear-gradient(160deg, rgba(11, 33, 54, 0.97), rgba(5, 15, 27, 0.97));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}

.page-home .scorecard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page-home .scorecard__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-home .scorecard__score {
  margin: 10px 0 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(44px, 12vw, 66px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--text);
}

.page-home .scorecard__score .sep {
  color: var(--lime);
  padding: 0 2px;
}

.page-home .scorecard__note {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}

/* ---------- 跑动热区 ---------- */
.page-home .runlab-wrap {
  padding: 26px 0 0;
}

.page-home .runlab {
  display: grid;
  gap: 22px;
}

.page-home .runlab__fig {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
}

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

.page-home .runlab__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 4.4vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--text);
}

.page-home .runlab__text {
  margin: 12px 0 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .runlab__rows {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-soft);
}

.page-home .runlab__rows li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px dashed var(--line-soft);
  font-size: 13px;
  color: var(--muted);
}

.page-home .runlab__rows .mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  color: var(--lime);
}

/* ---------- 赛程时间轴 ---------- */
.page-home .schedule {
  padding: 54px 0 0;
}

.page-home .schedule .section-head__note a {
  color: var(--cyan);
}

.page-home .timeline {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .timeline__row {
  padding: 14px 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: transform 0.12s var(--ease), border-color 0.12s var(--ease);
}

.page-home .timeline__time {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: var(--cyan);
}

.page-home .timeline__teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
}

.page-home .timeline__vs {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-home .timeline__meta {
  margin: 5px 0 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--muted);
}

.page-home .timeline__data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 11px;
}

.page-home .timeline__detail {
  grid-column: 1 / -1;
  max-height: none;
  opacity: 1;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
}

.page-home .timeline__detail p {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .timeline__detail p:last-child {
  margin-bottom: 0;
}

.page-home .schedule__more {
  margin: 22px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .schedule__more a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid var(--cyan-soft);
}

/* ---------- 三类入口 ---------- */
.page-home .entries-sec {
  padding: 54px 0 0;
}

.page-home .entries {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.page-home .entry {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.12s var(--ease), border-color 0.12s var(--ease);
}

.page-home .entry__kicker {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--cyan);
}

.page-home .entry__title {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(21px, 4vw, 27px);
  line-height: 1.2;
  letter-spacing: -0.012em;
  color: var(--text);
}

.page-home .entry__text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .entry__points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .entry__points li {
  position: relative;
  padding: 8px 0 8px 18px;
  font-size: 13px;
  color: var(--muted);
  border-bottom: 1px dashed var(--line-soft);
}

.page-home .entry__points li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}

.page-home .entry__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}

.page-home .entry__link {
  align-self: flex-start;
  margin-top: 18px;
  font-size: 13px;
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid var(--cyan-soft);
}

.page-home .entry--b {
  padding: 0;
  min-height: 320px;
  justify-content: flex-end;
  border-color: var(--line);
}

.page-home .entry__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.85) contrast(1.08);
}

.page-home .entry--b::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 15, 27, 0.35) 0%, rgba(5, 15, 27, 0.94) 72%);
  pointer-events: none;
}

.page-home .entry__body {
  position: relative;
  z-index: 2;
  padding: 22px 20px;
}

.page-home .entry--c .entry__text {
  max-width: 62ch;
}

.page-home .entry:hover,
.page-home .entry:focus-within {
  transform: translateY(-4px);
  border-color: var(--cyan);
}

/* ---------- 刷新状态条 ---------- */
.page-home .refbar-sec {
  padding: 34px 0 0;
}

.page-home .refbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  padding: 14px 18px;
  background: linear-gradient(90deg, rgba(47, 224, 232, 0.09) 0%, rgba(11, 33, 54, 0.92) 42%, rgba(8, 24, 42, 0.92) 100%);
  border: 1px solid var(--line);
  border-left: 3px solid var(--cyan);
  border-radius: var(--r-md);
}

.page-home .refbar__text {
  flex: 1 1 280px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
}

.page-home .refbar__stamp {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--lime);
}

/* ---------- 会员与收藏 ---------- */
.page-home .member {
  padding: 54px 0 0;
}

.page-home .member__inner {
  display: grid;
  gap: 26px;
}

.page-home .member__title {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 5vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.014em;
  color: var(--text);
}

.page-home .member__text {
  margin: 14px 0 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

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

.page-home .tiers li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(8, 24, 42, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.page-home .tiers li.is-v3 {
  background: var(--orange-soft);
  border-color: var(--orange);
  color: var(--text);
}

.page-home .tiers .tier-name {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--cyan);
}

.page-home .tiers li.is-v3 .tier-name {
  color: var(--orange);
}

.page-home .member .btn--member {
  margin-top: 20px;
}

.page-home .member__fig {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.page-home .member__fig img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

/* ---------- 三端访问 ---------- */
.page-home .access {
  padding: 54px 0 0;
}

.page-home .access__grid {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.page-home .access__card {
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}

.page-home .access__card--hl {
  background: linear-gradient(150deg, rgba(255, 122, 60, 0.14) 0%, rgba(11, 33, 54, 0.95) 58%);
  border-color: rgba(255, 122, 60, 0.5);
}

.page-home .access__kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--cyan);
}

.page-home .access__name {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: var(--text);
}

.page-home .access__text {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .access__card .tag {
  align-self: flex-start;
  margin-top: 14px;
}

.page-home .access__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}

.page-home .access__foot p {
  flex: 1 1 300px;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

/* ---------- 响应式 ---------- */
@media (min-width: 700px) {
  .page-home .entries {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
  }

  .page-home .entry--a {
    grid-column: span 5;
  }

  .page-home .entry--b {
    grid-column: span 7;
  }

  .page-home .entry--c {
    grid-column: span 12;
  }

  .page-home .access__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

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

@media (min-width: 900px) {
  .page-home .hero {
    padding: 56px 0 16px;
  }

  .page-home .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
    gap: 48px;
    align-items: center;
  }

  .page-home .scorecard {
    margin-top: -60px;
    margin-left: 26px;
  }

  .page-home .runlab-wrap {
    padding-top: 46px;
  }

  .page-home .runlab {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
  }

  .page-home .member__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
  }

  .page-home .member__fig {
    order: 2;
  }
}

@media (min-width: 860px) {
  .page-home .timeline__row {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 14px 20px;
  }

  .page-home .timeline__teams {
    margin-top: 0;
  }

  .page-home .timeline__data {
    margin-top: 0;
    justify-content: flex-end;
  }

  .page-home .timeline__detail {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    overflow: hidden;
    transition: max-height 0.22s var(--ease), opacity 0.22s var(--ease), margin-top 0.22s var(--ease);
  }

  .page-home .timeline__row:hover,
  .page-home .timeline__row:focus-within {
    transform: translateY(-4px);
    border-color: var(--cyan);
  }

  .page-home .timeline__row:hover .timeline__detail,
  .page-home .timeline__row:focus-within .timeline__detail {
    max-height: 220px;
    opacity: 1;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--line-soft);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .entry,
  .page-home .timeline__row,
  .page-home .timeline__detail {
    transition: none;
  }

  .page-home .entry:hover,
  .page-home .entry:focus-within,
  .page-home .timeline__row:hover,
  .page-home .timeline__row:focus-within {
    transform: none;
  }
}
</main>
