.page-home {
  --hero-frame-pad: 18px;
  --section-space: 76px;
  font-family: var(--font-body);
  color: var(--color-text-on-light);
  overflow-x: clip;
}

.page-home .container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 20px;
}

.page-home [data-reveal] {
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

/* ========== 01 框景首屏 ========== */
.page-home .hero-frame {
  position: relative;
  min-height: 100svh;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  overflow: hidden;
  padding: calc(var(--header-height) + 44px) 0 56px;
}

.page-home .hero-frame__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-frame__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}

.page-home .hero-frame__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(26, 15, 46, 0.94) 0%, rgba(59, 31, 122, 0.62) 52%, rgba(57, 255, 20, 0.08) 100%);
}

.page-home .hero-frame__border--outer,
.page-home .hero-frame__border--inner {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 4px;
}

.page-home .hero-frame__border--outer {
  inset: 14px;
  border: 1px solid rgba(192, 192, 192, 0.5);
}

.page-home .hero-frame__border--inner {
  inset: 24px;
  border: 1px solid rgba(57, 255, 20, 0.5);
}

.page-home .hero-frame__ticks {
  position: absolute;
  inset: 24px;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, transparent 0 15px, rgba(192, 192, 192, 0.28) 15px 16px);
  mix-blend-mode: screen;
  opacity: 0.4;
}

.page-home .hero-frame__container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.page-home .hero-frame__content {
  max-width: 720px;
}

.page-home .hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.55);
}

.page-home .hero-breadcrumb__link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.page-home .hero-breadcrumb__link:hover {
  color: var(--color-accent);
}

.page-home .hero-breadcrumb__sep {
  color: var(--color-silver);
}

.page-home .hero-breadcrumb__current {
  color: var(--color-accent);
}

.page-home .hero-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(57, 255, 20, 0.38);
  background: rgba(26, 15, 46, 0.55);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}

.page-home .hero-status .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(57, 255, 20, 0.18), 0 0 12px rgba(57, 255, 20, 0.7);
}

.page-home .hero-frame__title {
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: clamp(40px, 9vw, 74px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: #fff;
}

.page-home .hero-frame__lead {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 46em;
  margin: 0 0 30px;
}

.page-home .hero-frame__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .button--large {
  padding: 16px 30px;
  font-size: 16px;
}

.page-home .button--primary {
  position: relative;
  overflow: hidden;
}

.page-home .button--primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s var(--ease);
}

.page-home .button--primary:hover::after {
  left: 120%;
}

.page-home .hero-frame__meta {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 460px;
}

.page-home .hero-meta-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(192, 192, 192, 0.2);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  backdrop-filter: blur(6px);
}

.page-home .hero-meta-item dt {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.page-home .hero-meta-item dd {
  margin: 6px 0 0;
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent);
}

.page-home .hero-frame__corner {
  position: absolute;
  z-index: 3;
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(192, 192, 192, 0.8);
  pointer-events: none;
}

.page-home .hero-frame__corner--tl {
  top: 34px;
  left: 34px;
}

.page-home .hero-frame__corner--br {
  bottom: 30px;
  right: 30px;
  color: rgba(57, 255, 20, 0.8);
}

/* ========== 02 维护公告 ========== */
.page-home .maintenance-section {
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  padding: var(--section-space) 0;
  position: relative;
}

.page-home .maintenance-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(57, 255, 20, 0.5), transparent);
}

.page-home .maintenance-section .section-head {
  margin-bottom: 40px;
}

.page-home .maintenance-section .section-title {
  color: #fff;
}

.page-home .section-head--split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.page-home .section-head__link {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-accent);
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid rgba(57, 255, 20, 0.3);
  border-radius: var(--radius-pill);
  transition: background 0.25s var(--ease);
}

.page-home .section-head__link:hover {
  background: rgba(57, 255, 20, 0.12);
}

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

.page-home .timeline {
  position: relative;
  padding-left: 26px;
  display: grid;
  gap: 26px;
}

.page-home .timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(192, 192, 192, 0.35);
}

