.page-products {
  --p-glow: 0 0 12px rgba(52, 229, 212, 0.35);
  --p-gap: clamp(20px, 3vw, 38px);
  display: block;
  overflow-x: clip;
  padding-bottom: clamp(64px, 9vw, 128px);
  font-family: var(--font-ui);
  color: var(--paper);
}

/* ---------- 首屏 ---------- */
.page-products .p-hero {
  display: grid;
  gap: clamp(26px, 4vw, 46px);
  align-items: end;
  padding-top: clamp(26px, 4.5vw, 60px);
}

@media (min-width: 1040px) {
  .page-products .p-hero {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    padding-top: clamp(38px, 5.6vw, 84px);
  }
}

.page-products .p-hero h1 {
  margin: 16px 0 0;
  max-width: 17ch;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 5.4vw, 3.7rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.page-products .p-lede {
  margin: 18px 0 0;
  max-width: 48ch;
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--text-soft);
}

.page-products .p-hero-facts {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--ink-line);
  padding-top: 18px;
}

.page-products .p-hero-facts li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  font-size: 14px;
  color: var(--muted);
}

.page-products .p-hero-facts b {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--cyan);
  min-width: 5.6em;
}

/* 首屏巨型面板 */
.page-products .p-console {
  position: relative;
  margin: 0;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(158deg, rgba(12, 20, 43, 0.94), rgba(6, 10, 23, 0.86));
  isolation: isolate;
}

.page-products .p-console-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.36;
}

.page-products .p-console-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.16) brightness(0.78);
}

.page-products .p-console::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    rgba(52, 229, 212, 0.055) 0 1px,
    transparent 1px 5px
  );
}

.page-products .p-console-inner {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3.6vw, 44px);
  display: grid;
  gap: clamp(30px, 5vw, 56px);
  min-height: clamp(260px, 34vw, 380px);
  align-content: space-between;
}

.page-products .p-console-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--cyan);
}

.page-products .p-console-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(62, 213, 152, 0.16);
}

.page-products .p-console-readouts {
  display: grid;
  gap: 22px;
}

@media (min-width: 620px) {
  .page-products .p-console-readouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

.page-products .p-readout {
  display: grid;
  gap: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(38, 55, 95, 0.9);
}

.page-products .p-readout .numeral {
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  line-height: 1;
}

.page-products .p-readout-label {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.page-products .p-console-caption {
  position: relative;
  z-index: 2;
  padding: 14px clamp(24px, 3.6vw, 44px);
  border-top: 1px solid rgba(38, 55, 95, 0.7);
  background: rgba(6, 10, 23, 0.62);
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* ---------- 通用章节骨架 ---------- */
.page-products .p-section {
  padding-top: clamp(58px, 8.4vw, 112px);
  scroll-margin-top: 84px;
}

.page-products .p-section-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 18px;
  align-items: start;
  margin-bottom: clamp(22px, 3.2vw, 40px);
}

.page-products .p-mark {
  grid-column: 1;
  font-family: var(--font-mono);
  font-size: clamp(28px, 4.6vw, 44px);
  line-height: 1;
  color: var(--dim);
  transition: color var(--t-mid) ease, text-shadow var(--t-mid) ease;
}

.page-products .p-section.is-current .p-mark {
  color: var(--cyan);
  text-shadow: var(--p-glow);
}

.page-products .p-head-text {
  grid-column: 2;
  min-width: 0;
}

.page-products .p-head-text h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.page-products .p-head-text p {
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-soft);
}

.page-products .p-head-text::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--cyan), rgba(52, 229, 212, 0));
  opacity: 0.5;
}

/* ---------- 01 视图切换 ---------- */
.page-products .p-switch {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 12px;
  margin-bottom: clamp(24px, 3.4vw, 42px);
  scrollbar-width: none;
}

.page-products .p-switch::-webkit-scrollbar {
  display: none;
}

.page-products .p-switch a {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px 13px;
  border: 1px solid var(--ink-line);
  border-radius: 999px;
  background: rgba(26, 36, 64, 0.5);
  color: var(--muted);
  font-size: 13.5px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color var(--t-fast) ease, border-color var(--t-fast) ease,
    box-shadow var(--t-fast) ease, background var(--t-fast) ease;
}

.page-products .p-switch a::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--cyan), rgba(52, 229, 212, 0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-mid) ease;
}

.page-products .p-switch a:hover,
.page-products .p-switch a:focus-visible {
  color: var(--paper);
  border-color: rgba(52, 229, 212, 0.6);
  background: rgba(26, 36, 64, 0.86);
  box-shadow: inset 0 0 0 1px rgba(52, 229, 212, 0.24);
}

