/* v646: Desktop Draft Mode solid-panel parity with mobile.
   Presentation only. No gameplay, room transport, simulation, player data,
   analytics event, or navigation 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{
    background:linear-gradient(180deg,#121f34 0%,#091221 100%)!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;
  }

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

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