.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirm-modal{background:white;border-radius:12px;padding:1.5rem;max-width:450px;width:90%;position:relative;animation:slideUp .2s ease-out;box-shadow:0 20px 40px rgba(0,0,0,.15)}.confirm-modal.edit-confirm{max-width:600px}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirm-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#64748b;padding:.25rem;border-radius:4px;transition:all .15s}.confirm-modal-close:hover{background:#f1f5f9;color:#334155}.confirm-modal-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.confirm-modal-danger .confirm-modal-icon{background:#fef2f2;color:#dc2626}.confirm-modal-warning .confirm-modal-icon{background:#fffbeb;color:#f59e0b}.confirm-modal-info .confirm-modal-icon{background:#eff6ff;color:#3b82f6}.confirm-modal-icon.edit-icon{background:#ecfdf5;color:#10b981}.confirm-modal-title{text-align:center;margin:0 0 .75rem;font-size:1.25rem;color:#1e293b}.confirm-modal-message{text-align:center;color:#64748b;font-size:.9375rem;line-height:1.5;margin-bottom:1.5rem}.confirm-modal-double{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.confirm-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem;color:#991b1b}.confirm-checkbox input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:#dc2626}.confirm-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.confirm-modal-actions .btn{padding:.625rem 1.25rem;font-weight:500}.btn-danger{background:#dc2626;color:white;border:none}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger:disabled{background:#fca5a5;cursor:not-allowed}.no-changes{text-align:center;color:#64748b;padding:1rem 0}.changes-table{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.changes-header{background:#f8fafc;font-weight:600;font-size:.75rem;text-transform:uppercase;color:#64748b;border-bottom:1px solid #e2e8f0}.changes-header,.changes-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.75rem 1rem}.changes-row{border-bottom:1px solid #f1f5f9;font-size:.875rem}.changes-row:last-child{border-bottom:none}.change-label{font-weight:500;color:#334155}.change-old{color:#dc2626;text-decoration:line-through;opacity:.8}.change-new{color:#10b981;font-weight:500}