.arena-fly-ghost {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-shadow:
    0 0 8px rgba(255,255,255,.95),
    0 0 18px rgba(104,233,255,.85),
    0 0 34px rgba(255,45,220,.45);
  filter: drop-shadow(0 0 12px rgba(104,233,255,.8));
  will-change: transform, opacity;
}

.arena-preview-flash {
  position: fixed;
  z-index: 999998;
  pointer-events: none;
  border-radius: 10px;
  background: radial-gradient(circle, rgba(255,255,255,.85), rgba(104,233,255,.34) 35%, transparent 72%);
  box-shadow:
    0 0 14px rgba(255,255,255,.75),
    0 0 28px rgba(104,233,255,.65);
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
/* Respect the AT. Fear the author time. */
