@keyframes scratch-confetti-fall{0%{opacity:0;top:-6%;transform:translate(0,0)rotate(0)scale(.5)}10%{opacity:1;transform:translate3d(calc(var(--drift) * .2), 0, 0) rotate(calc(var(--rot) * .12)) scale(1)}to{opacity:0;transform:translate3d(var(--drift), 0, 0) rotate(var(--rot));top:106%}}.scratch-confetti-layer{pointer-events:none;z-index:11050;position:fixed;overflow:hidden}.scratch-confetti-piece{animation:scratch-confetti-fall var(--dur) cubic-bezier(.25, .46, .45, .94) var(--delay) forwards;will-change:top, transform, opacity;position:absolute}