.gallery-module__zlwOTG__wrapper{flex-direction:column;gap:3vh;padding:7vh 8%;display:flex}.gallery-module__zlwOTG__header{text-align:center;max-width:700px;margin:auto}.gallery-module__zlwOTG__header span{color:var(--accent-highlight)}.gallery-module__zlwOTG__header p{color:var(--text-secondary);margin-top:16px}.gallery-module__zlwOTG__controls{flex-direction:column;justify-content:space-between;gap:1rem;display:flex}.gallery-module__zlwOTG__categories{scrollbar-width:none;gap:1vh;display:flex;overflow-x:scroll}.gallery-module__zlwOTG__categoryBtn{border:1px solid var(--border-accent);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:20px;padding:8px 14px;transition:all .3s}.gallery-module__zlwOTG__categoryBtn:hover{background:var(--bg-surface);color:var(--accent-highlight)}.gallery-module__zlwOTG__activeCategory{border:1px solid var(--accent-highlight);background:var(--accent-highlight);color:#fff;cursor:pointer;border-radius:20px;padding:8px 14px}.gallery-module__zlwOTG__searchInput{border:1px solid var(--border-accent);background:var(--bg-surface);color:var(--text-primary);border-radius:20px;outline:none;padding:8px 14px;transition:border .3s}.gallery-module__zlwOTG__searchInput:focus{border-color:var(--accent-highlight)}.gallery-module__zlwOTG__grid{flex-wrap:wrap;gap:3vh;display:flex}.gallery-module__zlwOTG__card{border-radius:var(--radius-md);cursor:pointer;height:15vh;box-shadow:var(--shadow-soft);transition:var(--transition-normal);width:45%;position:relative;overflow:hidden}.gallery-module__zlwOTG__card img{object-fit:cover;transition:transform .4s}.gallery-module__zlwOTG__card:hover img{transform:scale(1.08)}.gallery-module__zlwOTG__overlay{opacity:0;transition:var(--transition-normal);background:linear-gradient(#0000,#0009);position:absolute;inset:0}.gallery-module__zlwOTG__card:hover .gallery-module__zlwOTG__overlay{opacity:1}.gallery-module__zlwOTG__card:hover{box-shadow:var(--shadow-strong);transform:translateY(-6px)}.gallery-module__zlwOTG__modal{z-index:200;background:#0c1222f2;justify-content:center;align-items:center;animation:.25s gallery-module__zlwOTG__fadeIn;display:flex;position:fixed;inset:0}.gallery-module__zlwOTG__modalContent{border-radius:var(--radius-lg);width:80%;max-width:900px;height:500px;box-shadow:var(--shadow-strong);position:relative;overflow:hidden}.gallery-module__zlwOTG__modalContent img{object-fit:contain}@keyframes gallery-module__zlwOTG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.gallery-module__zlwOTG__modalContent{width:95%;height:400px}}
