.page-home {
  --home-pad: 72px;
  --home-glow-green: rgba(57, 255, 136, .16);
  --home-glow-orange: rgba(255, 159, 28, .14);
  background: var(--c-bg);
  overflow-x: clip;
}

.page-home .container {
  max-width: var(--max-width);
}

.page-home .kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--c-orange);
}

.page-home .section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.page-home .section-title {
  font-size: clamp(30px, 8vw, 52px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.01em;
  color: var(--c-text);
  transform: skewX(-3deg);
  margin: 0;
}

.page-home .section-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-muted);
  max-width: 640px;
  margin: 0;
}

.page-home .tag-green,
.page-home .tag-orange,
.page-home .tag-ghost {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  border: 1px solid transparent;
}

.page-home .tag-green {
  border-color: rgba(57, 255, 136, .4);
  color: var(--c-green);
  background: rgba(57, 255, 136, .1);
}

.page-home .tag-orange {
  border-color: rgba(255, 159, 28, .4);
  color: var(--c-orange);
  background: rgba(255, 159, 28, .1);
}

.page-home .tag-ghost {
  border-color: rgba(232, 237, 244, .22);
  color: var(--c-text);
  background: rgba(232, 237, 244, .08);
}

.page-home .live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-live);
  box-shadow: 0 0 0 0 rgba(255, 77, 79, .5);
  animation: home-livePulse 1.6s ease-out infinite;
}

@keyframes home-livePulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 77, 79, .5); }
  70% { box-shadow: 0 0 0 10px rgba(255, 77, 79, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 77, 79, 0); }
}

.page-home .panel-dark {
  background: linear-gradient(145deg, rgba(19, 28, 58, .86), rgba(11, 16, 38, .8));
  border: 1px solid rgba(58, 72, 110, .42);
  border-radius: var(--radius-lg);
}

/* 速度线 */
.page-home .speed-lines {
  position: relative;
  height: 48px;
  overflow: hidden;
  pointer-events: none;
}

.page-home .speed-lines svg {
  display: block;
  width: 100%;
  height: 100%;
}

.page-home .sl-base {
  stroke: var(--c-line);
  stroke-width: 1;
}

.page-home .sl-strong {
  stroke: var(--c-green);
  stroke-width: 1.4;
  stroke-dasharray: 10 8;
  opacity: .9;
}

.page-home .sl-warm {
  stroke: var(--c-orange);
  stroke-width: 1.8;
  opacity: .75;
}

.page-home .sl-diag {
  stroke: rgba(232, 237, 244, .28);
  stroke-width: 1;
}

.page-home .speed-lines-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  transform: translateY(1px);
}

/* 首屏 */
.page-home .home-hero {
  position: relative;
  min-height: 640px;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--c-bg);
}

.page-home .home-hero-bg {
  position: absolute;
  inset: 0;
}

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

.page-home .home-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 16, 38, .84), rgba(11, 16, 38, .4) 46%, rgba(11, 16, 38, .94)),
    linear-gradient(115deg, rgba(11, 16, 38, .68) 25%, rgba(19, 28, 58, .28) 70%);
}

.page-home .home-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: calc(var(--header-h) + 28px);
  padding-bottom: 72px;
}

.page-home .home-hero-context {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.page-home .home-hero-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-muted);
  letter-spacing: .04em;
}

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

.page-home .hero-score-panel {
  padding: 22px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(57, 255, 136, .18);
  background: linear-gradient(150deg, rgba(19, 28, 58, .88), rgba(11, 16, 38, .82));
  backdrop-filter: blur(12px);
}

.page-home .score-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.page-home .score-panel-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--c-text);
  font-family: var(--font-mono);
}

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

.page-home .score-team {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.page-home .score-team-away {
  text-align: right;
}

.page-home .score-team-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

.page-home .score-team-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--c-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .score-panel-middle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
}

.page-home .score-panel-value {
  font-size: clamp(52px, 14vw, 72px);
  line-height: 1;
  font-weight: 800;
  color: var(--c-green);
}

.page-home .score-panel-colon {
  font-size: 36px;
  color: var(--c-muted);
  animation: home-blink 1.8s step-end infinite;
}

@keyframes home-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

.page-home .score-panel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 12px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

.page-home .score-panel-progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(58, 72, 110, .5);
  overflow: hidden;
  margin-top: 14px;
}

.page-home .score-panel-progress span {
  display: block;
  height: 100%;
  width: 74%;
  background: linear-gradient(90deg, var(--c-green), var(--c-data));
  border-radius: inherit;
}

.page-home .score-panel-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  color: var(--c-muted);
}

