/* Minimal shell so LCP text paints before the JS bundle */
html,
body {
  margin: 0;
  background: #f3f6fb;
  color: #0f172a;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

#root:empty,
.boot-shell {
  box-sizing: border-box;
  min-height: 100vh;
  padding: 5.5rem 1.25rem 2rem;
}

.boot-shell h1 {
  max-width: 18ch;
  margin: 0 0 1rem;
  font-size: clamp(2rem, 7vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.boot-shell p {
  max-width: 36rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #334155;
}
