/*--------------------------------------------------------------
# sorteios.css — Tikito Tattoo v2
--------------------------------------------------------------*/

/* Prevent iOS auto-zoom on inputs */
input, select, textarea { font-size: 16px !important; }
@media (min-width: 641px) {
  input, select, textarea { font-size: .84rem !important; }
}

/* ══ LAYOUT ═════════════════════════════════════════════════ */
.st-wrap {
  min-height: 100vh;
  padding: 20px 20px 60px;
  max-width: 1300px;
  margin: 0 auto;
}

/* ══ VAZIO ══════════════════════════════════════════════════ */
.st-vazio {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 60vh; text-align: center; gap: 14px; position: relative;
}
.st-vazio-orb {
  position: absolute; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(201,169,97,.08) 0%, transparent 70%);
  border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none;
}
.st-vazio i { font-size: 3rem; color: var(--gold); opacity: .35; }
.st-vazio h2 { color: #fff; font-family: var(--ff-display); font-size: 1.8rem; margin: 0; }
.st-vazio p  { color: var(--muted); margin: 0; }
.st-vazio-btn { padding: 12px 28px; background: var(--gold); color: #000; font-weight: 700; border-radius: 12px; text-decoration: none; font-size: .9rem; transition: opacity .2s; }
.st-vazio-btn:hover { opacity: .85; color: #000; }

/* ══ TOP: FEATURED + LISTA ══════════════════════════════════ */
.st-top {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 18px;
  margin-bottom: 26px;
}

/* ── FEATURED ─────────────────────────────────────────────── */
.st-featured {
  background: var(--charcoal);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: border-color .3s;
  display: flex;
  flex-direction: column;
}
.st-featured:hover { border-color: rgba(201,169,97,.35); }

.stf-top-row {
  display: flex;
  min-height: 0;
  align-items: flex-start;
}

.stf-info-col {
  flex: 1;
  padding: 22px 22px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}

.stf-body { padding: 16px 22px 22px; border-top: 1px solid rgba(255,255,255,.06); }

/* ── COLUNA DIREITA (imagem + lista) ──────────────────────── */
.st-right-col {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

/* Card imagem do prêmio */
.st-premio-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(201,169,97,.25);
  background: var(--charcoal);
  position: relative;
  line-height: 0;
}
.st-premio-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  color: #000; font-size: .68rem; font-weight: 800;
  padding: 4px 11px; border-radius: 20px;
  display: flex; align-items: center; gap: 5px;
  line-height: 1; z-index: 2;
}
.st-premio-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .5s var(--ease);
}
.st-premio-card:hover .st-premio-img { transform: scale(1.03); }
.st-premio-nome { display: none; }

/* Separador entre imagem e lista */
.st-sep-right {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 4px;
}
.st-sep-right span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,169,97,.2), transparent); }
.st-sep-right i { color: var(--gold); font-size: .75rem; opacity: .5; }

.stf-titulo {
  font-family: var(--ff-display); font-size: 1.45rem; font-weight: 700;
  color: #fff; line-height: 1.3; margin-bottom: 10px;
}

.stf-desc {
  color: rgba(255,255,255,.6); font-size: .83rem; line-height: 1.7;
  margin-bottom: 0; flex: 1;
}
.stf-ler-mais {
  background: none; border: none; padding: 0;
  color: var(--gold); font-size: .78rem; font-weight: 600;
  cursor: pointer; text-decoration: underline; font-family: var(--ff-body);
  transition: opacity .2s; margin-top: 4px; display: inline-block;
}
.stf-ler-mais:hover { opacity: .75; }

/* KPIs — fonte explícita Inter para evitar numerais estilizados */
.stf-kpis {
  display: flex; align-items: center;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px; padding: 13px 0; margin-bottom: 16px;
}
.stf-kpi { flex: 1; text-align: center; }
.stf-kdiv { width: 1px; height: 30px; background: rgba(255,255,255,.08); }
.stf-kv {
  display: block;
  font-size: 1.15rem; font-weight: 800; color: #fff; line-height: 1.1;
  font-family: 'Inter', sans-serif !important;  /* força fonte sem numerais antigos */
  font-variant-numeric: lining-nums tabular-nums;
}
.stf-kv-sm { font-size: .88rem; }
.stf-kl { display: block; font-size: .63rem; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-top: 4px; }
.stf-kl i { margin-right: 3px; }

