/* 房间视频区统一浮层挂载点（福袋、后续活动等） */
.video-stage-overlay,
#video-stage-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 55;
  overflow: visible;
}
#video-frame > .video-stage-overlay,
.video-frame > .video-stage-overlay,
#preview-wrap > .video-stage-overlay {
  z-index: 55;
}
.video-stage-overlay > .vchat-rp-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}
.video-stage-overlay > .vchat-rp-layer.is-active,
#video-stage-overlay > .vchat-rp-layer.is-active {
  z-index: 6;
}
.video-stage-overlay > .vchat-rp-layer .vchat-rp-float,
#video-stage-overlay > .vchat-rp-layer .vchat-rp-float {
  z-index: 8;
}
