.page-products {
  --pp-gap: clamp(20px, 3.5vw, 40px);
  --pp-edge: 2px;
  background: var(--void);
  color: var(--chalk);
  font-family: var(--font-sans);
  line-height: 1.7;
  overflow-x: clip;
}

.page-products .pp-crumb {
  padding-top: clamp(14px, 3vw, 28px);
}

/* ---------- hero ---------- */

.page-products .pp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 60px) 0 clamp(30px, 5.5vw, 68px);
  border-bottom: var(--pp-edge) solid var(--steel);
}

.page-products .pp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(120% 82% at 88% 0%, rgba(35, 240, 212, 0.14), transparent 62%),
    radial-gradient(90% 70% at 0% 100%, rgba(255, 107, 74, 0.1), transparent 60%),
    repeating-linear-gradient(102deg, rgba(31, 107, 74, 0.16) 0 2px, transparent 2px 26px);
}

.page-products .pp-hero__grid {
  position: relative;
  display: grid;
  gap: var(--pp-gap);
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.page-products .pp-hero__copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(30px, 7vw, 58px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--chalk);
  max-width: 22ch;
}

.page-products .pp-hero__lede {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.75;
  color: var(--haze);
}

.page-products .pp-index {
  margin-top: clamp(22px, 3vw, 34px);
}

.page-products .pp-index__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.page-products .pp-index__link {
  display: inline-block;
  padding: 8px 14px;
  border: var(--pp-edge) solid var(--steel);
  color: var(--chalk);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: border-color 0.15s var(--ease), color 0.15s var(--ease), background-color 0.15s var(--ease);
}

.page-products .pp-index__link:hover,
.page-products .pp-index__link:focus-visible {
  border-color: var(--neon);
  color: var(--neon);
  background: var(--stand);
}

.page-products .pp-index__link:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.page-products .pp-hero__figure {
  position: relative;
  margin: 0;
  border: var(--pp-edge) solid var(--steel);
  background: var(--stand);
}

.page-products .pp-hero__figure::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 30%;
  border-right: 3px solid var(--neon);
  border-bottom: 3px solid var(--neon);
  transform: skewX(-6deg);
  pointer-events: none;
}

.page-products .pp-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .pp-hero__figure figcaption,
.page-products .pp-fig figcaption {
  padding: 10px 14px;
  border-top: 1px solid var(--steel);
  color: var(--haze);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

/* ---------- 工具面板 ---------- */

.page-products .pp-stack {
  padding: clamp(28px, 5vw, 56px) 0 clamp(8px, 2vw, 16px);
}

.page-products .tool-panel {
  margin: 0 0 clamp(16px, 2.4vw, 26px);
  border: var(--pp-edge) solid var(--steel);
  border-left: 6px solid var(--steel);
  background: var(--stand);
  transition: border-color 0.18s var(--ease);
}

.page-products .tool-panel[open] {
  border-left-color: var(--neon);
}

.page-products .tool-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: clamp(14px, 2.2vw, 22px) clamp(16px, 2.6vw, 28px);
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.15s var(--ease);
}

.page-products .tool-panel[open] .tool-panel__head {
  border-bottom-color: var(--steel);
}

.page-products .tool-panel__head:hover {
  background: rgba(35, 240, 212, 0.05);
}

.page-products .tool-panel__head:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.page-products .tool-panel__head::-webkit-details-marker {
  display: none;
}

.page-products .tool-panel__head::marker {
  content: "";
}

.page-products .tool-panel__dot {
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--steel);
  transition: background-color 0.18s var(--ease);
}

.page-products .tool-panel[open] .tool-panel__dot {
  background: var(--coral);
}

.page-products .tool-panel__head .label {
  display: none;
  flex: none;
}

.page-products .tool-panel__title {
  flex: 1 1 240px;
  min-width: 0;
  margin: 0;
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--chalk);
}

.page-products .tool-panel__body {
  padding: clamp(18px, 3vw, 30px) clamp(16px, 2.6vw, 28px) clamp(20px, 3.4vw, 34px);
}

