.sr-only,
.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.registration-page {
  background: linear-gradient(145deg, #020916, #071b3b 62%, #07527b) fixed
}

.registration-page .global-header {
  position: absolute
}

.registration-hero {
  padding: 155px 0 75px;
  text-align: center;
  background: radial-gradient(circle at 50% 110%, #20d8ff2e, transparent 40%), radial-gradient(circle at 85% 20%, #5964ff20, transparent 25%), #020916
}

.registration-hero h1 {
  margin: 15px 0;
  font: 700 clamp(48px, 7vw, 76px)/1 "Space Grotesk", sans-serif;
  letter-spacing: -3px
}

.registration-hero h1 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(90deg, var(--cyan), #8297ff, var(--pink));
  background-clip: text
}

.registration-hero p {
  max-width: 700px;
  margin: 20px auto;
  color: #aab9cf;
  font-size: 16px
}

.registration-steps {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 35px auto 0;
  padding: 0;
  list-style: none
}

.registration-steps li {
  position: relative;
  width: 150px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7889a4;
  font-size: 9px;
  text-transform: uppercase
}

.registration-steps li:not(:last-child):after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 32px;
  right: 0;
  top: 14px;
  height: 1px;
  background: #20d8ff2b
}

.registration-steps span {
  position: relative;
  z-index: 1;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #20d8ff42;
  border-radius: 50%;
  background: #06152d;
  color: var(--cyan);
  font-size: 10px
}

.registration-steps b {
  position: relative;
  z-index: 1
}

.registration-form {
  padding-top: 65px;
  padding-bottom: 100px;
  max-width: 1000px
}

.registration-alert {
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: 10px;
  line-height: 1.6
}

.registration-alert a {
  color: inherit;
  text-decoration: underline
}

.registration-alert-success {
  border-color: #42dd8b40;
  background: #42dd8b14;
  color: #d7ffe9
}

.registration-alert-error {
  border-color: #ff7b9140;
  background: #ff7b9110;
  color: #ffd4dc
}

.form-section {
  margin-bottom: 24px;
  padding: 38px 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #0b1932;
  box-shadow: 0 18px 45px #0003
}

.form-section>header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line)
}

.form-section>header>span {
  color: #20d8ff50;
  font: 700 36px "Space Grotesk", sans-serif
}

.form-section header small {
  color: var(--cyan);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.7px
}

.form-section h2 {
  margin: 2px 0;
  color: #fff;
  font: 600 25px "Space Grotesk", sans-serif
}

.form-section>header>strong {
  margin-left: auto;
  color: #7d8da7;
  font-size: 9px;
  text-transform: uppercase
}

.username-section>label {
  display: block;
  margin-bottom: 7px;
  color: #dbe6f3;
  font-size: 10px;
  font-weight: 700
}

.username-field {
  position: relative
}

.username-field input {
  width: 100%;
  height: 58px;
  padding: 0 48px 0 18px;
  border: 1px solid #8bdcff28;
  border-radius: 10px;
  outline: 0;
  background: #07152b;
  color: #fff;
  font-size: 16px
}

.username-field input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px #20d8ff12
}

.username-state {
  position: absolute;
  right: 16px;
  top: 15px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ff7b91
}

.username-state.valid {
  background: #42dd8b18;
  color: #42dd8b
}

.username-section>small {
  display: block;
  margin-top: 7px;
  color: #71829d;
  font-size: 8px
}

.field-error {
  min-height: 16px;
  margin: 5px 0;
  color: #ff7b91;
  font-size: 9px
}

.username-section aside {
  margin-top: 14px;
  padding: 14px 17px;
  border-left: 2px solid #e5b864;
  border-radius: 0 8px 8px 0;
  background: #e5b8640b;
  color: #8f9fb6;
  font-size: 9px
}

.username-section aside b {
  color: #e5c27e
}

.avatar-carousel-frame {
  position: relative;
  perspective: 1800px;
  perspective-origin: center center;
  margin: 6px auto 6px;
  min-height: 396px;
  overflow: hidden
}

#avatar_id {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
  transform-style: preserve-3d
}

