.ohmmb-debug{ outline:2px dashed #00e1ff !important; }
.ohmmb-has-meta{ position:relative; }
.ohmmb-bridged{ z-index:6; }
.ohmmb-bridged::after{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:999px;
  pointer-events:none;
  opacity:.95;
}
.ohmmb-bridged.fx-lightning_storm::after{ box-shadow:0 0 10px #7fd0ff,0 0 18px #4ca6ff,0 0 28px #b4e2ff; animation:ohmmbFlicker .18s infinite; }
.ohmmb-bridged.fx-fire_aura::after{ box-shadow:0 0 10px #ff5a00,0 0 18px #ff8a00,0 0 28px #ff2200; animation:ohmmbPulse 1.1s infinite; }
.ohmmb-bridged.fx-shadow_burst::after,
.ohmmb-bridged.fx-void_pulse::after{ box-shadow:0 0 10px #7b2cff,0 0 18px #40106f,0 0 28px #b185ff; animation:ohmmbPulse 1.2s infinite; }
.ohmmb-bridged.fx-gold_fortress::after,
.ohmmb-bridged.fx-royal_neon::after{ box-shadow:0 0 10px #ffd54a,0 0 18px #ffe98f,0 0 28px #fff3b0; animation:ohmmbPulse 1.3s infinite; }
@keyframes ohmmbPulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.12);opacity:1}100%{transform:scale(1);opacity:.6}}
@keyframes ohmmbFlicker{0%,100%{opacity:1}50%{opacity:.35}}