/* Recodet Move item-location ownership map v2 */
.moveOwnedItemsLayer{position:absolute;inset:0;z-index:4;pointer-events:none}
.moveOwnedItemMarker{
  position:absolute;left:var(--item-x);top:var(--item-y);z-index:5;
  width:62px;height:78px;margin:-34px 0 0 -31px;padding:0;border:0;background:transparent;
  color:#171105;pointer-events:auto;cursor:pointer;overflow:visible;
  animation:moveItemDrop .62s cubic-bezier(.17,.89,.32,1.28) both;
  animation-delay:var(--arrival-delay,0ms);
}
.moveOwnedItemVisual{
  position:relative;z-index:3;width:58px;height:58px;margin:auto;border:3px solid #f4ce5a;
  border-radius:20px 20px 20px 6px;transform:rotate(-45deg);
  display:grid;place-items:center;overflow:hidden;
  background:linear-gradient(145deg,#f6dc7e,#c58b13);
  box-shadow:0 14px 30px rgba(0,0,0,.38),0 0 0 5px rgba(244,206,90,.10),inset 0 1px 0 rgba(255,255,255,.55);
}
.moveOwnedItemVisual>*{transform:rotate(45deg)}
.moveOwnedItemVisual img{width:100%;height:100%;object-fit:cover;transform:rotate(45deg) scale(1.18)}
.moveOwnedItemVisual svg{width:27px;height:27px;color:#1a1305}
.moveOwnedItemVisual b{position:absolute;right:8px;bottom:7px;font-size:8px;font-weight:950;color:#1a1305}
.moveOwnedItemQty{
  position:absolute;z-index:6;right:-1px;top:-4px;min-width:23px;height:23px;padding:0 6px;
  border:2px solid #17130d;border-radius:999px;background:#fff4cc;color:#171105;
  display:grid;place-items:center;font-size:10px;font-weight:950;box-shadow:0 7px 14px rgba(0,0,0,.25)
}
.moveOwnedItemPulse{
  position:absolute;z-index:1;left:50%;top:29px;width:72px;height:72px;margin:-36px 0 0 -36px;
  border:2px solid rgba(244,206,90,.55);border-radius:50%;opacity:0;transform:scale(.55)
}
.moveOwnedItemMarker.active .moveOwnedItemPulse,.moveOwnedItemMarker.fresh .moveOwnedItemPulse,.moveOwnedItemMarker.justArrived .moveOwnedItemPulse{
  animation:moveItemPulse 1.8s ease-out infinite
}
.moveOwnedItemMarker.active .moveOwnedItemVisual{border-color:#fff1ad;box-shadow:0 16px 34px rgba(0,0,0,.44),0 0 0 7px rgba(244,206,90,.18),0 0 24px rgba(244,206,90,.38)}
.moveOwnedItemMarker.justArrived{animation:moveItemArrival 1s cubic-bezier(.17,.89,.32,1.35) both}
.moveOwnedItemLabel{
  position:absolute;z-index:7;left:50%;top:59px;transform:translateX(-50%);
  min-width:96px;max-width:138px;padding:6px 8px;border:1px solid rgba(244,206,90,.22);border-radius:11px;
  background:rgba(8,9,11,.88);backdrop-filter:blur(8px);box-shadow:0 8px 20px rgba(0,0,0,.3);
  display:grid;gap:1px;text-align:center;color:#fff3d6
}
.moveOwnedItemLabel strong{font-size:9px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.moveOwnedItemLabel small{font-size:7px;color:#d4b75f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.moveOwnedItemMarker:hover .moveOwnedItemVisual,.moveOwnedItemMarker:focus-visible .moveOwnedItemVisual{filter:brightness(1.08);transform:rotate(-45deg) scale(1.06)}
.moveOwnedItemMarker:focus-visible{outline:2px solid #fff0a3;outline-offset:8px;border-radius:22px}
.moveHeroRoute.activeItemRoute{opacity:.5}
.moveHeroCopy p{max-width:300px}
.moveFulfilmentChoiceGrid{grid-template-columns:repeat(5,minmax(0,1fr))}
.moveFulfilmentChoiceGrid button{min-height:78px;padding-left:2px;padding-right:2px}
.moveFulfilmentChoiceGrid strong{font-size:9px}.moveFulfilmentChoiceGrid small{font-size:6.8px}
.moveFulfilmentItem em{white-space:normal;line-height:1.3}
@keyframes moveItemDrop{0%{opacity:0;transform:translateY(-24px) scale(.7)}70%{opacity:1;transform:translateY(3px) scale(1.05)}100%{opacity:1;transform:none}}
@keyframes moveItemArrival{0%{opacity:0;transform:translateY(-44px) scale(.55)}55%{opacity:1;transform:translateY(7px) scale(1.18)}72%{transform:translateY(-3px) scale(.98)}100%{transform:none}}
@keyframes moveItemPulse{0%{opacity:.8;transform:scale(.5)}75%,100%{opacity:0;transform:scale(1.5)}}
@media(max-width:390px){
 .moveOwnedItemMarker{width:54px;height:72px;margin-left:-27px}
 .moveOwnedItemVisual{width:50px;height:50px;border-radius:17px 17px 17px 5px}
 .moveOwnedItemQty{right:-2px;top:-5px;min-width:21px;height:21px;font-size:9px}
 .moveOwnedItemPulse{top:25px;width:62px;height:62px;margin:-31px 0 0 -31px}
 .moveOwnedItemLabel{top:51px;min-width:82px;max-width:110px;padding:5px 6px}
 .moveOwnedItemLabel strong{font-size:8px}.moveOwnedItemLabel small{font-size:6.5px}
 .moveFulfilmentChoiceGrid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .moveFulfilmentChoiceGrid button{min-height:68px}
}
