/* =========================
   Shell Layout (Desktop)
   ========================= */

@media (min-width: 960px) {
  .top-pinned-shell,
  .sticky-nav-bar,
  .entry-panel,
  .games-launcher-shell,
  .scorecard-controls-shell,
  .games-controls-shell {
    max-width: min(1920px, 100vw);
    margin-left: auto;
    margin-right: auto;
  }

  /* Keep header shell full-bleed in app/desktop so it spans the screen width. */
  .top-pinned-shell,
  .sticky-nav-bar {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
