.uc-stickers{height:0;margin:0;overflow:visible;pointer-events:none;position:relative;z-index:20}.uc-stickers__item{cursor:grab;pointer-events:auto;position:absolute;touch-action:none;transform:translate(calc(-50% + var(--dx, 0px)),calc(50% + var(--dy, 0px)));user-select:none;-webkit-user-select:none;-webkit-user-drag:none;will-change:transform}.uc-stickers__item.is-dragging{cursor:grabbing}.uc-stickers__item img,.uc-stickers__ph{display:block;transform:rotate(var(--rot,0deg));width:100%;-webkit-user-drag:none;animation:uc-sticker-pop .55s cubic-bezier(.34,1.56,.64,1) backwards,uc-sticker-float 3.4s ease-in-out .55s infinite alternate;filter:drop-shadow(0 6px 18px rgba(20,16,64,.18));transition:scale .25s ease,filter .25s ease}.uc-stickers__item:nth-child(2) .uc-stickers__ph,.uc-stickers__item:nth-child(2) img{animation-delay:.12s,1.2s;animation-duration:.55s,3.9s}.uc-stickers__item:nth-child(3) .uc-stickers__ph,.uc-stickers__item:nth-child(3) img{animation-delay:.24s,2.1s;animation-duration:.55s,3.1s}.uc-stickers__item:hover .uc-stickers__ph,.uc-stickers__item:hover img{filter:drop-shadow(0 10px 26px rgba(20,16,64,.26));scale:1.08}.uc-stickers__item.is-dragging .uc-stickers__ph,.uc-stickers__item.is-dragging img{animation-play-state:paused;scale:1.04}@keyframes uc-sticker-pop{0%{opacity:0;scale:.6;translate:0 16px}to{opacity:1;scale:1;translate:0 0}}@keyframes uc-sticker-float{0%{translate:0 0}to{translate:0 -8px}}@media (prefers-reduced-motion:reduce){.uc-stickers__item img,.uc-stickers__ph{animation:none;transition:none}}.uc-stickers__ph{aspect-ratio:1;background:linear-gradient(135deg,var(--core-200),var(--core-300));border-radius:50%}@media (max-width:1024px){.uc-stickers{display:none}}