.cups-alley-stage{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;height:148px;max-height:148px;padding:0 0 18px;border-block:2px solid var(--gray-6);image-rendering:pixelated}.cups-alley-city{position:absolute;inset:0;z-index:0;pointer-events:none}.cups-alley-sky{position:absolute;inset:0 0 22px;background:linear-gradient(to bottom,var(--gray-3) 0 22%,var(--gray-2) 22% 55%,var(--gray-1) 55% 100%)}.cups-alley-bldg{position:absolute;bottom:22px;z-index:2;border:2px solid var(--gray-8)}.cups-alley-bldg--left-front{left:0;width:18%;height:58%;background-color:var(--gray-5);background-image:repeating-linear-gradient(180deg,var(--gray-7) 0 5px,transparent 5px 16px)}.cups-alley-bldg--left-back{left:16%;width:14%;height:72%;background-color:var(--gray-6);background-image:repeating-linear-gradient(180deg,var(--gray-8) 0 5px,transparent 5px 15px)}.cups-alley-bldg--right-back{right:16%;width:14%;height:68%;background-color:var(--gray-4);background-image:repeating-linear-gradient(180deg,var(--gray-1) 0 4px,transparent 4px 14px)}.cups-alley-bldg--right-front{right:0;width:18%;height:52%;background-color:var(--gray-5);background-image:repeating-linear-gradient(180deg,var(--gray-7) 0 5px,transparent 5px 16px)}.cups-alley{position:absolute;left:30%;right:30%;top:0;bottom:22px;z-index:1}.cups-alley-grass{position:absolute;inset:0;background:repeating-linear-gradient(90deg,var(--gray-3) 0 5px,var(--gray-4) 5px 9px)}.cups-alley-path{top:12%;clip-path:polygon(36% 0,64% 0,92% 100%,8% 100%);background:repeating-linear-gradient(90deg,var(--gray-1) 0 7px,var(--gray-2) 7px 10px);border-top:2px solid var(--gray-5)}.cups-alley-path,.cups-alley-walk{position:absolute;left:0;right:0;bottom:0}.cups-alley-walk{height:22px;z-index:3;background:repeating-linear-gradient(90deg,var(--gray-2) 0 12px,var(--gray-3) 12px 16px);border-top:2px solid var(--gray-8)}.cups-alley-stage .cup-tower-root{--ct-px:inherit;position:relative;z-index:5}.cups-alley-stage .cups-alley-stack{min-height:0}.cups-alley-stage .ct-cup__handle:after{background:var(--gray-1)}.cups-alley-stage .ct-tower__slot--standing{animation:cups-alley-sway 3.2s steps(4) infinite}.cups-alley-stage .ct-tower__slot--standing:nth-child(2n){animation-delay:-.8s}.cups-alley-stage .ct-tower__slot--standing:nth-child(3n){animation-delay:-1.6s}@keyframes cups-alley-sway{0%,to{transform:translateX(0) rotate(var(--ct-tilt))}50%{transform:translateX(var(--ct-px)) rotate(calc(var(--ct-tilt) + 1deg))}}@media (prefers-reduced-motion:reduce){.cups-alley-stage .ct-tower__slot--standing{animation:none}}