.photo-viewer{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:#090909;color:#fff}.photo-viewer::backdrop{background:#090909}.photo-viewer-shell{display:grid;grid-template-rows:58px minmax(0,1fr) 58px;width:100%;height:100%}.photo-viewer-top,.photo-viewer-bottom{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;background:rgba(9,9,9,.96)}.photo-viewer-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:750}.photo-viewer-counter{color:#aaa;font-size:12px}.photo-viewer-controls{display:flex;align-items:center;gap:7px}.photo-viewer button{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:0 12px;border:1px solid #383838;border-radius:999px;background:#171717;color:#fff;font:750 12px/1 system-ui;cursor:pointer}.photo-viewer button:hover,.photo-viewer button:focus-visible,.photo-viewer button.active{border-color:#fff;background:#fff;color:#111;outline:none}.photo-viewer button[hidden]{display:none}.photo-viewer-stage{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;overflow:hidden;background:#090909}.photo-viewer-stage img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.photo-viewer-stage.actual-size{display:block;overflow:auto;text-align:center}.photo-viewer-stage.actual-size img{max-width:none;max-height:none;width:auto;height:auto;margin:auto}.photo-viewer-nav{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:48px;height:48px;padding:0!important;background:rgba(0,0,0,.5)!important;color:#fff!important;font-size:24px!important}.photo-viewer-prev{left:14px}.photo-viewer-next{right:14px}.photo-viewer-thumb{position:relative;display:block;width:100%;padding:0;border:0;background:#fff;cursor:zoom-in}.photo-viewer-thumb img{pointer-events:none}.photo-share-proxy{display:none!important}@media(max-width:620px){.photo-viewer-shell{grid-template-rows:54px minmax(0,1fr) auto}.photo-viewer-top{padding:0 10px}.photo-viewer-title{max-width:55vw}.photo-viewer-bottom{justify-content:center;flex-wrap:wrap;padding:8px 10px}.photo-viewer button{min-height:38px;padding:0 10px}.photo-viewer-nav{width:42px;height:42px}.photo-viewer-prev{left:8px}.photo-viewer-next{right:8px}}
