.page-home {
  --home-section-pad: 5rem 1.25rem;
  --home-card-border: 1px solid rgba(126, 200, 227, 0.18);
  --home-navy-text: #0A1F44;
  background: var(--color-navy-deep);
  color: var(--color-off);
  overflow-x: hidden;
}

.page-home .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-orange);
  margin-bottom: 0.75rem;
}

.page-home .section-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--color-orange);
  flex: none;
}

.page-home .tag {
  border-radius: 999px;
  padding: 0.36rem 0.75rem;
  font-size: 0.78rem;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}

.page-home .tag--orange {
  background: rgba(255, 107, 53, 0.14);
  border: 1px solid var(--color-orange);
  color: #ffb399;
}

.page-home .tag--green {
  background: rgba(57, 255, 20, 0.1);
  border: 1px solid var(--color-green);
  color: #baffab;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.78rem 1.35rem;
  border-radius: 4px;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease);
}

.page-home .btn--primary {
  background: var(--color-orange);
  color: #fff;
  box-shadow: 6px 6px 0 rgba(6, 15, 36, 0.85);
}

.page-home .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 8px 8px 0 rgba(6, 15, 36, 0.8);
}

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

.page-home .btn--outline:hover {
  background: rgba(255, 107, 53, 0.12);
}

.page-home .data-pill {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.35);
  color: var(--color-green);
  padding: 0.1rem 0.45rem;
  border-radius: 3px;
  white-space: nowrap;
}

.page-home img {
  max-width: 100%;
}

/* ========== 首屏 ========== */
.page-home .home-hero {
  position: relative;
  padding: 2.75rem 1.25rem 0;
  background: radial-gradient(1100px 420px at 90% -10%, rgba(57, 255, 20, 0.08), transparent 62%), var(--color-navy-deep);
  border-bottom: 1px solid rgba(126, 200, 227, 0.12);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(126, 200, 227, 0.04) 0 1px, transparent 1px 42px), repeating-linear-gradient(0deg, rgba(126, 200, 227, 0.04) 0 1px, transparent 1px 42px);
  pointer-events: none;
}

.page-home .home-hero__wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.25rem;
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .home-hero__eyebrow {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--color-green);
  border: 1px solid rgba(57, 255, 20, 0.38);
  background: rgba(57, 255, 20, 0.06);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.3rem;
}

.page-home .home-hero__title {
  font-family: var(--font-impact), var(--font-solid), sans-serif;
  font-weight: 900;
  font-size: clamp(2.75rem, 10vw, 5.4rem);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 1.15rem;
  color: var(--color-off);
}

.page-home .home-hero__title span {
  display: block;
  color: var(--color-orange);
}

.page-home .home-hero__lead {
  font-size: 1rem;
  line-height: 1.78;
  max-width: 35rem;
  color: #c3d3e6;
  margin-bottom: 1.5rem;
}

.page-home .home-hero__search {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--color-steel);
  border: 1px solid rgba(126, 200, 227, 0.35);
  border-radius: 6px;
  padding: 0.72rem 0.95rem;
  margin-bottom: 1.6rem;
  max-width: 31rem;
}

.page-home .home-hero__search-icon {
  color: var(--color-orange);
  font-size: 1.35rem;
  line-height: 1;
}

.page-home .home-hero__search-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--color-off);
  font-family: var(--font-solid);
  font-size: 0.93rem;
}

.page-home .home-hero__search-input::placeholder {
  color: rgba(242, 245, 248, 0.45);
}

.page-home .home-hero__search-count {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--color-green);
  white-space: nowrap;
  border-left: 1px solid rgba(126, 200, 227, 0.2);
  padding-left: 0.7rem;
}

.page-home .home-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
}

.page-home .home-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.page-home .home-hero__stat-num {
  font-family: var(--font-mono);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-off);
  letter-spacing: -0.02em;
}

.page-home .home-hero__stat-label {
  font-size: 0.75rem;
  color: var(--color-gray);
  letter-spacing: 0.06em;
}

.page-home .home-hero__stage {
  position: relative;
  min-height: 340px;
}

.page-home .home-hero__stage::before {
  content: "";
  position: absolute;
  inset: 10px -8px 26px -14px;
  background: var(--color-orange);
  clip-path: polygon(8% 0, 100% 0, 96% 78%, 0 94%);
  opacity: 0.92;
}

.page-home .home-hero__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: conic-gradient(from 215deg at 92% 12%, rgba(57, 255, 20, 0.22) 0deg, transparent 34deg, rgba(255, 107, 53, 0.18) 68deg, transparent 120deg, transparent 360deg);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
}

