/* INFINITY SKINS — preto com azul */
:root {
  /* Azul dos nomes (salvo) — usar em todos os acentos azuis */
  --is-blue: #3b82f6;
  --is-blue-bright: #60a5fa;
  --is-blue-deep: #2563eb;
  --accent-300: #93c5fd;
  --accent-500: #3b82f6;
  --accent-700: #2563eb;
  --mobdrop-purple: #3b82f6;
  --mobdrop-purple-deep: #1e3a8a;
  --mobdrop-gold: #ffffff;
  --mobdrop-ink: #020617;
  --mobdrop-muted: #94a3b8;
  --is-bg: #020617;
  --is-white: #ffffff;
}

html, body {
  background-color: #000 !important;
  background-image: none !important;
}

.header-app-header {
  background: #000 !important;
  border-bottom: 1px solid rgba(37, 99, 235, 0.28);
}

.app-main,
.container.app-main {
  background: #050505 !important;
  color: #e5e7eb !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.nav-notif-switch input:checked ~ .nav-notif-switch__track {
  background: var(--is-blue) !important;
}
.nav-notif-switch input:focus-visible ~ .nav-notif-switch__track {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.45) !important;
}

.mobdrop-cat-section {
  margin-bottom: 1.5rem;
  padding: 14px 12px 16px;
  border-radius: 18px;
  background: #0a0a0a;
  border: 1px solid #141414;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.mobdrop-cat-head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 16px 8px;
  margin-bottom: 8px;
  border-bottom: 0;
}

.mobdrop-cat-head__label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--is-blue) !important;
}
.mobdrop-cat-head__label--brand {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.2;
  background-image: linear-gradient(105deg, #1e40af 0%, #2563eb 22%, #38bdf8 48%, #a855f7 72%, #60a5fa 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.45));
}

.mobdrop-cat-head__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff !important;
}

.mobdrop-cat-head--cs .mobdrop-cat-head__title,
.mobdrop-cat-head--pokemon .mobdrop-cat-head__title {
  color: #fff !important;
}

.mobdrop-cat-section .text-center {
  color: #cbd5e1 !important;
  opacity: 1 !important;
}

.mobdrop-cat-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-left: 6px;
  vertical-align: middle;
}
.mobdrop-cat-badge--cs,
.mobdrop-cat-badge--pokemon {
  background: rgba(37, 99, 235, 0.25);
  color: #fff;
  border: 1px solid rgba(59, 130, 246, 0.55);
}

.badge.rf-badge.destaque,
.badge.rf-badge.ativo,
a.custom-highlight-card .custom-badge-display .badge {
  background: var(--is-blue) !important;
  border-color: var(--is-blue) !important;
  color: #fff !important;
}

a.custom-highlight-card .custom-badge-display .badge {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.rodape .font-xs strong span,
.rodape .font-xs strong {
  color: var(--is-blue) !important;
}

.header-app-brand,
img.header-app-brand,
a .header-app-brand {
  max-height: 52px !important;
  max-width: 200px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  filter: drop-shadow(0 0 10px rgba(37, 99, 235, 0.45));
}
.header-app-header .header-app-brand {
  max-height: 52px !important;
  max-width: 200px !important;
}
.app-brand.img-fluid {
  max-height: 112px !important;
  max-width: 112px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 50%;
  filter: drop-shadow(0 0 12px rgba(37, 99, 235, 0.4));
}
@media (max-width: 576px) {
  .header-app-brand,
  img.header-app-brand {
    max-height: 44px !important;
    max-width: 170px !important;
  }
  .app-brand.img-fluid {
    max-height: 96px !important;
    max-width: 96px !important;
  }
}

.mobdrop-cat-head--cs,
.mobdrop-cat-head--pokemon {
  flex-direction: row;
  align-items: center;
  gap: 14px;
  background: transparent;
  border-radius: 0;
  padding: 8px 6px 12px;
  margin-bottom: 8px;
  box-shadow: none;
}
.mobdrop-cat-head__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.mobdrop-cat-head__wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2px;
}
.mobdrop-cat-head__wordmark-top {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
}
.mobdrop-cat-head__wordmark-bot {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #60a5fa;
}
.mobdrop-cat-head__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  filter: drop-shadow(0 0 10px rgba(37, 99, 235, 0.45));
}
.mobdrop-cat-head--cs .mobdrop-cat-head__logo {
  display: none !important;
}
@media (min-width: 768px) {
  .mobdrop-cat-head__logo {
    width: 72px;
    height: 72px;
  }
}

