/* A viewport-sized game canvas, with the interface floating over the garden. */
.sp-stage,.sp-stage *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.sp-stage img,.sp-stage a,.sp-stage svg{-webkit-user-drag:none}
body.sp-playing{width:100%;height:100dvh;overflow:hidden;background:#b8cbb0}
.sp-game-shell{display:block;width:100%;height:100dvh;min-height:0;padding:0;background:#b8cbb0}
.sp-stage{display:block;position:relative;isolation:isolate;width:100%;max-width:none;height:100dvh;min-height:0;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none;overflow:hidden;background:#b8cbb0}
.sp-stage:after{display:none}.sp-stage:fullscreen{width:100vw;height:100dvh;max-width:none}
#game-scene{position:absolute;inset:0;width:100%;height:100%;z-index:0}
.sp-atmosphere{position:absolute;inset:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,#f6f3d747 0%,transparent 24%,transparent 67%,#29463129 100%)}
.sp-hud{position:absolute;inset:0;pointer-events:none;z-index:3}
.sp-hud-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:calc(30px + env(safe-area-inset-top,0px)) calc(38px + env(safe-area-inset-right,0px)) 0 calc(38px + env(safe-area-inset-left,0px))}
.sp-game-brand{pointer-events:auto;display:flex;align-items:center;gap:10px;color:#274d3c;text-shadow:0 1px 0 #eff7dc40}
.sp-game-brand>svg{width:40px;height:40px;filter:drop-shadow(0 3px 8px #274b3215)}
.sp-game-brand>span{font-size:21px;font-weight:800;letter-spacing:-.055em;line-height:.96}
.sp-game-brand b{display:block;font-weight:800}
.sp-hud-actions{display:flex;gap:9px;pointer-events:auto}
.sp-icon-btn{pointer-events:auto;display:grid;place-items:center;width:44px;height:44px;min-width:44px;border-radius:14px;border:1px solid #f7f6ddaf;background:#fafbe3b5;color:#3c6047;box-shadow:0 4px 10px #3855350b}
.sp-icon-btn:hover{background:#f6f9e8}.sp-icon-btn:active{transform:scale(.96)}.sp-icon-btn .ui-icon{width:19px;height:19px}
.sp-score-wrap{position:absolute;top:26px;left:50%;transform:translateX(-50%);margin:0;text-align:center;color:#284e3a;filter:drop-shadow(0 1px 0 #f7f5d85c)}
.sp-score-wrap>p{font-size:8px;letter-spacing:.19em;font-weight:800;color:#5d7952;margin:0 0 1px}
.sp-score-wrap>strong{display:block;font-size:65px;font-weight:800;letter-spacing:-.065em;line-height:1.1;font-variant-numeric:tabular-nums}
.sp-score-wrap>span{display:inline-flex;align-items:center;gap:6px;font-size:7px;letter-spacing:.1em;font-weight:700;color:#648054;margin-top:4px;white-space:nowrap}
.sp-score-wrap>span svg{width:12px;height:12px}.sp-score-wrap>span b{font-size:11px;color:#476a40}
.sp-game-status{position:absolute;top:160px;left:50%;right:auto;width:210px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:17px;color:#58734c;font-size:8px;letter-spacing:.11em}
.sp-game-status>span{padding:5px 8px;background:#ecf1d770;border:1px solid #f7fadd80;border-radius:6px;font-weight:800}
.sp-game-status>b{padding:0;font-size:8px;font-weight:700;font-variant-numeric:tabular-nums}
.sp-world-label{position:absolute;left:40px;bottom:39px;color:#f4f5d6;text-shadow:0 1px 7px #22442d35}
.sp-world-label>span{font-size:8px;font-weight:700;letter-spacing:.18em;opacity:.84}
.sp-world-label>strong{display:block;font-size:22px;font-weight:800;letter-spacing:-.035em;line-height:1.5}
.sp-world-label>p{font-size:10px;color:#edf1d2c4;line-height:1.6}
.sp-game-caption{position:absolute;right:40px;bottom:40px;z-index:3;display:flex;flex-direction:column;gap:7px;text-align:right;font-size:7px;letter-spacing:.12em;font-weight:700;color:#f4f5d6a6;pointer-events:none}
.sp-game-caption>span{color:#f4f5d6de;font-size:8px}.sp-game-caption>i{width:30px;height:1px;background:#dce8b96b;margin-left:auto}
.sp-turn-timer{position:absolute;right:40px;top:103px;width:108px;background:#f5f7e1c9;border:1px solid #fafcdf91;border-radius:12px;padding:9px 12px;color:#426443}
.sp-turn-timer>span{font-size:6px;font-weight:800;letter-spacing:.08em}.sp-turn-timer>b{font-size:21px;line-height:1.5}
.sp-turn-timer>i{background:#86a15f}.sp-turn-timer.urgent{color:#ac623d}.sp-turn-timer.urgent>i{background:#d88c58}
.sp-feedback{position:absolute;top:27%;left:50%;width:min(360px,86%);transform:translateX(-50%);text-align:center;filter:drop-shadow(0 2px 0 #f2f5d95c)}
.sp-feedback b{font-size:27px;font-weight:800;letter-spacing:-.05em;color:#785e2e}.sp-feedback span{font-size:11px;font-weight:700;color:#536c41;margin-top:3px}
.sp-controls{position:absolute;left:50%;right:auto;bottom:calc(30px + env(safe-area-inset-bottom,0px));width:340px;max-width:calc(100% - 46px);transform:translateX(-50%);z-index:4}
.sp-charge-label{display:flex;justify-content:space-between;align-items:center;font-size:7px;font-weight:800;letter-spacing:.09em;color:#f1f4d5;text-shadow:0 1px 5px #20442c4a;margin-bottom:9px}
.sp-charge-label>b{font-size:10px;letter-spacing:0;font-variant-numeric:tabular-nums}
.sp-charge-track{height:7px;position:relative;border-radius:8px;overflow:hidden;background:#24483242;border:1px solid #eef7d785;margin-bottom:15px;display:flex;justify-content:space-evenly}
.sp-charge-track>i{position:absolute;inset:0;background:linear-gradient(90deg,#c6df81,#e5f6a7);transform:scaleX(0);transform-origin:left}
.sp-charge-track>span{width:1px;height:100%;background:#eff8d759;z-index:1}
.sp-jump-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:56px;padding:13px 16px;border:1px solid #ecfbc9;border-radius:17px;background:#e0f3a1;color:#304d2d;box-shadow:0 4px 0 #7f9c56,0 8px 25px #22482d24;font-size:10px;font-weight:800;letter-spacing:.03em;touch-action:none}
.sp-jump-btn .ui-icon{width:21px;height:21px}.sp-jump-btn.is-charging{background:#cae384;transform:translateY(3px);box-shadow:0 1px 0 #7f9c56,0 4px 18px #22482d20}.sp-jump-btn:disabled{opacity:.67}
.sp-controls>p{margin-top:14px;color:#f4f6dec4;font-size:8px;line-height:1.5;text-align:center;text-shadow:0 1px 4px #27453040;letter-spacing:0}
.sp-controls kbd{font:700 7px Salto,sans-serif;border:1px solid #edf3d44d;border-radius:4px;padding:2px 5px;letter-spacing:.04em;margin-right:3px}
.sp-overlay{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;overflow-y:auto;overscroll-behavior:contain;padding:24px;background:#355b3f30}
.sp-panel{width:100%;max-width:365px;max-height:100%;overflow-y:auto;padding:29px 29px 23px;background:#fafcedf5;border:1px solid #fffef4;border-radius:26px;box-shadow:0 25px 80px #234a3526;text-align:center;color:#294c36}
.sp-panel-mark{width:50px;height:50px;display:grid;place-items:center;margin:0 auto 22px}.sp-panel-mark svg{width:50px;height:50px}
.sp-panel .eyebrow{font-size:8px;letter-spacing:.13em;color:#8a9c77;margin:0 0 13px}.sp-panel h2{font-size:29px;font-weight:800;letter-spacing:-.06em;line-height:1.15;margin-bottom:17px}
.sp-panel>p:not(.eyebrow){font-size:11px;line-height:1.9;color:#7b916e}
.sp-panel-tip{display:flex;align-items:center;justify-content:center;gap:8px;background:#ecf2df;border:1px solid #e2eacf;border-radius:10px;padding:11px 7px;margin:20px 0 0;font-size:9px;color:#74895e;font-weight:700}.sp-panel-tip svg{width:17px;color:#c28b5b}
.sp-primary{width:100%;margin-top:23px;min-height:50px;font-size:11px;background:#d9ed99;border-color:#d9ed99}.sp-primary:hover{background:#e1f4aa;border-color:#e1f4aa}
.sp-panel-link{display:flex;align-items:center;justify-content:center;min-height:44px;color:#7c916c;font-size:10px;font-weight:700;margin-top:11px}.sp-panel>small{display:block;color:#95a789;font-size:8px;margin-top:6px}
.sp-result-icon{width:53px;height:53px;display:grid;place-items:center;margin:0 auto 20px;border:1px solid #dbe8b6;border-radius:17px;background:#e8f3cc;color:#7b9746}.sp-result-icon svg{width:25px;height:25px}
.sp-result-score{font-size:58px;font-weight:800;letter-spacing:-.065em;line-height:1.15;margin:16px 0 20px;color:#315d40}.sp-result-score>span{display:block;font-size:8px;letter-spacing:.17em;color:#8a9f77;margin-top:6px}
.sp-result-stats{display:flex;justify-content:center;gap:28px;border-block:1px solid #e1e8d3;padding:15px 0;margin:0 0 18px}.sp-result-stats b{font-size:19px;display:block;line-height:1.3;font-weight:800}.sp-result-stats span{font-size:9px;color:#8d9e7b}
.sp-secondary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;border:1px solid #dbe5ca;border-radius:12px;color:#768e5e;background:#f4f8e9;font-weight:700;font-size:10px;margin-top:16px;padding:10px}.sp-secondary svg{width:16px;height:16px}
.has-overlay .sp-controls,.has-overlay .sp-game-caption{visibility:hidden}.has-overlay .sp-hud{opacity:.28}
@media(prefers-reduced-motion:no-preference){.sp-panel{animation:sp-panel-arrive .26s cubic-bezier(.2,.7,.2,1) both}.sp-feedback:not(:empty){animation:sp-feedback-arrive .22s ease-out both}@keyframes sp-panel-arrive{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sp-feedback-arrive{from{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%,0)}}}
@media(max-width:900px){.sp-world-label{left:25px;bottom:36px}.sp-world-label>strong{font-size:17px}.sp-world-label>p{display:none}.sp-game-caption{right:25px;font-size:6px}.sp-game-caption>span{font-size:7px}.sp-controls{width:300px}.sp-hud-top{padding-inline:25px}.sp-turn-timer{right:25px}}
@media(max-width:600px){.sp-hud-top{padding:calc(19px + env(safe-area-inset-top,0px)) 18px 0}.sp-game-brand{gap:7px}.sp-game-brand>svg{width:32px;height:32px}.sp-game-brand>span{font-size:16px}.sp-icon-btn{width:40px;height:40px;min-width:40px;border-radius:12px}.sp-icon-btn .ui-icon{width:17px;height:17px}.sp-hud-actions{gap:7px}.sp-score-wrap{top:calc(88px + env(safe-area-inset-top,0px))}.sp-score-wrap>strong{font-size:53px}.sp-score-wrap>p{font-size:6px}.sp-game-status{top:calc(191px + env(safe-area-inset-top,0px));width:205px;gap:15px}.sp-game-status>b{font-size:7px}.sp-game-status>span{font-size:7px}.sp-world-label{top:calc(72px + env(safe-area-inset-top,0px));bottom:auto;left:20px}.sp-world-label>span{font-size:5px;letter-spacing:.13em;color:#6e865c;text-shadow:none}.sp-world-label>strong{font-size:9px;color:#496b48;text-shadow:none;font-weight:700}.sp-world-label>p,.sp-game-caption{display:none}.sp-feedback{top:29%;width:90%}.sp-feedback b{font-size:23px}.sp-feedback span{font-size:10px}.sp-controls{width:calc(100% - 48px);max-width:340px;bottom:calc(23px + env(safe-area-inset-bottom,0px))}.sp-jump-btn{min-height:57px;font-size:10px;border-radius:17px}.sp-charge-label{font-size:6px}.sp-controls>p{font-size:7px;margin-top:14px}.sp-controls kbd{display:none}.sp-turn-timer{top:calc(126px + env(safe-area-inset-top,0px));right:18px;width:83px;padding:8px 9px}.sp-turn-timer>span{font-size:5px}.sp-turn-timer>b{font-size:18px}.sp-panel{padding:25px 23px 20px;max-width:345px}.sp-panel h2{font-size:26px}.sp-overlay{padding:20px}.sp-result-score{font-size:51px}}
@media(max-height:690px) and (orientation:portrait){.sp-score-wrap{top:72px}.sp-score-wrap>strong{font-size:43px}.sp-game-status{top:160px}.sp-world-label{top:66px}.sp-controls{bottom:18px}.sp-jump-btn{min-height:50px}.sp-panel{padding:21px}.sp-panel-mark{margin-bottom:15px}.sp-panel h2{font-size:24px}.sp-primary{margin-top:17px}.sp-panel-tip{margin-top:15px}.sp-result-icon{margin-bottom:13px}.sp-result-score{font-size:43px}}
@media(max-height:500px) and (orientation:landscape){body.sp-playing{overflow:hidden}.sp-game-shell,.sp-stage{height:100dvh;min-height:0;max-width:none}.sp-hud-top{padding:14px 20px 0}.sp-game-brand>svg{width:30px;height:30px}.sp-game-brand>span{font-size:15px}.sp-icon-btn{width:36px;height:36px;min-width:36px;border-radius:11px}.sp-score-wrap{top:16px}.sp-score-wrap>strong{font-size:34px}.sp-score-wrap>p{font-size:6px}.sp-game-status{top:91px}.sp-controls{left:auto;right:20px;bottom:15px;transform:none;width:245px}.sp-jump-btn{min-height:43px;font-size:8px;border-radius:12px}.sp-controls>p{font-size:6px;margin-top:9px}.sp-charge-label{font-size:6px;margin-bottom:5px}.sp-charge-track{margin-bottom:8px;height:6px}.sp-world-label{left:20px;bottom:20px;top:auto}.sp-world-label>strong{font-size:15px}.sp-world-label>span{font-size:6px}.sp-world-label>p,.sp-game-caption{display:none}.sp-feedback{top:32%;left:50%;width:50%}.sp-feedback b{font-size:20px}.sp-feedback span{font-size:9px}.sp-turn-timer{top:65px;right:20px;width:85px}.sp-overlay{align-items:center;padding:12px}.sp-panel{max-height:calc(100dvh - 24px);padding:19px 25px;max-width:365px}.sp-panel-mark,.sp-result-icon{display:none}.sp-panel h2{font-size:23px;margin-bottom:10px}.sp-panel>p:not(.eyebrow){font-size:10px}.sp-panel .eyebrow{font-size:7px;margin-bottom:9px}.sp-panel-tip{margin-top:12px;padding:8px}.sp-primary{margin-top:14px;min-height:42px}.sp-panel-link{min-height:36px;margin-top:5px}.sp-panel>small{margin-top:0}.sp-result-score{font-size:38px;margin:10px 0}.sp-result-stats{padding:9px 0;margin-bottom:10px}}
@media(prefers-reduced-motion:reduce){.sp-panel,.sp-feedback{animation:none!important}.sp-jump-btn:active{transform:none}}
.sp-next-challenge{position:absolute;left:40px;top:173px;color:#31563c;border-left:3px solid #9fbb69;padding:9px 12px;background:#f4f7e3e6;border-radius:0 10px 10px 0;max-width:205px}
.sp-next-challenge>span{display:block;font-size:7px;letter-spacing:.12em;font-weight:700;opacity:.8}.sp-next-challenge>b{display:block;font-size:12px;margin-top:5px;letter-spacing:.025em}.sp-next-challenge>small{display:block;font-size:8px;margin-top:5px;opacity:.85}.sp-next-challenge[data-kind=moving]{border-color:#c18540}.sp-next-challenge[data-kind=precision]{border-color:#bf785e}.sp-next-challenge[data-kind=long]{border-color:#5e9a9d}
.sp-skill-summary{display:flex;justify-content:center;gap:16px;border-top:1px solid #dce5cd;padding-top:14px;margin-top:14px;font-size:9px;color:#70855f}.sp-skill-summary b{display:block;color:#3d613f;font-size:17px;margin-bottom:4px}.sp-panel .sp-course-rules{font-size:10px;color:#526f47;margin-top:13px;line-height:1.7}
@media(max-width:600px){.sp-next-challenge{top:220px;left:20px;max-width:190px;padding-left:9px}.sp-next-challenge>b{font-size:10px}.sp-next-challenge>small{font-size:7px}.sp-next-challenge>span{font-size:6px}.sp-stage .sp-turn-timer{top:212px}.sp-stage .sp-feedback,.sp-stage.sp-with-earnings .sp-feedback{top:34%}.sp-with-earnings .sp-next-challenge{top:207px}.sp-with-earnings .sp-turn-timer{top:203px}}
@media(max-height:700px) and (orientation:portrait){.sp-next-challenge,.sp-with-earnings .sp-next-challenge{top:189px}.sp-stage .sp-turn-timer{top:183px}.sp-stage .sp-feedback,.sp-stage.sp-with-earnings .sp-feedback{top:38%}.sp-next-challenge>small{display:none}}
@media(max-height:500px) and (orientation:landscape){.sp-next-challenge,.sp-with-earnings .sp-next-challenge{left:20px;top:151px;max-width:165px}.sp-next-challenge>b{font-size:10px}.sp-stage .sp-turn-timer{top:68px}.sp-stage .sp-feedback,.sp-stage.sp-with-earnings .sp-feedback{top:36%;width:43%}}
