._page_gs8t4_1 {
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 clamp(1rem, 4vw, 3.5rem) clamp(3rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 85% 4%, rgb(245 27 43 / 10%), transparent 27rem),
    radial-gradient(circle at 8% 40%, rgb(64 173 255 / 6%), transparent 31rem),
    #060810;
}

._siteHeader_gs8t4_11 {
  width: min(100%, 78rem);
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
}

._brand_gs8t4_22 {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #f8fafc;
  font-weight: 780;
  letter-spacing: -0.025em;
}

._headerActions_gs8t4_31 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

._securityBadge_gs8t4_38 {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgb(56 199 147 / 28%);
  border-radius: 999px;
  background: rgb(56 199 147 / 8%);
  color: #a7f3d0;
  font-size: 0.77rem;
  font-weight: 720;
}

._layout_gs8t4_52 {
  width: min(100%, 78rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 23rem);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  margin: clamp(2.5rem, 7vw, 5.5rem) auto 0;
}

._workflow_gs8t4_61 {
  min-width: 0;
  display: grid;
  gap: 1.25rem;
}

._heading_gs8t4_67 {
  max-width: 48rem;
  margin-bottom: 0.75rem;
}

._heading_gs8t4_67 h1 {
  margin: 0.65rem 0 0.9rem;
  color: #f8fafc;
  font-size: clamp(2.45rem, 6vw, 5.25rem);
  font-weight: 830;
  letter-spacing: -0.07em;
  line-height: 0.96;
}

._heading_gs8t4_67 > p:last-child {
  max-width: 43rem;
  margin: 0;
  color: #a8b3c5;
  font-size: clamp(0.97rem, 1.6vw, 1.08rem);
  line-height: 1.7;
}

._eyebrow_gs8t4_89 {
  margin: 0;
  color: #fb7185;
  font-size: 0.69rem;
  font-weight: 820;
  letter-spacing: 0.15em;
}

