.GalleryOverview_container__2EbJY{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.GalleryOverview_galleriesGrid___PJQX{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.GalleryOverview_galleryCard__G8RUH{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.07);transition:all .3s ease;border:1px solid #e2e8f0}.GalleryOverview_galleryCard__G8RUH:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.GalleryOverview_galleryCard__G8RUH:hover .GalleryOverview_galleryImage__BM1sH{transform:scale(1.05)}.GalleryOverview_galleryCard__G8RUH:hover .GalleryOverview_galleryOverlay__7nuYS{opacity:1}.GalleryOverview_galleryImageWrapper__CI05d{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f1f5f9}.GalleryOverview_galleryImage__BM1sH{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.GalleryOverview_placeholderImage__hRBHW{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a0aec0;background:#f1f5f9;font-size:1rem}.GalleryOverview_galleryOverlay__7nuYS{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.8));display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.GalleryOverview_galleryInfo__juxst{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem;font-weight:600}.GalleryOverview_imageCount__vmCDV{background:rgba(0,0,0,.5);padding:.25rem .5rem;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.GalleryOverview_featuredBadge__9I0tc{background:#f6ad55;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.GalleryOverview_galleryContent__I7tyU{padding:1.5rem}.GalleryOverview_galleryTitle__FDRQp{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.GalleryOverview_galleryTitle__FDRQp a{color:#2d3748;text-decoration:none;transition:color .2s ease}.GalleryOverview_galleryTitle__FDRQp a:hover{color:#3182ce}.GalleryOverview_galleryExcerpt__J__pa{color:#718096;line-height:1.5;font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.GalleryOverview_galleryMeta__VkYvI{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#4a5568}.GalleryOverview_galleryDate___1rf_{color:#718096}.GalleryOverview_viewGalleryButton__nnAMg{color:#3182ce;text-decoration:none;font-weight:600;transition:color .2s ease}.GalleryOverview_viewGalleryButton__nnAMg:hover{color:#2c5aa0}.GalleryOverview_loading__tPyIT{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.GalleryOverview_spinner__7o_6H{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#3182ce;border-radius:50%;animation:GalleryOverview_spin__cA1r8 1s linear infinite;margin-bottom:1rem}@keyframes GalleryOverview_spin__cA1r8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GalleryOverview_error__Q_Bhj{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#e53e3e;background:#fed7d7;border-radius:8px}.GalleryOverview_error__Q_Bhj p{margin-bottom:1rem}.GalleryOverview_empty__Bkf_g{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#718096;background:#f7fafc;border-radius:8px}.GalleryOverview_retryButton__UzA5I{margin-top:1rem;padding:.75rem 1.5rem;background:#3182ce;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.GalleryOverview_retryButton__UzA5I:hover{background:#2c5aa0}.GalleryOverview_pagination__84hjD{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.GalleryOverview_paginationButton__3qiJX{padding:.75rem 1rem;background:#fff;border:2px solid #e2e8f0;color:#374151;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease}.GalleryOverview_paginationButton__3qiJX:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0;color:#2d3748}.GalleryOverview_paginationButton__3qiJX:disabled{opacity:.5;cursor:not-allowed}.GalleryOverview_paginationNumber__378Pw{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:2px solid #e2e8f0;color:#374151;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease}.GalleryOverview_paginationNumber__378Pw:hover{background:#f7fafc;border-color:#cbd5e0;color:#2d3748}.GalleryOverview_paginationNumber__378Pw.GalleryOverview_active___15Jw{background:#3182ce;border-color:#3182ce;color:#fff}.GalleryOverview_paginationNumber__378Pw.GalleryOverview_active___15Jw:hover{background:#2c5aa0;border-color:#2c5aa0}.GalleryOverview_paginationEllipsis__NrY7L{padding:.75rem .5rem;color:#718096}@media(max-width:768px){.GalleryOverview_container__2EbJY{padding:1rem .5rem}.GalleryOverview_galleriesGrid___PJQX{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.GalleryOverview_galleryContent__I7tyU{padding:1rem}.GalleryOverview_galleryTitle__FDRQp{font-size:1.125rem}.GalleryOverview_galleryMeta__VkYvI{flex-direction:column;align-items:flex-start;gap:.5rem}.GalleryOverview_pagination__84hjD{gap:.25rem}.GalleryOverview_paginationButton__3qiJX{padding:.5rem .75rem;font-size:.875rem}.GalleryOverview_paginationNumber__378Pw{width:36px;height:36px;font-size:.875rem}}@media(max-width:480px){.GalleryOverview_galleriesGrid___PJQX{grid-template-columns:1fr;gap:1rem}.GalleryOverview_paginationButton__3qiJX{padding:.5rem .75rem;font-size:.875rem}.GalleryOverview_paginationNumber__378Pw{width:36px;height:36px;font-size:.875rem}}.GalleriesPage_container__ciX6Y{min-height:80vh;padding:2rem 0}.GalleriesPage_header__AmXuF{text-align:center;max-width:800px;margin:0 auto 3rem;padding:0 1rem}.GalleriesPage_title__7rs4W{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#2d3748;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-align:center}.GalleriesPage_description__dSaiB{font-size:1.125rem;line-height:1.6;color:#4a5568;margin-bottom:0}@media(max-width:768px){.GalleriesPage_container__ciX6Y{padding:1rem 0}.GalleriesPage_header__AmXuF{margin-bottom:2rem;padding:0 .5rem}.GalleriesPage_title__7rs4W{font-size:2.5rem}.GalleriesPage_description__dSaiB{font-size:1rem}}@media(max-width:480px){.GalleriesPage_title__7rs4W{font-size:2rem}.GalleriesPage_description__dSaiB{font-size:.9rem}}