.modern-modal-overlay[data-v-16fe78ce]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1050;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-backdrop[data-v-16fe78ce]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn-16fe78ce .15s ease-out}.modern-modal[data-v-16fe78ce]{position:relative;z-index:1051;width:100%;max-width:500px;animation:slideIn-16fe78ce .2s ease-out}.modal-container[data-v-16fe78ce]{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;overflow:hidden;border:1px solid rgba(239,68,68,.1)}.modal-content[data-v-16fe78ce]{display:flex;flex-direction:column;max-height:80vh;overflow:hidden}.modal-header[data-v-16fe78ce]{display:flex;align-items:center;justify-content:space-between;padding:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(239,68,68,.1)}.header-content[data-v-16fe78ce]{display:flex;align-items:center;gap:1rem}.header-icon[data-v-16fe78ce]{width:48px;height:48px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}.header-text[data-v-16fe78ce]{flex:1}.modal-title[data-v-16fe78ce]{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:#1a202c}.modal-subtitle[data-v-16fe78ce]{margin:0;font-size:.9rem;color:#64748b}.close-button[data-v-16fe78ce]{width:36px;height:36px;background:#ef44441a;border:none;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-button[data-v-16fe78ce]:hover{background:#ef444433;transform:scale(1.05)}.modal-body[data-v-16fe78ce]{padding:2rem;overflow-y:auto;flex:1}.error-alert[data-v-16fe78ce]{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:12px;margin-bottom:1.5rem}.alert-icon[data-v-16fe78ce]{width:24px;height:24px;color:#ef4444;flex-shrink:0;margin-top:.125rem}.alert-content h4[data-v-16fe78ce]{margin:0 0 .25rem;font-size:.9rem;font-weight:600;color:#dc2626}.alert-content p[data-v-16fe78ce]{margin:0;font-size:.85rem;color:#b91c1c}.password-form[data-v-16fe78ce]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-16fe78ce]{display:flex;flex-direction:column;gap:.5rem}.form-label[data-v-16fe78ce]{display:flex;align-items:center;font-weight:600;color:#374151;font-size:.9rem}.form-label i[data-v-16fe78ce]{color:#ef4444;font-size:.8rem}.password-input-wrapper[data-v-16fe78ce]{position:relative;display:flex;align-items:center}.form-input[data-v-16fe78ce]{width:100%;height:44px;padding:.75rem 3rem .75rem 1rem;font-size:.9rem;color:#1e293b;background:#ffffffe6;border:2px solid rgba(203,213,225,.4);border-radius:10px;transition:all .3s ease;font-family:inherit}.form-input[data-v-16fe78ce]:focus{outline:none;border-color:#ef4444;background:#fff;box-shadow:0 0 0 3px #ef44441a}.form-input.error[data-v-16fe78ce]{border-color:#ef4444;background:#ef444405}.form-input.success[data-v-16fe78ce]{border-color:#10b981;background:#10b98105}.password-toggle[data-v-16fe78ce]{position:absolute;right:.75rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease}.password-toggle[data-v-16fe78ce]:hover{color:#ef4444;background:#ef44441a}.password-strength[data-v-16fe78ce]{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.strength-bar[data-v-16fe78ce]{flex:1;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.strength-fill[data-v-16fe78ce]{height:100%;border-radius:2px;transition:all .3s ease}.strength-weak .strength-fill[data-v-16fe78ce]{background:#ef4444}.strength-medium .strength-fill[data-v-16fe78ce]{background:#f59e0b}.strength-good .strength-fill[data-v-16fe78ce]{background:#3b82f6}.strength-strong .strength-fill[data-v-16fe78ce]{background:#10b981}.strength-text[data-v-16fe78ce]{font-size:.8rem;font-weight:600;min-width:100px;text-align:right}.strength-weak[data-v-16fe78ce]{color:#ef4444}.strength-medium[data-v-16fe78ce]{color:#f59e0b}.strength-good[data-v-16fe78ce]{color:#3b82f6}.strength-strong[data-v-16fe78ce]{color:#10b981}.password-match[data-v-16fe78ce]{margin-top:.5rem}.match-success[data-v-16fe78ce]{display:flex;align-items:center;color:#10b981;font-size:.85rem;font-weight:500}.match-error[data-v-16fe78ce]{display:flex;align-items:center;color:#ef4444;font-size:.85rem;font-weight:500}.security-tips[data-v-16fe78ce]{padding:1rem;background:#3b82f605;border:1px solid rgba(59,130,246,.1);border-radius:12px}.security-tips h5[data-v-16fe78ce]{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#374151;display:flex;align-items:center}.security-tips h5 i[data-v-16fe78ce]{color:#3b82f6;font-size:.8rem}.security-tips ul[data-v-16fe78ce]{margin:0;padding:0;list-style:none}.security-tips li[data-v-16fe78ce]{display:flex;align-items:center;padding:.25rem 0;font-size:.8rem;color:#64748b;transition:all .2s ease}.security-tips li.fulfilled[data-v-16fe78ce]{color:#10b981}.security-tips li i[data-v-16fe78ce]{width:16px;font-size:.7rem}.form-actions[data-v-16fe78ce]{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(226,232,240,.5)}.btn-secondary[data-v-16fe78ce],.btn-primary[data-v-16fe78ce]{flex:1;display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;border:none}.btn-secondary[data-v-16fe78ce]{color:#64748b;background:#f8fafccc;border:1px solid rgba(203,213,225,.4)}.btn-secondary[data-v-16fe78ce]:hover{background:#f1f5f9e6;border-color:#cbd5e199}.btn-primary[data-v-16fe78ce]{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef444433}.btn-primary[data-v-16fe78ce]:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.btn-primary[data-v-16fe78ce]:disabled{opacity:.5;cursor:not-allowed;transform:none}@keyframes fadeIn-16fe78ce{0%{opacity:0}to{opacity:1}}@keyframes slideIn-16fe78ce{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 576px){.modern-modal-overlay[data-v-16fe78ce]{padding:.5rem}.modal-header[data-v-16fe78ce],.modal-body[data-v-16fe78ce]{padding:1.5rem}.header-content[data-v-16fe78ce]{gap:.75rem}.header-icon[data-v-16fe78ce]{width:40px;height:40px;font-size:1rem}.modal-title[data-v-16fe78ce]{font-size:1.1rem}.modal-subtitle[data-v-16fe78ce]{font-size:.85rem}.form-actions[data-v-16fe78ce]{flex-direction:column}}
