/* platform/design-tokens.css — Compatibility shim.
 *
 * All --lpo-* design tokens have been moved to:
 *   styles/foundations/  — raw primitives
 *   styles/tokens/semantic.css  — semantic tokens + alias bridges
 *
 * This file now only contains platform-specific display overrides.
 */

/* Hide legacy FoodApp nav and footer when the LPO platform shell is active */
#app > nav[role="navigation"] {
  display: none !important;
}

#app > .app-footer {
  display: none !important;
}

/* Hide old keyboard shortcuts overlay trigger */
#shortcuts-help {
  display: none !important;
}