.page-home .home-hero__stage-figure {
  position: absolute;
  inset: 0;
  clip-path: polygon(8% 0, 100% 0, 96% 78%, 0 94%);
  background: var(--color-steel);
  overflow: hidden;
}

.page-home .home-hero__stage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.06);
}

.page-home .home-hero__score {
  position: absolute;
  right: 16px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(6, 15, 36, 0.78);
  border: 1px solid rgba(57, 255, 20, 0.45);
  border-radius: 6px;
  padding: 0.6rem 0.85rem;
  font-family: var(--font-mono);
  backdrop-filter: blur(6px);
}

.page-home .home-hero__score-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-danger);
  box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.6);
  animation: home-live-pulse 1.6s ease-out infinite;
}

@keyframes home-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(230, 57, 70, 0); }
  100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0); }
}

.page-home .home-hero__score-league {
  color: var(--color-ice);
  font-size: 0.8rem;
}

.page-home .home-hero__score-num {
  color: var(--color-green);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-home .home-hero__score-min {
  color: var(--color-gray);
  font-size: 0.72rem;
}

.page-home .home-hero__leagues {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 3.25rem auto 0;
  padding-bottom: 2.5rem;
}

.page-home .home-hero__leagues-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin-bottom: 1.1rem;
}

.page-home .home-hero__leagues-title {
  font-family: var(--font-impact), var(--font-solid), sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-off);
  margin: 0;
}

.page-home .home-hero__leagues-note {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--color-gray);
}

.page-home .home-league-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  grid-auto-flow: dense;
}

.page-home .home-league-card {
  position: relative;
  background: var(--color-steel);
  border: 1px solid rgba(126, 200, 227, 0.18);
  border-left: 3px solid var(--color-orange);
  padding: 0.72rem 0.78rem 0.6rem;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: border-color var(--ease), transform var(--ease), background var(--ease), clip-path var(--ease), border-radius var(--ease);
  min-height: 74px;
}

.page-home .home-league-card--wide {
  grid-column: span 2;
}

.page-home .home-league-card__name {
  display: block;
  font-family: var(--font-impact), var(--font-solid), sans-serif;
  font-size: 1.3rem;
  line-height: 1.05;
  font-weight: 900;
  color: var(--color-off);
}

.page-home .home-league-card__flag {
  display: block;
  font-size: 0.7rem;
  color: var(--color-ice);
  letter-spacing: 0.08em;
  margin-top: 0.28rem;
}

.page-home .home-league-card__preview {
  display: block;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--color-green);
  transition: max-height var(--ease), opacity var(--ease), margin-top var(--ease);
}

.page-home .home-league-card:hover,
.page-home .home-league-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(57, 255, 20, 0.7);
  background: rgba(30, 58, 95, 0.92);
  clip-path: none;
  border-radius: 8px;
}

.page-home .home-league-card:hover .home-league-card__preview,
.page-home .home-league-card:focus-within .home-league-card__preview {
  max-height: 48px;
  opacity: 1;
  margin-top: 0.4rem;
}

.page-home .home-ticker {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(126, 200, 227, 0.22);
  border-bottom: 1px solid rgba(126, 200, 227, 0.22);
  background: rgba(6, 15, 36, 0.58);
  overflow: hidden;
}

.page-home .home-ticker__track {
  display: flex;
  width: max-content;
  animation: home-ticker-scroll 42s linear infinite;
}

.page-home .home-ticker__group {
  display: flex;
  align-items: center;
  flex: none;
  padding: 0.72rem 0;
}

.page-home .home-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-ice);
  padding: 0 1rem;
  white-space: nowrap;
}

.page-home .home-ticker__item + .home-ticker__item {
  border-left: 1px solid rgba(126, 200, 227, 0.2);
}

.page-home .home-ticker__item b {
  color: var(--color-green);
  font-weight: 500;
}

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

/* ========== V4场馆 ========== */
.page-home .home-v4 {
  position: relative;
  padding: var(--home-section-pad);
  background: linear-gradient(100deg, rgba(255, 195, 0, 0.05), transparent 38%), var(--color-navy);
  border-bottom: 1px solid rgba(126, 200, 227, 0.12);
}

.page-home .home-v4__inner {
  display: grid;
  gap: 2.75rem;
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .home-v4__visual {
  position: relative;
  max-width: 560px;
}

.page-home .home-v4__version {
  position: absolute;
  top: -34px;
  right: -8px;
  z-index: 3;
  font-family: var(--font-impact), var(--font-solid), sans-serif;
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-gold);
  opacity: 0.36;
  text-shadow: 4px 4px 0 rgba(255, 195, 0, 0.22);
  letter-spacing: -0.02em;
  pointer-events: none;
}

