/* R4X Cockpit Portfolio Verlauf v1232 */
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget{
  position:relative;
  overflow:hidden;
  border:1px solid var(--r4x-border-subtle);
  border-radius:var(--r4x-radius-xl);
  background:
    radial-gradient(520px 180px at 86% 0%, rgba(212,175,55,.10), transparent 62%),
    linear-gradient(145deg, rgba(255,255,255,.038), rgba(255,255,255,.012)),
    var(--r4x-bg-surface);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget:before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:2px;
  background:var(--r4x-gold);
  opacity:.72;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--r4x-space-3);
  padding:14px 16px 11px;
  border-bottom:1px solid var(--r4x-border-subtle);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__title-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__icon{
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  flex:0 0 auto;
  border:1px solid var(--r4x-gold-border);
  border-radius:12px;
  background:var(--r4x-gold-bg);
  font-size:17px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__kicker{
  margin:0 0 2px;
  color:var(--r4x-gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget h3{
  margin:0;
  color:var(--r4x-text-primary);
  font-size:16px;
  line-height:1.2;
  font-weight:600;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__body{
  padding:14px 16px 16px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
  color:var(--r4x-text-tertiary);
  font-size:11px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__metric-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:end;
  margin-bottom:12px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__value span{
  display:block;
  margin-bottom:2px;
  color:var(--r4x-text-tertiary);
  font-size:11px;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:700;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__value strong{
  display:block;
  font-size:clamp(24px,3vw,32px);
  line-height:1;
  font-weight:500;
  letter-spacing:-.035em;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__delta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  padding:6px 9px;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  white-space:nowrap;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__delta.is-positive{
  color:#75d28d;
  background:rgba(74,143,90,.14);
  border:1px solid rgba(74,143,90,.32);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__delta.is-negative{
  color:#e58a8a;
  background:rgba(200,65,65,.14);
  border:1px solid rgba(200,65,65,.32);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__chart{
  position:relative;
  height:104px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.055);
  border-radius:14px;
  background:
    linear-gradient(to bottom, transparent 24%, rgba(255,255,255,.04) 24.5%, transparent 25%),
    linear-gradient(to bottom, transparent 49%, rgba(255,255,255,.04) 49.5%, transparent 50%),
    linear-gradient(to bottom, transparent 74%, rgba(255,255,255,.04) 74.5%, transparent 75%),
    rgba(255,255,255,.016);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__chart svg{
  display:block;
  width:100%;
  height:100%;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__mini-grid div{
  min-width:0;
  padding:8px 9px;
  border:1px solid var(--r4x-border-subtle);
  border-radius:10px;
  background:rgba(255,255,255,.018);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__mini-grid span{
  display:block;
  margin-bottom:1px;
  color:var(--r4x-text-tertiary);
  font-size:10px;
  letter-spacing:.02em;
  text-transform:none;
  font-weight:700;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__mini-grid strong{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:12px;
  font-weight:600;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__note{
  margin:11px 0 0;
  color:var(--r4x-text-secondary);
  font-size:12px;
  line-height:1.45;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__system-note{
  margin:12px 0 7px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__empty .r4x-portfolio-widget__system-note{
  margin:0 0 8px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__empty{
  padding:12px 0 2px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__empty strong{
  display:block;
  margin-bottom:5px;
  color:var(--r4x-text-primary);
  font-size:15px;
  font-weight:600;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__empty p{
  margin:0;
  color:var(--r4x-text-secondary);
  font-size:13px;
  line-height:1.5;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__actions .cockpit-btn{
  min-height:34px;
  padding:8px 12px;
  font-size:12px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__actions--locked{
  align-items:center;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__unlock-link,
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__unlock-link:hover,
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__unlock-link:focus-visible{
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-height:0;
  padding:2px 0;
  color:var(--r4x-text-primary);
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:0;
  text-shadow:none !important;
  filter:none !important;
  opacity:1;
  text-decoration-line:underline;
  text-decoration-thickness:1px;
  text-decoration-color:var(--r4x-gold-border);
  text-underline-offset:.26em;
  text-decoration-skip-ink:auto;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__unlock-link:hover,
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__unlock-link:focus-visible{
  color:var(--r4x-gold-warm);
  text-decoration-color:var(--r4x-gold-border-strong);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__unlock-link span{
  color:inherit;
  text-decoration:none;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__unlock-link strong{
  color:inherit;
  font-weight:800;
}

body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-preview{
  margin-top:14px;
  padding:12px;
  border:1px solid rgba(201,168,76,.20);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.022), rgba(255,255,255,.012));
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-top{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:10px;
  align-items:center;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-pill,
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-chip{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:24px;
  padding:4px 8px;
  border-radius:999px;
  font-size:11px;
  line-height:1.2;
  font-weight:700;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-pill{
  color:var(--r4x-text-primary);
  background:rgba(201,168,76,.12);
  border:1px solid rgba(201,168,76,.28);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-chip{
  color:var(--r4x-text-secondary);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-chart{
  position:relative;
  height:118px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.055);
  border-radius:14px;
  background:
    linear-gradient(to bottom, transparent 24%, rgba(255,255,255,.035) 24.5%, transparent 25%),
    linear-gradient(to bottom, transparent 49%, rgba(255,255,255,.035) 49.5%, transparent 50%),
    linear-gradient(to bottom, transparent 74%, rgba(255,255,255,.035) 74.5%, transparent 75%),
    rgba(255,255,255,.018);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-chart svg{
  display:block;
  width:100%;
  height:100%;
  opacity:.92;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-overlay{
  position:absolute;
  left:12px;
  right:12px;
  bottom:10px;
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:9px 10px;
  border-radius:12px;
  background:rgba(10,10,11,.68);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(4px);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-overlay span{
  font-size:12px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-overlay strong{
  color:var(--r4x-text-primary);
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-overlay small{
  color:var(--r4x-text-secondary);
  font-size:11px;
  line-height:1.35;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-mini-grid div{
  min-width:0;
  padding:8px 9px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:10px;
  background:rgba(255,255,255,.018);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-mini-grid span{
  display:block;
  margin-bottom:2px;
  color:var(--r4x-text-tertiary);
  font-size:10px;
  font-weight:700;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-mini-grid strong{
  display:block;
  color:var(--r4x-text-primary);
  font-size:12px;
  font-weight:600;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:10px;
  align-items:stretch;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-list,
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-card{
  min-width:0;
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  background:rgba(255,255,255,.018);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-list{
  padding:10px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-row span{
  display:block;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-row span:first-child{ width:58%; }
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-row span:last-child{ width:24%; }
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-card{
  position:relative;
  padding:12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-card-line{
  height:12px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(201,168,76,.22), rgba(201,168,76,.06));
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-card-line--small{
  width:64%;
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-lock{
  position:absolute;
  right:10px;
  bottom:10px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(201,168,76,.14);
  border:1px solid rgba(201,168,76,.26);
  font-size:14px;
}

body.cockpit[data-page="zentrale"] .r4x-portfolio-widget--locked .r4x-portfolio-widget__icon{
  background:var(--r4x-silver-soft);
  border-color:var(--r4x-silver-border);
}
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget--empty,
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget--single{
  background:
    radial-gradient(440px 160px at 86% 0%, rgba(201,209,223,.08), transparent 62%),
    linear-gradient(145deg, rgba(255,255,255,.032), rgba(255,255,255,.012)),
    var(--r4x-bg-surface);
}
@media (max-width:760px){
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__head{
    padding:12px 13px 10px;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__body{
    padding:12px 13px 13px;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__metric-row{
    grid-template-columns:1fr;
    gap:8px;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__delta{
    justify-self:start;
    font-size:11px;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__value strong{
    font-size:25px;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__chart{
    height:90px;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__mini-grid{
    grid-template-columns:1fr;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-mini-grid,
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__ghost-layout{
    grid-template-columns:1fr;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-chart{
    height:104px;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__locked-overlay{
    left:10px;
    right:10px;
    bottom:8px;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__actions{
    flex-direction:column;
  }
  body.cockpit[data-page="zentrale"] .r4x-portfolio-widget__actions .cockpit-btn{
    width:100%;
    justify-content:center;
  }
}

/* R4X v1224 · Wochenstand fällig */
body.cockpit[data-page="zentrale"] .r4x-portfolio-widget--due{
  border-color: rgba(201,168,76,.42);
  box-shadow: inset 3px 0 0 rgba(201,168,76,.24), 0 18px 54px rgba(0,0,0,.24);
}
