/* ── /gallery and /styles ─────────────────────────────────────────────────────
 * The gallery and the style library as pages: the site's nav on top, and the
 * same panel the Studio opens as an overlay (imagine.css) filling the rest,
 * with its own scroll, so the wall's paging works exactly as it does there.
 */
.kz-app-page { overflow: hidden; }
.im-gallery-overlay.im-gallery-page {
  top: var(--kz-nav-h, 64px);
  z-index: 40;
  animation: none;
}
.im-gallery-page .im-ro-close { display: none; }
.im-gallery-page .im-ro-topbar { padding-top: 10px; padding-bottom: 10px; }
.kz-links a[aria-current="page"] { color: var(--silk); }
.kz-app-noscript { padding: 140px 24px; text-align: center; color: var(--rose-ash); }
