.executive-dashboard {
  min-height: 100%;
  color: inherit;
}

.executive-dashboard-body {
  width: 100%;
}

.executive-loading {
  margin-top: 30px;
  border-color: #dce5ea;
  box-shadow: none;
}

.executive-loading .panel-body {
  padding: 70px 20px;
}

.executive-tabs {
  overflow-x: auto;
  white-space: nowrap;
}

.executive-tab-content {
  padding-top: 0;
}

.executive-kpi-row {
  display: flex;
  flex-wrap: wrap;
}

.executive-kpi-row > [class*="col-"] {
  margin-bottom: 16px;
}

.executive-kpi-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 116px;
  height: 100%;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #dee5e7;
  border-radius: 2px;
  box-shadow: none;
}

.executive-kpi-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 19px;
}

.executive-kpi-label,
.executive-mini-kpi > span {
  color: #667a88;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .045em;
}

.executive-kpi-value {
  margin: 2px 0 3px;
  color: #1b3444;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
}

.executive-kpi-note {
  display: block;
  color: #8797a2;
  font-size: 11px;
}

.executive-status {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.status-success {
  color: #167547;
  background: #e2f5eb;
}

.status-warning {
  color: #9b6500;
  background: #fff1cf;
}

.status-danger {
  color: #b44141;
  background: #fde7e7;
}

.status-muted {
  color: #687b87;
  background: #e9eef1;
}

.status-info {
  color: #1199c4;
  background: #dff4f8;
}

.status-bg-success {
  background: #24b76b;
}

.status-bg-warning {
  background: #f0ad32;
}

.status-bg-danger {
  background: #e65b5b;
}

.status-bg-muted {
  background: #aab7bf;
}

.status-bg-info {
  background: #23b7e5;
}

.executive-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 5px 0 14px;
}

.executive-section-heading h4,
.executive-panel .panel-heading h4 {
  margin: 0 0 3px;
  color: #1e3747;
  font-size: 16px;
  font-weight: 700;
}

.executive-section-heading p,
.executive-panel .panel-heading p {
  margin: 0;
  color: #798b96;
  font-size: 12px;
}

.executive-layer-card {
  position: relative;
  min-height: 238px;
  height: 100%;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #dee5e7;
  border-radius: 2px;
  box-shadow: none;
}

.executive-layer-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.executive-layer-card-header h4 {
  max-width: 240px;
  margin: 3px 0 0;
  overflow: hidden;
  color: #263f4f;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-layer-label,
.executive-layer-pill {
  display: inline-block;
  color: #23b7e5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

.executive-layer-pill {
  padding: 3px 7px;
  background: #e3f5f8;
  border-radius: 3px;
}

.executive-layer-performance {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
}

.executive-layer-performance strong {
  color: #193546;
  font-size: 30px;
  line-height: 1;
}

.executive-layer-performance span {
  color: #80919c;
  font-size: 11px;
}

.executive-progress {
  position: relative;
  height: 6px;
  margin: 12px 0;
  overflow: hidden;
  background: #e8eef1;
  border-radius: 4px;
}

.executive-progress-bar {
  display: block;
  height: 100%;
  min-width: 0;
  border-radius: 4px;
  transition: width .2s ease;
}

.executive-layer-stats {
  display: flex;
  margin: 0 -7px 9px;
}

.executive-layer-stats > div {
  flex: 1;
  min-width: 0;
  padding: 0 7px;
  border-right: 1px solid #edf1f3;
}

.executive-layer-stats > div:last-child {
  border-right: 0;
}

.executive-layer-stats strong,
.executive-layer-stats span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-layer-stats strong {
  color: #314b5a;
  font-size: 13px;
}

.executive-layer-stats span {
  color: #8999a3;
  font-size: 10px;
}

.executive-empty-inline {
  margin: 8px 0;
  color: #7c8f9a;
  font-size: 11px;
}

.executive-panel {
  border-color: #dee5e7;
  border-radius: 2px;
  box-shadow: none;
}

.executive-panel > .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 14px 16px;
  background: #f6f8f8;
  border-color: #dee5e7;
}

.executive-panel-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 7px;
  color: #1199c4;
  background: #e3f5f8;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 700;
}

.executive-table {
  margin-bottom: 0;
}

.executive-scrollable-table {
  max-height: 480px;
  overflow-x: auto;
  overflow-y: auto;
}

