._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_185zv_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_185zv_1:focus-visible {
  box-shadow: 0 0 0 3px rgb(64 173 255 / 45%);
}

._mark_185zv_16 {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 0.78rem;
  background: #05070d;
  box-shadow:
    0 0.5rem 1.4rem rgb(0 0 0 / 28%),
    0 0 1.2rem rgb(245 27 43 / 10%);
  color: #fff;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: -0.035em;
}

._markImage_185zv_35 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

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

._wordmarkAccent_185zv_53 {
  color: #f51b2b;
}

._compact_185zv_57 {
  gap: 0;
}

@media (max-width: 520px) {
  ._root_185zv_1 {
    gap: 0.5rem;
  }

  ._wordmark_185zv_43 {
    font-size: 0.76rem;
  }
}

._srOnly_185zv_71 {
  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_185zv_16 {
    border: 1px solid ButtonText;
  }
}
._viewport_ckofn_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_ckofn_10 {
  min-height: 100vh;
  min-height: 100svh;
}

._skipLink_ckofn_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_ckofn_15:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
  transform: translateY(0);
}

._sidebar_ckofn_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_ckofn_50 {
  display: flex;
  min-height: 5.4rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid #1e293b;
}

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

._navItem_ckofn_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_ckofn_64:hover {
  border-color: rgb(255 255 255 / 5%);
  background: rgb(255 255 255 / 4%);
  color: #e2e8f0;
}

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

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

._navItemActive_ckofn_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_ckofn_113,
._mobileNavIcon_ckofn_114 {
  position: relative;
  display: grid;
  place-items: center;
}

._navIcon_ckofn_113 > svg,
._mobileNavIcon_ckofn_114 > svg {
  width: 1.15rem;
  height: 1.15rem;
}

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

._navBadge_ckofn_133 {
  display: grid;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  border: 1px solid #0d1320;
  background: #f51b2b;
  color: #fff;
  font-size: 0.68rem;
  place-items: center;
}

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

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

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

._avatar_ckofn_161 {
  object-fit: cover;
}

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

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

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

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

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

._mainColumn_ckofn_206 {
  min-width: 0;
}

._responsiveHeader_ckofn_210 {
  display: block;
}

