/* Palette Claude-Health — auto-générée par gen-palette.js depuis #ec4899 */
:root {
  --p-text-on:   #260d19;  /* texte sombre lisible sur fond couleur principale */
  --p-pale:      #f9deeb;  /* texte clair sur fond sombre */
  --p-soft:      #f3a7cd;  /* highlights pâles */
  --p-light:     #f176b3;  /* accents secondaires */
  --p-base:      #ec4899;  /* COULEUR PRINCIPALE */
  --p-bright:    #f5268c;  /* saturé */
  --p-glow:      #d81073;  /* halo / accent fort */
  --p-shadow:    #a41159;  /* shadow / hover */
  --p-deep:      #5e0a33;  /* deep accent */

  /* triplets RGB pour rgba() */
  --p-pale-rgb:    249, 222, 235;
  --p-soft-rgb:    243, 167, 205;
  --p-light-rgb:   241, 118, 179;
  --p-base-rgb:    236, 72, 153;
  --p-bright-rgb:  245, 38, 140;
  --p-glow-rgb:    216, 16, 115;
  --p-shadow-rgb:  164, 17, 89;
  --p-deep-rgb:    94, 10, 51;

  /* ===== Palette VLAN canonique (source unique pour portail, topologie, docs, dashboard) ===== */
  --v1: #fde047;  --v1-rgb: 253, 224, 71;    /* V1 Système   — jaune */
  --v2: #ef4444;  --v2-rgb: 239, 68, 68;     /* V2 Sécurité  — rouge */
  --v3: #22d3ee;  --v3-rgb: 34, 211, 238;    /* V3 Domotique — cyan */
  --v4: #4ade80;  --v4-rgb: 74, 222, 128;    /* V4 Multimédia— vert */
  --v5: #a855f7;  --v5-rgb: 168, 85, 247;    /* V5 DMZ       — violet */
  --v6: #fb923c;  --v6-rgb: 251, 146, 60;    /* V6 Données   — orange */
  --vt: #eab308;  --vt-rgb: 234, 179, 8;     /* Trunk        — or saturé */
}
