/* v647: Desktop panel colour parity with the darker mobile card theme.
   Presentation only. No layout, gameplay, analytics, data, leaderboard,
   simulation, room transport, or multiplayer logic is changed. */

@media (min-width: 761px){
  body.draft-theme-fcf .intro-card,
  body.draft-theme-fcf .setup-card,
  body.draft-theme-fcf .resume-room-panel,
  body.draft-theme-fcf .room-topbar,
  body.draft-theme-fcf .lobby-panel,
  body.draft-theme-fcf .rules-panel,
  body.draft-theme-fcf .season-spin-card,
  body.draft-theme-fcf .draft-statusbar,
  body.draft-theme-fcf .draft-network-bar,
  body.draft-theme-fcf .host-draft-controls,
  body.draft-theme-fcf .board-panel,
  body.draft-theme-fcf .pool-panel,
  body.draft-theme-fcf .order-panel,
  body.draft-theme-fcf .selected-team-panel,
  body.draft-theme-fcf .mobile-classic-team-panel,
  body.draft-theme-fcf .shortlist-panel,
  body.draft-theme-fcf .compare-tray,
  body.draft-theme-fcf .draft-simulation-card,
  body.draft-theme-fcf .results-sharebar,
  body.draft-theme-fcf .commissioner-summary,
  body.draft-theme-fcf .champion-card,
  body.draft-theme-fcf .ladder-panel,
  body.draft-theme-fcf .rosters-panel,
  body.draft-theme-fcf .recap-panel,
  body.draft-theme-fcf .final-rosters-panel,
  body.draft-theme-fcf .simplified-lobby-panel,
  body.draft-theme-fcf .draft-landing-intro{
    opacity:1!important;
    background-color:#091221!important;
    background-image:linear-gradient(180deg,#121f34 0%,#091221 100%)!important;
    background-blend-mode:normal!important;
    border-color:rgba(65,95,139,.68)!important;
    box-shadow:0 20px 55px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.04)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    filter:none!important;
  }

  body.draft-theme-fcf .champion-card{
    background-color:#0a1424!important;
    background-image:linear-gradient(180deg,#17243a 0%,#0a1424 100%)!important;
  }

  body.draft-theme-fcf .season-spin-card,
  body.draft-theme-fcf .draft-simulation-card{
    background-color:#07101e!important;
    background-image:linear-gradient(180deg,#121f34 0%,#07101e 100%)!important;
  }
}

@media (min-width: 1001px){
  body.game-page main#game.wrap > .panel,
  body.game-page #review.panel,
  body.game-page #result.panel{
    opacity:1!important;
    background-color:#091221!important;
    background-image:linear-gradient(180deg,#121f34 0%,#091221 100%)!important;
    background-blend-mode:normal!important;
    border-color:rgba(65,95,139,.68)!important;
    box-shadow:0 20px 55px rgba(0,0,0,.32),inset 0 1px rgba(255,255,255,.04)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    filter:none!important;
  }
}
