@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}body,html{overflow-x:hidden}@media (max-width:768px){.desktop-only{display:none!important}.mobile-stack{flex-direction:column!important}.mobile-full{width:100%!important;max-width:100%!important}.mobile-hide{display:none!important}.mobile-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (min-width:769px){.mobile-only{display:none!important}}