/* Progresso */
.stf-prog { margin-bottom: 16px; }
.stf-prog-track { height: 6px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; margin-bottom: 7px; }
.stf-prog-fill { height: 100%; background: linear-gradient(90deg, var(--gold-dark), var(--gold-light)); border-radius: 99px; transition: width .8s var(--ease); }
.stf-prog-row { display: flex; justify-content: space-between; font-size: .7rem; color: var(--muted); }

/* Bottom */
.stf-bottom { display: flex; align-items: center; justify-content: space-between; }
.stf-preco-lbl { font-size: .68rem; color: var(--muted); margin-bottom: 2px; }
.stf-preco {
  font-size: 1.7rem; font-weight: 900; color: var(--gold);
  font-family: 'Inter', sans-serif !important;
  font-variant-numeric: lining-nums;
  line-height: 1;
}
.stf-oferta {
  background: rgba(201,169,97,.12); border: 1px solid rgba(201,169,97,.3);
  color: var(--gold-light); padding: 8px 16px; border-radius: 20px;
  font-size: .78rem; font-weight: 700; display: flex; align-items: center; gap: 6px;
}

/* ── LISTA ────────────────────────────────────────────────── */
.st-lista {
  background: var(--charcoal); border: 1px solid var(--border);
  border-radius: 20px; display: flex; flex-direction: column; overflow: hidden;
}
.st-lista-hdr {
  padding: 14px 18px; font-size: .76rem; font-weight: 700; color: var(--gold);
  text-transform: uppercase; letter-spacing: .06em;
  border-bottom: 1px solid rgba(255,255,255,.06);
  display: flex; align-items: center; gap: 8px;
}
.st-lista-badge {
  background: var(--gold); color: #000; font-size: .62rem;
  font-weight: 800; padding: 2px 8px; border-radius: 20px; margin-left: auto;
}
.st-lista-scroll {
  flex: 1; overflow-y: auto; padding: 8px; display: flex; flex-direction: column; gap: 6px;
  scrollbar-width: thin; scrollbar-color: rgba(201,169,97,.15) transparent;
  max-height: 440px;
}

.st-lcard {
  display: flex; gap: 10px; padding: 10px 11px;
  border-radius: 11px; border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03); cursor: pointer; transition: all .22s var(--ease);
  position: relative; align-items: center;
}
.st-lcard:hover { border-color: rgba(201,169,97,.3); background: rgba(201,169,97,.06); }
.st-lcard.cur  { border-color: rgba(201,169,97,.55); background: rgba(201,169,97,.11); }

.stlc-thumb { width: 50px; height: 50px; border-radius: 8px; overflow: hidden; flex-shrink: 0; position: relative; background: rgba(201,169,97,.1); display: flex; align-items: center; justify-content: center; }
.stlc-img   { width: 100%; height: 100%; object-fit: cover; }
.stlc-ico   { color: var(--gold); font-size: 1.2rem; }
.stlc-check { position: absolute; inset: 0; background: rgba(201,169,97,.7); display: flex; align-items: center; justify-content: center; color: #000; font-size: .7rem; font-weight: 900; }

.stlc-info  { flex: 1; min-width: 0; }
.stlc-titulo { font-size: .8rem; font-weight: 600; color: #fff; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stlc-preco  { font-size: .73rem; color: var(--gold); font-weight: 700; margin-bottom: 5px; }
.stlc-prog-wrap { display: flex; flex-direction: column; gap: 3px; }
.stlc-prog   { height: 3px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; }
.stlc-prog-fill { height: 100%; background: var(--gold); border-radius: 99px; transition: width .5s; }
.stlc-prog-wrap span { font-size: .63rem; color: var(--muted); }

/* ══ DIVISOR ════════════════════════════════════════════════ */
.st-divisor {
  display: flex; align-items: center; gap: 12px; margin: 6px 0 22px;
}
.st-divisor span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,169,97,.2), transparent); }
.st-divisor i { color: var(--gold); font-size: .85rem; opacity: .6; }