#avatar_id .item {
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: block;
  cursor: pointer;
  margin: 0;
  width: 192px;
  height: 306px;
  color: #fff;
  border-radius: 18px;
  text-align: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .10);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
  background-color: #16181c;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transition: transform .72s cubic-bezier(.22, 1, .36, 1), opacity .72s ease, box-shadow .35s ease, border-color .35s ease, filter .35s ease;
  filter: saturate(.92);
  opacity: 0
}

#avatar_id .item img.avatar-card-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  pointer-events: none
}

#avatar_id .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .20) 45%, rgba(0, 0, 0, .80) 100%)
}

#avatar_id .item.is-hidden {
  visibility: hidden
}

#avatar_id .item:hover,
#avatar_id .item.is-active {
  box-shadow: 0 28px 62px rgba(0, 0, 0, .55);
  filter: saturate(1.08)
}

#avatar_id .item.is-active {
  border-color: rgba(255, 255, 255, .42);
  border-width: 4px
}

#avatar_id .item.is-active::before {
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px
}

#avatar_id .item.is-side {
  filter: saturate(.78) brightness(.72) blur(.2px)
}

#avatar_id .item.clicked {
  border-color: #ffe66d;
  box-shadow: 0 0 0 3px rgba(255, 230, 109, .22), 0 30px 70px rgba(0, 0, 0, .58)
}

#avatar_id .item:hover span,
#avatar_id .item.is-active span {
  background-color: rgba(0, 0, 0, .82)
}

#avatar_id .item span {
  transition: all .25s;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, .48);
  color: #fff;
  text-align: center
}

#avatar_id .item.clicked span::after {
  content: " ✓ Seleccionado";
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #ffe66d
}

.avatar-carousel-help {
  margin: 10px 0 15px;
  text-align: center;
  color: #8fa0b7;
  font-size: 9px
}

.customNavigation {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap
}

.customNavigation a {
  min-width: 120px
}

.confirmation-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: center
}

.confirmation-grid p {
  color: #94a5bd;
  font-size: 11px
}

.cf-turnstile {
  margin-top: 20px
}

.selection-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid #8bdcff21;
  border-radius: 12px;
  background: #07152b
}

.selection-summary img {
  width: 75px;
  height: 105px;
  object-fit: contain;
  border-radius: 8px;
  background: radial-gradient(circle, #215d8c, #07152b)
}

.selection-summary div {
  min-width: 0;
  display: flex;
  flex-direction: column
}

.selection-summary small {
  color: #647690;
  font-size: 7px;
  letter-spacing: 1px
}

.selection-summary b {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font: 600 16px "Space Grotesk", sans-serif
}

.selection-summary span {
  color: var(--cyan);
  font-size: 9px
}

.terms-check {
  display: flex;
  gap: 9px;
  margin: 25px 0;
  color: #8fa0b7;
  font-size: 9px
}

.terms-check input {
  accent-color: var(--cyan)
}

.create-account {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(110deg, var(--cyan), #6e91ff);
  color: #06101e;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 30px #20d8ff25
}

.create-account b {
  margin-left: 15px
}

.create-account:disabled {
  cursor: not-allowed;
  filter: grayscale(.6);
  opacity: .42;
  box-shadow: none
}

.submit-message {
  text-align: center;
  color: #7587a2;
  font-size: 8px
}

.customNavigation a:focus-visible,
.create-account:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px
}

@media(max-width:800px) {
  .confirmation-grid {
    grid-template-columns: 1fr
  }

  .registration-form {
    max-width: 700px
  }
}

@media(max-width:560px) {
  .registration-hero {
    padding-top: 130px
  }

  .registration-hero h1 {
    letter-spacing: -2px
  }

  .registration-steps li {
    width: auto;
    padding-right: 20px
  }

  .registration-steps b {
    display: none
  }

  .form-section {
    padding: 28px 18px
  }

  .avatar-carousel-frame {
    min-height: 295px
  }

  #avatar_id {
    height: 278px
  }

  #avatar_id .item {
    width: 126px;
    height: 208px
  }

  #avatar_id .item span {
    font-size: 11px
  }
}
