@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{-webkit-tap-highlight-color:transparent;touch-action:manipulation}body{-webkit-text-size-adjust:100%}input,textarea,select{font-size:16px!important}.overflow-y-auto{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}}@layer components{.touch-target{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.mask-fade-right{-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%);mask-image:linear-gradient(to right,black 85%,transparent 100%)}.animate-pwa-in{animation:pwaIn .5s cubic-bezier(.16,1,.3,1)}@keyframes pwaIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}
