.page-home {
  --ph-side-w: 360px;
  --ph-line: rgba(253, 249, 238, 0.14);
  --ph-text-dim: rgba(253, 249, 238, 0.72);
  background: var(--light-mint);
  overflow-x: hidden;
}

/* 01 / 竞技数据大屏 */
.page-home .ph-hero {
  position: relative;
  background: var(--deep-bluegreen);
  color: var(--cream);
  padding: 24px 0 0;
}

.page-home .ph-hero__crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  padding: 0 16px 0;
  color: var(--ph-text-dim);
}

.page-home .ph-hero__layout {
  display: grid;
  gap: 32px;
  padding: 28px 16px 44px;
}

.page-home .ph-hero__heading {
  margin-bottom: 20px;
}

.page-home .ph-hero__title {
  font-family: var(--font-head);
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin: 0 0 8px;
}

.page-home .ph-hero__lead {
  font-size: 17px;
  color: var(--lime);
  font-weight: 600;
  margin: 0;
}

.page-home .ph-hero__figure {
  position: relative;
  margin: 0 0 28px;
}

.page-home .ph-hero__frame .image-frame__img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-home .ph-hero__floating {
  position: absolute;
  right: 12px;
  bottom: -16px;
  box-shadow: var(--shadow-lift);
}

.page-home .ph-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home .ph-hero__stat {
  background: rgba(10, 35, 66, 0.76);
  border-left: 3px solid var(--lime);
  padding: 14px 12px;
}

.page-home .ph-hero__stat-num {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: var(--fluoro-yellow);
  line-height: 1.1;
  margin-bottom: 4px;
}

.page-home .ph-hero__stat-label {
  font-size: 12px;
  color: var(--ph-text-dim);
}

.page-home .ph-hero__access {
  background: var(--fluoro-yellow);
  color: var(--charcoal);
  padding: 28px 24px;
  clip-path: var(--clip-corner);
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-self: start;
  position: relative;
}

.page-home .ph-hero__access::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 36px;
  height: 36px;
  border-top: 3px solid var(--hot-red);
  border-right: 3px solid var(--hot-red);
  opacity: 0.7;
}

.page-home .ph-hero__access-kicker {
  font-size: 13px;
  letter-spacing: 0.08em;
  margin: 0;
}

.page-home .ph-hero__access-title {
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  margin: 0;
}

.page-home .ph-hero__access-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #2a2410;
}

.page-home .ph-hero__access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.page-home .ph-hero__access-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 13px;
}

.page-home .ph-hero__status-dot {
  width: 9px;
  height: 9px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(167, 209, 41, 0.22);
}

.page-home .ph-hero__ticker {
  background: var(--prairie-green);
  padding: 20px 0 44px;
}

.page-home .ph-hero__ticker-head {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--fluoro-yellow);
  margin: 0 0 14px;
}

.page-home .ph-hero__ticker-row {
  display: grid;
  gap: 12px;
}

.page-home .ph-hero__match {
  padding: 16px;
  background: rgba(253, 249, 238, 0.05);
}

.page-home .ph-hero__match-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-bottom: 12px;
  font-size: 12px;
}

.page-home .ph-hero__match-score {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--cream);
  margin: 0 0 10px;
}

.page-home .ph-hero__match-bar {
  height: 4px;
  background: rgba(253, 249, 238, 0.14);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}

.page-home .ph-hero__match-bar i {
  display: block;
  height: 100%;
  background: var(--lime);
}

.page-home .ph-hero__match-meta {
  font-size: 12px;
  color: rgba(253, 249, 238, 0.62);
  margin: 0;
}

/* 02 / 进出路径与会员中心 */
.page-home .ph-access {
  padding: 64px 16px;
}

.page-home .ph-access__grid {
  margin-top: 28px;
}

.page-home .ph-access__card {
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .ph-access__card--yellow {
  background: var(--fluoro-yellow);
  color: var(--charcoal);
}

.page-home .ph-access__num {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--fluoro-yellow);
  background: var(--charcoal);
  padding: 2px 8px;
  clip-path: var(--clip-corner-sm);
  margin-bottom: 16px;
}

.page-home .ph-access__card--yellow .ph-access__num {
  background: var(--charcoal);
  color: var(--fluoro-yellow);
}

.page-home .ph-access__card-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 10px;
}

.page-home .ph-access__card-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
  opacity: 0.8;
}

.page-home .ph-access__link {
  font-weight: 700;
  font-size: 14px;
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
}

.page-home .ph-access__card--yellow .ph-access__link {
  color: var(--charcoal);
}

/* 03 / 趣体育对照数据选场次 */
.page-home .ph-compare {
  background: var(--prairie-green);
  color: var(--cream);
  padding: 64px 16px;
}

.page-home .ph-compare__head {
  margin-bottom: 28px;
}

