
.campaign-step-card[data-v-bd45ae76] {
  border-radius: 16px;
  border: 1px solid #e2e8f0; /* slate-200 */
  background-color: #ffffff;
  padding: 22px 28px 24px;
  margin-bottom: 16px;
  width: 100%;
  overflow: visible;
}
.campaign-step-card__header[data-v-bd45ae76] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.campaign-step-card__badge[data-v-bd45ae76] {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 999px;
  background-color: #eff6ff; /* soft blue */
  border: 1px solid #dbeafe; /* blue-100 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-step-card__badge-index[data-v-bd45ae76] {
  font-size: 14px;
  font-weight: 600;
  color: #1d4ed8; /* blue-700 */
}
.campaign-step-card__badge-icon[data-v-bd45ae76] {
  color: #1d4ed8; /* blue-700 */
  display: block;
  flex-shrink: 0;
}
.campaign-step-card__badge-icon[data-v-bd45ae76] svg {
  display: block;
  width: 18px;
  height: 18px;
}
.campaign-step-card__text[data-v-bd45ae76] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.campaign-step-card__title[data-v-bd45ae76] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #0f172a; /* slate-900 */
}
.campaign-step-card__description[data-v-bd45ae76] {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #64748b; /* slate-500 */
}
.campaign-step-card__body[data-v-bd45ae76] {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Responsivo */
@media (max-width: 768px) {
.campaign-step-card[data-v-bd45ae76] {
    padding: 14px 14px 16px;
}
.campaign-step-card__header[data-v-bd45ae76] {
    gap: 10px;
}
}

.step-config[data-v-993d1549] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-config__form[data-v-993d1549] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  /* border: 1px solid #e2e8f0; */
  border-radius: 14px;
  background: #fff;
}
.step-config__row[data-v-993d1549] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.step-config__field[data-v-993d1549] {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.step-config__field--grow[data-v-993d1549] {
  flex: 1.2 1 0;
}
.step-config__field--full[data-v-993d1549] {
  flex: 1 1 100%;
}
.step-config__label[data-v-993d1549] {
  display: block;
  margin-bottom: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
}

/* Warming banner */
.step-config__warming[data-v-993d1549] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fef9c3;
  border: 1px solid #fde68a;
}
.step-config__warming-icon[data-v-993d1549] {
  color: #d97706;
  flex-shrink: 0;
  margin-top: 2px;
}
.step-config__warming-content[data-v-993d1549] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.step-config__warming-title[data-v-993d1549] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #92400e;
}
.step-config__warming-text[data-v-993d1549] {
  margin: 0;
  font-size: 0.8rem;
  color: #a16207;
  line-height: 1.5;
}

/* Automation selector */
.step-config__automation[data-v-993d1549] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}
.step-config__automation-tabs[data-v-993d1549] {
  display: flex;
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.step-config__automation-tab[data-v-993d1549] {
  flex: 1;
  padding: 10px 16px;
  border: none;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-align: center;
}
.step-config__automation-tab[data-v-993d1549]:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.step-config__automation-tab--active[data-v-993d1549] {
  background: #6366f1;
  color: #fff;
}
.step-config__automation-tab[data-v-993d1549]:hover:not(.step-config__automation-tab--active) {
  background: #f1f5f9;
}
.step-config__automation-body[data-v-993d1549] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-config__automation-hint[data-v-993d1549] {
  font-size: 0.78rem;
  color: #94a3b8;
  font-style: italic;
}

/* Normalize input/combo heights */
.step-config[data-v-993d1549] .input-default-ui-container--md,
.step-config[data-v-993d1549] .combo-trigger {
  min-height: 42px;
  height: 42px;
}
.step-config[data-v-993d1549] .combo-trigger {
  display: flex;
  align-items: center;
}
.step-config[data-v-993d1549] .input-default-ui-wrapper {
  gap: 0;
}
.step-config[data-v-993d1549] .input-default-ui-label {
  margin-bottom: 6px;
}

/* Create bot form */
.create-bot-form[data-v-993d1549] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.create-bot-form__error[data-v-993d1549] {
  margin: 0;
  font-size: 0.8rem;
  color: #dc3545;
}
@media (max-width: 768px) {
.step-config__row[data-v-993d1549] {
    flex-direction: column;
}
.step-config__form[data-v-993d1549] {
    padding: 16px;
}
}

.rcs-template-selector[data-v-0b40ae17] {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rcs-field-label[data-v-0b40ae17] {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #475569; /* slate-600 */
}
.rcs-template-loading[data-v-0b40ae17] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 14px;
  border-radius: 10px;
  background-color: #f8fafc;
  color: #64748b;
  font-size: 0.9rem;
}
.rcs-template-empty[data-v-0b40ae17] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 20px;
  border-radius: 10px;
  border: 1px dashed #cbd5e1;
  background-color: #f9fafb;
  color: #9ca3af;
  font-size: 0.9rem;
}
.rcs-template-empty i[data-v-0b40ae17] {
  font-size: 2rem;
  color: #cbd5e1;
}
.rcs-template-list[data-v-0b40ae17] {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 0 0 1px rgba(148, 163, 184, 0.12);
}
.rcs-template-item[data-v-0b40ae17] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.08s ease;
}
.rcs-template-item[data-v-0b40ae17]:last-child {
  border-bottom: none;
}
.rcs-template-item[data-v-0b40ae17]:hover {
  background-color: #eff6ff;
}
.rcs-template-item--selected[data-v-0b40ae17] {
  background-color: #eff6ff;
  box-shadow: inset 2px 0 0 0 #2563eb;
}
.rcs-template-item-icon[data-v-0b40ae17] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 1rem;
  flex-shrink: 0;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.08s ease;
}
.rcs-template-item--selected .rcs-template-item-icon[data-v-0b40ae17] {
  background: #2563eb;
  color: #ffffff;
  transform: scale(1.02);
}
.rcs-template-item-info[data-v-0b40ae17] {
  flex: 1;
  min-width: 0;
}
.rcs-template-item-name[data-v-0b40ae17] {
  font-weight: 600;
  font-size: 0.9rem;
  color: #0f172a;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcs-template-item-desc[data-v-0b40ae17] {
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 2px;
  line-height: 1.4;
}
.rcs-template-item-check[data-v-0b40ae17] {
  color: #16a34a;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.rcs-rich-card[data-v-60d676e1] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
.rcs-field-group[data-v-60d676e1] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rcs-field-label[data-v-60d676e1] {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #475569; /* slate-600 */
}
.rcs-input[data-v-60d676e1] {
  flex: 1;
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0; /* slate-200 */
  background-color: #ffffff;
  font-size: 0.85rem;
  color: #0f172a;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.rcs-input[data-v-60d676e1]::-moz-placeholder {
  color: #9ca3af;
}
.rcs-input[data-v-60d676e1]::placeholder {
  color: #9ca3af;
}
.rcs-input[data-v-60d676e1]:focus {
  outline: none;
  border-color: #3b82f6; /* azul primário */
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.4),
    0 0 0 4px rgba(59, 130, 246, 0.08);
}
.rcs-textarea[data-v-60d676e1] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 0.85rem;
  resize: vertical;
  font-family: inherit;
  background-color: #ffffff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.rcs-textarea[data-v-60d676e1]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.4),
    0 0 0 4px rgba(59, 130, 246, 0.08);
}
.rcs-media-type-row[data-v-60d676e1] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
  border-radius: 999px;
  background-color: #f9fafb;
}
.rcs-radio-label[data-v-60d676e1] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  color: #4b5563;
  cursor: pointer;
}
.rcs-radio-label input[type='radio'][data-v-60d676e1] {
  accent-color: #2563eb;
}
.rcs-suggestion-row[data-v-60d676e1] {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  align-items: center;
}
.rcs-select-small[data-v-60d676e1] {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  font-size: 0.8rem;
  min-width: 120px;
  color: #0f172a;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.rcs-select-small[data-v-60d676e1]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.4),
    0 0 0 3px rgba(59, 130, 246, 0.08);
}
.rcs-remove-btn[data-v-60d676e1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.08s ease;
}
.rcs-remove-btn[data-v-60d676e1]:hover {
  background: #fee2e2;
  border-color: #f87171;
  box-shadow: 0 2px 6px rgba(248, 113, 113, 0.3);
  transform: translateY(-0.5px);
}
.rcs-add-btn[data-v-60d676e1] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px dashed #cbd5e1;
  background: #f9fafb;
  color: #475569;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.rcs-add-btn[data-v-60d676e1]:hover {
  border-color: #22c55e;
  color: #16a34a;
  background: #ecfdf3;
  box-shadow: 0 1px 4px rgba(34, 197, 94, 0.25);
  transform: translateY(-0.5px);
}
@media (max-width: 900px) {
.rcs-suggestion-row[data-v-60d676e1] {
    flex-direction: column;
    align-items: stretch;
}
}

