Jump to content

Zinou36

Noob
  • Posts

    42
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Zinou36 got a reaction from zlatan61 in Weekend Stream + Giveaway   
    Zinou36
  2. Eddie
    Zinou36 reacted to DragoslavP in ⚽​Stake Matchday Madness​ Week 40⚽   
    .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f5f7fb; background: radial-gradient(circle at 20% 10%, rgba(120,200,255,0.10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,220,120,0.08), transparent 45%), radial-gradient(circle at 50% 100%, rgba(180,140,255,0.08), transparent 55%), linear-gradient(145deg, #0f1722 0%, #121c2a 45%, #0e1520 100%); border:1px solid rgba(255,255,255,0.14); border-radius:26px; overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,0.35); position:relative; backdrop-filter: blur(10px); } .sf-wrap::before{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 85% 15%, rgba(120,180,255,0.10), transparent 45%), radial-gradient(circle at 20% 80%, rgba(255,210,120,0.07), transparent 50%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%); } .sf-wrap::after{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at center, transparent 55%, rgba(0,0,0,0.25) 100%); } .sf-hero{ position:relative; padding:34px 28px 28px; background: transparent; } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.25); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.10); box-shadow:0 6px 16px rgba(0,0,0,0.14); transition:all 0.25s ease; } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center; position:relative; padding-bottom:14px; } .sf-btns::after{ content:""; position:absolute; left:20%; right:20%; bottom:-10px; height:2px; background:linear-gradient(90deg,transparent,#f7c948,transparent); opacity:0.55; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; text-decoration:none !important; } .sf-btn-primary{ color:#1a1a1a !important; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); border:1px solid rgba(255,215,0,0.75); box-shadow:0 14px 28px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25); text-shadow:0 1px 0 rgba(255,255,255,0.35); position:relative; overflow:hidden; } .sf-btn-primary:hover{ transform:translateY(-3px) scale(1.08); box-shadow:0 18px 36px rgba(212,175,55,0.45); } .sf-btn-primary::after{ content:""; position:absolute; top:-60%; left:-70%; width:60%; height:200%; background:linear-gradient(120deg,transparent,rgba(255,255,255,0.35),transparent); transform:rotate(25deg); transition:all 0.6s ease; } .sf-btn-primary:hover::after{ left:120%; } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:stretch; } .sf-left, .sf-right{ flex:1 1 48%; min-width:320px; display:flex; flex-direction:column; } .sf-card{ background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.18); margin-bottom:20px; backdrop-filter: blur(12px); position:relative; transition:all 0.25s ease; } .sf-left .sf-card:last-child, .sf-right .sf-card:last-child{ margin-bottom:0; margin-top:auto; } .sf-card::before{ content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none; background:linear-gradient(135deg, rgba(247,201,72,0.04), transparent 45%, rgba(120,160,255,0.03)); } .sf-card h3{ margin:0 0 14px; font-size:24px; color:#ffffff; } .dropdown-card{ margin-top:20px; } .sf-main > .sf-card:last-child{ margin-top:28px; } .dropdown-trigger{ display:flex; align-items:center; justify-content:center; text-align:center; font-weight:900; font-size:18px; cursor:pointer; color:#ffffff; margin-bottom:0; } .rules-list{ list-style:none; padding:0; margin:0; counter-reset: rule; display:flex; flex-direction:column; gap:10px; } .rules-list li{ position:relative; padding:14px 16px 14px 56px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); transition:all 0.25s ease; color:#dbe4ff; font-size:14px; line-height:1.6; } .rules-list li::before{ counter-increment: rule; content: counter(rule); position:absolute; left:14px; top:50%; transform:translateY(-50%); width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#f7c948,#ffdd7a); box-shadow:0 6px 14px rgba(247,201,72,0.18); } .sf-card:hover{ transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.35); border: 1px solid rgba(247,201,72,0.45); } .rules-list li:hover{ transform: translateX(6px); background: rgba(247,201,72,0.06); border: 1px solid rgba(247,201,72,0.35); color: #ffffff; box-shadow: 0 10px 24px rgba(0,0,0,0.25); }    
    ⚽Stake Matchday Madness⚽ Round 40 | PSG - Arsenal
     
    (Europe, Champions League. The match is scheduled for 30.05.2026.)
     
     

    Ends: 30/05/26 (16:00 pm) GMT
    Requirements
    Guess correctly 7 questions that are posted on the poll below.
    Each category will be scored individually, and the total score will be calculated by adding them all together.
     
    To have a valid entry, fill out the form below.
     
    HERE
    Prize Pool
     
    1st place$150
    2nd place$100
    3rd place$50
    4th place$50
    5th place$50   In case of a tie, the user who submitted their form first will have an advantage. Additional Information
    Points are awarded based on the number of points next to the questions. All correct answers will be added together. In case of the match being postponed, the promotion will also be postponed. Total Score: Your total score will be the sum of points from all 7 guesses. Fill out the form that's linked to this topic to be eligible for promotion. The user with the highest Total Score will be declared the winner. If a player is not on the roster for that game due to injury or any other reason. In that case, only the predictions for selected players who participated in the match will be counted. A Pastebin leaderboard will be featured as part of the promotion. Terms & Conditions — click to expand
      Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. For payment, give us up to 72 hours from the end of the promotion. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.  
     
  3. Fire
    Zinou36 got a reaction from Jackpotfactory in Weekend Stream + Giveaway   
    Zinou36
  4. Bitcoin
    Zinou36 got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Zinou36
  5. Fire
    Zinou36 got a reaction from KaiZidan in Weekend Stream + Giveaway   
    Zinou36
  6. Fire
    Zinou36 got a reaction from Abhayspam in Weekend Stream + Giveaway   
    Zinou36
  7. Fire
    Zinou36 got a reaction from Abhayspam in Weekend Stream + Giveaway   
    Zinou36
  8. Fire
    Zinou36 got a reaction from Kooopa in $10,000 Last Leg Legend | March | Sports Challenge   
    sport:528564186
     
  9. Fire
    Zinou36 got a reaction from Freddnelson22 in $10,000 Last Leg Legend | March | Sports Challenge   
    sport:528564186
     
  10. Fire
    Zinou36 reacted to DragoslavP in $10,000 Highest Odds | March | Sports Challenge   
    Highest odds table:
     
    @nomore6765   5600.00 @nahuelur    610.08 @woshijay 511.24 @artisticlife   504.00 @Claudztzy 501.00 @Moneygeek011 476.23 @straight055   464.10 ($2.62) @daffeks 464.10    ($1.04) @Bobabic1   401/00 @Sbista 351.00 @AnaLizza   323.75 @daniel_xxo 313.03 @Tacoguy 301.00 @Noebelen   285.34 @Akhiii111   284.29 @kristiansen 282.96 @Luckyhunterrr 265.74 @saberpoutchi   253.29 @tomas leiva 252.00 @Malah251 248.17 @Atul Sharma 242.19 @cnbts7 231.66 @samtingwong   212.76 @rdo1337 205.49 @itsG 201.00 ($8.55) @Teku 201.00 @sugarpre   196.00 @zhestka 194.90 @Realnachiki97    193.44 @noachnshang 188.37 @Tiboo25    178.75 @Rychai 175.39 @unchicomas 170.03 @Bach   167.87 @Oulton   162.05 @medamyyn 158.49 @silent10xx 152.17 @emberz88 151.90 @Darkshark10 151.00 ($20) @jcpogi 151.00 @Eri2kkkk 151 ($2.00) @lamson69 151.00 @Ashima 144.85 @Philtatune 144.83 @Coldspring   143.07 @minsq 143.07 ($1.00 @Hexisme 143.00 @Depecito   143.00 (0.68) @Rajats13 141.86 @areum    137.22
  11. Fire
    Zinou36 got a reaction from kkkk99999 in $10,000 Last Leg Legend | March | Sports Challenge   
    sport:528564186
     
  12. Bitcoin
    Zinou36 got a reaction from TBei22 in Weekend Stream + Giveaway   
    Zinou36
  13. Fire
    Zinou36 got a reaction from Racher20 in $10,000 Highest Odds | January | Sports Challenge   
    sport:500130156
  14. Fire
    Zinou36 got a reaction from ibrahimsefedini in $3,000 Perfect 10 | Sports   
    sport:510584056
    User: zinou36
  15. Fire
    Zinou36 got a reaction from crawlh in Weekend Stream + Giveaway   
    Zinou36
  16. Fire
    Zinou36 got a reaction from NexusDice.com in $10,000 Highest Odds | October | Sports Challenge   
    sport:449848570
  17. Stonks
    Zinou36 reacted to NemanjaPi in $2,500 Perfect 10 | Sports   
    Week 207 ( September 29th - October 06th )
    👌Perfect 10👌
    Ends: 10/06/2025 @ (12 pm) GMT
    >
    Requirements:
    Win a multi-bet with at least x10 by betting on at least 10 matches (all sports).
      The minimum bet amount is set at 1USD$ (in any crypto currency). Tips & Terms & Conditions:
    You can bet on pre-match or live markets. Combined Same Game Multi bets and regular Same Game Multi bets are not eligible for the challenge! Voided, cancelled, half-loss, and half-win bets are not eligible for the challenge! Cashed-out bets are not eligible for the challenge. Bet must have been placed after 09/29/2025 12 PM UTC and it has to be settled before the timer expires! 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. 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. Prize Pool(s): (based on the number of unique players)
    Minimum prize pool: $300 If over 30 participants: $600 If over 40 participants: $900 If over 50 participants: $1,200 If over 100 participants: $2,000 If over 200 participants: $2,500 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. Extra reward: (fulfill the additional requirement and win some extras)
    Win an extra reward by hitting x100 or more and we will award you with $50. (all sports). How to Enter: 
    Respond to this topic by posting your sports bet ID (screenshot of the bet is optional). Examples of valid bet IDs:
    - sport:123456789
  18. Eddie
    Zinou36 got a reaction from Aschwaa in Weekend Stream + Giveaway   
    Zinou36
  19. Easy
    Zinou36 got a reaction from Polohonkia2 in Weekend Stream + Giveaway   
    Zinou36
  20. Wow
    Zinou36 got a reaction from khaled12312211 in New Stake Version Feedback   
    Im tired from getting tag in chat, its so hard 😭
  21. Wow
    Zinou36 got a reaction from wobblysausageee in New Stake Version Feedback   
    Im tired from getting tag in chat, its so hard 😭
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use