/* ════════════════════════════════════════════════════════════════════
   PLB — Palette partagée (source unique des variables CSS)
   Liée par : activity.html · agenda.html · network.html · offres.html
   Chaque page peut surcharger ces valeurs dans son propre :root
   (ex. offres.html aligne --bg/--border sur le thème de index.html).
   ════════════════════════════════════════════════════════════════════ */

:root {
  /* Surfaces & texte */
  --bg: #0d1117;
  --surface: #161b22;
  --surface2: #21262d;
  --surface3: #2d333b;
  --border: #30363d;
  --text: #e6edf3;
  --muted: #8b949e;

  /* Sports */
  --futsal: #58a6ff;
  --soccer: #f78166;
  --foot7: #56d364;
  --social: #d2a8ff;

  /* Résultats & statuts */
  --win: #3fb950;
  --draw: #e3b341;
  --loss: #f85149;
  --present: #3fb950;
  --absent: #f85149;
  --gold: #e3b341;

  /* Accents marque */
  --teal: #3DD6C4;
  --teal-d: #2DB8A8;
  --violet: #4B39EF;
  --orange: #EE8B60;
  --green: #3EE67F;
  --red: #f85149;
  --blue: #1976D2;
}
