@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-slate-900;}}@layer components{.premium-card{@apply bg-white rounded-[2rem] border border-slate-200 transition-all duration-300 hover:shadow-2xl hover:border-blue-300;}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#2563eb}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background-image:linear-gradient(90deg,#fff0,#fff6 37%,#fff0 70%);background-size:200% 100%;animation:shimmer 1.6s infinite linear}.dark .animate-shimmer{background-image:linear-gradient(90deg,#fff0,#ffffff14 37%,#fff0 70%)}