/* ══ BODY: GRID + PAINEL ════════════════════════════════════ */
.st-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 18px;
  align-items: start;
}

/* ── GRID COL ─────────────────────────────────────────────── */
.st-grid-col {
  background: var(--charcoal); border: 1px solid var(--border);
  border-radius: 20px; padding: 20px 20px 22px;
}
.st-grid-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.st-grid-titulo { font-family: var(--ff-display); font-size: 1.22rem; color: #fff; margin: 0 0 4px; }
.st-grid-titulo i { color: var(--gold); margin-right: 6px; }
.st-grid-sub { color: var(--muted); font-size: .8rem; margin: 0; }

.st-quick { display: flex; gap: 5px; flex-wrap: wrap; }
.st-qb { padding: 5px 12px; border-radius: 20px; border: 1px solid rgba(201,169,97,.3); background: rgba(201,169,97,.07); color: var(--gold); font-size: .76rem; font-weight: 700; cursor: pointer; transition: all .18s; }
.st-qb:hover { background: rgba(201,169,97,.18); border-color: rgba(201,169,97,.6); }
.st-qb-x { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); color: var(--muted); }
.st-qb-x:hover { background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.3); color: #f87171; }

/* Legenda */
.st-legenda { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 12px; font-size: .72rem; color: var(--muted); }
.st-legenda span { display: flex; align-items: center; gap: 5px; }
.stleg { width: 12px; height: 12px; border-radius: 3px; flex-shrink: 0; }
.stleg-d { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); }
.stleg-s { background: var(--gold); }
.stleg-v { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); }
.stleg-p { background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.3); }
.stleg-m { background: rgba(99,102,241,.2); border: 1px solid rgba(99,102,241,.4); }
.stleg-meu-item { font-weight: 600; }

