.executive-dashboard {
  padding: 1.5rem 0 3rem;
}

.executive-hero {
  padding: 2rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(245, 130, 32, 0.14), transparent 32%),
    radial-gradient(circle at left bottom, rgba(255, 216, 155, 0.34), transparent 28%),
    linear-gradient(135deg, #fffaf3 0%, #fff5e6 58%, #fff0d9 100%);
  color: #2f2a24;
  border: 1px solid rgba(245, 130, 32, 0.12);
  box-shadow: 0 18px 40px rgba(245, 130, 32, 0.08);
}

.executive-hero .title,
.executive-hero .subtitle {
  color: inherit;
}

.executive-eyebrow,
.executive-section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: rgba(245, 130, 32, 0.86);
}

.executive-section-eyebrow {
  color: #7d8ca6;
}

.executive-chip-stack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}

.executive-panel {
  border-radius: 22px;
  border: 1px solid rgba(16, 24, 40, 0.06);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 252, 0.98) 100%);
}

.executive-panel-soft {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(245, 130, 32, 0.12);
  box-shadow: none;
}

.executive-panel-soft .label,
.executive-panel-soft .subtitle,
.executive-panel-soft .title {
  color: #2f2a24;
}

.executive-panel-soft .select select {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(245, 130, 32, 0.18);
}

.executive-hero-tag {
  background: rgba(255, 255, 255, 0.9);
  color: #a85a12;
  border: 1px solid rgba(245, 130, 32, 0.16);
}

.executive-button {
  border-radius: 999px;
  font-weight: 600;
  padding-inline: 1.2rem;
}

.executive-kpi-card {
  min-height: 196px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.executive-kpi-label {
  color: #7d8ca6;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.executive-kpi-value {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1;
  color: #132033;
}

.executive-inline-value {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: #132033;
}

.executive-kpi-note,
.executive-muted {
  color: #6f7d95;
  font-size: 0.85rem;
}

.executive-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.executive-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #516075;
  font-size: 0.88rem;
}

.executive-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.executive-chart-panel,
.executive-tall-panel {
  height: 100%;
}

.executive-chart-wrap {
  overflow-x: auto;
}

.executive-chart-svg {
  width: 100%;
  min-height: 260px;
}

.executive-grid-line {
  stroke: rgba(120, 135, 160, 0.2);
  stroke-width: 1;
}

.executive-chart-axis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 0.5rem;
  margin-top: 0.75rem;
  color: #7d8ca6;
  font-size: 0.75rem;
}

.executive-funnel-list,
.executive-health-list,
.executive-bars {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.executive-funnel-step,
.executive-bar-row,
.executive-inline-metric,
.executive-document-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(247, 250, 252, 0.88);
  border: 1px solid rgba(125, 140, 166, 0.12);
}

.executive-inline-metric {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.executive-step-index {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #132033;
  color: #fff;
  font-size: 0.78rem;
  margin-right: 0.6rem;
}

.executive-step-label {
  font-weight: 600;
  color: #1f2d3d;
}

.executive-step-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #132033;
}

.executive-progress-rail {
  height: 9px;
  border-radius: 999px;
  background: rgba(19, 32, 51, 0.08);
  overflow: hidden;
}

.executive-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #5b8def 0%, #35c6a2 100%);
}

.executive-summary-chip {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  background: rgba(91, 141, 239, 0.08);
  color: #264d7a;
  font-size: 0.88rem;
}

.executive-summary-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.executive-summary-row > div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.executive-document-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.executive-divider {
  height: 1px;
  background: rgba(125, 140, 166, 0.18);
  margin: 1.25rem 0;
}

.executive-bullet-list {
  margin-left: 1rem;
  color: #475569;
}

.executive-bullet-list li {
  margin-bottom: 0.55rem;
}

@media screen and (max-width: 768px) {
  .executive-dashboard {
    padding-top: 0.5rem;
  }

  .executive-hero {
    padding: 1.25rem;
    border-radius: 20px;
  }

  .executive-chip-stack {
    align-items: flex-start;
    margin-top: 1rem;
  }

  .executive-inline-metric,
  .executive-summary-row {
    flex-direction: column;
  }
}
