.gallery-lightbox-item{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden;border-radius:inherit}
.gallery-lightbox-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}
.gallery-lightbox-item:hover img,.gallery-lightbox-item:focus-visible img{transform:scale(1.025);filter:brightness(.92)}
.gallery-lightbox-item:focus-visible{outline:3px solid currentColor;outline-offset:4px}
.gallery-hint{font-size:.92rem;opacity:.72}
.gallery-lightbox{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px;background:rgba(5,10,15,.94);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}
.gallery-lightbox.is-open{opacity:1;visibility:visible}
.gallery-lightbox-dialog{position:relative;width:min(96vw,1400px);height:min(90vh,920px);display:grid;place-items:center}
.gallery-lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;box-shadow:0 20px 70px rgba(0,0,0,.45)}
.gallery-lightbox-close,.gallery-lightbox-prev,.gallery-lightbox-next{position:absolute;border:0;background:rgba(255,255,255,.14);color:#fff;backdrop-filter:blur(8px);cursor:pointer;display:grid;place-items:center;z-index:2}
.gallery-lightbox-close{right:0;top:0;width:46px;height:46px;border-radius:50%;font-size:30px}
.gallery-lightbox-prev,.gallery-lightbox-next{top:50%;transform:translateY(-50%);width:50px;height:64px;border-radius:12px;font-size:42px}
.gallery-lightbox-prev{left:0}.gallery-lightbox-next{right:0}
.gallery-lightbox-counter{position:absolute;left:50%;bottom:0;transform:translateX(-50%);color:#fff;background:rgba(0,0,0,.45);padding:7px 12px;border-radius:999px;font-size:.9rem}
body.gallery-lightbox-open{overflow:hidden}
@media(max-width:700px){.gallery-lightbox{padding:10px}.gallery-lightbox-dialog{width:100%;height:86vh}.gallery-lightbox-prev,.gallery-lightbox-next{width:42px;height:54px;font-size:34px}.gallery-lightbox-close{width:42px;height:42px}.gallery-lightbox-counter{bottom:6px}}
@media(prefers-reduced-motion:reduce){.gallery-lightbox,.gallery-lightbox-item img{transition:none}}


/* 10.1 — TRUE FULLSCREEN gallery */
.gallery-lightbox{padding:0!important;background:rgba(4,15,23,.98)!important;width:100vw!important;height:100vh!important;height:100dvh!important}
.gallery-lightbox-dialog{width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;display:grid!important;place-items:center!important}
.gallery-lightbox-image{width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;box-shadow:none!important;background:#07141d!important}
.gallery-lightbox-close{position:fixed!important;right:20px!important;top:18px!important;z-index:5!important}
.gallery-lightbox-prev,.gallery-lightbox-next{position:fixed!important;z-index:5!important}
.gallery-lightbox-prev{left:18px!important}.gallery-lightbox-next{right:18px!important}
.gallery-lightbox-counter{position:fixed!important;bottom:18px!important;z-index:5!important}
@media(max-width:700px){.gallery-lightbox-dialog{height:100dvh!important}.gallery-lightbox-image{height:100dvh!important}.gallery-lightbox-close{right:12px!important;top:12px!important}.gallery-lightbox-prev{left:8px!important}.gallery-lightbox-next{right:8px!important}}