.page-products .p-switch a:hover::after,
.page-products .p-switch a:focus-visible::after {
  transform: scaleX(1);
}

.page-products .p-switch-idx {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--cyan);
  letter-spacing: 0.1em;
}

.page-products .p-overview {
  display: grid;
  gap: 1px;
  background: var(--ink-line);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  overflow: hidden;
}

@media (min-width: 880px) {
  .page-products .p-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-products .p-overview-cell {
  background: linear-gradient(180deg, rgba(12, 20, 43, 0.92), rgba(6, 10, 23, 0.96));
  padding: clamp(22px, 2.8vw, 32px);
}

.page-products .p-overview-cell h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cyan);
}

.page-products .p-overview-cell p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text-soft);
}

/* ---------- 02 榜单 ---------- */
.page-products .p-board-layout {
  display: grid;
  gap: clamp(24px, 3.4vw, 38px);
}

@media (min-width: 980px) {
  .page-products .p-board-layout {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    align-items: start;
  }
}

.page-products .p-board-figure {
  margin: 0;
  position: relative;
}

.page-products .p-board-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  filter: saturate(0.86) contrast(1.1) brightness(0.92);
}

.page-products .p-board-figure .media-frame-caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.page-products .p-group + .p-group {
  margin-top: 28px;
}

.page-products .p-group-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 9px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--ink-line);
}

.page-products .p-group-code {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--violet);
}

.page-products .p-group-name {
  margin: 0;
  font-size: 15.5px;
  font-weight: 600;
}

.page-products .p-group-note {
  margin-left: auto;
  font-size: 12px;
  color: var(--dim);
  letter-spacing: 0.04em;
}

.page-products .p-row {
  border-bottom: 1px solid rgba(38, 55, 95, 0.72);
}

.page-products .p-row > summary {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto 16px;
  align-items: center;
  gap: 6px 12px;
  padding: 12px 6px;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  transition: background var(--t-fast) ease, box-shadow var(--t-fast) ease;
}

.page-products .p-row > summary::-webkit-details-marker {
  display: none;
}

.page-products .p-row > summary:hover {
  background: rgba(26, 36, 64, 0.48);
  box-shadow: inset 0 0 0 1px rgba(52, 229, 212, 0.2);
}

.page-products .p-row[open] > summary {
  background: rgba(26, 36, 64, 0.6);
  box-shadow: inset 0 0 0 1px rgba(52, 229, 212, 0.28);
}

.page-products .p-rank {
  font-family: var(--font-mono);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  color: var(--dim);
  text-align: right;
}

.page-products .p-row[open] .p-rank {
  color: var(--cyan);
}

.page-products .p-id {
  font-size: 14px;
  color: var(--paper);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-products .p-kv {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  justify-self: end;
  white-space: nowrap;
}

.page-products .p-kv i {
  font-style: normal;
  font-size: 11.5px;
  color: var(--dim);
  letter-spacing: 0.04em;
}

.page-products .p-kv b {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--cyan);
}

.page-products .p-kv--econ {
  display: none;
}

@media (min-width: 600px) {
  .page-products .p-row > summary {
    grid-template-columns: 34px minmax(0, 1.3fr) auto auto 16px;
  }
  .page-products .p-kv--econ {
    display: inline-flex;
  }
  .page-products .p-kv--econ b {
    color: var(--paper);
  }
}

.page-products .p-caret {
  justify-self: end;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--dim);
  border-bottom: 1.5px solid var(--dim);
  transform: rotate(45deg);
  transition: transform var(--t-fast) ease, border-color var(--t-fast) ease;
}

.page-products .p-row[open] .p-caret,
.page-products .p-match[open] .p-caret {
  transform: rotate(-135deg);
  border-color: var(--cyan);
}

.page-products .p-row-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  padding: 6px 14px 18px;
  animation: p-fade 180ms ease both;
}

@media (min-width: 760px) {
  .page-products .p-row-detail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-products .p-row-detail > div {
  display: grid;
  gap: 4px;
  padding-left: 10px;
  border-left: 1px solid rgba(38, 55, 95, 0.9);
}

.page-products .p-row-detail span {
  font-size: 11.5px;
  color: var(--dim);
  letter-spacing: 0.04em;
}

.page-products .p-row-detail b {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--paper);
}

@keyframes p-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- 03 曲线 ---------- */
.page-products .p-curve {
  margin: 0;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  background: linear-gradient(170deg, rgba(12, 20, 43, 0.9), rgba(6, 10, 23, 0.94));
  padding: clamp(18px, 2.6vw, 30px);
}

.page-products .p-curve-head {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(38, 55, 95, 0.8);
}

