/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --navy: #03182c;
  --navy2: #082f4d;
  --blue: #00a5f5;
  --cyan: #13dcff;
  --orange: #ff7418;
  --paper: #f4f8fb;
  --ink: #09243a;
}
* {
  box-sizing: border-box;
}
html {
  background: #020d18;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Manrope,system-ui,sans-serif;
}
button,input,select {
  font: inherit;
}
button,label,select {
  -webkit-tap-highlight-color: transparent;
}
.app-shell {
  min-height: 100vh;
  padding: 24px 12px 46px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%,#0b4267 0,#061c31 35%,#020d18 78%);
}
.app-shell:before {
  content: "";
  position: fixed;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: linear-gradient(#00a5f533 1px,transparent 1px),linear-gradient(90deg,#00a5f533 1px,transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom,#000,transparent 70%);
}
.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
}
.ambient-one {
  width: 260px;
  height: 260px;
  background: #00a5f53d;
  top: 8%;
  left: -120px;
}
.ambient-two {
  width: 220px;
  height: 220px;
  background: #ff741824;
  top: 38%;
  right: -130px;
}
.phone-stage {
  width: min(100%,440px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  animation: enter .65s cubic-bezier(.2,.9,.2,1) both;
}
.brand-header {
  text-align: center;
  color: #fff;
  padding: 10px 10px 24px;
}
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border: 1px solid #ffffff26;
  border-radius: 999px;
  background: #000e1b7a;
  color: #bfeaff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  box-shadow: 0 10px 35px #0003;
  backdrop-filter: blur(12px);
}
.live-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px #ff74181f;
  animation: pulse 1.7s infinite;
}
.event-logo {
  width: min(290px,76vw);
  height: 194px;
  margin: -10px auto -15px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px #00000061);
}
.headline p:first-child {
  margin: 0 0 7px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.headline h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(31px,9vw,42px);
  line-height: .99;
  letter-spacing: -.055em;
}
.headline h1 span {
  color: #bdeeff;
}
.headline .subtitle {
  max-width: 360px;
  margin: 16px auto 0;
  color: #a8c3d6;
  font-size: 14px;
  line-height: 1.55;
}
.trust-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 17px;
  color: #a8c9dc;
  font-size: 11px;
  font-weight: 700;
}
.trust-row i {
  color: var(--cyan);
  margin-right: 4px;
}
.form-card {
  padding: 22px;
  border: 1px solid #ffffffe0;
  border-radius: 28px;
  background: #fafdfff7;
  box-shadow: 0 24px 80px #0000005c,inset 0 1px #fff;
}
.step-label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 19px;
}
.step-label>span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(140deg,var(--navy2),#07578b);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 7px 16px #03436c38;
}
.step-label div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.step-label strong {
  font-size: 15px;
  letter-spacing: -.02em;
}
.step-label small {
  color: #748899;
  font-size: 11px;
}
.step-label.second {
  margin-top: 6px;
  padding-top: 22px;
  border-top: 1px dashed #c9d9e4;
}
.step-label.second>span {
  background: linear-gradient(140deg,var(--orange),#ff9f2e);
}
.field-label,legend {
  display: block;
  margin: 0 0 7px 2px;
  color: #2b4558;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}
.field-label b,legend b {
  color: #ef6a17;
}
.field-wrap {
  position: relative;
  margin-bottom: 15px;
}
.field-wrap input,select {
  width: 100%;
  height: 50px;
  border: 1px solid #d4e0e8;
  border-radius: 14px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  transition: .2s ease;
}
.field-wrap input {
  padding: 0 43px;
}
.field-wrap input::placeholder {
  color: #a6b4bf;
}
.field-wrap input:focus,select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px #00a5f51a;
}
.field-wrap input:disabled {
  background: #eff8f3;
  color: #316244;
  -webkit-text-fill-color: #316244;
  opacity: 1;
  border-color: #b8dfc5;
}
.field-icon {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #7791a4;
  font-size: 16px;
}
.verified {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #1cad62;
  color: #fff;
  font-size: 11px;
}
.cpf-ok .verified {
  display: grid;
}
.primary-button {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(115deg,#063b62,#007dbb);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 25px #005b8f40,inset 0 1px #ffffff40;
  transition: transform .18s,filter .18s;
}
.primary-button:not(:disabled):active {
  transform: scale(.98);
}
.primary-button:disabled {
  opacity: .7;
  cursor: wait;
}
.primary-button.submit {
  margin-top: 20px;
  min-height: 57px;
  background: linear-gradient(115deg,#f15a0b,#ff8f1e);
  box-shadow: 0 13px 28px #e6540845,inset 0 1px #ffffff40;
}
.edit-cpf {
  display: none;
  margin: -4px 0 0 auto;
  padding: 5px;
  border: 0;
  background: none;
  color: #237ca7;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.cpf-verified #check-cpf {
  display: none;
}
.cpf-verified .edit-cpf {
  display: block;
}
.form-reveal {
  animation: reveal .48s cubic-bezier(.2,.8,.2,1) both;
}
.grid-two {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 10px;
  margin-bottom: 18px;
}
select {
  padding: 0 34px 0 13px;
  appearance: none;
  background-image: linear-gradient(45deg,transparent 50%,#6c8394 50%),linear-gradient(135deg,#6c8394 50%,transparent 50%);
  background-position: calc(100% - 17px) 21px,calc(100% - 12px) 21px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  font-size: 12px;
}
select:disabled {
  background-color: #edf2f5;
  color: #9babb6;
}
.select-loading {
  position: relative;
}
.city-spinner {
  position: absolute;
  right: 14px;
  top: 18px;
  color: var(--blue);
  font-size: 13px;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.choice {
  position: relative;
  min-height: 62px;
  margin-bottom: 9px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #d9e4eb;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: .2s;
}
.choice:has(input:checked) {
  border-color: #009cdd;
  background: #f0faff;
  box-shadow: 0 0 0 3px #009cdd17;
}
.choice input {
  position: absolute;
  opacity: 0;
}
.radio-ui {
  width: 19px;
  height: 19px;
  border: 2px solid #b5c4cf;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #fff;
  background: #fff;
  transition: .2s;
}
.choice input:checked+.radio-ui {
  border-color: #009cdd;
  background: #009cdd;
}
.choice>i {
  width: 24px;
  color: #67899e;
  font-size: 15px;
  text-align: center;
}
.choice:has(input:checked)>i {
  color: #008fc8;
}
.choice div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.choice strong {
  font-size: 12px;
  color: #17364c;
}
.choice small {
  font-size: 9.5px;
  color: #8293a0;
}
.consent {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 17px;
  color: #667c8c;
  font-size: 11px;
  line-height: 1.55;
  cursor: pointer;
}
.consent input {
  position: absolute;
  opacity: 0;
}
.check-ui {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1.5px solid #b7c6d0;
  border-radius: 6px;
  background: #fff;
  color: transparent;
  font-size: 10px;
  transition: .2s;
}
.consent input:checked+.check-ui {
  color: #fff;
  background: #068dc5;
  border-color: #068dc5;
}
.consent button {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: #0878a8;
  font-weight: 800;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.privacy-note {
  margin: 14px 0 0;
  text-align: center;
  color: #8799a5;
  font-size: 9.5px;
}
.privacy-note i {
  margin-right: 3px;
}
.spinner {
  width: 17px;
  height: 17px;
  border: 2px solid #ffffff59;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}
footer {
  padding: 22px 0 0;
  text-align: center;
  color: #607f96;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.has-error input,.has-error select,.has-error.choice,.has-error .check-ui {
  border-color: #e75f32 !important;
  box-shadow: 0 0 0 3px #e75f3217 !important;
}
.modal-backdrop {
  position: fixed;
  z-index: 20;
  inset: 0;
  padding: 18px;
  display: grid;
  place-items: center;
  background: #000a13c7;
  backdrop-filter: blur(9px);
  animation: fade .2s both;
}
.modal-backdrop[hidden] {
  display: none;
}
.modal-card {
  position: relative;
  width: min(100%,385px);
  max-height: 88vh;
  overflow: auto;
  padding: 29px 24px 24px;
  border: 1px solid #ffffffb3;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  box-shadow: 0 28px 90px #00000073;
  animation: modal .4s cubic-bezier(.2,.9,.2,1) both;
}
.modal-close {
  position: absolute;
  right: 13px;
  top: 11px;
  width: 33px;
  height: 33px;
  border: 0;
  border-radius: 50%;
  background: #eff4f7;
  color: #78909f;
  font-size: 17px;
  cursor: pointer;
}
.modal-card h2 {
  margin: 7px 0 10px;
  font-size: 25px;
  letter-spacing: -.04em;
}
.modal-card .modal-text {
  color: #6b7e8c;
  font-size: 13px;
  line-height: 1.55;
}
.eyebrow {
  margin: 8px 0 0;
  color: #ee6914;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.modal-icon,.warning-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #e9f7ff;
  color: #008ece;
  font-size: 24px;
}
.warning-icon {
  border-radius: 50%;
  background: #fff0e5;
  color: #ef6a17;
  font-weight: 900;
}
.modal-scroll {
  max-height: 320px;
  margin: 16px 0 20px;
  padding: 15px;
  overflow: auto;
  border-radius: 14px;
  background: #f3f7fa;
  text-align: left;
}
.modal-scroll h3 {
  margin: 0 0 5px;
  color: #18384e;
  font-size: 13px;
}
.modal-scroll h3:not(:first-child) {
  margin-top: 15px;
}
.modal-scroll p {
  margin: 0;
  color: #627887;
  font-size: 11px;
  line-height: 1.6;
}
.success-ring {
  width: 74px;
  height: 74px;
  margin: 1px auto 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #18b7661f;
  box-shadow: 0 0 0 10px #18b7660d;
}
.success-ring span {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #18b766;
  color: #fff;
  font-size: 24px;
}
.missing-list {
  margin: 14px 0 19px;
  padding: 13px 16px;
  border-radius: 13px;
  background: #fff5ee;
  text-align: left;
  color: #8e4b27;
  font-size: 12px;
  line-height: 1.8;
}
.missing-list i {
  width: 19px;
  color: #ef6a17;
}
.duplicate-mark {
  width: 69px;
  height: 69px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f7ff;
  color: #0792ca;
  font-size: 28px;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
}
@keyframes modal {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.95);
  }
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 8px #ff741800;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width:700px) {
  .app-shell {
    padding-top: 38px;
  }
  .phone-stage {
    width: 465px;
  }
  .form-card {
    padding: 26px;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

