body {
  background-color: #f4f6f9;
}

.card {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.stat-card .stat-value {
  font-size: 2rem;
  font-weight: 700;
}

#destinationPanel {
  border-left: 4px solid #0d6efd;
}

#destinationPanel .section-title {
  font-weight: 600;
  color: #0d6efd;
  margin-top: .75rem;
}

.badge-status-new { background-color: #6c757d; }
.badge-status-quoted { background-color: #0dcaf0; color: #000; }
.badge-status-confirmed { background-color: #198754; }
.badge-status-lost { background-color: #dc3545; }
