/* Estilos específicos para Segmento Manutenção de Equipamentos */

:root {
  --accent: #2c3e50;
  --accent-strong: #1a252f;
  --border-accent: rgba(44, 62, 80, 0.28);
  --bg-accent-soft: rgba(44, 62, 80, 0.1);
  --text-on-accent: rgba(255, 255, 255, 0.98);
}

:root[data-theme="dark"] {
  --accent: #34495e;
  --accent-strong: #ecf0f1;
  --border-accent: rgba(52, 73, 94, 0.3);
  --bg-accent-soft: rgba(52, 73, 94, 0.08);
  --text-on-accent: rgba(255, 255, 255, 0.98);
}
