.GalleryPage_filterBar__OZv4l{display:flex;gap:10px;margin-bottom:36px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.GalleryPage_filterBar__OZv4l::-webkit-scrollbar{display:none}.GalleryPage_filterBtn__vyKNc{display:inline-block;padding:8px 20px;font-family:var(--font-heading);font-size:.88rem;font-weight:700;letter-spacing:1px;white-space:nowrap;background:var(--bg-2);color:var(--text-mid);border:1px solid var(--line);clip-path:polygon(0 0,100% 0,calc(100% - 10px) 100%,0 100%);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.GalleryPage_filterBtn__vyKNc:hover{border-color:#555;color:#fff}.GalleryPage_filterBtnActive___SfnA{background:var(--red);color:#fff;border-color:var(--red)}.GalleryPage_grid__DPsR3{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:80px}.GalleryPage_cell__b9zS4{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:pointer;background:#111;animation:GalleryPage_cellIn__jldi9 .4s ease backwards}@keyframes GalleryPage_cellIn__jldi9{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.GalleryPage_cellImg__i_VaN{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s cubic-bezier(.25,1,.5,1)}.GalleryPage_cell__b9zS4:hover .GalleryPage_cellImg__i_VaN{transform:scale(1.07)}.GalleryPage_cellOverlay__rwato{position:absolute;inset:0;background:transparent;transition:background .3s ease;z-index:1}.GalleryPage_cell__b9zS4:hover .GalleryPage_cellOverlay__rwato{background:rgba(230,0,35,.35)}.GalleryPage_cellZoom__WHgeY{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transition:opacity .25s ease;font-size:1.4rem;color:#fff}.GalleryPage_cell__b9zS4:hover .GalleryPage_cellZoom__WHgeY{opacity:1}.GalleryPage_empty__fwd9m{grid-column:1/-1;text-align:center;padding:80px 0;color:var(--muted)}.GalleryPage_lbBackdrop__qbEGw{position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:9000;display:flex;align-items:center;justify-content:center;animation:GalleryPage_lbIn__TXFzB .2s ease}@keyframes GalleryPage_lbIn__TXFzB{0%{opacity:0}to{opacity:1}}.GalleryPage_lbInner__KVdxd{position:relative;max-width:min(90vw,1200px);max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:16px}.GalleryPage_lbImgWrap__q6kvz{position:relative;max-width:100%;max-height:80vh;display:flex;align-items:center;justify-content:center}.GalleryPage_lbImg__9lubR{max-width:90vw;max-height:80vh;-o-object-fit:contain;object-fit:contain;display:block;box-shadow:0 20px 60px rgba(0,0,0,.6)}.GalleryPage_lbCaption__RSqCK{text-align:center;color:hsla(0,0%,100%,.65);font-size:.9rem;line-height:1.5;max-width:600px}.GalleryPage_lbCounter__7wsTf{font-family:var(--font-heading);font-size:.8rem;color:#555;letter-spacing:2px}.GalleryPage_lbClose__ov5uU{position:fixed;top:20px;right:24px;width:44px;height:44px;border:1px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,.5);color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;z-index:9010}.GalleryPage_lbClose__ov5uU:hover{background:var(--red);border-color:var(--red)}.GalleryPage_lbNext__TgF0L,.GalleryPage_lbPrev___17EN{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid hsla(0,0%,100%,.15);background:rgba(0,0,0,.5);color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;z-index:9010}.GalleryPage_lbPrev___17EN{left:16px}.GalleryPage_lbNext__TgF0L{right:16px}.GalleryPage_lbNext__TgF0L:hover,.GalleryPage_lbPrev___17EN:hover{background:var(--red);border-color:var(--red)}.GalleryPage_lbDisabled__BNFpT{opacity:.2;cursor:not-allowed;pointer-events:none}@media (max-width:768px){.GalleryPage_grid__DPsR3{grid-template-columns:repeat(2,1fr);gap:4px}.GalleryPage_lbPrev___17EN{left:4px}.GalleryPage_lbNext__TgF0L{right:4px}}