:root{--ink:#283d40;--cream:#fff2d2;--gold:#ffdd79;--coral:#f7a9bc;--mint:#9be3b1;--aqua:#6cbbc3;--panel:#ffffffe6;--shadow:0 6px 20px #283d4040;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{overscroll-behavior:none;touch-action:none;width:100%;height:100%;color:var(--ink);-webkit-user-select:none;user-select:none;background:#bfeef7;margin:0;padding:0;font-family:SF Pro Rounded,Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;overflow:hidden}#app,#stage{width:100%;height:100%;position:fixed;inset:0}#stage{z-index:0}#title-background{z-index:0;pointer-events:none;background-color:#bfeef7;background-position:50%;background-size:cover;position:absolute;inset:0}#game-canvas{z-index:1;touch-action:none;width:100%;height:100%;display:block;position:relative}.hidden{display:none!important}.screen{z-index:10;padding:calc(var(--safe-top) + 16px) calc(var(--safe-right) + 16px) calc(var(--safe-bottom) + 16px) calc(var(--safe-left) + 16px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#loading-screen,#error-screen{background:linear-gradient(#cdeef5 0%,#f7f1d8 100%)}.panel{background:var(--panel);text-align:center;max-width:420px;box-shadow:var(--shadow);border-radius:24px;padding:24px 28px}.panel h1{margin:0 0 8px;font-size:1.6rem}.panel p{margin:8px 0 16px;line-height:1.4}.progress{background:#283d4026;border-radius:6px;height:12px;overflow:hidden}#loading-bar{background:var(--mint);width:0%;height:100%;transition:width .2s}.primary-button{background:var(--coral);min-width:56px;min-height:56px;color:var(--ink);box-shadow:var(--shadow);cursor:pointer;border:none;border-radius:999px;padding:14px 28px;font-size:1.05rem;font-weight:700}.primary-button.large{background:var(--mint);width:min(360px,100%);font-size:1.2rem}.primary-button:disabled{opacity:.5;cursor:default}.primary-button:focus-visible,.action-button:focus-visible,.answer-button:focus-visible,.card:focus-visible{outline:3px solid var(--ink);outline-offset:2px}#selection-screen{background:#14282c1f}.selection-panel{text-align:center;flex-direction:column;align-items:center;gap:12px;width:min(720px,100%);max-height:100%;display:flex}.title{letter-spacing:.01em;color:#fff8e2;-webkit-text-stroke:2px #283d40eb;paint-order:stroke fill;text-shadow:0 3px #e0a53c,0 5px #c98a2c,0 9px 16px #283d408c;margin:0;font-size:clamp(2.6rem,9vw,5.5rem);font-weight:800;line-height:1}.subhead{color:#fff;text-shadow:0 1px 6px #283d4099;margin:0;font-weight:600}.cards{flex-direction:row;justify-content:center;align-items:stretch;gap:10px;width:100%;display:flex}.card{cursor:pointer;background:#ffffff29;border:3px solid #fff9;border-radius:20px;flex-direction:column;flex:1 1 0;align-items:center;min-width:0;padding:8px;display:flex}.card.is-selected{border-color:var(--gold);box-shadow:0 0 0 3px #ffdd7980, var(--shadow);background:#ffdd793d}.card-preview{background:0 0;width:100%;height:150px}.card-label{color:#fff;text-shadow:0 1px 4px #283d40b3;margin-top:6px;font-weight:700}.card-selected{color:var(--gold);min-height:1em;font-size:.8rem}@media (max-height:520px){.title{font-size:1.5rem}.subhead{font-size:.9rem}.card-preview{height:100px}.selection-panel{gap:6px}.primary-button.large{padding:10px 20px;font-size:1rem}}#hud{z-index:5;pointer-events:none;padding:calc(var(--safe-top) + 10px) calc(var(--safe-right) + 12px) calc(var(--safe-bottom) + 10px) calc(var(--safe-left) + 12px);position:fixed;inset:0}.hud-badge{background:var(--panel);box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:6px;padding:8px 16px;font-weight:700;display:flex;position:absolute}#zone-badge{top:calc(var(--safe-top) + 10px);left:calc(var(--safe-left) + 12px)}#berry-count{top:calc(var(--safe-top) + 10px);right:calc(var(--safe-right) + 12px)}#berry-count img{width:26px;height:26px}#objective-badge{top:calc(var(--safe-top) + 58px);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:min(80vw,420px);font-size:.95rem;left:50%;overflow:hidden;transform:translate(-50%)}#app.is-modal #joystick,#app.is-modal #action-button,#app.is-modal #interaction-prompt,#app.is-modal #objective-badge{display:none!important}#interaction-prompt{z-index:6;left:50%;bottom:calc(var(--safe-bottom) + 128px);background:var(--ink);color:var(--cream);pointer-events:none;text-align:center;max-width:80vw;box-shadow:var(--shadow);border-radius:999px;padding:10px 18px;font-weight:700;position:fixed;transform:translate(-50%)}#joystick{z-index:7;left:calc(var(--safe-left) + max(16px, 12px));bottom:calc(var(--safe-bottom) + max(16px, 12px));touch-action:none;background:#ffffff47;border:2px solid #fff9;border-radius:50%;width:128px;height:128px;position:fixed}#joystick.is-active{background:#fff6}#joystick-knob{width:52px;height:52px;box-shadow:var(--shadow);will-change:transform;background:#ffffffeb;border-radius:50%;margin-top:-26px;margin-left:-26px;position:absolute;top:50%;left:50%}.action-button{z-index:7;right:calc(var(--safe-right) + max(16px, 12px));bottom:calc(var(--safe-bottom) + max(16px, 12px));width:84px;height:84px;box-shadow:var(--shadow);cursor:pointer;background:#ffdd79eb;border:3px solid #ffffffd9;border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex;position:fixed}.action-button img{width:100%;height:100%}.action-button.is-disabled{filter:grayscale(.7);opacity:.5}.modal{z-index:20;padding:calc(var(--safe-top) + 16px) calc(var(--safe-right) + 16px) calc(var(--safe-bottom) + 16px) calc(var(--safe-left) + 16px);background:#14282c73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:var(--cream);text-align:center;width:min(480px,100%);max-height:100%;box-shadow:var(--shadow);border-radius:24px;padding:22px;overflow-y:auto}.modal-card h2{margin:0 0 8px}.question-prompt{margin:12px 0 18px;font-size:2rem;font-weight:800}.answers{grid-template-columns:1fr 1fr;gap:10px;display:grid}.answer-button{border:3px solid var(--aqua);min-height:60px;color:var(--ink);cursor:pointer;background:#fff;border-radius:18px;font-size:1.5rem;font-weight:800}.answer-button:disabled{opacity:.4;border-color:#bbb;text-decoration:line-through}.answer-button.is-correct{background:#d7f5e1;border-color:#3fa36b}#question-status{min-height:1.4em;margin:14px 0 6px;font-weight:700}.reward-badge{margin:6px 0;font-size:3rem}#context-lost{z-index:30;background:#14282cd9}
