.page-home {
  --home-gold: #ffc857;
  --home-cyan: #00e5ff;
  --home-red: #e63946;
  --home-bg: #0a0e17;
  --home-panel: #12161f;
  --home-glass: rgba(15, 32, 39, 0.72);
  --home-silver: #b8c0cc;
  --home-snow: #f2f4f8;
  --home-line: rgba(0, 229, 255, 0.25);
  --home-gold-line: rgba(255, 200, 87, 0.35);
  --font-display: 'DIN Condensed', Impact, 'Arial Narrow', sans-serif;
  --font-body: 'IBM Plex Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-number: 'IBM Plex Mono', 'DIN Alternate', monospace;
  background: var(--home-bg);
  color: var(--home-snow);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}
.page-home .breadcrumbs.home-breadcrumbs {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0.75rem 1.25rem 0;
  font-size: 0.8125rem;
  color: var(--home-silver);
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  align-items: center;
}
.page-home .breadcrumbs a {
  color: var(--home-cyan);
  text-decoration: none;
  font-weight: 500;
}
.page-home .breadcrumbs a:hover {
  color: var(--home-gold);
  text-decoration: underline;
}
.page-home .breadcrumbs .sep {
  color: rgba(184, 192, 204, 0.45);
}
.page-home .section {
  padding: 3rem 0;
}
.page-home .section-label {
  font-family: var(--font-number);
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-cyan);
  margin-bottom: 0.625rem;
  padding-left: 0.875rem;
  border-left: 3px solid var(--home-cyan);
}
.page-home .section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.05;
  margin: 0 0 0.625rem;
  color: var(--home-snow);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.page-home .section-subtitle {
  color: var(--home-silver);
  font-size: 1rem;
  margin: 0 0 1.5rem;
  max-width: 46rem;
}
.page-home .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.page-home .section-head.split-head {
  border-bottom: 1px solid var(--home-line);
  padding-bottom: 1.25rem;
}
.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
}
.page-home .btn-primary {
  background: var(--home-gold);
  color: #11151d;
  border-color: var(--home-gold);
}
.page-home .btn-primary:hover {
  background: transparent;
  color: var(--home-gold);
  box-shadow: 0 0 0 1px var(--home-gold), 0 4px 24px rgba(255, 200, 87, 0.18);
  transform: translateY(-2px);
}
.page-home .btn-ghost {
  background: transparent;
  color: var(--home-cyan);
  border-color: rgba(0, 229, 255, 0.5);
}
.page-home .btn-ghost:hover {
  background: rgba(0, 229, 255, 0.08);
  border-color: var(--home-cyan);
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.15);
  transform: translateY(-2px);
}
.page-home .btn-sm {
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
}

/* ===== 首屏分屏 ===== */
.page-home .home-hero {
  max-width: 75rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 4.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  position: relative;
}
.page-home .hero-narrative {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.page-home .hero-eyebrow {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.page-home .hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 8vw, 5rem);
  line-height: 0.98;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--home-snow);
}
.page-home .hero-accent {
  display: block;
  color: var(--home-gold);
  text-shadow: 0 0 32px rgba(255, 200, 87, 0.35);
}
.page-home .hero-lead {
  font-size: 1.125rem;
  color: var(--home-silver);
  max-width: 34rem;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
}
.page-home .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  border-top: 1px solid var(--home-line);
  padding-top: 1.5rem;
  max-width: 36rem;
}
.page-home .hero-number {
  font-family: var(--font-number);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--home-cyan);
  display: inline-block;
  line-height: 1;
}
.page-home .metric-unit {
  font-size: 1rem;
  color: var(--home-gold);
  margin-left: 2px;
}
.page-home .metric-label {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  color: var(--home-silver);
  letter-spacing: 0.02em;
}
.page-home .hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  background:
    radial-gradient(circle at 30% 50%, rgba(0, 229, 255, 0.12), transparent 60%),
    radial-gradient(circle at 70% 40%, rgba(255, 200, 87, 0.08), transparent 55%);
  border-radius: 12px;
  border: 1px solid rgba(0, 229, 255, 0.15);
  order: -1;
}
.page-home .hero-svg {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}
.page-home .hero-coord {
  position: absolute;
  font-family: var(--font-number);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  color: var(--home-silver);
  background: rgba(10, 14, 23, 0.82);
  border: 1px solid var(--home-line);
  border-radius: 999px;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  backdrop-filter: blur(4px);
}
.page-home .hero-coord .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-cyan);
  box-shadow: 0 0 8px var(--home-cyan);
}
.page-home .coord-top {
  top: 1.25rem;
  left: 1.25rem;
}
.page-home .coord-bottom {
  bottom: 1.25rem;
  right: 1.25rem;
  color: var(--home-gold);
  border-color: var(--home-gold-line);
}
.page-home .coord-bottom .status-dot {
  background: var(--home-gold);
  box-shadow: 0 0 8px var(--home-gold);
}

