html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;background:#f5f0d5;font-family:Microsoft JhengHei,PingFang TC,system-ui,sans-serif;touch-action:none}#game-root{position:fixed;inset:0}.hud{position:fixed;inset:0;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:max(14px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom));box-sizing:border-box}.intro-active .hud{display:none}.hub-button{pointer-events:auto;position:fixed;top:max(14px,env(safe-area-inset-top));left:14px;min-width:76px;height:40px;padding:0 12px;border-radius:8px;color:#fff7dd;background:#5f3d28;font-size:14px;font-weight:900;box-shadow:inset 0 -3px #00000038,0 4px 12px #50341b38}.hud-top{align-self:center;min-width:min(420px,calc(100vw - 32px));display:flex;align-items:center;justify-content:space-between;gap:16px;color:#5f3d28;text-align:center}.level-title{font-size:24px;font-weight:800;line-height:1.1}.level-status{margin-top:4px;font-size:13px;font-weight:700;color:#8a6b41}.level-score{margin-top:3px;font-size:14px;font-weight:900;color:#5f3d28}.level-timer{margin-top:3px;font-size:15px;font-weight:900;color:#5f3d28}.tool-bar{pointer-events:auto;align-self:center;display:grid;grid-template-columns:repeat(4,minmax(72px,1fr));gap:10px;width:min(420px,calc(100vw - 32px))}button{border:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.tool-button,.icon-button{pointer-events:auto;color:#fff7dd;background:#8b5a2b;box-shadow:inset 0 -3px #00000038,0 4px 12px #50341b38}.tool-button{height:48px;border-radius:8px;font-size:16px;font-weight:800}.tool-button.active{background:#d04a2f}.icon-button{width:42px;height:42px;border-radius:50%;font-size:28px;line-height:1}@media(max-width:520px){.hub-button{min-width:42px;width:42px;padding:0;overflow:hidden;white-space:nowrap;text-indent:-999px}.hub-button:after{content:"庫";display:block;text-indent:0}}.complete-panel{position:fixed;inset:0;z-index:5;display:grid;place-items:center;padding:24px;box-sizing:border-box;background:#372a1647;pointer-events:auto}.complete-panel.hidden{display:none}.complete-dialog{width:min(360px,calc(100vw - 48px));padding:24px;border:3px solid #5f3d28;border-radius:8px;background:#fff7dd;color:#5f3d28;text-align:center;box-shadow:0 14px 34px #50341b4d}.complete-title{font-size:30px;font-weight:900;line-height:1.1}.complete-summary{margin-top:8px;font-size:16px;font-weight:800;color:#8a6b41}.complete-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.complete-button{min-height:46px;border-radius:8px;font-weight:900;box-shadow:inset 0 -3px #0003}.complete-button.primary{color:#fff7dd;background:#d04a2f}.complete-button.secondary{color:#fff7dd;background:#8b5a2b}.report-dialog{width:min(520px,calc(100vw - 48px))}.report-output{width:100%;height:150px;margin-top:14px;padding:10px;box-sizing:border-box;border:2px solid rgba(95,61,40,.28);border-radius:8px;resize:none;color:#5f3d28;background:#fffaf0;font:12px/1.45 Consolas,Microsoft JhengHei,monospace}
