/* Menține consola completă A–Mixer–B pe laptopuri cu scalare Windows 125–150%. */
@media (min-width:901px) and (max-width:1250px){
  body.interface-metal-pro-v5:not(.deck-playlist-focus) .hardware-layout,
  body.interface-metal-pro-v4:not(.deck-playlist-focus) .hardware-layout,
  body.interface-metal-pro-v2:not(.deck-playlist-focus) .hardware-layout{
    grid-template-columns:minmax(0,1fr) 270px minmax(0,1fr)!important;
    gap:3px!important;
  }
  body.interface-metal-pro-v5:not(.deck-playlist-focus) .hardware-layout>.deck,
  body.interface-metal-pro-v5:not(.deck-playlist-focus) .hardware-layout>.pro-center-mixer,
  body.interface-metal-pro-v4:not(.deck-playlist-focus) .hardware-layout>.deck,
  body.interface-metal-pro-v4:not(.deck-playlist-focus) .hardware-layout>.pro-center-mixer{
    height:565px!important;min-height:565px!important;max-height:565px!important;order:initial!important;overflow:hidden!important;
  }
  body.interface-metal-pro-v5:not(.deck-playlist-focus) .v5-mixer-extra{grid-template-columns:1fr 46px 1fr!important;gap:3px!important}
}
