/* D518 Readability fix Yacine 29avr 22h
   Force contraste minimum WCAG AA sur fond clair */

/* Stat sources - cards trust signals */
.stat-source {
  color: #475569 !important;
  font-weight: 500 !important;
}
.stat-label {
  color: #1f2937 !important;
  font-weight: 600 !important;
}

/* Style attribute trop clairs */
[style*="color:#999"],
[style*="color: #999"],
[style*="color:#9ca3af"],
[style*="color: #9ca3af"],
[style*="color:#94a3b8"],
[style*="color: #94a3b8"],
[style*="color:#cbd5e0"],
[style*="color: #cbd5e0"] {
  color: #475569 !important;
}

[style*="color:#6b7280"],
[style*="color: #6b7280"] {
  color: #4b5563 !important;
}

/* Opacity trop basse sur texte */
[style*="opacity:0.5"]:not(button):not([class*="absolute"]),
[style*="opacity: 0.5"]:not(button):not([class*="absolute"]),
[style*="opacity:.5"]:not(button):not([class*="absolute"]) {
  opacity: 0.85 !important;
}

/* Tailwind utility classes */
.text-gray-300, .text-gray-400 { color: #475569 !important; }
.text-slate-300, .text-slate-400 { color: #475569 !important; }
.text-purple-200, .text-purple-300 { color: #4c1d95 !important; }
.text-violet-200, .text-violet-300 { color: #4c1d95 !important; }
.text-indigo-200, .text-indigo-300 { color: #312e81 !important; }

/* Dark mode preservation */
html.dark .text-gray-300, html.dark .text-gray-400 { color: #cbd5e0 !important; }
html.dark .text-slate-300, html.dark .text-slate-400 { color: #cbd5e0 !important; }
html.dark [style*="color:#94a3b8"] { color: #cbd5e0 !important; }
