.pfm-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.62);backdrop-filter:blur(2px);overflow-y:auto;animation:pfm-fade .16s ease-out}@keyframes pfm-fade{0%{opacity:0}to{opacity:1}}.pfm-modal{position:relative;width:100%;max-width:1140px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;margin:auto;background:#fff;border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.28);overflow:hidden}.pfm-head{flex:0 0 auto;justify-content:space-between;gap:12px;padding:13px 18px;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.pfm-head,.pfm-head-left{display:flex;align-items:center}.pfm-head-left{gap:9px;min-width:0;font-size:14px;font-weight:600}.pfm-head-left h2,.pfm-head-left h5{margin:0;font-size:inherit;font-weight:inherit;color:inherit;line-height:1.5}.pfm-close{flex:0 0 auto;border:none;background:rgba(255,255,255,.16);color:#fff;width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer}.pfm-close:hover:not(:disabled){background:rgba(255,255,255,.3)}.pfm-close:disabled{opacity:.5;cursor:not-allowed}.pfm-modal>.pa-success,.pfm-modal>.pfm-body{flex:1 1 auto;min-height:0;overflow-y:auto;position:relative}.pfm-body{padding:18px}.pfm-foot{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-top:1px solid #eef1f5;background:#fbfcfe}.pfm-foot-left{min-width:0}.pfm-foot-right{display:flex;gap:8px;flex:0 0 auto}.pfm-counter{font-size:12.5px;color:#9ca3af}.pfm-modal>.pa-stepper{flex:0 0 auto}@media (max-width:575px){.pfm-overlay{padding:0}.pfm-modal{max-width:none;max-height:100vh;border-radius:0}.pfm-body{padding:14px}.pfm-foot{flex-direction:column;align-items:stretch}.pfm-foot-right{justify-content:flex-end}}