Jump to content

NemanjaPi

Community Manager
  • Posts

    744
  • Joined

  • Days Won

    35

Everything posted by NemanjaPi

  1. πŸŽ‰ Congratulations πŸŽ‰ Shoutout to the Top 10 Players who dominated the Multiplier Run! You can claim prizes on the link below until the 26th of June! Rank Username Game Final Multiplier 1 xiTaLo97x Slushie Party 35,000.00 2 jiuyiqiji Thunder vs Underworld 28,884.10 3 NurEinenZehner Thunder vs Underworld 13,456.10 4 donpo111 Lucky Phoenix Megaways 12,000.00 5 jw888888 Thunder vs Underworld 11,246.20 6 Chaosdapa Slushie Party 9,276.05 7 LoskiY Thunder vs Underworld 8,855.70 8 E1Santo Slushie Party 5,624.85 9 mhayjhai Gates of Heaven 1000 5,624.40 10 Tat40hk Slushie Party 5,611.20 CLAIM HERE Slot List & Hidden Factors List of Slots Hidden Factor Big Bass Rock and Roll Enhanced RTP 3 Gates of Heaven 1000 Enhanced RTP 2 Sweet Fiesta 1000 Enhanced RTP 1 The Dog Mansion Megaways Enhanced RTP 4 Sweet Fiesta Enhanced RTP 7 Lucky Phoenix Megaways Enhanced RTP 3 Angel vs Sinner Eternal Battle Enhanced RTP 5 Gold Portals Enhanced RTP 10 Big Bass BOOM Enhanced RTP 8 Transylvania Mania Enhanced RTP 3 Jewel Bonanza Enhanced RTP 15 Gates of Heaven Enhanced RTP 5 Madame Mystique Megaways Enhanced RTP 1 Big Bass and the Gold Ness Monster Enhanced RTP 10 Bison Spirit Enhanced RTP 2 Slushie Party Enhanced RTP 7 Thunder vs Underworld Enhanced RTP 7 Sugar Twist Enhanced RTP 2 The Dog House - No Dog Left Behind Enhanced RTP 4 Candy Blitz BOOM Enhanced RTP 9 Wild West Bounty Enhanced RTP 5 Merlin's Madness Megaways Enhanced RTP 3 Full Participant List To check the full participant list and final standings: CLICK HERE
  2. πŸŽ‰ Congratulations πŸŽ‰ Shoutout to the Top 4 Players who conquered all 4 progressive levels! You can claim prizes on the link below until the 26th of June! Rank Username Progress 1 daffyducky 5 / 5 Levels 2 droz 5 / 5 Levels 3 Kartenstapel 5 / 5 Levels 4 SalsaBotanera 5 / 5 Levels CLAIM HERE
  3. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 24th of June! Place Username Multiplier 1 droz 12947.6 2 daffyducky 11097.2 3 SalsaBotanera 10561.4 4 realperen 8000 5 Sirk23 3919.3 6 jw888888 3479.4 7 Paoran 3432.4 8 Orges13 3211.7 9 μ •ν˜•μ§„ 3195.85 10 Chaosdapa 2658.8 11 markusma 2044.5 12 pinkpug 1821.7 13 daredddd 1659.9 14 PiniaGofman 1583.9 15 Enigmanoishi 1566.5 CLAIM HERE
  4. You can claim prizes on the link below until the 24th of June! Congrats to all 59 users who passed the first week abd qualified for week! CLAIM HERE Make sure you are logged in to the proper account. Wow. Congrats to the 59 winners!
  5. You can claim prizes on the link below until the 24th of June! CLAIM HERE Make sure you are logged in to the proper account. Wow. Congrats to the 133 winners!
  6. :root { --card: rgba(10, 20, 38, 0.78); --line: rgba(255,255,255,0.14); --text: #f5f7fb; --muted: #a7b4c9; --gold: #ffd36a; --volt: #35e6ff; --danger: #ff5c7a; --shadow: 0 22px 70px rgba(0, 0, 0, 0.35); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(255, 211, 106, 0.08), transparent 40%), linear-gradient(225deg, rgba(53, 230, 255, 0.06), 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); } .center { text-align:center; } .muted { color:var(--muted); } .section-title { color: var(--gold); font-size: 24px; font-weight: 800; margin-bottom: 10px; } .hero-wrap { position: relative; } .badge { position: absolute; top: 18px; right: 18px; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(53,230,255,0.45); background: rgba(53,230,255,0.06); font-weight: 800; font-size: 14px; } /* slots */ .stage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 20px; } .stage-card { border-radius: 18px; padding: 18px 12px; text-align: center; transition: 0.18s ease; } .stage-card:hover { transform: translateY(-3px) scale(1.03); } .stage-volt { background: rgba(53,230,255,0.10); border: 1px solid rgba(53,230,255,0.4); } .stage-freq { background: rgba(255,211,106,0.10); border: 1px solid rgba(255,211,106,0.4); } .stage-title { font-size: 15px; font-weight: 800; margin: 8px 0; } .stage-sub { font-size: 12px; color: var(--muted); } .slot-btn { display:inline-block; margin-top:10px; padding:8px 14px; border-radius:10px; font-size:12px; font-weight:800; color:#fff; text-decoration:none; } .slot-btn-volt { border:1px solid rgba(53,230,255,0.45); background: rgba(53,230,255,0.08); } .slot-btn-freq { border:1px solid rgba(255,211,106,0.45); background: rgba(255,211,106,0.08); } /* info box */ .rules-box { margin-top: 18px; padding: 16px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.20); font-size: 13px; line-height: 1.7; } .rules-title { color: var(--gold); font-weight: 800; margin-bottom: 8px; } .highlight { color: var(--gold); font-weight: 800; } /* terms */ .dropdown-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; margin-top: 18px; overflow: hidden; } .dropdown-trigger { padding: 10px 16px; text-align: center; cursor: pointer; } .dropdown-title { color: var(--gold); font-weight: 800; } .dropdown-sub { color: var(--muted); font-size: 13px; display:block; } .dropdown-content { padding: 14px 18px; border-top: 1px solid rgba(255,255,255,0.10); font-size: 14px; line-height: 1.6; } .rule { display:flex; gap:10px; margin-bottom:10px; } .num { width:22px; height:22px; border-radius:50%; background: var(--gold); color:#0b0f1a; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } Weekly Event βš”οΈ Last Man Standing βš”οΈ A four-week elimination tournament where only consistency guarantees survival. Every week introduces a new challenge and a higher multiplier requirement. Fail once and your journey ends instantly. Survive all four weeks and reach the Grand Finale. Weekly Featured Slots πŸ›‘οΈ Week 1 Req Multi: 200x May - Finished Paperclip: Lazy Knight Play Slot βš”οΈ Week 2 Req Multi: 400x May (26 - 03) Valkyrie: Castle of Ymir Play Slot πŸ”₯ Week 3 Req Multi: 650x May/June (03 - 10) Lucky Man's Chamber Play Slot πŸ‘‘ Week 4 Req Multi: 850x June (10 - 17) Cursed Reckoning Play Slot How It Works In order to be eligible for the other three weeks you are required to complete week 1. Bets must have been made after 26/05/2026 - (12 PM) UTC. Each week requires hitting a higher multiplier target. Failure = elimination for the rest of the tournament. β€’ Players will be ranked based on the multiplier. Prize Pool Distribution Week 1 β†’ $500 (Top 100 players ranked by multipliers) Week 2 β†’ $1000 Week 3 β†’ $1500 Week 4 β†’ $2000 Higher multipliers = larger share of weekly rewards. Terms & Conditions Click to expand Full rules & eligibility 1Minimum bet amount: $0.20 USD (in any currency). 2Entry only during Week 1. 3Feel free to edit your post if you get a higher multiplier(s) during the competition. 4Only level 2 KYC or higher verified users will be eligible for the prize. 5Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. 6Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. 7Any player using multiple accounts will not be eligible for prizes. 8Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. 9For payment, give us up to 72 hours from the end of the challenge. 10Winners 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.
  7. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 23rd of June! Top 20 winners: Place Username Multiplier 1 droz 75000 2 Sirk23 75000 3 PiniaGofman 50000 4 coolbogey 33333 5 LoskiY 25000 6 Kartenstapel 25000 7 Ryderistic 20721.6 bosnian033 12500 9 chuachunkang 12500 10 GOLD7711 12088.45 11 Florri89 12000 12 Redcap81 11401 13 daffyducky 10947.4 14 batguy 10532.7 15 Drbags 10000 16 Kelzipelzi 9992.5 17 CHiN0 9784.7 18 Jokkola1 9215.6 19 zhep 8596.6 20 wheelyboy321 7351.4 CLAIM HERE View the full list HERE
  8. :root { --bg: #07111f; --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --green: #3dd598; --red: #ff6b6b; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 24px; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%), radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%), linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%); min-height: 100%; overflow-x: hidden; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes softGlow { 0% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } 50% { box-shadow: 0 0 16px rgba(247, 201, 72, 0.16); } 100% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } } body::before { content: ""; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; mask-image: radial-gradient(circle at center, black 45%, transparent 95%); } .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 60px; position: relative; z-index: 1; } .hero { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), 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); animation: fadeUp 0.5s ease-out; } .hero::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; top: -120px; right: -90px; background: radial-gradient(circle, rgba(247, 201, 72, 0.14), transparent 65%); filter: blur(12px); pointer-events: none; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 6px; } .badge { position: relative; overflow: hidden; } .badge::after { content: ""; position: absolute; top: -55%; bottom: -55%; width: 42%; background: linear-gradient( 90deg, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(167,233,255,0.22), rgba(255,255,255,0) ); filter: blur(5px); animation: diamondShine 3.4s linear infinite; } @keyframes diamondShine { 0% { transform: translateX(-180%) rotate(18deg); opacity: 0; } 15% { opacity: 0.2; } 50% { opacity: 0.95; } 85% { opacity: 0.2; } 100% { transform: translateX(180%) rotate(18deg); opacity: 0; } } .badge { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.16); } .badge-text { white-space: nowrap; } .status { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; text-align: center; } @keyframes livePulse { 0% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } 50% { box-shadow: 0 0 14px rgba(61, 213, 152, 0.35); transform: scale(1.05); } 100% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } } .status.live { background: rgba(61, 213, 152, 0.18); color: #3dd598; border: 1px solid rgba(61, 213, 152, 0.45); animation: livePulse 1.8s ease-in-out infinite; } .status.live::before { content: "●"; margin-right: 6px; color: #3dd598; animation: livePulse 1.8s ease-in-out infinite; } .status.closed { background: rgba(255, 107, 107, 0.15); color: #ff6b6b; border: 1px solid rgba(255, 107, 107, 0.40); } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; } .accent { color: var(--gold); } .lead { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; align-items: stretch; } .card { border: 1px solid var(--line); background: rgba(8, 16, 30, 0.72); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); position: relative; overflow: hidden; } .timer-card { padding: 22px; position: relative; } .timer-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(247, 201, 72, 0.04), transparent 42%); pointer-events: none; } .timer-top { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-bottom: 18px; position: relative; z-index: 1; } .timer-title { font-size: 15px; text-transform: uppercase; letter-spacing: 4px; color: var(--muted); font-weight: 700; text-align: left; } .timer-end { font-size: 14px; color: var(--gold); background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.22); padding: 8px 14px; border-radius: 999px; white-space: nowrap; animation: softGlow 2.8s ease-in-out infinite; } .timer-main { display: grid; grid-template-columns: 1.1fr auto; gap: 20px; align-items: center; position: relative; z-index: 1; margin-bottom: 18px; } .timer-copy { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; } .timer-grid { width: 100%; min-width: 0; display: flex; justify-content: center; align-items: center; } .timer-frame { display: flex; justify-content: center; align-items: center; width: 220px; height: 74px; padding: 0; overflow: hidden; 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); } .timer-frame iframe { display: block; width: 250px; height: 80px; border: 0; transform: scale(0.80); transform-origin: center center; } .footer-note { display: inline-flex; align-items: center; justify-content: flex-start; padding: 12px 18px; color: var(--gold); font-size: 15px; line-height: 1.5; border-radius: 999px; background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.28); max-width: 100%; width: auto; text-align: left; position: relative; z-index: 1; animation: softGlow 2.8s ease-in-out infinite; } #timerStatus { cursor: pointer; text-decoration: none; transition: all 0.25s ease; } #timerStatus:hover { transform: translateY(-2px); background: linear-gradient(135deg, #3dd598, #2bbf84); border-color: rgba(61, 213, 152, 0.6); color: #0b1424 !important; box-shadow: 0 12px 26px rgba(61, 213, 152, 0.28); } .highlights { padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); transition: all 0.25s ease; position: relative; overflow: hidden; } .highlight:hover { transform: translateY(-5px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18); border-color: rgba(247, 201, 72, 0.25); } .highlight:hover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at center, rgba(247,201,72,0.10), transparent 70%); pointer-events: none; } .highlight strong { display: block; font-size: 22px; margin-bottom: 8px; color: var(--gold); } .highlight span { color: var(--muted); font-size: 14px; line-height: 1.55; } .section { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .section-card { padding: 26px; } .section-card h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -0.4px; } .rules { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; } .rules li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--muted); line-height: 1.55; } .rule-index { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #0b1424; background: var(--gold); margin-top: 1px; } .rule-text strong { color: var(--text); } table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); } th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); } th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,0.03); } tbody tr:hover { background: rgba(255,255,255,0.035); } tr:last-child td { border-bottom: 0; } .money { color: var(--gold); font-weight: 700; } .prize-note { margin-top: 60px; } .cta { margin-top: 24px; padding: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), rgba(255,255,255,0.04)), rgba(8, 16, 30, 0.8); } .cta h3 { margin: 0 0 8px; font-size: 24px; } .cta p { margin: 0; color: var(--muted); line-height: 1.6; max-width: 700px; } .button { display: inline-flex; color: #0b1424 !important; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 16px 22px; border: 0; border-radius: 16px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #ffd76a, #f7c948); box-shadow: 0 14px 28px rgba(247, 201, 72, 0.16); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; } .button:hover { background: linear-gradient(135deg, #3dd598, #2bbf84); color: #0b1424 !important; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(61, 213, 152, 0.22); } @media (max-width: 960px) { .section { grid-template-columns: 1fr; } .highlights { grid-template-columns: repeat(2, 1fr); } .cta { flex-direction: column; align-items: flex-start; } } @media (max-width: 860px) { .badge-wrap { flex-direction: column; align-items: flex-start; } .timer-top { grid-template-columns: 1fr; justify-items: center; } .timer-title { text-align: center; } .timer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; } .timer-copy { align-items: center; } .timer-grid { justify-content: center; min-width: auto; } } @media (max-width: 680px) { .container { width: min(100% - 20px, 1180px); padding-top: 18px; } .hero, .section-card, .cta, .timer-card { padding: 18px; } .highlights { grid-template-columns: 1fr; } h1 { letter-spacing: -1px; } .footer-note { max-width: 100%; } .timer-frame { width: 210px; height: 68px; } .timer-frame iframe { transform: scale(0.76); } } Exclusive VIP Slots LIVE NOW $7,000 Return of the King Hit the highest multiplier on any eligible 3rd party video slot, submit your valid bet ID, and climb the leaderboard. Time frame & requirements Ends 01 June 2026 β€’ 12:00 UTC One lucky spin can still change the leaderboard. PLAY NOW 100x Minimum multiplier required to qualify for the leaderboard. $0.20 USD Minimum bet amount in any currency for valid participation. Bronze Only Bronze VIP level and above are eligible to claim prizes. 1 Bet ID Post your bet ID in the topic. Feel free to edit your post if you hit a higher multiplier. Challenge Rules 1 Game requirement: Win the highest multiplier on any 3rd party video slot except King's Coin by MultiBurst. 2 Minimum multiplier: Your winning spin must be 100x or above. 3 Minimum bet amount: $0.20 (or the equivalent in any currency). 4 Bets must have been made after 25/05/26 - (12 pm) UTC. 5 VIP and verification: Player must be at least Bronze VIP and have Level 2 KYC or higher. 6 Prizes will be determined by who has a higher multiplier. 7 Tie breaker: Higher average bet amount gets the advantage. If still tied, the earlier posted or edited entry takes priority. Prize Pool Distribution Placement Prize 1st $1,200 2nd $600 3rd $400 4th $300 5th $200 6th to 10th $140 each 11th to 20th $60 each 21st onward Share of $3,000 pool Winners are ranked by the highest multiplier. Eligible users outside top 20 still share the remaining pool. How to enter Play an eligible 3rd party slot, hit 100x or higher multiplier with a bet amount of at least $0.20, then post your bet ID. Post your entry πŸ“„ 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 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. Prizes delivered within 72 hours of the competition ending. Winners selected at random from all eligible entries. One entry per user. Eligibility Feature buys are not allowed. Bronze VIP account or above. KYC Level 2 verification required. Bets must have been made after the commencement of this promotion. Account must have no restrictions or exclusions. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Must maintain only one Stake account. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake's Reserved Rights To amend the Rules at any time. To cancel the Competition at any time. To to disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
  9. .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-btn-secondary{ color:#eef3ff; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.14); } .sf-btn-secondary:hover{ background:linear-gradient(135deg,rgba(255,255,255,0.16),rgba(255,214,102,0.16)); border-color:rgba(255,214,102,0.40); color:#ffffff; transform:translateY(-2px); } .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); } .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 Forum REGULAR Challenge LIVE NOW $3,000 Slots Forum Challenge Hit a 40x or higher multiplier on King's Coinand post your valid bet ID on the forum to join the challenge. Game King's Coin Minimum Bet 0.20 USD Target 40x+ Multiplier Dates May 25 to June 01 🎰King's Coin How to Enter 1 Play King's Coin and hit a 40x or higher multiplier with a minimum bet of 0.20 USD. 2 Paste your bet ID in the thread. A screenshot is optional. 3 Add your Stake username or ID in the same post so payment can be handled faster if you win. Quick Info Your bet must be made after the promotion starts. You need 10+ forum posts and Level 2 KYC or higher. Fun play bets do not count, and multiple accounts are not eligible. Prize delivery can take up to 72 hours after the promotion ends. Prize Pool Top 20 Multipliers $50 Each Remaining Pool $2,000 Split equally between all other valid qualifying multipliers. Important Keep only one post in the thread. If you hit a better multiplier later, just edit your original post. Multiple posts can get you disqualified. Accepted bet ID examples: house:123456789000 casino:123456789000
  10. .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f5f7fb; background: radial-gradient(circle at 20% 10%, rgba(120,200,255,0.10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,220,120,0.08), transparent 45%), radial-gradient(circle at 50% 100%, rgba(180,140,255,0.08), transparent 55%), linear-gradient(145deg, #0f1722 0%, #121c2a 45%, #0e1520 100%); border:1px solid rgba(255,255,255,0.14); border-radius:26px; overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,0.35); position:relative; backdrop-filter: blur(10px); } /* soft animated glow overlay feel */ .sf-wrap::before{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 85% 15%, rgba(120,180,255,0.10), transparent 45%), radial-gradient(circle at 20% 80%, rgba(255,210,120,0.07), transparent 50%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%); } .sf-wrap::after{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at center, transparent 55%, rgba(0,0,0,0.25) 100%); } .sf-hero{ position:relative; padding:34px 28px 28px; background: transparent; } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .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.25); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .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.05); border:1px solid rgba(255,255,255,0.10); box-shadow:0 6px 16px rgba(0,0,0,0.14); transition:all 0.25s ease; } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; 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; justify-content:center; position:relative; padding-bottom:14px; } .sf-btns::after{ content:""; position:absolute; left:20%; right:20%; bottom:-10px; height:2px; background:linear-gradient(90deg,transparent,#f7c948,transparent); opacity:0.55; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; text-decoration:none !important; } .sf-btn-primary{ color:#1a1a1a !important; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); border:1px solid rgba(255,215,0,0.75); box-shadow:0 14px 28px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25); text-shadow:0 1px 0 rgba(255,255,255,0.35); position:relative; overflow:hidden; } .sf-btn-primary:hover{ transform:translateY(-3px) scale(1.08); box-shadow:0 18px 36px rgba(212,175,55,0.45); } .sf-btn-primary::after{ content:""; position:absolute; top:-60%; left:-70%; width:60%; height:200%; background:linear-gradient(120deg,transparent,rgba(255,255,255,0.35),transparent); transform:rotate(25deg); transition:all 0.6s ease; } .sf-btn-primary:hover::after{ left:120%; } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:flex-start; } .sf-left, .sf-right{ flex:1 1 48%; min-width:320px; display:flex; flex-direction:column; } .sf-card{ background: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.18); margin-bottom:20px; backdrop-filter: blur(12px); position:relative; transition:all 0.25s ease; } .sf-left .sf-card:last-child, .sf-right .sf-card:last-child{ margin-bottom:0; margin-top:auto; } .sf-card::before{ content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none; background:linear-gradient(135deg, rgba(247,201,72,0.04), transparent 45%, rgba(120,160,255,0.03)); } .sf-card h3{ margin:0 0 14px; font-size:24px; color:#ffffff; } .sf-mini{ display:grid; gap:12px; } .sf-mini-box{ padding:14px 15px; border-radius:16px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); font-size:15px; line-height:1.65; color:#ffffff; } .sf-prize-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-prize-big{ padding:18px; border-radius:18px; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); color:#1c1930; box-shadow:0 12px 26px rgba(212,175,55,0.35); margin-bottom:12px; } .sf-prize-small{ padding:16px 18px; border-radius:18px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); margin-bottom:12px; } .dropdown-card{ margin-top:20px; } .dropdown-trigger{ display:flex; align-items:center; justify-content:center; text-align:center; font-weight:900; font-size:18px; cursor:pointer; color:#ffffff; margin-bottom:0; } .rules-list{ list-style:none; padding:0; margin:0; counter-reset: rule; display:flex; flex-direction:column; gap:10px; } .rules-list li{ position:relative; padding:14px 16px 14px 56px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); transition:all 0.25s ease; color:#dbe4ff; font-size:14px; line-height:1.6; } .rules-list li::before{ counter-increment: rule; content: counter(rule); position:absolute; left:14px; top:50%; transform:translateY(-50%); width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#f7c948,#ffdd7a); box-shadow:0 6px 14px rgba(247,201,72,0.18); } .rules-list li:hover{ transform:translateX(6px); background:rgba(247,201,72,0.06); border:1px solid rgba(247,201,72,0.35); box-shadow:0 10px 24px rgba(0,0,0,0.25); color:#ffffff; } .sf-main > .sf-card:last-child{ padding:10px 18px; } .sf-main > .sf-card{ margin-top:24px; } .sf-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,0.35); border:1px solid rgba(247,201,72,0.45); } .sf-chip:hover{ transform:translateY(-4px) scale(1.02); box-shadow:0 12px 26px rgba(0,0,0,0.25); border:1px solid rgba(247,201,72,0.35); } @media (max-width:640px){ .sf-title{font-size:32px;} .sf-hero{padding:24px 18px;} .sf-main{padding:18px;} .sf-btn{width:100%;text-align:center;} } $3,000 Perfect 10 Win a bet with at least x10 by betting on at least 10 matches/selections. Eligible sports All Sports Minimum Bet amount $1 USD Minimum ODds 10x or above VIP level Bronze or above Promotionional period May 25 - June 01 (12 pm UTC) BET NOW! Additional Information Bets must have been made after 25/05/2026 - (12 pm) UTC. You need 10+ forum posts and Level 2 KYC or higher. You can bet on pre-match or live markets. Voided, cancelled, half-loss, and half-win bets are not eligible for the challenge. Cashed-out bets are not eligible for the challenge. Stake Shield bets are eligible for the promotion. Only selections that result in a win will contribute to your total number of winning selections. Only one valid entry per user. You have to be one of the VIP members on our site (at least the Bronze VIP level). Prize Pool Maximum Prize Pool $3,000 Tiered Prize Pool Minimum prize pool$300 30 - 40 participants$600 41 - 50 participants$900 51 - 100 participants$1,200 101 - 200 participants$2,500 201 or more participants$3,000 Distribution All players who complete the challenge in the next 7 days, will get a share in the prize pool! Extra reward πŸ’° Win an extra reward by hitting x100 or more and we will award you $50! Terms & Conditions β€” click to expand Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake employees can not 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 promotion. 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.
  11. (May 24th - May 31st) > βš–οΈ$1000 THE EQUALIZER: Strategic Challenge βš–οΈ Forget about chasing the highest multiplier. In this challenge, the Golden Middle wins. Your goal is not to be the highest, but to be the most precise relative to every other player in the thread. 🎯 Challenge Objective: Hit a multiplier that is as close as possible to the Final Average Multiplier of all valid entries in this thread. Game: Slushie Party Enhanced RTP Minimum Bet: $0.10 USD The Formula: At the end of the promotion, we sum up all posted multipliers and divide them by the total number of players. Minimum required multiplier is 143.05.x πŸ’° Prize Pool: $1,000 Top 10 Closest Players: The 10 players closest to the final average (above or below) will split the $1,000 prize pool equally ($100 each). πŸ“œ Rules & Requirements: One Entry: Only one Bet ID per user is allowed. You may edit your post if you hit a better "strategic" multiplier before the thread is locked. The "Chaos" Factor: Every new entry shifts the average. Strategy is key,will you post early or wait until the final minute to tip the scales? Only level 2 KYC or higher verified users will be eligible for the prize. Bets must have been made after 24/05/2026 - (12 pm) UTC. For payment, give us up to 72 hours from the end of the promotion. Timeframe: Only bets made after the start of this promotion are eligible. Only stake.com and official stake.com mirrors users will be eligible for the prize. Standard Terms: Stake reserves the right to disqualify any user for account abuse or multiple account usage. πŸ“ How to Enter: Post your entry in this thread using the following format: Paste your bet ID. Post only one valid bet ID per user. Examples of valid bet IDs: - house:123456789000 - casino:123456789000
  12. ⚑ Unlimited Community Pool ⚑ > Ends: 31/05/2026 @ (12 PM) GMT This isn't your average challenge. This is a Power-Up event where the community decides how big the prize pool gets. The more players strike, the higher the prize! 🎯 THE MISSION: Hit a multiplier of 70x or higher on: Pirate Mayhem Base Prize Pool: Starts at $500. minimum required bet amount is 0.20$ The Surge: Every single eligible entry adds +$15 to the total pool. No Cap: There is no limit to how high the pool can go! πŸ’° THE DISTRIBUTION: At the end of the event, the Total Final Pool will be split equally among ALL eligible participants. Example: If 100 players enter: Pool becomes $1,500 ($500 + $1,000). Each player gets $15. If 250 players enter: Pool becomes $3,000 ($500 + $2,500). Each player gets $12. The more people join, the bigger prize pool we generate together! Tips & Terms & Conditions: Bet must have been made after the commencement of this promotion. Bets must have been made after 24/05/2026 - (12 pm) UTC. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Do not change your linked account during the whole duration of the promotion. 10+ Post count on the forum. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification 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. Only stake.com and official stake.com mirrors users will be eligible for the prize. Prizes will be paid out via coupon, which will be posted as the last comment on this topic. Examples of valid bet IDs: - house:123456789000 - casino:123456789000
  13. :root{ --bg:#07111f; --card:rgba(10,20,38,0.75); --line:rgba(255,255,255,0.10); --text:#f5f7fb; --muted:#a7b4c9; --gold:#f7c948; --blue:#60a5fa; --red:#ff6b6b; --green:#3dd598; --shadow:0 20px 60px rgba(0,0,0,0.35); --radius:22px; } .dropdown-card{ margin-top:20px; } .dropdown-trigger{ display:flex; align-items:center; justify-content:center; text-align:center; font-weight:900; font-size:18px; cursor:pointer; color:#ffffff; margin-bottom:0; } .rules-list{ list-style:none; padding:0; margin:0; counter-reset: rule; display:flex; flex-direction:column; gap:10px; } .rules-list li{ position:relative; padding:14px 16px 14px 56px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); transition:all 0.25s ease; color:#dbe4ff; font-size:14px; line-height:1.6; } .rules-list li::before{ counter-increment: rule; content: counter(rule); position:absolute; left:14px; top:50%; transform:translateY(-50%); width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#f7c948,#ffdd7a); box-shadow:0 6px 14px rgba(247,201,72,0.18); } .rules-list li:hover{ transform:translateX(6px); background:rgba(247,201,72,0.06); border:1px solid rgba(247,201,72,0.35); box-shadow:0 10px 24px rgba(0,0,0,0.25); color:#ffffff; } body{ margin:0; font-family:Inter,Arial; background:linear-gradient(160deg,#040913,#07111f,#09182a); color:var(--text); } .wrap{ max-width:1100px; margin:20px auto; padding:20px; } .hero{ background:linear-gradient(135deg,rgba(247,201,72,0.10),transparent), var(--card); border:1px solid var(--line); border-radius:28px; padding:28px; box-shadow:var(--shadow); } .badge{ display:inline-block; padding:6px 14px; border-radius:999px; border:1px solid var(--line); background:rgba(255,255,255,0.04); font-size:13px; margin-bottom:10px; } h1{ font-size:42px; margin:10px 0; } .gold{color:var(--gold);} .lead{ color:var(--muted); line-height:1.6; max-width:800px; } /* WEAPON GRID */ .weapons{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:20px; } .weapon{ background:rgba(255,255,255,0.03); border:1px solid var(--line); border-radius:20px; padding:18px; transition:0.25s ease; position:relative; overflow:hidden; } .weapon:hover{ transform:translateY(-6px); border-color:rgba(247,201,72,0.3); box-shadow:0 20px 40px rgba(0,0,0,0.35); } .weapon h2{ margin:0 0 8px; font-size:18px; } .weapon .tag{ display:inline-block; font-size:12px; padding:4px 10px; border-radius:999px; margin-bottom:10px; border:1px solid var(--line); } .dagger{color:#3dd598;} .sword{color:#60a5fa;} .hammer{color:#ff6b6b;} .weapon strong{ display:block; font-size:22px; color:var(--gold); margin:6px 0; } .weapon p{ color:var(--muted); font-size:14px; line-height:1.5; } /* RULES */ .rules{ margin-top:18px; display:grid; grid-template-columns:1fr 1fr; gap:16px; } .card{ background:rgba(255,255,255,0.03); border:1px solid var(--line); border-radius:22px; padding:20px; } .card h3{ margin-top:0; } .rule{ margin-bottom:10px; color:var(--muted); font-size:14px; } .rule strong{ color:var(--text); } /* CTA */ .cta{ margin-top:20px; padding:18px; border-radius:20px; background:linear-gradient(135deg,rgba(247,201,72,0.10),rgba(255,255,255,0.03)); display:flex; justify-content:space-between; align-items:center; } .btn{ padding:12px 18px; background:linear-gradient(135deg,#f7c948,#ffd76a); color:#0b1424; font-weight:700; border-radius:12px; text-decoration:none; } @media(max-width:900px){ .weapons{grid-template-columns:1fr;} .rules{grid-template-columns:1fr;} } βš”οΈ Stake Arena Event Choose Your Weapon β€” Pick Your Path to Gold In this arena, every warrior chooses their fate. High risk, high reward, but only one path will lead to victory. May 24, 2026 - May 31, 2026 (12 pm UTC) #Dagger πŸ—‘οΈ Golden Dagger 60x Target $500 prize pool split among all Dagger warriors. Fast and efficient path. #Sword βš”οΈ Silver Sword 120x Target $1,500 prize pool split among Sword users. Balanced risk and reward. #Warhammer πŸ”¨ Mythic Warhammer 500x Target $3,000 prize pool split among legends. Extreme risk, massive reward. πŸ“œ Rules 1. Choose only one weapon (Your initial choice does not define your final goal ,you can edit the post at any time if you decide to switch to a harder pool.) 2. Minimum bet $0.20 (in any currency). 3. Only bets after post count 4. Bets must have been made after 24/05/2026 - 12 PM (UTC). πŸ“ How to Enter Post your weapon Bet ID in one message. Example: - Bet ID: 123456789 !!Your initial choice does not define your final goal , you can edit the post at any time if you decide to switch to a harder pool.!! 🎯 Weapon Slot Mapping πŸ—‘οΈ Golden Dagger (60x) Only on Stake Collection Fast-hit zone - low risk, high frequency multiplier potential. βš”οΈ Silver Sword (120x) Pocket Play β€” Bank Blast Balanced volatility - mid-tier grind with stronger payout ceiling. πŸ”¨ Mythic Warhammer (500x) Shady Lady β€” Sheeple Extreme volatility - legendary tier, highest risk / highest reward. Terms & Conditions β€” click to expand Bet must have been made after 24/05/2026 - 12 PM (UTC). Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake employees can not 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 promotion. 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.
  14. :root{ --card: rgba(10, 20, 38, 0.75); --line: rgba(255, 255, 255, 0.08); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --blue: #60a5fa; --yellow: #fbbf24; --shadow: 0 20px 60px rgba(0,0,0,0.45); } body{ margin: 0; font-family: 'Inter', Arial, sans-serif; background: linear-gradient(160deg, #040913, #07111f, #09182a); color: var(--text); } .wrap{ max-width: 1100px; margin: 20px auto; padding: 20px; } /* HERO */ .hero{ background: linear-gradient(135deg, rgba(247,201,72,0.06), transparent), var(--card); border: 1.5px solid rgba(247,201,72,0.3); border-radius: 28px; padding: 36px 28px; box-shadow: var(--shadow); position: relative; } .badge{ display: inline-block; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(247,201,72,0.3); background: rgba(247,201,72,0.06); font-size: 12px; font-family: monospace; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 16px; } h1{ font-size: clamp(24px, 4.2vw, 38px); margin: 10px 0 16px; font-weight: 900; letter-spacing: 0.03em; } .gold{ color: var(--gold); } .blue-text{ color: var(--blue); } .yellow-text{ color: var(--yellow); } .lead{ color: var(--muted); line-height: 1.6; max-width: 850px; margin: 0 auto; font-size: 15.5px; } .warning-bar { background: rgba(247, 201, 72, 0.1); border: 1px dashed var(--gold); padding: 12px; border-radius: 12px; text-align: center; font-weight: bold; font-size: 14.5px; color: #ffffff; margin: 20px 0 10px 0; } /* TEAMS / IMPACTS GRID */ .teams{ display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; } .team{ background: rgba(255,255,255,0.015); border-radius: 20px; padding: 24px; border: 1.5px solid var(--line); } .team.originals { border: 1.5px solid rgba(96, 165, 250, 0.25); } .team.slots { border: 1.5px solid rgba(251, 191, 36, 0.25); } .team h2{ margin: 0 0 14px; font-size: 20px; font-weight: 800; letter-spacing: 0.05em; display: flex; align-items: center; gap: 8px; } .originals h2{ color: var(--blue); } .slots h2{ color: var(--yellow); } .team p{ color: var(--muted); font-size: 14.5px; line-height: 1.6; margin-bottom: 10px; } .team p:last-child { margin-bottom: 0; } .team p strong { color: var(--text); } /* STANDARDIZED CARDS */ .card{ background: var(--card); border: 1.5px solid var(--line); border-radius: 22px; padding: 24px; margin-top: 18px; box-shadow: var(--shadow); } .card h3 { margin-top: 0; margin-bottom: 16px; font-size: 18px; font-weight: 800; display: flex; align-items: center; gap: 8px; } .rule{ margin-bottom: 12px; color: var(--muted); font-size: 14.5px; line-height: 1.6; } .rule:last-child { margin-bottom: 0; } .rule strong{ color: var(--text); } /* SCALING TABLE */ .scale-table { width: 100%; border-collapse: collapse; margin-top: 10px; font-size: 14.5px; } .scale-table th, .scale-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--line); } .scale-table th { color: var(--gold); font-family: monospace; text-transform: uppercase; font-size: 12px; letter-spacing: 0.05em; } .scale-table tr:last-child td { border-bottom: none; } /* DROPDOWN / TERMS & CONDITIONS */ .dropdown-card{ margin-top: 24px; } .dropdown-trigger{ display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 800; font-size: 13.5px; cursor: pointer; color: #ffffff; padding: 14px; background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 12px; user-select: none; } .rules-list{ list-style: none; padding: 0; margin: 14px 0 0; counter-reset: rule; display: flex; flex-direction: column; gap: 10px; } .rules-list li{ position: relative; padding: 14px 16px 14px 56px; border-radius: 14px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); color: #dbe4ff; font-size: 13.5px; line-height: 1.6; } .rules-list li::before{ counter-increment: rule; content: counter(rule, decimal-leading-zero); position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; font-family: monospace; color: #1a1a1a; background: linear-gradient(135deg, #f7c948, #ffdd7a); box-shadow: 0 4px 10px rgba(247,201,72,0.2); } @media(max-width:900px){ .teams{grid-template-columns:1fr;} } ⚑ $3000 Double Impact: Dual Challenge ⚑ DOUBLE IMPACT Dual Challenge Event Welcome to Double Impact. This week, it’s not enough to just be lucky on Originals; you need to prove your strength on the slots as well. Complete both requirements to claim your share of the prize pool! πŸ“… Ends: 28/05/2026 @ (12 PM) GMT ⚠️ You have to hit both impacts to be eligible for the promo! 1️⃣ IMPACT ONE: DICE Requirement: Win a bet playing Dice by hitting exactly 15.00 (roll number). Bet ID Constraint: Must end in 1, 2, 3, 4 or 5. Min Bet: Free to play 2️⃣ IMPACT TWO: SAKURA Requirement: Hit a multiplier of 305.55x or higher. Eligible Game: Sakura by LaserPVP Min Bet: $0.10 USD πŸ’° Regular Prize Pool(s) (Based on unique players) Participants Count Total Prize Pool Minimum Base Pool $300 If over 30 participants $700 If over 40 participants $900 If over 100 participants $1,500 If over 200 participants $2,000 If over 500 participants $3,000 πŸ† Prize Pool Distribution All players who complete the challenge in the next 7 days, will get a share in the prize pool! There is no limit to the number of winners. Bets must have been made after 21/05/2026 - (12 pm) UTC. πŸ“ How to Enter Respond to this topic, and post your bet IDs. Only one valid bet ID entry per player is required to claim your share. πŸ’‘ Examples of valid bet IDs: β€’ house:123456789000 β€’ casino:123456789000 Tips & Terms & Conditions β€” Click to Expand Bets must have been made after 21/05/2026 - (12 pm) UTC. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Do not change your linked account during the whole duration of the promotion. 10+ Post count on the forum. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification 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. Only stake.com and official stake.com mirrors users will be eligible for the prize. Prizes will be paid out via coupon, which will be posted as the last comment on this topic.
  15. :root{ --card: rgba(10, 20, 38, 0.75); --line: rgba(255, 255, 255, 0.08); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --blue: #60a5fa; --yellow: #fbbf24; --shadow: 0 20px 60px rgba(0,0,0,0.45); } body{ margin: 0; font-family: 'Inter', Arial, sans-serif; background: linear-gradient(160deg, #040913, #07111f, #09182a); color: var(--text); } .wrap{ max-width: 1100px; margin: 20px auto; padding: 20px; } /* HERO */ .hero{ background: linear-gradient(135deg, rgba(247,201,72,0.06), transparent), var(--card); border: 1.5px solid rgba(247,201,72,0.3); border-radius: 28px; padding: 36px 28px; box-shadow: var(--shadow); position: relative; } .badge{ display: inline-block; padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(247,201,72,0.3); background: rgba(247,201,72,0.06); font-size: 12px; font-family: monospace; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 16px; } h1{ font-size: clamp(28px, 4.5vw, 42px); margin: 10px 0 16px; font-weight: 900; letter-spacing: 0.03em; } .gold{ color: var(--gold); } .blue-text{ color: var(--blue); } .yellow-text{ color: var(--yellow); } .lead{ color: var(--muted); line-height: 1.6; max-width: 850px; margin: 0 auto; font-size: 15.5px; } /* TEAMS GRID */ .teams{ display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; } .team{ background: rgba(255,255,255,0.015); border-radius: 20px; padding: 24px; transition: transform 0.22s ease, box-shadow 0.22s ease; } .team:hover { transform: translateY(-4px); } .team.originals { border: 1.5px solid rgba(96, 165, 250, 0.25); } .team.originals:hover { border-color: var(--blue); box-shadow: 0 12px 30px rgba(96, 165, 250, 0.15); } .team.slots { border: 1.5px solid rgba(251, 191, 36, 0.25); } .team.slots:hover { border-color: var(--yellow); box-shadow: 0 12px 30px rgba(251, 191, 36, 0.15); } .team h2{ margin: 0 0 14px; font-size: 20px; font-weight: 800; letter-spacing: 0.05em; display: flex; align-items: center; gap: 8px; } .originals h2{ color: var(--blue); } .slots h2{ color: var(--yellow); } .team p{ color: var(--muted); font-size: 14.5px; line-height: 1.6; margin-bottom: 10px; } .team p:last-child { margin-bottom: 0; } .team p strong { color: var(--text); } /* STANDARDIZED CARDS */ .card{ background: var(--card); border: 1.5px solid var(--line); border-radius: 22px; padding: 24px; margin-top: 18px; box-shadow: var(--shadow); } .card h3 { margin-top: 0; margin-bottom: 16px; font-size: 18px; font-weight: 800; display: flex; align-items: center; gap: 8px; } .rule{ margin-bottom: 12px; color: var(--muted); font-size: 14.5px; line-height: 1.6; } .rule:last-child { margin-bottom: 0; } .rule strong{ color: var(--text); } /* DROPDOWN / TERMS & CONDITIONS */ .dropdown-card{ margin-top: 24px; } .dropdown-trigger{ display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 800; font-size: 13.5px; cursor: pointer; color: #ffffff; padding: 14px; background: rgba(255,255,255,0.03); border: 1px solid var(--line); border-radius: 12px; user-select: none; transition: background 0.2s, border-color 0.2s; } .dropdown-trigger:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.2); } .rules-list{ list-style: none; padding: 0; margin: 14px 0 0; counter-reset: rule; display: flex; flex-direction: column; gap: 10px; } .rules-list li{ position: relative; padding: 14px 16px 14px 56px; border-radius: 14px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); transition: all 0.25s ease; color: #dbe4ff; font-size: 13.5px; line-height: 1.6; } .rules-list li::before{ counter-increment: rule; content: counter(rule, decimal-leading-zero); position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; font-family: monospace; color: #1a1a1a; background: linear-gradient(135deg, #f7c948, #ffdd7a); box-shadow: 0 4px 10px rgba(247,201,72,0.2); } .rules-list li:hover{ transform: translateX(6px); background: rgba(247,201,72,0.05); border: 1px solid rgba(247,201,72,0.3); box-shadow: 0 10px 24px rgba(0,0,0,0.25); color: #ffffff; } @media(max-width:900px){ .teams{grid-template-columns:1fr;} } βš–οΈ Let's get ready for a battle! THE SCALE Originals vs Slots Two forces. One massive prize pool. Every qualifying hit contributes to your team's score. The side that tips the scales with more points walks away with the lion's share! πŸ“… May 21st β€” May 28th ⏱️ Event Starts/Ends: 12:00 PM UTC πŸ”΅ TEAM ORIGINALS Target Multiplier: 180x+ Eligible Game: Blue Samurai Every single qualifying hit adds 1 point to Team Originals. Defend the home turf! 🟑 TEAM SLOTS Target Multiplier: 80x+ Eligible Game: Psycho Heroes Every single qualifying hit adds 1 point to Team Slots. Spin to win! πŸ’° Prize Pool Distribution πŸ† Winning Team ($2,000): Split equally among all contributing players of the victorious side. πŸ₯ˆ Runner-up Team ($500): Split equally among all contributing players of the runner-up side.(if there's 30 + eligible users) πŸ“œ Entry Rules 1. Pick Your Side: You must choose and lock into only one team for the duration of the event. 2. Mandatory Hashtag: Your entry reply must include either #TeamOriginals or #TeamSlots. 3. Minimum Bet: Must be $0.20 USD (or equivalent in any currency) to be counted. 4. Single Entry Limits: Only one valid entry post per user is allowed. 5. Requirements: Level 2 KYC verification or higher is strictly required. 6. Valid Window: Only bets made after 21/05/2026 @ 12 PM (UTC) are eligible. πŸ“ How to Enter Post your exact Bet ID along with your chosen Team Hashtag in a single reply message below. πŸ’‘ Example Entry: "Let's go Originals! #TeamOriginals casino:123456789" Terms & Conditions β€” Click to Expand Bets must have been made after 21/05/2026 12 PM (UTC). Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirror 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, please allow up to 72 hours from the end of the promotion. 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 thread.
  16. :root { --gold: #f7c948; --volt: #00e5ff; --card: rgba(10, 20, 38, 0.75); --text: #f5f7fb; --muted: #a7b4c9; --bg: #060d1a; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: var(--bg); background-image: radial-gradient(ellipse at 15% 10%, rgba(247,201,72,0.02) 0%, transparent 55%), radial-gradient(ellipse at 85% 90%, rgba(0,229,255,0.02) 0%, transparent 55%); color: var(--text); font-family: Georgia, 'Times New Roman', serif; min-height: 100vh; padding: 28px 16px 48px; } /* ========== KEYFRAMES (SMANJENI I UBLAΕ½ENI SJAJ) ========== */ @keyframes electricPulse { 0%, 100% { box-shadow: 0 2px 6px rgba(0,229,255,0.12), inset 0 0 4px rgba(0,229,255,0.04); } 50% { box-shadow: 0 4px 12px rgba(0,229,255,0.22), inset 0 0 6px rgba(0,229,255,0.08); } } @keyframes goldPulse { 0%, 100% { box-shadow: 0 2px 6px rgba(247,201,72,0.12), inset 0 0 4px rgba(247,201,72,0.04); } 50% { box-shadow: 0 4px 12px rgba(247,201,72,0.22), inset 0 0 6px rgba(247,201,72,0.08); } } @keyframes goldFlicker { 0%, 91%, 95%, 99%, 100% { text-shadow: 0 1px 2px rgba(247,201,72, 0.3); opacity: 1; } 92% { text-shadow: none; opacity: 0.85; } 93% { text-shadow: 0 0 4px var(--gold); opacity: 1; } 96% { text-shadow: none; opacity: 0.8; } 97% { text-shadow: 0 0 3px rgba(247,201,72, 0.2); opacity: 1; } 98% { text-shadow: none; opacity: 0.9; } } @keyframes meterGlow { 0%, 100% { opacity: 0.7; box-shadow: 0 0 3px rgba(0,229,255,0.3); } 50% { opacity: 1; box-shadow: 0 0 6px rgba(0,229,255,0.6); } } @keyframes shimmer { 0% { background-position: -250% center; } 100% { background-position: 250% center; } } @keyframes arcTravel { 0% { left: -18%; opacity: 0; } 8% { opacity: 1; } 88% { opacity: 1; } 100% { left: 110%; opacity: 0; } } @keyframes goldBoltPulse { 0%, 100% { transform: scale(1); filter: drop-shadow(0 1px 1px rgba(247,201,72,0.3)); } 50% { transform: scale(1.1); filter: drop-shadow(0 2px 4px rgba(247,201,72,0.5)); } } @keyframes scanline { from { background-position: 0 0; } to { background-position: 0 4px; } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @keyframes borderFlash { 0%, 100% { border-color: rgba(0,229,255,0.18); } 50% { border-color: rgba(0,229,255,0.45); } } /* ========== LAYOUT ========== */ .forum-post { max-width: 860px; margin: 0 auto; animation: fadeInUp 0.7s ease forwards; } .section-gap { margin-top: 20px; } /* ========== SECTION HEADER ========== */ .section-header { display: flex; align-items: center; gap: 10px; font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--volt); margin: 24px 0 10px; } .section-header::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, rgba(0,229,255,0.2), transparent); } /* ========== HERO CARD ========== */ .hero-card { background: var(--card); border: 1.5px solid rgba(247,201,72,0.3); border-radius: 14px; padding: 36px 32px 26px; position: relative; overflow: hidden; animation: goldPulse 3.2s ease-in-out infinite; backdrop-filter: blur(14px); } .hero-card::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient( to bottom, transparent 0px, transparent 3px, rgba(247,201,72,0.01) 3px, rgba(247,201,72,0.01) 4px ); pointer-events: none; z-index: 1; animation: scanline 0.09s linear infinite; } .hero-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 15% 15%, rgba(247,201,72,0.02) 0%, transparent 55%), radial-gradient(ellipse at 85% 85%, rgba(247,201,72,0.01) 0%, transparent 55%); pointer-events: none; z-index: 0; } .hero-card > * { position: relative; z-index: 2; } /* Precision Badge */ .precision-badge { position: absolute; top: 16px; right: 18px; background: rgba(247,201,72,0.04); border: 1px solid rgba(247,201,72,0.4); color: var(--gold); font-size: 9.5px; font-family: 'Courier New', monospace; letter-spacing: 0.18em; text-transform: uppercase; padding: 4px 11px; border-radius: 4px; z-index: 3; animation: goldPulse 2.4s ease-in-out infinite; } /* Title row */ .hero-title-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 6px; margin-bottom: 14px; } .hero-title-text { font-size: clamp(20px, 3.8vw, 30px); font-weight: bold; font-family: Georgia, serif; color: var(--gold); letter-spacing: 0.04em; line-height: 1.2; animation: goldFlicker 6s ease-in-out infinite; } .bolt-wrap { display: inline-flex; align-items: center; animation: goldBoltPulse 2.2s ease-in-out infinite; color: var(--gold); flex-shrink: 0; } .bolt-wrap.delayed { animation-delay: 0.6s; } .hero-subtitle { color: var(--muted); font-size: 13.5px; font-style: italic; line-height: 1.65; margin-bottom: 20px; max-width: 660px; } /* Countdown row */ .countdown-row { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; flex-wrap: wrap; } .countdown-label { font-family: 'Courier New', monospace; font-size: 10px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; } .end-date-tag { font-family: 'Courier New', monospace; font-size: 11.5px; color: var(--gold); background: rgba(247,201,72,0.03); border: 1px solid rgba(247,201,72,0.2); padding: 4px 11px; border-radius: 4px; } /* ========== SEPARATOR ========== */ .elec-separator { position: relative; height: 2px; background: linear-gradient( 90deg, transparent 0%, rgba(247,201,72,0.12) 15%, rgba(247,201,72,0.25) 50%, rgba(247,201,72,0.12) 85%, transparent 100% ); margin: 20px 0; overflow: hidden; border-radius: 2px; } .elec-separator::after { content: ''; position: absolute; top: -3px; width: 18%; height: 8px; background: linear-gradient(90deg, transparent, rgba(247,201,72,0.5), #ffffff, rgba(247,201,72,0.5), transparent); border-radius: 4px; animation: arcTravel 2.8s ease-in-out infinite; box-shadow: 0 0 3px rgba(247,201,72, 0.5); } /* ========== GAME INFO ========== */ .game-info-row { display: flex; gap: 28px; flex-wrap: wrap; margin-bottom: 12px; } .game-info-item { display: flex; flex-direction: column; gap: 2px; } .game-info-label { color: var(--muted); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Courier New', monospace; } .game-info-value { font-size: 13px; color: var(--text); } .game-info-value a { color: var(--gold); text-decoration: none; font-weight: bold; transition: text-shadow 0.2s; } .game-info-value a:hover { text-shadow: 0 0 3px rgba(247,201,72,0.3); text-decoration: underline; } .hero-desc { color: var(--muted); font-size: 13px; line-height: 1.65; margin-top: 12px; padding: 10px 14px; border-left: 2.5px solid rgba(247,201,72,0.3); background: rgba(247,201,72,0.02); border-radius: 0 6px 6px 0; } .inline-volt { color: var(--volt); font-weight: bold; } .inline-gold { color: var(--gold); font-weight: bold; } /* ========== ZONE GRID ========== */ .zone-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 6px 0 4px; } @media (max-width: 620px) { .zone-grid { grid-template-columns: 1fr; } } .zone-card { background: var(--card); border-radius: 10px; padding: 22px 16px 18px; text-align: center; transition: transform 0.22s ease, box-shadow 0.22s ease; cursor: default; position: relative; overflow: hidden; } .zone-card.volt-zone { border: 1.5px solid rgba(0,229,255,0.2); animation: electricPulse 3.4s ease-in-out infinite; } .zone-card.volt-zone:nth-child(3) { animation-delay: 0.8s; } .zone-card.gold-zone { border: 1.5px solid rgba(247,201,72,0.2); animation: goldPulse 3.4s ease-in-out infinite 0.4s; } .zone-card:hover { transform: translateY(-4px); } .zone-card.volt-zone:hover { box-shadow: 0 4px 12px rgba(0,229,255,0.12), 0 6px 16px rgba(0,0,0,0.4); border-color: rgba(0,229,255,0.5); } .zone-card.gold-zone:hover { box-shadow: 0 4px 12px rgba(247,201,72,0.12), 0 6px 16px rgba(0,0,0,0.4); border-color: rgba(247,201,72,0.5); } .zone-card-icon { display: flex; justify-content: center; margin-bottom: 10px; } .zone-card-icon svg { filter: drop-shadow(0 1px 1px currentColor); } .zone-title { font-size: 11px; font-weight: bold; letter-spacing: 0.16em; text-transform: uppercase; font-family: 'Courier New', monospace; margin-bottom: 8px; } .zone-title.cvolt { color: var(--volt); } .zone-title.cgold { color: var(--gold); } .zone-target-label { font-size: 10px; font-family: 'Courier New', monospace; color: var(--muted); margin-bottom: 6px; } .zone-target-val { font-size: 14px; font-weight: bold; font-family: 'Courier New', monospace; margin-bottom: 10px; } .zone-target-val.cvolt { color: var(--volt); } .zone-target-val.cgold { color: var(--gold); } .zone-desc { font-size: 11.5px; color: var(--muted); line-height: 1.5; margin-bottom: 10px; } .zone-prize { font-size: 15px; font-weight: bold; margin-top: 6px; } .zone-prize.cvolt { color: var(--volt); } .zone-prize.cgold { color: var(--gold); } /* ========== VOLTAGE METER ========== */ .voltage-meter-card { background: var(--card); border: 1.5px solid rgba(0,229,255,0.15); border-radius: 10px; padding: 24px 24px 20px; position: relative; overflow: hidden; animation: borderFlash 4s ease-in-out infinite; } .voltage-meter-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(0,229,255,0.02) 0%, transparent 70%); pointer-events: none; } .meter-title { font-size: 10.5px; font-family: 'Courier New', monospace; letter-spacing: 0.18em; text-transform: uppercase; color: var(--volt); margin-bottom: 20px; text-align: center; } .meter-bar-outer { position: relative; margin: 24px 8px 0; padding-top: 28px; } .meter-bar { position: relative; height: 30px; border-radius: 8px; overflow: visible; display: flex; } .meter-seg-out { width: 14%; height: 100%; background: rgba(167,180,201,0.09); position: relative; } .meter-seg-out.left { border-radius: 8px 0 0 8px; } .meter-seg-out.right { border-radius: 0 8px 8px 0; } .meter-seg-target { flex: 1; height: 100%; background: linear-gradient(90deg, rgba(0,229,255,0.04) 0%, rgba(0,229,255,0.12) 50%, rgba(0,229,255,0.04) 100% ); display: flex; align-items: center; justify-content: center; font-size: 10px; font-family: 'Courier New', monospace; color: var(--volt); letter-spacing: 0.08em; white-space: nowrap; position: relative; } .meter-boundary { position: absolute; top: -14px; bottom: -8px; width: 2.5px; background: var(--volt); border-radius: 2px; animation: meterGlow 2s ease-in-out infinite; } .meter-boundary.bleft { left: 14%; } .meter-boundary.bright { left: calc(86% - 2.5px); } .meter-boundary-lbl { position: absolute; top: -26px; left: 50%; transform: translateX(-50%); font-size: 9px; font-family: 'Courier New', monospace; color: var(--volt); white-space: nowrap; } .meter-floor-labels { display: flex; justify-content: space-between; margin-top: 26px; font-size: 9.5px; font-family: 'Courier New', monospace; color: var(--muted); } .meter-floor-labels .cz { color: var(--volt); } .meter-examples { margin-top: 18px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; align-items: center; } .meter-examples-label { font-size: 10px; font-family: 'Courier New', monospace; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; width: 100%; text-align: center; margin-bottom: 2px; } .ex-tag { font-size: 11px; font-family: 'Courier New', monospace; padding: 4px 11px; border-radius: 4px; } .ex-tag.valid { border: 1px solid rgba(0,229,255,0.22); background: rgba(0,229,255,0.04); color: var(--volt); } .ex-tag.invalid { border: 1px solid rgba(167,180,201,0.12); background: rgba(167,180,201,0.03); color: var(--muted); text-decoration: line-through; opacity: 0.6; } /* ========== HOW TO ENTER BAR ========== */ .enter-bar { background: var(--card); border: 1.5px solid rgba(0,229,255,0.15); border-left: 3px solid var(--volt); border-radius: 8px; padding: 16px 20px; font-size: 13px; line-height: 1.7; position: relative; overflow: hidden; } .enter-bar::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,229,255,0.02) 0%, transparent 40%); pointer-events: none; } .enter-bar-title { color: var(--volt); font-weight: bold; font-family: 'Courier New', monospace; letter-spacing: 0.1em; font-size: 11px; text-transform: uppercase; margin-bottom: 8px; } .enter-bar p { color: var(--muted); font-size: 12.5px; } .enter-bar p strong { color: var(--text); } .valid-formats { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; } .fmt-label { font-size: 10px; font-family: 'Courier New', monospace; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; } .fmt-tag { font-family: 'Courier New', monospace; font-size: 11px; padding: 3px 10px; border-radius: 4px; background: rgba(0,229,255,0.04); border: 1px solid rgba(0,229,255,0.2); color: var(--volt); } /* ========== PRIZE CARD ========== */ .prize-card { background: var(--card); border: 1.5px solid rgba(247,201,72,0.2); border-radius: 12px; padding: 26px 24px 22px; animation: goldPulse 4.5s ease-in-out infinite; } .prize-card-title { font-size: 16px; font-weight: bold; color: var(--gold); margin-bottom: 18px; text-align: center; letter-spacing: 0.04em; } .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } @media (max-width: 540px) { .info-grid { grid-template-columns: 1fr; } } .info-subcard { border-radius: 8px; padding: 18px 16px; position: relative; overflow: hidden; } .info-subcard::before { content: ''; position: absolute; inset: 0; background: linear-gradient( 120deg, transparent 30%, rgba(255,255,255,0.02) 50%, transparent 70% ); background-size: 260% 100%; animation: shimmer 3.5s linear infinite; pointer-events: none; z-index: 0; } .info-subcard > * { position: relative; z-index: 1; } .info-subcard.low-volt { border: 1.5px solid rgba(0,229,255,0.25); background: rgba(0,229,255,0.02); animation: electricPulse 3.5s ease-in-out infinite 0.5s; } .info-subcard.high-gold { border: 1.5px solid rgba(247,201,72,0.25); background: rgba(247,201,72,0.02); animation: goldPulse 3.5s ease-in-out infinite; } .subcard-title { font-size: 10.5px; font-weight: bold; letter-spacing: 0.16em; text-transform: uppercase; font-family: 'Courier New', monospace; margin-bottom: 10px; } .subcard-title.cvolt { color: var(--volt); } .subcard-title.cgold { color: var(--gold); } .subcard-prize-amount { font-size: 22px; font-weight: bold; margin-bottom: 4px; } .subcard-prize-amount.cvolt { color: var(--volt); } .subcard-prize-amount.cgold { color: var(--gold); } .subcard-body { font-size: 12px; color: var(--muted); line-height: 1.6; } .subcard-badge-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; } .num-badge { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(0,229,255,0.05); border: 1.5px solid rgba(0,229,255,0.5); color: var(--volt); font-size: 9.5px; font-family: 'Courier New', monospace; font-weight: bold; flex-shrink: 0; } .num-badge.gold-badge { background: rgba(247,201,72,0.05); border-color: rgba(247,201,72,0.5); color: var(--gold); } /* ========== T&C DROPDOWN ========== */ .tc-details { background: var(--card); border: 1.5px solid rgba(0,229,255,0.12); border-radius: 10px; overflow: hidden; } .tc-summary { padding: 14px 20px; cursor: pointer; font-family: 'Courier New', monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--volt); display: flex; align-items: center; gap: 10px; user-select: none; list-style: none; transition: background 0.2s; } .tc-summary::-webkit-details-marker { display: none; } .tc-summary:hover { background: rgba(0,229,255,0.02); } .tc-content { padding: 0 20px 16px; border-top: 1px solid rgba(0,229,255,0.05); } .tc-list { list-style: none; counter-reset: tc; margin-top: 6px; } .tc-list li { counter-increment: tc; font-size: 12px; color: var(--muted); line-height: 1.65; padding: 7px 0; border-bottom: 1px solid rgba(0,229,255,0.04); display: flex; gap: 12px; align-items: flex-start; } .tc-list li:last-child { border-bottom: none; } .tc-list li::before { content: counter(tc, decimal-leading-zero); font-family: 'Courier New', monospace; font-size: 9.5px; color: var(--volt); flex-shrink: 0; margin-top: 2px; background: rgba(0,229,255,0.04); padding: 2px 6px; border-radius: 3px; border: 1px solid rgba(0,229,255,0.15); } /* ========== FOOTER ========== */ .forum-footer { text-align: center; margin-top: 28px; font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: 0.14em; color: var(--muted); opacity: 0.6; } PRECISION EVENT The Voltage: Precision Overload This isn't about the biggest hit β€” it's about the closest shot. Two target zones, ten winners, zero room for error. Time Remaining: Ends: 28/05/2026 @ 12:00 PM UTC Eligible Game Tiki Elements by BGaming Minimum Bet $0.10 USD Valid Multiplier Range 300.05x β€” 1103.70x To qualify, your multiplier must land within the 300.05x – 1103.70x range. The five players whose results are closest to 300.05x from above win the Low Voltage pool, while the five closest to 1103.70x from below claim the High Voltage pool. Any multiplier outside this corridor is disqualified. Competition Zones LOW Low Voltage Target Boundary 300.05x Closest multiplier to 300.05x from above. Top 5 players qualify. $100 each Target Zone Valid Range 300.05x β€” 1103.70x Your multiplier must land inside this corridor to be eligible. Outside = disqualified. Valid Zone HIGH High Voltage Target Boundary 1103.70x Closest multiplier to 1103.70x from below. Top 5 players qualify. $200 each Precision Target Visualiser Precision Target Zone β€” Multiplier Range Visualiser TARGET ZONE 300.05x β€” 1103.70x 300.05x 1103.70x 0x (Min) Low Border High Border ∞ (Max) Quick Examples 300.06x (Valid) 750.00x (Valid) 1103.65x (Valid) 299.90x (Out) 1105.00x (Out) Registration Requirements How to Enter Post your winning Bet ID in this thread. Your post must follow one of the valid formats below to be processed correctly by our system. Submissions with text-only or wrong formats will be ignored. Valid Formats: casino:12345678901 Screenshoot(Optional) Prize Distribution $1,500 USD Total Prize Pool Low Voltage Pool $500 Split equally among the 5 closest valid hits above 300.05x. 1st 2nd 3rd 4th 5th High Voltage Pool $1,000 Split equally among the 5 closest valid hits below 1103.70x. 1st 2nd 3rd 4th 5th Terms & Conditions Terms & Conditions β€” Click to Expand Bets must have been made after 21/05/2026 at (12 PM) UTC. Eligible game: Tiki Elements by BGaming. Minimum bet: $0.10 USD or equivalent. Target zone: 300.05x to 1103.70x. Multipliers outside this range are disqualified. Only your single best qualifying bet counts. In case of a tie, the player who posted first takes the higher rank. If you hit a better multiplier, edit your original post. Multiple posts result in disqualification. Only level 2 KYC or higher verified users are eligible. Stake employees cannot participate. This does not apply to moderators. Only Stake.com and official mirrors are eligible. Any player using multiple accounts will not be eligible. Stake reserves the right to disqualify any user due to promotion or account abuse. For payment, allow up to 72 hours from the end of the promotion. Winners will be contacted via support. Prizes are distributed as a coupon and announced in the final post. β€” The Voltage: Precision Overload | Stake Community Promotion β€”
  17. πŸŽ‰ Congratulations πŸŽ‰ Shoutout to the Top 8 Players who conquered all 5 progressive levels! You can claim prizes on the link below until the 20th of Ju20ne! Rank Username Progress 1 daffyducky 5 / 5 Levels 2 droz 5 / 5 Levels 3 daredddd 5 / 5 Levels 4 Kartenstapel 5 / 5 Levels 5 jw888888 5 / 5 Levels 6 SalsaBotanera 5 / 5 Levels 7 quntti 5 / 5 Levels 8 molasqw 5 / 5 Levels CLAIM HERE
  18. Hexxie791 NurEinenZehner mayangsari7 ArnavStronger 80kg6foot9inch rapido777X Flaviendu74 LecheMoiLDar gillisyo Luckyshmaky Renebraaa CRAM555 Aa133268 Sirk23 KaleBud atusaki1230 jonnybr111 Paobela12 wavvez69 Wokchoi crazyrich Manyellow alexermk rumi0202 alwa Krawiwi Sebasturba31 gaudytuber Whaaaaaaat LittleM1 LuckiestMF xiTaLo97x VoisH AdityaAiku Heinzkeinz Gb1986 lotritham Teo1oli2 8888basti8888 npoint72 tantan25 VivaanAlucard Trainwrecks19 rstnzy Maik2k SalsaBotanera NikeKnox386 coolbogey Floboul9 Mc1013101 droz Balu919 mazououss PjuckenTv unchicomas Amybat09 diodeath Kunalswamii reacbpmmv5 angka0404 Johnk1926 HisokaStake69 aaronhsieh gibsongk JustRunBetter Bbnteam99 SpiritWardy CynepX Kamarta sigurdsun wiximini Madmarini Michael14444 Arrach59 Tequitos30 xinoz cyphergambles gambler2225 Trialic1 KennyB76 theDonDri kosmos2 Elena21 jartexx Cryomastix trombing Dumbrandy Awan0903 Leejang0713 Craftybetz MuitoLizo locbtc123 bigSharks daffyducky semrayc jupeherne phredrik limon228666 Omer1238 didi653653 paradogbox Kabir5ypli Beuing Omezgo36 7boom duSau Svetlovolosik Sintho SUPERABDI Garroxy AppleLucker lukablade staking42 oldasur Applejunkie4 mooster phopholunch cobra3 emyne zuxel buddha3 parancipala Lofgren12 Myrayast mccdartney chamuchamu Fortitudo Ahmadch772 lakssiouar Scarletyui Mavie0215 N1cl3s bvfawd127z Malakief z1dd bb88888888 ulillamri7 Dancer88 9688fram pinkpug Orkun61 DustCost408z Mazinou08 wheelyboy321 Neolys34 tontonfab45 RiyaeijaNl nico0722 hongalbe pluskemoi CASINOGRIND gadjiman Ayaansfarupl akhilchandir daredddd antegbg Kerch228 losty4g Smitahjcail Pelsik Quentin02 TOTIKU huispaaja Stephb95 Goech RMK Danillo83 Yzr mrbelphy danoninoeth Pasquale miikaairas molasqw MasterK18 Manuelz ImHayze takagizzzz sebapensiero AntoCatraz Maooo69 neoz AbuNabil95 Menang sizzlinghotx M1kiki lucktero67 amerikqn BaiiGG PTI804 Akfix 졜경호 Zenboah DAMNBEAST winwin69 rHaxposed primelewis Hahahihi89 zlatan61 yokcashya Talkohz SpiritSurf Pattmars NithyafcShetpm Mitschel24 Mines99vip Pegiso Lucas1A pawciozek highsstakes Irfan16 TinyBalls dvgurevich Parm84 qaz0130 Laron 吕小撅 kishidan127 Lalita3avhm VRgod2023 astraxl Manpuncher Ohthespot Pepolawa Pistola Zoltan EstingMyFood sschaka SkeyZ Buny1 Kitpu96 dmtbongtoker dkthohojo KafiyeAk Dontskemthem Nehanfplm danxfps darwin2k lucique gaslipstick MrBearcocktail thericelife chuachunkang Ameobi lazz0808 kaiza00 Don139 Mouune2209 Hasby23 kiemtienonlai gelmeshelme prettylorna05 Abdie0211 Rhukz MrSquanchy Rutukka CasinoJo3 Golden999 Ne6Mestniy jw888888 marx1196 gffffdss bigmacandfries Crkipas SwipeClean Lapince42 Manisharpvf Xholizi PotProfessor Afrodita100 edenong JV034 draksul81 Farmyukio appikuttan123 yanboumanbou77 Bitcouille Julio29303 Baderboo krishpotpot ε˜Žζ‘‘ζ‰Žθ₯Ώ Elhamidibet nowloading straight055 Hitman0407 ZottiderSotti karpiakter321 francomorgans yasep39 CraigJ wangisekali Izzuru13 caralhudo21cm 1247oxi3pdug4yo Skutsijoni Avni1hauio NehaPowerfull KOKOKKEE32 MrBuffUnicorn extou Jamiel0283 zizdookick Sal7ed77 burritoboy Neilruax vantherman SIMAY Mastro94 setic rapide Hkiru98 Joseniro76 Ryderistic PiniaGofman Alparslan1 davecee333 Tat40hk padfur128 平拉出ε₯‡θΉŸ lancia1 Mannick ZeroArmorTV Friskypinapple Woodheaded adeku66 markusma florentalaj nerrxwh Painofexile1 Hachtel Falapark21 SadOne ColdSummer oddsennuNO Ananyasmy tedkimppa kylianmbappe9 Akshohil Dalhatumusa vndusdt Felins Ray2506 ToTaLMineR Raidz777 rhcm34 Thortzz mossferasf321 LuckAkarinKai dripoleonz Alison8z GTR7589 wszxc777 WhiteJuice Ishaliaup PapaHeroo omnbvgfase09 EkhoBait wenerek WannWoWie Dunnitrix Enigmanoishi abyssviver lektor2010 quntti Solon TheDezzz spacecowboy24 ζˆ‘ζƒ³ε‘θ΄’ 15966972816 zerka69 maxchen3571 koyukikoyuki K7DeQQ realperen xMWOx Julian2110 teremokk11 Zip3r56 smileleo SwePokerNinja sadlysnorkel Joe420 Saanvifdli mumbAAA Shubii017 karouna redi1995 HeyMichael Moris1 z4k doertsch21 vietql2 licensetob4ng wenwende12 Mattritch bachellete Romaindu490 joker123777 kayneeh91 SuggaDaddy Nippeliina s4uron83 NikosMponamas lepaffdenostra Paoran blindmelon1977 BirdsAintReal pookynio donpo111 MrQoobs Casinokoni74 Malva11 yasan0422 Greyirshad quesoking Fulkes4Chris Ishaan5dum ChattyChakou rmdilaura2 cvz9 Marta6882 2chainzfoo 이상아 SAMSA217 Kartenstapel nosch123 Nexokane Bloomtunez Майлс StevieBear117 menos1menos1 AtharvTitan WestWestern3 walnutrolls161 jiuyiqiji Sandhyagzk Tchutiii987Tah Marcussandoy Caffem tehpjltm137 kir8954 Meera5nkipm ClaudiaK87 caspervonb vlonegoat Yassineadw Bedada Haagenwest fayslecochon ak86886 Siennishka legomath LoskiY Karnal1992 Delagzi Panarabbit1 blost3 Ntg2301 obei RohanxzitB μ •ν˜•μ§„ Explodingsugar swc babalooa KaiSeyo AnanyaBright Draymoment amirhosabx1 misterbejo AtharvFighter Giermistrz jmjmj InfiDaK1ng SHIBIOST NotEnea fruitpartychef
  19. 🎯 Weekend Hunt Winners 🎯 You can claim your prizes using the link below until June 17th! Place Username Prize 1 swc $100 2 droz $100 3 sasor $100 4 Ninja988 $100 5 xiTaLo97x $100 6 kaitalow $20 7 jiggsywinky $20 8 Kartenstapel $20 9 ockgie $20 10 chuachunkang $20 11 molasqw $20 12 dvgurevich $20 13 kosmos2 $20 14 GoGoGamblers $20 15 Scarletyui $20 16 ZeroArmorTV $20 17 Sirk23 $20 18 daffyducky $20 19 Asimz $20 20 poky1084 $20 21 Tat40hk $20 22 ImProSpin $20 23 realperen $20 24 SwePokerNinja $20 25 AlSawwad $20 26 ido777 $20 27 skymonik $20 28 sigurdsun $20 29 daredddd $20 30 WannWoWie $20 CLAIM HERE
  20. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 17th of June! Place Username Multiplier Prize 1 Sirk23 9250.5x $100.00 2 ImProSpin 6764.2x $100.00 3 GogoBloom 6452.4x $100.00 4 pAsi777 2892.7x $100.00 5 ksitnebo69 1574.4x $100.00 CLAIM HERE View the full list HERE
  21. You can claim prizes on the link below until the 17th of June! CLAIM HERE Make sure you are logged in to the proper account. Wow. Congrats to the 121 winners!
  22. Thief In The Palace chenchen1314 322.00Γ— / house:476974342343 Maxitr67 $4,725.00 / house:476416261536 Sheeple daffyducky 4,468.00Γ— / house:477927799952 Seriff $44,994.85 / house:478374506472 SAKURA daffyducky 15,000.00Γ— / house:477019236383 methpoli45 $22,385.45 / house:477013613054 Pudding Bonanza Sirk23 12,721.60Γ— / house:477626528998 doom13 $71,060.00 / house:477089849383 Lucky Penny Power Scatter Ubi82 4,644.00Γ— / house:478385208741 Pepitoxxxxxxx $12,304.08 / house:478393768507 Last Call RUSSOS 1,157.00Γ— / house:476941899696 nest77 $10,799.20 / house:476272195867 Honey Money Kirka123 10,000.00Γ— / house:476533058147 Steven95000 $12,131.05 / house:476740083597 DRAGOS KINGDOM dooota 2,500.00Γ— / house:477434265015 Randyj13 $18,189.09 / house:478112958944 Colosseum Princess droz 218.40Γ— / house:478401128015 kamhdd $2,797.20 / house:477417206277 Chance Machine 90s Priene33 1,070.00 / house:477585532734 Potmox $14,380.00 / house:476684682612 Bubble or Broom jw888888 1,845.40Γ— / house:477320373259 nest77 $2,603.00 / house:477471736813 Blood Moon Bounty Ryderistic 20,721.60Γ— / house:477835288078 Evilwolf29 $46,644.90 / house:478156823760 BLOCKY FARM droz 470.40Γ— / house:478382753877 MarryBlake $4,536.00 / house:478045373090 Alpha Gods Baphomet WildSurge ZeroArmorTV 384.50Γ— / house:478080583564 Imrvsidhu $3,749.45 / house:476394118184 Alice: Time Rift Rasulnesterov 653.00Γ— / house:477129227186 Yoch60840 $6,198.75 / house:478047989903
  23. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 16th of June! Top 20 winners: Place Username Prize 1 KoniTv $50 2 Ohthespot $50 3 OMalley96 $50 4 chuachunkang $50 5 Mazinou08 $50 6 StakeMeUp $50 7 skabuzz $50 8 TikTikHunter08 $50 9 mnokia $50 10 beewithunicorn $50 11 Sirk23 $50 12 YzdIlm $50 13 Kartenstapel $50 14 4580 $50 15 pedidi777 $50 16 ImProSpin $50 17 Gamlyych $50 18 juan24 $50 19 animaru55 $50 20 losty4g $50 CLAIM HERE
  24. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 9th of June! Top 20 winners: Place Username Multiplier 1 otbcoin 80085 2 Abdie0211 53427 3 Mxvxn80560 33333 4 Kartenstapel 33333 5 wheelyboy321 33333 6 pluskemoi 26695 7 droz 25633.7 goodlakich 22086.8 9 Gomary 21171.4 10 foxjoker9 20721.6 11 Hexxie791 19398.6 12 SalsaBotanera 17883.6 13 daffyducky 16666.67 14 Corey420 15000 15 Bike09 15000 16 Omnificientior 15000 17 Johb82 14020.7 18 Bolours 11562.9 19 ichmiefe 10822.5 20 jackELcommie 10719.4 CLAIM HERE View the full list HERE
  25. Sadly, our parlay didn’t hit this week, but that doesn’t mean you walk away empty-handed. 🎁 You can claim prizes on the link below until the 10th of June! CLAIM HERE Congrats to all 276 winners!
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use