/* Free Play Bay multiplayer/local pre-launch layout.
   This stylesheet is loaded only by the mode-selection pages before a game
   starts. Emulator runtime, controls, fullscreen, and networking styles remain
   in the universal player stylesheets. */

body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-rom-prompt {
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid rgba(56, 189, 248, .18);
}
body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-rom-prompt h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 900;
  letter-spacing: -.01em;
}
body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-rom-prompt .muted {
  margin-top: 5px;
}
body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-rom-actions-single {
  grid-template-columns: minmax(0, 1fr);
}
body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-rom-actions-single .start-button {
  grid-column: 1 / -1;
}
body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-status-strip {
  margin-top: 0;
}
body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-system-panel .fpb-system-copy .muted {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.42;
}
body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-system-panel .fpb-system-copy .muted + .muted {
  margin-top: 8px;
}
body:not(.emulator-playing) .launcher.emulator-detail-page .player-tools-panel,
body:not(.emulator-playing) .launcher.emulator-detail-page .controller-panel {
  margin-top: 0;
}
body:not(.emulator-playing) .launcher.emulator-detail-page .controller-panel .section-heading {
  margin-top: 0;
}
@media (max-width: 390px) {
  body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-system-panel .fpb-system-body {
    grid-template-columns: minmax(0, 1fr) minmax(100px, 36%);
  }
}

body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-system-panel .fpb-system-copy h2 {
  font-size: clamp(1.5rem, 7vw, 2.45rem);
  line-height: .98;
}
@media (max-width: 520px) {
  body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-system-panel .fpb-system-body {
    grid-template-columns: minmax(0, 1fr);
  }
  body:not(.emulator-playing) .launcher.emulator-detail-page .fpb-mode-system-panel .fpb-system-art {
    display: none;
  }
}
