.memoryGame_container__gWeO3{max-width:500px;margin:0 auto;padding:2rem 1.5rem 3rem;text-align:center}.memoryGame_title__GsyML{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.memoryGame_description__8hogo{color:#64748b;margin-bottom:1.5rem;font-size:1rem}.memoryGame_stats__Oj_Rd{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.memoryGame_stat__rGaZk{display:flex;flex-direction:column;align-items:center}.memoryGame_statLabel__nYXsV{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.memoryGame_statValue__mDIuB{font-size:1.25rem;font-weight:700;color:#1e293b}.memoryGame_gameBoard__Jep_W{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;max-width:400px;margin:0 auto 1.5rem}.memoryGame_card__O92Sw{aspect-ratio:1;background:none;border:none;cursor:pointer;perspective:1000px}.memoryGame_cardInner__xcVSj{position:relative;width:100%;height:100%;transition:transform .5s;transform-style:preserve-3d}.memoryGame_card__O92Sw.memoryGame_flipped__iEA8b .memoryGame_cardInner__xcVSj,.memoryGame_card__O92Sw.memoryGame_matched__2Xftq .memoryGame_cardInner__xcVSj{transform:rotateY(180deg)}.memoryGame_cardBack__WEj9U,.memoryGame_cardFront__4m3J9{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:2rem}.memoryGame_cardFront__4m3J9{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.memoryGame_cardBack__WEj9U{background:#fff;border:2px solid #e2e8f0;transform:rotateY(180deg)}.memoryGame_card__O92Sw.memoryGame_matched__2Xftq .memoryGame_cardBack__WEj9U{background:#ecfdf5;border-color:#10b981}.memoryGame_card__O92Sw:hover:not(.memoryGame_flipped__iEA8b):not(.memoryGame_matched__2Xftq) .memoryGame_cardInner__xcVSj{transform:scale(1.05)}.memoryGame_winMessage__PvB5U{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.memoryGame_winTitle__EvlIZ{font-size:1.5rem;font-weight:700;color:#10b981;margin-bottom:.5rem}.memoryGame_winMessage__PvB5U p{color:#166534;margin:0}.memoryGame_controls__lpeaL{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.memoryGame_primaryBtn__mQ1cq{padding:.625rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.memoryGame_primaryBtn__mQ1cq:hover{background:#3b82f6}.memoryGame_instructions__RoAbG{padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.memoryGame_instructions__RoAbG p{color:#64748b;font-size:.875rem;margin:0}@media(max-width:400px){.memoryGame_gameBoard__Jep_W{gap:.5rem}.memoryGame_cardBack__WEj9U,.memoryGame_cardFront__4m3J9{font-size:1.5rem}}