.wwg-mitgliederentwicklung {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  color: #1e4362;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.wwg-mitgliederentwicklung__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.wwg-mitgliederentwicklung__eyebrow {
  color: #00acec;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.wwg-mitgliederentwicklung__title {
  margin: 0 0 6px;
  font-size: 30px;
  line-height: 1.2;
  color: #1e4362;
}

.wwg-mitgliederentwicklung__subtitle {
  margin: 0;
  color: #64748b;
}

.wwg-mitgliederentwicklung__status {
  min-width: 200px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wwg-mitgliederentwicklung__status-label,
.wwg-mitgliederentwicklung__card-label {
  font-size: 13px;
  color: #64748b;
}

.wwg-mitgliederentwicklung__status strong,
.wwg-mitgliederentwicklung__card-value {
  font-size: 24px;
  line-height: 1.2;
  color: #1e4362;
}

.wwg-mitgliederentwicklung__kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.wwg-mitgliederentwicklung__card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wwg-mitgliederentwicklung__card-meta {
  color: #64748b;
  font-size: 14px;
}

.wwg-mitgliederentwicklung__card-value--up {
  color: #16a34a;
}

.wwg-mitgliederentwicklung__card-value--down {
  color: #dc2626;
}

.wwg-mitgliederentwicklung__panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
}

.wwg-mitgliederentwicklung__panel-head h3 {
  margin: 0 0 6px;
  color: #1e4362;
}

.wwg-mitgliederentwicklung__panel-head p {
  margin: 0 0 18px;
  color: #64748b;
}

.wwg-mitgliederentwicklung__chart {
  width: 100%;
}

.wwg-mitgliederentwicklung__svg {
  width: 100%;
  height: 320px;
  display: block;
}

.wwg-mitgliederentwicklung__grid-line {
  stroke: #dbe5ef;
  stroke-width: 1;
}

.wwg-mitgliederentwicklung__area {
  fill: rgba(0, 172, 236, 0.12);
}

.wwg-mitgliederentwicklung__line {
  fill: none;
  stroke: #00acec;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wwg-mitgliederentwicklung__point circle {
  fill: #ffffff;
  stroke: #00acec;
  stroke-width: 3;
}

.wwg-mitgliederentwicklung__labels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 8px;
  margin-top: 12px;
  color: #64748b;
  font-size: 12px;
}

.wwg-mitgliederentwicklung__labels span {
  text-align: center;
}

.wwg-mitgliederentwicklung__empty {
  padding: 24px;
  text-align: center;
  color: #64748b;
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .wwg-mitgliederentwicklung__kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wwg-mitgliederentwicklung {
    padding: 18px;
  }

  .wwg-mitgliederentwicklung__header {
    flex-direction: column;
  }

  .wwg-mitgliederentwicklung__title {
    font-size: 24px;
  }

  .wwg-mitgliederentwicklung__kpis {
    grid-template-columns: 1fr;
  }

  .wwg-mitgliederentwicklung__svg {
    height: 260px;
  }
}