.page-home .timeline-item {
  position: relative;
}

.page-home .timeline-item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(57, 255, 20, 0.15), 0 0 10px rgba(57, 255, 20, 0.6);
}

.page-home .timeline-time {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 6px;
}

.page-home .timeline-content {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(192, 192, 192, 0.16);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
}

.page-home .timeline-content p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.page-home .maintenance-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.page-home .maintenance-panel__image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.page-home .maintenance-panel__body {
  padding: 28px;
}

.page-home .maintenance-panel__body h3 {
  font-family: var(--font-headline);
  font-size: 24px;
  line-height: 1.3;
  margin: 10px 0 14px;
  color: #fff;
}

.page-home .maintenance-panel__body p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 22px;
}

/* ========== 03 实时数据仪表盘 ========== */
.page-home .dashboard-section {
  background: var(--color-bg-light);
  padding: var(--section-space) 0;
}

.page-home .dashboard-section .section-head {
  margin-bottom: 36px;
}

.page-home .dashboard-section .section-title {
  color: var(--color-text-on-light);
}

.page-home .dashboard-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 34px;
}

.page-home .dashboard-stats .metric {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(59, 31, 122, 0.08);
  box-shadow: var(--shadow-soft);
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.page-home .dashboard-stats .metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--color-accent);
}

.page-home .dashboard-stats .metric-value {
  font-family: var(--font-data);
  font-size: 34px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.1;
}

.page-home .dashboard-stats .metric-label {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: 8px;
}

.page-home .dashboard-tabs {
  margin-top: 24px;
}

.page-home .tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.page-home .tab-button {
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: 0.03em;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(59, 31, 122, 0.18);
  background: transparent;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: all 0.25s var(--ease);
}

.page-home .tab-button:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.page-home .tab-button[aria-selected="true"] {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-accent);
  box-shadow: 0 8px 24px rgba(59, 31, 122, 0.22);
}

.page-home .dashboard-panel {
  border: 1px solid rgba(59, 31, 122, 0.08);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.page-home .dashboard-panel__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.page-home .dashboard-panel__head h3 {
  font-family: var(--font-headline);
  font-size: 20px;
  margin: 0;
  color: var(--color-text-on-light);
}

.page-home .dashboard-panel__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--color-primary);
}

.page-home .dashboard-panel__status .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 8px rgba(57, 255, 20, 0.7);
}

.page-home .dashboard-panel__note {
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0 0 20px;
}

.page-home .league-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .league-flag {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: var(--color-bg-light);
  border: 1px solid rgba(59, 31, 122, 0.1);
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-primary);
}

.page-home .rank-nav-list {
  display: grid;
  gap: 10px;
}

.page-home .rank-nav-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: var(--color-bg-light);
  border: 1px solid rgba(59, 31, 122, 0.08);
  font-size: 14px;
  color: var(--color-text-on-light);
}

.page-home .rank-nav-row__id {
  font-family: var(--font-data);
  color: var(--color-accent);
  font-weight: 700;
}

.page-home .rank-nav-row__arrow {
  margin-left: auto;
  color: var(--color-silver);
}

.page-home .possession-visual {
  display: grid;
  gap: 16px;
  padding: 8px 0 4px;
}

.page-home .possession-visual__row {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
}

.page-home .possession-visual__label {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-text-on-light);
}

.page-home .possession-visual__track {
  height: 14px;
  border-radius: var(--radius-pill);
  background: var(--color-bg-light);
  overflow: hidden;
  display: block;
}

.page-home .possession-visual__fill--home {
  display: block;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  border-radius: var(--radius-pill);
}

.page-home .possession-visual__fill--away {
  display: block;
  width: 46%;
  height: 100%;
  background: linear-gradient(90deg, #6a5a9e, var(--color-silver));
  border-radius: var(--radius-pill);
}

.page-home .dashboard-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: var(--radius-lg);
  background: rgba(59, 31, 122, 0.04);
  border: 1px solid rgba(59, 31, 122, 0.08);
}

.page-home .dashboard-foot p {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-muted);
}

