dialog.emp-popup-overlay{border:none;padding:0;background:0 0;max-width:90vw;max-height:90vh;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border-radius:12px;overflow:visible;outline:none}dialog.emp-popup-overlay::backdrop{background-color:rgba(15,23,42,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}:root{--emp-popup-transition:.35s cubic-bezier(.34,1.56,.64,1)}dialog.emp-popup-overlay[open]{animation:empShow var(--emp-popup-transition) forwards}@keyframes empShow{from{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.emp-popup-container{position:relative;background:#fff;border-radius:12px;padding:8px;box-sizing:border-box;display:flex;flex-direction:column}.emp-popup-close{position:absolute;top:-14px;right:-14px;width:32px;height:32px;background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:50%;font-size:20px;font-weight:300;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:99999;transition:all .2s ease-in-out}.emp-popup-close:hover{background:#f8fafc;transform:scale(1.1) rotate(90deg);color:#ef4444;border-color:#ef4444}.emp-popup-content{overflow-y:auto;max-height:85vh;width:100%;border-radius:8px}.emp-popup-content::-webkit-scrollbar{width:6px}.emp-popup-content::-webkit-scrollbar-track{background:0 0}.emp-popup-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.emp-popup-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}body.emp-popup-active{overflow:hidden}