@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}.animate-bounce-slow{animation:bounce 3s infinite}.animate-bounce-slow-delay{animation:bounce 3s infinite;animation-delay:1.5s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slider-clean{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.slider-clean:focus{outline:none;box-shadow:none}.slider-clean::-webkit-slider-runnable-track{height:.65rem;border-radius:9999px;background:#334155}.slider-clean::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.8rem;height:1.8rem;margin-top:-.575rem;border-radius:9999px;border:2px solid #0f172a;background:#22d3ee;box-shadow:0 0 0 3px #22d3ee33}.slider-clean:focus::-webkit-slider-thumb{box-shadow:0 0 0 5px #22d3ee59}.slider-clean::-moz-range-track{height:.65rem;border:0;border-radius:9999px;background:#334155}.slider-clean::-moz-range-thumb{width:1.8rem;height:1.8rem;border:2px solid #0f172a;border-radius:9999px;background:#22d3ee;box-shadow:0 0 0 3px #22d3ee33}
