.accent-petals-layer{--petal-accent:var(--invite-accent,#5c1f28);position:fixed;inset:0;z-index:30;pointer-events:none;overflow:hidden;contain:layout paint}.accent-petal{position:absolute;top:-10vh;left:var(--petal-start-x);opacity:var(--petal-opacity);will-change:transform;animation:accent-petal-fall var(--petal-fall-duration) var(--petal-delay) linear infinite}.accent-petal-sway{display:block;width:var(--petal-size);height:calc(var(--petal-size) * 1.33);color:color-mix(in oklch,var(--petal-accent) 68%,white);filter:drop-shadow(0 1px 2px color-mix(in oklch,var(--petal-accent) 40%,transparent));will-change:transform;animation:accent-petal-sway var(--petal-sway-duration) ease-in-out infinite alternate}.accent-petal:nth-child(3n) .accent-petal-sway{color:color-mix(in oklch,var(--petal-accent) 82%,white)}.accent-petal:nth-child(5n) .accent-petal-sway{color:color-mix(in oklch,var(--petal-accent) 55%,white)}.accent-petal:nth-child(7n) .accent-petal-sway{color:color-mix(in oklch,var(--petal-accent) 74%,white)}.accent-petal:nth-child(11n) .accent-petal-sway{color:color-mix(in oklch,var(--petal-accent) 48%,white)}.accent-petal-sway svg{display:block;width:100%;height:100%;transform:rotate(var(--petal-rotation))}@keyframes accent-petal-fall{0%{transform:translateY(0)}to{transform:translateY(120vh)}}@keyframes accent-petal-sway{0%{transform:translateX(calc(var(--petal-drift) * -1)) rotate(-14deg)}to{transform:translateX(var(--petal-drift)) rotate(14deg)}}@media (prefers-reduced-motion:reduce){.accent-petals-layer{display:none}}