body {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #f8fafc;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.home {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2.5rem 3rem;
  width: 100%;
  max-width: 420px;
  margin: 4rem auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}

h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #38bdf8;
}

.btn {
  background-color: #38bdf8;
  color: #0f172a;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #0ea5e9;
  transform: translateY(-2px);
}

footer.signature {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #94a3b8;
}

footer.signature a {
  color: #38bdf8;
  text-decoration: none;
}

footer.signature a:hover {
  text-decoration: underline;
}
