.gallery-module__zlwOTG__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-top:40px;display:grid}.gallery-module__zlwOTG__card{box-shadow:var(--shadow-md);transition:var(--transition);background:#fff;border-radius:12px;overflow:hidden}.gallery-module__zlwOTG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.gallery-module__zlwOTG__imageWrapper{aspect-ratio:4/3;background:#f0f0f0;position:relative;overflow:hidden}.gallery-module__zlwOTG__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-module__zlwOTG__card:hover .gallery-module__zlwOTG__imageWrapper img{transform:scale(1.1)}.gallery-module__zlwOTG__info{padding:20px}.gallery-module__zlwOTG__title{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;font-weight:700}.gallery-module__zlwOTG__description{color:var(--text-secondary);margin-bottom:15px;font-size:.9rem;line-height:1.5}.gallery-module__zlwOTG__date{color:#999;font-size:.8rem;display:block}.gallery-module__zlwOTG__empty{text-align:center;background:var(--bg-secondary);border-radius:12px;padding:100px 0}.gallery-module__zlwOTG__hint{color:var(--text-secondary);margin-top:10px;font-size:.9rem}
