:root{--vvw-bg-color:#000;--vvw-text-color:#fff;--vvw-bg-blur:10px;--vvw-bg-opacity:.8;--vvw-anim-dur:333;--vvw-init-z:1;--vvw-dest-z:2147480000;--vvw-ui-outline-color:hsl(from var(--vvw-bg-color)h s calc(l + 30));--vvw-ui-bg-color:var(--vvw-bg-color);--vvw-ui-text-color:var(--vvw-text-color);--vvw-ui-hover-bg-color:hsl(from var(--vvw-bg-color)h s calc(l + 20));--vvw-ui-active-bg-color:hsl(from var(--vvw-bg-color)h s calc(l + 40));--vvw-ui-border-radius:0px;--vvw-ui-border-width:1px}@keyframes vvw-pulse{0%{opacity:1;border-radius:var(--vvw-init-radius);scale:1}50%{opacity:.7;border-radius:var(--vvw-pulse-radius);scale:.99}to{opacity:1;border-radius:var(--vvw-init-radius);scale:1}}@keyframes vvw-simple-pulse{0%{opacity:1}50%{opacity:.8}to{opacity:1}}@keyframes vvw-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.vvw-root{width:100dvw;height:100dvh;z-index:var(--vvw-init-z);opacity:0;isolation:isolate;touch-action:none;position:fixed;top:0;left:0;overflow:hidden;transform:none}.vvw-container{width:100%;height:100%;position:relative;overflow:hidden}.vvw-bg{z-index:0;background-color:rgb(from var(--vvw-bg-color)r g b/var(--vvw-bg-opacity));width:100%;height:100%;-webkit-backdrop-filter:blur(var(--vvw-bg-blur));backdrop-filter:blur(var(--vvw-bg-blur));opacity:0;transition:opacity calc(var(--vvw-anim-dur)*1ms)calc(var(--vvw-anim-dur)*1ms)ease;position:absolute;top:0;left:0}.vvw-image-container{isolation:isolate;height:100%;position:relative;overflow:hidden}.vvw-item{cursor:grab;width:100%;height:100%;position:relative;overflow:hidden}.vvw-item:active{cursor:grabbing}.vvw-item img,.vvw-item iframe.vvw-img-hi,.vvw-item div.vvw-img-hi{display:block;position:absolute;top:50%;left:50%;translate:-50% -50%}.vvw-item .vvw-img-err{color:#fff;text-align:center;z-index:2;background-color:red;margin:0;padding:8px 12px;font-size:14px;display:none;position:absolute;top:50%;left:50%;translate:-50% -50%}.vvw-item .vvw-img-lo{--vvw-init-radius:0px;--vvw-pulse-radius:0px;--vvw-init-x:0px;--vvw-init-y:0px;--vvw-current-x:0px;--vvw-current-y:0px;z-index:0;opacity:1;border-radius:var(--vvw-init-radius);transition:transform calc(var(--vvw-anim-dur)*1ms)ease;transform:translate3d(var(--vvw-current-x),var(--vvw-current-y),0);background:linear-gradient(45deg,#1a1a1a,#333,#1a1a1a,#555) 0 0/400% 400%;outline:1px solid #fff3;animation:3s ease-in-out infinite vvw-gradient;overflow:hidden;max-width:none!important;max-height:none!important}.vvw-item .vvw-img-hi{--vvw-init-radius:0px;--vvw-init-w:0px;--vvw-init-h:0px;border-radius:var(--vvw-init-radius);z-index:1;object-fit:cover;opacity:0;overflow:hidden;max-width:none!important;max-height:none!important}.vvw-top-bar,.vvw-bottom-bar{z-index:6;pointer-events:none;justify-content:space-between;align-items:stretch;gap:1rem;width:100vw;display:flex;position:absolute;top:0;left:0}.vvw-top-bar>div,.vvw-bottom-bar>div{align-items:stretch;display:flex}.vvw-top-bar>div:nth-child(2),.vvw-bottom-bar>div:nth-child(2){flex:auto}.vvw-bottom-bar{top:unset;bottom:0}.vvw-ui{opacity:0;transition:opacity calc(var(--vvw-anim-dur)*1ms)ease calc(var(--vvw-anim-dur)*2ms)ease;outline:var(--vvw-ui-border-width)solid var(--vvw-ui-outline-color);background-color:var(--vvw-ui-bg-color);color:var(--vvw-ui-text-color);pointer-events:auto}.vvw-ui.vvw-index{padding:8px 13px;font-size:16px}.vvw-ui.vvw-desc{text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:8px 15px;font-size:14px;overflow:hidden}.vvw-ui>button{color:inherit;font:inherit;cursor:pointer;box-sizing:border-box;background:0 0;border:0;border-radius:0;outline:none;justify-content:center;align-self:stretch;align-items:center;height:100%;margin:0;padding:8px 12px;display:flex}.vvw-ui>button:disabled{color:rgb(from var(--vvw-ui-text-color)r g b/.5);cursor:not-allowed}.vvw-ui>button:hover{background-color:var(--vvw-ui-hover-bg-color)}.vvw-ui>button:active{background-color:var(--vvw-ui-active-bg-color)}.vvw-ui>button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.vvw-ui.vvw-prev button,.vvw-ui.vvw-next button{padding:1rem .5rem}.vvw-ui.vvw-prev{z-index:2;border-top-right-radius:var(--vvw-ui-border-radius);border-bottom-right-radius:var(--vvw-ui-border-radius);justify-content:center;align-items:center;display:none;position:absolute;top:50%;left:0;translate:0 -50%}.vvw-ui.vvw-next{z-index:2;border-top-left-radius:var(--vvw-ui-border-radius);border-bottom-left-radius:var(--vvw-ui-border-radius);justify-content:center;align-items:center;display:none;position:absolute;top:50%;right:0;translate:0 -50%}@media (min-width:768px){.vvw-ui.vvw-prev,.vvw-ui.vvw-next{display:flex}}.vvw-bottom-bar>div:first-child>div:last-child,.vvw-bottom-bar>div:nth-child(2)>div:last-child{border-top-right-radius:var(--vvw-ui-border-radius);overflow:hidden}.vvw-bottom-bar>div:nth-child(2)>div:first-child,.vvw-bottom-bar>div:last-child>div:first-child{border-top-left-radius:var(--vvw-ui-border-radius);overflow:hidden}.vvw-top-bar>div:first-child>div:last-child,.vvw-top-bar>div:nth-child(2)>div:last-child{border-bottom-right-radius:var(--vvw-ui-border-radius);overflow:hidden}.vvw-top-bar>div:nth-child(2)>div:first-child,.vvw-top-bar>div:last-child>div:first-child{border-bottom-left-radius:var(--vvw-ui-border-radius);overflow:hidden}.vvw-arrow-sm .vvw-ui.vvw-prev,.vvw-arrow-sm .vvw-ui.vvw-next{display:flex}.vvw-root.vvw--active{opacity:1;transition:z-index 0s calc(var(--vvw-anim-dur)*1ms)ease;z-index:var(--vvw-dest-z)}.vvw-root.vvw--active .vvw-bg{opacity:1}.vvw-root.vvw--active .vvw-img-lo{--vvw-current-x:0px!important;--vvw-current-y:0px!important}.vvw-root.vvw--active .vvw-ui{opacity:1}.vvw-root.vvw--settled .vvw-img-lo{animation:1s infinite vvw-pulse,3s ease-in-out infinite vvw-gradient;animation-delay:calc(var(--vvw-anim-dur)*2ms)}.vvw-root.vvw--settled .vvw-img-lo:has(+.vvw--loaded){opacity:0;animation:none}.vvw-root.vvw--settled .vvw-img-err:has(~img.vvw--loaderror){display:block}.vvw-root.vvw--settled .vvw-img-hi.vvw--loaded{transition:border-radius calc(var(--vvw-anim-dur)*1ms)ease;opacity:1;border-radius:0}.vvw-root.vvw--closing{transition:opacity calc(var(--vvw-anim-dur)*1ms)calc(var(--vvw-anim-dur)*2ms)ease,transform 0s calc(var(--vvw-anim-dur)*2ms)ease,z-index 0s calc(var(--vvw-anim-dur)*1ms)ease;z-index:var(--vvw-init-z);transform:scale(1);opacity:0!important}.vvw-root.vvw--closing .vvw-img-err:has(~img.vvw--loaderror){display:none}.vvw-root.vvw--closing .vvw-img-hi.vvw--loaded,.vvw-root.vvw--closing .vvw-img-hi.vvw--ready{transition:width calc(var(--vvw-anim-dur)*1ms)ease,height calc(var(--vvw-anim-dur)*1ms)ease,border-radius calc(var(--vvw-anim-dur)*1ms)ease,top calc(var(--vvw-anim-dur)*1ms)ease,left calc(var(--vvw-anim-dur)*1ms)ease,translate calc(var(--vvw-anim-dur)*1ms)ease,opacity 0s calc(var(--vvw-anim-dur)*1ms)ease;opacity:0!important;width:var(--vvw-init-w)!important;height:var(--vvw-init-h)!important;border-radius:var(--vvw-init-radius)!important;top:50%!important;left:50%!important;translate:-50% -50%!important}.vvw-root.vvw--closing .vvw-img-lo{transition:opacity 0s calc(var(--vvw-anim-dur)*1ms)ease,transform calc(var(--vvw-anim-dur)*1ms)calc(var(--vvw-anim-dur)*1ms)ease;opacity:1!important;--vvw-current-x:var(--vvw-init-x)!important;--vvw-current-y:var(--vvw-init-y)!important}.vvw-root.vvw--closing .vvw-ui{transition:opacity calc(var(--vvw-anim-dur)*1ms)ease;opacity:0}.vvw-root.vvw--closing .vvw-bg{transition:opacity calc(var(--vvw-anim-dur)*1ms)calc(var(--vvw-anim-dur)*1ms)ease;opacity:0}.vvw--hidden{display:none!important}.vvw--pulsing{animation:1s ease-in-out infinite vvw-simple-pulse}
