.game-button{border:4px solid var(--color-border);cursor:pointer;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:56px;font-weight:950;line-height:1;transition:transform .14s,box-shadow .14s,filter .14s;display:inline-flex;box-shadow:0 7px #08214a38}.game-button:hover{filter:brightness(1.04);transform:translateY(-1px)}.game-button:active{transform:translateY(4px);box-shadow:0 3px #08214a38}.game-button:disabled{cursor:not-allowed;filter:grayscale(.4);opacity:.64}.game-button--primary{background:linear-gradient(180deg, var(--color-gold), var(--color-orange));min-width:190px;color:var(--color-text);font-size:1.35rem}.game-button--secondary{min-width:150px;color:var(--color-blue-dark);background:#fff}.game-button--success{color:#fff;background:linear-gradient(#76e84d,#35af34);min-width:190px;font-size:1.35rem}.audio-button{border:3px solid var(--color-border);color:#fff;cursor:pointer;background:linear-gradient(#2f91ff,#1167d8);border-radius:16px;place-items:center;width:52px;height:52px;padding:0;line-height:0;display:inline-grid;box-shadow:0 5px #08214a40}.audio-button:disabled{cursor:default;filter:grayscale(.35);opacity:.62}.audio-button__icon{color:#fff;width:34px;height:34px;overflow:visible}.audio-button__speaker{fill:currentColor}.audio-button__wave{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.7px}.audio-button__wave--outer{stroke-width:2.35px}.audio-button.audio-button--compact{border-width:2px;border-radius:13px;width:40px;height:40px}.audio-button--compact .audio-button__icon{width:26px;height:26px}.letter-tile{min-width:0;position:relative}.letter-tile__choice{border:4px solid var(--color-border);color:#fff;cursor:pointer;background:linear-gradient(#2f91ff,#1167d8);border-radius:20px;place-items:center;width:100%;min-height:94px;padding:8px;font-size:clamp(2.8rem,8vw,4.4rem);font-weight:1000;line-height:1;transition:transform .14s,box-shadow .14s,filter .14s;display:grid;box-shadow:0 7px #08214a40}.letter-tile__choice:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-3px)}.letter-tile__choice:active:not(:disabled){transform:translateY(4px);box-shadow:0 3px #08214a40}.letter-tile__choice:disabled{cursor:default}.letter-tile__audio{z-index:12;border-width:2px;border-radius:13px;width:40px;height:40px;position:absolute;top:-10px;right:-10px}.letter-tile__audio .audio-button__icon{width:26px;height:26px}.letter-tile--correct .letter-tile__choice{filter:none;background:linear-gradient(#7be451,#35ad36)}.letter-tile--wrong .letter-tile__choice{background:linear-gradient(#ff8274,#f24d41);animation:.24s tile-shake}.progress-bar{gap:8px;min-width:0;display:grid}.progress-bar__track{border:3px solid var(--color-border);background:#ffffff80;border-radius:999px;height:18px;display:grid;overflow:hidden}.progress-bar__fill{width:var(--progress-value);border-radius:inherit;background:linear-gradient(90deg, var(--color-green), var(--color-gold));transition:width .26s}.progress-bar__label{color:#fff;text-shadow:0 2px #08214a59;justify-content:space-between;align-items:center;gap:12px;font-size:.95rem;font-weight:950;display:flex}.progress-bar__score{align-items:center;gap:6px;display:inline-flex}.progress-bar__score img{object-fit:contain;filter:drop-shadow(0 2px #08214a38);width:28px;height:28px}.syllable-tile{border:4px solid var(--color-border);color:#fff;cursor:pointer;user-select:none;background:linear-gradient(#2c8df5,#0f62c9);border-radius:18px;min-height:74px;font-size:clamp(2rem,5vw,3rem);font-weight:950;line-height:1;transition:transform .14s,box-shadow .14s,filter .14s;box-shadow:0 8px #08214a40}.syllable-tile:hover{filter:brightness(1.08);transform:translateY(-4px)}.syllable-tile:active{transform:translateY(2px)scale(.98)}.syllable-tile:disabled,.syllable-tile--used{cursor:default;filter:grayscale(.5);opacity:.45;transform:none}.syllable-tile--correct{background:linear-gradient(#74de4a,#34ad33)}.syllable-tile--wrong{background:linear-gradient(#ff8274,#f24d41);animation:.24s tile-shake}.syllable-slot{min-height:92px;color:var(--color-text);background:#ffffff52;border:4px dashed #bc854a;border-radius:18px;place-items:center;font-size:clamp(1.9rem,5vw,3rem);font-weight:950;transition:background .14s,border-color .14s,box-shadow .14s,transform .14s;display:grid}.syllable-slot--filled{border-style:solid;border-color:var(--color-border);color:#fff;background:linear-gradient(#74de4a,#34ad33);box-shadow:0 7px #08214a33}@media (width<=700px){.audio-button.audio-button--compact{width:34px;height:34px}.audio-button--compact .audio-button__icon{width:22px;height:22px}.letter-tile__choice{border-width:3px;border-radius:16px;min-height:76px;padding:6px;font-size:clamp(2.35rem,14vw,3.6rem);box-shadow:0 5px #08214a40}.letter-tile__audio{border-radius:13px;width:34px;height:34px;top:-7px;right:-7px}.letter-tile__audio .audio-button__icon{width:22px;height:22px}.syllable-tile{border-width:3px;border-radius:14px;min-height:54px;font-size:clamp(1.65rem,8vw,2.2rem);box-shadow:0 5px #08214a40}.syllable-slot{border-width:3px;border-radius:14px;min-height:58px;font-size:clamp(1.45rem,7vw,2rem)}.syllable-slot--filled{box-shadow:0 5px #08214a33}}@media (height<=650px) and (width<=700px){.letter-tile__choice{min-height:62px;font-size:clamp(2rem,12vw,3rem)}}.reward-burst{border:4px solid var(--color-border);color:var(--color-text);background:#fff;border-radius:18px;align-items:center;gap:8px;padding:8px 12px;font-size:1.4rem;font-weight:950;animation:.32s both reward-pop;display:inline-flex;box-shadow:0 7px #08214a2e}.reward-burst__chest{object-fit:contain;filter:drop-shadow(0 2px #08214a2e);width:32px;height:32px}@keyframes tile-shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@keyframes reward-pop{0%{opacity:0;transform:translateY(10px)scale(.84)}70%{opacity:1;transform:translateY(-3px)scale(1.08)}to{opacity:1;transform:translateY(0)scale(1)}}.game-intro{z-index:9;align-content:center;justify-items:center;gap:22px;display:grid;position:absolute;inset:0 18px}.game-intro--dialogue{gap:18px}.game-intro__title{z-index:10;color:#fff3bf;paint-order:stroke fill;text-align:center;-webkit-text-stroke:6px var(--color-border);max-width:14ch;margin:0;font-size:2.65rem;line-height:1.05;position:relative}.game-intro__subtitle{color:#fff;text-align:center;text-shadow:0 3px #08214a8c;max-width:32ch;margin:-10px 0 0;font-size:clamp(1rem,2.4vw,1.25rem);font-weight:900;line-height:1.25}.game-intro__speech{border:4px solid var(--color-border);background:var(--color-panel-light);width:min(600px,100% - 24px);color:var(--color-text);text-align:center;border-radius:24px;padding:18px 22px;font-size:clamp(1.25rem,3vw,1.8rem);font-weight:900;line-height:1.25;position:relative;box-shadow:0 9px #08214a33}.game-intro__speech:before,.game-intro__speech:after{content:"";border-style:solid;width:0;height:0;position:absolute;left:50%;transform:translate(-50%)}.game-intro__speech:before{border-width:0 20px 24px;border-color:transparent transparent var(--color-border);top:-24px}.game-intro__speech:after{border-width:0 15px 18px;border-color:transparent transparent var(--color-panel-light);top:-17px}.game-intro__pana--start{width:210px;height:232px}.game-intro__pana--dialogue{width:176px;height:176px}.pana{filter:drop-shadow(0 12px #08214a29);width:210px;height:232px;position:relative}.pana--compact{width:74px;height:82px}.pana__asset{z-index:4;object-fit:contain;opacity:1;pointer-events:none;width:100%;height:100%;transition:opacity .16s;position:absolute;inset:0}.pana__fallback{opacity:0;transition:opacity .16s;position:absolute;inset:0}.pana--asset-failed .pana__fallback{opacity:1}.pana__head{border:4px solid var(--color-border);background:linear-gradient(135deg,#ff7a42,#ff4f37);border-radius:44% 44% 48% 48%;height:150px;position:absolute;bottom:22px;left:12px;right:12px}.pana--compact .pana__head{border-width:2px;height:52px;bottom:8px;left:4px;right:4px}.pana__ear{border:4px solid var(--color-border);clip-path:polygon(50% 0,0 100%,100% 100%);background:#ff6a3d;width:44px;height:54px;position:absolute;top:28px}.pana__ear--left{left:-18px;transform:rotate(-28deg)}.pana__ear--right{right:-18px;transform:rotate(28deg)}.pana--compact .pana__ear{border-width:2px;width:16px;height:20px;top:10px}.pana__hat{z-index:2;clip-path:polygon(7% 48%,28% 34%,35% 6%,50% 30%,66% 6%,72% 34%,94% 48%,76% 70%,24% 70%);background:#111a24;border:4px solid #4c4436;border-radius:18px 18px 34px 34px;height:86px;position:absolute;top:8px;left:10px;right:10px}.pana--compact .pana__hat{border-width:2px;height:30px;top:0;left:3px;right:3px}.pana__patch{z-index:3;background:#3c302a;border:4px solid #5d4637;border-radius:48%;width:52px;height:42px;position:absolute;top:48px;left:52px}.pana--compact .pana__patch{border-width:2px;width:18px;height:15px;top:18px;left:18px}.pana__eye{border:4px solid var(--color-border);background:#fff;border-radius:50%;width:30px;height:30px;position:absolute;top:58px;right:50px}.pana__eye:after{background:var(--color-border);content:"";border-radius:50%;width:12px;height:12px;position:absolute;bottom:3px;right:3px}.pana--compact .pana__eye{border-width:2px;width:12px;height:12px;top:20px;right:16px}.pana__muzzle{background:#fff;border-radius:48%;height:50px;position:absolute;bottom:20px;left:44px;right:44px}.pana__muzzle:before{background:var(--color-border);content:"";border-radius:46%;width:20px;height:16px;position:absolute;top:8px;left:calc(50% - 10px)}.pana--compact .pana__muzzle{height:18px;bottom:8px;left:16px;right:16px}.pana__scarf{border:4px solid var(--color-border);background:repeating-linear-gradient(0deg,#fff 0 10px,#cf2f30 10px 20px);border-radius:0 0 18px 18px;height:42px;position:absolute;bottom:4px;left:42px;right:42px}.pana--compact .pana__scarf{border-width:2px;height:16px;bottom:0;left:16px;right:16px}@media (width<=700px){.game-intro{gap:14px;inset-block:0}.game-intro--dialogue{gap:14px}.game-intro__title{-webkit-text-stroke-width:5px;font-size:1.9rem}.game-intro__subtitle{max-width:28ch;margin-top:-5px;font-size:clamp(.9rem,4.2vw,1.08rem)}.game-intro__speech{border-width:3px;width:calc(100% - 12px);padding:12px 14px;font-size:clamp(1rem,4.6vw,1.35rem)}.game-intro__speech:before{border-width:0 18px 22px;top:-22px}.game-intro__speech:after{border-width:0 14px 17px;top:-16px}.game-intro__pana--start{width:156px;height:174px}.game-intro__pana--dialogue{width:132px;height:132px}}.game-page[data-astro-cid-3znmuwls]{padding-block:32px 48px}.game-page__header[data-astro-cid-3znmuwls]{gap:8px;margin-bottom:24px;display:grid}.game-page__header[data-astro-cid-3znmuwls] p[data-astro-cid-3znmuwls]{color:var(--color-blue-dark);letter-spacing:.04em;text-transform:uppercase;margin:0;font-weight:950}.game-page__header[data-astro-cid-3znmuwls] h1[data-astro-cid-3znmuwls]{margin:0;font-size:clamp(2.8rem,7vw,5.4rem);line-height:1}.game-page__header[data-astro-cid-3znmuwls] span[data-astro-cid-3znmuwls]{color:var(--color-muted);font-weight:800}.game-page__frame[data-astro-cid-3znmuwls]{max-width:var(--play-frame-max-width)}@media (width<=700px){.game-page[data-astro-cid-3znmuwls]{height:var(--play-frame-mobile-height);padding:0}.game-page__header[data-astro-cid-3znmuwls]{display:none}.game-page__frame[data-astro-cid-3znmuwls]{width:100%;height:100%}.game-layout .site-footer{display:none}}
