/* [project]/web/src/components/design/ErrorState/tokens.css [app-client] (css) */
.error-state-root {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 48px 24px;
  display: flex;
}

.error-state-icon {
  background: hsl(var(--zy-danger) / .12);
  width: 56px;
  height: 56px;
  color: hsl(var(--zy-danger));
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.error-state-title {
  color: hsl(var(--zy-text-primary-hsl));
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.error-state-description {
  max-width: 480px;
  color: hsl(var(--zy-text-secondary-hsl));
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.error-state-report-id {
  color: hsl(var(--zy-text-tertiary-hsl));
  font-variant-numeric: tabular-nums;
  font-size: 11px;
}

/*# sourceMappingURL=web_src_components_design_ErrorState_tokens_0i.owq~.css.map*/