@import "tailwindcss";@variant dark (&:where(.dark, .dark *));.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(30,41,59,.5);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(71,85,105,.8);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}