.MediaGallery-module___wjOBq__section{background-color:#0000;padding:8rem 0;position:relative;overflow:hidden}.MediaGallery-module___wjOBq__galleryContainer{z-index:1;position:relative}.MediaGallery-module___wjOBq__ambientOrbBlue{background:radial-gradient(circle, var(--accent-blue) 0%, transparent 70%);pointer-events:none;z-index:0;border-radius:50%;width:50vw;height:50vw;position:absolute;top:10%;left:-10%}.MediaGallery-module___wjOBq__ambientOrbLime{background:radial-gradient(circle, var(--accent-lime) 0%, transparent 70%);pointer-events:none;z-index:0;border-radius:50%;width:55vw;height:55vw;position:absolute;bottom:5%;right:-10%}.MediaGallery-module___wjOBq__header{text-align:center;max-width:700px;margin:0 auto 4rem}.MediaGallery-module___wjOBq__tagline{color:var(--accent-lime);letter-spacing:3px;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:block}.MediaGallery-module___wjOBq__title{letter-spacing:-1px;margin-bottom:1.25rem;font-family:inherit;font-size:2.75rem;font-weight:800}.MediaGallery-module___wjOBq__desc{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.MediaGallery-module___wjOBq__filterBar{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3.5rem;display:flex}.MediaGallery-module___wjOBq__filterBtn{color:var(--text-secondary);border:1px solid var(--glass-border);cursor:pointer;transition:var(--transition-smooth);background:#ffffff08;border-radius:30px;padding:.65rem 1.5rem;font-weight:600}.MediaGallery-module___wjOBq__filterBtn:hover{color:var(--text-primary);border-color:var(--accent-blue);background:#32b3dd1a}.MediaGallery-module___wjOBq__activeFilter{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue);box-shadow:0 4px 15px #32b3dd4d}.MediaGallery-module___wjOBq__activeFilter:hover{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue)}.MediaGallery-module___wjOBq__grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:2rem;display:grid}.MediaGallery-module___wjOBq__card{cursor:pointer;box-shadow:var(--glass-shadow);border:1px solid var(--glass-border);transition:var(--transition-smooth);border-radius:16px;position:relative;overflow:hidden}.MediaGallery-module___wjOBq__card:hover{border-color:var(--glass-border-blue);transform:translateY(-8px);box-shadow:0 12px 40px #32b3dd33}.MediaGallery-module___wjOBq__mediaContainer{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.MediaGallery-module___wjOBq__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .3s}.MediaGallery-module___wjOBq__imageHidden{opacity:0}.MediaGallery-module___wjOBq__videoPreview{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.MediaGallery-module___wjOBq__videoVisible{opacity:1}.MediaGallery-module___wjOBq__card:hover .MediaGallery-module___wjOBq__image{transform:scale(1.08)}.MediaGallery-module___wjOBq__overlay{opacity:0;transition:var(--transition-smooth);background:linear-gradient(#0000 0%,#080a1433 50%,#080a14d9 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MediaGallery-module___wjOBq__card:hover .MediaGallery-module___wjOBq__overlay{opacity:1}.MediaGallery-module___wjOBq__cardInfo{z-index:2;flex-direction:column;gap:.25rem;padding:1.25rem 1.1rem 1rem;transition:transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.MediaGallery-module___wjOBq__card:hover .MediaGallery-module___wjOBq__cardInfo{transform:translateY(0)}.MediaGallery-module___wjOBq__categoryBadge{color:var(--accent-lime);text-transform:uppercase;letter-spacing:2px;width:fit-content;font-size:.7rem;font-weight:700;display:inline-block}.MediaGallery-module___wjOBq__videoBadge{color:var(--accent-blue);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:4px;width:fit-content;font-size:.7rem;font-weight:700;display:inline-flex}.MediaGallery-module___wjOBq__cardInfoTitle{color:#fff;margin:0;font-size:1rem;font-weight:700;line-height:1.3}.MediaGallery-module___wjOBq__cardInfoSubtitle{color:#ffffffa6;margin:0;font-size:.82rem}.MediaGallery-module___wjOBq__actionIcon{background:var(--accent-blue);color:#fff;width:50px;height:50px;transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex;transform:scale(.8);box-shadow:0 4px 15px #32b3dd66}.MediaGallery-module___wjOBq__card:hover .MediaGallery-module___wjOBq__actionIcon{transform:scale(1)}.MediaGallery-module___wjOBq__playIcon{fill:currentColor;margin-left:2px}.MediaGallery-module___wjOBq__categoryLabel{color:var(--accent-lime);text-transform:uppercase;letter-spacing:1px;align-items:center;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.MediaGallery-module___wjOBq__cardTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:1.25rem;font-weight:700}.MediaGallery-module___wjOBq__cardSubtitle{color:var(--text-secondary);font-size:.9rem}.MediaGallery-module___wjOBq__lightbox{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2000;background:#080a14f2;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out forwards MediaGallery-module___wjOBq__fadeIn;display:flex;position:fixed;inset:0}.MediaGallery-module___wjOBq__closeBtn{color:var(--text-primary);cursor:pointer;opacity:.7;transition:var(--transition-smooth);z-index:2100;background:0 0;border:none;position:absolute;top:2rem;right:2rem}.MediaGallery-module___wjOBq__closeBtn:hover{opacity:1;transform:rotate(90deg)}.MediaGallery-module___wjOBq__lightboxContent{border:1px solid var(--glass-border);width:100%;max-width:1000px;box-shadow:var(--glass-shadow);background:#23295366;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.MediaGallery-module___wjOBq__mediaWrapper{aspect-ratio:16/9;background:#000;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.MediaGallery-module___wjOBq__lightboxImage,.MediaGallery-module___wjOBq__lightboxVideo{object-fit:contain;max-width:100%;max-height:100%}.MediaGallery-module___wjOBq__lightboxInfo{background:#0f1225f2;padding:2rem}.MediaGallery-module___wjOBq__lightboxTag{color:var(--accent-blue);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:inline-block}.MediaGallery-module___wjOBq__lightboxInfo h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.MediaGallery-module___wjOBq__lightboxInfo p{color:var(--text-secondary);font-size:1rem;line-height:1.5}@keyframes MediaGallery-module___wjOBq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:992px){.MediaGallery-module___wjOBq__title{font-size:2.25rem}.MediaGallery-module___wjOBq__lightboxContent{max-width:100%}}@media (max-width:768px){.MediaGallery-module___wjOBq__section{padding:5rem 0}.MediaGallery-module___wjOBq__filterBar{gap:.5rem}.MediaGallery-module___wjOBq__filterBtn{padding:.55rem 1rem;font-size:.82rem}}@media (max-width:576px){.MediaGallery-module___wjOBq__title{font-size:1.75rem}.MediaGallery-module___wjOBq__grid{grid-template-columns:1fr 1fr;gap:.75rem}.MediaGallery-module___wjOBq__lightbox{padding:.75rem}.MediaGallery-module___wjOBq__closeBtn{top:1rem;right:1rem}.MediaGallery-module___wjOBq__lightboxInfo{padding:1rem}.MediaGallery-module___wjOBq__lightboxInfo h3{font-size:1.15rem}}@media (max-width:400px){.MediaGallery-module___wjOBq__grid{grid-template-columns:1fr}}.MediaGallery-module___wjOBq__loadMoreContainer{justify-content:center;margin-top:4rem;display:flex}.MediaGallery-module___wjOBq__loadMoreBtn{color:var(--text-primary);border:1px solid var(--accent-blue);cursor:pointer;letter-spacing:1px;text-transform:uppercase;transition:var(--transition-smooth);background:0 0;border-radius:30px;align-items:center;gap:.5rem;padding:.85rem 2.2rem;font-size:.85rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #32b3dd0d}.MediaGallery-module___wjOBq__loadMoreBtn:hover{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue);transform:translateY(-2px);box-shadow:0 6px 20px #32b3dd59}
