@tailwind base;@tailwind components;@tailwind utilities;html,body{overflow-x:hidden;width:100%}@layer utilities{@keyframes indeterminate-progress{0%{transform:translate(-100%)}to{transform:translate(250%)}}.animate-indeterminate-progress{width:40%;animation:indeterminate-progress 1.5s ease-in-out infinite}.grid-background{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}.float-animation{animation:float 6s ease-in-out infinite}.float-animation:nth-child(2){animation-delay:-2s}.float-animation:nth-child(3){animation-delay:-4s}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}}
