/* Styles spécifiques */
.schedule-wrapper { overflow: auto; -webkit-overflow-scrolling: touch; }
.sticky-left { position: sticky; left: 0; z-index: 30; background: white; }
.sticky-top { position: sticky; top: 0; z-index: 40; background: white; }
.chip { border-radius: 9999px; padding: 0.25rem 0.5rem; font-size: 0.75rem; line-height: 1rem; }
* { touch-action: manipulation; }
#toast .msg { background:#111; color:#fff; padding:.6rem .8rem; border-radius:.75rem; box-shadow:0 6px 20px rgba(0,0,0,.1) }
