/* ========================================
   YouTube Rewards — Estética YouTube Fiel
   Fonte: Roboto | Cores: #FF0000, #0F0F0F, #606060
   ======================================== */

body {
  font-family: Roboto, Arial, sans-serif;
  margin: 0;
  display: flex;
  background-color: #FFFFFF;
  justify-content: center;
  user-select: none;
}
html,
body {
  overflow-x: hidden;
  overscroll-behavior-y: none;
}
* {
  -webkit-touch-callout: none;
}

a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
}

.telefone,
.telefone a {
  color: #0F0F0F !important;
  text-decoration: none !important;
  pointer-events: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
}

/* === SPA: controlar visibilidade das screens === */
.screen {
  display: none;
}
.screen.is-active {
  display: block;
}

.screen[aria-hidden="true"] {
  display: none;
}

button {
  border: 0;
  box-shadow: none;
}

button:focus {
  outline: none;
}

/* ==============================
   HEADER / TITLE
   ============================== */
.title {
  text-align: center;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #E5E5E5;
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 10;
}

.title-yt-icon {
  height: 26px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.title-text {
  font-size: 16px;
  font-weight: 600;
  color: #0F0F0F;
  letter-spacing: -0.01em;
}

#screens {
  width: 100%;
}

#one {
  background-color: #FFFFFF;
  padding-bottom: 110px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

/* ==============================
   CARD DO SALDO
   ============================== */
.saldo {
  padding: 16px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  box-sizing: border-box;
}

