.page-home {
  --home-ruler: rgba(255, 255, 255, 0.55);
  --home-ruler-strong: rgba(255, 255, 255, 0.8);
  --home-card-shadow: 0 12px 30px rgba(10, 30, 63, 0.08);
  --home-shadow-top: 0 -8px 26px rgba(5, 11, 26, 0.12);
  --home-line-fade: rgba(10, 30, 63, 0.08);
  --home-glass-bg: rgba(255, 255, 255, 0.08);
  --home-glass-border: rgba(255, 255, 255, 0.16);
  --home-font-headline: "Oswald", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --home-font-body: "Noto Serif SC", "Songti SC", STSong, Georgia, serif;
}

/* ---------- 基础版块节奏 ---------- */
.page-home .section {
  padding: 72px 0;
}

.page-home .container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.page-home .section-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.page-home .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  font-family: var(--home-font-headline);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-orange);
}

.page-home .section-kicker::before {
  content: "";
  width: 26px;
  height: 3px;
  background: var(--color-gold);
}

.page-home .section-title {
  margin: 0;
  font-family: var(--home-font-headline);
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  line-height: 1.15;
  font-weight: 700;
  color: var(--color-deep-blue);
  letter-spacing: 0.02em;
}

.page-home .section-subtitle {
  max-width: 640px;
  margin: 0;
  font-family: var(--home-font-body);
  font-size: 0.95rem;
  line-height: 1.8;
  color: #5a6b85;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 0;
  font-family: var(--home-font-headline);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.page-home .btn-primary {
  background: var(--gradient-orange);
  color: var(--color-white);
  box-shadow: 0 8px 24px rgba(255, 107, 26, 0.32);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.page-home .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 107, 26, 0.42);
}

.page-home .btn-outline {
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
  background: transparent;
}

.page-home .btn-outline:hover {
  background: var(--color-orange);
  color: var(--color-white);
  transform: translateY(-2px);
}

/* ---------- 首屏：框景比分刻度 ---------- */
.page-home .hero-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgba(232, 163, 61, 0.16), transparent 34%),
    linear-gradient(118deg, transparent 0 56%, rgba(255, 107, 26, 0.14) 56% 58%, transparent 58% 100%),
    var(--color-deep-blue);
}

.page-home .hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--gradient-orange);
}

.page-home .hero-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 163, 61, 0.4), var(--color-orange), rgba(232, 163, 61, 0.4), transparent);
}

.page-home .hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  padding-top: 56px;
  padding-bottom: 64px;
  align-items: center;
}

.page-home .hero-copy {
  position: relative;
  color: var(--color-white);
  animation: page-hero-copy-in 0.7s ease both;
}

.page-home .hero-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  font-family: var(--home-font-body);
  font-size: 0.813rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .hero-crumbs a {
  color: var(--color-gold);
  text-decoration: none;
  transition: color 0.25s ease;
}

.page-home .hero-crumbs a:hover {
  color: var(--color-orange);
}

.page-home .hero-crumbs span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.4);
}

.page-home .hero-copy h1 {
  max-width: 680px;
  margin: 0 0 16px;
  font-family: var(--home-font-headline);
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.page-home .hero-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 14px;
  font-family: var(--home-font-headline);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-deep-blue);
  background: var(--color-gold);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.page-home .hero-desc {
  max-width: 620px;
  margin: 0 0 24px;
  font-family: var(--home-font-body);
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

.page-home .hero-quickstats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 28px;
}

.page-home .hero-quick {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 14px;
  border-left: 3px solid var(--color-orange);
}

.page-home .hero-quick strong {
  font-family: var(--home-font-headline);
  font-size: 1.6rem;
  line-height: 1;
  color: var(--color-white);
  font-variant-numeric: tabular-nums;
}

.page-home .hero-quick span {
  font-size: 0.813rem;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--home-font-body);
}

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

.page-home .hero-actions .btn-outline {
  border-color: rgba(255, 107, 26, 0.7);
  color: var(--color-orange);
}

.page-home .hero-actions .btn-outline:hover {
  background: var(--color-orange);
  color: #fff;
}

