#flw-esd-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:99998;display:none}
#flw-esd-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:99999}
#flw-esd-modal .card{background:#fff;border-radius:8px;box-shadow:0 8px 30px rgba(0,0,0,.2);width:90%;max-width:520px;padding:20px}
#flw-esd-modal h3{margin-top:0}
#flw-esd-modal .field{margin:10px 0}
#flw-esd-modal label{display:block;margin-bottom:6px;color:#333}
#flw-esd-modal input[type=text],#flw-esd-modal input[type=password]{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px}
#flw-esd-modal .actions{display:flex;gap:10px;margin-top:12px}
#flw-esd-modal .hidden{display:none}
body.flw-esd-locked{overflow:hidden}
#flw-esd-meter{height:6px;background:#eee;border-radius:4px;margin-top:8px;overflow:hidden}
#flw-esd-meter .bar{height:100%;width:0;background:#d33;transition:width .25s ease,background .25s ease}
