
/* === override-v10.css === */

/* Place homeFab inside topbar row (before menu button) */
#homeFabTop{
  display:flex; align-items:center; justify-content:center;
  width:34px; height:34px; border-radius:10px;
  margin-right:8px;
  background:linear-gradient(180deg,#2dd4bf,#14b8a6); color:#0b1220;
  box-shadow:0 4px 12px rgba(0,0,0,.25);
}
#homeFabTop:hover{ filter:brightness(1.05) }
#homeFabTop svg{ width:18px; height:18px; fill:currentColor }

/* Hide old floating homeFab if still present */
#homeFab{display:none !important}

/* Remove vtag badge */
#vtag{display:none !important}
