/* 18+ Comic v2.9.5 — compact post media album */
.ec18-post-gallery{--ec18-gallery-gap:10px;position:relative;margin:14px 0 0;padding:13px;border:1px solid var(--vtt-line);border-radius:14px;background:linear-gradient(180deg,var(--vtt-surface),var(--vtt-surface-soft));box-shadow:0 10px 26px rgba(15,23,42,.09);overflow:hidden}.ec18-post-gallery:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--vtt-yellow),#ff9f1c 58%,transparent)}.ec18-post-gallery__header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;margin-bottom:11px}.ec18-post-gallery__heading{display:flex;align-items:center;min-width:0;gap:10px}.ec18-post-gallery__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;border:1px solid rgba(20,24,34,.15);border-radius:11px;background:var(--vtt-yellow);color:#141822;box-shadow:3px 3px 0 rgba(20,24,34,.18);font-size:15px}.ec18-post-gallery__kicker{display:block;margin:0 0 1px;color:var(--vtt-muted);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.ec18-post-gallery__heading h3{margin:0;color:var(--vtt-ink);font-family:"Quicksand","Inter",sans-serif;font-size:18px;font-weight:800;line-height:1.2}.ec18-post-gallery__tools{display:flex;align-items:center;gap:8px;flex:0 0 auto}.ec18-post-gallery__count{padding:5px 9px;border:1px solid var(--vtt-line);border-radius:999px;background:var(--vtt-surface);color:var(--vtt-muted);font-size:11px;font-weight:800;white-space:nowrap}.ec18-post-gallery__nav{display:flex;gap:5px}.ec18-post-gallery__arrow{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid var(--vtt-line);border-radius:9px;background:var(--vtt-surface);color:var(--vtt-ink);cursor:pointer;transition:transform .18s ease,background .18s ease,opacity .18s ease}.ec18-post-gallery__arrow:hover:not(:disabled),.ec18-post-gallery__arrow:focus-visible:not(:disabled){background:var(--vtt-yellow);transform:translateY(-1px)}.ec18-post-gallery__arrow:disabled{opacity:.3;cursor:default}.ec18-post-gallery__viewport{overflow:hidden;border-radius:11px}.ec18-post-gallery__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--ec18-gallery-gap) * 2))/3);gap:var(--ec18-gallery-gap);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-behavior:smooth;scrollbar-width:none}.ec18-post-gallery__track::-webkit-scrollbar{display:none}.ec18-post-gallery__track:focus-visible{outline:2px solid var(--vtt-yellow);outline-offset:3px}.ec18-post-gallery__item{min-width:0;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:zoom-in;scroll-snap-align:start}.ec18-post-gallery__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border:1px solid rgba(20,24,34,.17);border-radius:11px;background:#10131a;box-shadow:0 6px 16px rgba(15,23,42,.14);isolation:isolate}.ec18-post-gallery__media img{display:block;width:100%;height:100%;margin:0!important;object-fit:cover;transition:transform .3s ease,filter .3s ease}.ec18-post-gallery__shade{position:absolute;inset:40% 0 0;background:linear-gradient(180deg,transparent,rgba(3,7,18,.72));opacity:.7;transition:opacity .22s ease}.ec18-post-gallery__number{position:absolute;top:7px;left:7px;display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:rgba(3,7,18,.63);color:#fff;font-size:10px;font-weight:800;backdrop-filter:blur(5px)}.ec18-post-gallery__zoom{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;border:1px solid rgba(255,255,255,.35);border-radius:9px;background:rgba(3,7,18,.72);color:#fff;font-size:13px;backdrop-filter:blur(6px);transition:transform .2s ease,background .2s ease}.ec18-post-gallery__caption{position:absolute;right:47px;bottom:8px;left:9px;display:block;overflow:hidden;color:#fff;font-size:11px;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.ec18-post-gallery__item:hover img,.ec18-post-gallery__item:focus-visible img{transform:scale(1.045);filter:brightness(.92)}.ec18-post-gallery__item:hover .ec18-post-gallery__zoom,.ec18-post-gallery__item:focus-visible .ec18-post-gallery__zoom{background:var(--vtt-yellow);color:#141822;transform:scale(1.05)}.ec18-post-gallery__item:focus-visible{outline:0}.ec18-post-gallery__item:focus-visible .ec18-post-gallery__media{outline:3px solid var(--vtt-yellow);outline-offset:-3px}.ec18-post-gallery__progress{height:3px;margin-top:10px;overflow:hidden;border-radius:999px;background:rgba(128,128,128,.16)}.ec18-post-gallery__progress span{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--vtt-yellow),#ff9f1c);transform:scaleX(.15);transform-origin:left center;transition:transform .16s ease}body.ec18-gallery-lightbox-open{overflow:hidden}.ec18-gallery-lightbox[hidden]{display:none!important}.ec18-gallery-lightbox{position:fixed;z-index:100000;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(3,7,18,.95);backdrop-filter:blur(11px)}.ec18-gallery-lightbox__dialog{position:relative;display:flex;align-items:center;justify-content:center;width:min(1220px,100%);height:min(92vh,940px)}.ec18-gallery-lightbox__stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:50px 68px 72px}.ec18-gallery-lightbox__image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;border-radius:11px;background:#0b0f17;box-shadow:0 28px 80px rgba(0,0,0,.58);object-fit:contain}.ec18-gallery-lightbox__close,.ec18-gallery-lightbox__nav{position:absolute;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);background:rgba(17,24,39,.78);color:#fff;cursor:pointer;backdrop-filter:blur(8px);transition:background .18s ease,transform .18s ease}.ec18-gallery-lightbox__close:hover,.ec18-gallery-lightbox__nav:hover{background:var(--vtt-yellow);color:#141822}.ec18-gallery-lightbox__close{z-index:2;top:0;right:0;width:42px;height:42px;border-radius:12px;font-size:25px}.ec18-gallery-lightbox__nav{top:50%;width:45px;height:56px;border-radius:12px;font-size:19px;transform:translateY(-50%)}.ec18-gallery-lightbox__nav:hover{transform:translateY(-50%) scale(1.04)}.ec18-gallery-lightbox__prev{left:5px}.ec18-gallery-lightbox__next{right:5px}.ec18-gallery-lightbox__meta{position:absolute;right:68px;bottom:16px;left:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff}.ec18-gallery-lightbox__caption{margin:0;overflow:hidden;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.ec18-gallery-lightbox__counter{flex:0 0 auto;padding:6px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(17,24,39,.78);font-size:11px;font-weight:800}.ec18-gallery-lightbox__loading{opacity:.35}html[data-ec18-theme="dark"] .ec18-post-gallery{background:linear-gradient(180deg,#151d29,#101722);border-color:#2b3744;box-shadow:0 13px 30px rgba(0,0,0,.3)}html[data-ec18-theme="dark"] .ec18-post-gallery__heading h3{color:#f3f5f8}html[data-ec18-theme="dark"] .ec18-post-gallery__icon{border-color:#52606e;box-shadow:3px 3px 0 rgba(0,0,0,.42)}html[data-ec18-theme="dark"] .ec18-post-gallery__count,html[data-ec18-theme="dark"] .ec18-post-gallery__arrow{background:#192330;border-color:#344252;color:#eef2f7}@media(max-width:800px){.ec18-post-gallery__track{grid-auto-columns:calc((100% - var(--ec18-gallery-gap))/2)}}@media(max-width:599px){.ec18-post-gallery{margin-top:11px;padding:10px;border-radius:12px}.ec18-post-gallery__header{margin-bottom:9px}.ec18-post-gallery__icon{flex-basis:32px;width:32px;height:32px;border-radius:9px}.ec18-post-gallery__heading h3{font-size:16px}.ec18-post-gallery__kicker{font-size:8px}.ec18-post-gallery__count{padding:4px 7px;font-size:10px}.ec18-post-gallery__arrow{width:28px;height:28px}.ec18-post-gallery__media{border-radius:9px}.ec18-gallery-lightbox{padding:0}.ec18-gallery-lightbox__dialog{width:100%;height:100dvh}.ec18-gallery-lightbox__stage{padding:54px 8px 84px}.ec18-gallery-lightbox__close{top:8px;right:8px}.ec18-gallery-lightbox__nav{top:auto;bottom:18px;width:44px;height:44px;border-radius:50%;transform:none}.ec18-gallery-lightbox__nav:hover{transform:scale(1.04)}.ec18-gallery-lightbox__prev{left:14px}.ec18-gallery-lightbox__next{right:14px}.ec18-gallery-lightbox__meta{right:70px;bottom:21px;left:70px;display:block;text-align:center}.ec18-gallery-lightbox__caption{font-size:11px}.ec18-gallery-lightbox__counter{display:inline-block;margin-top:4px}}@media(max-width:380px){.ec18-post-gallery__track{grid-auto-columns:100%}.ec18-post-gallery__count{display:none}}@media(prefers-reduced-motion:reduce){.ec18-post-gallery__track{scroll-behavior:auto}.ec18-post-gallery__media img,.ec18-post-gallery__zoom,.ec18-post-gallery__arrow{transition:none}}
