/* ============================================================
   THE 5 CATEGORIES
   ------------------------------------------------------------
   A category is not a style of its own — it is a chip hue under an
   app name. The mapping now lives in the chip's own selectors, so
   this file only carries the icon tiles.

       concurrence  →  peach
       techno       →  lavande
       ecosysteme   →  nature
       marche       →  sunset
       signal       →  neutral
   ============================================================ */

/* ------------------------------------------------------------
   TILE GRADIENTS — the 44px rounded-square icon tiles of the
   onboarding category cards. A different object from the chip:
   these keep their own pair and glow.
   ------------------------------------------------------------ */
:root {
  --cat-concurrence-tile-from:   var(--ice-yellow-50);
  --cat-concurrence-tile-to:     var(--ice-peach-600);
  --cat-concurrence-tile-glow-a: var(--ice-peach-300);
  --cat-concurrence-tile-glow-b: var(--ice-yellow-100);

  --cat-techno-tile-from:   var(--ice-turquoise-100);
  --cat-techno-tile-to:     var(--ice-lavender-600);
  --cat-techno-tile-glow-a: var(--ice-lavender-200);
  --cat-techno-tile-glow-b: var(--ice-turquoise-100);

  --cat-ecosysteme-tile-from:   var(--vivid-green-100);
  --cat-ecosysteme-tile-to:     var(--ice-turquoise-500);
  --cat-ecosysteme-tile-glow-a: var(--ice-green-200);
  --cat-ecosysteme-tile-glow-b: var(--ice-yellow-50);

  --cat-marche-tile-from:   var(--vivid-peach-100);
  --cat-marche-tile-to:     var(--vivid-fuchsia-700);
  --cat-marche-tile-glow-a: var(--ice-fuchsia-300);
  --cat-marche-tile-glow-b: var(--vivid-peach-50);

  --cat-signal-tile-from:   var(--ice-blue-200);
  --cat-signal-tile-to:     var(--ice-blue-400);
  --cat-signal-tile-glow-a: var(--vivid-blue-200);
  --cat-signal-tile-glow-b: var(--ice-blue-50);
}
