@media (max-width: 640px) {
  div.fixed.bottom-0.left-0.right-0 {
    left: 50% !important;
    right: auto !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 58px !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 18px 45px -28px rgba(15, 23, 42, 0.72), 0 1px 2px rgba(15, 23, 42, 0.06) !important;
    backdrop-filter: blur(18px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(160%) !important;
    transition: transform 190ms cubic-bezier(0.2, 0, 0, 1), opacity 190ms cubic-bezier(0.2, 0, 0, 1) !important;
    will-change: transform, opacity !important;
  }

  .dark div.fixed.bottom-0.left-0.right-0 {
    background: rgba(15, 23, 42, 0.92) !important;
    border-color: rgba(148, 163, 184, 0.14) !important;
  }

  body[data-mobile-nav-scrolling="1"] div.fixed.bottom-0.left-0.right-0 {
    transform: translateX(-50%) translateY(130%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  div.fixed.bottom-0.left-0.right-0 a {
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    flex: 0 0 44px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    color: rgb(100, 116, 139) !important;
  }

  div.fixed.bottom-0.left-0.right-0 a[aria-current="page"] {
    background: rgba(15, 23, 42, 0.08) !important;
    color: rgb(15, 23, 42) !important;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04) !important;
  }

  div.fixed.bottom-0.left-0.right-0 a > div {
    padding: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    transform: none !important;
  }

  div.fixed.bottom-0.left-0.right-0 svg.lucide {
    width: 22px !important;
    height: 22px !important;
    stroke-width: 1.75 !important;
    opacity: 0.95 !important;
  }

  div.fixed.bottom-0.left-0.right-0 span {
    display: none !important;
  }
}
