/* Vchat 0.61.13-alpha — Inbox runtime stability only.
   No layout redesign. Prevent phantom modal layers and guarantee header actions remain tappable. */
#vchat-frontend-app.vchat-frontend-app #vchat-modal:not(.is-open){
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
#vchat-frontend-app.vchat-frontend-app #vchat-modal.is-open{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
#vchat-frontend-app.vchat-frontend-app #vchat-open-contact,
#vchat-frontend-app.vchat-frontend-app #vchat-more{
  position:relative!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
}
#vchat-frontend-app.vchat-frontend-app #vchat-open-contact::before,
#vchat-frontend-app.vchat-frontend-app #vchat-open-contact::after,
#vchat-frontend-app.vchat-frontend-app #vchat-more::before,
#vchat-frontend-app.vchat-frontend-app #vchat-more::after{
  pointer-events:none!important;
}
