gym-gallery{display:block}.gallery-filters{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.gallery-filters button,.gallery-more{font:inherit;font-weight:700;color:#ddd;border:1px solid #373737;background:#171717;border-radius:8px;padding:12px 20px;cursor:pointer}.gallery-filters button[aria-pressed=true]{background:#df272d;border-color:#df272d;color:white}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gallery-grid button{padding:0;overflow:hidden;border:1px solid #292929;border-radius:12px;background:#171717;color:#bbb;aspect-ratio:4/3;cursor:zoom-in}.gallery-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s}.gallery-grid button:hover img{transform:scale(1.035)}gym-gallery button:focus-visible{outline:3px solid white;outline-offset:4px}.gallery-more{display:block;margin:28px auto 0}.gallery-more[hidden]{display:none}.gallery-lightbox{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border:0;padding:60px 65px;margin:0;background:#090909f5;color:#fff;box-sizing:border-box}.gallery-lightbox::backdrop{background:#000d}.gallery-lightbox[open]{display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-lightbox img{max-width:100%;max-height:calc(100dvh - 160px);object-fit:contain}.gallery-lightbox p{font-size:14px;color:#bbb;text-align:center}.gallery-lightbox button{position:absolute;background:#222;border:1px solid #444;color:white;border-radius:50%;width:44px;height:44px;font-size:30px;cursor:pointer}.gallery-close{right:18px;top:14px}.gallery-prev{left:10px;top:50%}.gallery-next{right:10px;top:50%}@media(max-width:760px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-lightbox{padding:65px 12px}.gallery-lightbox img{max-height:calc(100dvh - 200px)}.gallery-prev,.gallery-next{top:auto!important;bottom:22px}}@media(prefers-reduced-motion:reduce){.gallery-grid img{transition:none}.gallery-grid button:hover img{transform:none}}
