#eip-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:9999999;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:10px;box-sizing:border-box;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform}#eip-overlay.eip-pos-center{justify-content:center;align-items:center}#eip-overlay.eip-pos-top{justify-content:center;align-items:flex-start;padding-top:30px}#eip-overlay.eip-pos-bottom{justify-content:center;align-items:flex-end;padding-bottom:30px}#eip-popup{position:relative;width:100%;max-width:550px;max-height:95vh;padding:30px;border-radius:15px;box-shadow:0 20px 40px rgba(0,0,0,.4);box-sizing:border-box;display:flex;flex-direction:column;background-clip:padding-box;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}#eip-popup::-webkit-scrollbar{display:none}#eip-h2{margin-top:0;margin-bottom:15px;line-height:1.2}.eip-body{line-height:1.4}#eip-popup input,#eip-popup textarea,#eip-popup p{margin-bottom:10px !important}#eip-close{position:absolute;top:15px;right:15px;font-size:24px;line-height:1;cursor:pointer;opacity:.7;transition:opacity .2s;z-index:10}#eip-close:hover{opacity:1}@media (max-height:700px),(max-width:480px){#eip-popup{padding:20px}#eip-h2{font-size:20px !important;margin-bottom:10px}.eip-body{font-size:14px !important}#eip-popup label{margin-bottom:2px !important;font-size:12px}}