._card_gs8t4_97,
._dangerCard_gs8t4_98,
._pendingCard_gs8t4_99,
._completedCard_gs8t4_100,
._loadingCard_gs8t4_101 {
  min-width: 0;
  display: grid;
  gap: 1.35rem;
  padding: clamp(1.25rem, 3.5vw, 2rem);
  border: 1px solid #263449;
  border-radius: 1.1rem;
  background: rgb(13 19 32 / 88%);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

._dangerCard_gs8t4_98 {
  border-color: rgb(255 89 101 / 38%);
  background:
    linear-gradient(140deg, rgb(127 29 29 / 21%), transparent 55%),
    rgb(13 19 32 / 94%);
}

._pendingCard_gs8t4_99 {
  border-color: rgb(243 185 77 / 38%);
  background:
    linear-gradient(140deg, rgb(146 91 12 / 14%), transparent 55%),
    rgb(13 19 32 / 94%);
}

._completedCard_gs8t4_100 {
  grid-template-columns: auto 1fr;
  align-items: start;
  border-color: rgb(56 199 147 / 36%);
  background:
    linear-gradient(140deg, rgb(6 95 70 / 20%), transparent 55%),
    rgb(13 19 32 / 94%);
}

._completedCard_gs8t4_100 > svg {
  color: #6ee7b7;
}

._completedCard_gs8t4_100 ._secondaryLink_gs8t4_139 {
  grid-column: 2;
}

._card_gs8t4_97 h2,
._dangerCard_gs8t4_98 h2,
._pendingCard_gs8t4_99 h2,
._completedCard_gs8t4_100 h2,
._loadingCard_gs8t4_101 h2,
._support_gs8t4_148 h2 {
  margin: 0 0 0.45rem;
  color: #f7f9fc;
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
  letter-spacing: -0.035em;
}

._card_gs8t4_97 p,
._dangerCard_gs8t4_98 p,
._pendingCard_gs8t4_99 p,
._completedCard_gs8t4_100 p,
._loadingCard_gs8t4_101 p,
._support_gs8t4_148 p {
  margin: 0;
  color: #a8b3c5;
  line-height: 1.65;
}

._sectionHeading_gs8t4_166,
._supportHeader_gs8t4_167 {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

._cardIcon_gs8t4_173,
._dangerIcon_gs8t4_174,
._pendingIcon_gs8t4_175 {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  flex: 0 0 auto;
  border: 1px solid rgb(64 173 255 / 25%);
  border-radius: 0.85rem;
  background: rgb(64 173 255 / 8%);
  color: #7dd3fc;
  place-items: center;
}

._cardIcon_gs8t4_173 svg,
._dangerIcon_gs8t4_174 svg,
._pendingIcon_gs8t4_175 svg {
  width: 1.25rem;
  height: 1.25rem;
}

._dangerIcon_gs8t4_174 {
  border-color: rgb(255 89 101 / 30%);
  background: rgb(255 89 101 / 9%);
  color: #fda4af;
}

._pendingIcon_gs8t4_175 {
  border-color: rgb(243 185 77 / 30%);
  background: rgb(243 185 77 / 9%);
  color: #fcd34d;
}

._primaryLink_gs8t4_206,
._secondaryLink_gs8t4_139,
._emailLink_gs8t4_208 {
  min-height: 2.9rem;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border: 1px solid #f51b2b;
  border-radius: 0.75rem;
  background: #f51b2b;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 760;
  text-align: center;
}

._secondaryLink_gs8t4_139 {
  border-color: #334155;
  background: #162030;
}

._form_gs8t4_229 {
  display: grid;
  gap: 1.15rem;
}

._actions_gs8t4_234 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 0.4rem;
}

._championshipList_gs8t4_242 {
  display: grid;
  gap: 1rem;
}

._championshipCard_gs8t4_247 {
  min-width: 0;
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid #2b394d;
  border-radius: 0.85rem;
  background: #0a101b;
}

._championshipCard_gs8t4_247 legend {
  padding: 0 0.35rem;
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 760;
}

._championshipCard_gs8t4_247 label {
  color: #dbe4ef;
  font-size: 0.82rem;
  font-weight: 680;
}

._championshipCard_gs8t4_247 select {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #334155;
  border-radius: 0.7rem;
  background: #0d1320;
  color: #f8fafc;
}

._fieldError_gs8t4_281 {
  margin: 0;
  color: #fda4af !important;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45 !important;
}

._championshipStatus_gs8t4_289 {
  color: #7d899b !important;
  font-size: 0.78rem;
  text-transform: capitalize;
}

._emptyChoice_gs8t4_295 {
  padding: 1rem;
  border: 1px dashed #334155;
  border-radius: 0.8rem;
  background: rgb(255 255 255 / 2%);
}

._assignmentNotice_gs8t4_302,
._supportNotice_gs8t4_303 {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem;
  border: 1px solid rgb(64 173 255 / 20%);
  border-radius: 0.75rem;
  background: rgb(64 173 255 / 6%);
}

._assignmentNotice_gs8t4_302 svg,
._supportNotice_gs8t4_303 svg {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: #7dd3fc;
}

._receiptId_gs8t4_320 {
  overflow-wrap: anywhere;
  padding: 0.75rem;
  border-radius: 0.7rem;
  background: rgb(0 0 0 / 22%);
  color: #8e9aac !important;
  font-size: 0.76rem;
}

._receiptId_gs8t4_320 code {
  color: #d4dbe5;
  font-size: inherit;
}

._loadingCard_gs8t4_101 {
  grid-template-columns: auto 1fr;
  align-items: center;
}

._spinner_gs8t4_339 {
  width: 1.65rem;
  height: 1.65rem;
  border: 2px solid rgb(255 255 255 / 18%);
  border-top-color: #fb7185;
  border-radius: 50%;
  animation: _spin_gs8t4_339 700ms linear infinite;
}

._support_gs8t4_148 {
  position: sticky;
  top: 1.5rem;
  display: grid;
  gap: 1.15rem;
  padding: 1.35rem;
  border: 1px solid #263449;
  border-radius: 1rem;
  background: rgb(9 14 24 / 92%);
}

._supportHeader_gs8t4_167 > svg {
  flex: 0 0 auto;
  color: #6ee7b7;
}

._emailLink_gs8t4_208 {
  width: 100%;
  overflow-wrap: anywhere;
  border-color: #334155;
  background: #162030;
  font-size: 0.82rem;
}

._supportNotice_gs8t4_303 {
  border-color: rgb(243 185 77 / 22%);
  background: rgb(243 185 77 / 6%);
}

._supportNotice_gs8t4_303 svg {
  color: #fcd34d;
}

._supportNotice_gs8t4_303 p {
  font-size: 0.78rem;
}

._privacyLink_gs8t4_385 {
  color: #cbd5e1;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgb(64 173 255 / 48%);
  text-underline-offset: 0.22em;
}

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

@media (max-width: 58rem) {
  ._layout_gs8t4_52 {
    grid-template-columns: 1fr;
  }

  ._support_gs8t4_148 {
    position: static;
    order: -1;
  }
}

@media (max-width: 36rem) {
  ._page_gs8t4_1 {
    padding-inline: 1rem;
  }

  ._siteHeader_gs8t4_11 {
    min-height: 4.5rem;
    align-items: flex-start;
    padding-block: 0.75rem;
  }

  ._headerActions_gs8t4_31 {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.45rem;
  }

  ._securityBadge_gs8t4_38 {
    padding-inline: 0.55rem;
    font-size: 0.68rem;
  }

  ._layout_gs8t4_52 {
    margin-top: 2.2rem;
  }

  ._completedCard_gs8t4_100,
  ._loadingCard_gs8t4_101 {
    grid-template-columns: 1fr;
  }

  ._completedCard_gs8t4_100 ._secondaryLink_gs8t4_139 {
    grid-column: 1;
  }

  ._sectionHeading_gs8t4_166 {
    display: grid;
  }

  ._actions_gs8t4_234,
  ._actions_gs8t4_234 > button,
  ._primaryLink_gs8t4_206,
  ._secondaryLink_gs8t4_139 {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._spinner_gs8t4_339 {
    animation: none;
  }
}
