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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: #0a0e1a;
  color: #e2e8f0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.logo {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tagline {
  font-size: 1.125rem;
  color: #94a3b8;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.divider {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  margin: 0 auto 2rem;
  border-radius: 1px;
}

.status {
  font-size: 0.875rem;
  color: #64748b;
}

.status a {
  color: #60a5fa;
  text-decoration: none;
}

.status a:hover {
  text-decoration: underline;
}
