/* Status dot styles */
.status-dot{
  display:inline-block;
  width:10px; height:10px;
  border-radius:50%;
  margin-right:.35rem;
  box-shadow:0 0 0 2px rgba(0,0,0,.15) inset;
}
.status-online{ background:#22c55e; }  /* green */
.status-empty{ background:#f59e0b; }   /* amber */
.status-offline{ background:#ef4444; } /* red */