.rcs-carousel[data-v-69320dea] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}
.rcs-field-group[data-v-69320dea] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 4px;
}
.rcs-field-label[data-v-69320dea] {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #475569; /* slate-600 */
}
.rcs-field-label-sm[data-v-69320dea] {
  display: block;
  font-weight: 500;
  font-size: 0.8rem;
  color: #64748b; /* slate-500 */
}
.rcs-input[data-v-69320dea] {
  flex: 1;
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0; /* slate-200 */
  background-color: #ffffff;
  font-size: 0.85rem;
  color: #0f172a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.rcs-input[data-v-69320dea]::-moz-placeholder {
  color: #9ca3af;
}
.rcs-input[data-v-69320dea]::placeholder {
  color: #9ca3af;
}
.rcs-input[data-v-69320dea]:focus {
  outline: none;
  border-color: #3b82f6; /* azul primário */
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.4),
    0 0 0 4px rgba(59, 130, 246, 0.08);
  background-color: #ffffff;
}
.rcs-media-type-row[data-v-69320dea] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
  border-radius: 999px;
  background-color: #f9fafb;
}
.rcs-radio-label[data-v-69320dea] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  color: #4b5563;
  cursor: pointer;
}
.rcs-radio-label input[type='radio'][data-v-69320dea] {
  accent-color: #2563eb;
}
.rcs-cards-list[data-v-69320dea] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.rcs-card-item[data-v-69320dea] {
  border-radius: 12px;
  padding: 14px 14px 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(148, 163, 184, 0.12);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}
.rcs-card-item[data-v-69320dea]:hover {
  border-color: #2563eb;
  box-shadow:
    0 4px 14px rgba(15, 23, 42, 0.15),
    0 0 0 1px rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
}
.rcs-card-header[data-v-69320dea] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.rcs-card-number[data-v-69320dea] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.rcs-suggestion-row[data-v-69320dea] {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
  align-items: center;
}
.rcs-select-small[data-v-69320dea] {
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  font-size: 0.8rem;
  min-width: 100px;
  color: #0f172a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.rcs-select-small[data-v-69320dea]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.4),
    0 0 0 3px rgba(59, 130, 246, 0.08);
}
.rcs-remove-btn-small[data-v-69320dea] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 999px;
  background: #fef2f2;
  color: #b91c1c;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.15s ease, transform 0.08s ease, box-shadow 0.15s ease;
}
.rcs-remove-btn-small[data-v-69320dea]:hover {
  background: #fee2e2;
  box-shadow: 0 2px 6px rgba(248, 113, 113, 0.35);
  transform: translateY(-0.5px);
}
.rcs-add-btn-small[data-v-69320dea] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px dashed #cbd5e1;
  background: #f9fafb;
  color: #64748b;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 500;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.rcs-add-btn-small[data-v-69320dea]:hover {
  border-color: #22c55e;
  color: #16a34a;
  background: #ecfdf3;
  box-shadow: 0 1px 3px rgba(34, 197, 94, 0.2);
}
.rcs-add-btn[data-v-69320dea] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px dashed #cbd5e1;
  background: #f9fafb;
  color: #475569;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.1s ease;
}
.rcs-add-btn[data-v-69320dea]:hover {
  border-color: #2563eb;
  color: #1d4ed8;
  background: #eff6ff;
  box-shadow:
    0 2px 8px rgba(37, 99, 235, 0.22),
    0 0 0 1px rgba(191, 219, 254, 0.9);
  transform: translateY(-0.5px);
}
@media (max-width: 900px) {
.rcs-suggestion-row[data-v-69320dea] {
    flex-direction: column;
    align-items: stretch;
}
}

/* ===== TRANSITION ===== */
.rcs-fade-enter-active[data-v-ef846c39],
.rcs-fade-leave-active[data-v-ef846c39] {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.rcs-fade-enter[data-v-ef846c39],
.rcs-fade-leave-to[data-v-ef846c39] {
  opacity: 0;
  transform: translateY(8px);
}

/* ===== SECTION HEADER ===== */
.rcs-section-header[data-v-ef846c39] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 4px;
}
.rcs-section-icon[data-v-ef846c39] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 18px;
  flex-shrink: 0;
}
.rcs-section-title[data-v-ef846c39] {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

/* ===== TYPE SELECTOR ===== */
.rcs-type-selector[data-v-ef846c39] {
  padding: 16px 20px;
}
.rcs-type-label[data-v-ef846c39] {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #475569;
}
.rcs-type-cards[data-v-ef846c39] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.rcs-type-card[data-v-ef846c39] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.rcs-type-card[data-v-ef846c39]:hover {
  border-color: #bfdbfe;
  background: #eff6ff;
}
.rcs-type-card--active[data-v-ef846c39] {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.rcs-type-card-icon[data-v-ef846c39] {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #6b7280;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.rcs-type-card--active .rcs-type-card-icon[data-v-ef846c39] {
  background: #dbeafe;
  color: #2563eb;
}
.rcs-type-card-info[data-v-ef846c39] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.rcs-type-card-name[data-v-ef846c39] {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.2;
}
.rcs-type-card-desc[data-v-ef846c39] {
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rcs-type-card--active .rcs-type-card-name[data-v-ef846c39] {
  color: #1d4ed8;
}

/* ===== CONTENT SECTION ===== */
.rcs-content-section[data-v-ef846c39] {
  padding: 0 20px 20px;
}
.rcs-field-group[data-v-ef846c39] {
  margin-bottom: 16px;
}
.rcs-field-label[data-v-ef846c39] {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.85rem;
  color: #475569;
}
.rcs-char-limit[data-v-ef846c39] {
  font-weight: 400;
  color: #9ca3af;
  font-size: 0.8rem;
}
.rcs-textarea[data-v-ef846c39] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.9rem;
  resize: vertical;
  font-family: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.rcs-textarea[data-v-ef846c39]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.4),
    0 0 0 4px rgba(59, 130, 246, 0.08);
}

/* ===== CHARACTER PROGRESS BAR ===== */
.rcs-char-progress[data-v-ef846c39] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.rcs-char-progress-bar[data-v-ef846c39] {
  flex: 1;
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  overflow: hidden;
}
.rcs-char-progress-fill[data-v-ef846c39] {
  height: 100%;
  background: #10b981;
  border-radius: 2px;
  transition: width 0.15s ease, background 0.2s ease;
}
.rcs-char-progress-fill--warning[data-v-ef846c39] {
  background: #f59e0b;
}
.rcs-char-progress-fill--danger[data-v-ef846c39] {
  background: #ef4444;
}
.rcs-char-count[data-v-ef846c39] {
  font-size: 0.8rem;
  color: #9ca3af;
  font-variant-numeric: tabular-nums;
  min-width: 50px;
  text-align: right;
}
.rcs-char-count--warning[data-v-ef846c39] {
  color: #f59e0b;
}
.rcs-char-count--danger[data-v-ef846c39] {
  color: #ef4444;
  font-weight: 600;
}

/* ===== LIVE CHIPS PREVIEW ===== */
.rcs-chips-preview[data-v-ef846c39] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  padding: 10px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px dashed #e5e7eb;
}
.rcs-chip-live[data-v-ef846c39] {
  padding: 5px 12px;
  border: 1.5px solid #10b981;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #059669;
  background: #ecfdf5;
  animation: rcs-chip-pop-ef846c39 0.2s ease;
}
@keyframes rcs-chip-pop-ef846c39 {
0% { transform: scale(0.85); opacity: 0;
}
100% { transform: scale(1); opacity: 1;
}
}

/* ===== INPUTS ===== */
.rcs-input[data-v-ef846c39] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.85rem;
  background-color: #ffffff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}
.rcs-input[data-v-ef846c39]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow:
    0 0 0 1px rgba(59, 130, 246, 0.4),
    0 0 0 4px rgba(59, 130, 246, 0.08);
}
.rcs-suggestion-row[data-v-ef846c39] {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  align-items: center;
}
.rcs-remove-btn[data-v-ef846c39] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  background: #fef2f2;
  color: #ef4444;
  cursor: pointer;
  transition: all 0.15s ease;
}
.rcs-remove-btn[data-v-ef846c39]:hover {
  background: #fee2e2;
  border-color: #f87171;
}
.rcs-add-btn[data-v-ef846c39] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px dashed #cbd5e1;
  border-radius: 999px;
  background: #f9fafb;
  color: #475569;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.rcs-add-btn[data-v-ef846c39]:hover {
  border-color: #2563eb;
  color: #1d4ed8;
  background: #eff6ff;
  box-shadow:
    0 2px 8px rgba(37, 99, 235, 0.18),
    0 0 0 1px rgba(191, 219, 254, 0.9);
  transform: translateY(-0.5px);
}
.rcs-suggestions-section[data-v-ef846c39] {
  margin-top: 16px;
}

