.page-products {
  --pp-hair: rgba(200, 255, 77, 0.24);
  --pp-edge: rgba(126, 150, 140, 0.22);
  --pp-gap: clamp(1rem, 3vw, 1.75rem);
  display: block;
  padding-bottom: clamp(2rem, 6vw, 4rem);
  color: var(--mist);
}

.page-products .section {
  padding-block: clamp(3rem, 8vw, 6.5rem);
}

.page-products .section__head {
  max-width: 44rem;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.page-products .section__head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 4.6vw, 2.6rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin: 0.4rem 0 0.85rem;
}

.page-products .lede {
  max-width: 38rem;
  line-height: 1.8;
  color: rgba(232, 241, 236, 0.86);
}

.page-products .eyebrow {
  letter-spacing: 0.16em;
}

/* ---------- 首屏仪表板 ---------- */
.page-products .dash {
  padding-top: clamp(1.25rem, 3vw, 2.25rem);
}

.page-products .dash__title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 7vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0.5rem 0 1.1rem;
  max-width: 20ch;
}

.page-products .dash__title em {
  font-style: normal;
  color: var(--ink);
  background: var(--lime);
  padding: 0 0.35em;
  border-radius: 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.page-products .dash__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--pp-hair);
  border: 1px solid var(--pp-hair);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.page-products .dash__stat {
  background: var(--turf);
  padding: 1.05rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.page-products .dash__num {
  font-family: var(--font-num);
  font-size: clamp(1.55rem, 5.4vw, 2.5rem);
  line-height: 1;
  color: var(--lime);
  letter-spacing: -0.02em;
}

.page-products .dash__label {
  font-size: 0.8125rem;
  color: var(--sage);
  letter-spacing: 0.02em;
}

.page-products .dash__jump {
  list-style: none;
  margin: clamp(1.5rem, 4vw, 2.25rem) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-products .dash__jump a {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--pp-edge);
  border-radius: 999px;
  font-size: 0.8125rem;
  color: var(--mist);
  text-decoration: none;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.page-products .dash__jump a:hover,
.page-products .dash__jump a:focus-visible {
  border-color: var(--lime);
  color: var(--lime);
  background: rgba(200, 255, 77, 0.07);
}

/* ---------- 名录 ---------- */
.page-products .roster-layout {
  display: grid;
  gap: var(--pp-gap);
}

.page-products .roster-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--pp-edge);
  margin: 0;
}

.page-products .position-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.page-products .position-card {
  position: relative;
  background: var(--turf);
  border-left: 3px solid var(--tone, var(--lime));
  border-radius: var(--radius);
  padding: 1rem 0.95rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.page-products .position-card--wine {
  background: linear-gradient(160deg, var(--wine) 0%, #3a1218 100%);
}

.page-products .position-card__tag {
  font-family: var(--font-num);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  color: var(--tone, var(--lime));
}

.page-products .position-card h3 {
  font-family: var(--font-head);
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  margin: 0;
}

.page-products .position-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: rgba(232, 241, 236, 0.78);
}

.page-products .roster-detail {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.page-products .roster-detail__title {
  font-family: var(--font-head);
  font-size: clamp(1.05rem, 2.6vw, 1.3rem);
  margin: 0 0 1rem;
}

.page-products .step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.page-products .step-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 0.75rem;
  align-items: baseline;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(232, 241, 236, 0.84);
  padding-bottom: 0.85rem;
  border-bottom: 1px dashed var(--pp-edge);
}

.page-products .step-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-products .step-list strong {
  color: var(--mist);
  font-family: var(--font-head);
}

.page-products .step-list__no {
  color: var(--gold);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
}

/* ---------- 指标 ---------- */
.page-products .metric-band {
  background:
    radial-gradient(120% 90% at 88% 4%, rgba(43, 224, 192, 0.09), transparent 62%),
    var(--ink-deep);
  border-top: 1px solid var(--pp-edge);
  border-bottom: 1px solid var(--pp-edge);
}

.page-products .metric-split {
  display: grid;
  gap: var(--pp-gap);
  align-items: start;
}

.page-products .metric-panel__title {
  font-family: var(--font-head);
  font-size: 1.0625rem;
  letter-spacing: 0.01em;
  margin: 0 0 0.85rem;
}

.page-products .zone-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 3.25rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--pp-edge);
}

.page-products .zone-bar__seg {
  display: grid;
  place-items: center;
  font-family: var(--font-num);
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  color: var(--ink);
}

.page-products .zone-bar__seg--front {
  background: var(--lime);
}

.page-products .zone-bar__seg--mid {
  background: var(--pulse);
}

.page-products .zone-bar__seg--back {
  background: var(--gold);
}

.page-products .zone-notes {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.page-products .zone-notes li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(232, 241, 236, 0.84);
}

.page-products .zone-notes__dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-top: 0.55rem;
}