/* ===== 斜线装饰带 ===== */
.page-home .speed-line {
  height: 42px;
  background: repeating-linear-gradient(-45deg, transparent 0 14px, rgba(0, 229, 255, 0.12) 14px 16px, transparent 16px 32px);
  border-top: 1px solid rgba(0, 229, 255, 0.2);
  border-bottom: 1px solid rgba(255, 200, 87, 0.12);
  margin: 0 auto;
  max-width: 75rem;
}
.page-home .speed-line::after {
  content: "";
  display: block;
  height: 100%;
  width: 38%;
  margin-left: auto;
  background: repeating-linear-gradient(45deg, transparent 0 10px, rgba(255, 200, 87, 0.14) 10px 12px, transparent 12px 26px);
}

/* ===== 重点场次直通车 ===== */
.page-home .match-section {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.page-home .match-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.page-home .match-card {
  background: linear-gradient(145deg, rgba(18, 22, 31, 0.95), rgba(10, 14, 23, 0.9));
  border: 1px solid var(--home-line);
  border-radius: 12px;
  padding: 1.5rem;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}
.page-home .match-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--home-cyan), var(--home-gold));
  opacity: 0.7;
}
.page-home .match-card:hover {
  border-color: rgba(0, 229, 255, 0.55);
  box-shadow: 0 8px 40px rgba(0, 229, 255, 0.12), 0 0 0 1px rgba(0, 229, 255, 0.08);
  transform: translateY(-4px);
}
.page-home .match-card-featured {
  border-color: var(--home-gold-line);
}
.page-home .match-card-featured::before {
  background: linear-gradient(180deg, var(--home-gold), var(--home-red));
  opacity: 1;
}
.page-home .match-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--home-cyan);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.18);
  border-radius: 999px;
  padding: 0.25rem 0.875rem;
  margin-bottom: 1.25rem;
}
.page-home .match-status .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-red);
  box-shadow: 0 0 8px var(--home-red);
}
.page-home .match-status-silver {
  color: var(--home-silver);
  background: rgba(184, 192, 204, 0.06);
  border-color: rgba(184, 192, 204, 0.16);
}
.page-home .match-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.page-home .team-block {
  min-width: 0;
}
.page-home .team-block.team-away {
  text-align: right;
}
.page-home .team-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--home-snow);
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.page-home .team-record {
  display: block;
  font-size: 0.75rem;
  color: var(--home-silver);
  margin-top: 0.25rem;
}
.page-home .match-score {
  font-family: var(--font-number);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--home-gold);
  flex-shrink: 0;
  text-shadow: 0 0 24px rgba(255, 200, 87, 0.35);
}
.page-home .score-sep {
  color: var(--home-silver);
  opacity: 0.5;
  margin: 0 0.125rem;
}
.page-home .match-stats {
  border-top: 1px solid rgba(184, 192, 204, 0.1);
  padding-top: 0.875rem;
  margin-bottom: 1.125rem;
  display: grid;
  gap: 0.375rem;
}
.page-home .match-stats.compact {
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.page-home .stat-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  color: var(--home-silver);
}
.page-home .stat-line strong {
  font-family: var(--font-number);
  font-size: 1.125rem;
  color: var(--home-snow);
}
.page-home .stat-sub {
  color: var(--home-silver);
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.7;
}
.page-home .match-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
}
.page-home .match-time {
  font-size: 0.75rem;
  color: var(--home-silver);
  font-family: var(--font-number);
}
.page-home .match-details-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--home-cyan);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.page-home .match-details-link:hover {
  border-bottom-color: var(--home-cyan);
  color: var(--home-gold);
}

