body {
  background-color: #f8f9fa;
}

.navbar-brand {
  font-weight: 600;
}

.badge-qa-pass {
  background-color: #198754;
}

.badge-qa-fail {
  background-color: #dc3545;
}

.missing-field {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

.copy-block {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1rem;
  white-space: pre-wrap;
  font-family: inherit;
}

.metric-card {
  border-left: 4px solid #0d6efd;
}

.workflow-card {
  transition: box-shadow 0.15s ease;
}

.workflow-card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.channel-tab-content {
  min-height: 200px;
}

.human-loop-manual {
  border-left: 4px solid #fd7e14;
}

.human-loop-auto {
  border-left: 4px solid #198754;
}

.prototype-banner {
  background: linear-gradient(135deg, #e7f1ff 0%, #f8f9fa 100%);
  border: 1px solid #b6d4fe;
  border-radius: 0.5rem;
}
