.story-panel[data-story-type=gallery]{flex-direction:column;height:100vh;height:100dvh;min-height:unset;overflow:hidden;padding:var(--gallery-panel-padding,1.5rem 2rem)}.story-gallery{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:column;height:100%;min-height:0;padding:var(--gallery-padding,1.5rem);padding-top:var(--gallery-top-padding,var(--gallery-padding,1.5rem));width:100%}.story-gallery__top{align-items:var(--gallery-audio-align,flex-start);display:flex;flex:0 0 auto;gap:var(--gallery-audio-gap,1rem);margin:0 auto;max-width:var(--gallery-max-text-width,720px);padding-bottom:var(--gallery-text-gap,.5rem);width:100%}.story-gallery__text{background-color:var(--gallery-text-bg,transparent);border-radius:var(--gallery-text-radius,4px);flex:1 1 auto;padding:0 1rem;text-align:left}.story-panel .story-gallery__text h2,.story-panel .story-gallery__text h3{font-size:var(--gallery-title-size,clamp(1.2rem,3vw,1.6rem));margin:0;margin-bottom:var(--gallery-title-mb,.4rem)}.story-panel .story-gallery__text p{font-size:var(--gallery-text-size,clamp(.9rem,2vw,1.1rem));line-height:1.5;margin:0;margin-bottom:var(--gallery-text-mb,.5rem);opacity:.85}.story-panel .story-gallery__text p:last-child{margin-bottom:0}.story-gallery__stage{flex:1 1 auto;min-height:0;overflow:hidden;position:relative}.story-gallery__slides{height:100%;position:relative;width:100%}.story-gallery__slide{align-items:center;display:flex;inset:0;justify-content:center;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;transition:opacity .3s ease}.story-gallery__slide--active{opacity:1;pointer-events:auto}.story-panel[data-story-type=gallery] .story-gallery__slide img{border-radius:4px;display:block;margin:0 auto!important;max-height:100%!important;max-width:var(--gallery-img-max-width,100%);-o-object-fit:contain;object-fit:contain}.story-gallery__slide figcaption{display:none}.story-gallery__arrow{align-items:center;background:var(--gallery-arrow-bg,rgba(0,0,0,.5));border:none;border-radius:4px;color:var(--gallery-arrow-color,#fff);cursor:pointer;display:flex;font-size:var(--gallery-arrow-size,2rem);height:1.5em;justify-content:center;line-height:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s;width:1.25em;z-index:2}.story-gallery__arrow--prev{left:var(--gallery-arrow-offset,10px)}.story-gallery__arrow--next{right:var(--gallery-arrow-offset,10px)}.story-gallery__arrow:focus-visible,.story-gallery__arrow:hover{background:var(--gallery-arrow-hover,rgba(0,0,0,.8))}.story-gallery__arrow:focus-visible{outline:2px solid #fff;outline-offset:2px}.story-gallery__footer{align-items:baseline;background-color:var(--gallery-footer-bg,transparent);border-top:var(--gallery-footer-border,none);display:flex;flex:0 0 auto;justify-content:space-between;margin:0 auto;max-width:var(--gallery-max-text-width,720px);min-height:1.5em;padding:.5rem 1rem;padding-bottom:var(--gallery-nav-clearance,calc(.5rem + 70px));padding-top:var(--gallery-caption-mt,.5rem);width:100%}.story-gallery__caption{font-size:var(--gallery-caption-size,clamp(.85rem,1.8vw,1rem));opacity:.8}.story-gallery__caption .gallery-desc{display:block}.story-gallery__caption .gallery-source{display:block;font-size:var(--gallery-source-size,.8em);font-style:italic;opacity:.6}.story-gallery__counter{font-family:monospace;font-size:.85rem;opacity:.5;white-space:nowrap}.story-gallery__audio{align-items:center;display:flex;flex:0 0 auto;flex-direction:column;gap:.25rem;margin-right:var(--gallery-audio-mr,0);padding:.3rem 0}.story-gallery__audio-btn{align-items:center;background:var(--gallery-arrow-bg,rgba(0,0,0,.5));border:none;border-radius:50%;color:var(--gallery-arrow-color,#fff);cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;height:var(--gallery-audio-btn-size,2.4em);justify-content:center;padding:0;transition:background .2s;width:var(--gallery-audio-btn-size,2.4em)}.story-gallery__audio-btn:focus-visible,.story-gallery__audio-btn:hover{background:var(--gallery-arrow-hover,rgba(0,0,0,.8))}.story-gallery__audio-icon{height:60%;width:60%}.story-gallery__audio-time{font-family:monospace;font-size:var(--gallery-source-size,.8em);opacity:.6;white-space:nowrap}.story-gallery__audio-progress{background:rgba(0,0,0,.15);border-radius:2px;height:3px;overflow:hidden;width:100%}.story-gallery__audio-fill{background:var(--gallery-arrow-bg,rgba(0,0,0,.5));height:100%;transition:width .1s linear;width:0}.story-gallery__zoom{align-items:center;animation:galleryZoomIn .2s ease;background:rgba(0,0,0,.95);cursor:pointer;display:flex;inset:0;justify-content:center;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));position:fixed;z-index:2000}.story-gallery__zoom-content{align-items:center;display:flex;flex-direction:column;max-height:100%;max-width:calc(100% - 4.5rem)}.story-gallery__zoom img{border-radius:4px;max-height:80vh;max-width:100%;-o-object-fit:contain;object-fit:contain}.story-gallery__zoom-caption{color:#fff;font-size:var(--gallery-zoom-caption-size,1.1rem);margin-top:.75rem;opacity:.8;padding:0 .5rem;text-align:center}.story-gallery__zoom-caption .gallery-source{display:block;font-size:.85em;font-style:italic;opacity:.6}.story-gallery__zoom-counter{color:#fff;font-family:monospace;font-size:.8rem;margin-top:.25rem;opacity:.4}.story-gallery__zoom-arrow{align-items:center;background:hsla(0,0%,100%,.15);border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:2.5em;justify-content:center;line-height:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2.2em;z-index:2}.story-gallery__zoom-arrow--prev{left:.4rem}.story-gallery__zoom-arrow--next{right:.4rem}.story-gallery__zoom-arrow:active{background:hsla(0,0%,100%,.3)}@keyframes galleryZoomIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.story-panel[data-story-type=gallery]{padding:var(--gallery-panel-padding-m,.75rem 1rem)}.story-gallery{justify-content:flex-start;padding:var(--gallery-padding-m,.5rem);padding-bottom:var(--gallery-nav-clearance-m,65px);padding-top:var(--gallery-top-padding-m,.5rem)}.story-panel .story-gallery__text h2,.story-panel .story-gallery__text h3{font-size:var(--gallery-title-size-m,1.4rem);margin-bottom:var(--gallery-title-mb-m,.3rem)}.story-panel .story-gallery__text p{font-size:var(--gallery-text-size-m,1rem);margin-bottom:var(--gallery-text-mb-m,.3rem)}.story-gallery__top{-webkit-overflow-scrolling:touch;flex-direction:column;gap:var(--gallery-audio-gap-m,.3rem);max-height:30dvh;overflow-y:auto;padding-bottom:var(--gallery-text-gap-m,.3rem);position:relative}.story-gallery__text{padding:0 .5rem}.story-gallery__top.is-paginated{height:30dvh;max-height:none}.story-gallery__text-pag{-webkit-tap-highlight-color:transparent;align-items:center;display:flex;flex:0 0 auto;gap:1rem;justify-content:center;min-height:44px;padding:.3rem 0}.text-pag__label{color:inherit;cursor:pointer;font-size:.85rem;letter-spacing:.08em;opacity:.7}.text-pag__next,.text-pag__prev{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-size:1.4rem;justify-content:center;min-height:44px;min-width:44px;opacity:.7;padding:.2rem .6rem}.story-gallery__audio{align-items:center;flex-direction:row;gap:.5rem;padding:0 .5rem;width:100%}.story-gallery__audio-progress{flex:1}.story-gallery__stage{flex:1 1 auto;min-height:0;overflow:hidden;position:relative}.story-gallery__slides{height:100%}.story-gallery__slide{display:none;height:100%;inset:auto;opacity:1;position:relative;transition:none}.story-gallery__slide--active{display:flex}.story-panel[data-story-type=gallery] .story-gallery__slide img{max-width:var(--gallery-img-max-width-m,100%)}.story-gallery__arrow{font-size:var(--gallery-arrow-size-m,1.5rem);min-height:44px;min-width:44px}.story-gallery__footer{background:linear-gradient(transparent,rgba(0,0,0,.7));bottom:0;color:#fff;left:0;padding:2rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0px));pointer-events:none;position:absolute;right:0;z-index:3}.story-gallery__footer .story-gallery__caption{color:#fff;opacity:1}.story-gallery__footer .gallery-source{color:#fff;opacity:.7}.story-gallery__footer .story-gallery__counter{color:#fff}.story-gallery__caption{font-size:var(--gallery-caption-size-m,.85rem)}.story-gallery__audio-btn{height:var(--gallery-audio-btn-size-m,2.75em);min-height:44px;min-width:44px;width:var(--gallery-audio-btn-size-m,2.75em)}}@media (prefers-reduced-motion:reduce){.story-gallery__slide{transition:none}}
/*# sourceMappingURL=story-gallery.css.map */