/* R4X Cockpit Home Surface v2902 · Neu-Badge wieder in Steel Blue. */
/* R4X v2895 r196 · finale Home-Surface.
   Diese Datei ist die einzige aktive CSS-Quelle für die Nachrichtenkarte. */

body.cockpit[data-page="zentrale"] .cockpit-card.cockpit-next--hero{
  isolation:isolate;
  contain:paint;
  transition:border-color .18s ease,box-shadow .18s ease;
}
body.cockpit[data-page="zentrale"] .cockpit-card.cockpit-next--hero::after{display:none!important;}
body.cockpit[data-page="zentrale"] .cockpit-card.cockpit-next--hero > *:not(.cockpit-next__compass){position:relative;z-index:1;}
body.cockpit[data-page="zentrale"] .cockpit-card.cockpit-next--hero > .cockpit-next__compass{z-index:1;transform:none!important;transition:none!important;filter:none!important;}
body.cockpit[data-page="zentrale"] .cockpit-card.cockpit-next--hero::before{z-index:2;}

body.cockpit[data-page="zentrale"] .cockpit-next--message{
  border-color:rgba(212,175,55,.58)!important;
  background:
    radial-gradient(circle at 88% 18%,rgba(212,175,55,.10),transparent 28%),
    linear-gradient(135deg,#0b0b0a 0%,#050505 72%)!important;
  box-shadow:0 18px 50px rgba(0,0,0,.34),inset 3px 0 0 rgba(212,175,55,.82)!important;
}
body.cockpit[data-page="zentrale"] .cockpit-next__sender{
  display:flex;
  align-items:center;
  gap:11px;
  width:min(100%,560px);
  margin:0 0 22px;
  padding:0 0 15px;
  border-bottom:1px solid rgba(212,175,55,.20);
}
body.cockpit[data-page="zentrale"] .cockpit-next__sender-avatar{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  flex:0 0 38px;
  border:1px solid rgba(212,175,55,.55);
  border-radius:50%;
  background:rgba(212,175,55,.10);
  color:#f2d470;
  font-size:11px;
  font-weight:750;
  letter-spacing:.08em;
}
body.cockpit[data-page="zentrale"] .cockpit-next__sender-copy{display:flex;flex-direction:column;gap:2px;line-height:1.25;}
body.cockpit[data-page="zentrale"] .cockpit-next__sender-copy strong{color:#fff;font-size:14px;font-weight:700;}
body.cockpit[data-page="zentrale"] .cockpit-next__sender-copy small{color:rgba(224,230,240,.67);font-size:12px;font-weight:500;}
body.cockpit[data-page="zentrale"] .cockpit-next__new-badge{
  display:inline-flex!important;
  align-items:center;
  min-height:22px;
  padding:3px 9px;
  border:1px solid rgba(91,155,213,.72);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(213,234,252,.96),rgba(162,204,237,.88));
  color:#10253d;
  box-shadow:0 0 0 1px rgba(255,255,255,.18) inset,0 8px 22px rgba(91,155,213,.16);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  animation:none!important;
  transition:none!important;
}
body.cockpit[data-page="zentrale"] .cockpit-next__reason{max-width:650px;}
body.cockpit[data-page="zentrale"] .cockpit-next--message .cockpit-next__reason{font-size:15px;line-height:1.65;color:rgba(245,247,250,.82);}
body.cockpit[data-page="zentrale"] .cockpit-next__alt{gap:10px 16px;}
body.cockpit[data-page="zentrale"] .cockpit-next__or{color:rgba(224,230,240,.58);font-size:12px;font-style:normal;}
body.cockpit[data-page="zentrale"] .cockpit-next__wiedervorlage-confirm{color:#f5f5f0;}

@media (hover:hover) and (pointer:fine){
  body.cockpit[data-page="zentrale"] .cockpit-card.cockpit-next--hero:hover{border-color:rgba(212,175,55,.58);box-shadow:0 18px 50px rgba(0,0,0,.30);}
}
@media (max-width:760px){
  body.cockpit[data-page="zentrale"] .cockpit-next__sender{margin-bottom:18px;padding-bottom:13px;}
  body.cockpit[data-page="zentrale"] .cockpit-next__sender-avatar{width:34px;height:34px;flex-basis:34px;font-size:10px;}
  body.cockpit[data-page="zentrale"] .cockpit-next--message .cockpit-next__reason{font-size:14px;line-height:1.55;}
}
@media (prefers-reduced-motion:reduce){
  body.cockpit[data-page="zentrale"] .cockpit-card.cockpit-next--hero{transition:none!important;}
}

/* Performance layer */
@supports (content-visibility:auto){
  body.cockpit[data-page="zentrale"] .cockpit-cluster:not(.cockpit-cluster--start){
    content-visibility:auto;
    contain-intrinsic-size:auto 620px;
  }
  body.cockpit[data-page="zentrale"] #r4x-cockpit-footer-mount{
    content-visibility:auto;
    contain-intrinsic-size:auto 360px;
  }
}

/* Fixed translucent layers are expensive during viewport resizing. An almost
   opaque fill looks the same in this dark UI but avoids repeated backdrop blur. */
body.cockpit[data-page="zentrale"] .cockpit-nav,
body.cockpit[data-page="zentrale"] .cockpit-tab,
body.cockpit[data-page="zentrale"] .r4x-mobile-nav{
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  background-color:rgba(10,10,12,.985) !important;
}

/* ---- r4x-cockpit-zentrale-tweaks.v2172.css ---- */
/* R4X v2172 · Zentrale CTA-Patch für Situation-Prüfen-Karte */
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  min-height:42px;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions-label{
  color:var(--r4x-text-muted);
  font-size:13px;
  font-style:italic;
  line-height:1.3;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions .cockpit-inline-link{
  font-size:14px;
  line-height:1.3;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions .cockpit-inline-link::after{
  content:" →";
}
@media (max-width:560px){
  body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions{
    width:100%;
    gap:8px 16px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__subactions-label{
    flex:0 0 100%;
    width:100%;
  }
}


/* R4X v2743 · Zentrale: decorative page glows removed. */
body.cockpit[data-page="zentrale"]{
  background:var(--r4x-bg-base)!important;
  background-image:none!important;
}

/* ---- Personal status surface ---- */
/* R4X v2828 · Zentrale: bestehendes Home-Status-Layout, Aufmerksamkeitspunkt folgt ungesehenem Krypto-Status-Hinweis.
   Desktop und Mobile führen den Status zweizeilig: Titel oben, Zustand + CTA darunter.
   Darunter bleiben Favoriten + Zuletzt kompakt in derselben bestehenden Fläche.
   Innere Trennlinien leicht verstärkt für klarere Abgrenzung. */

body.cockpit[data-page="zentrale"] .cockpit-home-status{
  width:100%;
  overflow:hidden;
  border:1px solid rgba(212,175,55,.20);
  border-radius:var(--r4x-radius-lg,12px);
  background:#000;
}

body.cockpit[data-page="zentrale"] .cockpit-home-status a{
  color:inherit;
  text-decoration:none;
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__primary,
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link{
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease;
  text-align:center;
}

/* ====================================================================
   v2873 · Desktop-Schärfe, reduzierte Innenrahmen und ein CTA-Muster
   ==================================================================== */

/* Open Sans aus dem externen Global-Layer kann auf Windows bei kleinen
   Größen weich wirken. Die Zentrale nutzt auf Desktop deshalb die nativ
   gehintete Systemschrift und überlässt das Rasterisieren dem Browser. */
@media (min-width:769px){
  body.cockpit[data-page="zentrale"]{
    --r4x-font:"Segoe UI",Arial,Helvetica,sans-serif;
    --r4x-font-sans:"Segoe UI",Arial,Helvetica,sans-serif;
    font-family:var(--r4x-font)!important;
    -webkit-font-smoothing:auto!important;
    -moz-osx-font-smoothing:auto!important;
    text-rendering:auto!important;
    font-synthesis:none;
  }
  body.cockpit[data-page="zentrale"] button,
  body.cockpit[data-page="zentrale"] a,
  body.cockpit[data-page="zentrale"] input,
  body.cockpit[data-page="zentrale"] select,
  body.cockpit[data-page="zentrale"] textarea{
    -webkit-font-smoothing:auto!important;
    -moz-osx-font-smoothing:auto!important;
    text-rendering:auto!important;
    font-synthesis:none;
  }
}

/* Informationstexte bleiben auf DPR-1-Displays oberhalb der kritischen
   Kleinstgrößen. Badges und rein dekorative Beschriftungen bleiben kompakt. */
body.cockpit[data-page="zentrale"] .cockpit-cluster__eyebrow,
body.cockpit[data-page="zentrale"] .cockpit-jumpnav__label{
  font-size:12px;
  font-weight:600;
}
body.cockpit[data-page="zentrale"] .cockpit-jumpnav__link,
body.cockpit[data-page="zentrale"] .cockpit-utility-link,
body.cockpit[data-page="zentrale"] .cockpit-home-disclosure__action,
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details > summary,
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-action{
  font-size:13px;
  font-weight:600;
}
body.cockpit[data-page="zentrale"] .cockpit-ritual-complete__copy small,
body.cockpit[data-page="zentrale"] .r4x-news-compact__details-copy small{
  font-size:12px;
  font-weight:600;
}
body.cockpit[data-page="zentrale"] .cockpit-ritual-complete__streak,
body.cockpit[data-page="zentrale"] .cockpit-memory-dock__teaser{
  color:rgba(224,230,240,.72);
  font-size:12px;
  font-weight:500;
}
body.cockpit[data-page="zentrale"] :is(.cockpit-memory-dock__label,.cockpit-kompass-strip__title){
  margin:0;
  font:inherit;
}

/* v2895 · EIN visueller CTA-Vertrag fuer Lernen & Fortschritt.
   Alle drei Aktionen tragen dieselbe Klasse .r4x-learning-cta.
   Diese Datei besitzt Form, Groesse, Typografie und Hover-Zustand.
   Keine andere aktive Layout-Datei darf diese Box-Werte veraendern. */
body.cockpit[data-page="zentrale"] .r4x-learning-cta{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  width:172px!important;
  min-width:172px!important;
  max-width:172px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0 12px!important;
  border:1px solid rgba(212,175,55,.38)!important;
  border-radius:8px!important;
  background:rgba(212,175,55,.06)!important;
  color:#f0d98b!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:400!important;
  font-style:normal!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  text-shadow:none!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  white-space:nowrap!important;
  transform:none!important;
  scale:1!important;
  transition:none!important;
  animation:none!important;
}
body.cockpit[data-page="zentrale"] .r4x-learning-cta:hover,
body.cockpit[data-page="zentrale"] .r4x-learning-cta:focus-visible,
body.cockpit[data-page="zentrale"] .r4x-learning-cta:active,
body.cockpit[data-page="zentrale"] .cockpit-ritual-complete > summary:hover .r4x-learning-cta,
body.cockpit[data-page="zentrale"] .cockpit-ritual-complete > summary:focus-visible .r4x-learning-cta,
body.cockpit[data-page="zentrale"] .cockpit-memory-dock:hover .r4x-learning-cta,
body.cockpit[data-page="zentrale"] .cockpit-memory-dock:focus-visible .r4x-learning-cta,
body.cockpit[data-page="zentrale"] .cockpit-kompass-strip:hover .r4x-learning-cta,
body.cockpit[data-page="zentrale"] .cockpit-kompass-strip:focus-visible .r4x-learning-cta{
  width:172px!important;
  min-width:172px!important;
  max-width:172px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  padding:0 12px!important;
  border-width:1px!important;
  border-style:solid!important;
  border-color:rgba(212,175,55,.62)!important;
  border-radius:8px!important;
  background:rgba(212,175,55,.11)!important;
  color:#fff0b8!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1!important;
  box-shadow:none!important;
  transform:none!important;
  scale:1!important;
  transition:none!important;
  animation:none!important;
}
body.cockpit[data-page="zentrale"] .r4x-learning-cta strong,
body.cockpit[data-page="zentrale"] .r4x-learning-cta .cockpit-kompass-strip__cta-label{
  color:inherit!important;
  font:inherit!important;
  font-weight:inherit!important;
}
body.cockpit[data-page="zentrale"] .r4x-learning-cta__icon{
  display:inline-grid!important;
  place-items:center!important;
  width:14px!important;
  height:14px!important;
  min-width:14px!important;
  max-width:14px!important;
  flex:0 0 14px!important;
  margin:0!important;
  padding:0!important;
  font-family:Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
}
/* Nur der Chevron zeigt den offenen/geschlossenen Zustand; keine Hover-Animation. */
body.cockpit[data-page="zentrale"] :is(.cockpit-ritual-complete,.cockpit-memory-preview)[open] .r4x-learning-cta__icon--chevron{
  transform:rotate(180deg)!important;
}

/* Rollenplatzierung; die CTA-Optik bleibt ausschliesslich oben definiert. */
body.cockpit[data-page="zentrale"] .cockpit-ritual-complete__action{
  grid-column:4;
  grid-row:1;
}
body.cockpit[data-page="zentrale"] .cockpit-kompass-strip__cta{
  grid-area:cta;
  align-self:center;
  justify-self:end;
}
/* Das Motiv bleibt kontrastreich. Der Textübergang endet vor dem Kernmotiv,
   statt die gesamte rechte Bildfläche milchig zu überdecken. */
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card::after{
  background:
    linear-gradient(90deg,rgba(8,8,10,.98) 0%,rgba(8,8,10,.92) 47%,rgba(8,8,10,.22) 64%,rgba(8,8,10,0) 76%),
    linear-gradient(180deg,rgba(255,255,255,.025),transparent 38%);
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__media img{
  opacity:1;
  filter:none;
  image-rendering:auto;
  transform:none;
}

/* Die Entwicklung ist eine eigenständige Plus-Funktion innerhalb der Karte:
   eine betonte Zeile mit eigenem, semantischem Verlaufs-Icon. */
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details{
  border:0;
  border-top:1px solid rgba(212,175,55,.28);
  border-radius:0;
  background:linear-gradient(90deg,rgba(212,175,55,.075),rgba(74,96,166,.055));
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details > summary{
  min-height:62px;
  padding:12px 14px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-title{
  display:inline-flex;
  align-items:center;
  gap:11px;
  min-width:0;
  color:var(--r4x-text-primary);
  font-size:13.5px;
  font-weight:650;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border:1px solid rgba(212,175,55,.40);
  border-radius:9px;
  background:rgba(212,175,55,.09);
  color:#e6ca77;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-icon svg{ width:20px; height:20px; }
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-action{
  min-width:86px;
  min-height:32px;
  justify-content:center;
  padding:6px 10px;
  border:1px solid rgba(212,175,55,.32);
  border-radius:8px;
  background:rgba(212,175,55,.055);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-body{
  border-top:1px solid rgba(201,168,76,.10);
}

/* Free öffnet zuerst eine kurze Vorschau im Bereich. Erst der Plus-Button
   führt zur Angebotsseite; das frühere direkte Guard-Modal entfällt. */
body.cockpit[data-page="zentrale"] .cockpit-memory-preview > summary::-webkit-details-marker{ display:none; }
body.cockpit[data-page="zentrale"] .cockpit-memory-preview > summary{ list-style:none; }
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__body{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 10px;
  padding:14px 4px 5px;
  border-top:1px solid rgba(212,175,55,.16);
}
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__copy{
  display:grid;
  gap:4px;
  min-width:0;
}
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__copy strong{
  color:var(--r4x-text-primary);
  font-size:14px;
  line-height:1.35;
}
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__copy span{
  color:var(--r4x-text-secondary);
  font-size:12px;
  line-height:1.45;
}
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  flex:0 0 auto;
}
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__secondary{
  color:var(--r4x-text-secondary);
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__secondary:hover,
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__secondary:focus-visible{ color:var(--r4x-gold-warm); }
body.cockpit[data-page="zentrale"] .cockpit-memory-preview__cta{ white-space:nowrap; }

@media (max-width:640px){
  body.cockpit[data-page="zentrale"] .cockpit-ritual-complete__action,
  body.cockpit[data-page="zentrale"] .cockpit-memory-dock__open,
  body.cockpit[data-page="zentrale"] .cockpit-kompass-strip__cta{
    min-width:0;
    min-height:32px;
    padding:6px 9px;
    font-size:12px!important;
  }
  body.cockpit[data-page="zentrale"] .cockpit-ritual-complete__action{ grid-column:3; }
  body.cockpit[data-page="zentrale"] .cockpit-kompass-strip__cta{ justify-self:start; align-self:start; }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details > summary{
    align-items:stretch;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-action{ align-self:flex-start; }
  body.cockpit[data-page="zentrale"] .cockpit-memory-preview__body{
    align-items:stretch;
    flex-direction:column;
    gap:12px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-memory-preview__actions{
    align-items:stretch;
    flex-direction:column-reverse;
    gap:10px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-memory-preview__secondary{ white-space:normal; }
}

@media (prefers-reduced-motion:reduce){
  body.cockpit[data-page="zentrale"] .r4x-learning-cta__icon,
  body.cockpit[data-page="zentrale"] :is(.cockpit-ritual-complete__action,.cockpit-memory-dock__open,.cockpit-kompass-strip__cta){ transition:none; }
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__primary:hover,
body.cockpit[data-page="zentrale"] .cockpit-home-status__primary:focus-visible,
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link:hover,
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link:focus-visible{
  background:#050505;
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__primary:focus-visible,
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link:focus-visible{
  outline:1px solid rgba(212,175,55,.66);
  outline-offset:-2px;
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__dot{
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  display:inline-block;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__dot.is-attention{
  background:#b0705a;
  box-shadow:0 0 0 3px rgba(176,112,90,.12);
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__dot.is-ok{
  background:var(--r4x-success,#4a8f5a);
  box-shadow:0 0 0 3px rgba(74,143,90,.12);
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__title-row{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:0;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__identity-icon{
  width:25px;
  height:25px;
  border-radius:8px;
  color:#222936;
  border-color:rgba(212,175,55,.28);
  background:rgba(255,255,255,.94);
  box-shadow:0 6px 14px rgba(0,0,0,.16);
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__identity-icon--status svg{
  width:19px;
  height:19px;
  display:block;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__identity-icon--status .cockpit-home-status__identity-core{
  fill:var(--r4x-gold,#d4af37);
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__identity-icon--favorites{
  color:var(--r4x-gold,#d4af37);
  font-size:15px;
  line-height:1;
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__new{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:20px;
  padding:2px 8px;
  border:1px solid rgba(135,160,204,.34);
  border-radius:999px;
  background:rgba(135,160,204,.105);
  color:#a9b9d6;
  font-size:10.5px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__cta,
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-cta{
  color:var(--r4x-gold,#d4af37);
  font-weight:650;
  white-space:nowrap;
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid rgba(212,175,55,.28);
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link{
  min-width:0;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link + .cockpit-home-status__secondary-link{
  border-left:1px solid rgba(212,175,55,.28);
}

body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-value{
  display:inline-flex;
  align-items:baseline;
  gap:1px;
  white-space:nowrap;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-value strong{
  color:var(--r4x-text-primary,#f5f5f0);
  font-weight:500;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-value span{
  color:var(--r4x-text-tertiary,rgba(245,245,240,.45));
  font-weight:500;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-label{
  color:var(--r4x-text-tertiary,rgba(245,245,240,.52));
  text-transform:uppercase;
  letter-spacing:.055em;
  font-weight:650;
  white-space:nowrap;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main{
  min-width:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--r4x-text-primary,#f5f5f0);
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main .cockpit-tool-mini{
  flex:0 0 auto;
}

.cockpit-home-status--mobile{display:none;}

@media (min-width:761px) and (hover:hover){
  body.cockpit[data-page="zentrale"] .cockpit-home-status__primary:hover,
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link:hover{
    background:rgba(212,175,55,.045);
    box-shadow:inset 0 0 0 1px rgba(212,175,55,.13);
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__primary:hover .cockpit-home-status__cta,
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link:hover .cockpit-home-status__secondary-cta{
    color:#e2c15a;
  }
}

@media (min-width:761px){
  body.cockpit[data-page="zentrale"] .cockpit-home-status--desktop{display:block;}

  body.cockpit[data-page="zentrale"] .cockpit-home-status__primary{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-height:56px;
    padding:8px 18px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__desktop-head,
  body.cockpit[data-page="zentrale"] .cockpit-home-status__desktop-foot{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:7px 12px;
    width:100%;
    min-width:0;
    text-align:center;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__title{
    color:var(--r4x-text-primary,#f5f5f0);
    font-size:15.5px;
    line-height:1.1;
    font-weight:700;
    white-space:nowrap;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__state{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    gap:7px;
    color:var(--r4x-text-secondary,rgba(245,245,240,.72));
    font-size:12px;
    line-height:1.15;
    white-space:nowrap;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__state strong{
    color:var(--r4x-text-primary,#f5f5f0);
    font-weight:650;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary{
    color:var(--r4x-text-secondary,rgba(245,245,240,.68));
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__cta{
    font-size:12px;
  }

  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:34px;
    padding:5px 14px;
    font-size:11px;
    line-height:1.05;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-value strong{font-size:17px;}
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-value span{font-size:11px;}
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-label{font-size:9px;}
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-cta{font-size:11px;}
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main{
    max-width:min(34vw,430px);
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main strong{
    font-size:12.5px;
    font-weight:650;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main .cockpit-tool-mini img,
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main .cockpit-tool-mini svg{
    width:18px;
    height:18px;
  }
}

@media (max-width:760px){
  body.cockpit[data-page="zentrale"] .cockpit-home-status--desktop{display:none!important;}
  body.cockpit[data-page="zentrale"] .cockpit-home-status--mobile{display:block;}

  body.cockpit[data-page="zentrale"] .cockpit-home-status__primary{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-height:58px;
    padding:8px 10px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__mobile-head,
  body.cockpit[data-page="zentrale"] .cockpit-home-status__mobile-foot{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:6px 9px;
    min-width:0;
    width:100%;
    text-align:center;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__mobile-head .cockpit-home-status__title-row > strong{
    min-width:0;
    color:var(--r4x-text-primary,#f5f5f0);
    font-size:14px;
    line-height:1.1;
    font-weight:700;
    white-space:nowrap;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__state{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    gap:6px;
    color:var(--r4x-text-secondary,rgba(245,245,240,.72));
    font-size:10.5px;
    line-height:1.1;
    white-space:nowrap;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__state strong{
    color:var(--r4x-text-primary,#f5f5f0);
    font-weight:650;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__cta{
    font-size:11px;
    line-height:1;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__new{
    min-height:18px;
    padding:2px 7px;
    font-size:9.5px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__identity-icon{
    width:23px;
    height:23px;
    border-radius:7px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__identity-icon--status svg{
    width:17px;
    height:17px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__identity-icon--favorites{
    font-size:14px;
  }

  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    min-height:60px;
    padding:6px 8px;
    text-align:center;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-main{
    display:flex;
    align-items:baseline;
    justify-content:center;
    gap:5px;
    min-width:0;
    max-width:100%;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-value strong{font-size:20px;}
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-value span{font-size:11px;}
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-label{
    font-size:8.5px;
    line-height:1;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-cta{
    font-size:10.5px;
    line-height:1;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link--recent{
    min-width:0;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__secondary-link--recent > .cockpit-home-status__secondary-label{
    width:100%;
    text-align:center;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main{
    width:100%;
    max-width:100%;
    overflow:hidden;
    justify-content:center;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main strong{
    max-width:calc(100% - 30px);
    font-size:11.5px;
    font-weight:650;
  }
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main .cockpit-tool-mini img,
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main .cockpit-tool-mini svg{
    width:19px;
    height:19px;
  }
}

@media (max-width:390px){
  body.cockpit[data-page="zentrale"] .cockpit-home-status__state{font-size:10px;}
  body.cockpit[data-page="zentrale"] .cockpit-home-status__recent-main strong{font-size:11px;}
}

/* v2828 · Auch im leeren Erstzustand bleibt Mein Krypto Status sichtbar und erklaerbar. */
body.cockpit[data-page="zentrale"] .cockpit-home-status--empty{
  margin-bottom:10px;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__empty-primary{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  padding:14px 16px 13px;
  text-align:center;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__empty-copy{
  color:var(--r4x-text-secondary,rgba(245,245,240,.70));
  font-size:12px;
  line-height:1.45;
}
body.cockpit[data-page="zentrale"] .cockpit-home-status__empty-copy strong{
  color:var(--r4x-text-primary,#f5f5f0);
  font-weight:600;
}
@media (max-width:760px){
  body.cockpit[data-page="zentrale"] .cockpit-home-status__empty-primary{padding:13px 12px 12px;gap:7px;}
}

/* v2828 · Tour-Nutzenbotschaften klar hervorheben. */
.r4x-tour-card__text strong{color:#fff!important;font-weight:600;}

/* ====================================================================
   v2877 · Responsive editoriale Flaechen und Bildqualitaet
   ==================================================================== */

body.cockpit[data-page="zentrale"] .cockpit-cluster__description,
body.cockpit[data-page="zentrale"] .cockpit-features-section__heading > p{
  color:rgba(224,230,240,.68);
  font-size:13px;
  font-weight:500;
  line-height:1.45;
}
body.cockpit[data-page="zentrale"] .cockpit-area-editorial{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.cockpit[data-page="zentrale"] .cockpit-area-editorial__media{
  border:1px solid rgba(var(--r4x-area-rgb),.26);
  border-radius:14px;
  background:#090a0d;
  box-shadow:0 18px 42px rgba(0,0,0,.20);
}
body.cockpit[data-page="zentrale"] #lernen-fortschritt .cockpit-area-editorial__media{
  border-color:rgba(55,135,101,.30);
}
body.cockpit[data-page="zentrale"] #portfolio-markt .cockpit-area-editorial__media{
  border-color:rgba(74,96,166,.34);
}
body.cockpit[data-page="zentrale"] .cockpit-area-editorial__media img{
  opacity:1;
  filter:none;
}

body.cockpit[data-page="zentrale"] .cockpit-section--pruefen-entry{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card{
  border-radius:14px;
  background:#0b0c0f;
  box-shadow:none;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card::after{
  display:none;
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__media{
  border-right:1px solid rgba(212,175,55,.22);
}
body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__media img{
  opacity:1;
  filter:none;
}

@media (max-width:760px){
  body.cockpit[data-page="zentrale"] .cockpit-cluster__description,
  body.cockpit[data-page="zentrale"] .cockpit-features-section__heading > p{
    font-size:12.5px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-area-editorial__media{
    border-radius:12px;
  }
  body.cockpit[data-page="zentrale"] .cockpit-pruefen-entry-card__media{
    border-right:0;
    border-bottom:1px solid rgba(212,175,55,.22);
  }
}


/* v2904 · Lern-CTA und Portfolio-Verlaufsvorschau */
body.cockpit[data-page="zentrale"] .r4x-learning-cta,
body.cockpit[data-page="zentrale"] .r4x-learning-cta:hover,
body.cockpit[data-page="zentrale"] .r4x-learning-cta:focus-visible,
body.cockpit[data-page="zentrale"] .r4x-learning-cta:active{
  font-weight:400!important;
  width:172px!important;
  min-width:172px!important;
  max-width:172px!important;
}
body.cockpit[data-page="zentrale"] .r4x-learning-cta strong,
body.cockpit[data-page="zentrale"] .r4x-learning-cta .cockpit-kompass-strip__cta-label{
  font-weight:400!important;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details > summary{
  display:grid;
  grid-template-columns:minmax(240px,auto) minmax(120px,1fr) auto;
  align-items:center;
  gap:16px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-preview{
  display:block;
  width:100%;
  min-width:100px;
  max-width:360px;
  height:34px;
  justify-self:stretch;
  opacity:.95;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-preview svg{display:block;width:100%;height:100%;}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details[open] .r4x-portfolio-widget__details-preview{display:none;}
@media (max-width:640px){
  body.cockpit[data-page="zentrale"] .r4x-learning-cta,
  body.cockpit[data-page="zentrale"] .r4x-learning-cta:hover,
  body.cockpit[data-page="zentrale"] .r4x-learning-cta:focus-visible,
  body.cockpit[data-page="zentrale"] .r4x-learning-cta:active{
    width:min(172px,100%)!important;
    min-width:0!important;
    max-width:172px!important;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details > summary{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:9px 12px;
    align-items:center;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-title{min-width:0;}
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-preview{
    grid-column:1 / -1;
    grid-row:2;
    width:100%;
    max-width:none;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__details-action{grid-column:2;grid-row:1;}
}
