@keyframes highlight-overlay-fade-in{0%{opacity:0}to{opacity:.7}}.highlight-overlay{animation:highlight-overlay-fade-in .3s ease-in-out forwards}@keyframes progress-fill{0%{width:var(--progress-start-width)}to{width:100%}}.progress-fill-animation{animation:progress-fill var(--animation-duration) linear forwards}@keyframes float-space{0%{transform:translate(0) rotate(15deg) scale(1)}to{transform:translate(10px,40px) rotate(20deg) scale(.8)}}.animate-float-space{animation-name:float-space;animation-duration:1.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;will-change:transform}@media (prefers-reduced-motion:reduce){.animate-float-space{animation:none}}