.image-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.image-modal-container{position:relative;background:#fff;border-radius:12px;padding:16px;max-width:90vw;max-height:90vh;box-shadow:0 10px 30px rgba(0,0,0,.25);overflow:hidden}.image-modal-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;background:rgba(0,0,0,.6);color:#fff;font-size:24px;line-height:1;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.image-modal-close:hover{background:rgba(0,0,0,.8)}.image-modal-image{display:block;width:100%;height:auto;max-width:860px;max-height:80vh;object-fit:contain;border-radius:8px}