
.mp-gallery{max-width:560px;margin:0 auto 16px;width:100%}
.mp-gallery-main{width:100%;aspect-ratio:1/1;max-height:min(70vh,480px);background:#f8fafc;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}
.mp-gallery-main img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}
.mp-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 2px}
.mp-gallery-thumbs button{flex:0 0 auto;width:68px;height:68px;padding:0;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer}
.mp-gallery-thumbs button.on{border-color:#F47920}
.mp-gallery-thumbs img{width:100%;height:100%;object-fit:cover}
.mp-lightbox{position:fixed;inset:0;z-index:10000;background:rgba(11,23,68,.94);display:flex;align-items:center;justify-content:center;padding:16px}
.mp-lightbox img{max-width:100%;max-height:88vh;object-fit:contain}
