.page-home {
  position: relative;
  background: var(--deep-space);
  color: var(--text-white);
  overflow-x: hidden;
}

/* ========== 专题封面首屏 ========== */
.page-home .hp-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: calc(100vh - var(--header-h));
  padding: 120px 0 40px;
  overflow: hidden;
  isolation: isolate;
}

.page-home .hp-cover__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--ink);
}

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

.page-home .hp-cover__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 5, 24, 0.92) 0%, rgba(13, 5, 24, 0.66) 45%, rgba(26, 11, 46, 0.38) 100%),
    linear-gradient(0deg, rgba(13, 5, 24, 0.86) 0%, transparent 40%, transparent 60%, rgba(13, 5, 24, 0.58) 100%);
}

.page-home .hp-cover__inner {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 12px;
}

.page-home .hp-cover__crumb {
  margin-bottom: 24px;
}

.page-home .hp-cover__edition {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin: 0 0 16px;
  background: rgba(155, 48, 255, 0.18);
  border: 1px solid rgba(155, 48, 255, 0.4);
  border-left: 4px solid var(--electric-blue);
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.page-home .hp-cover__title {
  margin: 0 0 22px;
  font-family: var(--font-heading);
  font-size: clamp(40px, 9vw, 84px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-white);
  text-shadow: 0 0 36px rgba(155, 48, 255, 0.55);
}

.page-home .hp-cover__title::after {
  content: "";
  display: block;
  width: 140px;
  height: 10px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--neon-purple), var(--electric-blue), var(--gold));
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
}

.page-home .hp-cover__lead {
  max-width: 660px;
  margin: 0 0 20px;
  padding-left: 18px;
  border-left: 2px solid var(--electric-blue);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
}

.page-home .hp-cover__status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.page-home .hp-cover__status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon-green);
  box-shadow: 0 0 0 4px rgba(0, 255, 136, 0.16);
}

.page-home .hp-cover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .hp-cover__index {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.page-home .hp-cover__index-link {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 148px;
  padding: 14px 16px;
  background: rgba(13, 5, 24, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text-white);
  text-decoration: none;
  transition: background var(--speed-fast), border-color var(--speed-fast), transform var(--speed-fast);
  scroll-snap-align: start;
}

.page-home .hp-cover__index-link:hover,
.page-home .hp-cover__index-link.is-active {
  background: linear-gradient(135deg, rgba(155, 48, 255, 0.78), rgba(74, 22, 117, 0.88));
  border-color: rgba(0, 217, 255, 0.6);
  transform: translateY(-2px);
}

.page-home .hp-cover__index-num {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--electric-blue);
}

.page-home .hp-cover__index-text {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
}

/* ========== 本月界面改版 ========== */
.page-home .hp-update {
  position: relative;
  background: var(--cream);
  color: var(--text-dark);
}

.page-home .hp-update::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(135deg, var(--neon-purple) 0 14px, var(--electric-blue) 14px 28px);
  opacity: 0.7;
}

.page-home .hp-update .section-title,
.page-home .hp-data .section-title,
.page-home .hp-nav-guide .section-title {
  color: var(--text-dark);
}

.page-home .hp-update .section-subtitle,
.page-home .hp-data .section-subtitle,
.page-home .hp-nav-guide .section-subtitle {
  color: var(--text-dark-65);
}

.page-home .hp-update__layout {
  display: grid;
  gap: 32px;
}

.page-home .hp-update__summary {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-dark-65);
}

.page-home .hp-update__list {
  display: grid;
  gap: 16px;
}

.page-home .hp-update__item {
  position: relative;
  padding: 28px 26px;
  background: #FFFFFF;
  border-left: 4px solid var(--electric-blue);
  box-shadow: 8px 8px 0 rgba(26, 11, 46, 0.08);
  transition: transform var(--speed-mid), box-shadow var(--speed-mid);
}

.page-home .hp-update__item:nth-child(2) {
  border-left-color: var(--neon-purple);
}

.page-home .hp-update__item:nth-child(3) {
  border-left-color: var(--rose);
}