/* ===== VARIABLES ===== */
.rcs-variables-bar[data-v-ef846c39] {
  margin-top: 8px;
  position: relative;
}
.rcs-variables-toggle[data-v-ef846c39] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 12px;
  color: #64748b;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #f9fafb;
  transition: all 0.15s ease;
}
.rcs-variables-toggle[data-v-ef846c39]:hover {
  border-color: #2563eb;
  color: #2563eb;
  background: #eff6ff;
}
.rcs-variables-dropdown[data-v-ef846c39] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  max-height: 240px;
  overflow-y: auto;
  padding: 6px;
}
.rcs-variables-group[data-v-ef846c39] {
  padding: 4px 0;
}
.rcs-variables-group + .rcs-variables-group[data-v-ef846c39] {
  border-top: 1px solid #f3f4f6;
  margin-top: 4px;
  padding-top: 8px;
}
.rcs-variables-group-title[data-v-ef846c39] {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  padding: 4px 10px;
}
.rcs-variable-item[data-v-ef846c39] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #374151;
  transition: background 0.1s ease;
}
.rcs-variable-item[data-v-ef846c39]:hover {
  background: #eff6ff;
}
.rcs-variable-item i[data-v-ef846c39] {
  font-size: 16px;
  color: #6b7280;
  width: 20px;
  text-align: center;
}
.rcs-variable-item code[data-v-ef846c39] {
  margin-left: auto;
  font-size: 11px;
  color: #9ca3af;
  background: #f3f4f6;
  padding: 1px 6px;
  border-radius: 4px;
}

/* ===== FALLBACK ===== */
.rcs-fallback-section[data-v-ef846c39] {
  margin: 0 20px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.rcs-fallback-header[data-v-ef846c39] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: #f8fafc;
}
.rcs-fallback-info[data-v-ef846c39] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rcs-fallback-info > i[data-v-ef846c39] {
  font-size: 20px;
  color: #6b7280;
}
.rcs-fallback-title[data-v-ef846c39] {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.2;
}
.rcs-fallback-desc[data-v-ef846c39] {
  display: block;
  font-size: 11px;
  color: #9ca3af;
}
.rcs-fallback-body[data-v-ef846c39] {
  padding: 14px 16px;
  border-top: 1px solid #e5e7eb;
}


.wa-vars[data-v-6048e20c] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  /* border-top: 1px solid #e2e8f0; */
}
.wa-vars__title[data-v-6048e20c] {
  margin: 0 0 4px 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
}
.wa-vars__section[data-v-6048e20c] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wa-vars__label[data-v-6048e20c] {
  font-size: 0.8rem;
  font-weight: 500;
  color: #475569;
}
.wa-vars__input-row[data-v-6048e20c] {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 8px;
}

/* Alinha altura do botão ao input sm (34px) */
.wa-vars__input-row[data-v-6048e20c] .button-default-ui {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  flex-shrink: 0;
  border-radius: 8px;
}
.wa-vars__input-flex[data-v-6048e20c] {
  flex: 1;
  min-width: 0;
}

/* Dropdown de variáveis (mesmo padrão do Campaign.vue / campaign.css) */
.campaign-variables-dropdown[data-v-6048e20c] {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  min-width: 360px;
  max-width: 400px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.campaign-variables-dropdown--portal[data-v-6048e20c] {
  position: fixed;
  /* Mantido fora da viewport até o JS calcular a posição real e
     aplicar top/left via style inline. */
  top: -9999px;
  left: -9999px;
  right: auto;
  margin-top: 0;
  z-index: 2147483000;
  pointer-events: none;
}

/* Quando posicionado, o style inline sobrescreve top/left e liberamos eventos */
.campaign-variables-dropdown--portal.campaign-variables-dropdown--show[data-v-6048e20c] {
  pointer-events: auto;
}
.campaign-variables-dropdown--show[data-v-6048e20c] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.campaign-variables-dropdown-header[data-v-6048e20c] {
  padding: 16px;
  border-bottom: 1px solid #f1f5f9;
  background: #f8fafc;
  border-radius: 12px 12px 0 0;
}
.campaign-variables-dropdown-title[data-v-6048e20c] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #334155;
  margin-bottom: 12px;
}
.campaign-variables-search[data-v-6048e20c] {
  position: relative;
}
.campaign-variables-search-input[data-v-6048e20c] {
  width: 100%;
}
.campaign-variables-list[data-v-6048e20c] {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 280px;
}
.campaign-variables-section[data-v-6048e20c] {
  padding: 12px 0;
}
.campaign-variables-section[data-v-6048e20c]:not(:last-child) {
  border-bottom: 1px solid #f1f5f9;
}
.campaign-variables-section-title[data-v-6048e20c] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px 8px 16px;
  font-weight: 600;
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.campaign-variable-item[data-v-6048e20c] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.campaign-variable-item[data-v-6048e20c]:hover {
  background: #f8fafc;
  border-left-color: #3b82f6;
  transform: translateX(2px);
}
.campaign-variable-item--custom[data-v-6048e20c]:hover {
  background: #fefce8;
  border-left-color: #eab308;
}
.campaign-variable-icon[data-v-6048e20c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #e0e7ff;
  border-radius: 8px;
  flex-shrink: 0;
}
.campaign-variable-icon--custom[data-v-6048e20c] {
  background: #fef3c7;
}
.campaign-variable-icon-inner[data-v-6048e20c] {
  font-size: 16px;
  color: #3730a3;
}
.campaign-variable-icon--custom .campaign-variable-icon-inner[data-v-6048e20c] {
  color: #92400e;
}
.campaign-variable-content[data-v-6048e20c] {
  flex: 1;
  min-width: 0;
}
.campaign-variable-name[data-v-6048e20c] {
  font-weight: 500;
  font-size: 14px;
  color: #1e293b;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campaign-variable-code[data-v-6048e20c] {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  color: #64748b;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
.campaign-variable-action[data-v-6048e20c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #f1f5f9;
  border-radius: 6px;
  color: #64748b;
  opacity: 0;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.campaign-variable-item:hover .campaign-variable-action[data-v-6048e20c] {
  opacity: 1;
  background: #3b82f6;
  color: #ffffff;
}
.campaign-variable-item--custom:hover .campaign-variable-action[data-v-6048e20c] {
  background: #eab308;
}
.campaign-variables-empty[data-v-6048e20c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.campaign-variables-empty-icon[data-v-6048e20c] {
  color: #cbd5e1;
  margin-bottom: 12px;
  font-size: 32px;
}
.campaign-variables-empty-text[data-v-6048e20c] {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}
.campaign-variables-footer[data-v-6048e20c] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
  border-radius: 0 0 12px 12px;
  font-size: 12px;
  color: #64748b;
}
.wa-vars__btn-icon[data-v-6048e20c] {
  flex-shrink: 0;
}
.wa-vars__file-input[data-v-6048e20c] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.wa-vars__count[data-v-6048e20c] {
  color: #94a3b8;
  font-size: 0.75rem;
}

.campaign-step-message-whatsapp[data-v-575c8577] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.campaign-step-message-whatsapp__header[data-v-575c8577] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.campaign-step-message-whatsapp__title[data-v-575c8577] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}
.campaign-step-message-whatsapp__actions[data-v-575c8577] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.campaign-step-message-whatsapp__btn-select[data-v-575c8577] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.campaign-step-message-whatsapp__btn-select[data-v-575c8577]:hover {
  border-color: #3b82f6;
  background: #eff6ff;
  color: #1d4ed8;
}
.campaign-step-message-whatsapp__badge[data-v-575c8577] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  color: #0369a1;
  font-size: 0.8rem;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.campaign-step-message-whatsapp__badge--lang[data-v-575c8577] {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #15803d;
}
.campaign-step-message-whatsapp__badge-text[data-v-575c8577] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.campaign-step-message-whatsapp__hint[data-v-575c8577] {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
}
.campaign-step-message-whatsapp__hint--success[data-v-575c8577] {
  color: #15803d;
}

.rotation-wa[data-v-657ad40a] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  overflow: visible;
}

/* ── Header ── */
.rotation-wa__header[data-v-657ad40a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.rotation-wa__header-left[data-v-657ad40a] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rotation-wa__title[data-v-657ad40a] {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
}
.rotation-wa__counter[data-v-657ad40a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #3b82f6;
  background: #eef2ff;
  padding: 0 6px;
  border-radius: 999px;
}
.rotation-wa__add-btn[data-v-657ad40a] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #3b82f6;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.rotation-wa__add-btn[data-v-657ad40a]:hover {
  border-color: #3b82f6;
  background: #eef2ff;
}

/* ── Hint (empty state) ── */
.rotation-wa__hint[data-v-657ad40a] {
  margin: 0;
  font-size: 0.82rem;
  color: #94a3b8;
  text-align: center;
  padding: 20px 0;
}

/* ── Drawer container ── */
.rotation-wa__drawer[data-v-657ad40a] {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  overflow: hidden;
}
.rotation-wa__drawer-list[data-v-657ad40a] {
  display: flex;
  flex-direction: column;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}

/* Custom scrollbar */
.rotation-wa__drawer-list[data-v-657ad40a]::-webkit-scrollbar {
  width: 5px;
}
.rotation-wa__drawer-list[data-v-657ad40a]::-webkit-scrollbar-track {
  background: transparent;
}
.rotation-wa__drawer-list[data-v-657ad40a]::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}
.rotation-wa__drawer-list[data-v-657ad40a]::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* ── Drawer item (row) ── */
.rotation-wa__item[data-v-657ad40a] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: background 0.15s, border-color 0.15s;
}
.rotation-wa__item[data-v-657ad40a]:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.rotation-wa__item[data-v-657ad40a]:hover {
  background: #f1f5f9;
}
.rotation-wa__item--active[data-v-657ad40a] {
  background: #eff6ff;
  border-left-color: #3b82f6;
  box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.1);
}
.rotation-wa__item--active[data-v-657ad40a]:hover {
  background: #e0f2fe;
}

