.page-products {
  --tools-ink: #04121f;
  --tools-ink-soft: #3d5468;
  display: block;
}

/* ---------- 首屏 ---------- */
.page-products .tools-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: calc(var(--header-h) + clamp(38px, 6.5vw, 84px));
  padding-bottom: clamp(46px, 6vw, 82px);
  background:
    radial-gradient(110% 82% at 88% -12%, rgba(31, 94, 61, .62) 0%, rgba(31, 94, 61, 0) 62%),
    radial-gradient(70% 62% at 4% 106%, rgba(255, 107, 74, .17) 0%, rgba(255, 107, 74, 0) 62%),
    linear-gradient(168deg, #071a2b 0%, #0e2a44 60%, #071a2b 100%);
}

.page-products .tools-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(126, 147, 166, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 147, 166, .10) 1px, transparent 1px);
  background-size: 92px 92px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 76%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 76%);
}

.page-products .tools-hero__title {
  margin: 16px 0 0;
  max-width: 19ch;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(31px, 6.1vw, 70px);
  line-height: 1.06;
  letter-spacing: -.015em;
  color: var(--paper);
}

.page-products .tools-hero__title em {
  font-style: normal;
  color: var(--lime);
}

.page-products .tools-hero__lede {
  margin: 22px 0 0;
  max-width: 62ch;
  font-size: clamp(15px, 1.3vw, 17.5px);
  line-height: 1.85;
  color: rgba(244, 247, 245, .8);
}

.page-products .hero-meters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.page-products .meter {
  padding: 16px 15px 18px;
  border: 1px solid var(--hair-lime);
  border-radius: var(--r-m);
  background: linear-gradient(180deg, rgba(14, 42, 68, .88), rgba(7, 26, 43, .62));
}

.page-products .meter__num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(25px, 3.3vw, 38px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--lime);
}

.page-products .meter__unit {
  margin-left: 4px;
  font-size: .45em;
  letter-spacing: .04em;
  color: var(--mist);
}

.page-products .meter__cap {
  display: block;
  margin-top: 9px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--mist);
}

/* ---------- 工具导航带 ---------- */
.page-products .tools-belt {
  position: relative;
  overflow: hidden;
  background: var(--deep);
}

.page-products .tools-belt__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .32;
}

.page-products .tools-belt::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 26, 43, .7) 0%, rgba(7, 26, 43, .9) 68%, #071a2b 100%);
}

.page-products .tools-belt__inner {
  position: relative;
  z-index: 2;
}

.page-products .toolbar {
  display: flex;
  gap: 8px;
  margin-top: 28px;
  padding-bottom: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

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

.page-products .toolbar .filter-btn {
  flex: 0 0 auto;
}

.page-products .tool-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.page-products .tool-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 20px 18px 18px;
  border: 1px solid var(--hair);
  border-radius: var(--r-l);
  background: rgba(14, 42, 68, .62);
  backdrop-filter: blur(6px);
  transition: transform .25s var(--ease), border-color .25s var(--ease);
}

.page-products .tool-card:hover,
.page-products .tool-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 74, .7);
}

.page-products .tool-card__index {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--coral);
}

.page-products .tool-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .01em;
  color: var(--paper);
}

.page-products .tool-card__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(244, 247, 245, .74);
}

.page-products .tool-card__link {
  margin-top: auto;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--lime);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 241, 53, .35);
  align-self: flex-start;
  transition: color .22s var(--ease), border-color .22s var(--ease);
}

.page-products .tool-card__link:hover,
.page-products .tool-card__link:focus-visible {
  color: var(--lime-mist);
  border-color: var(--lime-mist);
}

/* ---------- 赛季时间轴 ---------- */
.page-products .tools-timeline {
  position: relative;
  background: var(--deep);
}

.page-products .tl-scroll {
  margin-top: 32px;
}

.page-products .tl-track {
  display: flex;
  gap: 14px;
  padding: 10px var(--gutter) 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-products .tl-node {
  position: relative;
  flex: 0 0 clamp(228px, 74vw, 272px);
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 20px 16px 18px;
  border: 1px solid var(--hair);
  border-radius: var(--r-m);
  background: linear-gradient(180deg, rgba(14, 42, 68, .94) 0%, rgba(7, 26, 43, .72) 100%);
  scroll-snap-align: start;
  transition: transform .25s var(--ease), border-color .25s var(--ease);
}

.page-products .tl-node::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--lime), var(--coral));
  opacity: .72;
}

.page-products .tl-node:hover {
  transform: translateY(-4px);
  border-color: var(--hair-lime);
}

.page-products .tl-node__head {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--lime);
}

.page-products .tl-node__dot {
  flex: 0 0 auto;
}

