.gumball{--gb-scale:1;overflow-anchor:none;overflow-clip-margin:110px;flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:relative;overflow:clip}.gb-side{flex:none;justify-content:center;align-items:stretch;gap:.9rem;max-width:100%;display:flex}@media (width>=900px){.gumball.gb-wide{flex-direction:row;justify-content:center;align-items:center;gap:3.5rem}.gumball.gb-wide .gb-tray{flex:none;order:1;width:auto}}.gb-stage{width:calc(300px * var(--gb-scale));height:calc(420px * var(--gb-scale))}.gb-machine{overflow-clip-margin:8px;width:300px;height:420px;transform:scale(var(--gb-scale));transform-origin:0 0;user-select:none;position:relative;overflow:clip}.gb-machine>*{box-sizing:border-box;position:absolute}.gb-cap{background:var(--line);z-index:2;border-radius:9px 9px 3px 3px;width:70px;height:20px;top:0;left:115px}.gb-globe{border:3px solid var(--line);background:var(--surface);width:260px;height:260px;box-shadow:5px 5px 0 var(--shadow);z-index:1;border-radius:50%;top:8px;left:20px;overflow:hidden}.gb-globe:after{content:"";pointer-events:none;border:7px solid #0000;border-top-color:#ffffff8c;border-radius:50%;display:none;position:absolute;inset:10px;transform:rotate(-32deg)}.gb-globe.shake{animation:.35s ease-out gb-shake}@keyframes gb-shake{20%{translate:-2px 1px}40%{translate:2px -1px}60%{translate:-2px}80%{translate:1px 1px}}.gb-canvas{z-index:3;width:300px;height:420px;display:block;top:0;left:0}.gb-canvas-front{z-index:5;pointer-events:none}.gb-machine.nudge{animation:.32s ease-out gb-nudge}@keyframes gb-nudge{20%{translate:-4px 2px;rotate:-.6deg}40%{translate:4px -2px;rotate:.6deg}60%{translate:-3px 1px}80%{translate:2px 1px}}.gb-neck{background:var(--fill-coral);border:3px solid var(--line);z-index:2;border-radius:8px 8px 0 0;width:120px;height:30px;top:256px;left:90px}.gb-base{background:var(--fill-coral);border:3px solid var(--line);width:240px;height:140px;box-shadow:5px 5px 0 var(--shadow);z-index:1;border-radius:18px;top:276px;left:30px}.gb-slot{background:var(--line);z-index:2;border-radius:5px;width:12px;height:28px;top:292px;left:232px}.gb-slot:after{content:"";background:var(--fill-yellow);border-radius:2px;width:3px;height:18px;position:absolute;top:5px;left:4px}.gb-door{background:var(--line);z-index:2;border-radius:8px;width:64px;height:44px;top:362px;left:154px}.gb-flap{background:var(--fill-yellow);border:3px solid var(--line);transform-origin:top;width:64px;height:44px;transition:transform .5s var(--spring);z-index:4;border-radius:8px;top:362px;left:154px}.gb-flap:after{content:"";background:var(--line);border-radius:2px;width:22px;height:4px;margin-left:-11px;position:absolute;bottom:7px;left:50%}.gb-flap.open{transform:perspective(240px)rotateX(78deg)}.gb-ledge{background:var(--acc-coral);border:2px solid var(--line);z-index:2;border-top:0;border-radius:0 0 8px 8px;width:96px;height:14px;top:404px;left:138px}.gb-ledge:before,.gb-ledge:after{content:"";box-sizing:border-box;background:var(--acc-coral);border:2px solid var(--line);border-bottom:0;border-radius:4px 4px 0 0;width:8px;height:18px;position:absolute;top:-16px}.gb-ledge:before{left:-2px}.gb-ledge:after{right:-2px}.gb-crank{background:var(--fill-yellow);border:3px solid var(--line);width:70px;height:70px;box-shadow:3px 3px 0 var(--shadow);cursor:grab;touch-action:none;z-index:4;border-radius:50%;padding:0;top:302px;left:62px}.gb-crank:active{cursor:grabbing}.gb-crank:after{content:"";background:var(--line);border-radius:50%;width:12px;height:12px;margin:-6px 0 0 -6px;position:absolute;top:50%;left:50%}.gb-arm{background:var(--line);border-radius:4px;width:8px;height:28px;margin-left:-4px;position:absolute;top:8px;left:50%}.gb-knob{background:var(--fill-blue);border:3px solid var(--line);box-sizing:border-box;border-radius:50%;width:22px;height:22px;margin-left:-11px;position:absolute;top:3px;left:50%}.gb-crank:focus-visible{outline:3px dashed var(--acc-blue);outline-offset:3px}.gb-crank-label{appearance:none;cursor:pointer;text-align:center;width:102px;font-family:var(--display);letter-spacing:.05em;text-transform:uppercase;color:#1a1626;background:var(--fill-yellow);border:2px solid var(--line);box-shadow:2px 2px 0 var(--shadow);z-index:6;border-radius:10px;padding:3px 0;font-size:12px;font-weight:900;line-height:1.1;top:378px;left:46px}.gb-crank-label:active{box-shadow:1px 1px 0 var(--shadow);transform:translate(1px,1px)}.gb-cue{fill:none;stroke:var(--acc-blue);stroke-width:4px;stroke-linecap:round;stroke-dasharray:9 9;pointer-events:none;transition:opacity .5s}.gb-cue-crank{transform-box:view-box;transform-origin:97px 337px;animation:16s linear infinite gb-turn}@keyframes gb-turn{to{transform:rotate(360deg)}}.gb-cue-nudge{animation:.975s linear infinite gb-march}@keyframes gb-march{to{stroke-dashoffset:-18px}}.gumball.used-crank .gb-cue-crank,.gumball.used-nudge .gb-cue-nudge{opacity:0;animation:none}@media (prefers-reduced-motion:reduce){.gb-cue{animation:none}}.gb-nudge{z-index:6;pointer-events:none;width:300px;height:420px;top:0;left:0;overflow:visible}.gb-nudge-btn{cursor:pointer;transform-box:view-box;transform-origin:150px 138px;transition:transform .25s var(--spring);outline:none}.gb-nudge-btn:hover,.gb-nudge-btn:focus-visible{transform:rotate(-2deg)translate(-1px,-2px)}.gb-nudge-btn:active{transform:rotate(2deg)translate(2px,2px)}.gb-nudge-shadow,.gb-nudge-edge,.gb-nudge-fill{fill:none;stroke-linecap:round;pointer-events:stroke}.gb-nudge-shadow{stroke:var(--shadow);stroke-width:38px;transform:translate(4px,4px)}.gb-nudge-edge{stroke:var(--line);stroke-width:38px}.gb-nudge-fill{stroke:var(--fill-yellow);stroke-width:32px;transition:stroke .2s}.gb-nudge-text{font-family:var(--display);letter-spacing:.08em;text-transform:uppercase;fill:#1a1626;pointer-events:none;font-size:21px;font-weight:900;transition:fill .2s}.gb-nudge-btn:hover .gb-nudge-fill,.gb-nudge-btn:focus-visible .gb-nudge-fill{stroke:var(--fill-coral)}.gb-tray{box-sizing:border-box;flex:none;order:-1;width:100%;padding:0 10px;position:relative}.gb-hint{box-sizing:border-box;text-align:center;width:270px;max-width:100%;font-family:var(--display);color:var(--soft);border:3px dashed var(--line);opacity:.55;border-radius:16px;margin:0 auto;padding:1.6rem 1rem;font-size:1.2rem;font-weight:900}.gb-hint[hidden]{display:none}.gb-cards{--gb-slots:var(--gb-keep,5);width:270px;max-width:100%;min-height:calc(var(--gb-slots) * 82px + (var(--gb-slots) - 1) * .85rem);flex-direction:column-reverse;gap:.85rem;margin:0 auto;padding:0;list-style:none;display:flex;position:relative}@media (width<=640px){.gb-cards{--gb-slots:3;width:100%}.gb-tray{padding:0}}.gb-cards>li.gb-spacer{height:82px}.gb-cards>li.out{pointer-events:none;position:absolute;left:0;right:0}.gb-card{box-sizing:border-box;color:#1a1626;height:82px;transform:rotate(var(--tilt,0deg));transition:transform .3s var(--spring), box-shadow .3s var(--spring);background:#fbf6e6;border:0;border-radius:0;align-items:center;gap:1rem;padding:.7rem 1rem .7rem 1.25rem;text-decoration:none;display:flex;position:relative;box-shadow:1px 2px #1a16262e,4px 7px 14px #1a162638}.gb-card:before{content:"";pointer-events:none;border-left:2px dashed #1a16264d;position:absolute;top:.35rem;bottom:.35rem;left:.55rem}.gb-card:hover{transform:translate(-1px, -3px) rotate(var(--tilt,0deg));box-shadow:1px 2px #1a16262e,6px 10px 18px #1a162642}.gb-num{min-width:4.5ch;max-width:55%;font-family:var(--display);color:#1a1626;flex:none;align-items:center;gap:.5rem;font-size:1.9rem;font-weight:900;line-height:1.05;display:flex}.gb-dot{background:var(--pfill);border:2px solid var(--line);border-radius:50%;flex:none;width:16px;height:16px}.gb-lab{overflow-wrap:anywhere;min-width:0;max-height:100%;font-family:var(--body);color:#4b4460;flex:1 1 0;font-size:.85rem;font-weight:600;line-height:1.3;overflow:hidden}@media (width<=480px){.gb-num{font-size:1.6rem}}
