:root{color:#3d4535;background:#fff9e8;font-family:Arial Rounded MT Bold,Microsoft YaHei,PingFang SC,system-ui,sans-serif;font-synthesis:none;--ink: #3d4535;--cream: #fff9e8;--leaf: #4e9d69;--sun: #f6b73c;--shadow: 0 12px 30px rgb(76 87 50 / 16%)}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{min-width:320px;min-height:100dvh;background:linear-gradient(#fffae8db,#fffae8f5),url(/images/background.webp) center / cover fixed;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}button,input,select{font:inherit}button{color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none}button:focus-visible,input:focus-visible,select:focus-visible{outline:4px solid #2874d4;outline-offset:3px}.home-screen{width:min(1180px,100%);min-height:100dvh;margin:0 auto;padding:max(20px,env(safe-area-inset-top)) clamp(16px,4vw,44px) max(24px,env(safe-area-inset-bottom))}.hero{position:relative;display:flex;min-height:180px;align-items:center;overflow:hidden;border:4px solid rgb(255 255 255 / 75%);border-radius:38px;padding:24px clamp(24px,5vw,58px);background:linear-gradient(120deg,#f8cf5c,#f5b354 48%,#ef9165);box-shadow:var(--shadow);isolation:isolate}.hero:before,.hero:after{position:absolute;z-index:-1;width:260px;height:260px;border-radius:50%;background:#ffffff21;content:""}.hero:before{top:-170px;left:22%}.hero:after{right:12%;bottom:-185px}.hero-copy{z-index:2}.hero h1{margin:2px 0 4px;color:#493920;font-size:clamp(2.3rem,6vw,4.4rem);letter-spacing:.04em;line-height:1}.hero p{margin:9px 0 0;color:#5d4827;font-size:clamp(.95rem,2vw,1.2rem);font-weight:700}.eyebrow{color:#765b27;font-size:.9rem;font-weight:800;letter-spacing:.16em}.hero-rabbit{position:absolute;right:clamp(72px,13vw,150px);bottom:-38px;width:clamp(150px,24vw,250px);height:clamp(150px,24vw,250px);object-fit:contain;filter:drop-shadow(0 10px 7px rgb(83 55 28 / 20%));animation:happy-float 3.5s ease-in-out infinite}.hero-tools{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:8px}.star-counter{display:flex;min-width:86px;height:58px;align-items:center;justify-content:center;gap:8px;border:3px solid rgb(255 255 255 / 65%);border-radius:99px;background:#ffffffd9;box-shadow:0 6px 12px #4d35171f;font-size:1.3rem}.music-toggle{position:relative;width:58px;height:58px;border:3px solid rgb(255 255 255 / 65%);border-radius:50%;background:#ffffffd9;box-shadow:0 6px 12px #4d35171f;color:#4d794c;font-size:1.75rem;font-weight:900}.music-toggle.is-muted{color:#8e8d82}.music-toggle.is-muted:after{position:absolute;top:11px;left:26px;width:4px;height:32px;border-radius:4px;background:#cf665b;content:"";transform:rotate(-42deg)}.music-toggle:active{transform:translateY(3px)}.game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,2vw,22px);margin-top:clamp(18px,3vw,28px)}.game-card{position:relative;display:flex;min-height:215px;flex-direction:column;overflow:hidden;border:4px solid rgb(255 255 255 / 92%);border-radius:30px;padding:12px 14px 14px;background:color-mix(in srgb,var(--card-color) 77%,white);box-shadow:0 9px color-mix(in srgb,var(--card-color) 64%,#5c6543),0 14px 22px #4e593524;transition:transform .16s ease,box-shadow .16s ease}.game-card:hover{transform:translateY(-4px) rotate(-.5deg)}.game-card:active{transform:translateY(5px);box-shadow:0 3px color-mix(in srgb,var(--card-color) 64%,#5c6543)}.game-card-art{position:relative;min-height:125px;flex:1}.game-card-art img{width:100%;height:132px;object-fit:contain;filter:drop-shadow(0 6px 5px rgb(49 57 29 / 15%))}.game-card-emoji{position:absolute;top:3px;right:3px;display:grid;width:48px;height:48px;place-items:center;border:2px solid white;border-radius:50%;background:#fffc;font-size:1.45rem}.game-card-title{color:#34402d;font-size:clamp(1.1rem,2.2vw,1.4rem);font-weight:900}.game-card-meta{display:flex;justify-content:space-between;margin-top:6px;color:#313d29b8;font-size:.78rem;font-weight:800}.home-actions{display:flex;justify-content:center;gap:14px;margin-top:30px}.home-actions button{min-height:58px;border:2px solid #dfe6cf;border-radius:18px;padding:0 22px;background:#ffffffe0;box-shadow:0 5px 14px #41502b1a;font-weight:800}.home-actions button span{margin-right:6px;font-size:1.3rem}.parent-entry{position:relative;overflow:hidden}.parent-entry:after{position:absolute;inset:auto 0 0;height:5px;background:var(--leaf);content:"";transform:scaleX(0);transform-origin:left}.parent-entry.is-holding:after{transform:scaleX(1);transition:transform 1.8s linear}.parent-hint{margin:8px 0 0;color:#899078;text-align:center;font-size:.75rem}.game-screen{display:flex;width:min(1180px,100%);min-height:100dvh;margin:auto;flex-direction:column;padding:max(12px,env(safe-area-inset-top)) clamp(12px,3vw,30px) max(12px,env(safe-area-inset-bottom))}.game-header{display:grid;min-height:72px;grid-template-columns:64px 1fr 64px;align-items:center;border:3px solid rgb(255 255 255 / 85%);border-radius:24px;padding:6px 10px;background:color-mix(in srgb,var(--game-color) 74%,white);box-shadow:0 7px 18px #3848291c}.game-header>div{display:flex;align-items:center;justify-content:center;gap:10px}.game-header h1{margin:0;color:#34402d;font-size:clamp(1.15rem,3vw,1.65rem)}.game-label{font-size:1.5rem}.round-button{width:56px;height:56px;border:3px solid rgb(255 255 255 / 80%);border-radius:18px;background:#ffffffd1;box-shadow:0 4px #4e573926;font-size:1.65rem}.round-button:active{transform:translateY(3px);box-shadow:none}.game-stage{position:relative;display:flex;min-height:0;flex:1;flex-direction:column;align-items:center;justify-content:center;overflow:auto;border:4px solid rgb(255 255 255 / 80%);border-radius:32px;margin-top:14px;padding:clamp(12px,2.5vw,28px);background:#fffdf3e8;box-shadow:inset 0 0 50px color-mix(in srgb,var(--game-color) 10%,transparent),var(--shadow)}.loading-leaf{font-size:4rem;animation:happy-float 1.2s ease-in-out infinite}.round-top{display:flex;width:min(860px,100%);flex-direction:column;align-items:center;gap:8px}.round-dots{display:flex;min-height:18px;gap:8px}.round-dot{width:12px;height:12px;border-radius:50%;background:#dbe1ca}.round-dot.is-on{background:var(--game-color, var(--sun));transform:scale(1.15)}.visual-prompt{display:flex;min-height:62px;align-items:center;justify-content:center;gap:14px;text-align:center}.visual-prompt>span{display:grid;min-width:58px;height:58px;place-items:center;border:3px solid #f0e8cc;border-radius:18px;background:#fff;color:#ef745b;font-size:2rem;font-weight:900}.visual-prompt strong{font-size:clamp(1.15rem,3vw,1.75rem)}.mascot-img{display:block;max-width:100%;object-fit:contain;pointer-events:none}.friend-side{position:absolute;right:18px;bottom:12px;width:clamp(80px,13vw,150px);opacity:.95}.friend-panel{position:relative;display:flex;align-items:center}.friend-panel .mascot-img{width:clamp(100px,16vw,175px);height:clamp(100px,16vw,175px)}.speech-bubble{max-width:130px;border:3px solid #e4ddc4;border-radius:24px 24px 24px 6px;padding:12px;background:#fff;font-size:1rem;font-weight:800}.counting-scene{display:flex;width:min(700px,100%);align-items:center;justify-content:space-around;margin:4px auto 8px}.basket-area{display:flex;flex-direction:column;align-items:center;gap:10px}.basket{position:relative;display:grid;width:clamp(130px,20vw,190px);height:clamp(105px,15vw,140px);place-items:center;border:5px dashed #c8893f;border-radius:35px 35px 45px 45px;background:linear-gradient(#f7cd78,#dea351);box-shadow:inset 0 0 0 8px #ffffff3b}.basket:before{position:absolute;top:-32px;width:70%;height:50px;border:8px solid #b97839;border-bottom:0;border-radius:50px 50px 0 0;content:""}.basket-items{z-index:2;display:flex;max-width:90%;flex-wrap:wrap;align-items:center;justify-content:center;gap:1px}.basket-items span{font-size:clamp(1.25rem,3vw,1.7rem);line-height:1;filter:drop-shadow(0 2px 1px rgb(102 62 22 / 18%))}.count-actions{z-index:3;display:flex;gap:9px}.count-actions button{min-height:56px;border:3px solid white;border-radius:18px;box-shadow:0 5px #785b2b3d;font-weight:900}.undo-fruit{width:56px;background:#efe9d8;color:#59604e;font-size:1.7rem}.undo-fruit:disabled{opacity:.42;box-shadow:none}.count-submit{display:flex;min-width:118px;align-items:center;justify-content:center;gap:7px;padding:0 14px;background:#69bd7b;color:#fff}.count-submit span{font-size:1.5rem}.object-tray{display:flex;width:min(760px,100%);min-height:95px;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;border:3px solid #e6e3cf;border-radius:24px;padding:10px;background:#f6f0d8}.fruit{width:62px;height:62px;border:2px solid white;border-radius:18px;background:#fff;box-shadow:0 4px #d4c8aa;font-size:2.2rem}.fruit.is-placed{visibility:hidden;pointer-events:none}.draggable{touch-action:none;transition:transform .12s ease}.draggable.is-selected{outline:5px solid #3f86df;outline-offset:4px;transform:scale(1.06)}.draggable.is-dragging{position:relative;filter:drop-shadow(0 12px 7px rgb(50 53 33 / 25%));transition:none}.drop-zone{transition:transform .15s ease,background .15s ease}.drop-zone:has(+.is-dragging){transform:scale(1.02)}.shape-play,.color-play,.shadow-play{display:flex;width:min(850px,100%);flex:1;flex-direction:column;align-items:center;justify-content:center;gap:clamp(18px,4vh,38px)}.shape-piece{width:104px;height:104px;border:4px solid white;border-radius:26px;background:#ffdb72;box-shadow:0 7px #d9a53e;color:#ec715c;font-size:4rem}.shape-zones,.color-zones,.shadow-zones{display:flex;width:100%;flex-wrap:wrap;justify-content:center;gap:clamp(12px,3vw,28px)}.shape-hole{display:grid;width:clamp(88px,14vw,130px);height:clamp(88px,14vw,130px);place-items:center;border:5px dashed #bbb9a8;border-radius:24px;background:#eeeadd;color:#a09f94;font-size:clamp(3rem,7vw,5rem)}.color-butterfly{width:110px;height:100px;border:4px solid white;border-radius:40px;background:color-mix(in srgb,var(--item-color) 45%,white);filter:drop-shadow(0 6px 0 color-mix(in srgb,var(--item-color) 70%,#777));font-size:4rem}.color-home{display:grid;width:clamp(100px,16vw,145px);height:clamp(100px,16vw,145px);place-items:center;border:6px solid color-mix(in srgb,var(--item-color) 75%,#555);border-radius:50% 50% 24px 24px;background:color-mix(in srgb,var(--item-color) 66%,white);color:#fff;font-size:4.2rem;text-shadow:0 3px 0 rgb(0 0 0 / 12%)}.pattern-row{display:flex;width:min(790px,100%);align-items:center;justify-content:center;gap:clamp(5px,1.6vw,18px);margin:clamp(20px,6vh,55px) 0}.pattern-row span{display:grid;width:clamp(48px,10vw,86px);height:clamp(58px,10vw,86px);place-items:center;border:3px solid #eee1c1;border-radius:20px;background:#fff;box-shadow:0 5px #e7ddc3;font-size:clamp(1.7rem,5vw,3rem)}.pattern-row .pattern-question{border-style:dashed;color:#ed765d;background:#fff5d8;font-weight:900}.choice-row{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(12px,3vw,24px)}.big-choice{min-width:82px;min-height:82px;border:4px solid white;border-radius:24px;padding:8px 18px;background:#fff;box-shadow:0 7px #d8d8c9,0 10px 20px #46492f1f;font-size:clamp(2rem,6vw,3.5rem);font-weight:900}.big-choice:active{transform:translateY(5px);box-shadow:0 2px #d8d8c9}.animal-piece{width:clamp(120px,20vw,180px);height:clamp(120px,20vw,180px);border:4px solid white;border-radius:35px;padding:4px;background:#fff1b8;box-shadow:0 7px #dec15c}.animal-piece img{width:100%;height:100%}.shadow-home{display:grid;width:clamp(100px,17vw,160px);height:clamp(100px,17vw,160px);place-items:center;border:4px dashed #a9ab9e;border-radius:28px;padding:5px;background:#e7eadf}.shadow-home img{width:100%;height:100%}.silhouette{filter:brightness(0) opacity(.58)}.maze-layout{display:grid;width:min(800px,100%);min-height:0;flex:1;grid-template-columns:minmax(260px,1fr) 150px;align-items:center;justify-items:center;gap:clamp(16px,4vw,44px)}.maze-grid{display:grid;width:min(54vh,560px,100%);aspect-ratio:1;grid-template-columns:repeat(var(--maze-size),1fr);overflow:hidden;border:6px solid #5e7a4e;border-radius:12px;background:#f5eac4}.maze-cell{position:relative;min-width:0;border:2px solid #698156}.maze-cell.open-up{border-top-color:transparent}.maze-cell.open-right{border-right-color:transparent}.maze-cell.open-down{border-bottom-color:transparent}.maze-cell.open-left{border-left-color:transparent}.maze-friend{position:absolute;z-index:3;inset:5%;width:90%;height:90%;filter:drop-shadow(0 2px 2px rgb(0 0 0 / 20%))}.maze-goal{position:absolute;inset:0;display:grid;place-items:center;font-size:clamp(1.2rem,4vw,2.6rem)}.direction-pad{display:grid;grid-template-columns:repeat(3,58px);grid-template-rows:repeat(2,58px);gap:8px}.direction-pad button{width:58px;height:58px;border:3px solid white;border-radius:18px;background:#7fc98b;box-shadow:0 5px #4d9761;color:#fff;font-size:1.5rem}.direction-pad button:active{transform:translateY(4px);box-shadow:none}.direction-pad [data-direction=up]{grid-area:1 / 2}.direction-pad [data-direction=left]{grid-area:2 / 1}.direction-pad [data-direction=down]{grid-area:2 / 2}.direction-pad [data-direction=right]{grid-area:2 / 3}.memory-grid{display:grid;width:min(760px,100%);min-height:0;flex:1;align-content:center;justify-content:center;gap:clamp(7px,1.5vw,14px)}.memory-grid.pairs-4{grid-template-columns:repeat(4,minmax(58px,110px))}.memory-grid.pairs-6{grid-template-columns:repeat(4,minmax(58px,100px))}.memory-grid.pairs-8{grid-template-columns:repeat(4,minmax(55px,92px))}.memory-card{position:relative;width:100%;aspect-ratio:1;border:0;border-radius:clamp(13px,2vw,22px);background:transparent;perspective:500px;font-size:clamp(1.8rem,5vw,3rem)}.memory-card span{position:absolute;inset:0;display:grid;place-items:center;border:4px solid white;border-radius:inherit;backface-visibility:hidden;box-shadow:0 5px #b8b598;transition:transform .35s ease}.card-back{background:linear-gradient(145deg,#73bb79,#458b5c);color:#fff}.card-face{background:#fff8dc;transform:rotateY(180deg)}.memory-card.is-open .card-back,.memory-card.is-matched .card-back{transform:rotateY(180deg)}.memory-card.is-open .card-face,.memory-card.is-matched .card-face{transform:rotateY(0)}.memory-card.is-matched{animation:match-bounce .4s ease}.pinyin-friend{display:flex;align-items:center;justify-content:center;margin:clamp(12px,4vh,32px)}.pinyin-friend img{width:clamp(120px,22vw,200px);height:clamp(120px,22vw,200px)}.listen-button{width:76px;height:76px;border:4px solid white;border-radius:50%;background:#6aa8ee;box-shadow:0 6px #3b78c0;font-size:2rem}.pinyin-choice{min-width:105px;color:#4c5b76;font-family:ui-rounded,Arial Rounded MT Bold,sans-serif;font-size:clamp(2.5rem,8vw,4.6rem)}.feedback-layer{position:fixed;z-index:80;inset:0;display:grid;place-items:center;pointer-events:none}.feedback-pop{border:5px solid white;border-radius:30px;padding:18px 28px;box-shadow:0 16px 40px #28331c40;font-size:clamp(1.5rem,5vw,2.4rem);font-weight:900}.feedback-pop.is-good{background:#79c889;color:#fff}.feedback-pop.is-try{background:#fff2b8;color:#70582c}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;overflow:auto;place-items:center;padding:18px;background:#2f3a25a3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{position:relative;width:min(660px,100%);max-height:calc(100dvh - 36px);overflow:auto;border:5px solid white;border-radius:34px;padding:clamp(24px,5vw,44px);background:#fffaf0;box-shadow:0 25px 70px #222c1a59;text-align:center}.modal h2{margin:4px 0 18px;font-size:clamp(1.6rem,5vw,2.3rem)}.modal-kicker{color:#7c9366;font-size:.78rem;font-weight:900;letter-spacing:.14em}.modal-close{position:absolute;top:12px;right:12px;width:56px;height:56px;border:0;border-radius:50%;background:#eeeada;font-size:2rem}.modal-actions{display:flex;justify-content:center;gap:12px;margin-top:22px}.modal-actions button,.modal .primary{min-height:58px;border:0;border-radius:18px;padding:0 22px;background:#eae7d9;box-shadow:0 5px #cbc7b7;font-weight:900}.modal-actions .primary,.modal>.primary{background:#63b678;box-shadow:0 5px #3b8b55;color:#fff}.celebration{overflow:hidden}.confetti{font-size:1.7rem;word-spacing:18px}.result-mascot{width:min(220px,48vw);height:min(220px,48vw);object-fit:contain}.celebration h2{margin:-8px 0 5px}.earned-stars{min-height:60px;font-size:clamp(2rem,8vw,3.7rem);letter-spacing:.12em}.new-sticker{color:#4b925e;font-weight:900}.sticker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.sticker>div{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border:3px solid white;border-radius:50%;background:#f2e6bb;box-shadow:0 4px #ddd0a3}.sticker img{width:100%;height:100%;object-fit:contain}.sticker strong{display:block;margin-top:7px;font-size:.76rem}.sticker.is-locked>div{background:#e1dfd6;color:#aaa99e;font-size:2rem}.book-tip{margin:22px 0 0;color:#7b826c;font-size:.9rem}.parent-gate label{display:flex;align-items:center;justify-content:center;gap:12px;margin:25px 0 12px}.parent-gate label strong{font-size:1.6rem}.parent-gate input{width:105px;height:62px;border:3px solid #cbd4ba;border-radius:16px;background:#fff;text-align:center;font-size:1.4rem}.gate-error{min-height:24px;color:#c25252;font-weight:700}.settings-panel{text-align:left}.settings-panel h2,.settings-panel>.modal-kicker{display:block;text-align:center}.setting-row{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e6e1d2}.setting-row span{display:flex;flex-direction:column;gap:3px}.setting-row small,.difficulty-settings p{color:#858b78}.setting-row input[type=range]{width:min(210px,42%)}.setting-row input[type=checkbox]{width:30px;height:30px;accent-color:var(--leaf)}.difficulty-settings{margin-top:20px}.difficulty-settings h3{margin-bottom:3px}.difficulty-settings p{margin-top:0;font-size:.85rem}.difficulty-settings label{display:flex;min-height:54px;align-items:center;justify-content:space-between;border-bottom:1px solid #ebe6d8}.difficulty-settings select{min-width:105px;height:42px;border:2px solid #cdd4be;border-radius:12px;background:#fff;padding:0 8px}.danger-button{width:100%;min-height:54px;border:2px solid #e6b5ad;border-radius:16px;margin-top:24px;background:#fff0ed;color:#b34c43;font-weight:800}.friendly-error{text-align:center}.friendly-error>span{font-size:4rem}.friendly-error button{min-height:56px;border:0;border-radius:18px;padding:0 24px;background:#79c889;color:#fff;font-weight:900}.update-banner{position:fixed;z-index:120;right:18px;bottom:18px;display:flex;align-items:center;gap:12px;border:3px solid white;border-radius:18px;padding:12px 14px;background:#344f3a;box-shadow:var(--shadow);color:#fff;font-weight:800}.update-banner button{min-height:44px;border:0;border-radius:12px;padding:0 14px;background:#f6c04f;font-weight:900}.wiggle{animation:wiggle .35s ease}@keyframes happy-float{50%{transform:translateY(-8px) rotate(1deg)}}@keyframes pop-in{0%{opacity:0;transform:scale(.5)}35%{opacity:1;transform:scale(1.12)}75%{opacity:1;transform:scale(1)}to{opacity:0;transform:translateY(-18px)}}@keyframes match-bounce{50%{transform:scale(1.12) rotate(2deg)}}@keyframes wiggle{25%{transform:translate(-8px)}50%{transform:translate(8px)}75%{transform:translate(-5px)}}@media(max-width:760px){.home-screen{padding-inline:12px}.hero{min-height:150px;border-radius:28px;padding:18px 20px}.hero-rabbit{right:60px;width:150px;height:150px}.hero p{max-width:45%}.game-grid{grid-template-columns:repeat(2,1fr)}.game-card{min-height:185px;border-radius:24px}.game-card-art{min-height:105px}.game-card-art img{height:108px}.game-card-emoji{width:40px;height:40px;font-size:1.15rem}.game-stage{border-radius:24px;padding:10px}.friend-side{opacity:.4}.sticker-grid{grid-template-columns:repeat(2,1fr)}.maze-layout{grid-template-columns:1fr;grid-template-rows:minmax(250px,1fr) auto;gap:12px}.maze-grid{width:min(48vh,100%)}.direction-pad{grid-template-columns:repeat(3,54px);grid-template-rows:repeat(2,54px)}.direction-pad button{width:54px;height:54px}}@media(max-width:430px){.hero h1{font-size:2rem}.eyebrow{font-size:.7rem}.hero-rabbit{right:45px;bottom:-32px;width:125px;height:125px}.hero-tools{top:10px;right:10px;gap:5px}.star-counter{min-width:64px;height:45px;font-size:1rem}.game-card{min-height:166px;padding:8px 10px 10px}.game-card-art{min-height:92px}.game-card-art img{height:94px}.game-card-title{font-size:1.05rem}.game-card-meta{font-size:.67rem}.home-actions button{padding:0 12px;font-size:.82rem}.game-screen{padding-inline:7px}.game-header{grid-template-columns:52px 1fr 52px}.round-button{width:48px;height:48px;border-radius:15px}.game-header h1{font-size:1.05rem}.visual-prompt>span{min-width:48px;height:48px}.counting-scene{margin-top:0}.friend-panel .mascot-img{width:100px;height:100px}.speech-bubble{max-width:105px;padding:8px;font-size:.8rem}.fruit{width:54px;height:54px;font-size:1.8rem}.pattern-row span{width:46px;height:55px;border-radius:13px}.modal-actions{flex-direction:column}.settings-panel{padding-inline:20px}.setting-row{gap:8px}}@media(orientation:landscape)and (max-height:560px){.game-screen{min-height:100dvh}.game-header{min-height:58px;grid-template-columns:48px 1fr 48px}.round-button{width:44px;height:44px;font-size:1.25rem}.game-stage{margin-top:7px;padding-block:7px}.round-top{gap:1px}.visual-prompt{min-height:46px}.visual-prompt>span{min-width:42px;height:42px;font-size:1.45rem}.counting-scene{max-height:120px}.friend-panel .mascot-img{width:100px;height:100px}.object-tray{min-height:70px}.fruit{width:52px;height:52px;font-size:1.7rem}.shape-play,.color-play,.shadow-play{flex-direction:row}.shape-zones,.color-zones,.shadow-zones{width:auto;flex:1}.pattern-row{margin:12px 0}.pinyin-friend{margin:5px}.pinyin-friend img{width:92px;height:92px}.memory-grid{max-height:330px}}.reduced-motion *,.reduced-motion *:before,.reduced-motion *:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.profile-list{width:min(780px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,180px));justify-content:center;gap:14px}.profile-choice{min-height:174px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.profile-choice.is-active{outline:4px solid #f6b73c;outline-offset:2px}.profile-choice img{width:86px;height:86px;object-fit:contain}.profile-screen{display:grid;width:min(100%,980px);min-height:100dvh;grid-template-rows:auto 1fr auto;align-items:center;gap:28px;margin:0 auto;padding:max(24px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom));color:#253d2b}.profile-heading{display:flex;align-items:center;justify-content:center;gap:20px}.profile-heading img{width:150px;height:150px;object-fit:contain}.profile-heading span{color:#52715a;font-size:.82rem;font-weight:900}.profile-heading h1{margin:5px 0;font-size:2rem;letter-spacing:0}.profile-heading p{margin:0;color:#68766c}.profile-list{align-self:start}.profile-choice{border:2px solid #c7d6c9;border-radius:8px;padding:14px;background:#ffffffeb;box-shadow:0 7px 18px #334e391a}.profile-choice:hover{border-color:#4e9d69;background:#f5faf5}.profile-choice strong,.profile-choice span{display:block;overflow-wrap:anywhere;letter-spacing:0}.profile-choice span{color:#6c776f;font-size:.8rem}.profile-parent-entry{justify-self:center;min-height:56px;border:2px solid #cbd7cc;border-radius:8px;padding:0 18px;background:#fff;color:#425548;font-weight:800}.profile-parent-entry span{margin-right:7px}@media(max-width:600px){.profile-screen{gap:18px;padding-inline:14px}.profile-heading{align-items:center;text-align:left}.profile-heading img{width:104px;height:104px}.profile-heading h1{font-size:1.45rem}.profile-list{grid-template-columns:repeat(auto-fit,minmax(150px,180px));gap:10px}.profile-choice{min-height:154px}.profile-choice img{width:72px;height:72px}}.activity-screen{display:grid;width:min(100%,1100px);min-height:100dvh;grid-template-rows:auto minmax(0,1fr);margin:0 auto;padding:max(12px,env(safe-area-inset-top)) 16px max(12px,env(safe-area-inset-bottom));color:#26342c}.activity-shell-header{display:grid;min-height:72px;grid-template-columns:64px minmax(0,1fr) 84px;align-items:center;gap:12px;border-bottom:2px solid #d8e2d8;background:#ffffffe0}.activity-shell-header>div{min-width:0;text-align:center}.activity-shell-header span,.activity-shell-header strong{display:block;overflow-wrap:anywhere}.activity-shell-header span{color:#68766d;font-size:.78rem;font-weight:800}.activity-shell-header strong{margin-top:2px;font-size:1.15rem}.activity-icon-button,.activity-hint-button{min-width:56px;min-height:56px;border:2px solid #cdd9cf;border-radius:8px;background:#fff;color:#2f5f43;font-weight:900}.activity-icon-button{font-size:1.5rem}.activity-hint-button{display:grid;grid-template-columns:auto auto;place-content:center;gap:5px}.activity-hint-button small{font-size:.75rem}.activity-hint-button[data-hint-level="3"]{border-color:#e0a92f;background:#fff4c8}.activity-stage{display:grid;min-height:560px;place-items:center;overflow:auto;padding:24px;background:#fffdf5f0}.activity-stage button{min-height:56px;overflow-wrap:anywhere}.focus-activity,.activity-maze,.memory-pairs,.memory-preview{display:grid;width:min(100%,820px);justify-items:center;gap:18px}.focus-activity h2,.activity-stage h2{margin:0;font-size:1.65rem;letter-spacing:0;text-align:center}.activity-prompt{max-width:660px;margin:0;color:#4f6055;font-size:1.05rem;font-weight:700;text-align:center}.activity-visual{min-height:92px;font-size:2.4rem;text-align:center}.activity-choices,.activity-options,.shape-options,.shadow-options,.pattern-palette,.activity-actions{display:grid;width:min(100%,720px);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.activity-choice,.activity-options button,.shape-options button,.shadow-options button,.pattern-palette button,.activity-actions button,.direction-pad button,.activity-submit{min-height:64px;border:2px solid #bfcfc2;border-radius:8px;padding:10px 14px;background:#fff;color:#2d4134;font-weight:900}.activity-choice{position:relative;font-size:1.2rem}.activity-choice-index{position:absolute;top:5px;left:7px;color:#718176;font-size:.7rem}.activity-choice.is-incorrect{border-color:#de8278;background:#fff0ed}.activity-choice.is-dimmed{opacity:.36}.activity-choice.is-demonstrated,[data-demonstration]{border-color:#e3aa2f;background:#fff2b8;box-shadow:0 0 0 4px #f6c03f38}.activity-choice-visual,.activity-choice-label{display:block}.activity-choice-visual{min-height:48px;margin-bottom:5px}.activity-hint{min-height:24px;margin:0;color:#775d1f;font-weight:800;text-align:center}.activity-visual:has(.quantity-comparison){width:min(100%,720px)}.quantity-comparison{display:grid;width:100%;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);align-items:stretch;gap:10px;font-size:1rem}.quantity-group{display:grid;min-width:0;min-height:142px;align-content:center;gap:12px;border:3px solid #c7d8ca;border-radius:8px;padding:12px;background:#fffef7;box-shadow:0 5px #dce6d9}.quantity-group strong{color:#3e5a47;font-size:1.05rem}.quantity-group strong span{color:#d58b27;font-size:1.35rem}.quantity-dots{display:grid;min-height:64px;grid-template-columns:repeat(5,18px);grid-auto-rows:18px;place-content:center;gap:6px}.quantity-dots i{display:block;width:18px;height:18px;border-radius:50%;background:#57956d;box-shadow:inset 0 -2px #275e3a38}.quantity-divider{position:relative;display:grid;place-items:center;color:#7b806f;font-size:.8rem;font-weight:900}.quantity-divider:before{position:absolute;z-index:-1;width:2px;height:88%;background:#d5dece;content:""}.quantity-divider:after{position:absolute;z-index:-1;width:34px;height:34px;border:2px solid #d5dece;border-radius:50%;background:#fffdf2;content:""}.activity-visual:has(.growing-pattern){width:min(100%,780px)}.growing-pattern{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:9px;font-size:1rem}.growing-pattern-card{display:grid;min-height:104px;place-items:center;align-content:center;gap:3px;border:2px solid #c9d8c9;border-radius:8px;padding:8px 5px;background:#fffef7;box-shadow:0 4px #dce5d8}.growing-pattern-card strong{color:#32483a;font-size:.84rem}.growing-pattern-card small{color:#6b776f;font-size:.72rem;font-weight:800}.growing-pattern-card.is-question{border-style:dashed;border-color:#e0a72e;background:#fff7d9}.growing-pattern-card.is-question b{color:#c87827;font-size:2.2rem}.attribute-shapes{display:grid;min-height:43px;grid-template-columns:repeat(4,17px);grid-auto-rows:17px;align-content:center;justify-content:center;gap:3px}.attribute-shape{display:block;width:17px;height:17px;background:var(--attribute-color)}.attribute-shape.is-circle{border-radius:50%}.attribute-shape.is-square{border-radius:3px}.attribute-shape.is-triangle{clip-path:polygon(50% 3%,97% 94%,3% 94%)}.color-sort-items,.color-sort-bins,.pattern-copy,.paint-mix,.shape-composition,.spatial-board,.light-scene,.pinyin-sound-preview{display:flex;width:min(100%,780px);min-height:150px;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.counting-tray{display:flex;width:min(100%,720px);flex-wrap:wrap;justify-content:center;gap:10px}.counting-tray button,[data-item],[data-item-id],[data-zone-id],[data-symbol],[data-answer-id],[data-card-id],[data-direction],[data-sound-id],[data-undo]{min-width:56px;min-height:56px}.counting-tray button{border:2px solid #c7d4c9;border-radius:8px;background:#fff;font-size:1.5rem}.counting-tray button.is-selected{border-color:#4e9d69;background:#e8f5ea}.counting-tray button small{display:block;color:#68776d;font-size:.68rem}.pattern-model,.pattern-built,.direction-sequence{display:flex;min-height:70px;align-items:center;justify-content:center;gap:9px;font-size:2rem}.pattern-built{min-width:min(100%,560px);border-bottom:3px dashed #c9d5c9}.direction-pad{display:grid;grid-template-columns:repeat(3,64px);gap:8px}.direction-pad button:first-child{grid-column:2}.maze-grid{display:grid;gap:0;background:#dde8de}.maze-cell{width:48px;height:48px;border:3px solid #42644d;background:#fff}.memory-pairs{grid-template-columns:repeat(auto-fit,minmax(72px,1fr))}.memory-pairs button{min-height:82px;border:2px solid #b7cabd;border-radius:8px;background:#fff;font-size:1.7rem}.sound-status{min-height:28px;font-weight:800}.activity-result{display:grid;width:min(100%,540px);justify-items:center;gap:12px;text-align:center}.activity-result img{width:180px;height:180px;object-fit:contain}.activity-result>span{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:#4e9d69;color:#fff;font-size:1.7rem}.activity-result p{margin:0;color:#5d6b61}.activity-reward{color:#845c0d;font-size:1.4rem}.activity-result button{min-width:180px;min-height:58px;border:0;border-radius:8px;background:#e5b33d;color:#352b17;font-weight:900}@media(max-width:640px){.activity-screen{padding-inline:8px}.activity-shell-header{grid-template-columns:56px minmax(0,1fr) 72px;gap:6px}.activity-stage{min-height:0;padding:18px 10px}.activity-choices,.activity-options,.shape-options,.shadow-options{grid-template-columns:repeat(2,minmax(0,1fr))}.quantity-comparison{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);gap:5px}.quantity-group{min-height:126px;gap:8px;padding:8px 4px}.quantity-dots{min-height:58px;grid-template-columns:repeat(5,14px);grid-auto-rows:14px;gap:4px}.quantity-dots i{width:14px;height:14px}.quantity-divider:after{width:26px;height:26px}.growing-pattern{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:6px}.growing-pattern-card{min-height:88px;padding:5px 3px}.attribute-shapes{min-height:35px;grid-template-columns:repeat(4,14px);grid-auto-rows:14px;gap:2px}.attribute-shape{width:14px;height:14px}.activity-result img{width:140px;height:140px}}@media(prefers-reduced-motion:reduce){.activity-screen *,.activity-screen *:before,.activity-screen *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.parent-access{display:grid;min-height:100dvh;place-items:center;padding:20px;background:#eef3ed;color:#29342d}.parent-hold-panel,.parent-gate{width:min(100%,420px);text-align:center}.parent-hold-panel>span,.parent-gate>span,.section-heading>span,.parent-heading span{color:#54735e;font-size:.78rem;font-weight:800}.parent-hold-panel h1,.parent-gate h1{margin:5px 0 8px;letter-spacing:0}.parent-hold-button{position:relative;overflow:hidden;width:150px;min-height:62px;border:0;border-radius:8px;margin:18px auto;background:#396f4c;color:#fff;font-size:1rem;font-weight:900}.parent-hold-button:after{position:absolute;right:0;bottom:0;left:0;height:6px;background:#f1c95d;content:"";transform:scaleX(0);transform-origin:left}.parent-hold-button.is-holding:after{transform:scaleX(1);transition:transform 1.8s linear}.parent-access-back{display:block;min-height:56px;border:0;margin:0 auto;background:transparent;color:#59675e;text-decoration:underline}.parent-gate label{display:flex;align-items:center;justify-content:center;gap:12px;margin:24px 0 10px}.parent-gate label strong{font-size:1.45rem}.parent-gate input{width:100px;height:56px;border:2px solid #b9c8bb;border-radius:8px;background:#fff;text-align:center;font-size:1.3rem}.parent-gate>div{display:flex;justify-content:center;gap:10px}.parent-gate button{min-height:56px;border:0;border-radius:8px;padding:0 18px;background:#dfe5df;font-weight:800}.parent-gate button[type=submit]{background:#3e7952;color:#fff}.gate-error{min-height:24px;color:#ad403b;font-weight:700}.parent-screen{width:min(100%,1080px);margin:0 auto;padding:24px;color:#26322b}.parent-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #d7ded8}.parent-heading h1,.section-heading h2{margin:3px 0 0;letter-spacing:0}.parent-heading h1{font-size:1.65rem}.parent-heading button{width:56px;height:56px;border:0;border-radius:50%;background:#e1e7e2;font-size:1.2rem}.parent-profile-tabs{display:flex;overflow-x:auto;gap:8px;padding:16px 0}.parent-profile-tabs button{display:flex;min-width:120px;min-height:56px;align-items:center;gap:8px;border:1px solid #cdd6ce;border-radius:8px;padding:5px 10px;background:#fff}.parent-profile-tabs button.is-active{border-color:#3f7951;background:#edf6ef}.parent-profile-tabs img{width:34px;height:34px;object-fit:contain}.parent-report,.profile-management,.parent-settings{padding:24px 0;border-top:1px solid #d7ded8}.section-heading{margin-bottom:16px}.section-heading h2{font-size:1.25rem}.report-metrics{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border-block:1px solid #d7ded8}.report-metrics div{padding:14px;border-right:1px solid #d7ded8}.report-metrics div:last-child{border-right:0}.report-metrics dt{color:#68746c;font-size:.78rem}.report-metrics dd{margin:5px 0 0;font-size:1.25rem;font-weight:900}.parent-recommendation{border-left:4px solid #efc55d;margin:18px 0;padding:10px 14px;background:#fff8e5}.domain-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #d7ded8;border-radius:8px;background:#d7ded8}.domain-status div{min-height:72px;padding:12px;background:#fff}.domain-status span,.domain-status strong,.domain-status small{display:block}.domain-status span,.domain-status small{color:#6a756e;font-size:.75rem}.domain-status strong{margin:3px 0}.weekly-history{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin-top:18px}.weekly-history div{display:grid;min-width:0;grid-template-rows:50px auto;gap:5px;align-items:end;text-align:center}.weekly-history div>span{display:block;height:calc(8px + 42px * var(--week-level));border-radius:4px 4px 0 0;background:#62a474}.weekly-history small{overflow:hidden;font-size:.66rem;text-overflow:ellipsis}.profile-admin-list{border-top:1px solid #d7ded8}.profile-admin-row{display:grid;grid-template-columns:44px minmax(120px,1fr) auto auto;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid #d7ded8}.profile-admin-row img{width:40px;height:40px;object-fit:contain}.profile-admin-row input,.create-profile input,.create-profile select,.parent-settings select{min-height:56px;border:1px solid #bfcac1;border-radius:6px;padding:0 10px;background:#fff}.profile-admin-row button,.create-profile button{min-height:56px;border:0;border-radius:6px;padding:0 12px;background:#e1e7e2;font-weight:800}.profile-admin-row .delete-profile{color:#9d3f3b}.delete-confirm{display:flex;align-items:center;gap:5px;color:#8d3935;font-size:.8rem;font-weight:800}.delete-confirm button:first-of-type{background:#a4433e;color:#fff}.create-profile{display:grid;grid-template-columns:minmax(140px,1fr) 130px auto;gap:8px;margin-top:14px}.create-profile button{background:#3e7952;color:#fff}.setting-line{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px;border-block:1px solid #d7ded8}.setting-line span,.setting-line small{display:block}.setting-line small{margin-top:3px;color:#6e786f}.device-controls{border-top:1px solid #d7ded8}.device-controls .setting-line{border-top:0;border-bottom:1px solid #d7ded8}.device-controls+.setting-line{border-top:0}.setting-line .range-control{display:flex;width:min(100%,340px);min-height:56px;align-items:center;gap:12px}.range-control input{width:auto;min-width:140px;flex:1;accent-color:#3e7952}.range-control output{min-width:4ch;color:#536158;font-variant-numeric:tabular-nums;text-align:right}.setting-toggle input{width:24px;height:24px;flex:0 0 auto;margin:0 8px;accent-color:#3e7952}.domain-biases,.break-options{border:0;margin:20px 0 0;padding:0}.domain-biases legend,.break-options legend{margin-bottom:10px;font-weight:900}.domain-biases{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px 20px}.domain-biases legend{grid-column:1 / -1}.domain-biases label{display:flex;min-height:56px;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e5e0}.break-options{display:flex;flex-wrap:wrap;gap:8px}.break-options label{position:relative}.break-options input{position:absolute;opacity:0}.break-options span{display:grid;min-width:86px;min-height:56px;place-items:center;border:1px solid #c5cec6;border-radius:6px;background:#fff}.break-options input:checked+span{border-color:#3e7952;background:#eaf4ec;color:#285b3a;font-weight:900}.parent-error{min-height:24px;color:#a43e39}.break-reminder{position:fixed;z-index:100;inset:0;display:grid;place-content:center;padding:24px;background:#eff5eef5;text-align:center;color:#26332b}.break-reminder h2{margin:12px 0 5px;letter-spacing:0}.break-reminder-scene{display:flex;justify-content:center;gap:20px;font-size:2rem}.break-reminder button{min-height:56px;border:0;border-radius:8px;margin:14px auto 0;padding:0 20px;background:#3e7952;color:#fff;font-weight:900}@media(max-width:720px){.parent-screen{padding:14px}.report-metrics{grid-template-columns:repeat(2,1fr)}.report-metrics div:nth-child(2){border-right:0}.report-metrics div:nth-child(-n+2){border-bottom:1px solid #d7ded8}.domain-status{grid-template-columns:repeat(2,1fr)}.profile-admin-row{grid-template-columns:40px minmax(0,1fr) auto}.profile-admin-row>:last-child{grid-column:2 / -1;justify-self:start}.create-profile,.domain-biases{grid-template-columns:1fr}.setting-range{align-items:stretch;flex-direction:column;padding:12px 0}.setting-line .range-control{width:100%}.weekly-history{gap:4px}}@media(max-width:480px){.parent-settings>.setting-line{align-items:stretch;flex-direction:column;padding:12px 0}.parent-settings>.setting-line select{width:100%}}.mission-screen{width:min(100%,980px);margin:0 auto;padding:24px;color:#26342c}.mission-heading,.mission-row,.weekly-mission,.weekly-setup{display:flex;align-items:center;justify-content:space-between;gap:20px}.mission-heading span,.mission-kind span,.weekly-mission>div span,.weekly-setup>div span{color:#5d7765;font-size:.78rem;font-weight:800}.mission-heading h1,.weekly-mission h2,.weekly-setup h2{margin:3px 0 0;font-size:1.6rem;letter-spacing:0}.mission-close{width:56px;height:56px;border:0;border-radius:50%;background:#e7ece7;font-size:1.5rem}.daily-missions{margin-top:24px;border-block:1px solid #dce4dc}.mission-row{padding:18px 0;border-bottom:1px solid #dce4dc}.mission-row:last-child{border-bottom:0}.mission-row.is-complete{background:#f0f6ef}.mission-row.is-complete .mission-kind span{color:#33704a}.mission-row.is-complete .mission-choices button{border-color:#d5dfd4;background:#edf1ec;color:#6d776f}.mission-kind{width:180px;flex:0 0 180px}.mission-kind strong{display:block;margin-top:4px}.mission-choices{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mission-choices button{min-height:78px;border:2px solid #cad8cc;border-radius:8px;padding:12px;background:#fff;text-align:left}.mission-choices button:hover,.mission-choices button:focus-visible{border-color:#4e9363;background:#f2f8f3}.mission-choices strong,.mission-choices span{display:block}.mission-choices span{margin-top:4px;color:#647069;font-size:.82rem}.weekly-mission{margin-top:24px;padding:18px 0;border-block:1px solid #d6dfd6}.weekly-mission ol{display:flex;gap:8px;margin:0;padding:0;list-style:none}.weekly-mission button{display:grid;width:70px;min-height:68px;place-items:center;border:0;border-radius:8px;background:#f8d66d;color:#374036}.weekly-mission button span{font-size:1.15rem}.weekly-mission li.is-complete button{background:#d9e3da;color:#718076}.weekly-mission>p{margin:0;color:#67756b;font-size:.82rem}.weekly-festival-badge{display:flex;align-items:center;gap:8px;margin:10px 0 0;border:2px dashed #d2c98e;border-radius:8px;padding:7px 10px;background:#faf5d9}.weekly-festival-badge.is-earned{border-style:solid;border-color:#d8b848;background:#fff2ad}.weekly-festival-badge>b{font-size:1.55rem}.weekly-festival-badge>span{display:grid;color:#4b553d;font-size:.72rem}.weekly-festival-badge small{color:#718068;font-size:.66rem}.weekly-setup{margin-top:24px;padding:18px 0;border-block:1px solid #d6dfd6}.weekly-mode{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));border:2px solid #bfd0c1;border-radius:8px;overflow:hidden}.weekly-mode button{min-height:56px;border:0;padding:0 14px;background:#fff;font-weight:800}.weekly-mode button.is-active{background:#dceddf;color:#2e6842}.weekly-partner{display:grid;gap:4px;color:#5d6c62;font-size:.78rem;font-weight:800}.weekly-partner[hidden]{display:none}.weekly-partner select{min-width:140px;min-height:56px;border:2px solid #bfd0c1;border-radius:8px;padding:0 10px;background:#fff}.weekly-start{min-height:56px;border:0;border-radius:8px;padding:0 18px;background:#e5b33d;color:#372d18;font-weight:900}.mission-free-note{margin:18px 0 0;color:#6b746d;text-align:center;font-size:.85rem}@media(max-width:700px){.mission-screen{padding:16px}.mission-row,.weekly-mission,.weekly-setup{align-items:stretch;flex-direction:column}.mission-kind{width:auto;flex-basis:auto}.mission-choices{grid-template-columns:1fr}.weekly-mission ol{justify-content:space-between}.weekly-mission button{width:64px}.weekly-mode,.weekly-partner select,.weekly-start{width:100%}}.placement-view{position:relative;isolation:isolate;min-height:100dvh;overflow:auto;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(22px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));background:#e7f0df url(/images/world/start-1-1.webp) center / cover fixed;color:#25382b;letter-spacing:0}.placement-migration{display:grid;width:min(100%,720px);min-height:100dvh;place-content:center;justify-items:center;gap:14px;margin:0 auto;padding:24px;color:#294333;text-align:center}.placement-migration img{width:190px;height:190px;object-fit:contain}.placement-migration>span{color:#5e8067;font-size:.82rem;font-weight:900}.placement-migration h1{margin:0;font-size:1.75rem;letter-spacing:0}.placement-migration p{max-width:560px;margin:0;color:#65756a;line-height:1.7}.placement-migration>strong{color:#7d5b16;font-size:1.35rem}.placement-migration button{min-width:180px;min-height:56px;border:0;border-radius:8px;background:#e9b83f;color:#392e16;font-weight:900}.placement-view:before{position:fixed;z-index:-1;inset:0;background:#f7faefe5;content:""}.placement-toolbar{display:grid;width:min(1040px,100%);min-height:64px;grid-template-columns:150px minmax(180px,1fr) 150px;align-items:center;gap:16px;margin:0 auto 14px}.placement-exit,.placement-hint,.placement-continue{min-height:56px;border:0;border-radius:8px;font-weight:900;letter-spacing:0}.placement-exit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;background:#fff;box-shadow:0 3px #2b47322e}.placement-exit span[aria-hidden=true]{font-size:1.45rem}.placement-progress{display:flex;min-height:56px;align-items:center;justify-content:center;gap:12px}.placement-progress span{width:14px;height:14px;border:2px solid #557362;border-radius:50%;background:#fff}.placement-progress span.is-complete{background:#4f9664}.placement-progress span.is-current{width:20px;height:20px;border-color:#a64f43;background:#f5ca58}.placement-layout{display:grid;width:min(1040px,100%);grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:center;gap:30px;margin:0 auto}.placement-story{display:flex;min-width:0;flex-direction:column;align-items:center}.placement-story img{display:block;width:min(250px,100%);height:auto;aspect-ratio:1;object-fit:contain}.placement-story-copy{width:100%;border-left:6px solid #e9a548;padding:4px 0 4px 16px}.placement-story-copy>span{display:block;margin-bottom:7px;color:#a64f43;font-size:.9rem;font-weight:900}.placement-story h1{margin:0;color:#243c2c;font-size:1.75rem;line-height:1.25;letter-spacing:0;overflow-wrap:anywhere}.placement-story p{margin:12px 0 0;color:#536158;font-size:1.05rem;font-weight:700;line-height:1.7}.placement-tool{display:flex;min-width:0;min-height:530px;flex-direction:column;border:2px solid #bfd0bf;border-radius:8px;padding:24px;background:#fff;box-shadow:0 12px 28px #2f4b3424}.placement-activity-host{display:grid;min-height:380px;flex:1;align-items:center}.placement-activity-host .focus-activity{display:grid;min-width:0;gap:16px;text-align:center}.placement-activity-host .focus-activity h2{margin:0;color:#284632;font-size:1.5rem;line-height:1.25;letter-spacing:0}.placement-activity-host .activity-prompt{min-height:30px;margin:0;color:#5b665e;font-size:1rem;font-weight:700;line-height:1.5}.placement-activity-host .activity-visual{display:flex;min-width:0;min-height:120px;align-items:center;justify-content:center;gap:12px;overflow-wrap:anywhere;color:#324d38;font-size:2rem}.placement-activity-host .activity-visual>span,.placement-activity-host .activity-visual>strong{display:inline-grid;min-width:48px;min-height:48px;place-items:center}.placement-activity-host .quantity-side{display:flex;width:min(210px,45%);min-height:96px;align-content:center;align-items:center;justify-content:center;border:2px solid #cbd9cb;border-radius:8px;padding:10px;background:#f3f8f1;color:#528b61;flex-wrap:wrap;font-size:1.35rem;line-height:1.2}.placement-activity-host .activity-choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:12px}.placement-activity-host .activity-choice,.placement-activity-host .activity-submit{min-width:0;min-height:64px;border:2px solid #83a98c;border-radius:8px;padding:8px 12px;background:#f5faf4;color:#294a34;font-size:1.05rem;font-weight:900;letter-spacing:0;overflow-wrap:anywhere}.placement-activity-host .activity-choice:hover,.placement-activity-host .activity-choice:focus-visible,.placement-activity-host .activity-submit:hover,.placement-activity-host .activity-submit:focus-visible{background:#e7f3e7}.placement-activity-host .activity-choice-index{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:50%;margin-right:6px;background:#f3cd64;color:#3b4a38;font-size:.85rem}.placement-activity-host .activity-submit{width:min(260px,100%);margin:0 auto;border-color:#d89042;background:#f8d674}.placement-activity-host .activity-hint{min-height:28px;margin:0;color:#a64f43;font-weight:800;line-height:1.4}.placement-activity-host .is-incorrect{border-color:#bd6d63;opacity:.58}.placement-activity-host .is-dimmed{opacity:.32}.placement-activity-host .is-demonstrated{outline:5px solid #f2bd3d;outline-offset:2px}.placement-activity-host .is-selected{border-color:#397b52;background:#dcefdc}.placement-activity-host.is-complete{opacity:.78}.placement-result{min-height:46px;margin:8px 0 0;color:#39734c;font-weight:900;line-height:1.45;text-align:center}.placement-actions{display:flex;min-height:56px;align-items:stretch;justify-content:space-between;gap:14px}.placement-hint{width:56px;flex:0 0 56px;border:2px solid #7997b7;border-radius:50%;background:#eaf2fa;color:#315c86;font-size:1.5rem}.placement-continue{min-width:min(240px,calc(100% - 70px));margin-left:auto;padding:0 24px;background:#4b8d5e;color:#fff;box-shadow:0 4px #2f6940}.placement-view button:disabled{cursor:default}.placement-hint:disabled{opacity:.48}.placement-continue:active:not(:disabled),.placement-exit:active:not(:disabled){transform:translateY(2px);box-shadow:none}.placement-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@media(max-width:720px){.placement-view{padding:max(10px,env(safe-area-inset-top)) 12px max(16px,env(safe-area-inset-bottom))}.placement-toolbar{grid-template-columns:auto minmax(150px,1fr);gap:8px;margin-bottom:6px}.placement-toolbar-spacer{display:none}.placement-exit{padding:0 12px}.placement-layout{grid-template-columns:1fr;gap:8px}.placement-story{display:grid;grid-template-columns:104px minmax(0,1fr);gap:10px}.placement-story img{width:104px}.placement-story-copy{padding-left:12px}.placement-story h1{font-size:1.35rem}.placement-story p{margin-top:6px;font-size:.94rem;line-height:1.5}.placement-tool{min-height:0;padding:16px}.placement-activity-host{min-height:330px}.placement-activity-host .focus-activity{gap:10px}.placement-activity-host .focus-activity h2{font-size:1.3rem}.placement-activity-host .activity-visual{min-height:86px;gap:6px;font-size:1.55rem}.placement-activity-host .activity-visual>span,.placement-activity-host .activity-visual>strong{min-width:38px;min-height:38px}.placement-activity-host .activity-choices{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px}.placement-activity-host .activity-choice,.placement-activity-host .activity-submit{min-height:58px;padding:6px 8px;font-size:1rem}.placement-result{min-height:42px;margin-top:4px;font-size:.92rem}}@media(max-height:700px)and (min-width:721px){.placement-story img{width:190px}.placement-tool{min-height:470px}.placement-activity-host{min-height:330px}.placement-activity-host .activity-visual{min-height:90px}}.world-screen{--world-ink: #2f4334;--world-paper: #fffdf2;display:grid;height:100dvh;min-height:580px;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;background:#d7edc8;color:var(--world-ink)}.world-header{z-index:30;display:grid;min-height:86px;grid-template-columns:minmax(190px,1fr) auto minmax(250px,1fr);align-items:center;gap:14px;border-bottom:3px solid rgb(255 255 255 / 72%);padding:max(9px,env(safe-area-inset-top)) clamp(12px,2vw,24px) 9px;background:#fffdf1f0;box-shadow:0 5px 18px #2e4a2f26}.world-profile{display:flex;min-width:0;align-items:center;gap:10px}.world-profile img{width:54px;height:54px;object-fit:contain}.world-profile div{display:flex;min-width:0;flex-direction:column}.world-profile span{overflow:hidden;color:#6f7d69;font-size:.78rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.world-profile strong{font-size:1.05rem}.world-weather{display:flex;min-height:56px;align-items:center;gap:7px;border:2px solid #dce5cb;border-radius:8px;padding:0 13px;background:#f4f7e7}.world-weather span{font-size:1.4rem}.world-weather strong{font-size:.86rem}.world-header-actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:7px}.world-wallet{display:flex;min-width:78px;height:56px;align-items:center;justify-content:center;border:2px solid #dce7c5;border-radius:8px;background:#f2f7df;color:#496e3c}.world-icon-button{flex:0 0 56px;width:56px;height:56px;border:2px solid #e1e4d5;border-radius:8px;background:#fff;font-size:1.35rem}.world-icon-button:hover,.world-weather:hover{background:#fff4c8}.world-guide{z-index:24;display:grid;min-height:76px;grid-template-columns:56px minmax(210px,1fr) auto auto;align-items:center;gap:12px;border-bottom:2px solid #dce5cf;padding:8px clamp(12px,2vw,24px);background:#f3f7e8}.world-guide-mascot{width:54px;height:58px;object-fit:contain}.world-guide-message{display:flex;min-width:0;flex-direction:column;gap:2px}.world-guide-message small{color:#718267;font-size:.72rem;font-weight:900}.world-guide-message strong{overflow:hidden;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.world-map-key{display:flex;align-items:center;gap:12px;color:#5d7059;font-size:.72rem;font-weight:900}.world-map-key span{white-space:nowrap}.world-guide-action{display:flex;min-width:112px;height:56px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:0 16px;background:#e9a947;color:#263b2a;font-weight:900}.world-guide-action b{font-size:1.25rem}.world-viewport{position:relative;min-height:0;overflow:hidden;background:#8ec68a;cursor:grab;isolation:isolate;touch-action:none}.world-viewport:active{cursor:grabbing}.world-viewport:focus-visible{outline:5px solid #2874d4;outline-offset:-5px}.world-map{position:relative;overflow:hidden;transform-origin:0 0;background:#79ac72;contain:layout paint}.world-map.is-fallback-map{background:url(/images/background.webp) center / cover no-repeat}.world-map.is-fallback-map .world-tiles{display:none}.world-tiles,.world-biomes,.world-season-layer,.world-repair-layer,.world-decoration-layer,.world-character-layer,.world-region-layer,.world-hotspot-layer,.world-play-layer{position:absolute;inset:0}.world-tiles img{position:absolute;width:1024px;height:1024px;object-fit:cover;filter:saturate(.88) brightness(1.02)}.world-tiles .world-tile-restored{opacity:var(--world-restoration-progress, 0);transition:opacity .45s ease}.world-tiles:after{position:absolute;inset:0;background:#65915b1f;content:""}.world-biomes i{position:absolute;width:820px;height:610px;border:38px solid color-mix(in srgb,var(--region-color) 44%,transparent);background:color-mix(in srgb,var(--region-color) 18%,transparent);clip-path:polygon(7% 28%,21% 9%,48% 4%,78% 13%,96% 39%,89% 72%,65% 94%,31% 91%,8% 70%);opacity:.74;transform:translate(-50%,-50%)}.world-biomes,.world-map[data-map-mode=overview] .world-hotspot,.world-map[data-map-mode=overview] .world-play,.world-map .world-character,.world-map[data-map-mode=region] .world-region,.world-map[data-map-mode=region] .is-map-inactive,.world-map[data-map-mode=overview] .world-restored strong{display:none}.season-spring .world-season-layer{background:#ecffdc14}.season-summer .world-season-layer{background:#fff0a514}.season-autumn .world-season-layer{background:#e087401a}.season-winter .world-season-layer{background:#def4ff2e}.season-winter .world-tiles img{filter:saturate(.65) brightness(1.12)}.world-treehouse{position:absolute;z-index:9;display:grid;width:210px;min-height:96px;grid-template-columns:64px 1fr;place-items:center;border:5px solid white;border-radius:8px;padding:10px;background:#f0c46e;color:#563d23;transform:translate(-50%,-50%)}.world-treehouse span{font-size:3.4rem;line-height:1}.world-treehouse strong{font-size:1.05rem}.world-map[data-map-mode=region] .world-treehouse{display:none}.world-region{position:absolute;z-index:12;display:grid;width:250px;min-height:138px;grid-template-columns:68px 1fr;grid-template-rows:auto auto;align-content:center;align-items:center;gap:3px 10px;border:5px solid white;border-radius:8px;padding:13px;background:color-mix(in srgb,var(--region-color) 72%,white);box-shadow:0 10px color-mix(in srgb,var(--region-color) 75%,#34563e),0 18px 28px #2341283d;text-align:left;transform:translate(-50%,-50%)}.world-region-symbol{grid-row:1 / 3;font-size:3.2rem;text-align:center}.world-region strong{align-self:end;color:#263a2a;font-size:1.28rem}.world-region small{align-self:start;overflow:hidden;color:#243727b8;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.world-region.is-sleeping{background:#a8b2a6;filter:grayscale(.75);opacity:.84}.world-region:hover{margin-top:-5px}.world-hotspot,.world-play{position:absolute;z-index:16;display:flex;min-width:144px;min-height:max(70px,var(--world-action-min-size, 70px));align-items:center;gap:8px;border:4px solid white;border-radius:8px;padding:7px 11px;background:#fff9db;box-shadow:0 7px #c7ad63,0 12px 18px #2d462833;transform:translate(-50%,-50%)}.world-hotspot span,.world-play span{font-size:2rem}.world-hotspot strong,.world-play strong{max-width:110px;font-size:.78rem;line-height:1.2}.world-hotspot:hover,.world-play:hover{margin-top:-4px}.world-hotspot.is-unavailable{filter:grayscale(1);opacity:.58}.world-play{z-index:17;min-width:112px;min-height:max(60px,var(--world-action-min-size, 60px));background:#e8f6ff;box-shadow:0 6px #84aac0,0 11px 16px #2d462829}.world-play.is-hidden{display:none}.world-play.is-playing[data-motion=bounce]{animation:world-bounce .7s ease}.world-play.is-playing[data-motion=spin] span{animation:world-spin .8s ease}.world-play.is-playing[data-motion=sway]{animation:world-sway .9s ease}.world-play.is-playing[data-motion=sparkle]{animation:world-sparkle .9s ease}.world-play.is-playing[data-motion=ripple]{animation:world-ripple .9s ease}.world-play.is-playing[data-motion=float]{animation:world-float .9s ease}.world-character{position:absolute;z-index:11;width:150px;height:150px;object-fit:contain;filter:drop-shadow(0 9px 5px rgb(39 59 36 / 24%));transform:translate(-50%,-50%)}.world-character.is-featured{width:185px;height:185px;filter:drop-shadow(0 0 18px #ffe477) drop-shadow(0 8px 5px rgb(39 59 36 / 24%))}.world-restored,.world-decoration{position:absolute;z-index:8;display:grid;width:126px;min-height:110px;place-items:center;color:#33492f;text-align:center;transform:translate(-50%,-50%)}.world-restored img,.world-decoration img{position:absolute;z-index:-1;width:150px;height:150px;object-fit:contain}.world-restored img:not([hidden])+span,.world-decoration img:not([hidden])+span{display:none}.world-restored span{font-size:3.6rem}.world-restored strong{border-radius:5px;padding:4px 7px;background:#ffffeee0;font-size:.72rem}.world-build-sparkle{position:absolute;z-index:4;color:#fff08a;font-size:2rem;font-style:normal;opacity:0;pointer-events:none;text-shadow:0 0 10px #fff}.world-build-sparkle:nth-of-type(1){top:-20px;left:4px}.world-build-sparkle:nth-of-type(2){top:10px;right:-18px}.world-build-sparkle:nth-of-type(3){right:18px;bottom:-18px}.world-decoration{width:100px;min-height:100px}.world-decoration span{font-size:4rem;filter:drop-shadow(0 5px 3px rgb(45 66 38 / 20%))}.weather-rainy .world-weather-layer{position:absolute;z-index:20;inset:0;overflow:hidden;pointer-events:none;background:linear-gradient(180deg,rgb(177 215 234 / 10%),rgb(218 237 245 / 3%) 58%,transparent)}.weather-rainy .world-weather-layer:before,.weather-rainy .world-weather-layer:after{position:absolute;top:0;left:-4px;width:2px;height:14px;border-radius:999px;background:#e1f5ff94;box-shadow:8vw 14vh #e1f5ff8a,16vw 54vh #e1f5ff6b,24vw 86vh #e1f5ff7f,33vw 31vh #e1f5ff61,41vw 72vh #e1f5ff85,49vw 9vh #e1f5ff66,57vw 46vh #e1f5ff7a,65vw 91vh #e1f5ff5c,73vw 24vh #e1f5ff8a,81vw 63vh #e1f5ff66,89vw 5vh #e1f5ff7a,96vw 78vh #e1f5ff57,12vw 96vh #e1f5ff70,29vw 4vh #e1f5ff5c,45vw 88vh #e1f5ff7f,62vw 17vh #e1f5ff61,78vw 82vh #e1f5ff75,93vw 39vh #e1f5ff57;content:"";animation:world-rain-drops 6.8s linear -2.4s infinite;will-change:transform}.weather-rainy .world-weather-layer:after{width:1px;height:9px;opacity:.58;animation-duration:10.4s;animation-delay:-7.1s}.weather-cloudy .world-viewport{filter:saturate(.88)}.weather-starry .world-viewport{box-shadow:inset 0 0 100px #2f265e3d}.world-controls{z-index:31;display:flex;min-height:70px;align-items:center;justify-content:center;gap:8px;border-top:3px solid rgb(255 255 255 / 72%);padding:8px clamp(10px,2vw,24px) max(8px,env(safe-area-inset-bottom));background:#fffdf1f5;box-shadow:0 -5px 18px #2e4a2f1f}.world-controls>button{min-width:56px;height:56px;border:2px solid #dce2d2;border-radius:8px;background:#fff;font-size:1.45rem;font-weight:900}.world-controls label{display:flex;height:56px;align-items:center;gap:8px;border:2px solid #dce2d2;border-radius:8px;padding:0 10px;background:#fff;font-size:.78rem;font-weight:800}.world-controls select{height:38px;border:0;background:#f3f5e8;color:#344934;font-weight:800}.world-controls .world-repair-button{display:flex;min-width:142px;align-items:center;justify-content:center;gap:7px;background:#f2bb54;font-size:.9rem}.world-controls .world-repair-button[hidden]{display:none}.world-toast{position:absolute;z-index:60;left:50%;bottom:18px;max-width:min(520px,calc(100% - 30px));border:3px solid white;border-radius:8px;padding:12px 18px;background:#315a3e;box-shadow:0 12px 24px #1d301e47;color:#fff;font-weight:900;opacity:0;pointer-events:none;text-align:center;transform:translate(-50%,16px);transition:opacity .18s ease,transform .18s ease}.world-toast.is-visible{opacity:1;transform:translate(-50%)}.world-modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;overflow:auto;place-items:center;padding:20px;background:#253727ad}.world-modal-backdrop[hidden]{display:none}.world-modal{width:min(680px,100%);max-height:calc(100dvh - 40px);overflow:hidden;border:5px solid white;border-radius:8px;background:var(--world-paper);box-shadow:0 24px 70px #15271857}.world-modal-wide{width:min(1040px,100%)}.world-modal>header{display:flex;min-height:66px;align-items:center;justify-content:space-between;border-bottom:2px solid #e4e5d8;padding:8px 10px 8px 22px}.world-modal>header h2{margin:0;font-size:1.45rem}.world-modal>header button{width:56px;height:56px;border:0;border-radius:8px;background:#ebeadd;font-size:2rem}.world-modal-body{max-height:calc(100dvh - 116px);overflow:auto;padding:clamp(16px,3vw,28px)}.world-dialog-copy{margin:0 0 18px;color:#6d7968}.world-dialog-intro{display:flex;align-items:center;gap:12px;margin-bottom:16px}.world-dialog-intro>span{font-size:2.5rem}.world-dialog-intro p{margin:0}.world-event-scene{display:flex;align-items:center;gap:20px}.world-event-scene>span{font-size:5rem}.world-event-scene h3{margin:5px 0;font-size:1.35rem}.world-event-scene p{margin:0}.world-season-note{border-left:5px solid #79a86c;margin:24px 0 0;padding:10px 14px;background:#eef5df}.repair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.repair-item{display:grid;min-height:150px;grid-template-columns:58px 1fr;grid-template-rows:1fr auto;gap:8px 12px;border:2px solid #e1dfcf;border-radius:8px;padding:14px;background:#fff}.repair-item>span{grid-row:1 / 3;align-self:start;font-size:2.7rem;text-align:center}.repair-item h3,.repair-item p{margin:2px 0}.repair-item p{color:#778071;font-size:.8rem}.repair-item small{color:#789164;font-weight:900}.repair-item button{min-height:56px;border:0;border-radius:7px;padding:0 12px;background:#efbd55;font-weight:900}.repair-item button:disabled{background:#e5e3da;color:#8c8e85}.repair-item.is-complete{background:#eef6e4}.placed-decoration-list{display:grid;gap:7px;margin-bottom:18px}.placed-decoration-list>div{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e7e4d8}.placed-decoration-list button{min-height:56px;border:0;border-radius:6px;padding:0 12px;background:#ece8da}.decoration-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.decoration-item{display:flex;min-height:210px;flex-direction:column;align-items:stretch;gap:7px;border:2px solid #e4e0d0;border-radius:8px;padding:12px;background:#fff;text-align:center}.decoration-item>img{width:92px;height:92px;align-self:center;object-fit:contain}.decoration-item small{color:#6e8065}.decoration-item label{display:flex;flex-direction:column;gap:4px;font-size:.72rem}.decoration-item select{width:100%;min-height:56px;border:1px solid #ccd4c4;background:#fff;font-size:.72rem}.decoration-item button{min-height:56px;border:0;border-radius:7px;margin-top:auto;background:#77b478;color:#fff;font-weight:900}.collection-sets{display:grid;gap:22px}.collection-sets>section{border-bottom:2px solid #e5e4d7;padding-bottom:20px}.collection-sets section>header{display:flex;align-items:start;justify-content:space-between;gap:20px}.collection-sets h3,.collection-sets p{margin:0 0 4px}.collection-sets p{color:#74806e;font-size:.82rem}.collection-sets header>strong{flex:0 0 auto;border-radius:6px;padding:7px 10px;background:#e7f0d8}.collection-grid{display:grid;grid-template-columns:repeat(12,minmax(45px,1fr));gap:6px;margin-top:12px}.collection-item{display:grid;min-height:68px;place-items:center;border:2px dashed #d3d3c7;border-radius:6px;background:#efeee8;color:#999}.collection-item.is-found{border-style:solid;border-color:#d9d6bf;background:#fff9d9;color:#3c4a36}.collection-item span{font-size:1.5rem}.collection-item small{max-width:100%;overflow:hidden;padding:0 3px;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.festival-badge-collection{margin-bottom:24px;border-bottom:2px solid #e5e4d7;padding-bottom:22px}.festival-badge-collection>header{display:flex;align-items:start;justify-content:space-between;gap:20px}.festival-badge-collection h3,.festival-badge-collection p{margin:0 0 4px}.festival-badge-collection p{color:#74806e;font-size:.82rem}.festival-badge-collection header>strong{flex:0 0 auto;border-radius:6px;padding:7px 10px;background:#f7e8a5}.festival-badge-grid{display:grid;grid-template-columns:repeat(6,minmax(90px,1fr));gap:8px;margin-top:12px}.festival-badge-item{display:grid;min-height:106px;place-items:center;align-content:center;gap:3px;border:2px dashed #d3d3c7;border-radius:6px;padding:8px;background:#efeee8;color:#8c918b;text-align:center}.festival-badge-item.is-earned{border-style:solid;border-color:#e0c75f;background:#fff7cb;color:#3c4a36}.festival-badge-item span{font-size:1.8rem}.festival-badge-item strong{font-size:.72rem}.festival-badge-item small{font-size:.62rem}.story-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.story-choice{display:flex;min-height:118px;align-items:center;gap:8px;border:2px solid #dedccd;border-radius:8px;padding:9px;background:#fff;text-align:left}.story-choice img{width:62px;height:78px;object-fit:contain}.story-choice span{display:flex;min-width:0;flex-direction:column;gap:3px}.story-choice small{color:#788c68;font-weight:900}.story-choice strong{font-size:.9rem}.story-choice em{color:#7e8278;font-size:.68rem;font-style:normal}.story-choice.is-complete{background:#edf6e4}.story-choice:disabled{filter:grayscale(.8);opacity:.58}.story-modal{width:min(860px,100%)}.story-player{position:relative;min-height:min(58vh,500px);overflow:hidden;border-radius:7px;background:#cde1b6}.story-scene{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-pose{position:absolute;z-index:2;right:4%;bottom:0;width:min(34%,270px);height:70%;object-fit:contain;filter:drop-shadow(0 8px 6px rgb(45 54 35 / 25%))}.story-bubble{position:absolute;z-index:3;left:4%;bottom:7%;width:min(62%,480px);border:4px solid white;border-radius:8px;padding:15px 18px;background:#fffcebf0;box-shadow:0 9px 24px #303d2538}.story-bubble small{color:#77906b;font-weight:900}.story-bubble p{margin:7px 0 0;font-size:1.1rem;font-weight:800;line-height:1.6}.story-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.story-actions button{min-height:56px;border:0;border-radius:7px;padding:0 20px;background:#e6e3d8;font-weight:900}.story-actions .primary{background:#68a96d;color:#fff}@keyframes world-bounce{35%{transform:translate(-50%,-70%) scale(1.08)}70%{transform:translate(-50%,-45%) scale(.98)}}@keyframes world-spin{to{transform:rotate(360deg)}}@keyframes world-sway{25%{rotate:-7deg}65%{rotate:7deg}}@keyframes world-sparkle{45%{filter:brightness(1.35) drop-shadow(0 0 16px #fff27b);transform:translate(-50%,-50%) scale(1.13)}}@keyframes world-ripple{50%{box-shadow:0 0 0 38px #79c4e600,0 6px #84aac0}}@keyframes world-float{50%{transform:translate(-50%,-70%) rotate(3deg)}}@keyframes world-rain-drops{0%{transform:translate3d(16px,-65vh,0) rotate(8deg)}to{transform:translate3d(-16px,65vh,0) rotate(8deg)}}@media(max-width:900px){.world-header{grid-template-columns:minmax(155px,1fr) auto}.world-weather{display:none}.world-guide{grid-template-columns:50px minmax(180px,1fr) auto;gap:8px}.world-map-key{grid-column:2 / 3;grid-row:2}.world-guide-action{grid-column:3;grid-row:1 / 3}.decoration-grid,.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-grid{grid-template-columns:repeat(6,minmax(45px,1fr))}.festival-badge-grid{grid-template-columns:repeat(4,minmax(80px,1fr))}}@media(max-width:600px){.world-screen{min-height:500px}.world-header{min-height:128px;grid-template-columns:minmax(96px,1fr) 236px;align-items:start;gap:4px;padding:max(6px,env(safe-area-inset-top)) 6px 6px}.world-profile{gap:4px}.world-profile img{width:48px;height:56px}.world-profile span{max-width:92px;font-size:.65rem}.world-profile strong{font-size:.86rem}.world-header-actions{display:grid;grid-template-columns:repeat(4,56px);justify-content:end;gap:4px}.world-wallet{min-width:56px;height:56px;font-size:.72rem}.world-icon-button{width:56px;height:56px;padding:0;font-size:1.1rem}.world-guide{min-height:94px;grid-template-columns:42px minmax(0,1fr) 76px;gap:4px 7px;padding:6px}.world-guide-mascot{width:42px;height:48px}.world-guide-message small{font-size:.62rem}.world-guide-message strong{font-size:.78rem;white-space:normal}.world-map-key{grid-column:1 / 4;grid-row:2;justify-content:center;gap:10px;font-size:.62rem}.world-guide-action{min-width:76px;height:56px;grid-column:3;grid-row:1;gap:4px;padding:0 7px;font-size:.72rem}.world-controls{min-height:62px;gap:5px;padding:5px 6px max(5px,env(safe-area-inset-bottom))}.world-controls>button{min-width:56px;height:56px}.world-controls label{min-width:0;height:56px;flex:1;padding:0 6px}.world-controls label span{display:none}.world-controls select{width:100%}.world-controls .world-repair-button{min-width:56px}.world-controls .world-repair-button span{display:none}.world-modal-backdrop{padding:8px}.world-modal{max-height:calc(100dvh - 16px)}.world-modal-body{max-height:calc(100dvh - 82px);padding:12px}.repair-grid{grid-template-columns:1fr}.decoration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-grid{grid-template-columns:repeat(4,minmax(45px,1fr))}.festival-badge-grid{grid-template-columns:repeat(2,minmax(90px,1fr))}.story-grid{grid-template-columns:1fr}.story-choice{min-height:100px}.story-player{min-height:55vh}.story-pose{right:0;width:44%;height:58%}.story-bubble{left:3%;bottom:4%;width:76%;padding:12px}.story-bubble p{font-size:.92rem}}.reduced-motion .world-play,.reduced-motion .world-toast,.reduced-motion .world-region,.reduced-motion .world-tile-restored{animation:none!important;transition:none!important}.reduced-motion .weather-rainy .world-weather-layer:before,.reduced-motion .weather-rainy .world-weather-layer:after{opacity:0;animation:none!important}
