/* [project]/src/styles/ServerStats.module.css [client] (css) */
.ServerStats-module__dyU82W__container {
  background-color: #f0f2f5;
  min-height: 100vh;
  padding: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.ServerStats-module__dyU82W__header {
  text-align: center;
  margin-bottom: 2rem;
}

.ServerStats-module__dyU82W__title {
  color: #1a202c;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.ServerStats-module__dyU82W__lastUpdated {
  color: #718096;
  font-size: .9rem;
}

.ServerStats-module__dyU82W__uptime {
  color: #718096;
  margin-top: .25rem;
  font-size: .9rem;
}

.ServerStats-module__dyU82W__statsGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.ServerStats-module__dyU82W__statCard {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.ServerStats-module__dyU82W__cardHeader {
  align-items: center;
  gap: .75rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.ServerStats-module__dyU82W__cardHeader h2 {
  color: #4a5568;
  font-size: 1.25rem;
  font-weight: 500;
}

.ServerStats-module__dyU82W__statValue {
  color: #2d3748;
  font-size: 2.25rem;
  font-weight: 700;
}

.ServerStats-module__dyU82W__error {
  color: #e53e3e;
  text-align: center;
}

/* [project]/src/components/GaugeChart.module.css [client] (css) */
.GaugeChart-module__M2JzSq__gaugeContainer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.GaugeChart-module__M2JzSq__gauge {
  width: 150px;
  height: 150px;
}

.GaugeChart-module__M2JzSq__gaugeBg {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 12px;
}

.GaugeChart-module__M2JzSq__gaugeFg {
  fill: none;
  stroke-width: 12px;
  transform-origin: 50%;
  transition: stroke-dashoffset .5s ease-in-out;
  transform: rotate(-90deg);
}

.GaugeChart-module__M2JzSq__valueText {
  fill: #2d3748;
  font-size: 24px;
  font-weight: 700;
}

.GaugeChart-module__M2JzSq__label {
  color: #4a5568;
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

/*# sourceMappingURL=src_a6a2cc5c._.css.map*/