.command-ui .clue-slot .evidence-art{
  width:88%;
  height:84%;
  margin:5% auto 0;
  border:0;
  background:transparent;
}

.command-ui .clue-slot.filled .evidence-art{
  border:0;
  background:transparent;
}

.command-ui .clue-slot .evidence-art img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 5px 5px rgba(0,0,0,.42));
}

.inventory-flight-graphic{
  position:fixed;
  z-index:60;
  display:block;
  object-fit:contain;
  pointer-events:none;
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.58)) drop-shadow(0 0 10px rgba(230,181,65,.24));
  will-change:transform,opacity;
}

.inventory-received{animation:inventory-received-pulse .52s ease-out}
@keyframes inventory-received-pulse{
  0%{filter:brightness(1);box-shadow:inherit}
  35%{filter:brightness(1.75);box-shadow:0 0 0 2px rgba(230,181,65,.8),0 0 24px rgba(230,181,65,.62)}
  100%{filter:brightness(1);box-shadow:inherit}
}

@media(prefers-reduced-motion:reduce){.inventory-received{animation-duration:.18s}}
