:root{--bg:#f6f3ea;--pane:#fffdf7;--line:#e2dccb;--text:#33302a;--muted:#8a8474;--accent:#f2a93b;--soil:#b98b5e;--soil-dark:#a67a4f;color:var(--text);background:var(--bg);font-family:Hiragino Maru Gothic ProN,Hiragino Sans,system-ui,sans-serif}[hidden]{display:none!important}*{box-sizing:border-box}body{background:var(--bg);height:100dvh;margin:0}h2{color:var(--muted);margin:12px 0 6px;font-size:14px}button,select{font:inherit;border:2px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;padding:6px 10px;font-size:15px}button:disabled,select:disabled{opacity:.4;cursor:default}button{white-space:nowrap;touch-action:manipulation;-webkit-user-select:none;user-select:none;min-height:44px}.screen-header{align-items:center;gap:16px;padding:10px 16px 0;display:flex}.screen-header h1{margin:0;font-size:20px}.back{color:var(--text);border:2px solid var(--line);background:#fff;border-radius:10px;padding:10px 14px;font-weight:700;text-decoration:none}button.big{background:var(--accent);border-color:var(--accent);color:#fff;padding:14px 28px;font-size:20px;font-weight:700}button.big.secondary{color:var(--text);border-color:var(--line);background:#fff}.top-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100dvh;padding:16px;display:flex}.top-robot{width:160px;height:160px;animation:1.6s ease-in-out infinite bob}.top-robot svg{width:100%;height:100%}.top-title{margin:0;font-size:32px}.top-sub{margin:0;font-size:18px}.top-buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:16px;display:flex}.top-note{color:var(--muted);font-size:13px}.select-screen{min-height:100dvh}.stage-groups{max-width:900px;margin:0 auto;padding:16px}.stage-group h2{color:var(--text);font-size:18px}.stage-cards{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;display:grid}.stage-card{background:var(--pane);border:2px solid var(--line);min-height:64px;color:var(--text);border-radius:14px;flex-direction:column;justify-content:center;gap:2px;padding:12px;font-weight:700;text-decoration:none;display:flex}.stage-card .mark{color:#e0a100;align-items:center;gap:4px;min-height:28px;font-size:20px;display:flex}.stage-card.cleared{background:#fff6d9}.stage-card.next{border-color:var(--accent)}.stage-card.bonus{border-style:dashed}.play-screen{flex-direction:column;height:100dvh;display:flex}.layout{flex:1;grid-template-columns:380px 1fr 320px;gap:12px;min-height:0;padding:12px;display:grid}@media (width<=1100px){.layout{grid-template-rows:auto 1fr;grid-template-columns:340px 1fr;gap:8px;padding:8px}.world-pane{grid-area:1/1}.side-pane{grid-area:2/1}.editor-pane{grid-area:1/2/span 2}.log{height:160px}}@media (width<=900px) and (orientation:portrait){.layout{grid-template-rows:auto 1fr;grid-template-columns:1fr 1fr}.world-pane{grid-area:1/1}.side-pane{grid-area:1/2;max-height:560px}.editor-pane{grid-area:2/1/auto/span 2}}.pane{background:var(--pane);border:2px solid var(--line);border-radius:16px;min-height:0;padding:12px;overflow:auto}.field-wrap{justify-content:center;padding:28px 0 8px;display:flex}.field{position:relative}.field-grid{display:grid}.tile{width:var(--tile,64px);height:var(--tile,64px);background:var(--soil);border:2px solid var(--soil-dark)}.tile svg,.robot svg{width:100%;height:100%}.robot,.robot-shadow,.pop{width:var(--tile,64px);height:var(--tile,64px);pointer-events:none;position:absolute;top:0;left:0}.robot.smooth,.robot-shadow.smooth{transition:transform .25s ease-out}.robot-body{width:100%;height:100%;animation:1.6s ease-in-out infinite bob}.robot-body.miss svg{animation:.5s ease-in-out tilt}.robot-shadow:after{content:"";background:#00000040;border-radius:50%;width:44%;height:11%;position:absolute;bottom:10%;left:28%}@keyframes bob{0%,to{transform:translateY(-14px)}50%{transform:translateY(-20px)}}@keyframes tilt{30%{transform:rotate(-14deg)}70%{transform:rotate(6deg)}}.pop{color:#3f9b3f;justify-content:center;font-size:20px;font-weight:700;animation:.8s ease-out forwards pop;display:flex}.pop.sense{color:#2b7fa8;white-space:nowrap;font-size:13px}.tile.farmland{background:repeating-linear-gradient(0deg,#7a5230 0 6px,#6b4628 6px 10px);border-color:#5c3b20}.tile.grassland{background:#7fb24a;border-color:#6a9a3a}.pop.seed{color:#8a6440;font-size:14px}.mission{border:3px solid var(--accent);background:#fff4d6;border-radius:16px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.mission-robot{flex:none;width:44px;height:44px}.robot-face svg{width:100%;height:100%}.story{margin:0 0 4px;font-size:17px;font-weight:700;line-height:1.5}.goal{margin:0;font-size:14px}.link-button{color:#b56d00;background:0 0;border:none;min-height:0;padding:2px 6px;font-size:14px;text-decoration:underline}.modal{z-index:1000;background:#28241c73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-card{background:var(--pane);text-align:center;border-radius:22px;width:min(520px,100%);padding:24px;box-shadow:0 12px 40px #00000040}.modal-robot{width:72px;height:72px;margin:0 auto 8px;animation:1.6s ease-in-out infinite bob}.modal-medals{justify-content:center;gap:28px;margin:0 0 14px;display:flex}.medal{flex-direction:column;align-items:center;font-size:13px;font-weight:700;display:flex;position:relative}.medal-icon{letter-spacing:0;border:2px solid;border-radius:50%;place-items:center;width:28px;height:28px;font-size:15px;display:inline-grid}.medal-icon.gold{background:#ffe98a;border-color:#e0a100}.medal-icon.silver{background:#e6ebf0;border-color:#98a3ae}.medal-icon.bronze{background:#f3d2b3;border-color:#b8733a}.medal-icon.none{filter:grayscale();opacity:.4;background:#eee;border-color:#bbb}.medal .medal-icon{border-width:3px;width:56px;height:56px;font-size:30px}.medal .new{color:#fff;background:#e5533d;border-radius:8px;padding:1px 5px;font-size:11px;position:absolute;top:-6px;right:-14px}.modal-text{white-space:pre-line;min-height:3.4em;margin:0 0 12px;font-size:21px;line-height:1.7}.modal-card:has(.modal-medals:not([hidden])) .modal-text{min-height:0}.modal-goal{border:3px solid var(--accent);background:#fff4d6;border-radius:14px;margin:0 0 12px;padding:10px;font-size:20px;font-weight:700}.modal-notes{margin:0 0 12px;font-size:17px;line-height:1.6}.modal-notes p{margin:4px 0}.modal-notes .hint{text-align:left;background:#eef7ff;border:2px dashed #5cb1d6;border-radius:12px;padding:8px 10px}.modal-footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.modal-footer .primary{background:var(--accent);border-color:var(--accent);color:#fff;padding:10px 20px;font-size:18px;font-weight:700}.dots{color:var(--accent);letter-spacing:2px}.field-wrap{position:relative}.field-wrap.river:before{content:"";background:repeating-linear-gradient(90deg,#6cc3ef 0 18px,#8fd3f5 18px 30px);border-radius:8px;height:16px;position:absolute;top:6px;left:0;right:0}.blockly-wrap{flex:1;min-height:0;display:flex;position:relative}.editor-pane,.python-section{position:relative}.lock-cover{z-index:100;background:repeating-linear-gradient(45deg,#ece6d6 0 12px,#e6dfcc 12px 24px);border-radius:14px;justify-content:center;align-items:center;transition:opacity .6s;display:flex;position:absolute;inset:0}.lock{filter:grayscale(.3);background:0 0;border:none;font-size:56px}.python-section .lock{font-size:32px}.python-section .lock-cover{inset:-4px}.lock.shake{animation:.5s ease-in-out shake-head}@keyframes shake-head{20%{transform:rotate(-18deg)}40%{transform:rotate(16deg)}60%{transform:rotate(-12deg)}80%{transform:rotate(8deg)}}.lock-cover.opening .lock{filter:none;animation:.5s ease-out lock-open}@keyframes lock-open{40%{transform:scale(1.4)}}.lock-cover.fading{opacity:0}.remote.breaking{animation:.8s ease-in-out remote-break}@keyframes remote-break{15%{transform:translate(-6px)rotate(-2deg)}30%{transform:translate(6px)rotate(2deg)}45%{transform:translate(-4px)}60%{transform:translate(4px)}to{transform:none}}@keyframes pop{0%{opacity:1;translate:0 -10px}to{opacity:0;translate:0 -46px}}.inventory{text-align:center;margin:4px 0 8px;font-size:20px;font-weight:700}.remote{color:#fff;background:linear-gradient(#4b5466,#363d4b);border-radius:24px 24px 32px 32px;max-width:320px;margin:12px auto 0;padding:10px 16px 18px;position:relative;box-shadow:0 6px #262b35,0 10px 20px #0003}.remote-head{letter-spacing:2px;color:#c9d1dd;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;display:flex}.remote-led{background:#ff6b6b;border-radius:50%;width:10px;height:10px;box-shadow:0 0 6px #ff6b6b}.remote-keys{justify-content:space-between;align-items:center;gap:12px;display:flex}.dpad{grid-template-rows:repeat(3,52px);grid-template-columns:repeat(3,52px);grid-template-areas:".north.""west center east"".south.";gap:2px;display:grid}.dpad:before{content:"";background:#2a2f3a;border-radius:50%;grid-area:center;margin:12px}.remote button{color:#fff;border:none;flex-direction:column;justify-content:center;align-items:center;gap:0;min-height:0;padding:0;font-weight:700;transition:background .4s,transform 50ms;display:flex}.remote button:active:not(:disabled){transform:translateY(2px)}.remote button .icon{font-size:22px;line-height:1}.remote button .label{font-size:9px}.dpad button{background:#22262f;border-radius:10px}.dpad [data-key=North]{grid-area:north}.dpad [data-key=West]{grid-area:west}.dpad [data-key=East]{grid-area:east}.dpad [data-key=South]{grid-area:south}.actions{flex-direction:column;gap:8px;display:flex}.actions button{border-radius:50%;width:68px;height:68px;box-shadow:0 3px #00000059}.actions button .label{font-size:10px}.dpad button.unused{visibility:hidden}.actions button.unused{display:none}.remote.broken:not(.breaking){filter:grayscale()brightness(.9);opacity:.75}.remote.broken:not(.breaking):after{content:"";border-radius:inherit;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M58 0 L48 22 L60 34 L44 55 L56 70 L46 100' stroke='%23f5f5f5' stroke-width='1.6' fill='none'/%3E%3C/svg%3E") 50%/100% 100% no-repeat;position:absolute;inset:0}.remote-note{text-align:center;color:#c0582b;margin:6px 0 0;font-size:14px}.setup{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.editor-pane{flex-direction:column;padding:0;display:flex;overflow:hidden}.run-bar{border-bottom:2px solid var(--line);align-items:center;gap:8px;padding:10px;display:flex}.predict{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.predict .question{font-weight:700}.predict .choice{border:3px solid var(--accent);background:#fff4d6;border-radius:12px;min-width:52px;padding:6px 10px;font-size:16px;font-weight:700}.run{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}#blockly{flex:1;min-height:0}.timeline{align-items:center;gap:6px;display:flex}.timeline input{flex:1;min-width:0;height:44px}.timeline button{min-width:44px}.log li{touch-action:manipulation}.position{color:var(--muted);text-align:right;min-width:56px;font-size:12px}.log{border:2px solid var(--line);border-radius:10px;height:240px;margin:0;padding:0;font-size:14px;list-style:none;position:relative;overflow:auto}.log li{cursor:pointer;border-bottom:1px solid #f0ebdd;padding:3px 8px}.log li.sep{cursor:default;color:#c98a1f;text-align:center;border-bottom:none;padding:1px 8px;font-size:12px}.log li.miss{color:var(--muted)}.log li.current{background:#ffe7b8}.who{margin-right:6px}.seq{min-width:2.2em;color:var(--muted);text-align:right;font-variant-numeric:tabular-nums;margin-right:6px;font-size:12px;display:inline-block}.message{color:#c0582b;min-height:1em;font-size:14px}.python{color:#e8e6df;white-space:pre-wrap;background:#2b2d33;border-radius:10px;margin:0;padding:10px;font-size:14px}.demo-layer{z-index:900;pointer-events:none;position:fixed;inset:0}.demo-ghost{color:#fff;white-space:nowrap;opacity:0;border-radius:8px;align-items:center;padding:0 8px;font-size:13px;font-weight:700;display:flex;position:fixed;overflow:hidden;box-shadow:0 6px 14px #00000040}.demo-hand{filter:drop-shadow(0 3px 3px #0000004d);font-size:40px;line-height:1;transition:opacity .3s;position:fixed}.run.demo-press{transform:translateY(2px);box-shadow:0 0 0 6px #f2a93b59}
