Jump to content

k0k4ine

Member
  • Posts

    270
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    k0k4ine reacted to Jake7589 in 💰[$5,000 USD] Football Bash ⚽️   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --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 { text-align:center; padding:0 0 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:120px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(255,184,0,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.45; transform:translateX(-50%) scale(1); } 50% { opacity:.85; transform:translateX(-50%) scale(1.15); } } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:1px solid #ffffff14; position:relative; z-index:1; } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:34px 28px 0; position:relative; z-index:1; } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--charge); text-transform:uppercase; margin-bottom:14px; } .header h1 { font-family: var(--display); font-size:58px; 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:520px; margin:0 auto 14px; line-height:1.7; } .header-desc strong { color:var(--white); } /* CTA BUTTON ROW */ .cta-section { margin-top:24px; } .cta-label { font-family:var(--display); font-size:13px; font-weight:700; color:var(--muted); text-transform:uppercase; letter-spacing:.24em; margin-bottom:14px; } .cta-row { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; } .cta-btn { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:18px 10px; background: linear-gradient(135deg, var(--charge) 0%, var(--charge-dark) 100%); color:var(--navy); text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 16px rgba(255,184,0,0.22); } .cta-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.28) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s; } .cta-btn:hover { transform:translateY(-3px); box-shadow:0 8px 28px rgba(255,184,0,0.4); text-decoration:none !important; } .cta-btn:hover::after { transform:translateX(100%); } .cta-btn:active { transform:scale(.97); } .cta-btn-icon { font-size:24px; line-height:1; } .cta-btn-title { font-family:var(--display); font-size:17px; font-weight:900; line-height:1.1; text-transform:uppercase; letter-spacing:.03em; } .cta-btn-sub { font-size:10px; font-weight:700; opacity:.7; text-transform:uppercase; letter-spacing:.12em; } .rewards { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; align-items:stretch; } .reward-card { border-radius:18px; padding:30px 22px 26px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; display:flex; flex-direction:column; justify-content:center; } .reward-card:hover { transform:translateY(-6px); } .reward-card.cash { background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 60%, var(--bolt-darker) 130%); border-color: var(--bolt); } .reward-card.cash:hover { box-shadow:0 18px 50px rgba(20,117,225,0.4); } .reward-card.pool { background: linear-gradient(160deg, var(--charge) 0%, var(--charge-dark) 60%, var(--charge-darker) 130%); border-color: var(--charge); } .reward-card.pool:hover { box-shadow:0 18px 50px rgba(255,184,0,0.4); } .reward-card.pool .headline, .reward-card.pool .subline, .reward-card.pool .footnote { color:var(--navy); } .reward-card.pool .footnote { color:rgba(7,24,36,.7); } .reward-card .badge { position:absolute; top:14px; right:16px; font-size:24px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .reward-card .headline { font-family:var(--display); font-weight:900; font-size:54px; line-height:.95; color:var(--white); letter-spacing:.005em; } .reward-card .subline { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.14em; color:var(--white); margin-top:10px; } .reward-card .footnote { font-size:12px; color:rgba(255,255,255,.75); margin-top:12px; letter-spacing:.04em; } .pool-strip { display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:6px 14px; padding:14px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.12), rgba(255,184,0,0.03)); border:1px solid rgba(255,184,0,0.4); border-radius:14px; margin-bottom:16px; font-family:var(--display); text-transform:uppercase; letter-spacing:.18em; font-weight:700; color:var(--muted); font-size:13px; transition:box-shadow .3s; text-align:center; } .pool-strip:hover { box-shadow:0 0 30px rgba(255,184,0,0.18); } .pool-strip strong { color:var(--charge); font-size:20px; letter-spacing:.02em; } .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; line-height:1.7; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } .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 { 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; line-height:1.55; } .step-text strong { color:var(--white); } .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(--charge); } .pool-total { text-align:center; padding:32px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.10), rgba(255,184,0,0.02)); border:1px solid rgba(255,184,0,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(255,184,0,0.18) 0%, transparent 60%); pointer-events:none; } .pool-total:hover { box-shadow:0 0 40px rgba(255,184,0,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(--charge); 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(255,184,0,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 { display:flex; flex-direction:column; gap:8px; } .tier-row { display:grid; grid-template-columns:1fr auto; gap:14px; align-items:center; padding:16px 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(255,184,0,0.3); transform:translateX(4px); } .tier-label { font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:17px; color:var(--white); letter-spacing:.06em; display:flex; align-items:center; gap:10px; } .tier-value { font-family:var(--display); font-weight:900; font-size:22px; color:var(--charge); text-align:right; letter-spacing:.01em; line-height:1.2; } .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 { 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%; } } 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; gap:14px; user-select:none; transition:color .2s; } summary:hover { color:var(--white); } summary::after { content:'▼'; font-size:10px; color:var(--bolt); flex-shrink:0; } 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); } .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} .d9{animation-delay:.69s} @media(max-width:480px){ .header h1 { font-size:42px; } .header-body { padding:28px 20px 0; } .pool-total .pool-amount { font-size:54px; } .rewards { grid-template-columns:1fr; } .reward-card .headline { font-size:46px; } .cta-row { grid-template-columns:1fr; } .section { padding:22px 18px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } .tier-row { grid-template-columns:1fr; gap:6px; } .tier-value { text-align:left; } } Community Competition football bash
    Competition ends: 27/6/2026 @ 1:00 AM GMT
    Play any of below football-inspired Only on Stake games, share your bet ID below, and you could win a share of $5,000.
    Target: 50x or above
    Play any of the four games to enter
    🦵 Kick Off Play Now 💥 Red Strike Play Now ⚽️ Wanted Balls Play Now 🥅 Golden Goal Play Now 🏆 $5,000 Prize Pool 🥈 $200 × 25 Winners Prize Pool $5,000 · 25 Winners · 7 Days 💡 You must hit the target multiplier on one of the games above [01] How To Enter 1 Play either Kick off, Red Strike, Wanted Balls or Golden Goal on Stake.com 2 Hit 50x or above with a $0.20 USD bet on your chosen game 3 Copy your Bet IDs after winning your bet 4 Reply to this thread with your Bet IDs to enter [02] Requirements 🎮 Bets must be from Kick off, Red Strike, Wanted Balls or Golden Goal 💵 Minimum bet amount: $0.20 USD 📈 Minimum multiplier: 50x or above 💬 Reply to this thread with your Bet ID 🔒 Must be a Stake.com account — Bronze VIP or above [03] Prize Pool Total Prize Pool $5,000 25 Winners · $200 Each 🥈25 × Winners $200 each 👥 Total Winners 25 People 📅 Duration 7 Days ⚠️ 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 — 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 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. One entry per user — multiple entries result in only the first being valid. 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
  2. Fire
    k0k4ine reacted to Steve in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Steve
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  3. Imposter
    k0k4ine reacted to sumi in Casino   
    Stay up-to-date with the weekly challenges offered by Stake.com for your chance to claim a share of exciting prize pools! It's a fantastic opportunity to enjoy a variety of games while earning extra rewards and incentives along the way.
  4. Fire
    k0k4ine got a reaction from michael43859 in Which team will be the champion of this year's World Cup?   
    France 
  5. Fire
    k0k4ine reacted to Jake7589 in 💰 [$5,000] Shield Derby - Week One 🛡️   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --crash: #E9113C; --crash-dark: #C9000A; --crash-darker: #5D0718; --strike: #FF7B00; --strike-dark: #FF4E00; --strike-darker: #663100; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --dash: #00CA51; --dash-dark: #00AD2A; --dash-darker: #005120; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --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 { 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:62px; 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:520px; margin:0 auto 14px; line-height:1.7; } .header-desc:last-of-type { margin-bottom:26px; } .header-desc strong { color:var(--white); } .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); } .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; } .rewards { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .reward-card { border-radius:18px; padding:30px 22px 26px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; } .reward-card:hover { transform:translateY(-6px); } .reward-card.cash { background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 60%, var(--bolt-darker) 130%); border-color: var(--bolt); } .reward-card.cash:hover { box-shadow:0 18px 50px rgba(20,117,225,0.4); } .reward-card.pool { background: linear-gradient(160deg, var(--charge) 0%, var(--charge-dark) 60%, var(--charge-darker) 130%); border-color: var(--charge); } .reward-card.pool:hover { box-shadow:0 18px 50px rgba(255,184,0,0.4); } .reward-card.pool .ribbon, .reward-card.pool .headline, .reward-card.pool .subline, .reward-card.pool .footnote { color:var(--navy); } .reward-card.pool .ribbon { color:rgba(7,24,36,.7); } .reward-card.pool .footnote { color:rgba(7,24,36,.7); } .reward-card .ribbon { font-family:var(--display); font-weight:700; font-size:11px; text-transform:uppercase; letter-spacing:.3em; color:rgba(255,255,255,.85); margin-bottom:10px; } .reward-card .headline { font-family:var(--display); font-weight:900; font-size:54px; line-height:.95; color:var(--white); letter-spacing:.005em; } .reward-card .subline { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.14em; color:var(--white); margin-top:10px; } .reward-card .footnote { font-size:12px; color:rgba(255,255,255,.75); margin-top:12px; letter-spacing:.04em; } .pool-strip { display:flex; justify-content:center; align-items:center; gap:14px; padding:14px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.12), rgba(255,184,0,0.03)); border:1px solid rgba(255,184,0,0.4); border-radius:14px; margin-bottom:16px; font-family:var(--display); text-transform:uppercase; letter-spacing:.18em; font-weight:700; color:var(--muted); font-size:13px; transition:box-shadow .3s; } .pool-strip:hover { box-shadow:0 0 30px rgba(255,184,0,0.18); } .pool-strip strong { color:var(--charge); font-size:22px; letter-spacing:.02em; } .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; line-height:1.7; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } .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 { 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; line-height:1.55; } .step-text strong { color:var(--white); } .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-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-head { display:grid; grid-template-columns:1.2fr 2fr 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:8px; } .tier-row { display:grid; grid-template-columns:1.2fr 2fr auto; gap:14px; align-items:center; padding:16px 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-label { font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:16px; color:var(--white); letter-spacing:.06em; } .tier-desc { font-size:13px; color:var(--muted); line-height:1.45; } .tier-value { font-family:var(--display); font-weight:900; font-size:22px; color:var(--bolt); text-align:right; letter-spacing:.01em; white-space:nowrap; } .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-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 .tier-value { color:var(--bolt); } .tier-row.t-charge .tier-value { color:var(--charge); } .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 { 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%; } } 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); } .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} .d9{animation-delay:.69s} @media(max-width:480px){ .header h1 { font-size:44px; } .pool-total .pool-amount { font-size:54px; } .rewards { grid-template-columns:1fr; } .reward-card .headline { font-size:46px; } .tier-head, .tier-row { grid-template-columns:1fr; gap:6px; padding:14px; } .tier-head span:last-child { text-align:left; } .tier-value { text-align:left; font-size:20px; } .tier-head span:nth-child(2), .tier-head span:nth-child(3) { display:none; } .section { padding:22px 18px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } } It's All At Stake Stake's
    Shield Derby
    Week 1
    Entries close: 21/6/2026
    Week 1 of the Shield Derby is live. Five weeks. One competition each. This is your first shot at the prize.
    Build your multi using Stake Shield with only this week's World Cup. Stack the legs. Chase the highest combined odds.
    Top 10 winning multis this week each take home $500.
    ⚽️ Place Your Multi Top 10 This Week $500 Each · Cash Awarded to the 10 winning multis with the highest combined odds in Week 1 Week 1 $5,000 Weekly Pool Total cash available this week — split equally among the top 10 winners Full Series Pool $25,000 · 50 Winners · 5 Weeks 💡 Multis must use Stake Shield · min 3 legs · min combined odds 3.00 [01] How To Enter 1 Build a Multi using Stake Shield with only World Cup matches taking place this week (12/6 — 21/6) 2 Your multi must be a minimum bet of $5 USD, have a minimum of 3 legs at combined odds of 3.00 or greater and use Stake Shield 3 Reply to this thread with your Bet ID before entries close on 21/6 4 At week's close, the top 10 fully winning multis by combined odds each take home $500 [02] Requirements ⚽️ Bet type: Stake Shield Multi only, using World Cup exclusively from Week 1 (12/6 — 21/6) 🎯 Minimum bet of $5 USD or above 📈 Minimum 3 legs per multi - Minimum combined odds: 3.00 or greater - Using Stake Shield 💬 Post your Bet ID as a reply to this thread before 21/6 🔒 Must be a Stake.com account in good standing [03] Prize Breakdown Week 1 Prize Pool $5,000 10 Winners · Highest Combined Odds Prize Recipients Value Week 1 Cash Top 10 winning multis by combined odds $500 each Series Total $5,000 each week across 5 weeks of the Shield Derby $25,000 ⚠️ Week 1 only. Your Bet ID must be posted in this thread before 21/6. Multis using matches outside Week 1, fewer than 3 legs, or combined odds under 3.00 will not qualify. Only fully winning multis are eligible — Weeks 2 to 5 each have their own dedicated thread. ‼️ 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 Entry & Eligibility
    Entries must be multi bets placed exclusively on World Cup taking place in Week 1 (15/6 — 21/6). Minimum of 3 legs per multi; minimum combined odds of 3.00. Bet ID must be posted as a reply to this thread before 21/6. Multiple multis may be submitted; each Bet ID counts as a separate entry. Only fully winning multis are eligible for ranking. Winners & Prizes
    At Week 1's close, the top 10 fully winning multis ranked by combined odds (highest first) each receive $500. In the event of tied combined odds, the earlier-posted Bet ID takes precedence. Winners are announced and notified via the forum thread. Cash prizes delivered within 14 days of Week 1's closing date. Account Eligibility
    Active Stake.com account in good standing KYC Level 2 verification required for cash prize delivery 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
  6. Pepe - Sad
    k0k4ine reacted to johnstamos101 in Warning   
    Hi everyone.

    Just so you all know. Danish players on stake.com are now switched to stake.dk instead. Which makes totally sense, but listen to this. As a Platinum 5 player, almost reaching Diamon 1 and getting me 12.000$ level up bonus, they have now removed that in stake.dk ... The levels are named the same and I still have my wager, but if I wager 15.000.000$ around 100.000.000 DKK, guess what my bonus is

    It's 1.000 DKK.. the same as 125$.. So instead of receiving 12.000$ which I would receive here, I will get 125$ for wagering 15.000.000$ 
    I have tried to get more information about why this is, but neither danish stake or stake.com can answer and say its just different.

    I just wish to warn you all if you are from another country than US to play on stake as if you get stake in your own contry, they will remove all your wagering and bonuses.
    I have tried with all support and none can give me a straight answer. Only that the marketing team can tell you why, but as you may already know there's no marketing team to get a hold of.

    Wish you all the best, and please watch out, because my 6 years of playing a stake.com and wagering to Platinum level 5 is useless as I dont get any bonuses, and max obnuses of 120$ if I wager 15.000.000$

    Best regards
  7. Eddie
    k0k4ine reacted to RVG in Warning   
    That's so fuckin' unfair
  8. Doge - Cool
    k0k4ine reacted to Sasor in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487441598382
  9. Fire
    k0k4ine reacted to Mikasa323 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487146401174
  10. Fire
    k0k4ine reacted to xiTaLo97x in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487426976534
  11. Fire
    k0k4ine reacted to Keamster in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487405483215

  12. Fire
  13. Fire
    k0k4ine reacted to fevrac11 in Which team will be the champion of this year's World Cup?   
    France bro 
  14. Doge - Cool
    k0k4ine reacted to arisanzz in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487092116447
  15. Fire
    k0k4ine reacted to mt1003 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:486824997146
  16. Imposter
    k0k4ine reacted to krisz82 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487170072547

  17. Doge - Cool
    k0k4ine reacted to makina9029 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487093965212
  18. Ethereum
    k0k4ine reacted to Chap720 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:488245921285
     

     
     
  19. Ethereum
    k0k4ine reacted to Justin0317 in 💰[$100,000] Football Raffle ⚽️   
    sport:596547906
    sport:599754508
    sport:604898098
  20. Imposter
    k0k4ine reacted to sebiiz17 in 💰[$100,000] Football Raffle ⚽️   
    Bet ID will be posted in a few days!
  21. Fire
    k0k4ine reacted to TheBoss10 in 💰[$100,000] Football Raffle ⚽️   
    sport:599849977
    sport:599874070
    sport:601199639
    sport:602830427
    sport:602730328
    sport:602841888
    sport:603333420
    sport:603997365
    sport:604694764
    sport:604746507
    sport:606097039
    sport:606890270
  22. Pepe - Popcorn
    k0k4ine reacted to GotSeven in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487355660438
  23. Pepe - Excited
    k0k4ine reacted to KartenStapel in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:487649471908
  24. Fire
    k0k4ine reacted to NurEinentenner in 💰[$100,000] Football Raffle ⚽️   
    sport:599464764
    sport:599464304
    sport:599463734
    sport:599302454
    sport:599302138
    sport:599301692
    sport:599301589
    sport:599301508
    sport:599301398
    sport:599301310
    sport:599301163
    sport:599300870
    sport:599300388
    sport:599765632
    sport:599769967
    sport:599838453
    sport:599901156
    sport:599953041
    sport:599966019
    sport:600393487
    sport:600395821
    sport:600397578
    sport:600452946
    sport:600638153
    sport:600639709
    sport:600798004
    sport:600799118
    sport:600801001
    sport:600833758
    sport:600839584
    sport:600838633
    sport:600836868
    sport:600835366
    sport:602068569
    sport:602080738
    sport:602470326
    sport:602856536
    sport:602818982
    sport:602816230
    sport:602815107
    sport:602870146
    sport:606328629
    sport:606890174
    sport:607449439
    sport:608342759
    sport:608581954
  25. Fire
    k0k4ine reacted to Bluesky97 in 💰[$100,000] Football Raffle ⚽️   
    sport:599746695
    sport:599879404
    sport:600361651
    sport:600361650
    sport:600595820
    sport:601192600
    sport:601252835
    sport:601252836
    sport:601252843
    sport:601842072
    sport:601842070
    sport:601842062
    sport:601842061
    sport:602540635
    sport:602394782
    sport:602636931
    sport:602636932
    sport:602636934
    sport:603327077
    sport:603406562
    sport:603436434
    sport:603436435
    sport:604139732
    sport:603841245
    sport:604160028
    sport:604160029
    sport:604480630
    sport:604526965
    sport:604526966
    sport:604526967
    sport:605210418
    sport:605210417
    sport:605210416
    sport:605210415
    sport:605856566
    sport:605856568
    sport:605856570
    sport:605856565
    sport:606627722
    sport:606883058
    sport:606921585
    sport:606921586
    sport:607296148
    sport:607418776
    sport:607506614
    sport:607506615
    sport:607772764
    sport:607772762
    sport:607772761
    sport:607772769
    sport:608519345
    sport:608519346
    sport:608519347
    sport:608519348
    sport:608519349
    sport:608519350
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use