/* El encuadre conserva las líneas del campo en el lateral derecho. */
.turf-page { background:#235c33 }
.turf-page .wallpaper { background:#235c33 }
.turf-page .wallpaper-art {
  inset:0;
  background:url('assets/football-turf.png') right bottom/cover no-repeat;
  filter:none;
}
.turf-page .wallpaper-wash {
  background:linear-gradient(135deg,rgba(6,30,27,.34),rgba(6,30,27,.23) 60%,rgba(6,30,27,.30));
}
.turf-page .app-name,
.turf-page .section-heading,
.turf-page .dock-heading,
.turf-page .footer-line { text-shadow:0 1px 5px #052a20b3 }
[data-theme="light"] .turf-page .wallpaper-art { filter:none }
[data-theme="light"] .turf-page .wallpaper-wash {
  background:linear-gradient(135deg,rgba(235,249,232,.70),rgba(237,250,234,.60) 60%,rgba(231,247,228,.63));
}
[data-theme="light"] .turf-page .app-name,
[data-theme="light"] .turf-page .section-heading,
[data-theme="light"] .turf-page .dock-heading,
[data-theme="light"] .turf-page .footer-line { text-shadow:0 1px 6px #f1fff199 }