/* ===== 分栏：联赛导航 + 人群指南 ===== */
.page-home .home-split-layout {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.page-home .mini-section,
.page-home .guide-section {
  padding: 2.5rem 0 3rem;
}
.page-home .mini-phone-frame {
  position: relative;
  max-width: 300px;
  margin: 0 auto 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(0, 229, 255, 0.25);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 229, 255, 0.04), inset 0 0 40px rgba(0, 229, 255, 0.03);
  background: var(--home-panel);
  overflow: hidden;
}
.page-home .mini-phone-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}
.page-home .phone-screen {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(15, 32, 39, 0.88), rgba(10, 14, 23, 0.92));
  backdrop-filter: blur(6px);
  min-height: 460px;
}
.page-home .phone-drag-handle {
  width: 36px;
  height: 4px;
  border-radius: 999px;
  background: rgba(184, 192, 204, 0.3);
  margin: 0 auto;
}
.page-home .phone-bar {
  font-family: var(--font-number);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-cyan);
  text-align: center;
  padding: 0.375rem 0;
  border-bottom: 1px solid rgba(0, 229, 255, 0.12);
}
.page-home .phone-card {
  background: rgba(18, 22, 31, 0.9);
  border: 1px solid rgba(184, 192, 204, 0.12);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  display: grid;
  gap: 0.25rem;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.page-home .phone-card:hover {
  border-color: rgba(0, 229, 255, 0.4);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.page-home .phone-card-active {
  border-color: rgba(255, 200, 87, 0.55);
  background: linear-gradient(145deg, rgba(255, 200, 87, 0.08), rgba(18, 22, 31, 0.9));
}
.page-home .phone-league {
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--home-silver);
}
.page-home .phone-match {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--home-snow);
}
.page-home .phone-cta {
  justify-self: end;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--home-snow);
  background: var(--home-gold);
  padding: 0.25rem 0.875rem;
  border-radius: 999px;
  color: #11151d;
}
.page-home .mini-link {
  display: inline-flex;
  margin-top: 0.5rem;
}
.page-home .guide-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.page-home .guide-tab {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(184, 192, 204, 0.25);
  color: var(--home-silver);
  font-family: var(--font-number);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.page-home .guide-tab:hover {
  border-color: var(--home-cyan);
  color: var(--home-cyan);
}
.page-home .guide-tab.is-active {
  background: var(--home-cyan);
  border-color: var(--home-cyan);
  color: #0a0e17;
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.2);
  font-weight: 700;
}
.page-home .guide-panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  background: var(--home-panel);
  border: 1px solid rgba(0, 229, 255, 0.14);
  border-radius: 12px;
  padding: 1.75rem;
}
.page-home .guide-panel.is-active {
  display: grid;
}
.page-home .guide-illustration {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255, 200, 87, 0.15);
}
.page-home .guide-copy {
  min-width: 0;
}
.page-home .guide-name {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--home-gold);
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.page-home .guide-desc {
  color: var(--home-silver);
  margin-bottom: 0.875rem;
  line-height: 1.7;
}
.page-home .guide-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.5rem;
}
.page-home .guide-list li {
  position: relative;
  padding-left: 1.375rem;
  color: var(--home-snow);
  font-size: 0.9375rem;
}
.page-home .guide-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 2px;
  background: var(--home-cyan);
  box-shadow: 0 0 6px rgba(0, 229, 255, 0.6);
}

