.mmg-gallery{--mmg-bg:#0f1115;--mmg-panel:#171a21;--mmg-accent:#6ee7ff;--mmg-accent-2:#a78bfa;--mmg-text:#e7e9ee;--mmg-muted:#9aa0ac;box-sizing:border-box;width:100%;max-width:100%;margin:0 auto;font-family:inherit;color:var(--mmg-text)}.mmg-gallery *,.mmg-gallery *::before,.mmg-gallery *::after{box-sizing:border-box}.mmg-inner{width:100%;background:#1f2332;border-radius:20px;padding:clamp(12px, 2vw, 20px);box-shadow:0 20px 50px rgb(0 0 0 / .35);position:relative;overflow:hidden}.mmg-inner::before{content:'';position:absolute;inset:-2px;background:linear-gradient(135deg,var(--mmg-accent),var(--mmg-accent-2));opacity:.06;pointer-events:none}.mmg-top-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:16px;position:relative;z-index:1;width:100%}.mmg-counter{font-size:12px;letter-spacing:.5px;color:var(--mmg-muted);background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:20px;padding:5px 14px;white-space:nowrap}.mmg-counter b{color:var(--mmg-accent);font-weight:700}.mmg-nav-btn{--size:44px;width:var(--size);height:var(--size);border-radius:50%;border:none;cursor:pointer;flex-shrink:0;background:linear-gradient(145deg,rgb(255 255 255 / .09),rgb(255 255 255 / .02));backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease;box-shadow:0 0 0 1px rgb(255 255 255 / .08),0 6px 14px rgb(0 0 0 / .35)}.mmg-nav-btn svg{width:22px;height:22px;stroke:var(--mmg-muted);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s ease,transform .25s ease}.mmg-nav-btn:hover{transform:translateY(-2px) scale(1.08);box-shadow:0 0 0 1px rgb(110 231 255 / .5),0 0 18px rgb(110 231 255 / .35),0 8px 18px rgb(0 0 0 / .4)}.mmg-nav-btn:hover svg{stroke:var(--mmg-accent)}.mmg-nav-btn:active{transform:translateY(0) scale(.96)}.mmg-nav-btn:disabled{opacity:.28;cursor:default;pointer-events:none}.mmg-nav-right:hover svg{transform:translateX(2px)}.mmg-nav-left:hover svg{transform:translateX(-2px)}.mmg-thumbs-viewport{flex:1 1 auto;min-width:0;width:auto;height:78px;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;touch-action:pan-x}.mmg-thumbs-viewport::-webkit-scrollbar{display:none}.mmg-thumbs-viewport.is-dragging{cursor:grabbing;scroll-behavior:auto}.mmg-thumbs-viewport.is-dragging *{user-select:none}.mmg-thumbs{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;gap:8px;height:100%}.mmg-thumb{position:relative;width:78px;height:78px;flex-shrink:0;border-radius:12px;overflow:hidden;cursor:pointer;background:var(--mmg-panel);border:2px solid #fff0;opacity:0;transform:translateY(8px) scale(.9);animation:mmgThumbIn .5s ease forwards;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}@keyframes mmgThumbIn{to{opacity:1;transform:translateY(0) scale(1)}}.mmg-thumb:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 18px rgb(0 0 0 / .35)}.mmg-thumb.active{border-color:var(--mmg-accent);box-shadow:0 0 0 3px rgb(110 231 255 / .15),0 8px 18px rgb(110 231 255 / .25)}.mmg-thumb img,.mmg-thumb video{width:100%;height:100%;object-fit:cover;display:block}.mmg-play-badge{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .28)}.mmg-play-badge svg{width:18px;height:18px;fill:#fff;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .5))}.mmg-stage{position:relative;min-height:430px;border-radius:16px 16px 0 0;overflow:hidden;background:radial-gradient(circle at 30% 20%,rgb(167 139 250 / .15),transparent 60%),radial-gradient(circle at 80% 80%,rgb(110 231 255 / .12),transparent 55%),var(--mmg-panel);display:flex;align-items:center;justify-content:center;z-index:1}.mmg-stage-media{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mmg-stage-media img,.mmg-stage-media video{max-width:100%;max-height:560px;width:auto;height:auto;border-radius:12px;cursor:default;opacity:0;transform:scale(.96);animation:mmgStageIn .5s cubic-bezier(.2,.8,.2,1) forwards;box-shadow:0 20px 50px rgb(0 0 0 / .5);pointer-events:none;user-select:none;-webkit-user-drag:none}.mmg-stage-media video{pointer-events:auto}@keyframes mmgStageIn{to{opacity:1;transform:scale(1)}}.mmg-stage-media.is-fading img,.mmg-stage-media.is-fading video{animation:none;opacity:0;transform:scale(.96);transition:opacity .2s ease,transform .2s ease}.mmg-progress-wrap{position:absolute;bottom:14px;left:14px;z-index:2;opacity:0;transition:opacity .25s ease}.mmg-progress-wrap.show{opacity:1}.mmg-progress-wrap svg{transform:rotate(-90deg);width:28px;height:28px}.mmg-progress-bg{fill:none;stroke:rgb(255 255 255 / .12);stroke-width:3}.mmg-progress-bar{fill:none;stroke:var(--mmg-accent);stroke-width:3;stroke-linecap:round;stroke-dasharray:82;stroke-dashoffset:82}.mmg-progress-bar.run{animation:mmgProgress 5s linear 1}@keyframes mmgProgress{from{stroke-dashoffset:82}to{stroke-dashoffset:0}}.mmg-hover-layer{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgb(0 0 0 / .35),#fff0 65%);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.mmg-stage:hover .mmg-hover-layer,.mmg-hover-layer.force-show,.mmg-hover-layer:focus-within{opacity:1;visibility:visible}.mmg-hover-playpause{--size:64px;width:var(--size);height:var(--size);border-radius:50%;cursor:pointer;background:rgb(23 26 33 / .75);border:1px solid rgb(255 255 255 / .25);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgb(0 0 0 / .5);transform:scale(.85);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .2s ease}.mmg-stage:hover .mmg-hover-playpause{transform:scale(1)}.mmg-hover-playpause:hover{box-shadow:0 0 0 2px rgb(110 231 255 / .5),0 0 26px rgb(110 231 255 / .4)}.mmg-hover-playpause svg{width:24px;height:24px;fill:var(--mmg-text)}.mmg-hover-playpause .mmg-icon-pause{display:none}.mmg-gallery.is-playing .mmg-hover-playpause .mmg-icon-play{display:none}.mmg-gallery.is-playing .mmg-hover-playpause .mmg-icon-pause{display:block}.mmg-stage.is-video .mmg-hover-layer{display:none}.mmg-dock-wrap{display:flex;justify-content:center;position:relative;z-index:0}.mmg-dock{width:230px;max-width:70%;background:var(--mmg-panel);border-radius:0 0 130px 130px / 0 0 42px 42px;padding:8px 18px 14px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 14px 30px rgb(0 0 0 / .4)}.mmg-dock-dot{width:8px;height:8px;border-radius:50%;background:var(--mmg-accent)}.mmg-gallery.is-playing .mmg-dock-dot{animation:mmgDotPulse 1.6s ease-in-out infinite}@keyframes mmgDotPulse{0%{box-shadow:0 0 0 0 rgb(110 231 255 / .55)}70%{box-shadow:0 0 0 8px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.mmg-status{font-size:11.5px;color:var(--mmg-muted);text-align:center;margin-top:4px}.mmg-caption{margin-top:18px;padding:18px 22px;background:var(--mmg-panel);border-radius:16px;color:var(--mmg-muted);line-height:2;font-size:15px}.mmg-caption p:last-child{margin-bottom:0}.mmg-empty-admin-hint{width:100%;margin:20px 0;padding:16px 20px;border-radius:10px;background:#fff3cd;color:#664d03;border:1px solid #ffe69c;font-size:14px}@media (max-width:900px){.mmg-stage{min-height:360px}.mmg-stage-media img,.mmg-stage-media video{max-height:460px}}@media (max-width:780px){.mmg-thumbs-viewport{height:64px}.mmg-thumb{width:64px;height:64px}.mmg-stage{min-height:320px}}@media (max-width:560px){.mmg-top-row{justify-content:center;flex-wrap:wrap}.mmg-counter{order:-1;flex-basis:100%;text-align:center;margin-bottom:4px}.mmg-thumbs-viewport{height:58px}.mmg-thumb{width:58px;height:58px;border-radius:10px}.mmg-stage{min-height:240px;border-radius:12px 12px 0 0}.mmg-stage-media img,.mmg-stage-media video{max-height:320px;border-radius:8px}.mmg-dock{width:190px;padding:6px 14px 12px}.mmg-hover-playpause{--size:52px}.mmg-caption{padding:14px 16px;font-size:14px}}