.page-products {
  --pp-rail-w: 246px;
  --pp-soft: #66776F;
  --pp-split-gap: 28px;
  background: var(--c-mist);
  color: var(--c-ink);
  font-family: var(--f-body);
  overflow-x: hidden;
}

.page-products .wrap {
  width: 100%;
}

/* ---------- 首屏 ---------- */

.pp-hero {
  position: relative;
  background: var(--c-green);
  color: var(--c-paper);
  padding: 28px 0 60px;
  overflow: hidden;
}

.pp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 245, 241, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 245, 241, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.pp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34%;
  height: 6px;
  background: var(--c-brand);
}

.pp-hero .wrap {
  position: relative;
  z-index: 1;
}

.pp-hero .crumbs__list {
  color: rgba(247, 245, 241, 0.62);
}

.pp-hero .crumbs__link {
  color: var(--c-mist);
  text-decoration: none;
}

.pp-hero .crumbs__link:hover,
.pp-hero .crumbs__link:focus-visible {
  color: var(--c-yellow);
}

.pp-hero__kicker {
  margin: 28px 0 0;
  color: var(--c-home);
}

.pp-hero__title {
  font-family: var(--f-heading);
  font-weight: 900;
  font-size: clamp(28px, 6.4vw, 54px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 16px 0 0;
  max-width: 17em;
}

.pp-hero__lead {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(247, 245, 241, 0.86);
  max-width: 44em;
}

.pp-hero__facts {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(247, 245, 241, 0.2);
  border: 1px solid rgba(247, 245, 241, 0.2);
}

.pp-hero__facts li {
  background: var(--c-green);
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pp-fact__num {
  font-family: var(--f-data);
  font-variant-numeric: tabular-nums;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: var(--c-yellow);
}

.pp-fact__txt {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(247, 245, 241, 0.82);
}

/* ---------- 查询台骨架 ---------- */

.pp-console {
  padding: 40px 0 88px;
}

.pp-console__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: start;
}

/* ---------- 左侧筛选轨道 ---------- */

.pp-rail {
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  padding: 20px 18px 22px;
}

.pp-rail__block + .pp-rail__block {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--c-line);
}

.pp-rail__head {
  margin: 0 0 10px;
  color: var(--pp-soft);
}

.pp-rail__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .filter-btn {
  font-family: var(--f-label);
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 7px 12px;
  min-height: 36px;
  border: 1px solid var(--c-line);
  border-radius: 0;
  background: transparent;
  color: var(--c-ink);
  cursor: pointer;
  transition: background 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease);
}

.page-products .filter-btn:hover {
  border-color: var(--c-ink);
}

.page-products .filter-btn[aria-pressed="true"] {
  background: var(--c-yellow);
  border-color: var(--c-ink);
  font-weight: 600;
  color: var(--c-ink);
}

.page-products .filter-btn:focus-visible {
  outline: 2px solid var(--c-away);
  outline-offset: 2px;
}

.pp-rail__jump {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--c-line);
}

.pp-rail__jumplist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.pp-rail__jumplist a {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.pp-rail__jumplist a:hover,
.pp-rail__jumplist a:focus-visible {
  border-bottom-color: var(--c-brand);
}

.pp-rail__jumplist a:focus-visible {
  outline: 2px solid var(--c-away);
  outline-offset: 2px;
}

.pp-rail__jumplist .data-num {
  color: var(--c-brand);
  font-weight: 600;
}

/* ---------- 右侧内容流 ---------- */

.pp-stream {
  min-width: 0;
}

.pp-sec {
  padding-bottom: 80px;
}

.pp-sec:last-child {
  padding-bottom: 0;
}

.pp-sec__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: end;
  border-top: 1px solid var(--c-line);
  padding-top: 18px;
  margin-bottom: 20px;
}

.pp-sec__num {
  font-family: var(--f-heading);
  font-weight: 900;
  font-size: 40px;
  line-height: 0.9;
  color: var(--c-brand);
}

.pp-sec__title {
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: clamp(21px, 4.2vw, 32px);
  line-height: 1.32;
  margin: 0;
}

