@keyframes sm45GodPulse{
0%{transform:scale(1);filter:drop-shadow(0 0 8px #ff2200)}
50%{transform:scale(1.16);filter:drop-shadow(0 0 34px #ff0000)}
100%{transform:scale(1);filter:drop-shadow(0 0 8px #ff2200)}
}
@keyframes sm45GodRing{
0%{box-shadow:0 0 12px #ff0000,0 0 0 0 rgba(255,0,0,.55)}
70%{box-shadow:0 0 36px #ff2a00,0 0 0 18px rgba(255,0,0,0)}
100%{box-shadow:0 0 12px #ff0000,0 0 0 0 rgba(255,0,0,0)}
}
.sm45-god-launcher{
width:74px!important;
height:74px!important;
border-radius:50%!important;
overflow:hidden!important;
animation:sm45GodRing 1.6s infinite ease-out!important;
}
.sm45-god-launcher img{
width:100%!important;
height:100%!important;
object-fit:cover!important;
border-radius:50%!important;
animation:sm45GodPulse 1.35s infinite ease-in-out!important;
display:block!important;
}
