/* L.Ø.Ø.P — einheitliche Wortmarke im Fliesstext (REGEL-0-253, 09.09.2026)
   Farbfolge wie im Original-Artwork: links Magenta, Mitte Gold, rechts Cyan. */
.loop-mark{
  font-family:'EB Garamond', Georgia, serif;
  font-weight:600;
  letter-spacing:.04em;
  white-space:nowrap;
  background:linear-gradient(100deg,#FF1EBE 0%,#C23BE8 26%,#FFD36A 52%,#00E6D6 76%,#00D9FF 100%);
  -webkit-background-clip:text;background-clip:text;
  color:transparent;-webkit-text-fill-color:transparent;
  text-shadow:none;
}
/* Fallback, falls der Verlauf nicht dargestellt werden kann */
@supports not ((-webkit-background-clip:text) or (background-clip:text)){
  .loop-mark{color:#FFD36A;-webkit-text-fill-color:#FFD36A;background:none;}
}
