html,
body {
  margin: 0;
  min-height: 100%;
  background: #0b0f14;
}

body {
  color: #e0e0e0;
  font-family: "Space Grotesk", system-ui, sans-serif;
}

#root {
  min-height: 100vh;
}

.boot-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem;
  text-align: center;
}

.boot-shell__eyebrow {
  display: inline-block;
  margin-bottom: 1.5rem;
  border: 1px solid #1e293b;
  border-radius: 9999px;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  color: #94a3b8;
}

.boot-shell__title {
  margin: 0;
  color: #f1f5f9;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.boot-shell__title-gradient {
  background: linear-gradient(135deg, #2ee9ff, #a78bfa);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.boot-shell__body {
  max-width: 32rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  color: #94a3b8;
}