.page-products .tl-node__code {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--lime);
}

.page-products .tl-node__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: .01em;
  color: var(--paper);
}

.page-products .tl-node__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(244, 247, 245, .72);
}

.page-products .tl-node__meta {
  display: flex;
  gap: 22px;
  margin: 4px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--hair);
}

.page-products .tl-node__meta div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.page-products .tl-node__meta dt {
  font-size: 11.5px;
  color: var(--mist);
}

.page-products .tl-node__meta dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  color: var(--lime-mist);
}

/* ---------- 补时事件流 ---------- */
.page-products .tools-clock {
  background: linear-gradient(180deg, #071a2b 0%, #0e2a44 118%);
}

.page-products .clock-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  margin-top: 30px;
}

.page-products .clock-stream {
  display: flex;
  flex-direction: column;
}

.page-products .clock-tier {
  position: relative;
  padding: 20px 18px 20px 26px;
  border-left: 2px solid rgba(184, 241, 53, .42);
  border-radius: 0 var(--r-m) var(--r-m) 0;
  background: linear-gradient(90deg, rgba(14, 42, 68, .72), rgba(7, 26, 43, .18));
}

.page-products .clock-tier + .clock-tier {
  margin-top: 14px;
}

.page-products .clock-tier::before {
  content: "";
  position: absolute;
  top: 27px;
  left: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(184, 241, 53, .16);
}

.page-products .clock-tier:nth-child(2) {
  border-left-color: rgba(255, 107, 74, .58);
}

.page-products .clock-tier:nth-child(2)::before {
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(255, 107, 74, .16);
}

.page-products .clock-tier:nth-child(2) .clock-tier__range {
  color: var(--coral);
}

.page-products .clock-tier:nth-child(3) {
  border-left-color: rgba(245, 194, 75, .6);
}

.page-products .clock-tier:nth-child(3)::before {
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(245, 194, 75, .16);
}

.page-products .clock-tier:nth-child(3) .clock-tier__range {
  color: var(--gold);
}

.page-products .clock-tier__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
}

.page-products .clock-tier__range {
  font-family: var(--font-mono);
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--lime);
}

.page-products .clock-tier__unit {
  font-size: 13px;
  color: var(--mist);
}

.page-products .clock-tier__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: rgba(244, 247, 245, .76);
}

.page-products .clock-tier__facts b {
  margin-left: 5px;
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--paper);
}

.page-products .clock-tier__note {
  margin: 12px 0 0;
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(126, 147, 166, .95);
}

.page-products .clock-visual {
  margin: 0;
}

.page-products .clock-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--r-l);
  border: 1px solid var(--hair);
}

.page-products .clock-visual figcaption {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--mist);
}

/* ---------- 主场坐标 ---------- */
.page-products .tools-venue {
  color: var(--tools-ink);
}

.page-products .tools-venue .section-head__note,
.page-products .tools-venue .eyebrow {
  color: var(--tools-ink-soft);
}

.page-products .venue-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.page-products .venue-map {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-l);
  border: 1px solid rgba(4, 18, 31, .12);
  background: var(--turf);
}

.page-products .venue-map img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .venue-map__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, rgba(228, 255, 155, .18) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(228, 255, 155, .18) 0 1px, transparent 1px 44px);
}

.page-products .zone-pin {
  position: absolute;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(184, 241, 53, .45);
  background: rgba(4, 18, 31, .74);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .06em;
  white-space: nowrap;
  color: var(--lime-mist);
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease);
}

.page-products .zone-pin:hover,
.page-products .zone-pin:focus-visible {
  background: var(--lime);
  color: var(--deep);
  border-color: var(--lime);
}

.page-products .zone-pin--n { top: 6%; left: 50%; transform: translateX(-50%); }
.page-products .zone-pin--s { bottom: 6%; left: 50%; transform: translateX(-50%); }
.page-products .zone-pin--e { right: 3%; top: 50%; transform: translateY(-50%); }
.page-products .zone-pin--w { left: 3%; top: 50%; transform: translateY(-50%); }
.page-products .zone-pin--c { bottom: 13%; left: 8%; }

.page-products .venue-map__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px;
  background: linear-gradient(180deg, rgba(4, 18, 31, 0), rgba(4, 18, 31, .82));
  font-size: 12px;
  line-height: 1.6;
  color: rgba(244, 247, 245, .85);
}

.page-products .venue-list {
  display: grid;
  gap: 12px;
  align-content: start;
}

.page-products .venue-item {
  padding: 16px 18px;
  border: 1px solid rgba(4, 18, 31, .09);
  border-radius: var(--r-m);
  background: #ffffff;
  transition: transform .22s var(--ease), border-color .22s var(--ease);
}

