.nld-home-plugin {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
  color: #f4f7fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nld-home-auto-mount {
  width: 100%;
}

.nld-home-hero-integrated {
  position: relative;
  overflow: visible !important;
}

.nld-home-hero-integrated > .nld-home-auto-mount--hero {
  position: relative;
  z-index: 8;
  width: 100%;
  max-width: 100%;
  margin: clamp(8px, 1.2vw, 18px) 0 0;
  left: auto;
  transform: none;
}

.nld-home-auto-mount--top {
  width: 100%;
  max-width: 100%;
  margin: clamp(8px, 1.2vw, 18px) 0 0;
  overflow-x: hidden;
}

.nld-home-match-banner,
.nld-home-section {
  margin: clamp(10px, 1.6vw, 24px) 0;
}

.nld-home-match-banner {
  position: relative;
  overflow: hidden;
  margin: 0;
  --nld-match-tone: #23d5ff;
  --nld-match-tone-soft: rgba(35, 213, 255, 0.1);
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-block: 1px solid rgba(125, 249, 255, 0.035);
  border-inline: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(35, 213, 255, 0.07), rgba(9, 16, 26, 0.08) 28%, rgba(9, 16, 26, 0.04) 58%, rgba(217, 120, 52, 0.06)),
    rgba(3, 8, 14, 0.025);
  box-shadow: none;
  backdrop-filter: blur(5px) saturate(108%);
  -webkit-backdrop-filter: blur(5px) saturate(108%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.nld-home-match-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, rgba(35, 213, 255, 0.045) 10%, transparent 26%, transparent 74%, rgba(217, 120, 52, 0.035) 90%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), transparent 50%);
}

.nld-home-banner-head {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: max(24px, calc((100vw - 1480px) / 2 + 24px));
  right: max(24px, calc((100vw - 1480px) / 2 + 24px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  border-bottom: 0;
  background: transparent;
}

.nld-home-banner-head span,
.nld-home-section-head span {
  color: #23d5ff;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nld-home-banner-head span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border: 1px solid rgba(35, 213, 255, 0.075);
  border-radius: 999px;
  background: rgba(35, 213, 255, 0.018);
}

.nld-home-banner-head strong {
  color: rgba(244, 247, 251, 0.92);
  font-size: 0.84rem;
}

.nld-home-ticker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 82px;
  padding: 26px 0 8px;
  contain: content;
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.nld-home-ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
  animation: nld-home-marquee var(--nld-ticker-duration, 100s) linear infinite;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.nld-home-ticker-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  padding-right: 10px;
}

.nld-home-match {
  --nld-match-tone: #23d5ff;
  --nld-match-tone-soft: rgba(35, 213, 255, 0.1);
  display: block;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 248px;
  min-width: 248px;
  height: 58px;
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--nld-match-tone) 28%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--nld-match-tone-soft), rgba(9, 16, 26, 0.075) 44%, rgba(9, 16, 26, 0.07)),
    rgba(9, 16, 26, 0.045);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--nld-match-tone) 16%, transparent);
  color: #f4f7fb;
  text-decoration: none;
  cursor: default;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

a.nld-home-match {
  cursor: pointer;
}

a.nld-home-match:hover,
a.nld-home-match:focus-visible {
  border-color: color-mix(in srgb, var(--nld-match-tone) 48%, transparent);
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--nld-match-tone) 22%, transparent),
    0 0 0 1px color-mix(in srgb, var(--nld-match-tone) 8%, transparent);
  outline: none;
}

.nld-home-match-division {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 0 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--nld-match-tone) 18%, transparent);
  color: var(--nld-match-tone);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nld-home-match strong {
  display: block;
  width: 100%;
  min-width: 0;
  line-height: 1.2;
  font-size: 0.86rem;
  color: color-mix(in srgb, var(--nld-match-tone) 32%, #f4f7fb);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nld-home-match strong span {
  color: var(--nld-match-tone);
  white-space: nowrap;
}

.nld-home-match--diamant {
  --nld-match-tone: #6ec6ff;
  --nld-match-tone-soft: rgba(37, 99, 235, 0.18);
}

.nld-home-match--platin {
  --nld-match-tone: #f7fbff;
  --nld-match-tone-soft: rgba(221, 252, 255, 0.16);
}

.nld-home-match--gold {
  --nld-match-tone: #ffca45;
  --nld-match-tone-soft: rgba(255, 202, 69, 0.14);
}

.nld-home-match--silber {
  --nld-match-tone: #aab6c6;
  --nld-match-tone-soft: rgba(148, 163, 184, 0.16);
}

.nld-home-match--bronze {
  --nld-match-tone: #d97834;
  --nld-match-tone-soft: rgba(217, 120, 52, 0.16);
}

.nld-home-match--holz {
  --nld-match-tone: #a36a3a;
  --nld-match-tone-soft: rgba(107, 63, 31, 0.2);
}

.nld-home-match small {
  display: block;
  margin-top: 8px;
  color: #aab6c6;
}

.nld-home-empty {
  min-width: min(520px, calc(100vw - 64px));
  margin-left: 20px;
}

.nld-home-partnership {
  width: min(1480px, calc(100vw - 32px));
  margin: clamp(8px, 1vw, 14px) auto 0;
  color: #f4f7fb;
}

.nld-home-partnership-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  padding: 8px;
  border: 1px solid rgba(35, 213, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(35, 213, 255, 0.06), rgba(9, 16, 26, 0.64) 46%, rgba(217, 120, 52, 0.055)),
    rgba(4, 10, 18, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(7px) saturate(112%);
  -webkit-backdrop-filter: blur(7px) saturate(112%);
}

.nld-home-partnership-brand,
.nld-home-partnership-kicker {
  min-width: 0;
  min-height: 58px;
  border-radius: 8px;
}

.nld-home-partnership-brand {
  --nld-partner-tone: #23d5ff;
  display: grid;
  align-content: center;
  padding: 9px 14px;
  border: 1px solid color-mix(in srgb, var(--nld-partner-tone) 28%, rgba(255, 255, 255, 0.06));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--nld-partner-tone) 13%, transparent), rgba(12, 18, 29, 0.64)),
    rgba(12, 18, 29, 0.5);
  color: #f4f7fb;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.nld-home-partnership-brand:hover,
