body {
  background: #f6f7fb;
}

/* Wasserzeichen */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("/assets/images/moba.png") center 75% no-repeat;
  background-size: 500px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;   /* ? NICHT -1 */
}

/* gesamter Seiteninhalt darüber */
body > * {
  position: relative;
  z-index: 1;
}
.card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.badge-soft {
  background: rgba(13,110,253,.12);
  color: #0d6efd;
}

.thumb {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(0,0,0,.08);
}

pre {
  white-space: pre-wrap;
  position: relative;
}