.MemoryGame-module__PyE9kG__container{flex-direction:column;gap:20px;max-width:560px;margin:40px auto;padding:0 20px 40px;display:flex}.MemoryGame-module__PyE9kG__title{color:#1a3a5c;text-align:center;font-size:1.5rem;font-weight:700}.MemoryGame-module__PyE9kG__card{background:#fff;border-radius:12px;flex-direction:column;gap:12px;padding:16px 20px;display:flex;box-shadow:0 1px 4px #00000012}.MemoryGame-module__PyE9kG__statsRow{flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex}.MemoryGame-module__PyE9kG__stat{color:#1a3a5c;font-size:.88rem;font-weight:600}.MemoryGame-module__PyE9kG__grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.MemoryGame-module__PyE9kG__cardBtn{aspect-ratio:1;color:#fff;cursor:pointer;background:#1a3a5c;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:1.8rem;transition:transform .15s,background .15s;display:flex}.MemoryGame-module__PyE9kG__cardBtn:hover:not(:disabled){transform:scale(1.04)}.MemoryGame-module__PyE9kG__cardFaceUp{color:initial;background:#fff;border:2px solid #d0dbe8}.MemoryGame-module__PyE9kG__cardMatched{background:#f0fff4;border:2px solid #b8e6c8}.MemoryGame-module__PyE9kG__winCard{background:#f0fff4;border:1.5px solid #b8e6c8;align-items:center}.MemoryGame-module__PyE9kG__winMessage{color:#1a7a3a;text-align:center;font-size:1.05rem;font-weight:700}.MemoryGame-module__PyE9kG__btnNewGame{color:#1a3a5c;cursor:pointer;background:#fff;border:1.5px solid #d0dbe8;border-radius:10px;padding:12px 0;font-size:.95rem;font-weight:700}.MemoryGame-module__PyE9kG__btnNewGame:hover{background:#f0f4f8}@media (max-width:640px){.MemoryGame-module__PyE9kG__container{margin:16px auto;padding:0 12px 24px}.MemoryGame-module__PyE9kG__cardBtn{font-size:1.5rem}}
