 /* ════════════════════════════
       Thème Formateur - vert
       Seules les variables de thème
       sont définies ici.
       ════════════════════════════ */
    :root {
      /* Couleurs */
      --accent:       #00ff88;
      --accent-dim:   #00cc66;
      --org-color:    #AE92DC;
      --tagline-color: #AE92DC;

      /* Arrière-plans */
      --bg:           #0a0d0a;
      --bg3:          #131a13;

      /* Bordures & texte */
      --border:       #1a2e1a;
      --text:         #b8d4b8;
      --text-dim:     #5a7a5a;

      /* Effets lumineux */
      --glow-soft:    rgba(0, 255, 136, 0.08);
      --glow-faint:   rgba(0, 255, 136, 0.05);
      --glow-med:     rgba(0, 255, 136, 0.35);
      --glow-border:  rgba(0, 255, 136, 0.25);
      --glow-tag-bg:  rgba(0, 255, 136, 0.06);

      /* Tags */
      --tag-bg:       rgba(0, 255, 136, 0.04);
      --tag-border:   rgba(0, 255, 136, 0.15);

      /* Entrée hover */
      --entry-hover:  rgba(0, 255, 136, 0.025);

      /* Boutons Linux */
      --dot-bg:       #1e2e1e;
      --dot-border:   #2a3e2a;
      --dot-hover:    #2a3e2a;

      /* Scanlines */
      --scanline: repeating-linear-gradient(
        0deg,
        transparent, transparent 2px,
        rgba(0, 255, 136, 0.013) 2px,
        rgba(0, 255, 136, 0.013) 4px
      );
    }