a.js-zoom{cursor:zoom-in}a.js-zoom,a.js-zoom>img{display:block}img.is-zoomable{cursor:zoom-in}.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:hsla(0,0%,100%,.16);color:#fff;font-size:26px;line-height:1;cursor:pointer}.zoom-ov__close:focus-visible,.zoom-ov__close:hover{background:hsla(0,0%,100%,.3);outline:none}.zoom-ov__hint{position:fixed;left:0;right:0;bottom:14px;margin:0;text-align:center;color:hsla(0,0%,100%,.7);font-size:.8rem;pointer-events:none}body.zoom-lock{overflow:hidden}.usage-hint{margin:0;padding:7px 16px;display:flex;flex-wrap:wrap;gap:1px 22px;justify-content:center;align-items:center;text-align:center;font-size:.78rem;line-height:1.6;color:#c7d2e0;background:#0d1220;border-bottom:1px solid hsla(0,0%,100%,.1)}.usage-hint__ln{white-space:normal}.usage-hint__ln b{color:#eaf2ff;font-weight:700;margin-right:.15em}.usage-hint kbd{display:inline-block;padding:.05em .45em;margin:0 .1em;font:inherit;font-size:.9em;color:#eaf2ff;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.28);border-radius:5px}@media (prefers-reduced-motion:no-preference){.zoom-ov__img{animation:zoom-in-anim .18s ease-out}}@keyframes zoom-in-anim{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}