@import url("grid.css");
@import url("panel.css");
@import url("text.css");
@import url("button.css");

body {
  margin: 0;
  min-height: 100vh;
}

/* Shell: page-shell + page-shell--below-header on <main>; narrow max-width only */
.reference-app {
  max-width: 960px;
}

.reference-app__welcome-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  text-align: center;
}

.reference-app__error {
  color: var(--color-danger, #e55);
}
