._alert_1ncbx_1 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
  padding: 0.9rem 1rem;
  border: 1px solid;
  border-radius: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.5;
}

._compact_1ncbx_13 {
  padding: 0.7rem 0.8rem;
}

._info_1ncbx_17 {
  border-color: rgb(64 173 255 / 35%);
  background: rgb(64 173 255 / 9%);
  color: #bae6fd;
}

._success_1ncbx_23 {
  border-color: rgb(52 211 153 / 32%);
  background: rgb(16 185 129 / 9%);
  color: #a7f3d0;
}

._warning_1ncbx_29 {
  border-color: rgb(251 191 36 / 34%);
  background: rgb(245 158 11 / 9%);
  color: #fde68a;
}

._error_1ncbx_35 {
  border-color: rgb(251 113 133 / 36%);
  background: rgb(244 63 94 / 9%);
  color: #fecdd3;
}

._alertIcon_1ncbx_41 {
  margin-top: 0.05rem;
}

._alertBody_1ncbx_45 {
  min-width: 0;
}

._alertTitle_1ncbx_49,
._alertCopy_1ncbx_50 {
  margin: 0;
}

._alertTitle_1ncbx_49 {
  color: #f8fafc;
  font-weight: 720;
}

._alertCopy_1ncbx_50 > p {
  margin: 0;
}

._alertAction_1ncbx_63 {
  align-self: center;
}

._pageState_1ncbx_67 {
  display: flex;
  width: 100%;
  min-height: 20rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  border: 1px solid #263244;
  border-radius: 1rem;
  background: #0d1320;
  color: #f8fafc;
  text-align: center;
}

._pageStateCompact_1ncbx_82 {
  min-height: 12rem;
  padding: 1.5rem 1rem;
}

._loader_1ncbx_87 {
  color: #40adff;
  animation: _spin_1ncbx_1 750ms linear infinite;
}

._stateIcon_1ncbx_92 {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.2rem;
  border-radius: 999px;
  place-items: center;
}

._state-empty_1ncbx_101 {
  background: rgb(100 116 139 / 15%);
  color: #94a3b8;
}

._state-error_1ncbx_106 {
  background: rgb(245 27 43 / 12%);
  color: #fb7185;
}

._stateTitle_1ncbx_111 {
  max-width: 34rem;
  margin: 0.85rem 0 0;
  font-size: clamp(1.05rem, 2.5vw, 1.3rem);
  line-height: 1.25;
}

._stateDescription_1ncbx_118 {
  max-width: 34rem;
  margin-top: 0.55rem;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.55;
}

._stateDescription_1ncbx_118 > p {
  margin: 0;
}

._stateAction_1ncbx_130 {
  margin-top: 1.25rem;
}

._offlineBanner_1ncbx_134 {
  position: relative;
  z-index: 80;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgb(251 191 36 / 35%);
  background: #422006;
  color: #fef3c7;
  font-size: 0.82rem;
  font-weight: 620;
  line-height: 1.35;
  text-align: center;
}

