@keyframes bounce-short{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-bounce-short{animation:bounce-short 2s infinite ease-in-out}.grid-cols-16{grid-template-columns:repeat(16,minmax(0,1fr))}.grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0f172a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#334155}button:active{transform:scale(.95)}
