Jump to content

Sirk23

Member
  • Posts

    231
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Sirk23 got a reaction from hadi009711 in 💰[$100,000] Football Raffle ⚽️   
    lets go
     
  2. Pepe - Crying
  3. Fire
    Sirk23 reacted to daniel_xxo in 🎯Double Down - $2000 Weekly Challenge🎯   
    casino:487139987658
    casino:486278203567
  4. Pepe - Excited
    Sirk23 got a reaction from markusma in ⚽️ Stakes World Chat Tournament - English 🇬🇧   
    sport:600989975 sport:600993539 sport:600997163 sport:600997163 sport:601002865 sport:601007076 sport:601008710 sport:601010186 sport:601010980 sport:601014572 sport:601576231 sport:601577891 sport:601579816 sport:601580154 sport:601573449 sport:601571694 sport:601596545 sport:601597428 sport:601598064 sport:601598908 sport:601600853 sport:601606097 sport:601609380 sport:601612108 sport:601612834 sport:602423482 sport:602423317 sport:601613644 sport:602424426 sport:602424079 sport:602422964 sport:602422769 sport:602422478 sport:602422345 sport:602421818 sport:602421494 sport:602421287 sport:602420958 sport:602420759 sport:602420569 sport:602420181 sport:602419995 sport:602419837 sport:602419114 sport:602418731 sport:602418029 sport:602417868 sport:602417576 sport:602417170 sport:602416831 sport:602416518 sport:602415135 sport:602414907 sport:602414768 sport:602414300
  5. Pepe - Hands Up
  6. Fire
    Sirk23 got a reaction from AleksandarMe in Suggest me best netflix series   
    Person of Interest  !!!
  7. Fire
    Sirk23 reacted to NemanjaPi in CTC Conquer The Casino Wrong Results   
    Hey @Sirk23

    Hey there's nothing to worry about,we didn't make the final update yet.
  8. Bitcoin
    Sirk23 got a reaction from waqas666 in CTC Conquer The Casino Wrong Results   
    @DragoslavP @NemanjaPi Again a wrong Result 😅
    Check Gemhalla Xtreme I get the Max Win 10.000x on 10 Cent 
    casino:484359179363
     
    Cheers 
  9. Fire
    Sirk23 reacted to Jake7589 in 💰[$15,000 USD] Maralago Vice 🌴   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #14082b; /* deep Vice City night */ --pink: #ff2d95; /* neon magenta */ --cyan: #1fe0d4; /* neon teal */ --orange: #ff8a3d; /* sunset orange */ --purple: #9b5cff; /* electric purple */ --gold: #ffcf5c; /* sunset gold — 1st place */ --silver: #9ff0e8; /* cyan tint — 2nd place */ --bronze: #ff8a3d; /* orange — 3rd place */ --blue: #1fe0d4; /* repurposed accent → neon cyan */ --surface: #20103f; --surface2: #2a1550; --text: #f3e8ff; --muted: #b98fd8; } * { 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:44px 28px 36px; background: linear-gradient(165deg, #2a1550 0%, #3d1a5e 38%, #5e1f5a 68%, #7a2750 100%); border-radius:20px; border:1px solid #ff2d9533; margin-bottom:20px; position:relative; overflow:hidden; } .header::before { content:''; position:absolute; top:-90px; right:-60px; width:380px; height:380px; background: radial-gradient(circle, #ff8a3d40 0%, #ff2d9522 38%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.7; transform:scale(1); } 50% { opacity:1; transform:scale(1.12); } } .hero-img-wrap { margin:0 0 24px; border-radius:16px; overflow:hidden; border:1px solid #1fe0d44d; box-shadow: 0 4px 28px rgba(0,0,0,.5); } .hero-img-wrap img { width:100%; display:block; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(255,45,149,.35); background:rgba(255,45,149,.1); color:#ff6cb0; 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, #ff2d95, #ffcf5c, #1fe0d4, #ff2d95); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; text-shadow:0 0 30px rgba(255,45,149,.25); } @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:#e0c8f0; max-width:480px; margin:0 auto 14px; line-height:1.7; } /* ── CTA BUTTON — inline, not full width ── */ .cta-section { margin-top:16px; } .cta-single { display:inline-flex; align-items:center; gap:10px; padding:14px 28px; background: linear-gradient(135deg, #ff2d95, #ff8a3d); color:#14082b; font-weight:900; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 22px #ff2d9555; font-size:15px; letter-spacing:.3px; } .cta-single::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; } .cta-single:hover { transform:translateY(-3px); box-shadow:0 8px 30px #ff2d9577; text-decoration:none !important; } .cta-single:hover::after { transform:translateX(100%); } .cta-single:active { transform:scale(.98); } .cta-icon { font-size:18px; line-height:1; } .cta-arrow { font-size:15px; transition:transform .2s; } .cta-single:hover .cta-arrow { transform:translateX(4px); } /* ── PRIZE HERO ── */ .prize-hero { background: var(--surface); border:1px solid #ff2d9544; border-radius:16px; padding:28px 18px; text-align:center; position:relative; overflow:hidden; margin-bottom:16px; transition:transform .3s, border-color .3s, box-shadow .3s; } .prize-hero:hover { transform:translateY(-4px); border-color:#ff2d95aa; box-shadow:0 12px 40px #ff2d9530; } .prize-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, #ff2d9520 0%, #ff8a3d10 45%, transparent 70%); pointer-events:none; } .prize-hero .badge { position:absolute; top:14px; right:18px; font-size:26px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-hero .prize-amount { font-size:52px; font-weight:900; position:relative; margin-bottom:8px; background:linear-gradient(90deg,#ff2d95,#ffcf5c); -webkit-background-clip:text; -webkit-text-fill-color:transparent; text-shadow:0 0 28px rgba(255,45,149,.3); } .prize-hero .prize-label { font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; position:relative; } .prize-hero .prize-sub { font-size:13px; color:#e0c8f0; margin-top:8px; position:relative; } .pill { background:#1fe0d412; border:1px solid #1fe0d433; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#5cf0e6; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#1fe0d422; border-color:#1fe0d466; } .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:#1fe0d433; box-shadow:0 4px 24px #1fe0d40d; } .section-title { font-size:12px; font-weight:700; color:var(--pink); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } /* ── LIVE BANNER ── */ .live-banner { display:flex; align-items:center; justify-content:center; gap:10px; background:linear-gradient(135deg,#1fe0d418,#1fe0d406); border:1px solid #1fe0d444; border-radius:12px; padding:12px 18px; margin-bottom:18px; font-size:13px; font-weight:700; color:#5cf0e6; letter-spacing:.4px; } .live-dot { width:9px; height:9px; border-radius:50%; background:#1fe0d4; box-shadow:0 0 0 0 #1fe0d499; animation:live-pulse 1.8s ease-out infinite; } @keyframes live-pulse { 0% { box-shadow:0 0 0 0 #1fe0d499; } 70% { box-shadow:0 0 0 8px #1fe0d400; } 100% { box-shadow:0 0 0 0 #1fe0d400; } } /* ── LEADERBOARD ── */ .leaderboard { display:flex; flex-direction:column; gap:10px; } .lb-row { display:flex; align-items:center; gap:14px; padding:16px 18px; background:var(--primary); border:1px solid #ffffff0a; border-radius:12px; transition:background .25s, border-color .25s, transform .25s; position:relative; overflow:hidden; } .lb-row:hover { background:#1d0e3a; transform:translateX(4px); } .lb-row::before { content:''; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--tier-color, #ffffff20); transition:width .25s; } .lb-row:hover::before { width:6px; } .lb-row.tier-1 { --tier-color:#ffcf5c; border-color:#ffcf5c44; } .lb-row.tier-1:hover { border-color:#ffcf5c88; box-shadow:0 4px 20px #ffcf5c22; } .lb-row.tier-2 { --tier-color:#9ff0e8; border-color:#9ff0e833; } .lb-row.tier-2:hover { border-color:#9ff0e888; } .lb-row.tier-3 { --tier-color:#ff8a3d; border-color:#ff8a3d33; } .lb-row.tier-3:hover { border-color:#ff8a3d88; } .lb-row.tier-4 { --tier-color:#ff2d95; border-color:#ff2d9533; } .lb-row.tier-4:hover { border-color:#ff2d9588; box-shadow:0 4px 20px #ff2d9522; } .lb-row.tier-5 { --tier-color:#9b5cff; border-color:#9b5cff2e; } .lb-row.tier-5:hover { border-color:#9b5cff77; } .lb-rank { min-width:48px; height:48px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:16px; border-radius:10px; background:#1d0e3a; color:var(--tier-color, #fff); border:1px solid var(--tier-color, #ffffff20); flex-shrink:0; } .lb-row.tier-1 .lb-rank { background:linear-gradient(135deg,#ffcf5c22,#ffcf5c08); font-size:22px; } .lb-row.tier-2 .lb-rank { background:linear-gradient(135deg,#9ff0e822,#9ff0e808); font-size:20px; } .lb-row.tier-3 .lb-rank { background:linear-gradient(135deg,#ff8a3d22,#ff8a3d08); font-size:20px; } .lb-info { flex:1; } .lb-place { font-size:14px; font-weight:800; color:#fff; } .lb-place .tier-tag { display:inline-block; margin-left:6px; padding:2px 8px; font-size:10px; font-weight:700; color:var(--tier-color, #fff); border-radius:999px; letter-spacing:.5px; text-transform:uppercase; vertical-align:middle; } .lb-sub { font-size:12px; color:var(--muted); margin-top:2px; } .lb-prize { font-size:18px; font-weight:900; color:var(--tier-color, #ff2d95); text-align:right; white-space:nowrap; } .lb-row.tier-4 .lb-prize, .lb-row.tier-5 .lb-prize { 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,#ff2d95,#9b5cff); 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 #ff2d9522; } .step-text { font-size:15px; color:#e0c8f0; 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:#1d0e3a; border-color:#1fe0d444; transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#e0c8f0; } .req-text strong { color:#ff6cb0; } /* ── PRIZE POOL ── */ .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,#ff2d9514,#ff8a3d08); border:1px solid #ff2d9544; border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px #ff2d9525; } .pool-total .amount { font-size:52px; font-weight:900; background:linear-gradient(90deg,#ff2d95,#ffcf5c); -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100%{filter:drop-shadow(0 0 0 #ff2d95)} 50%{filter:drop-shadow(0 0 18px #ff2d9577)} } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } /* ── NOTICE ── */ .notice { background:#ff8a3d10; border:1px solid #ff8a3d40; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:#ff8a3d88; } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0d0b0; line-height:1.7; } .n-text strong { color:#fff; } /* ── STAKE BADGE ── */ .stake-badge { text-align:center; padding:14px; background:linear-gradient(135deg,#1fe0d418,#9b5cff10); border:1px solid #1fe0d444; border-radius:12px; color:#5cf0e6; 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 #1fe0d425; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(31,224,212,.14),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:#1fe0d433; } 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(--cyan); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#a888c4; line-height:1.9; } .terms-body h2 { font-size:12px; color:var(--pink); 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(--cyan); } .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} .d9{animation-delay:.72s} @media(max-width:480px){ .header h1 { font-size:26px; } .pool-total .amount { font-size:38px; } .prize-hero .prize-amount { font-size:42px; } .lb-row { padding:12px 14px; gap:10px; } .lb-rank { min-width:40px; height:40px; font-size:14px; } .lb-prize { font-size:16px; } } Leaderboard Competition Maralago Vice
    Competition ends: 19/6/2026 @ 1:00 AM GMT
    Drop the Boss 2 before GTA 6
    Hit the highest multiplier on Drop the Boss: Maralago to climb the leaderboard and win a share of $15,000! The single biggest multiplier takes the grand prize.
    🌴 Play Drop the Boss: Maralago → 🏆 $15,000 Total Prize Pool Shared across the Top 10 multipliers 💡 Highest single multiplier on Drop the Boss: Maralago wins the grand prize 🏅 Leaderboard & Tiered Prizes   LEADERBOARD · UPDATES EVERY 2 HOURS 🥇 1st Place Grand Prize Highest multiplier $5,000 🥈 2nd Place Runner-up Second highest multiplier $3,000 🥉 3rd Place Bronze Third highest multiplier $2,000 4 4th Place Fourth highest multiplier $1,500 5 5th Place Fifth highest multiplier $1,000 6 6th Place Sixth highest multiplier $750 7 7th Place Seventh highest multiplier $600 8 8th Place Eighth highest multiplier $450 9 9th Place Ninth highest multiplier $400 10 10th Place  Tenth highest multiplier $300 📋 How To Enter 1 Play Drop the Boss: Maralago on Stake.com 2 Land the highest multiplier you can with at least a $0.20 USD bet 3 Copy your Bet ID from your best winning drop 4 Reply to this thread with your Bet ID to be placed on the leaderboard ✅ Requirements 🌴 Bets must be from Drop the Boss: Maralago 💵 Minimum bet amount: $0.20 USD 📈 Ranked by the highest multiplier 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool Breakdown $15,000 Total Prize Pool · 10 Winners 🥇 1st Place $5,000 🥈 2nd Place $3,000 🥉 3rd Place $2,000 4th Place $1,500 5th Place $1,000 6th Place $750 7th Place $600 8th Place $450 9th Place $400 10th Place $300 ⚠️ Don't miss out! The leaderboard below this post updates every 2 hours — keep climbing until the competition closes. 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 Leaderboard & Ranking
    Entrants are ranked by the highest qualifying multiplier achieved on Drop the Boss: Maralago. The leaderboard beneath this post will be updated every 2 hours until the competition closes. Only bets placed during the competition window count toward the leaderboard. In the event of a tied multiplier, the earliest submission timestamp takes the higher rank. Prizes & Delivery
    Winners' usernames will be displayed on the thread alongside a prize claim link. Prizes will be delivered within 14 days of the competition ending. Prizes are awarded strictly based on final leaderboard standing. 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
  10. Pepe - Crying
    Sirk23 reacted to davewang77 in 💰[$15,000 USD] Maralago Vice 🌴   
    will  try and post later
  11. Fire
    Sirk23 got a reaction from Tintin0909 in What's the biggest Monthly Bonus you've ever received on Stake?   
    1Deutsche Mark 😅
  12. Fire
    Sirk23 got a reaction from kuger12345 in $2,000 The Auction - Weekly Challenge 🎯   
    i bid 1151x 
     
    house:482843475762
  13. Pepe - Crying
    Sirk23 reacted to dontskemthem in $2,000 The Auction - Weekly Challenge 🎯   
    i bid 1199x
  14. Pepe - Crying
    Sirk23 reacted to iredbull007 in $2,000 The Auction - Weekly Challenge 🎯   
    i bid 1180x
  15. Pepe - Sad
    Sirk23 reacted to Aldo7 in 💰[$100,000] Football Raffle ⚽️   
    Let's go another raffle may not get rigged 🙇‍♂️💚❤🧡
  16. Pepe - Sad
    Sirk23 reacted to Jake7589 in 💰[$100,000] Football Raffle ⚽️   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { /* Brand Primary */ --navy: #071824; --white: #ffffff; /* Bolt (primary accent) */ --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; /* Crash */ --crash: #E9113C; --crash-dark: #C9000A; --crash-darker: #5D0718; /* Strike */ --strike: #FF7B00; --strike-dark: #FF4E00; --strike-darker: #663100; /* Charge */ --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; /* Dash */ --dash: #00CA51; --dash-dark: #00AD2A; --dash-darker: #005120; /* Surfaces */ --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; /* Display font */ --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } /* ─────── HEADER ─────── */ .header { text-align:center; padding:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; } .header h1 { font-family: var(--display); font-size:64px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; } .h1-accent { color:var(--charge); } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.15em; margin:18px 0 10px; } .ends-label strong { color:var(--white); } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 14px; line-height:1.7; } .header-desc:last-of-type { margin-bottom:24px; } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%); color:var(--white); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(20,117,225,0.45); } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } /* ─────── INLINE MATCH LINK ─────── */ .match-link { color:var(--bolt); text-decoration:none; border-bottom:1px dashed rgba(20,117,225,0.55); padding-bottom:1px; transition:color .2s, border-color .2s, border-style .2s; } .match-link:hover { color:#5fb0ff; border-bottom-color:#5fb0ff; border-bottom-style:solid; } .match-link strong { color:inherit; } /* ─────── PODIUM (TOP 3) ─────── */ .podium { display:grid; grid-template-columns:1fr 1.2fr 1fr; gap:14px; margin-bottom:16px; align-items:end; } .podium-card { border-radius:16px; padding:26px 16px 22px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; } .podium-card:hover { transform:translateY(-6px); } .podium-1 { grid-column:2; grid-row:1; background: linear-gradient(160deg, var(--charge) 0%, var(--charge-dark) 65%, var(--charge-darker) 130%); border-color: var(--charge); padding:36px 16px 30px; } .podium-1 .rank, .podium-1 .amount, .podium-1 .winner-of { color:var(--navy); } .podium-1:hover { box-shadow:0 16px 44px rgba(255,184,0,0.35); } .podium-2 { grid-column:1; grid-row:1; background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 65%, var(--bolt-darker) 130%); border-color: var(--bolt); } .podium-2:hover { box-shadow:0 16px 44px rgba(20,117,225,0.4); } .podium-3 { grid-column:3; grid-row:1; background: linear-gradient(160deg, var(--crash) 0%, var(--crash-dark) 65%, var(--crash-darker) 130%); border-color: var(--crash); } .podium-3:hover { box-shadow:0 16px 44px rgba(233,17,60,0.35); } .podium-card .rank { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.22em; color:var(--white); margin-bottom:6px; opacity:.9; } .podium-card .amount { font-family:var(--display); font-weight:900; font-size:44px; line-height:1; color:var(--white); letter-spacing:.01em; } .podium-1 .amount { font-size:52px; } .podium-card .winner-of { font-family:var(--display); font-weight:700; font-size:11px; letter-spacing:.25em; text-transform:uppercase; margin-top:10px; color:var(--white); opacity:.7; } /* ─────── PILL ─────── */ .pill { background:rgba(20,117,225,0.10); border:1px solid rgba(20,117,225,0.35); border-radius:40px; padding:12px 22px; text-align:center; font-size:13px; font-weight:600; color:#7fb8ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } /* ─────── SECTION ─────── */ .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } /* ─────── STEPS ─────── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { font-family:var(--display); min-width:38px; height:38px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:19px; color:var(--white); flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.12); box-shadow:0 0 0 6px rgba(20,117,225,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:7px; } .step-text strong { color:var(--white); } /* ─────── REQUIREMENTS ─────── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--navy); border-radius:12px; padding:14px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; } .req-item:hover { background:#0a2236; border-color:rgba(20,117,225,0.45); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:var(--bolt); } /* ─────── POOL HERO ─────── */ .pool-total { text-align:center; padding:32px 22px; background:linear-gradient(135deg, rgba(20,117,225,0.10), rgba(20,117,225,0.02)); border:1px solid rgba(20,117,225,0.35); border-radius:16px; margin-bottom:20px; transition:box-shadow .3s; position:relative; overflow:hidden; } .pool-total::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 0%, rgba(20,117,225,0.18) 0%, transparent 60%); pointer-events:none; } .pool-total:hover { box-shadow:0 0 40px rgba(20,117,225,0.18); } .pool-total .pool-label { font-family:var(--display); font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:.3em; margin-bottom:10px; position:relative; } .pool-total .pool-amount { font-family:var(--display); font-size:78px; font-weight:900; color:var(--bolt); line-height:1; letter-spacing:.01em; position:relative; animation: count-pulse 3s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { filter:drop-shadow(0 0 0 transparent); } 50% { filter:drop-shadow(0 0 24px rgba(20,117,225,0.5)); } } .pool-total .winners-line { font-family:var(--display); font-size:14px; color:var(--white); text-transform:uppercase; letter-spacing:.22em; margin-top:12px; font-weight:700; position:relative; } .pool-total .winners-line strong { color:var(--charge); } /* ─────── TIER TABLE ─────── */ .tier-head { display:grid; grid-template-columns:110px 1fr auto; gap:14px; padding:0 18px 10px; font-family:var(--display); font-size:11px; letter-spacing:.25em; text-transform:uppercase; color:var(--muted); font-weight:700; } .tier-head span:last-child { text-align:right; } .tier-table { display:flex; flex-direction:column; gap:6px; } .tier-row { display:grid; grid-template-columns:110px 1fr auto; gap:14px; align-items:center; padding:14px 18px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .tier-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); } .tier-rank { font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:18px; color:var(--white); letter-spacing:.04em; } .tier-winners { font-size:13px; color:var(--muted); } .tier-amount { font-family:var(--display); font-weight:900; font-size:22px; color:var(--bolt); text-align:right; letter-spacing:.01em; } .tier-row.t-charge { border-color:rgba(255,184,0,0.4); background:linear-gradient(90deg, rgba(255,184,0,0.07), var(--navy) 60%); } .tier-row.t-bolt { border-color:rgba(20,117,225,0.4); background:linear-gradient(90deg, rgba(20,117,225,0.07), var(--navy) 60%); } .tier-row.t-crash { border-color:rgba(233,17,60,0.4); background:linear-gradient(90deg, rgba(233,17,60,0.07), var(--navy) 60%); } .tier-row.t-strike { border-color:rgba(255,123,0,0.4); background:linear-gradient(90deg, rgba(255,123,0,0.07), var(--navy) 60%); } .tier-row.t-dash { border-color:rgba(0,202,81,0.4); background:linear-gradient(90deg, rgba(0,202,81,0.07), var(--navy) 60%); } .tier-row.t-charge .tier-amount { color:var(--charge); } .tier-row.t-bolt .tier-amount { color:var(--bolt); } .tier-row.t-crash .tier-amount { color:var(--crash); } .tier-row.t-strike .tier-amount { color:var(--strike); } .tier-row.t-dash .tier-amount { color:var(--dash); } /* ─────── NOTICE ─────── */ .notice { background:rgba(255,123,0,0.08); border:1px solid rgba(255,123,0,0.32); border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:rgba(255,123,0,0.6); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:var(--white); } /* ─────── STAKE BADGE ─────── */ .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ─────── TERMS ─────── */ details { background:var(--navy); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(20,117,225,0.3); } summary { padding:18px 20px; cursor:pointer; font-family:var(--display); font-weight:900; font-size:15px; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:var(--white); } summary::after { content:'▼'; font-size:10px; color:var(--bolt); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-family:var(--display); font-size:14px; color:var(--bolt); text-transform:uppercase; letter-spacing:.18em; margin:18px 0 8px; font-weight:900; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--bolt); } /* ─────── ANIMATION DELAYS ─────── */ .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} /* ─────── MOBILE ─────── */ @media(max-width:480px){ .header h1 { font-size:46px; } .pool-total .pool-amount { font-size:56px; } .podium { grid-template-columns:1fr; } .podium-1, .podium-2, .podium-3 { grid-column:1; grid-row:auto; } .podium-1 { order:1; } .podium-2 { order:2; } .podium-3 { order:3; } .tier-head, .tier-row { grid-template-columns:84px 1fr auto; gap:10px; padding:12px 14px; } .tier-rank { font-size:15px; } .tier-amount { font-size:17px; } .tier-winners { font-size:12px; } .section { padding:22px 18px; } } It's All At Stake $100K Football
    Raffle
    Competition ends: 18/7/2026 @ 1:00 AM GMT
    The biggest summer in football just got bigger. Here's your shot at $100K.
    We're not watching from the sidelines. We're putting $100,000 on the table for the fans who live for every moment in every match.
    Every $10+ bet you place is another Bet ID, another entry, another shot at the draw. Bet once, you're in. Bet ten times, you've got ten shots. Bet every match? The draw's stacked in your favour.
    It's All At Stake for you. Trust your team. Trust yourself. The more you back, the better your odds.
    ⚽️ Bet Now 1st Place $50,000 1 Winner 2nd $12,000 1 Winner 3rd $6,000 1 Winner 💡 Bets must be on any World Cup - The more Bets you share, the higher your chances [01] How To Enter 1 Place a qualifying bet on any World Cup on Stake.com 2 Copy your Bet ID after placing your bet 3 Reply to this thread with your Bet ID to enter [02] Requirements ⚽️ Bets must be on any World Cup 💵 Minimum bet: $10.00 USD or currency equivalent 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above [03] Prize Pool Total Prize Pool $100,000 100 Winners · Drawn at Random Position Winners Prize 1st 1 winner $50,000 2nd 1 winner $12,000 3rd 1 winner $6,000 4th 1 winner $4,000 5th 1 winner $3,000 6th 1 winner $2,000 7th 1 winner $1,500 8th 1 winner $1,200 9th 1 winner $1,000 10th 1 winner $800 11th – 15th 5 winners $700 ea 16th – 20th 5 winners $500 ea 21st – 30th 10 winners $400 ea 31st – 40th 10 winners $250 ea 41st – 55th 15 winners $175 ea 56th – 70th 15 winners $100 ea 71st – 85th 15 winners $75 ea 86th – 100th 15 winners $50 ea ⚠️ 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 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. 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. Fire
    Sirk23 reacted to NemanjaPi in The Auction lock today or 6 June?   
    Hey @Sirk23 
    I didn't lock it because I'm testing a new feature that has been added on some of our old promotions similar to Matchday Madness or Points Battle. I want to see how people will adapt to it. However, as always, I will count the bids that have been made within the 48-hour timeframe, as stated in the promotional rules.

    Best regards,
    NemanjaPi.
  18. Hmm
    Sirk23 reacted to Retardedegen in $2,000 The Auction - Weekly Challenge 🎯   
    i bid 1500x
  19. Pepe - Excited
    Sirk23 reacted to daniel_xxo in $2,000 The Auction - Weekly Challenge 🎯   
    I bid 1111x
  20. Stonks
    Sirk23 reacted to NemanjaPi in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    🎉 Congratulations 🎉
    You can claim prizes on the link below until the 23rd of June!
    Top 20 winners:
    Place Username Multiplier 1 droz 75000
    2 Sirk23 75000 3 PiniaGofman 50000 4 coolbogey 33333 5 LoskiY 25000 6 Kartenstapel
    25000 7 Ryderistic 20721.6   bosnian033 12500 9 chuachunkang 12500 10 GOLD7711
    12088.45 11 Florri89 12000 12 Redcap81 11401 13 daffyducky 10947.4 14 batguy 10532.7 15 Drbags 10000 16 Kelzipelzi 9992.5 17 CHiN0 9784.7 18 Jokkola1 9215.6 19 zhep 8596.6 20 wheelyboy321 7351.4 CLAIM HERE View the full list HERE
  21. Eddie
    Sirk23 reacted to BratislavK in Mid Week Chase May (13-14) Gates of Athena   
    nDo94 Dontskemthem Annichka Bossboyg Vernisaz Nerooo3 MonTenku Mushatwt Corys9 Tat40hk Edeheleh 12guek FAHRI645 Samsul6 Bosse83 Haftunatehy Mugunth234 Carlobolo Timicute droz Svetlovolosik Joaelv kosmos2 huispaaja ADanielson NackNack7 nisuryan647 Kilikka skozh Draymoment yuzuyu917 Kirara10 SvennieBanaan Musahwtty ZeroArmorTV erensvr7 ZottiderSotti LuckiestMF MehondaL Shlyapinson UBEB654 umutkara86 vlonegoat doertsch21 newuser59 nowloading semiletov77 Arsdie4427ars WannWoWie z1dd Sealedmatt sadlysnorkel GTR7589 amerikqn Polatfuat 1Capitano1 tantan25 BlondeLover quesoking domopk Lucas1A Sirk23 Lenguille organicpunk semrayc paulakseno TeslaStrate poyupuri drovert Tnew Kunto5 Didit717 Olena68S anntun Striker3573 larababic Mines5kk Ameobi kevzzz runtun798 blakjac666 Ishatwht Kartenstapel thenameisme263 NurEinenZehner mamo01LEI Nitish0202 skimzy243 littlematch nkislive BROKENBANDIT Alimhan3399 Mombasa Statti99 wheelyboy321 ricksrx19 MasMuslih jw888888 sizzlinghotx realperen LordLuhut Justin895 edxrest Guventunc yoshiko1121 Malva11 Knucks14 sigurdsun Juuuker Maik2k agyalagyula brsx CookedStake 9108807170 GUILLAUMERS ponpirasan SeeKa irlberries 02MMA pesuka33 WestiisGay markusma Baderboo InfiDaK1ng chicho089 mrbelphy chuachunkang Lewandosiki Tequitos30 topdawgjayz Paoran Mano328 quntti Gotsas fayzd
  22. Fire
    Sirk23 got a reaction from sahilkumar2405 in 💰[$1,000] Bonus Clash: Yokai vs Solar Girl 🥊   
    house:474976840313 
     
    Solar Girl
  23. Hmm
    Sirk23 reacted to GoGoGamblers in 🎯Double Down - $2000 Weekly Challenge🎯   
    casino:473444253285 854.05×
    casino:473446396113 310.25×
    total - 1164.3x
  24. Fire
    Sirk23 got a reaction from gajin in Weekend Stream + Giveaway   
    Sirk23
  25. Hmm
    Sirk23 reacted to GoGoGamblers in 💰[$2,500] ​Challenge Chase May - Week 2 🎰   
    casino:474258247563
    casino:474248312626
    casino:474246778459
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use