.page-products .tool-panel__grid {
  display: grid;
  gap: var(--pp-gap);
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

.page-products .tool-panel__text p {
  margin: 0 0 14px;
  max-width: 68ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--haze);
}

.page-products .tool-panel__text p:last-child {
  margin-bottom: 0;
}

.page-products .tool-panel__text a {
  color: var(--neon);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-products .tool-panel__text a:hover {
  color: var(--coral);
}

.page-products .tool-panel__aside {
  min-width: 0;
}

.page-products .pp-points {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.page-products .pp-points li {
  padding: 4px 0 4px 16px;
  border-left: 2px solid var(--steel);
  font-size: 15px;
  line-height: 1.7;
  color: var(--haze);
  transition: border-color 0.15s var(--ease);
}

.page-products .pp-points li:hover {
  border-left-color: var(--neon);
}

.page-products .pp-points li strong {
  color: var(--chalk);
  font-weight: 700;
}

.page-products .pp-fig {
  margin: clamp(20px, 3vw, 30px) 0 0;
  border: var(--pp-edge) solid var(--steel);
  background: var(--void);
}

.page-products .pp-fig--flush {
  margin-top: 0;
}

.page-products .pp-fig img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---------- 赛程条 ---------- */

.page-products .fixture-strip {
  margin-top: 10px;
  border: var(--pp-edge) solid var(--steel);
  background: var(--void);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--steel) var(--void);
}

.page-products .fixture-strip:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

.page-products .fixture-strip__track {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: max-content;
}

.page-products .fixture-item {
  flex: none;
  width: 172px;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-right: 1px solid var(--steel);
  transition: background-color 0.15s var(--ease);
}

.page-products .fixture-item:last-child {
  border-right: 0;
}

.page-products .fixture-item:hover {
  background: var(--stand);
}

.page-products .fixture-item__league {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--neon);
}

.page-products .fixture-item__time {
  font-family: var(--font-mono);
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  color: var(--chalk);
}

.page-products .fixture-item__tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--coral);
}

.page-products .fixture-item__tag--dim {
  color: var(--haze);
}

/* ---------- 战报构成 ---------- */

.page-products .report-anatomy {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  border-top: var(--pp-edge) solid var(--steel);
}

.page-products .report-anatomy__item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 4px;
  padding: 18px 0;
  border-bottom: 1px solid var(--steel);
}

.page-products .report-anatomy__num {
  grid-row: span 2;
  font-family: var(--font-mono);
  font-size: 28px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--steel);
  transition: color 0.15s var(--ease);
}

.page-products .report-anatomy__item:hover .report-anatomy__num {
  color: var(--neon);
}

.page-products .report-anatomy__item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--chalk);
}

.page-products .report-anatomy__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--haze);
}

/* ---------- 进失球分布 ---------- */

.page-products .dist__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.page-products .dist__tab {
  padding: 7px 16px;
  border: var(--pp-edge) solid var(--steel);
  color: var(--haze);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: border-color 0.15s var(--ease), color 0.15s var(--ease), background-color 0.15s var(--ease);
}

.page-products .dist__tab:hover,
.page-products .dist__tab:focus-visible {
  border-color: var(--neon);
  color: var(--neon);
}

.page-products .dist__tab:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.page-products .dist__tab.is-active {
  background: var(--neon);
  border-color: var(--neon);
  color: var(--void);
  font-weight: 700;
}

.page-products .dist__panel {
  display: none;
}

.page-products .dist__panel--home {
  display: block;
}

.page-products .dist:has(.dist__panel:target) .dist__panel:not(:target) {
  display: none;
}

.page-products .dist .dist__panel:target {
  display: block;
}

.page-products .dist-chart {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: var(--pp-edge) solid var(--steel);
  background: var(--void);
}

.page-products .dist-chart__row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.page-products .dist-chart__r {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--haze);
}

