body.light { background:#f4f4f4; color:#000; }
body.dark { background:#121212; color:#fff; }
.game-card { border-radius:10px; overflow:hidden; transition:0.3s; box-shadow:0 2px 6px rgba(0,0,0,0.2); }
.game-card:hover { transform:translateY(-5px); }
.game-card img { width:100%; height:150px; object-fit:cover; }
.game-title { font-size:16px; font-weight:600; padding:5px; }
