body.custom-coming-soon {
  margin: 0;
  min-height: 100vh;
  background: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
}

.cs-container {
  text-align: center;
  max-width: 640px;
  padding: 24px;
}

.cs-container h1 {
  font-size: 42px;
  margin-bottom: 12px;
}

.cs-container p {
  font-size: 18px;
  opacity: 0.8;
}