.status-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.status-green { background-color: #198754; }
.status-orange { background-color: #fd7e14; }
.status-red { background-color: #dc3545; }
.status-pending { background-color: #6c757d; }
.small-muted { font-size: 0.85rem; color: #6c757d; }
.server-item { border: 1px solid #d9d9d9; border-radius: 8px; padding: 10px 12px; margin-bottom: 10px; background: #fff; }
.server-name { font-weight: 600; }
.server-label { font-size: 0.8rem; margin-top: 2px; margin-bottom: 2px; }
.server-machine { font-size: 0.8rem; margin-bottom: 4px; }
.group-title { font-weight: 700; letter-spacing: .03em; }
.board-box { border: 1px solid #b8bec5; border-radius: 10px; background: #fff; }
