/* [project]/src/components/Button/Button.module.css [app-client] (css) */
.Button-module__e7WGRa__button {
  align-items: center;
  gap: var(--space-2);
  padding-inline: var(--space-4);
  color: var(--color-accent-contrast);
  white-space: nowrap;
  cursor: pointer;
  transition: filter var(--transition);
  border: none;
  flex-shrink: 0;
  display: inline-flex;
}

.Button-module__e7WGRa__button:hover {
  filter: brightness(1.12);
}

.Button-module__e7WGRa__button:disabled {
  opacity: .4;
  filter: none;
  cursor: not-allowed;
}

.Button-module__e7WGRa__primary {
  background: var(--gradient-accent);
  box-shadow: var(--shadow-button);
}

.Button-module__e7WGRa__ghost {
  background: var(--color-badge);
  box-shadow: var(--shadow-badge);
}

.Button-module__e7WGRa__md {
  height: var(--size-control);
  border-radius: calc(var(--size-control) / var(--radius-ratio));
  font-size: var(--font-size-xs);
  letter-spacing: var(--letter-spacing-snug);
  font-weight: 500;
}

.Button-module__e7WGRa__sm {
  height: var(--size-control-inset);
  border-radius: calc(var(--size-control-inset) / var(--radius-ratio));
  font-size: var(--font-size-button);
  letter-spacing: var(--letter-spacing-display);
  font-weight: 400;
}

/* [project]/src/components/Logo/Logo.module.css [app-client] (css) */
.Logo-module__FeqWJG__logo {
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-size-logo);
  letter-spacing: var(--letter-spacing-display);
  font-weight: 500;
  display: inline-flex;
}

.Logo-module__FeqWJG__mark {
  width: var(--size-logo);
  height: var(--size-logo);
}

/* [project]/src/components/Fallback/Fallback.module.css [app-client] (css) */
.Fallback-module__qYk_Va__screen {
  isolation: isolate;
  min-height: 100dvh;
  padding: var(--space-8) var(--space-4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.Fallback-module__qYk_Va__glow {
  z-index: -1;
  filter: blur(var(--blur-glow));
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.Fallback-module__qYk_Va__glowShape {
  background: var(--color-glow);
  clip-path: polygon(100% 100%, 90.38% 0, 48.99% 61.46%, 6.57% 1.86%, 0 100%, 48.99% 68.98%);
  opacity: .4;
  width: 100%;
  height: 100%;
}

.Fallback-module__qYk_Va__card {
  align-items: center;
  gap: var(--space-4);
  max-width: var(--size-text);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.Fallback-module__qYk_Va__title {
  font-size: var(--font-size-heading);
  font-weight: 400;
  line-height: var(--line-height-app-title);
  letter-spacing: var(--letter-spacing-tight);
  margin-block-start: var(--space-2);
}

.Fallback-module__qYk_Va__subtitle {
  color: var(--color-text-muted);
  font-size: var(--font-size-item);
}

.Fallback-module__qYk_Va__actions {
  justify-content: center;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-block-start: var(--space-2);
  display: flex;
}

.Fallback-module__qYk_Va__back {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
  text-underline-offset: .2em;
  transition: color var(--transition);
  text-decoration: underline;
}

.Fallback-module__qYk_Va__back:hover {
  color: var(--color-text);
}

/*# sourceMappingURL=src_components_17vdxzn._.css.map*/