.explore-toolbar{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:20px 0}.explore-toolbar [aria-pressed=true]{background:#d7ecb5;border-color:#3d7c3c}.maze-board{display:grid;max-width:630px;margin:auto;border:7px solid #647d42;border-radius:14px;overflow:hidden;aspect-ratio:1;background:#fff5d3;outline-offset:5px}.maze-cell{position:relative;min-width:0;min-height:0}.maze-cell.wall{background:#5f8d44;box-shadow:inset 2px 2px #76a351}.maze-cell img{position:absolute;width:100%;height:100%;object-fit:contain;inset:0}.maze-cell.player{background:#ffdc6e;border-radius:30%}.maze-cell.player img{transform:scale(1.2);z-index:2}.maze-cell.goal{background:#f4bb5e;border-radius:50%}.dpad{display:grid;grid-template-columns:repeat(3,64px);gap:8px;justify-content:center;margin:18px auto}.dpad button{padding:10px;font-size:1.5rem;min-height:56px;touch-action:none}.dpad .up{grid-column:2}.dpad .left{grid-column:1}.meteor-stage{max-width:720px;margin:auto}.meteor-stage canvas{display:block;width:100%;aspect-ratio:5/4;border:5px solid #b6c794;border-radius:24px;background:#d8f0eb;touch-action:none}.meteor-controls{display:flex;justify-content:center;gap:20px;margin:15px}.meteor-controls button{min-width:110px;min-height:58px;font-size:1.5rem;touch-action:none}.sequence-board{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:660px;margin:22px auto}.sequence-pad{border:5px solid #8ca66b;border-bottom-width:9px;border-radius:26px;background:#e7f1c9;min-width:0;padding:12px;color:#173e2c;font-weight:bold;font-size:1.15rem;transition:background .12s,box-shadow .12s}.sequence-pad:nth-child(2){background:#fff0c4}.sequence-pad:nth-child(3){background:#d6edfc}.sequence-pad:nth-child(4){background:#efd9f7}.sequence-pad img{display:block;width:100%;height:180px;object-fit:contain;pointer-events:none}.sequence-pad.lit{background:#ffe64d;box-shadow:0 0 0 7px #f6ba26;transform:scale(1.025);border-color:#ad6800}.sequence-pad:disabled{cursor:default;color:#173e2c;opacity:1}.sequence-instruction{text-align:center;min-height:2em;font-size:1.35rem;font-weight:bold}.explore-help{text-align:center;line-height:1.6;color:#526647;max-width:760px;margin:15px auto}.scorebar{max-width:900px}@media(max-width:600px){.sequence-pad img{height:120px}.sequence-board{gap:12px}.sequence-pad{padding:8px;font-size:1rem;border-width:3px;border-bottom-width:6px}.dpad{grid-template-columns:repeat(3,60px)}.maze-board{border-width:4px}.explore-toolbar{gap:8px}.explore-toolbar button{font-size:.9rem}.meteor-stage canvas{border-width:3px}}@media(prefers-reduced-motion:reduce){.sequence-pad{transition:none}.sequence-pad.lit{transform:none}}
