.page-home {
  --home-hero-grad: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 55%, var(--navy) 100%);
  --home-tile-gap: 18px;
  --home-tile-radius: 16px;
}
.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}
.page-home img {
  max-width: 100%;
  height: auto;
}
.page-home [data-reveal] {
  transition: opacity .45s ease, transform .45s ease;
}
.page-home .btn:active {
  transform: scale(.97);
}

/* 首屏主视觉：深蓝渐变 + 左侧赛事背景 + 超大刊头标题 */
.page-home .home-hero {
  position: relative;
  background: var(--home-hero-grad);
  color: var(--white);
  padding: 48px 0 72px;
  overflow: hidden;
  isolation: isolate;
}
.page-home .home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.page-home .home-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.16;
  display: block;
}
.page-home .home-hero__speedlines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 140px;
  pointer-events: none;
}
.page-home .home-hero__content {
  position: relative;
  z-index: 2;
}
.page-home .home-hero__mast {
  max-width: 920px;
  margin: 0 auto 44px;
  text-align: center;
}
.page-home .home-hero__issue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  letter-spacing: .06em;
}
.page-home .home-hero__issue::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  animation: home-issue-pulse 1.8s ease-out infinite;
}
.page-home .home-hero__title {
  margin: 0;
  font-family: Impact, 'Arial Narrow', 'PingFang SC Heavy', 'Microsoft YaHei', sans-serif;
  font-weight: 800;
  line-height: 1.04;
  color: var(--white);
}
.page-home .home-hero__title-line {
  display: block;
  font-size: clamp(40px, 6.6vw, 88px);
  letter-spacing: .02em;
}
.page-home .home-hero__title-line--accent {
  color: var(--orange);
  font-size: clamp(26px, 3.4vw, 48px);
  letter-spacing: .14em;
  margin-top: 10px;
}
.page-home .home-hero__lead {
  max-width: 700px;
  margin: 26px auto 0;
  color: rgba(255,255,255,.84);
  font-size: 15px;
  line-height: 1.85;
}
.page-home .home-hero__ribbons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.page-home .home-hero__ribbon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.84);
  font-size: 13px;
}

/* Bento 非对称卡片体系 */
.page-home .home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-tile-gap);
}
.page-home .home-tile {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  text-decoration: none;
  border-radius: var(--home-tile-radius);
  padding: 22px;
  border: 2px solid transparent;
  box-shadow: 0 14px 28px rgba(0,0,0,.16);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.page-home .home-tile:hover {
  transform: translateY(-5px);
  border-color: var(--orange);
  box-shadow: 0 22px 40px rgba(10,31,68,.22);
}
.page-home .home-tile:active {
  transform: translateY(-2px);
}
.page-home .home-tile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.page-home .home-tile__index {
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: rgba(10,31,68,.16);
}
.page-home .home-tile__title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  margin: 10px 0 12px;
}
.page-home .home-tile__media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 2px 0 16px;
  background: var(--blue-bg);
}
.page-home .home-tile__media img {
  width: 100%;
  height: auto;
  display: block;
}
.page-home .home-tile__desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 16px;
  flex: 1 1 auto;
}
.page-home .home-tile__go {
  font-weight: 700;
  font-size: 15px;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.page-home .home-tile:hover .home-tile__go {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
}
.page-home .home-tile__play {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 18px;
  padding-left: 4px;
  box-shadow: 0 8px 18px rgba(255,107,53,.45);
}

/* 赛事订阅状态区 */
.page-home .home-subscription {
  padding: 44px 0;
  background: var(--gray-bg);
}
.page-home .home-subscription__inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.page-home .home-subscription__status {
  flex: 0 0 auto;
}
.page-home .home-subscription__body {
  flex: 1 1 auto;
}
.page-home .home-subscription__body h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 800;
}
.page-home .home-subscription__body p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 15px;
}
.page-home .home-subscription__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.page-home .home-subscription__link {
  color: var(--muted);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-home .home-subscription__link:hover {
  color: var(--orange);
}

/* 编号章节体系 */
.page-home .chapter-ledger {
  display: flex;
  align-items: baseline;
  gap: 14px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.page-home .chapter-index {
  font-family: Impact, 'Arial Narrow', 'PingFang SC Heavy', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255,107,53,.65);
}
.page-home .chapter-title {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.25;
}
.page-home .section-note {
  color: var(--muted);
  font-size: 14px;
  margin: 12px 0 0;
}

/* 章节通用栅格布局 */
.page-home .home-guide {
  padding: 40px 0;
}
.page-home .home-guide--panel {
  background: var(--gray-bg);
}
.page-home .home-guide--compare {
  background: var(--white);
}
.page-home .home-guide--member {
  background: var(--gray-bg);
}
.page-home .home-guide__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 24px;
}
.page-home .home-guide__copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.8;
}
.page-home .home-guide__list {
  list-style: none;
  margin: 4px 0 20px;
  padding: 0;
}
.page-home .home-guide__list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px dashed var(--border);
  font-size: 15px;
  color: var(--ink);
}
.page-home .home-guide__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: var(--orange);
  transform: rotate(45deg);
}

