@keyframes spin-slow{to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 8s linear infinite}@keyframes enter{0%{opacity:var(--enter-opacity, 1);transform:translate3d(var(--enter-x, 0),var(--enter-y, 0),0) scale3d(var(--enter-scale, 1),var(--enter-scale, 1),1)}}.animate-in{animation-name:enter;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.fade-in{--enter-opacity: 0}.zoom-in{--enter-scale: .94}.slide-in-from-bottom-2{--enter-y: .5rem}.slide-in-from-bottom-4{--enter-y: 1rem}.slide-in-from-bottom-8{--enter-y: 2rem}.slide-in-from-bottom-10{--enter-y: 2.5rem}.slide-in-from-right{--enter-x: 110%}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-700{animation-duration:.7s}.duration-1000{animation-duration:1s}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}@keyframes eq{0%,to{transform:scaleY(.25)}50%{transform:scaleY(1)}}.eq-bar{width:3px;height:100%;transform-origin:bottom;background:currentColor;animation:eq .9s ease-in-out infinite}.eq-bar:nth-child(2){animation-delay:.15s;animation-duration:.7s}.eq-bar:nth-child(3){animation-delay:.3s;animation-duration:1.1s}.eq-bar:nth-child(4){animation-delay:.1s;animation-duration:.8s}.eq-paused .eq-bar{animation-play-state:paused;transform:scaleY(.3)}.press{transition:transform .08s ease,box-shadow .08s ease}.press:active{transform:translateY(1px)}:focus-visible{outline:2px solid var(--color-yellow, #E8FF00);outline-offset:2px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:var(--color-yellow, #E8FF00);cursor:pointer}input[type=range]::-moz-range-thumb{width:14px;height:14px;border:none;background:var(--color-yellow, #E8FF00);cursor:pointer}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.animate-spin-slow,.eq-bar{animation:none!important}}
