.scene-menu{bottom:max(18px, env(safe-area-inset-bottom));z-index:2;color:#42513d;width:max-content;max-width:calc(100vw - 24px);position:fixed;left:50%;transform:translate(-50%)}.scene-menu__hint{text-align:center;color:#65715a;margin:0 0 12px;font-size:10px}.scene-menu__bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f4f3e9ed;border:1px solid #74766024;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;padding:8px;display:flex;box-shadow:0 8px 26px #3f51400b}.scene-menu__bar button{min-height:44px;color:inherit;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:8px 10px;font-size:11px;display:inline-flex}.scene-menu__bar button:hover,.scene-menu__bar button[aria-pressed=true]{background:#dfe5d4}.scene-menu__bar button:disabled{opacity:.6;cursor:wait}.scene-menu__bar button span[aria-hidden]{font-size:17px;line-height:1}.scene-menu__bar :focus-visible{outline-offset:2px;outline:2px solid #986b43}.scene-menu__bar #play{color:#9d6139;min-width:100px}.scene-menu__bar label{border:0;justify-content:center;align-items:center;gap:10px;margin:0;padding:8px 10px;font-size:10px;display:flex}.scene-menu__bar input[type=range]{accent-color:#65715a;width:85px;margin:0}.scene-menu__bar output{font-variant-numeric:tabular-nums;min-width:28px}@media (width<=700px){.scene-menu{width:calc(100vw - 24px);bottom:max(12px, env(safe-area-inset-bottom))}.scene-menu__bar{gap:2px;padding:6px}.scene-menu__bar button{gap:5px;padding:8px;font-size:10px}.scene-menu__bar #play{min-width:90px}.scene-menu__bar label{width:100%}}@media (height<=520px){.scene-menu{bottom:max(8px, env(safe-area-inset-bottom))}.scene-menu__hint{display:none}.scene-menu__bar{gap:0;padding:4px}.scene-menu__bar button{padding:6px 8px}}#toast{color:#f6f4ea;opacity:0;pointer-events:none;z-index:7;background:#42513ded;border-radius:6px;max-width:min(540px,100vw - 120px);padding:12px 18px;font-size:11px;line-height:1.7;transition:opacity .2s;position:fixed;top:22px;left:50%;transform:translate(-50%)}#toast.visible{opacity:1}@media (height<=520px) and (width>=701px){.scene-menu__bar label{gap:6px;padding:4px 6px;font-size:9px}.scene-menu__bar input[type=range]{width:60px}}
