.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:1.5rem;align-items:stretch;max-width:min(100%,calc(1200px * var(--eta-ultra-scale)));margin:0 auto}.games-grid__item{display:flex;min-height:0}.games-grid__card{display:flex;flex:1;width:100%;padding:0;border:none;background:transparent;text-align:left;cursor:var(--eta-cursor-interactive)}.games-grid__card-shell{display:flex;flex:1;flex-direction:column;height:100%;overflow:hidden;border:.7px solid rgba(68,46,83,.55);border-radius:8px;background:rgba(16,14,38,.76);box-shadow:0 2.799px 14.203px 2.799px rgba(0,0,0,.25);transition:transform var(--eta-hover-fast,.28s ease),box-shadow var(--eta-hover-fast,.28s ease),border-color var(--eta-hover-fast,.28s ease)}.games-grid__card:hover .games-grid__card-shell{transform:translateY(-4px);border-color:rgba(237,47,148,.35);box-shadow:0 10px 32px rgba(237,47,148,.14),0 2.799px 14.203px 2.799px rgba(0,0,0,.25)}.games-grid__card-media{position:relative;aspect-ratio:16/9;overflow:hidden;border-bottom:1px solid rgba(68,46,83,.45)}.games-grid__card-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.games-grid__card-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:.75rem;background:rgba(5,3,18,.52);opacity:0;transition:opacity var(--eta-hover-fast,.28s ease)}.games-grid__card:hover .games-grid__card-overlay{opacity:1}.games-grid__card-body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:1rem 1.125rem 1.125rem}.games-grid__card-title{margin:0;font-family:var(--font-gajraj),var(--font-orbitron),system-ui,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.2;color:#ed2f94}.games-grid__card-subtitle{font-size:.8125rem;font-weight:600;line-height:1.3;color:#ae9fba;text-transform:uppercase;letter-spacing:.05em}.games-grid__card-description,.games-grid__card-subtitle{margin:0;font-family:var(--font-outfit),system-ui,sans-serif}.games-grid__card-description{flex:1;font-size:.875rem;font-weight:400;line-height:1.45;color:#f7eff6}.games-grid__card-description strong{font-weight:600}.games-grid__card-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin:auto 0 0;padding:0;list-style:none}.games-grid__card-tags li{padding:.2rem .5rem;border:1px solid rgba(68,46,83,.85);border-radius:999px;background:rgba(14,10,20,.45);font-family:var(--font-outfit),system-ui,sans-serif;font-size:.6875rem;font-weight:500;color:#ae9fba}@media (max-width:640px){.games-grid{grid-template-columns:1fr}}