shinebright89
-
Posts
7 -
Joined
Reputation Activity
-
shinebright89 reacted to BratislavK in Bet ID Prediction: April❓
:root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--text); transition: 0.25s ease; } .glass-card:hover { transform: translateY(-4px); box-shadow: 0 26px 70px rgba(0,0,0,0.35); } /* HERO */ .hero-title { font-size: 30px; font-weight: 800; text-align: center; } .hero-sub { text-align: center; color: var(--muted); margin-top: 8px; font-size: 15px; } /* TIMER */ .timer-wrap { display:flex; justify-content:center; margin-top:10px; } .timer-frame { display:flex; justify-content:center; align-items:center; width:220px; height:74px; border-radius:18px; background: rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); overflow:hidden; transition:0.25s ease; } .timer-frame:hover { border-color: rgba(247,201,72,0.35); box-shadow: 0 0 18px rgba(247,201,72,0.18); transform: translateY(-2px); } .timer-frame iframe { width:250px; height:80px; border:0; transform:scale(0.80); transform-origin:center; } /* GRID */ .info-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:18px; } /* BOX */ .info-box { background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:16px; text-align:center; transition:0.25s ease; position: relative; overflow: hidden; } .info-box:hover { transform: translateY(-6px); border-color: rgba(247,201,72,0.25); box-shadow: 0 16px 40px rgba(0,0,0,0.25); } .info-box::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at top left, rgba(247,201,72,0.10), transparent 60%); opacity:0; transition:0.3s ease; pointer-events:none; } .info-box:hover::before { opacity:1; } /* REQUIREMENTS */ .req-item { background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:12px; padding:12px; margin-bottom:10px; font-size:14px; text-align:left; transition:0.25s ease; position:relative; overflow:hidden; } .req-item:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px) scale(1.02); box-shadow: 0 10px 24px rgba(247,201,72,0.12); border-color: rgba(247,201,72,0.35); } /* PRIZE */ .prize-shiny { font-size:52px; font-weight:900; background:linear-gradient(90deg,#f7c948,#fff4b0,#f7c948); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation:shine 3s linear infinite; } @keyframes shine { 0%{background-position:200% center;} 100%{background-position:-200% center;} } .prize-row { display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px solid rgba(255,255,255,0.05); } .prize-row span:last-child { color: var(--gold); font-weight: 800; } .prize-row:last-child { border:none; } /* DROPDOWN TERMS */ .dropdown-card { background: rgba(255,255,255,0.04); border-radius:16px; margin-top:15px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); } .dropdown-trigger { padding:14px; text-align:center; cursor:pointer; font-weight:700; color:var(--gold); list-style:none; } .rules-list { list-style:none; padding:0; margin:0; counter-reset:step; } .rules-list li { padding:10px 10px 10px 40px; position:relative; } .rules-list li::before { content:counter(step); counter-increment:step; position:absolute; left:10px; top:50%; transform:translateY(-50%); width:20px; height:20px; border-radius:50%; background:rgba(247,201,72,0.15); border:1px solid rgba(247,201,72,0.6); color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:11px; } @media(max-width:900px){ .info-grid { grid-template-columns:1fr; } }
Bet ID Prediction ❓ Predict the closest bet ID to the one that will be on Stake.com at end of this challenge. The closest 10 predictions will be awarded with some amazing rewards. 💰
The prediction phase will remain open for 5 days, after which the thread will be closed. The final results will be determined after the full challenge period once the ending Bet ID is revealed.
Ends: 01 May 2026 - 12 PM UTC. 📋 Requirements Submit your Bet ID prediction. Include your Stake username. Only one entry allowed. Minimum 10 forum posts required. 🏆 Prize Pool 1st$600 2nd$400 3rd$200 4th$100 5th$50 6th–10th$20 🚀 How to Enter Reply with your predicted Bet ID and Stake username. Example: Bet ID: 660,000,000,000 | Username: Bratislav
📄 Terms & Conditions
(Click to expand) Entry must have been made after the commencement of this promotion - 01/04/26 - (12 pm) GMT. In case of a tie, the user who posted/edited their entry first will have the advantage. Do not post more than one comment/entry. 10+ Posts count on Forum. Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. Stake employees cannot participate in official Stake.com forum challenges. This does not apply to moderators. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. For payment, give us up to 72 hours from the end of the challenge. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. /* hide hint when dropdown is open */ details[open] .expand-hint { display: none !important; } -
-
shinebright89 got a reaction from Mauricio280 in Drop codes
I do not believe I've ever seen a drop code and I've searched and searched.. do they come directly to us or do we have a particular place to look?
-
shinebright89 reacted to Steve in $75,000 giveaway winners #251
Winners claim $5000 here!
https://playstake.info/bonus?code=75kRaffleWeek251
$5000 winners
905228 - bigbootyrick
420350 - SHLOMO1565
921244 - gaostake999
2918014 - winkyzeny27187
1257140 - viva89Mq
2862427 - degengap
281656 - Tarum7878
2677390 - ugur005
929592 - DeeODoubleDee
1194226 - Suborna567
3535407 - pobratski
3406248 - Josnunez001
1967821 - RogerEric
3492569 - DennyS0101
778023 - eumirbet
-
shinebright89 reacted to Jake7589 in 💰[$1,000] Bonus Clash: Zeus 1000 vs Mystery Carnival 🥊
.bonus-clash { position: relative; max-width: 780px; margin: 28px auto; padding: 30px; background: radial-gradient(circle at top left, rgba(0, 121, 255, 0.18), transparent 32%), radial-gradient(circle at top right, rgba(255, 184, 0, 0.08), transparent 24%), linear-gradient(180deg, #161b2b 0%, #101522 100%); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 26px; color: #f5f7fb; line-height: 1.6; box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38); overflow: hidden; } .bonus-clash, .bonus-clash p, .bonus-clash li, .bonus-clash a, .bonus-clash span, .bonus-clash div, .bonus-clash h1, .bonus-clash h2, .bonus-clash h3 { font-family: Arial, Helvetica, sans-serif; } .bonus-clash a { color: #ffd24a; font-weight: 700; text-decoration: none; } .bonus-clash a:hover { text-decoration: underline; } .bonus-clash__hero { text-align: center; margin-bottom: 30px; } .bonus-clash__hero-image { display: block; margin: 0 auto 22px; max-width: 100%; height: auto; border-radius: 20px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42); } .bonus-clash__eyebrow { display: inline-block; margin-bottom: 14px; padding: 7px 14px; border-radius: 999px; background: rgba(0, 121, 255, 0.14); border: 1px solid rgba(102, 178, 255, 0.30); color: #9fd0ff; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; } .bonus-clash__title { margin: 0 0 12px; font-size: 40px; line-height: 1.08; font-weight: 900; color: #ffffff; } .bonus-clash__subtitle { margin: 0 0 18px; font-size: 16px; color: #c7d4ea; } .bonus-clash__countdown { display: inline-block; margin-bottom: 20px; padding: 12px 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); } .bonus-clash__lead { max-width: 640px; margin: 0 auto; font-size: 18px; color: #eef2fb; } .bonus-clash__cta { margin: 30px 0 28px; padding: 24px 22px; text-align: center; border-radius: 22px; background: linear-gradient(135deg, #66b2ff 0%, #0079ff 58%, #005ed1 100%); color: #ffffff; box-shadow: 0 16px 34px rgba(0, 121, 255, 0.34); border: 1px solid rgba(255,255,255,0.14); } .bonus-clash__cta-title { margin: 0 0 8px; font-size: 30px; line-height: 1.1; font-weight: 900; color: #ffffff; } .bonus-clash__cta-text { margin: 0; font-size: 17px; font-weight: 800; color: #eaf4ff; } .bonus-clash__cta a { color: #ffffff; text-decoration: none; } .bonus-clash__cta a:hover { text-decoration: underline; } .bonus-clash__vs { display: inline-block; margin: 0 8px; color: #ffffff; font-weight: 900; opacity: 0.96; } .bonus-clash__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0 0 28px; } .bonus-clash__card { padding: 22px 20px 18px; border-radius: 20px; background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.035) 100%); border: 1px solid rgba(255, 255, 255, 0.09); box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); transition: transform 0.2s ease, box-shadow 0.2s ease; } .bonus-clash__card:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,0.18); } .bonus-clash__card-title { margin: 0 0 14px; font-size: 20px; line-height: 1.25; font-weight: 800; color: #ffffff; } .bonus-clash__card ul { margin: 0; padding-left: 18px; } .bonus-clash__card li { margin-bottom: 10px; color: #dde4f2; } .bonus-clash__pill { display: inline-block; padding: 3px 8px; border-radius: 999px; background: rgba(0, 121, 255, 0.16); border: 1px solid rgba(102, 178, 255, 0.24); color: #b8dcff; font-weight: 800; } .bonus-clash__notice { margin: 0 0 28px; padding: 16px 18px; border-left: 4px solid #0079ff; border-radius: 14px; background: linear-gradient(180deg, rgba(0,121,255,0.10) 0%, rgba(0,121,255,0.05) 100%); color: #f5f7fb; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); } .bonus-clash__divider { height: 1px; margin: 28px 0; background: rgba(255, 255, 255, 0.08); border: 0; } .bonus-clash__section-title { margin: 0 0 10px; font-size: 24px; line-height: 1.2; font-weight: 800; color: #ffffff; } .bonus-clash__section-intro { margin: 0 0 18px; color: #aebcd3; } .bonus-clash .ipsQuote { margin-top: 8px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 18px; background: rgba(255, 255, 255, 0.035); overflow: hidden; } .bonus-clash .ipsQuote_citation { padding: 14px 16px; background: rgba(255, 255, 255, 0.05); color: #ffffff; font-weight: 800; } .bonus-clash .ipsQuote_contents { padding: 18px; color: #dde4f2; } .bonus-clash .ipsQuote_contents p, .bonus-clash .ipsQuote_contents li { color: #dde4f2; } .bonus-clash .ipsQuote_contents h2, .bonus-clash .ipsQuote_contents h3 { margin-top: 20px; color: #ffffff; } @media (max-width: 640px) { .bonus-clash { padding: 20px; border-radius: 20px; } .bonus-clash__title { font-size: 30px; } .bonus-clash__lead { font-size: 16px; } .bonus-clash__cta-title { font-size: 24px; } .bonus-clash__grid { grid-template-columns: 1fr; } } Weekly Forum Competition Bonus Clash: Zeus 1000 vs Mystery Carnival
Ends: 26 March 2026 at 1:00 AM GMT
This week’s Bonus Clash is live. Pick the slot you think will pay out bigger, submit your qualifying Bet ID, and you could win a share of the prize pool.
Win a share of $1,000 💸
Zeus 1000 vs Mystery Carnival
📋 Requirements
Make a $10.00 USD bonus buy on Zeus 1000 or Mystery Carnival Reply to this thread with your Bet ID 🎁 Prize Pool
$1,000 total prize pool Distributed to 10 winners Only eligible entries that meet the conditions above can win 📝 How to Enter
Choose your winner: Zeus 1000 or Mystery Carnival Complete your qualifying bonus buy Reply in this thread with your matching Bet ID ⏳ Important Info
Complete the challenge within 7 days Only 10 winners will be selected Prizes must be claimed before the coupon link expires Stake.com users only ‼
Stay tuned for the official winner announcement so you can claim your prize in time. Users will not be credited after the 3-month claim period ends. Terms of Service – Competition
For full Terms of Service, expand the quote below.