.page-home .hp-update__item:hover {
  transform: translate(-4px, -4px);
  box-shadow: 12px 12px 0 rgba(26, 11, 46, 0.14);
}

.page-home .hp-update__item .tag {
  margin-bottom: 14px;
}

.page-home .hp-update__item h3 {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--text-dark);
}

.page-home .hp-update__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-dark-65);
}

.page-home .text-link {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--neon-purple);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color var(--speed-fast);
}

.page-home .text-link:hover {
  border-bottom-color: var(--neon-purple);
}

/* ========== 中国区玩法中心 ========== */
.page-home .hp-play {
  position: relative;
  background:
    radial-gradient(circle at 14% 18%, rgba(155, 48, 255, 0.22), transparent 44%),
    linear-gradient(135deg, var(--deep-space) 0%, var(--ink) 100%);
}

.page-home .hp-play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 14px);
  pointer-events: none;
}

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

.page-home .section-dark .section-title {
  color: var(--text-white);
}

.page-home .section-dark .section-subtitle {
  color: var(--text-white-70);
}

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

.page-home .hp-play__visual {
  position: relative;
  margin: 0;
  isolation: isolate;
}

.page-home .hp-play__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--border-purple);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.page-home .hp-play__visual::after {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  z-index: -1;
  background: linear-gradient(135deg, var(--electric-blue), var(--neon-purple));
  opacity: 0.35;
}

.page-home .hp-play__cards {
  display: grid;
  gap: 18px;
  margin-top: 40px;
}

.page-home .hp-play__card {
  position: relative;
  display: block;
  padding: 30px 26px 50px;
  background: rgba(26, 11, 46, 0.72);
  border: 1px solid rgba(155, 48, 255, 0.36);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  color: var(--text-white);
  text-decoration: none;
  transition: transform var(--speed-mid), border-color var(--speed-mid), background var(--speed-mid);
}

.page-home .hp-play__card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 217, 255, 0.7);
  background: rgba(74, 22, 117, 0.72);
}

.page-home .hp-play__num {
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--electric-blue);
}

.page-home .hp-play__card h3 {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
}

.page-home .hp-play__card p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.66);
}

.page-home .hp-play__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
  border-bottom: 2px solid rgba(255, 215, 0, 0.4);
}

/* ========== 赛事数据入口 ========== */
.page-home .hp-data {
  background: var(--cream);
  color: var(--text-dark);
}

.page-home .hp-data__layout {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-home .hp-data__steps {
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.page-home .hp-data__step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(26, 11, 46, 0.18);
}

.page-home .hp-data__step-num {
  flex: 0 0 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  background: var(--neon-purple);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}

.page-home .hp-data__step p {
  margin: 4px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-dark-65);
}

.page-home .hp-data__chart {
  position: relative;
  display: grid;
  gap: 18px;
}

.page-home .hp-data__chart-card {
  position: relative;
  padding: 18px 10px 8px;
  background: #FFFFFF;
  border: 1px solid rgba(155, 48, 255, 0.24);
  box-shadow: 12px 12px 0 rgba(155, 48, 255, 0.12);
}

.page-home .hp-data__chart-card::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -16px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px dashed rgba(155, 48, 255, 0.3);
  pointer-events: none;
}

.page-home .hp-data__svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
}

.page-home .hp-data__grid line {
  stroke: rgba(26, 11, 46, 0.16);
  stroke-width: 1;
}

.page-home .hp-data__line-dash {
  stroke: var(--electric-blue);
  stroke-width: 2;
  stroke-dasharray: 2 8;
  opacity: 0.5;
}

.page-home .hp-data__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(26, 11, 46, 0.18);
}

/* ========== 活动专区费用透明 ========== */
.page-home .hp-fee {
  position: relative;
  background:
    radial-gradient(circle at 88% 22%, rgba(0, 255, 136, 0.14), transparent 46%),
    radial-gradient(circle at 8% 78%, rgba(155, 48, 255, 0.18), transparent 42%),
    linear-gradient(135deg, var(--deep-space) 0%, var(--ink) 100%);
}

.page-home .hp-fee__grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-home .hp-fee__list {
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.page-home .hp-fee__list li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 15px;
  color: var(--text-white-70);
}

