body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1115;
  color: #e6e6e6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.container {
  text-align: center;
  max-width: 420px;
  padding: 24px;
}

.logo {
  width: 160px;
  height: auto;
  margin-bottom: 24px;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

p {
  opacity: 0.75;
  line-height: 1.5;
}

.copyright {
  margin-top: 28px;
  font-size: 0.9rem;
  opacity: 0.55;
}