.page-products .p-curve-label {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  color: var(--dim);
  margin-bottom: 6px;
}

.page-products .p-curve-head b {
  font-size: 15px;
  font-weight: 600;
  color: var(--paper);
}

.page-products .p-curve-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 12.5px;
  color: var(--muted);
}

.page-products .p-curve-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-products .p-swatch {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  display: inline-block;
}

.page-products .p-swatch--a {
  background: var(--cyan);
}

.page-products .p-swatch--b {
  background: repeating-linear-gradient(90deg, var(--violet) 0 5px, transparent 5px 9px);
}

.page-products .p-swatch--node {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
}

.page-products .p-curve-svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .p-grid-line {
  stroke: var(--ink-line);
  stroke-width: 1;
}

.page-products .p-axis-text {
  fill: var(--dim);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.page-products .p-line {
  fill: none;
  stroke-width: 2.2;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.page-products .p-line--a {
  stroke: var(--cyan);
}

.page-products .p-line--b {
  stroke: var(--violet);
  stroke-dasharray: 8 6;
}

.page-products .p-node {
  fill: var(--amber);
}

.page-products .p-node--dim {
  fill: var(--violet);
}

.page-products .p-node-text {
  fill: var(--amber);
  font-family: var(--font-ui);
  font-size: 11.5px;
}

.page-products .p-curve .media-frame-caption {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.page-products .p-curve-note {
  margin: clamp(24px, 3.4vw, 40px) 0 0;
}

.page-products .p-curve-note img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  filter: saturate(0.84) contrast(1.1) brightness(0.9);
}

.page-products .p-curve-note .media-frame-caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* ---------- 04 赛程时间轴 ---------- */
.page-products .p-calendar-figure {
  margin: 0 0 clamp(22px, 3vw, 34px);
}

.page-products .p-calendar-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  filter: saturate(0.74) contrast(1.12) brightness(0.9);
}

.page-products .p-calendar-figure .media-frame-caption {
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
}

.page-products .p-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 16px;
  margin: 0;
  list-style: none;
  scrollbar-width: thin;
}

.page-products .p-track:focus-visible {
  outline: 1px solid var(--cyan);
  outline-offset: 4px;
  border-radius: var(--radius);
}

.page-products .p-seg {
  position: relative;
  flex: 0 0 min(80vw, 340px);
  scroll-snap-align: start;
  overflow: hidden;
  padding: clamp(20px, 2.4vw, 26px);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  background: linear-gradient(168deg, rgba(26, 36, 64, 0.66), rgba(12, 20, 43, 0.5));
  transition: border-color var(--t-fast) ease, box-shadow var(--t-fast) ease;
}

.page-products .p-seg:hover {
  border-color: rgba(52, 229, 212, 0.42);
  box-shadow: inset 0 0 0 1px rgba(52, 229, 212, 0.18);
}

.page-products .p-seg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}

.page-products .p-seg--reg::before {
  background: linear-gradient(180deg, var(--cyan), rgba(52, 229, 212, 0));
}

.page-products .p-seg--play::before {
  background: linear-gradient(180deg, var(--violet), rgba(123, 92, 255, 0));
}

.page-products .p-seg--final::before {
  background: linear-gradient(180deg, var(--amber), rgba(255, 138, 61, 0));
}

.page-products .p-seg::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, rgba(52, 229, 212, 0.12), rgba(52, 229, 212, 0));
  transform: rotate(20deg);
  pointer-events: none;
}

.page-products .p-seg-tag {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.page-products .p-seg-days {
  display: block;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-products .p-seg p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-soft);
}

.page-products .p-seg-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-products .p-seg-list li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  color: var(--muted);
}

.page-products .p-seg-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dim);
}

/* ---------- 05 成都对局 ---------- */
.page-products .p-matches {
  display: grid;
  gap: 10px;
}

.page-products .p-match {
  border: 1px solid var(--ink-line);
  border-radius: var(--radius-sm);
  background: linear-gradient(176deg, rgba(12, 20, 43, 0.86), rgba(6, 10, 23, 0.9));
  overflow: hidden;
  transition: border-color var(--t-fast) ease;
}

.page-products .p-match[open] {
  border-color: rgba(52, 229, 212, 0.4);
}

