/* ===== Variables Globales partagées ===== */
:root {
    --fond-main: #ECF1EA;          /* Ton vert/gris clair pour le fond global */
    --text-main: #0f172a;          /* Bleu nuit profond pour une super lisibilité */
    --text-muted: #94a3b8;         /* Gris moyen pour la loupe */
    --fond-header-input: #ffffff;  /* Blanc pur pour la barre Google */
    --border-input: #e2e8f0;      
    --shadow-color: rgba(15, 23, 42, 0.08);
    --fond-card: #CEE8F3;          /* Ton bleu ciel pour la fenêtre de texte */
    --fond-close-overlay: rgba(15, 23, 42, 0.08);
    --fond-close-hover: rgba(15, 23, 42, 0.05);
    --accent: #2563EB;            /* Accent bleu optionnel pour liens/boutons */
}
