/* Follow-up call list and setup, on the CRM's quiet light/dark surfaces. */
.follow-up { width: 100%; max-width: 1100px; margin: 0 auto; padding-bottom: 40px; font-size: 15px; line-height: 1.6; }
.follow-up h2 { font-size: 26px; line-height: 1.25; margin-bottom: 8px; }
.follow-up h3 { font-size: 20px; line-height: 1.35; margin: 36px 0 16px; }
.follow-up h4 { font-size: 16px; margin: 24px 0 12px; }
.follow-up h5 { font-size: 15px; margin-bottom: 8px; }
.fu-heading { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.fu-heading p, .fu-help, .fu-item small { color: var(--text-3); }
.fu-help { font-size: 14px; max-width: 72ch; }
.follow-up .btn, .follow-up .select { min-height: 44px; height: auto; white-space: normal; }
.follow-up .field { display: flex; flex-direction: column; gap: 8px; margin: 0; }
.follow-up .field-label { font: inherit; font-weight: 600; letter-spacing: normal; text-transform: none; }
.fu-feedback { min-height: 24px; margin: 16px 0; overflow-wrap: anywhere; }
.fu-feedback.is-error { color: var(--danger-fg); }
.fu-notice { padding: 16px; margin: 16px 0; background: var(--surface-2); border: 1px solid var(--border); }
.fu-toolbar { display: flex; flex-wrap: wrap; align-items: end; gap: 16px 24px; margin: 20px 0; }
.fu-office { min-width: 240px; }
.fu-list { list-style: none; padding: 0; margin: 0; }
.fu-item { display: grid; grid-template-columns: minmax(180px, 1.2fr) minmax(200px, 1fr) minmax(0, 2fr); gap: 16px 24px; padding: 18px 0; border-top: 1px solid var(--border); align-items: start; }
.fu-who, .fu-state { display: flex; flex-direction: column; gap: 4px; min-width: 0; overflow-wrap: anywhere; }
.fu-phone { font-variant-numeric: tabular-nums; }
.fu-count { font-weight: 600; }
.fu-late { color: var(--danger-fg); }
.fu-again { color: var(--warn-fg); }
.fu-ok { color: var(--text-2); }
.fu-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.fu-empty { padding: 24px 0; color: var(--text-3); }
.fu-admin { border-top: 1px solid var(--border); margin-top: 32px; }
.fu-ready { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px 24px; margin: 0 0 20px; }
.fu-ready dt { font-weight: 600; }
.fu-ready dd { margin: 0; color: var(--text-2); }
.fu-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin: 16px 0; }
.fu-offices, .fu-metrics { width: 100%; border-collapse: collapse; font-size: 14px; }
.fu-offices th, .fu-offices td, .fu-metrics th, .fu-metrics td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--border-faint); vertical-align: top; }
.fu-template, .fu-plan li { border-bottom: 1px solid var(--border-faint); padding: 16px 0; }
.fu-copy { white-space: pre-wrap; overflow-wrap: anywhere; color: var(--text-2); }
.fu-preview-tools { display: flex; flex-wrap: wrap; align-items: end; gap: 16px; margin: 20px 0; }
.fu-plan ol, .fu-queue { padding-left: 20px; }
.fu-check { display: flex; align-items: center; gap: 12px; min-height: 44px; margin: 16px 0; cursor: pointer; }
.fu-check input { width: 20px; height: 20px; accent-color: var(--accent); }
.follow-up :focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
@media (max-width: 760px) {
  .fu-heading { flex-direction: column; gap: 12px; }
  .fu-item { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .fu-offices, .fu-metrics { display: block; overflow-x: auto; }
}
.fu-off { border-color: var(--border-strong); }
.fu-off p { margin: 0; }
.fu-off p + p { margin-top: 4px; color: var(--text-2); }
.fu-scopes { display: flex; flex-wrap: wrap; gap: 8px; }
.fu-scopes .btn.is-active { background: var(--surface-3); border-color: var(--border-strong); color: var(--text); }
.fu-owner { color: var(--text-2); font-size: 14px; }
.fu-owner.is-queue { color: var(--warn-fg); }
.fu-owner-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 4px; }
