Jump to content

bokier27

Noob
  • Posts

    33
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    bokier27 got a reaction from KaiZidan in 🏆 $400 Endgame Quiz 🧠   
    1. 🥇 $7,000 Crown Chase | VIP Originals 👑
     
    2. 240
     
    3. 40x
     
    Stake id : BKR27
  2. Fire
    bokier27 got a reaction from gajin in Weekend Stream + Giveaway   
    BKR27
  3. Fire
    bokier27 got a reaction from gajin in Weekend Stream + Giveaway   
    BKR27 
  4. Fire
    bokier27 reacted to Jake7589 in 💰[$1,000] ​Bonus Clash: The Vault vs Jelly Party 🥊 ​   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .winner-banner { text-align:center; padding:40px 28px 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #FFB80033; margin-bottom:20px; position:relative; overflow:hidden; } .winner-banner::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:340px; height:340px; background: radial-gradient(circle, #FFB80022 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); } } .winner-banner h1 { font-size:32px; font-weight:900; line-height:1.1; 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:10px; } @keyframes shimmer { to { background-position:200% center; } } .winner-banner p { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto; line-height:1.7; } .winning-slot { display:flex; align-items:center; justify-content:center; gap:14px; background: linear-gradient(135deg, #FFB80018, #FFB80008); border:1px solid #FFB80055; border-radius:16px; padding:20px 24px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-slot:hover { box-shadow:0 0 40px #FFB80022; } .winning-slot::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .slot-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; font-weight:700; } .slot-name { font-size:28px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 20px #FFB80077; } } .slot-icon { font-size:36px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-btn { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; } .claim-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s; } .claim-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:18px; } .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:13px 16px; background:var(--primary); border-radius:12px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .winner-row:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .winner-left { display:flex; align-items:center; gap:12px; } .winner-rank { width:28px; height:28px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:14px; font-weight:600; color:var(--text); } .winner-prize { font-size:14px; font-weight:800; color:#FFB800; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:480px){ .winner-banner h1 { font-size:24px; } .slot-name { font-size:22px; } } We have our winners!
    Congratulations to the following randomly selected players who guessed right.
    The winning slot was The Vault 🏦 🎁 Claim Your Reward Link expires 30/4/2026 — claim before it's gone!
    Winners 10 Lucky Winners
    1 Ronan128 $100 2 Ohhohhoo $100 3 Kadoxy $100 4 Undamned $100 5 BKR27 $100 6 Mitkenso $100 7 slarkdenraab $100 8 Astar19 $100 9 Infinity0123 $100 10 Ninja988 $100
  5. Fire
    bokier27 got a reaction from banoon in 🏆 $400 Endgame Quiz 🧠   
    361x
     
    Drill
     
    moles
     
    Stake id : BKR27
  6. Fire
    bokier27 got a reaction from Sams4 in 🏆 $400 Endgame Quiz 🧠   
    361x
     
    Drill
     
    moles
     
    Stake id : BKR27
  7. Eddie
    bokier27 reacted to StakeWill in 💰[$1,000] ​​ Bonus Clash: Castle Clash vs Phoenix 1000 🥊   
    The answer was....... 🥁

    Castle Clash

    Congratulations to the following winners!






    Follow the link below to claim your prize!
    https://playstake.info/bonus?code=BonusClashCastleClashvsPhoenix1000

     
  8. Fire
    bokier27 reacted to Sam7519llon in 2x times hit plinko 10k x   
  9. Fire
    bokier27 reacted to Cafegitanes in $3,000 Slots Forum Challenge   
  10. Fire
    bokier27 got a reaction from Robbabillion79 in 🎁 Your Christmas Wishlist – Real or Dreamy   
    want to pay debts
     
    Stake id : BKR27
  11. Fire
    bokier27 got a reaction from StefanTl in 🎁 Your Christmas Wishlist – Real or Dreamy   
    want to pay debts
     
    Stake id : BKR27
  12. Fire
    bokier27 got a reaction from Chilli1990 in 🎁 Your Christmas Wishlist – Real or Dreamy   
    want to pay debts
     
    Stake id : BKR27
  13. Eddie
    bokier27 reacted to Jake7589 in 💰[$2,000 USD] Christmas Story-time 📖   
    🎄 Christmas Story-time 📖
    Ends: 20/12/2025 @  1.00 AM GMT

    Picture this, your snuggle in-front of a cozy fireplace, ready to hear a chirstmas tale, “Tis the night before Christmas ___” 🎄
    It's your job to finish the story in the replies 👇
    Reply in the comments with your Christmas stories, and we’ll select 10 random answers to win a share of $2,000! 💰
    Drop your stories below! 👇
    Requirements: 
    Reply to this thread with your Christmas stories Include your Stake ID. To have a valid entry, fill out the form below, providing your details  HERE
    Prize Pool: $2,000
    Distributed to 10 randomly selected winners who meet the above conditions. How to Enter:
    Reply to this thread with your Christmas stories Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 7 days for a shot at the prize pool. Winners are limited to 10. IMPORTANT: Don’t miss out! Stay tuned for the official winner announcements so you can grab your prize before the link expires. Users will not be credited after the 3-month time period ends. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  14. Fire
    bokier27 got a reaction from MilicaRa in 🎁 Your Christmas Wishlist – Real or Dreamy   
    want to pay debts
     
    Stake id : BKR27
  15. Bitcoin
    bokier27 got a reaction from roshmaro90 in 💰[$2,000 USD] Christmas Story-time 📖   
    A Christmas Memory by Truman Capote. Short, semi-autobiographical, and poignant.
     
    Stake id : BKR27
  16. Bitcoin
    bokier27 got a reaction from Stasik in 💰[$2,000 USD] Christmas Story-time 📖   
    A Christmas Memory by Truman Capote. Short, semi-autobiographical, and poignant.
     
    Stake id : BKR27
  17. Fire
    bokier27 got a reaction from lexxiluxx4 in 💰[$2,000 USD] StakeMas Never Ends 🎅🏼   
    Stake id : BKR27

    Stake id : BKR27
  18. Fire
    bokier27 got a reaction from RawMoon523 in 💰[$2,000 USD] StakeMas Never Ends 🎅🏼   
    Stake id : BKR27

    Stake id : BKR27
  19. Fire
    bokier27 got a reaction from Szechuan1 in 💰[$1,000] Tell us your spooky story 📚   
    I've lost a lot of money. I don't have much hope.
     
     
    Stake : BKR27
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use