.games-intro{text-align:center;padding-bottom:1rem}.game-cards{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto;padding:0 1.5rem 3rem;display:grid}.game-card{border:2px solid var(--color-accent);text-align:center;background:#ffffff0d;border-radius:12px;padding:2rem;transition:transform .2s,border-color .2s}.game-card:hover{border-color:#7eb8ff;transform:translateY(-4px)}.game-card__icon{margin-bottom:1rem;font-size:3rem}.game-card__title{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.3rem}.game-card__desc{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.game-wrapper{text-align:center;padding:1rem 1.5rem 3rem;display:none}.game-wrapper.active{display:block}.game-wrapper__back{color:#7eb8ff;cursor:pointer;font-size:.9rem;font-family:var(--font-body);background:0 0;border:none;margin-bottom:1rem;display:inline-block}.game-wrapper__back:hover{text-decoration:underline}#game-container{aspect-ratio:480/320;background:#000;border-radius:8px;width:100%;max-width:480px;margin:0 auto;overflow:hidden}#game-container canvas{width:100%!important;height:100%!important}@media (width<=600px){.game-cards{grid-template-columns:1fr}}
