.gallery-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:none;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-overlay.is-open{display:flex}.gallery-stage{position:relative;max-width:92vw;max-height:92vh}.gallery-stage img{display:block;max-width:100%;max-height:92vh;width:auto;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.gallery-nav{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr}.gallery-prev,.gallery-next{display:block;width:100%;height:100%;cursor:pointer}.gallery-prev:after,.gallery-next:after{content:"";position:absolute;top:50%;width:26px;height:26px;border-top:2px solid rgba(255,255,255,.8);border-left:2px solid rgba(255,255,255,.8);transform:translateY(-50%) rotate(-45deg);opacity:.6;pointer-events:none}.gallery-prev:after{left:22px}.gallery-next:after{right:22px;transform:translateY(-50%) rotate(135deg)}.gallery-close{position:fixed;top:14px;right:16px;background:transparent;border:0;color:#fff;font-size:28px;line-height:1;cursor:pointer;opacity:.8}.gallery-close:hover{opacity:1}body.no-scroll{overflow:hidden;touch-action:none}
