@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#000;color:#fff;margin:0;overflow:hidden}body,html{scrollbar-color:rgba(0,198,255,.35) #000;scrollbar-width:thin}body::-webkit-scrollbar,html::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:#000}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:rgba(0,198,255,.28);border:2px solid #000;border-radius:999px}body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:rgba(0,198,255,.42)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-float{animation:float 4s ease-in-out infinite}.event-page{scrollbar-color:rgba(0,198,255,.35) #000;scrollbar-width:thin}.event-page::-webkit-scrollbar{width:10px}.event-page::-webkit-scrollbar-track{background:#000}.event-page::-webkit-scrollbar-thumb{background:rgba(0,198,255,.28);border:2px solid #000;border-radius:999px}.event-page::-webkit-scrollbar-thumb:hover{background:rgba(0,198,255,.42)}