:root {
  --bg: #eef2f9;
  --surface: #ffffff;
  --surface-2: #f1f5f9;
  --line: #e2e8f0;
  --text: #0f172a;
  --muted: #64748b;
  --brand: #059669;
  --brand-2: #10b981;
  --brand-dark: #047857;
  --accent: #f59e0b;
  --accent-2: #fbbf24;
  --danger: #ef4444;
  --info: #0ea5e9;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 4px 14px rgba(15, 23, 42, .08);
  --shadow-lg: 0 14px 40px rgba(15, 23, 42, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.conteudo { padding: 32px 20px 72px; }

/* ---------- topo ---------- */
.topo {
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.topo-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.logo { font-weight: 800; font-size: 1.25rem; color: var(--text); letter-spacing: -.02em; }
.topo nav { display: flex; align-items: center; gap: 6px; }
.topo nav a { padding: 8px 14px; border-radius: 999px; color: var(--muted); font-size: .92rem; font-weight: 500; }
.topo nav a:hover { color: var(--text); background: var(--surface-2); text-decoration: none; }

.rodape { border-top: 1px solid var(--line); padding: 24px; color: var(--muted); text-align: center; background: var(--surface); }
.rodape small { font-size: .82rem; }

h1 { font-size: 2rem; margin: 0 0 18px; letter-spacing: -.02em; }
h2 { font-size: 1.3rem; letter-spacing: -.01em; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #047857 0%, #059669 45%, #0ea5e9 120%);
  color: #fff;
  padding: 48px 40px;
  margin-bottom: 36px;
  box-shadow: var(--shadow-lg);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(251,191,36,.35), transparent 45%);
  pointer-events: none;
}
.hero-conteudo { position: relative; max-width: 620px; }
.hero h1 { font-size: 2.5rem; margin: 0 0 12px; color: #fff; }
.hero p { font-size: 1.1rem; opacity: .95; margin: 0 0 24px; }
.hero .btn { background: #fff; color: var(--brand-dark); font-weight: 700; }
.hero .btn:hover { background: var(--accent-2); color: #422006; }
@media (max-width: 640px){ .hero { padding: 36px 24px; } .hero h1 { font-size: 1.9rem; } }

/* ---------- cards vitrine ---------- */
.secao-titulo { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; color: var(--text); box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; }
.card-img-wrap { position: relative; aspect-ratio: 16/9; background: linear-gradient(135deg, var(--surface-2), #dbe4f0); }
.card-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-img-fallback { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 2.6rem; }
.card-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-body h3 { margin: 2px 0; font-size: 1.15rem; }
.premio { color: #b45309; font-weight: 600; margin: 0; }
.preco { color: var(--brand-dark); font-weight: 700; font-size: 1.05rem; }
.preco-tag { display: inline-flex; align-items: baseline; gap: 4px; }

.progresso { background: var(--surface-2); height: 10px; border-radius: 999px; overflow: hidden; margin: 6px 0 2px; }
.barra { background: linear-gradient(90deg, var(--brand), var(--brand-2)); height: 100%; border-radius: 999px; transition: width .4s; }
.progresso-info { display: flex; justify-content: space-between; font-size: .8rem; color: var(--muted); }

/* ---------- badges ---------- */
.badge { display: inline-flex; align-items: center; gap: 5px; font-size: .7rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .04em; background: var(--surface-2); color: var(--muted); width: fit-content; }
.badge-ativa, .badge-pago { background: #dcfce7; color: #15803d; }
.badge-ativa::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.25); }
.badge-encerrada, .badge-reservado { background: #fef3c7; color: #b45309; }
.badge-rascunho, .badge-pendente { background: #e2e8f0; color: #475569; }
.badge-sorteada { background: #dbeafe; color: #1d4ed8; }
.badge-expirado, .badge-cancelado { background: #fee2e2; color: #b91c1c; }

/* ---------- rifa detalhe ---------- */
.voltar { display: inline-block; margin-bottom: 16px; color: var(--muted); font-weight: 500; }
.rifa-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow); margin-bottom: 28px; }
.rifa-hero-img { border-radius: 12px; object-fit: cover; width: 100%; height: 100%; min-height: 280px; background: linear-gradient(135deg, var(--surface-2), #dbe4f0); }
.rifa-hero-info { padding: 16px 16px 16px 4px; }
.rifa-hero-info h1 { font-size: 1.8rem; margin: 10px 0; }
.preco-grande { font-size: 2.2rem; color: var(--brand-dark); font-weight: 800; margin: 10px 0; letter-spacing: -.02em; }
.preco-grande span { font-size: .95rem; color: var(--muted); font-weight: 500; }
.descricao { color: var(--muted); }
.fato { display: flex; align-items: center; gap: 8px; color: var(--text); font-size: .95rem; margin: 6px 0; }
.fato .ico { width: 22px; text-align: center; }
.metodo { color: var(--muted); font-size: .9rem; }
@media (max-width: 800px){ .rifa-hero { grid-template-columns: 1fr; } .rifa-hero-img { min-height: 200px; } }

/* ---------- progress destaque ---------- */
.barra-grande { height: 16px; }
.vendas-resumo { display: flex; gap: 24px; margin: 10px 0 4px; }
.vendas-resumo b { font-size: 1.15rem; color: var(--text); }
.vendas-resumo span { color: var(--muted); font-size: .85rem; display: block; }

/* ---------- compra ---------- */
.compra-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); margin-top: 26px; }
.compra-card h2 { margin-top: 0; }
.dica { color: var(--muted); font-size: .88rem; }

.qtd-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.chip-qtd { background: var(--surface-2); border: 1.5px solid var(--line); color: var(--text); padding: 12px 18px; border-radius: 12px; font-weight: 700; cursor: pointer; font-size: 1rem; transition: all .12s; }
.chip-qtd:hover { border-color: var(--brand); color: var(--brand-dark); }
.chip-qtd.popular { position: relative; border-color: var(--brand); }
.chip-qtd.popular::after { content: "popular"; position: absolute; top: -9px; right: -6px; background: var(--accent); color: #fff; font-size: .58rem; padding: 2px 6px; border-radius: 999px; text-transform: uppercase; }

.qtd-controls { display: flex; align-items: center; gap: 0; width: fit-content; margin: 8px 0 4px; border: 1.5px solid var(--line); border-radius: 12px; overflow: hidden; }
.stepper-btn { background: var(--surface-2); border: none; width: 52px; height: 52px; font-size: 1.6rem; cursor: pointer; color: var(--brand-dark); font-weight: 700; }
.stepper-btn:hover { background: var(--brand); color: #fff; }
.qtd-input { width: 110px; height: 52px; text-align: center; border: none; border-left: 1.5px solid var(--line); border-right: 1.5px solid var(--line); font-size: 1.3rem; font-weight: 700; margin: 0; border-radius: 0; }
.qtd-input:focus { outline: none; }

.grade-numeros { display: grid; grid-template-columns: repeat(auto-fill, minmax(56px, 1fr)); gap: 8px; max-height: 360px; overflow: auto; padding: 10px; background: var(--surface-2); border-radius: 12px; margin: 12px 0; }
.num { display: flex; align-items: center; justify-content: center; height: 42px; border-radius: 8px; font-size: .9rem; font-weight: 600; user-select: none; }
.num-livre { background: #fff; cursor: pointer; border: 1.5px solid var(--line); }
.num-livre:hover { border-color: var(--brand); }
.num-livre:has(input:checked) { background: var(--brand); color: #fff; border-color: var(--brand); }
.num-ocupado { background: #e2e8f0; color: #94a3b8; cursor: not-allowed; text-decoration: line-through; }

.campos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
@media (max-width: 600px){ .campos { grid-template-columns: 1fr; } }
label { display: block; font-size: .88rem; color: var(--muted); font-weight: 600; margin-bottom: 10px; }
input, select, textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--line); background: #fff; color: var(--text); font-size: 1rem; font-family: inherit; transition: border-color .12s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(16,185,129,.15); }

.resumo-compra { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--surface-2); border-radius: 12px; padding: 16px 20px; margin: 18px 0; }
.resumo-compra .total-val { font-size: 1.5rem; font-weight: 800; color: var(--brand-dark); }
.resumo-compra small { color: var(--muted); }

/* ---------- botoes ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--brand); color: #fff; border: none; padding: 12px 22px; border-radius: 12px; font-size: .98rem; font-weight: 700; cursor: pointer; transition: background .12s, transform .08s; }
.btn:hover { background: var(--brand-dark); text-decoration: none; }
.btn:active { transform: scale(.98); }
.btn-grande { width: 100%; padding: 17px; font-size: 1.1rem; }
.btn-sec { background: var(--surface-2); color: var(--text); }
.btn-sec:hover { background: var(--line); color: var(--text); }
.btn-mini { padding: 6px 12px; font-size: .8rem; border-radius: 8px; }
.btn-danger { background: var(--danger); }
.btn-danger:hover { background: #dc2626; }

/* ---------- avisos ---------- */
.aviso { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; margin: 20px 0; box-shadow: var(--shadow); }
.aviso-ok { border-color: var(--brand-2); background: #f0fdf4; }
.aviso-erro { border-color: var(--danger); background: #fef2f2; }

/* ---------- pedido / pix ---------- */
.pedido-box { max-width: 540px; margin: 0 auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.rifa-nome { color: var(--muted); margin-top: -8px; }
.numeros-comprados { margin: 14px 0; }
.chip { display: inline-block; background: var(--brand); color: #fff; padding: 4px 12px; border-radius: 999px; margin: 3px; font-size: .85rem; font-weight: 600; }
.pix-area { text-align: center; margin: 18px 0; }
.qr { width: 250px; height: 250px; background: #fff; padding: 12px; border-radius: 14px; border: 1px solid var(--line); }
.copiacola { font-family: ui-monospace, monospace; font-size: .8rem; word-break: break-all; }
.copia-label { margin-top: 12px; }

/* ---------- admin ---------- */
.admin-topo { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.acoes { display: flex; gap: 10px; }
.metricas { display: flex; gap: 18px; margin: 22px 0; flex-wrap: wrap; }
.metrica { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 26px; box-shadow: var(--shadow); flex: 1; min-width: 150px; }
.metrica-num { display: block; font-size: 1.7rem; font-weight: 800; color: var(--brand-dark); letter-spacing: -.02em; }
.metrica-label { color: var(--muted); font-size: .82rem; font-weight: 500; }

.tabela { width: 100%; border-collapse: collapse; background: var(--surface); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.tabela th, .tabela td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); font-size: .9rem; }
.tabela tr:last-child td { border-bottom: none; }
.tabela th { color: var(--muted); font-weight: 700; background: var(--surface-2); text-transform: uppercase; font-size: .72rem; letter-spacing: .04em; }
.tabela tbody tr:hover { background: var(--surface-2); }
.acoes-cel { display: flex; gap: 8px; }
.inline-form { display: inline; }

.painel-bloco { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin: 20px 0; box-shadow: var(--shadow); }
.form-admin label, .form-sorteio label, .form-admin, .form-sorteio { color: var(--text); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px){ .form-grid { grid-template-columns: 1fr; } }
.auditoria { background: var(--surface-2); padding: 14px; border-radius: 10px; overflow: auto; font-size: .8rem; color: var(--muted); }

.vazio { color: var(--muted); text-align: center; padding: 28px; }

/* ---------- login ---------- */
.login-body { display: flex; align-items: center; justify-content: center; min-height: 100vh; background: linear-gradient(135deg, #047857, #0ea5e9); }
.login-card { background: var(--surface); border-radius: 20px; padding: 38px; width: 360px; box-shadow: var(--shadow-lg); }
.login-card h1 { text-align: center; font-size: 1.6rem; }
.erro-msg { color: var(--danger); font-size: .9rem; background: #fef2f2; padding: 10px; border-radius: 8px; }

.consulta-bloco { margin-top: 20px; }
.form-consulta { max-width: 460px; display: flex; gap: 10px; align-items: flex-end; }
.form-consulta label { flex: 1; }

/* ============ EXPANSÃO v2 ============ */
.nav-btn { background: var(--brand); color: #fff !important; }
.nav-btn:hover { background: var(--brand-dark); text-decoration: none; }
.rodape-social { display: flex; gap: 16px; justify-content: center; margin-bottom: 8px; }
.rodape-social a { color: var(--brand-dark); font-weight: 600; }

/* carousel */
.carousel { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-lg); margin-bottom: 30px; background: #000; }
.carousel-track { display: flex; transition: transform .5s ease; }
.slide { min-width: 100%; }
.slide img { width: 100%; max-height: 360px; object-fit: cover; display: block; }
.car-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.45); color: #fff; border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.6rem; cursor: pointer; }
.car-prev { left: 12px; } .car-next { right: 12px; }
.car-btn:hover { background: rgba(0,0,0,.7); }

.selo-destaque { position: absolute; top: 10px; left: 10px; background: var(--accent); color: #fff; font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; }

/* combos */
.combos { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px,1fr)); gap: 12px; margin: 12px 0; }
.combo { position: relative; background: var(--surface-2); border: 2px solid var(--line); border-radius: 14px; padding: 16px; cursor: pointer; text-align: center; display: flex; flex-direction: column; gap: 4px; }
.combo:hover { border-color: var(--brand); }
.combo.sel { border-color: var(--brand); background: #ecfdf5; box-shadow: 0 0 0 3px rgba(16,185,129,.2); }
.combo.popular { border-color: var(--accent); }
.combo-qtd { font-weight: 700; font-size: 1.05rem; }
.combo-preco { color: var(--brand-dark); font-weight: 700; }
.combo-tag { font-size: .7rem; color: var(--accent); text-transform: uppercase; font-weight: 700; }

/* premiados */
.premiados-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px,1fr)); gap: 12px; }
.premiado { background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px; padding: 12px; display: flex; flex-direction: column; gap: 3px; }
.premiado.ganho { opacity: .6; background: #f1f5f9; }
.premiado-num { font-weight: 800; font-size: 1.2rem; color: var(--brand-dark); }
.premiado-premio { font-weight: 600; }
.premiado-status { font-size: .8rem; color: var(--muted); }

.regulamento { white-space: pre-wrap; font-family: inherit; background: var(--surface-2); padding: 14px; border-radius: 10px; font-size: .9rem; }
.conta-rifa { margin-bottom: 16px; }
.conta-rifa h3 { margin-bottom: 6px; }

/* login extras */
.login-logo { display: block; text-align: center; font-weight: 800; font-size: 1.2rem; color: var(--brand-dark); margin-bottom: 10px; text-decoration: none; }
.login-aux { text-align: center; font-size: .9rem; margin-top: 12px; }
.acesso-admin { margin-top: 22px; padding-top: 16px; border-top: 1px dashed var(--line); text-align: center; }
.acesso-admin a { color: var(--muted); font-size: .88rem; font-weight: 600; }
.acesso-admin a:hover { color: var(--text); }
.admin-login-bg { background: linear-gradient(135deg, #1e293b, #0f172a); }

/* ===== layout admin com sidebar ===== */
.admin-body { display: flex; min-height: 100vh; margin: 0; background: var(--bg); }
.admin-side { width: 220px; background: #0f172a; color: #cbd5e1; display: flex; flex-direction: column; padding: 18px 0; position: sticky; top: 0; height: 100vh; }
.admin-logo { color: #fff; font-weight: 800; font-size: 1.2rem; padding: 8px 22px 18px; }
.admin-side nav { display: flex; flex-direction: column; }
.admin-side nav a { color: #cbd5e1; padding: 12px 22px; font-size: .92rem; font-weight: 500; }
.admin-side nav a:hover { background: #1e293b; color: #fff; text-decoration: none; }
.admin-side nav a.sair { margin-top: 12px; color: #fca5a5; }
.admin-main { flex: 1; padding: 30px 36px; max-width: 1100px; }
@media (max-width: 760px){ .admin-body { flex-direction: column; } .admin-side { width: auto; height: auto; position: static; flex-direction: row; flex-wrap: wrap; } .admin-main { padding: 18px; } }

/* forms admin extras */
.form-busca { display: flex; gap: 10px; margin-bottom: 18px; max-width: 520px; }
.form-busca input { margin: 0; }
.form-linha { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: 12px; }
.form-linha input { margin: 0; width: auto; flex: 1; min-width: 120px; }
.checks { display: flex; gap: 20px; margin: 10px 0; }
.check { display: flex; align-items: center; gap: 6px; margin: 0; }
.check input { width: auto; margin: 0; }

/* ============ EXPANSÃO v3 ============ */
.hamburger { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text); padding: 4px 8px; margin-right: 4px; }
.topo-inner { gap: 10px; }
.logo { flex: 1; }
.topo-nav { display: flex; gap: 6px; align-items: center; }
.topo-nav a { padding: 8px 14px; border-radius: 999px; color: var(--muted); font-weight: 500; font-size: .92rem; }

/* menu lateral */
.menu-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); opacity: 0; visibility: hidden; transition: .25s; z-index: 90; }
.menu-overlay.aberto { opacity: 1; visibility: visible; }
.menu-lateral { position: fixed; top: 0; left: 0; bottom: 0; width: 270px; background: #0f172a; color: #e2e8f0; transform: translateX(-100%); transition: transform .25s; z-index: 100; padding: 0; overflow-y: auto; }
.menu-lateral.aberto { transform: translateX(0); }
.menu-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid #1e293b; font-weight: 700; }
.menu-head button { background: none; border: none; color: #94a3b8; font-size: 1.1rem; cursor: pointer; }
.menu-lateral nav { display: flex; flex-direction: column; padding: 8px 0; }
.menu-lateral nav a { color: #e2e8f0; padding: 14px 22px; font-weight: 600; border-bottom: 1px solid #18233a; }
.menu-lateral nav a:hover { background: #1e293b; text-decoration: none; }
.menu-lateral .menu-sair { color: #fca5a5; margin-top: 6px; }

/* contador (X/N) */
.contador { background: var(--accent); color: #fff; font-size: .8rem; padding: 2px 10px; border-radius: 999px; vertical-align: middle; }

/* roleta */
.roleta-bloco { background: linear-gradient(135deg, #fff, #fef9ec); }
.roleta-box { text-align: center; margin-top: 16px; }
.roleta-wheel { font-size: 4rem; width: 120px; height: 120px; line-height: 120px; margin: 10px auto; border-radius: 50%; background: radial-gradient(circle, #fff, #fde68a); border: 6px solid var(--accent); box-shadow: var(--shadow); }
.roleta-wheel.girando { animation: girar 1.1s cubic-bezier(.2,.8,.2,1); }
@keyframes girar { from { transform: rotate(0); } to { transform: rotate(1440deg); } }
.roleta-resultado { margin-top: 14px; font-size: 1.1rem; font-weight: 700; min-height: 1.4em; }
.r-ganhou { color: var(--brand-dark); }
.r-nada { color: var(--muted); }
.r-erro { color: var(--danger); }

/* ganhadores */
.ganhadores-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px,1fr)); gap: 16px; }
.ganhador-card { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--brand); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.ganhador-nome { font-weight: 800; }
.ganhador-campanha { color: var(--brand-dark); font-weight: 600; font-size: .92rem; margin: 4px 0; }
.ganhador-detalhe { display: flex; flex-direction: column; gap: 2px; color: var(--muted); font-size: .85rem; margin-top: 6px; }

/* ============ ROLETA ANIMADA ============ */
.roleta-area { text-align: center; margin-top: 18px; }
.roleta-wrap { position: relative; width: 340px; max-width: 90vw; margin: 0 auto; }
#roleta-canvas { width: 100%; height: auto; display: block; filter: drop-shadow(0 8px 24px rgba(15,23,42,.25)); border-radius: 50%; }
.roleta-centro { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 54px; height: 54px; background: #fff; border: 4px solid var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.roleta-ponteiro { position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 28px solid var(--danger); z-index: 5; filter: drop-shadow(0 2px 3px rgba(0,0,0,.3)); }
.roleta-giros { margin: 16px 0 8px; }
.btn-girar { background: linear-gradient(135deg, var(--accent), #f97316); font-size: 1.2rem; letter-spacing: .03em; box-shadow: 0 6px 18px rgba(245,158,11,.45); animation: pulsar 1.4s ease-in-out infinite; }
.btn-girar:hover { background: linear-gradient(135deg, #f97316, var(--accent)); }
.btn-girar:disabled { animation: none; opacity: .6; cursor: default; box-shadow: none; }
@keyframes pulsar { 0%,100% { transform: scale(1); } 50% { transform: scale(1.04); } }
.roleta-resultado { margin-top: 16px; font-size: 1.25rem; font-weight: 800; min-height: 1.5em; }
.r-ganhou { color: var(--brand-dark); }
.r-nada { color: var(--muted); }
.r-erro { color: var(--danger); }
