 /* ════════════════════════════
       Thème Développeur - bleu
       Seules les variables de thème
       sont définies ici.
       ════════════════════════════ */
    :root {
      /* Couleurs */
      --accent:        #6eb3ff;
      --accent-dim:    #3a7acc;
      --org-color:     #00ff88;
      --tagline-color: #00ff88;

      /* Arrière-plans */
      --bg:            #0a0b0d;
      --bg3:           #12151c;

      /* Bordures & texte */
      --border:        #1a2030;
      --text:          #b0c4de;
      --text-dim:      #4a607a;

      /* Effets lumineux */
      --glow-soft:     rgba(110, 179, 255, 0.08);
      --glow-faint:    rgba(110, 179, 255, 0.04);
      --glow-med:      rgba(110, 179, 255, 0.35);
      --glow-border:   rgba(110, 179, 255, 0.25);
      --glow-tag-bg:   rgba(110, 179, 255, 0.06);

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

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

      /* Boutons Linux */
      --dot-bg:        #131820;
      --dot-border:    #1e2a3e;
      --dot-hover:     #1e2a3e;

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