/* [project]/ui/src/components/auth/onboarding-auth-backdrop.module.css [app-client] (css) */
.onboarding-auth-backdrop-module__tAlcBa__backdrop {
  --auth-sky-static: url("/design-handoff-foundable-landing/assets/sky-fallback/light-auth-q85.webp?v=20260804")
      center / cover no-repeat,
    linear-gradient(180deg, #b7d0ea 0%, #c5d9ef 54%, #cbdcf1 100%);
  z-index: 0;
  background: var(--auth-sky-static);
  height: 100dvh;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.onboarding-auth-backdrop-module__tAlcBa__backdrop[data-auth-sky-theme="dark"] {
  --auth-sky-static: url("/design-handoff-foundable-landing/assets/sky-fallback/dark-auth-q85.webp?v=20260804")
      center / cover no-repeat,
    linear-gradient(180deg, #151926 0%, #1c2538 56%, #25344d 100%);
}

html[data-auth-theme="dark"] .onboarding-auth-backdrop-module__tAlcBa__backdrop:not([data-auth-sky-theme]) {
  --auth-sky-static: url("/design-handoff-foundable-landing/assets/sky-fallback/dark-auth-q85.webp?v=20260804")
      center / cover no-repeat,
    linear-gradient(180deg, #151926 0%, #1c2538 56%, #25344d 100%);
}

html:not([data-auth-theme])[data-theme="dark"] .onboarding-auth-backdrop-module__tAlcBa__backdrop:not([data-auth-sky-theme]) {
  --auth-sky-static: url("/design-handoff-foundable-landing/assets/sky-fallback/dark-auth-q85.webp?v=20260804")
      center / cover no-repeat,
    linear-gradient(180deg, #151926 0%, #1c2538 56%, #25344d 100%);
}

.onboarding-auth-backdrop-module__tAlcBa__canvas {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity var(--motion-dur-enter) var(--motion-ease-out);
  will-change: opacity;
  background: var(--auth-sky-static);
  display: block;
  position: absolute;
  inset: 0;
  transform: translateZ(0);
}

.onboarding-auth-backdrop-module__tAlcBa__canvas[data-auth-sky-state="ready"] {
  opacity: 1;
}

.onboarding-auth-backdrop-module__tAlcBa__canvas[data-auth-sky-state="holding"] {
  opacity: 0;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .onboarding-auth-backdrop-module__tAlcBa__canvas {
    opacity: 0;
    will-change: auto;
    transition: none;
  }
}

/* [project]/ui/src/components/auth/signup-auth-topbar.module.css [app-client] (css) */
.signup-auth-topbar-module__gEPwsG__overlay {
  --auth-topbar-ink: #0a1224;
  --auth-topbar-focus: #07142f;
  --auth-topbar-focus-halo: #ffffffeb;
  z-index: 3;
  height: 100dvh;
  color: var(--auth-topbar-ink);
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

html[data-theme="dark"] .signup-auth-topbar-module__gEPwsG__overlay {
  --auth-topbar-ink: #fff;
  --auth-topbar-focus: #dbe7ff;
  --auth-topbar-focus-halo: #7da7ff42;
}

.signup-auth-topbar-module__gEPwsG__topbar {
  height: 72px;
  padding: 0 max(34px, env(safe-area-inset-right, 0px)) 0
    max(34px, env(safe-area-inset-left, 0px));
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.signup-auth-topbar-module__gEPwsG__exitButton {
  min-width: 78px;
  height: 42px;
  color: var(--auth-topbar-ink);
  -webkit-backdrop-filter: var(--blur-glass-sm);
  backdrop-filter: var(--blur-glass-sm);
  pointer-events: auto;
  background: #ffffffc7;
  border: 1px solid #0000;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: inset 0 0 0 1px #0a122417, inset 0 1px #ffffffb3;
}

html[data-theme="dark"] .signup-auth-topbar-module__gEPwsG__exitButton {
  background: #0a101d94;
  border-color: #ffffff1f;
  box-shadow: inset 0 0 0 1px #ffffff14, inset 0 1px #ffffff14;
}

.signup-auth-topbar-module__gEPwsG__exitButton:focus-visible {
  border-color: var(--auth-topbar-focus);
  outline: 2px solid var(--auth-topbar-focus);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--auth-topbar-focus-halo),
    inset 0 0 0 1px #0a122417,
    inset 0 1px 0 #ffffffb3;
}

@media (max-width: 640px) {
  .signup-auth-topbar-module__gEPwsG__topbar {
    display: none;
  }
}

@media (pointer: coarse) {
  .signup-auth-topbar-module__gEPwsG__exitButton {
    min-height: 44px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .signup-auth-topbar-module__gEPwsG__exitButton {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

/* [project]/ui/src/components/waitlist/waitlist-claim-dialog.module.css [app-client] (css) */
.waitlist-claim-dialog-module__NzU74a__panel {
  overscroll-behavior: contain;
  box-shadow: none;
  filter: drop-shadow(0 24px 35px #00000042);
  background: none;
  border: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden auto;
}

.waitlist-claim-dialog-module__NzU74a__stage {
  --waitlist-claim-accent: #9dbdff;
  --waitlist-claim-copy: #ffffffa6;
  --waitlist-claim-close: #f7f9ffa3;
  --waitlist-claim-close-active: #f7f9ff;
  --waitlist-claim-close-hover: #ffffff17;
  --waitlist-claim-eyebrow: #8490a9;
  --waitlist-claim-glow: #9dbdff73;
  --waitlist-claim-halo: #9dbdff38;
  --waitlist-claim-shadow: #060c1a80;
  box-sizing: border-box;
  width: 100%;
  padding: 52px 48px 48px;
  position: relative;
}

.waitlist-claim-dialog-module__NzU74a__halo {
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%,
    var(--waitlist-claim-halo),
    transparent 70%);
  width: calc(100% - 8px);
  height: 280px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.waitlist-claim-dialog-module__NzU74a__ted {
  z-index: 3;
  pointer-events: none;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.waitlist-claim-dialog-module__NzU74a__tedFloat {
  filter: drop-shadow(0 10px 24px var(--waitlist-claim-shadow));
  animation: waitlist-claim-dialog-module__NzU74a__waitlist-claim-float 3.4s var(--motion-ease-standard) infinite;
  will-change: transform;
}

.waitlist-claim-dialog-module__NzU74a__cardFrame {
  z-index: 1;
  position: relative;
}

.waitlist-claim-dialog-module__NzU74a__cardFrame .foundable-login-page.is-modal-login-card .foundable-login-modal {
  --onboarding-auth-card: #0d1422f0;
  width: 100%;
  max-width: 100%;
  box-shadow: inset 0 1px #ffffff1a;
}

.waitlist-claim-dialog-module__NzU74a__closeButton {
  z-index: 5;
  width: 44px;
  height: 44px;
  color: var(--waitlist-claim-close);
  cursor: pointer;
  transition: color var(--motion-dur-hover) var(--motion-ease-standard),
    background-color var(--motion-dur-hover) var(--motion-ease-standard);
  background: none;
  border: 0;
  border-radius: 999px;
  place-items: center;
  padding: 0;
  display: grid;
  position: absolute;
  top: 8px;
  right: 8px;
}

.waitlist-claim-dialog-module__NzU74a__closeButton:hover:not(:disabled) {
  background: var(--waitlist-claim-close-hover);
  color: var(--waitlist-claim-close-active);
}

.waitlist-claim-dialog-module__NzU74a__closeButton:focus-visible {
  outline: 2px solid var(--focus-accent);
  outline-offset: -4px;
}

.waitlist-claim-dialog-module__NzU74a__closeButton:disabled {
  cursor: default;
  opacity: .4;
}

.waitlist-claim-dialog-module__NzU74a__claimHeader {
  text-align: center;
  margin: 0 34px 20px;
  padding-top: 14px;
}

.waitlist-claim-dialog-module__NzU74a__eyebrow, .waitlist-claim-dialog-module__NzU74a__claimNumber, .waitlist-claim-dialog-module__NzU74a__subtitle, .waitlist-claim-dialog-module__NzU74a__admissionNote {
  margin: 0;
}

.waitlist-claim-dialog-module__NzU74a__eyebrow {
  color: var(--waitlist-claim-eyebrow);
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.waitlist-claim-dialog-module__NzU74a__claimNumber {
  min-height: 48px;
  color: var(--waitlist-claim-accent);
  letter-spacing: -.03em;
  text-shadow: 0 0 30px var(--waitlist-claim-glow);
  margin-top: 2px;
  font-size: 48px;
  font-weight: 750;
  line-height: 1;
}

.waitlist-claim-dialog-module__NzU74a__subtitle {
  max-width: 300px;
  color: var(--waitlist-claim-copy);
  margin: 10px auto 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.waitlist-claim-dialog-module__NzU74a__admissionNote {
  color: var(--waitlist-claim-eyebrow);
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}

@keyframes waitlist-claim-dialog-module__NzU74a__waitlist-claim-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 480px) {
  .waitlist-claim-dialog-module__NzU74a__panel {
    filter: drop-shadow(0 32px 45px #0000006b) drop-shadow(0 12px 17px #2763ff24);
  }

  .waitlist-claim-dialog-module__NzU74a__stage {
    padding-bottom: 32px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .waitlist-claim-dialog-module__NzU74a__claimHeader {
    margin-bottom: 18px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .waitlist-claim-dialog-module__NzU74a__claimNumber {
    min-height: 44px;
    font-size: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .waitlist-claim-dialog-module__NzU74a__tedFloat {
    animation: none;
  }
}

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