/* Estilos específicos para Segmento Controle de Ferramentas */

:root {
  --accent: #e65100;
  --accent-strong: #bf360c;
  --border-accent: rgba(230, 81, 0, 0.28);
  --bg-accent-soft: rgba(230, 81, 0, 0.1);
  --text-on-accent: rgba(255, 255, 255, 0.98);
}

:root[data-theme="dark"] {
  --accent: #ff9800;
  --accent-strong: #ffb74d;
  --border-accent: rgba(255, 152, 0, 0.3);
  --bg-accent-soft: rgba(255, 152, 0, 0.08);
  --text-on-accent: rgba(255, 255, 255, 0.98);
}
