.crossword-grid{width:min(360px,100%);grid-template-columns:repeat(4,minmax(0,1fr));background:#21181a}.cw-cell{aspect-ratio:1}.cw-number{font-size:.52rem;font-weight:800}.cw-input{font-size:1.35rem}.game-panel{overflow:hidden}.key{touch-action:manipulation}.memory-card{touch-action:manipulation}.game-confetti{position:absolute;width:7px;height:11px;border-radius:2px;background:currentColor;pointer-events:none;animation:ppwConfetti .85s ease-out forwards;transform:translate(-50%,-50%);z-index:8}.game-panel,.games-section,.memory-grid,.word-board,.crossword-grid{position:relative}@keyframes ppwConfetti{0%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}100%{opacity:0;transform:translate(calc(-50% + var(--dx)),var(--dy)) rotate(520deg) scale(.7)}}.word-cell.pop{animation:ppwCellPop .16s ease}.word-cell.correct,.cw-cell input.correct{animation:ppwGood .35s ease}.memory-card.matched{animation:ppwGood .4s ease}.memory-miss{animation:ppwShake .32s ease}@keyframes ppwCellPop{50%{transform:scale(1.08)}}@keyframes ppwGood{50%{transform:scale(1.08)}}@keyframes ppwShake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media(max-width:760px){.games-nav nav{flex-wrap:wrap;justify-content:flex-end}.games-page{width:calc(100% - 16px)}.crossword-grid{width:min(340px,94vw)}.cw-input{font-size:clamp(1rem,7vw,1.35rem)}}@media(max-width:380px){.crossword-grid{width:290px}.cw-input{font-size:1rem}}@media(prefers-reduced-motion:reduce){.game-confetti,.word-cell.pop,.word-cell.correct,.cw-cell input.correct,.memory-card.matched,.memory-miss{animation:none!important}}