/* Index badge */
.rotation-wa__item-index[data-v-657ad40a] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #e2e8f0;
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}
.rotation-wa__item-index--active[data-v-657ad40a] {
  background: #3b82f6;
  color: #fff;
}

/* Info column */
.rotation-wa__item-info[data-v-657ad40a] {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  flex: 1;
}
.rotation-wa__item-name[data-v-657ad40a] {
  font-size: 0.82rem;
  font-weight: 500;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rotation-wa__item--active .rotation-wa__item-name[data-v-657ad40a] {
  color: #1d4ed8;
  font-weight: 600;
}
.rotation-wa__item-lang[data-v-657ad40a] {
  font-size: 0.7rem;
  color: #94a3b8;
}

/* Remove button */
.rotation-wa__item-remove[data-v-657ad40a] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #cbd5e1;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  flex-shrink: 0;
  padding: 0;
  opacity: 0;
}
.rotation-wa__item:hover .rotation-wa__item-remove[data-v-657ad40a] {
  opacity: 1;
}
.rotation-wa__item-remove[data-v-657ad40a]:hover {
  background: #fee2e2;
  color: #dc2626;
}

/* ── Variables area ── */
.rotation-wa__vars[data-v-657ad40a] {
  min-width: 0;
  overflow: visible;
  padding-top: 12px;
}

