body {
  background: #f7f8fa;
}

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

.metric,
.panel,
.confirm-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
}

.metric {
  border-left-width: 4px !important;
}

.metric-label {
  color: #6b7280;
  font-size: .875rem;
}

.metric-value {
  font-size: 1.7rem;
  font-weight: 700;
}

.filters,
.action-bar {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: .75rem;
}

.action-bar {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.confidence-high {
  color: #146c43 !important;
  font-weight: 700;
}

.confidence-medium {
  color: #b45309 !important;
  font-weight: 700;
}

.confidence-low {
  color: #b91c1c !important;
  font-weight: 700;
}

.table {
  background: #fff;
}

.confirm-panel {
  max-width: 620px;
}
