.gallery-module__zlwOTG__galleryHeader{text-align:center;background:0 0;padding:6rem 0 4rem}.gallery-module__zlwOTG__title{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800}.gallery-module__zlwOTG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.gallery-module__zlwOTG__filterTabs{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:3.5rem;display:flex}.gallery-module__zlwOTG__filterBtn{background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:50px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600}.gallery-module__zlwOTG__filterBtn:hover{color:var(--text-primary);border-color:var(--text-muted)}.gallery-module__zlwOTG__activeFilter{background-color:var(--accent);border-color:var(--accent);color:#000!important}.gallery-module__zlwOTG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:6rem;display:grid}.gallery-module__zlwOTG__itemCard{aspect-ratio:4/3;border:1px solid var(--border-color);background-color:var(--bg-secondary);cursor:pointer;border-radius:10px;position:relative;overflow:hidden}.gallery-module__zlwOTG__imageWrapper{width:100%;height:100%;transition:transform var(--transition-slow);position:relative}.gallery-module__zlwOTG__itemCard:hover .gallery-module__zlwOTG__imageWrapper{transform:scale(1.08)}.gallery-module__zlwOTG__overlay{opacity:0;width:100%;height:100%;transition:opacity var(--transition-normal);z-index:2;background:linear-gradient(#17639440 0%,#0f1e2de0 100%);flex-direction:column;justify-content:flex-end;padding:1.8rem;display:flex;position:absolute;top:0;left:0}.gallery-module__zlwOTG__itemCard:hover .gallery-module__zlwOTG__overlay{opacity:1}.gallery-module__zlwOTG__projectCategory{text-transform:uppercase;color:#38bdf8;letter-spacing:.1em;margin-bottom:.3rem;font-size:.75rem;font-weight:700}.gallery-module__zlwOTG__projectTitle{color:#fff;margin-bottom:.3rem;font-size:1.25rem;font-weight:800;line-height:1.3}.gallery-module__zlwOTG__projectMeta{color:#ffffffbf;font-size:.85rem}@media (max-width:992px){.gallery-module__zlwOTG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.gallery-module__zlwOTG__grid{grid-template-columns:1fr;gap:1.5rem}.gallery-module__zlwOTG__filterTabs{gap:.5rem}.gallery-module__zlwOTG__filterBtn{padding:.5rem 1rem;font-size:.85rem}}.gallery-module__zlwOTG__videoContainer{background:#000;width:100%;height:100%;position:relative;overflow:hidden}.gallery-module__zlwOTG__videoThumb{object-fit:cover;width:100%;height:100%;display:block}.gallery-module__zlwOTG__videoPlayIndicator{color:#fff;pointer-events:none;width:50px;height:50px;transition:all var(--transition-normal);z-index:1;background:#176394d9;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 15px #0000004d}.gallery-module__zlwOTG__itemCard:hover .gallery-module__zlwOTG__videoPlayIndicator{background:var(--accent);color:#000;transform:translate(-50%,-50%)scale(1.1)}.gallery-module__zlwOTG__loadingState{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:8rem 0;display:flex}.gallery-module__zlwOTG__spinner{border:3px solid #1763941a;border-top:3px solid var(--accent);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite gallery-module__zlwOTG__spin}@keyframes gallery-module__zlwOTG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gallery-module__zlwOTG__emptyState{text-align:center;color:var(--text-muted);padding:8rem 0}.gallery-module__zlwOTG__lightboxOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background-color:#0d0f12f2;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;animation:.3s ease-out gallery-module__zlwOTG__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes gallery-module__zlwOTG__fadeIn{0%{opacity:0}to{opacity:1}}.gallery-module__zlwOTG__lightboxContent{background-color:var(--bg-secondary);border:1px solid var(--border-color);scrollbar-width:thin;border-radius:12px;flex-direction:column;width:100%;max-width:1000px;max-height:85vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 50px #00000080}.gallery-module__zlwOTG__lightboxClose{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;z-index:10;width:45px;height:45px;transition:all var(--transition-fast);background:#0d0f1299;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:flex;position:absolute;top:1rem;right:1rem}.gallery-module__zlwOTG__lightboxClose:hover{background:var(--accent);color:#000;border-color:var(--accent)}.gallery-module__zlwOTG__lightboxMediaWrapper{aspect-ratio:16/9;background:#000;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.gallery-module__zlwOTG__lightboxVideo{object-fit:contain;width:100%;height:100%;max-height:70vh}.gallery-module__zlwOTG__lightboxImageContainer{width:100%;height:100%;position:relative}.gallery-module__zlwOTG__lightboxDetails{background-color:var(--bg-secondary);padding:2rem}.gallery-module__zlwOTG__lightboxCategory{text-transform:uppercase;color:var(--accent);letter-spacing:.15em;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:inline-block}.gallery-module__zlwOTG__lightboxTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:850}.gallery-module__zlwOTG__lightboxMeta{color:var(--text-muted);font-size:.95rem}@media (max-width:768px){.gallery-module__zlwOTG__lightboxOverlay{padding:1rem}.gallery-module__zlwOTG__lightboxDetails{padding:1.5rem}.gallery-module__zlwOTG__lightboxTitle{font-size:1.3rem}}