.page-home .hero-stage {
  position: relative;
  min-height: 380px;
  background: rgba(5, 11, 26, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: page-hero-stage-in 0.8s ease 0.15s both;
}

.page-home .frame-ruler {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.page-home .ruler-top {
  top: 0;
  left: 22px;
  right: 22px;
  height: 22px;
  background: repeating-linear-gradient(90deg, var(--home-ruler-strong) 0 2px, transparent 2px 9px);
  opacity: 0.85;
}

.page-home .ruler-bottom {
  bottom: 0;
  left: 22px;
  right: 22px;
  height: 22px;
  background: repeating-linear-gradient(90deg, var(--home-ruler) 0 1px, transparent 1px 8px);
  opacity: 0.7;
}

.page-home .ruler-left {
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 22px;
  background: repeating-linear-gradient(0deg, var(--home-ruler-strong) 0 2px, transparent 2px 9px);
  opacity: 0.8;
}

.page-home .ruler-right {
  top: 22px;
  bottom: 22px;
  right: 0;
  width: 22px;
  background: repeating-linear-gradient(0deg, var(--home-ruler) 0 1px, transparent 1px 8px);
  opacity: 0.6;
}

.page-home .stage-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-home .stage-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.62;
  transform: scale(1.02);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.page-home .hero-stage:hover .stage-media img {
  transform: scale(1.06);
  opacity: 0.78;
}

.page-home .scoreboard {
  position: absolute;
  top: 40px;
  left: 24px;
  right: 24px;
  z-index: 4;
  padding: 20px 22px 18px;
  background: rgba(5, 11, 26, 0.82);
  border-left: 4px solid var(--color-orange);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.page-home .sb-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: var(--home-font-headline);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .sb-league {
  color: var(--color-gold);
}

.page-home .sb-round {
  color: rgba(255, 255, 255, 0.6);
}

.page-home .sb-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  color: var(--color-orange);
}

.page-home .sb-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-danger);
  animation: page-live-blink 1.4s ease-in-out infinite;
}

.page-home .sb-minute {
  font-family: var(--home-font-headline);
  color: var(--color-white);
}

.page-home .sb-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.page-home .sb-team {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.page-home .sb-team:last-of-type {
  text-align: right;
}

.page-home .sb-name {
  font-family: var(--home-font-headline);
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-white);
  white-space: nowrap;
}

.page-home .sb-tag {
  font-family: var(--home-font-body);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.58);
}

.page-home .sb-score {
  font-family: var(--home-font-headline);
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.page-home .sb-colon {
  color: var(--color-orange);
  margin: 0 0.08em;
}

.page-home .sb-events {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.page-home .sb-events span {
  padding: 4px 10px;
  font-family: var(--home-font-body);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border-left: 2px solid var(--color-gold);
}

.page-home .stage-dial {
  position: absolute;
  bottom: 34px;
  left: 24px;
  right: 24px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--home-font-headline);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.68);
}

.page-home .dial-track {
  position: relative;
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.16);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.page-home .dial-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 74%;
  background: var(--gradient-orange);
}

/* ---------- 实时播报 ---------- */
.page-home .live-panel {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    linear-gradient(90deg, rgba(10, 30, 63, 0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(10, 30, 63, 0.03) 1px, transparent 1px),
    var(--color-light-bg);
  background-size: 34px 34px;
  border-top: 6px solid var(--color-orange);
}

.page-home .live-ambient {
  position: absolute;
  top: 20px;
  right: -120px;
  width: 340px;
  height: auto;
  object-fit: cover;
  opacity: 0.14;
  pointer-events: none;
  transform: rotate(4deg);
  user-select: none;
}

.page-home .live-ticker {
  position: relative;
  margin-bottom: 28px;
  background: var(--color-dark);
  box-shadow: var(--home-shadow-top);
  overflow: hidden;
}

.page-home .live-ticker-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--color-deep-blue);
  font-family: var(--home-font-headline);
  font-size: 0.813rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gold);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .live-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-orange);
  animation: page-live-blink 1.2s ease-in-out infinite;
}

