.memory-game_memoryGame__fYgG3{display:grid;grid-gap:.7rem;gap:.7rem}.memory-game_infoRow__utpyK{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .9rem}.memory-game_infoRow__utpyK p{margin:0;font-size:.9rem;color:#4b3a71}.memory-game_resetButton__910Y1{background:rgba(191,162,255,.22);font-size:.9rem}.memory-game_compactButton__iw5l3,.memory-game_resetButton__910Y1{border:1px solid rgba(47,37,73,.22);border-radius:.7rem;color:#2d204f;padding:.48rem .8rem;font-weight:700;cursor:pointer}.memory-game_compactButton__iw5l3{background:rgba(255,255,255,.9);font-size:.86rem}.memory-game_resetButton__910Y1{margin-left:auto}.memory-game_compactButton__iw5l3:focus-visible,.memory-game_compactButton__iw5l3:hover,.memory-game_resetButton__910Y1:focus-visible,.memory-game_resetButton__910Y1:hover{background:rgba(191,162,255,.36);outline:none}.memory-game_compactButton__iw5l3:disabled,.memory-game_resetButton__910Y1:disabled{opacity:.62;cursor:default}.memory-game_board__OsbB2{--board-columns:4;--card-size:112px;--board-gap:8px;display:grid;grid-gap:var(--board-gap);gap:var(--board-gap);grid-template-columns:repeat(var(--board-columns),var(--card-size));justify-content:center;align-content:start}.memory-game_cardButton___59Ck{width:var(--card-size);height:var(--card-size);justify-self:center;border:1px solid rgba(47,37,73,.26);border-radius:.55rem;overflow:hidden;background:#ffffff;padding:0;cursor:pointer;line-height:0;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 7px rgba(47,37,73,.12)}.memory-game_cardButton___59Ck:focus-visible,.memory-game_cardButton___59Ck:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(47,37,73,.2);outline:none}.memory-game_cardButton___59Ck:disabled{cursor:default}.memory-game_cardButton___59Ck:disabled:focus-visible,.memory-game_cardButton___59Ck:disabled:hover{transform:none;box-shadow:0 2px 7px rgba(47,37,73,.12)}.memory-game_cardFaceUp__gX6zs{border-color:rgba(191,162,255,.9)}.memory-game_cardFaceUp__gX6zs .memory-game_cardImage__AkzhM{animation:memory-game_flipReveal__zRXab .3s ease}.memory-game_cardMatched__q9FQa{border-color:rgba(123,201,143,.95);box-shadow:inset 0 0 0 3px rgba(178,255,197,.55),0 6px 20px rgba(101,173,122,.25)}.memory-game_cardMatchedPulse__dGnk0{animation:memory-game_matchedPulse__K3q2Y .8s ease}.memory-game_cardImage__AkzhM{width:100%;height:100%;object-fit:cover;display:block}.memory-game_resultBanner__zJWGW{border:1px solid rgba(47,37,73,.2);border-radius:.85rem;background:rgba(255,255,255,.94);padding:.6rem .8rem;animation:memory-game_bannerIn__V7ybW .35s ease}.memory-game_resultBanner__zJWGW h3{margin-bottom:.2rem;font-size:1rem}.memory-game_resultBanner__zJWGW p{margin:0;font-size:.9rem;color:#4b3a71}.memory-game_resultWin__snwXd{border-color:rgba(101,173,122,.65);background:rgba(230,255,238,.92)}.memory-game_resultLose__M_irG{border-color:rgba(214,114,114,.65);background:rgba(255,236,236,.92)}@keyframes memory-game_matchedPulse__K3q2Y{0%{box-shadow:inset 0 0 0 2px rgba(178,255,197,.55),0 0 0 0 rgba(101,173,122,.5)}50%{box-shadow:inset 0 0 0 3px rgba(178,255,197,.8),0 0 0 8px rgba(101,173,122,0)}to{box-shadow:inset 0 0 0 3px rgba(178,255,197,.55),0 6px 20px rgba(101,173,122,.25)}}@keyframes memory-game_bannerIn__V7ybW{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes memory-game_flipReveal__zRXab{0%{transform:rotateY(85deg);opacity:.6}to{transform:rotateY(0deg);opacity:1}}@media (max-width:760px){.memory-game_compactButton__iw5l3,.memory-game_resetButton__910Y1{width:100%}.memory-game_resetButton__910Y1{margin-left:0}}