.pop-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000}.pop-content,.pop-overlay{display:flex;align-items:center;justify-content:center}.pop-content{width:auto;height:auto;transform-origin:center}.opening{animation:open-animation .6s ease-out forwards}@keyframes open-animation{0%{transform:scale(0);opacity:0;border-radius:50%}50%{transform:scale(1.1);border-radius:16px;opacity:1}to{transform:scale(1);border-radius:0}}.closing{animation:close-animation .6s ease-in forwards}@keyframes close-animation{0%{transform:scale(1);border-radius:16px}50%{transform:scale(.5);border-radius:50%}to{transform:scale(0);opacity:0}}.gameBar_animate-spin__Kpw3m{animation:gameBar_spin__16A9k 1s linear infinite}@keyframes gameBar_spin__16A9k{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}