.game-page{padding-top:34px;padding-bottom:48px}.game-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.game-heading .eyebrow{color:var(--coral);font-size:10px;margin-bottom:12px}.game-heading h1{font-size:38px;letter-spacing:-.04em}.game-heading>.text-link{white-space:nowrap;font-size:11px}.game-board{scroll-margin-top:18px}.game-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.game-score{display:flex;align-items:center;gap:12px;font-size:13px}.game-score>span{color:#bd8a38;font-size:27px;line-height:1}.game-score progress{appearance:none;border:none;width:112px;height:7px;border-radius:9px;background:#e7e1d5;overflow:hidden}.game-score progress::-webkit-progress-bar{background:#e7e1d5;border-radius:9px}.game-score progress::-webkit-progress-value{background:#b68b43;border-radius:9px}.game-score progress::-moz-progress-bar{background:#b68b43;border-radius:9px}.quiet-button{border:0;background:transparent;font-size:12px;font-weight:700;color:var(--ink);padding:12px 5px;line-height:1.5;text-decoration:underline;text-decoration-color:#bdb4ba;text-underline-offset:5px}.quiet-button:hover{color:var(--coral)}.quiet-button:disabled{opacity:.45;cursor:default}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 218px;gap:22px;align-items:start}.world-wrap{position:relative;border-radius:24px;overflow:hidden;background:#e4ebca;border:1px solid #b9cba2}.world-wrap canvas{width:100%;height:auto;aspect-ratio:3/2;display:block;cursor:pointer;touch-action:manipulation;outline-offset:-4px}.game-welcome{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;background:rgba(251,248,241,.91);backdrop-filter:blur(4px)}.game-welcome img{height:115px;width:auto;margin-bottom:13px}.game-welcome h2{font-size:32px;letter-spacing:-.04em}.game-welcome>p{font-size:14px;line-height:1.7;margin-top:14px}.game-welcome>.button{margin-top:20px;min-width:220px}.game-welcome>p.welcome-note{font-size:10px;max-width:290px;margin-top:12px;color:var(--muted)}.game-page [hidden]{display:none!important}.game-page button:disabled{cursor:default}.game-page .button:disabled{opacity:.65;transform:none}.game-controls{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 2px 0}.control-copy{max-width:580px}.control-copy>p:first-child{font-size:13px;font-weight:700;line-height:1.65;min-height:22px}.control-copy>p:nth-child(2){font-size:10px;color:var(--muted);line-height:1.6;margin-top:7px;max-width:440px}.control-copy>.text-link{margin-top:9px;font-size:11px;border:0;background:none;padding:3px 0;min-height:34px}.control-copy>.text-link:disabled{opacity:.45}.dpad{display:grid;grid-template-columns:repeat(3,38px);grid-template-rows:repeat(3,32px);gap:3px;flex-shrink:0;touch-action:none;user-select:none}.dpad button{border:1px solid #d4c9bd;background:#fffaf0;border-radius:9px;color:#66534a;font-size:20px;font-weight:700;padding:0;line-height:1;touch-action:none}.dpad button:active{background:#f4d98d;border-color:#b39051}.dpad button:disabled{opacity:.5}.dpad [data-direction=up]{grid-column:2;grid-row:1}.dpad [data-direction=left]{grid-column:1;grid-row:2}.dpad [data-direction=right]{grid-column:3;grid-row:2}.dpad [data-direction=down]{grid-column:2;grid-row:3}.dpad-center{grid-column:2;grid-row:2;display:grid;place-items:center;font-size:12px;color:#b7945a}.word-collection{background:#fffdf6;border:1px solid #e3dccc;border-radius:22px;padding:21px 17px}.word-collection>.eyebrow{font-size:9px;color:#837452;margin-bottom:10px}.word-collection h2{font-size:21px;letter-spacing:-.025em}.collection-tip{font-size:10px;color:var(--muted);line-height:1.65;margin-top:10px}.collection-list{display:grid;gap:7px;margin-top:16px}.collection-card{display:flex;align-items:center;text-align:left;gap:9px;border:1px solid #e7e0d0;border-radius:11px;background:#f8f6ed;min-height:65px;padding:9px 11px;color:var(--ink);transition:background .15s}.collection-card:hover:not(:disabled){background:#f1ebd7;border-color:#c5b594}.collection-card img{width:39px;height:39px;flex-shrink:0}.collection-card>span:nth-child(2){display:flex;flex-direction:column;gap:1px}.collected-word{font-size:14px;line-height:1.3}.collected-translation{font-size:9px;line-height:1.5;color:var(--muted)}.collection-check{margin-left:auto;color:#65834d;font-size:14px;visibility:hidden}.collection-card.is-found{background:#eaf1df;border-color:#c9d7b4}.is-found .collection-check{visibility:visible}.collection-note{font-size:9px;color:var(--muted);margin-top:13px;line-height:1.7}.game-parent-note{display:grid;grid-template-columns:100px 1fr 270px;gap:25px;border-top:1px solid var(--line);margin-top:30px;padding-top:24px;font-size:11px;color:var(--muted);line-height:1.8}.game-parent-note>strong{color:var(--ink);font-size:13px}.game-parent-note>span{font-size:10px;border-left:1px solid var(--line);padding-left:25px}.game-nojs{position:relative;padding:20px;background:#f9dfd0;font-weight:700}.word-dialog{border:1px solid #d9cdbc;border-radius:26px;background:var(--cream);color:var(--ink);padding:34px;width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto;text-align:center;box-shadow:0 20px 90px rgba(40,34,38,.25)}.word-dialog::backdrop{background:rgba(43,43,40,.43);backdrop-filter:blur(3px)}.word-dialog .eyebrow{font-size:9px;color:var(--coral);margin-bottom:13px}.word-dialog h2{font-size:29px;letter-spacing:-.035em}.word-dialog>p:not(.eyebrow){font-size:12px;line-height:1.7;margin-top:13px}.dialog-close{position:absolute;right:10px;top:10px;width:38px;height:38px;border:0;background:transparent;color:var(--muted);font-size:29px;line-height:1}.word-picture{width:98px;height:98px;margin:17px auto 13px}.listen-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.listen-button{border:1px solid #d9cddf;border-radius:20px;background:#f0eaf7;color:#665373;font-size:11px;font-weight:700;padding:9px 13px;min-height:36px}.listen-button:disabled{opacity:.45}.word-dialog>p.voice-note{font-size:9px;line-height:1.6;margin-top:8px;color:var(--muted);min-height:15px}.word-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:21px}.answer-button{min-height:53px;padding:12px 4px;border:1.5px solid #d6c4b3;background:#fffaf0;border-radius:12px;font-size:18px;font-weight:800;color:var(--ink)}.answer-button:hover:not(:disabled){background:#f7e6b6;border-color:#b3915a}.answer-button:disabled{opacity:.42}.answer-button.is-correct{background:#deebcc;border-color:#819965;opacity:1}.word-dialog>p.word-feedback{font-size:12px;line-height:1.85;margin-top:18px;min-height:44px;color:#875137}.word-dialog>p.word-feedback.is-correct{color:#526d3c;font-weight:700}.word-actions{display:flex;align-items:center;justify-content:center;min-height:57px;margin-top:6px}.word-actions>.button{font-size:12px;padding:15px 22px;min-height:50px}.word-actions>.quiet-button{font-size:11px}.finish-dialog>img{height:119px;width:auto;margin:0 auto 12px}.finish-dialog h2{font-size:33px}.finish-words{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}.finish-words>div{display:flex;flex-direction:column;align-items:center;background:#f3eddc;border:1px solid #e4d9bb;border-radius:13px;padding:10px}.finish-words strong{font-size:13px;margin-top:4px}.finish-words span{font-size:9px;color:var(--muted)}.finish-actions{display:flex;flex-direction:column;align-items:center;gap:6px}.finish-actions>.button{min-height:50px;font-size:12px}.reset-dialog{padding-top:42px;padding-bottom:27px}.reset-dialog .finish-actions{margin-top:23px}
@media(max-width:1150px){.game-layout{grid-template-columns:minmax(0,1fr) 196px;gap:16px}.word-collection{padding:18px 13px}.word-collection h2{font-size:19px}.collection-card{padding:7px;min-height:57px;gap:6px}.collection-card img{width:35px;height:35px}.game-welcome img{height:91px;margin-bottom:9px}.game-welcome h2{font-size:28px}.game-welcome>p{font-size:12px;margin-top:10px}.game-welcome>.button{margin-top:14px}.game-parent-note{grid-template-columns:85px 1fr 220px;gap:18px}}
@media(max-width:900px){.game-page{padding-top:27px}.game-heading h1{font-size:31px}.game-layout{grid-template-columns:minmax(0,1fr)}.game-welcome img{height:130px}.game-welcome h2{font-size:34px}.game-welcome>p{font-size:14px}.collection-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.word-collection{padding:20px}.word-collection>.eyebrow,.collection-note{display:none}.word-collection h2{font-size:21px}.collection-tip{font-size:11px;margin-top:7px}.collection-card{min-height:61px;padding:10px}.game-parent-note{grid-template-columns:80px 1fr}.game-parent-note>span{grid-column:2;border-left:0;padding-left:0}.control-copy>p:nth-child(2){max-width:420px}.dpad{grid-template-columns:repeat(3,42px);grid-template-rows:repeat(3,36px)}}
@media(max-width:600px){.game-page{padding-top:24px}.game-heading{display:block;margin-bottom:18px}.game-heading h1{font-size:29px;line-height:1.18;max-width:330px}.game-heading .eyebrow{font-size:8px;margin-bottom:11px}.game-heading>.text-link{margin-top:11px;font-size:10px}.game-toolbar{gap:8px;margin-bottom:10px;align-items:center}.game-score{font-size:11px;gap:6px}.game-score>span{font-size:23px}.game-score progress{display:none}.game-toolbar>.quiet-button{font-size:10px;min-height:42px}.game-layout{gap:17px}.world-wrap{border-radius:19px}.game-welcome{padding:10px;backdrop-filter:blur(2px)}.game-welcome>img{display:none}.game-welcome h2{font-size:25px}.game-welcome>p{font-size:11px;margin-top:10px;line-height:1.6}.game-welcome>.button{min-height:44px;font-size:11px;padding:12px 19px;min-width:185px;margin-top:13px}.game-welcome>p.welcome-note{font-size:8px;margin-top:9px;max-width:260px}.game-controls{align-items:start;gap:8px;padding-top:15px}.control-copy{min-width:0}.control-copy>p:first-child{font-size:11px;line-height:1.65}.control-copy>p:nth-child(2){font-size:9px;margin-top:7px}.control-copy>.text-link{font-size:10px;margin-top:6px;gap:7px;min-height:40px}.control-copy>.text-link .icon{width:16px}.dpad{grid-template-columns:repeat(3,35px);grid-template-rows:repeat(3,36px);gap:3px}.dpad button{font-size:21px}.word-collection{padding:18px 14px;border-radius:18px}.word-collection h2{font-size:22px}.collection-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:13px}.collection-card{padding:9px 8px;gap:8px;min-height:64px}.collection-card img{width:33px;height:33px}.collected-word{font-size:14px}.collected-translation{font-size:8px}.collection-check{font-size:11px}.game-parent-note{display:block;margin-top:22px;padding-top:20px}.game-parent-note>strong{display:block;font-size:12px;margin-bottom:8px}.game-parent-note>p{font-size:11px}.game-parent-note>span{display:block;font-size:9px;margin-top:12px}.word-dialog{padding:29px 19px 21px;border-radius:22px}.word-dialog h2{font-size:26px}.word-dialog .eyebrow{font-size:8px}.word-dialog>p:not(.eyebrow){font-size:11px}.word-picture{width:84px;height:84px;margin-top:13px;margin-bottom:11px}.word-choices{gap:8px;margin-top:16px}.answer-button{font-size:17px;min-height:50px}.listen-actions{gap:7px}.listen-button{font-size:10px;padding:8px 10px;min-height:36px}.word-dialog>p.voice-note{font-size:8px;margin-top:7px}.word-dialog>p.word-feedback{font-size:11px;margin-top:14px;min-height:40px}.word-actions>.button{font-size:11px;min-height:46px}.finish-dialog>img{height:88px}.finish-dialog h2{font-size:29px}.finish-words{gap:7px;margin:17px 0}.finish-words>div{padding:8px 3px}.finish-words img{width:35px;height:35px}.finish-words strong{font-size:12px}.finish-actions>.button{font-size:11px}}
@media(max-width:360px){.game-heading h1{font-size:26px}.game-welcome h2{font-size:22px}.game-welcome>p{font-size:10px;margin-top:7px}.game-welcome>.button{margin-top:9px;min-height:40px}.game-welcome>p.welcome-note{font-size:7px;line-height:1.4}.game-score{font-size:10px}.game-toolbar>.quiet-button{font-size:9px}.dpad{grid-template-columns:repeat(3,31px)}.control-copy>p:first-child{font-size:10px}.collection-card{gap:5px;padding:8px 5px}.collection-card img{width:29px;height:29px}.collected-translation{font-size:8px}}
@media(pointer:coarse),(max-width:900px){.dpad{grid-template-columns:repeat(3,44px);grid-template-rows:repeat(3,44px)}.dialog-close{width:44px;height:44px}.listen-button{min-height:44px}}
