.Navbar_navbar__2GufN{display:flex;align-items:center;justify-content:space-between;background:#0d1117;padding:20px;box-shadow:0 4px 15px rgba(88,166,255,.2);position:sticky;top:0;z-index:10;border-bottom:1px solid #30363d}.Navbar_logo__Ym1u6{font-size:14px;font-weight:700;color:#58a6ff;text-transform:uppercase;letter-spacing:2px;font-family:Orbitron,sans-serif;text-shadow:0 0 8px rgba(88,166,255,.5);transition:color .3s ease,text-shadow .3s ease}.Navbar_logo__Ym1u6:hover{color:#c3e88d;text-shadow:0 0 12px rgba(195,232,141,.7)}.Navbar_menuContainer__FH7LW{position:relative;display:flex;align-items:center}.Navbar_hamburger__1kipN{display:flex;flex-direction:column;gap:5px;cursor:pointer;z-index:20}.Navbar_bar__AW_1P{width:25px;height:3px;background:#58a6ff;transition:all .3s ease}.Navbar_menu__K1tn0{position:absolute;top:100%;right:0;background:#0d1117;border:1px solid #30363d;border-radius:4px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:10}.Navbar_menuContainer__FH7LW:hover .Navbar_menu__K1tn0{opacity:1;visibility:visible;transform:translateY(0)}.Navbar_menuList__tYfml{list-style:none;margin:0;padding:10px;min-width:150px}.Navbar_menuItem__Nppw3{padding:8px 12px}.Navbar_menuLink__g_36A{color:#58a6ff;text-decoration:none;font-family:Orbitron,sans-serif;font-size:14px;transition:color .3s ease;display:block}.Navbar_menuLink__g_36A:hover{color:#c3e88d}.Navbar_menuContainer__FH7LW:hover .Navbar_bar__AW_1P{background:#c3e88d}.MemoryGame_container__PoJzF{min-height:100vh;display:flex;flex-direction:column;width:100%;background-color:var(--background-dark);color:var(--text-primary)}.MemoryGame_gameContent__wSOiB{max-width:100%;margin:0 auto;padding:1rem;text-align:center;flex-grow:1;width:100%}.MemoryGame_title__0LK2W{color:var(--primary-color);font-size:clamp(1.5rem,5vw,2.5rem);margin-bottom:.5rem;font-family:Orbitron,sans-serif;text-shadow:0 0 8px rgba(88,166,255,.5)}.MemoryGame_subtitle__wm7z7{color:var(--text-secondary);font-size:clamp(.9rem,3vw,1.2rem);margin-bottom:1.5rem}.MemoryGame_statsContainer__O0sQO{background-color:var(--background-light);border-radius:8px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(88,166,255,.2);border:1px solid var(--border-color)}.MemoryGame_stats___oOvh{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.MemoryGame_statItem__7vza5{display:flex;flex-direction:column;align-items:center;padding:.5rem 1rem;background-color:var(--background-dark);border-radius:8px;min-width:100px;border:1px solid var(--border-color)}.MemoryGame_statLabel__A_Sro{font-size:.8rem;color:var(--text-secondary);margin-bottom:.25rem}.MemoryGame_statValue__EyP7d{font-size:clamp(1rem,4vw,1.5rem);font-weight:700;color:var(--primary-color)}.MemoryGame_grid__JXRty{display:grid;gap:.5rem;margin:0 auto;justify-content:center;padding:1rem;background-color:var(--background-light);border-radius:8px;box-shadow:0 4px 15px rgba(88,166,255,.2);border:1px solid var(--border-color);max-width:100%;overflow-x:auto}.MemoryGame_card__H1MV6{width:clamp(60px,15vw,100px);height:clamp(60px,15vw,100px);perspective:1000px;cursor:pointer}.MemoryGame_cardInner__R_q8F{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s}.MemoryGame_card__H1MV6.MemoryGame_flipped__118cB .MemoryGame_cardInner__R_q8F{transform:rotateY(180deg)}.MemoryGame_cardBack__hBfNN,.MemoryGame_cardFront__bNSXz{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.MemoryGame_cardBack__hBfNN{background-color:var(--background-dark);color:var(--primary-color);font-size:clamp(1.5rem,4vw,2rem);border:1px solid var(--border-color)}.MemoryGame_cardFront__bNSXz{transform:rotateY(180deg);background-color:var(--background-light);border:1px solid var(--border-color)}.MemoryGame_cardImage__xlAOx{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px}.MemoryGame_winMessage__oAqgz{margin-top:1.5rem;padding:1rem;background-color:var(--background-light);border-radius:8px;box-shadow:0 4px 15px rgba(88,166,255,.2);border:1px solid var(--border-color)}.MemoryGame_winMessage__oAqgz h2{color:var(--primary-color);margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:clamp(1.2rem,4vw,1.8rem)}.MemoryGame_winMessage__oAqgz p{color:var(--text-primary);font-size:clamp(.9rem,3vw,1.1rem)}.MemoryGame_button__xMK1J{padding:clamp(.5rem,2vw,.75rem) clamp(1rem,4vw,1.5rem);margin:.5rem;font-size:clamp(.9rem,3vw,1.1rem);background-color:var(--background-light);color:var(--primary-color);border:1px solid var(--primary-color);border-radius:5px;cursor:pointer;transition:all .3s ease;font-family:Orbitron,sans-serif;box-shadow:0 2px 4px rgba(88,166,255,.2)}.MemoryGame_button__xMK1J:hover{background-color:var(--primary-color);color:var(--background-dark);text-shadow:0 0 12px rgba(88,166,255,.7);box-shadow:0 4px 8px rgba(88,166,255,.3);transform:translateY(-2px)}.MemoryGame_button__xMK1J:active{transform:translateY(0);box-shadow:0 2px 4px rgba(88,166,255,.2)}@media (max-width:640px){.MemoryGame_stats___oOvh{flex-direction:column;align-items:center}.MemoryGame_statItem__7vza5{width:100%;max-width:200px}.MemoryGame_grid__JXRty{padding:.5rem}.MemoryGame_card__H1MV6{width:clamp(50px,12vw,80px);height:clamp(50px,12vw,80px)}}@media (min-width:641px) and (max-width:1024px){.MemoryGame_stats___oOvh{justify-content:space-around}.MemoryGame_card__H1MV6{width:clamp(70px,13vw,90px);height:clamp(70px,13vw,90px)}}