.executive-scrollable-table .executive-table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.executive-table > thead > tr > th {
  padding: 9px 12px;
  color: #71848f;
  background: #f7f9fa;
  border-bottom: 1px solid #e1e8ec;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  white-space: nowrap;
}

.executive-table > tbody > tr > td {
  padding: 11px 12px;
  color: #405765;
  border-top-color: #edf1f3;
  font-size: 11px;
  vertical-align: middle;
}

.executive-table > tbody > tr:hover {
  background: #fbfcfd;
}

.executive-table td:first-child {
  min-width: 190px;
}

.executive-top-risks-table {
  width: 100%;
  table-layout: fixed;
}

.executive-top-risks-table .executive-risk-name-column {
  width: 48%;
}

.executive-top-risks-table .executive-risk-residual-column {
  width: 13%;
}

.executive-top-risks-table .executive-risk-movement-column {
  width: 14%;
}

.executive-top-risks-table .executive-risk-status-column {
  width: 12%;
}

.executive-top-risks-table .executive-risk-overdue-column {
  width: 13%;
}

.executive-top-risks-table > thead > tr > th {
  white-space: normal;
}

.executive-top-risks-table td:first-child {
  min-width: 0;
}

.executive-top-risks-table .executive-table-link,
.executive-top-risks-table .executive-table-subtitle {
  width: 100%;
}

.executive-table-subtitle {
  display: block;
  max-width: 280px;
  margin-top: 2px;
  overflow: hidden;
  color: #8b9aa3;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-empty {
  padding: 42px 20px;
  text-align: center;
  color: #7f919c;
}

.executive-empty > i {
  color: #74bfd0;
  font-size: 28px;
}

.executive-empty h4 {
  margin: 10px 0 4px;
  color: #46606f;
}

.executive-empty p {
  margin: 0;
}

.executive-empty.compact {
  padding: 28px 16px;
}

.executive-governance-metric {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.executive-governance-metric span,
.executive-breakdown-row span {
  display: block;
  margin-top: 2px;
  color: #85959f;
  font-size: 10px;
}

.executive-governance-callout {
  display: flex;
  gap: 10px;
  padding: 12px;
  margin-top: 20px;
  color: #8d4f0d;
  background: #fff7e5;
  border: 1px solid #f2dfb4;
  border-radius: 4px;
}

.executive-governance-callout > i {
  margin-top: 2px;
}

.executive-governance-callout span {
  display: block;
  color: #a2723e;
  font-size: 10px;
}

.executive-layer-selector .btn.active,
.executive-layer-selector .btn.active:hover,
.executive-layer-selector .btn.active:focus {
  color: #ffffff !important;
  background: #23b7e5;
  border-color: #23b7e5;
  box-shadow: none;
}

.executive-layer-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  margin-bottom: 16px;
  color: #58666e;
  background: #ffffff;
  border: 1px solid #dee5e7;
  border-radius: 2px;
}

.executive-layer-hero h3 {
  margin: 4px 0;
  font-size: 20px;
  font-weight: 700;
  color: #363f44;
}

.executive-layer-hero p {
  margin: 0;
  color: #98a6ad;
  font-size: 11px;
}

.executive-layer-hero .executive-layer-label {
  color: #23b7e5;
}

.executive-layer-hero-score {
  text-align: right;
}

.executive-layer-hero-score > strong {
  display: block;
  margin-bottom: 4px;
  font-size: 28px;
}

.executive-group-card {
  min-height: 130px;
  padding: 14px;
  margin-bottom: 14px;
  background: #ffffff;
  border: 1px solid #dee5e7;
  border-radius: 2px;
}

.executive-group-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.executive-group-rank {
  display: inline-block;
  margin-right: 4px;
  color: #71848f;
  font-size: 10px;
  font-weight: 700;
}

.executive-group-card h5 {
  min-height: 34px;
  margin: 11px 0 2px;
  overflow: hidden;
  color: #304a5a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.executive-group-card > span {
  color: #8797a0;
  font-size: 10px;
}

.executive-mini-kpi {
  height: 100%;
  min-height: 118px;
  padding: 17px;
  background: #ffffff;
  border: 1px solid #dee5e7;
  border-radius: 2px;
}

.executive-mini-kpi > strong {
  display: block;
  margin: 5px 0 2px;
  color: #1f3a4a;
  font-size: 25px;
}

.executive-mini-kpi > small {
  color: #8a9aa4;
}

.executive-breakdown-list {
  max-height: 468px;
  overflow: auto;
}

.executive-breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid #edf1f3;
}

.executive-breakdown-row:last-child {
  border-bottom: 0;
}

