/* Perf fixes petal — 2026-08-19 · reserva slot antes da img carregar (CLS) */
/* v2: só seletor por URL — nada de classe genérica */

img[src*="/game_pictures/g/"],
img[src*="/game_pictures/p/"],
img[data-src*="/game_pictures/g/"],
img[data-src*="/game_pictures/p/"] {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  background: rgba(255,255,255,.03);
}
