.camp-promotion-panel {
  display: grid;
  gap: 18px;
  font-size: 15px;
  line-height: 1.6;
}

.appetizer-readiness {
  padding: 16px;
  border: 1px solid #dce7ee;
  border-radius: 14px;
  background: #fbfdff;
}

.appetizer-readiness:empty {
  display: none;
}

.appetizer-readiness-head,
.appetizer-readiness-check {
  display: flex;
  align-items: center;
}

.appetizer-readiness-head {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}

.appetizer-readiness-head strong {
  color: #203c4d;
  font-size: 17px;
}

.appetizer-readiness-kicker {
  margin: 0 0 3px;
  color: #668394;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.appetizer-readiness-status {
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef4f7;
  color: #526f80;
  font-size: 13px;
  font-weight: 700;
}

.appetizer-readiness-status.is-ready {
  background: #e9f8ef;
  color: #267046;
}

.appetizer-readiness-status.is-attention {
  background: #fff5df;
  color: #8a601b;
}

.appetizer-readiness-status.is-blocked,
.appetizer-readiness-status.is-paused {
  background: #fff0ed;
  color: #9a4a3b;
}

.appetizer-readiness-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.appetizer-readiness-check {
  align-items: flex-start;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid #e5edf2;
  border-radius: 10px;
  background: #fff;
}

.appetizer-readiness-check > span {
  color: #2f8a58;
  font-weight: 800;
}

.appetizer-readiness-check.is-blocked > span {
  color: #b45c42;
}

.appetizer-readiness-check strong,
.appetizer-readiness-check small {
  display: block;
}

.appetizer-readiness-check strong {
  color: #36505f;
  font-size: 14px;
}

.appetizer-readiness-check small {
  margin-top: 2px;
  color: #7b8f9a;
  font-size: 13px;
  line-height: 1.5;
}

.appetizer-readiness-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-top: 12px;
  color: #5c7482;
  font-size: 14px;
}

.appetizer-readiness-warning {
  margin: 9px 0 0;
  color: #8a601b;
  font-size: 14px;
}

.appetizer-model-status {
  margin: 0;
  padding: 11px 14px;
  border: 1px solid #d8e7f2;
  border-radius: 12px;
  background: #f5faff;
  color: #34566f;
  font-size: 14px;
}

.appetizer-model-status.is-ready {
  border-color: #b9e0cb;
  background: #f0faf4;
  color: #276442;
}

.appetizer-model-status.is-warning {
  border-color: #f0d5a8;
  background: #fff9ef;
  color: #825a1f;
}

.appetizer-task-list {
  display: grid;
  gap: 18px;
}

.appetizer-task-card {
  overflow: hidden;
  border: 1px solid #dfe9f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 16px rgb(28 60 83 / 5%);
}

.appetizer-task-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid #edf2f6;
  background: linear-gradient(135deg, #fbfdff, #f4f9fc);
}

.appetizer-task-header h3 {
  margin: 4px 0 5px;
  font-size: 18px;
  line-height: 1.4;
  color: #203848;
}
.appetizer-task-schedule {
  margin: 0 0 6px;
  font-size: 13px;
}

.appetizer-day-label {
  margin: 0;
  color: #4f809f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.appetizer-empty-challenge {
  margin: 0;
  padding: 20px;
}

.appetizer-challenge-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 14px 18px 0;
  color: #6a7c88;
  font-size: 14px;
}

.appetizer-selection-summary {
  margin: 12px 18px 0;
  padding: 11px 13px;
  border-left: 3px solid #67a8d0;
  border-radius: 0 9px 9px 0;
  background: #f6fafc;
  color: #405967;
  line-height: 1.65;
  font-size: 15px;
}

.appetizer-slots {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.appetizer-slot {
  padding: 14px;
  border: 1px solid #e2ebf1;
  border-radius: 13px;
  background: #fbfdfe;
}

.appetizer-slot-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}

.appetizer-slot-title strong {
  color: #25485f;
}

.appetizer-slot-title span {
  color: #6d8492;
  font-size: 14px;
}

.appetizer-candidate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.appetizer-candidate {
  min-width: 0;
  padding: 12px;
  border: 1px solid #e5ebef;
  border-radius: 11px;
  background: #fff;
}

.appetizer-candidate.is-selectable {
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.appetizer-candidate.is-selectable:hover,
.appetizer-candidate.is-selectable:focus-visible {
  border-color: #2498db;
  box-shadow: 0 6px 18px rgb(35 141 202 / 14%);
  outline: none;
  transform: translateY(-1px);
}

.appetizer-candidate.is-selecting {
  opacity: 0.68;
  pointer-events: none;
}

.appetizer-candidate-action {
  margin-left: auto;
  color: #168bd0;
  font-size: 12px;
  white-space: nowrap;
}

.appetizer-selection-help {
  margin: 0 0 12px;
  color: #4c829f;
}

.appetizer-candidate.is-primary {
  border-color: #80b9dc;
  box-shadow: inset 0 0 0 1px rgb(85 157 201 / 15%);
}

.appetizer-candidate-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #4a7793;
  font-size: 14px;
  font-weight: 700;
}

.appetizer-candidate-heading code {
  overflow: hidden;
  color: #8797a1;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.appetizer-question-stem {
  margin: 10px 0;
  color: #253a47;
  font-size: 15px;
  line-height: 1.65;
}

.appetizer-selection-reason {
  margin: 9px 0 0;
  color: #58717f;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .appetizer-readiness-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .appetizer-candidate-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .appetizer-readiness-checks {
    grid-template-columns: 1fr;
  }

  .appetizer-task-header {
    flex-direction: column;
  }

  .appetizer-task-header .inline-actions {
    width: 100%;
  }
}