.executive-missing-item {
  display: inline-block;
  padding: 2px 5px;
  margin: 1px 3px 1px 0;
  color: #9e5d14;
  background: #fff2d9;
  border-radius: 3px;
  font-size: 9px;
}

.executive-risk-map {
  position: relative;
  max-width: 390px;
  padding: 0 0 20px 25px;
  margin: 4px auto 0;
}

.executive-risk-map table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}

.executive-risk-map th {
  width: 22px;
  color: #71838e;
  font-size: 10px;
  text-align: center;
}

.executive-risk-map td {
  height: 44px;
  color: rgba(27, 43, 53, .72);
  border-radius: 3px;
  text-align: center;
}

.executive-risk-map td strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background: rgba(26, 48, 59, .55);
  border-radius: 50%;
  font-size: 11px;
}

.risk-axis-label {
  position: absolute;
  color: #71838e;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.risk-axis-y {
  top: 45%;
  left: -17px;
  transform: rotate(-90deg);
}

.risk-axis-x {
  right: 44%;
  bottom: 0;
}

.risk-low {
  background: #ccebd7;
}

.risk-medium {
  background: #f8e7a7;
}

.risk-high {
  background: #f5bd78;
}

.risk-critical {
  background: #e98585;
}

.executive-risk-legend {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 10px;
  color: #748792;
  font-size: 9px;
}

.executive-risk-legend i {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 3px;
  border-radius: 2px;
}

.executive-risk-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  height: 27px;
  color: #324b59;
  border-radius: 50%;
  font-weight: 700;
}

.executive-trend-select {
  width: 310px;
  max-width: 100%;
}

.executive-trend-select .executive-trend-select-label {
  width: calc(100% - 34px);
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-trend-select .dropdown-menu {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}

.executive-trend-select .dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-trend-select .dropdown-menu a span {
  display: block;
  color: #8797a0;
  font-size: 10px;
}

.executive-trend-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.executive-trend-title h4 {
  margin: 0 0 2px;
  color: #294454;
  font-size: 14px;
  font-weight: 700;
}

.executive-trend-title span {
  color: #84949e;
  font-size: 10px;
}

.executive-trend-title .text-right > strong {
  display: block;
  color: #1e3b4c;
  font-size: 22px;
}

.executive-trend-chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  height: 250px;
  padding: 38px 30px 0;
  margin-top: 15px;
  border-left: 1px solid #dfe6ea;
  border-bottom: 1px solid #dfe6ea;
}

.executive-trend-target {
  position: absolute;
  top: 37px;
  right: 0;
  left: 0;
  border-top: 1px dashed #aebcc4;
}

.executive-trend-target span {
  position: absolute;
  top: -16px;
  right: 0;
  color: #899aa4;
  font-size: 9px;
}

.executive-trend-column {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.executive-trend-value {
  height: 20px;
  color: #607681;
  font-size: 10px;
}

.executive-trend-bar-wrap {
  display: flex;
  align-items: flex-end;
  width: 54px;
  height: 170px;
}

.executive-trend-bar {
  width: 100%;
  min-height: 2px;
  border-radius: 4px 4px 0 0;
}

.trend-success {
  background: #24b76b;
}

.trend-warning {
  background: #f0ad32;
}

.trend-danger {
  background: #e65b5b;
}

.trend-muted {
  background: #b9c5cb;
}

.executive-trend-column > strong {
  margin-top: 7px;
  color: #607681;
  font-size: 10px;
}

.executive-attention-list {
  max-height: 395px;
  overflow: auto;
}

.executive-attention-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 15px;
  color: #405765;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #edf1f3;
  text-align: left;
}

.executive-attention-row:hover,
.executive-attention-row:focus {
  background: #f6fafb;
  outline: none;
}

.executive-attention-row span {
  display: block;
  margin-top: 2px;
  color: #8797a0;
  font-size: 10px;
}

.executive-no-data {
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #dee5e7;
  border-radius: 2px;
}

.executive-status-distribution {
  margin: 11px 0 13px;
}

.executive-status-distribution-bar {
  display: flex;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: #edf1f3;
  border-radius: 4px;
}

.executive-status-distribution-bar > span {
  display: block;
  height: 100%;
}

.executive-status-distribution-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 7px;
  color: #7f909a;
  font-size: 9px;
}

.executive-status-distribution-legend i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  border-radius: 2px;
}

.executive-budget-summary,
.executive-group-budget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  margin-top: 8px;
  border-top: 1px solid #edf1f3;
}