.page-home .live-ticker-viewport {
  overflow: hidden;
  padding: 12px 0;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.page-home .live-ticker-track {
  display: flex;
  width: max-content;
  animation: page-ticker-move 32s linear infinite;
}

.page-home .live-ticker-viewport:hover .live-ticker-track {
  animation-play-state: paused;
}

.page-home .ticker-group {
  display: flex;
  gap: 0;
  white-space: nowrap;
}

.page-home .ticker-item {
  padding: 4px 26px 4px 30px;
  font-family: var(--home-font-headline);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
}

.page-home .ticker-item::before {
  content: "⚽";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: var(--color-orange);
}

.page-home .ticker-item:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: 4px;
  color: rgba(255, 255, 255, 0.32);
}

.page-home .live-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.page-home .live-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  padding: 14px 16px;
  background: var(--color-white);
  border-left: 3px solid transparent;
  box-shadow: 0 2px 0 rgba(10, 30, 63, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.page-home .live-row:hover {
  border-left-color: var(--color-orange);
  background: #ffffff;
  transform: translateX(4px);
}

.page-home .live-col-league {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-column: 1 / -1;
}

.page-home .live-col-pair {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-home .live-col-event {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  text-align: right;
}

.page-home .live-team {
  font-family: var(--home-font-headline);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-deep-blue);
  white-space: nowrap;
}

.page-home .live-score {
  font-family: var(--home-font-headline);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-danger);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  background: var(--color-light-blue);
  padding: 3px 10px;
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}

.page-home .live-round {
  font-family: var(--home-font-body);
  font-size: 0.813rem;
  color: #66768e;
  white-space: nowrap;
}

.page-home .live-minutes {
  font-family: var(--home-font-headline);
  font-size: 0.813rem;
  font-weight: 600;
  color: var(--color-orange);
  white-space: nowrap;
}

.page-home .live-note {
  font-family: var(--home-font-body);
  font-size: 0.813rem;
  color: #5a6b85;
  white-space: nowrap;
}

/* ---------- 球队资料库 ---------- */
.page-home .teams-panel {
  padding: 72px 0;
  background: var(--color-white);
  position: relative;
}

.page-home .teams-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background: linear-gradient(90deg, transparent, var(--color-gold), var(--color-orange));
}

.page-home .league-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.page-home .league-pill {
  display: inline-block;
  padding: 7px 16px;
  font-family: var(--home-font-headline);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--color-deep-blue);
  background: var(--color-light-bg);
  border: 1px solid var(--color-light-blue);
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.page-home .league-pill:hover {
  background: var(--color-orange);
  color: var(--color-white);
  border-color: var(--color-orange);
  transform: translateY(-2px);
}

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

.page-home .team-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-light-blue);
  box-shadow: var(--home-card-shadow);
  padding: 20px 18px 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .team-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--color-orange) 0 50%, transparent 50%);
}

.page-home .team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(10, 30, 63, 0.14);
}

.page-home .team-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.page-home .team-badge {
  font-family: var(--home-font-headline);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--color-deep-blue);
  background: var(--color-light-bg);
  padding: 6px 12px;
  border-left: 3px solid var(--color-mid-blue);
  white-space: nowrap;
}

.page-home .badge-orange {
  border-left-color: var(--color-orange);
  color: var(--color-orange);
}

.page-home .team-league {
  font-family: var(--home-font-body);
  font-size: 0.813rem;
  color: #66768e;
  white-space: nowrap;
}

.page-home .team-line {
  margin: 0 0 14px;
  font-family: var(--home-font-headline);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-deep-blue);
  font-variant-numeric: tabular-nums;
}

.page-home .team-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 9px 2px 2px;
  background: transparent;
  border: 0;
  border-top: 1px dashed var(--color-light-blue);
  font-family: var(--home-font-headline);
  font-size: 0.813rem;
  font-weight: 600;
  color: var(--color-mid-blue);
  cursor: pointer;
  transition: color 0.25s ease;
}

.page-home .team-toggle:hover {
  color: var(--color-orange);
}

.page-home .accordion-icon {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.page-home .team-card[data-open="true"] .accordion-icon {
  transform: rotate(-135deg);
}

.page-home .team-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.3s ease;
}

