body {
  background: #0e1627;
  color: #e6e8eb;
  font-family: "IBM Plex Mono", monospace;
  line-height: 1.7;
  max-width: 65ch;
}
a {
  color: #7fa7c8;
}

.bench-index {}
.bench-group { margin-top: 2rem; }
.bench-list { list-style: none; padding-left: 0; }
.bench-list li { margin-bottom: 0.75rem; }
.meta { opacity: 0.7; font-size: 0.85em; }
.bench-more { margin-top: 0.5rem; }
