:root{--gallery-bg:#333833;--gallery-text:#f0eeeb;--gallery-text-soft:#9a9c98;--gallery-accent:#fff;--nav-ring:#ffffff38}*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;height:100%}body{background:var(--gallery-bg);height:100%;min-height:100%;color:var(--gallery-text);-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.45;display:flex;overflow-x:hidden}#app{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}#app .gallery{background:var(--gallery-bg,#333833);flex-direction:column;flex:1;width:100%;min-height:0;display:flex;position:relative}#app header{flex-shrink:0;width:100%;min-height:2.5rem;padding:10px 30px;display:flex}#app header h1.brand{letter-spacing:.14em;text-transform:uppercase;color:var(--gallery-accent,#fff);font-size:24px;font-weight:700}#app main.stage{width:100%;min-width:min(100%,320px);max-width:100%;min-height:0;flex-direction:column;flex:1;justify-content:stretch;align-items:stretch;min-block-size:min(100%,568px);display:flex;overflow:hidden}#app main.stage .frame{flex:1;width:100%;min-height:0;position:relative;overflow:hidden}#app main.stage .hero-track{will-change:transform;height:100%;min-height:0;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}#app main.stage .hero-track.hero-track--no-motion{transition:none}#app main.stage .hero-slide{flex:0 0 calc(100% / var(--slide-count,1));box-sizing:border-box;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex}#app main.stage .hero-lazy{aspect-ratio:var(--hero-ratio);background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:auto;max-width:100%;height:auto;max-height:100%;display:inline-flex;position:relative}#app main.stage .hero-lazy:before{content:"";opacity:0;background-color:var(--text-color);pointer-events:none;animation:2.5s infinite pulse;position:absolute;inset:0}#app main.stage .hero-lazy.loaded:before{opacity:0;animation:none}#app main.stage img.hero{object-fit:contain;opacity:0;width:auto;max-width:100%;height:auto;max-height:100%;transition:opacity .5s ease-out;display:block}#app main.stage .hero-lazy.loaded img.hero{opacity:1}#app footer{flex-shrink:0;width:100%;padding:10px 30px}#app .footer-bar{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex}#app .footer-actions{flex-flow:wrap;align-items:center;gap:.5rem;display:flex}#app .info-btn{border:1px solid var(--nav-ring,#ffffff38);color:var(--gallery-text-soft,#9a9c98);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.4rem;margin:0;padding:.35rem .65rem;font-family:inherit;font-size:clamp(.72rem,1.2vw,.8125rem);transition:color .2s,border-color .2s,background .2s;display:inline-flex}#app .info-btn:hover,#app .info-btn:focus-visible{color:var(--gallery-accent,#fff);background:#ffffff0f;border-color:#ffffff73;outline:none}#app .info-btn__icon{flex-shrink:0;line-height:0;display:flex}#app a.info-btn--link{text-decoration:none}#app .info-modal{border:1px solid var(--nav-ring,#ffffff38);background:var(--gallery-bg,#333833);width:100%;max-width:min(100vw - 2rem,400px);color:var(--gallery-text,#f0eeeb);border-radius:10px;padding:0;box-shadow:0 20px 60px #00000073}#app .info-modal::backdrop{background:#00000080}#app .info-modal__panel{padding:1.25rem 1.35rem 1.35rem}#app .info-modal__title{letter-spacing:.03em;margin:0 0 .75rem;font-size:1rem;font-weight:600}#app .info-modal__body{color:var(--gallery-text-soft,#9a9c98);margin:0 0 1.15rem;font-size:.9375rem;line-height:1.5}#app .info-modal__close{border:1px solid var(--nav-ring,#ffffff38);color:var(--gallery-accent,#fff);cursor:pointer;background:#ffffff14;border-radius:6px;margin:0;padding:.45rem .9rem;font-family:inherit;font-size:.875rem}#app .info-modal__close:hover,#app .info-modal__close:focus-visible{background:#ffffff24;outline:none}.bottom{flex-shrink:0;width:100%;padding-top:.75rem}.bottom-stack{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.controls{align-items:center;gap:1rem;display:flex}.progress-track{background:#333;flex-shrink:0;width:200px;height:30px;overflow:hidden}.progress-fill{transform-origin:0;background:#f09;width:100%;height:100%;animation-name:slide-progress;animation-timing-function:linear;animation-fill-mode:forwards;transform:scaleX(0)}@keyframes slide-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes hero-lazy-pulse{0%{opacity:0}50%{opacity:.12}to{opacity:0}}.nav-btn{border:1px solid var(--nav-ring,#ffffff38);width:2.25rem;height:2.25rem;color:var(--gallery-text-soft,#9a9c98);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,border-color .2s,background .2s;display:flex}.nav-btn:hover,.nav-btn:focus-visible{color:var(--gallery-accent,#fff);background:#ffffff0f;border-color:#ffffff73;outline:none}.arrow{margin-top:-1px;font-size:.95rem;line-height:1}.counter{letter-spacing:.06em;color:var(--gallery-text-soft,#9a9c98);font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;font-size:clamp(.75rem,1.4vw,.875rem)}.counter-current{color:var(--gallery-accent,#fff);font-weight:700}.counter-sep{opacity:.85;font-weight:400}.empty{min-height:100vh;color:var(--gallery-text-soft,#9a9c98);justify-content:center;align-items:center;margin:0;display:flex}@media (prefers-reduced-motion:reduce){.nav-btn{transition:none}.progress-track{display:none}}@keyframes pulse{0%{opacity:0}50%{opacity:.1}to{opacity:0}}
