.universe-section { margin-top: 70px; }
.section-intro { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; gap: 24px; }
.section-intro h2 { font-size: 25px; margin: 0 0 8px; }
.section-intro p:not(.eyebrow) { color: var(--muted); font-size: 12px; max-width: 760px; line-height: 1.7; margin: 0; }
.section-intro > strong { font: 500 18px var(--mono); white-space: nowrap; }
.universe-search { display: block; margin-bottom: 12px; }
.universe-search input { height: 46px; width: 100%; padding-left: 40px; }
.dmf-scroll { max-height: 620px; }
.dmf-scroll thead { position: sticky; top: 0; z-index: 1; }

@media (max-width: 700px) {
  .section-intro { display: block; }
  .section-intro > strong { display: block; margin-top: 14px; }
  .universe-section { margin-top: 45px; }
}
