html.se-photo-open{overflow:hidden}
dialog.se-photo-viewer{position:fixed;inset:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;background:#080b0ef5;color:#fff;overflow:hidden}
dialog.se-photo-viewer::backdrop{background:#000d}
dialog.se-photo-viewer[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px}
.se-photo-viewer .se-photo-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;padding-top:max(16px,env(safe-area-inset-top))}
.se-photo-viewer button{font-family:Arial,sans-serif;font-size:16px;font-weight:600;line-height:1.3;min-height:48px;min-width:48px;border:1px solid #66737a;border-radius:8px;background:#111b21;color:#fff;padding:12px 18px;cursor:pointer}
.se-photo-viewer button:hover{background:#19363a;border-color:#00bed6}
.se-photo-viewer button:focus-visible{outline:3px solid #00bed6;outline-offset:3px}
.se-photo-viewer button:disabled{opacity:.35;cursor:default}
.se-photo-viewer .se-photo-count{font:14px Arial,sans-serif;color:#ddd;white-space:nowrap}
.se-photo-viewer .se-photo-stage{min-height:0;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;grid-template-rows:minmax(0,1fr);gap:12px;align-items:center;padding:0 18px}
.se-photo-viewer .se-photo-stage img{display:block;width:100%;height:100%;max-height:100%;min-height:0;object-fit:contain;grid-column:2;grid-row:1}
.se-photo-viewer .se-photo-prev{grid-column:1;grid-row:1}.se-photo-viewer .se-photo-next{grid-column:3;grid-row:1}
.se-photo-viewer .se-photo-caption{font:15px/1.5 Arial,sans-serif;color:#eee;text-align:center;margin:0;padding:4px 24px max(20px,env(safe-area-inset-bottom));max-height:20vh;overflow:auto}
.se-photo-viewer .se-photo-caption:empty{display:none}
.se-photo-viewer .se-photo-status{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:12px 18px;background:#080b0e;border-radius:8px;font:15px Arial,sans-serif;pointer-events:none}
.se-photo-viewer .se-photo-status[hidden]{display:none}
a[data-se-photo]{cursor:zoom-in}
@media(max-width:600px){.se-photo-viewer .se-photo-bar{padding:12px;gap:8px}.se-photo-viewer button{padding:10px 12px;font-size:14px}.se-photo-viewer .se-photo-stage{grid-template-columns:48px minmax(0,1fr) 48px;gap:4px;padding:0 8px}.se-photo-viewer .se-photo-stage img{grid-column:1/-1;width:100%;height:100%}.se-photo-viewer .se-photo-prev,.se-photo-viewer .se-photo-next{z-index:1;background:#101b20dd;align-self:center}.se-photo-viewer .se-photo-caption{font-size:14px;padding:4px 16px 20px}}