.page-products .zone-notes__dot--front {
  background: var(--lime);
}

.page-products .zone-notes__dot--mid {
  background: var(--pulse);
}

.page-products .zone-notes__dot--back {
  background: var(--gold);
}

.page-products .metric-note {
  margin: 1.1rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: var(--sage);
  padding-left: 0.8rem;
  border-left: 2px solid var(--pp-hair);
}

.page-products .metric-figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--pp-edge);
}

.page-products .metric-table-wrap {
  margin-top: clamp(2rem, 5vw, 3rem);
}

/* ---------- 表格 ---------- */
.page-products .result-scroll {
  overflow-x: auto;
  border: 1px solid var(--pp-edge);
  border-radius: var(--radius);
  background: rgba(15, 51, 43, 0.35);
  -webkit-overflow-scrolling: touch;
}

.page-products .result-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 44rem;
  font-size: 0.875rem;
}

.page-products .result-table th,
.page-products .result-table td {
  padding: 0.7rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--pp-edge);
  white-space: nowrap;
}

.page-products .result-table thead th {
  position: sticky;
  top: 0;
  background: var(--turf);
  color: var(--mist);
  font-family: var(--font-head);
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--lime);
  z-index: 2;
}

.page-products .result-table tbody th {
  font-family: var(--font-head);
  color: var(--mist);
  font-weight: 600;
}

.page-products .result-table tbody tr:nth-child(even) {
  background: rgba(15, 51, 43, 0.45);
}

.page-products .result-table .is-num {
  text-align: right;
  font-family: var(--font-num);
  color: var(--gold);
}

.page-products .result-table .is-sticky {
  position: sticky;
  left: 0;
  background: var(--ink);
  z-index: 1;
}

.page-products .result-table thead .is-sticky {
  background: var(--turf);
  z-index: 3;
}

.page-products .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---------- 过渡带 ---------- */
.page-products .network-band {
  position: relative;
  height: clamp(9rem, 24vw, 15rem);
  overflow: hidden;
  border-top: 1px solid var(--pp-edge);
  border-bottom: 1px solid var(--pp-edge);
}

.page-products .network-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(1.1);
}

/* ---------- 检索 ---------- */
.page-products .search-board {
  background: rgba(15, 51, 43, 0.5);
  border: 1px solid var(--pp-hair);
  border-radius: var(--radius-lg);
  padding: clamp(1.1rem, 3vw, 1.9rem);
  backdrop-filter: blur(8px);
}

.page-products .search-board__bar {
  display: grid;
  gap: 0.6rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px dashed var(--pp-edge);
}

.page-products .search-board__label {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--sage);
}

.page-products .chip-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-products .chip {
  font-family: var(--font-num);
  font-size: 0.8125rem;
  color: var(--ink);
  background: var(--lime);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
}

.page-products .chip:nth-child(2) {
  background: var(--pulse);
}

.page-products .chip:nth-child(3) {
  background: var(--gold);
}

.page-products .chip:nth-child(4) {
  background: var(--mist);
}

.page-products .search-board__grid {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
}

.page-products .search-col {
  padding: 0.9rem 0.95rem 1rem;
  border-left: 2px solid var(--pp-hair);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(5, 32, 26, 0.5);
}

.page-products .search-col__title {
  font-family: var(--font-head);
  font-size: 0.9375rem;
  margin: 0 0 0.4rem;
  color: var(--lime);
}

.page-products .search-col p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.75;
  color: rgba(232, 241, 236, 0.8);
}

.page-products .sort-export {
  margin-top: clamp(1.75rem, 5vw, 3rem);
}

.page-products .sort-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1rem;
  margin-bottom: 1rem;
}

.page-products .sort-row__key {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--sage);
}

.page-products .sort-row__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-products .sort-row__list li {
  font-family: var(--font-num);
  font-size: 0.8125rem;
  color: var(--gold);
  border: 1px solid rgba(240, 178, 74, 0.4);
  border-radius: 6px;
  padding: 0.28rem 0.65rem;
}

/* ---------- 赛区 ---------- */
.page-products .zones-section {
  background:
    linear-gradient(180deg, rgba(110, 31, 44, 0.22), transparent 55%),
    var(--ink);
}

.page-products .zones-layout {
  display: grid;
  gap: var(--pp-gap);
  align-items: center;
}

.page-products .zones-figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(110, 31, 44, 0.6);
}

.page-products .layer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  counter-reset: layer;
}

.page-products .layer {
  background: rgba(110, 31, 44, 0.28);
  border: 1px solid rgba(110, 31, 44, 0.55);
  border-radius: var(--radius);
  padding: 1rem 1.1rem 1.1rem;
}

.page-products .layer__idx {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.page-products .layer__title {
  font-family: var(--font-head);
  font-size: 1.0625rem;
  margin: 0.3rem 0 0.4rem;
}

.page-products .layer p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.75;
  color: rgba(232, 241, 236, 0.82);
}

