/* ═══════════════════════════════════════════════════
   games-thumbs.css — Thumbnails de juegos
   ───────────────────────────────────────────────────
   Para añadir un juego:
     1. Crea la carpeta:  games/mi-juego/
     2. Pon el juego en:  games/mi-juego/index.html
     3. Añade UNA LÍNEA aquí ↓
     4. Añade el objeto en games/manifest.json

   Convención: .thumb-<id> donde id = carpeta del juego
   ═══════════════════════════════════════════════════ */

/* ── Una línea por juego ──────────────────────────── */
.thumb-cobb-can-move { background-image: url(images/cobb.png); }
.thumb-space-striker { background: radial-gradient(ellipse at 50% 80%, #003344 0%, #000 65%); }
.thumb-pato-pistola { background-image: url(images/pato-pistola.png); }

/* ── Plantilla para copiar ───────────────────────────
.thumb-mi-juego { background-image: url(games/mi-juego/thumb.jpg); }
─────────────────────────────────────────────────── */
