/* Only the bottom menu cards and the upper-left time banner should be interactive on the homepage. */
#home .hot:not(.hot-card){
  pointer-events:none !important;
  cursor:default !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  outline:none !important;
  transform:none !important;
}

/* Remove any old object-hover visual effects from furniture hotspots. */
#home .hot:not(.hot-card):hover,
#home .hot:not(.hot-card):focus-visible{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  outline:none !important;
  transform:none !important;
}

/* Prevent older invisible/legacy elements from creating hover/click areas. */
#home .home-logo,
#home .win-view{
  pointer-events:none !important;
}

/* Keep the actual menu cards clickable. */
#home .hot.hot-card{
  pointer-events:auto !important;
  cursor:pointer !important;
}

/* Keep the frosted vertical day/sunset/night banner clickable. */
#home .home-dock,
#home .home-dock *,
#home .time-card,
#home .time-btn{
  pointer-events:auto !important;
}
