:root{--bg:#0a0a0a;--surface:#111;--surface2:#151515;--stroke:#222;--text:#f6f6f6;--gold:#D6A206;--gold3:#3a3117}
body{margin:0;background:radial-gradient(1000px 540px at 15% -10%, rgba(214,162,6,.12), transparent 60%),radial-gradient(900px 520px at 110% 0%, rgba(214,162,6,.09), transparent 60%),var(--bg);color:var(--text);font-family:Montserrat,system-ui,sans-serif}
.container{width:min(1080px,92vw);margin:24px auto 140px}
.header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border:1px solid var(--stroke);border-radius:20px;background:linear-gradient(180deg,var(--surface2),var(--surface));box-shadow:0 12px 28px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.02)}
.brand{display:flex;align-items:center;gap:10px}.brand img{width:32px;height:32px;border-radius:8px;background:#000}.title{font-weight:800}
.greet{display:flex;gap:10px;align-items:center}.balance{padding:8px 12px;border:1px solid var(--gold3);border-radius:12px;background:linear-gradient(180deg,#1a160b,#14130e)}
.section-title{margin-top:16px;font-size:14px;color:#e9e9e9}
.match{margin-top:10px;padding:14px;border:1px solid var(--stroke);border-radius:16px;background:linear-gradient(180deg,#151515,#101010)}
.row-top{display:flex;justify-content:space-between}.teams{font-weight:800}.meta{font-size:12px;color:#b8b8b8;margin-top:4px}
.badge{padding:4px 10px;border:1px solid var(--stroke);border-radius:999px;font-size:12px;background:#1a1a1a;color:#cfcfcf}.badge--open{border-color:var(--gold3);background:#181207;color:#ffd86b}
.odds{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.odd-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px;border-radius:12px;border:1px solid var(--gold3);background:linear-gradient(180deg,#161208,#14120b);color:#fff}
.odd-btn strong{font-size:16px;font-weight:800}.odd-btn span{font-size:12px;color:#d6d6d6}.odd-btn.disabled{opacity:.45;pointer-events:none}
.footer-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap;padding:12px;border-radius:12px;background:linear-gradient(180deg,#0e0e0e,#0c0c0c);border:1px solid var(--stroke)}
.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #2b2b2b;border-radius:12px;background:#1d1d1d;color:#fff;text-decoration:none;font-weight:700}
.slip{position:fixed;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0f0f0f,#0a0a0a);border-top:1px solid var(--stroke);padding:10px 14px}
.slip .wrap{width:min(1080px,92vw);margin:0 auto;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.pill{display:inline-flex;gap:6px;align-items:center;padding:6px 10px;border-radius:999px;background:#171717;border:1px solid #2a2a2a;color:#ddd;font-size:12px}
.input{min-height:40px;padding:10px 12px;border-radius:10px;border:1px solid var(--stroke);background:#0f0f0f;color:#fff}
.btn-confirm{background:#0f311c;border:1px solid #1c4b2b;color:#fff;padding:10px 14px;border-radius:10px;font-weight:800}
.card{margin-top:12px;padding:14px;border:1px solid var(--stroke);border-radius:16px;background:linear-gradient(180deg,#141414,#0f0f0f)}
.title{font-weight:800}.sub{color:#cfcfcf;font-size:12px;margin-top:4px}.emph{color:#D6A206;font-weight:900;font-size:20px}
.st{font-weight:800}.st.won{color:#2bd673}.st.lost{color:#ff5a5f}.st.live{color:#ffd85a}.st.pending{color:#68a6ff}.st.cash{color:#aaa}
.row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--stroke)}
.teamL{font-weight:800}.teamR{font-weight:800;text-align:right}.score{font-weight:900;font-size:18px}
.tag{padding:2px 8px;border-radius:10px;font-size:12px;border:1px solid var(--stroke);background:#181818;color:#ddd}.tag.live{border-color:#4b3a11;background:#1a160b;color:#ffd86b}
.tabs{display:flex;gap:8px}.tabs a{padding:8px 12px;border:1px solid var(--stroke);border-radius:10px;text-decoration:none;color:#ddd}.tabs a.active{background:#19150a;border-color:var(--gold3);color:#ffd86b}
/* --------------------- */
/* FOOTER PREMIUM BETCAND */
/* --------------------- */

.bc-footer{
  background:#0b0b10;
  padding:40px 22px 10px;
  margin-top:50px;
  border-top:1px solid rgba(255,255,255,0.06);
}

/* SELO ESPORTE AMADOR */
.bc-footer__seal{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:30px;
}

.bc-footer__seal img{
  width:48px;
  height:48px;
}

.bc-footer__seal span{
  font-size:13px;
  color:#f5c95a;
  font-weight:600;
}

/* GRID */
.bc-footer__grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  gap:30px;
}

.footer-box h3{
  font-size:13px;
  color:#f5c95a;
  margin-bottom:12px;
  text-transform:uppercase;
  font-weight:700;
}

.footer-box p{
  font-size:13px;
  color:#c9c9d9;
  line-height:1.4;
  margin-bottom:10px;
}

.footer-box ul{
  padding:0;
  list-style:none;
}

.footer-box ul li{
  margin-bottom:6px;
}

.footer-box ul a{
  color:#ddd;
  font-size:13px;
}

.footer-box ul a:hover{
  color:#f5c95a;
}

/* LOGOS */
.footer-logos img{
  width:50px;
  height:50px;
  background:#181821;
  padding:8px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.05);
}

/* PAYMENTS */
.pm-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.pm-grid span{
  background:#181821;
  padding:8px 6px;
  border-radius:8px;
  font-size:12px;
  color:#eee;
  text-align:center;
  border:1px solid rgba(255,255,255,0.05);
}

/* ANIMAÇÃO DE CRÉDITOS */
.bc-footer__credits{
  margin-top:35px;
  overflow:hidden;
  white-space:nowrap;
  border-top:1px solid rgba(255,255,255,0.05);
  border-bottom:1px solid rgba(255,255,255,0.05);
  padding:12px 0;
}

.bc-footer__credits-track{
  display:inline-block;
  animation:footerMove 22s linear infinite;
}

.bc-footer__credits-track span{
  margin-right:40px;
  font-size:13px;
  color:#888;
}

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

/* BOTTOM */
.bc-footer__bottom{
  text-align:center;
  margin-top:25px;
}

.bottom-icons{
  display:flex;
  justify-content:center;
  gap:12px;
  font-size:12px;
  color:#bbb;
  margin-bottom:6px;
}

.bottom-icons .age{
  background:#ff4b5c;
  padding:3px 7px;
  border-radius:6px;
  font-weight:700;
  color:#fff;
}

.bc-footer__bottom p{
  font-size:12px;
  color:#666;
}

/* MOBILE EXCLUSIVO */
@media(max-width:520px){

  .bc-footer__seal{
    flex-direction:column;
    text-align:center;
  }

  .footer-logos img{
    width:40px;
    height:40px;
  }

  .pm-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .bottom-icons{
    flex-direction:column;
    gap:4px;
  }
}
/* Páginas legais / suporte */
.page-hero{
  background: linear-gradient(135deg,#111118,#1a1a24);
  border-radius:18px;
  padding:18px 16px;
  margin-bottom:18px;
  border:1px solid rgba(245,201,90,.3);
}
.page-hero h1{
  font-size:20px;
  margin-bottom:6px;
}
.page-hero p{
  font-size:13px;
  color:#a0a0b5;
}

.page-main{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-bottom:30px;
}

.legal-section{
  background:#111118;
  border-radius:14px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.06);
  font-size:13px;
  color:#ddd;
}
.legal-section h2{
  font-size:14px;
  margin-bottom:6px;
  color:#f5c95a;
}
.legal-section p{
  margin-bottom:6px;
}
.legal-section ul{
  margin-left:16px;
  padding-left:0;
}
.legal-section ul li{
  margin-bottom:4px;
}

