
/* === override-v11.css === */

/* Style home button in topbar: circular and bigger */
#homeFabTop{
  width:44px; height:44px; border-radius:50% !important;
  margin-right:10px;
  background:linear-gradient(180deg,#2dd4bf,#14b8a6); color:#0b1220;
  box-shadow:0 6px 14px rgba(0,0,0,.25);
  display:flex; align-items:center; justify-content:center;
}
#homeFabTop svg{ width:24px; height:24px; fill:currentColor }
#homeFabTop:hover{ filter:brightness(1.08) }
