:root{
  --brand: #0d6efd;
}

.brand-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(13,110,253,.15);
}

.card{
  border-radius: 1rem;
}

.table{
  margin-bottom: 0;
}

.badge{
  font-weight: 600;
}

.kv{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: .25rem .75rem;
}

@media (max-width: 576px){
  .kv{ grid-template-columns: 1fr; }
}
