/* ==========================================================================
   PALETA DE CORES UNIFICADA - SISTEMA VIAGEST
   Apenas variáveis de cores centralizadas
   ========================================================================== */

/* CORES PRIMÁRIAS DO SISTEMA */
:root {
  /* Dashboard Agency - Cores dos cards estatísticas */
  --stats-total: #007bff; /* text-primary - Azul Bootstrap */
  --stats-pending: #ffc107; /* text-warning - Amarelo Bootstrap */
  --stats-confirmed: #28a745; /* text-success - Verde Bootstrap */
  --stats-groups: #17a2b8; /* text-info - Ciano Bootstrap */

  /* Dashboard Admin - Cores dos cards */
  --admin-agencies: #007bff; /* text-primary */
  --admin-bookings: #28a745; /* text-success */
  --admin-users: #17a2b8; /* text-info */
  --admin-active: #ffc107; /* text-warning */

  /* Booking Cards - Cores financeiras */
  --finance-total: #007bff; /* Valor total */
  --finance-cost: #ffc107; /* Custo total */
  --finance-profit: #28a745; /* Lucro */
  --finance-margin: #6f42c1; /* Margem (roxo) */
  --finance-received: #20c997; /* Recebido (verde claro) */
  --finance-pending: #fd7e14; /* Pendente (laranja) */

  /* Agenda - Cores dos tipos de eventos */
  --event-meeting: #0d6efd; /* 🔵 Reunião - Azul */
  --event-reminder: #ffc107; /* 🟡 Lembrete - Amarelo */
  --event-training: #20c997; /* 🟢 Formação - Verde claro */
  --event-task: #6f42c1; /* 🟣 Tarefa - Roxo */
  --event-other: #6c757d; /* ⚪ Outro - Cinza */

  /* Status e elementos */
  --status-confirmed-text: #fff; /* Texto branco para status confirmado */
  --status-progress-bg: #e9ecef; /* Fundo da barra de progresso */

  /* Textos padrão */
  --text-white: #ffffff;
  --text-dark: #212529;
  --text-muted-light: rgba(255, 255, 255, 0.8);
  --text-muted-dark: rgba(0, 0, 0, 0.6);
}