.page-home .score-panel-events {
  color: var(--c-orange);
}

.page-home .hero-slogan {
  position: relative;
  padding: 30px 24px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 90% 20%, var(--home-glow-orange), transparent 70%),
    linear-gradient(145deg, rgba(19, 28, 58, .55), rgba(11, 16, 38, .62));
  border: 1px solid rgba(255, 159, 28, .28);
  display: grid;
  gap: 8px;
  align-content: center;
}

.page-home .hero-title {
  margin: 0;
  font-size: clamp(48px, 12vw, 96px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .01em;
  color: var(--c-text);
  transform: skewX(-4deg);
}

.page-home .hero-slogan-text {
  margin: 8px 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-muted);
  max-width: 420px;
}

.page-home .hero-ticker {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  background: rgba(19, 28, 58, .72);
  border: 1px solid rgba(58, 72, 110, .45);
  border-radius: var(--radius-pill);
  overflow: hidden;
}

.page-home .ticker-label {
  flex: 0 0 auto;
  padding: 10px 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-bg);
  background: var(--c-green);
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}

.page-home .ticker-viewport {
  overflow: hidden;
  flex: 1 1 auto;
  padding: 0 12px;
}

.page-home .ticker-track {
  display: flex;
  width: max-content;
  animation: home-tickerMove 22s linear infinite;
  will-change: transform;
}

.page-home .ticker-group {
  display: flex;
  gap: 32px;
  padding-right: 32px;
}

.page-home .ticker-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  color: var(--c-text);
  font-family: var(--font-mono);
  padding: 10px 0;
}

.page-home .ticker-item::before {
  content: "/";
  margin-right: 12px;
  color: var(--c-orange);
}

@keyframes home-tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* 实时比分大屏 */
.page-home .home-scores {
  background: var(--c-bg);
  padding: var(--home-pad) 0;
}

.page-home .section-head-split {
  grid-template-columns: 1fr;
}

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

.page-home .scoreboard-main {
  padding: 22px;
}

.page-home .scoreboard-main-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-home .scoreboard-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-text);
}

.page-home .scoreboard-main-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.page-home .scoreboard-main-team {
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
}

.page-home .scoreboard-main-team:last-child {
  text-align: right;
}

.page-home .scoreboard-team-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--c-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .scoreboard-team-attr {
  font-size: 12px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

.page-home .scoreboard-main-score {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
}

.page-home .scoreboard-num {
  font-size: clamp(40px, 10vw, 72px);
  font-weight: 800;
  color: var(--c-green);
  line-height: 1;
}

.page-home .scoreboard-colon {
  font-size: 36px;
  color: var(--c-muted);
}

.page-home .scoreboard-main-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed var(--c-line);
  font-size: 12px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

.page-home .scoreboard-main-progress {
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(58, 72, 110, .42);
  margin-top: 16px;
}

.page-home .scoreboard-main-progress span {
  display: block;
  height: 100%;
  width: 64%;
  background: linear-gradient(90deg, var(--c-green), var(--c-data));
}

.page-home .scoreboard-details {
  margin-top: 18px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-md);
  background: rgba(11, 16, 38, .55);
}

.page-home .scoreboard-details summary {
  cursor: pointer;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.page-home .scoreboard-details summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 18px;
  color: var(--c-green);
  transition: transform .25s var(--ease);
}

.page-home .scoreboard-details[open] summary::after {
  transform: rotate(45deg);
}

.page-home .scoreboard-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--c-line);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  overflow: hidden;
}

.page-home .data-cell {
  background: var(--c-panel);
  padding: 14px;
  display: grid;
  gap: 4px;
}

.page-home .data-cell .data-stat {
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font-mono);
  color: var(--c-text);
}

.page-home .data-cell .data-label {
  font-size: 11px;
  color: var(--c-muted);
}

.page-home .scoreboard-mini-list {
  display: grid;
  gap: 14px;
}

.page-home .scoreboard-mini {
  padding: 16px 18px;
  display: grid;
  gap: 10px;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(19, 28, 58, .6), rgba(11, 16, 38, .72));
  border: 1px solid rgba(58, 72, 110, .38);
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}

.page-home .scoreboard-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(57, 255, 136, .4);
}

.page-home .mini-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

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

