.endpoint-chip {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.6);
  color: #cbd5e1;
  font-size: 0.82rem;
}

.nrql-box {
  margin: 0;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.5;
  font-size: 0.85rem;
}

.kpi-card {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(30, 41, 59, 0.75);
  padding: 18px;
  text-align: center;
}

.kpi-value {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.kpi-label {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#resultsTable td,
#resultsTable th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .kpi-value {
    font-size: 1.45rem;
  }
}