/* Promos */
.st-promos { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.stpr-card {
  padding: 7px 13px; border-radius: 9px;
  background: rgba(201,169,97,.07); border: 1px solid rgba(201,169,97,.18);
  font-size: .76rem; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 6px; transition: all .25s;
}
.stpr-card i { color: var(--gold); font-size: .72rem; }
.stpr-card span { background: var(--gold); color: #000; font-weight: 800; font-size: .68rem; padding: 2px 7px; border-radius: 20px; }
.stpr-card.ativa { background: rgba(201,169,97,.18); border-color: rgba(201,169,97,.5); color: #fff; }

/* Busca */
.st-busca { position: relative; margin-bottom: 12px; }
.st-busca i { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: .78rem; pointer-events: none; }
.st-busca input { width: 160px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); color: #fff; border-radius: 10px; padding: 7px 12px 7px 30px; font-size: .8rem !important; outline: none; transition: border-color .2s; }
.st-busca input::placeholder { color: rgba(255,255,255,.25); }
.st-busca input:focus { border-color: rgba(201,169,97,.4); }
.st-busca input::-webkit-outer-spin-button, .st-busca input::-webkit-inner-spin-button { -webkit-appearance: none; }

/* Loading */
.st-num-loading { padding: 36px; text-align: center; color: var(--muted); font-size: .84rem; }
.st-num-loading i { color: var(--gold); margin-right: 8px; }

/* Grid de números */
.st-num-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
  gap: 5px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,169,97,.15) transparent;
  padding: 1px;
}
.st-num-grid::-webkit-scrollbar { width: 4px; }
.st-num-grid::-webkit-scrollbar-thumb { background: rgba(201,169,97,.2); border-radius: 99px; }

.st-nBtn {
  aspect-ratio: 1; border-radius: 7px; border: none;
  font-size: .7rem; font-weight: 700;
  font-family: 'Inter', sans-serif !important;
  font-variant-numeric: lining-nums tabular-nums;
  cursor: pointer; transition: all .15s var(--ease); user-select: none;
  display: flex; align-items: center; justify-content: center;
}
.st-nBtn.d { background: rgba(255,255,255,.07); color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.1); }
.st-nBtn.d:hover { background: rgba(201,169,97,.2); border-color: rgba(201,169,97,.5); color: var(--gold-light); transform: scale(1.06); }
.st-nBtn.s { background: linear-gradient(135deg,var(--gold-dark),var(--gold-light)); color: #000; box-shadow: 0 2px 10px rgba(201,169,97,.3); transform: scale(1.06); border: 1px solid var(--gold); }
.st-nBtn.s:hover { transform: scale(1.09); }
.st-nBtn.v { background: rgba(255,255,255,.03); color: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.05); cursor: not-allowed; text-decoration: line-through; }
.st-nBtn.p { background: rgba(245,158,11,.08); color: rgba(245,158,11,.45); border: 1px solid rgba(245,158,11,.18); cursor: not-allowed; }
.st-nBtn.m { background: rgba(99,102,241,.18); color: #a5b4fc; border: 1px solid rgba(99,102,241,.35); cursor: default; }

/* ── PAINEL DIREITA ───────────────────────────────────────── */
.st-panel-dir { display: flex; flex-direction: column; gap: 14px; }

/* Tutorial */
.stpd-tutorial {
  background: var(--charcoal); border: 1px solid var(--border);
  border-radius: 18px; padding: 16px 18px; overflow: hidden;
}
.stpd-tut-hdr {
  font-size: .74rem; font-weight: 700; color: var(--gold); text-transform: uppercase;
  letter-spacing: .07em; margin-bottom: 14px; display: flex; align-items: center; gap: 7px;
}
.stpd-steps { display: flex; flex-direction: column; gap: 12px; }
.stpd-step { display: flex; gap: 11px; align-items: flex-start; }
.stpd-snum {
  width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg,var(--gold-dark),var(--gold-light));
  color: #000; font-size: .72rem; font-weight: 800; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.stpd-sinfo b { display: block; font-size: .82rem; color: #fff; font-weight: 600; margin-bottom: 3px; }
.stpd-sinfo p { font-size: .75rem; color: rgba(255,255,255,.5); margin: 0; line-height: 1.5; }

.stpd-promos-tut { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06); }
.stpd-promos-tit { font-size: .72rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.stpd-promo-row { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; color: rgba(255,255,255,.6); padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.stpd-promo-row:last-child { border: none; }
.stpd-promo-pct { background: rgba(201,169,97,.15); color: var(--gold); font-weight: 700; font-size: .7rem; padding: 2px 8px; border-radius: 20px; }

/* Selecionados */
.stpd-sel {
  background: var(--charcoal); border: 1px solid rgba(201,169,97,.3);
  border-radius: 18px; padding: 16px 18px;
  box-shadow: 0 4px 24px rgba(201,169,97,.08);
  animation: fadeIn .3s ease;
}
@keyframes fadeIn { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }

.stpd-sel-hdr {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .74rem; font-weight: 700; color: var(--gold); text-transform: uppercase;
  letter-spacing: .06em; margin-bottom: 12px;
}
.stpd-sel-count {
  background: var(--gold); color: #000; font-size: .66rem;
  font-weight: 800; padding: 2px 8px; border-radius: 20px;
}
.stpd-sel-nums {
  display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px;
  max-height: 110px; overflow-y: auto;
  scrollbar-width: thin; scrollbar-color: rgba(201,169,97,.15) transparent;
}
.stpd-pill {
  background: rgba(201,169,97,.12); border: 1px solid rgba(201,169,97,.28);
  color: var(--gold-light); font-size: .69rem; font-weight: 700;
  padding: 3px 9px; border-radius: 20px; cursor: pointer; transition: all .15s;
}
.stpd-pill:hover { background: rgba(239,68,68,.12); border-color: rgba(239,68,68,.3); color: #f87171; }

/* Resumo */
.stpd-sel-resumo { border-top: 1px solid rgba(255,255,255,.07); padding-top: 10px; margin-bottom: 14px; }
.stpd-rl { display: flex; justify-content: space-between; font-size: .8rem; color: rgba(255,255,255,.6); margin-bottom: 5px; }
.stpd-rl-desc { color: #4ade80; font-size: .76rem; }
.stpd-rl-total { color: #fff; font-weight: 700; font-size: .9rem; border-top: 1px solid rgba(255,255,255,.07); padding-top: 7px; margin-top: 3px; }
.stpd-rl-total span:last-child { color: var(--gold); font-size: 1rem; }

/* Botões lado a lado */
.stpd-btns-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.stpd-btn-comprar {
  flex: 1;
  padding: 12px 14px; border-radius: 13px;
  background: linear-gradient(135deg,var(--gold-dark),var(--gold-light));
  color: #000; font-weight: 800; font-size: .86rem; border: none;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: opacity .2s, transform .15s; font-family: var(--ff-body);
}
.stpd-btn-comprar:hover { opacity: .9; transform: scale(1.01); }
.stpd-btn-comprar:active { transform: scale(.98); }

.stpd-btn-limpar {
  padding: 12px 14px; border-radius: 13px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  color: var(--muted); font-size: .84rem; cursor: pointer; transition: all .2s; font-family: var(--ff-body);
  display: flex; align-items: center; justify-content: center;
  white-space: nowrap;
}
.stpd-btn-limpar:hover { background: rgba(239,68,68,.08); border-color: rgba(239,68,68,.25); color: #f87171; }


/* ══ CHECKOUT MODAL ════════════════════════════════════════ */
.ck-modal-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.ck-modal-overlay.active {
  opacity: 1; visibility: visible;
}
.ck-modal {
  background: #111;
  border: 1px solid rgba(201,169,97,.22);
  border-radius: 22px;
  width: 100%; max-width: 500px;
  max-height: 90vh;
  display: flex; flex-direction: column;
  overflow: hidden;
  box-shadow:
    0 40px 100px rgba(0,0,0,.75),
    0 0 0 1px rgba(201,169,97,.06),
    inset 0 1px 0 rgba(255,255,255,.05);
  transform: translateY(24px) scale(.96);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.ck-modal-overlay.active .ck-modal {
  transform: translateY(0) scale(1);
}
.ck-modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px 16px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(201,169,97,.09), rgba(201,169,97,.02));
}
.ck-modal-title-group {
  display: flex; align-items: center; gap: 13px;
}
.ck-modal-hdr-ico {
  width: 42px; height: 42px; border-radius: 13px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: #000; font-size: 1rem;
  box-shadow: 0 4px 16px rgba(201,169,97,.35);
}
.ck-modal-title {
  font-family: var(--ff-display); font-size: 1.12rem; font-weight: 700;
  color: #fff; line-height: 1.2;
}
.ck-modal-sub {
  font-size: .67rem; color: rgba(255,255,255,.35);
  margin-top: 3px; display: flex; align-items: center; gap: 5px;
}
.ck-modal-close {
  width: 36px; height: 36px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.04); color: rgba(255,255,255,.4);
  cursor: pointer; font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
  transition: all .22s; flex-shrink: 0;
}
.ck-modal-close:hover {
  background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.3);
  color: #f87171; transform: rotate(90deg) scale(1.08);
}
.ck-modal-body {
  flex: 1; overflow-y: auto; padding: 22px;
  scrollbar-width: thin; scrollbar-color: rgba(201,169,97,.18) transparent;
}
.ck-modal-body::-webkit-scrollbar { width: 4px; }
.ck-modal-body::-webkit-scrollbar-thumb { background: rgba(201,169,97,.2); border-radius: 99px; }

@media (max-width: 580px) {
  .ck-modal-overlay { padding: 0; align-items: flex-end; }
  .ck-modal { max-width: 100%; border-radius: 20px 20px 0 0; max-height: 92vh; }
}

.ck-loading { padding: 40px 16px; text-align: center; color: var(--muted); font-size: .84rem; }
.ck-loading i { color: var(--gold); margin-right: 8px; }

/* Resumo pedido */
.ck-resumo { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 13px; padding: 13px 15px; margin-bottom: 16px; }
.ck-resumo-tit { font-size: .68rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 9px; }
.ck-nums-pills { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 11px; max-height: 74px; overflow-y: auto; }
.ck-npill { background: rgba(201,169,97,.13); border: 1px solid rgba(201,169,97,.28); color: var(--gold-light); font-size: .68rem; font-weight: 700; padding: 2px 8px; border-radius: 20px; }
.ck-linha { display: flex; justify-content: space-between; font-size: .79rem; color: rgba(255,255,255,.6); margin-bottom: 4px; }
.ck-linha-desc { color: #4ade80; }
.ck-linha-total { color: #fff; font-weight: 700; font-size: .9rem; border-top: 1px solid rgba(255,255,255,.07); padding-top: 7px; margin-top: 3px; }
.ck-linha-total span:last-child { color: var(--gold); font-size: .98rem; }

/* Tabs */
.ck-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.ck-tab {
  padding: 11px 8px; border-radius: 12px; border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04); color: var(--muted); font-size: .82rem; font-weight: 600;
  cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; gap: 7px;
}
.ck-tab:hover { border-color: rgba(201,169,97,.3); color: rgba(255,255,255,.8); }
.ck-tab.ativo { border-color: rgba(201,169,97,.55); background: rgba(201,169,97,.12); color: var(--gold-light); }
.ck-tab i { font-size: 1rem; }

/* Campos */
.ck-campo { margin-bottom: 11px; }
.ck-label { display: block; font-size: .69rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 5px; }
.ck-input {
  width: 100%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: #fff; border-radius: 10px; padding: 10px 12px; font-size: 16px !important;
  outline: none; transition: border-color .2s; font-family: var(--ff-body); box-sizing: border-box;
}
.ck-input:focus { border-color: rgba(201,169,97,.5); }
.ck-input::placeholder { color: rgba(255,255,255,.22); }
.ck-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* PIX info */
.ck-pix-tip {
  background: rgba(74,222,128,.06); border: 1px solid rgba(74,222,128,.2); border-radius: 10px;
  padding: 11px 13px; margin-bottom: 12px; font-size: .77rem; color: rgba(255,255,255,.65);
  line-height: 1.55; display: flex; gap: 9px;
}
.ck-pix-tip i { color: #4ade80; flex-shrink: 0; margin-top: 1px; }

/* QR */
.ck-qr-wrap { text-align: center; padding: 16px 0 12px; }
.ck-qr-img { width: 176px; height: 176px; border-radius: 12px; border: 2px solid rgba(201,169,97,.3); margin-bottom: 10px; background: #fff; }
.ck-qr-sub { color: var(--muted); font-size: .76rem; margin-bottom: 12px; }
.ck-qr-copy {
  width: 100%; padding: 10px 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px; color: rgba(255,255,255,.65); font-size: .74rem; cursor: pointer; transition: all .2s;
  display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 10px;
}
.ck-qr-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 240px; }
.ck-qr-copy:hover { background: rgba(255,255,255,.1); }
.ck-qr-copy.copiado { border-color: rgba(74,222,128,.4); color: #4ade80; }
.ck-poll { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.04); border-radius: 9px; padding: 9px 12px; font-size: .76rem; color: var(--muted); }
.ck-poll-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: pulse 1.2s infinite; flex-shrink: 0; }

/* Cartão MP */
#form-checkout { display: flex; flex-direction: column; gap: 10px; }
.mp-field {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 0; height: 46px;
  display: flex; align-items: stretch; transition: border-color .2s;
  position: relative; overflow: visible; z-index: 5;
}
.mp-field:focus-within { border-color: rgba(201,169,97,.5); }
.mp-field > * { pointer-events: all !important; }
.mp-field iframe {
  pointer-events: all !important;
  width: 100% !important; height: 100% !important;
  border: none !important;
  position: relative !important; z-index: 5 !important;
  padding: 0 12px !important; box-sizing: border-box !important;
}
/* Fix interação MP SDK desktop */
#form-checkout{
  isolation: isolate;
  position: relative;
  z-index: 30;
}
.mp-field{
  z-index: 30;
  isolation: isolate;
}
.mp-field iframe{
  pointer-events: all !important;
  touch-action: auto !important;
}
.mp-select {
  width: 100%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: #fff; border-radius: 10px; padding: 10px 12px; font-size: 16px !important;
  outline: none; transition: border-color .2s;
}
.mp-select:focus { border-color: rgba(201,169,97,.5); }
.mp-select option { background: #1a1a1a; }

/* Botão pagar */
.ck-btn-pagar {
  width: 100%; padding: 13px; border-radius: 13px;
  background: linear-gradient(135deg,var(--gold-dark),var(--gold-light));
  color: #000; font-weight: 800; font-size: .9rem; border: none;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px;
  transition: opacity .2s, transform .15s; font-family: var(--ff-body); margin-top: 14px;
}
.ck-btn-pagar:hover:not(:disabled) { opacity: .9; }
.ck-btn-pagar:active:not(:disabled) { transform: scale(.98); }
.ck-btn-pagar:disabled { opacity: .5; cursor: not-allowed; }

/* Status */
.ck-status { text-align: center; padding: 28px 16px; }
.ck-status-icon { font-size: 3rem; display: block; margin-bottom: 12px; }
.ck-status-titulo { font-family: var(--ff-display); font-size: 1.25rem; color: #fff; margin-bottom: 8px; }
.ck-status-desc { font-size: .81rem; color: var(--muted); line-height: 1.65; }

/* Segurança */
.ck-safe { display: flex; align-items: center; gap: 6px; justify-content: center; margin-top: 12px; font-size: .68rem; color: rgba(255,255,255,.25); }
.ck-safe i { color: rgba(74,222,128,.45); }

/* ══ RESPONSIVO ════════════════════════════════════════════ */
@media (max-width: 960px) {
  .st-top {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
  .st-right-col { order: -1; }
  .st-featured  { order: 1; }
  .st-lista-scroll { flex-direction: row; overflow-x: auto; overflow-y: hidden; flex-wrap: nowrap; max-height: none; padding-bottom: 6px; }
  .st-lcard { min-width: 190px; }
  .st-body { grid-template-columns: 1fr; }
  .st-panel-dir { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
}
@media (max-width: 640px) {
  .st-wrap { padding: 16px 14px 80px; }
  .stf-titulo { font-size: 1.15rem; }
  .stf-kpis { padding: 10px 0; }
  .stf-kv { font-size: .95rem; }
  .st-num-grid { grid-template-columns: repeat(auto-fill,minmax(42px,1fr)); max-height: 320px; }
  .st-nBtn { font-size: .64rem; border-radius: 6px; }
  .st-panel-dir { grid-template-columns: 1fr; }
  .ck-row { grid-template-columns: 1fr; }

  .st-featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .stf-foto {
    grid-column: 1;
    grid-row: 1;
    height: 240px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.05);
  }
  .stf-info-col { grid-column: 1; grid-row: 2; padding: 16px 16px 12px; }
  .stf-body     { grid-column: 1; grid-row: 3; }

  .st-premio-img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }
  .st-premio-card {
    border-radius: 12px;
  }
}
/* ══ MODAL DESCRIÇÃO ════════════════════════════════════════ */
.desc-modal-overlay {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(0,0,0,.75); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
}
.desc-modal-overlay.ativo {
  opacity: 1; pointer-events: all;
}
.desc-modal {
  background: var(--charcoal); border: 1px solid rgba(201,169,97,.3);
  border-radius: 18px; width: 100%; max-width: 540px;
  max-height: 80vh; display: flex; flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
  transform: translateY(12px);
  transition: transform .25s ease;
}
.desc-modal-overlay.ativo .desc-modal {
  transform: translateY(0);
}
.desc-modal-hdr {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.07);
  flex-shrink: 0;
}
.desc-modal-hdr h3 {
  font-family: var(--ff-display); font-size: 1.05rem;
  color: #fff; margin: 0; line-height: 1.3;
}
.desc-modal-close {
  width: 32px; height: 32px; border-radius: 9px;
  border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05);
  color: var(--muted); cursor: pointer; font-size: .85rem;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; flex-shrink: 0;
}
.desc-modal-close:hover {
  background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.3); color: #f87171;
}
.desc-modal-body {
  padding: 18px 20px; overflow-y: auto; font-size: .88rem;
  color: rgba(255,255,255,.7); line-height: 1.75;
  scrollbar-width: thin; scrollbar-color: rgba(201,169,97,.15) transparent;
}