.page-products {
  --zone-gap: 16px;
  --tile-round: 14px;
  --tile-ring: rgba(255, 255, 255, 0.32);
  background-color: #0f1218;
  color: #f8f9fa;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
.page-products .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 0 6px;
  font-size: 0.86rem;
  flex-wrap: wrap;
}
.page-products .breadcrumb a {
  color: #00f5d4;
  text-decoration: none;
}
.page-products .breadcrumb a:hover {
  color: #ffd60a;
}
.page-products .crumb-sep {
  color: #6c757d;
}
.page-products .crumb-here {
  color: #adb5bd;
}

.page-products .products-hero {
  padding: 12px 0 24px;
}
.page-products .overview-grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 960px) {
  .page-products .overview-grid {
    grid-template-columns: 1.35fr 0.85fr;
    align-items: stretch;
  }
}
.page-products .overview-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-products .kicker-line {
  display: inline-block;
  width: fit-content;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffd60a;
  border: 1px solid rgba(255, 214, 10, 0.45);
  background: rgba(255, 214, 10, 0.08);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.page-products .hero-title {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 4vw, 2.9rem);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #f8f9fa;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.page-products .h1-pre {
  color: #f8f9fa;
}
.page-products .h1-mid {
  color: #ffd60a;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
}
.page-products .hero-underscore {
  color: #ff4d6d;
  font-weight: 900;
}
.page-products .hero-accent {
  color: #00f5d4;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 0 #ff4d6d;
}
.page-products .overview-desc {
  margin: 6px 0 0;
  max-width: 720px;
  color: #adb5bd;
  font-size: 0.94rem;
}
.page-products .overview-desc b {
  color: #ffd60a;
  font-weight: 900;
}

.page-products .overview-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(15, 18, 24, 0.55);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
}
.page-products .stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 12px;
}
.page-products .stat-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}
.page-products .stat-num {
  font-size: 1.28rem;
  line-height: 1.1;
  font-weight: 900;
  color: #ffd60a;
}
.page-products .stat-tag {
  font-size: 0.7rem;
  color: #adb5bd;
}
.page-products .stat-note {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.22);
  font-size: 0.8rem;
  color: #00f5d4;
}

.page-products .zone-block {
  padding: 44px 0;
}
.page-products .zone-bg-purple {
  background-color: #3b1f4f;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.18) 0%, transparent 50%);
}
.page-products .zone-bg-green {
  background-color: #1f3d2b;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.18) 0%, transparent 55%);
}
.page-products .zone-bg-red {
  background-color: #4a1a2d;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 55%);
}

