.image-viewer{width:100vw;max-width:none;height:100dvh;max-height:none;inset:0;margin:0;padding:60px 80px 30px;border:0;background:rgba(8,17,32,.96);color:#fff;overflow:hidden}.image-viewer::backdrop{background:#081120}.image-viewer[open]{display:grid;place-items:center}.image-viewer figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:18px;max-width:100%;max-height:100%}.image-viewer img{display:block;max-width:100%;max-height:calc(100dvh - 140px);object-fit:contain;border-radius:10px;touch-action:pan-y}.image-viewer figcaption{font:14px/1.5 NewlightRoboto,Roboto,sans-serif;color:#dae2ee}.image-viewer button{position:absolute;display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid #ffffff40;border-radius:50%;background:#ffffff14;color:#fff;font:36px/1 NewlightRoboto,Roboto,sans-serif;cursor:pointer}.image-viewer button:hover{background:#ffffff30}.image-viewer button:focus-visible{outline:3px solid #fff;outline-offset:4px}.image-viewer button[hidden]{display:none}.viewer-close{top:18px;right:20px}.viewer-prev{left:18px;top:calc(50% - 24px)}.viewer-next{right:18px;top:calc(50% - 24px)}.gallery-rest a{cursor:zoom-in}@media(max-width:600px){.image-viewer{padding:80px 14px 90px}.image-viewer img{max-height:calc(100dvh - 210px)}.image-viewer .viewer-prev,.image-viewer .viewer-next{top:auto;bottom:24px}.image-viewer .viewer-prev{left:calc(50% - 62px)}.image-viewer .viewer-next{right:calc(50% - 62px)}}
