/* ============================================================
   CHARTE COMPAS CLAIR — tokens canoniques
   Gravée COMPAS-CHARTE-CLAIR-V2 — 2026-07-18
   Source de vérité : ce fichier.
   ============================================================
   Règle absolue :
   #C8A96E (--or-deco) = filets et fonds UNIQUEMENT.
   #7C5E2A (--or-texte) = seule couleur or autorisée en texte
                          sur fond clair (contraste 5.6:1 sur #FAF8F5).
   ============================================================ */

:root {
  /* Fond & textes */
  --fond:           #FAF8F5;   /* fond global — 15.9:1 avec --texte */
  --texte:          #1A1A1A;   /* texte principal — 15.9:1 sur --fond */
  --texte-doux:     #4A4438;   /*  sous-titres, placeholders — 8.9:1 sur --fond */

  /* Or */
  --or-texte:       #7C5E2A;   /* or lisible — 5.6:1 sur --fond. SEUL or autorisé en texte sur clair */
  --or-deco:        #C8A96E;   /* or décoratif — filets et fonds UNIQUEMENT, jamais texte sur clair */
  --or-filet:       rgba(124, 94, 42, .30);  /* filets légers */

  /* Bulles chat */
  --bulle-compas:   #FFFFFF;
  --bulle-visiteur: #F0E9DC;   /* crème chaude — texte #1A1A1A dessus = 14.2:1 */

  /* Boutons */
  --bouton-fond:    #C8A96E;   /* fond or plein */
  --bouton-texte:   #15100A;   /* texte sur fond or — 8.3:1 */

  /* Ombres & rayons */
  --ombre:          0 2px 14px rgba(26, 26, 26, .07);
  --rayon:          18px;      /* charte Daniel 16/07 : 16-20px minimum */
  --rayon-bulle:    20px;
}
