.KidsGame-module__feaIsa__shell{--game-ink:#293241;--game-paper:#fffdfa;--game-blue:#3b8eea;--game-pink:#ff6f91;--game-yellow:#ffd84d;--game-green:#29a86b;--game-shadow:0 18px 40px #29324129;width:min(1100px,100%);min-height:100vh;color:var(--game-ink);grid-template-rows:auto auto 1fr;gap:16px;margin:0 auto;padding:clamp(16px,3vw,28px);font-family:Hiragino Maru Gothic ProN,Yu Gothic,Meiryo,system-ui,sans-serif;display:grid}.KidsGame-module__feaIsa__page{background:radial-gradient(circle at 14% 12%,#ffd84d6b,#0000 22rem),radial-gradient(circle at 90% 10%,#b8f2d5bd,#0000 18rem),linear-gradient(135deg,#fff7cc 0%,#d8f7ff 52%,#ffe3ec 100%);min-height:100vh}.KidsGame-module__feaIsa__topBar,.KidsGame-module__feaIsa__statusPanel{justify-content:space-between;align-items:center;gap:14px;display:flex}.KidsGame-module__feaIsa__eyebrow{color:#147a58;margin:0 0 4px;font-size:clamp(.85rem,2vw,1rem);font-weight:800}.KidsGame-module__feaIsa__title{letter-spacing:0;margin:0;font-size:clamp(2.25rem,8vw,4.4rem);line-height:.95}.KidsGame-module__feaIsa__modeSwitch{box-shadow:var(--game-shadow);background:#ffffffbd;border-radius:999px;grid-template-columns:repeat(2,minmax(86px,1fr));gap:8px;padding:8px;display:grid}.KidsGame-module__feaIsa__modeButton,.KidsGame-module__feaIsa__roundButton{cursor:pointer;touch-action:manipulation;border:0;min-height:54px;font-weight:900}.KidsGame-module__feaIsa__modeButton{background:0 0;border-radius:999px;padding:0 18px;font-size:1.15rem}.KidsGame-module__feaIsa__modeButtonActive{color:#fff;background:var(--game-blue)}.KidsGame-module__feaIsa__statusPanel{align-items:stretch}.KidsGame-module__feaIsa__targetCard,.KidsGame-module__feaIsa__progressCard{min-height:78px;box-shadow:var(--game-shadow);background:#fffdfae0;border:4px solid #29324117;border-radius:8px}.KidsGame-module__feaIsa__targetCard{flex:auto;align-content:center;padding:10px 18px;display:grid}.KidsGame-module__feaIsa__targetLabel{color:#7d5f17;font-size:.86rem;font-weight:900}.KidsGame-module__feaIsa__targetText{font-size:clamp(2rem,6vw,4rem);line-height:1}.KidsGame-module__feaIsa__progressCard{flex:0 0 min(260px,34vw);place-items:center;padding:10px 14px;display:grid}.KidsGame-module__feaIsa__progressText{font-size:clamp(1.3rem,4vw,2rem);font-weight:900}.KidsGame-module__feaIsa__stars{color:#f4a300;min-height:22px;font-size:1.2rem}.KidsGame-module__feaIsa__roundButton{background:var(--game-pink);color:#fff;width:78px;box-shadow:var(--game-shadow);border-radius:50%;flex:0 0 78px;font-size:2rem}.KidsGame-module__feaIsa__playArea{min-height:0;display:grid}.KidsGame-module__feaIsa__scene{min-height:min(62vh,620px);box-shadow:var(--game-shadow);isolation:isolate;background:linear-gradient(#ffffff9e,#ffffff2e),#c9f3ff;border:6px solid #fffffff5;border-radius:8px;position:relative;overflow:hidden}.KidsGame-module__feaIsa__scenePattern{z-index:0;pointer-events:none;background:radial-gradient(circle at 18% 24%,#ffd84d6b 0 32px,#0000 34px),radial-gradient(circle at 78% 16%,#ff6f913d 0 44px,#0000 46px),radial-gradient(circle at 68% 78%,#29a86b3d 0 52px,#0000 54px),radial-gradient(circle at 30% 72%,#3b8eea33 0 42px,#0000 44px),linear-gradient(90deg,#ffffff3d 1px,#0000 1px) 0 0/74px 74px,linear-gradient(0deg,#ffffff3d 1px,#0000 1px) 0 0/74px 74px;position:absolute;inset:0}.KidsGame-module__feaIsa__tokenLayer{z-index:1;position:absolute;inset:0}.KidsGame-module__feaIsa__token{aspect-ratio:1;background:var(--game-paper);cursor:pointer;width:clamp(50px,8vw,82px);transform:translate(-50%,-50%)rotate(var(--twist));touch-action:manipulation;border:4px solid #ffffffe0;border-radius:50%;place-items:center;font-size:clamp(1.75rem,5vw,3rem);font-weight:900;transition:transform .14s,opacity .14s,background .14s;display:grid;position:absolute;box-shadow:0 10px 18px #2932412e}.KidsGame-module__feaIsa__token:active{transform:translate(-50%,-50%)rotate(var(--twist))scale(.92)}.KidsGame-module__feaIsa__tokenFound{color:#fff;opacity:.88;pointer-events:none;animation:.42s KidsGame-module__feaIsa__bounce;background:var(--game-green)!important}.KidsGame-module__feaIsa__tokenMiss{animation:.22s KidsGame-module__feaIsa__shake}.KidsGame-module__feaIsa__ripple,.KidsGame-module__feaIsa__spark{left:var(--x);top:var(--y);pointer-events:none;z-index:2;position:absolute}.KidsGame-module__feaIsa__ripple{aspect-ratio:1;border:6px solid #ffffffeb;border-radius:50%;width:26px;animation:.64s ease-out forwards KidsGame-module__feaIsa__ripple;transform:translate(-50%,-50%)scale(.4)}.KidsGame-module__feaIsa__rippleGood{border-color:#29a86bd1;box-shadow:0 0 0 10px #ffd84d38}.KidsGame-module__feaIsa__rippleMiss{border-color:#ff6f91c7}.KidsGame-module__feaIsa__rippleSoft{border-color:#ffffffb3}.KidsGame-module__feaIsa__spark{aspect-ratio:1;color:#f4a300;width:24px;font-size:24px;font-weight:900;line-height:1;animation:.7s ease-out forwards KidsGame-module__feaIsa__sparkle;transform:translate(-50%,-50%)scale(.35)}.KidsGame-module__feaIsa__finishPop{z-index:3;color:#fff;width:min(420px,100% - 32px);min-height:170px;box-shadow:var(--game-shadow);text-align:center;background:#29a86bf0;border:5px solid #fff;border-radius:8px;align-content:center;place-items:center;gap:8px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.KidsGame-module__feaIsa__finishPop strong{font-size:clamp(3rem,13vw,6.2rem);line-height:.9}.KidsGame-module__feaIsa__finishPop span{font-size:clamp(1.1rem,4vw,1.7rem);font-weight:900}@keyframes KidsGame-module__feaIsa__bounce{0%,to{transform:translate(-50%,-50%)rotate(var(--twist))scale(1)}55%{transform:translate(-50%,-50%)rotate(var(--twist))scale(1.18)}}@keyframes KidsGame-module__feaIsa__shake{0%,to{transform:translate(-50%,-50%)rotate(var(--twist))}33%{transform:translate(calc(-50% - 8px),-50%)rotate(var(--twist))}66%{transform:translate(calc(-50% + 8px),-50%)rotate(var(--twist))}}@keyframes KidsGame-module__feaIsa__ripple{0%{opacity:.9;transform:translate(-50%,-50%)scale(.35)}to{opacity:0;transform:translate(-50%,-50%)scale(5.4)}}@keyframes KidsGame-module__feaIsa__sparkle{0%{opacity:0;transform:translate(-50%,-50%)scale(.35)rotate(0)}30%{opacity:1}to{opacity:0;transform:translate(-50%,calc(-50% - 52px))scale(1.25)rotate(22deg)}}@media (max-width:760px){.KidsGame-module__feaIsa__topBar,.KidsGame-module__feaIsa__statusPanel{flex-wrap:wrap}.KidsGame-module__feaIsa__modeSwitch{order:2;width:100%}.KidsGame-module__feaIsa__targetCard{flex-basis:calc(100% - 92px)}.KidsGame-module__feaIsa__progressCard{flex:160px}.KidsGame-module__feaIsa__scene{min-height:58vh}}@media (max-width:430px){.KidsGame-module__feaIsa__shell{gap:12px}.KidsGame-module__feaIsa__targetCard,.KidsGame-module__feaIsa__progressCard{min-height:66px}.KidsGame-module__feaIsa__roundButton{flex-basis:66px;width:66px}}
