body {
  font-family: system-ui, sans-serif;
  background: #0f0f0f;
  color: #fff;
}

.container {
  max-width: 480px;
  margin: 80px auto;
  text-align: center;
}

button {
  padding: 16px 24px;
  font-size: 16px;
  background: #00e5ff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#status {
  margin-top: 20px;
  opacity: 0.8;
}
