:root {
  --bb-bg: #0a181b;
  --bb-bg2: #0f1419;
  --bb-panel: #151a1f;
  --bb-orange: #ff8a1f;
  --bb-orange2: #ff9f1a;
  --bb-gold: #c9a227;
  --bb-gold2: #e6b93a;
  --bb-sand: #e8d5a3;
  --bb-text: #fdffff;
  --bb-muted: #8e8e8e;
  --bb-line: rgba(253,255,255,.08);
  --font: "Montserrat", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: var(--font);
  background: var(--bb-bg);
  color: var(--bb-text);
  padding-bottom: 100px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
form { margin: 0; }
.bb-inline { display: inline; }

/* ===== Header ===== */
.bb-top {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: .35rem;
  padding: 12px .5rem 10px;
  min-height: 58px;
  background: #0a181b;
  overflow: visible;
}
.bb-menu {
  width: 26px; height: 26px; border: 0; padding: 0;
  background: transparent; cursor: pointer; flex: 0 0 auto;
  display: grid; place-items: center;
  margin-top: 4px;
}
.bb-menu img { width: 18px; height: 18px; max-width: none; }
.bb-logo {
  display: flex; align-items: center; gap: .25rem;
  flex: 1 1 auto; min-width: 0; margin-right: .15rem;
  margin-top: 4px;
}
.bb-logo-mark {
  width: 22px; height: 22px; max-width: none;
  object-fit: contain; flex: 0 0 auto;
}
.bb-logo-text {
  font-weight: 800; font-size: .78rem; letter-spacing: -.05em;
  color: #fff; line-height: 1;
  white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.bb-logo-text span { color: #ff8c1a; }
.bb-top-actions {
  display: flex; align-items: center; gap: .28rem;
  overflow: visible;
  padding-top: 10px;
  margin-top: 0;
  flex: 0 0 auto;
}
.bb-bal {
  font-size: .72rem; color: var(--bb-orange); font-weight: 700;
  white-space: nowrap;
}
.bb-btn-deposit { padding: 0 10px; font-size: 11px; }
.bb-pix-badge {
  position: absolute;
  top: -9px;
  right: -4px;
  z-index: 2;
  background: #ff8c1a;
  color: #2a1400;
  font-size: 8px;
  font-weight: 800;
  border-radius: 8px;
  padding: 2px 5px 2px 4px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  box-shadow: 0 0 0 1px #0a181b;
  letter-spacing: .02em;
}
.bb-pix-badge svg { display: block; flex: 0 0 auto; }
.bb-wallet {
  display: inline-flex; align-items: center; gap: .3rem;
  height: 28px; padding: 0 7px 0 3px;
  border-radius: 999px;
  border: 1px solid rgba(255, 140, 26, 0.55);
  background: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  max-width: 28vw;
}
.bb-wallet-refresh {
  width: 22px; height: 22px; border: 0; border-radius: 50%;
  background: #ff8c1a; cursor: pointer;
  display: grid; place-items: center; flex: 0 0 auto; padding: 0;
}
.bb-wallet-refresh img { width: 12px; height: 12px; max-width: none; }
.bb-wallet-val {
  font-size: .7rem; font-weight: 700; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  padding-right: 2px; text-decoration: none;
}
.bb-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1.5px solid rgba(255, 140, 26, 0.7);
  background: #12181b;
  display: grid; place-items: center; flex: 0 0 auto;
}
.bb-avatar img { width: 16px; height: 16px; max-width: none; }
.bb-top-sep {
  width: 1px; height: 18px;
  background: rgba(255,255,255,.18);
  flex: 0 0 auto;
  margin: 0 1px;
}
.bb-gift {
  width: 28px; height: 28px; border-radius: 50%;
  background: #ff8c1a;
  display: grid; place-items: center; flex: 0 0 auto;
}
.bb-gift img { width: 15px; height: 15px; max-width: none; }
@media (max-width: 420px) {
  .bb-logo-text { font-size: .7rem; }
  .bb-top-sep { display: none; }
  .bb-btn-deposit { padding: 0 8px; }
  .bb-wallet { max-width: 24vw; }
}
@media (max-width: 360px) {
  .bb-logo-text { display: none; }
  .bb-wallet-val { font-size: .66rem; }
}
.bb-btn {
  border: 0; border-radius: 999px; cursor: pointer; font-weight: 700;
  padding: 0 12px; font-size: 12px; white-space: nowrap;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1; height: 28px;
  box-sizing: border-box;
}
.bb-btn-gold {
  position: relative;
  background: linear-gradient(90deg, #ffeab5 0%, #f3bf40 100%);
  color: #1f1f1f;
  padding: 0 10px;
  overflow: visible;
  z-index: 1;
}
.bb-btn-deposit { padding: 0 10px; font-size: 11px; }
.bb-reg-label { position: relative; z-index: 1; }
.bb-bonus {
  position: absolute;
  top: -10px;
  right: -2px;
  z-index: 2;
  background: #ff8c1a;
  color: #1f1f1f;
  font-size: 9px;
  font-weight: 800;
  border-radius: 8px;
  padding: 2px 5px 2px 4px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  box-shadow: 0 0 0 1px #0a181b;
}
.bb-bonus svg {
  width: 9px; height: 9px; display: block; flex: 0 0 auto;
}
.bb-btn-enter {
  background: rgba(201, 201, 201, 0.18);
  color: #fff;
  border: 1px solid rgba(255, 140, 26, 0.55);
  padding: 0 12px;
}
.bb-btn-dark {
  background: #1c2429; color: #fff;
  border: 1px solid rgba(255,138,31,.35);
}
.bb-btn-green { background: var(--bb-orange); color: #2a1400; }
.bb-btn-block { width: 100%; padding: .85rem 1rem; font-size: .95rem; height: auto; border-radius: 10px; }

/* ===== Chips ===== */
.bb-chips {
  display: flex; gap: .55rem; overflow-x: auto;
  padding: 1rem .7rem .35rem;
  scrollbar-width: none;
}
.bb-chips::-webkit-scrollbar { display: none; }
.bb-chip {
  flex: 0 0 auto; width: 62px; text-align: center;
  color: #d7dde0; font-size: .66rem; font-weight: 600;
  border: 0; background: transparent; padding: 0; cursor: pointer;
  font-family: inherit; text-decoration: none;
  display: block;
}
.bb-chip-form {
  display: contents;
}
.bb-game-form {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.bb-game-form .bb-game { width: 100%; }
a.bb-game, a.bb-game-paid {
  display: block; color: inherit; text-decoration: none;
}
.bb-chip .circle {
  width: 52px; height: 52px; margin: 0 auto .3rem; border-radius: 50%;
  border: 1.5px solid rgba(255,138,31,.65);
  box-shadow: 0 0 10px rgba(255,138,31,.18);
  background: radial-gradient(circle at 30% 30%, #3a2410, #10171a);
  overflow: hidden; display: grid; place-items: center;
}
.bb-chip .circle img {
  width: 100%; height: 100%; object-fit: cover;
}

/* ===== Content ===== */
.bb-wrap { padding: 0 .7rem 1rem; }
.bb-banner {
  position: relative; border-radius: 12px; overflow: hidden;
  aspect-ratio: 2 / 1; background: #111;
}
.bb-banner img { width: 100%; height: 100%; object-fit: cover; }
.bb-dots {
  display: flex; justify-content: center; gap: .35rem; padding: .5rem 0 .15rem;
}
.bb-dots span {
  width: 6px; height: 6px; border-radius: 50%; background: #3a4449;
}
.bb-dots span.on { background: var(--bb-orange); }

.bb-search {
  display: flex; align-items: center; gap: .5rem;
  background: #1a2227; border-radius: 10px; padding: .68rem .85rem;
  border: 1px solid var(--bb-line); margin: .3rem 0 1rem;
}
.bb-search input {
  flex: 1; border: 0; outline: 0; background: transparent; color: #fff;
}
.bb-search input::placeholder { color: #6f787d; }
.bb-search .ico { width: 18px; height: 18px; flex: 0 0 auto; }

.bb-section { margin: 1rem 0 1.25rem; }
.bb-section-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: .65rem; gap: .5rem;
}
.bb-section-head h2 {
  margin: 0; font-size: .92rem; font-weight: 700;
  display: flex; align-items: center; gap: .4rem;
}
.bb-section-head h2 img { width: 20px; height: 20px; object-fit: contain; }
.bb-section-head a {
  color: var(--bb-orange); font-size: .76rem; font-weight: 700;
}
.bb-arrows { display: flex; gap: .25rem; }
.bb-arr {
  width: 28px; height: 28px; border-radius: 6px; border: 0;
  background: #1a2227; color: #9aa3a8; cursor: pointer; font-size: 1rem;
}

.bb-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem;
}
.bb-row {
  display: flex; flex-direction: row; flex-wrap: nowrap;
  gap: .45rem; overflow-x: auto; scrollbar-width: none; padding-bottom: .15rem;
}
.bb-row::-webkit-scrollbar { display: none; }
.bb-row-paid > * { flex: 0 0 calc(32% - .3rem); min-width: 0; }
.bb-row-top > * { flex: 0 0 calc(38% - .3rem); min-width: 0; }
.bb-row-games > * { flex: 0 0 calc(26% - .3rem); min-width: 0; }
@media (min-width: 520px) {
  .bb-row-games > * { flex: 0 0 calc(18% - .35rem); }
}
.bb-row .bb-game-form {
  display: block;
  margin: 0;
}
.bb-row .bb-game-form .bb-game { width: 100%; }

.bb-game {
  border: 0; padding: 0; background: transparent; cursor: pointer;
  border-radius: 10px; overflow: hidden; position: relative; width: 100%;
}
.bb-game img {
  width: 100%; aspect-ratio: 6/7; object-fit: cover; border-radius: 10px;
  background: #1a2227;
}
.bb-game-paid img { aspect-ratio: 3/4; }
.bb-game-paid .paid {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: .05rem; padding: .45rem .4rem .35rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.88));
  color: #fff; text-align: left;
}
.bb-game-paid .paid img { width: 12px; height: 12px; aspect-ratio: auto; display: inline-block; }
.bb-game-paid .paid em {
  font-style: normal; font-size: .58rem; color: #d7dde0; font-weight: 600;
  display: inline-flex; align-items: center; gap: .2rem;
}
.bb-game-paid .paid strong {
  font-size: .72rem; color: var(--bb-orange2); font-weight: 800; line-height: 1.1;
}

.bb-topcard {
  border: 0; padding: 0; background: transparent; cursor: pointer;
  position: relative; width: 100%; border-radius: 12px; overflow: hidden;
}
.bb-topcard .rank {
  position: absolute; left: -2px; bottom: 28px; z-index: 0;
  font-size: 4.2rem; font-weight: 800; line-height: .8;
  color: rgba(255,138,31,.28);
  pointer-events: none; font-style: italic;
}
.bb-topcard img {
  position: relative; z-index: 1;
  width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 12px;
  background: #1a2227;
}
.bb-topcard .play {
  position: relative; z-index: 2; display: block;
  margin-top: .4rem; text-align: center;
  background: var(--bb-orange); color: #2a1400;
  font-size: .68rem; font-weight: 800; letter-spacing: .02em;
  border-radius: 8px; padding: .45rem .3rem;
}

/* ===== Bottom nav ===== */
.bb-bottom {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: grid; grid-template-columns: repeat(5, 1fr);
  align-items: end;
  background: transparent;
  border-top: 0;
  padding: 1.15rem .15rem calc(.35rem + env(safe-area-inset-bottom));
}
.bb-bottom::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: calc(3.35rem + env(safe-area-inset-bottom));
  background: #10171b;
  border-top: 1px solid var(--bb-line);
  z-index: 0;
  pointer-events: none;
}
.bb-bottom > a, .bb-bottom .bb-center-btn {
  position: relative; z-index: 1;
  background: transparent; border: 0; color: #9aa3a8; text-align: center;
  font-size: .62rem; font-weight: 700; letter-spacing: .01em;
  padding: .15rem .1rem; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: .22rem;
  text-decoration: none; transition: color .15s ease;
}
.bb-bottom .ico {
  width: 26px; height: 26px;
  display: block; flex: 0 0 auto;
}
.bb-bottom .on { color: var(--bb-orange); }
.bb-center-form, .bb-center-link { display: contents; }
.bb-bottom .center {
  width: 52px; height: 52px; margin: -1.35rem auto .05rem;
  border-radius: 15px;
  background: linear-gradient(165deg, #ff9a2e 0%, #e06a00 55%, #b85500 100%);
  box-shadow: 0 6px 18px rgba(255, 140, 26, .22), 0 2px 0 rgba(255,255,255,.12) inset;
  display: grid; place-items: center;
  color: #fff;
}
.bb-bottom .center svg { width: 26px; height: 26px; display: block; }
.bb-bottom .bb-center-link.on .center {
  box-shadow: 0 6px 20px rgba(255, 140, 26, .35), 0 2px 0 rgba(255,255,255,.14) inset;
}

/* ===== Auth / account ===== */
.bb-auth {
  min-height: calc(100vh - 70px); display: grid; place-items: center;
  padding: 1.25rem .85rem 2rem;
}
.bb-card {
  width: min(420px, 100%); background: var(--bb-panel);
  border: 1px solid var(--bb-line); border-radius: 14px; padding: 1.2rem 1rem 1.1rem;
}
.bb-card h1 { margin: 0 0 .35rem; font-size: 1.25rem; }
.bb-card .sub { margin: 0 0 1rem; color: var(--bb-muted); font-size: .88rem; }
.bb-field { margin-bottom: .75rem; }
.bb-field label {
  display: block; font-size: .72rem; color: #aeb6ba; margin-bottom: .3rem;
  text-transform: uppercase; letter-spacing: .04em; font-weight: 700;
}
.bb-field input {
  width: 100%; border-radius: 10px; border: 1px solid #2b3439;
  background: #0d1316; color: #fff; padding: .75rem .8rem;
}
.bb-field input:focus { outline: 1px solid rgba(255,138,31,.55); }
.bb-alert {
  border-radius: 10px; padding: .7rem .8rem; margin-bottom: .8rem; font-size: .86rem;
}
.bb-alert-ok { background: rgba(255,138,31,.12); color: #ffd4a3; }
.bb-alert-err { background: rgba(255,80,80,.12); color: #ffb4b4; }
.bb-switch { text-align: center; margin-top: .9rem; color: var(--bb-muted); font-size: .86rem; }
.bb-switch a { color: var(--bb-orange); font-weight: 700; }

.bb-account { padding: 1rem .75rem 1.5rem; }
.bb-balance {
  background: linear-gradient(145deg, #2a1a0c, #10171b);
  border: 1px solid rgba(255,138,31,.25); border-radius: 14px;
  padding: 1rem; margin-bottom: .85rem;
}
.bb-balance .label { color: #9aa3a8; font-size: .78rem; font-weight: 600; }
.bb-balance .value {
  font-size: 1.8rem; font-weight: 800; color: var(--bb-orange2); margin: .2rem 0 .8rem;
}
.bb-actions { display: grid; grid-template-columns: 1fr; gap: .7rem; }
.bb-panel {
  background: var(--bb-panel); border: 1px solid var(--bb-line);
  border-radius: 14px; padding: .95rem .85rem; margin-top: .85rem;
}
.bb-panel h3 { margin: 0 0 .7rem; font-size: .92rem; }
.bb-chips-amt { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .65rem; }
.bb-chips-amt .amt {
  border: 1px solid rgba(255,138,31,.35); background: #12191d; color: #fff;
  border-radius: 8px; padding: .4rem .65rem; font-size: .75rem; font-weight: 700; cursor: pointer;
}
.bb-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.bb-table th, .bb-table td { text-align: left; padding: .5rem .2rem; border-bottom: 1px solid var(--bb-line); }
.bb-table th { color: #9aa3a8; font-weight: 600; }

.bb-age {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0,0,0,.72);
  display: grid; place-items: center; padding: 1rem;
}
.bb-age[hidden] { display: none !important; }
.bb-age-box {
  width: min(360px, 100%); background: #12191d;
  border: 1px solid var(--bb-line); border-radius: 16px;
  padding: 1.2rem 1rem; text-align: center;
}
.bb-age-logo { height: 32px; width: auto; margin: 0 auto .8rem; }
.bb-age-brand {
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  margin: 0 auto .85rem;
}
.bb-age-brand img { width: 28px; height: 28px; max-width: none; }
.bb-age-box h2 { margin: 0 0 1rem; font-size: 1.05rem; }
.bb-age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }

@media (min-width: 900px) {
  .bb-wrap, .bb-chips, .bb-top, .bb-account, .bb-foot-inner { max-width: 720px; margin-left: auto; margin-right: auto; }
  .bb-bottom { max-width: 720px; left: 50%; transform: translateX(-50%); }
  .bb-bottom::before { border-radius: 16px 16px 0 0; }
  .bb-reg { max-width: 480px; margin: 0 auto; border-left: 1px solid rgba(255,255,255,.04); border-right: 1px solid rgba(255,255,255,.04); }
}

/* ===== Register / Login (GreensGames modal) ===== */
.bb-auth-body {
  background: #0a181b;
  padding-bottom: 0;
  min-height: 100vh;
}
.bb-reg { min-height: 100vh; background: #0a181b; color: #fff; }
.bb-reg-top {
  display: flex; align-items: center; justify-content: space-between;
  gap: .5rem; padding: .75rem .85rem;
}
.bb-reg-logo {
  display: flex; align-items: center; gap: .35rem;
  font-weight: 800; font-size: 1.05rem; letter-spacing: -.03em;
}
.bb-reg-logo img { width: 26px; height: 26px; max-width: none; }
.bb-reg-logo span span { color: #ff8c1a; }
.bb-reg-top-right { display: flex; align-items: center; gap: .55rem; }
.bb-reg-help {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .72rem; color: #b8c0c4; font-weight: 600;
  background: #1a2227; border-radius: 999px; padding: .35rem .65rem;
}
.bb-reg-help img { width: 14px; height: 14px; max-width: none; }
.bb-reg-close {
  width: 28px; height: 28px; display: grid; place-items: center;
}
.bb-reg-close img { width: 16px; height: 16px; max-width: none; }

.bb-reg-hero {
  position: relative; margin: 0 .85rem;
  border-radius: 12px; overflow: hidden;
  background: #000;
  border: 1px solid rgba(255,140,26,.35);
}
.bb-reg-hero img {
  width: 100%; height: auto; display: block;
  max-width: none; opacity: 1;
  object-fit: contain;
}

.bb-reg-body { padding: 1rem .85rem 1.5rem; }
.bb-reg-tabs {
  display: grid; grid-template-columns: 1fr 1.35fr;
  background: #151b1f; border-radius: 10px; padding: 4px; gap: 4px;
  margin-bottom: 1rem;
}
.bb-reg-tabs a {
  text-align: center; font-size: .78rem; font-weight: 700;
  border-radius: 8px; padding: .65rem .4rem; color: #c9d0d4;
}
.bb-reg-tabs a.on {
  background: #ff8c1a; color: #2a1400;
}

.bb-reg-steps {
  display: flex; align-items: center; justify-content: center;
  gap: .55rem; margin: .2rem 0 1.1rem;
}
.bb-reg-steps .dot {
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  background: #2a3236; color: #9aa3a8;
  font-size: .78rem; font-weight: 800;
}
.bb-reg-steps .dot.on { background: #ff8c1a; color: #2a1400; }
.bb-reg-steps i {
  width: 42px; height: 2px; background: #2a3236; display: block;
}

.bb-reg-field { margin-bottom: .65rem; }
.bb-reg-input {
  display: flex; align-items: center; gap: .45rem;
  background: #12181c; border: 1px solid #2b3439;
  border-radius: 10px; min-height: 48px; padding: 0 .75rem;
}
.bb-reg-input:focus-within { border-color: rgba(255,140,26,.45); }
.bb-reg-input input {
  flex: 1; border: 0; outline: 0; background: transparent;
  color: #fff; font-size: .92rem; padding: .7rem 0; min-width: 0;
}
.bb-reg-input input::placeholder { color: #7a848a; }
.bb-reg-cpf { padding-right: .35rem; }
.bb-reg-cpf.is-ok { border-color: #ff8c1a !important; box-shadow: 0 0 0 1px rgba(255,140,26,.25); }
.bb-reg-cpf.is-err { border-color: #ff5a5a !important; }
.bb-reg-validar {
  border: 0; border-radius: 8px; background: #2a3236; color: #d7dde0;
  font-size: .75rem; font-weight: 700; padding: .45rem .7rem; cursor: pointer;
  flex: 0 0 auto; transition: background .15s, color .15s;
}
.bb-reg-validar.is-ok {
  background: #ff8c1a; color: #2a1400;
}
.bb-reg-eye {
  border: 0; background: transparent; padding: .2rem; cursor: pointer;
  display: grid; place-items: center;
}
.bb-reg-eye img { width: 18px; height: 18px; max-width: none; }
.bb-reg-phone .dial {
  display: inline-flex; align-items: center; gap: .35rem;
  color: #d7dde0; font-size: .85rem; font-weight: 700;
  padding-right: .55rem; border-right: 1px solid #2b3439;
  flex: 0 0 auto;
}
.bb-reg-phone .dial img { width: 22px; height: 15px; object-fit: cover; border-radius: 2px; max-width: none; }

.bb-reg-next {
  width: 100%; border: 0; border-radius: 10px; cursor: pointer;
  background: #ff8c1a; color: #2a1400;
  font-size: .95rem; font-weight: 800; letter-spacing: .04em;
  padding: .95rem 1rem; margin-top: .35rem;
}
.bb-reg-back {
  width: 100%; border: 0; background: transparent; color: #9aa3a8;
  font-size: .82rem; font-weight: 700; margin-top: .7rem; cursor: pointer;
}

.bb-reg-trust {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .4rem; margin: 1.25rem 0 1rem; text-align: center;
}
.bb-reg-trust div {
  display: flex; flex-direction: column; align-items: center; gap: .35rem;
}
.bb-reg-trust img { width: 28px; height: 28px; max-width: none; }
.bb-reg-trust span {
  font-size: .62rem; color: #9aa3a8; font-weight: 600; line-height: 1.2;
}
.bb-reg-foot {
  text-align: center; color: #9aa3a8; font-size: .86rem; margin: 0;
}
.bb-reg-foot a { color: #ff8c1a; font-weight: 700; }

/* ===== Depósito Rápido modal ===== */
.bb-dep {
  position: fixed; inset: 0; z-index: 120;
  display: grid; place-items: start center;
  padding: 6px 0 0;
  align-content: start;
}
.bb-dep[hidden] { display: none !important; }
.bb-dep-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.72);
}
.bb-dep-sheet {
  position: relative; z-index: 1;
  width: min(440px, 100%);
  height: calc(100dvh - 6px);
  max-height: calc(100dvh - 6px);
  overflow: auto;
  background: #0c1012;
  border-radius: 18px 18px 0 0;
  padding: 1rem .9rem 1.25rem;
  box-shadow: 0 -10px 40px rgba(0,0,0,.45);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 520px) {
  .bb-dep { place-items: start center; padding: 12px 1rem 1rem; }
  .bb-dep-sheet {
    border-radius: 16px;
    height: calc(100dvh - 24px);
    max-height: calc(100dvh - 24px);
  }
}
.bb-dep-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: .85rem;
}
.bb-dep-head h2 {
  margin: 0; font-size: 1.2rem; font-weight: 800; letter-spacing: -.02em;
}
.bb-dep-x {
  width: 32px; height: 32px; border: 0; border-radius: 8px;
  background: transparent; cursor: pointer;
  display: grid; place-items: center; padding: 0;
}
.bb-dep-offer {
  position: relative;
  border: 1.5px solid #ff8c1a;
  border-radius: 14px;
  padding: .85rem .85rem 1rem;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(255,140,26,.06), transparent 55%);
  box-shadow: 0 0 18px rgba(255,140,26,.18), inset 0 0 20px rgba(255,140,26,.04);
  overflow: visible;
}
.bb-dep-mascot {
  position: absolute; right: -4px; top: -18px;
  width: 118px; height: auto; max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(229,5,57,.45));
  transform: rotate(-8deg);
}
.bb-dep-offer-kicker {
  display: inline-flex; align-items: center; gap: .35rem;
  color: #ff8c1a; font-size: .68rem; font-weight: 800;
  letter-spacing: .04em; margin-bottom: .35rem;
  padding-right: 80px;
}
.bb-dep-offer-kicker img { width: 11px; height: 15px; max-width: none; }
.bb-dep-offer-title {
  display: flex; align-items: center; gap: .4rem; flex-wrap: wrap;
  font-size: .98rem; font-weight: 800; color: #fff;
  margin-bottom: .35rem; line-height: 1.25;
  padding-right: 70px;
}
.bb-dep-offer-title img { width: 18px; height: 18px; max-width: none; }
.bb-dep-offer-desc {
  margin: 0 0 .85rem; color: #9aa3a8; font-size: .78rem; line-height: 1.4;
  max-width: 78%;
}
.bb-dep-timer {
  display: flex; align-items: center; gap: .35rem;
}
.bb-dep-timer > img { width: 18px; height: 18px; max-width: none; flex: 0 0 auto; }
.bb-dep-timer > i { color: #ff8c1a; font-style: normal; font-weight: 800; }
.bb-dep-tbox {
  display: inline-flex; align-items: baseline; gap: .2rem;
  background: #14301f; border-radius: 8px;
  padding: .35rem .45rem; min-width: 3.1rem; justify-content: center;
}
.bb-dep-tbox b {
  color: #ff8c1a; font-size: 1.05rem; font-weight: 800; font-variant-numeric: tabular-nums;
}
.bb-dep-tbox small { color: #ff8c1a; font-size: .65rem; font-weight: 700; }

.bb-dep-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .55rem; margin-bottom: .85rem;
}
.bb-dep-chip {
  position: relative;
  border: 1.5px solid transparent;
  background: #1a2227;
  border-radius: 12px;
  min-height: 64px;
  padding: 1.15rem .35rem .7rem;
  cursor: pointer; color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.bb-dep-chip-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  white-space: nowrap;
  background: linear-gradient(90deg, #ffe38a, #f0c94a);
  color: #1a1400;
  font-size: .52rem; font-weight: 800;
  border-radius: 0 0 7px 7px;
  padding: 3px 7px; line-height: 1.1;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
.bb-dep-chip-val {
  font-size: .95rem; font-weight: 800; letter-spacing: -.02em;
}
.bb-dep-chip-check {
  display: none;
  position: absolute; right: 6px; bottom: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #f0c94a;
  place-items: center;
}
.bb-dep-chip.on {
  border-color: #f0c94a;
  box-shadow: 0 0 0 1px rgba(240,201,74,.35), 0 0 14px rgba(240,201,74,.2);
  background: #1e262b;
}
.bb-dep-chip.on .bb-dep-chip-check { display: grid; }

.bb-dep-pay {
  display: flex; align-items: center; gap: .55rem;
  background: #1a2227; border-radius: 999px;
  padding: .55rem .85rem .55rem 1rem;
  margin-bottom: .55rem;
}
.bb-dep-cur { font-weight: 800; color: #fff; font-size: .95rem; }
.bb-dep-pay input {
  flex: 1; min-width: 0; border: 0; background: transparent;
  color: #fff; font-size: 1rem; font-weight: 700;
  outline: none; padding: .2rem 0;
  border-left: 1px solid #2b3439; padding-left: .65rem;
  -moz-appearance: textfield;
}
.bb-dep-pay input::-webkit-outer-spin-button,
.bb-dep-pay input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.bb-dep-pix {
  display: inline-flex; align-items: center; gap: .3rem;
  font-weight: 800; font-size: .82rem; color: #fff;
  flex: 0 0 auto;
}

.bb-dep-giros {
  margin: 0 0 .85rem; text-align: center;
  color: #d7dde0; font-size: .78rem; font-weight: 600;
}
.bb-dep-giros b { color: #fff; font-weight: 800; }

.bb-dep-submit {
  width: 100%; border: 0; border-radius: 12px; cursor: pointer;
  background: #ff8c1a; color: #2a1400;
  font-size: 1rem; font-weight: 800; letter-spacing: .04em;
  padding: 1rem 1rem;
}
.bb-dep-submit:active { transform: scale(.99); }
.bb-dep-submit:disabled { opacity: .65; cursor: wait; }
.bb-dep-err {
  margin: .35rem 0 0; color: #ff6b6b; font-size: .82rem; font-weight: 600; text-align: center;
}
.bb-dep-loading {
  position: absolute; inset: 0; z-index: 5;
  display: grid; place-items: center;
  background: rgba(6, 14, 10, .88);
  border-radius: inherit;
  padding: 1.5rem;
}
.bb-dep-loading[hidden] { display: none !important; }
.bb-dep-loading-inner { text-align: center; max-width: 16rem; }
.bb-dep-spinner {
  width: 42px; height: 42px; margin: 0 auto .9rem;
  border: 3px solid rgba(255,140,26,.2);
  border-top-color: #ff8c1a;
  border-radius: 50%;
  animation: bbDepSpin .7s linear infinite;
}
@keyframes bbDepSpin { to { transform: rotate(360deg); } }
.bb-dep-loading-title {
  margin: 0 0 .35rem; color: #ff8c1a;
  font-size: 1.05rem; font-weight: 800;
}
.bb-dep-loading-sub {
  margin: 0; color: #9aa3ae; font-size: .82rem; line-height: 1.35;
}
.bb-dep-pixbox {
  padding: .25rem .15rem .85rem;
  text-align: center;
}
.bb-dep-pix-amt {
  margin: 0 0 .25rem; color: #fff; font-size: 1.05rem; font-weight: 700;
}
.bb-dep-pix-amt b { color: #ff8c1a; }
.bb-dep-pix-hint {
  margin: 0 0 .85rem; color: #9aa3ae; font-size: .78rem;
}
.bb-dep-qr-wrap {
  display: grid; place-items: center;
  margin: 0 auto .85rem;
  padding: .65rem;
  width: fit-content;
  background: #fff;
  border-radius: 14px;
}
.bb-dep-qr-wrap img { display: block; width: 220px; height: 220px; }
.bb-dep-copy-row {
  display: flex; gap: .45rem; align-items: stretch;
  margin: 0 0 .75rem;
}
.bb-dep-copy-row input {
  flex: 1; min-width: 0;
  border: 1px solid #1e3a2a;
  background: #0a1510;
  color: #c8d4cc;
  border-radius: 10px;
  padding: .7rem .75rem;
  font-size: .72rem;
}
.bb-dep-copy {
  flex: 0 0 auto;
  border: 0; border-radius: 10px;
  background: #ff8c1a; color: #2a1400;
  font-weight: 800; font-size: .78rem;
  padding: 0 .9rem; cursor: pointer;
}
.bb-dep-wait {
  margin: 0; color: #9aa3ae; font-size: .8rem; font-weight: 600;
}
.bb-dep-ok {
  margin: 0; color: #ff8c1a; font-size: .9rem; font-weight: 800;
}

/* ===== Perfil (GreensGames) ===== */
.bb-prof {
  padding: .35rem .55rem 1.2rem;
  min-height: calc(100dvh - 140px);
}
.bb-prof-sheet {
  width: min(440px, 100%);
  margin: 0 auto;
  background: #0c1012;
  border-radius: 18px;
  padding: .45rem .85rem 1.1rem;
  border: 1px solid rgba(255,255,255,.06);
}
.bb-prof-handle {
  width: 42px; height: 4px; border-radius: 99px;
  background: rgba(255,255,255,.22);
  margin: .15rem auto .85rem;
}
.bb-prof-top {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: .45rem;
  align-items: start;
  margin-bottom: .95rem;
}
.bb-prof-user {
  display: flex; align-items: center; gap: .65rem; min-width: 0;
}
.bb-prof-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  flex: 0 0 auto;
  display: grid; place-items: center;
  background: #151a1f;
  border: 2px dashed rgba(180,180,180,.45);
  border-top-color: #e6c35a;
  border-left-color: #e6c35a;
  overflow: hidden;
}
.bb-prof-avatar img { width: 34px; height: 34px; max-width: none; }
.bb-prof-meta { min-width: 0; }
.bb-prof-hello {
  font-size: .92rem; font-weight: 800; line-height: 1.2;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 46vw;
}
.bb-prof-id { color: #8e969c; font-size: .72rem; margin-top: .2rem; font-weight: 600; }
.bb-prof-dados {
  border: 1px solid #c9a227;
  background: transparent;
  color: #e6c35a;
  border-radius: 999px;
  font-size: .62rem; font-weight: 700;
  padding: .35rem .55rem;
  display: inline-flex; align-items: center; gap: .25rem;
  cursor: pointer; white-space: nowrap; margin-top: .15rem;
}
.bb-prof-x {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  display: grid; place-items: center;
  background: #151a1f; flex: 0 0 auto; margin-top: .1rem;
}
.bb-prof-curr {
  display: flex; align-items: center; gap: .35rem;
  flex-wrap: wrap;
  padding: .55rem 0 .75rem;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  margin-bottom: .85rem;
}
.bb-prof-cur {
  display: inline-flex; align-items: center; gap: .3rem;
  font-size: .68rem; font-weight: 700; color: #d7dde0;
  padding-right: .45rem;
  border-right: 1px solid rgba(255,255,255,.12);
}
.bb-prof-cur:last-of-type { border-right: 0; }
.bb-prof-cur .ico {
  width: 14px; height: 14px; border-radius: 50%; flex: 0 0 auto;
  display: inline-block;
}
.bb-prof-cur .ico.coin {
  background: radial-gradient(circle at 35% 30%, #ffe9a0, #d4a017 55%, #a67900);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}
.bb-prof-cur .ico.gem {
  width: 12px; height: 14px; border-radius: 3px;
  background: linear-gradient(180deg, #7dffb0, #00c96a);
}
.bb-prof-cur .ico.dia {
  width: 12px; height: 12px; border-radius: 2px;
  background: linear-gradient(135deg, #8ad7ff, #2f7fff);
  transform: rotate(45deg);
}
.bb-prof-loja {
  margin-left: auto; border: 0; background: transparent;
  color: #e6c35a; font-size: .7rem; font-weight: 700; cursor: pointer;
  padding: 0;
}
.bb-prof-explore-label {
  font-size: .95rem; font-weight: 800; margin: .2rem 0 .65rem;
}
.bb-prof-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .55rem;
}
.bb-prof-card {
  border: 1px solid rgba(201,162,39,.55);
  background: #12171b;
  border-radius: 12px;
  min-height: 78px;
  padding: .65rem .35rem;
  color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .35rem; cursor: pointer; text-align: center;
  font-size: .68rem; font-weight: 700; line-height: 1.15;
  text-decoration: none;
}
.bb-prof-ico {
  display: grid; place-items: center;
  filter: drop-shadow(0 0 6px rgba(255,140,26,.35));
}
.bb-prof-panel {
  margin-top: .9rem;
  background: #12171b;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: .85rem .8rem;
}
.bb-prof-panel h3 { margin: 0 0 .55rem; font-size: .92rem; }
.bb-prof-panel p { margin: 0 0 .35rem; font-size: .82rem; color: #d7dde0; }
.bb-prof-panel .muted { color: #8e969c; }
.bb-prof-code {
  margin-top: .55rem;
  background: #0c1012;
  border: 1px dashed rgba(255,140,26,.45);
  border-radius: 10px;
  padding: .7rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: .04em;
  color: #ff8c1a;
  word-break: break-all;
}
.bb-prof-logout-wrap { margin-top: 1.1rem; }
.bb-prof-logout {
  width: 100%;
  border: 1px solid rgba(255,255,255,.22);
  background: #151a1f;
  color: #fff;
  border-radius: 999px;
  height: 44px;
  font-size: .88rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  cursor: pointer;
}
@media (max-width: 380px) {
  .bb-prof-hello { font-size: .82rem; max-width: 38vw; }
  .bb-prof-dados { font-size: .58rem; padding: .3rem .4rem; }
  .bb-prof-cur { font-size: .6rem; }
}

/* ===== Carteira ===== */
.bb-wal { padding: .15rem .75rem 1.4rem; max-width: 520px; margin: 0 auto; }
.bb-wal-card {
  background: #151a1f;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: .95rem .9rem 1rem;
  margin-bottom: 1rem;
}
.bb-wal-card-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: .55rem;
}
.bb-wal-brl {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .78rem; font-weight: 700; color: #d7dde0;
}
.bb-wal-brl img {
  width: 18px; height: 12px; object-fit: cover; border-radius: 2px; max-width: none;
}
.bb-wal-hash { color: #8e969c; font-weight: 600; }
.bb-wal-amount {
  font-size: 1.85rem; font-weight: 800; letter-spacing: -.03em;
  margin: .1rem 0 .85rem; color: #fff;
}
.bb-wal-actions {
  display: grid; grid-template-columns: 1fr 1fr; gap: .55rem;
}
.bb-wal-dep, .bb-wal-out {
  border: 0; border-radius: 10px; height: 42px;
  font-size: .92rem; font-weight: 800; cursor: pointer;
}
.bb-wal-dep { background: #ff8c1a; color: #2a1400; }
.bb-wal-out { background: #5a656b; color: #0c1012; }
.bb-wal-h {
  margin: 0 0 .55rem; font-size: 1.05rem; font-weight: 800;
}
.bb-wal-coins {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem;
  margin-bottom: .85rem;
}
.bb-wal-coin {
  background: #151a1f;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: .7rem .35rem;
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  text-align: center;
}
.bb-wal-coin strong {
  font-size: .58rem; font-weight: 800; letter-spacing: .02em; color: #d7dde0;
}
.bb-wal-coin .ico {
  width: 22px; height: 22px; display: inline-block;
}
.bb-wal-coin .ico.coin {
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe9a0, #d4a017 55%, #a67900);
}
.bb-wal-coin .ico.dia {
  width: 18px; height: 18px; border-radius: 3px;
  background: linear-gradient(135deg, #8ad7ff, #2f7fff);
  transform: rotate(45deg); margin: 2px 0;
}
.bb-wal-coin .ico.gem {
  width: 16px; height: 20px; border-radius: 4px;
  background: linear-gradient(180deg, #7dffb0, #00c96a);
}
.bb-wal-tip {
  background: rgba(40, 110, 180, .18);
  border: 1px solid rgba(90, 170, 255, .45);
  border-radius: 10px;
  padding: .7rem .75rem;
  color: #9ec9ff;
  font-size: .72rem; line-height: 1.4; font-weight: 600;
  margin-bottom: .85rem;
}
.bb-wal-menu {
  display: flex; flex-direction: column; gap: .15rem;
}
.bb-wal-menu a, .bb-wal-menu button {
  display: flex; align-items: center; gap: .7rem;
  width: 100%; text-align: left;
  background: transparent; border: 0; color: #fff;
  padding: .85rem .1rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: .78rem; font-weight: 800; letter-spacing: .03em;
  cursor: pointer; text-decoration: none;
}
.bb-wal-menu .ico {
  width: 28px; height: 28px; border-radius: 8px;
  display: grid; place-items: center;
  color: #ff8c1a; flex: 0 0 auto;
  background: rgba(255,140,26,.08);
}
.bb-wal-menu span:nth-child(2) { flex: 1; }
.bb-wal-menu i {
  font-style: normal; color: #8e969c; font-size: 1.1rem; font-weight: 400;
}
.bb-wal-menu .badge {
  background: #e11d48; color: #fff;
  font-size: .62rem; font-weight: 800; font-style: normal;
  min-width: 16px; height: 16px; border-radius: 99px;
  display: inline-grid; place-items: center; padding: 0 4px;
}
.bb-wal-menu .pill {
  background: rgba(255,140,26,.15); color: #ff8c1a;
  font-size: .62rem; font-weight: 800; font-style: normal;
  border-radius: 99px; padding: .2rem .45rem;
}
.bb-wal-panel {
  margin-top: .9rem;
  background: #151a1f;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: .9rem .85rem;
}
.bb-wal-panel h3 { margin: 0 0 .55rem; font-size: .95rem; }
.bb-wal-panel .muted { color: #8e969c; font-size: .82rem; margin: 0; }

/* ===== Saque Rápido ===== */
.bb-page-saq { padding-bottom: 88px; }
.bb-saq {
  max-width: 440px; margin: 0 auto;
  padding: .45rem .7rem .85rem;
}
.bb-saq-head {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: .5rem; align-items: center;
  margin-bottom: .55rem;
}
.bb-saq-head h1 {
  margin: 0; font-size: 1.02rem; font-weight: 800; letter-spacing: -.02em;
}
.bb-saq-head p {
  margin: .08rem 0 0; color: #8e969c; font-size: .65rem; font-weight: 600;
}
.bb-saq-back, .bb-saq-close {
  width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center;
  background: #151a1f; border: 1px solid rgba(255,255,255,.08);
  color: #d7dde0;
}
.bb-saq-bal {
  background: linear-gradient(160deg, rgba(255,140,26,.12), transparent 55%), #151a1f;
  border: 1px solid rgba(255,140,26,.28);
  border-radius: 14px;
  padding: .7rem .8rem;
  margin-bottom: .55rem;
  box-shadow: 0 0 18px rgba(255,140,26,.08);
}
.bb-saq-bal-top {
  display: flex; justify-content: space-between; align-items: center;
  color: #9aa3a8; font-size: .66rem; font-weight: 700;
  margin-bottom: .2rem;
}
.bb-saq-bal-top span { display: inline-flex; align-items: center; gap: .3rem; }
.bb-saq-bal-top img { width: 16px; height: 11px; object-fit: cover; border-radius: 2px; max-width: none; }
.bb-saq-bal-top .id { color: #8e969c; }
.bb-saq-bal-val {
  font-size: 1.45rem; font-weight: 800; letter-spacing: -.03em; color: #fff;
  margin-bottom: .35rem; line-height: 1.1;
}
.bb-saq-bal-meta {
  display: flex; flex-wrap: nowrap; gap: .28rem; overflow: hidden;
}
.bb-saq-bal-meta span {
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  padding: .18rem .45rem;
  font-size: .58rem; font-weight: 700; color: #b7c0c5;
  white-space: nowrap;
}
.bb-saq-label {
  font-size: .74rem; font-weight: 800; margin: .15rem 0 .35rem;
}
.bb-saq-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: .35rem; margin-bottom: .45rem;
}
.bb-saq-chip {
  position: relative;
  border: 1.5px solid transparent;
  background: #1a2227;
  border-radius: 10px;
  min-height: 38px;
  color: #fff; font-weight: 800; font-size: .8rem;
  cursor: pointer;
}
.bb-saq-chip .check {
  display: none; position: absolute; right: 5px; bottom: 5px;
  width: 13px; height: 13px; border-radius: 50%;
  background: #f0c94a; place-items: center;
}
.bb-saq-chip.on {
  border-color: #f0c94a;
  box-shadow: 0 0 0 1px rgba(240,201,74,.3), 0 0 10px rgba(240,201,74,.16);
}
.bb-saq-chip.on .check { display: grid; }
.bb-saq-pay {
  display: flex; align-items: center; gap: .35rem;
  background: #1a2227; border-radius: 999px;
  padding: .38rem .55rem .38rem .75rem;
  margin-bottom: .45rem;
}
.bb-saq-pay .cur { font-weight: 800; font-size: .9rem; }
.bb-saq-pay input {
  flex: 1; min-width: 0; border: 0; background: transparent;
  color: #fff; font-size: .92rem; font-weight: 700; outline: none;
  border-left: 1px solid #2b3439; padding-left: .45rem;
  -moz-appearance: textfield;
}
.bb-saq-pay input::-webkit-outer-spin-button,
.bb-saq-pay input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.bb-saq-all {
  border: 0; background: rgba(255,140,26,.15); color: #ff8c1a;
  border-radius: 999px; font-size: .62rem; font-weight: 800;
  padding: .28rem .45rem; cursor: pointer;
}
.bb-saq-pay .pix {
  display: inline-flex; align-items: center; gap: .2rem;
  font-weight: 800; font-size: .7rem;
}
.bb-saq-key { margin-bottom: .45rem; }
.bb-saq-key label {
  display: block; font-size: .62rem; font-weight: 700; color: #9aa3a8;
  margin-bottom: .25rem; text-transform: uppercase; letter-spacing: .04em;
}
.bb-saq-key-row {
  display: grid; grid-template-columns: 96px 1fr; gap: .35rem;
}
.bb-saq-key-row select, .bb-saq-key-row input {
  border: 1px solid #2b3439; background: #12171b; color: #fff;
  border-radius: 9px; padding: .55rem .6rem; font-size: .82rem; font-weight: 600;
}
.bb-saq-key-row input:focus {
  outline: none; border-color: rgba(255,255,255,.55);
  box-shadow: 0 0 0 1px rgba(255,255,255,.12);
}
.bb-saq-hint {
  display: block; margin-top: .22rem;
  color: #8e969c; font-size: .6rem; font-weight: 600;
}
.bb-saq-summary {
  background: #151a1f; border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px; padding: .5rem .65rem; margin-bottom: .45rem;
}
.bb-saq-summary > div {
  display: flex; justify-content: space-between; align-items: center;
  font-size: .72rem; color: #9aa3a8; padding: .16rem 0;
}
.bb-saq-summary b { color: #fff; font-weight: 800; }
.bb-saq-summary .total {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: .15rem; padding-top: .35rem;
  color: #d7dde0; font-weight: 700;
}
.bb-saq-summary .total b { color: #ff8c1a; font-size: .9rem; }
.bb-saq-trust {
  list-style: none; margin: 0 0 .5rem; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: .25rem;
  text-align: center;
}
.bb-saq-trust li {
  display: flex; flex-direction: row; align-items: center; justify-content: center; gap: .25rem;
  font-size: .52rem; font-weight: 700; color: #9aa3a8;
}
.bb-saq-trust img { width: 14px; height: 14px; max-width: none; }
.bb-saq-submit {
  width: 100%; border: 0; border-radius: 11px; cursor: pointer;
  background: #ff8c1a; color: #2a1400;
  font-size: .9rem; font-weight: 800; letter-spacing: .04em;
  padding: .78rem;
}
.bb-saq-recent { margin-top: .7rem; }
.bb-saq-recent h2 { margin: 0 0 .4rem; font-size: .85rem; }
.bb-saq-ok {
  color: #ff8c1a; font-weight: 700; font-size: .68rem;
}
.bb-saq .mono { font-family: ui-monospace, monospace; font-size: .62rem; color: #8e969c; }
.bb-bottom .bb-center-link.on span:not(.center) { color: var(--bb-orange); }

/* Celulares pequenos / tela baixa: caber sem rolagem */
@media (max-width: 430px), (max-height: 760px) {
  .bb-page-saq .bb-top { min-height: 46px; }
  .bb-saq { padding: .3rem .55rem .55rem; }
  .bb-saq-head { margin-bottom: .35rem; gap: .4rem; }
  .bb-saq-head h1 { font-size: .95rem; }
  .bb-saq-head p { display: none; }
  .bb-saq-back, .bb-saq-close { width: 28px; height: 28px; border-radius: 8px; }
  .bb-saq-bal { padding: .5rem .65rem; margin-bottom: .4rem; border-radius: 12px; }
  .bb-saq-bal-val { font-size: 1.25rem; margin-bottom: .2rem; }
  .bb-saq-bal-meta span:nth-child(n+3) { display: none; }
  .bb-saq-label { margin: .05rem 0 .25rem; font-size: .7rem; }
  .bb-saq-grid { gap: .28rem; margin-bottom: .35rem; }
  .bb-saq-chip { min-height: 34px; font-size: .74rem; border-radius: 9px; }
  .bb-saq-pay { padding: .3rem .5rem .3rem .65rem; margin-bottom: .35rem; }
  .bb-saq-pay input { font-size: .86rem; }
  .bb-saq-key { margin-bottom: .35rem; }
  .bb-saq-key-row select, .bb-saq-key-row input { padding: .45rem .5rem; font-size: .78rem; }
  .bb-saq-hint { display: none; }
  .bb-saq-summary { padding: .4rem .55rem; margin-bottom: .35rem; }
  .bb-saq-summary > div { font-size: .68rem; padding: .1rem 0; }
  .bb-saq-summary .total { padding-top: .28rem; margin-top: .1rem; }
  .bb-saq-summary .total b { font-size: .84rem; }
  .bb-saq-trust { margin-bottom: .35rem; }
  .bb-saq-submit { padding: .65rem; font-size: .84rem; border-radius: 10px; }
  .bb-saq-recent { display: none; }
}
@media (max-height: 640px) {
  .bb-saq-bal-meta { display: none; }
  .bb-saq-trust { display: none; }
  .bb-saq-summary > div:not(.total) { display: none; }
  .bb-saq-summary .total { border-top: 0; margin: 0; padding: 0; }
  .bb-saq-chip { min-height: 30px; font-size: .7rem; }
}

/* ===== Popup validação saque (10%) ===== */
.bb-val[hidden] { display: none !important; }
.bb-val {
  position: fixed; inset: 0; z-index: 1210;
  display: grid; place-items: center;
  padding: .85rem .7rem;
  padding-bottom: max(.85rem, env(safe-area-inset-bottom));
}
.bb-val-backdrop {
  position: absolute; inset: 0;
  background: rgba(2, 6, 8, .78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bb-val-sheet {
  position: relative; z-index: 1;
  width: min(440px, 100%);
  max-height: min(92dvh, 720px);
  overflow: auto;
  background: #0b1114;
  border: 1px solid rgba(255,140,26,.2);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.55);
}
.bb-val-x {
  position: absolute; top: .55rem; right: .55rem; z-index: 3;
  width: 34px; height: 34px; border: 0; border-radius: 999px;
  background: rgba(0,0,0,.45); color: #ff8c1a;
  font-size: 1.35rem; line-height: 1; cursor: pointer;
}
.bb-val-banner {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  padding: 1.15rem 1rem 1rem;
  background:
    radial-gradient(120% 90% at 90% 10%, rgba(255,140,26,.28), transparent 55%),
    linear-gradient(135deg, #0d2a1c 0%, #0a1418 48%, #122018 100%);
  border-bottom: 1px solid rgba(255,140,26,.14);
}
.bb-val-banner-glow {
  position: absolute; inset: auto -20% -40% 40%;
  height: 120px;
  background: radial-gradient(circle, rgba(255,140,26,.35), transparent 70%);
  pointer-events: none;
}
.bb-val-banner-content { position: relative; z-index: 1; max-width: 70%; }
.bb-val-badge {
  display: inline-block;
  margin-bottom: .45rem;
  padding: .22rem .55rem;
  border-radius: 999px;
  background: rgba(255,140,26,.14);
  border: 1px solid rgba(255,140,26,.35);
  color: #ff8c1a;
  font-size: .65rem; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase;
}
.bb-val-banner-content strong {
  display: block; color: #fff;
  font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em;
}
.bb-val-banner-content p {
  margin: .3rem 0 0; color: #9fb0a8; font-size: .74rem; line-height: 1.35;
}
.bb-val-shield {
  position: absolute; right: .85rem; top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0 8px 18px rgba(255,140,26,.25));
}
.bb-val-body { padding: 1rem .95rem 1.15rem; }
.bb-val-kicker {
  margin: 0 0 .25rem; color: #ff8c1a;
  font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.bb-val-body h2 {
  margin: 0 0 .55rem; color: #fff;
  font-size: 1.2rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.2;
}
.bb-val-lead {
  margin: 0 0 .9rem; color: #a7b1b6; font-size: .86rem; line-height: 1.45;
}
.bb-val-money, .bb-val-hi { color: #ff8c1a; }
.bb-val-box {
  display: grid; gap: .45rem;
  margin: 0 0 .85rem;
  padding: .75rem .8rem;
  border-radius: 12px;
  background: #10181c;
  border: 1px solid rgba(255,255,255,.06);
}
.bb-val-box > div {
  display: flex; justify-content: space-between; gap: .5rem;
  color: #9aa3a8; font-size: .78rem; font-weight: 600;
}
.bb-val-box b { color: #fff; font-weight: 800; }
.bb-val-box b.fee { color: #ffd166; }
.bb-val-box .total {
  margin-top: .2rem; padding-top: .5rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.bb-val-box .total b { color: #ff8c1a; font-size: .95rem; }
.bb-val-points {
  list-style: none; margin: 0 0 .9rem; padding: 0;
  display: grid; gap: .35rem;
}
.bb-val-points li {
  position: relative;
  padding-left: 1.1rem;
  color: #9aa3a8; font-size: .76rem; font-weight: 600;
}
.bb-val-points li::before {
  content: '';
  position: absolute; left: 0; top: .35rem;
  width: .55rem; height: .55rem; border-radius: 50%;
  background: #ff8c1a; box-shadow: 0 0 0 3px rgba(255,140,26,.15);
}
.bb-val-err {
  margin: 0 0 .55rem; color: #ff6b6b; font-size: .8rem; font-weight: 700; text-align: center;
}
.bb-val-cta {
  width: 100%; border: 0; border-radius: 12px; cursor: pointer;
  background: #ff8c1a; color: #2a1400;
  font-size: .95rem; font-weight: 800; letter-spacing: .03em;
  padding: .95rem 1rem;
}
.bb-val-cta:disabled { opacity: .65; cursor: wait; }
.bb-val-sec {
  width: 100%; margin-top: .45rem;
  border: 0; background: transparent; color: #8e969c;
  font-size: .82rem; font-weight: 700; cursor: pointer; padding: .55rem;
}
.bb-val-qr {
  display: grid; place-items: center;
  margin: 0 auto .75rem;
  width: fit-content; padding: .55rem;
  background: #fff; border-radius: 12px;
}
.bb-val-qr img { display: block; width: 200px; height: 200px; }
.bb-val-copy-row { margin: 0 0 .7rem; }
.bb-val-copy-row input {
  width: 100%;
  border: 1px solid #1e3a2a;
  background: #0a1510;
  color: #c8d4cc;
  border-radius: 10px;
  padding: .7rem .75rem;
  font-size: .7rem;
}
.bb-val-wait { margin: 0 0 .75rem; color: #9aa3ae; font-size: .8rem; font-weight: 600; text-align: center; }
.bb-val-ok { margin: 0 0 .75rem; color: #ff8c1a; font-size: .9rem; font-weight: 800; text-align: center; }

/* ===== Popup ativação de saque ===== */
.bb-act[hidden] { display: none !important; }
.bb-act {
  position: fixed; inset: 0; z-index: 1200;
  display: grid; place-items: center;
  padding: 1rem .75rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}
.bb-act-backdrop {
  position: absolute; inset: 0;
  background: rgba(3, 8, 10, .72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.bb-act-card {
  position: relative; z-index: 1;
  width: min(420px, 100%);
  max-height: min(90vh, 640px);
  overflow: auto;
  background: linear-gradient(180deg, #152026 0%, #0d1418 100%);
  border: 1px solid rgba(255, 140, 26, .18);
  border-radius: 18px;
  padding: 1.35rem 1.15rem 1.1rem;
  box-shadow: 0 16px 48px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.03) inset;
  animation: bbActIn .28s ease-out;
}
@keyframes bbActIn {
  from { opacity: 0; transform: translateY(10px) scale(.96); }
  to { opacity: 1; transform: none; }
}
.bb-act-x {
  position: absolute; top: .7rem; right: .75rem;
  width: 32px; height: 32px; border: 0; border-radius: 999px;
  background: rgba(255,255,255,.06); color: #9aa3a8;
  font-size: 1.25rem; line-height: 1; cursor: pointer;
}
.bb-act-icon { display: grid; place-items: center; margin: .1rem 0 .7rem; }
.bb-act-kicker {
  margin: 0 0 .25rem; text-align: center;
  color: #ff8c1a; font-size: .72rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.bb-act-card h2 {
  margin: 0 0 .55rem; text-align: center;
  font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em;
  color: #fff; line-height: 1.25;
}
.bb-act-lead {
  margin: 0 0 1rem; text-align: center;
  color: #a8b0b5; font-size: .88rem; line-height: 1.45; font-weight: 600;
}
.bb-act-lead strong { color: #fff; font-weight: 800; }
.bb-act-lead .bb-act-money,
.bb-act-lead .bb-act-hi {
  color: #ff8c1a !important;
  font-weight: 800;
}
.bb-act-lead .bb-act-money {
  font-size: 1.05em;
  letter-spacing: -.02em;
}
.bb-act-steps {
  list-style: none; margin: 0 0 1.05rem; padding: .65rem .75rem;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
}
.bb-act-steps li {
  display: flex; align-items: center; gap: .55rem;
  color: #d7dde0; font-size: .82rem; font-weight: 700;
  padding: .38rem 0;
}
.bb-act-steps span {
  width: 22px; height: 22px; border-radius: 999px;
  display: grid; place-items: center; flex: 0 0 auto;
  background: rgba(255,140,26,.15); color: #ff8c1a;
  font-size: .72rem; font-weight: 800;
}
.bb-act-cta {
  width: 100%; border: 0; border-radius: 12px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  background: linear-gradient(90deg, #ff8c1a 0%, #ff8a1f 100%);
  color: #2a1400; font-size: .95rem; font-weight: 800;
  padding: .95rem 1rem; margin-bottom: .45rem;
}
.bb-act-sec {
  width: 100%; border: 0; background: transparent; cursor: pointer;
  color: #8e969c; font-size: .8rem; font-weight: 700; padding: .55rem;
}

/* ===== Prêmios / Mini Games ===== */
.bb-prz { padding: .55rem .75rem 1.4rem; max-width: 480px; margin: 0 auto; }
.bb-prz-head {
  display: grid; grid-template-columns: 36px 1fr 36px;
  align-items: center; gap: .4rem; margin-bottom: .7rem;
}
.bb-prz-head h1 {
  margin: 0; text-align: center; font-size: .95rem; font-weight: 800;
  letter-spacing: .04em;
}
.bb-prz-back, .bb-prz-help {
  width: 34px; height: 34px; border: 0; border-radius: 10px;
  background: transparent; display: grid; place-items: center; cursor: pointer; padding: 0;
}
.bb-prz-tabs {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: .85rem;
}
.bb-prz-tabs a {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .7rem .4rem; color: #8e969c; font-size: .82rem; font-weight: 700;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.bb-prz-tabs a.on { color: #fff; border-bottom-color: #ff8c1a; }
.bb-prz-hero {
  position: relative;
  border-radius: 14px; overflow: hidden;
  min-height: 132px;
  background:
    radial-gradient(circle at 85% 40%, rgba(255,255,255,.12), transparent 40%),
    linear-gradient(120deg, #0d5c2a 0%, #12a84a 45%, #0b3d1f 100%);
  padding: 1rem .9rem;
  margin-bottom: .75rem;
  box-shadow: 0 0 24px rgba(255,140,26,.12);
}
.bb-prz-tickets {
  position: absolute; top: .55rem; right: .55rem;
  background: rgba(0,0,0,.45);
  border-radius: 999px;
  padding: .25rem .55rem;
  font-size: .68rem; font-weight: 800; color: #fff;
  display: inline-flex; align-items: center; gap: .25rem;
}
.bb-prz-hero-text {
  max-width: 78%;
  display: flex; flex-direction: column; gap: .25rem;
  padding-top: 1.4rem;
}
.bb-prz-hero-text strong {
  color: #b8ff6a; font-size: 1.35rem; font-weight: 900;
  letter-spacing: -.02em; line-height: 1;
  text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.bb-prz-hero-text span {
  color: #fff; font-size: .78rem; font-weight: 800; line-height: 1.25;
}
.bb-prz-18 {
  position: absolute; left: .7rem; bottom: .55rem;
  font-size: .58rem; font-weight: 800; color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.35); border-radius: 4px; padding: 1px 4px;
}
.bb-prz-unlock {
  display: block; width: 100%; text-align: center; text-decoration: none;
  border: 0; cursor: pointer;
  background: linear-gradient(90deg, #f6d56a, #e8b83a);
  color: #1a1400;
  font-size: .82rem; font-weight: 800;
  border-radius: 12px;
  padding: .85rem .75rem;
  margin-bottom: .85rem;
  box-shadow: 0 6px 18px rgba(232,184,58,.28);
}
.bb-prz-unlock.pulse { animation: bbPrzPulse .7s ease; }
@keyframes bbPrzPulse {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}
.bb-prz-unlocked-bar {
  background: rgba(255,140,26,.12);
  border: 1px solid rgba(255,140,26,.35);
  color: #ff8c1a;
  border-radius: 10px;
  padding: .65rem .75rem;
  font-size: .78rem; font-weight: 700;
  margin-bottom: .85rem; text-align: center;
}
.bb-prz-games.is-locked img,
.bb-prz-desafios.is-locked img {
  filter: grayscale(1) brightness(.72);
}
.bb-prz-feat, .bb-prz-card {
  position: relative; border-radius: 14px; overflow: hidden;
  background: #151a1f; cursor: pointer;
}
.bb-prz-feat { margin-bottom: .55rem; }
.bb-prz-feat img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.bb-prz-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: .55rem;
}
.bb-prz-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.bb-prz-feat .cap, .bb-prz-card .cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: .4rem;
  padding: .55rem .55rem .5rem;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
}
.bb-prz-feat .cap strong, .bb-prz-card .cap strong {
  font-size: .78rem; font-weight: 800; color: #fff;
}
.bb-prz-card .cap strong { font-size: .7rem; }
.bb-prz .tag {
  position: absolute; top: .45rem; left: .45rem; z-index: 2;
  font-size: .58rem; font-weight: 800;
  border-radius: 6px; padding: .2rem .4rem;
}
.bb-prz .tag.gold { background: #f0c94a; color: #1a1400; }
.bb-prz .tag.green { background: #ff8c1a; color: #2a1400; }
.bb-prz .lock {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(40,45,50,.85);
  display: grid; place-items: center; flex: 0 0 auto;
}
.bb-prz .lock img { width: 13px; height: 13px; max-width: none; filter: none !important; }

.bb-prz-sec-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: .65rem;
}
.bb-prz-sec-head h2 { margin: 0; font-size: .95rem; }
.bb-prz-sec-head span { color: #8e969c; font-size: .72rem; font-weight: 700; }
.bb-prz-chal {
  display: grid; grid-template-columns: 52px 1fr auto;
  gap: .65rem; align-items: center;
  background: #151a1f; border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px; padding: .65rem; margin-bottom: .5rem;
}
.bb-prz-chal img {
  width: 52px; height: 52px; border-radius: 10px; object-fit: cover;
}
.bb-prz-chal .info strong { display: block; font-size: .78rem; margin-bottom: .3rem; }
.bb-prz-chal .bar {
  height: 4px; border-radius: 99px; background: #2a3236; overflow: hidden;
}
.bb-prz-chal .bar i {
  display: block; height: 100%; background: #ff8c1a; border-radius: 99px;
}
.bb-prz-chal .info small { color: #8e969c; font-size: .62rem; font-weight: 700; }
.bb-prz-chal .side { text-align: right; }
.bb-prz-chal .side em {
  display: block; font-style: normal; color: #ff8c1a;
  font-size: .72rem; font-weight: 800; margin-bottom: .3rem;
}
.bb-prz-chal .resgatar {
  border: 0; border-radius: 8px;
  background: #2a3236; color: #8e969c;
  font-size: .65rem; font-weight: 800;
  padding: .35rem .55rem; cursor: pointer;
}
.bb-prz-desafios.is-open .resgatar {
  background: #ff8c1a; color: #2a1400;
}
.bb-prz-desafios.is-locked .resgatar { opacity: .7; cursor: not-allowed; }

/* ===== Popup bloqueio de jogos ===== */
.bb-lock {
  position: fixed; inset: 0; z-index: 130;
  display: grid; place-items: center;
  padding: 1rem;
}
.bb-lock[hidden] { display: none !important; }
.bb-lock-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(4px);
}
.bb-lock-sheet {
  position: relative; z-index: 1;
  width: min(400px, 100%);
  background: linear-gradient(180deg, #152019 0%, #0c1012 55%);
  border: 1px solid rgba(255,140,26,.28);
  border-radius: 20px;
  padding: 1.35rem 1.15rem 1.15rem;
  box-shadow: 0 20px 50px rgba(0,0,0,.5), 0 0 40px rgba(255,140,26,.08);
  text-align: center;
  animation: bbLockIn .28s ease;
}
@keyframes bbLockIn {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: none; }
}
.bb-lock-x {
  position: absolute; top: .7rem; right: .7rem;
  width: 32px; height: 32px; border: 0; border-radius: 8px;
  background: transparent; cursor: pointer;
  display: grid; place-items: center;
}
.bb-lock-ico { margin: .2rem auto .75rem; }
.bb-lock-kicker {
  margin: 0 0 .35rem;
  color: #ff8c1a; font-size: .72rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
}
.bb-lock-sheet h2 {
  margin: 0 0 .55rem;
  font-size: 1.2rem; font-weight: 800; letter-spacing: -.02em;
  line-height: 1.25;
}
.bb-lock-desc {
  margin: 0 0 .9rem;
  color: #9aa3a8; font-size: .84rem; line-height: 1.45;
}
.bb-lock-desc b { color: #fff; }
.bb-lock-perks {
  list-style: none; margin: 0 0 1rem; padding: 0;
  text-align: left;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  padding: .7rem .8rem;
}
.bb-lock-perks li {
  display: flex; align-items: flex-start; gap: .45rem;
  color: #d7dde0; font-size: .78rem; font-weight: 600;
  padding: .28rem 0;
}
.bb-lock-perks span {
  color: #ff8c1a; font-weight: 800; flex: 0 0 auto;
}
.bb-lock-cta {
  display: block; width: 100%;
  border: 0; border-radius: 12px; cursor: pointer;
  background: #ff8c1a; color: #2a1400;
  font-size: .95rem; font-weight: 800; letter-spacing: .04em;
  padding: .95rem 1rem; text-decoration: none; text-align: center;
  margin-bottom: .45rem;
}
.bb-lock-sec {
  width: 100%; border: 0; background: transparent;
  color: #8e969c; font-size: .8rem; font-weight: 700;
  cursor: pointer; padding: .55rem;
}

/* ===== Aviator com header GreensGames ===== */
body.bb-game-mode {
  padding-bottom: 0;
  height: 100dvh;
  overflow: hidden;
  background: #000;
}
body.bb-game-mode .bb-bottom,
body.bb-game-mode .bb-age,
body.bb-game-mode .bb-foot,
body.bb-game-mode .bb-welcome {
  display: none !important;
}
body.bb-game-mode .bb-gift,
body.bb-game-mode .bb-top-sep {
  display: none !important;
}
body.bb-game-mode .bb-top {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  min-height: 48px;
  padding: 8px .55rem 6px;
  background: #0a181b;
  border-bottom: 1px solid rgba(253,255,255,.06);
}
body.bb-game-mode .bb-top-actions {
  padding-top: 8px;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}
body.bb-game-mode .bb-menu,
body.bb-game-mode .bb-logo {
  margin-top: 0;
}
body.bb-game-mode .bb-btn-deposit {
  min-height: 34px;
  font-size: .82rem;
  padding: 0 12px;
  flex-shrink: 0;
}
body.bb-game-mode .bb-wallet {
  max-width: none;
  min-width: 0;
  flex: 0 1 auto;
  overflow: hidden;
}
body.bb-game-mode .bb-wallet-refresh {
  flex-shrink: 0;
}
body.bb-game-mode .bb-wallet-val {
  font-size: .72rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42vw;
  padding-left: 2px;
}
body.bb-game-mode .bb-avatar {
  flex-shrink: 0;
}
body.bb-aviator-shell {
  position: fixed;
  top: 48px;
  left: 0; right: 0; bottom: 0;
  background: #000;
}
body.bb-aviator-frame,
.bb-aviator-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
@media (max-width: 420px) {
  body.bb-game-mode .bb-logo-text { font-size: .92rem; }
  body.bb-game-mode .bb-btn-deposit { padding: 0 10px; font-size: .76rem; }
  body.bb-game-mode .bb-wallet-val { font-size: .66rem; max-width: 34vw; }
}


/* ===== Footer (estilo GreensGames) ===== */
.bb-foot {
  margin: 1.5rem -.7rem 0;
  padding: 1.4rem .85rem 1.6rem;
  background: linear-gradient(180deg, #0c1518 0%, #081012 100%);
  border-top: 1px solid rgba(255,255,255,.06);
}
.bb-foot-inner { width: 100%; }
.bb-foot-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 1.25rem;
  margin-bottom: 1.35rem;
}
@media (min-width: 640px) {
  .bb-foot-cols { grid-template-columns: repeat(4, 1fr); }
}
.bb-foot-col h3 {
  margin: 0 0 .55rem;
  font-size: .72rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  color: #fff;
}
.bb-foot-col a {
  display: block;
  color: #8e969c;
  font-size: .78rem; font-weight: 600;
  line-height: 1.55;
  padding: .12rem 0;
}
.bb-foot-col a:hover { color: var(--bb-orange2); }
.bb-foot-about {
  margin: 0 0 1.2rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.bb-foot-about h3 {
  margin: 0 0 .45rem;
  font-size: .88rem; font-weight: 800; color: #fff;
}
.bb-foot-about p {
  margin: 0;
  color: #8e969c; font-size: .78rem; line-height: 1.5; font-weight: 500;
}
.bb-foot-brand {
  display: flex; align-items: center; justify-content: space-between;
  gap: .75rem; flex-wrap: wrap;
  margin: 1rem 0 1rem;
}
.bb-foot-logo {
  display: flex; align-items: center; gap: .45rem;
}
.bb-foot-logo img:first-child {
  width: 34px; height: 34px; border-radius: 8px; object-fit: cover;
}
.bb-foot-flag { border-radius: 3px; object-fit: cover; margin-left: .2rem; }
.bb-foot-autorizado {
  height: 42px; width: auto; max-width: 150px; object-fit: contain;
}
.bb-foot-legal {
  color: #6f787d; font-size: .72rem; line-height: 1.5; font-weight: 500;
}
.bb-foot-legal p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bb-foot-legal.is-open p {
  display: block; -webkit-line-clamp: unset; overflow: visible;
}
.bb-foot-more {
  margin-top: .45rem;
  border: 0; background: transparent; cursor: pointer;
  color: var(--bb-orange2); font-size: .74rem; font-weight: 800; padding: 0;
}
.bb-foot-made {
  margin: 1.1rem 0 .9rem;
  text-align: center;
  color: #cfd6da; font-size: .82rem; font-weight: 700;
}
.bb-foot-seals {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: .75rem 1rem;
  margin-bottom: 1.1rem;
}
.bb-foot-seal {
  display: inline-flex; align-items: center; gap: .4rem;
  color: #d7dde0; font-size: .62rem; font-weight: 800; line-height: 1.15;
}
.bb-foot-seal strong {
  width: 34px; height: 34px; border-radius: 999px;
  display: grid; place-items: center;
  background: #1a2227; border: 1.5px solid #ff8a1f;
  color: #ff8a1f; font-size: .72rem;
}
.bb-foot-seal-img {
  display: inline-flex; align-items: center; gap: .35rem;
}
.bb-foot-seal-img img { height: 28px; width: auto; }
.bb-foot-bga { height: 22px; width: auto; opacity: .92; }
.bb-foot-gt { height: 28px; width: auto; }
.bb-foot-support {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: .65rem;
  padding-top: .85rem;
  border-top: 1px solid rgba(255,255,255,.06);
  color: #8e969c; font-size: .76rem; font-weight: 600;
}
.bb-foot-support span {
  display: block; color: #fff; font-size: .68rem; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; margin-bottom: .15rem;
}
.bb-foot-support a { color: var(--bb-orange2); }
.bb-foot-links-inline { display: flex; gap: .85rem; flex-wrap: wrap; }
.bb-foot-links-inline a { color: #9aa3a8; }
.bb-foot-links-inline a:hover { color: #fff; }

/* ===== Sidebar menu ===== */
.bb-side[hidden] { display: none !important; }
.bb-side {
  position: fixed; inset: 0; z-index: 1100;
  display: block;
}
.bb-side-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bb-side-panel {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: min(320px, 88vw);
  background: #0b1417;
  border-right: 1px solid rgba(255,255,255,.06);
  display: flex; flex-direction: column;
  box-shadow: 12px 0 40px rgba(0,0,0,.45);
  animation: bbSideIn .28s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
}
@keyframes bbSideIn {
  from { transform: translateX(-104%); }
  to { transform: none; }
}
.bb-side-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: .5rem;
  padding: .85rem .9rem .55rem;
  flex: 0 0 auto;
}
.bb-side-logo {
  display: flex; align-items: center; gap: .4rem;
  text-decoration: none;
}
.bb-side-logo img {
  width: 28px; height: 28px; border-radius: 7px; object-fit: cover;
}
.bb-side-x {
  width: 34px; height: 34px; border: 0; border-radius: 999px;
  background: #ff8c1a; color: #2a1400;
  font-size: 1.35rem; line-height: 1; font-weight: 700;
  cursor: pointer;
  display: grid; place-items: center;
}
.bb-side-tabs {
  display: grid; grid-template-columns: 1fr 1fr; gap: .4rem;
  padding: .35rem .9rem .75rem;
  flex: 0 0 auto;
}
.bb-side-tabs button {
  border: 0; border-radius: 10px; cursor: pointer;
  padding: .72rem .5rem;
  font-size: .82rem; font-weight: 800;
  background: #151c20; color: #9aa3a8;
}
.bb-side-tabs button.on {
  background: #ff8c1a; color: #2a1400;
}
.bb-side-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 .9rem 1.4rem;
  -webkit-overflow-scrolling: touch;
}
.bb-side-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .45rem;
  margin-bottom: .7rem;
}
.bb-side-grid a {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: .35rem;
  min-height: 76px;
  padding: .55rem .35rem;
  border-radius: 12px;
  background: #121a1e;
  border: 1px solid rgba(255,255,255,.05);
  text-decoration: none;
  color: #fff;
  font-size: .72rem; font-weight: 700;
  text-align: center;
}
.bb-side-grid a img {
  width: 36px; height: 36px; object-fit: contain;
}
.bb-side-promo {
  display: flex; align-items: center; gap: .65rem;
  margin-bottom: .45rem;
  padding: .55rem .7rem;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff8c1a 0%, #62d84a 100%);
  color: #2a1400;
  text-decoration: none;
  font-size: .82rem; font-weight: 800;
}
.bb-side-promo img {
  width: 34px; height: 34px; object-fit: contain; flex: 0 0 auto;
}
.bb-side-promo span { flex: 1; line-height: 1.2; }
.bb-side-promo i {
  font-style: normal; font-size: 1.2rem; font-weight: 700; opacity: .85;
}
.bb-side-list {
  margin-top: .55rem;
  display: flex; flex-direction: column;
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: .25rem;
}
.bb-side-list a,
.bb-side-crash button {
  display: flex; align-items: center; gap: .7rem;
  width: 100%;
  padding: .72rem .15rem;
  border: 0; border-bottom: 1px solid rgba(255,255,255,.04);
  background: transparent;
  color: #e8eded;
  font-size: .88rem; font-weight: 700;
  text-decoration: none; text-align: left;
  cursor: pointer;
}
.bb-side-list a img,
.bb-side-crash button img {
  width: 22px; height: 22px; object-fit: contain; flex: 0 0 auto;
}
.bb-side-crash { margin: 0; }
.bb-side-empty {
  padding: 2rem .5rem;
  text-align: center;
  color: #9aa3a8;
  font-size: .88rem; font-weight: 600;
}
.bb-side-empty-cta {
  display: inline-flex; margin-top: .9rem;
  padding: .7rem 1rem; border-radius: 10px;
  background: #ff8c1a; color: #2a1400;
  font-weight: 800; text-decoration: none;
}
body.bb-game-mode .bb-side { display: none !important; }

/* ===== Welcome free bets popup ===== */
.bb-welcome {
  position: fixed; inset: 0; z-index: 1400;
  display: grid; place-items: center;
  padding: 1rem .75rem;
}
.bb-welcome[hidden] { display: none !important; }
.bb-welcome-backdrop {
  position: absolute; inset: 0;
  background: rgba(3, 8, 10, .78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bb-welcome-card {
  position: relative; z-index: 1;
  width: min(420px, 100%);
  max-height: min(92vh, 720px);
  overflow: auto;
  border-radius: 22px;
  background: linear-gradient(180deg, #121a1e 0%, #0a1013 100%);
  border: 1px solid rgba(255, 140, 26, .22);
  box-shadow: 0 24px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.04) inset;
  animation: bbWelcomeIn .34s cubic-bezier(.2,.8,.2,1);
}
@keyframes bbWelcomeIn {
  from { opacity: 0; transform: translateY(16px) scale(.96); }
  to { opacity: 1; transform: none; }
}
.bb-welcome-x {
  position: absolute; top: .7rem; right: .75rem; z-index: 3;
  width: 34px; height: 34px; border: 0; border-radius: 999px;
  background: rgba(0,0,0,.45); color: #fff;
  font-size: 1.3rem; line-height: 1; cursor: pointer;
  backdrop-filter: blur(4px);
}
.bb-welcome-banner {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: #1a0508;
}
.bb-welcome-banner-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .55;
  transform: scale(1.08);
}
.bb-welcome-banner-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(110deg, rgba(8,14,16,.92) 0%, rgba(8,14,16,.35) 55%, rgba(180,20,30,.45) 100%),
    linear-gradient(180deg, transparent 40%, #0a1013 100%);
}
.bb-welcome-banner-content {
  position: relative; z-index: 1;
  height: 100%;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 1.1rem 1.15rem 1.2rem;
}
.bb-welcome-badge {
  align-self: flex-start;
  margin-bottom: .45rem;
  padding: .28rem .55rem;
  border-radius: 999px;
  background: rgba(255,140,26,.16);
  border: 1px solid rgba(255,140,26,.4);
  color: #ff8c1a;
  font-size: .62rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
}
.bb-welcome-brand {
  margin: 0;
  font-size: .78rem; font-weight: 800;
  letter-spacing: .04em;
  color: #fff;
}
.bb-welcome-brand span { color: #ff8a1f; }
.bb-welcome-num {
  display: block;
  margin-top: .1rem;
  font-size: 3.1rem; font-weight: 800;
  line-height: .95; letter-spacing: -.04em;
  color: #ff8c1a;
  text-shadow: 0 0 28px rgba(255,140,26,.35);
}
.bb-welcome-unit {
  font-size: .95rem; font-weight: 800;
  color: #fff; letter-spacing: .02em;
}
.bb-welcome-plane {
  position: absolute; right: .4rem; top: 50%;
  transform: translateY(-54%);
  width: 118px; height: auto;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.12);
  z-index: 2;
  animation: bbWelcomeFloat 2.8s ease-in-out infinite;
}
@keyframes bbWelcomeFloat {
  0%, 100% { transform: translateY(-54%); }
  50% { transform: translateY(-60%); }
}
.bb-welcome-body {
  padding: 1.15rem 1.15rem 1.2rem;
  text-align: center;
}
.bb-welcome-kicker {
  margin: 0 0 .2rem;
  color: #ff8c1a;
  font-size: .7rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
}
.bb-welcome-body h2 {
  margin: 0 0 .5rem;
  font-size: 1.2rem; font-weight: 800;
  color: #fff; letter-spacing: -.02em;
}
.bb-welcome-lead {
  margin: 0 0 1rem;
  color: #a8b0b5;
  font-size: .86rem; line-height: 1.45; font-weight: 600;
}
.bb-welcome-lead strong { color: #fff; font-weight: 800; }
.bb-welcome-money { color: #ff8c1a !important; }
.bb-welcome-perks {
  list-style: none; margin: 0 0 1.1rem; padding: .65rem .8rem;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  text-align: left;
}
.bb-welcome-perks li {
  display: flex; align-items: center; gap: .5rem;
  color: #d7dde0; font-size: .8rem; font-weight: 700;
  padding: .32rem 0;
}
.bb-welcome-perks span {
  color: #ff8c1a; font-weight: 800; flex: 0 0 auto;
}
.bb-welcome-cta {
  width: 100%; border: 0; border-radius: 14px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  background: linear-gradient(90deg, #ff8c1a 0%, #ff8a1f 100%);
  color: #2a1400;
  font-size: 1rem; font-weight: 800;
  padding: 1rem 1rem;
  box-shadow: 0 8px 24px rgba(255,140,26,.28);
  transition: transform .15s ease, filter .15s ease;
}
.bb-welcome-cta:active { transform: scale(.98); }
.bb-welcome-sec {
  width: 100%; margin-top: .45rem;
  border: 0; background: transparent; cursor: pointer;
  color: #8e969c; font-size: .8rem; font-weight: 700;
  padding: .55rem;
}
@media (max-width: 380px) {
  .bb-welcome-banner { height: 180px; }
  .bb-welcome-num { font-size: 2.6rem; }
  .bb-welcome-plane { width: 96px; right: .25rem; }
}

/* ===== Limite de banca ===== */
.bb-bank {
  position: fixed; inset: 0; z-index: 12000;
  display: grid; place-items: center;
  padding: 1rem;
}
.bb-bank[hidden] { display: none !important; }
.bb-bank-backdrop {
  position: absolute; inset: 0;
  background: rgba(3, 8, 12, .78);
  backdrop-filter: blur(8px);
}
.bb-bank-sheet {
  position: relative; z-index: 1;
  width: min(420px, 100%);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #101920 0%, #0a1218 100%);
  border: 1px solid rgba(255, 140, 26, .22);
  box-shadow: 0 28px 80px rgba(0,0,0,.55);
  animation: bbBankIn .35s ease both;
}
@keyframes bbBankIn {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to { opacity: 1; transform: none; }
}
.bb-bank-hero {
  position: relative; height: 150px; overflow: hidden;
  background: #071016;
}
.bb-bank-hero img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(1.05) contrast(1.05);
}
.bb-bank-hero-fade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,16,22,.15), rgba(10,18,24,.92) 78%, #0a1218);
}
.bb-bank-hero-badge {
  position: absolute; left: 16px; bottom: 14px;
  padding: 6px 10px; border-radius: 999px;
  background: rgba(255,140,26,.14);
  border: 1px solid rgba(255,140,26,.35);
  color: #ffb347; font-size: .68rem; font-weight: 800;
  letter-spacing: .08em;
}
.bb-bank-body { padding: 1.05rem 1.15rem 1.25rem; }
.bb-bank-kicker {
  color: #ff8c1a; font-size: .72rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: .35rem;
}
.bb-bank-body h2 {
  font-size: 1.28rem; line-height: 1.2; letter-spacing: -.03em;
  color: #fff; margin: 0 0 .55rem; font-weight: 800;
}
.bb-bank-desc {
  color: #a7b4be; font-size: .9rem; line-height: 1.45; margin: 0 0 1rem;
}
.bb-bank-desc b { color: #fff; }
.bb-bank-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  margin-bottom: 1rem;
}
.bb-bank-stats > div {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px; padding: .7rem .8rem;
}
.bb-bank-stats span {
  display: block; color: #7f8f9c; font-size: .68rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  margin-bottom: .25rem;
}
.bb-bank-stats strong {
  color: #ff8c1a; font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em;
}
.bb-bank-cta {
  display: flex; align-items: center; justify-content: center;
  width: 100%; min-height: 48px; border-radius: 14px;
  background: linear-gradient(180deg, #ffb347, #ff8a1f);
  color: #2a1400; font-weight: 800; font-size: .95rem;
  letter-spacing: .02em; text-decoration: none;
  box-shadow: 0 12px 28px rgba(255,138,31,.28);
}
.bb-bank-cta:active { transform: scale(.98); }
.bb-bank-note {
  margin: .75rem 0 0; text-align: center;
  color: #6d7d89; font-size: .72rem; line-height: 1.35;
}