.page-home .team-card[data-open="true"] .team-detail {
  max-height: 320px;
  opacity: 1;
}

.page-home .team-detail p {
  margin: 12px 0 0;
  font-family: var(--home-font-body);
  font-size: 0.875rem;
  line-height: 1.7;
  color: #55657c;
}

.page-home .form-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}

.page-home .form-dots i {
  width: 16px;
  height: 16px;
  background: var(--color-light-blue);
  border-radius: 2px;
  font-style: normal;
  display: block;
}

.page-home .form-dots .form-w {
  background: var(--color-mid-blue);
}

.page-home .form-dots .form-d {
  background: var(--color-gold);
}

.page-home .form-dots .form-l {
  background: var(--color-danger);
}

/* ---------- 视频集锦 ---------- */
.page-home .highlights-panel {
  padding: 72px 0;
  background:
    linear-gradient(115deg, transparent 0 4%, rgba(255, 107, 26, 0.08) 4% 8%, transparent 8% 16%, rgba(255, 107, 26, 0.03) 16% 18%, transparent 18% 32%, rgba(232, 163, 61, 0.05) 32% 35%, transparent 35% 60%),
    radial-gradient(circle at 10% 80%, rgba(42, 91, 142, 0.2), transparent 40%),
    var(--color-dark);
  border-top: 4px solid var(--color-gold);
}

.page-home .highlights-panel .section-title,
.page-home .highlights-panel .section-subtitle {
  color: var(--color-white);
}

.page-home .highlights-panel .section-subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.page-home .video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.page-home .video-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0c1628;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-home .video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42);
  border-color: rgba(255, 107, 26, 0.5);
}

.page-home .video-card img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 20 / 11;
  transition: transform 0.45s ease;
}

.page-home .video-card:hover img {
  transform: scale(1.05);
}

.page-home .video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(5, 11, 26, 0.32) 52%, rgba(5, 11, 26, 0.92) 100%);
  pointer-events: none;
}

.page-home .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-white);
  background: var(--gradient-orange);
  box-shadow: 0 10px 26px rgba(255, 107, 26, 0.4);
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  pointer-events: none;
}

.page-home .video-card:hover .video-play {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 12px 34px rgba(255, 107, 26, 0.5);
}

.page-home .video-info {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 16px 12px;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.page-home .video-meta {
  font-family: var(--home-font-headline);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.page-home .video-title {
  font-family: var(--home-font-headline);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.page-home .video-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: var(--home-font-body);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.68);
}

.page-home .video-tools span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.page-home .video-tools span:not(:last-child)::after {
  content: "|";
  margin-left: 6px;
  color: rgba(255, 255, 255, 0.28);
}

.page-home .video-progress {
  position: relative;
  height: 4px;
  margin-top: 2px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.page-home .video-progress i {
  display: block;
  position: relative;
  height: 100%;
  background: var(--gradient-orange);
}

/* ---------- 跨设备同步 ---------- */
.page-home .sync-panel {
  padding: 72px 0;
  background:
    linear-gradient(0deg, rgba(10, 30, 63, 0.04) 1px, transparent 1px),
    var(--color-light-blue);
  background-size: 100% 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.page-home .sync-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  margin-top: 12px;
}

.page-home .sync-visual {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(10, 30, 63, 0.12);
  box-shadow: 0 18px 40px rgba(10, 30, 63, 0.1);
}

.page-home .sync-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--gradient-orange);
}

.page-home .sync-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-home .sync-content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.page-home .sync-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-home .sync-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(10, 30, 63, 0.1);
}

.page-home .sync-steps li:first-child {
  padding-top: 0;
}

.page-home .sync-step-num {
  font-family: var(--home-font-headline);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-orange);
  font-variant-numeric: tabular-nums;
  min-width: 48px;
}

.page-home .sync-step-body strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--home-font-headline);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-deep-blue);
}

.page-home .sync-step-body p {
  margin: 0;
  font-family: var(--home-font-body);
  font-size: 0.9rem;
  line-height: 1.75;
  color: #4d5f77;
}

