/* Mobile users are already on their device; omit the home scan-to-play panel. */
[data-ui-mode="mobile"] #home .mobile-entry {
  display: none;
}

/* The solo handoff QR button is unnecessary on v0.5 mobile devices. */
body.hide-mobile-handoff[data-ui-mode="mobile"] #ready #ready-mobile-entry {
  display: none;
}

/* Match the UI breakpoint before the client finishes initializing. */
@media (max-width: 767px) {
  body:not([data-ui-mode]) #home .mobile-entry {
    display: none;
  }
}
