.dice-game{--cream:#f5f1e8;--ink:#402b24;--orange:#ff642d;--muted:#9c8e84;--line:#ded6cc;box-sizing:border-box;background:var(--cream);width:100%;max-width:460px;height:100svh;min-height:740px;max-height:1020px;color:var(--ink);-webkit-tap-highlight-color:transparent;isolation:isolate;flex-direction:column;margin:0 auto;padding:18px 20px 22px;font-family:DiceSans,PingFang SC,Microsoft YaHei,sans-serif;display:flex;position:relative}.dice-game *{box-sizing:border-box}.dice-game button{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;font-family:inherit}.dice-game button:focus-visible{outline-offset:4px!important;outline:3px solid #10459b!important}.dice-game button:disabled{cursor:default}.dice-game button img{pointer-events:none}.game-header{flex-shrink:0;justify-content:space-between;align-items:center;height:44px;display:flex}.wordmark{letter-spacing:-1px;margin:0;font-size:23px;font-weight:900}.sound-button{color:var(--ink);background:0 0;border:0;place-items:center;width:44px;height:44px;margin-right:-4px;padding:0;display:grid}.hero-area{flex:1;min-height:340px;max-height:480px;margin:50px -20px 0;position:relative}.dice-stage{position:absolute;inset:0;overflow:visible;container-type:inline-size}.tray-asset{aspect-ratio:1;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:auto;position:absolute;bottom:-13px;left:0}.dice-canvas-layer{z-index:2;pointer-events:none;height:66%;position:absolute;bottom:14px;left:6%;right:6%}.dice-renderer{width:100%;height:100%;position:relative}.dice-renderer canvas{pointer-events:none;width:100%;height:100%;display:block}.dice-fallback{text-align:center;color:#002e99;width:100%;font-size:22px;font-weight:800;position:absolute;top:40%}.cup-control{z-index:4;aspect-ratio:1;transform-origin:50% 65%;will-change:transform;touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:0 0;border:0;outline:0;width:69%;padding:0;position:absolute;top:-10px;left:-12px}.cup-control:focus-visible{outline-offset:3px;border-radius:40%;outline:3px solid #b65d30}.cup-control.is-dragging{cursor:grabbing}.cup-control[aria-disabled=true]{cursor:default}.cup-shake{transform-origin:50% 65%;pointer-events:none;position:absolute;inset:0}.cup-asset{object-fit:contain;filter:drop-shadow(10px 14px 11px #52331821);-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.game-controls{flex-shrink:0;margin-top:auto;padding-top:27px}.quantity-control{justify-content:space-between;align-items:center;gap:12px;height:46px;margin-bottom:16px;display:flex}.quantity-label{white-space:nowrap;letter-spacing:-.3px;font-size:16px;font-weight:800}.quantity-options{flex:1;justify-content:space-between;align-items:center;gap:9px;display:flex}.quantity-option{isolation:isolate;border:1px solid var(--line);width:44px;height:44px;color:var(--muted);background:0 0;border-radius:50%;place-items:center;padding:0;font-size:25px;font-weight:800;line-height:1;display:grid;position:relative}.quantity-option.selected{color:#fff;border-color:#0000}.quantity-option>span:last-child{z-index:1;position:relative}.quantity-highlight{z-index:0;background:var(--orange);border-radius:50%;position:absolute;inset:-1px}.quantity-option:disabled:not(.selected){color:#ab9f96}.action-row{gap:10px;min-height:64px;display:flex}.primary-action{background:var(--orange);color:#fffaf3;border:0;border-radius:25px;flex:1;justify-content:center;align-items:center;gap:13px;min-width:0;height:64px;font-size:25px;font-weight:800;line-height:1;transition:background .2s;display:flex;box-shadow:0 5px 13px #e36a2320}.primary-action:hover{background:#f65825}.primary-action:disabled{background:#fb7547}.lock-action{height:64px;color:var(--ink);background:#f9e7d8;border:1px solid #e8d3c3;border-radius:24px;flex-shrink:0;place-items:center;padding:0;display:grid;overflow:hidden}.footer-note{color:#9d8e83;text-align:center;justify-content:center;align-items:center;min-height:39px;padding-top:11px;font-size:12px;font-weight:650;display:flex}.motion-switch{color:#8f7c70;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:650;line-height:18px;display:flex}.motion-switch.is-enabled{color:#426a48}.game-toast{z-index:50;color:#fff9f0;text-align:center;pointer-events:none;background:#402b24f2;border-radius:16px;padding:14px 18px;font-size:13px;font-weight:550;line-height:1.7;position:absolute;bottom:155px;left:24px;right:24px;box-shadow:0 10px 35px #402b2422}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spinning{animation:.65s linear infinite rotate-action}@keyframes rotate-action{to{transform:rotate(360deg)}}.dice-app-screen{background:#f5f1e8}.dice-game.is-framed{height:852px;min-height:0;max-height:none;padding-top:63px;padding-bottom:30px}.dice-game.is-framed .hero-area{min-height:300px}.dice-game.is-framed .game-controls{padding-top:16px}[data-device=pixel-10] .dice-game.is-framed{height:904px;padding-top:62px;padding-bottom:20px}@media (width<=374px){.dice-game{padding-left:16px;padding-right:16px}.hero-area{margin-left:-16px;margin-right:-16px}.quantity-options{gap:6px}.quantity-option{width:39px;height:39px;font-size:22px}.quantity-label{font-size:14px}.primary-action{height:60px;font-size:23px}}@media (prefers-reduced-motion:reduce){.spinning{animation:none}.dice-game *{scroll-behavior:auto!important}.dice-canvas-layer{transition:none}}@font-face{font-family:DiceSans;src:url(/assets/fonts/chinese-600.ttf)format("truetype");font-style:normal;font-weight:100 700;font-display:swap}@font-face{font-family:DiceSans;src:url(/assets/fonts/chinese-900.ttf)format("truetype");font-style:normal;font-weight:701 900;font-display:swap}.dice-game{font-weight:600}.tray-asset{width:114%;bottom:-29px;left:-7%}.cup-control{width:64%;top:auto;bottom:45cqw;left:-8px}.dice-canvas-layer{height:67%;bottom:4px;left:3%;right:3%}.tray-asset{bottom:-64px}.dice-game{overflow:hidden}.game-header{height:40px}.game-controls{padding-top:27px}.quantity-option{font-size:24px;font-weight:600}.primary-action{box-shadow:none;border-radius:24px}.primary-action svg{width:29px;height:29px}html{color:#402b24;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#f5f1e8}body{overscroll-behavior:none;min-width:320px;margin:0}#root{min-height:100svh}button{cursor:pointer}button,body{-webkit-touch-callout:none}.dice-game{padding-top:max(18px,env(safe-area-inset-top));padding-bottom:max(22px,env(safe-area-inset-bottom))}@media (width>=700px){#root{justify-content:center;align-items:center;min-height:100vh;display:flex}.dice-game{max-width:430px;height:min(100svh,940px)}}
