body {
  font-family: Arial, sans-serif;
  background: linear-gradient(#000000, #050505);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  margin: 0;
}

.container {
  max-width: 400px;
  margin: auto;
  background: #111;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 0 25px #0ff;
}

h1 {
  font-size: 28px;
  margin-bottom: 12px;
}

p {
  font-size: 14px;
  margin-bottom: 20px;
}

button {
  padding: 12px 20px;
  margin: 10px 0;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #00f2ff;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

button:disabled {
  background: #444;
  cursor: not-allowed;
}

.socials {
  margin-top: 30px;
}

.socials a {
  display: inline-block;
  color: #0ff;
  margin: 0 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

#status {
  margin-top: 15px;
  font-size: 14px;
}
.notice {
  background: #0f0f0f;
  padding: 15px;
  margin-top: 30px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  border-left: 4px solid #0ff;
}

footer {
  margin-top: 25px;
  font-size: 12px;
  color: #888;
}
