.GameGrid-module__PC7cua__gridSection{width:100%;margin-top:4rem}.GameGrid-module__PC7cua__sectionTitle{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.GameGrid-module__PC7cua__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.GameGrid-module__PC7cua__card{background:#ffffff05;border:1px solid #ffffff0d;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.GameGrid-module__PC7cua__card:hover{border-color:var(--accent);box-shadow:0 10px 30px -10px rgba(var(--accent-rgb),.3);background:#ffffff0d;transform:translateY(-5px)}.GameGrid-module__PC7cua__card:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);width:100%;height:2px;transition:transform .6s;position:absolute;top:0;left:0;transform:translate(-100%)}.GameGrid-module__PC7cua__card:hover:before{transform:translate(100%)}.GameGrid-module__PC7cua__gameName{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.GameGrid-module__PC7cua__description{color:var(--muted);flex-grow:1;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.GameGrid-module__PC7cua__showMore{color:var(--accent);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.GameGrid-module__PC7cua__showMore:after{content:"→";transition:transform .3s}.GameGrid-module__PC7cua__card:hover .GameGrid-module__PC7cua__showMore:after{transform:translate(4px)}@media (max-width:768px){.GameGrid-module__PC7cua__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.GameGrid-module__PC7cua__sectionTitle{margin-bottom:1.5rem;font-size:1.25rem}}
