/* Fonts système iOS/macOS */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }

/* Scroll bar subtil */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

/* Glass effect for buttons on hover */
a.bg-green-500:hover { backdrop-filter: saturate(180%) blur(6px); }