@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce-in{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-slow-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes glow{0%,to{text-shadow:0 0 10px rgba(34,197,94,.5)}50%{text-shadow:0 0 20px rgba(34,197,94,.8)}}.animate-bounce-in{animation:bounce-in .6s cubic-bezier(.68,-.55,.265,1.55)}.animate-shimmer{animation:shimmer 2s infinite}.animate-spin-slow{animation:spin-slow 3s linear infinite}.animate-spin-slow-reverse{animation:spin-slow-reverse 4s linear infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.flag-popup-overlay{animation:fadeIn .3s ease-out}.flag-popup-container{box-shadow:0 0 40px #22c55e80,inset 0 0 20px #22c55e1a;background:linear-gradient(145deg,#111827,#1f2937)}.trophy-icon{filter:drop-shadow(0 0 20px rgba(234,179,8,.5))}.copy-button-success{box-shadow:0 4px 20px #22c55e4d}.copy-button-default{box-shadow:0 4px 20px #3b82f64d}
