/* [project]/web/src/components/design/EmptyStateGuide/tokens.css [app-client] (css) */
.empty-state-guide-root {
  text-align: center;
  color: hsl(var(--zy-text-secondary-hsl));
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 48px 24px;
  display: flex;
}

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

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

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

.empty-state-guide-steps {
  text-align: left;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 420px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.empty-state-guide-step {
  background: hsl(var(--zy-surface-sunken));
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  display: flex;
}

.empty-state-guide-step-num {
  background: hsl(var(--zy-primary));
  width: 24px;
  height: 24px;
  color: hsl(var(--zy-text-on-brand));
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.empty-state-guide-step-text {
  color: hsl(var(--zy-text-primary-hsl));
  font-size: 13px;
  line-height: 18px;
}

.empty-state-guide-actions {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.empty-state-guide-learn-more {
  color: hsl(var(--zy-primary));
  font-size: 13px;
  text-decoration: none;
}

.empty-state-guide-learn-more:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=web_src_components_design_EmptyStateGuide_tokens_0aqure9.css.map*/