:root{--ink:#2e2b25;--cream:#fff4dc;--pink:#f4718b;--blue:#2949a3;--aqua:#24b5bf;--green:#83bd36;--gold:#ffc94a}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:"Trebuchet MS","Arial Rounded MT Bold",system-ui,sans-serif;color:var(--ink);background:#172e73}button,a{font:inherit}.game-shell{min-height:100vh;display:grid;grid-template-rows:auto minmax(300px,1fr) auto auto;background:url('interior-world-panorama.png') center/cover fixed;position:relative;overflow:hidden}.game-shell:before{content:"";position:fixed;inset:0;background:linear-gradient(180deg,rgba(23,44,120,.3),rgba(13,75,76,.12) 55%,rgba(4,48,29,.45));pointer-events:none}.game-head{height:90px;width:min(1180px,94%);margin:auto;display:flex;align-items:center;position:relative;z-index:5}.logo img{width:240px;display:block}.step-dots{display:flex;gap:9px;margin:auto}.step-dots i{width:13px;height:13px;border-radius:50%;background:rgba(255,255,255,.45);border:2px solid white;transition:.3s}.step-dots i.active{width:32px;border-radius:99px;background:var(--gold)}.sound{width:46px;height:46px;border:2px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(36,45,87,.35);color:white;font-size:24px;cursor:pointer}.world{width:min(1100px,94%);margin:auto;position:relative;min-height:310px;z-index:2}.peblet{position:absolute;width:min(330px,42vw);left:50%;bottom:13px;transform:translateX(-50%);filter:drop-shadow(0 18px 14px rgba(0,0,0,.28));animation:breathe 3.4s ease-in-out infinite;z-index:2}.peblet.celebrate{animation:jump .7s ease}.ground-shadow{position:absolute;width:280px;height:34px;border-radius:50%;background:rgba(27,54,24,.35);filter:blur(8px);left:50%;bottom:4px;transform:translateX(-50%)}.coin-card,.goal-card{position:absolute;top:30px;padding:15px 18px;border:3px solid rgba(255,255,255,.8);border-radius:22px;background:rgba(255,246,221,.94);box-shadow:0 8px 0 rgba(72,54,40,.18);z-index:3}.coin-card{left:0}.coin-card span,.goal-card span{display:block;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#75664f}.coin-card strong{font-size:29px}.goal-card{right:0;width:220px}.goal-card>div{height:11px;margin:9px 0 7px;border-radius:9px;background:#ded4bd;overflow:hidden}.goal-card i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--green),#b4db46);transition:.5s}.goal-card strong{font-size:13px}.sparkles{position:absolute;left:52%;top:8%;color:#fff29c;font-size:26px;letter-spacing:50px;animation:twinkle 2.2s ease-in-out infinite}.sparkles span{font-size:18px}.story-card{width:min(860px,92%);margin:0 auto 20px;padding:28px 34px 24px;position:relative;z-index:4;background:rgba(255,244,220,.97);border:4px solid rgba(255,255,255,.74);border-radius:34px;box-shadow:0 12px 0 rgba(63,45,31,.22),0 22px 45px rgba(17,28,67,.28);text-align:center}.eyebrow{margin:0;color:#dd5873;text-transform:uppercase;font-size:13px;letter-spacing:.14em;font-weight:900}.story-card h1{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:7px 0 10px;color:#293c85}.story-card>p:not(.eyebrow):not(.hint){font-size:18px;line-height:1.48;max-width:690px;margin:0 auto}.choices{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px auto 8px;max-width:700px}.choices:has(button:only-child){grid-template-columns:1fr;max-width:390px}.choices button{display:flex;align-items:center;gap:13px;padding:14px 16px;text-align:left;border:2px solid #ead3aa;border-radius:20px;background:white;color:var(--ink);box-shadow:0 5px 0 #ddc59d;cursor:pointer;transition:.16s}.choices button:hover,.choices button:focus-visible{outline:3px solid #ffd1da;transform:translateY(-3px);box-shadow:0 8px 0 #ddc59d}.choice-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:#fff0bd;font-size:26px}.choices b,.choices small{display:block}.choices small{margin-top:3px;color:#756d61}.choices em{font-style:normal;margin-left:auto;font-size:22px;color:#e45e78}.hint{font-size:13px!important;margin:15px 0 0!important;color:#756d61}footer{width:min(860px,92%);margin:0 auto 18px;display:flex;justify-content:space-between;position:relative;z-index:5}footer button,footer a{border:0;background:rgba(24,42,83,.55);color:white;border-radius:99px;padding:9px 15px;text-decoration:none;cursor:pointer}@keyframes breathe{50%{transform:translateX(-50%) translateY(-7px) rotate(-1deg)}}@keyframes jump{45%{transform:translateX(-50%) translateY(-45px) scale(1.03)}70%{transform:translateX(-50%) translateY(2px) scale(.98)}}@keyframes twinkle{50%{opacity:.3;transform:scale(.8)}}@media(max-width:650px){.game-head{height:70px}.logo img{width:170px}.step-dots{gap:6px}.step-dots i{width:9px;height:9px}.step-dots i.active{width:24px}.sound{width:39px;height:39px}.world{min-height:285px}.peblet{width:min(265px,65vw)}.coin-card,.goal-card{top:18px;padding:10px 12px}.goal-card{width:155px}.coin-card strong{font-size:22px}.story-card{padding:23px 18px 20px;border-radius:27px}.story-card>p:not(.eyebrow):not(.hint){font-size:16px}.choices{grid-template-columns:1fr;margin-top:17px}.choices button{padding:11px 13px}.choice-icon{width:42px;height:42px}footer{font-size:13px}}@media(prefers-reduced-motion:reduce){.sparkles{animation:none!important}}
