/* APROCOT-CI — styles complementaires a Tailwind (classes non couvertes par le CDN) */
.animate-fade-in { animation: fadeIn .3s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
.custom-scrollbar::-webkit-scrollbar { height: 6px; width: 6px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.tab-btn.is-active, .qualite-tab.is-active { background: white; box-shadow: 0 2px 8px 0 rgba(15,23,42,.04); }
