@keyframes smooth-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-smooth-bounce{animation:smooth-bounce 2s ease-in-out infinite}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-fade-in-scale{animation:fade-in-scale .3s ease-out}@keyframes pulse-scale{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.animate-pulse-scale{animation:pulse-scale 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 0 5px rgba(34,197,94,.5)}50%{box-shadow:0 0 20px rgba(34,197,94,.8)}}.animate-glow{animation:glow 2s ease-in-out infinite}.schedule-group-button:focus-visible{outline:2px solid #614835;outline-offset:2px;transition:outline-offset .1s ease-out}.schedule-group-button:focus-visible:active{outline-offset:0}@media (hover:hover){.schedule-group-button{transition:transform .2s ease-out,box-shadow .2s ease-out}.schedule-group-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.schedule-group-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.schedule-group-button{transition:background-color .2s ease-out,border-color .2s ease-out}.auto-selection-highlight{position:relative;overflow:hidden}.auto-selection-highlight:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(34,197,94,.3) 50%,transparent);animation:sweep 1s ease-out}@keyframes sweep{0%{left:-100%}to{left:100%}}