.page-products .dist-chart__bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 56px;
  border-bottom: 1px solid var(--steel);
}

.page-products .dist-chart__bar {
  flex: 1 1 0;
  height: var(--h, 20%);
  min-height: 3px;
  transition: height 0.2s var(--ease);
}

.page-products .dist-chart__bar--in {
  background: var(--neon);
}

.page-products .dist-chart__bar--out {
  background: var(--coral);
}

.page-products .dist__note {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--haze);
}

.page-products .dist-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--haze);
}

.page-products .dist-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.page-products .dist-legend__swatch {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.page-products .dist-legend__swatch--in {
  background: var(--neon);
}

.page-products .dist-legend__swatch--out {
  background: var(--coral);
}

/* ---------- iOS 步骤 ---------- */

.page-products .ios-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .ios-steps__item {
  padding: 20px;
  border: var(--pp-edge) solid var(--steel);
  border-top: 4px solid var(--neon);
  background: var(--void);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
}

.page-products .ios-steps__num {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--coral);
}

.page-products .ios-steps__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--chalk);
}

.page-products .ios-steps__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--haze);
}

/* ---------- 通用区块 ---------- */

.page-products .pp-sec {
  padding: clamp(30px, 5vw, 60px) 0;
  border-top: var(--pp-edge) solid var(--steel);
}

.page-products .pp-sec__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 3.4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--chalk);
}

.page-products .pp-sec__lede {
  margin: 0 0 clamp(22px, 3vw, 34px);
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--haze);
}

/* ---------- 时间轴 ---------- */

.page-products .tool-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .tool-timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 12px;
  width: 2px;
  background: var(--steel);
}

.page-products .tool-timeline__item {
  position: relative;
  padding: 0 0 26px 36px;
}

.page-products .tool-timeline__item:last-child {
  padding-bottom: 0;
}

.page-products .tool-timeline__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background: var(--void);
  border: 2px solid var(--neon);
  transform: rotate(45deg);
}

.page-products .tool-timeline__year {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--coral);
}

.page-products .tool-timeline__text {
  margin: 0;
  max-width: 66ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--haze);
}

/* ---------- 场景 ---------- */

.page-products .pp-sec--scenes {
  padding-bottom: clamp(36px, 6vw, 72px);
}

.page-products .pp-scenes {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}

.page-products .scene-card {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 20px;
  border: var(--pp-edge) solid var(--steel);
  background: var(--stand);
  transition: border-color 0.15s var(--ease), background-color 0.15s var(--ease);
}

.page-products .scene-card:hover {
  border-color: var(--neon);
  background: var(--void);
}

.page-products .scene-card__tag {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--neon);
}

.page-products .scene-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--chalk);
}

.page-products .scene-card__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--haze);
}

/* ---------- 尾部行动区 ---------- */

.page-products .pp-cta-sec {
  padding: 0 0 clamp(40px, 7vw, 88px);
}

.page-products .pp-cta {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3.6vw, 42px);
  border: var(--pp-edge) solid var(--neon);
  background:
    linear-gradient(135deg, rgba(35, 240, 212, 0.12), rgba(255, 107, 74, 0.08)),
    var(--stand);
}

.page-products .pp-cta__title {
  margin: 0 0 10px;
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--chalk);
}

.page-products .pp-cta__text {
  margin: 0;
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--haze);
}

.page-products .pp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- 媒体查询 ---------- */

@media (min-width: 640px) {
  .page-products .tool-panel__head .label {
    display: inline-block;
  }
}

@media (min-width: 720px) {
  .page-products .ios-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .pp-scenes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .pp-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-products .pp-hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    gap: clamp(28px, 4vw, 56px);
  }
}

@media (min-width: 960px) {
  .page-products .tool-panel__grid {
    grid-template-columns: minmax(0, 8fr) minmax(0, 5fr);
  }
}

@media (min-width: 1080px) {
  .page-products .pp-scenes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
<<<END>>>

.page-products {
  --h: 1rem;
}
