/*
 * Paleta Pandora Flow
 *
 * Carregada depois do tema original para trocar apenas os tokens de marca.
 * Cores semânticas (sucesso, alerta, erro) continuam sob controle do EVO.
 */
:root {
  --primary: #00bfe8;
  --primary-foreground: #06131d;
  --ring: #00bfe8;

  --sidebar-primary: #00bfe8;
  --sidebar-primary-foreground: #06131d;
  --sidebar-ring: #00bfe8;

  --chart-1: #00bfe8;
  --chart-2: #0284c7;
  --chart-3: #22d3ee;
}

.dark {
  --primary: #22d3ee;
  --primary-foreground: #06131d;
  --ring: #22d3ee;

  --sidebar-primary: #22d3ee;
  --sidebar-primary-foreground: #06131d;
  --sidebar-ring: #22d3ee;

  --chart-1: #22d3ee;
  --chart-2: #38bdf8;
  --chart-3: #0284c7;
}
