<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* �割唱莨号�霡���网��桁� */
.integral-sort {
  background-color: var(--background-primary);
  border-radius: 10px;
  padding: 15px;
  color: var(--color-text-primary);
}
.integral-sort .integral-sort-title {
  font-size: 16px;
  font-weight: bold;
}
.integral-sort .integral-sort-item {
}

.integral-sort .integral-sort-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.integral-sort .integral-sort-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.integral-sort .integral-sort-tr {
  display: flex;
}

.integral-sort .integral-sort-header .integral-sort-tr {
  background-color: var(--background-regular);
  padding: 7px 0;
  border-radius: 5px;
}

.integral-sort .integral-sort-body .integral-sort-tr {
  padding: 8px 0;
}

.integral-sort .integral-sort-th,
.integral-sort .integral-sort-td {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: left;
  align-items: center;
  white-space: nowrap;
}

.integral-sort .integral-sort-n {
  /* margin-left: 0px; */
  justify-content: flex-start;
}

.integral-sort .integral-sort-th:nth-child(2),
.integral-sort .integral-sort-td:nth-child(2) {
  flex: 2;
}

.integral-sort .integral-sort-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 10px;
}

.integral-sort .integral-team-logo {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.integral-sort .integral-team-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  width: 0;
  color: var(--color-text-primary);
  text-align: left;
}

.integral-sort .integral-team-name:hover {
  color: var(--color-primary);
}
/*膾��ff5353��fe7474��fc9595鐚��逸�999999��e6e6e6��d3d3d3*/
.primary_color{
  background-color: #ff5353;
}
.second_color{
  background-color: #fe7474;
}
.three_color{
  background-color: #fc9595;
}
.first_down_color{
  background-color: #999999;
}
.last_down_color{
  background-color: #e6e6e6;
}
.normal_down_color{
  background-color: #d3d3d3;
}
.normal_color,.normal_color2{
  background-color: var(--background-primary);
}
</pre></body></html>