body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: linear-gradient(135deg, #1c1f26, #101214);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 600px;
  padding: 2rem;
}

h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #00e676;
  text-shadow: 0 0 10px rgba(0, 230, 118, 0.7);
}

.subtitle {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #bbb;
}

.coming-soon {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #03a9f4;
  font-weight: bold;
}

.footer {
  font-size: 0.9rem;
  color: #888;
}