._mobileHeaderRow_ckofn_214 {
  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_ckofn_229 {
  display: flex;
  min-width: 0;
  flex: 0 1 auto;
}

._headerContent_ckofn_235 {
  min-width: 0;
}

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

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

._pageHeaderRow_ckofn_252 {
  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_ckofn_263 {
  min-width: 0;
  margin-right: auto;
}

._titleGroup_ckofn_263 h1,
._eyebrow_ckofn_269 {
  margin: 0;
}

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

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

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

._main_ckofn_206 {
  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_ckofn_91 {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 100vw;
  gap: 0.2rem;
  align-items: stretch;
  padding: 0.42rem max(0.45rem, env(safe-area-inset-right)) calc(0.42rem + env(safe-area-inset-bottom)) max(0.45rem, env(safe-area-inset-left));
  overflow-x: visible;
  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_ckofn_91::-webkit-scrollbar {
  display: none;
}

._mobileNavItem_ckofn_91 {
  display: flex;
  min-width: 0;
  min-height: 3.55rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: 0.38rem 0.1rem;
  border-radius: 0.65rem;
  color: #718096;
  font-size: clamp(0.55rem, 2.7vw, 0.63rem);
  font-weight: 680;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

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

._mobileNavItemActive_ckofn_349 ._mobileNavIcon_ckofn_114 {
  color: #f51b2b;
}

._mobileBadge_ckofn_358 {
  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_ckofn_36 {
    display: flex;
  }

  ._mainColumn_ckofn_206 {
    margin-left: 16.5rem;
  }

  ._responsiveHeader_ckofn_210 {
    display: none;
  }

  ._responsiveHeaderDesktop_ckofn_387 {
    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_ckofn_214,
  ._mobileHeaderActions_ckofn_239,
  ._pageHeaderRow_ckofn_252 {
    display: contents;
  }

  ._mobileBrand_ckofn_229,
  ._mobileSignOut_ckofn_246,
  ._mobileNav_ckofn_91 {
    display: none;
  }

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

  ._titleGroup_ckofn_263 {
    order: 1;
  }

  ._pageActions_ckofn_289 {
    order: 3;
  }

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

@media (max-width: 520px) {
  ._mobileHeaderRow_ckofn_214 {
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
  }

  ._mobileBrand_ckofn_229,
  ._mobileHeaderActions_ckofn_239 {
    max-width: 100%;
    flex: 0 0 auto;
  }

  ._mobileHeaderActions_ckofn_239 {
    margin-left: auto;
  }

  ._pageHeaderRow_ckofn_252 {
    align-items: flex-start;
  }

  ._pageActions_ckofn_289 {
    width: 100%;
  }
}

@media (max-width: 520px) {
  ._mobileSignOutText_ckofn_457 {
    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_ckofn_64 {
    transition: none;
  }
}
._root_143nw_1 {
  display: inline-grid;
  min-width: 6.4rem;
  gap: 0.25rem;
}

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

._select_143nw_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_143nw_15:focus-visible {
  outline: 3px solid rgb(64 173 255 / 62%);
  outline-offset: 2px;
}

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

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

._compact_143nw_49 {
  position: relative;
  width: 3.75rem;
  min-width: 3.75rem;
}

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

._compact_143nw_49 ._select_143nw_15 {
  width: 100%;
  min-height: 2.25rem;
  padding-block: 0.34rem;
}

._compact_143nw_49 ._error_143nw_41 {
  position: absolute;
  z-index: 80;
  top: calc(100% + 0.4rem);
  right: 0;
  width: min(17rem, calc(100vw - 2rem));
  padding: 0.6rem 0.7rem;
  border: 1px solid #7f1d1d;
  border-radius: 0.6rem;
  background: #241217;
  box-shadow: 0 0.7rem 1.8rem rgb(0 0 0 / 28%);
}
._page_b35na_1 {
  display: grid;
  min-height: 100svh;
  padding: clamp(1rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 15% 10%, rgb(64 173 255 / 10%), transparent 34rem),
    #080d16;
  place-items: center;
}

._card_b35na_11 {
  display: grid;
  width: min(100%, 44rem);
  gap: 1.1rem;
  padding: clamp(1.25rem, 4vw, 2.25rem);
  border: 1px solid #283548;
  border-radius: 1.25rem;
  background: rgb(13 19 32 / 96%);
  box-shadow: 0 1.5rem 5rem rgb(0 0 0 / 32%);
  color: #f8fafc;
}

._toolbar_b35na_23 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

._badge_b35na_30 {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #7dd3fc;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

._icon_b35na_41 {
  color: #40adff;
}

._card_b35na_11 h1,
._description_b35na_46 {
  margin: 0;
}

._card_b35na_11 h1 {
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

._description_b35na_46,
._summary_b35na_57,
._acceptance_b35na_58 {
  color: #cbd5e1;
  font-size: 0.94rem;
  line-height: 1.62;
}

._summary_b35na_57 {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.25rem;
}

._acceptance_b35na_58 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #34445c;
  border-radius: 0.9rem;
  background: #0a111e;
}

._acceptance_b35na_58 input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.23rem;
  accent-color: #40adff;
}

._acceptance_b35na_58 a {
  color: #7dd3fc;
  font-weight: 700;
  text-underline-offset: 0.18em;
}

._actions_b35na_94 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

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

  ._actions_b35na_94 > * {
    width: 100%;
  }
}
._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_vz11e_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_vz11e_1:hover {
  border-color: #40adff;
  background: #17243a;
  color: #fff;
}

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

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

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

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

._secondaryAction_vz11e_53,
._completeGuideAction_vz11e_54,
._discordAction_vz11e_55,
._primaryAction_vz11e_56,
._skipAction_vz11e_57 {
  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_vz11e_53,
._skipAction_vz11e_57 {
  border: 1px solid #475569;
  background: #121b2a;
  color: #e2e8f0;
}

._completeGuideAction_vz11e_54 {
  border: 1px solid rgb(64 173 255 / 58%);
  background: rgb(64 173 255 / 10%);
  color: #b9e2ff;
  text-decoration: none;
}

._completeGuideAction_vz11e_54:hover {
  background: rgb(64 173 255 / 17%);
  color: #fff;
}

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

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

._skipAction_vz11e_57 {
  margin-right: auto;
}

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

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

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

._progressStepActive_vz11e_129 {
  background: #f51b2b;
}

._tutorialCopy_vz11e_133 {
  min-height: 8.5rem;
}

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

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

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

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

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

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