.gallery-container{column-count:1;gap:.5rem}@media (min-width:480px){.gallery-container{column-count:2}}@media (min-width:768px){.gallery-container{column-count:3}}@media (min-width:1024px){.gallery-container{column-count:4}}.gallery-item{break-inside:avoid;margin-bottom:.5rem;display:block}.gallery-item img{border-radius:.5rem;width:100%;height:auto;display:block}.gallery-item:nth-child(odd){margin-top:1rem}.gallery-item:hover{transition:transform .3s;transform:scale(1.02)}.image-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:.3s ease-out fadeIn}.image-modal img{object-fit:contain;max-width:100%;max-height:90vh;animation:.3s ease-out zoomIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}body.modal-open{overflow:hidden}
.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
