.Gallery-module__hExU8a__galleryPage{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);min-height:100vh}.Gallery-module__hExU8a__hero{text-align:center;background:#0f380f;padding:100px 20px 80px;position:relative;overflow:hidden}.Gallery-module__hExU8a__hero:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:20s ease-in-out infinite Gallery-module__hExU8a__float;position:absolute;top:-50%;right:-10%}.Gallery-module__hExU8a__hero:after{content:"";background:radial-gradient(circle,#ffffff14 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:25s ease-in-out infinite reverse Gallery-module__hExU8a__float;position:absolute;bottom:-30%;left:-10%}@keyframes Gallery-module__hExU8a__float{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-30px)translate(20px)}}.Gallery-module__hExU8a__heroContent{z-index:1;max-width:800px;margin:0 auto;position:relative}.Gallery-module__hExU8a__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:20px;padding:8px 20px;font-size:14px;font-weight:600;animation:.6s ease-out Gallery-module__hExU8a__slideDown;display:inline-block}@keyframes Gallery-module__hExU8a__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Gallery-module__hExU8a__title{color:#fff;margin-bottom:20px;font-size:56px;font-weight:800;line-height:1.2;animation:.8s ease-out .2s backwards Gallery-module__hExU8a__fadeIn}@keyframes Gallery-module__hExU8a__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Gallery-module__hExU8a__subtitle{color:#fffffff2;max-width:700px;margin:0 auto;font-size:18px;line-height:1.7;animation:.8s ease-out .4s backwards Gallery-module__hExU8a__fadeIn}.Gallery-module__hExU8a__container{max-width:1400px;margin:0 auto;padding:0 20px 80px}.Gallery-module__hExU8a__filterSection{z-index:100;background:linear-gradient(#f5f7fa 0% 90%,#0000 100%);margin:0 -20px;padding:40px 20px;position:sticky;top:0}.Gallery-module__hExU8a__filterContainer{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;gap:12px;padding:8px 0;display:flex;overflow-x:auto}.Gallery-module__hExU8a__filterContainer::-webkit-scrollbar{height:6px}.Gallery-module__hExU8a__filterContainer::-webkit-scrollbar-track{background:0 0}.Gallery-module__hExU8a__filterContainer::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.Gallery-module__hExU8a__filterButton{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #e2e8f0;border-radius:50px;flex-shrink:0;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.Gallery-module__hExU8a__filterButton:hover{color:#0f380f;border-color:#0f380f;transform:translateY(-2px);box-shadow:0 4px 12px #00800033}.Gallery-module__hExU8a__filterButton.Gallery-module__hExU8a__active{color:#fff;background:#0f380f;border-color:#0f380f;box-shadow:0 4px 15px #0080004d}.Gallery-module__hExU8a__filterIcon{font-size:18px}.Gallery-module__hExU8a__filterLabel{font-size:14px}.Gallery-module__hExU8a__resultsCount{color:#64748b;text-align:center;margin-bottom:24px;font-size:14px;font-weight:500}.Gallery-module__hExU8a__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;animation:.6s ease-out Gallery-module__hExU8a__gridFadeIn;display:grid}@keyframes Gallery-module__hExU8a__gridFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Gallery-module__hExU8a__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}}@media (max-width:480px){.Gallery-module__hExU8a__galleryGrid{grid-template-columns:1fr}}.Gallery-module__hExU8a__galleryItem{cursor:pointer;animation:.6s ease-out backwards Gallery-module__hExU8a__itemSlideUp}@keyframes Gallery-module__hExU8a__itemSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Gallery-module__hExU8a__imageWrapper{background:#e2e8f0;border-radius:16px;width:100%;padding-bottom:75%;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.Gallery-module__hExU8a__galleryItem:hover .Gallery-module__hExU8a__imageWrapper{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #00000026}.Gallery-module__hExU8a__image{object-fit:cover;opacity:0;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .3s}.Gallery-module__hExU8a__image.Gallery-module__hExU8a__loaded{opacity:1}.Gallery-module__hExU8a__galleryItem:hover .Gallery-module__hExU8a__image{transform:scale(1.1)}.Gallery-module__hExU8a__imageSkeleton{background:linear-gradient(90deg,#e2e8f0 0%,#f1f5f9 50%,#e2e8f0 100%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite Gallery-module__hExU8a__shimmer;position:absolute;top:0;left:0}@keyframes Gallery-module__hExU8a__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Gallery-module__hExU8a__overlay{opacity:0;background:linear-gradient(#0000 0%,#000000b3 100%);align-items:flex-end;width:100%;height:100%;padding:24px;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.Gallery-module__hExU8a__galleryItem:hover .Gallery-module__hExU8a__overlay{opacity:1}.Gallery-module__hExU8a__overlayContent{color:#fff;transition:transform .4s;transform:translateY(20px)}.Gallery-module__hExU8a__galleryItem:hover .Gallery-module__hExU8a__overlayContent{transform:translateY(0)}.Gallery-module__hExU8a__imageTitle{margin-bottom:6px;font-size:18px;font-weight:700;line-height:1.3}.Gallery-module__hExU8a__imageDescription{color:#ffffffe6;margin-bottom:12px;font-size:14px;line-height:1.5}.Gallery-module__hExU8a__viewButton{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex}.Gallery-module__hExU8a__viewIcon{font-size:16px;transition:transform .3s}.Gallery-module__hExU8a__viewButton:hover .Gallery-module__hExU8a__viewIcon{transform:translate(4px)}.Gallery-module__hExU8a__emptyState{text-align:center;padding:80px 20px}.Gallery-module__hExU8a__emptyIcon{opacity:.5;margin-bottom:24px;font-size:80px}.Gallery-module__hExU8a__emptyTitle{color:#1e293b;margin-bottom:12px;font-size:24px;font-weight:700}.Gallery-module__hExU8a__emptyText{color:#64748b;max-width:500px;margin:0 auto;font-size:16px}.Gallery-module__hExU8a__lightbox{z-index:9999;cursor:zoom-out;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s ease-out Gallery-module__hExU8a__fadeIn;display:flex;position:fixed;top:0;left:0}.Gallery-module__hExU8a__closeButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10001;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:all .3s;display:flex;position:fixed;top:20px;right:20px}.Gallery-module__hExU8a__closeButton:hover{background:#fff3;transform:rotate(90deg)}.Gallery-module__hExU8a__lightboxContent{cursor:default;flex-direction:column;gap:24px;width:100%;max-width:1200px;animation:.4s cubic-bezier(.4,0,.2,1) Gallery-module__hExU8a__scaleIn;display:flex}@keyframes Gallery-module__hExU8a__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Gallery-module__hExU8a__lightboxImageWrapper{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;max-height:70vh;position:relative;overflow:hidden}.Gallery-module__hExU8a__lightboxImage{object-fit:contain}.Gallery-module__hExU8a__lightboxInfo{text-align:center;color:#fff}.Gallery-module__hExU8a__lightboxTitle{margin-bottom:8px;font-size:28px;font-weight:700}.Gallery-module__hExU8a__lightboxDescription{color:#fffc;font-size:16px;line-height:1.6}@media (max-width:768px){.Gallery-module__hExU8a__hero{padding:80px 20px 60px}.Gallery-module__hExU8a__title{font-size:40px}.Gallery-module__hExU8a__subtitle{font-size:16px}.Gallery-module__hExU8a__filterSection{padding:30px 0}.Gallery-module__hExU8a__filterButton{padding:10px 20px;font-size:14px}.Gallery-module__hExU8a__lightboxContent{gap:16px}.Gallery-module__hExU8a__lightboxImageWrapper{max-height:50vh}.Gallery-module__hExU8a__lightboxTitle{font-size:22px}.Gallery-module__hExU8a__lightboxDescription{font-size:14px}.Gallery-module__hExU8a__closeButton{width:40px;height:40px;font-size:20px}}@media (max-width:480px){.Gallery-module__hExU8a__title{font-size:32px}.Gallery-module__hExU8a__filterContainer{gap:8px}.Gallery-module__hExU8a__filterButton{padding:8px 16px;font-size:13px}.Gallery-module__hExU8a__filterIcon{font-size:16px}.Gallery-module__hExU8a__overlay{padding:16px}.Gallery-module__hExU8a__imageTitle{font-size:16px}.Gallery-module__hExU8a__imageDescription{font-size:13px}}
