body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f5f6f8;
}

.header {
  background: #111827;
  color: #fff;
  padding: 16px;
}

.content {
  padding: 20px;
}
/* Deal status badges */
.deal-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.deal-lead {
  background: #e5e7eb;
  color: #374151;
}

.deal-in-progress {
  background: #dbeafe;
  color: #1d4ed8;
}

.deal-invoice-sent {
  background: #ffedd5;
  color: #9a3412;
}

.deal-paid {
  background: #dcfce7;
  color: #166534;
}

.deal-lost {
  background: #fee2e2;
  color: #991b1b;
}
