.boot-fallback,
.error-boundary {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 50% 15%, rgba(74, 158, 106, 0.16), transparent 38%), #131210;
  color: #ede5d5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.boot-fallback-card,
.error-boundary-card {
  width: min(100%, 520px);
  padding: 34px;
  border: 1px solid #2e2a22;
  border-radius: 20px;
  background: #1e1c18;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.boot-fallback-logo,
.error-boundary-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border: 2px solid #4a9e6a;
  border-radius: 50%;
  color: #4a9e6a;
  font-size: 18px;
  font-weight: 800;
}

.boot-fallback h1,
.error-boundary h1 {
  margin: 0 0 12px;
  color: #4a9e6a;
  font-size: 28px;
}

.boot-fallback p,
.error-boundary p {
  margin: 0 0 22px;
  color: #a99f8e;
  font-size: 14px;
  line-height: 1.65;
}

.boot-fallback a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 11px;
  background: #4a9e6a;
  color: #0a1a10;
  font-weight: 800;
  text-decoration: none;
}
