/* Racing-Hintergrund nur auf der Seite mit ID 123 */
body.page-id-40 {
  background:
    linear-gradient(
      135deg,
      rgba(255, 217, 90, 0.08) 0%,
      rgba(255, 217, 90, 0) 35%,
      rgba(255, 217, 90, 0.18) 55%,
      rgba(255, 217, 90, 0) 80%
    ),
    radial-gradient(circle at top, #111319 0%, #050608 60%);
  color: #e0e0e0;
}

body.page-id-40 .site,
body.page-id-40 .site-content,
body.page-id-40 .ast-container {
  background: transparent;
}

body.page-id-40 a {
  color: #ffd95a;
}

body.page-id-40 a:hover {
  color: #ffe58f;
}

.wheel img {
  border-radius: 9999px;
  border: 1px solid #E6A223;
  box-shadow: 0 0 10px rgba(230, 162, 35, 0.6);
  background: radial-gradient(circle at 30% 20%, #facc15 0, #f59e0b 35%, #92400e 100%);
}

/* Hier kannst du ALLES weitere reinpacken:
   Buttons, Cards, Hover-Effekte, etc. */
