:root{font-family:Inter,system-ui,Arial,sans-serif;color:#12244a;background:#f5f8ff}*{box-sizing:border-box}body{margin:0}header{display:flex;align-items:center;justify-content:space-between;padding:16px max(20px,calc((100vw - 1180px)/2));background:white;border-bottom:1px solid #e2eaf7;gap:15px}.brand{display:flex;gap:10px;align-items:center;text-decoration:none;color:#102b63;font-size:21px;font-weight:900}.brand b{color:#1889e9}.brand small{display:block;font-size:10px;letter-spacing:.3px;color:#6b7893}.brandmark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#1765c1;color:white}nav{display:flex;gap:20px}nav a,footer a{color:#2458a0;text-decoration:none;font-weight:650}main{max-width:1180px;margin:auto;padding:24px 20px 70px}.hero{display:grid;grid-template-columns:1fr minmax(250px,440px);gap:40px;align-items:center;padding:48px 44px;background:linear-gradient(120deg,#e4f1ff,#fff2df);border-radius:26px}.hero img{width:100%;border-radius:18px;box-shadow:0 12px 35px #123b7617}.pill{display:inline-block;padding:8px 12px;border-radius:50px;background:#dbeaff;color:#135ab1;font-size:12px;font-weight:900;letter-spacing:1px}h1{font-size:clamp(35px,5vw,64px);line-height:1.04;margin:16px 0}h2{font-size:28px;margin:10px 0 20px}p{line-height:1.6;color:#56647d}.hero p{font-size:18px;margin-bottom:30px}button,.primary,.secondary{display:inline-block;border:0;border-radius:11px;padding:12px 17px;background:#e8effa;color:#164e9a;font-weight:800;cursor:pointer;text-decoration:none;font-size:14px}.primary{background:#1264c5;color:white}.secondary{background:white;margin-left:10px}button:hover,.primary:hover{filter:brightness(.94)}section{margin-bottom:45px}.hero{margin-bottom:45px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article,.panel{background:white;border:1px solid #e0e9f6;border-radius:19px;padding:24px;box-shadow:0 6px 25px #123b7609}.emoji{font-size:36px}.cards h3{margin-bottom:4px}.workspace{background:#eaf2ff;border-radius:24px;padding:25px}.workspace-top{display:flex;justify-content:space-between;align-items:center;gap:15px}.workspace-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.world{display:grid;grid-template-columns:repeat(5,minmax(35px,1fr));aspect-ratio:1;gap:5px;padding:7px;background:#d7e7fa;border-radius:14px;max-width:470px;margin:auto}.cell{display:grid;place-items:center;border-radius:8px;background:#f8fbff;font-size:clamp(17px,3vw,35px);position:relative}.cell.wall{background:#7c8ea9}.cell.goal{background:#fff0b9}.cell.robot{background:#d0f7ee}.robot-icon{display:inline-block;transition:transform .2s}.blocks{display:flex;flex-wrap:wrap;gap:8px}.blocks button[data-command=forward]{background:#d5ebff}.blocks button[data-command=left],.blocks button[data-command=right]{background:#e5d9ff}.blocks button[data-command=repeat]{background:#ffe8bb}.program{min-height:120px;max-height:230px;overflow:auto;padding:12px 12px 12px 35px;background:#f5f8ff;border-radius:12px}.program li{margin:6px 0;padding:7px 10px;background:white;border-radius:8px}.program .empty{color:#71819d;background:transparent}.actions{display:flex;gap:8px;flex-wrap:wrap}.badges{display:flex;gap:10px;flex-wrap:wrap}.badge{padding:12px 16px;background:#fff2cf;border-radius:12px;font-weight:750}.note{font-size:13px}footer{text-align:center;padding:28px;background:#eaf1fc;color:#60708b}@media(max-width:780px){header{flex-wrap:wrap}nav{gap:10px;flex-wrap:wrap}.hero,.workspace-grid{grid-template-columns:1fr}.hero{padding:26px}.hero img{max-width:400px}.cards{grid-template-columns:1fr}.workspace-top{display:block}.workspace{padding:13px}.panel{padding:14px}}

.activity{padding:60px max(24px,5vw)}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.story-stage{height:270px;border-radius:18px;position:relative;overflow:hidden;display:flex;align-items:center;padding:35px;background:#142c63}.story-stage.space{background:radial-gradient(circle at 75% 25%,#6a68cb,#15295b 65%)}.story-stage.garden{background:linear-gradient(#9ce4ff 65%,#79bd63 65%)}.story-stage.ocean{background:linear-gradient(#81d9f5,#127fa9)}.story-actor{font-size:65px;transition:transform .3s;z-index:1}.story-speech{position:absolute;top:16px;left:15px;background:white;color:#12345b;border-radius:14px;padding:9px 14px;font-size:13px}.story-layout .panel label{display:block;margin-bottom:12px}.story-layout select{padding:10px;border-radius:9px}.program li button{float:right;background:transparent;border:0;cursor:pointer;font-size:20px}.quiz-panel{max-width:760px}.quiz-answers{display:grid;gap:10px;margin:18px 0}.quiz-answers button{padding:15px;text-align:left;border:1px solid #aac5e6;background:#f3f8ff;border-radius:12px;color:#173d6c;cursor:pointer}.quiz-answers button.correct{background:#d6f8e5;border-color:#39a66c}.quiz-answers button:disabled{cursor:default}@media(max-width:780px){.story-layout{grid-template-columns:1fr}}