@import "https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@100..900&display=swap";
/* [project]/apps/web/components/auth/login/ProfileSelection.module.scss.module.css [app-client] (css) */
@font-face {
  font-family: Tobias;
  src: url("/fonts/Tobias-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Tobias;
  src: url("/fonts/Tobias-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: PP Editorial New;
  src: url("/fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

h3.ProfileSelection-module-scss-module__UimwRG__mantine-Title-root, h4.ProfileSelection-module-scss-module__UimwRG__mantine-Title-root, h5.ProfileSelection-module-scss-module__UimwRG__mantine-Title-root {
  font-weight: 700;
  font-family: PP Mori !important;
}

.ProfileSelection-module-scss-module__UimwRG__Container {
  width: 100%;
}

.ProfileSelection-module-scss-module__UimwRG__Title {
  color: var(--color-neutral-700, #4d4b48);
  font-size: 16px;
  font-weight: 600;
}

.ProfileSelection-module-scss-module__UimwRG__Subtitle {
  color: var(--color-neutral-600, #8a8781);
  font-size: 13px;
}

.ProfileSelection-module-scss-module__UimwRG__Group {
  width: 100%;
}

.ProfileSelection-module-scss-module__UimwRG__GroupLabel {
  color: var(--color-neutral-600, #8a8781);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 600;
}

.ProfileSelection-module-scss-module__UimwRG__OptionCard {
  border: 1px solid var(--color-neutral-200, #e2e1dd);
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  transition: background .15s, border-color .15s, box-shadow .15s;
  display: flex;
}

.ProfileSelection-module-scss-module__UimwRG__OptionCard:hover {
  background: var(--color-neutral-50, #f9f8f4);
  border-color: var(--color-neutral-400, #c4c2bc);
  box-shadow: 0 1px 3px #0000000f;
}

.ProfileSelection-module-scss-module__UimwRG__OptionCard:active {
  background: var(--color-neutral-100, #f2f1ec);
}

.ProfileSelection-module-scss-module__UimwRG__OptionCard[data-disabled] {
  opacity: .55;
  pointer-events: none;
}

.ProfileSelection-module-scss-module__UimwRG__OptionContent {
  flex: 1;
  min-width: 0;
}

.ProfileSelection-module-scss-module__UimwRG__OptionTitle {
  color: var(--color-neutral-700, #4d4b48);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.ProfileSelection-module-scss-module__UimwRG__OptionMeta {
  color: var(--color-neutral-500, #8a8781);
  font-size: 12px;
  line-height: 1.4;
}

.ProfileSelection-module-scss-module__UimwRG__OptionChevron {
  color: var(--color-neutral-400, #c4c2bc);
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
}

.ProfileSelection-module-scss-module__UimwRG__ErrorMessage {
  color: var(--color-error-500, #ef4444);
  text-align: center;
  background: var(--color-error-50, #fee2e2);
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

/* [project]/apps/web/components/auth/login/ScopeSelection.module.scss.module.css [app-client] (css) */
@font-face {
  font-family: Tobias;
  src: url("/fonts/Tobias-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Tobias;
  src: url("/fonts/Tobias-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: PP Editorial New;
  src: url("/fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

h3.ScopeSelection-module-scss-module__hwshQW__mantine-Title-root, h4.ScopeSelection-module-scss-module__hwshQW__mantine-Title-root, h5.ScopeSelection-module-scss-module__hwshQW__mantine-Title-root {
  font-weight: 700;
  font-family: PP Mori !important;
}

.ScopeSelection-module-scss-module__hwshQW__Container {
  width: 100%;
}

.ScopeSelection-module-scss-module__hwshQW__Title {
  color: var(--color-neutral-700, #4d4b48);
  font-size: 16px;
  font-weight: 600;
}

.ScopeSelection-module-scss-module__hwshQW__Subtitle {
  color: var(--color-neutral-600, #8a8781);
  font-size: 13px;
}

.ScopeSelection-module-scss-module__hwshQW__ScopeList, .ScopeSelection-module-scss-module__hwshQW__Footer {
  width: 100%;
}

.ScopeSelection-module-scss-module__hwshQW__ErrorMessage {
  color: var(--color-error-500, #ef4444);
  text-align: center;
  background: var(--color-error-50, #fee2e2);
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

/* [project]/apps/web/components/auth/login/LoginBox.module.scss.module.css [app-client] (css) */
@font-face {
  font-family: Tobias;
  src: url("/fonts/Tobias-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Tobias;
  src: url("/fonts/Tobias-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: PP Editorial New;
  src: url("/fonts/PPEditorialNew-UltralightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: PP Mori;
  src: url("/fonts/PPMori-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

h3.LoginBox-module-scss-module__m9wq3q__mantine-Title-root, h4.LoginBox-module-scss-module__m9wq3q__mantine-Title-root, h5.LoginBox-module-scss-module__m9wq3q__mantine-Title-root {
  font-weight: 700;
  font-family: PP Mori !important;
}

@media (max-width: 500px) {
  .LoginBox-module-scss-module__m9wq3q__loginOptionsContainer {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .LoginBox-module-scss-module__m9wq3q__logoContainer {
    width: 80%;
    max-width: 280px;
  }

  .LoginBox-module-scss-module__m9wq3q__grayRectangle {
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    padding: 24px 16px;
  }

  .LoginBox-module-scss-module__m9wq3q__formWrapper {
    width: 100%;
  }
}

.LoginBox-module-scss-module__m9wq3q__grayRectangle {
  background: var(--color-neutral-50, #f9f8f4);
  border-radius: 16px;
  padding: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.LoginBox-module-scss-module__m9wq3q__formWrapper {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.LoginBox-module-scss-module__m9wq3q__logoContainer {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 324px;
  height: 36px;
  display: flex;
}

.LoginBox-module-scss-module__m9wq3q__logoContainer img {
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale() opacity(60%);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 324px;
  height: 36px;
}

.LoginBox-module-scss-module__m9wq3q__loginOptionsContainer {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 398px;
  margin-top: 8px;
  display: flex;
}

.LoginBox-module-scss-module__m9wq3q__formContent {
  width: 100%;
  max-width: 360px;
  margin-top: 16px;
  padding: 0 24px;
}

.LoginBox-module-scss-module__m9wq3q__inputGroup {
  width: 100%;
}

.LoginBox-module-scss-module__m9wq3q__input {
  background: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  height: 45px;
  font-size: 14px;
}

.LoginBox-module-scss-module__m9wq3q__buttonContainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.LoginBox-module-scss-module__m9wq3q__button {
  width: 80px;
}

.LoginBox-module-scss-module__m9wq3q__forgotPasswordLink {
  color: var(--color-neutral-600, #8a8781);
  font-family: var(--typography-font-family-default, "PP Mori");
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.LoginBox-module-scss-module__m9wq3q__forgotPasswordLink:hover {
  opacity: .8;
}

.LoginBox-module-scss-module__m9wq3q__footer {
  color: var(--color-neutral-600, #8a8781);
  text-align: center;
  font-family: var(--typography-font-family-default, "PP Mori");
  margin-top: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.LoginBox-module-scss-module__m9wq3q__bold {
  color: var(--color-neutral-600, #8a8781);
  font-weight: 600;
  text-decoration: none;
}

.LoginBox-module-scss-module__m9wq3q__bold:hover {
  opacity: .8;
}

.LoginBox-module-scss-module__m9wq3q__ErrorMessage {
  color: var(--color-error-500, #ef4444);
  text-align: center;
  font-family: var(--typography-font-family-default, "PP Mori");
  background: var(--color-error-50, #fee2e2);
  border-radius: 8px;
  width: 100%;
  margin-top: 16px;
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

/* [project]/apps/web/components/ui/VibrantOrbBackground.module.scss.module.css [app-client] (css) */
.VibrantOrbBackground-module-scss-module__NlP3Uq__wrapper {
  background: var(--color-neutral-50, #f9f8f4);
  width: 100vw;
  height: 100vh;
  padding: 20px;
}

.VibrantOrbBackground-module-scss-module__NlP3Uq__container {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.VibrantOrbBackground-module-scss-module__NlP3Uq__background {
  background: #2196f3;
  width: 100%;
  height: 100%;
}

.VibrantOrbBackground-module-scss-module__NlP3Uq__orb {
  filter: blur(200px);
  pointer-events: none;
  background: radial-gradient(#d91e01 13.5%, #ff8100 40.2%, #ffb202 70.5%, #fabbe6 90%);
  border-radius: 100%;
  width: 250vh;
  height: 250vh;
  animation: 60s ease-in-out infinite VibrantOrbBackground-module-scss-module__NlP3Uq__moveOrb;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes VibrantOrbBackground-module-scss-module__NlP3Uq__moveOrb {
  0% {
    transform: translate(-50%, -50%);
  }

  25% {
    transform: translate(30%, -50%);
  }

  50% {
    transform: translate(30%);
  }

  75% {
    transform: translate(-50%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

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