.GalleryPage-module__U94O2W__tabPanel{background:linear-gradient(#f5f5f5 0%,#e8e8e8 100%);max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem}.GalleryPage-module__U94O2W__tabPanel h2{color:#1a1a1a;text-align:center;text-shadow:2px 2px 4px #0000001a;margin-bottom:1rem;font-family:Arial,sans-serif;font-size:2rem;font-weight:700}.GalleryPage-module__U94O2W__pinterestGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.GalleryPage-module__U94O2W__pinterestItem{aspect-ratio:1;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 4px #0003,inset 0 1px #fff9}.GalleryPage-module__U94O2W__pinterestItem:hover{border-color:#999;transform:translateY(-4px);box-shadow:0 4px 8px #0000004d,inset 0 1px #fffc}.GalleryPage-module__U94O2W__pinterestItem img{object-fit:cover;width:100%;height:100%;transition:opacity .3s;display:block}.GalleryPage-module__U94O2W__pinterestItem:hover img{opacity:.9}.GalleryPage-module__U94O2W__albumsContainer{flex-direction:column;gap:2rem;margin-top:2rem;display:flex}.GalleryPage-module__U94O2W__albumCard{background:#fff;border:1px solid #ccc;border-radius:4px;padding:1.5rem;transition:all .3s;box-shadow:0 2px 4px #0003,inset 0 1px #fff9}.GalleryPage-module__U94O2W__albumCard:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d,inset 0 1px #fffc}.GalleryPage-module__U94O2W__albumTitle{color:#1a1a1a;text-shadow:1px 1px 2px #0000001a;margin-bottom:.5rem;font-family:Arial,sans-serif;font-size:1.5rem;font-weight:700}.GalleryPage-module__U94O2W__albumCategory{color:#06c;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-family:Verdana,sans-serif;font-size:.9rem;font-weight:700}.GalleryPage-module__U94O2W__albumGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.GalleryPage-module__U94O2W__albumImageItem{aspect-ratio:1;cursor:pointer;border:1px solid #ccc;border-radius:4px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 4px #0003,inset 0 1px #fff9}.GalleryPage-module__U94O2W__albumImageItem:hover{border-color:#999;transform:translateY(-4px);box-shadow:0 4px 8px #0000004d,inset 0 1px #fffc}.GalleryPage-module__U94O2W__albumImageItem img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.GalleryPage-module__U94O2W__albumImageItem:hover img{opacity:.9}.GalleryPage-module__U94O2W__albumPhotoCount{color:#666;text-align:center;margin-top:1rem;font-family:Verdana,sans-serif;font-size:.9rem;font-weight:600}.GalleryPage-module__U94O2W__tabsHeader{background:linear-gradient(#f0f0f0 0%,#d9d9d9 100%);border:1px solid #999;border-radius:4px;gap:.5rem;width:fit-content;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:.25rem;display:flex;box-shadow:0 2px 4px #0003,inset 0 1px #fff9}.GalleryPage-module__U94O2W__tabButton{cursor:pointer;color:#333;background:linear-gradient(#f5f5f5 0%,#e0e0e0 100%);border:1px solid #999;border-radius:3px;padding:.75rem 1.5rem;font-family:Arial,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s;box-shadow:0 1px 2px #0000001a,inset 0 1px #ffffff80}.GalleryPage-module__U94O2W__tabButton.GalleryPage-module__U94O2W__active{color:#fff;background:linear-gradient(#06c 0%,#0052a3 100%);border-color:#004080;transform:translateY(1px);box-shadow:inset 0 2px 4px #0000004d}.GalleryPage-module__U94O2W__tabButton:hover:not(.GalleryPage-module__U94O2W__active){background:linear-gradient(#fff 0%,#f0f0f0 100%);border-color:#666}.GalleryPage-module__U94O2W__tabButton:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #0003}.GalleryPage-module__U94O2W__galleryContent{margin-top:2rem;animation:.4s GalleryPage-module__U94O2W__fadeInUp}@keyframes GalleryPage-module__U94O2W__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.GalleryPage-module__U94O2W__videoGrid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin-top:2rem;display:grid}.GalleryPage-module__U94O2W__videoItem{aspect-ratio:16/9;background:#000;border:1px solid #ccc;border-radius:4px;width:100%;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 4px #0003,inset 0 1px #fff9}.GalleryPage-module__U94O2W__videoItem:hover{border-color:#999;transform:translateY(-4px);box-shadow:0 4px 8px #0000004d}.GalleryPage-module__U94O2W__videoItem iframe{border:none;width:100%;height:100%}.GalleryPage-module__U94O2W__videoTitle{color:#1a1a1a;text-align:center;margin-top:.75rem;font-family:Arial,sans-serif;font-size:.95rem;font-weight:600}.GalleryPage-module__U94O2W__modalOverlay{z-index:9999;background-color:#000000eb;justify-content:center;align-items:center;animation:.2s GalleryPage-module__U94O2W__fadeIn;display:flex;position:fixed;inset:0}@keyframes GalleryPage-module__U94O2W__fadeIn{0%{opacity:0}to{opacity:1}}.GalleryPage-module__U94O2W__modalContent{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:relative}.GalleryPage-module__U94O2W__imageContainer{flex:1;justify-content:center;align-items:center;width:100%;max-width:90vw;max-height:70vh;margin-bottom:8rem;display:flex;overflow:hidden}.GalleryPage-module__U94O2W__imageContainer img{object-fit:contain;cursor:zoom-in;border-radius:3px;max-width:100%;max-height:100%;transition:transform .3s;box-shadow:0 4px 12px #00000080}.GalleryPage-module__U94O2W__imageContainer img.GalleryPage-module__U94O2W__zoomed{cursor:zoom-out;transform:scale(2)}.GalleryPage-module__U94O2W__closeBtn{cursor:pointer;z-index:10;color:#fff;background:linear-gradient(#f66 0%,#c00 100%);border:1px solid #900;border-radius:3px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Arial,sans-serif;font-size:1.3rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff4d}.GalleryPage-module__U94O2W__closeBtn:hover{background:linear-gradient(#f44 0%,#a00 100%);transform:scale(1.05)}.GalleryPage-module__U94O2W__closeBtn:active{transform:scale(.95);box-shadow:inset 0 2px 4px #0006}.GalleryPage-module__U94O2W__navBtn{cursor:pointer;z-index:10;color:#333;background:linear-gradient(#f5f5f5 0%,#d0d0d0 100%);border:1px solid #999;border-radius:3px;justify-content:center;align-items:center;width:50px;height:50px;font-family:Arial,sans-serif;font-size:1.8rem;font-weight:700;transition:all .2s;display:flex;position:absolute;bottom:1.5rem;box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff80}.GalleryPage-module__U94O2W__navBtn:hover{background:linear-gradient(#fff 0%,#e5e5e5 100%);border-color:#666;transform:scale(1.05)}.GalleryPage-module__U94O2W__navBtn:active{transform:scale(.95);box-shadow:inset 0 2px 4px #0000004d}.GalleryPage-module__U94O2W__zoomBtn{cursor:pointer;z-index:10;color:#333;background:linear-gradient(#f5f5f5 0%,#d0d0d0 100%);border:1px solid #999;border-radius:3px;padding:.6rem 1rem;font-family:Arial,sans-serif;font-size:.9rem;font-weight:700;transition:all .2s;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff80}.GalleryPage-module__U94O2W__zoomBtn:hover{background:linear-gradient(#fff 0%,#e5e5e5 100%);border-color:#666;transform:scale(1.05)}.GalleryPage-module__U94O2W__zoomBtn:active{transform:scale(.95);box-shadow:inset 0 2px 4px #0000004d}.GalleryPage-module__U94O2W__imageCounter{color:#333;z-index:10;background:linear-gradient(#f5f5f5 0%,#d0d0d0 100%);border:1px solid #999;border-radius:3px;padding:.5rem 1.2rem;font-family:Verdana,sans-serif;font-size:.9rem;font-weight:700;position:absolute;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff80}.GalleryPage-module__U94O2W__thumbnailStrip{background:linear-gradient(#f0f0f0f2 0%,#c8c8c8f2 100%);border:1px solid #999;border-radius:3px;gap:.5rem;max-width:90vw;padding:.75rem;display:flex;position:absolute;bottom:8rem;left:50%;overflow-x:auto;transform:translate(-50%);box-shadow:0 2px 4px #0000004d,inset 0 1px #ffffff80}.GalleryPage-module__U94O2W__thumbnailStrip::-webkit-scrollbar{height:6px}.GalleryPage-module__U94O2W__thumbnailStrip::-webkit-scrollbar-track{background:#ddd;border-radius:3px}.GalleryPage-module__U94O2W__thumbnailStrip::-webkit-scrollbar-thumb{background:#999;border-radius:3px}.GalleryPage-module__U94O2W__thumbnailStrip::-webkit-scrollbar-thumb:hover{background:#666}.GalleryPage-module__U94O2W__thumbnailStrip img{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #999;border-radius:2px;width:60px;height:60px;transition:all .2s;box-shadow:0 1px 2px #0003}.GalleryPage-module__U94O2W__thumbnailStrip img:hover{opacity:.8;border-color:#666;transform:scale(1.1)}.GalleryPage-module__U94O2W__thumbnailStrip img.GalleryPage-module__U94O2W__activeThumbnail{opacity:1;border:2px solid #06c;transform:scale(1.15);box-shadow:0 2px 4px #0006}@media (max-width:1200px){.GalleryPage-module__U94O2W__pinterestGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.GalleryPage-module__U94O2W__albumGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.GalleryPage-module__U94O2W__videoGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.GalleryPage-module__U94O2W__tabPanel{padding:1.5rem}}@media (max-width:768px){.GalleryPage-module__U94O2W__pinterestGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.GalleryPage-module__U94O2W__albumGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.GalleryPage-module__U94O2W__albumCard{padding:1.25rem}.GalleryPage-module__U94O2W__albumTitle{font-size:1.3rem}.GalleryPage-module__U94O2W__tabsHeader{gap:.25rem;padding:.25rem}.GalleryPage-module__U94O2W__tabButton{padding:.6rem 1rem;font-size:.85rem}.GalleryPage-module__U94O2W__videoGrid{grid-template-columns:1fr;gap:1.5rem}.GalleryPage-module__U94O2W__albumsContainer{gap:1.5rem}.GalleryPage-module__U94O2W__tabPanel{padding:1rem}.GalleryPage-module__U94O2W__tabPanel h2{font-size:1.5rem}.GalleryPage-module__U94O2W__navBtn{width:45px;height:45px;font-size:1.5rem;bottom:1rem}.GalleryPage-module__U94O2W__closeBtn,.GalleryPage-module__U94O2W__zoomBtn{width:36px;height:36px;font-size:1.1rem;top:.75rem}.GalleryPage-module__U94O2W__zoomBtn{padding:.5rem .8rem;font-size:.8rem}.GalleryPage-module__U94O2W__imageCounter{padding:.4rem .9rem;font-size:.8rem;top:.75rem}.GalleryPage-module__U94O2W__thumbnailStrip{gap:.4rem;padding:.6rem;bottom:6.5rem}.GalleryPage-module__U94O2W__thumbnailStrip img{width:50px;height:50px}.GalleryPage-module__U94O2W__imageContainer{max-height:60vh;margin-bottom:7rem}}@media (max-width:480px){.GalleryPage-module__U94O2W__pinterestGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.GalleryPage-module__U94O2W__albumGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}.GalleryPage-module__U94O2W__albumsContainer{gap:1.25rem}.GalleryPage-module__U94O2W__albumCard{padding:1rem}.GalleryPage-module__U94O2W__albumTitle{font-size:1.1rem}.GalleryPage-module__U94O2W__tabsHeader{flex-wrap:wrap;justify-content:center}.GalleryPage-module__U94O2W__tabButton{padding:.5rem .9rem;font-size:.8rem}.GalleryPage-module__U94O2W__videoGrid{gap:1rem}.GalleryPage-module__U94O2W__videoTitle{font-size:.85rem}.GalleryPage-module__U94O2W__tabPanel{padding:.75rem}.GalleryPage-module__U94O2W__tabPanel h2{font-size:1.2rem}.GalleryPage-module__U94O2W__navBtn{width:40px;height:40px;font-size:1.3rem;bottom:.75rem}.GalleryPage-module__U94O2W__closeBtn{width:32px;height:32px;top:.5rem;right:.5rem}.GalleryPage-module__U94O2W__zoomBtn{padding:.4rem .7rem;font-size:.75rem;top:.5rem;left:.5rem}.GalleryPage-module__U94O2W__imageCounter{padding:.3rem .7rem;font-size:.75rem;top:.5rem}.GalleryPage-module__U94O2W__thumbnailStrip{gap:.3rem;padding:.5rem;bottom:5.5rem}.GalleryPage-module__U94O2W__thumbnailStrip img{width:45px;height:45px}.GalleryPage-module__U94O2W__imageContainer{max-height:55vh;margin-bottom:6rem}}@media (hover:none) and (pointer:coarse){.GalleryPage-module__U94O2W__imageContainer{touch-action:pan-x pinch-zoom}.GalleryPage-module__U94O2W__modalContent{-webkit-overflow-scrolling:touch}}
