body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(135deg, #f5f7fa, #e4e7eb);
  color: #1e3a8a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.logo {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.icon {
  margin-left: 0.5rem;
}

.tagline {
  font-size: 1.25rem;
  margin: 0 0 2rem 0;
}

.status {
  font-size: 1rem;
  color: #2563eb;
}
