.gallery_pageHeader__EvS8t{color:var(--white);padding:3rem 0 4rem;text-align:center;position:relative}.gallery_headerContent___7Eng{display:flex;flex-direction:column;align-items:center;gap:1rem}.gallery_categoryIcon__Swqe0{font-size:5rem;margin-bottom:.5rem}.gallery_pageHeader__EvS8t h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.gallery_pageHeader__EvS8t p{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.95}.gallery_backButton__AYmyd{position:absolute;top:2rem;left:2rem;color:var(--white);text-decoration:none;padding:.5rem 1rem;background:hsla(0,0%,100%,.2);border-radius:5px;transition:all .3s ease;font-weight:500}.gallery_backButton__AYmyd:hover{background:hsla(0,0%,100%,.3);transform:translateX(-5px)}.gallery_galleryInfo__gKA3Z{text-align:center;margin-bottom:2rem;color:var(--text-secondary);font-size:1.1rem}.gallery_galleryInfo__gKA3Z strong{color:var(--primary-color);font-size:1.3rem}.gallery_galleryGrid__ggv_6{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.gallery_galleryItem__wBIKQ{cursor:pointer;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;background:var(--white)}.gallery_galleryItem__wBIKQ:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.gallery_imageWrapper__b8kF1{position:relative;width:100%;padding-bottom:75%;overflow:hidden}.gallery_galleryImage__46_Rv{transition:transform .3s ease}.gallery_galleryItem__wBIKQ:hover .gallery_galleryImage__46_Rv{transform:scale(1.05)}.gallery_imageOverlay__75bMe{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.gallery_galleryItem__wBIKQ:hover .gallery_imageOverlay__75bMe{background:rgba(0,0,0,.5)}.gallery_zoomIcon__Lcxx2{font-size:2.5rem;opacity:0;transform:scale(.8);transition:all .3s ease}.gallery_galleryItem__wBIKQ:hover .gallery_zoomIcon__Lcxx2{opacity:1;transform:scale(1)}.gallery_imageTitle__5VMR7{padding:1rem;text-align:center;color:var(--text-primary);font-weight:500;font-size:.95rem}.gallery_emptyState__sQ_ew{text-align:center;padding:5rem 2rem}.gallery_emptyIcon__brfrd{font-size:5rem;margin-bottom:1.5rem}.gallery_emptyState__sQ_ew h2{color:var(--primary-color);margin-bottom:1rem}.gallery_emptyState__sQ_ew p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.gallery_errorContainer__oBQuU{text-align:center;padding:5rem 2rem}.gallery_errorContainer__oBQuU h1{color:var(--primary-color);margin-bottom:2rem}.gallery_modal__Xvuze{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;cursor:pointer}.gallery_modalContent__IgiQV{position:relative;max-width:90vw;max-height:90vh;cursor:default}.gallery_modalImage__NP_3p{border-radius:10px;box-shadow:0 10px 50px rgba(0,0,0,.5)}.gallery_closeButton__ASxRd{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.9);border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2001;color:var(--text-primary)}.gallery_closeButton__ASxRd:hover{background:var(--white);transform:rotate(90deg)}@media (max-width:768px){.gallery_pageHeader__EvS8t h1{font-size:2rem}.gallery_categoryIcon__Swqe0{font-size:3.5rem}.gallery_galleryGrid__ggv_6{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.gallery_backButton__AYmyd{top:1rem;left:1rem;font-size:.9rem;padding:.4rem .8rem}.gallery_modal__Xvuze{padding:1rem}.gallery_closeButton__ASxRd{top:.5rem;right:.5rem;width:40px;height:40px;font-size:1.2rem}}@media (max-width:480px){.gallery_galleryGrid__ggv_6{grid-template-columns:1fr}.gallery_headerContent___7Eng{padding-top:3rem}}