/**
 * Diagnostics & Developer Pipelines stylesheet for AI Compliance Bot
 */

.diagnostics-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.diag-json-box {
  background: var(--product-soft);
  border: 1px solid var(--product-border);
  border-radius: 0.85rem;
  padding: 1rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  max-height: 400px;
  overflow-y: auto;
}
