@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

.bam242,
.bam242 * { box-sizing: border-box; }

.bam242 {
  --gold: #f4bd2f;
  --gold-light: #ffe987;
  --green: #36ad28;
  --red: #e31c25;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: min(860px, 100svh);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #fff;
  background:
    radial-gradient(circle at 50% 42%, rgba(244,189,47,.07), transparent 34%),
    linear-gradient(180deg, #050909 0%, #020504 62%, #071009 100%);
  border: 1px solid rgba(244,189,47,.22);
  border-radius: 28px;
  font-family: Inter, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.bam242::before {
  content: "";
  position: absolute; inset: 0; z-index: -1; opacity: .16;
  background-image:
    linear-gradient(30deg, transparent 44%, rgba(244,189,47,.2) 45%, transparent 46%),
    linear-gradient(-30deg, transparent 44%, rgba(54,173,40,.15) 45%, transparent 46%);
  background-size: 58px 100px;
  mask-image: linear-gradient(to bottom, #000, transparent 45%);
}

.bam242::after {
  content: "";
  position: absolute; left: -5%; right: -5%; bottom: 0; height: 25%; z-index: -1;
  opacity: .36;
  background:
    radial-gradient(ellipse at 15% 100%, #102919 0 25%, transparent 26%),
    radial-gradient(ellipse at 45% 110%, #17351f 0 32%, transparent 33%),
    radial-gradient(ellipse at 85% 100%, #102919 0 26%, transparent 27%);
  filter: blur(2px);
}

.bam242__header { display:flex; align-items:center; justify-content:space-between; padding:22px 26px; z-index:3; }
.bam242__brand { display:flex; gap:10px; align-items:center; font-family:"Barlow Condensed",sans-serif; font-size:21px; font-weight:800; letter-spacing:1.8px; }
.bam242__brand-mark { color:var(--gold); text-shadow:0 0 18px rgba(244,189,47,.55); }
.bam242__brand::after { content:""; width:48px; height:2px; margin-left:6px; background:linear-gradient(90deg,var(--green) 0 33%,#f6da21 33% 66%,var(--red) 66%); }
.bam242__icon-button { width:40px; height:40px; border:1px solid rgba(244,189,47,.35); border-radius:50%; color:var(--gold); background:rgba(0,0,0,.25); font-size:19px; cursor:pointer; }
.bam242__icon-button[aria-pressed="true"] { opacity:.45; }
.bam242__viral-actions { display:flex; align-items:center; justify-content:center; gap:8px; margin-left:auto; margin-right:9px; }
.bam242__viral-actions button { min-height:40px; display:inline-flex; align-items:center; gap:6px; padding:0 13px; border:1px solid rgba(244,189,47,.32); border-radius:22px; color:#fff; background:rgba(244,189,47,.075); font:700 11px Inter,sans-serif; cursor:pointer; }
.bam242__viral-actions button:first-child span { color:var(--gold); font-size:17px; }
.bam242__viral-actions button:last-child { color:#111; border-color:#f0ca48; background:linear-gradient(135deg,#b57b08,#ffe779,#d89c14); }
.bam242__viral-actions button:active { transform:scale(.95); }
.bam242__stage { position:relative; flex:1; display:grid; place-items:center; padding:16px 24px 30px; z-index:2; }
.bam242__screen { grid-area:1/1; width:min(100%, 470px); max-height:calc(100svh - 145px); overflow-y:auto; display:none; padding:4px 3px; text-align:center; opacity:0; transform:translateY(12px) scale(.99); scrollbar-width:thin; scrollbar-color:rgba(244,189,47,.45) transparent; }
.bam242__screen.is-active { display:flex; flex-direction:column; align-items:center; animation:bam242-in .38s cubic-bezier(.2,.8,.2,1) forwards; }
@keyframes bam242-in { to { opacity:1; transform:none; } }
.bam242__eyebrow { margin:0 0 18px; color:var(--gold); font:700 14px/1.2 "Barlow Condensed",sans-serif; letter-spacing:2.2px; }
.bam242__logo-title { margin:0; display:flex; flex-direction:column; font-family:"Barlow Condensed",sans-serif; line-height:.78; text-transform:uppercase; }
.bam242__logo-title span { font-size:clamp(64px,15vw,94px); font-style:italic; transform:rotate(-3deg); }
.bam242__logo-title strong,
.bam242__win-number { font-size:clamp(150px,37vw,236px); font-weight:900; letter-spacing:-10px; color:transparent; background:linear-gradient(120deg,#a76e08 2%,#ffe885 35%,#d5950b 63%,#fff0a2 82%,#aa7107); background-clip:text; -webkit-background-clip:text; filter:drop-shadow(0 8px 20px rgba(244,189,47,.2)); }
.bam242__tricolor { width:180px; height:4px; margin:30px auto 24px; display:grid; grid-template-columns:1fr 1fr 1fr; gap:5px; }
.bam242__tricolor i:nth-child(1){background:var(--green)} .bam242__tricolor i:nth-child(2){background:#f4d722} .bam242__tricolor i:nth-child(3){background:var(--red)}
.bam242__lead,.bam242__result-copy,.bam242__hint { max-width:330px; margin:0 auto 28px; color:rgba(255,255,255,.82); font-size:17px; line-height:1.55; }
.bam242__hint { margin:16px auto 0; color:rgba(255,255,255,.5); font-size:13px; letter-spacing:.7px; }
.bam242__button { width:min(100%,340px); min-height:62px; border:0; border-radius:16px; padding:15px 24px; font:800 20px/1 "Barlow Condensed",sans-serif; letter-spacing:1.5px; cursor:pointer; transition:transform .15s ease,filter .15s ease; }
.bam242__button:active { transform:scale(.96); }
.bam242__button--gold,.bam242__button--bam { color:#101008; background:linear-gradient(135deg,#a56b08,#ffe477 40%,#d99d15 72%,#ffdf65); box-shadow:0 9px 30px rgba(244,189,47,.22), inset 0 1px rgba(255,255,255,.8); }
.bam242__button--bam { min-height:82px; border:2px solid #ffec91; font-size:42px; font-style:italic; box-shadow:0 0 0 5px rgba(244,189,47,.12),0 14px 42px rgba(244,189,47,.32),inset 0 2px rgba(255,255,255,.8); }
.bam242__button--outline { color:var(--gold); border:1px solid rgba(244,189,47,.65); background:rgba(0,0,0,.25); }
.bam242__button--secondary { margin-top:12px; }
.bam242__button--whatsapp { color:#fff; background:#168c46; margin-top:10px; }
.bam242__text-button { margin-top:15px; border:0; padding:8px; color:rgba(255,255,255,.55); background:none; font:600 13px Inter,sans-serif; cursor:pointer; }
.bam242__screen[data-screen="home"] .bam242__text-button { margin-top:17px; padding:11px 20px; color:#fff; border:1px solid rgba(244,189,47,.42); border-radius:24px; background:rgba(244,189,47,.08); font-size:15px; font-weight:800; text-decoration:none; }
.bam242__countdown { min-height:300px; display:grid; place-items:center; color:#fff; font:900 clamp(170px,48vw,300px)/1 "Barlow Condensed",sans-serif; text-shadow:0 0 55px rgba(244,189,47,.24); }
.bam242__countdown.is-go { color:var(--gold); font-size:clamp(120px,35vw,220px); font-style:italic; transform:rotate(-4deg); }
.bam242__number-reel { display:flex; flex-direction:column; align-items:center; font-family:"Barlow Condensed",sans-serif; line-height:.9; margin:10px 0 35px; }
.bam242__number-reel span { color:rgba(255,255,255,.14); font-size:54px; font-weight:700; }
.bam242__number-reel strong { color:#fff; font-size:clamp(145px,40vw,230px); font-weight:900; letter-spacing:-7px; text-shadow:0 0 30px rgba(255,255,255,.12); }
.bam242__number-reel.is-near strong { color:var(--gold-light); text-shadow:0 0 35px rgba(244,189,47,.5); }
.bam242__number-reel.is-over strong { color:#ff5a56; }
.bam242__meter { position:relative; width:100%; height:7px; margin:0 0 28px; border-radius:8px; background:linear-gradient(90deg,var(--green) 0 40%,#f4d722 40% 67%,var(--red) 67%); }
.bam242__meter i { position:absolute; top:50%; left:20%; width:16px; height:16px; border:3px solid white; border-radius:50%; background:#111; transform:translate(-50%,-50%); transition:left .08s linear; }
.bam242__result-number { font:900 clamp(140px,39vw,220px)/.9 "Barlow Condensed",sans-serif; letter-spacing:-7px; }
.bam242__result-emoji { margin:8px 0; font-size:64px; }
.bam242__result-title,.bam242__win-title { margin:3px 0 12px; color:#ed2f31; font:900 italic clamp(47px,13vw,74px)/.9 "Barlow Condensed",sans-serif; transform:rotate(-3deg); }
.bam242__win-number { font-family:"Barlow Condensed",sans-serif; line-height:.85; animation:bam242-pulse 1.2s ease-in-out infinite alternate; }
.bam242__win-title { color:#fff; }
@keyframes bam242-pulse { to { filter:drop-shadow(0 0 32px rgba(244,189,47,.75)); transform:scale(1.02); } }
.bam242__challenge-ring { width:190px; height:190px; display:grid; place-items:center; margin:10px auto 30px; border:5px solid rgba(54,173,40,.25); border-top-color:var(--gold); border-right-color:var(--gold); border-radius:50%; box-shadow:inset 0 0 30px rgba(54,173,40,.08); }
.bam242__challenge-ring strong { color:var(--gold); font:800 64px "Barlow Condensed",sans-serif; }
.bam242__challenge-title,.bam242__stats-title { margin:0 0 14px; font:800 30px "Barlow Condensed",sans-serif; letter-spacing:1px; }
.bam242__stats-grid { width:min(100%,390px); display:grid; gap:10px; margin-bottom:28px; text-align:left; }
.bam242__stats-grid>div { display:flex; align-items:center; gap:16px; padding:13px 16px; border:1px solid rgba(244,189,47,.14); border-radius:14px; background:rgba(255,255,255,.025); }
.bam242__stats-grid span { width:34px; font-size:25px; text-align:center; }
.bam242__stats-grid p { margin:0; color:rgba(255,255,255,.5); font:700 11px Inter,sans-serif; letter-spacing:.8px; }
.bam242__stats-grid strong { display:block; margin-top:4px; color:var(--gold); font:700 22px "Barlow Condensed",sans-serif; }
.bam242__form-title { max-width:390px; margin:0 0 30px; font:900 clamp(38px,10vw,56px)/.95 "Barlow Condensed",sans-serif; }
.bam242__form { width:min(100%,390px); display:grid; gap:17px; text-align:left; }
.bam242__form label { color:rgba(255,255,255,.78); font-size:13px; font-weight:700; letter-spacing:.4px; }
.bam242__form label small { float:right; color:rgba(255,255,255,.35); font-weight:500; }
.bam242__form input { width:100%; height:58px; margin-top:8px; padding:0 17px; color:#fff; border:1px solid rgba(244,189,47,.28); border-radius:13px; outline:none; background:rgba(255,255,255,.055); font:600 16px Inter,sans-serif; }
.bam242__form input:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(244,189,47,.1); }
.bam242__form-message { min-height:18px; margin:0; color:var(--green); text-align:center; font-size:12px; line-height:1.4; }
.bam242__form-message.is-error { color:#ff6868; }
.bam242__form button:disabled { opacity:.55; cursor:wait; }
.bam242__check { display:grid!important; grid-template-columns:22px 1fr; align-items:start; gap:9px; font-weight:500!important; line-height:1.4; }
.bam242__check input { width:19px!important; height:19px!important; margin:1px 0 0!important; accent-color:var(--gold); }
.bam242__privacy { margin:-5px 0 0; color:rgba(255,255,255,.4); text-align:center; font-size:10px; line-height:1.45; }
.bam242__ad { position:fixed; inset:0; z-index:999999; display:none; align-items:center; justify-content:center; width:100vw; height:100dvh; padding:20px; }
.bam242__ad.is-open { display:flex; animation:bam242-ad-fade .25s ease both; }
.bam242__ad-backdrop { position:absolute; inset:0; width:100%; height:100%; border:0; background:rgba(0,3,3,.88); backdrop-filter:blur(12px); cursor:pointer; }
.bam242__ad-dialog { position:relative; z-index:1; width:min(100%,560px); max-height:calc(100dvh - 40px); overflow:auto; padding:46px 22px 22px; border:1px solid rgba(244,189,47,.48); border-radius:24px; background:linear-gradient(155deg,#09110e,#020504); box-shadow:0 24px 90px rgba(0,0,0,.75),0 0 50px rgba(244,189,47,.1); }
.bam242__ad-close { position:absolute; top:10px; right:11px; z-index:3; width:40px; height:40px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.36); border-radius:50%; color:#fff; background:rgba(0,0,0,.72); font:400 28px/1 Arial,sans-serif; cursor:pointer; }
.bam242__ad-close:hover,.bam242__ad-close:focus { color:#111; border-color:var(--gold); background:var(--gold); outline:none; }
.bam242__ad-label { display:block; margin:0 45px 14px; color:var(--gold); text-align:center; font:800 10px Inter,sans-serif; letter-spacing:2.5px; }
.bam242__ad-code { display:grid; place-items:center; width:100%; max-width:100%; overflow:hidden; }
.bam242__ad-variant { display:none; width:100%; }
.bam242__ad-variant.is-selected { display:block; }
.bam242__ad-code>* { max-width:100%; }
.bam242__ad-code img,.bam242__ad-code video { max-width:100%; height:auto; }
.bam242__ad-code iframe { max-width:100%; border:0; }
.bam242__ad-dismiss { margin:13px 0 0; color:rgba(255,255,255,.38); text-align:center; font-size:10px; letter-spacing:.5px; }
.bam242__email-modal { position:fixed; inset:0; z-index:1000000; display:none; align-items:center; justify-content:center; width:100vw; height:100dvh; padding:18px; }
.bam242__email-modal.is-open { display:flex; animation:bam242-ad-fade .25s ease both; }
.bam242__email-dialog { position:relative; z-index:1; width:min(100%,470px); padding:55px 25px 25px; border:1px solid rgba(244,189,47,.48); border-radius:23px; color:#fff; text-align:center; background:linear-gradient(155deg,#09110e,#020504); box-shadow:0 24px 90px rgba(0,0,0,.8); }
.bam242__email-dialog h2 { margin:0 0 22px; font:900 clamp(32px,9vw,48px)/.98 "Barlow Condensed",sans-serif; }
.bam242__email-dialog form { display:grid; gap:13px; text-align:left; }
.bam242__email-dialog input[type="email"] { width:100%; height:58px; padding:0 16px; border:1px solid rgba(244,189,47,.35); border-radius:13px; color:#fff; background:rgba(255,255,255,.07); font:600 16px Inter,sans-serif; }
@keyframes bam242-ad-fade { from { opacity:0 } to { opacity:1 } }
.bam242__share-card { width:min(100%,300px); height:auto; border:1px solid rgba(244,189,47,.38); border-radius:14px; box-shadow:0 14px 50px rgba(0,0,0,.38); }
.bam242__share-actions { width:min(100%,340px); display:grid; margin-top:22px; }
.bam242__share-actions .bam242__button { min-height:52px; font-size:17px; }
.bam242__leaderboard { width:min(100%,440px); max-height:470px; overflow:auto; display:grid; gap:8px; margin:0 0 24px; padding-right:3px; scrollbar-color:var(--gold) transparent; }
.bam242__leader-row { display:grid; grid-template-columns:42px 1fr auto; align-items:center; gap:10px; min-height:65px; padding:10px 13px; border:1px solid rgba(244,189,47,.14); border-radius:13px; background:rgba(255,255,255,.035); text-align:left; }
.bam242__leader-row>span { color:var(--gold); text-align:center; font:800 20px "Barlow Condensed",sans-serif; }
.bam242__leader-row p,.bam242__leader-row b { margin:0; }
.bam242__leader-row p strong { display:block; max-width:180px; overflow:hidden; color:#fff; font-size:14px; text-overflow:ellipsis; white-space:nowrap; }
.bam242__leader-row small { display:block; margin-top:4px; color:rgba(255,255,255,.38); font-size:10px; font-weight:600; }
.bam242__leader-row b { color:var(--gold); text-align:right; font:700 14px "Barlow Condensed",sans-serif; }
.bam242__loading { padding:35px 10px; color:rgba(255,255,255,.5); text-align:center; }
.bam242__footer { padding:18px 20px 22px; color:rgba(255,255,255,.38); text-align:center; font:600 10px Inter,sans-serif; letter-spacing:4px; z-index:2; }
.bam242__confetti { position:absolute; inset:0; z-index:8; width:100%; height:100%; pointer-events:none; }
.bam242__ambient span { position:absolute; border-radius:50%; filter:blur(50px); opacity:.12; }
.bam242__ambient span:nth-child(1){width:240px;height:240px;left:-100px;top:25%;background:var(--green)}
.bam242__ambient span:nth-child(2){width:220px;height:220px;right:-90px;top:45%;background:var(--red)}
.bam242__ambient span:nth-child(3){width:180px;height:180px;left:40%;bottom:-100px;background:var(--gold)}

@media (max-width:600px) {
  .bam242 { min-height:100svh; border:0; border-radius:0; }
  .bam242__header { flex-wrap:wrap; gap:10px; padding:14px 16px; }
  .bam242__brand::after { display:none; }
  .bam242__viral-actions { order:3; width:100%; margin:0; }
  .bam242__viral-actions button { flex:1; justify-content:center; max-width:170px; min-height:38px; }
  .bam242__stage { padding:8px 20px 22px; }
  .bam242__footer { letter-spacing:2.2px; }
  .bam242__ad { padding:12px; }
  .bam242__ad-dialog { width:100%; max-height:calc(100dvh - 24px); padding:46px 13px 17px; border-radius:19px; }
  .bam242__email-dialog { max-height:calc(100dvh - 24px); overflow:auto; padding:50px 17px 20px; }
}

@media (prefers-reduced-motion:reduce) {
  .bam242 * { animation-duration:.01ms!important; animation-iteration-count:1!important; scroll-behavior:auto!important; }
}

/* BILYF 2026 — visual system shared with Grand Défi 242 and i Love OYO */
.bam242 {
  --gold:#f8cb35;
  --gold-light:#fff09a;
  --green:#27c46b;
  --green-deep:#063f2d;
  --green-black:#021a13;
  --cream:#f6f3e9;
  --red:#ef4b4f;
  min-height:min(900px,100svh);
  color:var(--cream);
  background:
    radial-gradient(circle at 14% 12%,rgba(39,196,107,.22),transparent 28%),
    radial-gradient(circle at 86% 72%,rgba(248,203,53,.13),transparent 29%),
    linear-gradient(152deg,#02130e 0%,#05291e 48%,#031a13 100%);
  border-color:rgba(248,203,53,.25);
  border-radius:34px;
  font-family:"Plus Jakarta Sans",Arial,sans-serif;
  box-shadow:0 34px 90px rgba(0,18,12,.35),inset 0 1px rgba(255,255,255,.06);
}

.bam242::before {
  opacity:.27;
  background-image:
    linear-gradient(115deg,transparent 48%,rgba(248,203,53,.14) 49%,transparent 50%),
    radial-gradient(circle at center,rgba(255,255,255,.1) 1px,transparent 1.5px);
  background-size:120px 120px,32px 32px;
  mask-image:linear-gradient(145deg,#000,transparent 68%);
}

.bam242::after {
  left:0;right:0;bottom:-9%;height:39%;opacity:.6;
  background:
    linear-gradient(168deg,transparent 0 40%,rgba(2,47,32,.72) 41% 55%,transparent 56%),
    radial-gradient(ellipse at 48% 100%,rgba(39,196,107,.24),transparent 58%);
  filter:none;
}

.bam242__header {
  margin:12px 14px 0;
  padding:14px 17px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  background:rgba(3,35,25,.6);
  backdrop-filter:blur(18px);
  box-shadow:inset 0 1px rgba(255,255,255,.06);
}

.bam242__brand { font-family:"Space Grotesk",sans-serif;font-size:19px; }
.bam242__brand-mark { color:var(--gold);text-shadow:0 0 22px rgba(248,203,53,.5); }
.bam242__icon-button { border-color:rgba(255,255,255,.16);color:var(--cream);background:rgba(255,255,255,.06); }
.bam242__viral-actions button { border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.055);font-family:"Plus Jakarta Sans",sans-serif; }
.bam242__viral-actions button:last-child { color:#062317;border-color:rgba(248,203,53,.7);background:linear-gradient(135deg,#f1ba1e,#ffe36f);box-shadow:0 8px 24px rgba(248,203,53,.16); }

.bam242__stage { padding:24px 24px 34px; }
.bam242__screen { width:min(100%,510px);padding:30px 25px;border:1px solid rgba(255,255,255,.11);border-radius:28px;background:linear-gradient(150deg,rgba(255,255,255,.085),rgba(255,255,255,.025));backdrop-filter:blur(20px);box-shadow:0 25px 65px rgba(0,12,8,.3),inset 0 1px rgba(255,255,255,.08); }
.bam242__screen.is-active { animation:bam242-new-in .42s cubic-bezier(.16,1,.3,1) forwards; }
@keyframes bam242-new-in { from{opacity:0;transform:translateY(18px) rotate(-.7deg) scale(.985)} to{opacity:1;transform:none} }

.bam242__eyebrow { color:var(--gold);font:800 12px/1.2 "Plus Jakarta Sans",sans-serif;letter-spacing:2.5px; }
.bam242__logo-title { font-family:"Space Grotesk",sans-serif;line-height:.8; }
.bam242__logo-title span { color:var(--cream);font-size:clamp(58px,14vw,88px);font-style:normal;font-weight:700;letter-spacing:-4px;transform:none;text-shadow:0 12px 35px rgba(0,0,0,.24); }
.bam242__logo-title strong,.bam242__win-number { color:var(--cream);background:none;font-family:"Space Grotesk",sans-serif;font-variant-numeric:tabular-nums;letter-spacing:-12px;filter:drop-shadow(0 13px 35px rgba(0,0,0,.3));text-shadow:0 0 55px rgba(248,203,53,.16); }
.bam242__logo-title strong { position:relative; }
.bam242__tricolor { height:5px;border-radius:10px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.22); }
.bam242__lead,.bam242__result-copy,.bam242__hint { color:rgba(246,243,233,.78); }

.bam242__button { border-radius:18px;font-family:"Space Grotesk",sans-serif;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease; }
.bam242__button:hover { transform:translateY(-2px);filter:brightness(1.04); }
.bam242__button--gold,.bam242__button--bam { color:#08261a;background:linear-gradient(135deg,#efb91f,#ffe476 48%,#f4c52d);box-shadow:0 15px 42px rgba(248,203,53,.22),inset 0 1px rgba(255,255,255,.72); }
.bam242__button--bam { min-height:88px;border:1px solid #ffec8e;font-size:43px;font-style:normal;letter-spacing:-1px;box-shadow:0 0 0 7px rgba(248,203,53,.08),0 20px 55px rgba(248,203,53,.26),inset 0 1px rgba(255,255,255,.78); }
.bam242__button--outline { color:var(--cream);border-color:rgba(248,203,53,.5);background:rgba(255,255,255,.045); }
.bam242__screen[data-screen="home"] .bam242__text-button { color:var(--cream);border-color:rgba(255,255,255,.17);background:rgba(255,255,255,.055); }

.bam242__countdown { color:var(--cream);font-family:"Space Grotesk",sans-serif;font-variant-numeric:tabular-nums;text-shadow:0 0 60px rgba(39,196,107,.35); }
.bam242__countdown.is-go { color:var(--gold);font-style:normal;transform:none; }
.bam242__number-reel { font-family:"Space Grotesk",sans-serif; }
.bam242__number-reel span { color:rgba(246,243,233,.12); }
.bam242__number-reel strong { color:var(--cream);font-variant-numeric:tabular-nums;text-shadow:0 0 45px rgba(39,196,107,.24); }
.bam242__number-reel.is-near strong { color:var(--gold-light);text-shadow:0 0 52px rgba(248,203,53,.42); }
.bam242__meter { height:8px;background:linear-gradient(90deg,#23c96c 0 40%,#f8cb35 40% 67%,#ef4b4f 67%);box-shadow:0 8px 28px rgba(0,0,0,.22); }
.bam242__meter i { border-color:var(--cream);background:var(--green-deep);box-shadow:0 0 18px rgba(255,255,255,.45); }

.bam242__result-number { color:var(--cream);font-family:"Space Grotesk",sans-serif;font-variant-numeric:tabular-nums; }
.bam242__result-title,.bam242__win-title { font-family:"Space Grotesk",sans-serif;font-style:normal;letter-spacing:-2px;transform:none; }
.bam242__result-title { color:var(--red); }
.bam242__win-title { color:var(--gold);text-shadow:0 0 35px rgba(248,203,53,.35); }
.bam242__win-number { color:var(--cream); }
.bam242__challenge-ring { border-color:rgba(39,196,107,.19);border-top-color:var(--gold);border-right-color:var(--green);background:rgba(255,255,255,.025);box-shadow:inset 0 0 34px rgba(39,196,107,.08),0 18px 40px rgba(0,0,0,.2); }
.bam242__challenge-ring strong,.bam242__stats-grid strong,.bam242__leader-row>span,.bam242__leader-row b { color:var(--gold);font-family:"Space Grotesk",sans-serif; }
.bam242__challenge-title,.bam242__stats-title,.bam242__form-title { font-family:"Space Grotesk",sans-serif; }
.bam242__stats-grid>div,.bam242__leader-row { border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.045);backdrop-filter:blur(12px); }
.bam242__stats-grid p,.bam242__leader-row small { color:rgba(246,243,233,.48); }
.bam242__form input,.bam242__email-dialog input[type="email"] { color:var(--cream);border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.055); }
.bam242__form input:focus { border-color:var(--gold);box-shadow:0 0 0 4px rgba(248,203,53,.09); }

.bam242__ad-backdrop { background:rgba(1,20,14,.9); }
.bam242__ad-dialog,.bam242__email-dialog { border-color:rgba(248,203,53,.3);background:linear-gradient(155deg,#063624,#02170f);box-shadow:0 30px 100px rgba(0,12,8,.75),0 0 70px rgba(39,196,107,.08); }
.bam242__email-dialog h2 { font-family:"Space Grotesk",sans-serif; }
.bam242__share-card { border-radius:22px;border-color:rgba(248,203,53,.34); }
.bam242__footer { color:rgba(246,243,233,.45);font-family:"Plus Jakarta Sans",sans-serif;font-weight:700; }
.bam242__ambient span { filter:blur(65px);opacity:.2; }

/* Strict BILYF colour states: prevents WordPress themes from injecting pink/blue hover styles */
.bam242 button,
.bam242 a,
.bam242 input {
  -webkit-appearance:none;
  appearance:none;
  -webkit-tap-highlight-color:rgba(248,203,53,.18);
}
.bam242 button:focus-visible,
.bam242 a:focus-visible,
.bam242 input:focus-visible {
  outline:3px solid var(--gold)!important;
  outline-offset:3px!important;
}
.bam242 ::selection { color:#062317;background:var(--gold); }
.bam242__ad-backdrop,
.bam242__ad-backdrop:hover,
.bam242__ad-backdrop:focus,
.bam242__ad-backdrop:active {
  border:0!important;
  color:transparent!important;
  background:rgba(1,20,14,.92)!important;
  box-shadow:none!important;
  outline:0!important;
}
.bam242__icon-button:hover,
.bam242__icon-button:focus,
.bam242__icon-button:active {
  color:var(--gold)!important;
  border-color:rgba(248,203,53,.55)!important;
  background:rgba(248,203,53,.1)!important;
}
.bam242__viral-actions button:first-child:hover,
.bam242__viral-actions button:first-child:focus,
.bam242__viral-actions button:first-child:active,
.bam242__text-button:hover,
.bam242__text-button:focus,
.bam242__text-button:active,
.bam242__button--outline:hover,
.bam242__button--outline:focus,
.bam242__button--outline:active {
  color:var(--cream)!important;
  border-color:rgba(248,203,53,.62)!important;
  background:rgba(248,203,53,.1)!important;
}
.bam242__button--gold:hover,
.bam242__button--gold:focus,
.bam242__button--gold:active,
.bam242__button--bam:hover,
.bam242__button--bam:focus,
.bam242__button--bam:active,
.bam242__viral-actions button:last-child:hover,
.bam242__viral-actions button:last-child:focus,
.bam242__viral-actions button:last-child:active {
  color:#062317!important;
  border-color:#ffeb8a!important;
  background:linear-gradient(135deg,#efb91f,#ffe476 48%,#f4c52d)!important;
  box-shadow:0 15px 42px rgba(248,203,53,.25),inset 0 1px rgba(255,255,255,.72)!important;
}
.bam242__button--whatsapp:hover,
.bam242__button--whatsapp:focus,
.bam242__button--whatsapp:active {
  color:#fff!important;
  border-color:#42d882!important;
  background:#128348!important;
}
.bam242__ad-close:hover,
.bam242__ad-close:focus,
.bam242__ad-close:active {
  color:#062317!important;
  border-color:var(--gold)!important;
  background:var(--gold)!important;
  box-shadow:0 0 0 5px rgba(248,203,53,.13)!important;
}
.bam242__form input:hover,
.bam242__email-dialog input[type="email"]:hover {
  border-color:rgba(248,203,53,.36)!important;
  background:rgba(255,255,255,.065)!important;
}
.bam242__form input:focus,
.bam242__email-dialog input[type="email"]:focus {
  color:var(--cream)!important;
  border-color:var(--gold)!important;
  background:rgba(255,255,255,.075)!important;
  box-shadow:0 0 0 4px rgba(248,203,53,.1)!important;
}
.bam242__brand-link { display:flex;align-items:center;border:0!important;background:transparent!important;box-shadow:none!important;text-decoration:none!important; }
.bam242__brand-link:hover,.bam242__brand-link:focus,.bam242__brand-link:active { border:0!important;background:transparent!important;box-shadow:none!important; }
.bam242__custom-logo { display:block;width:auto;max-width:150px;height:auto;max-height:42px;object-fit:contain; }

@media (max-width:600px) {
  .bam242 { border-radius:0; }
  .bam242__header { margin:8px 9px 0;padding:12px 13px;border-radius:18px; }
  .bam242__stage { padding:10px 12px 18px; }
  .bam242__screen { max-height:calc(100svh - 165px);padding:24px 17px;border-radius:24px; }
  .bam242__logo-title strong { font-size:clamp(132px,42vw,196px); }
  .bam242__number-reel strong { font-size:clamp(132px,42vw,200px); }
  .bam242__custom-logo { max-width:120px;max-height:36px; }
}
