.StatCards_statsGrid__wKqPc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 992px) {
  .StatCards_statsGrid__wKqPc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .StatCards_statsGrid__wKqPc {
    grid-template-columns: 1fr;
  }
}
.StatCards_statsGridCols2__4Byhr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
}
.StatCards_statsGridCompact__Uo4Ya .StatCards_statContent__tFbi8 {
  padding: 16px;
}
.StatCards_statsGridCompact__Uo4Ya .StatCards_statIcon__LB4ug {
  width: 40px;
  height: 40px;
}
.StatCards_statsGridCompact__Uo4Ya .StatCards_statIcon__LB4ug svg {
  width: 20px;
  height: 20px;
}
.StatCards_statsGridCompact__Uo4Ya .StatCards_statValue__0OmBq {
  font-size: 20px;
}
.StatCards_statsGridSingle__RGeTS {
  grid-template-columns: 1fr;
}
.StatCards_statsGridSingle__RGeTS.StatCards_statsGridCols2__4Byhr {
  grid-template-columns: minmax(0, 1fr);
}
.StatCards_statCardLink__mtXSX {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.StatCards_statCardLink__mtXSX:hover {
  border-color: rgba(var(--primary-rgb), 0.35);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), 0 0 16px rgba(var(--primary-rgb), calc(var(--box-glow-intensity, 1) * 0.12));
}
.StatCards_statLink__3CnCO {
  display: block;
  color: inherit;
  text-decoration: none;
}
.StatCards_statContent__tFbi8 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 16px;
}
.StatCards_statIcon__LB4ug {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: var(--radius-md);
}
.StatCards_statIcon__LB4ug svg {
  width: 24px;
  height: 24px;
}
.StatCards_statInfo__Yfzam {
  flex: 1 1;
}
.StatCards_statValue__0OmBq {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.StatCards_statTitle__vukjT {
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: 4px;
}

