body {
  font-family: Arial, sans-serif;
  background: radial-gradient(circle at top, #101010, #000);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

.container {
  max-width: 500px;
  padding: 20px;
}

.logo {
  max-width: 150px;
  margin-bottom: 20px;
}

h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.badge {
  display: inline-block;
  background: #e30613;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1rem;
  margin: 10px 0;
}

.rg-link {
  display: inline-block;
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
}

.rg-link:hover {
  text-decoration: underline;
}

.note {
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 20px;
}
