a.js-zoom{display:block;cursor:zoom-in}a.js-zoom>img{display:block}.zoom-ov{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(8,10,18,.92);overflow:auto}.zoom-ov.is-open{display:flex}.zoom-ov__img{max-width:96vw;max-height:92vh;width:auto;height:auto;border-radius:10px;box-shadow:0 16px 50px rgba(0,0,0,.55);cursor:zoom-out}.zoom-ov__close{position:fixed;top:14px;right:16px;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:26px;line-height:1;cursor:pointer}.zoom-ov__close:hover,.zoom-ov__close:focus-visible{background:rgba(255,255,255,.3);outline:none}.zoom-ov__hint{position:fixed;left:0;right:0;bottom:14px;margin:0;text-align:center;color:rgba(255,255,255,.7);font-size:.8rem;pointer-events:none}body.zoom-lock{overflow:hidden}@media (prefers-reduced-motion:no-preference){.zoom-ov__img{animation:zoom-in-anim .18s ease-out}}@keyframes zoom-in-anim{from{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}
