*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#121212;color:#fff;min-height:100vh}button{font-family:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes starBurst{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.animate-fadeIn{animation:fadeIn .3s ease}.animate-scaleIn{animation:scaleIn .3s ease}.animate-bounce{animation:bounce .6s ease infinite}.animate-starBurst{animation:starBurst .4s ease}
