.msg-gallery{--msg-gap:16px;width:100%}.msg-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.msg-tab,.msg-pagination button{border:1px solid #d0d5dd;background:#fff;padding:8px 12px;border-radius:6px;cursor:pointer}.msg-tab.is-active,.msg-pagination button.is-active{background:#111827;color:#fff;border-color:#111827}.msg-grid{display:grid;gap:var(--msg-gap)}.msg-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.msg-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.msg-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.msg-item{display:block;width:100%;padding:0;border:0;background:#f3f4f6;cursor:pointer;text-align:left;overflow:hidden;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.08)}.msg-item img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .2s ease}.msg-item:hover img{transform:scale(1.035)}.msg-item span.msg-image-title-display{display:block;padding:8px 10px;font-size:var(--msg-title-size,13px);color:var(--msg-title-color,#111827);font-family:var(--msg-font-family,Arial),sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-pagination{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin:20px 0}.msg-pagination button:disabled{opacity:.5;cursor:not-allowed}.msg-lightbox{position:fixed!important;z-index:2147483000!important;inset:0!important;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:42px 64px 180px;box-sizing:border-box}.msg-lightbox.is-open{display:flex!important}.msg-lightbox-inner{max-width:92vw;max-height:calc(100vh - 230px);display:flex;flex-direction:column;align-items:center;gap:10px}.msg-lightbox img{max-width:92vw;max-height:calc(100vh - 270px);object-fit:contain}.msg-caption{text-align:center;color:#fff;font-size:16px}.msg-prompt-box{display:block!important;visibility:visible!important;position:absolute;left:50%;bottom:24px;transform:translateX(-50%);z-index:2147483001;width:min(920px,calc(100vw - 32px));max-height:145px;background:rgba(17,24,39,.98);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:8px;overflow:hidden;text-align:left;box-shadow:0 16px 60px rgba(0,0,0,.45)}.msg-prompt-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.16)}.msg-copy-prompt{display:inline-block!important;visibility:visible!important;pointer-events:auto;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);color:#fff;border-radius:5px;padding:5px 10px;cursor:pointer}.msg-copy-prompt:disabled{opacity:.55;cursor:not-allowed}.msg-prompt-text{max-height:102px;overflow:auto;white-space:pre-wrap;padding:10px;font-size:13px;line-height:1.45;color:#fff}.msg-close,.msg-prev,.msg-next{position:absolute;border:0;background:rgba(255,255,255,.16);color:#fff;cursor:pointer;border-radius:999px;z-index:2147483002}.msg-close{top:18px;right:18px;font-size:34px;width:48px;height:48px;line-height:44px}.msg-prev,.msg-next{top:50%;transform:translateY(-50%);font-size:54px;width:58px;height:74px;line-height:64px}.msg-prev{left:18px}.msg-next{right:18px}.msg-lightbox-open{overflow:hidden}@media(max-width:900px){.msg-cols-4,.msg-cols-6{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.msg-cols-3,.msg-cols-4,.msg-cols-6{grid-template-columns:repeat(2,minmax(0,1fr))}.msg-lightbox{padding:30px 12px 190px}.msg-lightbox-inner{max-height:calc(100vh - 225px)}.msg-lightbox img{max-height:calc(100vh - 255px)}.msg-prev,.msg-next{width:42px;height:58px;font-size:40px}.msg-prompt-box{bottom:16px;max-height:165px}.msg-prompt-text{max-height:122px}}
