/* ── dark decorative header (title + subtitle) ── */
#dart-hdr {
  padding: 16px 22px 18px;
  flex-shrink: 0;
  background: #1a1a22
}

#dart-hdr.dart-geo {
  background: #1a4f8a
}

#dart-t {
  font-family: var(--font-display);
  font-size: 22px;
  color: #fff;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  text-align: left
}

#dart-s {
  font-size: 12px;
  color: rgba(255, 255, 255, .45);
  font-weight: 300;
  font-family: var(--font-ui)
}

/* When hidden: the entire dark header bar collapses */
#dart-box.hdr-hidden #dart-hdr {
  display: none
}

#dart-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px
}
