/* BeatHelper canonical physical-pixel identity lock v18.9.0.
 * Loaded LAST on Landing / Mini App / Legal.
 * The JS master only applies a sub-CSS-pixel paint shift; this stylesheet keeps
 * the brand line boxes integer so Manrope cannot flip baselines by one device
 * pixel at Windows fractional DPI / Chrome 100% zoom.
 */
.topbar{
  position:relative!important;
  top:var(--bh-header-pixel-shift-y,0px)!important;
}
.brand{
  line-height:16px!important;
}
.brand-sub{
  line-height:9px!important;
}
@media(min-width:768px){
  .brand{line-height:19px!important}
  .brand-sub{line-height:10px!important}
}
