@tailwind base;@tailwind components;@tailwind utilities;.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}html,body{overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent;touch-action:pan-x pan-y;scroll-behavior:smooth;height:100%;overflow:hidden}button,a{touch-action:manipulation;cursor:pointer}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes bounce-in{0%{transform:scale(.9);opacity:0}60%{transform:scale(1.05);opacity:1}to{transform:scale(1)}}.animate-bounce-in{animation:bounce-in .3s cubic-bezier(.175,.885,.32,1.275) forwards}
