/* [project]/components/system-error/SystemErrorScreen.module.css [app-client] (css) */
.SystemErrorScreen-module__9_ZzBq__screen {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-inline-size: 40rem;
  margin-inline: auto;
  padding: 4rem 1rem;
  display: flex;
}

.SystemErrorScreen-module__9_ZzBq__screen[data-page-kind="maintenance"] {
  --accent: #5b6178;
}

.SystemErrorScreen-module__9_ZzBq__screen[data-page-kind="suspended"] {
  --accent: #b91c1c;
}

.SystemErrorScreen-module__9_ZzBq__screen[data-page-kind="upgrade-required"] {
  --accent: #ffc97a;
}

/*# sourceMappingURL=components_system-error_SystemErrorScreen_module_0.66lz_.css.map*/