.page-home .mini-team-name {
  font-weight: 700;
  color: var(--c-text);
  font-size: 14px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-home .mini-score {
  font-family: var(--font-mono);
  font-weight: 800;
  color: var(--c-text);
  font-size: 16px;
  background: rgba(57, 255, 136, .12);
  padding: 4px 10px;
  border-radius: 999px;
  flex: 0 0 auto;
}

.page-home .mini-meta {
  font-size: 11px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

.page-home .score-disclaimer {
  margin-top: 20px;
  font-size: 12px;
  color: var(--c-muted);
  text-align: center;
  font-family: var(--font-mono);
  letter-spacing: .01em;
}

/* 直塞式战报 */
.page-home .home-reports {
  position: relative;
  background: linear-gradient(180deg, var(--c-panel), var(--c-bg) 180%);
  padding: var(--home-pad) 0;
  border-top: 1px solid var(--c-line);
  overflow: hidden;
}

.page-home .home-reports > .speed-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  opacity: .7;
  z-index: 1;
}

.page-home .home-reports .container {
  position: relative;
  z-index: 1;
}

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

.page-home .report-card {
  display: grid;
  gap: 0;
  background: rgba(11, 16, 38, .65);
  border: 1px solid rgba(58, 72, 110, .38);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}

@media (hover: hover) {
  .page-home .report-card:hover {
    transform: perspective(600px) rotateY(-3deg) rotateX(1.2deg) translateY(-4px);
    border-color: rgba(57, 255, 136, .35);
    box-shadow: var(--shadow);
  }
}

.page-home .report-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(130deg, #182244, #0B1026 70%);
}

.page-home .report-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .report-media .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.page-home .report-media--basket {
  background:
    radial-gradient(circle at 80% 20%, rgba(57, 255, 136, .2), transparent 55%),
    linear-gradient(130deg, #16203f, #0B1026 72%);
}

.page-home .report-media--basket::before {
  content: "BALL";
  position: absolute;
  font-family: var(--font-mono);
  font-size: 56px;
  font-weight: 900;
  color: rgba(57, 255, 136, .14);
  right: 12px;
  top: -8px;
  transform: skewX(-8deg);
  letter-spacing: -.06em;
}

.page-home .report-media--football::before {
  content: "PLAY";
  position: absolute;
  font-family: var(--font-mono);
  font-size: 56px;
  font-weight: 900;
  color: rgba(255, 159, 28, .16);
  right: 12px;
  top: -8px;
  transform: skewX(-8deg);
  letter-spacing: -.06em;
}

.page-home .report-body {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.page-home .report-title {
  font-size: 19px;
  line-height: 1.38;
  font-weight: 800;
  color: var(--c-text);
  margin: 0;
}

.page-home .report-meta {
  font-size: 12px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

.page-home .report-points {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 0;
  color: var(--c-muted);
  font-size: 14px;
  line-height: 1.6;
}

.page-home .report-points li::marker {
  color: var(--c-orange);
}

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

.page-home .report-stats span {
  background: rgba(74, 144, 226, .12);
  border: 1px solid rgba(74, 144, 226, .25);
  color: var(--c-text);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-family: var(--font-mono);
}

.page-home .report-stats b {
  color: var(--c-green);
  font-weight: 800;
  margin-right: 4px;
}

.page-home .section-foot {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.page-home .data-note {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  color: var(--c-muted);
  font-family: var(--font-mono);
}

/* 功能亮点 */
.page-home .home-features {
  background: var(--c-bg);
  padding: var(--home-pad) 0;
}

.page-home .features-layout {
  display: grid;
  gap: 32px;
}

.page-home .feature-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.page-home .feature-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  background: rgba(19, 28, 58, .55);
  border: 1px solid rgba(58, 72, 110, .32);
  border-radius: 18px;
  padding: 18px;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}

.page-home .feature-item:hover {
  border-color: rgba(255, 159, 28, .45);
  background: rgba(19, 28, 58, .78);
}

.page-home .feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(57, 255, 136, .15), rgba(74, 144, 226, .12));
  border: 1px solid rgba(57, 255, 136, .3);
  color: var(--c-green);
}

.page-home .feature-icon svg {
  width: 22px;
  height: 22px;
}

.page-home .feature-item h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--c-text);
  margin: 0 0 6px;
}

.page-home .feature-item p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-muted);
  margin: 0;
}

.page-home .features-visual {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
}

.page-home .features-visual::before {
  content: "";
  position: absolute;
  inset: 18px -12px -12px 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--home-glow-green), transparent 80%);
  z-index: 0;
}

.page-home .features-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(58, 72, 110, .4);
  transform: rotate(-2deg);
}

/* 数据真相 */
.page-home .home-truth {
  position: relative;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(255, 159, 28, .1), transparent 55%),
    var(--c-panel);
  padding: var(--home-pad) 0;
  overflow: hidden;
}

.page-home .home-truth > .speed-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  opacity: .7;
  z-index: 1;
}

.page-home .home-truth .container {
  position: relative;
  z-index: 1;
}

.page-home .truth-layout {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-home .truth-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(58, 72, 110, .38);
  box-shadow: var(--shadow);
}

.page-home .truth-stats-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--c-line);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-home .truth-stat {
  background: rgba(11, 16, 38, .92);
  padding: 22px 16px;
  display: grid;
  gap: 6px;
  align-content: center;
  min-height: 120px;
}

.page-home .truth-stat .data-stat {
  font-size: clamp(24px, 6vw, 36px);
  font-weight: 900;
  font-family: var(--font-mono);
  color: var(--c-green);
  line-height: 1;
}

.page-home .truth-stat .data-label {
  color: var(--c-muted);
  font-size: 12px;
  letter-spacing: .03em;
}

.page-home .truth-pledge {
  margin-top: 28px;
  position: relative;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, rgba(57, 255, 136, .12), rgba(11, 16, 38, .6) 60%);
  border: 1px solid rgba(57, 255, 136, .25);
  display: grid;
  gap: 16px;
}

.page-home .truth-pledge-mark {
  font-family: var(--font-sans);
  font-size: 64px;
  line-height: .6;
  color: var(--c-orange);
  font-weight: 900;
}

.page-home .truth-pledge-text {
  font-size: 16px;
  line-height: 1.75;
  color: var(--c-text);
  margin: 0;
}

.page-home .truth-pledge-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* 下载与多端 */
.page-home .home-download {
  background: var(--c-bg);
  padding: var(--home-pad) 0;
}

.page-home .download-panel {
  display: grid;
  gap: 32px;
  padding: 32px 24px;
  background:
    linear-gradient(135deg, rgba(57, 255, 136, .08), transparent 40%),
    linear-gradient(155deg, rgba(19, 28, 58, .85), rgba(11, 16, 38, .9));
  border: 1px solid rgba(57, 255, 136, .2);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.page-home .download-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(255, 159, 28, .18), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .download-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.page-home .download-copy h2 {
  font-size: clamp(30px, 7vw, 42px);
  font-weight: 900;
  color: var(--c-text);
  transform: skewX(-3deg);
  margin: 0;
}

.page-home .download-copy p {
  color: var(--c-muted);
  line-height: 1.7;
  font-size: 14px;
  max-width: 520px;
  margin: 0;
}

.page-home .download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.page-home .download-qr {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 20px;
  background: rgba(11, 16, 38, .7);
  border: 1px solid rgba(58, 72, 110, .4);
  border-radius: var(--radius-lg);
  max-width: 220px;
  margin-inline: auto;
}

.page-home .download-qr p {
  font-size: 12px;
  color: var(--c-muted);
  font-family: var(--font-mono);
  text-align: center;
}

.page-home .qr-code {
  width: 140px;
  height: 140px;
  display: block;
}

/* 桌面端布局 */
@media (min-width: 768px) {
  .page-home {
    --home-pad: 88px;
  }

  .page-home .home-hero-inner {
    padding-top: calc(var(--header-h) + 52px);
    padding-bottom: 88px;
  }

  .page-home .home-hero-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
    align-items: stretch;
  }

  .page-home .hero-score-panel,
  .page-home .hero-slogan {
    min-height: 340px;
  }

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

  .page-home .section-head-split .btn {
    flex: 0 0 auto;
  }

  .page-home .scoreboard-grid {
    grid-template-columns: 1.6fr 1fr;
    align-items: stretch;
    gap: 24px;
  }

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

  .page-home .report-card:first-child {
    grid-column: 1 / -1;
  }

  .page-home .report-card:first-child .report-media {
    aspect-ratio: 16 / 7;
  }

  .page-home .features-layout {
    grid-template-columns: 1.1fr .85fr;
    gap: 40px;
    align-items: center;
  }

  .page-home .truth-layout {
    grid-template-columns: 1.1fr .9fr;
    gap: 36px;
    align-items: center;
  }

  .page-home .download-panel {
    grid-template-columns: 1fr 220px;
    align-items: center;
    gap: 32px;
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .page-home .home-reports .container {
    max-width: 1280px;
  }

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

  .page-home .report-card:first-child {
    grid-column: auto;
  }

  .page-home .report-card:first-child .report-media {
    aspect-ratio: 4 / 3;
  }

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

  .page-home .scoreboard-detail-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .hero-title {
    font-size: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .ticker-track,
  .page-home .live-dot,
  .page-home .score-panel-colon {
    animation: none;
  }
}
