.homeTopBar{position:fixed;left:0;right:0;width:100%;padding:10px 15px;display:flex;align-items:center;z-index:10}.homeTopBar-col{flex:1;display:flex;justify-content:center}.homeGalleryGrid{display:grid}.homeGalleryItem{position:relative;width:100%;aspect-ratio:1/1;padding:0;border:0;overflow:hidden;background-color:#f1f5f9;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.18)}.homeGalleryItem-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.homeGalleryItem-badge{position:absolute;right:6px;bottom:6px;background-color:rgba(0,0,0,.55);color:#fff;border-radius:999px;padding:6px 9px;font-size:12px;line-height:1}.homeGalleryEmpty,.homeGalleryItem-badge{display:flex;align-items:center;justify-content:center}.homeGalleryEmpty{width:100%;height:380px;grid-column:1/-1}