Jump to content

renku

Member
  • Posts

    143
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    renku reacted to DragoslavP in $3,000 Royal Club of Originals | Limbo   
    .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 Forum ORIGINALS Challenge LIVE NOW $3,000 Royal Club of Originals | Limbo  Win a bet on the Limbo game (Stake originals) with an exact 335x multiplier. Game Limbo Minimum Bet amount $0.03 USD Target multiplier Exact 335x Setup - Dates June 01 - 08 🎰 Hilo How to Enter
    1 Win a bet on the Limbo game (Stake originals) with an exact 335x multiplier. 2 $0.03 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 01/06/2026 - (12 pm) UTC. You need 10+ forum posts and Level 2 KYC or higher. 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
    Maximum Prize Pool $3,000 Tiered Prize Pool Minimum prize pool: $300
    Over 30 participants: $700
    Over 40 participants: $900
    Over 100 participants: $1,500
    Over 200 participants: $2,000
    Over 500 participants: $3,000 Distribution All players who complete the challenge during the event get a share of the prize pool. There is no limit to the number of winners. 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
  2. Fire
    renku reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  3. Fire
    renku reacted to NemanjaPi in ⚖️$1,000 The Equalizer: $1,000 Strategic Challenge ⚖️   
    (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  
  4. Fire
    renku reacted to NemanjaPi in ⚡ Unlimited Community Pool ⚡   
    ⚡ 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
  5. Fire
    renku reacted to BratislavK in 💰$3,000 Royal Club of Originals | Hilo 🃏   
    .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 Forum ORIGINALS Challenge LIVE NOW $3,000 Royal Club of Originals | Hilo  Win a bet on the Hilo game (Stake originals) with a minimum 100x multiplier. Game Hilo Minimum Bet amount $0.03 USD Target multiplier 100x or above Setup - Dates May 25 to June 01 🎰 Hilo How to Enter
    1 Win a bet on the Hilo game (Stake originals) with a minimum 100x multiplier. 2 $0.03 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 25/06/2026 - (12 pm) UTC. You need 10+ forum posts and Level 2 KYC or higher. 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
    Maximum Prize Pool $3,000 Tiered Prize Pool Minimum prize pool: $300
    Over 30 participants: $700
    Over 40 participants: $900
    Over 100 participants: $1,500
    Over 200 participants: $2,000
    Over 500 participants: $3,000 Distribution All players who complete the challenge during the event get a share of the prize pool. There is no limit to the number of winners. 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
  6. Fire
    renku reacted to NikolaRa in Forum Rules and Guidelines   
    1. Respect and Tolerance
    No Racism or Hate Speech: Racist remarks and hate speech are strictly prohibited. Violators will face permanent bans. 
    Treat all members with respect. No personal attacks, insults, or inflammatory remarks.
    Use polite language. No profanity, hate speech, or discriminatory comments
    2. Spam and Meaningless Posts
    No Spam: Posts that do not contribute meaningful content and are unrelated to the topic will be deleted. Repeat offenders will receive warnings.
    Stay on topic. Post in the relevant section and avoid derailing discussions.
    Use clear and descriptive titles for new threads.
    Do not post duplicate threads. Use the search function to check if a topic has already been discussed.
    3. Privacy Protection
    Personal Information: Do not share personal information about yourself or others. Do not share personal information such as addresses, phone numbers, or email addresses. Respect everyone’s privacy. Inviting users to third-party messengers (Telegram, Discord, WhatsApp, etc.) or groups is forbidden.
    Sharing any kind of social networks is not allowed.
    4. Prohibited Content
    Malicious Links: Posting links to fraudulent sites, hacker resources, or sites distributing viruses and malicious programs is prohibited.
    Plagiarism: Copy-pasting from articles, magazines, or other sources without proper attribution is considered plagiarism and will not be tolerated.
    No adult content, including explicit images or descriptions
    No spam, advertisements, or self-promotion outside designated areas.
    Respect copyright laws. Do not post or share content that you do not own or have permission to use.
    Provide proper attribution for any quoted material.
    5. Account Integrity
    One Account Per User: Each user is allowed only one account. If multiple accounts are detected, all associated accounts will be banned. 
    Do not share your account with others. You are responsible for all activity under your account
    6. Prohibited Activities
    HYIP and Ponzi Schemes: Advertising high-yield investment programs (HYIPs) or Ponzi schemes is prohibited. Such posts will be removed, and users will receive warnings.
    Advertising: Do not advertise other sites, exchange offices, platforms, or referral links in your signatures, avatars, or cover photos.
    Account selling/trading/buying: This one is strictly forbidden.
    Unauthorized Challenges: Regular users are not allowed to create forum challenges, giveaways, or similar activities.
    Bypassing Restrictions: Promoting VPNs or any other methods to bypass site restrictions is forbidden.
    Bots and Scripts: Posting or promoting third-party bots, scripts, or related services is not allowed.
    No Politics or Religion: Discussions or promotions related to politics or religion are strictly forbidden.
    7. Forum Etiquette
    Search Before Posting: Before creating a new topic, use the search function to see if it already exists. Contribute to existing discussions to avoid duplication.
    Clear Titles: Ensure your topic title reflects the content clearly and avoid using all caps.
    Meaningful Posts: When asking a question, provide your insights and engage in the discussion meaningfully.
    Quality Content: Topics that lack coherence or sense will be deleted.
    Respect Warnings: If you receive a warning from staff, take it seriously and avoid repeating the mistake.
    Use proper spelling and grammar to ensure clear communication.
    Avoid excessive use of emojis, caps lock, or special characters.
    Be patient and considerate. Not everyone may respond immediately or share your viewpoint
    8. Moderation:
    Follow the instructions of moderators and administrators. They are here to ensure the forum runs smoothly.
    9. Reporting Issues:
    Use the report function to alert moderators of any rule violations or problematic content.
    Do not abuse the report function by making frivolous or false reports.
    10. No Begging or Loan Requests
    No Begging: Do not beg for money or request loans. Violating this rule may result in restrictions.
    11. User Contributions
    Giveaways and Challenges: User-organized giveaways or challenges are not allowed. If you wish to share funds with the community, do so in the chat on the Stake site.
    12. Consequences
    Violations of these rules may result in warnings, temporary bans, or permanent bans depending on the severity of the offense.
    Severe violations, such as posting illegal content or threats, may be reported to the relevant authorities.
    13. Amendments
    Rule Updates: These rules may be updated or amended at any time. Members will be notified of significant changes.
    By participating in this forum, you agree to abide by these rules. Thank you for helping us maintain a respectful and engaging community!
  7. Pepe - Crying
    renku reacted to Jake7589 in 💰[$3,000 USD] Crashing out 📈   
    We have our winners!
    Congratulations to the following randomly selected players. @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .winner-banner { text-align:center; padding:40px 28px 36px; margin-bottom:20px; } .winner-banner h1 { margin-bottom:10px; } .winner-banner p { max-width:480px; margin:0 auto; } .winning-slot { display:flex; align-items:center; justify-content:center; gap:14px; background: linear-gradient(135deg, #FFB80018, #FFB80008); border:1px solid #FFB80055; border-radius:16px; padding:20px 24px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-slot:hover { box-shadow:0 0 40px #FFB80022; } .winning-slot::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .slot-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; font-weight:700; } .slot-name { font-size:28px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 20px #FFB80077; } } .slot-icon { font-size:36px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-btn { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; } .claim-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; } .claim-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:18px; } .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:13px 16px; background:var(--primary); border-radius:12px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .winner-row:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .winner-left { display:flex; align-items:center; gap:12px; } .winner-rank { width:28px; height:28px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:14px; font-weight:600; color:var(--text); } .winner-prize { font-size:14px; font-weight:800; color:#FFB800; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:480px){ .winner-banner h1 { font-size:24px; } .slot-name { font-size:22px; } }
    🎁 Claim Your Reward Link expires 22/6/2026 — claim before it's gone!
    Winners 30 Lucky Winners
    1 ksitnebo69 $100 2 DustyJim $100 3 Enigmanoishi $100 4 Erukun $100 5 Alejofb $100 6 rdo1337 $100 7 Biggdoggtv $100 8 GABAAA $100 9 Ojai $100 10 K7DeQQ $100 11 ichmiefe $100 12 Duman2007 $100 13 droz $100 14 cobra3 $100 15 kolendo $100 16 MsKalapao $100 17 ppck $100 18 Ozpin $100 19 NATNAT888 $100 20 kayneeh91 $100 21 Hexxie791 $100 22 natah3 $100 23 thevictorjerry $100 24 Reloser $100 25 Kahitohoga $100 26 Tallmor $100 27 SagePunisher $100 28 apo1337 $100 29 LefebvreM $100 30 Aureva $100
  8. Fire
    renku reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  9. Fire
    renku reacted to NemanjaPi in 🎭 Phantom Theater 🎭   
    :root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --volt: #00e5ff; --freq: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(0, 229, 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); } .section-title { color: var(--gold); font-size: 24px; font-weight: 700; margin-bottom: 10px; } .center { text-align: center; } .muted { color: var(--muted); } .hero-wrap { position: relative; } .badge { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(0, 229, 255, 0.45); background: rgba(0, 229, 255, 0.05); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(0, 229, 255, 0.1); overflow: hidden; z-index: 5; } .separator-line { width: 100%; max-width: 420px; height: 1px; margin: 18px auto; background: linear-gradient( 90deg, rgba(247,201,72,0), rgba(247,201,72,0.7), rgba(247,201,72,0) ); } .provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; } .provider-card { border-radius: 16px; padding: 18px; text-align: center; transition: 0.18s ease; } .provider-card:hover { transform: translateY(-3px) scale(1.03); } .provider-volt { background: linear-gradient(135deg, rgba(0,229,255,0.12), rgba(0,229,255,0.03)); border: 1px solid rgba(0,229,255,0.4); } .provider-freq { background: linear-gradient(135deg, rgba(247,201,72,0.12), rgba(247,201,72,0.03)); border: 1px solid rgba(247,201,72,0.4); } .provider-title { font-size: 15px; font-weight: 700; margin-top: 8px; margin-bottom: 6px; } .provider-sub { font-size: 12px; color: var(--muted); line-height: 1.5; } .score-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 22px; margin-top: 18px; } .score-formula { background: rgba(0,0,0,0.22); border-radius: 12px; padding: 14px; margin-top: 12px; text-align: center; line-height: 1.8; font-size: 15px; } .how-to-enter-bar { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 10px 16px; margin-top: 18px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 6px; transition: 0.18s ease; } .how-to-enter-bar:hover { transform: translateY(-2px) scale(1.02); background: rgba(247,201,72,0.06); border-color: rgba(247,201,72,0.35); } .how-to-enter-title { color: var(--gold); font-size: 20px; font-weight: 700; } .how-to-enter-text { color: var(--text); font-size: 16px; font-weight: 400; } .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; } .info-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; text-align: center; font-weight: 600; font-size: 15px; transition: 0.18s ease; } .info-box:hover { transform: translateY(-2px) scale(1.02); background: rgba(247,201,72,0.08); border-color: rgba(247,201,72,0.6); } .prize-subcard { padding: 12px; border-radius: 12px; margin-bottom: 10px; font-weight: 600; } .prize-gold { background: linear-gradient(135deg, rgba(247,201,72,0.25), rgba(247,201,72,0.05)); border: 1px solid rgba(247,201,72,0.6); } .prize-silver { background: linear-gradient(135deg, rgba(200,200,200,0.25), rgba(200,200,200,0.05)); border: 1px solid rgba(200,200,200,0.5); } .prize-bronze { background: linear-gradient(135deg, rgba(205,127,50,0.25), rgba(205,127,50,0.05)); border: 1px solid rgba(205,127,50,0.6); } .dropdown-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; margin-top: 18px; width: 100%; overflow: hidden; } .dropdown-trigger { padding: 8px 16px; text-align: center; cursor: pointer; display: block; } .dropdown-card summary { list-style: none; } .dropdown-card summary::-webkit-details-marker { display: none; } .dropdown-title { color: var(--gold); font-weight: 700; font-size: 16px; } .dropdown-sub { color: var(--muted); font-size: 13px; margin-top: 3px; display: block; } .dropdown-content { padding: 12px 18px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14px; line-height: 1.5; } .rule { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; text-align: left; } .num { background: var(--gold); color: #000; font-weight: 700; font-size: 12px; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } Weekly Event  
    🎭 Phantom Theater 🎭
    A mysterious week-long leaderboard event where hidden slot boosts decide your final score.
     

    Ends: 27/05/2026 @ (12 PM) GMT
      This week, we've chosen Pragmatic Play "Only on Stake" Slots!
    Step into the shadows of the Phantom Theater, where every slot hides a secret advantage behind the curtain. Chase massive multipliers and discover at the end of the week whether your slot held the strongest Phantom Factor.
    🎰 Pick Any Slot Pick any pragmatic only on stake slot 🎭 Hidden Phantom Factor Every slot has a secret mystery multiplier. 🏆 Highest Final Score Wins Biggest boosted multipliers top the leaderboard. How Scoring Works Your base score is determined by the multiplier of your winning bet.
    Bet Multiplier × Hidden Phantom Factor = Final Score

    Example:
    Hit a 200x win on a slot with a hidden 3x Phantom Factor
    Final Score = 600 Points Phantom Factors remain hidden until the end of the event.
    How to Enter: Respond to this topic and post your best bet ID. Only your single highest-scoring qualifying bet will count toward the leaderboard. Prize Pool Distribution Weekly Prize Pool
    🥇 Top 1 – 3 Largest Rewards (1500$) 🏅 Top 4 – 10 Premium Rewards(1500$) 🎟️ Top 11 – 50 Additional Prizes(1000$) Additional Information
    Every slot has its own hidden Phantom Factor, revealed after the event ends.
    Final rankings are based on your boosted multiplier score.
    In case of a tie, the user with the earliest qualifying bet wins.
    Minimum qualifying bet: $0.10 USD (or equivalent in any currency).
    Terms & Conditions Click here to expand 1Bets must have been made after 20/05/2026 - (12 PM) UTC. 2 Only slots from supported providers are eligible for the promotion. 3 Your score is determined by your winning bet multiplier combined with your provider's hidden Phantom Factor. 4 Phantom Factors remain hidden until the end of the event. 5 Only your single highest-scoring qualifying bet will count toward the final leaderboard. 6 Minimum qualifying bet amount is $0.10 USD or equivalent in any currency. 7 Only level 2 KYC or higher verified users will be eligible for the prize. 8 Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. 9 Only stake.com and official stake.com mirror site users will be eligible for the prize. 10 Any player using multiple accounts will not be eligible for prizes. 11 Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. 12 For payment, give us up to 24 hours from the end of the event. 13 Winners will be contacted directly via support. Prizes may be distributed in the form of a coupon and announced in the final event post.
  10. Fire
    renku reacted to NemanjaPi in ⚡$3000 Double Impact: Dual Challenge⚡   
    :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.
  11. Fire
    renku reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠   
    ( May 22nd - May 24th )
    🏆 $400 Endgame Quiz 🧠
    Another month comes to an end… and this is the Endgame.
    Only those who stayed sharp throughout will make it to the finish. Think you’ve been paying attention?
    We’ve prepared a short quiz based on this month’s promotions and events.
    Answer all questions correctly and include your Stake username to qualify.
    # Question 1 What slot is featured in this week's $3,000 Slots Forum Challenge? 2 In which Stake Original game do you need to cross the road and avoid traffic? 3 What is the name of the Sports promotion where you need to win a bet with at least 10x odds by betting on at least 10 matches/selections? 🥇 First correct answer: $100
    🎁 Other winners: All remaining correct entries enter a random draw, where 6 winners will receive $50 each
    .qtext { transition: all 0.25s ease; } .qtext:hover { color: #fbbf24; text-shadow: 0 0 8px rgba(251,191,36,0.6); } Only one entry per user is allowed.

    Good luck!🍀
     
  12. RIP
    renku reacted to Jake7589 in 💰[$3,000 USD] Rumble in the Jungle 🦁   
    We have our winners!
    Congratulations to the following randomly selected players. @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .winner-banner { text-align:center; padding:40px 28px 36px; margin-bottom:20px; } .winner-banner h1 { margin-bottom:10px; } .winner-banner p { max-width:480px; margin:0 auto; } .winning-slot { display:flex; align-items:center; justify-content:center; gap:14px; background: linear-gradient(135deg, #FFB80018, #FFB80008); border:1px solid #FFB80055; border-radius:16px; padding:20px 24px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-slot:hover { box-shadow:0 0 40px #FFB80022; } .winning-slot::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .slot-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; font-weight:700; } .slot-name { font-size:28px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 20px #FFB80077; } } .slot-icon { font-size:36px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-btn { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; } .claim-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; } .claim-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:18px; } .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:13px 16px; background:var(--primary); border-radius:12px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .winner-row:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .winner-left { display:flex; align-items:center; gap:12px; } .winner-rank { width:28px; height:28px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:14px; font-weight:600; color:var(--text); } .winner-prize { font-size:14px; font-weight:800; color:#FFB800; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:480px){ .winner-banner h1 { font-size:24px; } .slot-name { font-size:22px; } }
    🎁 Claim Your Reward Link expires 17/6/2026 — claim before it's gone!
    Winners 30 Lucky Winners
    1 skymonik $100 2 aidenadnan $100 3 na7rium $100 4 Nopopo $100 5 ClaudiaK87 $100 6 mohanmishra1 $100 7 Daemoncheg $100 8 Fossorjan $100 9 Insane241 $100 10 MeerkatStrike $100 11 ichmiefe $100 12 pedidi777 $100 13 Mitkenso $100 14 ImLnzo $100 15 chbn12345 $100 16 Chaosdapa $100 17 ngn77 $100 18 WannWoWie $100 19 DuskEmbers $100 20 DustyJim $100 21 ImProSpin $100 22 zubat2109 $100 23 KaiZidan $100 24 nuBo3aBPuK27 $100 25 Bharath621 $100 26 Jepoy10614 $100 27 straight055 $100 28 OopsieSmurf $100 29 LefebvreM $100 30 konenz $100
  13. Fire
    renku reacted to BratislavK in 💰$3,000 Royal Club of Originals | Wheel🎡   
    .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 Forum ORIGINALS Challenge LIVE NOW $3,000 Royal Club of Originals | Wheel Win a bet on the Wheel game with an exact 49.50x multiplier and bet ID ending with an ODD number. Game Wheel Minimum Bet amount $0.03 USD Target multiplier Exactly 49.50x Setup Risk: High and Segments: 50 Dates May 18 to May 25 🎰Wheel How to Enter
    1 Win a bet on the Wheel game with an exact 49.50x multiplier and bet ID ending with an ODD number. 2 $0.03 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 11/05/2026 - (12 pm) UTC. You need 10+ forum posts and Level 2 KYC or higher. 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
    Maximum Prize Pool $3,000 Tiered Prize Pool Minimum prize pool: $300
    Over 30 participants: $700
    Over 40 participants: $900
    Over 100 participants: $1,500
    Over 200 participants: $2,000
    Over 500 participants: $3,000 Distribution All players who complete the challenge during the event get a share of the prize pool. There is no limit to the number of winners. 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
  14. Fire
    renku reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  15. Fire
    renku reacted to BratislavK in 🍀 $2,000 Lucky 7 🍀   
    ( May 14th - May 21th )
    🍀 $2,000 Lucky 7 🍀
    Feeling lucky? It’s time to chase the legendary Lucky 7!
    Play any 3rd-party slot on Stake and try to hit the highest multiplier containing the number 7 to secure your place among the winners.
    Examples of valid multipliers:
    7x 17x 20.70x 70x 100.27x 777x Note: The multiplier must contain the number 7 anywhere in the value.
    Eligible Slots:
    Any 3rd-party slot available on Stake How to Participate:
    Play any eligible slot and submit your Bet ID Paste your Bet ID in this thread (screenshot optional) Post only one valid Bet ID per user Minimum bet amount: $0.20 Prize pool:
    🥇 1st place - $1,000
    🥈 2nd place - $400
    🥉 3rd place - $200
    ⭐ 7 additional winners share $400
    Example Bet IDs:
     house:123456789000  casino:123456789000 Tips & Terms & Conditions
    Bets must have been made after 14/05/2026 - (12 PM) UTC. Stake employees cannot 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. 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. 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.  
  16. Fire
    renku reacted to Jake7589 in 💰[$3,000 USD] Crashing out 📈   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --surface2: #0d2a40; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); 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:0 0 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #ffffff12; margin-bottom:20px; position:relative; overflow:hidden; } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:340px; height:340px; background: radial-gradient(circle, #FFB80018 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.6; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:1px solid #ffffff12; } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(255,184,0,.22); background:rgba(255,184,0,.08); color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:34px; font-weight:900; background: linear-gradient(90deg, #FFB800, #ffda6e, #FFB800); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 24px; line-height:1.7; } .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:17px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; box-shadow:0 4px 20px #FFB80044; position:relative; overflow:hidden; margin-top:8px; } .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 8px 32px #FFB80055; text-decoration:none !important; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:#FFB80044; --glow:#FFB80018; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.silver { border-color:#0079ff33; --glow:#0079ff14; } .prize-card.silver:hover { border-color:#0079ffaa; box-shadow:0 12px 40px #0079ff25; } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.silver .prize-amount { color:#0079ff; } .prize-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:13px; color:#6a90a8; margin-top:4px; } .pill { background:#0079ff12; border:1px solid #0079ff33; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#4da6ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#0079ff22; border-color:#0079ff66; } .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-title { font-size:12px; font-weight:700; color:var(--gold); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background:#0079ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px #0079ff22; } .step-text { font-size:15px; color:#b0cee4; padding-top:6px; } .step-text strong { color:#fff; } .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#0a2236; border-color:#0079ff44; transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:#FFB800; } .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,#FFB80012,#FFB80005); border:1px solid #FFB80044; border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px #FFB80020; } .pool-total .amount { font-size:52px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 24px #FFB80066; } } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } .dist-list { display:flex; flex-direction:column; gap:8px; } .dist-item { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:var(--primary); border-radius:10px; border:1px solid #ffffff0a; font-size:14px; transition:background .2s, border-color .2s; } .dist-item:hover { background:#0a2236; border-color:#FFB80033; } .dist-item .who { color:#b0cee4; } .dist-item .val { color:#FFB800; font-weight:700; } .notice { background:#ff6b0010; border:1px solid #ff6b0040; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:#ff6b0088; } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } .stake-badge { text-align:center; padding:14px; background:linear-gradient(135deg,#0079ff18,#0079ff08); border:1px solid #0079ff44; border-radius:12px; color:#4da6ff; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px #0079ff25; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(0,121,255,.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:#0079ff33; } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:var(--blue); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-size:12px; color:#FFB800; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--blue); } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row { grid-template-columns:1fr; } .header h1 { font-size:26px; } .pool-total .amount { font-size:38px; } } originals Competition Crashing out
    Competition ends: 18/5/2026 @ 1:00 AM GMT
    CRASH IS FIXED!!
    We can't believe it either, Eddie's finally upgraded us from a hamster wheel-powered setup to AI-enhanced, self-serving servers run by foreign AI agents.
    To celebrate this histroic achievement, we're giving away $3,000 to 30 random users who hit 10x or higher on Crash
    🎰 Play Now 🏆 $3,000 Prize Pool 🥈 $100 × 30 Winners 💡 You must hit 10x or above on Crash 📋 How To Enter 1 Play Crash on Stake.com 2 Hit 10x or above with a $0.50 USD bet on each game 3 Copy your Bet ID after winning your bet 4 Reply to this thread with your Bet IDs to enter ✅ Requirements 🎮 Bets must be from Crash 💵 Minimum bet amount: $0.50 USD 📈 Minimum multiplier: 10x or above 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $3,000 Total Prize Pool 🥈 30 × Winners$100 each 👥 Total Winners30 People 📅 Duration7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. 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 competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. Eligibility
    Bronze VIP account or above on Stake 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
  17. Easy
    renku reacted to Jake7589 in 💰[$2,000 USD] Mt. Eddie 🧊   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #050f1a; --gold: #FFB800; --blue: #0079ff; --ice: #7dd4fc; --ice-soft: rgba(125,212,252,0.12); --surface: #081624; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: linear-gradient(180deg, #050f1a 0%, #071824 60%, #050f1a 100%); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } /* ── SNOWFLAKES ── */ .snowflakes { position:fixed; inset:0; pointer-events:none; z-index:0; overflow:hidden; } .snowflake { position:absolute; top:-20px; color:#fff; font-size:1em; opacity:0; animation: snowfall linear infinite; } @keyframes snowfall { 0% { transform:translateY(0) rotate(0deg); opacity:.7; } 100% { transform:translateY(110vh) rotate(360deg); opacity:0; } } .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 ── */ .header { text-align:center; padding:0 0 36px; background: linear-gradient(160deg, #0a1f30 0%, #050f1a 100%); border-radius:20px; border:1px solid rgba(125,212,252,0.2); margin-bottom:20px; position:relative; overflow:hidden; box-shadow: 0 0 60px rgba(125,212,252,0.06); } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:400px; height:400px; background: radial-gradient(circle, rgba(125,212,252,0.1) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.5; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:1px solid rgba(125,212,252,0.2); } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(125,212,252,0.3); background:rgba(125,212,252,0.08); color:var(--ice); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:34px; font-weight:900; line-height:1.1; background: linear-gradient(90deg, #7dd4fc, #bfefff, #7dd4fc); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 14px; line-height:1.7; } /* ── SINGLE CTA ── */ .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #7dd4fc, #38bdf8); color:#040d14; font-size:17px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px rgba(125,212,252,0.35); margin-top:8px; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px rgba(125,212,252,0.5); text-decoration:none !important; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } /* ── PRIZE CARDS ── */ .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:#FFB80044; --glow:#FFB80018; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.ice { border-color:rgba(125,212,252,0.3); --glow:rgba(125,212,252,0.08); } .prize-card.ice:hover { border-color:rgba(125,212,252,0.7); box-shadow:0 12px 40px rgba(125,212,252,0.15); } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow,transparent) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.ice .prize-amount { color:#7dd4fc; } .prize-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:13px; color:#6a90a8; margin-top:4px; } .pill { background:rgba(125,212,252,0.08); border:1px solid rgba(125,212,252,0.25); border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#7dd4fc; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(125,212,252,0.14); border-color:rgba(125,212,252,0.45); } /* ── SECTIONS ── */ .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid rgba(255,255,255,0.06); transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(125,212,252,0.2); box-shadow:0 4px 24px rgba(125,212,252,0.05); } .section-title { font-size:12px; font-weight:700; color:var(--ice); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } /* ── STEPS ── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background:linear-gradient(135deg, #38bdf8, #0079ff); border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px rgba(125,212,252,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:6px; } .step-text strong { color:#fff; } /* ── REQUIREMENTS ── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#081624; border-color:rgba(125,212,252,0.25); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:#7dd4fc; } /* ── PRIZE POOL ── */ .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,rgba(125,212,252,0.08),rgba(125,212,252,0.02)); border:1px solid rgba(125,212,252,0.25); border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px rgba(125,212,252,0.12); } .pool-total .amount { font-size:52px; font-weight:900; color:#7dd4fc; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #7dd4fc; } 50% { text-shadow:0 0 24px rgba(125,212,252,0.6); } } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } .dist-list { display:flex; flex-direction:column; gap:8px; } .dist-item { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:var(--primary); border-radius:10px; border:1px solid #ffffff0a; font-size:14px; transition:background .2s, border-color .2s; } .dist-item:hover { background:#081624; border-color:rgba(125,212,252,0.2); } .dist-item .who { color:#b0cee4; } .dist-item .val { color:#7dd4fc; font-weight:700; } /* ── NOTICE ── */ .notice { background:rgba(255,107,0,0.06); border:1px solid rgba(255,107,0,0.25); 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,107,0,0.5); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } /* ── STAKE BADGE ── */ .stake-badge { text-align:center; padding:14px; background:rgba(125,212,252,0.06); border:1px solid rgba(125,212,252,0.25); border-radius:12px; color:#7dd4fc; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(125,212,252,0.15); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(125,212,252,0.1),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ── TERMS ── */ details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(125,212,252,0.2); } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:#7dd4fc; } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-size:12px; color:#7dd4fc; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:#7dd4fc; } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row{grid-template-columns:1fr;} .header h1{font-size:26px;} .pool-total .amount{font-size:38px;} } ❄ ❅ ❆ ❄ ❅ ❄ ❆ ❅ ❄ ❆ ❄️ Community Competition Mt. Eddie
    Competition ends: 18/5/2026 @ 1:00 AM GMT
    Eddie has travelled into the coldest regions in search of the fabled ICEMAN. Unfortunately, he has run out of oxygen due to the ongoing war in the Arctic Strait.
    To save him, we MUST play Ice Kingdom by Uppercut and hit the target multiplier so more oxygen can be delivered via drones.
    Target: 15x or above
    ❄️ Play Now 🏆 $2,000 Prize Pool 🥈 $200 × 10 Winners ❄️ You must hit the target multiplier on Ice Kingdom 📋 How To Enter 1 Play Ice Kingdom on Stake.com 2 Hit 15x or above with a $0.20 USD bet on each game 3 Copy your Bet IDs after winning your bets 4 Reply to this thread with your Bet IDs to enter ✅ Requirements 🎮 Bets must be from Ice Kingdom 💵 Minimum bet amount: $0.20 USD 📈 Minimum multiplier: 15x or above 💬 Reply to this thread with your Bet IDs 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $2,000 Total Prize Pool 🥈 10 × Winners$200 each 👥 Total Winners10 People 📅 Duration7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. 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 competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. Eligibility
    Bronze VIP account or above on Stake 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
  18. Fire
    renku reacted to Jake7589 in 💰[$3,000 USD] Rumble in the Jungle 🦁   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #0d1a0a; --gold: #e8a020; --green: #4a9e3f; --green-soft: rgba(74,158,63,0.15); --surface: #121f0e; --surface2: #172812; --text: #e8f0e0; --muted: #8aaa78; } * { margin:0; padding:0; box-sizing:border-box; } body { background: linear-gradient(180deg, #0a1508 0%, #0d1a0a 50%, #0a1508 100%); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } /* ── JUNGLE LEAVES ── */ .leaves { position:fixed; inset:0; pointer-events:none; z-index:0; overflow:hidden; } .leaf { position:absolute; top:-30px; font-size:1.4em; opacity:0; animation: leaffall linear infinite; } @keyframes leaffall { 0% { transform:translateY(0) rotate(0deg) translateX(0); opacity:.6; } 50% { transform:translateY(50vh) rotate(180deg) translateX(20px); opacity:.4; } 100% { transform:translateY(110vh) rotate(360deg) translateX(-10px); opacity:0; } } .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 ── */ .header { text-align:center; padding:0 0 36px; background: linear-gradient(160deg, #1a2e0f 0%, #0d1a0a 100%); border-radius:20px; border:1px solid rgba(74,158,63,0.3); margin-bottom:20px; position:relative; overflow:hidden; box-shadow: 0 0 60px rgba(74,158,63,0.08); } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:400px; height:400px; background: radial-gradient(circle, rgba(74,158,63,0.12) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.5; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } /* jungle vine decorations */ .header::after { content:'🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿'; position:absolute; top:0; left:0; right:0; font-size:18px; letter-spacing:2px; line-height:1; opacity:.35; pointer-events:none; overflow:hidden; white-space:nowrap; } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:2px solid rgba(74,158,63,0.3); } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(74,158,63,0.4); background:rgba(74,158,63,0.1); color:#7dcc6a; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:36px; font-weight:900; line-height:1.1; background: linear-gradient(90deg, #e8a020, #f5c842, #e8a020); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#c0d8a8; max-width:480px; margin:0 auto 14px; line-height:1.7; } .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #4a9e3f, #2d7a24); color:#e8f0e0; font-size:17px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; box-shadow:0 4px 20px rgba(74,158,63,0.4); position:relative; overflow:hidden; margin-top:8px; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px rgba(74,158,63,0.55); text-decoration:none !important; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } /* ── PRIZE CARDS ── */ .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:rgba(232,160,32,0.4); --glow:rgba(232,160,32,0.1); } .prize-card.gold:hover { border-color:rgba(232,160,32,0.8); box-shadow:0 12px 40px rgba(232,160,32,0.2); } .prize-card.jungle { border-color:rgba(74,158,63,0.3); --glow:rgba(74,158,63,0.08); } .prize-card.jungle:hover { border-color:rgba(74,158,63,0.7); box-shadow:0 12px 40px rgba(74,158,63,0.15); } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow,transparent) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#e8a020; } .prize-card.jungle .prize-amount { color:#7dcc6a; } .prize-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:13px; color:#5a7a4a; margin-top:4px; } /* ── PILL ── */ .pill { background:rgba(74,158,63,0.1); border:1px solid rgba(74,158,63,0.3); border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#7dcc6a; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(74,158,63,0.18); border-color:rgba(74,158,63,0.55); } /* ── SECTIONS ── */ .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid rgba(255,255,255,0.06); transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(74,158,63,0.25); box-shadow:0 4px 24px rgba(74,158,63,0.06); } .section-title { font-size:12px; font-weight:700; color:#e8a020; text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } /* ── STEPS ── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background: linear-gradient(135deg, #4a9e3f, #2d7a24); border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px rgba(74,158,63,0.2); } .step-text { font-size:15px; color:#c0d8a8; padding-top:6px; } .step-text strong { color:#fff; } /* ── REQUIREMENTS ── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid rgba(255,255,255,0.05); transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#172812; border-color:rgba(74,158,63,0.3); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#c0d8a8; } .req-text strong { color:#e8a020; } /* ── PRIZE POOL ── */ .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,rgba(232,160,32,0.1),rgba(232,160,32,0.03)); border:1px solid rgba(232,160,32,0.3); border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px rgba(232,160,32,0.15); } .pool-total .amount { font-size:52px; font-weight:900; color:#e8a020; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #e8a020; } 50% { text-shadow:0 0 24px rgba(232,160,32,0.6); } } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } .dist-list { display:flex; flex-direction:column; gap:8px; } .dist-item { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:var(--primary); border-radius:10px; border:1px solid rgba(255,255,255,0.05); font-size:14px; transition:background .2s, border-color .2s; } .dist-item:hover { background:#172812; border-color:rgba(232,160,32,0.25); } .dist-item .who { color:#c0d8a8; } .dist-item .val { color:#e8a020; font-weight:700; } /* ── NOTICE ── */ .notice { background:rgba(232,100,0,0.07); border:1px solid rgba(232,100,0,0.25); 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(232,100,0,0.5); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } /* ── STAKE BADGE ── */ .stake-badge { text-align:center; padding:14px; background:rgba(74,158,63,0.08); border:1px solid rgba(74,158,63,0.3); border-radius:12px; color:#7dcc6a; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(74,158,63,0.2); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(74,158,63,0.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ── TERMS ── */ details { background:var(--primary); border:1px solid rgba(255,255,255,0.06); border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(74,158,63,0.25); } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:#7dcc6a; } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a8a5a; line-height:1.9; } .terms-body h2 { font-size:12px; color:#e8a020; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:#7dcc6a; } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row{grid-template-columns:1fr;} .header h1{font-size:26px;} .pool-total .amount{font-size:38px;} } 🍃 🌿 🍃 🌴 🍃 🌿 🍃 🌴 🌿 🍃 🦁 Originals Competition Rumble in the Jungle
    Competition ends: 20/5/2026 @ 1:00 AM GMT
    Eddie recently took a lovely vacation to the wild plains and brought some friends home 🐧🐘. Let's pray they don't get deported.
    Win a game of our newest OG Zoo, with either Cheetah or Lion, and share your bet ID below.
    🎰 Play Now 🦁 $3,000 Prize Pool 🐯 $100 × 30 Winners 🌿 You must hit with either Cheetah or Lion 📋 How To Enter 1 Play Zoo on Stake.com 2 Hit with either Cheetah or Lion with a $0.50 USD bet 3 Copy your Bet ID after winning your bet 4 Reply to this thread with your Bet IDs to enter ✅ Requirements 🦁 Bets must be from Zoo 💵 Minimum bet amount: $0.50 USD 📈 Minimum multiplier: 3x or above 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $3,000 Total Prize Pool 🐯 30 × Winners$100 each 👥 Total Winners30 People 📅 Duration7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. 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 competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. Eligibility
    Bronze VIP account or above on Stake 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
  19. Fire
    renku reacted to Jake7589 in 💰[$1,000] ​Eddie's missing! 😱   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #0d1a0a; --gold: #e8a020; --green: #4a9e3f; --green-soft: rgba(74,158,63,0.15); --surface: #121f0e; --surface2: #172812; --text: #e8f0e0; --muted: #8aaa78; } * { margin:0; padding:0; box-sizing:border-box; } body { background: linear-gradient(180deg, #0a1508 0%, #0d1a0a 50%, #0a1508 100%); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } /* ── JUNGLE LEAVES ── */ .leaves { position:fixed; inset:0; pointer-events:none; z-index:0; overflow:hidden; } .leaf { position:absolute; top:-30px; font-size:1.4em; opacity:0; animation: leaffall linear infinite; } @keyframes leaffall { 0% { transform:translateY(0) rotate(0deg) translateX(0); opacity:.6; } 50% { transform:translateY(50vh) rotate(180deg) translateX(20px); opacity:.4; } 100% { transform:translateY(110vh) rotate(360deg) translateX(-10px); opacity:0; } } .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 ── */ .header { text-align:center; padding:0 0 36px; background: linear-gradient(160deg, #1a2e0f 0%, #0d1a0a 100%); border-radius:20px; border:1px solid rgba(74,158,63,0.3); margin-bottom:20px; position:relative; overflow:hidden; box-shadow: 0 0 60px rgba(74,158,63,0.08); } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:400px; height:400px; background: radial-gradient(circle, rgba(74,158,63,0.12) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.5; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } /* jungle vine decorations */ .header::after { content:'🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿'; position:absolute; top:0; left:0; right:0; font-size:18px; letter-spacing:2px; line-height:1; opacity:.35; pointer-events:none; overflow:hidden; white-space:nowrap; } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:2px solid rgba(74,158,63,0.3); } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(74,158,63,0.4); background:rgba(74,158,63,0.1); color:#7dcc6a; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:36px; font-weight:900; line-height:1.1; background: linear-gradient(90deg, #e8a020, #f5c842, #e8a020); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#c0d8a8; max-width:480px; margin:0 auto 14px; line-height:1.7; } .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #4a9e3f, #2d7a24); color:#e8f0e0; font-size:17px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; box-shadow:0 4px 20px rgba(74,158,63,0.4); position:relative; overflow:hidden; margin-top:8px; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px rgba(74,158,63,0.55); text-decoration:none !important; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } /* ── PRIZE CARDS ── */ .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:rgba(232,160,32,0.4); --glow:rgba(232,160,32,0.1); } .prize-card.gold:hover { border-color:rgba(232,160,32,0.8); box-shadow:0 12px 40px rgba(232,160,32,0.2); } .prize-card.jungle { border-color:rgba(74,158,63,0.3); --glow:rgba(74,158,63,0.08); } .prize-card.jungle:hover { border-color:rgba(74,158,63,0.7); box-shadow:0 12px 40px rgba(74,158,63,0.15); } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow,transparent) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#e8a020; } .prize-card.jungle .prize-amount { color:#7dcc6a; } .prize-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:13px; color:#5a7a4a; margin-top:4px; } /* ── PILL ── */ .pill { background:rgba(74,158,63,0.1); border:1px solid rgba(74,158,63,0.3); border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#7dcc6a; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(74,158,63,0.18); border-color:rgba(74,158,63,0.55); } /* ── SECTIONS ── */ .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid rgba(255,255,255,0.06); transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(74,158,63,0.25); box-shadow:0 4px 24px rgba(74,158,63,0.06); } .section-title { font-size:12px; font-weight:700; color:#e8a020; text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } /* ── STEPS ── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background: linear-gradient(135deg, #4a9e3f, #2d7a24); border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px rgba(74,158,63,0.2); } .step-text { font-size:15px; color:#c0d8a8; padding-top:6px; } .step-text strong { color:#fff; } /* ── REQUIREMENTS ── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid rgba(255,255,255,0.05); transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#172812; border-color:rgba(74,158,63,0.3); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#c0d8a8; } .req-text strong { color:#e8a020; } /* ── PRIZE POOL ── */ .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,rgba(232,160,32,0.1),rgba(232,160,32,0.03)); border:1px solid rgba(232,160,32,0.3); border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px rgba(232,160,32,0.15); } .pool-total .amount { font-size:52px; font-weight:900; color:#e8a020; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #e8a020; } 50% { text-shadow:0 0 24px rgba(232,160,32,0.6); } } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } .dist-list { display:flex; flex-direction:column; gap:8px; } .dist-item { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:var(--primary); border-radius:10px; border:1px solid rgba(255,255,255,0.05); font-size:14px; transition:background .2s, border-color .2s; } .dist-item:hover { background:#172812; border-color:rgba(232,160,32,0.25); } .dist-item .who { color:#c0d8a8; } .dist-item .val { color:#e8a020; font-weight:700; } /* ── NOTICE ── */ .notice { background:rgba(232,100,0,0.07); border:1px solid rgba(232,100,0,0.25); 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(232,100,0,0.5); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } /* ── STAKE BADGE ── */ .stake-badge { text-align:center; padding:14px; background:rgba(74,158,63,0.08); border:1px solid rgba(74,158,63,0.3); border-radius:12px; color:#7dcc6a; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(74,158,63,0.2); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(74,158,63,0.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ── TERMS ── */ details { background:var(--primary); border:1px solid rgba(255,255,255,0.06); border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(74,158,63,0.25); } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:#7dcc6a; } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a8a5a; line-height:1.9; } .terms-body h2 { font-size:12px; color:#e8a020; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:#7dcc6a; } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row{grid-template-columns:1fr;} .header h1{font-size:26px;} .pool-total .amount{font-size:38px;} } 🍃 🌿 🍃 🌴 🍃 🌿 🍃 🌴 🌿 🍃 🦁 CREATIVE Competition Eddie's missing!
    Competition ends: 18/5/2026 @ 1:00 AM GMT
    Eddie has gone missing somewhere in the wild jungle, and we need to find him!
    We have set up a $2,000 bounty to help find Eddie before it's too late, Send us photos of Eddie being spotted in the jungle!
    🦁 $1,000 Prize Pool 🐯 $50 × 20 Winners 🌿 Your photo must include Eddie and a jungle-themed 📋 How To Enter 1 Create a photo of Eddie in a jungle setting 2 Reply to this thread with your creation to enter ✅ Requirements 💬 Reply to this thread with your Creation 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $1,000 Total Prize Pool 🐯 20 × Winners$50 each 👥 Total Winners20 People 📅 Duration7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. 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 competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. Eligibility
    Bronze VIP account or above on Stake 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
  20. Fire
    renku reacted to NemanjaPi in $8,000 The Multiplier Run 💵   
    @keyframes pulse-gold {0%,100%{box-shadow:0 0 0 0 rgba(247,201,72,0)} 50%{box-shadow:0 0 18px 4px rgba(247,201,72,0.28)}} @keyframes pulse-volt {0%,100%{box-shadow:0 0 0 0 rgba(0,229,255,0)} 50%{box-shadow:0 0 22px 6px rgba(0,229,255,0.3)}} @keyframes shimmer {0%{background-position:-200% center} 100%{background-position:200% center}} @keyframes float-up {0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)}} @keyframes bar-fill {from{width:0} to{width:var(--w)}} @keyframes scanline {0%{top:-100%} 100%{top:200%}} @keyframes spark {0%,100%{opacity:0;transform:scale(0)} 50%{opacity:1;transform:scale(1)}} @keyframes glow-border {0%,100%{border-color:rgba(0,229,255,0.3)} 50%{border-color:rgba(0,229,255,0.7)}} :root { --g:#f7c948; --v:#00e5ff; --card:rgba(8,16,32,0.88); --line:rgba(255,255,255,0.10); --tx:#f2f5fb; --mu:#a7b4c9; } *{box-sizing:border-box;margin:0;padding:0} .pr{font-family:var(--font-sans,sans-serif);color:var(--tx);max-width:680px;overflow:hidden} .glass{ border:1px solid var(--line);border-radius:26px;padding:26px;margin-bottom:18px; background:linear-gradient(135deg,rgba(247,201,72,0.06) 0%,transparent 40%), linear-gradient(225deg,rgba(0,229,255,0.05) 0%,transparent 40%), var(--card); position:relative;overflow:hidden; } .glass::before{ content:'';position:absolute;inset:0;border-radius:26px;pointer-events:none; background:linear-gradient(180deg,rgba(255,255,255,0.04) 0%,transparent 60%); } .scanline{ position:absolute;left:0;width:100%;height:60px;pointer-events:none; background:linear-gradient(180deg,transparent,rgba(0,229,255,0.03),transparent); animation:scanline 4s linear infinite;z-index:1; } .hero-wrap{position:relative} .badge-pill{ position:absolute;top:0;right:0;padding:9px 16px; border-radius:999px;border:1px solid rgba(0,229,255,0.45); background:rgba(0,229,255,0.07);color:#e0fdff;font-size:13px;font-weight:700; animation:glow-border 2.5s ease-in-out infinite; } .title-main{ font-size:27px;font-weight:700;text-align:center;margin-bottom:6px;padding-top:4px; background:linear-gradient(90deg,var(--g),#fff 50%,var(--v)); -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; background-size:200%;animation:shimmer 4s linear infinite; } .subtitle{color:var(--mu);font-size:14px;text-align:center;margin-bottom:18px} .desc{color:var(--mu);font-size:13.5px;text-align:center;line-height:1.65} .sec-title{ font-size:20px;font-weight:700;text-align:center;margin-bottom:16px; color:var(--g);letter-spacing:0.3px; } .level-ladder{display:flex;flex-direction:column;gap:9px;margin-top:20px;position:relative;z-index:2} .level-row{ display:flex;align-items:stretch;border-radius:16px;overflow:hidden; border:1px solid rgba(255,255,255,0.08);background:rgba(255,255,255,0.025); transition:transform .2s ease,border-color .2s ease,background .2s ease;cursor:default; position:relative; } .level-row::after{ content:'';position:absolute;inset:0;opacity:0; background:linear-gradient(90deg,transparent,rgba(255,255,255,0.03),transparent); transition:opacity .3s;pointer-events:none; } .level-row:hover{transform:translateX(6px) translateY(-1px);background:rgba(255,255,255,0.04)} .level-row:hover::after{opacity:1} .l1:hover{border-color:rgba(247,201,72,0.5);box-shadow:0 4px 20px rgba(247,201,72,0.12)} .l2:hover{border-color:rgba(247,180,72,0.5);box-shadow:0 4px 20px rgba(247,168,72,0.10)} .l3:hover{border-color:rgba(247,140,72,0.5);box-shadow:0 4px 20px rgba(247,130,72,0.10)} .l4:hover{border-color:rgba(247,90,72,0.5);box-shadow:0 4px 20px rgba(247,90,72,0.10)} .l5{animation:glow-border 2.5s ease-in-out infinite} .l5:hover{border-color:rgba(0,229,255,0.7)!important;box-shadow:0 4px 24px rgba(0,229,255,0.2)} .lvl-badge{ min-width:58px;display:flex;flex-direction:column;align-items:center;justify-content:center; padding:14px 10px;font-weight:700;font-size:13px;flex-shrink:0; } .lvl-num{font-size:24px;font-weight:700;line-height:1} .lvl-lbl{font-size:9px;opacity:.6;margin-top:2px;text-transform:uppercase;letter-spacing:.5px} .lvl-body{flex:1;padding:13px 16px} .lvl-name{font-size:15px;font-weight:700;margin-bottom:3px} .lvl-range{font-size:12px;color:var(--mu);margin-bottom:8px} .lvl-bar-wrap{background:rgba(255,255,255,0.07);border-radius:99px;height:6px;overflow:hidden} .lvl-bar{height:100%;border-radius:99px;animation:bar-fill .9s cubic-bezier(.4,0,.2,1) both} .lvl-prize{ display:flex;flex-direction:column;align-items:center;justify-content:center; padding:14px 18px;font-weight:700;border-left:1px solid rgba(255,255,255,0.06); min-width:80px;flex-shrink:0; } .prize-amt{font-size:17px;font-weight:700} .prize-lbl{font-size:10px;opacity:.55;margin-top:1px;text-transform:uppercase;letter-spacing:.4px} .l1 .lvl-badge{background:rgba(247,201,72,0.11);color:var(--g);border-right:1px solid rgba(247,201,72,0.2)} .l1 .lvl-bar{background:linear-gradient(90deg,#c49a20,var(--g));--w:20%;animation-delay:.1s} .l1 .lvl-name{color:var(--g)} .l1 .prize-amt{color:var(--g)} .l2 .lvl-badge{background:rgba(247,175,72,0.11);color:#f7a848;border-right:1px solid rgba(247,175,72,0.2)} .l2 .lvl-bar{background:linear-gradient(90deg,#c47820,#f7a848);--w:40%;animation-delay:.2s} .l2 .lvl-name{color:#f7a848} .l2 .prize-amt{color:#f7a848} .l3 .lvl-badge{background:rgba(247,130,72,0.11);color:#f78048;border-right:1px solid rgba(247,130,72,0.2)} .l3 .lvl-bar{background:linear-gradient(90deg,#c44820,#f78048);--w:60%;animation-delay:.3s} .l3 .lvl-name{color:#f78048} .l3 .prize-amt{color:#f78048} .l4 .lvl-badge{background:rgba(247,80,72,0.11);color:#f76040;border-right:1px solid rgba(247,80,72,0.2)} .l4 .lvl-bar{background:linear-gradient(90deg,#c43020,#f76040);--w:80%;animation-delay:.4s} .l4 .lvl-name{color:#f76040} .l4 .prize-amt{color:#f76040} .l5 .lvl-badge{background:rgba(0,229,255,0.10);color:var(--v);border-right:1px solid rgba(0,229,255,0.25);animation:pulse-volt 2.5s ease-in-out infinite} .l5 .lvl-bar{background:linear-gradient(90deg,#009bb0,var(--v));--w:100%;animation-delay:.5s} .l5 .lvl-name{color:var(--v)} .l5 .prize-amt{color:var(--v)} .flow-row{display:flex;align-items:center;gap:0;margin-top:18px;position:relative;z-index:2} .flow-step{ flex:1;text-align:center;padding:12px 6px;border-radius:14px; background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08); font-size:12px;line-height:1.4;transition:.2s ease;cursor:default; } .flow-step:hover{background:rgba(247,201,72,0.06);border-color:rgba(247,201,72,0.3);transform:translateY(-2px)} .flow-arrow{color:var(--mu);font-size:16px;padding:0 4px;flex-shrink:0} .flow-num{font-size:18px;font-weight:700;color:var(--g);display:block;margin-bottom:4px} .flow-txt{color:var(--mu);font-size:11px} .warn-box{ background:rgba(247,90,60,0.07);border:1px solid rgba(247,90,60,0.28); border-radius:14px;padding:14px 18px;margin-top:14px;position:relative;overflow:hidden; } .warn-box::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#f76040,#c43020);border-radius:3px 0 0 3px} .warn-title{color:#f78060;font-weight:700;font-size:14px;margin-bottom:6px;padding-left:8px} .warn-body{font-size:13px;line-height:1.6;color:var(--mu);padding-left:8px} .rule-row{ display:flex;align-items:flex-start;gap:12px;padding:11px 14px;border-radius:12px; margin-bottom:8px;background:rgba(255,255,255,0.025);border:1px solid rgba(255,255,255,0.07); transition:.18s ease; } .rule-row:hover{background:rgba(247,201,72,0.05);border-color:rgba(247,201,72,0.25);transform:translateX(3px)} .rnum{ background:var(--g);color:#000;font-weight:700;font-size:11px; width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center; flex-shrink:0;margin-top:1px; } .rtxt{font-size:13px;line-height:1.6;color:var(--tx)} .prize-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:16px} .pcol{border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:.2s ease;cursor:default} .pcol:hover{transform:translateY(-4px)} .phead{padding:13px 8px;text-align:center;font-weight:700;font-size:12px;border-bottom:1px solid rgba(255,255,255,0.07)} .pbody{ padding:13px 8px;background:rgba(255,255,255,0.025); text-align:center;flex:1;display:flex;flex-direction:column; gap:5px;align-items:center;justify-content:center; } .pbody .psub{font-size:10px;color:var(--mu)} .pbody .pamt{font-size:19px;font-weight:700} .pbody .pnote{font-size:10px;color:var(--mu);opacity:.7} .p1 .phead{background:linear-gradient(160deg,rgba(247,201,72,0.20),rgba(247,201,72,0.06));color:var(--g)} .p1 .pamt{color:var(--g)} .p1:hover{box-shadow:0 8px 24px rgba(247,201,72,0.15)} .p2 .phead{background:linear-gradient(160deg,rgba(247,175,72,0.20),rgba(247,175,72,0.06));color:#f7a848} .p2 .pamt{color:#f7a848} .p2:hover{box-shadow:0 8px 24px rgba(247,175,72,0.13)} .p3 .phead{background:linear-gradient(160deg,rgba(247,130,72,0.20),rgba(247,130,72,0.06));color:#f78048} .p3 .pamt{color:#f78048} .p3:hover{box-shadow:0 8px 24px rgba(247,130,72,0.13)} .p4 .phead{background:linear-gradient(160deg,rgba(247,80,72,0.20),rgba(247,80,72,0.06));color:#f76040} .p4 .pamt{color:#f76040} .p4:hover{box-shadow:0 8px 24px rgba(247,80,72,0.12)} .p5 .phead{background:linear-gradient(160deg,rgba(0,229,255,0.15),rgba(0,229,255,0.04));color:var(--v);animation:pulse-volt 2.5s ease-in-out infinite} .p5 .pamt{color:var(--v)} .p5:hover{box-shadow:0 8px 28px rgba(0,229,255,0.22)} .enter-bar{ background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.09); border-radius:14px;padding:13px 18px;margin-top:16px; display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap; transition:.2s ease;position:relative;overflow:hidden; } .enter-bar:hover{background:rgba(247,201,72,0.05);border-color:rgba(247,201,72,0.35)} .enter-bar::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--g),rgba(247,201,72,0.3));border-radius:3px 0 0 3px} .et{color:var(--g);font-size:15px;font-weight:700;flex-shrink:0;padding-left:8px} .etxt{font-size:13.5px;color:var(--tx);line-height:1.6} .dd-card{background:rgba(255,255,255,0.025);border:1px solid rgba(255,255,255,0.08);border-radius:14px;margin-top:14px;overflow:hidden} .dd-card summary{list-style:none;padding:13px 18px;cursor:pointer;outline:none;display:flex;align-items:center;justify-content:space-between;transition:.18s ease} .dd-card summary:hover{background:rgba(255,255,255,0.03)} .dd-card summary::-webkit-details-marker{display:none} .dd-title{color:var(--g);font-weight:700;font-size:15px} .dd-sub{color:var(--mu);font-size:12px} .dd-content{border-top:1px solid rgba(255,255,255,0.07);padding:14px 16px} .divider{display:flex;align-items:center;gap:10px;margin:16px 0;color:var(--mu);font-size:12px} .divider::before,.divider::after{content:'';flex:1;height:1px;background:rgba(255,255,255,0.08)} .volt-txt{color:var(--v)} .gold-txt{color:var(--g)} .tip-box{ background:rgba(0,229,255,0.05);border:1px solid rgba(0,229,255,0.2); border-radius:14px;padding:13px 16px;margin-top:14px;font-size:13px;line-height:1.6; } .tip-box strong{color:var(--v)} .pcol{border:1px solid rgba(255,255,255,0.07)}   Weekly Event 🎯 The Multiplier Run 🎯 Climb the levels. Increase the stakes. Unlock bigger rewards. A progressive betting challenge where every level unlocked earns you a share of that level's prize pool. Complete all 5 levels in strict order, the higher you climb, the greater the reward.


    Slot for this week (11 -18 May) 🎰Dragon Duel

    Minimun required bet:0.20$ 1LVL ⚡ Spark Multiplier: 100x – 499x   $800 pool 2LVL 🔥 Surge Multiplier: 500x – 999x   $1200 pool 3LVL 💥 Ignite Multiplier: 1,000x – 1,499x   $1500 pool 4LVL 🌋 Inferno Multiplier: 1,500x – 1,999x   $2000 pool 5MAX ⚡ Overdrive Multiplier: 2,000x+   $2500 pool   ⚙️ How It Works 1 Hit Level 1
    100x–499x → 2 Hit Level 2
    500x–999x → 3 Hit Level 3
    1,000x+ → 4 Hit Level 4
    1,500x+ → 5 Max Out
    2,000x+ 1 Levels must be completed in strict chronological order — Level 1 first, then 2, then 3, and so on. No skipping allowed. 2 Each qualifying bet must be placed after the previous level is completed. Bets placed out of sequence are invalid. 3 Every level you complete earns you a share of that level's own prize pool  shared among all players who reach it. ❌ Invalid progression example Hitting 3,000x before completing Level 1 will NOT count for Level 5. You must complete every level in order, the system tracks your bets chronologically. How to Enter: Reply to this topic with your Level 1 qualifying bet ID. Use the Edit option on your post to add Level 2–5 bet IDs as you progress. No need to create a new post for each level.   🏆 Prize Pool (per level): Each level has its own prize pool, split equally among all players who complete it. The further you go, the bigger the pot. Level 1
    100x–499x Split among $800 all completers Level 2
    500x–999x Split among $1200 all completers Level 3
    1,000x–1,499x Split among $1500 all completers Level 4
    1,500x–1,999x Split among $2000 all completers Level 5
    2,000x+ Split among $2500 all completers Pro tip: Even if you don't reach Level 5, every level you complete pays out. Clearing Level 1 and 2 already puts money in your pocket - the further you go the more you earn! Terms & Conditions Terms & Conditions Click to expand ▾ 1 You must be at least Bronze VIP level on our site to participate. 2 Levels must be completed in strict chronological order: Level 1 → 2 → 3 → 4 → 5. No skipping allowed under any circumstances. 3 Each qualifying bet must be placed after the previous level was completed. Out of sequence bets are automatically invalid. 4 Only level 2 KYC or higher verified users are eligible for prizes. 5 Stake employees cannot participate in official forum challenges. This restriction does not apply to moderators. 6 Only Stake.com and official Stake.com mirror site users are eligible. 7 Players using multiple accounts will be immediately disqualified. 8 Stake reserves the right to disqualify any user for promotion or account abuse, which may result in a permanent ban. 9 Allow up to 72 hours after the event closes for prize distribution. 10  Bets must have been made after 11/05/26 - (12 pm) UTC. 10 Winners will be contacted via support. Prizes are distributed as coupons, also posted as the final comment on this thread.
  21. Fire
    renku reacted to BratislavK in $2,000 Only on Stake 🔥   
    .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 $2,000 Only on Stake: Titan Gaming Now it’s time for a new challenge, and this week we’re focusing on Only on Stake content from Titan Gaming. Games Airstrike 2
    juice Monster
    Sweet Boom Minimum Bet 0.10 USD Target 50x+ Multiplier Dates May 10 to May 17 🎰 Airstrike 2 🎰 Juice Monster 🎰 Sweet Boom How to Enter
    1 Win a bet with 50x or higher multiplier on any of the selected slots. 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. Level 2 KYC or higher required. 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 5 Multipliers $100 Each Remaining Pool $1,500 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
  22. Fire
    renku got a reaction from MdSHBiR247 in 🔥 If Stake Gave You $100 Free Right Now… What Would You Do? 🔥   
    I'd probably try slots for like 25$ (wanted, le cowboy, Punk Rocker 3, Big bass [Any of them], or search for something new)
    I'd open Packs (the original game) for about 50$ worth of balance, because I'm on the hunt for my last card to complete the set, it's the hardest 10,000x one
    Then the rest I'd play Keno with
     
    Most likely if luck is not showing up to me, I'd withdraw at $50
    If wager is coming nicely and I see some hits here and there, but ultimately it goes bad I'd stop at $30 to cashout
    If I win, my goal would be to firstly get to $150 and then withdraw $100 and try to run it back to $150 with the $50 left to rinse and repeat until lose.
  23. Fire
    renku got a reaction from gajin in Weekend Stream + Giveaway   
    renku
  24. Fire
    renku reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  25. Fire
    renku reacted to BratislavK in $1,000 Weekend Vibes 🍹   
    ( May 8th - May 11th )
    $1,000 Weekend Vibes🍹
    Weekends are meant for relaxing, spinning your favorite slots, and enjoying the good vibes.
    To celebrate the weekend, we’re launching a simple and chill community challenge where everyone has a chance to win.
    No complicated rules.
    Just spin, enjoy the weekend, and share your best moment.
     
    How to Participate
    Play any slot on Stake Hit a multiplier of at least 200x or higher Post your Bet ID in this thread Minimum bet: $0.10 USD That’s it. Sit back, enjoy the weekend vibes, and let the wins roll in.
    Prize pool:
    $1,000 Total Prize Pool 10 winners $100 each Winners will be selected randomly from all valid entries.
    Tips & Terms & Conditions
    Bets must have been made after 08/05/2026 - (12 PM) UTC. Stake employees cannot 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. 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. 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. How to Enter:
    Paste your Bet ID in this thread (screenshot optional). Post only one valid Bet ID per user. Minimum bet: $0.10 USD Example Bet IDs:
     house:123456789000  casino:123456789000
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use