/* ============================================================================
 * bc-phase12-topbar-cull.css  — Phase 12 (Top-bar cull)
 * ----------------------------------------------------------------------------
 * Brett rules:
 *  • Squid Mode is mobile-only — kill the top-bar tab on iPad / PC.
 *    Phones still get Squid via the mobile preset sheet (.sp-btn-squid)
 *    which is rendered inside #v25PresetChips on mobile only.
 *  • Anglers pill stays (handled by bc-presence.js).
 *  • MIC pill stays (already greyed + locked for free users by feature gate).
 *  • Structure / Plan Trip / State winds keep their tabs.
 *
 * Safety lock (Brett: "safety lock out desktop, desk is look good"):
 *  Desktop & iPad lose ONE button (Squid Mode) — no other layout shifts.
 *  All other top-bar items remain pixel-identical.
 * ============================================================================ */

/* Hide Squid Mode top-bar tab on iPad + PC.
 * body.v27-mobile is set only on real phones (≤740px); iPad and PC don't get
 * it, so the :not() selector targets exactly the two viewports we want. */
body:not(.v27-mobile) .preset-switch .preset-btn.preset-btn-squid {
  display: none !important;
}
