Firefox mobile rendered the backdrop-filter:blur + var(--panel) combination on the slide-out sidebar as semi-transparent, so the chat input bar's selected-model label (e.g. "minimax") was visible behind the drawer. Force background:var(--panel) and backdrop-filter:none inside the mobile @media block.