/* R4X v2169 · Zentrale Bereichsreihenfolge und kompakte Sprungnavigation
   Ablauf: Weitermachen -> Dein nächster Schritt -> Lernen & Fortschritt
   -> Portfolio & Markt. Die Sprungnavigation bleibt bewusst leicht und
   ergänzt die stabile Seitenreihenfolge, statt eine weitere Hauptnavigation
   aufzubauen. */

body.cockpit[data-page="zentrale"] .cockpit-jumpnav{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  margin-top:var(--r4x-space-4);
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.012));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018);
}

body.cockpit[data-page="zentrale"] .cockpit-jumpnav__label{
  flex:0 0 auto;
  color:var(--r4x-text-muted);
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
}

body.cockpit[data-page="zentrale"] .cockpit-jumpnav__links{
  display:flex;
  flex:1 1 auto;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  min-width:0;
}

body.cockpit[data-page="zentrale"] .cockpit-jumpnav__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:34px;
  padding:7px 11px;
  border:1px solid rgba(212,175,55,.22);
  border-radius:999px;
  background:rgba(212,175,55,.035);
  color:var(--r4x-text-secondary);
  font-size:12px;
  font-weight:600;
  line-height:1.25;
  text-decoration:none;
  white-space:nowrap;
  transition:border-color .14s ease, background .14s ease, color .14s ease, transform .14s ease;
}

body.cockpit[data-page="zentrale"] .cockpit-jumpnav__arrow{
  color:var(--r4x-gold);
  font-size:14px;
  line-height:1;
  transform:translateY(-1px);
}

body.cockpit[data-page="zentrale"] .cockpit-jumpnav__link:hover,
body.cockpit[data-page="zentrale"] .cockpit-jumpnav__link:focus-visible{
  border-color:rgba(212,175,55,.48);
  background:rgba(212,175,55,.09);
  color:var(--r4x-text-primary);
  transform:translateY(-1px);
}

body.cockpit[data-page="zentrale"] .cockpit-jumpnav__link:focus-visible{
  outline:2px solid rgba(212,175,55,.65);
  outline-offset:2px;
}

body.cockpit[data-page="zentrale"] #naechster-schritt,
body.cockpit[data-page="zentrale"] #lernen-fortschritt,
body.cockpit[data-page="zentrale"] #portfolio-markt{
  scroll-margin-top:152px;
}

@media (max-width:760px){
  body.cockpit[data-page="zentrale"] .cockpit-jumpnav{
    align-items:flex-start;
    flex-direction:column;
    gap:9px;
    margin-top:var(--r4x-space-3);
    padding:11px;
  }

  body.cockpit[data-page="zentrale"] .cockpit-jumpnav__links{
    width:100%;
  }

  body.cockpit[data-page="zentrale"] .cockpit-jumpnav__link{
    flex:1 1 calc(50% - 4px);
    min-width:0;
    white-space:normal;
  }

  body.cockpit[data-page="zentrale"] #naechster-schritt,
  body.cockpit[data-page="zentrale"] #lernen-fortschritt,
  body.cockpit[data-page="zentrale"] #portfolio-markt{
    scroll-margin-top:108px;
  }
}

@media (max-width:430px){
  body.cockpit[data-page="zentrale"] .cockpit-jumpnav__link{
    flex-basis:100%;
    justify-content:space-between;
  }
}

@media (prefers-reduced-motion:reduce){
  body.cockpit[data-page="zentrale"] .cockpit-jumpnav__link{
    transition:none;
  }
}
