Jump to content

banoon

Member
  • Posts

    320
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    banoon reacted to DamjanTo in $2,000 Originals Showcase ⭐   
    🎉 Congratulations 🎉
    You can claim your prizes using the link below until July 18th!
    CLAIM HERE Make sure you are logged in to the proper account.
    Huge congratulations to our 10 winners:
    kaitalow
    sebapensiero
    kayneeh91
    gsgshua
    dvgurevich
    jenkmaister
    Mondi1904
    dibaliknabaN
    itzkekai
    Philip74
    Enjoy your prizes and thank you for taking part in the Originals Showcase! ⭐
  2. Fire
    banoon reacted to Jake7589 in 💰[$5,000 USD] Reel Bounty: Puffer Stacks 3   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --silver: #c0c8d4; --bronze: #cd7f32; --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:44px 28px 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 { margin:0 0 24px; border-radius:16px; overflow:hidden; border:1px solid #FFB80033; box-shadow: 0 4px 24px rgba(0,0,0,.4); } .hero-img-wrap img { width:100%; display:block; } .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 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, #FFB800, #e6a500); color:#071824; font-weight:900; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 18px #FFB80044; font-size:15px; letter-spacing:.3px; } .cta-single::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; } .cta-single:hover { transform:translateY(-3px); box-shadow:0 8px 28px #FFB80066; 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 #FFB80044; 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:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, #FFB80018 0%, transparent 65%); 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; color:#FFB800; position:relative; margin-bottom:8px; } .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:#b0cee4; margin-top:8px; position:relative; } .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; } /* ── LIVE BANNER ── */ .live-banner { display:flex; align-items:center; justify-content:center; gap:10px; background:linear-gradient(135deg,#00c85318,#00c85306); border:1px solid #00c85344; border-radius:12px; padding:12px 18px; margin-bottom:18px; font-size:13px; font-weight:700; color:#5fe08f; letter-spacing:.4px; } .live-dot { width:9px; height:9px; border-radius:50%; background:#00c853; box-shadow:0 0 0 0 #00c85399; animation:live-pulse 1.8s ease-out infinite; } @keyframes live-pulse { 0% { box-shadow:0 0 0 0 #00c85399; } 70% { box-shadow:0 0 0 8px #00c85300; } 100% { box-shadow:0 0 0 0 #00c85300; } } /* ── 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:#0a2236; 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:#FFB800; border-color:#FFB80044; } .lb-row.tier-1:hover { border-color:#FFB80088; box-shadow:0 4px 20px #FFB80022; } .lb-row.tier-2 { --tier-color:#c0c8d4; border-color:#c0c8d433; } .lb-row.tier-2:hover { border-color:#c0c8d488; } .lb-row.tier-3 { --tier-color:#cd7f32; border-color:#cd7f3233; } .lb-row.tier-3:hover { border-color:#cd7f3288; } .lb-row.tier-4 { --tier-color:#0079ff; border-color:#0079ff22; } .lb-row.tier-5 { --tier-color:#4a6a85; border-color:#ffffff10; } .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:#0a2236; 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,#FFB80022,#FFB80008); font-size:22px; } .lb-row.tier-2 .lb-rank { background:linear-gradient(135deg,#c0c8d422,#c0c8d408); font-size:20px; } .lb-row.tier-3 .lb-rank { background:linear-gradient(135deg,#cd7f3222,#cd7f3208); 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, #FFB800); 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:#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; } /* ── 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:#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; } /* ── PRIZE POOL ── */ .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; } /* ── NOTICE ── */ .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 ── */ .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%; } } /* ── TERMS ── */ 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} .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 Reel Bounty: Puffer Stacks 3
    Competition ends: 12/6/2026 @ 1:00 AM GMT
    Hit the highest multiplier on Puffer Stacks 3 to climb the leaderboard and win a share of $5,000! The single biggest multiplier takes the grand prize.
    One game. Your top multiplier. Top 10 win.
    🐡 Play Puffer Stacks 3 → 🏆 $5,000 Total Prize Pool Shared across the Top 10 multipliers 💡 Highest single multiplier on Puffer Stacks 3 wins the grand prize 🏅 Leaderboard & Tiered Prizes   LEADERBOARD · UPDATES EVERY 2 HOURS 🥇 1st Place Grand Prize Highest multiplier $2,000 🥈 2nd Place Runner-up Second highest multiplier $1,000 🥉 3rd Place Bronze Third highest multiplier $750 4 4th Place Fourth highest multiplier $500 5 5th Place Fifth highest multiplier $250 6–10 6th – 10th Place Top 10 5 winners $100 each 📋 How To Enter 1 Play Puffer Stacks 3 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 spin 4 Reply to this thread with your Bet ID to be placed on the leaderboard ✅ Requirements 🐡 Bets must be from Puffer Stacks 3 💵 Minimum bet amount: $0.20 USD 📈 Ranked by your highest multiplier 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool Breakdown $5,000 Total Prize Pool · 10 Winners 🥇 1st Place $2,000 🥈 2nd Place $1,000 🥉 3rd Place $750 4th Place $500 5th Place $250 6th – 10th · 5 winners $100 each ⚠️ 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 Puffer Stacks 3. 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
  3. Fire
    banoon reacted to BratislavK in Bet ID Prediction: May❓   
    🎉 Congratulations 🎉
    You can claim prizes on the link below until the July 7th!
    Target Bet ID: 481,816,231,534
    Place Username Bet ID Prize 1 Turntosun 481,816,102,932 $600 2 torchangel02 481,814,355,223 $400 3 Marbah 481,810,569,954 $200 4 Thinover 481,824,066,789 $100 5 Platinichi 481,808,060,583 $50 6 Lime131 481,831,078,131 $20 7 SH350i 481,832,101,301 $20 8 Nightabcd 481,800,073,523 $20 9 Tariktan54 481,800,000,000 $20 10 BonusKedi 481,795,800,611 $20 CLAIM HERE
  4. Fire
    banoon reacted to Gumigumi in Bet ID Prediction: June❓   
    Bet ID : 491.567.893.120
    Username : TabunganPiknik
  5. Fire
    banoon reacted to savagebud in Bet ID Prediction: June❓   
    484,772,447,881
    stake username-savagebud
  6. Fire
    banoon reacted to Rukani in Bet ID Prediction: June❓   
    Bet ID: 490,919,620,794
    Username: Matrukanikebon
  7. Fire
    banoon reacted to Robbabillion79 in Bet ID Prediction: June❓   
    Stake.com id:robbabillion79
    bet id:9️⃣4️⃣5️⃣,8️⃣7️⃣6️⃣,9️⃣4️⃣3️⃣,1️⃣2️⃣3️⃣
    🤞
  8. Fire
    banoon reacted to Uspech33 in Bet ID Prediction: June❓   
    Bet ID: 490,490,490,490
    Username: Uspech33
  9. Fire
    banoon reacted to crynxc in Bet ID Prediction: June❓   
    487,228,846,745
    crynxc
  10. Fire
    banoon reacted to ekybovi4 in Bet ID Prediction: June❓   
    488,864,554,777                                                                                                                                                                                                      ekybovi4
  11. Fire
    banoon reacted to DEWWARS in Bet ID Prediction: June❓   
    493.871.356.013
     
    DEWWARS
  12. Fire
    banoon reacted to Sufansasongko in Bet ID Prediction: June❓   
    Bet ID: 491,005,500,510
    Username: Sufansasongko
  13. Fire
    banoon reacted to Niknamemm in Bet ID Prediction: June❓   
    492 , 882, 111, 231
    niknamemm 
  14. Fire
    banoon reacted to psih88 in Bet ID Prediction: June❓   
    Bet ID: 487,827,278,890     psih88
  15. Fire
    banoon reacted to ANAHATA in Bet ID Prediction: June❓   
    493,222,187,003
    ANAHATAMM
  16. Fire
    banoon reacted to RAJASBK in Bet ID Prediction: June❓   
    Bet ID : 505,234,783,555
    Stake ID :RAJASBK
  17. Fire
    banoon reacted to ganglee in Bet ID Prediction: June❓   
    498,810,267,647
    ganglee
  18. Fire
    banoon reacted to Gurmaaann in Bet ID Prediction: June❓   
    493.859.745.129

    Gurmaann
  19. Fire
    banoon reacted to OnerdotoFN in Bet ID Prediction: June❓   
    495.513.880.114
    OnerdotoFN
  20. Fire
    banoon reacted to pigglywiggly in Bet ID Prediction: June❓   
    Bet ID: 490,105,111,991
    Stake ID: pigglywiggly
  21. Fire
    banoon reacted to Vancik in Bet ID Prediction: June❓   
    Bet ID: 492,125,171,777
    Stake ID Vancik
  22. Fire
    banoon reacted to Valling in Bet ID Prediction: June❓   
    Bet ID: 491,101,509,500
    Username: Valdooozzz
  23. Fire
    banoon reacted to NemanjaPi in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    :root { --bg: #07111f; --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --green: #3dd598; --red: #ff6b6b; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 24px; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%), radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%), linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%); min-height: 100%; overflow-x: hidden; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes softGlow { 0% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } 50% { box-shadow: 0 0 16px rgba(247, 201, 72, 0.16); } 100% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } } body::before { content: ""; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; mask-image: radial-gradient(circle at center, black 45%, transparent 95%); } .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 60px; position: relative; z-index: 1; } .hero { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); animation: fadeUp 0.5s ease-out; } .hero::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; top: -120px; right: -90px; background: radial-gradient(circle, rgba(247, 201, 72, 0.14), transparent 65%); filter: blur(12px); pointer-events: none; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 6px; } .badge { position: relative; overflow: hidden; } .badge::after { content: ""; position: absolute; top: -55%; bottom: -55%; width: 42%; background: linear-gradient( 90deg, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(167,233,255,0.22), rgba(255,255,255,0) ); filter: blur(5px); animation: diamondShine 3.4s linear infinite; } @keyframes diamondShine { 0% { transform: translateX(-180%) rotate(18deg); opacity: 0; } 15% { opacity: 0.2; } 50% { opacity: 0.95; } 85% { opacity: 0.2; } 100% { transform: translateX(180%) rotate(18deg); opacity: 0; } } .badge { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.16); } .badge-text { white-space: nowrap; } .status { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; text-align: center; } @keyframes livePulse { 0% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } 50% { box-shadow: 0 0 14px rgba(61, 213, 152, 0.35); transform: scale(1.05); } 100% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } } .status.live { background: rgba(61, 213, 152, 0.18); color: #3dd598; border: 1px solid rgba(61, 213, 152, 0.45); animation: livePulse 1.8s ease-in-out infinite; } .status.live::before { content: "●"; margin-right: 6px; color: #3dd598; animation: livePulse 1.8s ease-in-out infinite; } .status.closed { background: rgba(255, 107, 107, 0.15); color: #ff6b6b; border: 1px solid rgba(255, 107, 107, 0.40); } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; } .accent { color: var(--gold); } .lead { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; align-items: stretch; } .card { border: 1px solid var(--line); background: rgba(8, 16, 30, 0.72); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); position: relative; overflow: hidden; } .timer-card { padding: 22px; position: relative; } .timer-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(247, 201, 72, 0.04), transparent 42%); pointer-events: none; } .timer-top { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-bottom: 18px; position: relative; z-index: 1; } .timer-title { font-size: 15px; text-transform: uppercase; letter-spacing: 4px; color: var(--muted); font-weight: 700; text-align: left; } .timer-end { font-size: 14px; color: var(--gold); background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.22); padding: 8px 14px; border-radius: 999px; white-space: nowrap; animation: softGlow 2.8s ease-in-out infinite; } .timer-main { display: grid; grid-template-columns: 1.1fr auto; gap: 20px; align-items: center; position: relative; z-index: 1; margin-bottom: 18px; } .timer-copy { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; } .timer-grid { width: 100%; min-width: 0; display: flex; justify-content: center; align-items: center; } .timer-frame { display: flex; justify-content: center; align-items: center; width: 220px; height: 74px; padding: 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); } .timer-frame iframe { display: block; width: 250px; height: 80px; border: 0; transform: scale(0.80); transform-origin: center center; } .footer-note { display: inline-flex; align-items: center; justify-content: flex-start; padding: 12px 18px; color: var(--gold); font-size: 15px; line-height: 1.5; border-radius: 999px; background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.28); max-width: 100%; width: auto; text-align: left; position: relative; z-index: 1; animation: softGlow 2.8s ease-in-out infinite; } #timerStatus { cursor: pointer; text-decoration: none; transition: all 0.25s ease; } #timerStatus:hover { transform: translateY(-2px); background: linear-gradient(135deg, #3dd598, #2bbf84); border-color: rgba(61, 213, 152, 0.6); color: #0b1424 !important; box-shadow: 0 12px 26px rgba(61, 213, 152, 0.28); } .highlights { padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); transition: all 0.25s ease; position: relative; overflow: hidden; } .highlight:hover { transform: translateY(-5px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18); border-color: rgba(247, 201, 72, 0.25); } .highlight:hover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at center, rgba(247,201,72,0.10), transparent 70%); pointer-events: none; } .highlight strong { display: block; font-size: 22px; margin-bottom: 8px; color: var(--gold); } .highlight span { color: var(--muted); font-size: 14px; line-height: 1.55; } .section { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .section-card { padding: 26px; } .section-card h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -0.4px; } .rules { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; } .rules li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--muted); line-height: 1.55; } .rule-index { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #0b1424; background: var(--gold); margin-top: 1px; } .rule-text strong { color: var(--text); } table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); } th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); } th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,0.03); } tbody tr:hover { background: rgba(255,255,255,0.035); } tr:last-child td { border-bottom: 0; } .money { color: var(--gold); font-weight: 700; } .prize-note { margin-top: 60px; } .cta { margin-top: 24px; padding: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), rgba(255,255,255,0.04)), rgba(8, 16, 30, 0.8); } .cta h3 { margin: 0 0 8px; font-size: 24px; } .cta p { margin: 0; color: var(--muted); line-height: 1.6; max-width: 700px; } .button { display: inline-flex; color: #0b1424 !important; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 16px 22px; border: 0; border-radius: 16px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #ffd76a, #f7c948); box-shadow: 0 14px 28px rgba(247, 201, 72, 0.16); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; } .button:hover { background: linear-gradient(135deg, #3dd598, #2bbf84); color: #0b1424 !important; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(61, 213, 152, 0.22); } @media (max-width: 960px) { .section { grid-template-columns: 1fr; } .highlights { grid-template-columns: repeat(2, 1fr); } .cta { flex-direction: column; align-items: flex-start; } } @media (max-width: 860px) { .badge-wrap { flex-direction: column; align-items: flex-start; } .timer-top { grid-template-columns: 1fr; justify-items: center; } .timer-title { text-align: center; } .timer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; } .timer-copy { align-items: center; } .timer-grid { justify-content: center; min-width: auto; } } @media (max-width: 680px) { .container { width: min(100% - 20px, 1180px); padding-top: 18px; } .hero, .section-card, .cta, .timer-card { padding: 18px; } .highlights { grid-template-columns: 1fr; } h1 { letter-spacing: -1px; } .footer-note { max-width: 100%; } .timer-frame { width: 210px; height: 68px; } .timer-frame iframe { transform: scale(0.76); } } Exclusive VIP Slots LIVE NOW $7,000 Return of the King
    Hit the highest multiplier on any eligible 3rd party video slot, submit your valid bet ID, and climb the leaderboard.
    Time frame & requirements Ends 01 June 2026 • 12:00 UTC One lucky spin can still change the leaderboard.  PLAY NOW 100x Minimum multiplier required to qualify for the leaderboard. $0.20 USD Minimum bet amount in any currency for valid participation. Bronze Only Bronze VIP level and above are eligible to claim prizes. 1 Bet ID Post your bet ID in the topic. Feel free to edit your post if you hit a higher multiplier. Challenge Rules
    1 Game requirement: Win the highest multiplier on any 3rd party video slot except King's Coin by MultiBurst. 2 Minimum multiplier: Your winning spin must be 100x or above. 3 Minimum bet amount: $0.20 (or the equivalent in any currency). 4 Bets must have been made after 25/05/26 - (12 pm) UTC. 5 VIP and verification: Player must be at least Bronze VIP and have Level 2 KYC or higher. 6 Prizes will be determined by who has a higher multiplier. 7 Tie breaker: Higher average bet amount gets the advantage. If still tied, the earlier posted or edited entry takes priority. Prize Pool Distribution
    Placement Prize 1st $1,200 2nd $600 3rd $400 4th $300 5th $200 6th to 10th $140 each 11th to 20th $60 each 21st onward Share of $3,000 pool Winners are ranked by the highest multiplier. Eligible users outside top 20 still share the remaining pool. How to enter
    Play an eligible 3rd party slot, hit 100x or higher multiplier with a bet amount of at least $0.20, then post your bet ID. 
    Post your entry 📄 Full Terms & Conditions — click to expand This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use Prizes & Delivery
    Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prizes delivered within 72 hours of the competition ending. Winners selected at random from all eligible entries. One entry per user. Eligibility
    Feature buys are not allowed. Bronze VIP account or above. KYC Level 2 verification required. Bets must have been made after the commencement of this promotion. Account must have no restrictions or exclusions. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Must maintain only one Stake account. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake's Reserved Rights
    To amend the Rules at any time. To cancel the Competition at any time. To to disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
  24. Fire
    banoon reacted to NemanjaPi in $3,000 Perfect 10 | Sports   
    .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f5f7fb; background: radial-gradient(circle at 20% 10%, rgba(120,200,255,0.10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,220,120,0.08), transparent 45%), radial-gradient(circle at 50% 100%, rgba(180,140,255,0.08), transparent 55%), linear-gradient(145deg, #0f1722 0%, #121c2a 45%, #0e1520 100%); border:1px solid rgba(255,255,255,0.14); border-radius:26px; overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,0.35); position:relative; backdrop-filter: blur(10px); } /* soft animated glow overlay feel */ .sf-wrap::before{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 85% 15%, rgba(120,180,255,0.10), transparent 45%), radial-gradient(circle at 20% 80%, rgba(255,210,120,0.07), transparent 50%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%); } .sf-wrap::after{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at center, transparent 55%, rgba(0,0,0,0.25) 100%); } .sf-hero{ position:relative; padding:34px 28px 28px; background: transparent; } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.25); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.10); box-shadow:0 6px 16px rgba(0,0,0,0.14); transition:all 0.25s ease; } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center; position:relative; padding-bottom:14px; } .sf-btns::after{ content:""; position:absolute; left:20%; right:20%; bottom:-10px; height:2px; background:linear-gradient(90deg,transparent,#f7c948,transparent); opacity:0.55; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; text-decoration:none !important; } .sf-btn-primary{ color:#1a1a1a !important; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); border:1px solid rgba(255,215,0,0.75); box-shadow:0 14px 28px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25); text-shadow:0 1px 0 rgba(255,255,255,0.35); position:relative; overflow:hidden; } .sf-btn-primary:hover{ transform:translateY(-3px) scale(1.08); box-shadow:0 18px 36px rgba(212,175,55,0.45); } .sf-btn-primary::after{ content:""; position:absolute; top:-60%; left:-70%; width:60%; height:200%; background:linear-gradient(120deg,transparent,rgba(255,255,255,0.35),transparent); transform:rotate(25deg); transition:all 0.6s ease; } .sf-btn-primary:hover::after{ left:120%; } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:flex-start; } .sf-left, .sf-right{ flex:1 1 48%; min-width:320px; display:flex; flex-direction:column; } .sf-card{ background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.18); margin-bottom:20px; backdrop-filter: blur(12px); position:relative; transition:all 0.25s ease; } .sf-left .sf-card:last-child, .sf-right .sf-card:last-child{ margin-bottom:0; margin-top:auto; } .sf-card::before{ content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none; background:linear-gradient(135deg, rgba(247,201,72,0.04), transparent 45%, rgba(120,160,255,0.03)); } .sf-card h3{ margin:0 0 14px; font-size:24px; color:#ffffff; } .sf-mini{ display:grid; gap:12px; } .sf-mini-box{ padding:14px 15px; border-radius:16px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); font-size:15px; line-height:1.65; color:#ffffff; } .sf-prize-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-prize-big{ padding:18px; border-radius:18px; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); color:#1c1930; box-shadow:0 12px 26px rgba(212,175,55,0.35); margin-bottom:12px; } .sf-prize-small{ padding:16px 18px; border-radius:18px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); margin-bottom:12px; } .dropdown-card{ margin-top:20px; } .dropdown-trigger{ display:flex; align-items:center; justify-content:center; text-align:center; font-weight:900; font-size:18px; cursor:pointer; color:#ffffff; margin-bottom:0; } .rules-list{ list-style:none; padding:0; margin:0; counter-reset: rule; display:flex; flex-direction:column; gap:10px; } .rules-list li{ position:relative; padding:14px 16px 14px 56px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); transition:all 0.25s ease; color:#dbe4ff; font-size:14px; line-height:1.6; } .rules-list li::before{ counter-increment: rule; content: counter(rule); position:absolute; left:14px; top:50%; transform:translateY(-50%); width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#f7c948,#ffdd7a); box-shadow:0 6px 14px rgba(247,201,72,0.18); } .rules-list li:hover{ transform:translateX(6px); background:rgba(247,201,72,0.06); border:1px solid rgba(247,201,72,0.35); box-shadow:0 10px 24px rgba(0,0,0,0.25); color:#ffffff; } .sf-main > .sf-card:last-child{ padding:10px 18px; } .sf-main > .sf-card{ margin-top:24px; } .sf-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,0.35); border:1px solid rgba(247,201,72,0.45); } .sf-chip:hover{ transform:translateY(-4px) scale(1.02); box-shadow:0 12px 26px rgba(0,0,0,0.25); border:1px solid rgba(247,201,72,0.35); } @media (max-width:640px){ .sf-title{font-size:32px;} .sf-hero{padding:24px 18px;} .sf-main{padding:18px;} .sf-btn{width:100%;text-align:center;} }  
    $3,000 Perfect 10
      Win a bet with at least x10 by betting on at least 10 matches/selections. Eligible sports All Sports Minimum Bet amount $1 USD Minimum ODds 10x or above VIP level Bronze or above Promotionional period May 11 -  May 18 (12 pm UTC) BET NOW! Additional Information
    Bets must have been made after 11/05/2026 - (12 pm) UTC. You need 10+ forum posts and Level 2 KYC or higher. You can bet on pre-match or live markets. Voided, cancelled, half-loss, and half-win bets are not eligible for the challenge. Cashed-out bets are not eligible for the challenge. Stake Shield bets are eligible for the promotion. Only selections that result in a win will contribute to your total number of winning selections. Only one valid entry per user. You have to be one of the VIP members on our site (at least the Bronze VIP level). Prize Pool
    Maximum Prize Pool $3,000 Tiered Prize Pool
      Minimum prize pool$300
    30 - 40 participants$600
    41 - 50 participants$900
    51 - 100 participants$1,200
    101 - 200 participants$2,500
    201 or more participants$3,000 Distribution
      All players who complete the challenge in the next 7 days, will get a share in the prize pool!  Extra reward 💰
    Win an extra reward by hitting x100 or more and we will award you $50!
    Terms & Conditions — click to expand
      Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. For payment, give us up to 72 hours from the end of the promotion. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.  
     
  25. Fire
    banoon got a reaction from KaiZidan in Bet ID Prediction: May❓   
    481 418 205 000  
    Id : banoon 
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use