.page-home .home-v4__frame {
  border: 2px solid var(--color-gold);
  box-shadow: 14px 14px 0 rgba(6, 15, 36, 0.72);
}

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

.page-home .home-v4__data-tag {
  position: absolute;
  left: -10px;
  bottom: -14px;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  background: var(--color-green);
  color: var(--color-navy);
  padding: 0.4rem 0.72rem;
  border-radius: 4px;
  box-shadow: 5px 5px 0 rgba(6, 15, 36, 0.65);
  z-index: 3;
}

.page-home .home-v4__data-num {
  font-family: var(--font-mono);
  font-size: 1.3rem;
  font-weight: 700;
}

.page-home .home-v4__data-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.page-home .home-v4__content {
  position: relative;
  z-index: 2;
}

.page-home .home-v4__title {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-off);
  margin: 0 0 1rem;
  font-weight: 900;
}

.page-home .home-v4__desc {
  color: #c9d8e8;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 40rem;
  margin-bottom: 1.25rem;
}

.page-home .home-v4__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
  display: grid;
  gap: 0.7rem;
}

.page-home .home-v4__list li {
  display: flex;
  gap: 0.68rem;
  align-items: flex-start;
  font-size: 0.93rem;
  color: #c9d8e8;
  line-height: 1.65;
}

.page-home .home-v4__list li::before {
  content: "";
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 0.5rem;
  background: var(--color-green);
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(57, 255, 20, 0.6);
}

.page-home .home-v4__content .btn {
  color: #0a1f44;
}

/* ========== 情报站 ========== */
.page-home .home-insights {
  padding: var(--home-section-pad);
  background: linear-gradient(180deg, var(--color-navy) 0%, var(--color-steel) 100%);
}

.page-home .home-insights__top {
  max-width: var(--container);
  margin: 0 auto 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.page-home .home-insights__title {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-off);
  margin: 0;
  font-weight: 900;
}

.page-home .home-insights__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-home .home-insights__grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.page-home .home-insights__report {
  background: rgba(10, 31, 68, 0.88);
  border: 1px solid rgba(126, 200, 227, 0.14);
  box-shadow: 10px 10px 0 rgba(6, 15, 36, 0.6);
  padding: 1rem;
}

.page-home .home-insights__report-media {
  border-radius: 4px;
  overflow: hidden;
}

.page-home .home-insights__report-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
}

.page-home .home-insights__report-title {
  font-size: 1.35rem;
  color: var(--color-off);
  margin: 1rem 0 0.7rem;
  font-weight: 900;
}

.page-home .home-insights__report-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.page-home .home-insights__report-list li {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  border-bottom: 1px dashed rgba(126, 200, 227, 0.22);
  padding: 0.58rem 0;
  font-size: 0.88rem;
  color: #d7e4f0;
}

.page-home .home-insights__report-league {
  flex: none;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--color-orange);
  background: rgba(255, 107, 53, 0.12);
  border: 1px solid rgba(255, 107, 53, 0.3);
  padding: 0.18rem 0.42rem;
  border-radius: 3px;
}

.page-home .home-insights__report-list .data-pill {
  margin-left: auto;
}

.page-home .home-insights__transfers {
  background: rgba(6, 15, 36, 0.6);
  border-left: 3px solid var(--color-green);
  padding: 1.4rem 1.25rem;
}

.page-home .home-insights__transfers-title {
  font-size: 1.25rem;
  color: var(--color-off);
  margin: 0 0 0.5rem;
  font-weight: 900;
}

.page-home .home-insights__transfers-desc {
  font-size: 0.875rem;
  color: #b8c9db;
  line-height: 1.7;
  max-width: 34rem;
}

.page-home .home-insights__cloud {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-home .home-insights__cloud li {
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.34);
  color: #c9ffbb;
  font-size: 0.78rem;
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
}

.page-home .home-insights__transfers-note {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-ice);
  border-top: 1px solid rgba(126, 200, 227, 0.22);
  padding-top: 0.8rem;
}

.page-home .home-insights__transfers-time {
  color: var(--color-gold);
  margin-right: 0.45rem;
}

/* ========== 下载区 ========== */
.page-home .home-download {
  padding: var(--home-section-pad);
  background: var(--color-off);
  color: var(--home-navy-text);
}

.page-home .home-download__inner {
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .home-download__intro {
  margin-bottom: 1.5rem;
}

.page-home .home-download .section-eyebrow {
  color: var(--color-navy);
}

.page-home .home-download .section-eyebrow::before {
  background: var(--color-orange);
}

.page-home .home-download__title {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-navy);
  margin: 0 0 0.7rem;
  font-weight: 900;
}

