@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{-webkit-tap-highlight-color:transparent;font-family:Inter,sans-serif}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceSmall{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pulseSoft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.01)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-scale-in{animation:scaleIn .2s ease-out}.animate-fade-in-up{animation:fadeInUp .4s ease-out}.animate-bounce-small{animation:bounceSmall 2s infinite}.animate-pulse-soft{animation:pulseSoft 2.5s infinite ease-in-out}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.scrollbar-thin::-webkit-scrollbar{width:4px}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#cbd5e0;border-radius:10px}
