.gallery_h1__ffIg8{text-align:center;font-size:2rem;margin-bottom:20px}.gallery_container__fXHd0{height:100%;width:100%;padding:20px;margin:0 auto;font-family:Arial,sans-serif;background:#f0f4f8;background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 0),linear-gradient(-45deg,#e0e0e0 25%,transparent 0);background-size:20px 20px;background-position:0 0,10px 10px;transition:background .3s ease-in-out}.gallery_grid__yo_Zx{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.gallery_thumbnailContainer__jLTpN{position:relative}.gallery_skeleton__ENnrK{width:100%;height:200px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:gallery_shimmer__5aHFs 1.5s infinite;border-radius:10px}@keyframes gallery_shimmer__5aHFs{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery_thumbnail__CsTjA{width:100%;height:200px;object-fit:cover;border-radius:10px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery_thumbnail__CsTjA:hover{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,.2)}.gallery_modal__Ji32Z{position:fixed;top:0;left:0;width:100vw;height:90vh;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;overflow:hidden}.gallery_modalImage__yPPzq{width:auto;height:auto;max-width:90%;max-height:90%;border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,.5);overflow:hidden}.gallery_close__J3RRn{position:absolute;top:20px;right:20px;font-size:2rem;color:#fff;cursor:pointer;z-index:1001;transition:transform .3s ease}.gallery_close__J3RRn:hover{transform:scale(1.1)}.gallery_next__Ig9_c,.gallery_prev__fv2yx{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;font-size:2rem;width:50px;height:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1001;transition:background-color .3s ease,transform .3s ease}.gallery_next__Ig9_c:hover,.gallery_prev__fv2yx:hover{background-color:rgba(0,0,0,.8)}.gallery_prev__fv2yx{left:20px}.gallery_next__Ig9_c{right:20px}@media (max-width:768px){.gallery_grid__yo_Zx{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.gallery_grid__yo_Zx{grid-template-columns:1fr}}