@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-[#030303] text-white;}}@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{@apply bg-transparent;}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-white/10 rounded-full transition-colors;}.custom-scrollbar::-webkit-scrollbar-thumb:hover{@apply bg-white/20;}}
