body {
  font-family: system-ui, -apple-system, sans-serif;
  background: #0f172a;
  color: #e5e7eb;
  margin: 0;
  padding: 2rem;
  text-align: center;
}

.timer {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}

.round, .statusline {
  margin-bottom: 16px;
}

.team-info {
  margin-bottom: 6px;
}

img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

a {
  color: #e5e7eb;
}
