@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@layer base{html,body{max-width:100vw;overflow-x:hidden;-webkit-tap-highlight-color:transparent}button,a{@apply min-h-[44px] min-w-[44px] flex items-center justify-center;}.card{@apply p-4 md:p-6;}}@layer base{:root{--nav-height: 64px}body{height:100svh;overscroll-behavior-y:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}}
