.photo-expandable{cursor:zoom-in}
.photo-expandable:focus-visible{outline:3px solid #c8a05c;outline-offset:3px}
dialog.photo-viewer{position:fixed;inset:0;width:100%;max-width:none;height:100%;height:100dvh;max-height:none;margin:0;padding:16px max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));border:0;background:#111214f5;color:#fff;box-sizing:border-box;overflow:auto}
.photo-viewer::backdrop{background:#111}
.photo-viewer[open]{display:flex;flex-direction:column}
.photo-viewer-bar{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;min-height:48px}
.photo-viewer-count{margin:0;font:14px sans-serif;color:#ddd}
.photo-viewer button{border:1px solid #ffffff30;border-radius:50%;width:46px;height:46px;flex-shrink:0;background:#303133;color:white;cursor:pointer;font:30px/1 sans-serif;display:grid;place-items:center}
.photo-viewer button:focus-visible,.photo-viewer a:focus-visible{outline:3px solid #d4b06f;outline-offset:3px}
.photo-viewer button[hidden],.photo-viewer a[hidden]{display:none}
.photo-viewer-stage{display:flex;align-items:center;justify-content:center;gap:12px;flex:1;min-height:0;padding:12px 0}
.photo-viewer .photo-viewer-image{min-width:0;width:calc(100% - 116px);height:100%;max-height:calc(100dvh - 180px);object-fit:contain;flex:1;filter:none;transform:none;border-radius:0}
.photo-viewer-footer{text-align:center;flex-shrink:0;min-height:55px}
.photo-viewer-caption{font:14px/1.5 sans-serif;color:#eee;margin:0 0 8px}
.photo-viewer-link{display:inline-block;color:#e3c27c;font:14px/1.5 sans-serif;padding:8px;text-decoration:underline}
@media(max-width:600px){
  dialog.photo-viewer{padding:10px 8px max(12px,env(safe-area-inset-bottom))}
  .photo-viewer-stage{position:relative;gap:0}
  .photo-viewer .photo-viewer-image{width:100%;max-height:calc(100dvh - 180px)}
  .photo-viewer-prev,.photo-viewer-next{position:absolute;z-index:1;bottom:14px;background:#222c!important}
  .photo-viewer-prev{left:8px}.photo-viewer-next{right:8px}
}

.photo-viewer-footer[hidden] { display: none; }
