/* Estilos específicos de page_lead_detail */
.status-badge {
	font-size: 0.75rem;
	padding: 0.35rem 0.65rem;
}
.status-novo { background-color: #e7f3ff; color: #0066cc; }
.status-confirmado { background-color: #d4edda; color: #155724; }
.status-contato_feito { background-color: #fff3cd; color: #cc8800; }
.status-convertido { background-color: #00861f; color: #d4edda; }
.status-rejeitado { background-color: #f8d7da; color: #721c24; }

/* Override usado em detalhes do lead (maior) */
.page-lead .status-badge {
	font-size: 0.875rem;
	padding: 0.5rem 1rem;
}

/* Layout / componentes gerais */
.auth-card { width: 100%; max-width: 420px; }
body { background-color: #f8f9fa; }
.navbar { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

/* Estatísticas do dashboard */
.stat-new { color: #0066cc; }
.stat-convertido { color: #155724; }
.stat-rejeitado { color: #721c24; }