/* ========== 04 信任色带 ========== */
.page-home .trust-band {
  background: var(--color-accent);
  color: var(--color-bg-dark);
  padding: 20px 0;
}

.page-home .trust-band__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 30px;
}

.page-home .trust-band__item {
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-bg-dark);
}

/* ========== 05 球迷导航 ========== */
.page-home .fan-nav-section {
  background: linear-gradient(135deg, #2d1660 0%, rgba(26, 15, 46, 0.96) 100%);
  color: var(--color-text-on-dark);
  padding: var(--section-space) 0;
  position: relative;
  overflow: hidden;
}

.page-home .fan-nav-section::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -20%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.14), transparent 70%);
  pointer-events: none;
}

.page-home .fan-nav-section .section-title {
  color: #fff;
}

.page-home .fan-nav-section .section-desc {
  color: rgba(255, 255, 255, 0.76);
}

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

.page-home .league-card {
  position: relative;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(192, 192, 192, 0.18);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.3s var(--ease);
}

.page-home .league-card:hover {
  background: rgba(57, 255, 20, 0.1);
  border-color: rgba(57, 255, 20, 0.5);
  transform: translateY(-2px);
}

.page-home .league-card--more {
  background: rgba(57, 255, 20, 0.1);
  border-color: rgba(57, 255, 20, 0.35);
}

.page-home .league-card__code {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .league-card__name {
  font-family: var(--font-headline);
  font-size: 22px;
  color: #fff;
}

.page-home .league-card--more .league-card__name {
  color: var(--color-accent);
}

.page-home .league-card__index {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--color-accent);
  opacity: 0.85;
}

.page-home .fan-nav-feature {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-home .fan-nav-feature__text h3 {
  font-family: var(--font-headline);
  font-size: 26px;
  color: #fff;
  margin: 0 0 14px;
}

.page-home .fan-nav-feature__text p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 20px;
}

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

.page-home .feature-list li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.page-home .feature-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 8px rgba(57, 255, 20, 0.6);
}

.page-home .fan-nav-visual {
  position: relative;
  height: 300px;
  border-radius: var(--radius-xl);
  background: rgba(26, 15, 46, 0.7);
  border: 1px solid rgba(57, 255, 20, 0.25);
  overflow: hidden;
}

.page-home .fan-nav-visual__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(192, 192, 192, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192, 192, 192, 0.1) 1px, transparent 1px);
  background-size: 32px 32px;
}

.page-home .fan-nav-visual__dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
}

.page-home .fan-nav-visual__dot--a {
  top: 30%;
  left: 20%;
  background: var(--color-accent);
  box-shadow: 0 0 16px rgba(57, 255, 20, 0.8);
}

.page-home .fan-nav-visual__dot--b {
  top: 62%;
  left: 68%;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

.page-home .fan-nav-visual__line {
  position: absolute;
  top: 34%;
  left: 23%;
  width: 52%;
  height: 2px;
  background: linear-gradient(90deg, var(--color-accent), rgba(255, 255, 255, 0.5), transparent);
  transform: rotate(32deg);
  transform-origin: left center;
  z-index: 1;
}

.page-home .fan-nav-visual__label {
  position: absolute;
  bottom: 16px;
  right: 18px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

/* ========== 06 专家专栏 ========== */
.page-home .expert-section {
  background: var(--color-bg-light);
  padding: var(--section-space) 0;
}

.page-home .expert-section .section-head {
  margin-bottom: 36px;
}

.page-home .expert-grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-home .expert-content h3 {
  font-family: var(--font-headline);
  font-size: 26px;
  color: var(--color-text-on-light);
  margin: 0 0 16px;
}

.page-home .expert-content p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin: 0 0 24px;
}

.page-home .expert-points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .expert-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--color-text-on-light);
}

.page-home .expert-points__mark {
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--color-accent);
  background: var(--color-primary);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
}

.page-home .expert-chart {
  border-radius: var(--radius-xl);
  padding: 20px;
  background: var(--color-surface);
  border: 1px solid rgba(59, 31, 122, 0.1);
  box-shadow: var(--shadow-soft);
}

