@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.custom-scrollbar{scrollbar-gutter:stable}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#e2e8f0;border-radius:10px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#334155}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#cbd5e1}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#475569}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-fade-in{animation:fade-in .2s ease-out forwards}.animate-scale-in{animation:scale-in .2s ease-out forwards}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
