/* V37.6: monitoring accent/count stability and removal of unstable bottom dashboard. */

/* Monitoring must be yellow in every visual cue, including the left status light. */
#app .sidebar .v372-monitoring-group{
  --workspace-accent:#facc15!important;
  --v371-accent:#facc15!important;
  --accent:#facc15!important;
}
#app .sidebar .v372-monitoring-group > summary::before,
#app .sidebar .v372-monitoring-group[open] > summary::before{
  background:#facc15!important;
  box-shadow:0 0 10px rgba(250,204,21,.68)!important;
}
#app .sidebar .v372-monitoring-group .v372-summary-count{
  border-color:#facc15!important;
}

/* The bottom dashboard was being rewritten by several legacy UI patches and visibly flickered.
   Remove it entirely for a stable map workspace. */
#bottom-status-bar,
.bottom-status-bar,
body.v33-premium .bottom-status-bar{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
