@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0b1220;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#1f2e48;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#7c83ff}.animate-popIn{animation:popIn .4s cubic-bezier(.16,1,.3,1)}@keyframes popIn{0%{transform:scale(.98);opacity:0}to{transform:scale(1);opacity:1}}.animate-shimmer{animation:shimmer 3s infinite linear}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.shadow-lunar{box-shadow:0 0 15px #7c83ff26}.text-moonlight{color:#c9d6ff}}