.page-home .home-download__desc {
  max-width: 62rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #0e2b50;
}

.page-home .home-download__table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 1.8rem;
  border: 1px solid rgba(10, 31, 68, 0.18);
  background: #fff;
  box-shadow: 10px 10px 0 rgba(10, 31, 68, 0.08);
}

.page-home .home-download__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.page-home .home-download__caption {
  text-align: left;
  padding: 0.75rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: var(--color-gray);
  caption-side: top;
  border-bottom: 1px solid #e1eaf2;
}

.page-home .home-download__table th {
  background: var(--color-navy);
  color: var(--color-off);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.78rem 1rem;
  text-align: left;
  white-space: nowrap;
}

.page-home .home-download__table td {
  padding: 0.82rem 1rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #e5edf4;
  color: var(--color-navy);
}

.page-home .home-download__table tbody tr:hover td {
  background: rgba(57, 255, 20, 0.07);
}

.page-home .home-download__table td:first-child {
  font-weight: 600;
}

.page-home .home-download__table td:nth-child(2) {
  font-family: var(--font-mono);
  color: var(--color-orange);
  font-weight: 700;
}

.page-home .home-download__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.page-home .home-download__actions .btn--outline {
  border-color: var(--color-navy);
  color: var(--color-navy);
}

.page-home .home-download__actions .btn--outline:hover {
  background: rgba(10, 31, 68, 0.06);
}

.page-home .home-download__brandlink {
  margin-left: 0.5rem;
  color: var(--color-navy);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  font-size: 0.9rem;
}

/* ========== 移动端同步 ========== */
.page-home .home-mobile {
  position: relative;
  padding: 4.5rem 1.25rem;
  background: var(--color-green);
  color: var(--color-navy);
  overflow: hidden;
}

.page-home .home-mobile::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(10, 31, 68, 0.18), transparent 70%);
}

.page-home .home-mobile__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  max-width: var(--container);
  margin: 0 auto;
}

.page-home .home-mobile .section-eyebrow {
  color: var(--color-navy);
}

.page-home .home-mobile .section-eyebrow::before {
  background: var(--color-navy);
}

.page-home .home-mobile__title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-navy);
  margin: 0 0 0.9rem;
  font-weight: 900;
}

.page-home .home-mobile__desc {
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #0d2b52;
  margin-bottom: 1.4rem;
}

.page-home .home-mobile__points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
  display: grid;
  gap: 0.75rem;
}

.page-home .home-mobile__points li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-navy);
}

.page-home .home-mobile__point-icon {
  width: 22px;
  height: 22px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-navy);
  color: var(--color-green);
  border-radius: 50%;
  font-size: 0.72rem;
}

.page-home .home-mobile__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.page-home .home-mobile__img {
  width: 100%;
  max-width: 340px;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 14px 14px 0 rgba(10, 31, 68, 0.18);
  display: block;
}

.page-home .home-mobile__qr {
  width: 136px;
  flex: none;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  padding: 8px;
  background: var(--color-off);
  border: 2px solid var(--color-navy);
  border-radius: 10px;
  box-shadow: 8px 8px 0 rgba(10, 31, 68, 0.14);
}

.page-home .home-mobile__qr-cell {
  aspect-ratio: 1;
  background: var(--color-navy);
  border-radius: 1px;
}

.page-home .home-mobile__qr-cell.is-off {
  background: transparent;
}

/* ========== 响应式 ========== */
@media (min-width: 768px) {
  .page-home .home-league-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .home-league-card--wide {
    grid-column: span 2;
  }

  .page-home .home-insights__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    align-items: start;
  }

  .page-home .home-mobile__visual {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding-top: 4rem;
  }

  .page-home .home-hero__wrap {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 3.5rem;
    min-height: 600px;
  }

  .page-home .home-hero__stage {
    height: 100%;
    min-height: 520px;
  }

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

  .page-home .home-v4__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 3.5rem;
  }

  .page-home .home-v4__visual {
    max-width: 560px;
    margin-left: auto;
  }

  .page-home .home-mobile__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 3rem;
  }

  .page-home .home-mobile__visual {
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-ticker__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }

  .page-home .home-ticker__group[aria-hidden="true"] {
    display: none;
  }

  .page-home .home-ticker__item {
    padding: 0.3rem 0.6rem;
  }

  .page-home .home-hero__score-dot {
    animation: none;
  }

  .page-home .home-league-card,
  .page-home .home-v4__img,
  .page-home .home-insights__report-img,
  .page-home .home-mobile__img {
    transition: none;
  }
}