.page-products .p-match > summary {
  display: grid;
  grid-template-columns: auto 16px;
  grid-template-areas:
    "id caret"
    "meta caret"
    "kv caret";
  gap: 4px 14px;
  align-items: center;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.page-products .p-match > summary::-webkit-details-marker {
  display: none;
}

@media (min-width: 720px) {
  .page-products .p-match > summary {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto 16px;
    grid-template-areas: "id meta kv caret";
    align-items: baseline;
    gap: 0 18px;
  }
}

.page-products .p-match-id {
  grid-area: id;
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-products .p-match-meta {
  grid-area: meta;
  font-size: 13.5px;
  color: var(--muted);
}

.page-products .p-match-kv {
  grid-area: kv;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-soft);
}

.page-products .p-match > summary .p-caret {
  grid-area: caret;
}

.page-products .p-match-body {
  padding: 0 18px 20px;
  animation: p-fade 180ms ease both;
}

.page-products .p-bp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0 16px;
  border-top: 1px solid rgba(38, 55, 95, 0.8);
}

.page-products .p-bp-step {
  padding: 5px 12px;
  border: 1px solid var(--ink-line);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  background: rgba(26, 36, 64, 0.5);
}

.page-products .p-match-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

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

.page-products .p-match-grid > div {
  display: grid;
  gap: 5px;
  padding-left: 10px;
  border-left: 1px solid rgba(38, 55, 95, 0.9);
}

.page-products .p-match-grid span {
  font-size: 11.5px;
  color: var(--dim);
  letter-spacing: 0.04em;
}

.page-products .p-match-grid b {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--paper);
}

.page-products .p-inline-note {
  margin: 20px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--amber);
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 70ch;
}

/* ---------- 06 模型读数 ---------- */
.page-products .p-model {
  display: grid;
  gap: clamp(26px, 3.6vw, 46px);
}

@media (min-width: 900px) {
  .page-products .p-model {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
  }
}

.page-products .p-model-copy {
  display: grid;
  gap: clamp(22px, 2.8vw, 34px);
}

.page-products .p-model-item {
  padding-left: 18px;
  border-left: 1px solid var(--ink-line);
}

.page-products .p-model-item h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--violet);
}

.page-products .p-model-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--text-soft);
  max-width: 58ch;
}

.page-products .p-model-figure {
  position: relative;
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.page-products .p-ring {
  display: block;
  width: min(100%, 260px);
  height: auto;
}

.page-products .p-ring-bg {
  fill: none;
  stroke: rgba(38, 55, 95, 0.9);
  stroke-width: 10;
}

.page-products .p-ring-fg {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 10;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(52, 229, 212, 0.35));
}

.page-products .p-ring-amber {
  fill: none;
  stroke: var(--amber);
  stroke-width: 10;
  stroke-linecap: round;
}

.page-products .p-ring-readout {
  position: absolute;
  top: min(130px, 25vw);
  left: 50%;
  transform: translate(-50%, -100%);
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
}

.page-products .p-ring-readout .numeral {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
}

.page-products .p-ring-unit {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.page-products .p-model-figure img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  filter: saturate(0.8) contrast(1.1) brightness(0.92);
}

.page-products .p-model-figure .media-frame-caption {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  text-align: center;
  max-width: 36ch;
}

/* ---------- 07 步骤与注意事项 ---------- */
.page-products .p-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1px;
  background: var(--ink-line);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  overflow: hidden;
}

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

.page-products .p-steps li {
  background: linear-gradient(180deg, rgba(12, 20, 43, 0.92), rgba(6, 10, 23, 0.96));
  padding: clamp(22px, 2.8vw, 32px);
}

.page-products .p-step-idx {
  display: block;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--cyan);
  margin-bottom: 12px;
}

.page-products .p-steps h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}

.page-products .p-steps p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text-soft);
}

.page-products .p-cautions {
  margin-top: clamp(24px, 3.2vw, 40px);
  padding: clamp(22px, 2.8vw, 32px);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  background: linear-gradient(200deg, rgba(123, 92, 255, 0.12), rgba(6, 10, 23, 0.9) 58%);
}

.page-products .p-cautions h3 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--violet);
}

.page-products .p-cautions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

@media (min-width: 880px) {
  .page-products .p-cautions ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
  }
}

.page-products .p-cautions li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-soft);
}

.page-products .p-cautions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  opacity: 0.7;
}

.page-products .p-cautions-links {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

.page-products .p-cautions-links a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(52, 229, 212, 0.4);
  transition: border-color var(--t-fast) ease, color var(--t-fast) ease;
}

.page-products .p-cautions-links a:hover,
.page-products .p-cautions-links a:focus-visible {
  border-bottom-color: var(--cyan);
  color: var(--paper);
}

/* ---------- 动效降级 ---------- */
@media (prefers-reduced-motion: reduce) {
  .page-products .p-row-detail,
  .page-products .p-match-body {
    animation: none;
  }
  .page-products .p-switch a::after,
  .page-products .p-caret,
  .page-products .p-row > summary {
    transition: none;
  }
}