.admin-sidebar .brand img {
  width: 52px !important;
  height: 52px !important;
  object-fit: cover;
  border-radius: 50%;
}

.progress-bar,
.bg-cota,
.btn-participar-sorteio,
.qty3-cta {
  background: linear-gradient(135deg, var(--is-blue) 0%, var(--is-blue-deep) 100%) !important;
  color: #fff !important;
}
.bg-success {
  background-color: var(--is-blue) !important;
}

.qty3-card--featured {
  background: linear-gradient(180deg, var(--is-blue) 0%, #1e40af 100%) !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.25);
}
.qty3-card__badge {
  color: #1d4ed8 !important;
  background: #fff !important;
}

.rifa-andamento {
  margin-top: 4px;
  max-width: 100%;
}
.rifa-andamento__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}
.rifa-andamento__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
  color: #475569;
}
.rifa-andamento__pct {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
}
.rifa-andamento__track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.rifa-andamento__bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--is-blue-deep) 0%, var(--is-blue) 100%);
  min-width: 0;
  transition: width 0.35s ease;
}
.rifa-andamento__meta {
  margin-top: 4px;
  font-size: 0.68rem;
  opacity: 0.85;
  color: #a1a1aa;
}
.rifa-andamento--compact {
  margin-top: 6px;
}
.rifa-andamento--compact .rifa-andamento__track {
  height: 6px;
  background: rgba(59, 130, 246, 0.18);
}
.rifa-andamento__pct-inline {
  margin-left: auto;
  font-size: 0.8rem;
  font-weight: 900;
  background-image: linear-gradient(90deg, #2563eb 0%, #38bdf8 45%, #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.mobdrop-cat-section .rifa-card {
  background: #111111 !important;
  color: #f8fafc;
  border: 1px solid #1f1f1f;
}
.mobdrop-cat-section .rifa-card .rifa-card__title,
a.rifa-card .rifa-card__title,
a.rifa-card.rifa-card--inline .rifa-card__title,
.rifa-card--inline .rifa-card__title,
body a.rifa-card .rifa-card__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  background-image: none !important;
  opacity: 1 !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  filter: none !important;
}
#drops-cs .rifa-card__name,
.mobdrop-cat-section .rifa-card__name,
a.rifa-card .rifa-card__name,
body a.rifa-card .rifa-card__name,
.app-main a.rifa-card .rifa-card__name,
.app-main a.rifa-card .rifa-card__title {
  display: inline !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 900 !important;
  filter: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.rifa-card__quotas {
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  background-image: linear-gradient(90deg, #2563eb 0%, #38bdf8 45%, #a855f7 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
.mobdrop-cat-section .rifa-card .rifa-andamento__pct-inline,
.rifa-andamento__pct-inline {
  margin-left: auto;
  font-size: 0.8rem;
  font-weight: 900;
  background-image: linear-gradient(90deg, #2563eb 0%, #38bdf8 45%, #a855f7 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
.mobdrop-cat-section .rifa-card .rifa-andamento__track {
  background: rgba(59, 130, 246, 0.22);
}

/* Botões — azul salvo dos nomes */
:root {
  --accent-500: #3b82f6;
  --accent-700: #2563eb;
}

.btn-primary,
.btn-success,
.btn.btn-primary,
.btn.btn-success,
a.btn-primary,
button.btn-primary,
.drope-btn-primary,
.btn-qr,
.btn-wide.btn-primary,
.raffle-pill.active,
.chkt-pay-btn,
.btn-participar,
.btn-participar-sorteio,
.qty3-cta,
#drope-popup-header,
.bg-success,
.progress-bar.bg-success {
  background: var(--is-blue) !important;
  background-image: linear-gradient(135deg, var(--is-blue) 0%, var(--is-blue-deep) 100%) !important;
  border-color: var(--is-blue) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-success:hover,
.drope-btn-primary:hover,
.btn-participar-sorteio:hover,
.qty3-cta:hover {
  background: #1d4ed8 !important;
  background-image: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%) !important;
  border-color: #1d4ed8 !important;
  color: #fff !important;
}

.btn-outline-success,
.rev-nav-cta {
  color: var(--is-blue) !important;
  border-color: rgba(37, 99, 235, 0.45) !important;
  background: transparent !important;
}
.btn-outline-success:hover,
.rev-nav-cta:hover {
  background: var(--is-blue) !important;
  border-color: var(--is-blue) !important;
  color: #fff !important;
}

#drope-popup-header {
  background: var(--is-blue) !important;
  background-image: none !important;
}

.qty3-stepper__plus {
  color: var(--is-blue) !important;
}

.btn-buy,
a.btn-buy,
button.btn-buy {
  background: linear-gradient(135deg, var(--is-blue-deep) 0%, var(--is-blue) 50%, var(--is-blue-bright) 100%) !important;
  background-size: 200% 200% !important;
  box-shadow: 0 10px 40px rgb(37 99 235 / .42), inset 0 1px 0 rgb(255 255 255 / .15) !important;
}
.btn-buy:before,
a.btn-buy:before {
  background: conic-gradient(from var(--angle), transparent 0%, transparent 65%, var(--is-blue-deep) 75%, var(--is-blue) 85%, var(--is-blue-bright) 95%, transparent 100%) !important;
}
.btn-buy:hover,
a.btn-buy:hover {
  box-shadow: 0 18px 60px rgb(37 99 235 / .5), 0 4px 14px rgb(0 0 0 / .35) !important;
}

a.custom-highlight-card,
a.custom-highlight-card.SorteioTpl_sorteioTpl__2s2Wu,
a.SorteioTpl_destaque__3vnWR {
  background: #000 !important;
  background-color: #000 !important;
  box-shadow: none !important;
  filter: none !important;
  border: none !important;
  outline: none !important;
}
a.custom-highlight-card:before,
a.custom-highlight-card::before,
a.custom-highlight-card.SorteioTpl_destaque__3vnWR:before,
a.custom-highlight-card.SorteioTpl_destaque__3vnWR::before {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
a.custom-highlight-card .SorteioTpl_imagemContainer::after,
a.custom-highlight-card .SorteioTpl_imagemContainer:after,
a.custom-highlight-card .SorteioTpl_imagemContainer::before,
a.custom-highlight-card .SorteioTpl_imagemContainer:before,
a.custom-highlight-card .SorteioTpl_imagemContainer__2-pl4::after,
a.custom-highlight-card .SorteioTpl_imagemContainer__2-pl4:after,
a.custom-highlight-card .SorteioTpl_imagemContainer__2-pl4::before,
a.custom-highlight-card .SorteioTpl_imagemContainer__2-pl4:before,
a.custom-highlight-card [class*="SorteioTpl_imagemContainer"]::after,
a.custom-highlight-card [class*="SorteioTpl_imagemContainer"]:after,
a.custom-highlight-card [class*="SorteioTpl_imagemContainer"]::before,
a.custom-highlight-card [class*="SorteioTpl_imagemContainer"]:before,
.SorteioTpl_destaque__3vnWR .SorteioTpl_imagemContainer::after,
.SorteioTpl_destaque__3vnWR .SorteioTpl_imagemContainer:after,
.SorteioTpl_destaque__3vnWR .SorteioTpl_imagemContainer__2-pl4::after,
.SorteioTpl_destaque__3vnWR .SorteioTpl_imagemContainer__2-pl4:after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  inset: auto !important;
}
a.custom-highlight-card .SorteioTpl_imagem__2GXxI {
  filter: none !important;
}
a.custom-highlight-card .custom-content-wrapper,
a.custom-highlight-card .custom-badge-display,
a.custom-highlight-card .destaque-side,
a.custom-highlight-card .destaque-cta,
a.custom-highlight-card .SorteioTpl_title__3RLtu,
a.custom-highlight-card .destaque-progress {
  position: relative;
  z-index: 5 !important;
}
a.custom-highlight-card .custom-content-wrapper,
a.custom-highlight-card .SorteioTpl_info__t1BZr,
.SorteioTpl_destaque__3vnWR .custom-content-wrapper,
.SorteioTpl_destaque__3vnWR .SorteioTpl_info__t1BZr {
  background: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  color: #fff !important;
}

/* Texto em área escura (home) */
.app-main,
.app-main .card,
.app-main .p-3,
.saas-reviews-section,
.home-ganhadores__title,
.app-title h1,
.faq-item,
.accordion,
[data-skel-hide-until-ready] .text-center {
  color: #e5e7eb !important;
}
.saas-reviews-meta {
  color: #94a3b8 !important;
}
.rev-nav-cta {
  background: #111 !important;
  color: var(--is-blue) !important;
  border: 1px solid var(--is-blue) !important;
}
.app-main .text-center[style*="opacity"],
.app-main .p-3.text-center {
  color: #94a3b8 !important;
  opacity: 1 !important;
}

.home-duvidas,
.home-gw-card,
.pergunta-item,
.app-perguntas .pergunta-item {
  background: #111 !important;
  border-color: #1f1f1f !important;
  color: #e5e7eb !important;
}
.pergunta-item--pergunta,
a.pergunta-item--pergunta {
  color: #f8fafc !important;
}
.saas-text,
.home-gw-card__row,
.home-gw-card__row strong {
  color: #cbd5e1 !important;
}

/* Títulos da lista: branco sólido */
.SorteioTpl_title__3RLtu,
a .SorteioTpl_title__3RLtu {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 800 !important;
}

/* Destaque: título branco nítido; resto branco; azul salvo nos acentos */
a.custom-highlight-card .SorteioTpl_title__3RLtu,
a.SorteioTpl_destaque__3vnWR .SorteioTpl_title__3RLtu,
body a.custom-highlight-card .SorteioTpl_title__3RLtu,
.app-main a.custom-highlight-card .SorteioTpl_title__3RLtu,
a.custom-highlight-card .SorteioTpl_title__3RLtu span,
a.custom-highlight-card .destaque-title-text {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 900 !important;
  font-size: 1.1rem !important;
  letter-spacing: 0.01em;
  text-shadow: none !important;
  filter: none !important;
  -webkit-line-clamp: unset !important;
  display: block !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;
  white-space: normal !important;
}

.destaque-progress {
  margin-top: 8px;
  max-width: 100%;
}
.destaque-progress .rifa-andamento__track {
  height: 8px;
  background: rgba(59, 130, 246, 0.28);
}
.destaque-progress .rifa-andamento__bar {
  background: linear-gradient(90deg, var(--is-blue-deep) 0%, var(--is-blue) 100%);
}
.destaque-progress__meta,
a.custom-highlight-card .destaque-progress__meta,
a.custom-highlight-card .destaque-progress__meta span,
.app-main a.custom-highlight-card .destaque-progress__meta,
.app-main a.custom-highlight-card .destaque-progress__meta span {
  background-image: linear-gradient(90deg, #2563eb 0%, #38bdf8 45%, #a855f7 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  opacity: 1 !important;
  font-weight: 800 !important;
  font-size: 0.88rem !important;
  text-shadow: none !important;
  filter: none !important;
}
.destaque-progress__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
}
a.custom-highlight-card .destaque-price,
a.custom-highlight-card .destaque-price small,
a.custom-highlight-card .destaque-price strong,
.app-main a.custom-highlight-card .destaque-price,
.app-main a.custom-highlight-card .destaque-price small,
.app-main a.custom-highlight-card .destaque-price strong {
  background: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: none !important;
  filter: none !important;
}
a.custom-highlight-card .destaque-price strong {
  font-weight: 900 !important;
  font-size: 1.5rem !important;
}
a.custom-highlight-card .destaque-cta {
  z-index: 6 !important;
  opacity: 1 !important;
}
a.custom-highlight-card .custom-content-wrapper,
a.custom-highlight-card .custom-content-wrapper * {
  text-shadow: none !important;
}
.destaque-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.destaque-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--is-blue) 0%, var(--is-blue-deep) 100%);
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.45);
}

a.pergunta-item--pergunta {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.rodape .social a.whatsapp1,
.rodape .social a.instagram1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #111827;
}

.rodape .social a.whatsapp1 {
  color: #25d366 !important;
}

.rodape .social a.instagram1 {
  color: #e4405f !important;
}

.rodape .social a.whatsapp1 i,
.rodape .social a.instagram1 i {
  font-size: 28px;
  color: inherit !important;
}

.rodape .social a svg {
  fill: currentColor;
}


