.Gallery-module__fvxASG__container{flex-direction:column;display:flex}.Gallery-module__fvxASG__heroSection{background-color:var(--primary);background-image:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);min-height:380px;color:var(--text-white);background-position:50%;background-size:cover;align-items:center;padding:5rem 0;display:flex;position:relative}.Gallery-module__fvxASG__heroOverlay{z-index:1;background:radial-gradient(circle at 10%,#0c3b6b73 0%,#0c3b6bd9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Gallery-module__fvxASG__heroContent{z-index:2;max-width:700px;position:relative}.Gallery-module__fvxASG__heroBadge{color:#fff;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);background:#ffffff26;border:1px solid #ffffff40;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-block}.Gallery-module__fvxASG__heroTitle{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;margin-bottom:1.25rem;font-size:3rem;font-weight:800}@media (max-width:768px){.Gallery-module__fvxASG__heroTitle{font-size:2.25rem}}.Gallery-module__fvxASG__heroSubtitle{color:#ffffffd9;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Gallery-module__fvxASG__gallerySection{background-color:var(--bg-page);padding:4rem 0}.Gallery-module__fvxASG__filterBar{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem;padding:1rem 1.5rem;display:flex}.Gallery-module__fvxASG__filterLabel{color:var(--primary);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.35rem;font-size:.85rem;font-weight:700;display:flex}.Gallery-module__fvxASG__tagWrapper{flex-wrap:wrap;gap:.5rem;display:flex}.Gallery-module__fvxASG__tagBtn{color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.Gallery-module__fvxASG__tagBtn:hover{border-color:var(--secondary);color:var(--secondary);background-color:#1e9bc70d}.Gallery-module__fvxASG__activeTag{background-color:var(--secondary);border-color:var(--secondary);color:var(--text-white)}.Gallery-module__fvxASG__activeTag:hover{background-color:var(--secondary);color:var(--text-white)}.Gallery-module__fvxASG__galleryGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:991px){.Gallery-module__fvxASG__galleryGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.Gallery-module__fvxASG__galleryGrid{grid-template-columns:1fr}}.Gallery-module__fvxASG__galleryCard{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);text-align:left;cursor:pointer;flex-direction:column;display:flex;overflow:hidden}.Gallery-module__fvxASG__galleryCard:hover{box-shadow:var(--shadow-lg);border-color:#1e9bc74d;transform:translateY(-4px)}.Gallery-module__fvxASG__visualThumb{color:#ffffff73;justify-content:center;align-items:center;height:200px;display:flex;position:relative}.Gallery-module__fvxASG__imageIcon{transition:transform var(--transition-normal)}.Gallery-module__fvxASG__galleryCard:hover .Gallery-module__fvxASG__imageIcon{transform:scale(1.1)}.Gallery-module__fvxASG__tagBadge{background-color:var(--primary);color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.03em;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;bottom:12px;left:12px}.Gallery-module__fvxASG__cardInfo{flex-direction:column;flex-grow:1;gap:.35rem;padding:1.5rem;display:flex}.Gallery-module__fvxASG__cardTitle{font-family:var(--font-display);color:var(--primary);font-size:1.1rem;font-weight:700}.Gallery-module__fvxASG__cardCaption{color:var(--text-muted);font-size:.85rem;line-height:1.4}.Gallery-module__fvxASG__lightbox{-webkit-backdrop-filter:blur(8px);z-index:1100;background-color:#0c3b6bbf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.Gallery-module__fvxASG__lightboxContent{background-color:var(--bg-card);border-radius:var(--radius-lg);width:100%;max-width:600px;box-shadow:var(--shadow-xl);border:1px solid #ffffff1a;position:relative;overflow:hidden}.Gallery-module__fvxASG__closeBtn{color:#fff;cursor:pointer;z-index:10;width:36px;height:36px;transition:background-color var(--transition-fast);background:#00000080;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:15px;right:15px}.Gallery-module__fvxASG__closeBtn:hover{background-color:#000000b3}.Gallery-module__fvxASG__lightboxVisual{color:#ffffff80;justify-content:center;align-items:center;height:300px;display:flex}.Gallery-module__fvxASG__lightboxIcon{animation:2s ease-in-out infinite Gallery-module__fvxASG__pulse}@keyframes Gallery-module__fvxASG__pulse{0%{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}to{opacity:.5;transform:scale(1)}}.Gallery-module__fvxASG__lightboxText{flex-direction:column;gap:.5rem;padding:2rem;display:flex}.Gallery-module__fvxASG__lightboxTag{color:var(--secondary);text-transform:uppercase;letter-spacing:.05em;align-self:flex-start;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.Gallery-module__fvxASG__lightboxTitle{font-family:var(--font-display);color:var(--primary);font-size:1.4rem;font-weight:800}.Gallery-module__fvxASG__lightboxDesc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.Gallery-module__fvxASG__visualThumbRelative{background-color:var(--primary);width:100%;height:220px;position:relative;overflow:hidden}.Gallery-module__fvxASG__galleryImage{object-fit:cover;transition:transform var(--transition-normal)}.Gallery-module__fvxASG__galleryCard:hover .Gallery-module__fvxASG__galleryImage{transform:scale(1.05)}.Gallery-module__fvxASG__fallbackThumb{color:#ffffff73;background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Gallery-module__fvxASG__lightboxVisualRelative{background-color:#051a30;width:100%;height:400px;position:relative;overflow:hidden}.Gallery-module__fvxASG__lightboxImage{object-fit:contain}.Gallery-module__fvxASG__fallbackLightboxVisual{color:#ffffff4d;background:linear-gradient(135deg,#072a4e 0%,#0c3b6b 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Gallery-module__fvxASG__emptyState{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px dashed var(--border);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 0;display:flex}.Gallery-module__fvxASG__emptyIcon{color:var(--secondary);opacity:.7}
