/** WC26 WXL — /tiyu/redian/ 热点列表 dlab-rd */
/* ========== /tiyu/redian/ 热点列表 · dlab-rd ========== */
body.layout-wc26-datalab .dlab-rd {
  --rd-line: rgba(99, 102, 241, 0.22);
  --rd-ink: #042f2e;
  --rd-muted: #115e59;
  padding-bottom: 40px;
  color: var(--rd-ink);
  overflow-x: clip;
}
body.layout-wc26-datalab .dlab-rd__bar {
  border-bottom: 1px solid var(--rd-line);
  background: rgba(30, 27, 75, 0.92);
  backdrop-filter: blur(12px);
}
body.layout-wc26-datalab .dlab-rd__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 12px 0;
}
body.layout-wc26-datalab .dlab-rd__crumb {
  padding: 0;
  font-size: 13px;
  font-weight: 700;
}
body.layout-wc26-datalab .dlab-rd__crumb a {
  color: #c7d2fe;
  text-decoration: none;
}
body.layout-wc26-datalab .dlab-rd__crumb a:hover {
  text-decoration: underline;
}
body.layout-wc26-datalab .dlab-rd__crumb-sep {
  margin: 0 8px;
  opacity: 0.45;
  color: #a5b4fc;
}
body.layout-wc26-datalab .dlab-rd__crumb-here {
  color: #eef2ff;
  font-weight: 800;
}
body.layout-wc26-datalab .dlab-rd__crumb-page {
  color: rgba(199, 210, 254, 0.9);
  font-weight: 600;
}
body.layout-wc26-datalab .dlab-rd__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.layout-wc26-datalab .dlab-rd__chip {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  color: #e0e7ff;
  border: 1px solid rgba(165, 180, 252, 0.35);
  background: rgba(49, 46, 129, 0.45);
  transition: background 0.15s ease;
}
body.layout-wc26-datalab .dlab-rd__chip:hover {
  background: rgba(79, 70, 229, 0.35);
}
body.layout-wc26-datalab .dlab-rd__chip--on {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #a5b4fc, #6366f1);
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}

body.layout-wc26-datalab .dlab-rd__mast {
  padding: clamp(22px, 4vw, 40px) 0;
  border-bottom: 0;
  border-radius: 0 0 22px 22px;
  margin-bottom: 8px;
  background: linear-gradient(120deg, #312e81 0%, #115e59 55%, #1e1b4b 100%);
}
body.layout-wc26-datalab .dlab-rd__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c7d2fe;
}
body.layout-wc26-datalab .dlab-rd__title {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3.5vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #eef2ff;
}
body.layout-wc26-datalab .dlab-rd__lede {
  margin: 0 0 16px;
  max-width: 60ch;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.9);
}
body.layout-wc26-datalab .dlab-rd__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.layout-wc26-datalab .dlab-rd__pill {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(226, 232, 240, 0.9);
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(165, 180, 252, 0.25);
}
body.layout-wc26-datalab .dlab-rd__pill strong {
  color: #a5b4fc;
}

body.layout-wc26-datalab .dlab-rd__frame {
  padding: clamp(20px, 3vw, 32px) 0 24px;
}
body.layout-wc26-datalab .dlab-rd__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  gap: 28px 32px;
  align-items: start;
}
@media (max-width: 960px) {
  body.layout-wc26-datalab .dlab-rd__split {
    grid-template-columns: 1fr;
  }
}

body.layout-wc26-datalab .dlab-rd__tiles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 560px) {
  body.layout-wc26-datalab .dlab-rd__tiles {
    grid-template-columns: 1fr;
  }
}
body.layout-wc26-datalab .dlab-rd__tile--lead {
  grid-column: 1 / -1;
}

body.layout-wc26-datalab .dlab-rd__tile-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--rd-line);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
body.layout-wc26-datalab .dlab-rd__tile-link:hover {
  border-color: rgba(99, 102, 241, 0.45);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.12);
}
body.layout-wc26-datalab .dlab-rd__tile--lead .dlab-rd__tile-link {
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 720px) {
  body.layout-wc26-datalab .dlab-rd__tile--lead .dlab-rd__tile-link {
    flex-direction: column;
  }
}