.page-products .section-head-line {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}
@media (min-width: 820px) {
  .page-products .section-head-line {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.page-products .section-title {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #ffd60a;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.45);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 820px) {
  .page-products .section-title {
    font-size: 2rem;
  }
}
.page-products .section-side-note {
  margin: 0;
  color: #adb5bd;
  font-size: 0.84rem;
}
@media (min-width: 820px) {
  .page-products .section-side-note {
    text-align: right;
    max-width: 400px;
  }
}

.page-products .tile-panel {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .page-products .tile-panel {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .page-products .tile-panel {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-products .zone-tile {
  position: relative;
  display: flex;
  min-height: 172px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #f8f9fa;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.page-products .zone-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.045) 0 2px, transparent 2px 9px), linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}
.page-products .zone-tile:hover,
.page-products .zone-tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.35);
  outline: none;
}

.page-products .tile-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}
.page-products .tile-order {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.38);
  z-index: 1;
}
.page-products .tile-name {
  position: relative;
  z-index: 1;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #f8f9fa;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
}
.page-products .tile-count {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.page-products .tile-count b {
  font-size: 1.38rem;
  font-weight: 900;
  color: #ffd60a;
  margin-right: 3px;
}
.page-products .tile-subcat-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.page-products .subcat {
  font-size: 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.32);
  color: #f8f9fa;
  padding: 2px 9px;
  border-radius: 999px;
  transition: transform 0.12s ease, background 0.12s ease;
}
.page-products .zone-tile:hover .subcat {
  transform: translateY(-2px);
  background: rgba(0, 0, 0, 0.52);
}

.page-products .tile-rose {
  background: linear-gradient(135deg, #ff4d6d 0%, #9d2a41 55%, #4a1422 100%);
}
.page-products .tile-amber {
  background: linear-gradient(135deg, #ffd60a 0%, #ff9f1c 62%, #7a3e00 100%);
}
.page-products .tile-blue {
  background: linear-gradient(135deg, #00b4d8 0%, #0077a3 62%, #042f43 100%);
}
.page-products .tile-deep-red {
  background: linear-gradient(135deg, #8a1e3d 0%, #4a1a2d 60%, #241017 100%);
}
.page-products .tile-cyan {
  background: linear-gradient(135deg, #00f5d4 0%, #00897b 58%, #063f3b 100%);
}
.page-products .tile-green {
  background: linear-gradient(135deg, #06d6a0 0%, #207a63 58%, #10352c 100%);
}
.page-products .tile-amber .tile-name {
  color: #2d1a00;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.28);
}
.page-products .tile-amber .tile-order,
.page-products .tile-cyan .tile-order {
  color: rgba(0, 0, 0, 0.55);
}
.page-products .tile-amber .tile-count, 
.page-products .tile-cyan .tile-count {
  color: rgba(0, 0, 0, 0.72);
}
.page-products .tile-amber .tile-count b {
  color: #5a2e00;
}
.page-products .tile-cyan .tile-count b {
  color: #03262c;
}
.page-products .tile-amber .subcat {
  border-color: rgba(90, 46, 0, 0.4);
  background: rgba(255, 255, 255, 0.3);
  color: #3d2300;
}
.page-products .tile-cyan .subcat {
  border-color: rgba(2, 60, 60, 0.5);
  background: rgba(255, 255, 255, 0.24);
  color: #02251f;
}

.page-products .table-strip-figure {
  margin: 0 0 14px;
}
.page-products .table-strip-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(15, 18, 24, 0.4);
}
.page-products .table-scroll {
  border-radius: 8px;
  overflow-x: auto;
  background: rgba(15, 18, 24, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.page-products .data-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.page-products .data-table th {
  padding: 12px 14px;
  text-align: left;
  background: #1c2330;
  color: #ffd60a;
  border-bottom: 2px solid #ff9f1c;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.page-products .sort-caret {
  color: #00f5d4;
  margin-left: 2px;
  font-size: 0.72rem;
}
.page-products .data-table td {
  padding: 11px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  vertical-align: middle;
}
.page-products .data-table tbody tr:last-child td {
  border-bottom: 0;
}
.page-products .data-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}
.page-products .data-table tbody tr:hover {
  background: rgba(255, 214, 10, 0.09);
}
.page-products .data-table tbody tr:hover .name-cell {
  color: #ffd60a;
}
.page-products .name-cell {
  font-weight: 600;
  color: #f8f9fa;
}
.page-products .zone-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
  border: 1px solid currentColor;
}
.page-products .zb-blue {
  color: #00b4d8;
  background: rgba(0, 180, 216, 0.15);
}
.page-products .zb-rose {
  color: #ff4d6d;
  background: rgba(255, 77, 109, 0.15);
}
.page-products .zb-cyan {
  color: #00f5d4;
  background: rgba(0, 245, 212, 0.14);
}
.page-products .zb-violet {
  color: #b388ff;
  background: rgba(179, 136, 255, 0.15);
}
.page-products .zb-amber {
  color: #ffd60a;
  background: rgba(255, 214, 10, 0.15);
}
.page-products .zb-gray {
  color: #adb5bd;
  background: rgba(108, 117, 125, 0.25);
}
.page-products .batch-cell {
  color: #adb5bd;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.page-products .badge-status {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid;
}
.page-products .st-ok {
  color: #06d6a0;
  border-color: #06d6a0;
  background: rgba(6, 214, 160, 0.12);
}
.page-products .st-warn {
  color: #ef233c;
  border-color: #ef233c;
  background: rgba(239, 35, 60, 0.14);
}
.page-products .st-off {
  color: #6c757d;
  border-color: #6c757d;
  background: rgba(108, 117, 125, 0.15);
}

.page-products .table-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}
.page-products .pill-btn {
  display: inline-block;
  border-radius: 999px;
  padding: 8px 18px;
  background: #ff9f1c;
  color: #2d1a00;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.85rem;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  transition: transform 0.15s, box-shadow 0.15s;
}
.page-products .pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.3);
}
.page-products .pill-ghost {
  background: transparent;
  border: 1px solid #00b4d8;
  color: #00b4d8;
}
.page-products .batch-tip {
  margin-left: auto;
  font-size: 0.82rem;
  color: #adb5bd;
}
@media (max-width: 640px) {
  .page-products .batch-tip {
    margin-left: 0;
    width: 100%;
  }
}

.page-products .version-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.16);
}
.page-products .version-label {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ffd60a;
}
.page-products .version-chip {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #00f5d4;
  border: 1px solid rgba(0, 245, 212, 0.4);
  background: rgba(0, 245, 212, 0.08);
  padding: 3px 10px;
  border-radius: 6px;
  text-decoration: none;
}
.page-products .version-chip:hover {
  background: rgba(0, 245, 212, 0.2);
}

.page-products .tag-cloud-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 8px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px 14px;
}
.page-products .cloud-tag {
  display: inline-block;
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 500;
  background: #6c757d;
  color: #f8f9fa;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.12s, filter 0.12s;
}
.page-products .cloud-tag:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}
.page-products .cloud-xl {
  font-size: 1.1rem;
  font-weight: 900;
  padding: 0.5rem 1rem;
}
.page-products .cloud-lg {
  font-size: 0.97rem;
  font-weight: 700;
}
.page-products .cloud-md {
  font-size: 0.86rem;
  font-weight: 600;
}
.page-products .cloud-sm {
  font-size: 0.75rem;
  font-weight: 500;
}
.page-products .cloud-amber {
  background: #ff9f1c;
  color: #2d1a00;
  border-color: rgba(255, 255, 255, 0.3);
}
.page-products .cloud-rose {
  background: #ff4d6d;
  color: #fff;
}
.page-products .cloud-blue {
  background: #00b4d8;
  color: #04222d;
}
.page-products .cloud-cyan {
  background: #00f5d4;
  color: #03242a;
}
.page-products .cloud-green {
  background: #06d6a0;
  color: #03251c;
}
.page-products .cloud-gray {
  background: #3a4250;
  color: #e7e9ee;
}

