/* Hallucitation Detection — site styles */

/* Subtle header rule under section headings */
h2 {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.3rem;
  margin-top: 2rem;
}

/* Phase badge styling — used inline as <span class="phase-badge"> */
.phase-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  background: #e8f4fd;
  color: #1a6fa8;
  margin-right: 0.4rem;
}

/* Status indicators */
.status-active   { color: #198754; font-weight: 600; }
.status-planned  { color: #6c757d; font-weight: 600; }
.status-complete { color: #0d6efd; font-weight: 600; }

/* Pipeline phase cards */
.phase-card {
  border: 1px solid #dee2e6;
  border-left: 4px solid #1a6fa8;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  background: #fafcff;
}

.phase-card h3 {
  margin-top: 0;
  font-size: 1.05rem;
}