.pp-sec__lead {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--c-ink);
  max-width: 40em;
}

.pp-note {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--pp-soft);
  padding-left: 14px;
  border-left: 3px solid var(--c-brand);
}

.pp-note a {
  color: var(--c-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pp-note a:hover,
.pp-note a:focus-visible {
  color: var(--c-brand);
}

.page-products .label {
  font-family: var(--f-label);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: none;
}

/* ---------- 01 四个入口 ---------- */

.pp-entries {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.pp-entry {
  position: relative;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  border-top: 4px solid var(--c-green);
  padding: 20px 20px 22px;
}

.pp-entry:nth-child(2) {
  border-top-color: var(--c-away);
}

.pp-entry:nth-child(3) {
  border-top-color: var(--c-home);
}

.pp-entry:nth-child(4) {
  border-top-color: var(--c-brand);
}

.pp-entry__idx {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 26px;
  font-weight: 600;
  color: rgba(16, 24, 21, 0.14);
}

.pp-entry__title {
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 12px;
  max-width: 12em;
}

.pp-entry__for {
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pp-entry__step {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #26332D;
}

.pp-entry__step strong {
  display: inline-block;
  margin-right: 6px;
  font-family: var(--f-label);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--c-brand);
}

.page-products .tag {
  font-family: var(--f-label);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
}

.page-products .tag--tech {
  color: var(--c-green);
}

.page-products .tag--youth {
  color: var(--c-away);
}

.page-products .tag--friendly {
  color: #B25A12;
}

/* ---------- 02 指标表 ---------- */

.pp-tablewrap {
  margin: 0;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
}

.pp-tablecap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--c-line);
  font-family: var(--f-label);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--pp-soft);
}

.pp-tablecap .data-num {
  color: var(--c-ink);
  font-weight: 600;
}

.page-products .copy-btn {
  font-family: var(--f-label);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  min-height: 32px;
  border: 1px solid var(--c-line);
  border-radius: 0;
  background: transparent;
  color: var(--c-ink);
  cursor: pointer;
  transition: background 180ms var(--ease), border-color 180ms var(--ease);
}

.page-products .copy-btn:hover,
.page-products .copy-btn:focus-visible {
  border-color: var(--c-brand);
  background: rgba(255, 90, 43, 0.08);
}

.page-products .copy-btn[data-copied] {
  background: var(--c-brand);
  border-color: var(--c-brand);
  color: var(--c-paper);
}

.pp-table-scroll,
.pp-tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pp-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 15px;
}

.pp-table th,
.pp-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--c-line);
  text-align: left;
  vertical-align: middle;
}

.pp-table tbody tr:last-child th,
.pp-table tbody tr:last-child td {
  border-bottom: 0;
}

.pp-table tbody th {
  font-weight: 400;
  color: var(--c-ink);
}

.pp-table thead th {
  font-family: var(--f-label);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--pp-soft);
  background: rgba(221, 227, 222, 0.5);
  white-space: nowrap;
}

.pp-table td {
  text-align: right;
  font-family: var(--f-data);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  white-space: nowrap;
}

.pp-table td.pp-cell--home {
  color: #B25A12;
}

.pp-table td.pp-cell--away {
  color: #1F7C77;
}

.pp-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  vertical-align: middle;
}

.pp-dot--home {
  background: var(--c-home);
}

.pp-dot--away {
  background: var(--c-away);
}

.pp-th--home,
.pp-th--away {
  min-width: 96px;
}

.pp-metric {
  position: relative;
  display: inline-block;
  border-bottom: 1px dashed var(--c-line);
  cursor: help;
}

.pp-metric__hint {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 5;
  width: 240px;
  padding: 10px 12px;
  background: var(--c-green-deep);
  color: var(--c-paper);
  font-family: var(--f-body);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease), visibility 180ms var(--ease);
}

