.page-products {
  --zone-dark: #1E293B;
  --zone-green: #0F3D3E;
  --card-shadow: 6px 6px 0 rgba(17, 24, 39, 0.85);
  --line-slim: 1px solid rgba(55, 65, 81, 0.35);
  background: #F5F6F8;
  color: #111827;
  font-family: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
}

.page-products .container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-products .page-head {
  padding-top: 32px;
  padding-bottom: 16px;
}

.page-products .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 16px;
}

.page-products .breadcrumb a {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #FFD60A;
}

.page-products .breadcrumb a:hover {
  color: #FF4D00;
}

.page-products .crumb-sep {
  color: #9CA3AF;
}

.page-products .crumb-current {
  color: #374151;
  font-weight: 700;
}

.page-products h1 {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 6px solid #FFD60A;
  display: inline-block;
}

.page-products .page-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #4B5563;
  max-width: 760px;
  margin: 0;
}

.page-products .section-block {
  padding: 40px 0;
}

.page-products .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
}

.page-products .section-head h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.01em;
}

.page-products .section-note {
  font-size: 14px;
  font-weight: 700;
  color: #6B7280;
  background: #FFFFFF;
  border: 2px solid #374151;
  border-radius: 999px;
  padding: 4px 14px;
  box-shadow: 2px 2px 0 rgba(17, 24, 39, 0.6);
}

.page-products .magnet-tiles.chunk {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.page-products .magnet-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(50% - 8px);
  min-height: 180px;
  padding: 12px;
  border: 3px solid #111827;
  border-radius: 14px;
  box-shadow: 5px 5px 0 rgba(17, 24, 39, 0.85);
  text-decoration: none;
  color: #111827;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  overflow: hidden;
  box-sizing: border-box;
}

.page-products .magnet-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  border-radius: 10px;
  transition: opacity 0.2s ease;
}

.page-products .magnet-tile:hover img,
.page-products .magnet-tile:focus img {
  opacity: 0.4;
}

.page-products .magnet-tile:hover,
.page-products .magnet-tile:focus {
  transform: translateY(-3px);
  box-shadow: 8px 8px 0 rgba(17, 24, 39, 0.85);
}