body.layout-wc26-datalab .dlab-rd__tile-ix {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  border-radius: 8px;
}
body.layout-wc26-datalab .dlab-rd__tile-visual {
  position: relative;
  flex: 0 0 44%;
  min-height: 140px;
  background: #f1f5f9;
}
@media (max-width: 720px) {
  body.layout-wc26-datalab .dlab-rd__tile-visual {
    flex: none;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
}
body.layout-wc26-datalab .dlab-rd__tile:not(.dlab-rd__tile--lead) .dlab-rd__tile-visual {
  flex: none;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
}
body.layout-wc26-datalab .dlab-rd__tile-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.layout-wc26-datalab .dlab-rd__tile-body {
  flex: 1;
  min-width: 0;
  padding: 16px 16px 44px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.layout-wc26-datalab .dlab-rd__tile-body time {
  font-size: 12px;
  font-weight: 700;
  color: #6366f1;
}
body.layout-wc26-datalab .dlab-rd__tile-t {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--rd-ink);
}
body.layout-wc26-datalab .dlab-rd__tile--lead .dlab-rd__tile-t {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}
body.layout-wc26-datalab .dlab-rd__tile-sum {
  font-size: 13px;
  line-height: 1.5;
  color: var(--rd-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.layout-wc26-datalab .dlab-rd__tile-go {
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #6366f1;
}

body.layout-wc26-datalab .dlab-rd__empty {
  margin: 0;
  padding: 28px;
  text-align: center;
  border-radius: 16px;
  border: 1px dashed rgba(99, 102, 241, 0.35);
  background: #eef2ff;
  color: var(--rd-muted);
}
body.layout-wc26-datalab .dlab-rd__empty a {
  color: #4f46e5;
  font-weight: 800;
}

body.layout-wc26-datalab .dlab-rd__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--rd-line);
}
body.layout-wc26-datalab .dlab-rd__pager-lbl {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}
body.layout-wc26-datalab .dlab-rd__pager-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.layout-wc26-datalab .dlab-rd__pg {
  min-width: 40px;
  padding: 8px 11px;
  text-align: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  color: var(--rd-muted);
  border: 1px solid var(--rd-line);
  background: #fff;
}
body.layout-wc26-datalab .dlab-rd__pg:hover {
  color: #4f46e5;
  border-color: rgba(99, 102, 241, 0.45);
}
body.layout-wc26-datalab .dlab-rd__pg.is-active {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
  border-color: transparent;
}

body.layout-wc26-datalab .dlab-rd__aside-panel {
  position: sticky;
  top: 72px;
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid var(--rd-line);
  background: linear-gradient(165deg, #eef2ff 0%, #fff 100%);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.08);
}
body.layout-wc26-datalab .dlab-rd__aside-h {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4f46e5;
}
body.layout-wc26-datalab .dlab-rd__aside-p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--rd-muted);
}
body.layout-wc26-datalab .dlab-rd__hot {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.layout-wc26-datalab .dlab-rd__hot-a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: border-color 0.15s ease, background 0.15s ease;
}
body.layout-wc26-datalab .dlab-rd__hot-a:hover {
  border-color: rgba(99, 102, 241, 0.25);
  background: rgba(255, 255, 255, 0.8);
}
body.layout-wc26-datalab .dlab-rd__hot-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
}
body.layout-wc26-datalab .dlab-rd__hot-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.layout-wc26-datalab .dlab-rd__hot-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.layout-wc26-datalab .dlab-rd__hot-t {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--rd-ink);
}
body.layout-wc26-datalab .dlab-rd__hot-main time {
  font-size: 11px;
  color: var(--rd-muted);
}

body.layout-wc26-datalab .dlab-rd__foot {
  padding: 24px 0 8px;
  border-top: 1px solid var(--rd-line);
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}
body.layout-wc26-datalab .dlab-rd__foot-grid {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 280px);
  gap: 16px;
}
@media (max-width: 720px) {
  body.layout-wc26-datalab .dlab-rd__foot-grid {
    grid-template-columns: 1fr;
  }
}
body.layout-wc26-datalab .dlab-rd__foot-card {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid var(--rd-line);
  background: #fff;
}
body.layout-wc26-datalab .dlab-rd__foot-card--cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
body.layout-wc26-datalab .dlab-rd__foot-h {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
}
body.layout-wc26-datalab .dlab-rd__foot-p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--rd-muted);
}
body.layout-wc26-datalab .dlab-rd__foot-btn {
  margin-top: 4px;
}

/* H5：热点列表顶区 — 面包屑与 Chip 纵向排列，mast 与摘要/标签不打叠 */
@media (max-width: 720px) {
  body.layout-wc26-datalab .dlab-rd__bar-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-bottom: 14px;
  }
  body.layout-wc26-datalab .dlab-rd__crumb {
    width: 100%;
    flex: 0 0 auto;
    line-height: 1.45;
    word-break: break-word;
  }
  body.layout-wc26-datalab .dlab-rd__chips {
    width: 100%;
    justify-content: flex-start;
    gap: 6px;
  }
  body.layout-wc26-datalab .dlab-rd__chip {
    padding: 6px 11px;
    font-size: 11px;
  }
  body.layout-wc26-datalab .dlab-rd__mast {
    position: relative;
    z-index: 0;
    margin-top: 0;
    padding: 18px 0 16px;
    border-radius: 0 0 18px 18px;
  }
  body.layout-wc26-datalab .dlab-rd__bar {
    position: relative;
    z-index: 1;
  }
  body.layout-wc26-datalab .dlab-rd__title {
    font-size: clamp(1.32rem, 6vw, 1.72rem);
    line-height: 1.2;
  }
  body.layout-wc26-datalab .dlab-rd__lede {
    max-width: none;
    margin-bottom: 14px;
  }
  body.layout-wc26-datalab .dlab-rd__meta {
    gap: 8px;
    row-gap: 10px;
    align-items: flex-start;
  }
  body.layout-wc26-datalab .dlab-rd__pill {
    flex: 0 1 auto;
    max-width: 100%;
    line-height: 1.35;
    word-break: break-word;
  }
}

/** WC26 WXL — 文章详情 dlab-ar */
