@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@layer utilities{@keyframes slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-in{animation:slide-in .3s ease-out}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .3s ease-out}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.touch-pan-x{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}}@layer utilities{@keyframes shrink-width{0%{width:100%}to{width:0%}}.animate-shrink-width{animation-name:shrink-width;animation-timing-function:linear;animation-fill-mode:forwards}}
