.ceo-core {
  margin-bottom: 16px;
  border-color: rgba(16, 52, 91, .16);
  background:
    radial-gradient(circle at 95% 0, rgba(28, 165, 149, .09), transparent 30%),
    #fff;
}

.ceo-core-header,
.ceo-core-list-head,
.ceo-recommendation header,
.ceo-recommendation footer,
.ceo-core-header-actions,
.ceo-briefing-actions {
  display: flex;
  align-items: center;
}

.ceo-core-header {
  justify-content: space-between;
  gap: 18px;
}

.ceo-core-header h2 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0 5px;
  color: #0b1d38;
}

.ceo-core-header p {
  margin: 0;
  color: #64748b;
}

.ceo-core-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #137d75 !important;
}

.ceo-core-header-actions,
.ceo-recommendation footer,
.ceo-briefing-actions {
  flex-wrap: wrap;
  gap: 8px;
}

.ceo-core-light {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(100, 116, 139, .12);
  background: #64748b;
}

.ceo-core-light.green { background: #0f9d75; box-shadow: 0 0 0 4px rgba(15, 157, 117, .13); }
.ceo-core-light.amber { background: #e79516; box-shadow: 0 0 0 4px rgba(231, 149, 22, .14); }
.ceo-core-light.red { background: #d04444; box-shadow: 0 0 0 4px rgba(208, 68, 68, .14); }

.ceo-core-guardrail {
  margin: 16px 0 12px;
  padding: 11px 13px;
  border: 1px solid #d9e7e4;
  border-radius: 10px;
  background: #f3faf8;
  color: #315e59;
  line-height: 1.45;
}

.ceo-core-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.ceo-core-metric {
  padding: 12px;
  border: 1px solid #e5eaf0;
  border-radius: 10px;
  background: #fbfcfe;
}

.ceo-core-metric strong,
.ceo-core-metric span {
  display: block;
}

.ceo-core-metric strong {
  color: #0b1d38;
  font-size: 22px;
}

.ceo-core-metric span {
  margin-top: 2px;
  color: #64748b;
  font-size: 11px;
}

.ceo-executive-lines {
  margin: 12px 0;
  padding: 12px 14px;
  border-left: 3px solid #15958a;
  background: #f7fbfb;
}

.ceo-executive-lines p {
  margin: 3px 0;
  color: #334155;
}

.ceo-core-list-head {
  justify-content: space-between;
  margin: 17px 0 9px;
}

.ceo-core-list-head h2 {
  margin: 0;
  font-size: 16px;
}

.ceo-core-list-head span {
  min-width: 28px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #e9eff6;
  text-align: center;
  color: #334155;
  font-weight: 700;
}

.ceo-recommendation-list {
  display: grid;
  gap: 10px;
}

.ceo-recommendation {
  padding: 14px 15px;
  border: 1px solid #e1e7ef;
  border-left: 4px solid #9aa9bb;
  border-radius: 10px;
  background: #fff;
}

.ceo-recommendation.priority-critical { border-left-color: #d04444; }
.ceo-recommendation.priority-high { border-left-color: #e79516; }
.ceo-recommendation.priority-medium { border-left-color: #2b78bd; }
.ceo-recommendation.priority-low { border-left-color: #6b7b8d; }

.ceo-recommendation header {
  justify-content: space-between;
  gap: 10px;
}

.ceo-recommendation-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: #65758a;
  font-size: 11px;
}

.ceo-recommendation-meta > span,
.ceo-status,
.ceo-priority {
  padding: 3px 7px;
  border-radius: 999px;
  background: #eef2f6;
}

.ceo-priority {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ceo-priority.critical { background: #c43c3c; }
.ceo-priority.high { background: #c7770b; }
.ceo-priority.medium { background: #276ca7; }
.ceo-priority.low { background: #66778a; }

.ceo-status {
  color: #39506a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.ceo-recommendation h3 {
  margin: 10px 0 5px;
  color: #102a4a;
  font-size: 15px;
}

.ceo-recommendation p {
  margin: 0 0 10px;
  color: #52647a;
  line-height: 1.45;
}

.ceo-action-copy {
  display: grid;
  grid-template-columns: minmax(112px, auto) 1fr;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 8px;
  background: #f4f7fa;
  color: #243b55;
}

.ceo-impact {
  margin: 9px 0;
  color: #4f6278;
  font-size: 12px;
}

.ceo-missing {
  margin: 8px 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff6e8;
  color: #885908;
  font-size: 12px;
}

.ceo-prepared {
  align-self: center;
  color: #12746b;
  font-size: 12px;
  font-weight: 700;
}

.ceo-core-empty {
  padding: 24px;
  border: 1px dashed #cad4df;
  border-radius: 10px;
  color: #64748b;
  text-align: center;
}

.ceo-explain-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
}

.ceo-explain-grid > div {
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
}

.ceo-explain-grid strong,
.ceo-explain-grid span,
.ceo-explain-grid small {
  display: block;
}

.ceo-explain-grid span {
  margin: 5px 0;
  color: #173654;
  font-weight: 700;
}

.ceo-explain-section {
  margin-top: 16px;
}

.ceo-explain-section h3 {
  margin-bottom: 7px;
}

.ceo-source-row {
  display: grid;
  gap: 4px;
  padding: 10px 11px;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
  margin-bottom: 7px;
}

.ceo-source-row span,
.ceo-source-row small {
  color: #637287;
}

.ceo-briefing {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e7ee;
}

.ceo-briefing h3 {
  margin: 12px 0 8px;
}

.ceo-briefing-decisions {
  display: grid;
  gap: 7px;
}

.ceo-briefing-decision {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border: 1px solid #e4e9ef;
  border-radius: 8px;
}

.ceo-briefing-decision strong,
.ceo-briefing-decision small {
  display: block;
}

.ceo-briefing-decision small {
  margin-top: 2px;
  color: #637287;
}

.ceo-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  align-items: center;
}

.ceo-sequence span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #edf4f7;
  color: #36576a;
  font-size: 11px;
}

.ceo-briefing-actions {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .ceo-core-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ceo-core-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ceo-action-copy,
  .ceo-explain-grid {
    grid-template-columns: 1fr;
  }

  .ceo-briefing-decision {
    grid-template-columns: auto 1fr;
  }

  .ceo-briefing-decision button {
    grid-column: 1 / -1;
  }
}
