.gallery-module__zlwOTG__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.gallery-module__zlwOTG__filterBar{border-bottom:1px solid var(--card-border);flex-wrap:wrap;gap:12px;margin-bottom:32px;padding-bottom:20px;display:flex}.gallery-module__zlwOTG__filterPill{color:var(--text-muted);background:var(--background);border:1px solid var(--card-border);cursor:pointer;transition:var(--transition-smooth);border-radius:50px;padding:8px 18px;font-family:inherit;font-size:14px;font-weight:600}.gallery-module__zlwOTG__filterPill:hover{border-color:var(--primary);color:var(--primary)}.gallery-module__zlwOTG__filterPillActive{box-shadow:0 4px 12px rgba(var(--primary-raw), .2);background:var(--primary)!important;color:var(--white)!important;border-color:var(--primary)!important}.gallery-module__zlwOTG__galleryGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.gallery-module__zlwOTG__galleryCard{background:var(--white);border:1px solid var(--card-border);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:20px;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}html[data-theme=dark] .gallery-module__zlwOTG__galleryCard{background:var(--card)}.gallery-module__zlwOTG__galleryCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.gallery-module__zlwOTG__imageWrapper{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.gallery-module__zlwOTG__galleryImage{object-fit:cover;transition:transform .5s}.gallery-module__zlwOTG__galleryCard:hover .gallery-module__zlwOTG__galleryImage{transform:scale(1.05)}.gallery-module__zlwOTG__cardCategory{z-index:2;background:var(--white);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px;box-shadow:0 2px 8px #0000001a}.gallery-module__zlwOTG__cardOverlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#00000059 50%,#000c 100%);transition:opacity .3s;position:absolute;inset:0}.gallery-module__zlwOTG__galleryCard:hover .gallery-module__zlwOTG__cardOverlay{opacity:.95}.gallery-module__zlwOTG__cardTitle{z-index:2;color:#fff;text-shadow:0 1px 4px #00000080;margin:0;font-size:14px;font-weight:700;line-height:1.4;transition:transform .3s;position:absolute;bottom:18px;left:18px;right:18px}.gallery-module__zlwOTG__galleryCard:hover .gallery-module__zlwOTG__cardTitle{transform:translateY(-2px)}.gallery-module__zlwOTG__lightbox{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:40px;animation:.25s ease-out forwards gallery-module__zlwOTG__fadeIn;display:flex;position:fixed;inset:0}@keyframes gallery-module__zlwOTG__fadeIn{0%{opacity:0}to{opacity:1}}.gallery-module__zlwOTG__closeBtn{color:#fff;cursor:pointer;z-index:1010;background:0 0;border:none;font-size:40px;line-height:1;transition:transform .2s,color .2s;position:absolute;top:24px;right:24px}.gallery-module__zlwOTG__closeBtn:hover{color:var(--accent);transform:scale(1.1)}.gallery-module__zlwOTG__navBtn{color:#fff;cursor:pointer;z-index:1010;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-module__zlwOTG__navBtn:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-50%)scale(1.08)}.gallery-module__zlwOTG__prevBtn{left:24px}.gallery-module__zlwOTG__nextBtn{right:24px}.gallery-module__zlwOTG__lightboxContent{background:var(--white);border-radius:24px;flex-direction:column;width:100%;max-width:900px;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards gallery-module__zlwOTG__scaleIn;display:flex;overflow:hidden;box-shadow:0 25px 50px #00000080}html[data-theme=dark] .gallery-module__zlwOTG__lightboxContent{background:var(--card);border:1px solid var(--card-border)}@keyframes gallery-module__zlwOTG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.gallery-module__zlwOTG__lightboxImageWrapper{aspect-ratio:16/9;background:#000;width:100%;position:relative}.gallery-module__zlwOTG__lightboxImage{object-fit:contain}.gallery-module__zlwOTG__lightboxInfo{padding:24px 32px;position:relative}.gallery-module__zlwOTG__lightboxCategory{background:var(--primary-light);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;margin-bottom:12px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.gallery-module__zlwOTG__lightboxTitle{font-size:var(--text-xl);color:var(--foreground);margin-bottom:8px;font-weight:800}.gallery-module__zlwOTG__lightboxDesc{color:var(--text-muted);font-size:14px;line-height:1.6}.gallery-module__zlwOTG__lightboxCounter{color:var(--text-muted);font-size:12px;font-weight:600;position:absolute;top:24px;right:32px}@media (max-width:1024px){.gallery-module__zlwOTG__galleryGrid{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-module__zlwOTG__navBtn{width:44px;height:44px;font-size:16px}.gallery-module__zlwOTG__lightboxContent{max-width:700px}}@media (max-width:768px){.gallery-module__zlwOTG__container{padding:0 16px}.gallery-module__zlwOTG__galleryGrid{grid-template-columns:1fr;gap:16px}.gallery-module__zlwOTG__lightbox{padding:20px}.gallery-module__zlwOTG__lightboxContent{border-radius:16px}.gallery-module__zlwOTG__lightboxInfo{padding:16px 20px}.gallery-module__zlwOTG__lightboxTitle{font-size:var(--text-lg)}.gallery-module__zlwOTG__lightboxDesc{font-size:13px}.gallery-module__zlwOTG__lightboxCounter{margin-top:12px;position:static}.gallery-module__zlwOTG__closeBtn{font-size:32px;top:16px;right:16px}.gallery-module__zlwOTG__navBtn{display:none}}
