/* PDR-0012 coaching-nugget layer — inline, owner-gated advisory coaching on
   authoring surfaces. Generalizes the investigation-warnings banner. All
   advisory: these coach, never block. */

.coaching-nuggets {
  margin: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Override .message-box's row/space-between layout — a nugget is a titled block
   with a body line and an optional fix hint, left-aligned. */
.coaching-nugget.message-box,
.coaching-nugget {
  display: block;
  text-align: left;
  margin: 0;
}

.coaching-nugget-title {
  font-weight: 600;
}

.coaching-nugget-fix {
  margin-top: 0.35rem;
  font-size: 0.9em;
  color: var(--text-secondary);
}

/* Modality D — the "Scaffold a clock" CTA button beneath a conditional tip. */
.coaching-nugget-cta {
  margin-top: 0.5rem;
}

/* :dial — the expandable "two schools of thought" card. Neutral surface (a
   trade-off is not a warning), synthesis shown by default. */
.coaching-dial {
  padding: 0.75rem;
  border-radius: var(--radius-control);
  background: var(--bg-hover);
  border: 1px solid var(--border-primary);
  color: var(--text-primary);
}

.coaching-dial-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.coaching-dial-synthesis {
  margin: 0.5rem 0 0;
  color: var(--text-secondary);
}

.coaching-dial-poles {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.coaching-dial-pole {
  padding: 0.4rem 0.5rem;
  border-left: 2px solid var(--border-primary);
  color: var(--text-primary);
}

.coaching-source {
  color: var(--text-muted);
  font-size: 0.9em;
}