.pp-metric:hover .pp-metric__hint,
.pp-metric:focus-within .pp-metric__hint {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ---------- 传球成功率对比条 ---------- */

.pp-bars {
  margin-top: 22px;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  padding: 18px 18px 20px;
}

.pp-bars__title {
  margin: 0 0 16px;
  color: var(--pp-soft);
}

.pp-bars__row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 12px;
}

.pp-bars__row + .pp-bars__row {
  margin-top: 12px;
}

.pp-bars__team {
  font-family: var(--f-label);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--pp-soft);
}

.pp-bars__track {
  display: block;
  height: 18px;
  background: rgba(155, 170, 163, 0.22);
}

.pp-bars__fill {
  display: block;
  height: 100%;
}

.pp-bars__fill--home {
  background: var(--c-home);
}

.pp-bars__fill--away {
  background: var(--c-away);
}

.pp-bars__val {
  text-align: right;
  font-size: 15px;
  font-weight: 600;
}

/* ---------- 横比纵看 ---------- */

.pp-read {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.pp-read__col {
  border-left: 3px solid var(--c-green);
  padding-left: 16px;
}

.pp-read__col:last-child {
  border-left-color: var(--c-home);
}

.pp-read__col .label {
  display: block;
  margin-bottom: 8px;
  color: var(--pp-soft);
}

.pp-read__col p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #26332D;
}

/* ---------- 03 分钟刻度尺 ---------- */

.pp-ruler-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  padding: 10px 12px 4px;
}

.pp-ruler {
  display: block;
  width: 100%;
  min-width: 560px;
  height: auto;
}

.pp-ruler__ticklabel {
  font-family: var(--f-data);
  font-size: 12px;
  fill: var(--pp-soft);
}

.pp-ruler__tick {
  stroke: var(--c-line);
  stroke-width: 1;
}

.pp-ruler__axis {
  stroke: var(--c-line);
  stroke-width: 1;
}

.pp-ruler__bar--full {
  fill: var(--c-green);
}

.pp-ruler__bar--stoppage {
  fill: var(--c-brand);
}

.pp-ruler__bar--sub {
  fill: var(--c-away);
}

.pp-ruler__barlabel {
  font-family: var(--f-label);
  font-size: 11px;
  letter-spacing: 0.06em;
  fill: var(--c-paper);
}

.pp-ruler__capplabel {
  font-family: var(--f-label);
  font-size: 12px;
  letter-spacing: 0.06em;
  fill: var(--c-brand);
}

.pp-ruler__sublabel {
  font-family: var(--f-label);
  font-size: 12px;
  letter-spacing: 0.04em;
  fill: var(--c-ink);
}

.pp-ruler__mark {
  stroke: var(--c-ink);
  stroke-width: 1;
  stroke-dasharray: 3 3;
  opacity: 0.45;
}

.pp-minutes {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--c-line);
  border: 1px solid var(--c-line);
}

.pp-minutes__col {
  background: var(--c-paper);
  padding: 18px 18px 20px;
}

.pp-minutes__col .label {
  display: block;
  margin-bottom: 8px;
  color: var(--c-brand);
}

.pp-minutes__col p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #26332D;
}

/* ---------- 图文分栏通用 ---------- */

.pp-split {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pp-split-gap);
  align-items: start;
}

.pp-split__text .label {
  display: block;
  margin-bottom: 10px;
  color: var(--pp-soft);
}

.pp-split__text p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.85;
  color: #26332D;
}

.pp-split__text p:last-child {
  margin-bottom: 0;
}

.pp-split__text a {
  color: var(--c-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pp-split__text a:hover,
.pp-split__text a:focus-visible {
  color: var(--c-brand);
}

.pp-split__media .media-frame {
  background: var(--c-paper);
  border: 1px solid var(--c-line);
}

.page-products .media-frame__cap {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--pp-soft);
}

.pp-tips {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pp-tips li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.85;
  color: #26332D;
}

.pp-tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 2px;
  background: var(--c-brand);
}

/* ---------- 04 梯队档案 ---------- */

.pp-ages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--c-line);
  border: 1px solid var(--c-line);
}

