#hero,
.hero-card {
  background: #111827;
}

.hero-slide.no-cover img,
.top-list article.no-cover img,
.section-lead.no-cover img {
  display: none;
}

.hero-slide.no-cover {
  background: linear-gradient(135deg, #111827, #1f2937);
}

.hero-slide.no-cover .hero-overlay {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .78) 70%, rgba(0, 0, 0, .94) 100%);
}

/* 无图热榜项只保留一个完整文字列，序号继续绝对定位。 */
.top-list article.no-cover {
  grid-template-columns: minmax(0, 1fr);
  padding: 0 14px 0 48px;
  align-items: center;
}

.top-list article.no-cover h2 {
  grid-column: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  word-break: normal;
}

.section-lead.no-cover {
  min-height: 160px;
  background: #f3f4f6;
}

.section-lead.no-cover h3 {
  padding: 24px;
}

.hero-slide img,
.top-list img,
.section-lead img {
  transition: opacity .14s ease;
}

.hero-slide img[data-trrb-loading="true"],
.top-list img[data-trrb-loading="true"],
.section-lead img[data-trrb-loading="true"] {
  opacity: 0;
}

.hero-slide img[data-trrb-loading="false"],
.top-list img[data-trrb-loading="false"],
.section-lead img[data-trrb-loading="false"] {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide img,
  .top-list img,
  .section-lead img {
    transition: none;
  }
}