.GalleryPage-module__oA_NNq__galleryContainer{background:var(--background);min-height:100vh;padding:2rem 1rem}.GalleryPage-module__oA_NNq__galleryHeader{text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.GalleryPage-module__oA_NNq__galleryHeader h1{color:var(--primary);text-shadow:0 2px 4px #0000001a;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.GalleryPage-module__oA_NNq__galleryHeader p{color:var(--text);opacity:.8;font-size:1.1rem;line-height:1.6}.GalleryPage-module__oA_NNq__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}.GalleryPage-module__oA_NNq__galleryItem{cursor:pointer;background:#fff;border-radius:12px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.GalleryPage-module__oA_NNq__galleryItem:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.GalleryPage-module__oA_NNq__imageWrapper{width:100%;height:250px;position:relative;overflow:hidden}.GalleryPage-module__oA_NNq__galleryImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.GalleryPage-module__oA_NNq__galleryItem:hover .GalleryPage-module__oA_NNq__galleryImage{transform:scale(1.05)}.GalleryPage-module__oA_NNq__imageOverlay{color:#fff;background:linear-gradient(#0000 0%,#0006 50%,#000c 100%);padding:1.5rem 1rem 1rem;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.GalleryPage-module__oA_NNq__galleryItem:hover .GalleryPage-module__oA_NNq__imageOverlay{transform:translateY(0)}.GalleryPage-module__oA_NNq__imageOverlay h3{text-shadow:0 1px 2px #00000080;margin:0;font-size:1.1rem;font-weight:600}.GalleryPage-module__oA_NNq__imageInfo{opacity:.8;margin:.5rem 0 0;font-size:.9rem}.GalleryPage-module__oA_NNq__imageCount{color:var(--primary);margin-top:.5rem;font-size:1rem;font-weight:500}.GalleryPage-module__oA_NNq__loadingContainer{justify-content:center;align-items:center;min-height:400px;display:flex}.GalleryPage-module__oA_NNq__loadingSpinner{border:4px solid #f3f3f3;border-top:4px solid var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite GalleryPage-module__oA_NNq__spin}@keyframes GalleryPage-module__oA_NNq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.GalleryPage-module__oA_NNq__errorContainer{text-align:center;color:var(--text);padding:3rem 1rem}.GalleryPage-module__oA_NNq__errorContainer p{opacity:.8;font-size:1.1rem}.GalleryPage-module__oA_NNq__emptyContainer{text-align:center;color:var(--text);padding:3rem 1rem}.GalleryPage-module__oA_NNq__emptyContainer p{opacity:.8;font-size:1.1rem}@media (max-width:768px){.GalleryPage-module__oA_NNq__galleryContainer{padding:1rem .5rem}.GalleryPage-module__oA_NNq__galleryHeader h1{font-size:2rem}.GalleryPage-module__oA_NNq__galleryGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:0 .5rem}.GalleryPage-module__oA_NNq__imageWrapper{height:200px}}@media (max-width:480px){.GalleryPage-module__oA_NNq__galleryGrid{grid-template-columns:1fr;gap:1rem}.GalleryPage-module__oA_NNq__galleryHeader h1{font-size:1.8rem}.GalleryPage-module__oA_NNq__galleryHeader p{font-size:1rem}}.GalleryPage-module__oA_NNq__modal{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.GalleryPage-module__oA_NNq__modalContent{justify-content:center;align-items:center;width:90%;max-width:1200px;height:90%;max-height:800px;display:flex;position:relative}.GalleryPage-module__oA_NNq__modalImageContainer{flex-direction:column;align-items:center;max-width:100%;max-height:100%;display:flex;position:relative}.GalleryPage-module__oA_NNq__modalImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh;box-shadow:0 8px 32px #0000004d}.GalleryPage-module__oA_NNq__modalInfo{color:#fff;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:8px;margin-top:1rem;padding:1rem 2rem}.GalleryPage-module__oA_NNq__modalInfo h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.GalleryPage-module__oA_NNq__modalInfo p{opacity:.8;margin:0;font-size:.9rem}.GalleryPage-module__oA_NNq__closeButton{color:#fff;cursor:pointer;z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.GalleryPage-module__oA_NNq__closeButton:hover{background:#000000e6;transform:scale(1.1)}.GalleryPage-module__oA_NNq__prevButton,.GalleryPage-module__oA_NNq__nextButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.GalleryPage-module__oA_NNq__prevButton{left:20px}.GalleryPage-module__oA_NNq__nextButton{right:20px}.GalleryPage-module__oA_NNq__prevButton:hover,.GalleryPage-module__oA_NNq__nextButton:hover{background:#000000e6;transform:translateY(-50%)scale(1.1)}.GalleryPage-module__oA_NNq__prevButton:active,.GalleryPage-module__oA_NNq__nextButton:active{transform:translateY(-50%)scale(.95)}@media (max-width:768px){.GalleryPage-module__oA_NNq__modalContent{width:95%;height:95%}.GalleryPage-module__oA_NNq__modalImage{max-height:70vh}.GalleryPage-module__oA_NNq__modalInfo{margin-top:.8rem;padding:.8rem 1.5rem}.GalleryPage-module__oA_NNq__modalInfo h3{font-size:1rem}.GalleryPage-module__oA_NNq__modalInfo p{font-size:.8rem}.GalleryPage-module__oA_NNq__closeButton{width:40px;height:40px;top:15px;right:15px}.GalleryPage-module__oA_NNq__prevButton,.GalleryPage-module__oA_NNq__nextButton{width:48px;height:48px}.GalleryPage-module__oA_NNq__prevButton{left:15px}.GalleryPage-module__oA_NNq__nextButton{right:15px}}@media (max-width:480px){.GalleryPage-module__oA_NNq__modalContent{width:98%;height:98%}.GalleryPage-module__oA_NNq__modalImage{max-height:60vh}.GalleryPage-module__oA_NNq__modalInfo{margin-top:.6rem;padding:.6rem 1rem}.GalleryPage-module__oA_NNq__closeButton{width:36px;height:36px;top:10px;right:10px}.GalleryPage-module__oA_NNq__prevButton,.GalleryPage-module__oA_NNq__nextButton{width:40px;height:40px}.GalleryPage-module__oA_NNq__prevButton{left:10px}.GalleryPage-module__oA_NNq__nextButton{right:10px}}
