body {
  background: #111827;
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.card-link {
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.card-link:hover {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  transform: translateY(-2px);
}

.portal-pre {
  background: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.portal-monospace {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.table td,
.table th {
  vertical-align: middle;
}

.report-content table {
  margin-bottom: 1.5rem;
}

.report-content h2,
.report-content h3 {
  margin-top: 1.5rem;
}

.report-header-table td {
  width: 50%;
}