/* 控制台风格数据面板预览 */
.page-home .home-guide__console {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 20px;
}
.page-home .home-guide__console-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 6px;
}
.page-home .home-guide__console-round {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}
.page-home .home-guide__console-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 13px 8px;
  border-bottom: 1px solid var(--border);
  border-radius: 8px;
  transition: background .2s ease;
}
.page-home .home-guide__console-row:hover {
  background: var(--blue-bg);
}
.page-home .home-guide__console-row dt {
  font-weight: 700;
  color: var(--navy);
}
.page-home .home-guide__console-row dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  text-align: right;
}
.page-home .home-guide__console-foot {
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--muted);
}

/* 平板专区与简体版首页对照卡 */
.page-home .home-compare__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}
.page-home .home-compare__card {
  position: relative;
  border-radius: 14px;
  padding: 30px 26px 26px;
  border: 1px solid var(--border);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.page-home .home-compare__card:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.page-home .home-compare__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  background: var(--orange);
}
.page-home .home-compare__card--tab {
  background: var(--blue-bg);
}
.page-home .home-compare__card--tab::before {
  background: var(--teal);
}
.page-home .home-compare__card--lite {
  background: var(--orange-bg);
}
.page-home .home-compare__card--lite::before {
  background: var(--orange);
}
.page-home .home-compare__card h3 {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 12px;
}
.page-home .home-compare__card p {
  margin: 0 0 16px;
  color: var(--ink);
  line-height: 1.75;
  font-size: 15px;
  opacity: .86;
}
.page-home .home-compare__features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
.page-home .home-compare__features li {
  padding: 6px 0 6px 18px;
  position: relative;
  font-size: 14px;
  color: var(--ink);
}
.page-home .home-compare__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}
.page-home .home-compare__card--tab .home-compare__features li::before {
  color: var(--teal);
}

/* 会员权益步骤条 */
.page-home .home-guide__steps {
  list-style: none;
  margin: 4px 0 20px;
  padding: 0;
  counter-reset: step-counter;
}
.page-home .home-guide__steps li {
  counter-increment: step-counter;
  padding: 12px 0 12px 42px;
  border-bottom: 1px dashed var(--border);
  position: relative;
  font-size: 15px;
  color: var(--ink);
}
.page-home .home-guide__steps li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .home-guide__visual {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: var(--shadow);
  line-height: 0;
}
.page-home .home-guide__visual img {
  width: 100%;
  height: auto;
}

/* 内容中心近90天战报归档 */
.page-home .home-archive {
  background: var(--navy);
  color: var(--white);
  padding: 48px 0 56px;
}
.page-home .home-archive .chapter-ledger {
  border-color: rgba(255,255,255,.2);
}
.page-home .home-archive .chapter-index {
  color: var(--orange);
}
.page-home .home-archive .chapter-title {
  color: var(--white);
}
.page-home .home-archive__summary {
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  font-size: 15px;
  max-width: 640px;
  margin: 6px 0 0;
}
.page-home .home-archive__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0 32px;
}
.page-home .home-archive__stat {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
}
.page-home .home-archive__num {
  display: block;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: var(--orange);
}
.page-home .home-archive__label {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  letter-spacing: .04em;
}
.page-home .home-archive__list {
  margin: 0 0 28px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.page-home .home-archive__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 16px 4px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: var(--white);
  text-decoration: none;
  transition: background .2s ease, padding-left .2s ease, color .2s ease;
}
.page-home .home-archive__row:hover {
  background: rgba(255,255,255,.08);
  padding-left: 14px;
}
.page-home .home-archive__tag {
  font-weight: 700;
  color: var(--orange);
  font-size: 14px;
  letter-spacing: .06em;
}
.page-home .home-archive__title {
  font-size: 15px;
  line-height: 1.6;
}
.page-home .home-archive__meta {
  color: rgba(255,255,255,.56);
  font-size: 13px;
}
.page-home .home-archive__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}
.page-home .home-archive .btn-ghost {
  border-color: rgba(255,255,255,.5);
  color: rgba(255,255,255,.9);
}
.page-home .home-archive .btn-ghost:hover {
  background: rgba(255,255,255,.12);
  border-color: var(--white);
  color: var(--white);
}

@keyframes home-issue-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255,107,53,.55);
  }
  60% {
    box-shadow: 0 0 0 10px rgba(255,107,53,0);
  }
}

/* 移动端优先完成后，切换到多栏 Bento 与双列内容 */
@media (min-width: 760px) {
  .page-home .home-subscription__inner {
    flex-direction: row;
    align-items: center;
    gap: 36px;
    padding: 34px 40px;
  }
  .page-home .home-compare__grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-home .home-archive__row {
    grid-template-columns: 100px minmax(0,1fr) 180px;
    align-items: center;
    gap: 16px;
  }
}

@media (min-width: 768px) {
  .page-home .home-hero__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .page-home .home-tile--panel {
    grid-column: 1 / 5;
  }
  .page-home .home-tile--report {
    grid-column: 5 / 7;
  }
  .page-home .home-tile--video {
    grid-column: 5 / 7;
  }
}

@media (min-width: 900px) {
  .page-home .home-guide__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
  }
}

@media (min-width: 1080px) {
  .page-home .home-hero__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .page-home .home-tile--panel {
    grid-column: 1 / 8;
  }
  .page-home .home-tile--report {
    grid-column: 8 / 13;
  }
  .page-home .home-tile--video {
    grid-column: 8 / 13;
  }
  .page-home .home-hero__bg {
    width: 54%;
  }
}
