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

.landing {
  text-align: center;
}

.logo {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.tagline {
  opacity: 0.8;
  margin-bottom: 2rem;
}

.actions button {
  margin: 0 0.5rem;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

#getStarted {
  background: #5865f2;
  color: white;
}

#guide {
  background: #2b2d31;
  color: white;
}
