.img-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;align-items:center;justify-content:center;padding:2rem;z-index:9999}.img-modal-backdrop.is-open{display:flex}.img-modal{position:relative;max-width:min(96vw,1200px);max-height:90vh;width:auto;border-radius:1rem;overflow:hidden;background:#111;box-shadow:0 20px 60px rgba(0,0,0,.35)}.img-modal img{display:block;width:100%;height:auto;max-height:90vh;object-fit:contain;background:#000}.img-modal-close{position:absolute;top:.5rem;right:.5rem;border:0;background:rgba(0,0,0,.6);color:#fff;font-size:1.25rem;line-height:1;padding:.5rem .65rem;border-radius:.5rem;cursor:pointer}.img-modal-close:focus{outline:2px solid #fff;outline-offset:2px}.img-modal-backdrop[data-click-to-close=true]{cursor:auto}