.flying-cart-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:100016;overflow:visible}.burst-effect{width:120px;height:120px;margin-left:-60px;margin-top:-60px;border-radius:50%;background:radial-gradient(circle,rgba(251,191,36,.6) 0,rgba(251,191,36,0) 70%);box-shadow:0 0 40px rgba(251,191,36,.8),0 0 80px rgba(245,158,11,.6);pointer-events:none;will-change:transform,opacity}.flying-item,.flying-item-content{transform-origin:center center;backface-visibility:hidden;-webkit-backface-visibility:hidden}.flying-item-content{position:relative;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 0 40px rgba(139,92,246,.7),0 0 80px rgba(59,130,246,.4),inset 0 0 40px rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:4px solid rgba(255,255,255,.5);animation:shimmer .3s ease-in-out infinite;will-change:transform}.flying-item-icon{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(255,255,255,.8)) brightness(1.2)}.flying-item-placeholder{font-size:42px;font-weight:700;color:white;text-shadow:0 0 10px rgba(0,0,0,.3)}.particle-trail{position:fixed;pointer-events:none;will-change:opacity}.particle{position:absolute;width:16px;height:16px;margin-left:-8px;margin-top:-8px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.95),#fbbf24);box-shadow:0 0 16px rgba(251,191,36,1),0 0 32px rgba(245,158,11,.6),inset 0 0 8px rgba(255,255,255,.4);filter:blur(.3px);will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}@keyframes shimmer{0%,to{opacity:1;filter:drop-shadow(0 0 12px rgba(139,92,246,.9)) drop-shadow(0 0 24px rgba(59,130,246,.5))}50%{opacity:.85;filter:drop-shadow(0 0 20px rgba(139,92,246,1)) drop-shadow(0 0 40px rgba(59,130,246,.7)) drop-shadow(0 0 60px rgba(251,191,36,.3))}}@media (max-width:1024px){.flying-item-content{width:100px;height:100px}.flying-item-icon{width:80px;height:80px}.flying-item-placeholder{font-size:36px}.burst-effect{width:100px;height:100px;margin-left:-50px;margin-top:-50px}}@media (max-width:768px){.flying-item-content{width:80px;height:80px}.flying-item-icon{width:64px;height:64px}.flying-item-placeholder{font-size:28px}.particle{width:12px;height:12px}.burst-effect{width:80px;height:80px;margin-left:-40px;margin-top:-40px}}@media (max-width:480px){.flying-item-content{width:70px;height:70px}.flying-item-icon{width:56px;height:56px}.flying-item-placeholder{font-size:24px}.particle{width:10px;height:10px}.burst-effect{width:70px;height:70px;margin-left:-35px;margin-top:-35px}}