.games-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:134px}.games-back{font-weight:700;background:#fff8;border:1px solid #fff8;border-radius:12px;padding:10px 18px}.games-back:hover{background:#fff}.games-main{padding-block:48px 65px}.games-intro{text-align:center}.games-intro h1{font-size:clamp(34px,4.5vw,54px);margin:5px 0}.games-intro p{font-size:17px;color:var(--muted);margin:0 auto 28px;max-width:620px}.game-tabs{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.game-tabs button{font:inherit;font-size:17px;font-weight:700;border:2px solid #dce5f7;background:white;color:var(--ink);padding:10px 22px;border-radius:16px;min-height:54px;box-shadow:0 4px 0 #cbd6e8}.game-tabs button[aria-pressed=true]{background:var(--yellow);border-color:#eebc34;box-shadow:0 4px 0 #c99b20}.game-tabs button:focus-visible,.game-choices button:focus-visible{outline:3px solid #285be8;outline-offset:4px}.game-board{max-width:760px;margin:auto;background:#fff;border:2px solid #dfe8f4;border-radius:28px;padding:25px 32px 32px;box-shadow:0 10px 0 #e1eaf6,0 22px 35px #152f6210;text-align:center}.board-top{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;color:var(--blue);font-weight:700;font-size:15px}.game-board h2{font-size:clamp(25px,3vw,36px);line-height:1.5;margin:16px 0}.game-visual{min-height:118px;display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap;background:#f3f8ff;border-radius:20px;padding:16px;margin:0 0 22px}.game-visual .symbol{font-size:clamp(50px,8vw,78px);line-height:1.15}.game-visual .fruit{font-size:clamp(34px,6vw,52px);line-height:1.3}.game-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.game-choices button{min-height:90px;border:2px solid #dce4f2;border-radius:18px;background:#fff;font:inherit;font-size:clamp(25px,4vw,39px);font-weight:700;color:var(--ink);cursor:pointer;box-shadow:0 5px 0 #d5ddec}.game-choices button:hover{background:#eef6ff}.game-choices button.correct{background:#def8e9;border-color:#2bae64;box-shadow:0 5px 0 #198c4a}.game-choices button.wrong{background:#fff0ec;border-color:#ea8170}.game-choices button:disabled{cursor:default}.game-feedback{min-height:35px;font-size:17px;font-weight:700;color:var(--ink);margin:20px 0 10px}.game-feedback.good{color:#087c43}.game-feedback.try{color:#a84627}.games-note{text-align:center;color:var(--muted);font-size:15px;margin-top:34px}@media(max-width:700px){.games-nav{min-height:110px}.games-back{font-size:14px;padding:8px}.games-main{padding-block:34px 50px}.game-board{padding:18px 15px 26px}.game-choices{gap:8px}.game-choices button{min-height:75px}.game-visual{gap:8px;min-height:105px}.board-top{font-size:13px}}
