/* Tema institucional UEA — replicado del tema activo de Quipux (tema_id 1 "UEA").
   Fuente: temas_valores en quipux_db. Paleta: pizarra + turquesa + lima.
   Mantengo los nombres de variable (--uea-green*) para no tocar app.css;
   los VALORES son los institucionales reales. */
:root {
  /* turquesa = color de marca interactivo (secundario_1 Quipux) */
  --uea-green:        #00aaa7;
  --uea-green-dark:   #00807d;
  /* pizarra = color principal Quipux (header, títulos) */
  --uea-green-darker: #384152;
  --uea-green-light:  #33bdbb;
  --uea-green-pale:   #e6f7f6;
  /* lima = acento (secundario_2 Quipux) */
  --uea-accent:       #bad00c;
  --uea-accent-dark:  #8fa30a;

  --bg:        #f5f5f5;
  --surface:   #ffffff;
  --border:    #e0e0e0;
  --text:      #1a1a1a;
  --text-soft: #666666;
  --muted:     #999999;

  --crit-alta:  #c62828;
  --crit-media: #f2a900;
  --crit-baja:  #2e7d32;

  --estado-operativo:     #00807d;
  --estado-degradado:     #f2a900;
  --estado-mantenimiento: #1565c0;
  --estado-retirado:      #9e9e9e;
  --estado-planificado:   #6a1b9a;

  --radius: 10px;
  --shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);
  --font: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}
