/* Estilos específicos para Segmento Coleções */

:root {
  --accent: #673ab7;
  --accent-strong: #311b92;
  --border-accent: rgba(103, 58, 183, 0.28);
  --bg-accent-soft: rgba(103, 58, 183, 0.1);
  --text-on-accent: rgba(255, 255, 255, 0.98);
}

:root[data-theme="dark"] {
  --accent: #9575cd;
  --accent-strong: #d1c4e9;
  --border-accent: rgba(149, 117, 205, 0.3);
  --bg-accent-soft: rgba(149, 117, 205, 0.08);
  --text-on-accent: rgba(255, 255, 255, 0.98);
}
