/* ── Admin Mobile Design Control — Dynamic CSS ── */
@media (max-width: 768px) {







  .bottom-nav, .mobile-bottom-nav {
    padding-bottom: env(safe-area-inset-bottom, 8px) !important;
  }
  .lk-main {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
  }

  * { scrollbar-width: none !important; -ms-overflow-style: none !important; }
  *::-webkit-scrollbar { display: none !important; }

} /* end @media mobile */

html { scroll-behavior: smooth; }
