@keyframes sparkle{0%,to{transform:scale(1) rotate(0deg);opacity:.7}50%{transform:scale(1.15) rotate(10deg);opacity:1}}@keyframes dotPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:1}}.animate-sparkle{animation:sparkle 2.5s ease-in-out infinite}.animate-dot-pulse{animation:dotPulse 1.2s ease-in-out infinite}.arrival-blocked-bg{background:repeating-linear-gradient(-45deg,var(--color-peach-blush),var(--color-peach-blush) 6px,rgba(212,168,160,.3) 6px,rgba(212,168,160,.3) 12px)}.stub-perforation{background-image:linear-gradient(90deg,rgba(166,117,128,.35) 50%,transparent 0);background-size:10px 1px;background-repeat:repeat-x}.stub-perforation:after,.stub-perforation:before{content:"";position:absolute;top:50%;width:16px;height:16px;background:var(--color-peach-cream);border-radius:50%;transform:translateY(-50%)}.stub-perforation:before{left:-8px}.stub-perforation:after{right:-8px}.grain-overlay{background-image:radial-gradient(circle at 1px 1px,var(--color-berry) 1px,transparent 0);background-size:4px 4px;mix-blend-mode:multiply}.stub-divider{background-image:linear-gradient(90deg,transparent,rgba(166,117,128,.3),transparent)}