* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  height: 100vh;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e2e8f0;
}

.container {
  text-align: center;
  max-width: 400px;
  padding: 20px;
}

h1 {
  font-size: 28px;
  margin-bottom: 16px;
}

p {
  font-size: 16px;
  opacity: 0.8;
  line-height: 1.5;
}

.divider {
  margin: 24px auto;
  width: 60px;
  height: 3px;
  background: #38bdf8;
  border-radius: 2px;
}

.footer {
  font-size: 12px;
  opacity: 0.5;
}
