Jump to content

Mauricio280

Noob
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Mauricio280 got a reaction from Hsn7589 in Birthday Bonus   
  2. Fire
    Mauricio280 got a reaction from MDSHANGA in Recuperar bono   
    Alguien sabe si se puede hacer algo para recuperar BONIFICACIÓN no reclamando debido a no poder ingresar a la cueta
  3. Ethereum
    Mauricio280 got a reaction from PACO6475 in Recuperar bono   
    Alguien sabe si se puede hacer algo para recuperar BONIFICACIÓN no reclamando debido a no poder ingresar a la cueta
  4. Fire
    Mauricio280 reacted to JotaroKuje in 💰[$20,000 USD] Cricket Raffle Bash 🏏   
    sport:543526175
  5. Fire
    Mauricio280 reacted to JediMonk in 💰[$20,000 USD] Cricket Raffle Bash 🏏   
    sport:543527065
  6. Fire
    Mauricio280 reacted to Eujgle in 💰[$20,000 USD] Cricket Raffle Bash 🏏   
    sport:543525749
  7. Fire
    Mauricio280 reacted to Exquisiteblood in 💰[$20,000 USD] Cricket Raffle Bash 🏏   
    sport:543527620
  8. Fire
    Mauricio280 reacted to Jake7589 in 💰[$20,000 USD] Cricket Raffle Bash 🏏   
    #translate-bar { display: flex; align-items: center; justify-content: flex-end; gap: 10px; padding: 10px 16px 0; background: transparent; max-width: 960px; margin: 0 auto; } #translate-btn { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 999px; border: 1px solid rgba(255,184,0,0.35); background: rgba(255,184,0,0.10); color: #FFB800; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 0.06em; cursor: pointer; transition: background 0.18s ease, transform 0.18s ease; text-decoration: none; } #translate-btn:hover { background: rgba(255,184,0,0.20); transform: translateY(-1px); } .raffle-post { --bg: #071824; --bg-deep: #04111a; --bg-soft: #0d2230; --accent: #FFB800; --accent-soft: rgba(255, 184, 0, 0.14); --text: #f4f7f9; --muted: #9fb0bc; --line: rgba(255,255,255,0.10); --line-soft: rgba(255,255,255,0.06); --card: rgba(255,255,255,0.04); --shadow: 0 24px 60px rgba(0,0,0,0.35); --radius-xl: 28px; --radius-lg: 20px; --radius-md: 14px; max-width: 960px; margin: 28px auto; color: var(--text); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; } .raffle-post * { box-sizing: border-box; } .raffle-post a { color: inherit; text-decoration: none; } .raffle-shell { position: relative; overflow: hidden; padding: 28px; border-radius: 34px; background: radial-gradient(circle at top left, rgba(255,184,0,0.08), transparent 24%), linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 38%, var(--bg-soft) 100%); border: 1px solid var(--line-soft); box-shadow: var(--shadow); } .hero { border-radius: var(--radius-xl); overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)); border: 1px solid var(--line); margin-bottom: 18px; } .hero-image { padding: 18px 18px 0; } .hero-image-frame { overflow: hidden; border-radius: 22px; border: 1px solid var(--line); background: #091723; } .hero-image img { width: 100%; max-width: 100%; display: block; } .hero-body { padding: 28px 24px 26px; text-align: center; } .eyebrow { display: inline-block; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(255,184,0,0.22); background: rgba(255,184,0,0.08); color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; } .hero-title { margin: 0; font-size: 48px; line-height: 1; font-weight: 900; letter-spacing: -0.04em; color: var(--text); } .hero-title .accent { color: var(--accent); } .hero-subtitle { max-width: 720px; margin: 16px auto 0; color: var(--muted); font-size: 18px; } .hero-subtitle strong { color: var(--text); } .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 26px 0 18px; } .stat { padding: 18px 14px; border-radius: 18px; background: var(--card); border: 1px solid var(--line-soft); text-align: center; } .stat-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; } .stat-value { display: block; color: var(--text); font-size: 27px; line-height: 1.1; font-weight: 900; } .stat-note { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; } .countdown-wrap { display: inline-block; padding: 12px 14px; border-radius: 18px; background: var(--card); border: 1px solid var(--line-soft); } .countdown-label { display: block; margin-bottom: 8px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; } .cta-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; } .cta-main, .cta-secondary { display: inline-flex; align-items: center; justify-content: center; min-width: 180px; padding: 15px 22px; border-radius: 999px; font-weight: 900; letter-spacing: 0.02em; transition: transform 0.18s ease, opacity 0.18s ease; } .cta-main { background: var(--accent); color: #1e1500; } .cta-secondary { background: transparent; color: var(--text); border: 1px solid var(--line); } .cta-main:hover, .cta-secondary:hover { transform: translateY(-1px); } .hero-note { margin-top: 14px; color: var(--muted); font-size: 13px; } .grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 18px; margin-top: 18px; } .panel { padding: 22px; border-radius: var(--radius-lg); background: var(--card); border: 1px solid var(--line-soft); } .section-tag { display: inline-block; margin-bottom: 10px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; } .panel h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.1; color: var(--text); } .panel-intro { margin: 0 0 18px; color: var(--muted); font-size: 15px; } .steps { display: grid; gap: 12px; } .step { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 15px; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-soft); } .step-no { width: 48px; height: 48px; border-radius: 14px; background: rgba(255,184,0,0.12); border: 1px solid rgba(255,184,0,0.18); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 19px; font-weight: 900; } .step-title { margin: 0 0 4px; color: var(--text); font-size: 16px; font-weight: 800; } .step-text { margin: 0; color: var(--muted); font-size: 14px; } .reply-box { margin-top: 18px; padding: 18px; border-radius: 18px; background: rgba(255,184,0,0.07); border: 1px solid rgba(255,184,0,0.16); text-align: center; } .reply-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; } .reply-value { display: inline-block; padding: 12px 16px; border-radius: 14px; background: rgba(7,24,36,0.65); border: 1px solid rgba(255,255,255,0.08); color: var(--text); font-size: 21px; font-weight: 900; cursor: pointer; transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease; } .reply-value:hover { transform: translateY(-1px); border-color: rgba(255,184,0,0.28); background: rgba(255,184,0,0.10); } .reply-help { margin-top: 10px; font-size: 12px; color: var(--muted); } .stack { display: grid; gap: 12px; } .mini-card { padding: 16px; border-radius: 14px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-soft); } .mini-card h3 { margin: 0 0 6px; color: var(--text); font-size: 15px; font-weight: 800; } .mini-card p { margin: 0; color: var(--muted); font-size: 14px; } .notice { margin-top: 16px; padding: 14px 16px; border-radius: 14px; background: rgba(255,184,0,0.07); border: 1px solid rgba(255,184,0,0.16); color: var(--muted); font-size: 14px; } .notice strong { color: var(--text); } .full-panel { grid-column: 1 / -1; } .clean-list { margin: 0; padding: 0 0 0 20px; display: grid; gap: 8px; color: var(--muted); font-size: 15px; } .clean-list li strong { color: var(--text); } .terms-header { grid-column: 1 / -1; padding: 22px 22px 0; } .terms-header h2 { margin: 0; color: var(--text); font-size: 28px; } .terms-header p { margin: 8px 0 0; color: var(--muted); } .raffle-post .ipsQuote { background: var(--card); border: 1px solid var(--line-soft); border-radius: 20px; overflow: hidden; } .raffle-post .ipsQuote_citation { padding: 14px 18px; background: rgba(255,255,255,0.03); color: var(--text); font-weight: 800; border-bottom: 1px solid var(--line-soft); } .raffle-post .ipsQuote_contents { padding: 20px 20px 6px; color: var(--muted); } .raffle-post .ipsQuote_contents p, .raffle-post .ipsQuote_contents li { color: var(--muted); } .raffle-post .ipsQuote_contents h2 { color: var(--text); font-size: 20px; margin-top: 18px; } .raffle-post .ipsQuote_contents a { color: var(--accent); text-decoration: underline; } .footer-note { margin-top: 16px; text-align: center; color: var(--muted); font-size: 13px; } @media (max-width: 860px) { .raffle-shell { padding: 16px; border-radius: 24px; } .hero-title { font-size: 34px; } .hero-subtitle { font-size: 16px; } .stats, .grid { grid-template-columns: 1fr; } .hero-body, .panel { padding: 16px; } .reply-value { font-size: 18px; } } Translate to Hindi Premier T20 Competition Giveaway Cricket Raffle Bash
    We’re giving away $20,000 to 100 lucky winners. Place qualifying Bets on the IPL, then reply in this thread with your Bet ID to enter.
    Prize Pool $20,000 100 winners Minimum Bet $5 IPL only How To Enter Bet + Reply Post your Bet ID Ends 31/5/2026 1:00 AM GMT Countdown Bet Now How To Enter The more qualifying Bets you place, the better your chance of being selected. How To Enter Three simple steps
    Keep it simple and follow the steps below.
    1 Place a bet on the IPL
    Place any sport bet on the IPL Competition with a minimum amount of $5.
    2 Make sure it qualifies
    Cashed-out bets and void bets do not count.
    3 Reply with your Bet ID
    Post your Bet ID in this thread after placing your qualifying bet.
    Reply FormatBet ID: Your bet ID here Click this to jump to the reply box and prefill your comment. Quick Rules What matters most
    The important details in one place.
    Prize
    $20,000 shared across 100 randomly selected winners.
    Qualifying Bet
    Any IPL sport bet with a minimum stake of $5.
    Not Counted
    Cashed-out bets and void bets are excluded.
    Important: Stay tuned for the official winner announcement so you can claim your prize before the link expires. Users will not be credited after the 3 month claim period ends. Requirements Before you enter
    Place a qualifying sport bet on the IPL. Your minimum bet amount must be $5. Reply to this thread with your Bet ID. Cashed-out and void bets do not count. Stake.com users only. Prize Distribution How the prize pool works
    Complete the challenge before the competition closes for a chance to win. Winners are limited to 100 total users. Eligible winners are selected at random from valid entries. Terms of Service - Competition
    For full Terms of Service, expand the quote below.
    Please read all conditions carefully before entering.
  9. Fire
    Mauricio280 got a reaction from Abhayspam in Promo reward not credited   
    Mauricio280 
  10. Fire
    Mauricio280 got a reaction from Abhayspam in Promo reward not credited   
    No se acredito nada 
  11. Fire
    Mauricio280 reacted to adarshpn in Promo reward not credited   
    Does anyone else find this problem. This promo reward says done but it's not credited in my account 

  12. Fire
    Mauricio280 reacted to MladenS in 🏆 Grand Monthly Reward - April 🏆   
    🏆 Leaderboard 🏆  
     
    @daffyducky 61 points @Sabrosa10 27 points @daniel_xxo 24 points @Randyflares 16 points @Ansar5050 12 points @Olena68S 8 points @RuslR 7 points @BiggDogg 7 points @ZeroArmorTV 6 points @Blair14 5 points @iredbull007 5 Points @dvgurevich 5 points @onetimemax 5 points @whiteylicious 5 points @dontskemthem 5 points  @KartenStapel 5 points  @Zeus 5 points  @SPN 4 points  @NurEinentenner 4 points @pAsi777 4 points @WannWoWie 3 points  @lswook 3 points @AlienBeaverH 3 points @Topman 3 points @natah3 3 points @정형진  3 points @Sulttaani 3 points @adanakebb 2 points @Maaarud666 1 point @z1dd 1 point @oddsennuNO 1 point @BananeOGz 1 point @pluskemoi 1 point @molasqwins 1 point  @FuzzyB 0 points - not eligible @marumlj 0 points - not eligible @kevxhk1 0 points - not eligible
  13. Fire
    Mauricio280 reacted to MladenS in 🏆 Grand Monthly Reward - April 🏆   
    :root { --bg: #07111f; --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --green: #3dd598; --red: #ff6b6b; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 24px; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%), radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%), linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%); min-height: 100%; overflow-x: hidden; } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; text-align: center; } h1 span { background: linear-gradient(90deg, #f7c948, #fff3b0, #f7c948); -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: goldGlow 3s ease-in-out infinite; } @keyframes goldGlow { 0% { filter: drop-shadow(0 0 1px rgba(247,201,72,0.15)); } 50% { filter: drop-shadow(0 0 6px rgba(247,201,72,0.35)); } 100% { filter: drop-shadow(0 0 1px rgba(247,201,72,0.15)); } } .hero { border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(225deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); animation: fadeUp 0.5s ease-out; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } .lead { margin: 0 auto 18px; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; text-align: center; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; } .card { border: 1px solid var(--line); background: rgba(8, 16, 30, 0.72); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); padding: 22px; } .timer-card { padding: 22px; } .highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: stretch; } .highlight.full { grid-column: 1 / -1; text-align: center; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); height: 100%; } .section-title { font-size: 20px; font-weight: 600; color: #ffffff; margin-bottom: 10px; } .ends-side span { display: inline-block; padding: 10px 18px; border-radius: 999px; background: rgba(247, 201, 72, 0.08); border: 1px solid rgba(247, 201, 72, 0.35); color: #ffffff; font-size: 12px; animation: eggPulse 2.8s ease-in-out infinite; width: 100%; max-width: 240px; } @keyframes eggPulse { 0% { transform: scale(1); } 50% { transform: scale(1.04); } 100% { transform: scale(1); } } .money { color: var(--gold); font-weight: 700; } table { width: 100%; border-collapse: collapse; border-radius: 18px; overflow: hidden; } th, td { padding: 7px 10px; border-bottom: 1px solid rgba(255,255,255,0.08); } tbody tr td:last-child { text-align: right; } .muted-text { color: var(--muted); } 👑 Buzzer Beater - Grand Monthly Reward 👑
    Along with the regular prizes for the Daily Challenge - Buzzer Beater, the winners will receive points that will count toward a Grand Monthly reward!
    Daily Points Each day, players who finish in the TOP 3 earn points.
    🥇 1st – 5 Points
    🥈 2nd – 3 Points
    🥉 3rd – 1 Point
    Prize Pool Distribution 1st $1,400 2nd $1000 3rd $800 4th $500 5th $300 📊 Monthly Ranking At the end of the month, all the points will be summed up, and the top 5 players will be rewarded with additional prizes.
    All points are accumulated throughout the month.
    Top 5 players at the end of the month receive rewards.
    Tie-Breaker:
    - In case of a tie, prizes will be determined by the sum of all multipliers for each player.
    - In case of a tie again, the user with a higher average bet amount will be given the advantage.
  14. Fire
    Mauricio280 reacted to shinebright89 in Drop codes   
    I do not believe I've ever seen a drop code and I've searched and searched..  do they come directly to us or do we have a particular place to look?
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use