.page-products .tile-live {
  background: linear-gradient(145deg, #FF6B35 0%, #FF8F65 100%);
}

.page-products .tile-replay {
  background: linear-gradient(145deg, #2EC4B6 0%, #5FD0C7 100%);
}

.page-products .tile-feature {
  background: linear-gradient(145deg, #9B5DE5 0%, #B58BEA 100%);
}

.page-products .tile-accent {
  background: linear-gradient(145deg, #FFD60A 0%, #FFE566 100%);
}

.page-products .tile-dark {
  background: linear-gradient(145deg, #1E293B 0%, #334155 100%);
  color: #F9FAFB;
}

.page-products .tile-label {
  position: relative;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.page-products .tile-count {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin: 6px 0 2px;
}

.page-products .tile-tags {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}

.page-products .tag-filter {
  background: #1E293B;
  color: #F9FAFB;
}

.page-products .tag-filter .section-head h2 {
  color: #F9FAFB;
}

.page-products .tag-filter .section-note {
  color: #111827;
  background: #FFD60A;
  border-color: #111827;
}

.page-products .filter-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-products .filter-tags {
  background: #0F3D3E;
  border: 3px solid #111827;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
}

.page-products .tag-heat-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-bottom: 14px;
  border: 2px solid #111827;
  background: #F5F6F8;
}

.page-products .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.page-products .tag {
  border: 2px solid #111827;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 14px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.page-products .tag:hover,
.page-products .tag:focus {
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.page-products .tag-live {
  background: #FF6B35;
  color: #111827;
}

.page-products .tag-replay {
  background: #2EC4B6;
  color: #111827;
}

.page-products .tag-feature {
  background: #9B5DE5;
  color: #F9FAFB;
}

.page-products .tag-heat-hi {
  font-size: 17px;
  padding: 8px 18px;
}

.page-products .tag-heat-mid {
  font-size: 15px;
  padding: 7px 16px;
}

.page-products .tag-heat-lo {
  font-size: 13px;
  padding: 6px 13px;
}

.page-products .filter-aside {
  display: flex;
  flex-direction: column;
}

.page-products .filter-card {
  background: #FFFFFF;
  border: 3px solid #111827;
  border-radius: 16px;
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.85);
  padding: 20px;
  color: #111827;
}

.page-products .filter-card h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 12px;
}

.page-products .filter-status {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.page-products .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  border: 2px solid #111827;
  border-radius: 999px;
  padding: 4px 12px;
}

.page-products .status-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.page-products .status-badge.is-online {
  background: #00C853;
  color: #111827;
}

.page-products .status-badge.is-new {
  background: #FF4D00;
  color: #FFFFFF;
}

.page-products .status-badge.is-offline {
  background: #9E9E9E;
  color: #111827;
}

.page-products .filter-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #4B5563;
  margin: 0 0 14px;
}

.page-products .filter-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 10px;
  border: 2px solid #111827;
}

.page-products .channel-directory {
  background: #F5F6F8;
  position: relative;
}

.page-products .dir-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-products .dir-filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
}

.page-products .filter-box {
  background: #FFFFFF;
  border: 3px solid #111827;
  border-radius: 14px;
  box-shadow: 4px 4px 0 rgba(17, 24, 39, 0.8);
  padding: 16px;
}

.page-products .filter-box h3 {
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-left: 5px solid #FFD60A;
  padding-left: 8px;
}

.page-products .filter-input {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #374151;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  background: #F5F6F8;
  color: #111827;
}

.page-products .filter-input:focus {
  outline: 3px solid #FFD60A;
  outline-offset: 1px;
  border-color: #111827;
}

.page-products .quality-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .quality-chip {
  border: 2px solid #111827;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 800;
  background: #F5F6F8;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.page-products .quality-chip:hover,
.page-products .quality-chip:focus {
  background: #FFD60A;
  box-shadow: 3px 3px 0 rgba(17, 24, 39, 0.8);
}

.page-products .filter-zone-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-products .fz-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 8px;
  background: #F5F6F8;
  border: 2px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.page-products .fz-link:hover {
  background: #FFD60A;
  border-color: #111827;
  transform: translateX(3px);
}

.page-products .channel-list-wrap {
  background: #FFFFFF;
  border: 3px solid #111827;
  border-radius: 16px;
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.85);
  overflow: hidden;
}

.page-products .list-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #1E293B;
  color: #F9FAFB;
  border-bottom: 3px solid #111827;
}

.page-products .list-count {
  font-weight: 900;
  font-size: 14px;
  background: #FFD60A;
  color: #111827;
  border-radius: 999px;
  padding: 4px 12px;
}

.page-products .list-order {
  font-size: 13px;
  font-weight: 700;
  opacity: 0.85;
}

.page-products .channel-list {
  display: flex;
  flex-direction: column;
}

.page-products .channel-row {
  display: grid;
  grid-template-columns: 40px 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.2);
  transition: background 0.15s ease;
}

.page-products .channel-row:nth-child(even) {
  background: #F8FAFC;
}

.page-products .channel-row:hover {
  background: #FFF8DC;
}

.page-products .channel-row img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid #374151;
  object-fit: cover;
}

