/* Vchat 0.36.37 — PWA install polish + high-contrast brand mark */
body .vchat-pwa-brand-icon{
  width:36px!important;height:36px!important;flex:0 0 36px!important;
  display:grid!important;place-items:center!important;overflow:hidden!important;
  border-radius:11px!important;background:#5a4aa4!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10)!important;
}
body .vchat-pwa-brand-icon img{
  width:24px!important;height:24px!important;display:block!important;
  object-fit:contain!important;border-radius:0!important;background:transparent!important;
  padding:0!important;margin:0!important;
}
body .vchat-pwa-brand-fallback{color:#fff!important;font-size:17px!important;font-weight:900!important;line-height:1!important}
/* Override legacy selector that used to size the image itself as the icon tile. */
body .vchat-pwa-brand>img{display:none!important}
@media(max-width:640px){
  body .vchat-pwa-brand-icon{width:34px!important;height:34px!important;flex-basis:34px!important;border-radius:10px!important}
  body .vchat-pwa-brand-icon img{width:22px!important;height:22px!important}
}