/* ===== 阵容速览 ===== */
.page-home .lineup-section {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.page-home .lineup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.page-home .lineup-card {
  background: var(--home-panel);
  border: 1px solid rgba(184, 192, 204, 0.12);
  border-radius: 12px;
  padding: 1.5rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.page-home .lineup-card:hover {
  border-color: rgba(255, 200, 87, 0.4);
  box-shadow: 0 8px 32px rgba(255, 200, 87, 0.08);
  transform: translateY(-3px);
}
.page-home .lineup-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.page-home .lineup-club {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--home-snow);
}
.page-home .lineup-badge {
  font-family: var(--font-number);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--home-cyan);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.25);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
}
.page-home .lineup-badge-red {
  color: var(--home-red);
  background: rgba(230, 57, 70, 0.08);
  border-color: rgba(230, 57, 70, 0.3);
}
.page-home .lineup-change {
  border-left: 3px solid var(--home-cyan);
  padding: 0.625rem 0 0.625rem 0.875rem;
  margin-bottom: 0.875rem;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.04), transparent 70%);
}
.page-home .lineup-type {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--home-cyan);
  margin-bottom: 0.25rem;
}
.page-home .lineup-type-in {
  color: var(--home-cyan);
}
.page-home .lineup-type-out {
  color: var(--home-red);
}
.page-home .lineup-type-warn {
  color: var(--home-gold);
}
.page-home .lineup-note {
  font-size: 0.875rem;
  color: var(--home-snow);
  margin: 0;
  line-height: 1.55;
}
.page-home .lineup-quote {
  margin-top: 0.875rem;
  font-size: 0.8125rem;
  color: var(--home-silver);
  border-top: 1px solid rgba(184, 192, 204, 0.12);
  padding-top: 0.75rem;
  background: repeating-linear-gradient(45deg, transparent 0 8px, rgba(255, 200, 87, 0.04) 8px 10px, transparent 10px 16px);
}

/* ===== 数据流仪表盘 ===== */
.page-home .dashboard-section {
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  background: radial-gradient(circle at 80% 20%, rgba(0, 229, 255, 0.1), transparent 50%);
}
.page-home .dashboard-visual {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.15);
}
.page-home .dashboard-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.page-home .dashboard-copy {
  padding: 0.5rem 0;
}
.page-home .dashboard-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
  margin: 0;
}
.page-home .dashboard-item {
  background: rgba(18, 22, 31, 0.77);
  border: 1px solid rgba(0, 229, 255, 0.12);
  border-radius: 10px;
  padding: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-home .dashboard-item:hover {
  border-color: rgba(255, 200, 87, 0.35);
  box-shadow: 0 0 20px rgba(255, 200, 87, 0.06);
}
.page-home .dashboard-item dt {
  font-size: 0.8125rem;
  color: var(--home-silver);
}
.page-home .dashboard-item dd {
  margin: 0.375rem 0 0;
  font-family: var(--font-number);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--home-gold);
}

/* ===== 信任声明 ===== */
.page-home .trust-section {
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
  text-align: center;
}
.page-home .trust-block {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.4;
  color: var(--home-snow);
  border: none;
  padding: 2rem 1.5rem;
  margin: 0 0 1.75rem;
  background: linear-gradient(145deg, rgba(255, 200, 87, 0.06), rgba(0, 229, 255, 0.04));
  border-left: 4px solid var(--home-gold);
  border-right: 4px solid var(--home-cyan);
  border-radius: 12px;
  position: relative;
}
.page-home .trust-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--home-gold), transparent);
}
.page-home .trust-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.875rem;
}

