* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1117;
  font-family: system-ui, sans-serif;
  color: #e2e8f0;
}

main {
  text-align: center;
}

.label {
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.count {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: #38bdf8;
}