._srOnly_1ncbx_152 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes _spin_1ncbx_1 {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 520px) {
  ._alert_1ncbx_1 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  ._alertAction_1ncbx_63 {
    grid-column: 2;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._loader_1ncbx_87 {
    animation-duration: 1.5s;
  }
}
._button_t4v6a_1 {
  --button-color: #fff;
  --button-background: #f51b2b;
  --button-border: #f51b2b;

  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid var(--button-border);
  border-radius: 0.75rem;
  background: var(--button-background);
  box-shadow: 0 0.45rem 1.1rem rgb(0 0 0 / 16%);
  color: var(--button-color);
  cursor: pointer;
  font: inherit;
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

._button_t4v6a_1:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

._button_t4v6a_1:active:not(:disabled) {
  transform: translateY(0);
}

._button_t4v6a_1:focus-visible {
  outline: 3px solid rgb(64 173 255 / 70%);
  outline-offset: 2px;
}

._button_t4v6a_1:disabled {
  cursor: not-allowed;
  filter: saturate(0.65);
  opacity: 0.56;
}

._primary_t4v6a_49 {
  --button-background: #f51b2b;
  --button-border: #f51b2b;
}

._secondary_t4v6a_54 {
  --button-background: #162030;
  --button-border: #334155;
}

._ghost_t4v6a_59 {
  --button-background: transparent;
  --button-border: transparent;
  --button-color: #cbd5e1;

  box-shadow: none;
}

._ghost_t4v6a_59:hover:not(:disabled) {
  background: rgb(255 255 255 / 7%);
}

._danger_t4v6a_71 {
  --button-background: #991b1b;
  --button-border: #b91c1c;
}

._small_t4v6a_76 {
  min-height: 2.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.62rem;
  font-size: 0.82rem;
}

._medium_t4v6a_83 {
  padding: 0.72rem 1rem;
}

._large_t4v6a_87 {
  min-height: 3.15rem;
  padding: 0.85rem 1.25rem;
  font-size: 0.98rem;
}

._fullWidth_t4v6a_93 {
  width: 100%;
}

._buttonIcon_t4v6a_97 {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
}

._buttonIcon_t4v6a_97 > svg {
  width: 1.1rem;
  height: 1.1rem;
}

._spinner_t4v6a_108 {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgb(255 255 255 / 35%);
  border-top-color: currentcolor;
  border-radius: 999px;
  animation: _spin_t4v6a_108 650ms linear infinite;
}

._field_t4v6a_117 {
  display: grid;
  gap: 0.42rem;
  width: 100%;
}

._label_t4v6a_123 {
  color: #e2e8f0;
  font-size: 0.86rem;
  font-weight: 660;
  line-height: 1.35;
}

._required_t4v6a_130 {
  color: #fb7185;
}

._inputFrame_t4v6a_134 {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
}

._control_t4v6a_141 {
  width: 100%;
  min-height: 2.85rem;
  border: 1px solid #334155;
  border-radius: 0.75rem;
  outline: none;
  background: #0d1320;
  color: #f8fafc;
  font: inherit;
  font-size: 0.93rem;
  line-height: 1.4;
  padding: 0.72rem 0.85rem;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background-color 150ms ease;
}

._control_t4v6a_141::placeholder {
  color: #718096;
}

._control_t4v6a_141:hover:not(:disabled) {
  border-color: #475569;
}

._control_t4v6a_141:focus {
  border-color: #40adff;
  box-shadow: 0 0 0 3px rgb(64 173 255 / 20%);
  background: #101827;
}

._control_t4v6a_141:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

._control_t4v6a_141:-webkit-autofill,
._control_t4v6a_141:-webkit-autofill:hover,
._control_t4v6a_141:-webkit-autofill:focus {
  -webkit-text-fill-color: #f8fafc;
  box-shadow: 0 0 0 1000px #0d1320 inset;
  caret-color: #fff;
}

._invalid_t4v6a_186,
._invalid_t4v6a_186:focus {
  border-color: #fb7185;
}

._invalid_t4v6a_186:focus {
  box-shadow: 0 0 0 3px rgb(251 113 133 / 20%);
}

._withLeading_t4v6a_195 {
  padding-left: 2.65rem;
}

._withTrailing_t4v6a_199 {
  padding-right: 2.65rem;
}

._adornment_t4v6a_203 {
  position: absolute;
  z-index: 1;
  display: grid;
  color: #94a3b8;
  place-items: center;
}

._adornment_t4v6a_203 > svg {
  width: 1.08rem;
  height: 1.08rem;
}

._leading_t4v6a_216 {
  left: 0.88rem;
  pointer-events: none;
}

._trailing_t4v6a_221 {
  right: 0.7rem;
}

._select_t4v6a_225 {
  appearance: none;
  padding-right: 2.65rem;
}

._selectIcon_t4v6a_230 {
  position: absolute;
  right: 0.85rem;
  color: #94a3b8;
  pointer-events: none;
}

._hint_t4v6a_237,
._error_t4v6a_238 {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

._hint_t4v6a_237 {
  color: #94a3b8;
}

._error_t4v6a_238 {
  color: #fda4af;
}

._visuallyHidden_t4v6a_252 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes _spin_t4v6a_108 {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  ._button_t4v6a_1,
  ._control_t4v6a_141 {
    transition: none;
  }

  ._spinner_t4v6a_108 {
    animation-duration: 1.5s;
  }
}

@media (forced-colors: active) {
  ._button_t4v6a_1,
  ._control_t4v6a_141 {
    border: 1px solid ButtonText;
  }
}
._root_wdras_1 {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  color: #f8fafc;
  text-decoration: none;
  border-radius: 0.75rem;
  outline: none;
}

._root_wdras_1:focus-visible {
  box-shadow: 0 0 0 3px rgb(64 173 255 / 45%);
}

._mark_wdras_16 {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 2.4rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 0.72rem;
  background:
    linear-gradient(135deg, rgb(245 27 43 / 100%), rgb(185 16 30 / 100%));
  box-shadow: 0 0.5rem 1.4rem rgb(245 27 43 / 18%);
  color: #fff;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: -0.035em;
}

._wordmark_wdras_33 {
  display: flex;
  min-width: 0;
  flex-direction: column;
  font-size: 0.83rem;
  font-weight: 760;
  letter-spacing: 0.01em;
  line-height: 1.02;
}

._wordmarkAccent_wdras_43 {
  color: #f51b2b;
}

._compact_wdras_47 {
  gap: 0;
}

._srOnly_wdras_51 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (forced-colors: active) {
  ._mark_wdras_16 {
    border: 1px solid ButtonText;
  }
}
._viewport_1ha1t_1 {
  min-height: 100vh;
  min-height: 100svh;
  background:
    radial-gradient(circle at 85% -10%, rgb(64 173 255 / 7%), transparent 32rem),
    #060810;
  color: #f8fafc;
}

._shell_1ha1t_10 {
  min-height: 100vh;
  min-height: 100svh;
}

._skipLink_1ha1t_15 {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.6rem;
  background: #40adff;
  color: #030712;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
  transform: translateY(-180%);
}

._skipLink_1ha1t_15:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
  transform: translateY(0);
}

._sidebar_1ha1t_36 {
  position: fixed;
  z-index: 50;
  inset: 0 auto 0 0;
  display: none;
  width: 16.5rem;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  border-right: 1px solid #1e293b;
  background: rgb(13 19 32 / 96%);
  box-shadow: 1rem 0 3rem rgb(0 0 0 / 15%);
}

._brandArea_1ha1t_50 {
  display: flex;
  min-height: 5.4rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid #1e293b;
}

._desktopNav_1ha1t_58 {
  display: grid;
  gap: 0.28rem;
  padding: 1rem 0.75rem;
}

._navItem_1ha1t_64 {
  position: relative;
  display: grid;
  min-height: 2.9rem;
  grid-template-columns: 1.35rem minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.7rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  color: #94a3b8;
  font-size: 0.88rem;
  font-weight: 630;
  text-decoration: none;
  transition:
    color 140ms ease,
    background-color 140ms ease,
    border-color 140ms ease;
}

._navItem_1ha1t_64:hover {
  border-color: rgb(255 255 255 / 5%);
  background: rgb(255 255 255 / 4%);
  color: #e2e8f0;
}

._navItem_1ha1t_64:focus-visible,
._mobileNavItem_1ha1t_91:focus-visible {
  outline: 3px solid rgb(64 173 255 / 62%);
  outline-offset: 1px;
}

._navItemActive_1ha1t_96 {
  border-color: rgb(245 27 43 / 18%);
  background: rgb(245 27 43 / 9%);
  color: #fff;
}

._navItemActive_1ha1t_96::before {
  position: absolute;
  top: 0.55rem;
  bottom: 0.55rem;
  left: -0.77rem;
  width: 0.2rem;
  border-radius: 0 999px 999px 0;
  background: #f51b2b;
  content: "";
}

._navIcon_1ha1t_113,
._mobileNavIcon_1ha1t_114 {
  position: relative;
  display: grid;
  place-items: center;
}

._navIcon_1ha1t_113 > svg,
._mobileNavIcon_1ha1t_114 > svg {
  width: 1.15rem;
  height: 1.15rem;
}

._navLabel_1ha1t_126 {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._navBadge_1ha1t_133 {
  display: grid;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: #162030;
  color: #cbd5e1;
  font-size: 0.68rem;
  place-items: center;
}

._accountArea_1ha1t_145 {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
  padding: 1rem;
  border-top: 1px solid #1e293b;
}

._account_1ha1t_145 {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
}

._avatar_1ha1t_160,
._avatarFallback_1ha1t_161 {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  border: 1px solid #334155;
  border-radius: 999px;
}

._avatar_1ha1t_160 {
  object-fit: cover;
}

._avatarFallback_1ha1t_161 {
  display: grid;
  background: #162030;
  color: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 800;
  place-items: center;
}

._accountCopy_1ha1t_182 {
  display: grid;
  min-width: 0;
  gap: 0.08rem;
}

._accountCopy_1ha1t_182 strong,
._accountCopy_1ha1t_182 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._accountCopy_1ha1t_182 strong {
  color: #f8fafc;
  font-size: 0.82rem;
}

._accountCopy_1ha1t_182 span {
  color: #718096;
  font-size: 0.72rem;
}

._mainColumn_1ha1t_205 {
  min-width: 0;
}

._responsiveHeader_1ha1t_209 {
  display: block;
}

._mobileHeaderRow_1ha1t_213 {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  min-height: 4.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #1e293b;
  background: rgb(6 8 16 / 91%);
  backdrop-filter: blur(16px);
}

._mobileBrand_1ha1t_228 {
  display: contents;
}

._headerContent_1ha1t_232 {
  min-width: 0;
}

._mobileHeaderActions_1ha1t_236 {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.5rem;
}

._mobileSignOut_1ha1t_243 {
  min-width: 2.75rem;
  min-height: 2.75rem;
  flex: 0 0 auto;
}

._pageHeaderRow_1ha1t_249 {
  display: flex;
  min-height: 5.4rem;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.25rem;
  padding: 1.15rem clamp(1rem, 3.2vw, 2rem);
  border-bottom: 1px solid #1e293b;
  background: rgb(13 19 32 / 70%);
}

._titleGroup_1ha1t_260 {
  min-width: 0;
  margin-right: auto;
}

._titleGroup_1ha1t_260 h1,
._eyebrow_1ha1t_266 {
  margin: 0;
}

._titleGroup_1ha1t_260 h1 {
  color: #f8fafc;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

._eyebrow_1ha1t_266 {
  margin-bottom: 0.25rem;
  color: #f51b2b;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

._pageActions_1ha1t_286 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

._main_1ha1t_205 {
  width: 100%;
  max-width: 100rem;
  min-height: calc(100vh - 9.65rem);
  min-height: calc(100svh - 9.65rem);
  margin-inline: auto;
  padding: clamp(1rem, 3.2vw, 2rem);
  padding-bottom: calc(6.5rem + env(safe-area-inset-bottom));
  outline: none;
}

._mobileNav_1ha1t_91 {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  max-width: 100vw;
  gap: 0.2rem;
  align-items: stretch;
  padding: 0.42rem max(0.45rem, env(safe-area-inset-left)) calc(0.42rem + env(safe-area-inset-bottom)) max(0.45rem, env(safe-area-inset-right));
  overflow-x: auto;
  border-top: 1px solid #263244;
  background: rgb(13 19 32 / 96%);
  box-shadow: 0 -1rem 2.5rem rgb(0 0 0 / 22%);
  scrollbar-width: none;
  backdrop-filter: blur(16px);
}

._mobileNav_1ha1t_91::-webkit-scrollbar {
  display: none;
}

._mobileNavItem_1ha1t_91 {
  display: flex;
  min-width: 4.25rem;
  min-height: 3.55rem;
  flex: 1 0 4.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: 0.38rem 0.3rem;
  border-radius: 0.65rem;
  color: #718096;
  font-size: 0.63rem;
  font-weight: 680;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

._mobileNavItemActive_1ha1t_345 {
  background: rgb(245 27 43 / 9%);
  color: #f8fafc;
}

._mobileNavItemActive_1ha1t_345 ._mobileNavIcon_1ha1t_114 {
  color: #f51b2b;
}

._mobileBadge_1ha1t_354 {
  position: absolute;
  top: -0.35rem;
  right: -0.45rem;
  display: grid;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.2rem;
  border: 1px solid #0d1320;
  border-radius: 999px;
  background: #f51b2b;
  color: #fff;
  font-size: 0.56rem;
  place-items: center;
}

@media (min-width: 1024px) {
  ._sidebar_1ha1t_36 {
    display: flex;
  }

  ._mainColumn_1ha1t_205 {
    margin-left: 16.5rem;
  }

  ._responsiveHeader_1ha1t_209 {
    display: none;
  }

  ._responsiveHeaderDesktop_1ha1t_383 {
    display: flex;
    min-height: 5.4rem;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem 1.25rem;
    padding: 1.15rem clamp(1rem, 3.2vw, 2rem);
    border-bottom: 1px solid #1e293b;
    background: rgb(13 19 32 / 70%);
  }

  ._mobileHeaderRow_1ha1t_213,
  ._mobileHeaderActions_1ha1t_236,
  ._pageHeaderRow_1ha1t_249 {
    display: contents;
  }

  ._mobileBrand_1ha1t_228,
  ._mobileSignOut_1ha1t_243,
  ._mobileNav_1ha1t_91 {
    display: none;
  }

  ._headerContent_1ha1t_232 {
    display: block;
    order: 2;
    margin-left: auto;
  }

  ._titleGroup_1ha1t_260 {
    order: 1;
  }

  ._pageActions_1ha1t_286 {
    order: 3;
  }

  ._main_1ha1t_205 {
    min-height: calc(100vh - 5.4rem);
    min-height: calc(100svh - 5.4rem);
    padding-bottom: clamp(1rem, 3.2vw, 2rem);
  }
}

@media (max-width: 520px) {
  ._pageHeaderRow_1ha1t_249 {
    align-items: flex-start;
  }

  ._pageActions_1ha1t_286 {
    width: 100%;
  }
}

@media (max-width: 390px) {
  ._mobileSignOutText_1ha1t_438 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  ._navItem_1ha1t_64 {
    transition: none;
  }
}
._root_1ento_1 {
  display: inline-grid;
  min-width: 6.4rem;
  gap: 0.25rem;
}

._label_1ento_7 {
  color: var(--color-text-subtle, #94a3b8);
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._select_1ento_15 {
  min-height: 2.45rem;
  padding: 0.42rem 1.9rem 0.42rem 0.68rem;
  border: 1px solid var(--color-border, #334155);
  border-radius: 0.65rem;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, currentcolor 50%) calc(100% - 0.85rem) 52% / 0.32rem 0.32rem no-repeat,
    linear-gradient(135deg, currentcolor 50%, transparent 50%) calc(100% - 0.55rem) 52% / 0.32rem 0.32rem no-repeat,
    var(--color-bg-elevated, #111827);
  color: var(--color-text, #f8fafc);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 720;
}

._select_1ento_15:focus-visible {
  outline: 3px solid rgb(64 173 255 / 62%);
  outline-offset: 2px;
}

._select_1ento_15:disabled {
  cursor: wait;
  opacity: 0.62;
}

._error_1ento_41 {
  max-width: 17rem;
  margin: 0;
  color: #ff9ca3;
  font-size: 0.7rem;
  line-height: 1.35;
}

._compact_1ento_49 {
  min-width: 5.2rem;
}

._compact_1ento_49 ._label_1ento_7 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

._compact_1ento_49 ._select_1ento_15 {
  width: 100%;
  min-height: 2.25rem;
  padding-block: 0.34rem;
}
._backdrop_cs2da_1 {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: grid;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgb(2 6 14 / 78%);
  place-items: center;
  backdrop-filter: blur(10px);
}

._dialog_cs2da_14 {
  width: min(100%, 36rem);
  max-height: min(46rem, calc(100vh - 2rem));
  max-height: min(46rem, calc(100svh - 2rem));
  overflow-y: auto;
  border: 1px solid #334155;
  border-top: 4px solid #f51b2b;
  border-radius: 1.15rem;
  background: #0d1320;
  box-shadow: 0 2rem 6rem rgb(0 0 0 / 45%);
}

._header_cs2da_26 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1rem;
  border-bottom: 1px solid #1e293b;
}

._heading_cs2da_35 {
  min-width: 0;
}

._eyebrow_cs2da_39,
._title_cs2da_40 {
  margin: 0;
}

._eyebrow_cs2da_39 {
  margin-bottom: 0.3rem;
  color: #fb7185;
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

._title_cs2da_40 {
  color: #f8fafc;
  font-size: clamp(1.25rem, 4vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

._close_cs2da_60 {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  flex: 0 0 2.6rem;
  padding: 0;
  border: 1px solid #334155;
  border-radius: 999px;
  background: #121b2a;
  color: #cbd5e1;
  cursor: pointer;
  place-items: center;
}

._close_cs2da_60:hover {
  border-color: #64748b;
  color: #fff;
}

._content_cs2da_79 {
  padding: 1.35rem;
  color: #cbd5e1;
}

@media (max-width: 520px) {
  ._backdrop_cs2da_1 {
    align-items: end;
    padding: 0;
  }

  ._dialog_cs2da_14 {
    width: 100%;
    max-height: calc(100vh - max(1rem, env(safe-area-inset-top)));
    max-height: calc(100svh - max(1rem, env(safe-area-inset-top)));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  ._content_cs2da_79 {
    padding-bottom: calc(1.35rem + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: no-preference) {
  ._dialog_cs2da_14 {
    animation: _enter_cs2da_1 160ms ease-out;
  }

  @keyframes _enter_cs2da_1 {
    from {
      opacity: 0;
      transform: translateY(0.75rem) scale(0.985);
    }
  }
}
._wrap_1d16q_1 {
  display: inline-flex;
  flex: 0 0 auto;
}

._trigger_1d16q_6 {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid #475569;
  border-radius: 999px;
  background: #121b2a;
  color: #dbeafe;
  font-size: 0.92rem;
  font-weight: 850;
  cursor: pointer;
  place-items: center;
}

._trigger_1d16q_6:hover {
  border-color: #40adff;
  background: #17243a;
  color: #fff;
}

._copy_1d16q_27 {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.65;
}

._details_1d16q_33 {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.1rem;
}
._trigger_1p2zm_1 {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid #475569;
  border-radius: 999px;
  background: #121b2a;
  color: #e2e8f0;
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
  place-items: center;
}

._trigger_1p2zm_1:hover {
  border-color: #40adff;
  background: #17243a;
  color: #fff;
}

._summary_1p2zm_22 {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.65;
}

._detailTitle_1p2zm_28 {
  margin: 1.25rem 0 0.65rem;
  color: #f8fafc;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._list_1p2zm_36 {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding-left: 1.15rem;
  color: #a8b3c5;
  line-height: 1.55;
}

._guideActions_1p2zm_45,
._tutorialActions_1p2zm_46 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

._secondaryAction_1p2zm_53,
._discordAction_1p2zm_54,
._primaryAction_1p2zm_55,
._skipAction_1p2zm_56 {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.7rem;
  font-size: 0.84rem;
  font-weight: 740;
  cursor: pointer;
}

._secondaryAction_1p2zm_53,
._skipAction_1p2zm_56 {
  border: 1px solid #475569;
  background: #121b2a;
  color: #e2e8f0;
}

._discordAction_1p2zm_54 {
  border: 1px solid #5865f2;
  background: rgb(88 101 242 / 12%);
  color: #d9dcff;
  text-decoration: none;
}

._primaryAction_1p2zm_55 {
  border: 1px solid #f51b2b;
  background: #f51b2b;
  color: #fff;
}

._skipAction_1p2zm_56 {
  margin-right: auto;
}

._tutorialProgress_1p2zm_93 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  color: #94a3b8;
  font-size: 0.76rem;
  font-weight: 720;
}

._progressTrack_1p2zm_103 {
  display: flex;
  flex: 1;
  gap: 0.35rem;
}

._progressStep_1p2zm_109 {
  height: 0.25rem;
  flex: 1;
  border-radius: 999px;
  background: #263244;
}

._progressStepActive_1p2zm_116 {
  background: #f51b2b;
}

._tutorialCopy_1p2zm_120 {
  min-height: 8.5rem;
}

._tutorialCopy_1p2zm_120 h3,
._tutorialCopy_1p2zm_120 p {
  margin: 0;
}

._tutorialCopy_1p2zm_120 h3 {
  color: #f8fafc;
  font-size: clamp(1.35rem, 4vw, 1.8rem);
  letter-spacing: -0.03em;
}

._tutorialCopy_1p2zm_120 p {
  margin-top: 0.85rem;
  color: #cbd5e1;
  line-height: 1.7;
}

._tutorialCommunity_1p2zm_141 {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  color: #bfc5ff;
  font-weight: 730;
}

@media (max-width: 520px) {
  ._guideActions_1p2zm_45,
  ._tutorialActions_1p2zm_46 {
    align-items: stretch;
    flex-direction: column;
  }

  ._skipAction_1p2zm_56 {
    margin-right: 0;
    order: 3;
  }
}
