@tailwind base;@tailwind components;@tailwind utilities;@keyframes music-wave{0%,to{height:10%}50%{height:100%}}.animate-music-wave{animation:music-wave 1s ease-in-out infinite}@keyframes shine{to{left:125%}}.animate-shine{animation:shine 1s}@keyframes gradient-xy{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-gradient-xy{animation:gradient-xy 3s ease infinite;background-size:200% 200%}@keyframes beat{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-beat{animation:beat .8s ease-in-out infinite}@keyframes ripple{0%{box-shadow:0 0 #ec4899b3}70%{box-shadow:0 0 0 20px #ec489900}to{box-shadow:0 0 #ec489900}}.animate-ripple{animation:ripple 1.5s infinite}@keyframes hologram{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-hologram{background-size:200% auto;animation:hologram 3s linear infinite}@keyframes eq-bar{0%,to{height:20%}50%{height:80%}}.animate-eq-1{animation:eq-bar .8s ease-in-out infinite alternate}.animate-eq-2{animation:eq-bar .7s ease-in-out .2s infinite alternate}.animate-eq-3{animation:eq-bar .9s ease-in-out .4s infinite alternate}@keyframes wave{0%,to{height:30%}50%{height:100%}}.animate-wave-slow{animation:wave 1.2s ease-in-out infinite}.animate-wave-fast{animation:wave .8s ease-in-out infinite}@keyframes dot-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-300%)}}.animate-dot-1{animation:dot-bounce 1s ease-in-out infinite}.animate-dot-2{animation:dot-bounce 1s ease-in-out .2s infinite}.animate-dot-3{animation:dot-bounce 1s ease-in-out .4s infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slideUp{animation:slideUp .6s ease-out forwards}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slideDown{animation:slideDown .6s ease-out forwards}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.animate-scaleIn{animation:scaleIn .4s ease-out forwards}@keyframes pulse-fade{0%,to{opacity:1}50%{opacity:.8}}.animate-pulse-fade{animation:pulse-fade 2s infinite}::-webkit-scrollbar{width:10px!important;height:10px!important}::-webkit-scrollbar-track{background:#0f0518!important;border-left:1px solid rgba(255,255,255,.05)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f97316,#ec4899,#db2777)!important;border-radius:5px!important;border:2px solid #0f0518!important}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#fb923c,#f472b6,#be185d)!important}@keyframes reflection{0%{left:-100%}to{left:200%}}.animate-reflection{position:absolute;top:0;bottom:0;left:-100%;width:50%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);transform:skew(-20deg);animation:reflection 1s ease-in-out infinite alternate;pointer-events:none}
