@keyframes pulse{0%,to{opacity:1;text-shadow:0 0 10px rgba(6,182,212,.8),0 0 20px rgba(236,72,153,.8)}50%{opacity:.8;text-shadow:0 0 5px rgba(6,182,212,.4),0 0 10px rgba(236,72,153,.4)}}.animate-pulse{animation:pulse 2s infinite}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}canvas,button{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