.executive-budget-summary span,
.executive-budget-summary strong,
.executive-group-budget span,
.executive-group-budget strong {
  display: block;
}

.executive-budget-summary > div > span,
.executive-group-budget span {
  color: #8999a3;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.executive-budget-summary > div > strong,
.executive-group-budget strong {
  color: #314b5a;
  font-size: 11px;
}

.executive-group-card {
  min-height: 158px;
}

.executive-filterbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 16px;
  background: #fbfcfd;
  border-bottom: 1px solid #e6ecef;
}

.executive-section-filterbar {
  margin-bottom: 16px;
  border: 1px solid #dee5e7;
  border-radius: 2px;
}

.executive-filter-caption {
  margin-right: 2px;
  color: #657984;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.executive-filter-select {
  width: 190px;
  max-width: 100%;
}

.executive-filter-select.compact {
  width: 155px;
}

.executive-filter-select .executive-filter-label {
  width: calc(100% - 34px);
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-filter-select .dropdown-menu {
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
}

.executive-filter-select .dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-filter-search {
  width: 190px;
  height: 31px;
}

.executive-hierarchy {
  background: #ffffff;
}

.executive-cascade-hierarchy {
  max-height: 480px;
  overflow-y: auto;
}

.executive-hierarchy-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 9px 14px;
  border-bottom: 1px solid #edf1f3;
}

.executive-hierarchy-row:last-child {
  border-bottom: 0;
}

.executive-hierarchy-row.depth-1 {
  padding-left: 34px;
  background: #fbfcfd;
}

.executive-hierarchy-row.depth-2 {
  padding-left: 58px;
}

.executive-hierarchy-row.depth-3 {
  padding-left: 82px;
  background: #fbfcfd;
}

.executive-hierarchy-toggle {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #23b7e5;
  background: #ffffff;
  border: 1px solid #dce5ea;
  border-radius: 3px;
  line-height: 23px;
  text-align: center;
}

.executive-hierarchy-toggle.is-empty {
  color: #bdc8ce;
  border-color: transparent;
  cursor: default;
  font-size: 6px;
}

.executive-hierarchy-main {
  flex: 1;
  min-width: 0;
}

.executive-hierarchy-main > strong,
.executive-hierarchy-main > span {
  display: block;
}

.executive-hierarchy-main > strong {
  overflow: hidden;
  color: #304a5a;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-hierarchy-main > span:last-child {
  margin-top: 2px;
  color: #8797a0;
  font-size: 9px;
}

.executive-hierarchy-kind {
  color: #23a6d1;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.executive-hierarchy-budget {
  min-width: 70px;
  color: #7f909a;
  font-size: 9px;
  text-align: right;
}

.executive-hierarchy-budget span,
.executive-hierarchy-budget strong {
  display: block;
}

.executive-hierarchy-budget strong {
  color: #304a5a;
  font-size: 11px;
}

.executive-hierarchy-score {
  min-width: 82px;
  text-align: right;
}

.executive-hierarchy-score > strong {
  display: block;
  margin-bottom: 2px;
  color: #294454;
  font-size: 12px;
}

.executive-trend-chart.is-monthly {
  gap: 8px;
  padding-right: 12px;
  padding-left: 12px;
}

.executive-trend-chart.is-monthly .executive-trend-bar-wrap {
  width: 28px;
}

.executive-trend-heat-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 27px;
  padding: 0 6px;
  color: #ffffff;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
}

.executive-trend-heat-cell.trend-muted {
  color: #566b77;
}

.executive-confidence-band {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 11px 13px;
  color: #6f5520;
  background: #fff8e7;
  border: 1px solid #f0d995;
}

.executive-confidence-band.status-danger {
  color: #9b3e42;
  background: #fff1f1;
  border-color: #efc4c6;
}

.executive-confidence-band > i {
  font-size: 18px;
}

.executive-confidence-band > div {
  flex: 1;
  min-width: 0;
}

.executive-confidence-band strong,
.executive-confidence-band span {
  display: block;
}

.executive-confidence-band strong {
  font-size: 12px;
}

.executive-confidence-band span {
  margin-top: 2px;
  font-size: 10px;
}

.executive-prompt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #e5ebee;
}

.executive-prompt-card {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 12px;
  gap: 9px;
  align-items: center;
  min-height: 72px;
  padding: 12px 14px;
  color: #3c5260;
  text-align: left;
  background: #ffffff;
  border: 0;
  border-left: 3px solid #f0bd4f;
}

