.gallery-modal{flex-direction:column;height:100%;min-height:0;display:flex}.gallery-modal__stage{background:var(--color-near-black,#1b1c1e);border-radius:0;flex:1;justify-content:center;align-items:center;min-height:0;margin:0;display:flex;position:relative;overflow:hidden}.gallery-modal__image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;animation:.25s both gallery-modal-image-fade;display:block}@keyframes gallery-modal-image-fade{0%{opacity:0}to{opacity:1}}.gallery-modal__caption{color:var(--color-white);text-align:center;background:linear-gradient(#0000,#000000b3);padding:12px 20px;font-size:14px;position:absolute;bottom:0;left:0;right:0}.gallery-modal__thumbnails{scrollbar-width:none;-webkit-overflow-scrolling:touch;background:var(--color-near-black,#1b1c1e);flex-shrink:0;justify-content:safe center;gap:8px;padding:12px 24px 20px;display:flex;overflow-x:auto}.gallery-modal__thumbnails::-webkit-scrollbar{display:none}.gallery-modal__thumb{border-radius:var(--radius-md,8px);background:var(--color-grey-80,#505052);cursor:pointer;opacity:.7;height:70px;font:inherit;color:inherit;border:2px solid #0000;flex:0 0 110px;padding:0;transition:opacity .15s,border-color .15s,transform .15s;overflow:hidden}.gallery-modal__thumb:hover{opacity:1}.gallery-modal__thumb img{object-fit:cover;width:100%;height:100%;display:block}.gallery-modal__thumb--active{opacity:1;border-color:var(--color-primary,#ff4e64);box-shadow:0 0 0 2px var(--color-primary-faint,#ff4e640f)}@media (max-width:768px){.gallery-modal__stage{margin:16px 16px 0}.gallery-modal__thumbnails{padding:16px}.gallery-modal__thumb{flex:0 0 80px;height:56px}}@media (prefers-reduced-motion:reduce){.gallery-modal__image{animation:none}}
