/* Transit & Flow Asset Optimizer - live override sheet (1.9.3)
   Purpose 1: guarantee the right-edge chat tab stays visible at every
   breakpoint. A retired mobile-dock rule hid it on phones; the selectors
   below carry html+body weight so they win no matter where a leftover
   copy of that rule sits in the source order or in a combined cache file.
   Purpose 2: this is a real enqueued URL, so its presence changes the
   LiteSpeed combine source list and forces a fresh build of the sheet. */
html body #tf-chat-launch{display:flex!important;visibility:visible!important}
@media (max-width:768px){
  html body #tf-chat-launch{display:flex!important;visibility:visible!important;top:auto;bottom:110px;transform:none}
}
html body.tf-chat-openui #tf-chat-launch,
html body.tf-cc-baron #tf-chat-launch{opacity:0;pointer-events:none}
