.imhotep-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .75);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity 0.4s ease;overflow-y:auto}.imhotep-popup-overlay.active{opacity:1}.imhotep-popup-container{position:relative;max-width:90vw;max-height:90vh;transform:scale(.7);opacity:0;transition:transform 0.4s cubic-bezier(.34,1.56,.64,1),opacity 0.4s ease;will-change:transform,opacity}.imhotep-popup-overlay.active .imhotep-popup-container{transform:scale(1);opacity:1}.imhotep-popup-content{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0 / .3);background:#fff;max-width:100%;max-height:90vh;display:flex;align-items:center;justify-content:center}.imhotep-popup-image{display:block;max-width:100%;max-height:90vh;height:auto;width:auto;object-fit:contain;border-radius:16px}.imhotep-popup-link{display:block;cursor:pointer;transition:opacity 0.3s ease;text-decoration:none}.imhotep-popup-link:hover{opacity:.95}.imhotep-popup-close{position:absolute;top:-15px;right:-15px;width:44px;height:44px;background:#fff;border:2px solid #333;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgb(0 0 0 / .2);transition:all 0.3s ease;z-index:1000001;color:#333;padding:0;outline:none}.imhotep-popup-close:hover{transform:scale(1.15) rotate(90deg);background-color:#333;color:#fff;border-color:#333;box-shadow:0 6px 20px rgb(0 0 0 / .3)}.imhotep-popup-close:active{transform:scale(1.05) rotate(90deg)}.imhotep-popup-close:focus{outline:2px solid #0073aa;outline-offset:2px}.imhotep-popup-close svg{width:22px;height:22px;display:block;stroke-width:2.5}body.imhotep-popup-open{overflow:hidden!important;position:fixed;width:100%;height:100%}html.imhotep-popup-open{overflow:hidden!important}@media (max-width:1024px){.imhotep-popup-container{max-width:85vw;max-height:85vh}.imhotep-popup-content{max-height:85vh}.imhotep-popup-image{max-height:85vh}}@media (max-width:768px){.imhotep-popup-overlay{padding:15px}.imhotep-popup-container{max-width:95vw;max-height:85vh}.imhotep-popup-content{border-radius:12px;max-height:85vh}.imhotep-popup-image{border-radius:12px;max-height:85vh}.imhotep-popup-close{top:10px;right:10px;width:42px;height:42px;background:rgb(255 255 255 / .95);border:2px solid #333}.imhotep-popup-close svg{width:20px;height:20px}}@media (max-width:480px){.imhotep-popup-overlay{padding:10px}.imhotep-popup-container{max-width:95vw;max-height:80vh}.imhotep-popup-content{border-radius:10px;max-height:80vh}.imhotep-popup-image{border-radius:10px;max-height:80vh}.imhotep-popup-close{top:8px;right:8px;width:40px;height:40px;background:rgb(255 255 255 / .95);border:2px solid #333}.imhotep-popup-close svg{width:18px;height:18px}}.imhotep-popup-image{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imhotep-popup-overlay,.imhotep-popup-container,.imhotep-popup-close{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}@media print{.imhotep-popup-overlay{display:none!important}}