.container-saldo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.saldo-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.saldo-label {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.saldo-valor {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 0;
}

.saldo-action {
  display: flex;
}

/* ==============================
   BOTÃO SACAR
   ============================== */
.btn-sacar {
  width: 81px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 18px;
  background: #FF0000;
  border: 0;
  position: relative;
  cursor: pointer;
}

.btn-text {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.saldo-text {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

.valor-currency {
  color: #0F0F0F;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.pix-badge {
  position: absolute;
  top: -8px;
  right: -3px;
}

.pix-badge img {
  width: 31px;
  height: 11px;
  padding: 2px 4px;
  border-radius: 6px 6px 6px 0;
  background: #F1F1F1;
}

/* ==============================
   BLOCO PARABÉNS
   ============================== */
.parabens {
  display: flex;
  box-sizing: border-box;
}

.parabens-img {
  align-self: flex-start;
  will-change: transform;
  margin-top: -20px;
}

.parabens-txtum {
  display: block;
  width: 100%;
}

.parabens-txtum,
.parabens-txtdois {
  color: #0F0F0F;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.parabens-valor {
  color: #FF0000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}

.bloco-dois {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding: 16px;
  margin: 12px auto;
}

.nobreak {
  white-space: nowrap;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #E5E5E5;
}

.entre {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.entre-txt {
  width: 244px;
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  flex: 1 1 0;
  min-width: 0;
}

.entre-pts {
  display: block;
  color: #FF0000;
  font-weight: 500;
}

.btn-concluido-text {
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-concluido {
  width: 89px;
  height: 32px;
  display: inline-flex;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.entre-data {
  display: block;
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.concluiu {
  height: 26px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.concluiu-txt {
  width: 288px;
  color: #606060;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  padding: 6px 12px;
}

/* ==============================
   DAY TRACKER
   ============================== */
.dia,
.line-dois {
  margin-top: 16px;
  text-align: center;
}

.day-tracker * {
  box-sizing: border-box;
  font-family: Roboto, Arial, sans-serif;
}

.day-tracker {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.day-tracker__item {
  width: 45px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

.day-tracker__box {
  align-self: stretch;
  height: 45px;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 10px;
}

.day-tracker__content {
  width: 45px;
  position: absolute;
  left: 0px;
  top: 6px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.day-tracker__coin {
  width: 16px;
  height: 16px;
  position: relative;
  background: #fedc60;
  overflow: hidden;
  border-radius: 50%;
  border-bottom: 0.46px solid #faa21c;
}

.day-tracker__value {
  align-self: stretch;
  text-align: center;
  color: #0F0F0F;
  font-size: 11px;
  font-weight: 500;
}

.day-tracker__overlay {
  width: 45px;
  height: 45px;
  padding: 13px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #FF0000;
  box-sizing: border-box;
}

.day-tracker__icon-wrapper {
  width: 19px;
  height: 19px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.day-tracker__icon-wrapper img {
  width: 19px;
  height: 19px;
}

.day-tracker__label {
  align-self: stretch;
  text-align: center;
  color: #606060;
  font-size: 10px;
  font-weight: 400;
}

.entre-txt-dois {
  padding-right: 18px;
}

.entre-txt-dois .entre-pts {
  display: inline;
}

.assista {
  margin-left: 6px;
  width: 118px;
  height: 19px;
  display: inline-flex;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.assista-tail {
  position: absolute;
  left: 25px;
  top: 100%;
  margin-top: -1px;
}

.assista {
  display: flex;
}

.assista-txt {
  color: #606060;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

/* ==============================
   PROGRESS BAR (pontos)
   ============================== */
.progress-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 11px;
  padding: 0 10px;
  box-sizing: border-box;
}

.progress-bar::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: 0;
}

.progress-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.step-icon {
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.step-text {
  color: #606060;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.hide {
  visibility: hidden;
}

.posicao-direita {
  align-self: flex-end;
  margin-left: auto;
}

.posicao-direita .assista-tail {
  left: auto;
}

.taildois {
  position: absolute;
  right: 39px;
  top: 100%;
  margin-top: -1px;
}

.obtem-txt {
  margin-top: 16px;
  margin-left: 9px;
  display: inline-block;
  width: 288px;
  color: #606060;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

/* ==============================
   POPUP #two (Gol de Prêmios)
   ============================== */
.popup {
  padding: 20px;
  text-align: center;
  width: 320px;
  height: 310px;
  box-sizing: border-box;
  overflow: visible;
  border-radius: 20px;
  /* Degradê YouTube: vermelho suave → branco, igual ao original mas no tom YouTube */
  background: linear-gradient(180deg, #FFF0F0 0%, #FFF8F8 35%, #FFFFFF 70%);
  border: 1px solid rgba(255, 0, 0, 0.12);
  box-shadow:
    0 20px 60px rgba(255, 0, 0, 0.1),
    0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  margin: 12px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* Accent bar no topo do popup */
.popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 4px;
  background: #FF0000;
  border-radius: 0 0 4px 4px;
}

.gol {
  color: #0F0F0F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 8px;
  display: block;
}

.gol-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 8px 24px rgba(255, 0, 0, 0.25));
}

.gol-txt {
  padding-top: 8px;
  width: 260px;
  display: inline-flex;
  color: #606060;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.gol-valor {
  display: inline-flex;
  padding-top: 16px;
  margin-bottom: 8px;
  /* Valor em vermelho YouTube, igual ao parabéns-valor */
  color: #FF0000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
}

/* ==============================
   TIMER
   ============================== */
.timer-wrapper {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.timer-clock {
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timer-box {
  display: flex;
  padding: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  color: #0F0F0F;
}

.timer-label {
  color: #606060;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.timer-separator {
  width: 3px;
  height: 7px;
  color: #0F0F0F;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 53%;
  text-align: center;
}

/* ==============================
   BOTÃO PRINCIPAL (obrigado / CTA)
   ============================== */
.btn-obrigado {
  width: 270px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #FF2222 0%, #CC0000 100%);
  border: 0;
  display: flex;
  margin: 12px auto 0 auto;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(255, 0, 0, 0.35);
}

.popup > .btn-obrigado {
  margin-bottom: 0;
  margin-top: auto;
}

/* ==============================
   SCREEN #three — Resgatar
   ============================== */
.saldo-dois {
  width: 100%;
  height: 130px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  border: 1px solid #303030;
  border-bottom: 1px dashed #303030;
  flex-shrink: 0;
  background: #0F0F0F;
  box-sizing: border-box;
}

.saldo-text-dois {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.valor-currency-dois {
  color: #FFFFFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.total-pontos {
  color: #AAAAAA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.saldo-valor-dois {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.saldo-info-dois {
  gap: 8px;
}

.saldo-tres {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding: 10px 16px;
  border-radius: 0 0 12px 12px;
  background: #0F0F0F;
  border: 1px solid #303030;
  border-top: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  box-sizing: border-box;
}

.total-pontos-dois {
  color: #AAAAAA;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#three {
  background-color: #F9F9F9;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
}

.saldo-sacar {
  margin-top: 12px;
}

.saldo-sacar-text {
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.transferencia-txt {
  color: #606060;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pix-logo-transf {
  width: 40px;
  height: 13.684px;
  padding-left: 4px;
}

.saldo-valor-tres {
  height: 34px;
  gap: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 12px;
}

.transferencia-txt {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.saldo-info-sacar {
  gap: 16px;
}

.widget-container {
  margin-top: 21px;
}

.botoes-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.btn-valor {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1.5px solid transparent;
  border-radius: 8px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, Arial, sans-serif;
  color: #0F0F0F;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-valor.btn-active {
  background-color: rgba(255, 0, 0, 0.05);
  border-color: #FF0000;
  color: #FF0000;
}

.botoes-row > .btn-valor {
  color: #0F0F0F;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.botoes-row > .btn-active {
  color: #FF0000;
}

.display-total {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  color: #0F0F0F;
}

.botoes-row-sacar {
  margin-bottom: 8px;
}

.btn-sacar-dois {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #FF0000;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.obtem-sacar > .obtem-txt {
  color: #606060;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-textdois-sacar {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.obtenha-title {
  gap: 8px;
}

.moedas-txt {
  width: 251px;
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.saldo-sacar .container-saldo {
  align-items: center;
}

.saldo-sacar .obtenha-title {
  order: 1;
}

.btn-sacar-indisponivel {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 12px 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

.btn-indis {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ddd,
.telefone {
  color: #AAAAAA !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.linha-ddd {
  width: 1px;
  height: 18px;
  background: #E5E5E5;
}

.obtem-sacar > .recarga-txt {
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.border-none {
  border: 0;
}

/* ==============================
   MODAIS DE SAQUE (#four, #five, #six)
   ============================== */
.saque-title {
  overflow: hidden;
  background: #FEFEFE;
  border-bottom: 1px solid #E5E5E5;
}

.saque-popup {
  height: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #FEFEFE;
  border-radius: 12px;
  overflow: hidden;
}

#five .saque-popup,
#six .saque-popup {
  height: auto !important;
  min-height: 300px;
}

#four a {
  text-decoration: none;
}

.pix-solo {
  width: 13px;
  height: 13px;
}

.pix-title {
  align-self: stretch;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pix-subtitle {
  align-self: stretch;
  color: #606060;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pix-icon {
  display: flex;
  width: 30px;
  height: 19px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  background: #FEFEFF;
  justify-content: center;
  align-items: center;
}

.pix-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background-color: #FEFEFE;
  height: 42px;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  user-select: none;
}

.pix-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.pix-item:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.pix-details {
  display: flex;
  flex-direction: column;
}

.pix-subtitle {
  margin-top: 8px;
}

.pix-arrow {
  margin-left: auto;
  align-self: flex-start;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ==============================
   FORMULÁRIO PIX (#five)
   ============================== */
.form-container {
  box-sizing: border-box;
  padding: 20px;
  background-color: #FFFFFF;
}

.form-group {
  margin-bottom: 24px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.field-label {
  font-size: 14px;
  font-weight: 500;
  color: #0F0F0F;
  display: block;
}

input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  background-color: transparent;
}

input[type="text"]::placeholder {
  color: #AAAAAA;
  opacity: 1;
}

input[type="text"]:focus {
  outline: none;
  border-bottom-color: #0F0F0F;
}

.pix-selector {
  margin-top: 20px;
  padding-bottom: 16px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.pix-selector:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.pix-selector .placeholder-text {
  color: #AAAAAA;
}

.pix-selector .arrow {
  color: #606060;
  font-weight: bold;
  font-size: 18px;
}

input.nome-completo {
  margin-top: 20px;
  padding-bottom: 16px;
}

input.nome-completo,
.placeholder-text {
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.arrow-tois {
  margin-left: auto;
  align-self: flex-start;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.857px;
  height: 8.943px;
  flex-shrink: 0;
}

.btn-vincular {
  margin-top: -5px;
}

#five .btn-vincular,
#five .btn-sacar-dois {
  width: 100%;
  max-width: 100%;
}

/* ==============================
   SELEÇÃO CHAVE PIX (#six)
   ============================== */
.selection-container {
  width: 100%;
  max-width: 400px;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}

.option-row {
  position: relative;
}

.option-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #E5E5E5;
  left: 20px;
  right: 20px;
}

.option-row label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.option-text {
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.option-row input[type="radio"] {
  display: none;
}

.custom-radio {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #E5E5E5;
  background-color: #FFFFFF;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.option-row input[type="radio"]:checked + .custom-radio {
  border-color: #FFFFFF;
  background-color: #FF0000;
  box-shadow: 0 0 0 1px #FF0000;
  box-sizing: border-box;
  border-width: 2.5px;
}

.option-row label {
  padding-bottom: 13px;
}

/* ==============================
   LOADING SCREEN (#seven)
   ============================== */
#seven {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 10000;
  display: flex;
  flex-direction: column;
}

#seven[aria-hidden="true"] {
  display: none;
}

.loading-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  height: 120px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #E5E5E5;
}

.loading-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.loading-logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.loading-main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.new-loading-container {
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.new-loading-text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: #0F0F0F;
  height: 2.5rem;
  transition: opacity 0.5s ease;
  font-weight: 400;
}

.new-progress-track {
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.new-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #FF0000;
  border-radius: 4px;
  transition: width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.new-progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shimmer 2s infinite;
  border-radius: 2px;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.7; }
}

/* ==============================
   TELA DE CONFIRMAÇÃO (#nine)
   ============================== */
#nine {
  background-color: #F9F9F9;
  padding: 0;
  overflow-y: auto;
  height: 100dvh;
  min-height: 100dvh;
  box-sizing: border-box;
  position: relative;
}

#nine.is-active {
  scroll-behavior: auto;
}

.confirmation-container {
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 0;
  width: 100%;
  overflow-x: hidden;
}

.confirmation-section {
  box-sizing: border-box;
  width: 100%;
}

.confirmation-header {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  background: #FFFFFF;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.confirmation-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.confirmation-logo img {
  height: 32px;
  width: auto;
}

.confirmation-section {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 8px;
}

.confirmation-balance {
  background: #0F0F0F;
  color: white;
  border: none;
}

.confirmation-section-title {
  font-size: 12px;
  font-weight: 500;
  color: #606060;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.confirmation-balance-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

.confirmation-balance-amount {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}

.confirmation-balance-subtitle {
  font-size: 12px;
  opacity: 0.7;
  font-weight: 400;
}

.confirmation-fee-amount {
  font-size: 22px;
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.confirmation-fee-description {
  font-size: 13px;
  color: #606060;
  line-height: 1.4;
}

.confirmation-receipt-grid {
  display: grid;
  gap: 12px;
}

.confirmation-receipt-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
}

.confirmation-receipt-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.confirmation-receipt-label {
  font-size: 12px;
  color: #606060;
  font-weight: 400;
}

.confirmation-receipt-value {
  font-size: 12px;
  font-weight: 500;
  color: #0F0F0F;
  text-align: right;
}

.confirmation-pix-key {
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  padding: 12px;
  font-family: "Monaco", "Menlo", monospace;
  font-size: 11px;
  text-align: center;
  color: #0F0F0F;
  margin-top: 6px;
  word-break: break-all;
}

.confirmation-divider {
  height: 1px;
  background: #E5E5E5;
  margin: 8px 0;
}

.confirmation-requirements-grid {
  display: grid;
  gap: 16px;
}

.confirmation-requirement-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.confirmation-requirement-icon {
  background: rgba(255, 0, 0, 0.08);
  color: #FF0000;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
}

.confirmation-requirement-icon.confirmation-reembolso {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.confirmation-requirement-content {
  flex: 1;
}

.confirmation-requirement-title {
  font-size: 13px;
  font-weight: 500;
  color: #0F0F0F;
  margin-bottom: 3px;
}

.confirmation-requirement-title.confirmation-reembolso {
  color: #10b981;
}

.confirmation-requirement-description {
  font-size: 12px;
  color: #606060;
  line-height: 1.4;
}

.confirmation-cta-button {
  background: #FF0000;
  color: white;
  border: none;
  border-radius: 24px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, Arial, sans-serif;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: block;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
  box-shadow: none;
}

.confirmation-cta-button:focus,
.confirmation-cta-button:active,
.confirmation-cta-button:visited,
.confirmation-cta-button:hover {
  outline: none;
  border: none;
  text-decoration: none;
  color: white;
}

.confirmation-cta-button:hover {
  opacity: 0.9;
}

.confirmation-timer {
  font-size: 11px;
  color: #10b981;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}

.confirmation-success-message {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  color: #10b981;
  font-weight: 500;
  font-size: 13px;
  margin-top: 12px;
  display: none;
}

.confirmation-reembolso-badge {
  display: inline-block;
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  margin-left: 6px;
}

.confirmation-security-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 16px 0;
}

.confirmation-security-item {
  text-align: center;
}

.confirmation-security-label {
  font-size: 10px;
  color: #606060;
  font-weight: 400;
}

.confirmation-footer {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #E5E5E5;
}

.confirmation-footer-text {
  font-size: 11px;
  color: #606060;
  margin-bottom: 6px;
}

.confirmation-footer-link {
  color: #065FD4;
  text-decoration: none;
  font-weight: 500;
  font-size: 11px;
}

.confirmation-footer-link:hover {
  color: #0556BF;
}

/* ==============================
   TIMER BARRA EXPIRA (topo #three)
   ============================== */
.expira-saldo {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}

.timer-wrapper {
  font-family: Roboto, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  height: 36px;
  border-bottom: 1px solid #E5E5E5;
}

#countdown-text {
  color: #0F0F0F;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

#timer {
  color: #0F0F0F;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.saldo-dois {
  margin-top: 12px;
}

/* ==============================
   STICKY POPUP
   ============================== */
.sticky-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  z-index: 99;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  display: block;
  pointer-events: none;
}

.sticky-popup.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.saldo-popup,
.expira-em-popup {
  background-color: #FFFFFF;
  margin: 0 auto;
  max-width: 100%;
}

.saldo-popup {
  border-radius: 0;
  padding-bottom: 20px;
  border-top: 1px solid #E5E5E5;
}

.expira-em-popup {
  border-radius: 0;
  width: fit-content;
  padding: 0 15px;
  margin: 0 auto;
  border-bottom: 1px solid #E5E5E5;
}

#popup-um .expira-em-popup {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
}

/* ==============================
   MODAIS (overlay)
   ============================== */
.screen.is-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 1.5rem;
  box-sizing: border-box;
}

.screen.is-modal .modal-inner {
  max-width: 720px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  box-sizing: border-box;
  position: relative;
}

.screen.is-modal.is-active {
  display: flex;
}

body.modal-open {
  overflow: hidden;
}

.screen.is-modal .modal-inner * {
  pointer-events: auto;
}

#two > .modal-inner {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

button:hover {
  cursor: pointer;
}

.modal-screen {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-screen.is-active {
  display: flex;
}

#four.is-modal,
#four.is-modal.is-active {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.45);
  padding: 0;
  box-sizing: border-box;
}

#four .modal-inner {
  position: relative;
  z-index: 10000;
  width: 100%;
  max-width: 100%;
  border-radius: 16px 16px 0 0;
  margin: 0;
  padding: 1.5rem;
  background: #FFFFFF;
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: none;
}

.modal.is-modal.is-active,
.modal.is-active.is-modal {
  display: flex;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px) saturate(120%);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
}

#four.is-modal.is-active,
#four.is-active.is-modal {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#five.is-modal,
#five.is-modal.is-active {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}

#five .modal-inner {
  position: relative;
  z-index: 10002;
  max-width: 100%;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  margin: 0;
  box-sizing: border-box;
}

#six.is-modal,
#six.is-modal.is-active {
  position: fixed;
  inset: 0;
  z-index: 10003;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}

#six .modal-inner {
  position: relative;
  z-index: 10004;
  max-width: 100%;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin: 0;
  height: 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#six .saque-popup {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#six .selection-container {
  width: 100%;
  max-width: 100%;
}

.pix-selector[data-open-modal] {
  cursor: pointer;
}

.modal .modal-inner {
  position: relative;
  z-index: 10000;
}

.valor-currency-tres {
  color: #0F0F0F;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.valor-currency-quatro {
  color: #0F0F0F;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ==============================
   BOTÕES FEEDBACK (hover/active)
   ============================== */
.btn-sacar,
.btn-obrigado,
.btn-sacar-dois,
.btn-vincular {
  transition: transform 0.1s ease, opacity 0.1s ease;
}

.btn-sacar:hover,
.btn-obrigado:hover,
.btn-sacar-dois:hover,
.btn-vincular:hover {
  opacity: 0.9;
}

.btn-sacar:active,
.btn-obrigado:active,
.btn-sacar-dois:active,
.btn-vincular:active {
  transform: scale(0.98);
  opacity: 0.85;
}

/* ==============================
   DESKTOP
   ============================== */
@media (min-width: 768px) {
  #four .modal-inner,
  #five .modal-inner,
  #six .modal-inner {
    max-width: 350px;
    width: 100%;
  }

  #one,
  #three {
    max-width: 450px;
    margin: 0 auto;
  }

  #popup-um {
    max-width: 426px;
    margin: 0 auto;
    border-radius: 0;
  }

  #popup-um .saldo {
    border-radius: 0;
  }
}

button.btn-obrigado.btn-sacar-dois.btn-sacar-indisponivel,
button.btn-obrigado.btn-sacar-dois.btn-sacar-indisponivel:active,
button.btn-obrigado.btn-sacar-dois.btn-sacar-indisponivel:focus {
  width: 100%;
  transform: none;
  opacity: 1;
}

.btn-three-saque,
.btn-three-saque:active,
.btn-three-saque:focus {
  width: 100%;
  transform: none;
  opacity: 1;
}

.obtem.obtem-sacar {
  text-align: center;
}

.sacar-dinheiro span {
  width: 299px;
  text-align: center;
}

.ctn-flor {
  margin-bottom: 12px;
}

.saldo-info.obtenha-title {
  width: 100%;
}

@media (max-width: 767px) {
  #popup-um {
    width: 100%;
    max-width: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }

  #popup-um .saldo {
    width: 100%;
    max-width: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#popup-um .container-saldo {
  padding: 0 16px;
}

.p-saldo {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.p-saldo-maior {
  width: 69px;
  height: 69px;
  object-fit: contain;
}

.modal-inner.inner-pop {
  padding: 0 !important;
}

.parabens-img {
  width: 148px;
  height: 148px;
  object-fit: contain;
}

/* ==============================
   VALIDAÇÃO PIX
   ============================== */
.input-disabled {
  background-color: transparent !important;
  cursor: not-allowed;
  opacity: 1;
}

input.nome-completo,
#pix-key-input,
.pix-selector {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #E5E5E5 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin-left: 0 !important;
}

#pix-key-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.input-wrapper-disabled {
  position: relative;
  width: 100%;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake-animation {
  animation: shake 0.4s ease-in-out;
}

.btn-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}

.input-error {
  padding: 10px !important;
  box-sizing: border-box !important;
  border-bottom: 1px solid #FF0000 !important;
  border-radius: 0 !important;
}

#btn-enviar-pix:hover,
#btn-enviar-pix:active,
#btn-enviar-pix:focus {
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

#btn-enviar-pix.btn-disabled {
  opacity: 0.5 !important;
  filter: grayscale(100%) !important;
  cursor: not-allowed !important;
}

.confirmation-security-label img {
  max-width: 100%;
}

.img-bacen { width: 50px; }
.img-gov-br { width: 70px; }
.img-receitafederal { width: 70px; }

/* ==============================
   RESPONSIVO MOBILE
   ============================== */
@media (max-width: 480px) {
  .loading-header {
    padding: 1.5rem;
    height: 80px;
  }

  .loading-logo-img {
    width: 100px;
  }

  .new-loading-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}

/* popup fundo none para #two */
#two > .modal-inner {
  background: none;
  box-shadow: none;
}

.popup > .timer-wrapper {
  background: rgba(255, 0, 0, 0.05);
  border: 1px solid rgba(255, 0, 0, 0.1);
  border-radius: 8px;
  padding: 4px 12px;
}

.popup > .timer-wrapper .timer-box {
  background: rgba(255, 0, 0, 0.08);
  color: #CC0000;
  font-weight: 600;
}

.popup > .timer-wrapper .timer-label {
  color: #CC0000;
  font-weight: 500;
}

.popup > .timer-wrapper .timer-separator {
  color: #CC0000;
}

/* saldo-dois variáveis de layout */
.saldo-dois {
  --display: flex;
  --min-height: 117px;
  --flex-direction: row;
  --align-items: center;
  border-style: dashed;
  border-width: 0px 0px 1px 0px;
  border-color: #303030;
}

.expira-em-popup {
  --display: flex;
  --align-items: center;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #E5E5E5;
}

/* ==============================
   DARK MODE — YouTube #0F0F0F
   ============================== */

/* Fundos das telas */
body { background-color: #0F0F0F; }
#one { background-color: #0F0F0F; }
#three { background-color: #0F0F0F; }
#nine { background-color: #0F0F0F; }
#seven { background-color: #0F0F0F; }

/* Header */
.title { background: #1F1F1F; border-bottom-color: #2D2D2D; color: #FFFFFF; }
.title-text { color: #FFFFFF; }

/* Cards principais */
.saldo { background: #1F1F1F; border-color: #2D2D2D; }
.bloco-dois { background: #1F1F1F; border-color: #2D2D2D; }
.line { border-bottom-color: #2D2D2D; }

/* Textos */
.valor-currency { color: #FFFFFF; }
.valor-currency-tres { color: #FFFFFF; }
.valor-currency-quatro { color: #FF0000 !important; }
.saldo-text { color: #AAAAAA; }
.saldo-label { color: #AAAAAA; }
.parabens-txtum,
.parabens-txtdois { color: #FFFFFF; }
.entre-txt { color: #FFFFFF; }
.entre-data { color: #AAAAAA; }
.concluiu-txt { color: #AAAAAA; }
.obtem-txt { color: #AAAAAA; }
.day-tracker__value { color: #FFFFFF; }
.day-tracker__label { color: #AAAAAA; }
.step-text { color: #AAAAAA; }

/* Elementos interativos */
.btn-concluido { background: rgba(255, 255, 255, 0.08); }
.btn-concluido-text { color: #AAAAAA; }
.assista { background: rgba(255, 255, 255, 0.08); }
.assista-txt { color: #AAAAAA; }
.concluiu { background: rgba(255, 255, 255, 0.08); }
.pix-badge img { background: #2D2D2D; }

/* Progress bar */
.progress-bar::before { background-color: rgba(255, 255, 255, 0.08); }
.step-icon { background-color: #2D2D2D; }

/* Day tracker */
.day-tracker__box { background: rgba(255, 255, 255, 0.08); }
.day-tracker__overlay { background: rgba(15, 15, 15, 0.95); }

/* Timer */
.timer-wrapper { background-color: rgba(255, 255, 255, 0.05); border-bottom-color: #2D2D2D; }
.timer-box { background: rgba(255, 255, 255, 0.08); color: #FFFFFF; }
.timer-label { color: #AAAAAA; }
.timer-separator { color: #FFFFFF; }
#countdown-text { color: #FFFFFF; }
#timer { color: #FFFFFF; }

/* Popup #two — dark com glow vermelho */
.popup {
  background: linear-gradient(180deg, #1A0808 0%, #120404 40%, #0F0F0F 100%);
  border-color: rgba(255, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(255, 0, 0, 0.25), 0 4px 24px rgba(0, 0, 0, 0.6);
}
.popup > .timer-wrapper {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}
.popup > .timer-wrapper .timer-box { background: rgba(255, 255, 255, 0.08); color: #FFFFFF; }
.popup > .timer-wrapper .timer-label { color: #AAAAAA; }
.popup > .timer-wrapper .timer-separator { color: #FFFFFF; }
.gol { color: #FFFFFF; }
.gol-txt { color: #AAAAAA; }

/* Tela de resgatar (#three) */
.saldo-sacar-text { color: #FFFFFF; }
.transferencia-txt { color: #AAAAAA; }
.saldo-valor-tres { border-bottom-color: #2D2D2D; }
.btn-valor { background-color: rgba(255, 255, 255, 0.08); color: #FFFFFF; }
.botoes-row > .btn-valor { color: #FFFFFF; }
.display-total { background-color: rgba(255, 255, 255, 0.08); color: #FFFFFF; }
.btn-sacar-indisponivel { background: rgba(255, 255, 255, 0.08); }
.linha-ddd { background: #3D3D3D; }
.moedas-txt { color: #AAAAAA; }

/* Modais #four #five #six */
.saque-title { background: #1F1F1F; border-bottom-color: #2D2D2D; }
.saque-popup { background-color: #1F1F1F; }
#four .modal-inner { background: #1F1F1F; }
#five .modal-inner { background: #1F1F1F; }
#six .modal-inner { background: #1F1F1F; }
.pix-item { background-color: #1F1F1F; }
.pix-item:hover { background-color: rgba(255, 255, 255, 0.05); }
.pix-item:active { background-color: rgba(255, 255, 255, 0.08); }
.pix-title { color: #FFFFFF; }
.pix-subtitle { color: #AAAAAA; }
.pix-icon { background: #2D2D2D; border-color: #3D3D3D; }
.form-container { background-color: #1F1F1F; }
.field-label { color: #FFFFFF; }
input[type="text"] { border-bottom-color: #2D2D2D; color: #FFFFFF; }
input[type="text"]:focus { border-bottom-color: #FFFFFF; }
input.nome-completo, .placeholder-text { color: #FFFFFF; }
input.nome-completo { border-bottom-color: #2D2D2D !important; }
.pix-selector { border-bottom-color: #2D2D2D !important; }
.pix-selector .placeholder-text { color: #FFFFFF; }
.pix-selector .arrow { color: #AAAAAA; }
.selection-container { background-color: #1F1F1F; }
.option-row::after { background-color: #2D2D2D; }
.option-text { color: #FFFFFF; }
.custom-radio { border-color: #3D3D3D; background-color: #2D2D2D; }
.option-row input[type="radio"]:checked + .custom-radio { border-color: #2D2D2D; }

/* Loading #seven */
.loading-header { border-bottom-color: #2D2D2D; background-color: #FFFFFF; }
.new-loading-text { color: #FFFFFF; }
.new-progress-track { background-color: rgba(255, 255, 255, 0.08); }

/* Confirmação #nine */
.confirmation-header { background: #FFFFFF; border-bottom-color: #E5E5E5; }
.confirmation-section { background: #1F1F1F; border-color: #2D2D2D; }
.confirmation-section-title { color: #AAAAAA; }
.confirmation-fee-description { color: #AAAAAA; }
.confirmation-receipt-item { border-bottom-color: #2D2D2D; }
.confirmation-receipt-label { color: #AAAAAA; }
.confirmation-receipt-value { color: #FFFFFF; }
.confirmation-pix-key { background: #2D2D2D; border-color: #3D3D3D; color: #FFFFFF; }
.confirmation-divider { background: #2D2D2D; }
.confirmation-requirement-title { color: #FFFFFF; }
.confirmation-requirement-description { color: #AAAAAA; }
.confirmation-footer { border-top-color: #2D2D2D; }
.confirmation-footer-text { color: #AAAAAA; }

/* Logos de segurança — card branco isolado para preservar legibilidade */
.confirmation-security-item {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px 12px;
}

/* Sticky popup */
.saldo-popup,
.expira-em-popup { background-color: #1F1F1F; }
.saldo-popup { border-top-color: #2D2D2D; }
.expira-em-popup { border-color: #2D2D2D; }
.screen.is-modal .modal-inner { background: #1F1F1F; }

/* Telefone */
.telefone,
.telefone a { color: #FFFFFF !important; }
