.photo-viewer-trigger{cursor:zoom-in}
.photo-viewer-trigger:focus-visible{outline:3px solid #ad5178;outline-offset:4px}
dialog.photo-viewer{position:fixed;inset:0;box-sizing:border-box;width:100%;max-width:none;height:100%;height:100dvh;max-height:none;margin:0;padding:64px 16px 16px;border:0;background:rgba(15,12,15,.94);overflow:auto;overscroll-behavior:contain}
dialog.photo-viewer[open]{display:flex;align-items:center;justify-content:center}
.photo-viewer::backdrop{background:rgba(0,0,0,.7)}
dialog.photo-viewer .photo-viewer-image{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;border-radius:0}
dialog.photo-viewer .photo-viewer-close{position:fixed;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid #ffffff80;border-radius:50%;background:#242024;color:#fff;font:36px/1 sans-serif;cursor:pointer;z-index:1}
.photo-viewer-close:focus-visible{outline:3px solid #fff;outline-offset:3px}