.page-home .ph-compare__desc {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(253, 249, 238, 0.76);
  margin: 0;
}

.page-home .ph-compare__tabs {
  margin-top: 24px;
}

.page-home .tab-switch__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.page-home .tab-switch__btn {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 16px;
  background: rgba(253, 249, 238, 0.08);
  color: var(--cream);
  border: 1px solid rgba(253, 249, 238, 0.18);
  clip-path: var(--clip-corner-sm);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-home .tab-switch__btn[aria-selected="true"] {
  background: var(--fluoro-yellow);
  color: var(--charcoal);
  border-color: var(--fluoro-yellow);
}

.page-home .ph-compare__panel {
  display: grid;
  gap: 16px;
  background: rgba(253, 249, 238, 0.05);
  padding: 20px;
  clip-path: var(--clip-corner);
}

.page-home .ph-compare__panel--stack {
  grid-template-columns: 1fr;
}

.page-home .ph-compare__team {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  background: rgba(10, 35, 66, 0.4);
  border-left: 3px solid var(--lime);
}

.page-home .ph-compare__team--right {
  border-left-color: var(--hot-red);
}

.page-home .ph-compare__team-name {
  font-size: 17px;
  font-weight: 800;
}

.page-home .ph-compare__record {
  display: flex;
  gap: 10px;
  color: var(--fluoro-yellow);
  font-size: 14px;
}

.page-home .ph-compare__center {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  padding: 10px 0;
  text-align: center;
}

.page-home .ph-compare__vs {
  font-size: 16px;
  font-weight: 700;
  color: var(--fluoro-yellow);
}

.page-home .ph-compare__note {
  font-size: 13px;
  color: rgba(253, 249, 238, 0.6);
}

.page-home .ph-compare__form {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid var(--ph-line);
}

.page-home .ph-compare__form-label {
  font-size: 14px;
  color: rgba(253, 249, 238, 0.72);
  min-width: 130px;
}

.page-home .ph-compare__form-dots {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-home .ph-compare__form-dots i {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50%;
}

.page-home .ph-form-win {
  background: var(--lime);
  color: var(--charcoal);
}

.page-home .ph-form-draw {
  background: var(--deep-bluegreen);
  color: var(--cream);
}

.page-home .ph-form-loss {
  background: var(--hot-red);
  color: var(--cream);
}

.page-home .ph-compare__model {
  display: grid;
  grid-template-columns: 110px 1fr 48px;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.page-home .ph-compare__model-label {
  font-size: 14px;
  color: rgba(253, 249, 238, 0.78);
}

.page-home .ph-compare__model-bar {
  height: 8px;
  background: rgba(253, 249, 238, 0.1);
  overflow: hidden;
  border-radius: 4px;
}

.page-home .ph-compare__model-bar i {
  display: block;
  height: 100%;
  background: var(--fluoro-yellow);
}

.page-home .ph-compare__model-num {
  text-align: right;
  color: var(--fluoro-yellow);
  font-size: 14px;
  font-weight: 700;
}

.page-home .ph-compare__injury {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid var(--ph-line);
  font-size: 14px;
}

.page-home .ph-compare__injury:last-child {
  border-bottom: 0;
}

.page-home .ph-compare__footnote {
  font-size: 13px;
  color: rgba(253, 249, 238, 0.5);
  margin: 18px 0 0;
  line-height: 1.6;
}

/* 04 / 页面观赛反馈整理 */
.page-home .ph-feedback {
  background: var(--cream);
  padding: 64px 16px;
}

.page-home .ph-feedback__layout {
  display: grid;
  gap: 36px;
  margin-top: 28px;
}

.page-home .ph-feedback__intro {
  font-size: 15px;
  line-height: 1.8;
  color: var(--rock-gray);
  border-left: 4px solid var(--lime);
  padding-left: 16px;
  margin: 0 0 28px;
}

.page-home .ph-feedback__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid var(--earth-brown);
}

.page-home .ph-feedback__item {
  position: relative;
  padding: 0 0 26px 24px;
}

.page-home .ph-feedback__item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: var(--lime);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page-home .ph-feedback__item:last-child {
  padding-bottom: 0;
}

.page-home .ph-feedback__id {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--earth-brown);
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

.page-home .ph-feedback__body {
  background: var(--light-mint);
  padding: 16px;
  clip-path: var(--clip-corner);
}

.page-home .ph-feedback__title {
  font-size: 17px;
  font-weight: 800;
  margin: 8px 0 6px;
  color: var(--charcoal);
}

.page-home .ph-feedback__text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--rock-gray);
  margin: 0;
}

.page-home .ph-feedback__visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.page-home .ph-feedback__frame .image-frame__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.page-home .ph-feedback__cta {
  align-self: flex-start;
}

/* 05 / 移动端追比分设备对比 */
.page-home .ph-device {
  background: var(--deep-bluegreen);
  color: var(--cream);
  padding: 64px 16px;
}

