button{will-change:transform;transition:transform .1s cubic-bezier(.4,0,.2,1)!important}button:active{transform:scale(.95)!important}@media (width>=1024px){#root{transform-origin:top;width:90.9%;margin:0 auto;transform:scale(1.1)}}.bloom-overlay{pointer-events:none;z-index:500;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.bloom-burst{opacity:0;border-radius:50%;width:10px;height:10px;animation:1.2s cubic-bezier(.1,.9,.2,1) forwards burst;position:absolute}.bloom-ring{opacity:0;border-style:solid;border-width:4px;border-radius:50%;width:20px;height:20px;animation:1s cubic-bezier(.1,.9,.2,1) .1s forwards ringExpand;position:absolute}@keyframes burst{0%{opacity:.8;transform:scale(1)}50%{opacity:.4}to{opacity:0;transform:scale(150)}}@keyframes ringExpand{0%{opacity:1;border-width:10px;transform:scale(1)}to{opacity:0;border-width:0;transform:scale(50)}}