.campaign-step-message[data-v-2f87b440] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}
.campaign-step-message__empty[data-v-2f87b440] {
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px dashed #e2e8f0;
  background: #f8fafc;
  text-align: center;
}
.campaign-step-message__empty-text[data-v-2f87b440] {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
}
.campaign-step-message__section--layout[data-v-2f87b440] {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.campaign-step-message__editor[data-v-2f87b440] {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign-step-message__field-row[data-v-2f87b440] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
}
.campaign-step-message__field-row--align-center[data-v-2f87b440] {
  align-items: center;
}
.campaign-step-message__field[data-v-2f87b440] {
  flex: 1 1 0;
  min-width: 180px;
  display: flex;
  flex-direction: column;
}
.campaign-step-message__field--grow[data-v-2f87b440] {
  flex: 2 1 260px;
}
.campaign-step-message__label[data-v-2f87b440] {
  display: block;
  margin-bottom: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569; /* slate-600 */
}
.campaign-step-message__label--spacer[data-v-2f87b440] {
  visibility: hidden;
}
.campaign-step-message__button-content[data-v-2f87b440] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.campaign-step-message__button-icon[data-v-2f87b440] {
  display: block;
}
.campaign-step-message__subsection[data-v-2f87b440] {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  padding: 14px 16px;
}
.campaign-step-message__subsection-header[data-v-2f87b440] {
  margin-bottom: 10px;
}
.campaign-step-message__subsection-title[data-v-2f87b440] {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
}
.campaign-step-message__subsection-body[data-v-2f87b440] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.campaign-step-message__subsection--placeholder[data-v-2f87b440] {
  background-color: #f8fafc;
}
.campaign-step-message__placeholder-text[data-v-2f87b440] {
  margin: 0;
  font-size: 0.8rem;
  color: #64748b;
}
.campaign-step-message__chips-preview[data-v-2f87b440] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.campaign-step-message__chip-live[data-v-2f87b440] {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  background-color: #ecfdf5;
  color: #047857;
  border: 1px solid #bbf7d0;
}
.campaign-step-message__suggestion-row[data-v-2f87b440] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.campaign-step-message__suggestion-remove[data-v-2f87b440] {
  margin-top: 18px;
}
.campaign-step-message__fallback-helper[data-v-2f87b440] {
  margin: 0;
  font-size: 0.8rem;
  color: #64748b;
}
.campaign-step-message__variable-list[data-v-2f87b440] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.campaign-step-message__variable-item[data-v-2f87b440] {
  display: flex;
}
.campaign-step-message[data-v-2f87b440] .input-default-ui-container--md,
.campaign-step-message[data-v-2f87b440] .combo-trigger {
  min-height: 40px;
  height: 40px;
}
.campaign-step-message[data-v-2f87b440] .combo-trigger {
  display: flex;
  align-items: center;
}
.campaign-step-message[data-v-2f87b440] .input-default-ui-wrapper {
  gap: 0;
}
.campaign-step-message[data-v-2f87b440] .input-default-ui-label {
  margin-bottom: 6px;
}
.campaign-step-message__preview[data-v-2f87b440] {
  flex: 1.2 1 0;
  min-width: 260px;
  max-width: 360px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: radial-gradient(
    circle at top left,
    #eff6ff 0,
    #f8fafc 55%,
    #ffffff 100%
  );
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.campaign-step-message__preview-header[data-v-2f87b440] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.campaign-step-message__preview-label[data-v-2f87b440] {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
}
.campaign-step-message__preview-badge[data-v-2f87b440] {
  padding: 3px 8px;
  border-radius: 999px;
  background-color: #e5f0ff;
  border: 1px solid #bfdbfe;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1d4ed8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.campaign-step-message__preview-body[data-v-2f87b440] {
  border-radius: 12px;
  background-color: rgba(15, 23, 42, 0.02);
  border: 1px dashed #cbd5e1;
  padding: 12px;
}
.campaign-step-message__preview-placeholder[data-v-2f87b440] {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #64748b;
}
@media (max-width: 1024px) {
.campaign-step-message__section--layout[data-v-2f87b440] {
    flex-direction: column;
}
.campaign-step-message__preview[data-v-2f87b440] {
    width: 100%;
    max-width: 100%;
}
}
@media (max-width: 768px) {
.campaign-step-message__field-row[data-v-2f87b440] {
    flex-direction: column;
    align-items: stretch;
}
.campaign-step-message__field[data-v-2f87b440],
  .campaign-step-message__field--grow[data-v-2f87b440] {
    max-width: 100%;
}
}

.tags-select[data-v-9304855d] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.tags-select__label[data-v-9304855d] {
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
}
.tags-select__box[data-v-9304855d] {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

/* Search */
.tags-select__search[data-v-9304855d] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #94a3b8;
}
.tags-select__search-input[data-v-9304855d] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.9rem;
  color: #1e293b;
  background: transparent;
}
.tags-select__search-input[data-v-9304855d]::-moz-placeholder {
  color: #94a3b8;
}
.tags-select__search-input[data-v-9304855d]::placeholder {
  color: #94a3b8;
}

/* List */
.tags-select__list[data-v-9304855d] {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
}

/* Item */
.tags-select__item[data-v-9304855d] {
  border-bottom: 1px solid #f1f5f9;
}
.tags-select__item[data-v-9304855d]:last-child {
  border-bottom: none;
}

/* Header row */
.tags-select__item-header[data-v-9304855d] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.tags-select__item-header[data-v-9304855d]:hover {
  background: #f8fafc;
}

/* Checkbox */
.tags-select__checkbox-wrap[data-v-9304855d] {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.tags-select__checkbox-input[data-v-9304855d] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.tags-select__checkbox[data-v-9304855d] {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  transition: all 0.15s;
  position: relative;
}
.tags-select__checkbox-input:checked + .tags-select__checkbox[data-v-9304855d] {
  background: #3b82f6;
  border-color: #3b82f6;
}
.tags-select__checkbox-input:checked + .tags-select__checkbox[data-v-9304855d]::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Info area */
.tags-select__item-info[data-v-9304855d] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tags-select__item-name[data-v-9304855d] {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f172a;
  line-height: 1.3;
}
.tags-select__item-preview[data-v-9304855d] {
  font-size: 10px;
  font-style: italic;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: 14px;
}

/* Preview sync */
.tags-select__item-preview-sync[data-v-9304855d] {
  color: #94a3b8;
  font-size: 10px;
  font-style: italic;
  animation: sync-pulse-9304855d 1.5s ease-in-out infinite;
}
@keyframes sync-pulse-9304855d {
0%, 100% { opacity: 0.4;
}
50% { opacity: 1;
}
}

/* Right side */
.tags-select__item-right[data-v-9304855d] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.tags-select__item-spinner[data-v-9304855d] {
  width: 18px;
  height: 18px;
  border: 2px solid #e2e8f0;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin-9304855d 0.6s linear infinite;
}
@keyframes spin-9304855d {
to { transform: rotate(360deg);
}
}
.tags-select__item-badge[data-v-9304855d] {
  font-size: 12px;
  font-weight: 500;
  color: #3b82f6;
  background: #eff6ff;
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
  border: 1px solid #dbeafe;
}
.tags-select__item-chevron[data-v-9304855d] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: #3b82f6;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s;
}
.tags-select__item-chevron[data-v-9304855d]:hover {
  background: #eff6ff;
}
.tags-select__item-chevron--open[data-v-9304855d] {
  transform: rotate(180deg);
}

/* Expanded leads */
.tags-select__item-leads[data-v-9304855d] {
  padding: 8px 16px 14px 48px;
  background: #fafbfc;
  border-top: 1px solid #f1f5f9;
}
.tags-select__item-leads-loading[data-v-9304855d],
.tags-select__item-leads-empty[data-v-9304855d] {
  font-size: 12px;
  color: #94a3b8;
  padding: 8px 0;
}
.tags-select__item-leads-grid[data-v-9304855d] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
  max-height: 150px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.tags-select__item-lead[data-v-9304855d] {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.tags-select__item-lead-dot[data-v-9304855d] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b82f6;
  flex-shrink: 0;
}
.tags-select__item-lead-name[data-v-9304855d] {
  font-size: 13px;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Load more */
.tags-select__load-more[data-v-9304855d] {
  display: block;
  margin: 8px auto 0;
  font-size: 12px;
  color: #94a3b8;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s;
}
.tags-select__load-more[data-v-9304855d]:hover {
  color: #3b82f6;
}
.tags-select__load-more--loading[data-v-9304855d] {
  pointer-events: none;
  opacity: 0.6;
}

/* Empty state */
.tags-select__empty[data-v-9304855d] {
  padding: 20px 16px;
  text-align: center;
  font-size: 0.85rem;
  color: #94a3b8;
}

/* Expand animation */
.leads-expand-enter-active[data-v-9304855d] {
  animation: leads-slide-in-9304855d 0.2s ease-out;
  overflow: hidden;
}
.leads-expand-leave-active[data-v-9304855d] {
  animation: leads-slide-in-9304855d 0.15s ease-in reverse;
  overflow: hidden;
}
@keyframes leads-slide-in-9304855d {
0% {
    opacity: 0;
    max-height: 0;
}
100% {
    opacity: 1;
    max-height: 200px;
}
}

.step-audience[data-v-cdfc3157] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step-audience__cards[data-v-cdfc3157] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.step-audience__card[data-v-cdfc3157] {
  position: relative;
  border-radius: 14px;
  background: #fff;
  padding: 24px 18px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  outline: none;
}
.step-audience__card[data-v-cdfc3157]:hover {
  transform: translateY(-2px);
}
.step-audience__card--import[data-v-cdfc3157] {
  border: 2px dashed #93c5fd;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.step-audience__card--import[data-v-cdfc3157]:hover {
  border-color: #60a5fa;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}
.step-audience__card--import.step-audience__card--active[data-v-cdfc3157] {
  border: 2px solid #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}
.step-audience__card--segment[data-v-cdfc3157] {
  border: 2px solid #a7f3d0;
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}
.step-audience__card--segment[data-v-cdfc3157]:hover {
  border-color: #6ee7b7;
  background: linear-gradient(180deg, #dcfce7 0%, #ffffff 100%);
}
.step-audience__card--segment.step-audience__card--active[data-v-cdfc3157] {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
  background: linear-gradient(180deg, #d1fae5 0%, #ffffff 100%);
}
.step-audience__card-icon[data-v-cdfc3157] {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-audience__card-icon--import[data-v-cdfc3157] {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
}
.step-audience__card--import.step-audience__card--active .step-audience__card-icon--import[data-v-cdfc3157] {
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.45);
}
.step-audience__card-icon--segment[data-v-cdfc3157] {
  background: linear-gradient(135deg, #a7f3d0 0%, #6ee7b7 100%);
  color: #047857;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
.step-audience__card--segment.step-audience__card--active .step-audience__card-icon--segment[data-v-cdfc3157] {
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}
.step-audience__card-title[data-v-cdfc3157] {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
}
.step-audience__card-desc[data-v-cdfc3157] {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.4;
  max-width: 260px;
}
.step-audience__file-input[data-v-cdfc3157] {
  display: none;
}
.step-audience__imported-file[data-v-cdfc3157] {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.step-audience__imported-file-info[data-v-cdfc3157] {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.step-audience__imported-file-name[data-v-cdfc3157] {
  font-size: 0.85rem;
  color: #0f172a;
  font-weight: 500;
}
.step-audience__imported-file-size[data-v-cdfc3157] {
  font-size: 0.78rem;
  color: #64748b;
}
.step-audience__remove-btn[data-v-cdfc3157] {
  color: #64748b;
  flex-shrink: 0;
}
.step-audience__remove-btn[data-v-cdfc3157]:hover {
  color: #dc2626;
}
.step-audience__remove-btn[data-v-cdfc3157] .icon-wrapper,
.step-audience__remove-btn[data-v-cdfc3157] .icon-wrapper svg {
  color: inherit;
  fill: currentColor;
  stroke: currentColor;
}

/* Segment sub-options */
.step-audience__segment-options[data-v-cdfc3157] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-audience__segment-rules[data-v-cdfc3157] {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}
.step-audience__segment-radio[data-v-cdfc3157] {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.step-audience__segment-radio input[data-v-cdfc3157] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.step-audience__segment-radio-dot[data-v-cdfc3157] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background: #fff;
  transition: border-color 0.15s;
  position: relative;
  flex-shrink: 0;
}
.step-audience__segment-radio input:checked + .step-audience__segment-radio-dot[data-v-cdfc3157] {
  border-color: #10b981;
}
.step-audience__segment-radio input:checked + .step-audience__segment-radio-dot[data-v-cdfc3157]::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
}
.step-audience__segment-radio-label[data-v-cdfc3157] {
  font-size: 0.9rem;
  color: #1e293b;
  font-weight: 500;
}
.step-audience__no-tags[data-v-cdfc3157] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  font-size: 0.85rem;
  line-height: 1.5;
}
.step-audience__tags[data-v-cdfc3157] {
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}

/* Import result */
.step-audience__import-result[data-v-cdfc3157] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step-audience__import-stats[data-v-cdfc3157] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.step-audience__stat[data-v-cdfc3157] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.8rem;
}
.step-audience__stat strong[data-v-cdfc3157] {
  font-weight: 700;
}
.step-audience__stat--total[data-v-cdfc3157] {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}
.step-audience__stat--invalid[data-v-cdfc3157] {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}
.step-audience__stat--total-rows[data-v-cdfc3157] {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

/* Preview table */
.step-audience__preview[data-v-cdfc3157] {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.step-audience__preview-header[data-v-cdfc3157] {
  padding: 10px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.step-audience__preview-title[data-v-cdfc3157] {
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.step-audience__preview-table-wrap[data-v-cdfc3157] {
  overflow-x: auto;
}
.step-audience__preview-table[data-v-cdfc3157] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}
.step-audience__preview-table th[data-v-cdfc3157] {
  text-align: left;
  padding: 8px 14px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
.step-audience__preview-table td[data-v-cdfc3157] {
  padding: 8px 14px;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}
.step-audience__preview-table tr:last-child td[data-v-cdfc3157] {
  border-bottom: none;
}
.step-audience__preview-table tr:hover td[data-v-cdfc3157] {
  background: #f8fafc;
}
.step-audience__preview-idx[data-v-cdfc3157] {
  color: #94a3b8;
  font-size: 0.75rem;
  width: 32px;
}
.step-audience__preview-phone[data-v-cdfc3157] {
  font-family: monospace;
  font-size: 0.8rem;
  color: #0f172a;
}
.step-audience__parse-error[data-v-cdfc3157] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
.step-audience__cards[data-v-cdfc3157] {
    grid-template-columns: 1fr;
}
.step-audience__segment-rules[data-v-cdfc3157] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
}

/* ── Strategy option cards ── */
.strategy-options[data-v-59d1787b] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.strategy-card[data-v-59d1787b] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.strategy-card[data-v-59d1787b]:hover {
  border-color: #cbd5e1;
}
.strategy-card--selected[data-v-59d1787b] {
  border-color: #6366f1;
  box-shadow: 0 0 0 1px #6366f1;
}
.strategy-card__icon[data-v-59d1787b] {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
}
.strategy-card--selected .strategy-card__icon--rotation[data-v-59d1787b] {
  background-color: #ede9fe;
  color: #6366f1;
}
.strategy-card__title[data-v-59d1787b] {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}
.strategy-card__desc[data-v-59d1787b] {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
}

/* ── Batch configuration ── */
.batch-config[data-v-59d1787b] {
  border-radius: 14px;
  background-color: #1e293b;
  padding: 20px 24px;
  margin-top: 8px;
}
.batch-config__header[data-v-59d1787b] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.batch-config__header-icon[data-v-59d1787b] {
  color: #94a3b8;
}
.batch-config__header-title[data-v-59d1787b] {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
}
.batch-config__fields[data-v-59d1787b] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.batch-config__field[data-v-59d1787b] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.batch-config__label[data-v-59d1787b] {
  font-size: 0.78rem;
  font-weight: 500;
  color: #94a3b8;
}
.batch-config__input[data-v-59d1787b] {
  background-color: #0f172a;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
}
.batch-config__input[data-v-59d1787b]:focus {
  border-color: #6366f1;
}
.batch-config__input--error[data-v-59d1787b] {
  border-color: #ef4444;
}
.batch-config__input--error[data-v-59d1787b]:focus {
  border-color: #ef4444;
}
.batch-config__error[data-v-59d1787b] {
  font-size: 0.72rem;
  color: #f87171;
  margin-top: 2px;
}
.batch-config__input-wrap[data-v-59d1787b] {
  position: relative;
  display: flex;
  align-items: center;
}
.batch-config__input--with-suffix[data-v-59d1787b] {
  padding-right: 44px;
}
.batch-config__suffix[data-v-59d1787b] {
  position: absolute;
  right: 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  pointer-events: none;
}

/* Hide number input spinners */
.batch-config__input[data-v-59d1787b]::-webkit-outer-spin-button,
.batch-config__input[data-v-59d1787b]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.batch-config__input[type='number'][data-v-59d1787b] {
  -moz-appearance: textfield;
}
@media (max-width: 600px) {
.strategy-options[data-v-59d1787b] {
    grid-template-columns: 1fr;
}
.batch-config__fields[data-v-59d1787b] {
    grid-template-columns: 1fr;
}
}

.time-selector-ui[data-v-22c274f1] {
  position: relative;
  width: 100%;
}

/* ===== LABEL ===== */
.time-selector-ui__label[data-v-22c274f1] {
  display: block;
  margin-bottom: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
}

/* ===== INPUT FIELD ===== */
.time-selector-ui__input-field[data-v-22c274f1] {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.time-selector-ui__input[data-v-22c274f1] {
  width: 100%;
  padding: 10px 36px 10px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #1f2937;
  background-color: white;
  transition: all 150ms ease-in-out;
  outline: none;
}
.time-selector-ui__input[data-v-22c274f1]:hover:not(:disabled) {
  border-color: #cbd5e1;
  background-color: #f8fafc;
}
.time-selector-ui__input[data-v-22c274f1]:focus {
  border-color: #3b82f6;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.time-selector-ui__input[data-v-22c274f1]:disabled {
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}
.time-selector-ui__input.is-open[data-v-22c274f1] {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.time-selector-ui__input.has-error[data-v-22c274f1] {
  border-color: #ef4444;
}
.time-selector-ui__input[data-v-22c274f1]::-moz-placeholder {
  color: #9ca3af;
}
.time-selector-ui__input[data-v-22c274f1]::placeholder {
  color: #9ca3af;
}

/* ===== ICON ===== */
.time-selector-ui__icon[data-v-22c274f1] {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #6b7280;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 150ms ease-in-out;
}
.time-selector-ui__icon[data-v-22c274f1]:hover {
  color: #3b82f6;
  transform: scale(1.1);
}

/* ===== DROPDOWN ===== */
.time-selector-ui__dropdown[data-v-22c274f1] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 200px;
  margin-top: 8px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.time-selector-ui__dropdown.align-right[data-v-22c274f1] {
  left: auto;
  right: 0;
}
.time-selector-ui__dropdown.open-up[data-v-22c274f1] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 8px;
}

/* ===== COLUMNS ===== */
.time-selector-ui__columns[data-v-22c274f1] {
  display: flex;
  height: 200px;
}
.time-selector-ui__column[data-v-22c274f1] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.time-selector-ui__column-label[data-v-22c274f1] {
  padding: 8px 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #f1f5f9;
  flex-shrink: 0;
}
.time-selector-ui__scroll[data-v-22c274f1] {
  flex: 1;
  overflow-y: auto;
  padding: 4px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}
.time-selector-ui__scroll[data-v-22c274f1]::-webkit-scrollbar {
  width: 4px;
}
.time-selector-ui__scroll[data-v-22c274f1]::-webkit-scrollbar-track {
  background: transparent;
}
.time-selector-ui__scroll[data-v-22c274f1]::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 4px;
}
.time-selector-ui__separator[data-v-22c274f1] {
  width: 1px;
  background-color: #f1f5f9;
  flex-shrink: 0;
}

/* ===== OPTION ===== */
.time-selector-ui__option[data-v-22c274f1] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 8px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #374151;
  font-size: 0.875rem;
  font-family: inherit;
  cursor: pointer;
  transition: all 120ms ease-in-out;
}
.time-selector-ui__option[data-v-22c274f1]:hover {
  background-color: #eff6ff;
  color: #2563eb;
}
.time-selector-ui__option.is-selected[data-v-22c274f1] {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}

/* ===== FOOTER ===== */
.time-selector-ui__footer[data-v-22c274f1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-top: 1px solid #f1f5f9;
}
.time-selector-ui__now-btn[data-v-22c274f1] {
  border: none;
  background: none;
  color: #3b82f6;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 120ms ease-in-out;
}
.time-selector-ui__now-btn[data-v-22c274f1]:hover {
  background-color: #eff6ff;
}
.time-selector-ui__confirm-btn[data-v-22c274f1] {
  border: none;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 6px;
  transition: all 120ms ease-in-out;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
}
.time-selector-ui__confirm-btn[data-v-22c274f1]:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

/* ===== ERROR ===== */
.time-selector-ui__error[data-v-22c274f1] {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: #ef4444;
}

/* ===== TRANSITIONS ===== */
.time-selector-ui-fade-enter-active[data-v-22c274f1],
.time-selector-ui-fade-leave-active[data-v-22c274f1] {
  transition: all 150ms ease-in-out;
}
.time-selector-ui-fade-enter[data-v-22c274f1],
.time-selector-ui-fade-leave-to[data-v-22c274f1] {
  opacity: 0;
  transform: translateY(-8px);
}

.step-schedule[data-v-6042769e] { display: flex; flex-direction: column; gap: 16px;
}
.step-schedule__templates[data-v-6042769e] { display: flex; flex-direction: column; gap: 12px;
}
.step-schedule__template-row[data-v-6042769e] {
  display: flex; align-items: center; gap: 14px; padding: 14px 18px;
  border: 1px solid #e2e8f0; border-radius: 12px; background: #fff;
}
.step-schedule__template-badge[data-v-6042769e] {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 8px;
  background: #6366f1; color: #fff; font-size: 0.85rem; font-weight: 700; flex-shrink: 0;
}
.step-schedule__template-info[data-v-6042769e] { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0;
}
.step-schedule__template-name[data-v-6042769e] { font-size: 0.9rem; font-weight: 600; color: #0f172a;
}
.step-schedule__template-category[data-v-6042769e] { font-size: 0.7rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.04em;
}
.step-schedule__time-fields[data-v-6042769e] { display: flex; flex-direction: column; gap: 4px; min-width: 100px;
}
.step-schedule__time-label[data-v-6042769e] { font-size: 0.75rem; font-weight: 500; color: #64748b;
}
.step-schedule__time-separator[data-v-6042769e] { color: #94a3b8; font-size: 1rem; align-self: flex-end; margin-bottom: 8px;
}
.step-schedule__empty[data-v-6042769e] { padding: 24px; text-align: center; color: #64748b; font-size: 0.9rem;
}

/* Distribute Evenly card */
.step-schedule__distribute-card[data-v-6042769e] {
  padding: 16px 20px; border-radius: 12px;
  background: #f8fafc; border: 1px solid #e2e8f0;
  display: flex; flex-direction: column; gap: 8px;
}
.step-schedule__distribute-toggle[data-v-6042769e] {
  display: flex; align-items: center; gap: 12px; cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.step-schedule__distribute-checkbox[data-v-6042769e] { display: none;
}
.step-schedule__distribute-slider[data-v-6042769e] {
  position: relative; width: 40px; height: 22px; border-radius: 11px;
  background: #cbd5e1; transition: background-color 0.2s; flex-shrink: 0;
}
.step-schedule__distribute-slider[data-v-6042769e]::after {
  content: ''; position: absolute; top: 2px; left: 2px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #fff; transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.step-schedule__distribute-checkbox:checked + .step-schedule__distribute-slider[data-v-6042769e] {
  background: #6366f1;
}
.step-schedule__distribute-checkbox:checked + .step-schedule__distribute-slider[data-v-6042769e]::after {
  transform: translateX(18px);
}
.step-schedule__distribute-text[data-v-6042769e] {
  font-size: 0.875rem; font-weight: 600; color: #0f172a;
}
.step-schedule__distribute-desc[data-v-6042769e] {
  margin: 0; font-size: 0.78rem; color: #64748b; line-height: 1.5;
}

/* Load Balancing card */
.step-schedule__lb-card[data-v-6042769e] {
  padding: 18px 20px; border-radius: 14px;
  background: linear-gradient(135deg, #eff6ff 0%, #e0f2fe 100%);
  border: 1px solid #bfdbfe;
  display: flex; flex-direction: column; gap: 10px;
}
.step-schedule__lb-header[data-v-6042769e] { display: flex; align-items: center; gap: 8px;
}
.step-schedule__lb-header strong[data-v-6042769e] { font-size: 0.9rem; color: #1e40af;
}
.step-schedule__lb-icon[data-v-6042769e] { color: #3b82f6;
}
.step-schedule__lb-desc[data-v-6042769e] { margin: 0; font-size: 0.8rem; color: #1e40af; line-height: 1.5;
}
.step-schedule__lb-rate[data-v-6042769e] { display: flex; align-items: baseline; gap: 8px; align-self: flex-end;
}
.step-schedule__lb-rate-label[data-v-6042769e] { font-size: 0.7rem; font-weight: 600; color: #3b82f6; text-transform: uppercase; letter-spacing: 0.04em;
}
.step-schedule__lb-rate-value[data-v-6042769e] { font-size: 1.5rem; font-weight: 700; color: #1e40af;
}
.step-schedule__lb-rate-value small[data-v-6042769e] { font-size: 0.75rem; font-weight: 500;
}

.step-review[data-v-c0e71991] { display: flex; flex-direction: column; gap: 20px;
}

/* Summary grid */
.step-review__summary[data-v-c0e71991] {
  display: flex; flex-direction: column; gap: 0;
  border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden;
}
.step-review__summary-row[data-v-c0e71991] {
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.step-review__summary-row[data-v-c0e71991]:not(:last-child) {
  border-bottom: 1px solid #e2e8f0;
}
.step-review__summary-cell[data-v-c0e71991] {
  padding: 16px 20px; display: flex; flex-direction: column; gap: 4px;
}
.step-review__summary-cell[data-v-c0e71991]:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.step-review__summary-label[data-v-c0e71991] {
  font-size: 0.7rem; font-weight: 600; color: #94a3b8;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.step-review__summary-value[data-v-c0e71991] {
  font-size: 0.9rem; font-weight: 600; color: #0f172a;
}
.step-review__strategy-badge[data-v-c0e71991] {
  display: inline-block; padding: 3px 10px; border-radius: 6px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em;
  background: #f1f5f9; color: #475569; border: 1px solid #e2e8f0;
}
.step-review__strategy-badge--rotation[data-v-c0e71991] {
  background: #eef2ff; color: #6366f1; border-color: #c7d2fe;
}

/* Preview */
.step-review__preview[data-v-c0e71991] { display: flex; flex-direction: column; gap: 12px;
}
.step-review__preview-header[data-v-c0e71991] {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.step-review__preview-title[data-v-c0e71991] { font-size: 0.9rem; font-weight: 600; color: #0f172a;
}
.step-review__preview-select[data-v-c0e71991] {
  padding: 6px 12px; border: 1px solid #e2e8f0; border-radius: 8px;
  font-size: 0.8rem; color: #475569; background: #fff; outline: none;
}
.step-review__preview-body[data-v-c0e71991] {
  padding: 16px 20px; border-left: 3px solid #3b82f6;
  border-radius: 0 12px 12px 0; background: #f8fafc;
}
.step-review__preview-text[data-v-c0e71991] {
  margin: 0; font-size: 0.9rem; font-style: italic; color: #334155; line-height: 1.6;
}
.step-review__preview-empty[data-v-c0e71991] {
  padding: 20px; text-align: center; color: #94a3b8; font-size: 0.85rem;
}

/* A/B Test */
.step-review__ab-divider[data-v-c0e71991] { height: 1px; background: #e2e8f0;
}
.step-review__ab-toggle[data-v-c0e71991] {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.step-review__ab-toggle-info[data-v-c0e71991] { display: flex; align-items: flex-start; gap: 10px;
}
.step-review__ab-icon[data-v-c0e71991] { color: #6366f1; flex-shrink: 0; margin-top: 2px;
}
.step-review__ab-toggle-text[data-v-c0e71991] { display: flex; flex-direction: column; gap: 2px;
}
.step-review__ab-toggle-text strong[data-v-c0e71991] { font-size: 0.9rem; color: #0f172a;
}
.step-review__ab-toggle-text span[data-v-c0e71991] { font-size: 0.8rem; color: #64748b;
}
.step-review__switch[data-v-c0e71991] {
  position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; cursor: pointer;
}
.step-review__switch input[data-v-c0e71991] { opacity: 0; width: 0; height: 0;
}
.step-review__switch-slider[data-v-c0e71991] {
  position: absolute; inset: 0; background: #cbd5e1; border-radius: 999px; transition: background 0.2s;
}
.step-review__switch-slider[data-v-c0e71991]::before {
  content: ''; position: absolute; left: 2px; top: 2px; width: 20px; height: 20px;
  border-radius: 50%; background: #fff; transition: transform 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.step-review__switch input:checked + .step-review__switch-slider[data-v-c0e71991] { background: #6366f1;
}
.step-review__switch input:checked + .step-review__switch-slider[data-v-c0e71991]::before { transform: translateX(20px);
}
.step-review__ab-contacts[data-v-c0e71991] { border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden;
}
.step-review__ab-contacts-header[data-v-c0e71991] {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-bottom: 1px solid #e2e8f0; background: #f8fafc;
}
.step-review__ab-contacts-title[data-v-c0e71991] {
  font-size: 0.75rem; font-weight: 600; color: #475569; letter-spacing: 0.04em; text-transform: uppercase;
}
.step-review__ab-add-btn[data-v-c0e71991] {
  border: none; background: none; color: #6366f1; font-size: 0.8rem; font-weight: 600; cursor: pointer; padding: 0;
}
.step-review__ab-add-btn[data-v-c0e71991]:hover { color: #4f46e5; text-decoration: underline;
}
.step-review__ab-search[data-v-c0e71991] {
  position: relative; border-bottom: 1px solid #e2e8f0;
}
.step-review__ab-search-row[data-v-c0e71991] {
  display: flex; align-items: center; gap: 8px; padding: 10px 18px;
}
.step-review__ab-combo[data-v-c0e71991] { flex: 1; min-width: 0;
}
.step-review__ab-cancel[data-v-c0e71991] {
  display: flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  border: none; border-radius: 8px; background: transparent; color: #94a3b8; cursor: pointer;
}
.step-review__ab-cancel[data-v-c0e71991]:hover { color: #dc2626; background: #fee2e2;
}
.step-review__ab-list[data-v-c0e71991] {
  padding: 12px 18px; display: flex; flex-direction: column; gap: 6px; min-height: 60px;
}
.step-review__ab-contact[data-v-c0e71991] {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px; border-radius: 8px; background: #f1f5f9;
}
.step-review__ab-contact-info[data-v-c0e71991] { display: flex; align-items: center; gap: 10px; min-width: 0;
}
.step-review__ab-name[data-v-c0e71991] { font-size: 0.85rem; font-weight: 600; color: #0f172a;
}
.step-review__ab-phone[data-v-c0e71991] { font-size: 0.78rem; color: #64748b; font-family: monospace;
}
.step-review__ab-remove[data-v-c0e71991] {
  display: flex; align-items: center; justify-content: center; width: 28px; height: 28px;
  border: none; border-radius: 6px; background: transparent; color: #94a3b8; cursor: pointer;
}
.step-review__ab-remove[data-v-c0e71991]:hover { color: #dc2626; background: #fee2e2;
}
.step-review__ab-empty[data-v-c0e71991] { margin: 0; text-align: center; color: #94a3b8; font-size: 0.85rem; padding: 12px 0;
}
.step-review__ab-send[data-v-c0e71991] {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 18px; border-top: 1px solid #e2e8f0; background: #f8fafc;
}
.step-review__ab-send-btn[data-v-c0e71991] {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border: none; border-radius: 10px;
  background: #6366f1; color: #fff; font-size: 0.85rem; font-weight: 600;
  cursor: pointer; transition: background 0.15s; white-space: nowrap;
}
.step-review__ab-send-btn[data-v-c0e71991]:hover { background: #4f46e5;
}
.step-review__ab-send-btn[data-v-c0e71991]:disabled { opacity: 0.6; cursor: not-allowed;
}
.step-review__ab-spinner[data-v-c0e71991] {
  width: 14px; height: 14px; border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff; border-radius: 50%;
  animation: ab-spin-c0e71991 0.6s linear infinite;
}
@keyframes ab-spin-c0e71991 {
to { transform: rotate(360deg);
}
}
.step-review__ab-status[data-v-c0e71991] { font-size: 0.8rem; font-weight: 500;
}
.step-review__ab-status--success[data-v-c0e71991] { color: #059669;
}
.step-review__ab-status--error[data-v-c0e71991] { color: #dc2626;
}
@media (max-width: 768px) {
.step-review__summary-row[data-v-c0e71991] { grid-template-columns: 1fr;
}
.step-review__summary-cell[data-v-c0e71991]:not(:last-child) { border-right: none; border-bottom: 1px solid #e2e8f0;
}
}

.rotation-rcs[data-v-627a1b7f] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rotation-rcs__header[data-v-627a1b7f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.rotation-rcs__title[data-v-627a1b7f] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}
.rotation-rcs__counter[data-v-627a1b7f] {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6366f1;
  background: #eef2ff;
  padding: 4px 10px;
  border-radius: 999px;
}
.rotation-rcs__hint[data-v-627a1b7f] {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
}
.rotation-rcs__list[data-v-627a1b7f] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rotation-rcs__card[data-v-627a1b7f] {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  overflow: hidden;
}
.rotation-rcs__card-header[data-v-627a1b7f] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}
.rotation-rcs__card-index[data-v-627a1b7f] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #6366f1;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}
.rotation-rcs__card-type[data-v-627a1b7f] {
  flex: 1;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}
.rotation-rcs__card-remove[data-v-627a1b7f] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.rotation-rcs__card-remove[data-v-627a1b7f]:hover {
  background: #fee2e2;
  color: #dc2626;
}
.rotation-rcs__card-body[data-v-627a1b7f] {
  padding: 16px;
}
.rotation-rcs__add-btn[data-v-627a1b7f] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px dashed #cbd5e1;
  background: #fff;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  align-self: flex-start;
}
.rotation-rcs__add-btn[data-v-627a1b7f]:hover {
  border-color: #6366f1;
  background: #eef2ff;
  color: #6366f1;
}

.campaign-steps-column[data-v-d7f1fd2f] {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 900px) {
.campaign-steps-column[data-v-d7f1fd2f] {
    max-width: 100%;
}
}

.channel-preview-panel[data-v-b6d377a0] {
  display: flex;
  flex-direction: column;
  flex: 0 0 360px;
  width: 100%;
  max-width: 1060px;
  box-sizing: border-box;
}
.preview-header[data-v-b6d377a0] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px 8px;
}
.preview-header-icon[data-v-b6d377a0] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
}
.preview-header-text[data-v-b6d377a0] {
  flex: 1;
  min-width: 0;
}
.preview-title[data-v-b6d377a0] {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e293b;
}
.preview-content[data-v-b6d377a0] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
.preview-phone-wrapper[data-v-b6d377a0] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 0;
}
.preview-footer[data-v-b6d377a0] {
  padding: 8px 20px 16px;
}
.preview-footer-card[data-v-b6d377a0] {
  padding: 10px 12px;
  border-radius: 12px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
}
.preview-footer-text[data-v-b6d377a0] {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #1e3a8a;
}

/* ── Metrics Header ── */
.campaign-metrics-header[data-v-572274a6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  gap: 20px;
}
.campaign-metrics-header__title[data-v-572274a6] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.campaign-metrics-header__icon[data-v-572274a6] {
  color: #6366f1;
}
.campaign-metrics-header__label[data-v-572274a6] {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.campaign-metrics-header__name[data-v-572274a6] {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}
.campaign-metrics-header__stats[data-v-572274a6] {
  display: flex;
  align-items: center;
  gap: 0;
}
.campaign-metrics-header__stat[data-v-572274a6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0 20px;
  border-left: 1px solid #e2e8f0;
}
.campaign-metrics-header__stat[data-v-572274a6]:first-child {
  border-left: none;
}
.campaign-metrics-header__stat-label[data-v-572274a6] {
  font-size: 0.6rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.campaign-metrics-header__stat-value[data-v-572274a6] {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}
.campaign-metrics-header__stat-value small[data-v-572274a6] {
  font-size: 0.7rem;
  font-weight: 500;
  color: #64748b;
}

/* ── Wrapper: full viewport height with fixed footer ── */
.campaign-new-wrapper[data-v-572274a6] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.campaign-new-main[data-v-572274a6] {
  display: flex;
  align-items: stretch;
  flex: 1 1 0;
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
  gap: 0;
}

/* ── Left sidebar ── */
.campaign-new-main__sidebar[data-v-572274a6] {
  flex: 0 0 auto;
  align-self: stretch;
  border-right: 1px solid #e2e8f0;
  padding: 16px 16px 16px 0;
  margin-left: 12px;
  overflow-y: auto;
}
.campaign-sidebar__header[data-v-572274a6] {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.campaign-sidebar[data-v-572274a6] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.campaign-sidebar__item[data-v-572274a6] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
  border: 1px solid transparent;
}
.campaign-sidebar__item[data-v-572274a6]:hover {
  background-color: #f8fafc;
}
.campaign-sidebar__item--active[data-v-572274a6] {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}
.campaign-sidebar__item--completed .campaign-sidebar__badge[data-v-572274a6] {
  background-color: #dcfce7;
  border-color: #bbf7d0;
  color: #16a34a;
}

/* Locked steps */
.campaign-sidebar__item--locked[data-v-572274a6] {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.campaign-sidebar__item--locked .campaign-sidebar__help[data-v-572274a6] {
  pointer-events: auto;
  cursor: help;
}
.campaign-sidebar__item--locked[data-v-572274a6]:hover {
  background-color: transparent;
}
.campaign-sidebar__lock-icon[data-v-572274a6] {
  color: #94a3b8;
}
.campaign-sidebar__badge[data-v-572274a6] {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #64748b;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.campaign-sidebar__item--active .campaign-sidebar__badge[data-v-572274a6] {
  background-color: #dbeafe;
  border-color: #93c5fd;
  color: #1d4ed8;
}
.campaign-sidebar__check[data-v-572274a6] {
  display: block;
}
.campaign-sidebar__text[data-v-572274a6] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.campaign-sidebar__label[data-v-572274a6] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}
.campaign-sidebar__desc[data-v-572274a6] {
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.3;
}
.campaign-sidebar__item--active .campaign-sidebar__label[data-v-572274a6] {
  color: #1d4ed8;
}
.campaign-sidebar__help[data-v-572274a6] {
  margin-left: auto;
}
.campaign-sidebar__help-icon[data-v-572274a6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e2e8f0;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* ── Content area ── */
.campaign-new-main__content[data-v-572274a6] {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 32px;
  /* Rola verticalmente aqui, não na janela */
  overflow-y: auto;
  overflow-x: hidden;
}
.campaign-new-main__steps[data-v-572274a6] {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  /* Permite crescer sem forçar o wrapper a crescer */
  flex-shrink: 0;
}

/* ── Footer sempre pregado à base do wrapper ── */
/* Sticky garante que o footer nunca saia da tela, mesmo que o pai role. */
.campaign-fixed-footer[data-v-572274a6] {
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 32px;
  background-color: #ffffff;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  width: 100%;
}
.campaign-fixed-footer__actions[data-v-572274a6] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.campaign-footer-btn[data-v-572274a6] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background-color 0.15s, color 0.15s;
}
.campaign-footer-btn--cancel[data-v-572274a6] {
  background: none;
  color: #6366f1;
  padding: 10px 0;
  font-weight: 500;
}
.campaign-footer-btn--cancel[data-v-572274a6]:hover {
  color: #4f46e5;
}
.campaign-footer-btn--back[data-v-572274a6] {
  background-color: #ffffff;
  color: #475569;
  border: 1px solid #e2e8f0;
}
.campaign-footer-btn--back[data-v-572274a6]:hover {
  background-color: #f8fafc;
}
.campaign-footer-btn--continue[data-v-572274a6] {
  background-color: #6366f1;
  color: #ffffff;
}
.campaign-footer-btn--continue[data-v-572274a6]:hover:not(:disabled) {
  background-color: #4f46e5;
}
.campaign-footer-btn--disabled[data-v-572274a6] {
  opacity: 0.5;
  cursor: not-allowed;
}
.campaign-footer-btn--generate[data-v-572274a6] {
  background-color: #16a34a;
  color: #ffffff;
}
.campaign-footer-btn--generate[data-v-572274a6]:hover:not(:disabled) {
  background-color: #15803d;
}
.campaign-footer-btn__arrow[data-v-572274a6] {
  font-size: 1.3em;
  line-height: 1;
}
.campaign-footer-btn__spinner[data-v-572274a6] {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin-572274a6 0.6s linear infinite;
}
@keyframes spin-572274a6 {
to { transform: rotate(360deg);
}
}

/* ── Preview ── */
.campaign-new-main__preview[data-v-572274a6] {
  flex: 0 0 360px;
  display: flex;
  align-items: stretch;
  align-self: stretch;
  overflow: hidden;
}
@media (max-width: 1100px) {
.campaign-new-main__sidebar[data-v-572274a6] {
    flex: 0 0 180px;
}
}
@media (max-width: 900px) {
.campaign-new-wrapper[data-v-572274a6] {
    height: auto;
    min-height: calc(100vh - 64px - 3rem);
}
.campaign-new-main[data-v-572274a6] {
    flex-direction: column;
    overflow: visible;
}
.campaign-new-main__content[data-v-572274a6] {
    overflow-y: visible;
    overflow-x: visible;
}
.campaign-new-main__sidebar[data-v-572274a6] {
    position: static;
    flex: none;
    align-self: auto;
    overflow-y: visible;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0;
}
.campaign-new-main__preview[data-v-572274a6] {
    align-self: auto;
    overflow: visible;
}
.campaign-fixed-footer[data-v-572274a6] {
    position: sticky;
    bottom: 0;
    padding: 12px 16px;
}
.campaign-sidebar[data-v-572274a6] {
    flex-direction: row;
    overflow-x: auto;
}
.campaign-sidebar__item[data-v-572274a6] {
    white-space: nowrap;
}
.campaign-sidebar__desc[data-v-572274a6] {
    display: none;
}
}

.campaign-new-page[data-v-7dce5838] {
  /* max-width: 1600px; */
  width: 100%;
  margin: 0 auto;
}