.page-products .ch-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.page-products .ch-name {
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-products .ch-meta {
  font-size: 12px;
  color: #6B7280;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-products .quality-badge {
  font-size: 12px;
  font-weight: 900;
  border: 2px solid #111827;
  border-radius: 6px;
  padding: 2px 8px;
  background: #E0F2FE;
  white-space: nowrap;
}

.page-products .load-more {
  display: block;
  width: calc(100% - 32px);
  margin: 16px;
  box-sizing: border-box;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  border: 3px solid #111827;
  border-radius: 999px;
  padding: 12px 20px;
  background: #FFFFFF;
  color: #111827;
  cursor: pointer;
  box-shadow: 4px 4px 0 rgba(17, 24, 39, 0.8);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.page-products .load-more:hover,
.page-products .load-more:focus {
  background: #FFD60A;
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.8);
}

.page-products .archive-zone {
  background: #0F3D3E;
  color: #F9FAFB;
}

.page-products .archive-zone .section-head h2 {
  color: #F9FAFB;
}

.page-products .archive-zone .section-note {
  color: #111827;
  background: #FFD60A;
  border-color: #111827;
}

.page-products .archive-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-products .batch-list {
  background: #FFFFFF;
  border: 3px solid #111827;
  border-radius: 16px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.page-products .batch-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 12px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(55, 65, 81, 0.2);
  color: #111827;
  transition: background 0.15s ease;
}

.page-products .batch-item:last-child {
  border-bottom: 0;
}

.page-products .batch-item:hover {
  background: #FFF8DC;
}

.page-products .batch-id {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: #1E293B;
  color: #FFD60A;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
}

.page-products .batch-info {
  font-size: 13px;
  font-weight: 700;
  color: #4B5563;
}

.page-products .batch-item .status-badge {
  justify-self: end;
}

.page-products .archive-note {
  display: flex;
  align-items: center;
}

.page-products .archive-note-card {
  background: linear-gradient(145deg, #FFD60A 0%, #FFE566 100%);
  border: 3px solid #111827;
  border-radius: 16px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
  color: #111827;
  width: 100%;
  box-sizing: border-box;
}

.page-products .archive-note-card h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px;
}

.page-products .archive-note-card p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
  font-weight: 600;
}

.page-products .archive-note-card img {
  width: 100%;
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  border: 2px solid #111827;
  margin-bottom: 12px;
  display: block;
}

.page-products .btn {
  display: inline-block;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 20px;
  text-decoration: none;
  border: 3px solid #111827;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.page-products .btn-accent {
  background: #FFD60A;
  color: #111827;
  box-shadow: 3px 3px 0 rgba(17, 24, 39, 0.8);
}

.page-products .btn-outline {
  background: transparent;
  color: #111827;
  border-color: #111827;
}

.page-products .btn:hover,
.page-products .btn:focus {
  transform: translateY(-2px);
  box-shadow: 5px 5px 0 rgba(17, 24, 39, 0.8);
}

.page-products .ios-note {
  background: #F5F6F8;
}

.page-products .ios-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  background: #FFFFFF;
  border: 3px solid #111827;
  border-radius: 16px;
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.85);
  padding: 24px;
}

.page-products .ios-copy h2 {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 4px solid #FFD60A;
  display: inline-block;
}

.page-products .ios-copy p {
  font-size: 14px;
  line-height: 1.7;
  color: #4B5563;
  margin: 0 0 16px;
}

.page-products .ios-inner img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 10px;
  border: 3px solid #111827;
  box-shadow: 4px 4px 0 rgba(17, 24, 39, 0.8);
}

/* 桌面端 */
@media (min-width: 720px) {
  .page-products .magnet-tile {
    width: calc(33.333% - 12px);
    min-height: 200px;
  }

  .page-products .filter-cols {
    grid-template-columns: 1fr 300px;
    align-items: stretch;
  }

  .page-products .dir-layout {
    grid-template-columns: 280px 1fr;
    align-items: start;
  }

  .page-products .dir-filters {
    position: sticky;
    top: 120px;
  }

  .page-products .archive-layout {
    grid-template-columns: 2fr 1fr;
    align-items: stretch;
  }

  .page-products .ios-inner {
    grid-template-columns: 1fr 300px;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .page-products .magnet-tile {
    width: calc(25% - 12px);
  }

  .page-products .channel-row {
    grid-template-columns: 56px 1fr auto auto;
    padding: 14px 18px;
  }

  .page-products .channel-row img {
    width: 56px;
    height: 56px;
  }
}
