.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.confirm-modal{background:var(--white);border-radius:8px;padding:24px;max-width:420px;width:90%;box-shadow:0 8px 32px #0003}.confirm-titulo{margin:0 0 12px;color:var(--navy);font-size:18px}.confirm-mensaje{margin:0 0 20px;color:var(--text);line-height:1.5}.confirm-acciones{display:flex;gap:12px;justify-content:flex-end}.confirm-acciones button{padding:8px 16px;border-radius:6px;border:1px solid var(--border);cursor:pointer;font-weight:500}.btn-cancelar{background:var(--white);color:var(--text)}.btn-confirmar{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-peligro{background:var(--red, #dc2626);color:var(--white);border-color:var(--red, #dc2626)}:root{--navy: #1a3566;--navy-hover: #1e3d78;--navy-10: #f0f3f9;--navy-06: #f7f9fc;--orange: #e8831a;--orange-10: #fdf3e8;--light: #f5f7fc;--white: #ffffff;--text: #0f1c38;--muted: #8494ae;--border: #e4e9f2;--green: #1d9e75;--green-10: #eaf6f2;--amber: #d97706;--amber-10: #fef8ec;--red: #d94040;--red-10: #fdf0f0;--sidebar-width: 220px;--sidebar-min: 56px;--radius: 10px;--radius-sm: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;color:var(--text);background:var(--light);-webkit-font-smoothing:antialiased}.tabular{font-variant-numeric:tabular-nums}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.field-error{border-color:var(--red)!important}.field-error-msg{color:var(--red);font-size:12px;margin-top:2px;display:block}.required-asterisk{color:var(--red);margin-left:2px}