.page-products .tag-decoration {
  margin-top: 18px;
}
.page-products .tag-deco-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-products .index-duo-grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 980px) {
  .page-products .index-duo-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.page-products .index-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(15, 18, 24, 0.55);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.page-products .index-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.page-products .alpha-art {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  flex: 0 0 auto;
}
.page-products .index-card-title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 900;
  color: #ffd60a;
}
.page-products .year-art {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 0 12px;
}
.page-products .index-bar-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 6px 2px 10px;
  scrollbar-width: thin;
}
.page-products .bar-link {
  flex: 0 0 auto;
  min-width: 34px;
  text-align: center;
  padding: 7px 6px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.24);
  color: #f8f9fa;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background 0.12s, color 0.12s, transform 0.12s;
}
.page-products .bar-link:hover {
  background: #ffd60a;
  color: #201700;
}
.page-products .bar-link:focus-visible {
  outline: 2px solid #00f5d4;
  outline-offset: 2px;
}
.page-products .alpha-groups,
.page-products .year-groups {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.page-products .alpha-group,
.page-products .year-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.15s, border-color 0.15s;
}
.page-products .alpha-group:target,
.page-products .year-group:target {
  background: rgba(255, 214, 10, 0.14);
  border-color: #ffd60a;
}
.page-products .range-tag,
.page-products .year-pill {
  flex: 0 0 auto;
  display: inline-block;
  border-radius: 6px;
  padding: 2px 9px;
  font-weight: 800;
  background: #00b4d8;
  color: #03161c;
  font-size: 0.78rem;
  margin-right: 2px;
}
.page-products .year-pill {
  background: #ff4d6d;
  color: #fff;
}
.page-products .code-chip {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 2px 7px;
  color: #00f5d4;
  background: rgba(0, 0, 0, 0.18);
}
.page-products .year-desc {
  font-size: 0.8rem;
  color: #adb5bd;
}
.page-products .index-help-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
  font-size: 0.92rem;
}
.page-products .text-link {
  color: #ffd60a;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
.page-products .text-link:hover {
  color: #00f5d4;
}
.page-products .sep-dot {
  color: #6c757d;
}

@media (max-width: 479px) {
  .page-products .version-strip,
  .page-products .table-footer-actions,
  .page-products .index-help-line {
    align-items: flex-start;
  }
  .page-products .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-products .zone-tile {
    min-height: 152px;
  }
  .page-products .tile-name {
    font-size: 1.32rem;
  }
}
