.lab-verdict {
  border: 1px solid rgba(99, 102, 241, 0.35);
  background: rgba(99, 102, 241, 0.08);
}

.lab-table {
  --bs-table-bg: transparent;
  --bs-table-color: #e2e8f0;
  --bs-table-border-color: rgba(148, 163, 184, 0.18);
  color: #e2e8f0;
}

.lab-table th {
  color: #94a3b8;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.lab-table td,
.lab-table th {
  vertical-align: top;
}

.lab-badge-yes {
  color: #86efac;
}

.lab-badge-no {
  color: #fca5a5;
}

.lab-badge-partial {
  color: #fcd34d;
}

.lab-code {
  display: block;
  white-space: pre-wrap;
  word-break: break-word;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  font-size: 0.82rem;
  color: #c7d2fe;
}

.lab-links a {
  color: #a5b4fc;
}

.lab-meta-input {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9rem;
  background: rgba(15, 23, 42, 0.75);
  border-color: rgba(148, 163, 184, 0.22);
  color: #e2e8f0;
}

.lab-meta-input:focus {
  background: rgba(15, 23, 42, 0.9);
  color: #f8fafc;
  border-color: rgba(99, 102, 241, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.15);
}

.lab-num {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.lab-row-error {
  opacity: 0.75;
}

.lab-notes > summary {
  list-style: none;
}

.lab-notes > summary::-webkit-details-marker {
  display: none;
}
