.MemoryMaze-module__zyoK_a__page{min-height:100vh;color:var(--games-route-fg,#e5e7eb);padding:clamp(1rem,3vw,2.25rem) 1rem 3rem}.MemoryMaze-module__zyoK_a__shell{flex-direction:column;align-items:center;gap:1.1rem;max-width:720px;margin:0 auto;display:flex}.MemoryMaze-module__zyoK_a__hud{grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:.6rem;width:100%;max-width:560px;display:grid}.MemoryMaze-module__zyoK_a__hudItem{background:var(--games-route-surface,#ffffffd6);border:1px solid var(--games-route-border,#0000001a);box-shadow:var(--games-route-shadow,0 8px 24px #0000001a);border-radius:12px;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .4rem;display:flex}.MemoryMaze-module__zyoK_a__hudLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--games-route-muted,#6e6e73);font-size:.66rem}.MemoryMaze-module__zyoK_a__hudValue{font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:800;line-height:1}.MemoryMaze-module__zyoK_a__hudValue[data-alert=true]{color:#ef4444}.MemoryMaze-module__zyoK_a__hearts{letter-spacing:.05em;font-size:1rem;line-height:1}.MemoryMaze-module__zyoK_a__peekBarTrack{background:var(--games-route-border,#0000001f);border-radius:999px;width:100%;max-width:560px;height:8px;overflow:hidden}.MemoryMaze-module__zyoK_a__peekBarFill{background:linear-gradient(90deg,#22c55e,#38bdf8);border-radius:999px;height:100%;transition:width .1s linear}.MemoryMaze-module__zyoK_a__timeBarFill{background:linear-gradient(90deg,#38bdf8,#a855f7)}.MemoryMaze-module__zyoK_a__timeBarFill[data-alert=true]{background:linear-gradient(90deg,#f97316,#ef4444)}.MemoryMaze-module__zyoK_a__message{text-align:center;min-height:1.4rem;color:var(--games-route-fg,#e5e7eb);font-weight:600}.MemoryMaze-module__zyoK_a__message[data-tone=bad]{color:#ef4444}.MemoryMaze-module__zyoK_a__message[data-tone=good]{color:#22c55e}.MemoryMaze-module__zyoK_a__boardWrap{background:var(--games-route-surface-solid,#0b1120);border:1px solid var(--games-route-border,#94a3b833);box-shadow:var(--games-route-shadow,0 18px 60px #00000059);touch-action:none;border-radius:18px;padding:clamp(.5rem,2vw,.85rem);position:relative}.MemoryMaze-module__zyoK_a__board{gap:clamp(2px,.6vw,4px);display:grid}.MemoryMaze-module__zyoK_a__cell{background:var(--mm-floor,#94a3b824);border:1px solid #0000;border-radius:5px;transition:background .18s,transform .12s,box-shadow .18s;position:relative}.MemoryMaze-module__zyoK_a__cellWall{background:var(--mm-wall,#475569)}.MemoryMaze-module__zyoK_a__cellHiddenWall{background:var(--mm-floor,#94a3b824)}.MemoryMaze-module__zyoK_a__cellPath{background:var(--mm-path,#38bdf88c);animation:1.4s ease-in-out infinite MemoryMaze-module__zyoK_a__pathPulse;box-shadow:inset 0 0 0 1px #38bdf866}.MemoryMaze-module__zyoK_a__cellVisited{background:var(--mm-visited,#2563eba6)}.MemoryMaze-module__zyoK_a__cellGoal{background:var(--mm-goal,#22c55e);box-shadow:0 0 12px #22c55eb3}.MemoryMaze-module__zyoK_a__cellPlayer{background:var(--mm-player,#f59e0b);z-index:2;transform:scale(1.06);box-shadow:0 0 12px #f59e0bcc}.MemoryMaze-module__zyoK_a__cellBump{animation:.28s MemoryMaze-module__zyoK_a__bump}@keyframes MemoryMaze-module__zyoK_a__pathPulse{0%,to{opacity:.62}50%{opacity:1}}@keyframes MemoryMaze-module__zyoK_a__bump{0%{transform:scale(1)}40%{transform:scale(1.14);box-shadow:0 0 14px #ef4444e6}to{transform:scale(1)}}.MemoryMaze-module__zyoK_a__boardReveal .MemoryMaze-module__zyoK_a__cell{animation:.4s both MemoryMaze-module__zyoK_a__revealIn}@keyframes MemoryMaze-module__zyoK_a__revealIn{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}.MemoryMaze-module__zyoK_a__overlay{text-align:center;background:var(--games-route-overlay,#020617e6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;padding:1.25rem;animation:.25s MemoryMaze-module__zyoK_a__fadeIn;display:flex;position:absolute;inset:0}@keyframes MemoryMaze-module__zyoK_a__fadeIn{0%{opacity:0}to{opacity:1}}.MemoryMaze-module__zyoK_a__overlayTitle{margin:0;font-size:clamp(1.5rem,6vw,2rem);font-weight:800}.MemoryMaze-module__zyoK_a__overlayTitle[data-tone=win]{color:#22c55e}.MemoryMaze-module__zyoK_a__overlayTitle[data-tone=lose]{color:#ef4444}.MemoryMaze-module__zyoK_a__overlayStat{color:var(--games-route-muted,#a1a1a6);font-size:.95rem}.MemoryMaze-module__zyoK_a__overlayStat strong{color:var(--games-route-fg,#f5f5f7);font-variant-numeric:tabular-nums}.MemoryMaze-module__zyoK_a__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.MemoryMaze-module__zyoK_a__btn{cursor:pointer;color:#fff;border:none;border-radius:12px;padding:.7rem 1.3rem;font-size:.95rem;font-weight:700;transition:transform .12s,filter .18s}.MemoryMaze-module__zyoK_a__btn:hover{filter:brightness(1.08)}.MemoryMaze-module__zyoK_a__btn:active{transform:translateY(1px)}.MemoryMaze-module__zyoK_a__btn:focus-visible{outline-offset:2px;outline:3px solid #38bdf899}.MemoryMaze-module__zyoK_a__btnPrimary{color:#052e16;background:#22c55e}.MemoryMaze-module__zyoK_a__btnNext{color:#082f49;background:#38bdf8}.MemoryMaze-module__zyoK_a__btnGhost{background:var(--games-route-control,#ffffff1a);color:var(--games-route-fg,#e5e7eb);border:1px solid var(--games-route-border,#ffffff24)}.MemoryMaze-module__zyoK_a__dpad{grid-template-rows:repeat(3,56px);grid-template-columns:repeat(3,56px);gap:6px;margin-top:.25rem;display:grid}.MemoryMaze-module__zyoK_a__dpadBtn{border:1px solid var(--games-route-border,#ffffff24);background:var(--games-route-control,#ffffff14);color:var(--games-route-fg,#e5e7eb);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;border-radius:12px;justify-content:center;align-items:center;font-size:1.3rem;transition:background .15s,transform .1s;display:flex}.MemoryMaze-module__zyoK_a__dpadBtn:active{background:var(--games-route-control-hover,#fff3);transform:scale(.94)}.MemoryMaze-module__zyoK_a__dpadUp{grid-area:1/2/2/3}.MemoryMaze-module__zyoK_a__dpadLeft{grid-area:2/1/3/2}.MemoryMaze-module__zyoK_a__dpadRight{grid-area:2/3/3/4}.MemoryMaze-module__zyoK_a__dpadDown{grid-area:3/2/4/3}.MemoryMaze-module__zyoK_a__dpadSpacer{visibility:hidden}.MemoryMaze-module__zyoK_a__hint{color:var(--games-route-muted,#94a3b8);text-align:center;font-size:.85rem}@media (prefers-reduced-motion:reduce){.MemoryMaze-module__zyoK_a__cellPath,.MemoryMaze-module__zyoK_a__cellBump,.MemoryMaze-module__zyoK_a__boardReveal .MemoryMaze-module__zyoK_a__cell,.MemoryMaze-module__zyoK_a__overlay{animation:none!important}.MemoryMaze-module__zyoK_a__cell{transition:none}}
