/* [project]/app/(errors)/_components/error-layout.module.css [app-client] (css) */
.error-layout-module__v0fZiG__shell {
  flex-direction: column;
  min-height: 100dvh;
  display: flex;
}

.error-layout-module__v0fZiG__header {
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.error-layout-module__v0fZiG__main {
  text-align: center;
  padding: var(--spacing-8);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-4);
  flex-direction: column;
  flex: 1;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
}

.error-layout-module__v0fZiG__icon {
  color: var(--colors-text-icon-subdued);
  margin-bottom: var(--spacing-2);
}

.error-layout-module__v0fZiG__title {
  font-family: var(--typography-fontFamily-display);
  font-size: var(--typography-fontSize-4xl);
  font-weight: var(--typography-fontWeight-bold);
  text-transform: uppercase;
  line-height: 1.1;
}

.error-layout-module__v0fZiG__description {
  font-size: var(--typography-fontSize-base);
  color: var(--colors-text-icon-subdued);
  line-height: var(--typography-lineHeight-base);
  max-width: 400px;
}

.error-layout-module__v0fZiG__footer {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 24px;
  display: flex;
}

.error-layout-module__v0fZiG__copy {
  font-family: var(--typography-fontFamily-body);
  font-size: var(--typography-fontSize-sm);
  line-height: var(--typography-lineHeight-sm);
  color: var(--colors-text-icon-subdued);
  white-space: nowrap;
}

/*# sourceMappingURL=app_%28errors%29__components_error-layout_module_49f884a3.css.map*/