.pp-age {
  background: var(--c-paper);
  padding: 16px 18px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.pp-age__label {
  font-size: 16px;
  font-weight: 600;
  color: var(--c-brand);
  white-space: nowrap;
  padding-top: 2px;
}

.pp-age p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #26332D;
}

/* ---------- 05 友谊赛维度 ---------- */

.pp-dims {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.pp-dim {
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  border-left: 4px solid var(--c-away);
  padding: 18px 18px 20px;
}

.pp-dim:nth-child(2) {
  border-left-color: var(--c-home);
}

.pp-dim:nth-child(3) {
  border-left-color: var(--c-green);
}

.pp-dim__k {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: 8px;
}

.pp-dim p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #26332D;
}

/* ---------- 07 使用场景 ---------- */

.pp-cases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.pp-case {
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  padding: 20px 18px 22px;
}

.pp-case__title {
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-line);
}

.pp-case p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #26332D;
}

/* ---------- 底部全宽切片 ---------- */

.pp-slice {
  position: relative;
  overflow: hidden;
  background: var(--c-green-deep);
  color: var(--c-paper);
}

.pp-slice::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 42, 32, 0.94) 0%, rgba(11, 42, 32, 0.78) 52%, rgba(11, 42, 32, 0.52) 100%);
  pointer-events: none;
}

.pp-slice__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pp-slice__body {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 80px;
}

.pp-slice__body .label {
  display: block;
  margin: 0 0 14px;
  color: var(--c-home);
}

.pp-slice__title {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(24px, 4.6vw, 38px);
  line-height: 1.3;
  margin: 0 0 16px;
  max-width: 20em;
}

.pp-slice__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(247, 245, 241, 0.86);
  max-width: 42em;
}

.pp-slice__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .u-btn {
  border-radius: 0;
  font-family: var(--f-label);
  font-size: 14px;
  letter-spacing: 0.06em;
  padding: 13px 24px;
  min-height: 44px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms var(--ease), color 200ms var(--ease), border-color 200ms var(--ease);
}

.page-products .u-btn--brand {
  background: var(--c-brand);
  color: #FFFFFF;
  border: 1px solid var(--c-brand);
}

.page-products .u-btn--brand:hover,
.page-products .u-btn--brand:focus-visible {
  background: #E8481B;
  border-color: #E8481B;
}

.page-products .u-btn--onDark {
  background: transparent;
  color: var(--c-paper);
  border: 1px solid rgba(247, 245, 241, 0.5);
}

.page-products .u-btn--onDark:hover,
.page-products .u-btn--onDark:focus-visible {
  background: rgba(247, 245, 241, 0.12);
  border-color: var(--c-paper);
}

.page-products .u-btn:focus-visible {
  outline: 2px solid var(--c-away);
  outline-offset: 3px;
}

/* ---------- 断点 ---------- */

@media (min-width: 640px) {
  .pp-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .pp-dims {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .pp-minutes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pp-read {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (min-width: 768px) {
  .pp-hero {
    padding: 34px 0 76px;
  }

  .pp-console {
    padding: 56px 0 104px;
  }

  .pp-sec {
    padding-bottom: 104px;
  }

  .pp-sec__num {
    font-size: 52px;
  }

  .pp-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
  }

  .pp-split--reverse .pp-split__media {
    order: 2;
  }

  .pp-split--reverse .pp-split__text {
    order: 1;
  }

  .pp-slice__body {
    padding-top: 96px;
    padding-bottom: 104px;
  }
}

@media (min-width: 1024px) {
  .pp-console__inner {
    grid-template-columns: var(--pp-rail-w) minmax(0, 1fr);
    gap: 56px;
  }

  .pp-rail {
    position: sticky;
    top: 24px;
  }

  .pp-rail__jumplist {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .pp-rail__filters {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .page-products .filter-btn {
    width: 100%;
    text-align: left;
  }

  .pp-sec__num {
    font-size: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .filter-btn,
  .page-products .copy-btn,
  .page-products .u-btn,
  .pp-metric__hint {
    transition: none;
  }
}
<<<END>>>
