@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:10px;height:10px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172a4d;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#06b6d4,#8b5cf6);border-radius:10px;border:2px solid #0f172a}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#22d3ee,#a78bfa);box-shadow:0 0 10px #06b6d480}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#06b6d4 #0f172a}.pixel-card-violet{@apply bg-violet-900/40 backdrop-blur-md border border-violet-500/30 rounded-2xl shadow-xl transition-all duration-300;}.pixel-card-slate{@apply bg-slate-800/60 backdrop-blur-lg border border-slate-700/50 rounded-2xl shadow-xl transition-all duration-300;}.pixel-card-cyan{@apply bg-cyan-900/40 backdrop-blur-md border border-cyan-500/30 rounded-2xl shadow-xl transition-all duration-300;}.animate-float{animation:idleFloat 4s ease-in-out infinite}@keyframes idleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
