*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #ffffff;
  color: #111111;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container {
  text-align: center;
  padding: 2rem;
  max-width: 480px;
}

.wordmark {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111111;
  margin-bottom: 1rem;
}

.wordmark span {
  color: #4f46e5;
}

.tagline {
  font-size: 1.125rem;
  color: #555555;
  line-height: 1.6;
}

.divider {
  width: 40px;
  height: 3px;
  background: #4f46e5;
  border-radius: 2px;
  margin: 1.5rem auto;
}
