body.redsys-modal-open{overflow:hidden}.redsys-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:999999;padding:20px;box-sizing:border-box}.redsys-modal{background:#fff;border-radius:12px;max-width:480px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:redsys-modal-appear .2s ease-out}@keyframes redsys-modal-appear{from{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.redsys-modal-header{padding:24px 24px 16px;border-bottom:1px solid #e5e7eb;background:#fff}.redsys-modal-title{margin:0 0 8px;font-size:1.25rem;font-weight:600;color:#111827;line-height:1.3}.redsys-modal-subtitle{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.redsys-modal-body{padding:24px;overflow-y:auto;flex:1}.redsys-modal-field{margin-bottom:20px}.redsys-modal-field:last-child{margin-bottom:0}.redsys-modal-field>label{display:block;margin-bottom:6px;font-size:.875rem;font-weight:500;color:#374151}.redsys-modal-field label .required{color:#dc2626;margin-left:2px}.redsys-modal-field input[type=date],.redsys-modal-field input[type=email],.redsys-modal-field input[type=number],.redsys-modal-field input[type=tel],.redsys-modal-field input[type=text],.redsys-modal-field select,.redsys-modal-field textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;font-family:inherit}.redsys-modal-field input:focus,.redsys-modal-field select:focus,.redsys-modal-field textarea:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.redsys-modal-field textarea{min-height:80px;resize:vertical}.redsys-modal-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 10px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.redsys-checkbox-wrapper{display:flex;align-items:flex-start;gap:8px}.redsys-checkbox-wrapper input[type=checkbox]{width:18px;height:18px;margin:2px 0 0 0;cursor:pointer;flex-shrink:0}.redsys-checkbox-label{font-size:.875rem;color:#374151;cursor:pointer;line-height:1.4}.redsys-radio-group{display:flex;flex-direction:column;gap:8px}.redsys-radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:#374151}.redsys-radio-label input[type=radio]{width:18px;height:18px;margin:0;cursor:pointer}.redsys-modal-field.has-error input,.redsys-modal-field.has-error select,.redsys-modal-field.has-error textarea{border-color:#dc2626}.redsys-modal-field.has-error input:focus,.redsys-modal-field.has-error select:focus,.redsys-modal-field.has-error textarea:focus{box-shadow:0 0 0 3px rgba(220,38,38,.15)}.redsys-field-error{display:block;margin-top:6px;font-size:.8125rem;color:#dc2626;min-height:1em}.redsys-field-error:empty{display:none}.redsys-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px;background:#f9fafb}.redsys-modal-btn{padding:10px 20px;font-size:.9375rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease;border:none;font-family:inherit;line-height:1.4}.redsys-modal-btn-primary{background:#111827;color:#fff}.redsys-modal-btn-primary:hover{background:#1f2937}.redsys-modal-btn-primary:focus{outline:0;box-shadow:0 0 0 3px rgba(17,24,39,.3)}.redsys-modal-btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.redsys-modal-btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.redsys-modal-btn-secondary:hover{background:#f3f4f6}.redsys-modal-btn-secondary:focus{outline:0;box-shadow:0 0 0 3px rgba(107,114,128,.2)}@media (max-width:540px){.redsys-modal-overlay{padding:10px;align-items:flex-end}.redsys-modal{max-height:95vh;border-radius:16px 16px 0 0;max-width:100%}.redsys-modal-body,.redsys-modal-header{padding:20px}.redsys-modal-footer{padding:16px 20px;flex-direction:column-reverse;gap:10px}.redsys-modal-btn{width:100%;text-align:center;padding:12px 20px}}[dir=rtl] .redsys-modal-field select{background-position:left 10px center;padding-right:12px;padding-left:40px}[dir=rtl] .redsys-modal-field label .required{margin-left:0;margin-right:2px}@media (prefers-contrast:high){.redsys-modal-field input,.redsys-modal-field select,.redsys-modal-field textarea{border-width:2px}.redsys-modal-btn-primary{background:#000}.redsys-modal-btn-secondary{border-width:2px}}@media (prefers-reduced-motion:reduce){.redsys-modal{animation:none}.redsys-modal-btn,.redsys-modal-field input,.redsys-modal-field select,.redsys-modal-field textarea{transition:none}}