-
Posts
311 -
Joined
-
Last visited
Reputation Activity
-
-
-
ivded got a reaction from peejay in 💰[$1,000 USD] Bonus Clash: Dogs Gone Wild vs Midas Multiplier 🥊
casino:493900713434
-
-
ivded reacted to Jake7589 in 💰[$10,000 USD] HtFt Giveaway ⚽️
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; } .header h1 { font-family: var(--display); font-size:62px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; } .h1-accent { color:var(--charge); } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.15em; margin:18px 0 10px; } .ends-label strong { color:var(--white); } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:0 auto 14px; line-height:1.7; } .header-desc:last-of-type { margin-bottom:26px; } .header-desc strong { color:var(--white); } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%); color:var(--white); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(20,117,225,0.45); } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } .cta-sm { display:inline-block; font-family: var(--display); padding:12px 30px; background: linear-gradient(135deg, var(--charge) 0%, var(--charge-dark) 100%); color:var(--navy) !important; font-size:16px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none !important; border-radius:10px; transition:transform .2s, box-shadow .2s; box-shadow:0 4px 16px rgba(255,184,0,0.27); } .cta-sm:hover { transform:translateY(-2px); box-shadow:0 8px 28px rgba(255,184,0,0.4); text-decoration:none !important; } .cta-sm:active { transform:scale(.97); } .code-link { color:var(--charge); text-decoration:none; border-bottom:1px dashed rgba(255,184,0,0.55); padding-bottom:1px; transition:color .2s, border-color .2s; font-weight:700; } .code-link:hover { color:#ffce4d; border-bottom-color:#ffce4d; } .rewards { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .reward-card { border-radius:18px; padding:30px 22px 26px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; } .reward-card:hover { transform:translateY(-6px); } .reward-card.cash { background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 60%, var(--bolt-darker) 130%); border-color: var(--bolt); } .reward-card.cash:hover { box-shadow:0 18px 50px rgba(20,117,225,0.4); } .reward-card.pool { background: linear-gradient(160deg, var(--charge) 0%, var(--charge-dark) 60%, var(--charge-darker) 130%); border-color: var(--charge); } .reward-card.pool:hover { box-shadow:0 18px 50px rgba(255,184,0,0.4); } .reward-card.pool .ribbon, .reward-card.pool .headline, .reward-card.pool .subline, .reward-card.pool .footnote { color:var(--navy); } .reward-card.pool .ribbon { color:rgba(7,24,36,.7); } .reward-card.pool .footnote { color:rgba(7,24,36,.7); } .reward-card .ribbon { font-family:var(--display); font-weight:700; font-size:11px; text-transform:uppercase; letter-spacing:.3em; color:rgba(255,255,255,.85); margin-bottom:10px; } .reward-card .headline { font-family:var(--display); font-weight:900; font-size:54px; line-height:.95; color:var(--white); letter-spacing:.005em; } .reward-card .subline { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.14em; color:var(--white); margin-top:10px; } .reward-card .footnote { font-size:12px; color:rgba(255,255,255,.75); margin-top:12px; letter-spacing:.04em; } .pill { background:rgba(20,117,225,0.10); border:1px solid rgba(20,117,225,0.35); border-radius:40px; padding:12px 22px; text-align:center; font-size:13px; font-weight:600; color:#7fb8ff; margin-bottom:18px; transition:background .3s, border-color .3s; line-height:1.7; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { font-family:var(--display); min-width:38px; height:38px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:19px; color:var(--white); flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.12); box-shadow:0 0 0 6px rgba(20,117,225,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:7px; line-height:1.55; } .step-text strong { color:var(--white); } .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--navy); border-radius:12px; padding:14px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; } .req-item:hover { background:#0a2236; border-color:rgba(20,117,225,0.45); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:var(--bolt); } .pool-total { text-align:center; padding:32px 22px; background:linear-gradient(135deg, rgba(20,117,225,0.10), rgba(20,117,225,0.02)); border:1px solid rgba(20,117,225,0.35); border-radius:16px; margin-bottom:20px; transition:box-shadow .3s; position:relative; overflow:hidden; } .pool-total::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 0%, rgba(20,117,225,0.18) 0%, transparent 60%); pointer-events:none; } .pool-total:hover { box-shadow:0 0 40px rgba(20,117,225,0.18); } .pool-total .pool-label { font-family:var(--display); font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:.3em; margin-bottom:10px; position:relative; } .pool-total .pool-amount { font-family:var(--display); font-size:78px; font-weight:900; color:var(--bolt); line-height:1; letter-spacing:.01em; position:relative; animation: count-pulse 3s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { filter:drop-shadow(0 0 0 transparent); } 50% { filter:drop-shadow(0 0 24px rgba(20,117,225,0.5)); } } .pool-total .winners-line { font-family:var(--display); font-size:14px; color:var(--white); text-transform:uppercase; letter-spacing:.22em; margin-top:12px; font-weight:700; position:relative; } .pool-total .winners-line strong { color:var(--charge); } .notice { background:rgba(255,123,0,0.08); border:1px solid rgba(255,123,0,0.32); border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:rgba(255,123,0,0.6); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:var(--white); } .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } details { background:var(--navy); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(20,117,225,0.3); } summary { padding:18px 20px; cursor:pointer; font-family:var(--display); font-weight:900; font-size:15px; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:var(--white); } summary::after { content:'▼'; font-size:10px; color:var(--bolt); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-family:var(--display); font-size:14px; color:var(--bolt); text-transform:uppercase; letter-spacing:.18em; margin:18px 0 8px; font-weight:900; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--bolt); } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} .d9{animation-delay:.69s} @media(max-width:480px){ .header h1 { font-size:44px; } .pool-total .pool-amount { font-size:54px; } .rewards { grid-template-columns:1fr; } .reward-card .headline { font-size:46px; } .section { padding:22px 18px; } } HtfT
Giveaway
Entries close: 16/7/2026
Place a $5+ bet on any Semi Final match (single, multi, or SGM), share your Bet ID below
⚽️ Place Your Bet 100 Winners $100 Each $10,000 Prize Pool 💡 Bets must be on a Semi Final match [01] How To Enter 1 Place a bet on any Semi Final match (single, multi, or SGM) 2 Your bet must be a minimum of $5 USD 3 Reply to this thread with your Bet ID [02] Requirements 🎯 Minimum bet of $5 USD or above 💬 Post your Bet ID as a reply to this thread 🔒 Must be a Stake.com account in good standing [03] Prize Breakdown Prize Pool $10,000 100 Winners ‼️ Stake.com Users Only ‼️ 📄 Full Terms & Conditions This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
In the event of conflict, the following order of precedence applies:
Terms and Conditions These Rules Stake Community Terms of Use Entry & Eligibility
Minimum bet of $5 USD or equivalent. Winners & Prizes
100 winners each receive $100 ($10,000 total prize pool). Winners selected at random from all eligible entries. Winners are announced and notified via the forum thread. Cash prizes delivered within 14 days of the competition closing. Account Eligibility
Active Stake.com account in good standing KYC Level 2 verification required for cash prize delivery Account must have no restrictions or exclusions Must not be a Stake employee Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake’s Reserved Rights
To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery -
ivded reacted to Jake7589 in 💰[$5,000 USD] Betfuse Giveaway ⚽️
We have our winners!
Congratulations to all the lucky players selected. @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; position:relative; } .header h1 { font-family: var(--display); font-size:62px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; position:relative; } .h1-accent { color:var(--charge); } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:18px auto 0; line-height:1.7; position:relative; } .header-desc strong { color:var(--white); } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%); color:var(--white); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(20,117,225,0.45); } .play-btn:hover::after { transform:translateX(100%); } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-note { font-size:12px; color:var(--muted); margin-top:12px; letter-spacing:.04em; } .claim-note strong { color:var(--white); } .pool-strip { display:flex; justify-content:center; align-items:center; gap:14px; padding:14px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.12), rgba(255,184,0,0.03)); border:1px solid rgba(255,184,0,0.4); border-radius:14px; margin-bottom:16px; font-family:var(--display); text-transform:uppercase; letter-spacing:.18em; font-weight:700; color:var(--muted); font-size:13px; transition:box-shadow .3s; } .pool-strip:hover { box-shadow:0 0 30px rgba(255,184,0,0.18); } .pool-strip strong { color:var(--charge); font-size:22px; letter-spacing:.02em; } .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } .winners-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; } .winner-row { display:flex; align-items:center; gap:12px; padding:14px 16px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .winner-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); } .winner-rank { font-family:var(--display); min-width:32px; height:32px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:8px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:15px; color:var(--white); flex-shrink:0; } .winner-name { font-size:14px; font-weight:700; color:var(--white); flex:1; } .winner-prize { font-family:var(--display); font-weight:900; font-size:20px; color:var(--charge); white-space:nowrap; } .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:520px){ .header h1 { font-size:44px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } .section { padding:22px 18px; } }
🎁 Claim Your Reward Link expires 5/10/2026 — claim before it's gone!
1 Arghaz $100 2 Beingomprakash $100 3 Bharath621 $100 4 BirdsAintReal $100 5 Chaosdapa $100 6 coyote18 $100 7 discodolan $100 8 Feuchtebuxxe $100 9 Forseken $100 10 fuhong888 $100 11 gs400ma $100 12 hongalbe $100 13 ido777 $100 14 inosan883 $100 15 Istar99 $100 16 ivded $100 17 jiuyiqiji $100 18 JosephDo2209 $100 19 kaitalow $100 20 Kapuero58 $100 21 koyou123 $100 22 manhau $100 23 MIMAHANA $100 24 NATNAT888 $100 25 NotZ0han $100 26 nqn203 $100 27 Ohhohhoo $100 28 Orges13 $100 29 pakapakaman $100 30 peppo88 $100 31 pizdecvsemy $100 32 pooh0907 $100 33 Ramnoc $100 34 rdo1337 $100 35 Reddevilc1 $100 36 sirohi164 $100 37 sizzlinghotx $100 38 Snipershot907 $100 39 stnKuecil $100 40 sugarpre $100 41 Surtuk $100 42 tiantiantian $100 43 Toluene23 $100 44 Trossard2004 $100 45 V8miaoGl $100 46 vndusdt $100 47 xiTaLo97x $100 48 yammincoochi1 $100 49 Антон123 $100 50 旺财WinGo $100 -
ivded got a reaction from Niknamemm in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
ivded got a reaction from 0lcox in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
ivded got a reaction from Mylesvictor in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
-
ivded got a reaction from fish94 in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
ivded reacted to Azura in ⚖️$1,000 The Equalizer: $1,000 Strategic Challenge ⚖️
lul another scam promotion
in 700 spins ... not any bonus round *,.*
will try in few weeks ...
-
ivded got a reaction from Spendiezul1 in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
-
ivded reacted to KatarinaDo in $2,000 Originals Showcase ⭐
.sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f4f7ff; background: radial-gradient(circle at top left, rgba(255,214,102,0.20), transparent 28%), radial-gradient(circle at top right, rgba(130,170,255,0.18), transparent 30%), linear-gradient(145deg,#1c2340 0%,#1b1730 45%,#13172a 100%); border:1px solid rgba(255,255,255,0.10); border-radius:26px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.35); position:relative; } .sf-wrap:before{ content:""; position:absolute; inset:0; transform:translateX(-120%); animation:sfShine 8s linear infinite; pointer-events:none; } @keyframes sfShine{ 100%{transform:translateX(130%);} } .sf-hero{ position:relative; padding:34px 28px 28px; background: linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.01)), linear-gradient(135deg,rgba(255,214,102,0.10),rgba(90,120,255,0.08)); border-bottom:1px solid rgba(255,255,255,0.09); } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-badge{ display:inline-flex; align-items:center; padding:8px 14px; border-radius:999px; font-size:12px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:#1a1a1a; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 0 18px rgba(255,214,102,0.32); } .sf-status{ display:inline-flex; align-items:center; gap:8px; padding:8px 16px; border-radius:999px; font-size:12px; font-weight:900; letter-spacing:1px; text-transform:uppercase; backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,0.12); } .sf-status:before{ content:""; width:10px; height:10px; border-radius:50%; display:block; } .sf-status-live{ color:#dfffee; background:rgba(0,255,136,0.15); border-color:rgba(0,255,136,0.40); box-shadow:0 0 20px rgba(0,255,136,0.22); } .sf-status-live:before{ background:#00ff88; box-shadow:0 0 10px #00ff88,0 0 20px rgba(0,255,136,0.9); animation:livePulse 1.5s infinite; } .sf-status-closed{ color:#ffe3e3; background:rgba(255,77,77,0.14); border-color:rgba(255,77,77,0.40); box-shadow:0 0 20px rgba(255,77,77,0.22); } .sf-status-closed:before{ background:#ff4d4d; box-shadow:0 0 10px #ff4d4d,0 0 20px rgba(255,77,77,0.9); } @keyframes livePulse{ 0%{transform:scale(1);opacity:1;} 50%{transform:scale(1.35);opacity:0.65;} 100%{transform:scale(1);opacity:1;} } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.22); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-sub strong{ color:#ffffff; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.10); transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; box-shadow:0 8px 20px rgba(0,0,0,0.16); } .sf-chip:hover{ transform:translateY(-3px); border-color:rgba(255,214,102,0.45); box-shadow:0 12px 28px rgba(0,0,0,0.24),0 0 20px rgba(255,214,102,0.10); } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#aebde8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; text-decoration:none; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; } .sf-btn-primary{ color:#000 !important; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 10px 24px rgba(255,184,77,0.28); } .sf-btn-primary:hover{ background:linear-gradient(135deg,#7ee8ff,#93a4ff); color:#11182b; transform:translateY(-2px) scale(1.02); box-shadow:0 14px 28px rgba(126,232,255,0.28); } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:stretch; } .sf-left{ flex:1 1 590px; min-width:280px; } .sf-right{ flex:1 1 300px; min-width:260px; } .sf-card{ background:linear-gradient(180deg,rgba(255,255,255,0.07),rgba(255,255,255,0.04)); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.16); margin-bottom:20px; transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; } .sf-card:hover{ transform:translateY(-4px); border-color:rgba(126,232,255,0.28); box-shadow:0 16px 34px rgba(0,0,0,0.22),0 0 20px rgba(126,232,255,0.10); } .sf-card h3{ margin:0 0 14px; font-size:24px; line-height:1.2; color:#ffffff; } .sf-steps{ display:grid; gap:12px; } .sf-step{ display:flex; gap:12px; align-items:flex-start; padding:14px 15px; border-radius:16px; background:rgba(10,16,35,0.28); border:1px solid rgba(255,255,255,0.08); } .sf-step-num{ width:34px; height:34px; min-width:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 0 16px rgba(255,214,102,0.25); } .sf-step-text{ font-size:15px; line-height:1.7; color:#e3ebff; } .sf-step-text strong{ color:#ffffff; } .sf-mini{ display:grid; gap:10px; } .sf-mini-box{ padding:14px 15px; border-radius:16px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.08); font-size:15px; line-height:1.65; color:#e1e8ff; } .sf-mini-box strong{ color:#ffffff; } .sf-prize-big{ padding:18px; border-radius:18px; background:linear-gradient(135deg,#ffd666,#ffb84d); color:#1c1930; box-shadow:0 12px 30px rgba(255,184,77,0.28); margin-bottom:12px; } .sf-prize-label{ font-size:12px; text-transform:uppercase; letter-spacing:1px; font-weight:800; opacity:0.82; margin-bottom:6px; } .sf-prize-value{ font-size:30px; line-height:1; font-weight:900; } .sf-prize-small{ padding:16px 18px; border-radius:18px; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.09); margin-bottom:12px; } .sf-prize-small .sf-prize-value{ color:#ffffff; font-size:24px; margin-bottom:6px; } .sf-note{ padding:14px 16px; border-radius:16px; background:linear-gradient(135deg,rgba(126,232,255,0.14),rgba(147,164,255,0.16)); border:1px solid rgba(126,232,255,0.22); color:#e9f7ff; font-size:14px; line-height:1.7; } .sf-footer-line{ margin-top:12px; font-size:13px; line-height:1.6; color:#b9c6ec; } @media (max-width:640px){ .sf-title{font-size:32px;} .sf-hero{padding:24px 18px 22px;} .sf-main{padding:18px;} .sf-btn{width:100%;text-align:center;} } Weekly ORIGINALS SHOWCASE Challenge LIVE NOW $2,000 Moles We’re running a special $2,000 Moles challenge this week!
Hit the exact multiplier to qualify.
Good luck and have fun! 🍀 Game Moles Minimum Bet amount $0.05 USD Target multiplier Exactly 369.03x Setup Pick 3 Moles in settings Dates July 08 to July 15 🎰Moles How to Enter
1 On the Moles: Win one bet with exactly 369.03x multiplier. 2 $0.05 USD minimum bet amount (in any currency). 3 Reply in the thread and post your bet ID. Valid examples: house:123456789000 or casino:123456789000. Quick Info
Bets must have been made after 08/07/2026 - (12 pm) UTC. You need 10+ forum posts and indentity verified. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Only Stake.com and official Stake.com mirrors users can participate. Prize delivery can take up to 72 hours after the promotion ends. 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 the thread. Prize Pool
distribution 10 winners × $200 Winners will be selected randomly from all eligible entries. Important
Bets must have been made after the commencement of this promotion. Account must have no restrictions or exclusions. 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. Accepted bet ID examples:
house:123456789000
casino:123456789000 -
ivded got a reaction from perlnecrohac in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
ivded got a reaction from Iluminati007 in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
ivded got a reaction from DaddyMilo in 🥇 $7,000 The Return of the King | VIP Slots 🎰
casino:492564212249
-
-
ivded got a reaction from K1979 in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
ivded got a reaction from LegendaryJM in 💰[$100,000] Football Raffle ⚽️
sport:599854727
sport:599872728
sport:595664477
sport:600539000
sport:601234953
sport:601501943
sport:602097434
sport:602101204
sport:602101663
sport:602102315
sport:602102501
sport:602675484
sport:602675996
sport:602676396
sport:603482897
sport:603483201
sport:603484857
sport:603973470
sport:603976169
sport:603980871
sport:604580697
sport:604700276
sport:604771840
sport:604851899
sport:604882759
sport:605295988
sport:605432999
sport:605394033
sport:605388403
sport:605340454
sport:606329806
sport:606329988
sport:606826682
sport:606939006
sport:607009127
sport:607016276
sport:607382909
sport:607386908
sport:607444583
sport:607603272
sport:607603036
sport:608074844
sport:608087278
sport:608222629
sport:608348121
sport:608779406
sport:609539246
sport:609547869
sport:609687847
sport:609714075
sport:610139888
sport:610152170
sport:610152290
sport:610145415
sport:610166357
sport:608897106
sport:608895153
sport:610828659
sport:610849777
sport:610850022
sport:610850323
sport:610850565
sport:610955160
sport:611444295
sport:611445575
sport:611996588
sport:612092078
sport:612121802
sport:612133968
sport:612104686
sport:612141217
sport:611933508
sport:612590800
sport:612841921
sport:612839891
sport:612704437
sport:613207982
sport:611932680
sport:611931359
sport:613365635
sport:613377406
sport:613378084
sport:613992323
sport:614069075
sport:614074005
sport:614074160
sport:615571646
sport:615790013
sport:615780996
sport:615789373
sport:616467632
sport:616555691
sport:616560432
sport:617025586
sport:617010641
sport:617025110
sport:617094801
sport:617200922
sport:617173977
sport:617095455
sport:617095045
sport:617179754
sport:617789231
sport:618749300
sport:620046795
sport:620270216
sport:620269311
sport:620308992
sport:620315061
sport:621873729
sport:621519199
sport:622198272
sport:622202650
sport:622203198
sport:622220393
sport:622220450
-
ivded reacted to Jackhackmax in Unfairly editing posts in the June bet ID prediction event
If someone edits a post and the date shown becomes date mention of last edit, Moderators or Managers disqualifying it would be fair as the content no longer meets the required timing criteria.
Don't worry don't teach them stay cool
-
ivded reacted to khadeptrai in Unfairly editing posts in the June bet ID prediction event
An issue occurred in a June prediction event, which may affect the fairness for all remaining players. The root cause is that the admin closed the event on July 1st, 2026, allowing two players to take advantage of the situation and edit their posts right before the event ended, resulting in highly accurate predictions. I am providing the links to the predictions of these two players, who edited their posts unfairly and in violation of the rules:
I propose disqualifying the predictions of these two players due to their blatant cheating @DamjanTo@BratislavK @Marbah @Tobing13 @DragoslavP @NemanjaPi @Jake7589
-
-
ivded reacted to Jake7589 in 💰 Kun Agüero Perfect Bet - Giveaway 💰
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(255,184,0,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .header h1 { font-family: var(--display); font-size:58px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; } .h1-accent { color:var(--charge); } /* BETSLIP MINI FRAME */ .betslip-frame { display:inline-block; margin:0 auto 28px; border-radius:16px; overflow:hidden; border:1px solid #FFB80044; box-shadow:0 8px 32px rgba(0,0,0,.5), 0 0 0 1px #ffffff08; position:relative; background:#091723; max-width:420px; width:100%; transition:box-shadow .3s, border-color .3s; } .betslip-frame:hover { border-color:#FFB800aa; box-shadow:0 12px 40px rgba(0,0,0,.6), 0 0 24px #FFB80022; } .betslip-frame img { width:100%; height:auto; display:block; } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.15em; margin:18px 0 10px; } .ends-label strong { color:var(--white); } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:0 auto 14px; line-height:1.7; } .header-desc:last-of-type { margin-bottom:26px; } .header-desc strong { color:var(--white); } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--charge) 0%, var(--charge-dark) 100%); color:var(--navy); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px rgba(255,184,0,0.27); } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(255,184,0,0.4); text-decoration:none !important; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } .rewards { display:grid; grid-template-columns:1fr; gap:14px; margin-bottom:16px; align-items:stretch; } .reward-card { border-radius:18px; padding:30px 22px 26px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; display:flex; flex-direction:column; justify-content:center; } .reward-card:hover { transform:translateY(-6px); } .reward-card.cash { background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 60%, var(--bolt-darker) 130%); border-color: var(--bolt); } .reward-card.cash:hover { box-shadow:0 18px 50px rgba(20,117,225,0.4); } .reward-card .badge { position:absolute; top:14px; right:16px; font-size:24px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .reward-card .headline { font-family:var(--display); font-weight:900; font-size:50px; line-height:.95; color:var(--white); letter-spacing:.005em; } .reward-card .subline { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.14em; color:var(--white); margin-top:10px; } .pill { background:rgba(20,117,225,0.10); border:1px solid rgba(20,117,225,0.35); border-radius:40px; padding:12px 22px; text-align:center; font-size:13px; font-weight:600; color:#7fb8ff; margin-bottom:18px; transition:background .3s, border-color .3s; line-height:1.7; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { font-family:var(--display); min-width:38px; height:38px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:19px; color:var(--white); flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.12); box-shadow:0 0 0 6px rgba(20,117,225,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:7px; line-height:1.55; } .step-text strong { color:var(--white); } .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--navy); border-radius:12px; padding:14px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; } .req-item:hover { background:#0a2236; border-color:rgba(20,117,225,0.45); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:var(--charge); } .pool-total { text-align:center; padding:32px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.10), rgba(255,184,0,0.02)); border:1px solid rgba(255,184,0,0.35); border-radius:16px; margin-bottom:20px; transition:box-shadow .3s; position:relative; overflow:hidden; } .pool-total::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 0%, rgba(255,184,0,0.18) 0%, transparent 60%); pointer-events:none; } .pool-total:hover { box-shadow:0 0 40px rgba(255,184,0,0.18); } .pool-total .pool-label { font-family:var(--display); font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:.3em; margin-bottom:10px; position:relative; } .pool-total .pool-amount { font-family:var(--display); font-size:44px; font-weight:900; color:var(--charge); line-height:1.08; letter-spacing:.01em; position:relative; animation: count-pulse 3s ease-in-out infinite; max-width:520px; margin:0 auto; } @keyframes count-pulse { 0%,100% { filter:drop-shadow(0 0 0 transparent); } 50% { filter:drop-shadow(0 0 24px rgba(255,184,0,0.5)); } } .pool-total .winners-line { font-family:var(--display); font-size:14px; color:var(--white); text-transform:uppercase; letter-spacing:.22em; margin-top:14px; font-weight:700; position:relative; } .pool-total .winners-line strong { color:var(--charge); } .tier-table { display:flex; flex-direction:column; gap:8px; } .tier-row { display:grid; grid-template-columns:1fr auto; gap:14px; align-items:center; padding:16px 18px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .tier-row:hover { background:#0a2236; border-color:rgba(255,184,0,0.3); transform:translateX(4px); } .tier-label { font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:17px; color:var(--white); letter-spacing:.06em; display:flex; align-items:center; gap:10px; } .tier-value { font-family:var(--display); font-weight:900; font-size:22px; color:var(--charge); text-align:right; letter-spacing:.01em; line-height:1.2; } .tier-value.long { font-size:15px; line-height:1.35; } .notice { background:rgba(255,123,0,0.08); border:1px solid rgba(255,123,0,0.32); border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:rgba(255,123,0,0.6); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:var(--white); } .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } details { background:var(--navy); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(20,117,225,0.3); } summary { padding:18px 20px; cursor:pointer; font-family:var(--display); font-weight:900; font-size:15px; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); list-style:none; display:flex; justify-content:space-between; align-items:center; gap:14px; user-select:none; transition:color .2s; } summary:hover { color:var(--white); } summary::after { content:'▼'; font-size:10px; color:var(--bolt); flex-shrink:0; } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-family:var(--display); font-size:14px; color:var(--bolt); text-transform:uppercase; letter-spacing:.18em; margin:18px 0 8px; font-weight:900; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--bolt); } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} .d9{animation-delay:.69s} @media(max-width:480px){ .header h1 { font-size:40px; } .pool-total .pool-amount { font-size:32px; } .reward-card .headline { font-size:46px; } .section { padding:22px 18px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } .tier-row { grid-template-columns:1fr; gap:6px; } .tier-value, .tier-value.long { text-align:left; } } kun Agüero’s Perfect Bet
Competition ends: 3/7/2026 @ 3:00 AM GMT
Kun Agüero, the perfect man, is looking for the perfect bet 🔎
Place and share your perfect World Cup bet below, and Sergio Agüero will pick one lucky user to win $1,000 USD 🏆
🥊 Enter now 🏆 $1,000 Winner 💡 Submitted bets must be placed on any World Cup match [01] How To Enter 1 Place a bet on any World Cup match 2 Bet at least $10 USD or equivalent in any currency 3 Copy your Bet ID after placing your bet 4 Reply to this thread with your Bet ID to enter [02] Requirements ⚽️ Bets must be placed on any World Cup match 💵 Minimum bet amount: $10 USD or equivalent in any currency 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above [03] Prize Pool Prize $1,000 One winner 🏆 Prize $1,000 👥 Total Winners 1 winner 📅 Duration 5 Days ⚠️ Don’t miss out! Stay tuned for the winner announcement. You must claim your prize within 3 months — users will not be credited after this period expires. ‼️ Stake.com users only ‼️ 📄 Full Terms & Conditions — click to expand This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
In the event of conflict, the following order of precedence applies:
Terms and Conditions These Rules Stake Community Terms of Use Prizes & Delivery
Winners will have their username displayed on the thread with a prize claim link. Prizes delivered within 14 days of the competition ending. Winners selected at random from all eligible entries. Eligibility
KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake’s Reserved Rights
To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery