/* ===== 首页专属：page-home ===== */
.page-home {
  --home-blue: #00E5FF;
  --home-orange: #FF6A00;
  --home-bg: #1A1A1A;
  --home-bg-panel: #241F1B;
  --home-cream: #F5EFE6;
  --home-black: #0D0D0D;
  --home-gold: #D9A566;
  --home-font-head: "Oswald", "Impact", "Arial Narrow", "PingFang SC", "Microsoft YaHei", sans-serif;
  --home-font-body: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  --home-font-num: "DIN Alternate", "Roboto Mono", monospace;
  --home-content-max: 1280px;
  background: var(--home-bg);
  color: var(--home-cream);
  font-family: var(--home-font-body);
  overflow-x: hidden;
}
.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}
.page-home a {
  color: inherit;
  text-decoration: none;
}
.page-home img {
  max-width: 100%;
  height: auto;
}
.page-home .content-container {
  max-width: var(--home-content-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-home .home-section-inner {
  padding-top: 64px;
  padding-bottom: 64px;
}
.page-home .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--home-font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-blue);
  border: 1px solid rgba(0, 229, 255, 0.35);
  border-left: 3px solid var(--home-orange);
  padding: 6px 12px;
  background: rgba(0, 229, 255, 0.04);
  margin-bottom: 18px;
}
.page-home .tag-index {
  font-family: var(--home-font-num);
  color: var(--home-orange);
  font-weight: 700;
}
.page-home .section-title {
  font-family: var(--home-font-head);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--home-cream);
}
.page-home .section-title em {
  font-style: normal;
  color: var(--home-orange);
}
.page-home .section-title--large {
  font-size: 40px;
}
.page-home .section-title-extra {
  color: var(--home-blue);
}
.page-home .section-lead {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(245, 239, 230, 0.78);
  max-width: 680px;
  margin: 0 0 28px;
}
.page-home .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--home-font-head);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}
.page-home .btn-primary {
  background: var(--home-orange);
  color: var(--home-black);
  border: none;
}
.page-home .btn-ghost {
  background: transparent;
  color: var(--home-blue);
  border: 1px solid rgba(0, 229, 255, 0.5);
}
.page-home .btn:hover {
  transform: translateX(3px) translateY(-1px);
  box-shadow: 0 6px 24px rgba(255, 106, 0, 0.22);
}
.page-home .btn-ghost:hover {
  box-shadow: 0 6px 24px rgba(0, 229, 255, 0.15);
  background: rgba(0, 229, 255, 0.06);
}
.page-home .text-link {
  display: inline-block;
  font-weight: 600;
  color: var(--home-blue);
  border-bottom: 2px solid rgba(0, 229, 255, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.page-home .text-link:hover {
  border-color: var(--home-orange);
  color: var(--home-orange);
}
.page-home .panel-card {
  background: var(--home-bg-panel);
  border: 1px solid rgba(245, 239, 230, 0.08);
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.page-home .grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.page-home .trust-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-gold);
  box-shadow: 0 0 8px rgba(217, 165, 102, 0.7);
}

/* Hero */
.page-home .home-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 56px 20px 68px;
  overflow: hidden;
  isolation: isolate;
}
.page-home .hero-image-wrap {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.page-home .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.page-home .hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.94) 0%, rgba(26, 26, 26, 0.78) 42%, rgba(26, 26, 26, 0.52) 100%);
}
.page-home .hero-track-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(120deg, transparent 0px, transparent 26px, rgba(0, 229, 255, 0.035) 26px, rgba(0, 229, 255, 0.03) 28px),
    radial-gradient(ellipse at 75% 60%, rgba(0, 229, 255, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, #171714 0%, var(--home-bg) 100%);
}
.page-home .hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.38;
  -webkit-mask-image: radial-gradient(ellipse at 70% 50%, black 0%, transparent 70%);
          mask-image: radial-gradient(ellipse at 70% 50%, black 0%, transparent 70%);
}
.page-home .hero-container {
  max-width: var(--home-content-max);
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.page-home .hero-scoreboard {
  order: 1;
  background: rgba(13, 13, 13, 0.85);
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-left: 4px solid var(--home-orange);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  padding: 18px 18px 14px;
  width: 100%;
  max-width: 560px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
}
.page-home .scoreboard-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.page-home .scoreboard-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--home-font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--home-blue);
}
.page-home .live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--home-orange);
  animation: home-pulse 1.4s ease infinite;
}
@keyframes home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.page-home .scoreboard-date {
  font-family: var(--home-font-num);
  font-size: 13px;
  color: rgba(245, 239, 230, 0.62);
}
.page-home .scoreboard-main {
  margin-bottom: 12px;
}
.page-home .scoreboard-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}
.page-home .team-block {
  padding: 8px 4px;
}
.page-home .team-block.team-away {
  text-align: right;
}
.page-home .team-name {
  display: block;
  font-family: var(--home-font-head);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.page-home .team-stat {
  display: block;
  font-family: var(--home-font-num);
  font-size: 12px;
  color: rgba(245, 239, 230, 0.55);
  margin-top: 3px;
}
.page-home .score-block {
  display: flex;
  align-items: baseline;
  gap: 4px;
  background: rgba(0, 229, 255, 0.07);
  padding: 6px 14px;
  border-radius: 4px;
}
.page-home .score-number {
  font-family: var(--home-font-num);
  font-size: 42px;
  font-weight: 800;
  color: var(--home-blue);
  line-height: 1;
}
.page-home .score-divider {
  font-family: var(--home-font-num);
  font-size: 28px;
  color: var(--home-orange);
}
.page-home .scoreboard-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px dashed rgba(245, 239, 230, 0.12);
}
.page-home .meta-chip {
  font-family: var(--home-font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 106, 0, 0.14);
  color: var(--home-orange);
  border: 1px solid rgba(255, 106, 0, 0.35);
  padding: 4px 10px;
  letter-spacing: 0.06em;
}
.page-home .meta-time {
  font-family: var(--home-font-num);
  font-size: 14px;
  color: rgba(245, 239, 230, 0.72);
}
.page-home .scoreboard-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.page-home .scorebar-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--home-font-num);
  font-size: 12px;
  background: rgba(245, 239, 230, 0.03);
  padding: 7px 10px;
  border-left: 2px solid rgba(0, 229, 255, 0.4);
}
.page-home .scorebar-item span {
  color: rgba(245, 239, 230, 0.62);
}
.page-home .scorebar-item b {
  color: var(--home-cream);
  font-weight: 700;
}
.page-home .hero-narr {
  order: 2;
  max-width: 620px;
}
.page-home .hero-kicker {
  display: inline-block;
  font-family: var(--home-font-head);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--home-blue);
  border-bottom: 2px solid var(--home-orange);
  padding-bottom: 6px;
  margin: 0 0 14px;
}
.page-home .hero-title {
  font-family: var(--home-font-head);
  font-size: 36px;
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--home-cream);
  margin: 0 0 16px;
  letter-spacing: 0.01em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}
.page-home .hero-lead {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(245, 239, 230, 0.82);
  margin: 0 0 24px;
  max-width: 580px;
}
.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .hero-side-rail {
  position: absolute;
  right: 16px;
  top: 180px;
  width: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.75;
}
.page-home .rail-tick {
  width: 2px;
  height: 46px;
  background: linear-gradient(180deg, transparent, var(--home-blue));
  transform-origin: center;
}
.page-home .hero-tick-1 {
  animation: home-rail-swipe 2s ease infinite;
}
.page-home .hero-tick-2 {
  animation: home-rail-swipe 2s ease infinite 0.35s;
  background: linear-gradient(180deg, transparent, var(--home-orange));
}
.page-home .hero-tick-3 {
  animation: home-rail-swipe 2s ease infinite 0.7s;
}
@keyframes home-rail-swipe {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(0); opacity: 0; transform-origin: top; }
}
.page-home .rail-number {
  font-family: var(--home-font-head);
  font-size: 30px;
  font-weight: 800;
  color: rgba(255, 106, 0, 0.5);
  margin-top: 10px;
}
.page-home .rail-label {
  font-family: var(--home-font-head);
  font-size: 11px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: rgba(245, 239, 230, 0.45);
  letter-spacing: 0.24em;
}
.page-home .hero-lightning {
  position: absolute;
  left: auto;
  right: 2%;
  top: 0;
  height: 80%;
  z-index: -1;
  width: 80px;
  opacity: 0.42;
}
.page-home .hero-stats-strip {
  order: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.14);
  max-width: 640px;
}
.page-home .hero-stat {
  background: rgba(20, 20, 20, 0.72);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-home .hero-stat-num {
  font-family: var(--home-font-num);
  font-size: 26px;
  font-weight: 800;
  color: var(--home-blue);
  line-height: 1.1;
}
.page-home .hero-stat-label {
  font-family: var(--home-font-body);
  font-size: 12px;
  color: rgba(245, 239, 230, 0.62);
}

/* 本月更新 */
.page-home .home-update {
  position: relative;
}
.page-home .home-update::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--home-orange) 0%, var(--home-orange) 25%, var(--home-blue) 25%, var(--home-blue) 50%, var(--home-orange) 50%, var(--home-orange) 75%, var(--home-blue) 75%, var(--home-blue) 100%);
  opacity: 0.75;
}
.page-home .home-update-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.page-home .home-update-copy {
  flex: 1 1 auto;
}
.page-home .update-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.page-home .update-list li {
  display: flex;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(245, 239, 230, 0.08);
}
.page-home .update-item-mark {
  flex: 0 0 32px;
  font-family: var(--home-font-num);
  font-size: 16px;
  font-weight: 800;
  color: var(--home-orange);
  background: rgba(255, 106, 0, 0.1);
  border-radius: 4px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .update-item-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(245, 239, 230, 0.82);
}
.page-home .update-item-text b {
  color: var(--home-cream);
  font-weight: 700;
}
.page-home .update-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.page-home .update-version-card {
  padding: 26px 22px;
  max-width: 480px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.08) 0%, transparent 50%),
    var(--home-bg-panel);
}
.page-home .update-version-card::after {
  content: "";
  position: absolute;
  right: -32px;
  top: -32px;
  width: 110px;
  height: 110px;
  border: 14px solid rgba(0, 229, 255, 0.07);
  border-radius: 50%;
}
.page-home .version-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.page-home .version-label {
  font-family: var(--home-font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(245, 239, 230, 0.58);
}
.page-home .version-badge {
  font-family: var(--home-font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--home-orange);
  color: var(--home-black);
  padding: 5px 12px;
  letter-spacing: 0.06em;
}
.page-home .version-number {
  font-family: var(--home-font-num);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  color: var(--home-blue);
  margin-bottom: 12px;
  text-shadow: 0 0 28px rgba(0, 229, 255, 0.4);
}
.page-home .version-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.page-home .version-meta span {
  font-size: 13px;
  font-family: var(--home-font-num);
  background: rgba(245, 239, 230, 0.05);
  border: 1px solid rgba(245, 239, 230, 0.1);
  padding: 5px 10px;
  color: rgba(245, 239, 230, 0.72);
}
.page-home .version-download-row {
  margin-bottom: 16px;
}
.page-home .version-download-row .btn-download-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--home-font-head);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--home-black);
  background: var(--home-orange);
  padding: 13px 22px;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-home .version-download-row .btn-download-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 106, 0, 0.3);
}
.page-home .version-download-row .btn-download-arrow {
  font-size: 22px;
  font-weight: 800;
}
.page-home .version-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(245, 239, 230, 0.62);
}

/* 最新赛事专区 */
.page-home .home-tournament-zone {
  position: relative;
  background: linear-gradient(180deg, #161620 0%, #1A1A1A 100%);
  overflow: hidden;
}
.page-home .zone-bg-number {
  position: absolute;
  top: 40px;
  right: -10px;
  font-family: var(--home-font-head);
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  color: rgba(0, 229, 255, 0.03);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.page-home .match-ticker {
  position: relative;
  z-index: 1;
  display: flex;
  overflow-x: auto;
  gap: 14px;
  padding: 14px 20px;
  margin-bottom: 8px;
  background: rgba(13, 13, 13, 0.75);
  border-top: 2px solid rgba(255, 106, 0, 0.6);
  border-bottom: 2px solid rgba(0, 229, 255, 0.35);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.page-home .ticker-track {
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
  min-width: max-content;
}
.page-home .ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(245, 239, 230, 0.04);
  border: 1px solid rgba(245, 239, 230, 0.07);
  padding: 8px 16px;
  white-space: nowrap;
}
.page-home .ticker-league {
  font-family: var(--home-font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--home-orange);
  border-right: 1px solid rgba(245, 239, 230, 0.15);
  padding-right: 10px;
}
.page-home .ticker-teams {
  font-family: var(--home-font-num);
  font-size: 14px;
  font-weight: 700;
  color: var(--home-cream);
}
.page-home .ticker-min {
  font-family: var(--home-font-num);
  font-size: 12px;
  color: var(--home-blue);
}
.page-home .match-grid {
  position: relative;
  z-index: 1;
}
.page-home .match-card {
  padding: 22px 18px;
  position: relative;
  background: linear-gradient(145deg, rgba(36, 31, 27, 0.95) 0%, rgba(26, 26, 26, 0.98) 100%);
  border-left: 3px solid rgba(0, 229, 255, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.page-home .match-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
  border-left-color: var(--home-orange);
}
.page-home .match-card--hot {
  border-left: 3px solid var(--home-orange);
}
.page-home .match-card-flag {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--home-font-head);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  background: var(--home-orange);
  color: var(--home-black);
  padding: 6px 12px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}
.page-home .match-card-league {
  font-family: var(--home-font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--home-blue);
  margin-bottom: 18px;
  padding-top: 6px;
}
.page-home .match-card-scorebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}
.page-home .match-team {
  flex: 1 1 38%;
}
.page-home .match-team-name {
  display: block;
  font-family: var(--home-font-head);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.page-home .match-team-detail {
  display: block;
  font-family: var(--home-font-num);
  font-size: 12px;
  color: rgba(245, 239, 230, 0.5);
  margin-top: 4px;
}
.page-home .match-card:nth-child(2) .match-team:last-child,
.page-home .match-card:nth-child(3) .match-team:last-child,
.page-home .match-card:first-child .match-team:last-child {
  text-align: right;
}
.page-home .match-score {
  flex: 0 0 auto;
  font-family: var(--home-font-num);
  font-size: 30px;
  font-weight: 800;
  color: var(--home-blue);
  background: rgba(0, 229, 255, 0.07);
  padding: 6px 12px;
  border-radius: 4px;
}
.page-home .match-card-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--home-font-num);
  font-size: 12px;
  color: rgba(245, 239, 230, 0.58);
  border-top: 1px dashed rgba(245, 239, 230, 0.12);
  padding-top: 12px;
}
.page-home .match-expand-link {
  display: inline-block;
  font-family: var(--home-font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--home-blue);
  border-bottom: 1px dotted rgba(0, 229, 255, 0.5);
  cursor: pointer;
}
.page-home .match-expand-link:hover {
  border-bottom-style: solid;
}
.page-home .match-expand-link.is-empty {
  color: rgba(245, 239, 230, 0.45);
  border-bottom: none;
  cursor: default;
}
.page-home .match-h2h-panel {
  display: none;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 106, 0, 0.4);
  background: rgba(0, 229, 255, 0.04);
  padding: 12px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.page-home .match-card:hover .match-h2h-panel,
.page-home .match-card:focus-within .match-h2h-panel {
  display: grid;
}
.page-home .h2h-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--home-font-num);
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px dotted rgba(245, 239, 230, 0.08);
}
.page-home .h2h-row span {
  color: rgba(245, 239, 230, 0.58);
}
.page-home .h2h-row b {
  color: var(--home-cream);
}
.page-home .zone-cta-row {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* 赛后战报对照球员数据查询 */
.page-home .home-report-query {
  position: relative;
  background: linear-gradient(180deg, var(--home-bg) 0%, #161610 100%);
}
.page-home .report-bg-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  height: 220px;
  background: repeating-linear-gradient(135deg, rgba(255, 106, 0, 0.04) 0 2px, transparent 2px 16px);
  pointer-events: none;
}
.page-home .report-query-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-home .report-demo-block {
  position: relative;
}
.page-home .report-panel {
  padding: 22px 18px;
  background: linear-gradient(135deg, rgba(36, 31, 27, 0.98), rgba(26, 26, 26, 0.98));
  border-right: 3px solid rgba(255, 106, 0, 0.6);
  max-width: 620px;
}
.page-home .report-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.page-home .report-panel-title {
  font-family: var(--home-font-head);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--home-cream);
  border-left: 3px solid var(--home-orange);
  padding-left: 10px;
}
.page-home .report-panel-tag {
  font-family: var(--home-font-head);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid rgba(0, 229, 255, 0.26);
  color: var(--home-blue);
  padding: 4px 10px;
}
.page-home .report-summary {
  margin-bottom: 16px;
}
.page-home .report-scoreline {
  font-family: var(--home-font-num);
  font-size: 24px;
  font-weight: 800;
  color: var(--home-blue);
  margin-bottom: 10px;
}
.page-home .report-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 239, 230, 0.78);
  margin: 0;
}
.page-home .report-player-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.page-home .report-player-label {
  font-size: 13px;
  color: rgba(245, 239, 230, 0.55);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.page-home .report-player-link {
  appearance: none;
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.38);
  color: var(--home-blue);
  font-family: var(--home-font-body);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}
.page-home .report-player-link:hover,
.page-home .report-player-link[aria-expanded="true"] {
  background: var(--home-orange);
  color: var(--home-black);
  transform: translateY(-1px);
}
.page-home .player-stat-dot {
  display: inline-block;
  font-family: var(--home-font-num);
  font-weight: 700;
  margin-left: 3px;
}
.page-home .report-image-wrap {
  margin-top: 18px;
  max-width: 460px;
}
.page-home .report-image-wrap img {
  width: 100%;
  height: auto;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  border: 1px solid rgba(0, 229, 255, 0.16);
}
.page-home .report-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 14px;
  color: rgba(245, 239, 230, 0.6);
  font-style: italic;
}
.page-home .report-arrow span {
  font-family: var(--home-font-num);
  font-size: 26px;
  color: var(--home-orange);
  line-height: 1;
  transform: translateX(0);
  animation: home-arrow-bounce 1.6s ease infinite;
}
@keyframes home-arrow-bounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}
.page-home .player-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-home .player-card {
  padding: 20px 18px;
  background: var(--home-bg-panel);
  border-left: 3px solid rgba(0, 229, 255, 0.4);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.page-home .player-card--active,
.page-home .player-card[data-open="true"] {
  border-left-color: var(--home-orange);
  transform: translateX(4px);
}
.page-home .player-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}
.page-home .player-position {
  font-family: var(--home-font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--home-orange);
}
.page-home .player-name {
  font-family: var(--home-font-head);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 3px 0 0;
  color: var(--home-cream);
}
.page-home .player-team-tag {
  font-family: var(--home-font-head);
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 106, 0, 0.1);
  border: 1px solid rgba(255, 106, 0, 0.3);
  color: var(--home-orange);
  padding: 4px 10px;
}
.page-home .player-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(0, 229, 255, 0.08);
  margin-bottom: 12px;
}
.page-home .player-stat {
  background: rgba(26, 26, 26, 0.92);
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.page-home .player-stat b {
  font-family: var(--home-font-num);
  font-size: 22px;
  font-weight: 800;
  color: var(--home-blue);
}
.page-home .player-stat span {
  font-size: 11px;
  color: rgba(245, 239, 230, 0.55);
}
.page-home .player-foot {
  font-family: var(--home-font-num);
  font-size: 11px;
  color: rgba(245, 239, 230, 0.42);
  border-top: 1px dashed rgba(245, 239, 230, 0.1);
  padding-top: 8px;
}
.page-home .report-query-note {
  margin-top: 28px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(245, 239, 230, 0.72);
  background: rgba(0, 229, 255, 0.04);
  border-left: 3px solid var(--home-blue);
  padding: 14px 16px;
}
.page-home .note-dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--home-blue);
  margin-top: 6px;
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.7);
}

/* 收藏赛事 */
.page-home .home-favorite {
  position: relative;
  background: linear-gradient(150deg, #191613 0%, #1A1A1A 55%, #111120 100%);
}
.page-home .home-favorite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
  height: 100%;
  background: radial-gradient(ellipse at 80% 20%, rgba(255, 106, 0, 0.05), transparent 60%);
  pointer-events: none;
}
.page-home .favorite-layout {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.page-home .favorite-copy {
  flex: 1 1 auto;
}
.page-home .favorite-steps {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  counter-reset: fav-step;
}
.page-home .favorite-steps li {
  display: flex;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(245, 239, 230, 0.08);
}
.page-home .step-num {
  flex: 0 0 36px;
  height: 36px;
  background: rgba(255, 106, 0, 0.14);
  border: 1px solid rgba(255, 106, 0, 0.36);
  color: var(--home-orange);
  font-family: var(--home-font-num);
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.page-home .favorite-steps h3 {
  font-size: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.page-home .favorite-steps b {
  display: block;
  font-family: var(--home-font-head);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--home-cream);
  margin-bottom: 5px;
}
.page-home .favorite-steps p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(245, 239, 230, 0.7);
  margin: 0;
}
.page-home .favorite-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.page-home .favorite-visual {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}
.page-home .favorite-device-frame {
  background: rgba(13, 13, 13, 0.9);
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 22px;
  padding: 14px 14px 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.page-home .device-topbar {
  display: flex;
  gap: 6px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(245, 239, 230, 0.08);
  margin-bottom: 12px;
}
.page-home .device-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.page-home .device-dot--blue {
  background: var(--home-blue);
}
.page-home .device-dot--orange {
  background: var(--home-orange);
}
.page-home .device-bar {
  margin-left: auto;
  font-family: var(--home-font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.66);
}
.page-home .device-screen {
  background: rgba(245, 239, 230, 0.02);
  border-radius: 10px;
  padding: 10px;
}
.page-home .device-match-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--home-font-num);
  font-size: 14px;
  padding: 10px 8px;
  border-bottom: 1px dashed rgba(245, 239, 230, 0.06);
  color: rgba(245, 239, 230, 0.8);
}
.page-home .device-match-row b {
  font-weight: 800;
  color: var(--home-blue);
}
.page-home .device-actionbar {
  margin-top: 12px;
}
.page-home .device-favorite-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--home-font-body);
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 106, 0, 0.16);
  border: 1px solid rgba(255, 106, 0, 0.5);
  color: var(--home-orange);
  padding: 9px 16px;
  border-radius: 6px;
}
.page-home .device-library-label {
  font-family: var(--home-font-num);
  font-size: 12px;
  color: rgba(245, 239, 230, 0.5);
  margin-top: 12px;
}
.page-home .favorite-float-note {
  position: absolute;
  right: 8px;
  top: -16px;
  background: rgba(13, 13, 13, 0.95);
  border: 1px solid rgba(217, 165, 102, 0.5);
  font-size: 13px;
  padding: 8px 14px;
  color: var(--home-gold);
  display: flex;
  align-items: center;
  gap: 8px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 10px 100%, 0 calc(100% - 10px));
}

/* 比赛归档 */
.page-home .home-archive {
  position: relative;
  overflow: hidden;
}
.page-home .archive-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-home .archive-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.27;
}
.page-home .archive-bg-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(26, 26, 26, 0.98) 10%, rgba(26, 26, 26, 0.82) 55%, rgba(13, 13, 13, 0.9) 100%);
}
.page-home .home-archive .home-section-inner {
  position: relative;
  z-index: 2;
}
.page-home .archive-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-home .archive-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid rgba(0, 229, 255, 0.14);
  max-width: 520px;
}
.page-home .archive-stat-block {
  background: rgba(20, 20, 20, 0.86);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-home .archive-stat-num {
  font-family: var(--home-font-num);
  font-size: 34px;
  font-weight: 800;
  color: var(--home-blue);
  line-height: 1.1;
}
.page-home .archive-stat-label {
  font-size: 13px;
  color: rgba(245, 239, 230, 0.62);
}
.page-home .archive-copy {
  max-width: 560px;
}
.page-home .archive-copy p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 239, 230, 0.78);
  margin: 0 0 14px;
}
.page-home .archive-copy p:last-of-type {
  margin-bottom: 20px;
}
.page-home .archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 底部CTA */
.page-home .home-cta-dock {
  position: relative;
  background:
    repeating-linear-gradient(45deg, rgba(0, 229, 255, 0.05) 0 2px, transparent 2px 18px),
    var(--home-black);
  border-top: 3px solid var(--home-orange);
}
.page-home .dock-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  padding: 52px 20px;
}
.page-home .dock-kicker {
  font-family: var(--home-font-head);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--home-orange);
  margin: 0 0 8px;
}
.page-home .dock-title {
  font-family: var(--home-font-head);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--home-cream);
}
.page-home .dock-copy p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(245, 239, 230, 0.72);
  margin: 0;
  max-width: 560px;
}
.page-home .dock-copy b {
  color: var(--home-blue);
}
.page-home .dock-action .btn-download-inner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--home-orange);
  color: var(--home-black);
  font-family: var(--home-font-head);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 16px 28px;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-home .dock-action .btn-download-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(255, 106, 0, 0.35);
}
.page-home .dock-action .btn-download-arrow {
  font-size: 26px;
  font-weight: 900;
}
.page-home .dock-note {
  font-family: var(--home-font-num);
  font-size: 13px;
  color: rgba(245, 239, 230, 0.5);
  margin-top: 14px;
}

/* 滚动显现 */
.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.page-home [data-reveal][data-reveal-delay="1"] {
  transition-delay: 0.1s;
}
.page-home [data-reveal][data-reveal-delay="2"] {
  transition-delay: 0.2s;
}
.page-home [data-reveal][data-reveal-delay="3"] {
  transition-delay: 0.3s;
}
.page-home [data-reveal="in"] {
  opacity: 1;
  transform: translateY(0);
}

/* 媒体查询：平板 */
@media (min-width: 640px) {
  .page-home .hero-title {
    font-size: 48px;
  }
  .page-home .scoreboard-main {
    margin-bottom: 14px;
  }
  .page-home .scoreboard-footer {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .match-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .home-update-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  .page-home .home-update-copy {
    flex: 1.2;
  }
  .page-home .update-version-card {
    flex: 0.8;
  }
  .page-home .favorite-layout {
    flex-direction: row;
    align-items: center;
  }
  .page-home .archive-layout {
    flex-direction: row;
    align-items: stretch;
  }
  .page-home .archive-stats {
    flex: 1;
  }
  .page-home .archive-copy {
    flex: 1.1;
  }
  .page-home .dock-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page-home .zone-bg-number {
    font-size: 230px;
    right: -20px;
  }
  .page-home .player-stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .player-card:first-child {
    order: 1;
  }
  .page-home .player-card:nth-child(2) {
    order: 2;
    transform: translateY(8px);
  }
  .page-home .player-card:last-child {
    order: 3;
  }
  .page-home .report-query-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
  }
  .page-home .hero-stats-strip {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .home-section-inner {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

/* 媒体查询：桌面 */
@media (min-width: 1024px) {
  .page-home .hero-title {
    font-size: 62px;
    max-width: 720px;
  }
  .page-home .hero-container {
    display: grid;
    grid-template-columns: 5fr 6fr;
    grid-template-areas:
      "score narr"
      "score stats";
    gap: 20px 48px;
    align-items: end;
  }
  .page-home .hero-scoreboard {
    grid-area: score;
    max-width: none;
  }
  .page-home .hero-narr {
    grid-area: narr;
  }
  .page-home .hero-stats-strip {
    grid-area: stats;
    align-self: start;
  }
  .page-home .hero-side-rail {
    right: 24px;
    top: 120px;
  }
  .page-home .match-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .home-update-layout {
    gap: 56px;
  }
  .page-home .favorite-layout {
    gap: 56px;
  }
  .page-home .favorite-visual {
    margin: 0 0 0 auto;
    width: 480px;
  }
  .page-home .archive-layout {
    gap: 48px;
  }
  .page-home .dock-inner {
    padding-left: 48px;
    padding-right: 48px;
  }
  .page-home .dock-title {
    font-size: 36px;
  }
  .page-home .archive-stat-num {
    font-size: 40px;
  }
}

/* 偏好减弱动态 */
@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .page-home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