@media (min-width: 768px) {
  .page-home .home-hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-home .hero-visual {
    order: 2;
    margin: 0;
    min-height: 420px;
  }
  .page-home .hero-svg {
    max-width: 360px;
  }
  .page-home .match-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .match-card-featured {
    grid-column: span 2;
  }
  .page-home .home-split-layout {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .page-home .mini-phone-frame {
    margin-left: 0;
    margin-right: auto;
  }
  .page-home .guide-panel {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .page-home .guide-illustration {
    margin: 0;
    max-width: 100%;
  }
  .page-home .lineup-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .dashboard-section {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-home .dashboard-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1080px) {
  .page-home .match-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 1.5rem;
  }
  .page-home .match-card-featured {
    grid-column: auto;
  }
  .page-home .match-card-featured .match-teams {
    flex-direction: column;
    text-align: center;
    gap: 0.875rem;
  }
  .page-home .match-card-featured .team-block,
  .page-home .match-card-featured .team-block.team-away {
    text-align: center;
  }
  .page-home .match-stats.compact {
    grid-template-columns: 1fr;
  }
  .page-home .home-split-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .page-home .dashboard-section {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .page-home .dashboard-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .page-home .dashboard-item {
    padding: 1.25rem;
  }
}
</main>

.page-home {
  --home-bg: #0a0e17;
  --home-panel: #12161f;
  --home-cyan: #00e5ff;
  --home-gold: #ffc857;
  --home-red: #e63946;
  --home-silver: #b8c0cc;
  --home-snow: #f2f4f8;
  --home-deep: #0f2027;
  --home-font-display: 'DIN Condensed', Impact, 'Arial Narrow', sans-serif;
  --home-font-body: 'IBM Plex Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --home-font-number: 'IBM Plex Mono', 'DIN Alternate', monospace;
  --home-container: 75rem;
  background: var(--home-bg);
  color: var(--home-snow);
  font-family: var(--home-font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

.page-home .breadcrumbs {
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 0.75rem 1.25rem 0;
  font-size: 0.75rem;
  color: var(--home-silver);
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.page-home .breadcrumbs a {
  color: var(--home-cyan);
  text-decoration: none;
}

.page-home .breadcrumbs a:hover {
  color: var(--home-gold);
}

.page-home .breadcrumbs .sep {
  opacity: 0.5;
}

.page-home .section {
  padding: 2.75rem 0;
}

.page-home .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page-home .split-head {
  border-bottom: 1px solid rgba(0, 229, 255, 0.18);
  padding-bottom: 1.25rem;
}

.page-home .section-label {
  font-family: var(--home-font-number);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-cyan);
  margin-bottom: 0.5rem;
}

.page-home .section-title {
  font-family: var(--home-font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.1;
  margin: 0;
  color: var(--home-snow);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-home .section-subtitle {
  color: var(--home-silver);
  font-size: 0.9375rem;
  max-width: 40rem;
  margin: 0.5rem 0 0;
}

.page-home .section-more {
  flex-shrink: 0;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  border-radius: 6px;
  padding: 0.625rem 1.25rem;
  font-family: var(--home-font-body);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  border: 1px solid transparent;
}

.page-home .btn-primary {
  background: var(--home-gold);
  color: #0a0e17;
  border-color: var(--home-gold);
}

.page-home .btn-primary:hover {
  background: transparent;
  color: var(--home-gold);
  border-color: var(--home-gold);
  box-shadow: 0 0 24px rgba(255, 200, 87, 0.28);
  transform: translateY(-2px);
}

.page-home .btn-ghost {
  background: transparent;
  color: var(--home-cyan);
  border-color: rgba(0, 229, 255, 0.5);
}

.page-home .btn-ghost:hover {
  background: rgba(0, 229, 255, 0.08);
  border-color: var(--home-cyan);
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.2);
  transform: translateY(-2px);
}

.page-home .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.page-home .data-number {
  font-family: var(--home-font-number);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.page-home .speed-line {
  height: 44px;
  background: repeating-linear-gradient(-45deg, rgba(0, 229, 255, 0.08) 0 12px, transparent 12px 24px);
  border-top: 1px solid rgba(0, 229, 255, 0.15);
  border-bottom: 1px solid rgba(255, 200, 87, 0.12);
  max-width: var(--home-container);
  margin: 0 auto;
  position: relative;
}

.page-home .speed-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(230, 57, 70, 0.05) 0 8px, transparent 8px 16px);
}

/* Hero 分屏 */
.page-home .home-hero {
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 2rem 1.25rem 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  position: relative;
}

.page-home .hero-narrative {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.page-home .hero-eyebrow {
  margin-bottom: 0.875rem;
}

.page-home .hero-title {
  font-family: var(--home-font-display);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 0.95;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--home-snow);
}

.page-home .hero-title .hero-accent {
  display: block;
  color: var(--home-gold);
  text-shadow: 0 0 42px rgba(255, 200, 87, 0.35);
}

.page-home .hero-lead {
  font-size: 1.0625rem;
  color: var(--home-silver);
  max-width: 30rem;
  margin: 0 0 1.875rem;
  line-height: 1.75;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
}

.page-home .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  border-top: 1px solid rgba(255, 200, 87, 0.16);
  padding-top: 1.5rem;
  max-width: 30rem;
}

.page-home .hero-metric {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.page-home .hero-number {
  font-family: var(--home-font-number);
  font-size: 1.5rem;
  color: var(--home-cyan);
  line-height: 1;
}

.page-home .hero-number .metric-unit {
  font-size: 1rem;
  color: var(--home-gold);
  margin-left: 1px;
}

.page-home .metric-label {
  font-size: 0.8125rem;
  color: var(--home-silver);
}

.page-home .hero-visual {
  position: relative;
  min-height: 360px;
  background:
    radial-gradient(circle at 35% 45%, rgba(0, 229, 255, 0.13), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(255, 200, 87, 0.1), transparent 40%),
    linear-gradient(155deg, var(--home-deep) 0%, var(--home-bg) 100%);
  border-radius: 12px;
  border: 1px solid rgba(0, 229, 255, 0.16);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .hero-svg {
  width: 92%;
  max-width: 440px;
  height: auto;
  display: block;
}

.page-home .hero-coord {
  position: absolute;
  font-family: var(--home-font-number);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: var(--home-silver);
  background: rgba(10, 14, 23, 0.82);
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  backdrop-filter: blur(4px);
}

.page-home .hero-coord .status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--home-cyan);
  box-shadow: 0 0 8px var(--home-cyan);
  flex-shrink: 0;
}

.page-home .coord-top {
  top: 1.25rem;
  left: 1.25rem;
}

.page-home .coord-bottom {
  bottom: 1.25rem;
  right: 1.25rem;
  color: var(--home-gold);
  border-color: rgba(255, 200, 87, 0.28);
}

/* 重点场次直通车 */
.page-home .match-section {
  max-width: var(--home-container);
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.page-home .match-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .match-card {
  background: var(--home-panel);
  border: 1px solid rgba(184, 192, 204, 0.14);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  position: relative;
  overflow: hidden;
}

.page-home .match-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--home-cyan), var(--home-gold));
}

.page-home .match-card:hover {
  border-color: rgba(0, 229, 255, 0.4);
  box-shadow: 0 0 34px rgba(0, 229, 255, 0.08), 8px 0 24px rgba(0, 229, 255, 0.03);
  transform: translateY(-4px);
}

.page-home .match-card-featured {
  border-color: rgba(255, 200, 87, 0.25);
}

.page-home .match-card-featured::before {
  background: linear-gradient(180deg, var(--home-gold), var(--home-red));
  width: 4px;
}

.page-home .match-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-cyan);
  margin-bottom: 0.875rem;
  font-family: var(--home-font-number);
}

