#tgBanner{ position:fixed; left:50%; transform:translateX(-50%); bottom:14px; z-index:9000;
  width:max-content; max-width:calc(100vw - 28px); margin:0; padding:8px 14px;
  box-shadow:0 12px 32px rgba(0,0,0,.4); font-size:.82rem; }
body.ve-gate .ve-app{ height:calc(100vh - var(--gateH, 48px)); height:calc(100dvh - var(--gateH, 48px)); }
body.ve-gate .ve-toasts{ bottom:calc(var(--gateH, 48px) + 8px); }
@media (min-width:821px){
  body.ve-gate #tgBanner{ bottom:4px; }
  body.ve-gate #dlpalBtn{ bottom:4px; }
}