.page-home .hp-fee__visual {
  position: relative;
  margin: 0;
}

.page-home .hp-fee__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(0, 217, 255, 0.35);
}

.page-home .hp-fee__visual::before {
  content: "";
  position: absolute;
  right: -18px;
  top: -18px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px dashed rgba(0, 255, 136, 0.4);
  animation: hpHomeFeeSpin 24s linear infinite;
  pointer-events: none;
}

@keyframes hpHomeFeeSpin {
  to {
    transform: rotate(360deg);
  }
}

/* ========== 苹果设备导航指南 ========== */
.page-home .hp-nav-guide {
  background: var(--cream);
  color: var(--text-dark);
}

.page-home .hp-nav-guide__steps {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.page-home .hp-nav-guide__step {
  position: relative;
  padding: 34px 26px 28px;
  background: #FFFFFF;
  border: 1px solid rgba(26, 11, 46, 0.12);
  box-shadow: 6px 6px 0 rgba(155, 48, 255, 0.1);
  transition: transform var(--speed-mid), box-shadow var(--speed-mid);
}

.page-home .hp-nav-guide__step:hover {
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 rgba(155, 48, 255, 0.16);
}

.page-home .hp-nav-guide__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--neon-purple), var(--purple-dark));
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.page-home .hp-nav-guide__step h3 {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark);
}

.page-home .hp-nav-guide__step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-dark-65);
}

/* ========== 品牌信任带 ========== */
.page-home .hp-trust {
  position: relative;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.1), transparent 42%),
    linear-gradient(180deg, var(--deep-space), var(--ink));
  text-align: center;
}

.page-home .hp-trust__header {
  max-width: 720px;
  margin: 0 auto 36px;
}

.page-home .hp-trust__title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(26px, 5vw, 42px);
  font-weight: 900;
  color: var(--text-white);
}

.page-home .hp-trust__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-white-70);
}

.page-home .hp-trust__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 30px;
  padding: 0;
}

.page-home .hp-trust__stat {
  padding: 24px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .hp-trust__num {
  display: block;
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 900;
  line-height: 1;
  color: var(--gold);
}

.page-home .hp-trust__label {
  margin: 0;
  font-size: 13px;
  color: var(--text-white-50);
}

.page-home .hp-trust__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.page-home .hp-trust__link {
  display: inline-block;
}

/* ========== 响应式：平板与桌面 ========== */
@media (min-width: 768px) {
  .page-home .hp-cover__edition {
    font-size: 15px;
  }

  .page-home .hp-cover__lead {
    font-size: 18px;
  }

  .page-home .hp-cover__index {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
  }

  .page-home .hp-cover__index-link {
    min-width: 0;
  }

  .page-home .hp-update__layout {
    grid-template-columns: 0.8fr 1.4fr;
    gap: 56px;
  }

  .page-home .hp-update__side {
    position: sticky;
    top: calc(var(--header-h) + 24px);
  }

  .page-home .hp-play__intro {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

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

  .page-home .hp-play__card--arcade {
    transform: translateY(24px);
  }

  .page-home .hp-play__card--arcade:hover {
    transform: translateY(16px);
  }

  .page-home .hp-data__layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
  }

  .page-home .hp-fee__grid {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
  }

  .page-home .hp-nav-guide__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .page-home .hp-trust__stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

@media (min-width: 1200px) {
  .page-home .hp-cover {
    padding-top: 150px;
  }

  .page-home .hp-cover__inner {
    padding-bottom: 16px;
  }

  .page-home .hp-cover__title {
    font-size: 84px;
  }

  .page-home .hp-cover__lead {
    max-width: 720px;
  }

  .page-home .hp-play__intro {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .page-home .hp-data__layout {
    gap: 64px;
  }

  .page-home .hp-fee__grid {
    gap: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hp-fee__visual::before {
    animation: none;
  }

  .page-home .hp-cover__index-link:hover,
  .page-home .hp-cover__index-link.is-active,
  .page-home .hp-play__card:hover,
  .page-home .hp-nav-guide__step:hover {
    transform: none;
  }
}
