body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 60rem;
  margin: 2rem auto;
  padding: 0 1rem;
  color: #222;
}

h1 {
  margin-bottom: 0.25rem;
}

.subtitle {
  color: #666;
  margin-top: 0;
}

.breadcrumb {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.breadcrumb a {
  color: #666;
}

dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.25rem 1rem;
  margin: 1rem 0 2rem;
}

dt {
  color: #666;
}

dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-variant-numeric: tabular-nums;
}

th, td {
  padding: 0.3rem 0.6rem;
  text-align: right;
  border-bottom: 1px solid #eee;
}

th:first-child, td:first-child {
  text-align: left;
}

thead th {
  border-bottom: 2px solid #ccc;
  background: #fafafa;
}

tbody tr:hover {
  background: #f7f7f7;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.error {
  color: #a00;
}

.notice {
  background: #f4f9f4;
  border: 1px solid #cde3cd;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}

.pagination {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 1rem 0;
  font-variant-numeric: tabular-nums;
}

.pagination .disabled {
  color: #ccc;
}

td.missing {
  text-align: center;
  color: #888;
}

td form {
  display: inline;
  margin: 0;
}

footer {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 0.875rem;
  color: #888;
}

footer a {
  color: #666;
}

footer p {
  max-width: 640px;
  margin: 1rem auto 0;
  line-height: 1.5;
  text-align: left;
}