.page-products .zones-foot {
  margin: clamp(1.5rem, 4vw, 2.25rem) 0 0;
  font-size: 0.875rem;
  line-height: 1.85;
  color: rgba(232, 241, 236, 0.82);
  max-width: 44rem;
}

.page-products .zones-foot a {
  color: var(--lime);
  text-decoration: none;
  border-bottom: 1px solid rgba(200, 255, 77, 0.5);
}

.page-products .zones-foot a:hover,
.page-products .zones-foot a:focus-visible {
  color: var(--pulse);
  border-bottom-color: var(--pulse);
}

/* ---------- 刷新节奏 ---------- */
.page-products .refresh-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--pp-edge);
  border-bottom: 1px solid var(--pp-edge);
}

.page-products .refresh-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  z-index: -1;
}

.page-products .refresh-copy {
  max-width: 40rem;
}

.page-products .refresh-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 4.6vw, 2.5rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin: 0.4rem 0 0.85rem;
}

.page-products .refresh-facts {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.page-products .refresh-facts li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: baseline;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(232, 241, 236, 0.85);
  padding: 0.6rem 0.8rem;
  background: rgba(5, 32, 26, 0.55);
  border-radius: 10px;
  border: 1px solid var(--pp-edge);
}

.page-products .refresh-facts .num {
  font-family: var(--font-num);
  font-size: 1.35rem;
  color: var(--lime);
  line-height: 1;
}

/* ---------- 手机操作 ---------- */
.page-products .mobile-grid {
  display: grid;
  gap: 0.85rem;
}

.page-products .mobile-card {
  background: var(--ink-deep);
  border: 1px solid var(--pp-edge);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem 1.2rem;
  display: grid;
  gap: 0.4rem;
}

.page-products .mobile-card__no {
  font-family: var(--font-num);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--pulse);
}

.page-products .mobile-card h3 {
  font-family: var(--font-head);
  font-size: 1.0625rem;
  margin: 0;
}

.page-products .mobile-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.78;
  color: rgba(232, 241, 236, 0.8);
}

/* ---------- 订阅 ---------- */
.page-products .subscribe-panel {
  display: grid;
  gap: clamp(1.1rem, 3vw, 2rem);
  padding: clamp(1.25rem, 3.5vw, 2.4rem);
  align-items: start;
}

.page-products .subscribe-panel h2 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
  margin: 0.4rem 0 0.85rem;
}

.page-products .subscribe-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.page-products .subscribe-list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.78;
  color: rgba(232, 241, 236, 0.85);
}

.page-products .subscribe-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--lime);
}

.page-products .subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.page-products .closing {
  margin-top: clamp(1.5rem, 4vw, 2.25rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--pp-edge);
  font-size: 0.875rem;
  line-height: 1.85;
  color: rgba(232, 241, 236, 0.82);
  max-width: 48rem;
}

.page-products .closing a {
  color: var(--lime);
  text-decoration: none;
  border-bottom: 1px solid rgba(200, 255, 77, 0.5);
}

.page-products .closing a:hover,
.page-products .closing a:focus-visible {
  color: var(--pulse);
  border-bottom-color: var(--pulse);
}

/* ---------- 显现与动效 ---------- */
.page-products [data-reveal] {
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.page-products [data-reveal-state="hidden"] {
  opacity: 0;
  transform: translateY(8px);
}

.page-products .position-grid > *:nth-child(2) {
  transition-delay: 60ms;
}

.page-products .position-grid > *:nth-child(3) {
  transition-delay: 120ms;
}

.page-products .position-grid > *:nth-child(4) {
  transition-delay: 180ms;
}

.page-products .mobile-grid > *:nth-child(2) {
  transition-delay: 60ms;
}

.page-products .mobile-grid > *:nth-child(3) {
  transition-delay: 120ms;
}

.page-products .mobile-grid > *:nth-child(4) {
  transition-delay: 180ms;
}

@media (prefers-reduced-motion: reduce) {
  .page-products [data-reveal],
  .page-products [data-reveal-state="hidden"] {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* ---------- 断点 ---------- */
@media (min-width: 34rem) {
  .page-products .mobile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 48rem) {
  .page-products .dash__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-products .metric-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: center;
  }

  .page-products .subscribe-panel {
    grid-template-columns: minmax(0, 1.5fr) auto;
  }

  .page-products .subscribe-actions {
    flex-direction: column;
    align-items: stretch;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(200, 255, 77, 0.22);
  }
}

@media (min-width: 62rem) {
  .page-products .roster-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-products .zones-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }

  .page-products .search-board__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-products .step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.75rem;
  }

  .page-products .step-list li:nth-last-child(1),
  .page-products .step-list li:nth-last-child(2) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 78rem) {
  .page-products .position-grid {
    gap: 1rem;
  }
}
<<<END>>>

.page-products {
  --tone: currentColor;
}