.nld-home-partnership-brand:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--nld-partner-tone) 56%, rgba(255, 255, 255, 0.08));
  outline: none;
}

.nld-home-partnership-brand--nld {
  justify-items: start;
  text-align: left;
}

.nld-home-partnership-brand--wnp {
  --nld-partner-tone: #f6a83c;
  justify-items: end;
  text-align: right;
}

.nld-home-partnership-brand span {
  color: color-mix(in srgb, var(--nld-partner-tone) 34%, #f4f7fb);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.nld-home-partnership-brand strong {
  margin-top: 3px;
  color: #f4f7fb;
  font-size: clamp(1rem, 1.16vw, 1.28rem);
  font-weight: 950;
  line-height: 1.05;
}

.nld-home-partnership-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(4, 10, 18, 0.42);
  color: #aab6c6;
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.nld-home-challenge-section,
.nld-home-challenge-section--enhanced {
  width: min(1780px, calc(100vw - 32px));
  margin-inline: auto;
}

.nld-home-finder-shell {
  position: relative;
  overflow: visible;
  padding: clamp(10px, 1.4vw, 18px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nld-home-section-head {
  max-width: 960px;
  margin-bottom: 16px;
}

.nld-home-section-head h2 {
  margin: 6px 0 0;
  color: #f4f7fb;
  font-size: clamp(1.55rem, 2.35vw, 2.45rem);
  line-height: 1.06;
}

.nld-home-section-head p,
.nld-home-section-intro {
  max-width: 760px;
  margin: 10px 0 0;
  color: #aab6c6;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.5;
}

.nld-home-challenge-section--enhanced > .nld-home-section-intro {
  margin-bottom: 18px;
}

.nld-home-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(128px, 1fr));
  gap: clamp(10px, 1.1vw, 16px);
}

.nld-home-card {
  min-width: 0;
  padding: clamp(13px, 1.1vw, 16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(10, 17, 28, 0.28);
  box-shadow: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.nld-home-level-card,
.nld-home-level-card-enhanced {
  position: relative;
  display: block;
  overflow: hidden;
  color: #f4f7fb;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
  box-shadow: none;
}

.nld-home-level-card:hover,
.nld-home-level-card:focus-visible,
.nld-home-level-card-enhanced:hover,
.nld-home-level-card-enhanced:focus-visible {
  transform: translateY(-2px);
  outline: none;
  box-shadow: none;
}

.nld-home-level-avg {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  margin: 0 0 10px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f4f7fb;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nld-home-level-tone {
  display: block;
  margin: 0 0 8px;
  color: rgba(244, 247, 251, 0.74);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nld-home-level-range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

.nld-home-level-range span {
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: #f4f7fb;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.1;
}

.nld-home-level-range b {
  display: block;
  margin-bottom: 4px;
  color: #aab6c6;
  font-size: 0.66rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nld-home-level-stats {
  display: block;
  margin: 0 0 9px;
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 800;
}

.nld-home-level-card--diamant {
  border-color: rgba(37, 99, 235, 0.62);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(30, 64, 175, 0.14) 42%, rgba(18, 23, 32, 0.48));
  box-shadow: inset 0 2px 0 rgba(147, 197, 253, 0.6);
}

.nld-home-level-card--platin-a,
.nld-home-level-card--platin {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(200, 247, 255, 0.13) 40%, rgba(18, 23, 32, 0.48));
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.68);
}

.nld-home-level-card--gold-a,
.nld-home-level-card--gold {
  border-color: rgba(255, 202, 69, 0.56);
  background: linear-gradient(135deg, rgba(255, 202, 69, 0.16), rgba(18, 23, 32, 0.48));
  box-shadow: inset 0 2px 0 rgba(255, 202, 69, 0.56);
}

.nld-home-level-card--silber-a,
.nld-home-level-card--silber {
  border-color: rgba(100, 116, 139, 0.68);
  background: linear-gradient(135deg, rgba(203, 213, 225, 0.12), rgba(100, 116, 139, 0.28) 42%, rgba(18, 23, 32, 0.5));
  box-shadow: inset 0 2px 0 rgba(100, 116, 139, 0.64);
}

.nld-home-level-card--bronze-a,
.nld-home-level-card--bronze {
  border-color: rgba(217, 120, 52, 0.68);
  background: linear-gradient(135deg, rgba(242, 166, 90, 0.16), rgba(217, 120, 52, 0.28) 38%, rgba(18, 23, 32, 0.48));
  box-shadow: inset 0 2px 0 rgba(242, 166, 90, 0.62);
}

.nld-home-level-card--holz-a,
.nld-home-level-card--holz {
  border-color: rgba(107, 63, 31, 0.72);
  background: linear-gradient(135deg, rgba(107, 63, 31, 0.28), rgba(43, 22, 10, 0.36) 42%, rgba(18, 23, 32, 0.52));
  box-shadow: inset 0 2px 0 rgba(107, 63, 31, 0.72);
}

.nld-home-card.is-highlight {
  border-color: rgba(255, 202, 69, 0.42);
  background: linear-gradient(135deg, rgba(255, 202, 69, 0.12), rgba(18, 23, 32, 0.78));
}

.nld-home-card h3 {
  margin: 0;
  color: #f4f7fb;
  font-size: clamp(1.05rem, 1.05vw, 1.24rem);
}

.nld-home-card p,
.nld-home-card li {
  color: #aab6c6;
  line-height: 1.38;
}

.nld-home-card p {
  margin: 0;
  font-size: 0.9rem;
}

.nld-home-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(35, 213, 255, 0.12);
  color: #23d5ff;
  font-size: 1.35rem;
}

.nld-home-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(35, 213, 255, 0.13);
  color: #f4f7fb;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

body.nld-homepage-active .nld-home-brand-link {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  color: #f4f7fb;
  text-decoration: none;
}

body.nld-homepage-active .nld-home-brand-logo {
  width: auto;
  max-height: 54px;
  object-fit: contain;
  background: transparent !important;
  mix-blend-mode: screen;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.34));
}

