:root {
  --purple-1: #7c3aed;
  --purple-2: #a855f7;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


.card h1 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
}

.card p {
  margin: 0;
  font-size: 14px;
  opacity: 0.85;
}