.page-home .match-status .status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--home-red);
  box-shadow: 0 0 8px rgba(230, 57, 70, 0.7);
}

.page-home .match-status-silver {
  color: var(--home-silver);
}

.page-home .match-status-silver .status-dot {
  background: var(--home-silver);
  box-shadow: none;
}

.page-home .match-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.page-home .team-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.page-home .team-block.team-away {
  align-items: flex-end;
  text-align: right;
}

.page-home .team-name {
  font-family: var(--home-font-display);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--home-snow);
  line-height: 1.1;
}

.page-home .team-record {
  font-size: 0.6875rem;
  color: var(--home-silver);
  opacity: 0.7;
}

.page-home .match-score {
  font-family: var(--home-font-number);
  font-size: 2rem;
  font-weight: 700;
  color: var(--home-gold);
  white-space: nowrap;
}

.page-home .score-sep {
  color: rgba(184, 192, 204, 0.4);
  margin: 0 0.25rem;
}

.page-home .match-stats {
  display: grid;
  gap: 0.5rem;
  border-top: 1px solid rgba(184, 192, 204, 0.1);
  padding-top: 0.875rem;
  margin-bottom: 1rem;
}

.page-home .match-stats.compact {
  gap: 0.35rem;
}

.page-home .stat-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-home .stat-line span {
  font-size: 0.8125rem;
  color: var(--home-silver);
}

.page-home .stat-line strong {
  font-family: var(--home-font-number);
  font-size: 0.9375rem;
  color: var(--home-snow);
}

.page-home .stat-sub {
  color: rgba(184, 192, 204, 0.55);
  font-weight: 400;
  font-size: 0.8125rem;
}