.page-products .venue-item:hover {
  transform: translateY(-3px);
  border-color: rgba(31, 94, 61, .42);
}

.page-products .venue-item__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: .01em;
  color: var(--tools-ink);
}

.page-products .venue-item__coord {
  margin: 6px 0 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .02em;
  color: var(--turf);
}

.page-products .venue-item__desc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--tools-ink-soft);
}

/* ---------- 薪资结构 ---------- */
.page-products .tools-salary {
  position: relative;
  background:
    radial-gradient(90% 70% at 96% 0%, rgba(245, 194, 75, .14) 0%, rgba(245, 194, 75, 0) 58%),
    linear-gradient(180deg, #0e2a44 0%, #071a2b 100%);
}

.page-products .salary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  margin-top: 32px;
}

.page-products .salary-panel {
  display: grid;
  gap: 14px;
}

.page-products .salary-group {
  padding: 20px 18px 22px;
  border: 1px solid var(--hair);
  border-radius: var(--r-l);
  background: rgba(14, 42, 68, .48);
  backdrop-filter: blur(5px);
  transition: border-color .25s var(--ease), transform .25s var(--ease);
}

.page-products .salary-group:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 194, 75, .5);
}

.page-products .salary-group__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 14px;
}

.page-products .salary-group__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .01em;
  color: var(--paper);
}

.page-products .salary-group__hint {
  margin: 0;
  font-size: 12.5px;
  color: var(--mist);
}

.page-products .salary-tiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.page-products .salary-tier {
  padding: 12px 12px 14px;
  border: 1px solid rgba(126, 147, 166, .2);
  border-radius: var(--r-s);
  background: rgba(7, 26, 43, .58);
}

.page-products .salary-tier__name {
  display: block;
  font-size: 11.5px;
  letter-spacing: .08em;
  color: var(--mist);
}

.page-products .salary-tier__val {
  display: block;
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--gold);
}

.page-products .salary-tier__bar {
  display: block;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--coral));
}

.page-products .salary-tier__bar--1 { width: 24%; }
.page-products .salary-tier__bar--2 { width: 42%; }
.page-products .salary-tier__bar--3 { width: 62%; }
.page-products .salary-tier__bar--4 { width: 86%; }

.page-products .salary-visual {
  margin: 0;
  align-self: end;
}

.page-products .salary-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--r-l);
  border: 1px solid var(--hair);
}

.page-products .salary-visual figcaption {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--mist);
}

/* ---------- 字段与更新 ---------- */
.page-products .tools-fields {
  color: var(--tools-ink);
}

.page-products .tools-fields .section-head__note,
.page-products .tools-fields .eyebrow {
  color: var(--tools-ink-soft);
}

.page-products .field-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.page-products .field-item {
  overflow: hidden;
  border: 1px solid rgba(4, 18, 31, .1);
  border-radius: var(--r-m);
  background: #ffffff;
}

.page-products .field-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: .01em;
  color: var(--tools-ink);
}

.page-products .field-item summary::-webkit-details-marker {
  display: none;
}

.page-products .field-item summary::after {
  content: "+";
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1;
  color: var(--turf);
  transition: transform .22s var(--ease);
}

.page-products .field-item[open] summary::after {
  transform: rotate(45deg);
}

.page-products .field-body {
  padding: 0 18px 18px;
}

.page-products .field-body dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.page-products .field-body dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
}

.page-products .field-body dt {
  font-size: 12.5px;
  letter-spacing: .04em;
  color: var(--turf);
}

.page-products .field-body dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--tools-ink-soft);
}

/* ---------- 收束区 ---------- */
.page-products .tools-cta {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.page-products .tools-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .26;
}

.page-products .tools-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 740px;
}

.page-products .tools-cta__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -.015em;
  color: var(--paper);
}

.page-products .tools-cta__text {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(244, 247, 245, .78);
}

.page-products .tools-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-products .hero-meters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .page-products .field-body dl > div {
    grid-template-columns: 9.5em minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
  }
}

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

  .page-products .clock-layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    align-items: start;
    gap: 34px;
  }

  .page-products .clock-visual img {
    max-height: 640px;
  }

  .page-products .venue-layout {
    grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
    align-items: start;
    gap: 30px;
  }

  .page-products .salary-layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    align-items: start;
    gap: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .tool-card,
  .page-products .tl-node,
  .page-products .venue-item,
  .page-products .salary-group {
    transition: none;
  }

  .page-products .tool-card:hover,
  .page-products .tool-card:focus-within,
  .page-products .tl-node:hover,
  .page-products .venue-item:hover,
  .page-products .salary-group:hover {
    transform: none;
  }
}
<<<END>>>
