* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  background-color: #0d1117;
  color: #f0f6fc;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.container {
  text-align: center;
  max-width: 600px;
}

.badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(56, 139, 253, 0.15);
  color: #58a6ff;
  border: 1px solid rgba(56, 139, 253, 0.4);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 12px;
}

.tagline {
  font-size: 1.25rem;
  color: #8b949e;
  line-height: 1.5;
  margin-bottom: 32px;
}

.divider {
  height: 1px;
  width: 60px;
  background-color: #30363d;
  margin: 0 auto 32px auto;
}

.status {
  font-size: 1rem;
  color: #c9d1d9;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
