/* Petits ajustements en plus de Tailwind CDN */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
code { background: #0F1115; padding: 1px 5px; border-radius: 4px; font-size: 0.85em; }