.page-home .match-meta {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.page-home .match-time {
  font-size: 0.75rem;
  color: var(--home-silver);
  opacity: 0.7;
}

.page-home .match-details-link {
  margin-top: auto;
  display: inline-block;
  font-size: 0.8125rem;
  color: var(--home-cyan);
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 229, 255, 0.35);
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-home .match-details-link:hover {
  color: var(--home-gold);
  border-color: var(--home-gold);
}

/* 中区分栏 */
.page-home .home-split-layout {
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.page-home .mini-section,
.page-home .guide-section {
  padding-top: 1.5rem;
}

.page-home .mini-phone-frame {
  position: relative;
  max-width: 260px;
  margin: 2rem auto;
  border-radius: 24px;
  background: var(--home-deep);
  border: 1px solid rgba(0, 229, 255, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 0 24px rgba(0, 229, 255, 0.04);
  overflow: hidden;
  aspect-ratio: 1/2;
}

.page-home .mini-phone-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.page-home .phone-screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 0.875rem;
  background: linear-gradient(180deg, rgba(15, 32, 39, 0.5) 0%, rgba(10, 14, 23, 0.92) 70%);
  backdrop-filter: blur(4px);
  justify-content: center;
}

.page-home .phone-drag-handle {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 0.5rem;
}

.page-home .phone-bar {
  font-family: var(--home-font-number);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  color: var(--home-cyan);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
}

.page-home .phone-card {
  background: rgba(18, 22, 31, 0.88);
  border: 1px solid rgba(184, 192, 204, 0.15);
  border-radius: 12px;
  padding: 0.75rem 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition: border-color 0.2s ease;
}

.page-home .phone-card:hover {
  border-color: var(--home-cyan);
}

.page-home .phone-card-active {
  border-color: rgba(255, 200, 87, 0.5);
  box-shadow: 0 0 18px rgba(255, 200, 87, 0.06) inset;
}

.page-home .phone-league {
  font-size: 0.5625rem;
  letter-spacing: 0.08em;
  color: var(--home-cyan);
  text-transform: uppercase;
}

.page-home .phone-match {
  font-family: var(--home-font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--home-snow);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .phone-cta {
  align-self: flex-end;
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--home-gold);
  background: rgba(255, 200, 87, 0.1);
  border: 1px solid rgba(255, 200, 87, 0.3);
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
}

.page-home .mini-link {
  display: inline-flex;
  margin-top: 0.25rem;
}

/* 人群指南 */
.page-home .guide-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.page-home .guide-tab {
  background: transparent;
  border: 1px solid rgba(184, 192, 204, 0.3);
  color: var(--home-silver);
  font-family: var(--home-font-number);
  font-size: 0.8125rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-home .guide-tab:hover {
  border-color: var(--home-cyan);
  color: var(--home-cyan);
}

.page-home .guide-tab.is-active {
  background: var(--home-gold);
  border-color: var(--home-gold);
  color: #0a0e17;
  font-weight: 600;
  box-shadow: 0 0 20px rgba(255, 200, 87, 0.25);
}

.page-home .guide-panel {
  display: none;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  background: var(--home-panel);
  border: 1px solid rgba(0, 229, 255, 0.12);
  border-radius: 12px;
  padding: 1.5rem;
}

.page-home .guide-panel.is-active {
  display: grid;
}

.page-home .guide-illustration {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 200, 87, 0.15);
}

.page-home .guide-copy {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.page-home .guide-name {
  font-family: var(--home-font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--home-gold);
  margin: 0;
}

.page-home .guide-desc {
  font-size: 0.875rem;
  color: var(--home-silver);
  line-height: 1.65;
  margin: 0;
}

.page-home .guide-list {
  display: grid;
  gap: 0.45rem;
  margin: 0.25rem 0;
  padding: 0;
  list-style: none;
}

.page-home .guide-list li {
  position: relative;
  padding-left: 1.125rem;
  font-size: 0.8125rem;
  color: var(--home-snow);
}

.page-home .guide-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  background: var(--home-cyan);
  border-radius: 1px;
  transform: rotate(45deg);
}

/* 阵容速览 */
.page-home .lineup-section {
  max-width: var(--home-container);
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.page-home .lineup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .lineup-card {
  background: var(--home-panel);
  border: 1px solid rgba(184, 192, 204, 0.14);
  border-radius: 12px;
  padding: 1.25rem;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .lineup-card:hover {
  border-color: rgba(230, 57, 70, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-home .lineup-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(184, 192, 204, 0.1);
}

.page-home .lineup-club {
  font-family: var(--home-font-display);
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--home-snow);
}

.page-home .lineup-badge {
  font-family: var(--home-font-number);
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.3);
  color: var(--home-cyan);
}

.page-home .lineup-badge-red {
  background: rgba(230, 57, 70, 0.1);
  border-color: rgba(230, 57, 70, 0.38);
  color: var(--home-red);
}

.page-home .lineup-change {
  border-left: 3px solid var(--home-cyan);
  padding: 0.4rem 0.875rem;
  margin-bottom: 0.75rem;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.04), transparent);
}

.page-home .lineup-type {
  display: inline-block;
  font-family: var(--home-font-number);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.page-home .lineup-type-in {
  color: var(--home-cyan);
}

.page-home .lineup-type-out {
  color: var(--home-red);
}

.page-home .lineup-type-warn {
  color: var(--home-gold);
}

.page-home .lineup-note {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--home-snow);
}

.page-home .lineup-quote {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: var(--home-silver);
  font-style: italic;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(184, 192, 204, 0.14);
}

/* 数据流仪表盘 */
.page-home .dashboard-section {
  max-width: var(--home-container);
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .dashboard-visual {
  position: relative;
}

.page-home .dashboard-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(0, 229, 255, 0.16);
  display: block;
}

.page-home .dashboard-copy {
  padding: 1.25rem 0;
}

.page-home .dashboard-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
  margin: 1.5rem 0 0;
}

