/* ── Danger confirm modal (delete / destructive) ── */
.danger-delete-modal {
    background: linear-gradient(180deg, #1a0a0a 0%, #120606 100%);
    border: 1.5px solid #7f1d1d;
    border-radius: 16px;
    color: #fecaca;
    box-shadow: 0 24px 80px rgba(127, 29, 29, 0.45), 0 0 0 1px rgba(239, 68, 68, 0.15);
    overflow: hidden;
}
.danger-delete-modal .modal-header {
    background: linear-gradient(135deg, #450a0a 0%, #7f1d1d 100%);
    border-bottom: 1px solid rgba(239, 68, 68, 0.35);
    padding: 20px 24px;
    align-items: center;
    gap: 14px;
}
.danger-delete-modal .confirm-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(254, 202, 202, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.35rem;
    color: #fca5a5;
}
.danger-delete-modal .modal-title {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    margin: 0;
}
.danger-delete-modal .modal-subtitle {
    font-size: 0.75rem;
    opacity: 0.75;
    color: #fecaca;
}
.danger-delete-modal .modal-header .btn-close { filter: invert(1); opacity: 0.7; }
.danger-delete-modal .modal-body { padding: 22px 24px; background: #140808; }
.danger-delete-modal .confirm-lead {
    color: #fca5a5;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 18px;
}
.danger-delete-modal .confirm-lead strong { color: #fff; }
.danger-delete-modal .confirm-warn-box {
    background: rgba(127, 29, 29, 0.22);
    border: 1.5px solid rgba(239, 68, 68, 0.35);
    border-radius: 12px;
    padding: 14px 16px;
}
.danger-delete-modal .confirm-warn-box h6 {
    color: #f87171;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.danger-delete-modal .confirm-warn-box ul {
    margin: 0;
    padding-left: 18px;
    color: #fecaca;
    font-size: 0.82rem;
    line-height: 1.55;
}
.danger-delete-modal .confirm-warn-box li { margin-bottom: 6px; }
.danger-delete-modal .confirm-warn-box li:last-child { margin-bottom: 0; }
.danger-delete-modal .modal-footer {
    background: #0f0505;
    border-top: 1px solid rgba(127, 29, 29, 0.5);
    padding: 16px 24px;
    gap: 10px;
}
.danger-delete-modal .btn-confirm-cancel {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: #fecaca;
    font-weight: 700;
    border-radius: 9px;
    padding: 10px 18px;
}
.danger-delete-modal .btn-confirm-cancel:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.danger-delete-modal .btn-confirm-proceed {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    border: none;
    color: #fff;
    font-weight: 800;
    border-radius: 9px;
    padding: 10px 18px;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4);
}
.danger-delete-modal .btn-confirm-proceed:hover {
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
    color: #fff;
}

/* ── Action confirm modal (schedule / reschedule — brighter) ── */
.action-confirm-modal {
    background: linear-gradient(180deg, #1a0c04 0%, #061208 100%);
    border: 1.5px solid #c2410c;
    border-radius: 16px;
    color: #fed7aa;
    box-shadow: 0 24px 80px rgba(22, 101, 52, 0.35), 0 0 0 1px rgba(74, 222, 128, 0.12);
    overflow: hidden;
}
.action-confirm-modal .modal-header {
    background: linear-gradient(135deg, #9a3412 0%, #c2410c 100%);
    border-bottom: 1px solid rgba(74, 222, 128, 0.35);
    padding: 20px 24px;
    align-items: center;
    gap: 14px;
}
.action-confirm-modal .confirm-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(187, 247, 208, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.35rem;
    color: #fdba74;
}
.action-confirm-modal .modal-title {
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    margin: 0;
}
.action-confirm-modal .modal-subtitle {
    font-size: 0.75rem;
    opacity: 0.85;
    color: #fed7aa;
}
.action-confirm-modal .modal-header .btn-close { filter: invert(1); opacity: 0.7; }
.action-confirm-modal .modal-body { padding: 22px 24px; background: #140904; }
.action-confirm-modal .confirm-lead {
    color: #fdba74;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 18px;
}
.action-confirm-modal .confirm-lead strong { color: #fff; }
.action-confirm-modal .confirm-warn-box {
    background: rgba(22, 101, 52, 0.25);
    border: 1.5px solid rgba(74, 222, 128, 0.35);
    border-radius: 12px;
    padding: 14px 16px;
}
.action-confirm-modal .confirm-warn-box h6 {
    color: #fb923c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.action-confirm-modal .confirm-warn-box ul {
    margin: 0;
    padding-left: 18px;
    color: #fed7aa;
    font-size: 0.82rem;
    line-height: 1.55;
}
.action-confirm-modal .confirm-warn-box li { margin-bottom: 6px; }
.action-confirm-modal .confirm-warn-box li:last-child { margin-bottom: 0; }
.action-confirm-modal .modal-footer {
    background: #120804;
    border-top: 1px solid rgba(22, 101, 52, 0.5);
    padding: 16px 24px;
    gap: 10px;
}
.action-confirm-modal .btn-confirm-cancel {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: #fed7aa;
    font-weight: 700;
    border-radius: 9px;
    padding: 10px 18px;
}
.action-confirm-modal .btn-confirm-cancel:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.action-confirm-modal .btn-confirm-proceed {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    border: none;
    color: #fff;
    font-weight: 800;
    border-radius: 9px;
    padding: 10px 18px;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.4);
}
.action-confirm-modal .btn-confirm-proceed:hover {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #fff;
}

/* ── 2FA step inside confirm modal ── */
.camp-confirm-2fa-step {
    padding: 22px 24px;
    background: #1a0c04;
}
.danger-delete-modal .camp-confirm-2fa-step {
    background: #1a0c04;
}
.action-confirm-modal .camp-confirm-2fa-step {
    background: #140904;
}

/* Legacy standalone 2FA modal styles (kept for reference) */
.camp-2fa-modal {
    background: linear-gradient(180deg, #1a0c04 0%, #140904 100%);
    border: 1.5px solid rgba(255, 107, 0, 0.55);
    border-radius: 16px;
    color: #fed7aa;
    box-shadow: 0 24px 80px rgba(20, 40, 25, 0.5);
}
.camp-2fa-modal .modal-header {
    background: linear-gradient(135deg, #7a2900 0%, #c24100 100%);
    border-bottom: 1px solid rgba(106, 179, 86, 0.35);
    padding: 18px 20px;
    align-items: center;
    gap: 12px;
}
.camp-2fa-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(167, 243, 208, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdba74;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.camp-2fa-modal .modal-title {
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    margin: 0;
}
.camp-2fa-sub {
    font-size: 0.72rem;
    color: rgba(212, 230, 212, 0.75);
}
.camp-2fa-modal .modal-header .btn-close { filter: invert(1); opacity: 0.7; }
.camp-2fa-modal .modal-body { padding: 20px; background: #1a0c04; }
.camp-2fa-lead {
    font-size: 0.84rem;
    color: #fdba74;
    margin: 0 0 14px;
    line-height: 1.45;
}
.camp-2fa-input {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.35em;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1.5px solid rgba(106, 179, 86, 0.35);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}
.camp-2fa-input:focus {
    outline: none;
    border-color: #ff8c33;
    box-shadow: 0 0 0 3px rgba(106, 179, 86, 0.25);
}
.camp-2fa-error {
    min-height: 1.2em;
    font-size: 0.78rem;
    color: #fca5a5;
    margin: 10px 0 0;
}
.camp-2fa-modal .modal-footer {
    background: #120804;
    border-top: 1px solid rgba(255, 107, 0, 0.35);
    padding: 14px 20px;
    gap: 8px;
}
.camp-2fa-modal .btn-confirm-cancel {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: #fed7aa;
    font-weight: 700;
    border-radius: 9px;
    padding: 9px 16px;
}
.camp-2fa-modal .btn-confirm-proceed {
    background: linear-gradient(135deg, #ff6b00 0%, #c24100 100%);
    border: none;
    color: #fff;
    font-weight: 800;
    border-radius: 9px;
    padding: 9px 16px;
}