.executive-prompt-card:hover,
.executive-prompt-card:focus {
  background: #f8fbfc;
}

.executive-prompt-card.severity-danger {
  border-left-color: #ed5a5f;
}

.executive-prompt-card.severity-success {
  border-left-color: #27b866;
}

.executive-prompt-card > i:first-child {
  color: #d39a20;
  font-size: 17px;
  text-align: center;
}

.executive-prompt-card.severity-danger > i:first-child {
  color: #df4c52;
}

.executive-prompt-card.severity-success > i:first-child {
  color: #22a95b;
}

.executive-prompt-card strong,
.executive-prompt-card small {
  display: block;
}

.executive-prompt-card strong {
  color: #294554;
  font-size: 11px;
}

.executive-prompt-card small {
  margin-top: 3px;
  color: #7d8f99;
  font-size: 9px;
  line-height: 1.35;
}

.executive-analytics-list {
  max-height: 330px;
  overflow-y: auto;
}

.executive-analytics-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  padding: 10px 13px;
  border-top: 1px solid #edf1f3;
}

.executive-analytics-row:first-child {
  border-top: 0;
}

.executive-analytics-row > div:first-child {
  min-width: 0;
}

.executive-analytics-row strong,
.executive-analytics-row span {
  display: block;
}

.executive-analytics-row > div:first-child strong {
  overflow: hidden;
  color: #385260;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.executive-analytics-row > div:first-child span {
  margin-top: 2px;
  color: #8a99a2;
  font-size: 9px;
}

.executive-contribution-value {
  min-width: 118px;
  color: #294554;
  font-size: 10px;
  text-align: right;
}

.executive-contribution-track {
  width: 118px;
  height: 5px;
  margin-top: 4px;
  overflow: hidden;
  background: #e7edf0;
}

.executive-contribution-track span {
  height: 100%;
}

.executive-budget-performance {
  min-width: 92px;
  text-align: right;
}

.executive-budget-performance strong {
  font-size: 12px;
}

.executive-budget-performance span {
  margin-top: 2px;
  font-size: 9px;
}

.executive-heading-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.executive-filter-section-heading {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.executive-filter-section-heading .executive-heading-actions {
  width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.executive-relationship-list,
.executive-breakpoint-list {
  max-height: 430px;
  overflow-y: auto;
}

.executive-relationship-row {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) 20px minmax(180px, 1.45fr);
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid #edf1f3;
}

.executive-relationship-row:first-child {
  border-top: 0;
}

.executive-relationship-row > i {
  color: #25b5df;
  text-align: center;
}

.executive-relationship-source strong,
.executive-relationship-source small,
.executive-relationship-targets strong,
.executive-relationship-targets small {
  display: block;
}

.executive-relationship-source strong,
.executive-relationship-targets strong {
  color: #35505f;
  font-size: 10px;
}

.executive-relationship-source small,
.executive-relationship-targets small {
  margin-top: 2px;
  color: #84949d;
  font-size: 9px;
}

.executive-relationship-targets > div {
  padding: 7px 0;
  border-top: 1px dashed #dce5e9;
}

.executive-relationship-targets > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.executive-relationship-targets .executive-layer-pill {
  margin-top: 3px;
}

.executive-breakpoint-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-top: 1px solid #edf1f3;
}

.executive-breakpoint-row:first-child {
  border-top: 0;
}

.executive-breakpoint-row > i {
  margin-top: 2px;
}

.executive-breakpoint-row > i.status-danger {
  color: #e95055;
}

.executive-breakpoint-row > i.status-warning {
  color: #e4a622;
}

.executive-breakpoint-row strong,
.executive-breakpoint-row span {
  display: block;
}

.executive-breakpoint-row strong {
  color: #385260;
  font-size: 10px;
}

.executive-breakpoint-row span:not(.executive-layer-pill) {
  margin-top: 2px;
  color: #84949d;
  font-size: 9px;
}

.executive-breakpoint-row .executive-layer-pill {
  margin-top: 5px;
}

.executive-table-link {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  color: #304e60;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  border: 0;
}

.executive-table-link:hover,
.executive-table-link:focus {
  color: #23a8d5;
  text-decoration: underline;
}

.executive-governance-matrix td:not(:first-child) {
  font-weight: 700;
}

.executive-comparison-vs {
  color: #8796a0;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.executive-comparison-summary {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 15px;
  background: #f7f9fa;
  border-bottom: 1px solid #e4eaed;
}

