.ceo-dashboard-command {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 22px;
  border: 1px solid rgba(11, 48, 77, .2);
  background:
    linear-gradient(125deg, rgba(4, 40, 63, .98), rgba(8, 71, 83, .96) 62%, rgba(14, 112, 96, .92)),
    #082f49;
  color: #f7fbfc;
  box-shadow: 0 18px 40px rgba(8, 47, 73, .13);
}

.ceo-dashboard-command::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% -10%, rgba(245, 183, 70, .22), transparent 34%),
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(255, 255, 255, .025) 29px 30px);
  content: "";
  pointer-events: none;
}

.ceo-dashboard-command > * {
  position: relative;
}

.ceo-enterprise-header,
.ceo-enterprise-controls,
.ceo-enterprise-state,
.ceo-enterprise-section-head,
.ceo-enterprise-section-head > div,
.ceo-enterprise-priority-actions,
.ceo-enterprise-strategy-head,
.ceo-enterprise-strategy footer,
.ceo-enterprise-footer {
  display: flex;
  align-items: center;
}

.ceo-enterprise-header {
  justify-content: space-between;
  gap: 24px;
}

.ceo-enterprise-header h2 {
  margin: 2px 0 6px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: -.025em;
}

.ceo-enterprise-header p {
  max-width: 780px;
  margin: 0;
  color: rgba(240, 249, 250, .77);
  line-height: 1.5;
}

.ceo-enterprise-eyebrow {
  color: #efc36d !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ceo-enterprise-controls {
  max-width: 410px;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.ceo-enterprise-approval {
  flex-basis: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(239, 195, 109, .48);
  border-radius: 7px;
  color: #ffe2a7;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.ceo-enterprise-state {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 19px 0 17px;
}

.ceo-enterprise-state span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: rgba(255, 255, 255, .065);
  color: rgba(240, 249, 250, .72);
  font-size: 11px;
}

.ceo-enterprise-state strong {
  margin-right: 3px;
  color: #fff;
  font-size: 17px;
}

.ceo-enterprise-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
  gap: 12px;
}

.ceo-enterprise-main,
.ceo-enterprise-side {
  min-width: 0;
}

.ceo-enterprise-section-head {
  justify-content: space-between;
  gap: 12px;
  margin: 5px 0 9px;
}

.ceo-enterprise-section-head > div {
  gap: 8px;
}

.ceo-enterprise-section-head span {
  color: #efc36d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.ceo-enterprise-section-head h3 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: .03em;
}

.ceo-enterprise-section-head small {
  color: rgba(240, 249, 250, .57);
  text-align: right;
}

.ceo-enterprise-priorities,
.ceo-enterprise-horizons {
  display: grid;
  gap: 8px;
}

.ceo-enterprise-priority {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 3px solid #79a8b4;
  border-radius: 9px;
  background: rgba(255, 255, 255, .075);
}

.ceo-enterprise-priority.priority-critical { border-left-color: #ff7676; }
.ceo-enterprise-priority.priority-high { border-left-color: #efc36d; }
.ceo-enterprise-priority.priority-medium { border-left-color: #6ab9cf; }

.ceo-enterprise-rank {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.ceo-enterprise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.ceo-enterprise-tags span {
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(240, 249, 250, .7);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.ceo-enterprise-priority h3 {
  margin: 6px 0 4px;
  color: #fff;
  font-size: 14px;
}

.ceo-enterprise-priority p {
  margin: 0 0 8px;
  color: rgba(240, 249, 250, .69);
  line-height: 1.42;
}

.ceo-enterprise-priority small {
  color: rgba(240, 249, 250, .57);
}

.ceo-enterprise-next {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  margin-bottom: 7px;
  padding: 7px 9px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .15);
  color: rgba(249, 252, 252, .86);
}

.ceo-enterprise-priority-actions {
  align-content: center;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.ceo-enterprise-ready {
  max-width: 180px;
  color: #aee7d7;
  font-size: 11px;
}

.ceo-enterprise-horizon {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(3, 26, 42, .27);
}

.ceo-enterprise-horizon strong { color: #efc36d; }
.ceo-enterprise-horizon span { color: rgba(249, 252, 252, .86); line-height: 1.38; }
.ceo-enterprise-horizon small { color: rgba(240, 249, 250, .51); }

.ceo-enterprise-section-head.strategy-head {
  margin-top: 17px;
}

.ceo-enterprise-strategies {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ceo-enterprise-strategy {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.ceo-enterprise-strategy-head {
  justify-content: space-between;
  gap: 8px;
}

.ceo-enterprise-strategy-head strong { color: #fff; }
.ceo-enterprise-strategy-head span { color: #efc36d; font-size: 10px; }
.ceo-enterprise-strategy p { color: rgba(240, 249, 250, .67); line-height: 1.42; }
.ceo-enterprise-strategy .ceo-enterprise-signal { color: rgba(255, 255, 255, .91); font-weight: 700; }
.ceo-enterprise-strategy small { color: rgba(240, 249, 250, .53); }

.ceo-enterprise-strategy footer {
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
  color: #aee7d7;
  font-size: 10px;
}

.ceo-enterprise-footer {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(240, 249, 250, .58);
}

.ceo-enterprise-footer strong { color: #efc36d; }
.ceo-enterprise-footer small { margin-left: auto; }

.ceo-enterprise-empty {
  padding: 20px;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: rgba(240, 249, 250, .65);
}

.ceo-dashboard-command.full {
  margin-bottom: 16px;
}

@media (max-width: 1100px) {
  .ceo-enterprise-layout { grid-template-columns: 1fr; }
  .ceo-enterprise-strategies { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .ceo-dashboard-command { padding: 16px; }
  .ceo-enterprise-header { align-items: flex-start; flex-direction: column; }
  .ceo-enterprise-controls { max-width: none; justify-content: flex-start; }
  .ceo-enterprise-approval { text-align: left; }
  .ceo-enterprise-state { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ceo-enterprise-priority { grid-template-columns: 30px minmax(0, 1fr); }
  .ceo-enterprise-priority-actions { grid-column: 1 / -1; }
  .ceo-enterprise-strategies { grid-template-columns: 1fr; }
  .ceo-enterprise-next { grid-template-columns: 1fr; }
  .ceo-enterprise-footer small { margin-left: 0; }
}

