* { box-sizing: border-box; margin: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #1e1b4b;
  color: #e0e7ff;
}

.placeholder { text-align: center; padding: 2rem; }
.placeholder p { margin-top: 0.75rem; color: #a5b4fc; }