.executive-comparison-summary > i {
  color: #25b5df;
  text-align: center;
}

.executive-comparison-summary span,
.executive-comparison-summary strong {
  display: block;
}

.executive-comparison-summary span {
  color: #8797a0;
  font-size: 9px;
  text-transform: uppercase;
}

.executive-comparison-summary strong {
  margin-top: 3px;
  color: #294554;
  font-size: 15px;
}

.executive-modal-backdrop {
  position: fixed;
  z-index: 1060;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 16px;
  overflow-y: auto;
  background: rgba(22, 38, 49, .68);
}

.executive-risk-dossier {
  width: 96vw;
  max-width: 920px;
  background: #ffffff;
  border: 1px solid #ccd7dc;
  box-shadow: 0 10px 35px rgba(20, 38, 50, .25);
}

.executive-risk-dossier-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border-bottom: 1px solid #e2e8eb;
}

.executive-risk-dossier-header h3 {
  margin: 6px 0 2px;
  color: #2e4858;
  font-size: 18px;
  font-weight: 700;
}

.executive-risk-dossier-header p {
  margin: 0;
  color: #82929b;
  font-size: 10px;
}

.executive-risk-dossier-body {
  padding: 16px 18px;
}

.executive-dossier-section {
  margin-bottom: 16px;
  padding: 12px 13px;
  background: #f8fafb;
  border: 1px solid #e2e8eb;
}

.executive-dossier-section h4 {
  margin: 0 0 7px;
  color: #304c5b;
  font-size: 12px;
}

.executive-dossier-section p {
  margin: 0;
  color: #657985;
  font-size: 10px;
  line-height: 1.5;
}

.executive-dossier-item {
  padding: 8px 0;
  border-top: 1px dashed #dce4e8;
}

.executive-dossier-item:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.executive-dossier-item strong,
.executive-dossier-item span {
  display: block;
}

.executive-dossier-item strong {
  color: #3e5765;
  font-size: 10px;
}

.executive-dossier-item span {
  margin-top: 2px;
  color: #809099;
  font-size: 9px;
}

.executive-risk-dossier-footer {
  padding: 11px 18px;
  text-align: right;
  border-top: 1px solid #e2e8eb;
}

@media (max-width: 1199px) {
  .executive-layer-card {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .executive-section-heading,
  .executive-layer-hero,
  .executive-trend-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .executive-live-status {
    white-space: normal;
  }

  .executive-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  .executive-tabs .page-header-tab {
    margin-right: 4px;
  }

  .executive-layer-selector {
    width: 100%;
  }

  .executive-layer-selector .btn {
    width: 33.333%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .executive-layer-selector.two-layers .btn {
    width: 50%;
  }

  .executive-layer-hero-score {
    text-align: left;
  }

  .executive-trend-heading {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .executive-trend-select {
    width: 100%;
    max-width: none;
    margin-top: 8px;
  }

  .executive-filter-select,
  .executive-filter-select.compact,
  .executive-filter-search {
    width: 100%;
  }

  .executive-filter-caption {
    width: 100%;
  }

  .executive-heading-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .executive-filter-section-heading .executive-heading-actions {
    flex-wrap: wrap;
  }

  .executive-confidence-band {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .executive-confidence-band .btn {
    margin-left: 30px;
  }

  .executive-prompt-grid {
    grid-template-columns: 1fr;
  }

  .executive-analytics-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .executive-contribution-value,
  .executive-contribution-track {
    width: 100%;
  }

  .executive-relationship-row {
    grid-template-columns: 1fr;
  }

  .executive-relationship-row > i {
    transform: rotate(90deg);
  }

  .executive-comparison-summary {
    grid-template-columns: 1fr;
  }

  .executive-comparison-summary > i {
    transform: rotate(90deg);
  }

  .executive-modal-backdrop {
    padding: 12px 6px;
  }

  .executive-hierarchy-row.depth-1 {
    padding-left: 24px;
  }

  .executive-hierarchy-row.depth-2 {
    padding-left: 34px;
  }

  .executive-hierarchy-row.depth-3 {
    padding-left: 44px;
  }

  .executive-hierarchy-budget {
    display: none;
  }

  .executive-trend-chart {
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .executive-trend-chart.is-monthly {
    overflow-x: auto;
  }

  .executive-trend-chart.is-monthly .executive-trend-column {
    flex: 0 0 32px;
  }

  .executive-trend-bar-wrap {
    width: 36px;
  }
}