body.nld-homepage-active .nld-home-brand-wordmark {
  color: #f4f7fb;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

@keyframes nld-home-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 900px) {
  .nld-home-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nld-home-hero-integrated > .nld-home-auto-mount--hero,
  .nld-home-auto-mount--top {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
  }
}

@media (max-width: 680px) {
  .nld-home-plugin {
    width: 100%;
    max-width: 100%;
  }

  .nld-home-hero-integrated > .nld-home-auto-mount--hero,
  .nld-home-auto-mount--top {
    width: 100%;
    max-width: 100%;
    margin-top: 6px;
  }

  .nld-home-banner-head {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    top: 7px;
    left: 12px;
    right: 12px;
    padding: 0;
  }

  .nld-home-banner-head span {
    min-height: 22px;
    padding: 0 8px;
    font-size: 0.68rem;
  }

  .nld-home-banner-head strong {
    font-size: 0.78rem;
  }

  .nld-home-partnership {
    width: 100%;
    margin-top: 8px;
    padding-inline: 12px;
  }

  .nld-home-partnership-inner {
    grid-template-columns: 1fr;
    padding: 9px;
  }

  .nld-home-partnership-brand,
  .nld-home-partnership-kicker {
    min-height: 50px;
  }

  .nld-home-partnership-brand--wnp {
    justify-items: start;
    text-align: left;
  }

  .nld-home-partnership-kicker {
    justify-self: stretch;
    min-height: 38px;
    padding-inline: 10px;
  }

  .nld-home-match {
    width: 214px;
    min-width: 214px;
    height: 54px;
  }

  .nld-home-ticker {
    min-height: 80px;
    padding: 25px 0 7px;
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  }

  .nld-home-finder-shell {
    padding: 12px 0;
  }

  .nld-home-section-head {
    margin-bottom: 14px;
  }

  .nld-home-section-head h2 {
    font-size: 1.6rem;
  }

  .nld-home-section-head p,
  .nld-home-section-intro {
    font-size: 0.92rem;
  }

  .nld-home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nld-home-card {
    padding: 12px;
  }

  .nld-home-level-range {
    gap: 6px;
  }

  .nld-home-level-range span {
    padding: 7px;
    font-size: 0.84rem;
  }

  body.nld-homepage-active .nld-home-brand-logo {
    max-height: 44px;
  }

  body.nld-homepage-active .nld-home-brand-wordmark {
    font-size: 1rem;
  }

  .nld-home-card p {
    display: none;
  }
}

@media (max-width: 420px) {
  .nld-home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nld-home-level-avg {
    font-size: 0.66rem;
  }

  .nld-home-link {
    min-height: 32px;
    font-size: 0.84rem;
  }
}
