:root {
  --bg: #0a0907;
  --bg2: #110f0b;
  --card: #16130e;
  --card2: #1d1912;
  --line: #2a241a;
  --line2: #3a3224;
  --text: #f5eedc;
  --muted: #a39880;
  --gold: #d4a437;
  --gold2: #f3d27a;
  --gold-grad: linear-gradient(135deg, #f8e199 0%, #d9ab3f 45%, #a3761a 100%);
  --green: #3ecf7a;
  --amber: #f1b52f;
  --red: #ef5a4c;
  --radius: 18px;
  --shadow: 0 20px 50px -24px rgba(0,0,0,.8);
}
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif; line-height: 1.5;
  background-image: radial-gradient(circle at 15% -5%, rgba(212,164,55,.12), transparent 40%),
                    radial-gradient(circle at 95% 25%, rgba(212,164,55,.06), transparent 35%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
body.lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
[hidden] { display: none !important; }
.ic { width: 1em; height: 1em; flex-shrink: 0; vertical-align: -.125em; }

/* ===== Barra de aviso ===== */
.notice { background: var(--gold-grad); color: #1a1405; font-weight: 600; font-size: 13.5px; overflow: hidden; white-space: nowrap; }
.notice-track { display: inline-flex; padding: 8px 0; animation: slide 30s linear infinite; }
.notice-track span { display: inline-flex; align-items: center; gap: 8px; padding: 0 60px; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ===== Topo ===== */
.top { position: sticky; top: 0; z-index: 30; background: rgba(10,9,7,.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.top-in { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 12px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 21px; letter-spacing: .2px; min-width: 0; }
.brand span { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-img { width: 36px; height: 36px; border-radius: 10px; object-fit: cover; }
.social { display: flex; gap: 8px; align-items: center; }
.soc { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; padding: 8px 13px; border-radius: 99px; border: 1px solid var(--line); color: var(--muted); transition: .2s; }
.soc .ic { font-size: 16px; }
.soc:hover { color: var(--gold2); border-color: var(--gold); }
.age { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--red); color: var(--red); font-weight: 800; font-size: 11.5px; flex-shrink: 0; }
.age.big { width: 50px; height: 50px; font-size: 15px; }
@media (max-width: 640px) { .soc span { display: none; } .soc { padding: 8px; } }

/* ===== Hero ===== */
.hero { position: relative; padding: 52px 0 44px; text-align: center; overflow: hidden; }
.glow { position: absolute; inset: -45% 15% auto; height: 440px; background: radial-gradient(ellipse, rgba(212,164,55,.24), transparent 65%); filter: blur(24px); pointer-events: none; }
.hero .wrap { position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); border: 1px solid var(--line); padding: 6px 14px; border-radius: 99px; background: var(--bg2); margin: 0 0 18px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(62,207,122,.6); animation: pulse 1.8s infinite; flex-shrink: 0; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(62,207,122,0); } 100% { box-shadow: 0 0 0 0 rgba(62,207,122,0); } }
.hero h1 { font-size: clamp(30px, 5.4vw, 56px); line-height: 1.06; margin: 0 auto 14px; max-width: 860px; font-weight: 900; letter-spacing: -.5px;
  background: linear-gradient(180deg, #fff8e6 30%, #e0bd6e); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sub { color: var(--muted); max-width: 620px; margin: 0 auto 28px; font-size: 17px; }
.kpis { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 52px; }
.kpi { display: flex; align-items: center; gap: 12px; text-align: left; background: rgba(22,19,14,.8); border: 1px solid var(--line); border-radius: 16px; padding: 12px 20px 12px 12px; min-width: 170px; }
.kpi-ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(212,164,55,.12); color: var(--gold2); font-size: 20px; }
.kpi-ic.fire-ic { background: rgba(255,110,40,.12); }
.kpi b { display: block; font-size: 22px; line-height: 1.1; color: var(--text); }
.kpi span:not(.kpi-ic) { font-size: 12.5px; color: var(--muted); }

/* ===== Pódio ===== */
.podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: end; max-width: 920px; margin: 0 auto; }
.pod { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 46px 18px 20px;
  background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line); border-radius: 22px; transition: .25s; box-shadow: var(--shadow); }
.pod:hover { transform: translateY(-4px); border-color: var(--line2); }
.pod-1 { order: 2; padding-top: 58px; padding-bottom: 26px; border-color: rgba(212,164,55,.55); box-shadow: 0 24px 70px -24px rgba(212,164,55,.5); }
.pod-1::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 50% 0, rgba(212,164,55,.18), transparent 60%); pointer-events: none; }
.pod-2 { order: 1; } .pod-3 { order: 3; }
.medal { position: absolute; top: -30px; width: 56px; height: auto; filter: drop-shadow(0 8px 12px rgba(0,0,0,.55)); }
.pod-1 .medal { width: 68px; top: -38px; }
.pod strong { font-size: 18px; margin-top: 4px; }
.pod .btn { width: 100%; margin-top: 8px; }
.hot { position: absolute; top: 14px; right: 14px; font-size: 26px; animation: flame 1.2s ease-in-out infinite alternate; filter: drop-shadow(0 0 8px rgba(255,120,40,.7)); }
@keyframes flame { from { transform: scale(1) rotate(-4deg); } to { transform: scale(1.12) rotate(4deg); } }

/* ===== Logos ===== */
.logo { width: 56px; height: 56px; border-radius: 15px; flex-shrink: 0; overflow: hidden; background: #0f0d0a; border: 1px solid var(--line); display: grid; place-items: center; }
.logo img { width: 100%; height: 100%; object-fit: cover; }
.logo.ph { background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 35%, #000)); border-color: rgba(255,255,255,.08); }
.logo.ph span { font-weight: 800; font-size: 20px; color: #fff; text-shadow: 0 2px 6px rgba(0,0,0,.35); }
.logo.lg { width: 84px; height: 84px; border-radius: 22px; }
.logo.lg.ph span { font-size: 30px; }

.stars { display: inline-flex; gap: 2px; }
.st { width: 14px; height: 14px; color: #3a3226; }
.st.on { color: var(--gold); }

.pct { font-weight: 800; font-size: 28px; line-height: 1.2; }
.pct small { font-size: 12px; font-weight: 500; color: var(--muted); }
.high { color: var(--green); } .mid { color: var(--amber); } .low { color: var(--red); }

/* ===== Ticker ===== */
.ticker { display: flex; align-items: center; border-block: 1px solid var(--line); background: var(--bg2); overflow: hidden; }
.ticker-label { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; background: var(--gold-grad); color: #1a1405; font-weight: 800; font-size: 11.5px; letter-spacing: 1px; padding: 12px 16px; z-index: 1; }
.ticker-label .live-dot { background: #16833f; }
.ticker-viewport { overflow: hidden; flex: 1; }
.ticker-track { display: inline-flex; white-space: nowrap; animation: slide 45s linear infinite; }
.tk { padding: 0 22px; font-size: 14px; color: var(--muted); border-right: 1px solid var(--line); }
.tk b { margin-left: 6px; }

/* ===== Carrossel ===== */
.slider { position: relative; margin-top: 32px; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: var(--card); aspect-ratio: 3 / 1; }
.slides { display: flex; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.slides::-webkit-scrollbar { display: none; }
.slide { flex: 0 0 100%; scroll-snap-align: start; height: 100%; }
.slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sl-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); background: rgba(0,0,0,.45); color: #fff; display: grid; place-items: center; cursor: pointer; font-size: 18px; backdrop-filter: blur(6px); opacity: 0; transition: .2s; }
.slider:hover .sl-nav { opacity: 1; }
.sl-nav.prev { left: 12px; } .sl-nav.next { right: 12px; }
.dots { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; justify-content: center; gap: 6px; }
.dots button { width: 8px; height: 8px; border-radius: 99px; border: 0; background: rgba(255,255,255,.4); padding: 0; cursor: pointer; transition: .25s; }
.dots button.on { width: 24px; background: var(--gold2); }
@media (max-width: 640px) { .slider { border-radius: 14px; margin-top: 24px; } .sl-nav { display: none; } .dots { bottom: 6px; } }

/* ===== Seção / ferramentas ===== */
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin: 40px 0 14px; gap: 12px; }
.section-head h2 { margin: 0; font-size: 24px; }
.count { color: var(--muted); font-size: 14px; }
.toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-bottom: 22px; }
.chips { grid-column: 1 / -1; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.chips::-webkit-scrollbar { display: none; }
.search { display: flex; align-items: center; gap: 10px; background: var(--bg2); border: 1px solid var(--line); border-radius: 14px; padding: 0 14px; color: var(--muted); transition: .2s; }
.search .ic { font-size: 18px; }
.search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,164,55,.15); }
.search input { flex: 1; min-width: 0; background: none; border: 0; outline: 0; color: var(--text); font: inherit; padding: 13px 0; }
.select { position: relative; }
.select select { appearance: none; -webkit-appearance: none; height: 100%; width: 100%; background: var(--bg2); color: var(--text); border: 1px solid var(--line); border-radius: 14px; padding: 12px 40px 12px 14px; font: inherit; cursor: pointer; outline: 0; }
.select select:focus { border-color: var(--gold); }
.select .ic { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--muted); }
.chip { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; background: var(--bg2); color: var(--muted); border: 1px solid var(--line); border-radius: 99px; padding: 8px 16px; font-size: 14px; cursor: pointer; transition: .2s; }
.chip:hover { color: var(--text); border-color: var(--line2); }
.chip.active { background: var(--gold-grad); color: #1a1405; border-color: transparent; font-weight: 700; }
@media (max-width: 520px) { .select { width: 138px; } .select select { padding-right: 30px; padding-left: 12px; font-size: 14px; } .select .ic { right: 10px; } }

/* ===== Cards ===== */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); gap: 18px; }
.card { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 20px; border-radius: var(--radius);
  background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line); transition: transform .25s, border-color .25s, box-shadow .25s; overflow: hidden; }
.card::before { content: ''; position: absolute; inset: 0 0 auto; height: 3px; background: var(--c); opacity: .85; }
.card:hover { transform: translateY(-4px); border-color: var(--line2); box-shadow: 0 20px 44px -20px rgba(212,164,55,.3); }
.card.is-fire { border-color: rgba(255,110,40,.35); }
.card-head { display: flex; gap: 14px; align-items: center; padding-right: 30px; }
.card-title { min-width: 0; }
.card h3 { margin: 0 0 3px; font-size: 18px; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ribbon { position: absolute; top: 15px; right: -36px; transform: rotate(45deg); background: var(--gold-grad); color: #1a1405; font-size: 10.5px; font-weight: 800; padding: 4px 42px; text-transform: uppercase; letter-spacing: .6px; box-shadow: 0 4px 10px rgba(0,0,0,.3); }
.title-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hot-tag { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 800; letter-spacing: .6px; color: #ffb27a;
  background: rgba(255,90,30,.12); border: 1px solid rgba(255,110,40,.35); padding: 2px 8px 2px 5px; border-radius: 99px; line-height: 1.4; }
.hot-tag .ic { font-size: 15px; animation: flame 1.2s ease-in-out infinite alternate; }
.hot-tag.inline { margin-top: 6px; }

.payout { background: #0e0c09; border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; }
.payout-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px; }
.payout-top span { display: inline-flex; align-items: center; gap: 6px; }
.payout-top b { font-size: 26px; line-height: 1.1; }
.payout.high b { color: var(--green); } .payout.mid b { color: var(--amber); } .payout.low b { color: var(--red); }
.bar { height: 8px; background: #221d14; border-radius: 99px; margin: 8px 0 6px; overflow: hidden; }
.bar i { display: block; height: 100%; border-radius: 99px; transition: width 1.1s cubic-bezier(.2,.8,.2,1); position: relative; }
.bar i::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent); animation: shine 2.4s infinite; }
@keyframes shine { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
.payout.high .bar i { background: linear-gradient(90deg, #1b8f4f, var(--green)); }
.payout.mid .bar i { background: linear-gradient(90deg, #c38512, var(--amber)); }
.payout.low .bar i { background: linear-gradient(90deg, #a8352a, var(--red)); }
.payout small { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 12px; }

.bonus { display: flex; gap: 8px; align-items: flex-start; margin: 0; font-size: 14px; color: var(--gold2); }
.bonus .ic { font-size: 17px; margin-top: 1px; }
.meta { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0; }
.meta li { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); border: 1px solid var(--line); border-radius: 99px; padding: 3px 10px; }
.meta li.pix { color: #7fe3c1; border-color: rgba(50,188,173,.35); }
.card-actions { margin-top: auto; display: flex; gap: 8px; }
.card-actions .btn:not(.sm) { flex: 1; }

/* ===== Botões ===== */
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; background: var(--gold-grad); color: #1a1405; font-weight: 800; letter-spacing: .8px;
  padding: 13px 20px; border-radius: 13px; border: 0; cursor: pointer; transition: .2s; position: relative; overflow: hidden; white-space: nowrap; font-size: 15px; }
.btn .ic { font-size: 17px; }
.btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%); transform: translateX(-100%); }
.btn:hover::after { transform: translateX(100%); transition: transform .7s; }
.btn:hover { filter: brightness(1.07); box-shadow: 0 10px 26px -10px rgba(212,164,55,.75); }
.btn:active { transform: scale(.98); }
.btn.ghost { background: transparent; color: var(--text); border: 1px solid var(--line2); letter-spacing: 0; font-weight: 600; }
.btn.ghost:hover { border-color: var(--gold); box-shadow: none; }
.btn.ghost::after { display: none; }
.btn.sm { padding: 0; width: 48px; }
.btn.block { width: 100%; }
.btn.tg { background: #229ed9; color: #fff; }
.btn.wa { background: #25d366; color: #06301a; }
.empty { text-align: center; color: var(--muted); padding: 50px 0; }
.empty .ic { font-size: 36px; opacity: .5; }

/* ===== CTA / FAQ / Rodapé ===== */
.cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 64px; padding: 30px;
  border: 1px solid rgba(212,164,55,.35); border-radius: 22px; background: linear-gradient(135deg, rgba(212,164,55,.13), rgba(212,164,55,.02)); }
.cta-ic { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; background: var(--gold-grad); color: #1a1405; font-size: 28px; flex-shrink: 0; }
.cta-txt { flex: 1; min-width: 220px; }
.cta h2 { margin: 0 0 4px; font-size: 22px; } .cta p { margin: 0; color: var(--muted); }
.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.faq { margin-top: 64px; max-width: 820px; }
.faq h2 { text-align: center; font-size: 26px; }
.faq details { background: var(--bg2); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; margin-bottom: 10px; transition: border-color .2s; }
.faq details[open] { border-color: var(--line2); }
.faq summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { color: var(--gold); transition: transform .2s; font-size: 18px; }
.faq details[open] summary .ic { transform: rotate(180deg); }
.faq p { color: var(--muted); margin: 10px 0 0; }
.foot { margin-top: 72px; border-top: 1px solid var(--line); padding: 32px 0 40px; background: var(--bg2); }
.foot-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.resp { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); }
.resp .ic { font-size: 20px; color: var(--gold); margin-top: 2px; }
.resp p { margin: 0; font-size: 14px; }
.foot .muted { color: var(--muted); font-size: 12px; opacity: .7; margin-top: 14px; }

/* ===== Botão flutuante ===== */
.float-btn { position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; font-size: 30px; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.5); transition: .2s; }
.float-btn.wa { background: #25d366; } .float-btn.tg { background: #229ed9; font-size: 26px; }
.float-btn:hover { transform: scale(1.08); }
.float-btn::before { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid currentColor; opacity: .5; animation: ring 2s infinite; }
.float-btn.wa::before { color: #25d366; } .float-btn.tg::before { color: #229ed9; }
@keyframes ring { to { transform: scale(1.5); opacity: 0; } }

/* ===== Modal ===== */
.modal, .gate { position: fixed; inset: 0; z-index: 100; background: rgba(5,4,3,.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: grid; place-items: center; padding: 16px; animation: fade .2s; }
@keyframes fade { from { opacity: 0; } }
.modal-box { position: relative; width: 100%; max-width: 460px; max-height: calc(100vh - 32px); overflow: auto; background: var(--card); border: 1px solid var(--line2); border-radius: 24px; padding: 24px; display: flex; flex-direction: column; gap: 16px; animation: pop .25s cubic-bezier(.2,.9,.3,1.2); }
@keyframes pop { from { transform: translateY(20px) scale(.97); opacity: 0; } }
.modal-x { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: var(--bg2); color: var(--muted); display: grid; place-items: center; cursor: pointer; font-size: 16px; }
.modal-x:hover { color: var(--text); }
#modal-body { display: flex; flex-direction: column; gap: 16px; }
.m-head { display: flex; gap: 16px; align-items: center; }
.m-head h3 { margin: 0 0 4px; font-size: 22px; }
.m-desc { margin: 0; color: #d6ccb6; font-size: 15px; }
.m-hl { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.m-hl li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; }
.m-hl .ic { color: var(--green); margin-top: 3px; }
.m-note { display: flex; align-items: center; gap: 8px; justify-content: center; margin: 0; font-size: 12px; color: var(--muted); }
@media (max-width: 560px) {
  .modal { place-items: end center; padding: 0; }
  .modal-box { max-width: none; border-radius: 24px 24px 0 0; max-height: 90vh; padding-bottom: calc(24px + env(safe-area-inset-bottom)); animation: up .3s cubic-bezier(.2,.9,.3,1); }
  @keyframes up { from { transform: translateY(100%); } }
}

/* ===== Aviso de idade ===== */
.gate-box { background: var(--card); border: 1px solid rgba(212,164,55,.4); border-radius: 24px; padding: 32px 26px; max-width: 420px; text-align: center; animation: pop .3s; }
.gate-box .age { margin: 0 auto 10px; }
.gate-box h2 { margin: 8px 0; }
.gate-box p { color: var(--muted); }
.gate-btns { display: flex; gap: 10px; justify-content: center; margin-top: 18px; flex-wrap: wrap; }

/* ===== Celular ===== */
@media (max-width: 720px) {
  .hero { padding: 36px 0 32px; }
  .sub { font-size: 15.5px; }
  .kpis { gap: 8px; margin-bottom: 44px; display: grid; grid-template-columns: repeat(3, 1fr); }
  .kpi { flex-direction: column; text-align: center; min-width: 0; padding: 12px 6px; gap: 6px; }
  .kpi-ic { width: 34px; height: 34px; font-size: 17px; }
  .kpi b { font-size: 19px; }
  .kpi span:not(.kpi-ic) { font-size: 11px; }
  .section-head { margin-top: 32px; }
  .section-head h2 { font-size: 20px; }
  .cta { padding: 22px; margin-top: 48px; }
  .cta-btns { width: 100%; } .cta-btns .btn { flex: 1; }
  .float-btn { width: 52px; height: 52px; font-size: 26px; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
}

/* ===== Celular: pódio e casas em 3 colunas, compactos ===== */
@media (max-width: 720px) {
  .podium { grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 22px; }
  .pod { padding: 30px 8px 10px; gap: 5px; border-radius: 16px; }
  .pod-1 { padding-top: 36px; padding-bottom: 12px; }
  .medal { width: 36px; top: -20px; }
  .pod-1 .medal { width: 44px; top: -26px; }
  .pod .logo.lg { width: 50px; height: 50px; border-radius: 14px; }
  .pod .logo.lg.ph span { font-size: 18px; }
  .pod strong { font-size: 12.5px; margin-top: 2px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .pod .stars { display: none; }
  .pod .pct { font-size: 17px; }
  .pod .pct small { display: block; font-size: 10px; line-height: 1; }
  .pod .btn { padding: 8px 4px; font-size: 11px; letter-spacing: .3px; margin-top: 4px; border-radius: 10px; }
  .pod .btn .ic { display: none; }
  .hot { top: 6px; right: 6px; font-size: 16px; }

  .grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .card { padding: 10px 8px 9px; gap: 7px; border-radius: 14px; text-align: center; }
  .card::before { height: 2px; }
  .card:hover { transform: none; }
  .card-head { flex-direction: column; gap: 6px; padding: 4px 0 0; }
  .card-head .logo { width: 46px; height: 46px; border-radius: 13px; }
  .card-head .logo.ph span { font-size: 16px; }
  .card-title { width: 100%; }
  .card h3 { font-size: 12.5px; margin: 0; }
  .title-row { justify-content: center; gap: 3px; }
  .card .stars .st { width: 9px; height: 9px; }
  .card .hot-tag { position: absolute; top: 6px; left: 6px; padding: 0; border: 0; background: none; font-size: 0; }
  .card .hot-tag .ic { font-size: 15px; }
  .payout { padding: 6px 6px 5px; border-radius: 10px; }
  .payout-top { justify-content: center; }
  .payout-top span { display: none; }
  .payout-top b { font-size: 17px; }
  .bar { height: 4px; margin: 4px 0 0; }
  .payout small, .card .bonus, .card .meta, .card .details.sm { display: none !important; }
  .card-actions { margin-top: auto; }
  .card-actions .btn:not(.sm) { padding: 8px 2px; font-size: 10.5px; letter-spacing: .3px; border-radius: 9px; gap: 3px; }
  .card-actions .btn .ic { display: none; }
  .card .fav-btn { position: absolute; top: 5px; left: 5px; width: 26px !important; height: 26px; border: 0 !important; background: rgba(0,0,0,.35) !important; border-radius: 50%; padding: 0; font-size: 13px; z-index: 2; }
  .card .fav-btn .ic { display: block !important; }
  .card.is-fire .fav-btn { left: auto; right: 5px; }
  .card:has(.ribbon).is-fire .fav-btn { right: auto; left: 5px; top: 28px; }
  .ribbon { font-size: 6.5px; top: 7px; right: -30px; padding: 2px 30px; letter-spacing: .3px; }
  .card:has(.ribbon) .hot-tag { top: 6px; left: 6px; }
}
@media (max-width: 360px) { .card h3 { font-size: 11.5px; } .payout-top b { font-size: 15px; } .card-actions .btn:not(.sm) { font-size: 9.5px; } }

/* ===== Selos do rodapé ===== */
.seals { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 22px; }
.seal { display: flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; border-radius: 14px; background: linear-gradient(180deg, #17140e, #100e0a); border: 1px solid var(--line2); }
.seal-ic { position: relative; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-size: 17px; color: #1a1405; background: var(--gold-grad); box-shadow: 0 0 0 3px rgba(212,164,55,.18); flex-shrink: 0; }
.seal-ic.red { background: linear-gradient(135deg, #ff8a7a, #d63b2d); color: #fff; box-shadow: 0 0 0 3px rgba(239,90,76,.18); font-weight: 900; font-size: 12px; }
.seal-ic.green { background: linear-gradient(135deg, #7ff0ae, #1f9d57); color: #05230f; box-shadow: 0 0 0 3px rgba(62,207,122,.18); }
.seal-ic.teal { background: linear-gradient(135deg, #8ff5e6, #14a391); color: #042a25; box-shadow: 0 0 0 3px rgba(50,188,173,.18); }
.seal-ic .chk { position: absolute; right: -3px; bottom: -3px; width: 16px; height: 16px; border-radius: 50%; background: var(--green); color: #05230f; display: grid; place-items: center; font-size: 9px; border: 2px solid #100e0a; }
.seal b { display: block; font-size: 12.5px; line-height: 1.2; }
.seal small { display: block; font-size: 10.5px; color: var(--muted); line-height: 1.2; text-transform: uppercase; letter-spacing: .5px; }
@media (max-width: 720px) { .seals { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } .seal { padding: 7px 10px 7px 7px; } .seal-ic { width: 32px; height: 32px; font-size: 15px; } .seal b { font-size: 11.5px; } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

/* ===================== ÁREA DO USUÁRIO ===================== */
.user-btn { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px 0 12px; border-radius: 99px; background: var(--gold-grad); color: #1a1405; font-weight: 700; font-size: 14px; transition: .2s; white-space: nowrap; }
.user-btn .ic { font-size: 17px; }
.user-btn:hover { filter: brightness(1.08); }
.user-btn.in { background: var(--bg2); color: var(--text); border: 1px solid var(--line2); padding: 0 14px 0 4px; }
.user-btn.in:hover { border-color: var(--gold); }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--gold-grad); color: #1a1405; font-weight: 800; font-size: 12px; flex-shrink: 0; }
.avatar.xl { width: 72px; height: 72px; font-size: 26px; box-shadow: 0 10px 30px -8px rgba(212,164,55,.55); }
@media (max-width: 640px) { .user-btn span:not(.avatar) { display: none; } .user-btn { width: 38px; padding: 0; justify-content: center; } .user-btn.in { width: auto; padding: 0 4px; } }

/* Coração */
.fav-btn { position: relative; color: var(--muted); }
.fav-btn .ic { transition: transform .2s; }
.fav-btn .fill { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0); color: #ff4d6d; }
.fav-btn.on { color: #ff4d6d; border-color: rgba(255,77,109,.45); }
.fav-btn.on .fill { transform: translate(-50%, -50%) scale(1); }
.fav-btn.pop .fill { animation: heart .45s cubic-bezier(.3,1.6,.5,1); }
@keyframes heart { 0% { transform: translate(-50%, -50%) scale(0); } 60% { transform: translate(-50%, -50%) scale(1.35); } 100% { transform: translate(-50%, -50%) scale(1); } }
.fav-btn:disabled { opacity: .6; }

/* Login / cadastro */
.auth-page .foot, .account-page .foot { margin-top: 56px; }
.foot.slim { padding: 22px 0 28px; }
.auth-wrap { display: grid; grid-template-columns: 1fr 460px; gap: 48px; align-items: center; padding-top: 48px; padding-bottom: 20px; min-height: calc(100vh - 220px); }
.auth-promo h1 { font-size: clamp(30px, 4vw, 46px); line-height: 1.05; margin: 18px 0 10px; font-weight: 900; background: linear-gradient(180deg, #fff8e6 30%, #e0bd6e); -webkit-background-clip: text; background-clip: text; color: transparent; }
.auth-promo > p { color: var(--muted); font-size: 17px; margin: 0 0 28px; }
.promo-medals { display: flex; align-items: flex-end; gap: 6px; }
.promo-medals img { width: 52px; filter: drop-shadow(0 10px 14px rgba(0,0,0,.5)); }
.promo-medals img:nth-child(2) { width: 66px; }
.perks { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.perks li { display: flex; gap: 14px; align-items: flex-start; }
.perks li > span { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: rgba(212,164,55,.12); color: var(--gold2); font-size: 20px; flex-shrink: 0; }
.perks b { display: block; font-size: 16px; }
.perks small { color: var(--muted); font-size: 14px; }
.auth-card { position: relative; background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line2); border-radius: 26px; padding: 26px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.8); }
.auth-card::before { content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(160deg, rgba(212,164,55,.6), transparent 40%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; background: var(--bg2); border: 1px solid var(--line); border-radius: 14px; padding: 4px; margin-bottom: 22px; }
.auth-tabs a { text-align: center; padding: 10px; border-radius: 10px; font-weight: 600; color: var(--muted); transition: .15s; }
.auth-tabs a.on { background: var(--gold-grad); color: #1a1405; }
.uform h2 { margin: 0 0 2px; font-size: 22px; }
.uform > .muted { margin: 0 0 20px; color: var(--muted); }
.ufld { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.ufld > span { font-size: 13px; font-weight: 600; color: #cfc4ab; }
.ufld em { font-style: normal; color: var(--muted); font-weight: 400; }
.uinp { position: relative; }
.uinp > .ic { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 18px; pointer-events: none; }
.uinp input { width: 100%; background: #0e0c09; border: 1px solid var(--line); color: var(--text); border-radius: 13px; padding: 13px 44px 13px 44px; font: inherit; font-size: 16px; outline: 0; transition: .15s; }
.uinp input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,164,55,.15); }
.uinp input:disabled { opacity: .6; }
.uinp input::placeholder { color: #6f6553; }
.peek { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border: 0; background: none; color: var(--muted); cursor: pointer; display: grid; place-items: center; font-size: 18px; border-radius: 10px; }
.peek.on, .peek:hover { color: var(--gold2); }
.urow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.strength { display: flex; align-items: center; gap: 4px; margin: -4px 0 14px; }
.strength i { flex: 1; height: 4px; border-radius: 99px; background: #2a241a; transition: .2s; }
.strength span { font-size: 12px; color: var(--muted); width: 64px; text-align: right; }
.strength[data-s="1"] i:nth-child(-n+1) { background: var(--red); }
.strength[data-s="2"] i:nth-child(-n+2) { background: var(--amber); }
.strength[data-s="3"] i:nth-child(-n+3) { background: #9ad155; }
.strength[data-s="4"] i:nth-child(-n+4) { background: var(--green); }
.ucheck { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: #d6ccb6; margin-bottom: 12px; cursor: pointer; position: relative; }
.ucheck input { position: absolute; opacity: 0; width: 20px; height: 20px; margin: 0; }
.ucheck .box { width: 20px; height: 20px; border-radius: 6px; border: 1.5px solid var(--line2); background: #0e0c09; display: grid; place-items: center; flex-shrink: 0; color: transparent; font-size: 12px; transition: .15s; margin-top: 1px; }
.ucheck input:checked + .box { background: var(--gold-grad); border-color: transparent; color: #1a1405; }
.ucheck input:focus-visible + .box { box-shadow: 0 0 0 3px rgba(212,164,55,.3); }
.uform .btn { margin-top: 6px; }
.switch { text-align: center; color: var(--muted); font-size: 14px; margin: 16px 0 0; }
.switch a { color: var(--gold2); font-weight: 600; }
.forgot { margin: -4px 0 12px; font-size: 13.5px; }
.forgot summary { color: var(--gold2); cursor: pointer; list-style: none; display: inline-block; }
.forgot summary::-webkit-details-marker { display: none; }
.forgot p { color: var(--muted); margin: 8px 0 10px; }
.alert-err, .note, .uflash { display: flex; gap: 10px; align-items: center; padding: 12px 14px; border-radius: 13px; font-size: 14px; margin-bottom: 16px; }
.alert-err, .uflash.err { background: rgba(239,90,76,.1); border: 1px solid rgba(239,90,76,.35); color: #ffa79e; }
.note { background: rgba(212,164,55,.1); border: 1px solid rgba(212,164,55,.35); color: var(--gold2); }
.uflash.ok { background: rgba(62,207,122,.1); border: 1px solid rgba(62,207,122,.35); color: #8ef0b4; }
.utoast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 300; display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 14px; background: #1c1812; border: 1px solid var(--line2); box-shadow: 0 14px 40px rgba(0,0,0,.6); font-size: 14px; font-weight: 500; animation: tup .3s cubic-bezier(.2,.9,.3,1.2); white-space: nowrap; }
.utoast .ic { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--green); color: #05230f; }
.utoast.err .ic { background: var(--red); color: #fff; }
.utoast.out { opacity: 0; transform: translate(-50%, 8px); transition: .3s; }
@keyframes tup { from { opacity: 0; transform: translate(-50%, 12px); } }

/* Minha conta */
.acc { padding-top: 32px; max-width: 1000px; }
.acc-hero { display: flex; align-items: center; gap: 18px; padding: 24px; border-radius: 24px; border: 1px solid rgba(212,164,55,.35); background: radial-gradient(circle at 0 0, rgba(212,164,55,.18), transparent 50%), linear-gradient(180deg, var(--card2), var(--card)); }
.acc-hi { flex: 1; min-width: 0; }
.acc-hi h1 { margin: 0; font-size: 28px; line-height: 1.15; }
.acc-hi .muted { margin: 2px 0 0; color: var(--muted); overflow: hidden; text-overflow: ellipsis; }
.eyebrow-sm { margin: 0 0 2px; font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--gold2); }
.acc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 14px 0 8px; }
.acc-stats > div { display: flex; flex-direction: column; gap: 2px; padding: 16px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); }
.acc-stats span { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; background: rgba(212,164,55,.12); color: var(--gold2); font-size: 18px; margin-bottom: 8px; }
.acc-stats b { font-size: 20px; }
.acc-stats small { color: var(--muted); font-size: 12.5px; }
.acc-sec { margin-top: 30px; }
.acc-sec.box { background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line); border-radius: 22px; padding: 22px; margin-top: 0; }
.acc-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 14px; }
.acc-sec h2 { display: flex; align-items: center; gap: 9px; margin: 0; font-size: 19px; }
.acc-sec.box h2 { margin-bottom: 18px; font-size: 17px; }
.acc-sec h2 .ic { color: var(--gold); }
.link-gold { display: inline-flex; align-items: center; gap: 2px; color: var(--gold2); font-weight: 600; font-size: 14px; }
.acc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; align-items: start; }
.mini-list { display: grid; gap: 10px; }
.mini { position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto 44px auto; align-items: center; gap: 14px; padding: 12px 12px 12px 14px; border-radius: 18px; background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line); transition: .3s; overflow: hidden; }
.mini::before { content: ''; position: absolute; left: 0; top: 12px; bottom: 12px; width: 3px; border-radius: 0 3px 3px 0; background: var(--c); }
.mini.bye { opacity: 0; transform: translateX(30px); }
.mini .logo.sm { width: 46px; height: 46px; border-radius: 13px; }
.mini .logo.sm.ph span { font-size: 16px; }
.mini-txt b { display: flex; align-items: center; gap: 4px; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-txt small { display: inline-flex; align-items: center; gap: 4px; color: var(--muted); font-size: 12px; }
.fire-dot { font-size: 15px; display: inline-flex; }
.mini-pct { font-size: 22px; font-weight: 800; text-align: right; line-height: 1.1; }
.mini-pct small { display: block; font-size: 11px; font-weight: 500; color: var(--muted); }
.mini .fav-btn { width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line2); background: transparent; display: grid; place-items: center; cursor: pointer; font-size: 18px; }
.btn.sm-go { padding: 12px 16px; font-size: 14px; }
.acc-empty { text-align: center; padding: 36px 20px; border: 1px dashed var(--line2); border-radius: 20px; color: var(--muted); }
.acc-empty > .ic { font-size: 34px; color: #ff4d6d; opacity: .7; }
.acc-empty b { color: var(--text); }
.danger-zone { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 14px; }
.danger-zone summary { display: inline-flex; align-items: center; gap: 6px; color: #ff8a80; cursor: pointer; font-size: 14px; list-style: none; }
.danger-zone summary::-webkit-details-marker { display: none; }
.danger-zone .uform { margin-top: 12px; }
.danger-btn { background: linear-gradient(135deg, #ff7a6b, #d63b2d) !important; color: #fff !important; }

@media (max-width: 860px) {
  .auth-wrap { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; min-height: 0; }
  .auth-promo { text-align: center; }
  .promo-medals { justify-content: center; }
  .auth-promo > p { margin-bottom: 0; }
  .perks { display: none; }
  .auth-card { padding: 20px 16px; border-radius: 22px; }
  .urow { grid-template-columns: 1fr; gap: 0; }
  .acc-grid { grid-template-columns: 1fr; }
  .acc-hero { flex-wrap: wrap; padding: 20px; }
  .acc-hero .btn { width: 100%; }
  .acc-hi h1 { font-size: 24px; }
  .avatar.xl { width: 60px; height: 60px; font-size: 22px; }
  .acc-stats { gap: 8px; }
  .acc-stats > div { padding: 12px; }
  .acc-stats b { font-size: 16px; }
  .mini { grid-template-columns: 46px minmax(0, 1fr) auto; grid-template-areas: "logo txt pct" "fav go go"; row-gap: 12px; }
  .mini .logo { grid-area: logo; } .mini-txt { grid-area: txt; min-width: 0; } .mini-pct { grid-area: pct; }
  .mini .fav-btn { grid-area: fav; } .mini .sm-go { grid-area: go; }
  .utoast { bottom: calc(86px + env(safe-area-inset-bottom)); }
}
@media (max-width: 520px) { .acc-sec h2 { font-size: 17px; white-space: nowrap; } .link-gold { font-size: 13px; } }
.sessions { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; }
.sessions h3 { display: flex; align-items: center; gap: 8px; font-size: 15px; margin: 0 0 12px; }
.sessions h3 .ic { color: var(--gold); }
.sess { display: flex; gap: 12px; align-items: center; padding: 8px 0; }
.sess-ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--bg2); border: 1px solid var(--line); color: var(--muted); }
.sess b { display: block; font-size: 14px; font-weight: 600; }
.sess b em { font-style: normal; font-size: 11px; color: var(--green); background: rgba(62,207,122,.12); padding: 1px 7px; border-radius: 99px; margin-left: 4px; }
.sess small { color: var(--muted); font-size: 12px; }
.sessions form { margin-top: 10px; }
.card-head.details { cursor: pointer; }

/* ===================== HOME: menu, feed ao vivo e carrossel ===================== */
.subnav { border-top: 1px solid var(--line); }
.subnav-in { display: flex; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; height: 48px; }
.subnav-in::-webkit-scrollbar { display: none; }
.subnav a { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; height: 100%; color: var(--muted); font-weight: 500; font-size: 15px; white-space: nowrap; transition: color .2s; }
.subnav a .ic { font-size: 16px; }
.subnav a:hover { color: var(--text); }
.subnav a.on { color: var(--text); font-weight: 600; }
.subnav a::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--gold-grad); transform: scaleX(0); transition: transform .25s; }
.subnav a.on::after, .subnav a:hover::after { transform: scaleX(1); }
.clock { margin-left: auto; padding-left: 16px; font-weight: 600; font-size: 15px; color: var(--text); font-variant-numeric: tabular-nums; white-space: nowrap; }

.home-top { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 14px; padding-top: 16px; align-items: stretch; }
.home-top.no-banner { grid-template-columns: 1fr; }
.home-top.no-banner .feed { display: none; }

/* Feed "Pagando agora" (rola sozinho de baixo pra cima) */
.feed { position: relative; min-height: 0; }
.feed-head { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 1px; color: var(--gold2); margin-bottom: 8px; height: 18px; }
.feed-head small { margin-left: auto; font-weight: 500; letter-spacing: 0; color: var(--muted); }
.feed-vp { position: absolute; top: 26px; left: 0; right: 0; bottom: 14px; overflow: hidden; -webkit-mask: linear-gradient(180deg, #000 88%, transparent); mask: linear-gradient(180deg, #000 88%, transparent); }
.feed-track { display: flex; flex-direction: column; gap: 10px; will-change: transform; }
.feed-item { display: flex; align-items: stretch; gap: 0; height: var(--ih, 96px); border-radius: 12px; overflow: hidden; background: #1a1612; border: 1px solid var(--line); transition: border-color .2s, background .2s; flex-shrink: 0; }
.feed-item:hover { border-color: var(--line2); background: #211c15; }
.feed-thumb { position: relative; width: var(--ih, 96px); flex-shrink: 0; display: grid; place-items: center; background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 30%, #000)); }
.feed-thumb img { width: 100%; height: 100%; object-fit: cover; }
.feed-thumb b { font-size: 26px; font-weight: 900; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.4); }
.feed-fire { position: absolute; top: 4px; right: 4px; font-size: 18px; filter: drop-shadow(0 0 6px rgba(255,120,40,.8)); }
.feed-txt { display: flex; flex-direction: column; justify-content: center; gap: 1px; padding: 0 14px; min-width: 0; }
.feed-txt small { font-size: 13px; color: var(--muted); }
.feed-txt strong { font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.feed-pct { font-weight: 800; font-size: 17px; }
.feed-pct em { font-style: normal; font-weight: 500; font-size: 12px; color: var(--muted); margin-left: 4px; }

/* Carrossel principal */
.hs { min-width: 0; }
.hs-vp { position: relative; border-radius: 16px; overflow: hidden; background: var(--card); aspect-ratio: 3 / 1; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.hs-track { display: flex; height: 100%; transition: transform .5s ease; will-change: transform; }
.hs-track.drag { transition: none; }
.hs-slide { position: relative; flex: 0 0 100%; height: 100%; overflow: hidden; display: block; }
.hs-slide img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.06); transition: transform 5.5s ease-out; pointer-events: none; }
.hs-slide.on img { transform: scale(1); }
.hs-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 40%, rgba(255,255,255,.14) 50%, transparent 60%); transform: translateX(-100%); pointer-events: none; }
.hs-slide.on::after { animation: sheen 1.2s .35s ease-out; }
@keyframes sheen { to { transform: translateX(100%); } }
.hs-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(40,34,52,.72); color: #fff; display: grid; place-items: center; font-size: 20px; cursor: pointer; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 4px 14px rgba(0,0,0,.35); transition: background .2s, transform .2s; z-index: 2; }
.hs-nav:hover { background: rgba(60,50,78,.9); transform: translateY(-50%) scale(1.08); }
.hs-nav.prev { left: 14px; } .hs-nav.next { right: 14px; }
.hs-bars { display: flex; gap: 6px; margin-top: 10px; }
.hs-bars button { flex: 1; height: 4px; border: 0; padding: 0; border-radius: 99px; background: #3a3530; cursor: pointer; overflow: hidden; position: relative; }
.hs-bars button::before { content: ''; position: absolute; inset: -8px 0; }
.hs-bars i { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, #ff4d4d, #ff2a3d); }
.hs-bars button.on i { animation: fillbar var(--dur, 5s) linear forwards; }
.hs.paused .hs-bars button.on i { animation-play-state: paused; }
@keyframes fillbar { from { width: 0; } to { width: 100%; } }

.ticker { margin-top: 14px; }
@media (min-width: 901px) { .home-top:not(.no-banner) ~ .ticker { display: none; } }
@media (max-width: 900px) {
  .home-top { grid-template-columns: 1fr; padding-top: 12px; }
  .feed { display: none; }
  .hs-nav { display: none; }
  .hs-vp { border-radius: 12px; }
  .hs-bars { gap: 4px; margin-top: 8px; }
  .hs-bars button { height: 3px; }
  .clock { display: none; }
  .subnav-in { height: 44px; }
  .subnav a { font-size: 14px; padding: 0 10px; }
}
.feed-txt { line-height: 1.25; }
.feed-txt small { font-size: 12px; }
#ranking.hero { padding: 40px 0 36px; }
#ranking.hero h1 { font-size: clamp(26px, 3.6vw, 40px); max-width: 760px; }
#ranking.hero .sub { font-size: 15.5px; margin-bottom: 22px; }
#ranking .kpis { margin-bottom: 48px; }

/* ===================== RANKING (Top 3 do dia) ===================== */
@font-face { font-family: 'Lilita'; src: url(fonts/lilita-one.woff2) format('woff2'); font-display: swap; }
.arena-wrap { margin-top: 26px; }
.arena { position: relative; overflow: hidden; border-radius: 24px; padding: 34px 28px 0; text-align: center;
  background: url(img/arena-bg.jpg) center / cover no-repeat, #1a0638; border: 1px solid rgba(180,124,255,.28);
  box-shadow: 0 30px 70px -30px rgba(107,43,209,.55), inset 0 1px 0 rgba(255,255,255,.08); }
.arena::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 0, rgba(255,214,90,.12), transparent 55%); }
.arena > * { position: relative; z-index: 1; }
.arena-live { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 800; letter-spacing: 1.5px; padding: 7px 14px; border-radius: 99px; background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.18); }
.arena-title { font-family: 'Lilita', 'Outfit', sans-serif; font-weight: 400; font-size: clamp(40px, 6vw, 68px); line-height: 1; margin: 14px 0 6px; text-transform: uppercase; letter-spacing: 1px;
  background: linear-gradient(180deg, #fffbe8 0%, #ffe38a 45%, #f0a91c 72%, #c67a06 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 4px 0 #4a2200) drop-shadow(0 10px 18px rgba(0,0,0,.5)); }
.arena-sub { margin: 0; font-size: 17px; font-weight: 600; color: rgba(255,255,255,.85); text-shadow: 0 2px 8px rgba(0,0,0,.5); }

.arena .podium { display: grid; grid-template-columns: repeat(3, minmax(0, 250px)); justify-content: center; gap: 16px; align-items: end; margin: 64px auto 0; max-width: none; }
.arena .place { display: flex; flex-direction: column; min-width: 0; }
.arena .place-1 { order: 2; } .arena .place-2 { order: 1; } .arena .place-3 { order: 3; }
.arena .pod { order: initial; border-radius: 20px 20px 0 0; border-bottom: 0; padding: 44px 16px 18px; gap: 7px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  background: linear-gradient(180deg, rgba(34,26,52,.92), rgba(22,17,34,.95)); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 -10px 40px -20px rgba(0,0,0,.6); }
.arena .pod:hover { transform: none; }
.arena .pod-1 { padding-top: 58px; border-color: rgba(255,214,90,.6); background: linear-gradient(180deg, rgba(92,64,18,.95), rgba(40,28,12,.97)); box-shadow: 0 0 60px -10px rgba(255,200,80,.45); }
.arena .pod-2 { border-color: rgba(214,221,235,.45); background: linear-gradient(180deg, rgba(58,62,78,.94), rgba(28,30,40,.96)); }
.arena .pod-3 { border-color: rgba(214,140,80,.5); background: linear-gradient(180deg, rgba(78,44,24,.94), rgba(36,22,14,.96)); }
.arena .pod-1::before { display: none; }
.arena .pod .pct { font-size: 32px; line-height: 1; margin: 2px 0; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.arena .pod strong { font-size: 17px; }
.arena .step { display: grid; place-items: center; height: 64px; border-radius: 0 0 6px 6px; font-family: 'Lilita', 'Outfit', sans-serif; font-size: 34px; letter-spacing: 1px;
  box-shadow: inset 0 5px 0 rgba(255,255,255,.45), inset 0 -6px 0 rgba(0,0,0,.18); }
.arena .place-1 .step { height: 92px; background: linear-gradient(180deg, #ffe38a, #d99a16 60%, #a86c06); color: #6b3f00; text-shadow: 0 2px 0 rgba(255,255,255,.4); font-size: 42px; }
.arena .place-2 .step { height: 66px; background: linear-gradient(180deg, #eef1f6, #aab2be 60%, #7c8591); color: #4b525d; text-shadow: 0 2px 0 rgba(255,255,255,.5); }
.arena .place-3 .step { height: 46px; background: linear-gradient(180deg, #f5bd8c, #c47a42 60%, #8a4a1c); color: #5a2c0e; text-shadow: 0 2px 0 rgba(255,255,255,.35); font-size: 28px; }

.arena-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 -28px; background: rgba(8,5,16,.78); border-top: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.arena-stats > div { padding: 16px 10px; display: flex; flex-direction: column; align-items: center; gap: 2px; }
.arena-stats > div + div { border-left: 1px solid rgba(255,255,255,.08); }
.arena-stats b { display: inline-flex; align-items: center; gap: 4px; font-size: 22px; font-weight: 800; color: #fff; line-height: 1.1; }
.arena-stats b .ic { font-size: 20px; }
.arena-stats span { font-size: 12.5px; color: rgba(255,255,255,.6); }
.arena-stats:has(> div:nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 720px) {
  .arena-wrap { margin-top: 18px; }
  .arena { border-radius: 18px; padding: 24px 10px 0; background-position: center top; }
  .arena-live { font-size: 11px; padding: 6px 12px; }
  .arena-title { font-size: 40px; }
  .arena-sub { font-size: 14px; }
  .arena .podium { grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 44px; padding: 0; }
  .arena .pod { padding: 30px 6px 10px !important; border-radius: 14px 14px 0 0; gap: 4px; }
  .arena .pod-1 { padding-top: 36px !important; }
  .arena .pod .pct { font-size: 19px; }
  .arena .pod strong { font-size: 12.5px; }
  .arena .step { font-size: 22px; height: 40px; }
  .arena .place-1 .step { height: 58px; font-size: 26px; }
  .arena .place-2 .step { height: 42px; }
  .arena .place-3 .step { height: 30px; font-size: 18px; }
  .arena-stats { grid-template-columns: repeat(2, 1fr) !important; margin: 0 -10px; }
  .arena-stats > div { padding: 12px 6px; }
  .arena-stats > div:nth-child(3) { border-left: 0; }
  .arena-stats > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.08); }
  .arena-stats b { font-size: 18px; }
  .arena-stats span { font-size: 11px; }
}

/* ===================== RODAPÉ ===================== */
.foot { margin-top: 72px; padding: 44px 0 24px; background: linear-gradient(180deg, #100e0a, #0a0907); border-top: 1px solid var(--line); }
.foot h4 { margin: 0 0 14px; font-size: 12.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold2); }
.foot-grid { display: grid; grid-template-columns: 1.3fr .8fr 1.3fr; gap: 40px; padding-bottom: 32px; }
.foot-about p { color: var(--muted); font-size: 14.5px; margin: 14px 0 16px; max-width: 360px; }
.foot-social { display: flex; gap: 8px; }
.foot-social a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-size: 18px; color: var(--muted); background: var(--bg2); border: 1px solid var(--line); transition: .2s; }
.foot-social a:hover { color: var(--gold2); border-color: var(--gold); }
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot-col > a:not(.help-org) { color: #cfc4ab; font-size: 14.5px; width: fit-content; transition: color .2s; }
.foot-col > a:not(.help-org):hover { color: var(--gold2); }
.help-org { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 14px; background: var(--bg2); border: 1px solid var(--line); transition: border-color .2s; }
.help-org:hover { border-color: var(--line2); }
.help-ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; background: rgba(62,207,122,.12); color: var(--green); font-size: 17px; }
.help-org > span:nth-child(2) { flex: 1; min-width: 0; }
.help-org b { display: block; font-size: 14px; }
.help-org small { display: block; font-size: 12px; color: var(--muted); line-height: 1.3; }
.help-org .ext { color: var(--muted); font-size: 14px; }
.foot-trust { padding: 26px 0; border-top: 1px solid var(--line); }
.trust-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(178px, 1fr)); gap: 10px; }
.trust-row .seal { height: 58px; }
.seal-img { display: grid; place-items: center; height: 58px; padding: 6px 12px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.seal-img img { max-height: 46px; max-width: 100%; object-fit: contain; }
.foot-legal { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border-radius: 18px; background: rgba(239,90,76,.06); border: 1px solid rgba(239,90,76,.22); }
.foot-legal .age { flex-shrink: 0; }
.foot-legal p { margin: 0 0 6px; color: #cfc4ab; font-size: 13.5px; line-height: 1.55; }
.foot-legal p:last-child { margin: 0; color: var(--muted); }
.foot-legal b { color: var(--text); }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 20px; margin-top: 22px; border-top: 1px solid var(--line); font-size: 12.5px; color: #7d7360; }
@media (max-width: 860px) {
  .foot { padding-top: 34px; margin-top: 56px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .foot-about { grid-column: 1 / -1; }
  .foot-help { grid-column: 1 / -1; }
  .foot-about p { max-width: none; }
  .foot-grid > .foot-col:not(.foot-help) { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
  .foot-grid > .foot-col:not(.foot-help) h4 { grid-column: 1 / -1; margin-bottom: 4px; }
  .trust-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .trust-row .seal { height: 54px; padding: 6px 8px; gap: 8px; }
  .foot-legal { padding: 16px; gap: 12px; }
  .foot-legal .age.big { width: 42px; height: 42px; font-size: 13px; }
  .foot-bottom { flex-direction: column; gap: 6px; }
}

/* ===================== LOGIN v2 (cena de cassino) ===================== */
.auth-bg { position: fixed; inset: 0; z-index: -1; background: url(img/login-scene.jpg) center / cover no-repeat; filter: blur(28px) saturate(1.2); opacity: .35; transform: scale(1.1); }
.auth-page { background: #0a0907; }
.auth-page .top { background: rgba(10,9,7,.7); }
.auth-wrap { grid-template-columns: minmax(0, 1.05fr) 460px; gap: 36px; align-items: stretch; padding-top: 36px; min-height: 0; }
.auth-promo { position: relative; overflow: hidden; border-radius: 26px; min-height: 600px; border: 1px solid rgba(180,124,255,.35); box-shadow: 0 40px 80px -30px rgba(107,43,209,.6); display: flex; flex-direction: column; justify-content: space-between; text-align: left; }
.promo-art { position: absolute; inset: 0; }
.promo-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; animation: kb 18s ease-in-out infinite alternate; }
@keyframes kb { from { transform: scale(1.02); } to { transform: scale(1.1) translateY(-10px); } }
.auth-promo::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,4,24,.82) 0%, rgba(10,4,24,.2) 32%, rgba(10,4,24,0) 55%, rgba(10,4,24,.85) 100%); }
.promo-top, .promo-perks { position: relative; z-index: 2; }
.promo-top { padding: 30px 32px 0; }
.promo-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 800; letter-spacing: 1.5px; padding: 7px 14px; border-radius: 99px; background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.2); }
.promo-title { font-family: 'Lilita', 'Outfit', sans-serif; font-weight: 400; font-size: clamp(44px, 5vw, 72px); line-height: .95; margin: 14px 0 0; text-transform: uppercase; letter-spacing: 1px;
  background: linear-gradient(180deg, #fffbe8 0%, #ffe38a 45%, #f0a91c 72%, #c67a06 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 4px 0 #4a2200) drop-shadow(0 10px 18px rgba(0,0,0,.55)); }
.promo-title span { display: block; }
.promo-perks { list-style: none; margin: 0; padding: 0 24px 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.promo-perks li { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 12px; font-weight: 700; font-size: 14px; background: rgba(12,8,22,.72); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.promo-perks li .ic { color: var(--gold2); font-size: 17px; }
.auth-card { align-self: center; background: linear-gradient(180deg, rgba(30,25,18,.94), rgba(20,17,12,.96)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.auth-card .uform h2 { font-size: 24px; }
@media (max-width: 860px) {
  .auth-wrap { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .auth-promo { min-height: 330px; border-radius: 0; border: 0; margin: 0 -16px; box-shadow: none; }
  .promo-top { padding: 22px 18px 0; }
  .promo-title { font-size: 44px; }
  .promo-perks { padding: 0 14px 44px; gap: 6px; }
  .promo-perks li { font-size: 12px; padding: 7px 10px; }
  .auth-card { margin-top: -30px; position: relative; z-index: 3; }
  .auth-page .foot { margin-top: 40px; }
}
.auth-promo { background: radial-gradient(ellipse at 50% 70%, #3d1190, #1a0640 60%, #0b0318); }
.promo-art { top: 150px; }
.promo-art img { object-position: center top; }
.promo-art::before { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 80px; z-index: 1; background: linear-gradient(180deg, #1a0640, transparent); }
.auth-promo::before { background: linear-gradient(180deg, rgba(10,4,24,.35) 0%, rgba(10,4,24,0) 30%, rgba(10,4,24,0) 62%, rgba(10,4,24,.88) 100%); }
@media (max-width: 860px) {
  .auth-promo { margin: 0; min-height: 360px; }
  .promo-art { top: 118px; }
  .auth-card { margin: -34px 12px 0; }
}
.promo-art::before { height: 170px; background: linear-gradient(180deg, #1c0744 0%, rgba(28,7,68,.85) 35%, transparent); }
.auth-promo { background: #1c0744; }
.promo-perks { gap: 6px; padding: 0 18px 18px; flex-wrap: nowrap; }
.promo-perks li { padding: 8px 11px; font-size: 13px; white-space: nowrap; }
@media (max-width: 1100px) { .promo-perks { flex-wrap: wrap; } }
@media (max-width: 860px) { .promo-perks { display: none; } .auth-promo { min-height: 330px; } }
.promo-art { overflow: hidden; -webkit-mask: linear-gradient(180deg, transparent 0, #000 150px); mask: linear-gradient(180deg, transparent 0, #000 150px); }
.promo-art::before { display: none; }
@media (max-width: 860px) { .promo-art { -webkit-mask: linear-gradient(180deg, transparent 0, #000 90px); mask: linear-gradient(180deg, transparent 0, #000 90px); } }
.renew { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 12px; padding: 14px 16px; border-radius: 16px; background: rgba(241,181,47,.1); border: 1px solid rgba(241,181,47,.4); color: #f7d58a; font-size: 14px; }
.renew span { flex: 1; min-width: 200px; }
.join { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.join-txt b { display: block; font-size: 15px; }
.join-txt span { color: var(--muted); font-size: 14px; }
.join .btn { width: 100%; }
.promo-art.custom { top: 0; -webkit-mask: none; mask: none; }
.promo-art.custom img { object-position: center; }
.auth-promo:has(.promo-art.custom)::before { background: linear-gradient(180deg, rgba(10,4,24,.8) 0%, rgba(10,4,24,.1) 35%, rgba(10,4,24,0) 60%, rgba(10,4,24,.85) 100%); }
.preview-bar { position: relative; z-index: 60; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 9px 16px; background: #2a1f05; border-bottom: 1px solid rgba(241,181,47,.45); color: #f7d58a; font-size: 13.5px; justify-content: center; text-align: center; }
.preview-bar .ic { font-size: 16px; }
.preview-bar a { font-weight: 700; color: #1a1405; background: var(--gold-grad); padding: 5px 12px; border-radius: 99px; }

/* ===================== LOGIN v3 + PAGAMENTO PIX ===================== */
.promo-art.full { top: 0 !important; -webkit-mask: none !important; mask: none !important; }
.promo-art.full img { object-position: center; animation: none; }
.auth-promo:has(.promo-art.full)::before { display: none; }
.auth-promo:has(.promo-art.full) { min-height: 560px; }
.price-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 16px 18px; margin-bottom: 18px; border-radius: 16px;
  background: radial-gradient(circle at 0 0, rgba(62,207,122,.18), transparent 60%), linear-gradient(135deg, #1b2a1c, #121a12); border: 1px solid rgba(62,207,122,.35); }
.ph-lbl { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: 1.2px; color: #8ef0b4; }
.ph-price { font-family: 'Lilita', 'Outfit', sans-serif; font-weight: 400; font-size: 40px; line-height: 1; color: #fff; letter-spacing: .5px; }
.price-head ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; font-size: 13px; color: #cfe9d6; }
.price-head li { display: flex; align-items: center; gap: 6px; }
.price-head li .ic { color: var(--green); }
.join-cta { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding: 14px; border-radius: 16px; border: 1px solid rgba(62,207,122,.35);
  background: linear-gradient(135deg, rgba(62,207,122,.12), rgba(62,207,122,.03)); transition: .2s; }
.join-cta:hover { border-color: var(--green); transform: translateY(-1px); }
.jc-price { display: grid; place-items: center; padding: 8px 12px; border-radius: 12px; background: var(--green); color: #05230f; line-height: 1.05; text-align: center; flex-shrink: 0; }
.jc-price small { font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.jc-price b { font-size: 19px; font-weight: 900; }
.jc-txt { flex: 1; min-width: 0; }
.jc-txt b { display: block; font-size: 15px; }
.jc-txt small { color: var(--muted); font-size: 13px; }
.join-cta > .ic { color: var(--green); font-size: 20px; }
.renew-box { padding: 16px; margin-bottom: 18px; border-radius: 16px; border: 1px solid rgba(241,181,47,.4); background: rgba(241,181,47,.08); }
.renew-box > b { display: block; font-size: 16px; color: #f7d58a; }
.renew-box > span { display: block; color: var(--muted); font-size: 13.5px; margin: 2px 0 12px; }
.pay-btn { background: linear-gradient(135deg, #5af09a, #1fae5b 55%, #137a3f); color: #03210f; }
.pay-btn:hover { box-shadow: 0 10px 26px -10px rgba(62,207,122,.8); }
.btn.busy { opacity: .85; pointer-events: none; }
.spin.sm { width: 16px; height: 16px; border-width: 2px; display: inline-block; vertical-align: -3px; }
.spin { width: 28px; height: 28px; border: 3px solid rgba(255,255,255,.2); border-top-color: currentColor; border-radius: 50%; animation: spinr .8s linear infinite; }
@keyframes spinr { to { transform: rotate(360deg); } }
.secure-note { display: flex; align-items: center; gap: 6px; justify-content: center; font-size: 12.5px; color: var(--muted); margin: 12px 0 0; }

.paybox { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 16px; background: rgba(4,3,2,.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); animation: fade .2s; }
.pb-card { position: relative; width: 100%; max-width: 420px; max-height: calc(100vh - 32px); overflow: auto; border-radius: 26px; padding: 26px 24px 22px; text-align: center;
  background: linear-gradient(180deg, #1d1912, #14110c); border: 1px solid rgba(62,207,122,.4); box-shadow: 0 40px 80px rgba(0,0,0,.7); animation: pop .3s cubic-bezier(.2,.9,.3,1.2); }
.pb-x { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: var(--bg2); color: var(--muted); display: grid; place-items: center; cursor: pointer; }
.pb-pix { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; color: #05230f; background: var(--green); padding: 5px 12px; border-radius: 99px; }
.pb-head h3 { margin: 12px 0 2px; font-size: 22px; }
.pb-head h3 b { color: var(--green); }
.pb-head p { margin: 0; color: var(--muted); font-size: 14px; }
.pb-qr { width: 230px; height: 230px; margin: 18px auto 14px; padding: 10px; border-radius: 18px; background: #fff; display: grid; place-items: center; color: #555; box-shadow: 0 0 0 6px rgba(62,207,122,.18); }
.pb-qr svg, .pb-qr img { width: 100%; height: 100%; display: block; }
.pb-code { display: flex; gap: 8px; }
.pb-code input { flex: 1; min-width: 0; background: #0e0c09; border: 1px dashed rgba(62,207,122,.5); color: var(--text); border-radius: 12px; padding: 12px; font: inherit; font-size: 13px; }
.pb-code .btn { padding: 0 16px; background: linear-gradient(135deg, #5af09a, #1fae5b); color: #03210f; }
.pb-code .btn.copied { background: #fff; }
.pb-status { display: flex; align-items: center; gap: 8px; justify-content: center; margin: 16px 0 12px; font-size: 14px; color: #cfc4ab; flex-wrap: wrap; }
.pb-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(241,181,47,.6); animation: pulse 1.6s infinite; }
.expired .pb-dot { background: var(--red); animation: none; }
.pb-timer { font-variant-numeric: tabular-nums; color: var(--muted); font-size: 13px; }
.pb-steps { text-align: left; margin: 0; padding: 12px 14px 12px 34px; border-radius: 14px; background: var(--bg2); border: 1px solid var(--line); color: var(--muted); font-size: 13.5px; display: grid; gap: 4px; }
.pb-done { padding: 12px 0 4px; }
.pb-check { width: 84px; height: 84px; margin: 6px auto 14px; border-radius: 50%; display: grid; place-items: center; font-size: 42px; color: #05230f; background: var(--green); box-shadow: 0 0 0 10px rgba(62,207,122,.18), 0 0 40px rgba(62,207,122,.5); animation: pop .5s cubic-bezier(.2,1.6,.4,1); }
.pb-done h3 { margin: 0 0 6px; font-size: 24px; }
.pb-done p { color: var(--muted); margin: 0 0 18px; }
@media (max-width: 860px) {
  .auth-promo:has(.promo-art.full) { min-height: 0; aspect-ratio: 6 / 5; }
  .price-head { padding: 14px; }
  .ph-price { font-size: 34px; }
  .paybox { place-items: end center; padding: 0; }
  .pb-card { max-width: none; border-radius: 24px 24px 0 0; padding-bottom: calc(22px + env(safe-area-inset-bottom)); animation: up .3s cubic-bezier(.2,.9,.3,1); }
  .pb-qr { width: 200px; height: 200px; }
}

/* v3.1: imagem do login sempre na proporção certa (não estica com o formulário) */
@media (min-width: 861px) {
  .auth-wrap:has(.promo-art.full) { align-items: start; }
  .auth-promo:has(.promo-art.full) { min-height: 0 !important; aspect-ratio: 6 / 5; align-self: start; position: sticky; top: 96px; background: #0b0a08; }
}
.promo-art.full img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.uinp:not(:has(.peek)) input { padding-right: 12px; }
.urow .uinp input { padding-left: 40px; font-size: 15.5px; }
.urow .uinp > .ic { left: 13px; }

/* v3.2: validação do cadastro campo a campo */
.fmsg { display: block; font-size: 12.5px; line-height: 1.3; min-height: 0; color: #ff8a80; font-weight: 500; }
.fmsg:empty { display: none; }
.ucheck .fmsg { position: absolute; left: 30px; top: 100%; margin-top: 2px; }
.ucheck.bad { margin-bottom: 30px; }
.ucheck.bad .box { border-color: #ff6b5e; box-shadow: 0 0 0 3px rgba(255,107,94,.15); }
.ufld.bad .uinp input { border-color: #ff6b5e; box-shadow: 0 0 0 3px rgba(255,107,94,.12); }
.ufld.bad .uinp > .ic { color: #ff8a80; }
.ufld.good .uinp input { border-color: rgba(62,207,122,.55); }
.ufld.good .uinp > .ic { color: var(--green); }
.pay-btn { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; font-size: 16.5px; font-weight: 800; letter-spacing: .2px;
  background: linear-gradient(180deg, #4fe38e 0%, #22b865 55%, #179550 100%); color: #03210f; border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 10px 24px -12px rgba(34,184,101,.9); transition: filter .2s, opacity .2s, transform .15s, box-shadow .2s; }
.pay-btn .ic { font-size: 19px; transition: transform .2s; }
.pay-btn:hover .ic { transform: translateX(3px); }
.pay-btn:active { transform: translateY(1px); }
.pay-btn.is-locked { filter: grayscale(.85) brightness(.7); opacity: .7; box-shadow: none; }
.pay-btn.is-locked:hover { box-shadow: none; }
.pay-btn.is-locked .ic { transform: none; }
.pay-btn.shake { animation: shake .4s; }
@keyframes shake { 20%, 60% { transform: translateX(-6px); } 40%, 80% { transform: translateX(6px); } }
.pb-pix { padding: 5px 14px; }

/* v3.3: selos em imagem no rodapé */
.foot-trust { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 34px 0 30px; border-top: 1px solid var(--line); }
.trust-age { width: 96px; height: 96px; filter: drop-shadow(0 6px 16px rgba(192,22,31,.35)); }
.foot-trust h4 { margin: 12px 0 18px; font-size: 18px; font-weight: 600; letter-spacing: .3px; text-transform: none; color: #fff; }
.trust-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px 38px; max-width: 980px; }
.trust-logos > img { height: 54px; width: auto; opacity: .92; transition: opacity .2s, transform .2s; }
.trust-logos > img:hover { opacity: 1; transform: translateY(-2px); }
.trust-logos .seal-img { height: 54px; padding: 6px 12px; }
.trust-logos .seal-img img { max-height: 42px; }
@media (max-width: 720px) {
  .trust-age { width: 78px; height: 78px; }
  .trust-logos { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; width: 100%; justify-items: center; }
  .trust-logos > img { height: auto; width: 100%; max-width: 170px; }
}

/* v3.5: imagem do login sem depender de :has (celulares mais antigos não entendem) */
.auth-promo.promo-full::before { display: none; }
.auth-promo.promo-full .promo-art { top: 0; -webkit-mask: none; mask: none; }
.auth-promo.promo-full .promo-art img { animation: none; object-position: center; }
@media (min-width: 861px) {
  .auth-wrap.has-full { align-items: start; }
  .auth-promo.promo-full { min-height: 0; aspect-ratio: 6 / 5; align-self: start; position: sticky; top: 96px; background: #0b0a08; }
}
@media (max-width: 860px) {
  .auth-promo.promo-full { display: block; position: relative; min-height: 0; height: auto; aspect-ratio: auto; margin: 0; width: 100%; border-radius: 0; border: 0; box-shadow: none; overflow: hidden; background: #0b0a08; }
  .auth-promo.promo-full .promo-art { position: relative; inset: auto; top: 0; }
  .auth-promo.promo-full .promo-art img { display: block; width: 100%; height: auto; object-fit: contain; }
  .auth-wrap.has-full .auth-card { margin: -28px 12px 0; }
}
@media (max-width: 860px) {
  .auth-wrap.has-full { grid-template-columns: minmax(0, 1fr); }
  .auth-wrap.has-full > * { min-width: 0; }
  .auth-page { overflow-x: hidden; }
}
@media (max-width: 400px) { .auth-card .urow { grid-template-columns: 1fr; gap: 0; } }

/* v3.6: menu do celular enxuto + selos menores no celular */
.btn.soon { cursor: default; opacity: .75; }
@media (max-width: 860px) {
  .subnav .sn-tag { display: none; }
  .subnav a { padding: 0 10px; font-size: 14px; }
}
@media (max-width: 720px) {
  .foot-trust { padding: 24px 0 20px; }
  .trust-age { width: 58px; height: 58px; }
  .foot-trust h4 { font-size: 15px; margin: 8px 0 14px; }
  .trust-logos { grid-template-columns: 1fr 1fr; gap: 12px 16px; max-width: 340px; margin: 0 auto; }
  .trust-logos > img { max-width: 138px; }
}

/* ===================== INDIQUE E GANHE ===================== */
.ref { padding-top: 22px; padding-bottom: 20px; }
.ref-hero { border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,150,30,.35); box-shadow: 0 30px 60px -30px rgba(255,120,0,.45); }
.ref-hero-img { display: block; width: 100%; height: auto; }
.ref-top { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: 22px; margin: 22px 0; align-items: start; }
.wallet { background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line2); border-radius: 24px; padding: 18px; }
.wl-card { position: relative; overflow: hidden; border-radius: 20px; padding: 18px 20px 16px; color: #1b0f02; aspect-ratio: 1.62; display: flex; flex-direction: column;
  background: radial-gradient(circle at 110% -10%, rgba(255,255,255,.55), transparent 45%), linear-gradient(135deg, #ffe38a 0%, #ffb02e 45%, #e27400 100%);
  box-shadow: 0 24px 40px -18px rgba(255,130,0,.7), inset 0 1px 0 rgba(255,255,255,.6); }
.wl-card::after { content: ''; position: absolute; right: -60px; bottom: -80px; width: 240px; height: 240px; border-radius: 50%; border: 36px solid rgba(255,255,255,.14); }
.wl-head { display: flex; justify-content: space-between; align-items: center; }
.wl-brand { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 15px; }
.wl-brand img { width: 24px; height: 24px; border-radius: 6px; }
.wl-brand b { font-weight: 600; opacity: .7; }
.wl-chip { width: 42px; height: 30px; border-radius: 7px; background: linear-gradient(135deg, #fff4c7, #c9901c); box-shadow: inset 0 0 0 1px rgba(0,0,0,.25); }
.wl-lbl { margin-top: auto; font-weight: 800; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; opacity: .75; }
.wl-bal { font-weight: 900; font-size: clamp(32px, 8vw, 42px); line-height: 1.05; letter-spacing: -.5px; font-variant-numeric: tabular-nums; }
.wl-foot { display: flex; justify-content: space-between; margin-top: 10px; font-size: 13px; font-weight: 700; opacity: .85; position: relative; z-index: 1; }
.wl-btn { margin-top: 16px; min-height: 54px; font-size: 17px; background: linear-gradient(180deg, #ffe07a, #ffae1f 55%, #f07d00); color: #1b0f02; }
.wl-btn:disabled { filter: grayscale(.9) brightness(.6); cursor: not-allowed; }
.wl-min { margin-top: 12px; }
.wl-min small { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }
.rbar { height: 8px; border-radius: 9px; background: #2a241a; overflow: hidden; }
.rbar i { display: block; height: 100%; border-radius: 9px; background: linear-gradient(90deg, #ffb02e, #ffe07a); }
.ref-goal.done .rbar i { background: linear-gradient(90deg, #1b8f4f, var(--green)); }
.wl-pending { display: flex; gap: 12px; margin-top: 14px; padding: 12px 14px; border-radius: 14px; background: rgba(241,181,47,.1); border: 1px solid rgba(241,181,47,.4); color: #f7d58a; }
.wl-pending .ic { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.wl-pending b { display: block; }
.wl-pending small { color: var(--muted); font-size: 13px; }
.wl-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.wl-stats div { padding: 10px 12px; border-radius: 12px; background: var(--bg2); border: 1px solid var(--line); }
.wl-stats small { display: block; color: var(--muted); font-size: 12px; }
.wl-stats b { font-size: 17px; font-variant-numeric: tabular-nums; }
.ref-side { display: grid; gap: 16px; }
.ref-box { background: linear-gradient(180deg, var(--card2), var(--card)); border: 1px solid var(--line2); border-radius: 24px; padding: 20px; }
.ref-box h2 { display: flex; align-items: center; gap: 8px; margin: 0 0 6px; font-size: 20px; }
.ref-box .gold { color: #ffc24a; }
.ref-link { display: flex; gap: 8px; margin: 14px 0 10px; }
.ref-link input { flex: 1; min-width: 0; background: #0e0c09; border: 1px dashed rgba(255,176,46,.6); color: var(--text); border-radius: 12px; padding: 13px 14px; font: inherit; font-size: 14px; }
.ref-link .btn { flex-shrink: 0; }
.ref-link .btn.copied { background: #fff; color: #111; }
.ref-share { display: flex; flex-wrap: wrap; gap: 8px; }
.ref-share .btn { flex: 1; min-width: 130px; justify-content: center; }
.ref-goal { display: flex; gap: 14px; align-items: center; padding: 18px 20px; border-radius: 22px; border: 1px solid rgba(255,176,46,.4);
  background: radial-gradient(circle at 0 0, rgba(255,176,46,.18), transparent 60%), linear-gradient(135deg, #21180b, #120d06); }
.ref-goal.done { border-color: var(--green); background: radial-gradient(circle at 0 0, rgba(62,207,122,.2), transparent 60%), linear-gradient(135deg, #0f2416, #0a140c); }
.rg-ic { width: 56px; height: 56px; flex-shrink: 0; border-radius: 16px; display: grid; place-items: center; font-size: 28px; color: #1b0f02; background: linear-gradient(135deg, #ffe38a, #f07d00); }
.ref-goal.done .rg-ic { background: var(--green); }
.rg-txt { flex: 1; min-width: 0; position: relative; }
.rg-txt > b { display: block; font-size: 17px; }
.rg-txt > small { display: block; color: var(--muted); font-size: 13.5px; margin-bottom: 10px; padding-right: 54px; }
.rg-count { position: absolute; right: 0; top: 0; font-weight: 900; color: #ffc24a; font-variant-numeric: tabular-nums; }
.how { margin: 8px 0 26px; }
.how h2 { font-size: 22px; margin: 0 0 14px; }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.how-step { position: relative; padding: 18px 16px; border-radius: 18px; background: var(--card); border: 1px solid var(--line); }
.how-step > .ic { font-size: 26px; color: #ffb02e; }
.how-step b { display: block; margin: 8px 0 4px; font-size: 16px; }
.how-step p { margin: 0; color: var(--muted); font-size: 14px; }
.how-step.gold { border-color: rgba(255,176,46,.5); background: linear-gradient(160deg, #22190b, var(--card)); }
.hs-n { position: absolute; right: 14px; top: 10px; font-weight: 900; font-size: 34px; color: rgba(255,176,46,.18); }
.ref-list { display: grid; gap: 6px; max-height: 420px; overflow: auto; }
.rl-row { display: flex; align-items: center; gap: 12px; padding: 9px 10px; border-radius: 12px; background: var(--bg2); }
.rl-row > div { flex: 1; min-width: 0; }
.rl-row b { display: block; font-size: 14.5px; }
.rl-row small { color: var(--muted); font-size: 12.5px; }
.rl-val { font-weight: 800; color: var(--green); font-variant-numeric: tabular-nums; white-space: nowrap; }
.rl-val.minus { color: #ff8a80; }
.mv-ic { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; background: rgba(62,207,122,.15); color: var(--green); }
.mv-ic.minus { background: rgba(239,90,76,.15); color: #ff8a80; }
.st.pending { color: var(--amber); } .st.paid { color: var(--green); } .st.rejected { color: #ff8a80; }
.acc-sec h2 .count { margin-left: 6px; font-size: 13px; padding: 2px 9px; border-radius: 99px; background: #2a241a; color: var(--gold2); }
.ref-rules { margin-top: 26px; }
.wd-card { text-align: left; }
.wd-card .pb-pix { margin-bottom: 4px; }
.wd-card h3 { margin: 10px 0 2px; font-size: 22px; }
.wd-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 12px; }
.wd-types label { cursor: pointer; }
.wd-types input { position: absolute; opacity: 0; pointer-events: none; }
.wd-types span { display: block; text-align: center; padding: 9px 4px; border-radius: 10px; border: 1px solid var(--line2); font-size: 13.5px; font-weight: 700; color: var(--muted); }
.wd-types input:checked + span { border-color: #ffb02e; color: #ffd27a; background: rgba(255,176,46,.1); }
.wd-note { display: flex; gap: 8px; font-size: 13px; color: var(--muted); margin: 0 0 12px; }
.wd-note .ic { flex-shrink: 0; margin-top: 2px; }
/* popup de aviso (aparece uma vez) */
.ntc { position: fixed; inset: 0; z-index: 250; display: grid; place-items: center; padding: 16px; background: rgba(4,3,2,.84); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); animation: fade .2s; }
.ntc-card { width: 100%; max-width: 400px; border-radius: 26px; padding: 28px 24px 22px; text-align: center; background: linear-gradient(180deg, #1d1912, #14110c); border: 1px solid rgba(255,176,46,.45); box-shadow: 0 40px 80px rgba(0,0,0,.7); animation: pop .35s cubic-bezier(.2,.9,.3,1.2); }
.ntc-ic { width: 84px; height: 84px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center; font-size: 40px; color: #1b0f02; background: linear-gradient(135deg, #ffe38a, #f07d00); box-shadow: 0 0 0 10px rgba(255,176,46,.15), 0 0 40px rgba(255,150,0,.45); }
.ntc-item.paid .ntc-ic { background: var(--green); box-shadow: 0 0 0 10px rgba(62,207,122,.18), 0 0 40px rgba(62,207,122,.5); }
.ntc-item.rejected .ntc-ic { background: #ef5a4c; color: #fff; box-shadow: 0 0 0 10px rgba(239,90,76,.15); }
.ntc-card h3 { margin: 0 0 6px; font-size: 24px; }
.ntc-card p { margin: 0 0 20px; color: #d6ccb6; }
.ntc-btns { display: flex; gap: 8px; }
.ntc-btns .btn { flex: 1; justify-content: center; }
.acc-ref { display: flex; align-items: center; gap: 14px; padding: 16px 18px; margin: 18px 0; border-radius: 20px; border: 1px solid rgba(255,176,46,.45); background: linear-gradient(135deg, #2a1c09, #140e06); }
.acc-ref .ar-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 26px; background: linear-gradient(135deg, #ffe38a, #f07d00); color: #1b0f02; flex-shrink: 0; }
.acc-ref div { flex: 1; min-width: 0; }
.acc-ref b { display: block; font-size: 16px; }
.acc-ref small { color: var(--muted); }
.ref-note { display: flex; gap: 10px; align-items: center; padding: 10px 14px; margin-bottom: 14px; border-radius: 14px; background: rgba(255,176,46,.1); border: 1px solid rgba(255,176,46,.4); color: #ffd27a; font-size: 14px; }
@media (max-width: 900px) {
  .ref-top { grid-template-columns: minmax(0, 1fr); }
  .how-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .ref { padding-top: 12px; }
  .ref-hero { border-radius: 16px; }
  .how-grid { gap: 8px; }
  .how-step { padding: 14px 12px; }
  .how-step p { font-size: 13px; }
  .wd-types { grid-template-columns: 1fr 1fr; }
  .acc-ref { flex-wrap: wrap; }
  .acc-ref .btn { width: 100%; justify-content: center; }
}
.subnav a.sn-ref { color: #ffc24a; }
.rg-txt > b { padding-right: 60px; }
.ref-hero-m { display: none; }
@media (max-width: 560px) {
  .ref-hero { display: none; }
  .ref-hero-m { display: block; position: relative; overflow: hidden; padding: 22px 18px 20px; border-radius: 20px; border: 1px solid rgba(255,150,30,.4);
    background: radial-gradient(ellipse 70% 90% at 100% 40%, rgba(255,140,20,.45), transparent 65%), linear-gradient(180deg, #120c07, #070504); }
  .ref-hero-m::after { content: ''; position: absolute; right: 26px; top: -30px; width: 26px; height: 220px; transform: skewX(-18deg); background: linear-gradient(180deg, #ffb238, #ff6a00); opacity: .8; }
  .ref-hero-m .kick { display: inline-block; font-weight: 800; font-size: 11.5px; letter-spacing: 2px; color: #1b0f02; background: linear-gradient(180deg, #ffd36b, #ff9a1a); padding: 4px 10px; border-radius: 5px; }
  .ref-hero-m h1 { position: relative; z-index: 1; margin: 10px 0 6px; font-size: 34px; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: -.5px; }
  .ref-hero-m h1 span { display: block; background: linear-gradient(180deg, #fff3c4, #ffd45c 45%, #ff9f1a); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .ref-hero-m p { position: relative; z-index: 1; margin: 0; color: #d6ccb6; font-size: 14.5px; max-width: 290px; }
  .ref-hero-m p b { color: #ffc24a; }
}
.ref-top > *, .acc-grid > * { min-width: 0; }
.ref-side { grid-template-columns: minmax(0, 1fr); } .ref-share .btn { min-width: 0; }

/* ===================== MENSALIDADE ===================== */
.ntc-go { margin: -6px 0 10px; }
.ntc-item.due .ntc-ic { background: linear-gradient(135deg, #ffe38a, #f07d00); }
.due { max-width: 620px; padding-top: 28px; padding-bottom: 30px; }
.due-card { text-align: center; padding: 30px 26px 24px; border-radius: 26px; border: 1px solid var(--line2); background: linear-gradient(180deg, var(--card2), var(--card)); box-shadow: var(--shadow); }
.due-card.late { border-color: rgba(239,90,76,.55); background: radial-gradient(circle at 50% 0, rgba(239,90,76,.16), transparent 60%), linear-gradient(180deg, var(--card2), var(--card)); }
.due-card.soon { border-color: rgba(255,176,46,.55); background: radial-gradient(circle at 50% 0, rgba(255,176,46,.16), transparent 60%), linear-gradient(180deg, var(--card2), var(--card)); }
.due-ic { width: 78px; height: 78px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center; font-size: 36px; color: #05230f; background: var(--green); box-shadow: 0 0 0 10px rgba(62,207,122,.15); }
.late .due-ic { background: #ef5a4c; color: #fff; box-shadow: 0 0 0 10px rgba(239,90,76,.15); }
.soon .due-ic { background: linear-gradient(135deg, #ffe38a, #f07d00); color: #1b0f02; box-shadow: 0 0 0 10px rgba(255,176,46,.15); }
.due-card h1 { margin: 0 0 6px; font-size: clamp(24px, 5vw, 30px); }
.due-card > p { margin: 0 0 20px; color: #d6ccb6; }
.due-plan { display: grid; gap: 8px; text-align: left; margin-bottom: 18px; }
.due-plan div { display: flex; justify-content: space-between; gap: 10px; padding: 11px 14px; border-radius: 12px; background: var(--bg2); border: 1px solid var(--line); }
.due-plan small { color: var(--muted); }
.due-plan b { text-align: right; }
.due-card .pay-btn { margin-top: 6px; }
.due-card .btn.ghost.block { margin-top: 10px; }
.due-hint { margin: 10px 0 0; font-size: 13.5px; color: var(--muted); }
.due-pending { display: flex; gap: 10px; align-items: center; text-align: left; padding: 11px 14px; border-radius: 12px; margin-bottom: 8px; background: rgba(62,207,122,.1); border: 1px solid rgba(62,207,122,.4); color: #aef0c8; font-size: 14px; }
.due-cpf { text-align: left; margin-top: 6px; }
.due-card .alert-err { margin-top: 12px; text-align: left; }
.due-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; margin-top: 22px; font-size: 14px; }
.due-links a { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); }
.due-links a:hover { color: var(--text); }
.due-ref { display: flex; gap: 14px; align-items: center; margin-top: 16px; padding: 16px 18px; border-radius: 20px; border: 1px solid rgba(255,176,46,.4); background: linear-gradient(135deg, #2a1c09, #140e06); }
.due-ref > .ic { font-size: 28px; color: #ffb02e; flex-shrink: 0; }
.due-ref b { display: block; }
.due-ref small { color: var(--muted); }

/* ===================== FAIXA INDIQUE E GANHE (home) ===================== */
.ref-strip { margin-top: 16px; }
.rs-in { position: relative; overflow: hidden; display: flex; align-items: center; gap: 22px; padding: 16px 20px; border-radius: 20px;
  border: 1px solid rgba(255,150,30,.5); background: radial-gradient(ellipse 50% 140% at 100% 50%, rgba(255,140,20,.35), transparent 70%), linear-gradient(90deg, #1d1307, #0d0905 60%, #1a1006); box-shadow: 0 20px 40px -26px rgba(255,120,0,.6); }
.rs-in::before { content: ''; position: absolute; top: -20px; bottom: -20px; right: 3%; width: 16px; transform: skewX(-18deg); background: linear-gradient(180deg, #ffb238, #ff6a00); opacity: .55; }
.rs-txt { flex: 1; min-width: 0; position: relative; }
.rs-kick { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; font-size: 11.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #1b0f02; background: linear-gradient(180deg, #ffd36b, #ff9a1a); padding: 3px 10px; border-radius: 5px; }
.rs-txt h2 { margin: 6px 0 2px; font-size: 21px; font-weight: 800; }
.rs-txt h2 b { color: #ffc24a; }
.rs-txt h2 .hide-sm { color: var(--muted); font-weight: 600; font-size: 16px; }
.rs-txt p { margin: 0; color: var(--muted); font-size: 14px; }
.rs-txt p b { color: #ffd27a; }
.rs-stats { display: flex; gap: 8px; position: relative; }
.rs-stats > div { min-width: 118px; padding: 8px 12px; border-radius: 12px; background: rgba(0,0,0,.45); border: 1px solid rgba(255,176,46,.25); }
.rs-stats small { display: block; color: var(--muted); font-size: 11.5px; }
.rs-stats b { font-size: 17px; font-variant-numeric: tabular-nums; }
.rs-bar { display: block; height: 5px; border-radius: 9px; background: #2a1f10; margin-top: 4px; overflow: hidden; }
.rs-bar i { display: block; height: 100%; border-radius: 9px; background: linear-gradient(90deg, #ff8a00, #ffe07a); }
.rs-act { display: flex; gap: 8px; position: relative; }
.rs-act .btn { white-space: nowrap; }
.rs-copy { background: linear-gradient(180deg, #ffe07a, #ffae1f 55%, #f07d00); color: #1b0f02; }
.rs-copy.copied { background: var(--green); }
@media (max-width: 980px) {
  .rs-in { flex-wrap: wrap; gap: 12px; }
  .rs-txt { flex-basis: 100%; }
  .rs-in::before { display: none; }
}
@media (max-width: 560px) {
  .ref-strip { margin-top: 10px; }
  .rs-in { padding: 14px; border-radius: 16px; }
  .rs-txt h2 { font-size: 18px; }
  .rs-txt h2 .hide-sm { display: none; }
  .rs-stats { width: 100%; } .rs-stats > div { flex: 1; min-width: 0; }
  .rs-act { width: 100%; } .rs-act .btn { flex: 1; justify-content: center; padding-left: 10px; padding-right: 10px; }
}
.auth-promo.promo-full { border-color: rgba(255,150,30,.5) !important; box-shadow: 0 40px 80px -30px rgba(255,120,0,.45) !important; }
