/* Estilos específicos para Segmento Produção Agrícola */

:root {
  --accent: #388e3c;
  --accent-strong: #1b5e20;
  --border-accent: rgba(56, 142, 60, 0.28);
  --bg-accent-soft: rgba(56, 142, 60, 0.1);
  --text-on-accent: rgba(255, 255, 255, 0.98);
}

:root[data-theme="dark"] {
  --accent: #4caf50;
  --accent-strong: #81c784;
  --border-accent: rgba(76, 175, 80, 0.3);
  --bg-accent-soft: rgba(76, 175, 80, 0.08);
  --text-on-accent: rgba(255, 255, 255, 0.98);
}
