.showmyaura-modern-grid{display:grid;gap:20px}.showmyaura-grid-item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.1)}.showmyaura-grid-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.showmyaura-grid-item:hover img{transform:scale(1.05)}.showmyaura-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:white;padding:20px 15px 15px;transform:translateY(100%);transition:transform .3s}.showmyaura-grid-item:hover .showmyaura-overlay{transform:translateY(0)}.showmyaura-coverflow .slick-slide{transition:transform .5s;transform:scale(.8);opacity:.7}.showmyaura-coverflow .slick-center{transform:scale(1);opacity:1;z-index:10}.showmyaura-masonry{column-count:3;column-gap:20px}.showmyaura-masonry-item{break-inside:avoid;margin-bottom:20px;border-radius:16px;overflow:hidden}.showmyaura-hero-slider{position:relative}.showmyaura-hero-slider .slick-slide img{width:100%;height:70vh;object-fit:cover}.showmyaura-hero-caption{position:absolute;bottom:50px;left:50px;background:rgba(0,0,0,.5);color:white;padding:20px;border-radius:10px}.showmyaura-zigzag-item{display:flex;align-items:center;margin:60px 0;background:#111;color:white;border-radius:30px;overflow:hidden}.showmyaura-zigzag-item:nth-child(even){flex-direction:row-reverse}.showmyaura-zigzag-media{flex:1;max-height:500px;overflow-y:auto;scroll-behavior:smooth}.showmyaura-zigzag-media img{width:100%;display:block}.showmyaura-zigzag-content{flex:1;padding:40px}.showmyaura-framed-item{border:15px solid white;box-shadow:0 10px 30px rgba(0,0,0,.2);margin:20px;background:#fff}.showmyaura-gapless-grid{display:grid;grid-template-columns:repeat(3,1fr)}.showmyaura-gapless-item{position:relative;animation:fadeIn 1s forwards;opacity:0}.showmyaura-gapless-item img{width:100%;height:auto;display:block}.showmyaura-category-slider .slick-slide{padding:10px}.showmyaura-category-slider .showmyaura-project-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1)}.showmyaura-project-card img{width:100%;height:250px;object-fit:cover}.showmyaura-card-content{padding:15px}.showmyaura-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:9999;align-items:center;justify-content:center}.showmyaura-modal-content{display:flex;width:90%;max-width:1200px;max-height:90vh;background:#fff;border-radius:20px;overflow:hidden}.showmyaura-modal-media{flex:1;background:#000;overflow-y:auto}.showmyaura-modal-media img,.showmyaura-modal-media video{width:100%;display:block}.showmyaura-modal-info{flex:1;padding:30px;overflow-y:auto}.showmyaura-download,.showmyaura-like,.showmyaura-share{display:inline-block;margin-right:15px;background:#f0f0f0;padding:8px 15px;border-radius:40px;cursor:pointer;transition:.2s}.showmyaura-download:hover{background:#e0e0e0}