.page-home .sync-devices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .sync-devices span {
  padding: 7px 14px;
  background: var(--color-white);
  border: 1px solid rgba(10, 30, 63, 0.12);
  font-family: var(--home-font-headline);
  font-size: 0.813rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-deep-blue);
  box-shadow: 0 4px 12px rgba(10, 30, 63, 0.05);
}

.page-home .sync-content .btn-outline {
  align-self: flex-start;
}

/* ---------- 平台数据墙 ---------- */
.page-home .stats-panel {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(232, 163, 61, 0.14), transparent 32%),
    radial-gradient(circle at 0% 100%, rgba(255, 107, 26, 0.12), transparent 40%),
    var(--color-deep-blue);
}

.page-home .stats-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.page-home .stats-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-orange);
}

.page-home .center-head {
  align-items: center;
  text-align: center;
}

.page-home .center-head .section-kicker {
  justify-content: center;
  width: 100%;
}

.page-home .center-head .section-kicker::before {
  content: none;
}

.page-home .center-head .section-title {
  color: var(--color-white);
}

.page-home .center-head .section-subtitle {
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.74);
}

.page-home .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

.page-home .stat-card {
  position: relative;
  padding: 24px 20px;
  background: var(--home-glass-bg);
  border: 1px solid var(--home-glass-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.page-home .stat-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 18px solid var(--color-gold);
  border-left: 18px solid transparent;
  opacity: 0.7;
}

.page-home .stat-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.page-home .stat-value {
  font-family: var(--home-font-headline);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.page-home .stat-unit {
  font-family: var(--home-font-headline);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-orange);
}

.page-home .stat-desc {
  font-family: var(--home-font-body);
  font-size: 0.813rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

/* ---------- 动画与响应式 ---------- */
@keyframes page-live-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

@keyframes page-ticker-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes page-hero-copy-in {
  0% { opacity: 0; transform: translateX(-34px) skewX(-3deg); }
  100% { opacity: 1; transform: translateX(0) skewX(0); }
}

@keyframes page-hero-stage-in {
  0% { opacity: 0; transform: translateX(34px) skewX(-3deg); }
  100% { opacity: 1; transform: translateX(0) skewX(0); }
}

@media (min-width: 40rem) {
  .page-home .section-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-home .section-head > div {
    flex: 1;
  }

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

  .page-home .hero-shell {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .page-home .hero-stage {
    min-height: 460px;
  }

  .page-home .live-row {
    grid-template-columns: 0.8fr 1.7fr 1fr;
  }

  .page-home .live-col-league {
    grid-column: auto;
  }

  .page-home .live-col-event {
    justify-content: flex-end;
  }

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

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

  .page-home .video-card-feature {
    grid-column: span 2;
  }

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

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

  .page-home .live-ambient {
    width: 460px;
    right: -90px;
  }
}

@media (min-width: 64rem) {
  .page-home .section {
    padding: 92px 0;
  }

  .page-home .hero-shell {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 56px;
    padding-top: 88px;
    padding-bottom: 108px;
  }

  .page-home .hero-stage {
    min-height: 520px;
  }

  .page-home .scoreboard {
    top: 56px;
    left: 32px;
    right: 32px;
    padding: 24px 28px 22px;
  }

  .page-home .stage-dial {
    bottom: 42px;
    left: 32px;
    right: 32px;
  }

  .page-home .live-panel {
    padding: 92px 0;
  }

  .page-home .live-ambient {
    width: 560px;
    right: -60px;
  }

  .page-home .teams-panel {
    padding: 92px 0;
  }

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

  .page-home .highlights-panel {
    padding: 92px 0;
  }

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

  .page-home .video-card-feature {
    grid-column: span 2;
  }

  .page-home .sync-panel {
    padding: 92px 0;
  }

  .page-home .stats-panel {
    padding: 92px 0;
  }

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

  .page-home .stat-card {
    padding: 30px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .live-ticker-track,
  .page-home .hero-copy,
  .page-home .hero-stage,
  .page-home .sb-live i,
  .page-home .live-pulse {
    animation: none !important;
  }
}