.page-home .expert-chart__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
}

.page-home .expert-chart__bars {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

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

.page-home .bar-row__label {
  font-family: var(--font-data);
  font-size: 13px;
  color: var(--color-text-on-light);
  font-weight: 700;
}

.page-home .bar-row__track {
  height: 12px;
  border-radius: var(--radius-pill);
  background: var(--color-bg-light);
  overflow: hidden;
  display: block;
}

.page-home .bar-row__fill--home {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.page-home .bar-row__fill--away {
  display: block;
  width: 44%;
  height: 100%;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, #9a8cc7, var(--color-silver));
}

.page-home .expert-chart__caption {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--color-text-muted);
}

/* ========== 07 首次访问者小屏 ========== */
.page-home .mobile-section {
  background: var(--color-bg-dark);
  color: var(--color-text-on-dark);
  padding: var(--section-space) 0;
  position: relative;
  overflow: hidden;
}

.page-home .mobile-section::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.12), transparent 70%);
  pointer-events: none;
}

.page-home .mobile-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.page-home .mobile-visual {
  text-align: center;
}

.page-home .mobile-visual__shell {
  width: 240px;
  margin-inline: auto;
  border-radius: 38px;
  border: 8px solid #1a1a2e;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(192, 192, 192, 0.2);
  overflow: hidden;
}

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

.page-home .mobile-visual__caption {
  margin: 14px 0 0;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}

.page-home .mobile-content .section-desc {
  color: rgba(255, 255, 255, 0.76);
}

.page-home .adapter-table-wrap {
  margin: 24px 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(192, 192, 192, 0.2);
}

.page-home .adapter-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
}

.page-home .adapter-table th,
.page-home .adapter-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(192, 192, 192, 0.18);
  color: rgba(255, 255, 255, 0.85);
}

.page-home .adapter-table th {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--color-accent);
}

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

.page-home .mobile-feature-list {
  display: grid;
  gap: 18px;
  margin: 24px 0;
}

.page-home .mobile-feature-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .mobile-feature-list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.page-home .mobile-feature-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0.8;
}

.page-home .mobile-question {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(57, 255, 20, 0.22);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.page-home .mobile-question h3 {
  font-family: var(--font-headline);
  font-size: 20px;
  margin: 0 0 10px;
  color: var(--color-accent);
}

.page-home .mobile-question p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 20px;
}

/* ========== 08 收尾召唤 ========== */
.page-home .outro-section {
  background: linear-gradient(135deg, #120a20 0%, var(--color-primary) 100%);
  color: var(--color-text-on-dark);
  padding: 72px 0;
}

.page-home .outro-content {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.page-home .outro-content h2 {
  font-family: var(--font-headline);
  font-size: clamp(32px, 6vw, 52px);
  line-height: 1.15;
  margin: 0 0 18px;
  color: #fff;
}

.page-home .outro-content p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto 30px;
  max-width: 48em;
}

.page-home .outro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* ========== 响应式 ========== */
@media (min-width: 768px) {
  .page-home {
    --section-space: 96px;
  }

  .page-home .hero-frame__title {
    font-size: clamp(52px, 7vw, 76px);
  }

  .page-home .hero-frame__lead {
    font-size: 18px;
  }

  .page-home .hero-frame__meta {
    gap: 14px;
  }

  .page-home .maintenance-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 36px;
    align-items: stretch;
  }

  .page-home .maintenance-panel {
    grid-template-columns: 1fr;
  }

  .page-home .maintenance-panel__image {
    height: 200px;
  }

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

  .page-home .dashboard-stats .metric-value {
    font-size: 38px;
  }

  .page-home .leagues-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }

  .page-home .fan-nav-feature {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }

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

  .page-home .expert-chart {
    padding: 24px;
  }

  .page-home .expert-chart__image {
    height: 240px;
  }

  .page-home .mobile-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 48px;
  }

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

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

  .page-home .maintenance-panel__image {
    height: 100%;
  }

  .page-home .fan-nav-visual {
    height: 340px;
  }
}
