@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-stone-50 text-stone-900 antialiased selection:bg-blue-500 selection:text-white transition-colors duration-300;}}@layer utilities{.animate-bounce-in{animation:bounce-in .5s cubic-bezier(.68,-.55,.26,1.55) both}}@keyframes bounce-in{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.dark ::-webkit-scrollbar-thumb{background:#475569}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}html{scroll-behavior:smooth}:focus:not(:focus-visible){outline:none}
