/* Cleave's arc. Positioned by the module; everything here is look, not layout. */
.exp-cleave {
  position: absolute;
  pointer-events: none;
  z-index: 7;
  width: 190px;
  height: 190px;
  margin-left: -95px;
  margin-bottom: -95px;
  background-image: url('/assets/skills/knight/fx/slash-crescent.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center center;
  will-change: transform, opacity;
  filter: drop-shadow(0 0 10px rgba(190, 225, 255, .65));
}
.exp-cleave--ghost { filter: blur(1.5px); }