.page-home .ph-device__layout {
  display: grid;
  gap: 32px;
  margin-top: 28px;
}

.page-home .ph-device__visual {
  margin: 0;
}

.page-home .ph-device__frame .image-frame__img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.page-home .ph-device__intro {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(253, 249, 238, 0.72);
  margin: 0 0 16px;
}

.page-home .ph-device__table {
  border-top: 2px solid var(--lime);
}

.page-home .ph-device__tr {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  padding: 14px 8px;
  border-bottom: 1px solid rgba(253, 249, 238, 0.1);
  align-items: center;
  font-size: 14px;
  gap: 8px;
}

.page-home .ph-device__tr-head {
  background: rgba(167, 209, 41, 0.1);
  font-size: 13px;
  font-weight: 700;
  color: var(--fluoro-yellow);
}

.page-home .ph-device__brand {
  font-weight: 800;
}

.page-home .ph-device__score {
  color: var(--fluoro-yellow);
  font-weight: 700;
}

.page-home .ph-device__note {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(253, 249, 238, 0.5);
  margin: 16px 0 20px;
}

.page-home .ph-device__btn {
  align-self: flex-start;
}

/* 06 / 赛后复盘看重点赛事 */
.page-home .ph-review {
  background: var(--prairie-green);
  color: var(--cream);
  padding: 64px 16px;
}

.page-home .ph-review__layout {
  display: grid;
  gap: 32px;
  margin-top: 28px;
}

.page-home .ph-review__list {
  display: grid;
  gap: 16px;
}

.page-home .ph-review__item {
  padding: 22px;
}

.page-home .ph-review__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.page-home .ph-review__score {
  font-size: 22px;
  font-weight: 700;
  color: var(--fluoro-yellow);
}

.page-home .ph-review__name {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.page-home .ph-review__meta {
  font-size: 13px;
  color: rgba(253, 249, 238, 0.6);
  margin: 0 0 14px;
}

.page-home .ph-review__export {
  font-size: 14px;
  font-weight: 700;
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.page-home .ph-review__visual {
  margin: 0;
}

.page-home .ph-review__frame .image-frame__img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.page-home .ph-review__tip {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(253, 249, 238, 0.7);
  margin: 16px 0 0;
}

/* 07 / 更新公告 */
.page-home .ph-update {
  background: var(--light-mint);
  padding: 64px 16px;
}

.page-home .ph-update__layout {
  display: grid;
  gap: 36px;
}

.page-home .ph-update__desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--rock-gray);
  margin: 16px 0 24px;
}

.page-home .ph-update__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-home .ph-update__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  background: var(--cream);
  padding: 18px;
  clip-path: var(--clip-corner);
  box-shadow: var(--shadow-soft);
}

.page-home .ph-update__item-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--earth-brown);
}

.page-home .ph-update__item-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--charcoal);
  margin: 6px 0 4px;
}

.page-home .ph-update__item-text {
  font-size: 14px;
  line-height: 1.7;
  color: var(--rock-gray);
  margin: 0;
}

.page-home .ph-update__trust {
  margin-top: 32px;
  border-top: 2px solid var(--earth-brown);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}

.page-home .ph-update__trust p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--rock-gray);
  max-width: 720px;
}

.page-home .ph-update__trust a {
  font-weight: 700;
  font-size: 14px;
  color: var(--prairie-green);
}

/* 响应式 */
@media (min-width: 640px) {
  .page-home .ph-hero__stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .ph-hero__ticker-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .ph-compare__panel {
    grid-template-columns: 1fr auto 1fr;
  }

  .page-home .ph-compare__panel--stack {
    grid-template-columns: 1fr;
  }

  .page-home .ph-feedback__layout {
    grid-template-columns: 1fr;
  }

  .page-home .ph-device__tr {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    padding: 16px 12px;
  }
}

@media (min-width: 960px) {
  .page-home .ph-hero {
    padding-top: 28px;
  }

  .page-home .ph-hero__crumb {
    padding: 0 24px 0;
  }

  .page-home .ph-hero__layout {
    grid-template-columns: 1fr var(--ph-side-w);
    gap: 48px;
    padding: 40px 24px 56px;
  }

  .page-home .ph-hero__access {
    min-height: 420px;
    margin-top: 48px;
  }

  .page-home .ph-hero__frame .image-frame__img {
    height: 280px;
  }

  .page-home .ph-feedback__layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .page-home .ph-feedback__frame .image-frame__img {
    height: 340px;
  }

  .page-home .ph-device__layout {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
  }

  .page-home .ph-device__frame .image-frame__img {
    height: 420px;
  }

  .page-home .ph-review__layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .page-home .ph-review__frame .image-frame__img {
    height: 300px;
  }

  .page-home .ph-update__layout {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
