.game-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem 0}.game-card{background:rgba(30,60,40,.6);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;transition:none !important}.game-card:hover{background:rgba(40,80,50,.8);box-shadow:0 10px 20px rgba(0,0,0,.3);border-color:rgba(76,175,80,.4)}.game-icon-wrapper{width:100px;height:100px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;background:0 0;border-radius:12px;padding:0;overflow:hidden}.game-card:hover .game-icon-wrapper{background:0 0}.game-icon{width:100%;height:100%;object-fit:cover;border-radius:12px}.game-card-title{font-size:1.5rem;margin:.5rem 0;color:#fff}.game-card-title a{color:inherit;text-decoration:none;background-image:linear-gradient(to right,#4caf50,#8bc34a);background-size:0% 2px;background-position:0 100%;background-repeat:no-repeat}.game-card:hover .game-card-title a{background-size:100% 2px}.game-card p{color:#b0bec5;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;flex-grow:1}.game-actions{display:flex;gap:10px;width:100%;justify-content:center}.game-card .rules-link{margin:0;padding:.6rem 1.2rem;font-size:.9rem;width:auto;background:0 0;border:1px solid rgba(76,175,80,.5);color:#4caf50}.game-card .rules-link:hover{background:rgba(76,175,80,.1);border-color:#4caf50;background:linear-gradient(145deg,#4caf50,#45a049);color:#fff}.game-card .play-btn{background:linear-gradient(145deg,#4caf50,#45a049);color:#fff;border:none;flex:1;max-width:120px;justify-content:center}.game-card .play-btn:hover{background:linear-gradient(145deg,#45a049,#388e3c);box-shadow:0 4px 12px rgba(76,175,80,.3)}