.hec-gallery-viewer{position:fixed;inset:0;z-index:10000050;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(4,9,18,.92);opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease;touch-action:none}.hec-gallery-viewer.is-open{opacity:1;visibility:visible}.hec-gallery-stage{position:relative;display:grid;place-items:center;width:min(1100px,84vw);height:min(90vh,900px)}.hec-gallery-stage img{display:block;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border-radius:10px;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.35)}.hec-gallery-count{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);padding:5px 10px;border-radius:999px;background:rgba(0,0,0,.62);color:#fff;font-size:12px;font-weight:700}.hec-gallery-close,.hec-gallery-prev,.hec-gallery-next{position:fixed;z-index:2;display:grid;place-items:center;width:46px;height:46px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.96);color:#111827;box-shadow:0 8px 28px rgba(0,0,0,.25);font-size:30px;line-height:1;cursor:pointer}.hec-gallery-close{top:16px;right:18px}.hec-gallery-prev{left:18px;top:50%;transform:translateY(-50%)}.hec-gallery-next{right:18px;top:50%;transform:translateY(-50%)}.hec-gallery-prev[hidden],.hec-gallery-next[hidden]{display:none}body.hec-gallery-open{overflow:hidden}
@media(max-width:600px){.hec-gallery-viewer{align-items:center;justify-content:center;padding:58px 8px 46px}.hec-gallery-stage{display:grid;place-items:center;width:100%;height:calc(100dvh - 104px)}.hec-gallery-stage img{margin:auto;max-width:100%;max-height:100%;object-position:center}.hec-gallery-close{top:10px;right:10px;width:40px;height:40px}.hec-gallery-prev,.hec-gallery-next{top:50%;width:40px;height:48px;border-radius:10px;font-size:27px;opacity: 70%;}.hec-gallery-prev{left:7px}.hec-gallery-next{right:7px}.hec-gallery-count{bottom:4px}}