.page-home .dashboard-item {
  background: var(--home-panel);
  border: 1px solid rgba(184, 192, 204, 0.12);
  border-radius: 8px;
  padding: 0.875rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.page-home .dashboard-item:hover {
  border-color: rgba(0, 229, 255, 0.4);
  background: rgba(0, 229, 255, 0.03);
}

.page-home .dashboard-item dt {
  font-size: 0.6875rem;
  color: var(--home-silver);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}

.page-home .dashboard-item dd {
  margin: 0;
  font-family: var(--home-font-number);
  font-weight: 700;
  font-size: 1.375rem;
  color: var(--home-snow);
}

.page-home .dashboard-item dd .data-number {
  color: var(--home-cyan);
}

.page-home .dashboard-item dd .metric-unit {
  color: var(--home-gold);
  font-size: 0.9375rem;
}

/* 信任声明 */
.page-home .trust-section {
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
  text-align: center;
}

.page-home .trust-block {
  font-family: var(--home-font-display);
  font-size: clamp(1.125rem, 2.4vw, 1.625rem);
  line-height: 1.5;
  color: var(--home-snow);
  margin: 0 auto 2rem;
  max-width: 42rem;
  position: relative;
  padding: 1.75rem 0;
}

.page-home .trust-block::before,
.page-home .trust-block::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 120px;
  height: 3px;
  transform: translateX(-50%);
}

.page-home .trust-block::before {
  top: 0;
  background: linear-gradient(90deg, transparent, var(--home-gold), transparent);
}

.page-home .trust-block::after {
  bottom: 0;
  background: linear-gradient(90deg, transparent, var(--home-cyan), transparent);
}

.page-home .trust-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* 响应式 */
@media (min-width: 768px) {
  .page-home .home-hero {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-home .home-split-layout {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .page-home .mini-phone-frame {
    margin-left: 0;
    margin-right: auto;
  }

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

  .page-home .match-card-featured {
    grid-column: span 2;
  }

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

  .page-home .dashboard-section {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .page-home .guide-panel {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

@media (min-width: 1080px) {
  .page-home .match-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .match-card-featured {
    grid-column: span 1;
  }

  .page-home .match-card-featured .match-teams {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-home .match-card-featured .team-block.team-away {
    align-items: center;
    text-align: center;
  }

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

  .page-home .dataset-column {
    grid-template-columns: 1fr;
  }
}
