<?xml version="1.0"?>
<rss version="2.0"><channel><title>It's All At Stake Latest Topics</title><link>https://stakecommunity.com/board/409-its-all-at-stake/</link><description>It's All At Stake Latest Topics</description><language>en</language><item><title>&#x1F4B0;[$10,000 USD] Leg For Leg HtFtTipster &#x26BD;&#xFE0F;</title><link>https://stakecommunity.com/topic/176765-%F0%9F%92%B010000-usd-leg-for-leg-htfttipster-%E2%9A%BD%EF%B8%8F/</link><description><![CDATA[<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@600;700;800;900&display=swap');

  :root {
    --navy: #071824;
    --white: #ffffff;
    --gold: #FFB800;
    --gold-dark: #e6a500;
    --bolt: #1475E1;
    --bolt-dark: #0749CE;
    --surface: #0d2438;
    --surface2: #112d44;
    --text: #e0eef8;
    --muted: #7fa8c4;
    --display: 'Barlow Condensed', 'Inter', sans-serif;
  }

  * { margin:0; padding:0; box-sizing:border-box; }
  body { background: var(--navy); 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 38px;
    background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%);
    border-radius:20px; border:1px solid #ffffff14;
    margin-bottom:20px; position:relative; overflow:hidden;
  }
  .header::before {
    content:''; position:absolute; top:-80px; 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:.55; transform:translateX(-50%) scale(1); }
    50%      { opacity:1;  transform:translateX(-50%) scale(1.15); }
  }

  /* BETSLIP MINI FRAME */
  .betslip-frame {
    display:inline-block;
    margin:0 auto 28px;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #FFB80044;
    box-shadow:0 8px 32px rgba(0,0,0,.5), 0 0 0 1px #ffffff08;
    position:relative;
    background:#091723;
    max-width:420px;
    width:100%;
    transition:box-shadow .3s, border-color .3s;
  }
  .betslip-frame:hover {
    border-color:#FFB800aa;
    box-shadow:0 12px 40px rgba(0,0,0,.6), 0 0 24px #FFB80022;
  }
  .betslip-frame img {
    width:100%;
    height:auto;
    display:block;
  }

  .header h1 {
    font-family: var(--display);
    font-size:56px; font-weight:900; line-height:.92;
    text-transform:uppercase; letter-spacing:.01em;
    color:var(--white); margin-bottom:8px;
  }
  .header h1 .h1-accent { color:var(--gold); }

  .ends-label { font-family: var(--display); font-size:15px; font-weight:600; color:var(--muted); text-transform:uppercase; letter-spacing:1.4px; 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; }

  .play-btn {
    display:inline-block; padding:16px 46px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color:var(--navy); font-family: var(--display); font-size:21px; font-weight:800;
    text-transform:uppercase; letter-spacing:.04em;
    text-decoration:none !important; border-radius:12px;
    transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden;
    box-shadow:0 4px 20px #FFB80044; margin-top:8px;
  }
  .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 8px 32px #FFB80055; text-decoration:none !important; }
  .play-btn:hover::after { transform:translateX(100%); }
  .play-btn:active { transform:scale(.97); }

  .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; }
  .prize-card {
    background: var(--surface); border-radius:16px; padding:28px 18px;
    text-align:center; border:1px solid transparent;
    position:relative; overflow:hidden;
    transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default;
  }
  .prize-card:hover { transform:translateY(-6px) scale(1.02); }
  .prize-card.gold { border-color:#FFB80044; --glow:#FFB80018; }
  .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; }
  .prize-card.silver { border-color:#1475E133; --glow:#1475E114; }
  .prize-card.silver:hover { border-color:#1475E1aa; box-shadow:0 12px 40px #1475E125; }
  .prize-card::before {
    content:''; position:absolute; inset:0;
    background:radial-gradient(ellipse at 50% 0%, var(--glow) 0%, transparent 65%);
    opacity:0; transition:opacity .3s; pointer-events:none;
  }
  .prize-card:hover::before { opacity:1; }
  .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; }
  @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
  .prize-amount { font-family: var(--display); font-size:50px; font-weight:900; line-height:1; margin-bottom:6px; }
  .prize-card.gold   .prize-amount { color:var(--gold); }
  .prize-card.silver .prize-amount { color:var(--bolt); }
  .prize-label { font-family: var(--display); font-size:14px; font-weight:700; color:var(--muted); text-transform:uppercase; letter-spacing:1px; }
  .prize-sub   { font-size:13px; color:#6a90a8; margin-top:4px; }

  .pill {
    background:#1475E112; border:1px solid #1475E133;
    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:#1475E122; border-color:#1475E166; }

  .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:#1475E133; box-shadow:0 4px 24px #1475E10d; }
  .section-title {
    font-family: var(--display);
    font-size:20px; font-weight:800; color:var(--gold);
    text-transform:uppercase; letter-spacing:1px;
    margin-bottom:18px; display:flex; align-items:center; gap:10px;
  }
  .section-title span { font-size:20px; }

  .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:var(--bolt);
    border-radius:50%; display:flex; align-items:center; justify-content:center;
    font-family: var(--display); font-weight:800; font-size:17px; 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 #1475E122; }
  .step-text { font-size:15px; color:#b0cee4; padding-top:6px; }
  .step-text strong { color:#fff; }

  .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:13px 16px; border:1px solid #ffffff0a;
    transition:background .25s, border-color .25s, transform .25s; cursor:default;
  }
  .req-item:hover { background:#0a2236; border-color:#1475E144; transform:translateX(6px); }
  .req-icon { font-size:20px; flex-shrink:0; }
  .req-text { font-size:14px; color:#b0cee4; }
  .req-text strong { color:var(--gold); }

  .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-family: var(--display); font-size:64px; font-weight:900; line-height:1; color:var(--gold); 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-family: var(--display); font-size:14px; font-weight:700; color:var(--muted); text-transform:uppercase; letter-spacing:1px; margin-top:4px; }

  .dist-list { display:flex; flex-direction:column; gap:8px; }
  .dist-item {
    display:flex; justify-content:space-between; align-items:center;
    padding:12px 16px; background:var(--navy); border-radius:10px;
    border:1px solid #ffffff0a; font-size:14px;
    transition:background .2s, border-color .2s;
  }
  .dist-item:hover { background:#0a2236; border-color:#FFB80033; }
  .dist-item .who { color:#b0cee4; }
  .dist-item .val { color:var(--gold); font-weight:700; }

  .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 {
    text-align:center; padding:14px;
    background:linear-gradient(135deg,#1475E118,#1475E108);
    border:1px solid #1475E144; border-radius:12px; color:#4da6ff;
    font-family: var(--display); font-weight:800; font-size:17px; text-transform:uppercase;
    margin-bottom:16px; letter-spacing:1px;
    position:relative; overflow:hidden; transition:box-shadow .3s;
  }
  .stake-badge:hover { box-shadow:0 0 32px #1475E125; }
  .stake-badge::after {
    content:''; position:absolute; top:0; left:-100%; width:60%; height:100%;
    background:linear-gradient(90deg,transparent,rgba(20,117,225,.14),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:#1475E133; }
  summary {
    padding:16px 20px; cursor:pointer; font-family: var(--display); font-weight:700; color:var(--muted);
    font-size:16px; text-transform:uppercase; letter-spacing:.5px; 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(--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:15px; font-weight:800; color:var(--gold); 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(--bolt); }

  .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}

  @media(max-width:480px){
    .prize-row{grid-template-columns:1fr;}
    .header h1{font-size:40px;}
    .pool-total .amount{font-size:48px;}
    .prize-amount{font-size:42px;}
  }</style>
<div class="container">
	<div class="header fade-up d1">
		<div class="betslip-frame">
			<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="665644" href="//stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_06/Screenshot2026-06-22at4_12_03pm.png.5f67b2ba4616f9f580e5618539c8e0c8.png" rel=""><img alt="Screenshot 2026-06-22 at 4.12.03 pm.png" class="ipsImage ipsImage_thumbnailed" data-fileid="665644" data-ratio="157.73" data-unique="aw4qd8xwa" width="317" src="https://stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_06/Screenshot2026-06-22at4_12_03pm.thumb.png.6c28d4e489e5a11ff27b1af5f8e2e2f9.png"></a>
		</div>

		<h1>
			Leg for Leg <span class="h1-accent">HtFtTipster</span>
		</h1>

		<p class="ends-label">
			Competition ends: 24/6/2026 @ 5:00 pM GMT
		</p>

		<div class="countdown-wrapper">
			<iframe allowtransparency="true" frameborder="0" height="58" src="https://free.timeanddate.com/countdown/i6lkkn71/n152/cf12/cm0/cu4/ct0/cs1/cacfff/co0/cr0/ss0/cac000/cpcf00/pcfff/tcfff/fs130/szw320/szh135/iso2026-06-24T03:00:00/pa10" width="162"></iframe>
		</div>

		<p class="header-desc">
			<strong>Copy and place the multi below, share your Bet ID in the comments for your chance to win a share of $10,000 <span class="ipsEmoji">💰</span></strong>
		</p>

		<p class="header-desc">
			Update: We will accept bets that include an England leg with odds between 1.75 and 2.5.
		</p>
		<a class="play-btn" href="https://stake.com/sports/home?iid=sport%3A604843362&amp;modal=bet&amp;source=link_shared" rel="external"><span class="ipsEmoji">🥊</span> View Bet</a>
	</div>

	<div class="prize-row">
		<div class="prize-card gold fade-up d2">
			<span class="badge"><span class="ipsEmoji">🏆</span></span>

			<div class="prize-amount">
				$10,000
			</div>

			<div class="prize-label">
				Total Prize
			</div>
		</div>

		<div class="prize-card silver fade-up d2">
			<span class="badge"><span class="ipsEmoji">🥈</span></span>

			<div class="prize-amount">
				$200
			</div>

			<div class="prize-label">
				Per Winner
			</div>

			<div class="prize-sub">
				× 50 Winners
			</div>
		</div>
	</div>

	<div class="pill fade-up d3">
		<span class="ipsEmoji">💡</span> Submitted bets must be the exact same as linked above
	</div>

	<div class="section fade-up d3">
		<div class="section-title">
			<span><span class="ipsEmoji">📋</span></span> How To Enter
		</div>

		<div class="steps">
			<div class="step">
				<div class="step-num">
					1
				</div>

				<div class="step-text">
					Place the <strong>same Multi</strong> as shown above
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					2
				</div>

				<div class="step-text">
					Place a bet of at least <strong>$5 USD or equivalent in any currency</strong>
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					3
				</div>

				<div class="step-text">
					<strong>Copy your Bet ID</strong> after placing your bet
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					4
				</div>

				<div class="step-text">
					<strong>Reply to this thread</strong> with your Bet ID to enter
				</div>
			</div>
		</div>
	</div>

	<div class="section fade-up d4">
		<div class="section-title">
			<span><span class="ipsEmoji">✅</span></span> Requirements
		</div>

		<div class="req-list">
			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">⚽</span>️</span>

				<div class="req-text">
					Bets must be the <strong>same</strong> as the bet shown above
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">💵</span></span>

				<div class="req-text">
					Minimum bet amount: <strong>$5 USD or equivalent in any currency</strong>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">💬</span></span>

				<div class="req-text">
					Reply to this thread with your <strong>Bet ID</strong>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">🔒</span></span>

				<div class="req-text">
					Must be a <strong>Stake.com</strong> account — Bronze VIP or above
				</div>
			</div>
		</div>
	</div>

	<div class="section fade-up d5">
		<div class="section-title">
			<span><span class="ipsEmoji">💰</span></span> Prize Pool
		</div>

		<div class="pool-total">
			<div class="amount">
				$10,000
			</div>

			<div class="label">
				Total Prize Pool
			</div>
		</div>

		<div class="dist-list">
			<div class="dist-item">
				<span class="who"><span class="ipsEmoji">🏆</span> Prize Pool</span><span class="val">$10,000</span>
			</div>

			<div class="dist-item">
				<span class="who"><span class="ipsEmoji">🥈</span> 50 × Winners</span><span class="val">$200 each</span>
			</div>

			<div class="dist-item">
				<span class="who"><span class="ipsEmoji">👥</span> Total Winners</span><span class="val">50 People</span>
			</div>

			<div class="dist-item">
				<span class="who"><span class="ipsEmoji">📅</span> Duration</span><span class="val">1 Day</span>
			</div>
		</div>
	</div>

	<div class="notice fade-up d6">
		<span class="n-icon"><span class="ipsEmoji">⚠️</span></span>

		<div class="n-text">
			<strong>Don't miss out!</strong> Stay tuned for winner announcements. You must claim your prize within <strong>3 months</strong> — users will not be credited after this period expires.
		</div>
	</div>

	<div class="stake-badge fade-up d7">
		<span class="ipsEmoji">‼️</span> Stake.com users only <span class="ipsEmoji">‼️</span>
	</div>

	<details class="fade-up d8">
		<summary><span class="ipsEmoji">📄</span> Full Terms &amp; Conditions — click to expand</summary>

		<div class="terms-body">
			<p>
				This competition is published by Stake, which operates <a href="https://stake.com" rel="external">stake.com</a>, and is subject to the Stake Terms and Conditions and Community Terms of Use.
			</p>

			<p style="margin-top:10px;">
				In the event of conflict, the following order of precedence applies:
			</p>

			<ol style="margin-top:6px;">
				<li>
					Terms and Conditions
				</li>
				<li>
					These Rules
				</li>
				<li>
					Stake Community Terms of Use
				</li>
			</ol>

			<h2>
				Prizes &amp; Delivery
			</h2>

			<ul>
				<li>
					Winners will have their username displayed on the thread with a prize claim link.
				</li>
				<li>
					Prizes delivered within 14 days of competition ending.
				</li>
				<li>
					Winners selected at random from all eligible entries.
				</li>
			</ul>

			<h2>
				Eligibility
			</h2>

			<ul>
				<li>
					KYC Level 2 verification required
				</li>
				<li>
					Account must have no restrictions or exclusions
				</li>
				<li>
					Must not be a Stake employee
				</li>
				<li>
					Must maintain only one Stake account
				</li>
				<li>
					Must not be in a Prohibited Jurisdiction
				</li>
			</ul>

			<h2>
				Stake's Reserved Rights
			</h2>

			<ul>
				<li>
					To amend the Rules at any time
				</li>
				<li>
					To cancel the Competition at any time
				</li>
				<li>
					To verify the nominated account for prize delivery
				</li>
			</ul>
		</div>
	</details>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">176765</guid><pubDate>Mon, 22 Jun 2026 06:16:41 +0000</pubDate></item><item><title>&#x1F4B0;[$100,000] Football Raffle &#x26BD;&#xFE0F;</title><link>https://stakecommunity.com/topic/174169-%F0%9F%92%B0100000-football-raffle-%E2%9A%BD%EF%B8%8F/</link><description><![CDATA[<p>
	 
</p>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap');

:root {
  /* Brand Primary */
  --navy: #071824;
  --white: #ffffff;

  /* Bolt (primary accent) */
  --bolt: #1475E1;
  --bolt-dark: #0749CE;
  --bolt-darker: #082F5A;

  /* Crash */
  --crash: #E9113C;
  --crash-dark: #C9000A;
  --crash-darker: #5D0718;

  /* Strike */
  --strike: #FF7B00;
  --strike-dark: #FF4E00;
  --strike-darker: #663100;

  /* Charge */
  --charge: #FFB800;
  --charge-dark: #FF8C00;
  --charge-darker: #4D3700;

  /* Dash */
  --dash: #00CA51;
  --dash-dark: #00AD2A;
  --dash-darker: #005120;

  /* Surfaces */
  --surface: #0d2438;
  --surface2: #112d44;
  --muted: #7fa8c4;

  /* Display font */
  --display: 'Barlow Condensed', 'Inter', sans-serif;
}

* { margin:0; padding:0; box-sizing:border-box; }

body {
  background: var(--navy);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

.container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; }

.fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; }
@keyframes fadeUp { to { opacity:1; transform:none; } }

/* ─────── HEADER ─────── */
.header {
  text-align:center;
  padding:48px 28px 40px;
  background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%);
  border-radius:20px;
  border:1px solid #ffffff14;
  margin-bottom:20px;
  position:relative;
  overflow:hidden;
  animation-delay:.05s;
}
.header::before {
  content:'';
  position:absolute;
  top:-80px; left:50%; transform:translateX(-50%);
  width:380px; height:380px;
  background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%);
  animation: pulse-glow 4s ease-in-out infinite;
  pointer-events:none;
}
@keyframes pulse-glow {
  0%,100% { opacity:.55; transform:translateX(-50%) scale(1); }
  50%      { opacity:1;   transform:translateX(-50%) scale(1.15); }
}

.eyebrow {
  font-family: var(--display);
  font-weight:700;
  font-size:13px;
  letter-spacing:.32em;
  color:var(--bolt);
  text-transform:uppercase;
  margin-bottom:14px;
}

.header h1 {
  font-family: var(--display);
  font-size:64px;
  font-weight:900;
  text-transform:uppercase;
  line-height:.92;
  letter-spacing:.01em;
  color:var(--white);
  margin-bottom:4px;
}
.h1-accent { color:var(--charge); }

.ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.15em; margin:18px 0 10px; }
.ends-label strong { color:var(--white); }

.countdown-wrapper { margin:10px 0 22px; }
.countdown-wrapper iframe { border-radius:8px; }

.header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 14px; line-height:1.7; }
.header-desc:last-of-type { margin-bottom:24px; }

.play-btn {
  display:inline-block;
  font-family: var(--display);
  padding:18px 50px;
  background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%);
  color:var(--white);
  font-size:22px; font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:12px;
  transition:transform .2s, box-shadow .2s;
  position:relative; overflow:hidden;
}
.play-btn::after {
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%);
  transform:translateX(-100%);
  transition:transform .5s ease;
}
.play-btn:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(20,117,225,0.45); }
.play-btn:hover::after { transform:translateX(100%); }
.play-btn:active { transform:scale(.97); }

/* ─────── INLINE MATCH LINK ─────── */
.match-link {
  color:var(--bolt);
  text-decoration:none;
  border-bottom:1px dashed rgba(20,117,225,0.55);
  padding-bottom:1px;
  transition:color .2s, border-color .2s, border-style .2s;
}
.match-link:hover { color:#5fb0ff; border-bottom-color:#5fb0ff; border-bottom-style:solid; }
.match-link strong { color:inherit; }

/* ─────── PODIUM (TOP 3) ─────── */
.podium {
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  gap:14px;
  margin-bottom:16px;
  align-items:end;
}
.podium-card {
  border-radius:16px;
  padding:26px 16px 22px;
  text-align:center;
  border:1px solid transparent;
  position:relative; overflow:hidden;
  transition:transform .3s, box-shadow .3s;
}
.podium-card:hover { transform:translateY(-6px); }
.podium-1 {
  grid-column:2; grid-row:1;
  background: linear-gradient(160deg, var(--charge) 0%, var(--charge-dark) 65%, var(--charge-darker) 130%);
  border-color: var(--charge);
  padding:36px 16px 30px;
}
.podium-1 .rank, .podium-1 .amount, .podium-1 .winner-of { color:var(--navy); }
.podium-1:hover { box-shadow:0 16px 44px rgba(255,184,0,0.35); }
.podium-2 {
  grid-column:1; grid-row:1;
  background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 65%, var(--bolt-darker) 130%);
  border-color: var(--bolt);
}
.podium-2:hover { box-shadow:0 16px 44px rgba(20,117,225,0.4); }
.podium-3 {
  grid-column:3; grid-row:1;
  background: linear-gradient(160deg, var(--crash) 0%, var(--crash-dark) 65%, var(--crash-darker) 130%);
  border-color: var(--crash);
}
.podium-3:hover { box-shadow:0 16px 44px rgba(233,17,60,0.35); }

.podium-card .rank {
  font-family:var(--display);
  font-weight:900;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:var(--white);
  margin-bottom:6px;
  opacity:.9;
}
.podium-card .amount {
  font-family:var(--display);
  font-weight:900;
  font-size:44px;
  line-height:1;
  color:var(--white);
  letter-spacing:.01em;
}
.podium-1 .amount { font-size:52px; }
.podium-card .winner-of {
  font-family:var(--display);
  font-weight:700;
  font-size:11px;
  letter-spacing:.25em;
  text-transform:uppercase;
  margin-top:10px;
  color:var(--white);
  opacity:.7;
}

/* ─────── PILL ─────── */
.pill {
  background:rgba(20,117,225,0.10);
  border:1px solid rgba(20,117,225,0.35);
  border-radius:40px; padding:12px 22px;
  text-align:center; font-size:13px; font-weight:600; color:#7fb8ff;
  margin-bottom:18px; transition:background .3s, border-color .3s;
}
.pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); }
.pill strong { color:var(--white); }

/* ─────── SECTION ─────── */
.section {
  background: var(--surface);
  border-radius:16px; padding:26px;
  margin-bottom:16px;
  border:1px solid #ffffff0d;
  transition:border-color .3s, box-shadow .3s;
}
.section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); }

.section-title {
  font-family:var(--display);
  font-size:24px; font-weight:900; color:var(--white);
  text-transform:uppercase; letter-spacing:.05em;
  margin-bottom:20px; display:flex; align-items:center; gap:12px;
}
.section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; }

/* ─────── STEPS ─────── */
.steps { display:flex; flex-direction:column; gap:14px; }
.step { display:flex; gap:14px; align-items:flex-start; }
.step-num {
  font-family:var(--display);
  min-width:38px; height:38px;
  background: linear-gradient(135deg, var(--bolt), var(--bolt-dark));
  border-radius:10px; display:flex; align-items:center; justify-content:center;
  font-weight:900; font-size:19px; color:var(--white); flex-shrink:0;
  transition:transform .25s, box-shadow .25s;
}
.step:hover .step-num { transform:scale(1.12); box-shadow:0 0 0 6px rgba(20,117,225,0.15); }
.step-text { font-size:15px; color:#b0cee4; padding-top:7px; }
.step-text strong { color:var(--white); }

/* ─────── REQUIREMENTS ─────── */
.req-list { display:flex; flex-direction:column; gap:10px; }
.req-item {
  display:flex; align-items:center; gap:14px;
  background:var(--navy); border-radius:12px;
  padding:14px 16px; border:1px solid #ffffff0a;
  transition:background .25s, border-color .25s, transform .25s;
}
.req-item:hover { background:#0a2236; border-color:rgba(20,117,225,0.45); transform:translateX(6px); }
.req-icon { font-size:20px; flex-shrink:0; }
.req-text { font-size:14px; color:#b0cee4; }
.req-text strong { color:var(--bolt); }

/* ─────── POOL HERO ─────── */
.pool-total {
  text-align:center; padding:32px 22px;
  background:linear-gradient(135deg, rgba(20,117,225,0.10), rgba(20,117,225,0.02));
  border:1px solid rgba(20,117,225,0.35); border-radius:16px;
  margin-bottom:20px;
  transition:box-shadow .3s;
  position:relative; overflow:hidden;
}
.pool-total::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(ellipse at 50% 0%, rgba(20,117,225,0.18) 0%, transparent 60%);
  pointer-events:none;
}
.pool-total:hover { box-shadow:0 0 40px rgba(20,117,225,0.18); }
.pool-total .pool-label {
  font-family:var(--display);
  font-size:13px; color:var(--muted);
  text-transform:uppercase; letter-spacing:.3em;
  margin-bottom:10px;
  position:relative;
}
.pool-total .pool-amount {
  font-family:var(--display);
  font-size:78px; font-weight:900;
  color:var(--bolt);
  line-height:1;
  letter-spacing:.01em;
  position:relative;
  animation: count-pulse 3s ease-in-out infinite;
}
@keyframes count-pulse {
  0%,100% { filter:drop-shadow(0 0 0 transparent); }
  50%      { filter:drop-shadow(0 0 24px rgba(20,117,225,0.5)); }
}
.pool-total .winners-line {
  font-family:var(--display);
  font-size:14px; color:var(--white);
  text-transform:uppercase; letter-spacing:.22em;
  margin-top:12px;
  font-weight:700;
  position:relative;
}
.pool-total .winners-line strong { color:var(--charge); }

/* ─────── TIER TABLE ─────── */
.tier-head {
  display:grid;
  grid-template-columns:110px 1fr auto;
  gap:14px;
  padding:0 18px 10px;
  font-family:var(--display);
  font-size:11px;
  letter-spacing:.25em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:700;
}
.tier-head span:last-child { text-align:right; }
.tier-table { display:flex; flex-direction:column; gap:6px; }
.tier-row {
  display:grid;
  grid-template-columns:110px 1fr auto;
  gap:14px;
  align-items:center;
  padding:14px 18px;
  background:var(--navy);
  border-radius:10px;
  border:1px solid #ffffff0a;
  transition:background .2s, border-color .2s, transform .2s;
}
.tier-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); }
.tier-rank {
  font-family:var(--display);
  font-weight:900;
  text-transform:uppercase;
  font-size:18px;
  color:var(--white);
  letter-spacing:.04em;
}
.tier-winners {
  font-size:13px;
  color:var(--muted);
}
.tier-amount {
  font-family:var(--display);
  font-weight:900;
  font-size:22px;
  color:var(--bolt);
  text-align:right;
  letter-spacing:.01em;
}
.tier-row.t-charge { border-color:rgba(255,184,0,0.4);  background:linear-gradient(90deg, rgba(255,184,0,0.07),  var(--navy) 60%); }
.tier-row.t-bolt   { border-color:rgba(20,117,225,0.4); background:linear-gradient(90deg, rgba(20,117,225,0.07), var(--navy) 60%); }
.tier-row.t-crash  { border-color:rgba(233,17,60,0.4);  background:linear-gradient(90deg, rgba(233,17,60,0.07),  var(--navy) 60%); }
.tier-row.t-strike { border-color:rgba(255,123,0,0.4);  background:linear-gradient(90deg, rgba(255,123,0,0.07),  var(--navy) 60%); }
.tier-row.t-dash   { border-color:rgba(0,202,81,0.4);   background:linear-gradient(90deg, rgba(0,202,81,0.07),   var(--navy) 60%); }
.tier-row.t-charge .tier-amount { color:var(--charge); }
.tier-row.t-bolt   .tier-amount { color:var(--bolt); }
.tier-row.t-crash  .tier-amount { color:var(--crash); }
.tier-row.t-strike .tier-amount { color:var(--strike); }
.tier-row.t-dash   .tier-amount { color:var(--dash); }

/* ─────── NOTICE ─────── */
.notice {
  background:rgba(255,123,0,0.08); border:1px solid rgba(255,123,0,0.32);
  border-radius:14px; padding:16px; margin-bottom:16px;
  display:flex; gap:14px; align-items:flex-start; transition:border-color .3s;
}
.notice:hover { border-color:rgba(255,123,0,0.6); }
.n-icon { font-size:22px; flex-shrink:0; }
.n-text { font-size:13px; color:#f0c8a0; line-height:1.7; }
.n-text strong { color:var(--white); }

/* ─────── STAKE BADGE ─────── */
.stake-badge {
  font-family:var(--display);
  text-align:center; padding:16px;
  background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04));
  border:1px solid rgba(20,117,225,0.4);
  border-radius:12px;
  color:var(--white);
  font-weight:900; font-size:18px;
  letter-spacing:.2em;
  text-transform:uppercase;
  margin-bottom:16px;
  position:relative; overflow:hidden; transition:box-shadow .3s;
}
.stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); }
.stake-badge::after {
  content:''; position:absolute; top:0; left:-100%; width:60%; height:100%;
  background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent);
  animation:sweep 3s linear infinite;
}
@keyframes sweep { to { left:160%; } }

/* ─────── TERMS ─────── */
details {
  background:var(--navy); border:1px solid #ffffff0d;
  border-radius:14px; overflow:hidden; transition:border-color .3s;
}
details:hover { border-color:rgba(20,117,225,0.3); }
summary {
  padding:18px 20px; cursor:pointer;
  font-family:var(--display); font-weight:900; font-size:15px;
  letter-spacing:.15em; text-transform:uppercase;
  color:var(--muted); list-style:none;
  display:flex; justify-content:space-between; align-items:center;
  user-select:none; transition:color .2s;
}
summary:hover { color:var(--white); }
summary::after { content:'▼'; font-size:10px; color:var(--bolt); }
details[open] summary::after { content:'▲'; }
.terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; }
.terms-body h2 {
  font-family:var(--display);
  font-size:14px; color:var(--bolt);
  text-transform:uppercase; letter-spacing:.18em;
  margin:18px 0 8px;
  font-weight:900;
}
.terms-body ul, .terms-body ol { padding-left:20px; }
.terms-body li { margin-bottom:5px; }
.terms-body a { color:var(--bolt); }

/* ─────── ANIMATION DELAYS ─────── */
.d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s}
.d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s}
.d7{animation-delay:.53s} .d8{animation-delay:.61s}

/* ─────── MOBILE ─────── */
@media(max-width:480px){
  .header h1 { font-size:46px; }
  .pool-total .pool-amount { font-size:56px; }
  .podium { grid-template-columns:1fr; }
  .podium-1, .podium-2, .podium-3 { grid-column:1; grid-row:auto; }
  .podium-1 { order:1; } .podium-2 { order:2; } .podium-3 { order:3; }
  .tier-head, .tier-row { grid-template-columns:84px 1fr auto; gap:10px; padding:12px 14px; }
  .tier-rank { font-size:15px; }
  .tier-amount { font-size:17px; }
  .tier-winners { font-size:12px; }
  .section { padding:22px 18px; }
}</style>
<div class="container">
	<div class="header fade-up d1">
		<div style="margin:0 auto 22px;max-width:500px;border-radius:14px;overflow:hidden;border:1px solid #ffffff12;box-shadow:0 8px 32px rgba(0,0,0,.4);">
			<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="661488" href="//stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_05/Raffle-Website-1.png.f3526c64afbd3745c92c2e87bb88f53c.png" rel=""><img alt="Raffle-Website-1.png" class="ipsImage ipsImage_thumbnailed" data-fileid="661488" data-ratio="58.60" data-unique="hhxz2pdog" width="500" src="https://stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_05/Raffle-Website-1.thumb.png.0a2f71d070c4e8103632aa0e0dbb8c2e.png"></a>
		</div>

		<div class="eyebrow">
			It's All At Stake
		</div>

		<h1>
			$100K Football<br>
			<span class="h1-accent">Raffle</span>
		</h1>

		<p class="ends-label">
			Competition ends: <strong>18/7/2026 @ 1:00 AM GMT</strong>
		</p>

		<div class="countdown-wrapper">
			<iframe allowtransparency="true" frameborder="0" height="58" spellcheck="false" src="https://free.timeanddate.com/countdown/i6lkkn71/n152/cf12/cm0/cu4/ct0/cs1/cacfff/co0/cr0/ss0/cac000/cpcf00/pcfff/tcfff/fs130/szw320/szh135/iso2026-07-18T11:00:00/pa10" width="162"></iframe>
		</div>

		<p class="header-desc">
			<strong>The biggest summer in football just got bigger. Here's your shot at $100K.</strong>
		</p>

		<p class="header-desc">
			<strong>We're not watching from the sidelines. We're putting $100,000 on the table for the fans who live for every moment in every match.</strong>
		</p>

		<p class="header-desc">
			<strong>Every $10+ bet you place is another Bet ID, another entry, another shot at the draw. Bet once, you're in. Bet ten times, you've got ten shots. Bet every match? The draw's stacked in your favour.</strong>
		</p>

		<p class="header-desc">
			<strong>It's All At Stake for you. Trust your team. Trust yourself. The more you back, the better your odds.</strong>
		</p>
		<a class="play-btn" href="https://sta.ke/4v4ulQ3" rel="external nofollow"><span class="ipsEmoji">⚽️</span> Bet Now</a>
	</div>

	<div class="podium fade-up d2">
		<div class="podium-card podium-1">
			<div class="rank">
				1st Place
			</div>

			<div class="amount">
				$50,000
			</div>

			<div class="winner-of">
				1 Winner
			</div>
		</div>

		<div class="podium-card podium-2">
			<div class="rank">
				2nd
			</div>

			<div class="amount">
				$12,000
			</div>

			<div class="winner-of">
				1 Winner
			</div>
		</div>

		<div class="podium-card podium-3">
			<div class="rank">
				3rd
			</div>

			<div class="amount">
				$6,000
			</div>

			<div class="winner-of">
				1 Winner
			</div>
		</div>
	</div>

	<div class="pill fade-up d3">
		<span class="ipsEmoji">💡</span> Bets must be on any <a class="match-link" href="https://sta.ke/4v4ulQ3" rel="external nofollow"><strong>World Cup</strong></a> - <strong>The more Bets you share, the higher your chances</strong>
	</div>

	<div class="section fade-up d3">
		<div class="section-title">
			<span class="num">[01]</span> How To Enter
		</div>

		<div class="steps">
			<div class="step">
				<div class="step-num">
					1
				</div>

				<div class="step-text">
					Place a <strong>qualifying bet</strong> on any <a class="match-link" href="https://sta.ke/4v4ulQ3" rel="external nofollow"><strong>World Cup</strong></a> on <strong>Stake.com</strong>
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					2
				</div>

				<div class="step-text">
					<strong>Copy your Bet ID</strong> after placing your bet
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					3
				</div>

				<div class="step-text">
					<strong>Reply to this thread</strong> with your Bet ID to enter
				</div>
			</div>
		</div>
	</div>

	<div class="section fade-up d4">
		<div class="section-title">
			<span class="num">[02]</span> Requirements
		</div>

		<div class="req-list">
			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">⚽️</span></span>

				<div class="req-text">
					Bets must be on any <a class="match-link" href="https://sta.ke/4v4ulQ3" rel="external nofollow"><strong>World Cup</strong></a>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">💵</span></span>

				<div class="req-text">
					Minimum bet: <strong>$10.00 USD</strong> or currency equivalent
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">💬</span></span>

				<div class="req-text">
					Reply to this thread with your <strong>Bet ID</strong>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">🔒</span></span>

				<div class="req-text">
					Must be a <strong>Stake.com</strong> account — Bronze VIP or above
				</div>
			</div>
		</div>
	</div>

	<div class="section fade-up d5">
		<div class="section-title">
			<span class="num">[03]</span> Prize Pool
		</div>

		<div class="pool-total">
			<div class="pool-label">
				Total Prize Pool
			</div>

			<div class="pool-amount">
				$100,000
			</div>

			<div class="winners-line">
				<strong>100 Winners</strong> · Drawn at Random
			</div>
		</div>

		<div class="tier-head">
			<span>Position</span> <span>Winners</span> <span>Prize</span>
		</div>

		<div class="tier-table">
			<div class="tier-row t-charge">
				<div class="tier-rank">
					1st
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$50,000
				</div>
			</div>

			<div class="tier-row t-bolt">
				<div class="tier-rank">
					2nd
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$12,000
				</div>
			</div>

			<div class="tier-row t-crash">
				<div class="tier-rank">
					3rd
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$6,000
				</div>
			</div>

			<div class="tier-row t-strike">
				<div class="tier-rank">
					4th
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$4,000
				</div>
			</div>

			<div class="tier-row t-dash">
				<div class="tier-rank">
					5th
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$3,000
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					6th
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$2,000
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					7th
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$1,500
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					8th
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$1,200
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					9th
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$1,000
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					10th
				</div>

				<div class="tier-winners">
					1 winner
				</div>

				<div class="tier-amount">
					$800
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					11th – 15th
				</div>

				<div class="tier-winners">
					5 winners
				</div>

				<div class="tier-amount">
					$700 ea
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					16th – 20th
				</div>

				<div class="tier-winners">
					5 winners
				</div>

				<div class="tier-amount">
					$500 ea
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					21st – 30th
				</div>

				<div class="tier-winners">
					10 winners
				</div>

				<div class="tier-amount">
					$400 ea
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					31st – 40th
				</div>

				<div class="tier-winners">
					10 winners
				</div>

				<div class="tier-amount">
					$250 ea
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					41st – 55th
				</div>

				<div class="tier-winners">
					15 winners
				</div>

				<div class="tier-amount">
					$175 ea
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					56th – 70th
				</div>

				<div class="tier-winners">
					15 winners
				</div>

				<div class="tier-amount">
					$100 ea
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					71st – 85th
				</div>

				<div class="tier-winners">
					15 winners
				</div>

				<div class="tier-amount">
					$75 ea
				</div>
			</div>

			<div class="tier-row">
				<div class="tier-rank">
					86th – 100th
				</div>

				<div class="tier-winners">
					15 winners
				</div>

				<div class="tier-amount">
					$50 ea
				</div>
			</div>
		</div>
	</div>

	<div class="notice fade-up d6">
		<span class="n-icon"><span class="ipsEmoji">⚠️</span></span>

		<div class="n-text">
			<strong>Don't miss out!</strong> Stay tuned for winner announcements. You must claim your prize within <strong>3 months</strong> — users will not be credited after this period expires.
		</div>
	</div>

	<div class="stake-badge fade-up d7">
		<span class="ipsEmoji">‼️</span> Stake.com Users Only <span class="ipsEmoji">‼️</span>
	</div>

	<details class="fade-up d8">
		<summary><span><span class="ipsEmoji">📄</span> Full Terms &amp; Conditions</span></summary>

		<div class="terms-body">
			<p>
				This competition is published by Stake, which operates <a href="https://stake.com" rel="external">stake.com</a>, and is subject to the Stake Terms and Conditions and Community Terms of Use.
			</p>

			<p style="margin-top:10px;">
				In the event of conflict, the following order of precedence applies:
			</p>

			<ol style="margin-top:6px;">
				<li>
					Terms and Conditions
				</li>
				<li>
					These Rules
				</li>
				<li>
					Stake Community Terms of Use
				</li>
			</ol>

			<h2>
				Prizes &amp; Delivery
			</h2>

			<ul>
				<li>
					Winners will have their username displayed on the thread with a prize claim link.
				</li>
				<li>
					Prizes delivered within 14 days of competition ending.
				</li>
				<li>
					Winners selected at random from all eligible entries.
				</li>
			</ul>

			<h2>
				Eligibility
			</h2>

			<ul>
				<li>
					Bronze VIP account or above on Stake
				</li>
				<li>
					KYC Level 2 verification required
				</li>
				<li>
					Account must have no restrictions or exclusions
				</li>
				<li>
					Must not be a Stake employee
				</li>
				<li>
					Must maintain only one Stake account
				</li>
				<li>
					Must not be in a Prohibited Jurisdiction
				</li>
			</ul>

			<h2>
				Stake's Reserved Rights
			</h2>

			<ul>
				<li>
					To amend the Rules at any time
				</li>
				<li>
					To cancel the Competition at any time
				</li>
				<li>
					To verify the nominated account for prize delivery
				</li>
			</ul>
		</div>
	</details>
</div>
]]></description><guid isPermaLink="false">174169</guid><pubDate>Wed, 03 Jun 2026 06:20:25 +0000</pubDate></item><item><title>$5,000 Road To The Trophy | Group Stage</title><link>https://stakecommunity.com/topic/175413-5000-road-to-the-trophy-group-stage/</link><description><![CDATA[<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@400;600;700&display=swap');

:root {
  --card: rgba(8, 18, 38, 0.92);
  --line: rgba(255,255,255,0.08);
  --text: #f0f4ff;
  --muted: #7a8fbb;
  --gold: #FFB800;
  --blue-prize: #4A9FFF;
  --red-prize: #E8162B;
  --orange-prize: #FF7A00;
  --green-prize: #00D632;
  --shadow: 0 20px 60px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Barlow', sans-serif;
  background: #0a1525;
  color: var(--text);
  padding: 24px;
  max-width: 100%px;
  margin: 0 auto;
}

/* ── GLASS CARD ── */
.glass-card {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 20px;
  background: rgba(8, 18, 38, 0.95);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.07);
  color: var(--text);
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

/* Trionda-inspired flowing curved stripes */
.glass-card::before {
  content:'';
  position:absolute;
  inset:0;
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='400' viewBox='0 0 600 400' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- red flowing curve --%3E%3Cpath d='M-50 300 C100 250 150 100 300 80 C450 60 500 200 650 150' fill='none' stroke='%23e8162b' stroke-width='28' opacity='0.09' stroke-linecap='round'/%3E%3Cpath d='M-50 320 C100 270 150 120 300 100 C450 80 500 220 650 170' fill='none' stroke='%23e8162b' stroke-width='10' opacity='0.06' stroke-linecap='round'/%3E%3C!-- blue flowing curve --%3E%3Cpath d='M-50 100 C50 150 200 180 320 160 C440 140 520 50 650 80' fill='none' stroke='%232255cc' stroke-width='28' opacity='0.1' stroke-linecap='round'/%3E%3Cpath d='M-50 80 C50 130 200 160 320 140 C440 120 520 30 650 60' fill='none' stroke='%232255cc' stroke-width='10' opacity='0.06' stroke-linecap='round'/%3E%3C!-- green flowing curve --%3E%3Cpath d='M-50 420 C120 380 200 300 350 320 C480 340 560 420 650 380' fill='none' stroke='%2300a040' stroke-width='24' opacity='0.08' stroke-linecap='round'/%3E%3C!-- stars scattered --%3E%3Cpolygon points='480,60 483,70 494,70 485,76 488,87 480,81 472,87 475,76 466,70 477,70' fill='%234a9fff' opacity='0.12'/%3E%3Cpolygon points='120,320 123,330 134,330 125,336 128,347 120,341 112,347 115,336 106,330 117,330' fill='%234a9fff' opacity='0.1'/%3E%3Cpolygon points='540,280 542,287 550,287 543,292 546,299 540,295 534,299 537,292 530,287 538,287' fill='%234a9fff' opacity='0.1'/%3E%3Cpolygon points='200,80 202,87 210,87 203,92 206,99 200,95 194,99 197,92 190,87 198,87' fill='%234a9fff' opacity='0.1'/%3E%3C!-- inner line details on curves --%3E%3Cpath d='M-50 295 C100 245 150 95 300 75 C450 55 500 195 650 145' fill='none' stroke='%23e8162b' stroke-width='2' opacity='0.08' stroke-linecap='round' stroke-dasharray='4 6'/%3E%3Cpath d='M-50 95 C50 145 200 175 320 155 C440 135 520 45 650 75' fill='none' stroke='%232255cc' stroke-width='2' opacity='0.08' stroke-linecap='round' stroke-dasharray='4 6'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: 28px;
  z-index: 0;
}

.glass-card::after { content: none; }

.glass-card > * {
  position: relative;
  z-index: 1;
}

.glass-card:hover { transform: translateY(-4px); }

/* ── BADGE ── */
.badge {
  position: absolute;
  top: 18px; right: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,0,0.5);
  background: rgba(255,215,0,0.07);
  font-weight: 700;
  font-size: 13px;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 18px rgba(0,0,0,0.3);
  overflow: hidden;
  color: var(--gold);
}

.badge::after {
  content:"";
  position:absolute;
  top:-50%; left:-60%;
  width:60%; height:200%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);
  transform: rotate(20deg);
  animation: shineBadge 4s linear infinite;
}
@keyframes shineBadge { 0%{left:-60%} 100%{left:120%} }

/* ── TOP STRIPE ── */
.top-stripe {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--red));
  border-radius: 999px;
  margin-bottom: 22px;
  opacity: 0.85;
}

/* ── HERO TITLE ── */
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.05;
  background: linear-gradient(135deg, #fff 20%, var(--gold) 55%, #e8162b 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.hero-sub {
  text-align: center;
  color: var(--muted);
  margin-top: 6px;
  font-size: 15px;
}

/* ── BOUNCE BALL ── */
.bounce-ball {
  font-size: 26px;
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
}
@keyframes bounce {
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

/* ── GOLD DIVIDER ── */
.gold-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--red), var(--gold), transparent);
  border-radius: 999px;
  margin: 18px 0;
  opacity: 0.5;
}

/* ── BET BUTTON ── */
.bet-wrap { text-align:center; margin: 18px 0 10px; }

.bet-btn {
  display: inline-block;
  padding: 16px 56px;
  background: linear-gradient(135deg, #e8162b, #c0101f);
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  border-radius: 14px;
  text-decoration: none !important;
  transition: 0.25s ease;
  box-shadow: 0 10px 30px rgba(232,22,43,0.35);
  border: 1px solid rgba(255,255,255,0.15);
}

.bet-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(232,22,43,0.5);
}

/* ── CHALLENGE BOX ── */
.challenge-box {
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,215,0,0.15);
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.challenge-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}

.feature {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 14px 14px 44px;
  font-size: 14px;
  transition: 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}

.feature:hover {
  background: rgba(232,22,43,0.08);
  transform: translateY(-4px);
  border-color: rgba(232,22,43,0.3);
}

.feature::before {
  content: attr(data-step);
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
}

/* ── INFO GRID ── */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-top: 18px;
}

.info-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  transition: 0.25s ease;
}

.req-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  transition: 0.25s ease;
}

.req-item:hover {
  background: rgba(255,215,0,0.06);
  transform: translateY(-3px);
  border-color: rgba(255,215,0,0.2);
}

/* ── PRIZE ── */
.prize-box:hover {
  background: rgba(255,215,0,0.06);
  transform: translateY(-3px);
}

.prize-shiny {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 62px;
  letter-spacing: 3px;
  background: linear-gradient(90deg, #FFD700, #fff8c0, #FFD700);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0%{background-position:200% center}
  100%{background-position:-200% center}
}

.prize-list { margin-top: 10px; font-size: 14px; }

.prize-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.prize-row span:first-child { color: var(--text); }
.prize-row span:last-child { color: var(--gold); font-weight: 700; }
.prize-row:last-child { border: none; }

/* ── DROPDOWN ── */
.dropdown-card {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.dropdown-trigger {
  padding: 14px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
}

/* ── RULES ── */
.rules-list {
  list-style: none;
  padding: 0 16px 16px;
  margin: 0;
  counter-reset: step;
}

.rules-list li {
  position: relative;
  padding: 10px 10px 10px 40px;
  margin-bottom: 8px;
  text-align: left;
  counter-increment: step;
  font-size: 14px;
  transition: 0.2s;
}

.rules-list li:hover { transform: translateX(3px); }

.rules-list li::before {
  content: counter(step);
  position: absolute;
  left: 10px; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
  transition: 0.25s;
}

.rules-list li:hover::before {
  box-shadow: 0 0 8px rgba(255,215,0,0.5);
  transform: translateY(-50%) scale(1.1);
}

.center { text-align:center; }

@media(max-width:700px){
  .feature-grid,.info-grid{grid-template-columns:1fr;}
  .hero-title{font-size:40px;}
}</style>
<div class="glass-card">
	<div class="badge" style="display:flex;align-items:center;gap:8px;">
		<svg fill="url(#badgeGold)" height="20px" style="filter:drop-shadow(0 0 4px rgba(255,184,0,0.6));flex-shrink:0;" viewbox="0 0 254.395 254.395" width="20px" xmlns="http://www.w3.org/2000/svg"> <defs> <lineargradient id="badgeGold" x1="0%" x2="50%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#FFF176"></stop> <stop offset="50%" stop-color="#FFD700"></stop> <stop offset="100%" stop-color="#a06800"></stop> </lineargradient> </defs> <path d="m192.943,65.744c0-36.252-29.493-65.744-65.746-65.744s-65.746,29.492-65.746,65.744c7.10543e-15,8.336 2.527,17.966 2.928,19.428l-.005,.002c2.372,8.184 5.919,16.047 9.674,24.371 8.383,18.584 17.884,39.646 17.884,72.492 0,31.751-11.003,54.982-14.375,61.346-1.231,2.324-1.155,5.125 0.201,7.379 1.356,2.254 3.795,3.633 6.426,3.633h86.027c2.631,0 5.069-1.379 6.426-3.633 1.356-2.254 1.433-5.055 0.201-7.379-3.372-6.363-14.375-29.595-14.375-61.346 0-32.846 9.501-53.909 17.884-72.492 3.756-8.324 7.302-16.188 9.674-24.371l-.005-.002c0.4-1.462 2.927-11.092 2.927-19.428zm-65.746-50.744c27.981,0 50.746,22.764 50.746,50.744 0,4.252-0.977,9.384-1.671,12.5-4.14-3.532-9.335-5.471-14.836-5.471-5.947,0-11.538,2.267-15.82,6.365-9.241-19.319-20.956-37.527-33.477-41.461-5.293-1.664-10.53-0.935-15.145,2.109-5.938,3.917-11.336,13.153-4.863,30.967 0.099,0.271-0.105-0.285-0.004-0.015 0.002,0.005 0.003,0.01 0.004,0.015 1.761,5.535-1.198,11.378-4.812,12.539-4.222,1.356-8.778-2.598-9.777-7.852-0.559-2.937-1.092-6.558-1.092-9.697 0.001-27.979 22.766-50.743 50.747-50.743zm6.171,116.953c-0.585-20.371-6.166-29.321-13.89-41.708l-1.035-1.661c-18.402-29.593-14.747-35.248-13.188-36.275 0.833-0.549 1.414-0.628 2.388-0.32 6.678,2.098 19.291,18.981 32.42,51.971 0.017,0.042 0.038,0.08 0.055,0.121 1.138,2.891 2.854,5.549 5.116,7.811 4.007,4.008 9.243,6.321 14.854,6.646-6.616,16.348-12.624,36.411-12.624,63.5 0,10.494 1.064,20.105 2.672,28.668h-42.479c17.972-32.958 26.406-54.483 25.711-78.753zm33.667-30.67c-1.495,1.496-3.483,2.319-5.599,2.319-2.114,0-4.102-0.823-5.597-2.319-1.495-1.494-2.318-3.48-2.318-5.594 0-2.114 0.824-4.102 2.319-5.598 1.495-1.496 3.482-2.318 5.596-2.318 2.114,0 4.102,0.823 5.598,2.318s2.318,3.482 2.318,5.597c0.001,2.115-0.823,4.102-2.317,5.595zm-79.314,2.094c-0.743-1.647-1.473-3.271-2.188-4.882 0.131,0.003 0.261,0.018 0.393,0.018 1.978,0 3.973-0.3 5.944-0.926 4.087-1.303 7.552-3.813 10.188-7.07 1.202,2.019 2.425,4.021 3.647,5.986l1.045,1.678c7.193,11.536 11.156,17.891 11.624,34.201 0.399,13.971-2.556,27.127-11.471,46.622-0.576-34.37-10.866-57.191-19.182-75.627zm8.183,136.018c1.576-3.885 3.229-8.475 4.762-13.689h53.062c1.533,5.215 3.186,9.805 4.762,13.689h-62.586z"></path> </svg> World Cup 2026
	</div>

	<div class="top-stripe">
		 
	</div>

	<div style="text-align:center;margin-bottom:8px;">
		<svg fill="url(#trophyGold)" height="110px" style="filter:drop-shadow(0 0 24px rgba(255,184,0,0.7)) drop-shadow(0 0 8px rgba(255,220,0,0.5))" version="1.1" viewbox="0 0 254.395 254.395" width="110px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <lineargradient id="trophyGold" x1="0%" x2="50%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#FFF176"></stop> <stop offset="35%" stop-color="#FFD700"></stop> <stop offset="70%" stop-color="#FFB800"></stop> <stop offset="100%" stop-color="#a06800"></stop> </lineargradient> </defs> <path d="m192.943,65.744c0-36.252-29.493-65.744-65.746-65.744s-65.746,29.492-65.746,65.744c7.10543e-15,8.336 2.527,17.966 2.928,19.428l-.005,.002c2.372,8.184 5.919,16.047 9.674,24.371 8.383,18.584 17.884,39.646 17.884,72.492 0,31.751-11.003,54.982-14.375,61.346-1.231,2.324-1.155,5.125 0.201,7.379 1.356,2.254 3.795,3.633 6.426,3.633h86.027c2.631,0 5.069-1.379 6.426-3.633 1.356-2.254 1.433-5.055 0.201-7.379-3.372-6.363-14.375-29.595-14.375-61.346 0-32.846 9.501-53.909 17.884-72.492 3.756-8.324 7.302-16.188 9.674-24.371l-.005-.002c0.4-1.462 2.927-11.092 2.927-19.428zm-65.746-50.744c27.981,0 50.746,22.764 50.746,50.744 0,4.252-0.977,9.384-1.671,12.5-4.14-3.532-9.335-5.471-14.836-5.471-5.947,0-11.538,2.267-15.82,6.365-9.241-19.319-20.956-37.527-33.477-41.461-5.293-1.664-10.53-0.935-15.145,2.109-5.938,3.917-11.336,13.153-4.863,30.967 0.099,0.271-0.105-0.285-0.004-0.015 0.002,0.005 0.003,0.01 0.004,0.015 1.761,5.535-1.198,11.378-4.812,12.539-4.222,1.356-8.778-2.598-9.777-7.852-0.559-2.937-1.092-6.558-1.092-9.697 0.001-27.979 22.766-50.743 50.747-50.743zm6.171,116.953c-0.585-20.371-6.166-29.321-13.89-41.708l-1.035-1.661c-18.402-29.593-14.747-35.248-13.188-36.275 0.833-0.549 1.414-0.628 2.388-0.32 6.678,2.098 19.291,18.981 32.42,51.971 0.017,0.042 0.038,0.08 0.055,0.121 1.138,2.891 2.854,5.549 5.116,7.811 4.007,4.008 9.243,6.321 14.854,6.646-6.616,16.348-12.624,36.411-12.624,63.5 0,10.494 1.064,20.105 2.672,28.668h-42.479c17.972-32.958 26.406-54.483 25.711-78.753zm33.667-30.67c-1.495,1.496-3.483,2.319-5.599,2.319-2.114,0-4.102-0.823-5.597-2.319-1.495-1.494-2.318-3.48-2.318-5.594 0-2.114 0.824-4.102 2.319-5.598 1.495-1.496 3.482-2.318 5.596-2.318 2.114,0 4.102,0.823 5.598,2.318s2.318,3.482 2.318,5.597c0.001,2.115-0.823,4.102-2.317,5.595zm-79.314,2.094c-0.743-1.647-1.473-3.271-2.188-4.882 0.131,0.003 0.261,0.018 0.393,0.018 1.978,0 3.973-0.3 5.944-0.926 4.087-1.303 7.552-3.813 10.188-7.07 1.202,2.019 2.425,4.021 3.647,5.986l1.045,1.678c7.193,11.536 11.156,17.891 11.624,34.201 0.399,13.971-2.556,27.127-11.471,46.622-0.576-34.37-10.866-57.191-19.182-75.627zm8.183,136.018c1.576-3.885 3.229-8.475 4.762-13.689h53.062c1.533,5.215 3.186,9.805 4.762,13.689h-62.586z"></path> </svg>
	</div>

	<div class="hero-title">
		Road to the Trophy
	</div>

	<div style="text-align:center;margin-top:8px;">
		<span style="font-size:16px;color:#fff;font-family:'Barlow Condensed',sans-serif;letter-spacing:1px;">The World Cup is here!</span> <span class="bounce-ball"><span class="ipsEmoji">⚽</span></span>
	</div>

	<div class="gold-divider">
		 
	</div>

	<div style="text-align:center;font-size:14px;color:var(--muted);margin-bottom:6px;">
		Win a bet on any Group Stage matches of World Cup and share your Bet IDs below.
	</div>

	<div style="text-align:center;font-size:14px;color:var(--muted);">
		Better odds will lead you towards the top of the leaderboard!
	</div>

	<div class="bet-wrap">
		<a class="bet-btn" href="https://sta.ke/4sgxr1n" rel="external nofollow">Bet Now</a>
	</div>

	<div class="hero-sub" style="margin-top:12px;">
		<span style="font-size:15px;color:var(--muted);">Competition ends when the first round is finished.</span>
	</div>
</div>

<div class="glass-card">
	<div class="challenge-box">
		<div class="challenge-title">
			How to Enter
		</div>

		<div class="feature-grid">
			<div class="feature" data-step="1">
				Win a bet on any Group Stage World Cup matches (parlay's allowed - but only WC matches)
			</div>

			<div class="feature" data-step="2">
				Copy your Bet ID(s) after placing your bet.
			</div>

			<div class="feature" data-step="3">
				Submitted bets must be a minimum of 5x odds.
			</div>

			<div class="feature" data-step="4">
				Reply to this thread with your Bet ID(s) to enter.
			</div>
		</div>
	</div>

	<div class="info-grid">
		<div class="info-box">
			<div style="font-size:18px;font-weight:700;color:var(--gold);margin-bottom:10px;">
				<span class="ipsEmoji">📋</span> Requirements
			</div>

			<div class="req-item">
				<span class="ipsEmoji">⚽</span> Bets must be on any Group Stage World Cup match.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">💵</span> Minimum bet amount: $2.00 (in any currency).
			</div>

			<div class="req-item">
				<span class="ipsEmoji">📈</span> Minimum 5x odds (bets must be winning).
			</div>

			<div class="req-item">
				<span class="ipsEmoji">💬</span> Reply to this thread with your Bet ID(s).
			</div>

			<div class="req-item">
				<span class="ipsEmoji">❌</span> Cashed out bets are not allowed.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">✅</span> Stake Shield / SGM bets are allowed.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">🔒</span> Stake.com accounts only, Bronze VIP or above.
			</div>
		</div>

		<div class="info-box prize-box">
			<div style="font-size:18px;font-weight:700;color:var(--gold);margin-bottom:10px;">
				<span class="ipsEmoji">🏆</span> Prize Pool
			</div>

			<div class="prize-shiny">
				$5,000
			</div>

			<div style="color:var(--muted);font-size:12px;margin-bottom:10px;">
				TOTAL PRIZE POOL
			</div>

			<div class="prize-list">
				<div class="prize-row">
					<span>1st Place</span><span style="color:#FFB800;font-weight:700;">$1,000</span>
				</div>

				<div class="prize-row">
					<span>2nd Place</span><span style="color:#4A9FFF;font-weight:700;">$800</span>
				</div>

				<div class="prize-row">
					<span>3rd Place</span><span style="color:#E8162B;font-weight:700;">$600</span>
				</div>

				<div class="prize-row">
					<span>4th Place</span><span style="color:#FF7A00;font-weight:700;">$400</span>
				</div>

				<div class="prize-row">
					<span>5th Place</span><span style="color:#00D632;font-weight:700;">$200</span>
				</div>

				<div class="prize-row">
					<span>6th Onward</span><span style="color:#FFB800;font-weight:700;">Share of $2,000</span>
				</div>
			</div>

			<div style="margin-top:10px;font-size:12px;color:var(--muted);">
				In the event of a tie, the higher bet amount wins. If still tied, the user who posted first will have an advantage.
			</div>
		</div>
	</div>

	<details class="dropdown-card">
		<summary class="dropdown-trigger">Terms &amp; Conditions</summary>

		<ol class="rules-list">
			<li>
				Bronze VIP account or above.
			</li>
			<li>
				KYC Level 2 verification required.
			</li>
			<li>
				Stake employees cannot participate in official Stake.com forum challenges. This does not apply to moderators.
			</li>
			<li>
				Only Stake.com and official Stake.com mirror site users will be eligible for the prize.
			</li>
			<li>
				Any player using multiple accounts will not be eligible for prizes.
			</li>
			<li>
				Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
			</li>
			<li>
				For payment, give us up to 72 hours from the end of the challenge.
			</li>
			<li>
				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.
			</li>
		</ol>
	</details>
</div>
]]></description><guid isPermaLink="false">175413</guid><pubDate>Thu, 04 Jun 2026 08:23:18 +0000</pubDate></item><item><title>$2,000 Parlay Showdown | World Cup</title><link>https://stakecommunity.com/topic/176239-2000-parlay-showdown-world-cup/</link><description><![CDATA[<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@400;600;700&display=swap');

:root {
  --card: rgba(8, 18, 38, 0.95);
  --line: rgba(255,255,255,0.08);
  --text: #f0f4ff;
  --muted: #7a8fbb;
  --gold: #FFB800;
  --red: #e8162b;
  --shadow: 0 20px 60px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Barlow', sans-serif;
  background: #0a1525;
  color: var(--text);
  padding: 24px;
  max-width: 100%;
  margin: 0;
}

/* ── GLASS CARD ── */
.glass-card {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 20px;
  background: var(--card);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.07);
  color: var(--text);
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content:'';
  position:absolute;
  inset:0;
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='400' viewBox='0 0 600 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-50 300 C100 250 150 100 300 80 C450 60 500 200 650 150' fill='none' stroke='%23e8162b' stroke-width='28' opacity='0.09' stroke-linecap='round'/%3E%3Cpath d='M-50 320 C100 270 150 120 300 100 C450 80 500 220 650 170' fill='none' stroke='%23e8162b' stroke-width='10' opacity='0.06' stroke-linecap='round'/%3E%3Cpath d='M-50 100 C50 150 200 180 320 160 C440 140 520 50 650 80' fill='none' stroke='%232255cc' stroke-width='28' opacity='0.1' stroke-linecap='round'/%3E%3Cpath d='M-50 80 C50 130 200 160 320 140 C440 120 520 30 650 60' fill='none' stroke='%232255cc' stroke-width='10' opacity='0.06' stroke-linecap='round'/%3E%3Cpath d='M-50 420 C120 380 200 300 350 320 C480 340 560 420 650 380' fill='none' stroke='%2300a040' stroke-width='24' opacity='0.08' stroke-linecap='round'/%3E%3Cpolygon points='480,60 483,70 494,70 485,76 488,87 480,81 472,87 475,76 466,70 477,70' fill='%234a9fff' opacity='0.12'/%3E%3Cpolygon points='120,320 123,330 134,330 125,336 128,347 120,341 112,347 115,336 106,330 117,330' fill='%234a9fff' opacity='0.1'/%3E%3Cpolygon points='540,280 542,287 550,287 543,292 546,299 540,295 534,299 537,292 530,287 538,287' fill='%234a9fff' opacity='0.1'/%3E%3Cpolygon points='200,80 202,87 210,87 203,92 206,99 200,95 194,99 197,92 190,87 198,87' fill='%234a9fff' opacity='0.1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: 28px;
  z-index: 0;
}

.glass-card > * { position: relative; z-index: 1; }
.glass-card:hover { transform: translateY(-4px); }

/* ── BADGE ── */
.badge {
  position: absolute;
  top: 18px; right: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,0,0.5);
  background: rgba(255,215,0,0.07);
  font-weight: 700;
  font-size: 13px;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  z-index: 2;
}

.badge::after {
  content:"";
  position:absolute;
  top:-50%; left:-60%;
  width:60%; height:200%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);
  transform: rotate(20deg);
  animation: shineBadge 4s linear infinite;
}
@keyframes shineBadge { 0%{left:-60%} 100%{left:120%} }

/* ── HERO ── */
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.05;
  background: linear-gradient(135deg, #fff 20%, var(--gold) 55%, #e8162b 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.bounce-ball {
  font-size: 26px;
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
}
@keyframes bounce {
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

.gold-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--red), var(--gold), transparent);
  border-radius: 999px;
  margin: 18px 0;
  opacity: 0.5;
}

/* ── BET BUTTON ── */
.bet-wrap { text-align:center; margin: 18px 0 10px; }

.bet-btn {
  display: inline-block;
  padding: 16px 52px;
  background: linear-gradient(135deg, #e8162b, #c0101f);
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  border-radius: 14px;
  text-decoration: none !important;
  transition: 0.25s ease;
  box-shadow: 0 10px 30px rgba(232,22,43,0.35);
  border: 1px solid rgba(255,255,255,0.15);
}

.bet-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(232,22,43,0.5);
}

/* ── HOW TO ENTER ── */
.challenge-box {
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,215,0,0.15);
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 18px;
  text-align: center;
}

.challenge-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}

.feature {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 14px 14px 44px;
  font-size: 14px;
  transition: 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}

.feature:hover {
  background: rgba(232,22,43,0.08);
  transform: translateY(-4px);
  border-color: rgba(232,22,43,0.3);
}

.feature::before {
  content: attr(data-step);
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
}

/* ── INFO GRID ── */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-top: 18px;
}

.info-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  transition: 0.25s ease;
}

.req-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  transition: 0.25s ease;
}

.req-item:hover {
  background: rgba(255,215,0,0.06);
  transform: translateY(-3px);
  border-color: rgba(255,215,0,0.2);
}

/* ── PRIZE ── */
.prize-box:hover {
  background: rgba(255,215,0,0.06);
  transform: translateY(-3px);
}

.prize-shiny {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 58px;
  letter-spacing: 3px;
  background: linear-gradient(90deg, #FFD700, #fff8c0, #FFD700);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0%{background-position:200% center}
  100%{background-position:-200% center}
}

.prize-list { margin-top: 10px; font-size: 14px; }

.prize-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.prize-row span:first-child { color: var(--text); }
.prize-row:last-child { border: none; }

/* ── TIEBREAKER ── */
.tie-item {
  background: rgba(255,255,255,0.03);
  border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
  padding: 10px 14px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--muted);
}

.tie-item strong { color: var(--text); }

/* ── DROPDOWN ── */
.dropdown-card {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.dropdown-trigger {
  padding: 14px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
}

.rules-list {
  list-style: none;
  padding: 0 16px 16px;
  margin: 0;
  counter-reset: step;
}

.rules-list li {
  position: relative;
  padding: 10px 10px 10px 40px;
  margin-bottom: 8px;
  text-align: left;
  counter-increment: step;
  font-size: 14px;
  transition: 0.2s;
  color: var(--muted);
}

.rules-list li strong { color: var(--text); }
.rules-list li:hover { transform: translateX(3px); }

.rules-list li::before {
  content: counter(step);
  position: absolute;
  left: 10px; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
  transition: 0.25s;
}

.rules-list li:hover::before {
  box-shadow: 0 0 8px rgba(255,215,0,0.5);
  transform: translateY(-50%) scale(1.1);
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 12px;
}

@media(max-width:700px){
  .feature-grid,.info-grid{grid-template-columns:1fr;}
  .hero-title{font-size:38px;}
}</style>
<div class="glass-card">
	<div class="badge">
		<svg fill="url(#bg1)" height="18px" style="flex-shrink:0;" viewbox="0 0 254.395 254.395" width="18px" xmlns="http://www.w3.org/2000/svg"> <defs> <lineargradient id="bg1" x1="0%" x2="50%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#FFF176"></stop> <stop offset="50%" stop-color="#FFD700"></stop> <stop offset="100%" stop-color="#a06800"></stop> </lineargradient> </defs> <path d="m192.943,65.744c0-36.252-29.493-65.744-65.746-65.744s-65.746,29.492-65.746,65.744c7.10543e-15,8.336 2.527,17.966 2.928,19.428l-.005,.002c2.372,8.184 5.919,16.047 9.674,24.371 8.383,18.584 17.884,39.646 17.884,72.492 0,31.751-11.003,54.982-14.375,61.346-1.231,2.324-1.155,5.125 0.201,7.379 1.356,2.254 3.795,3.633 6.426,3.633h86.027c2.631,0 5.069-1.379 6.426-3.633 1.356-2.254 1.433-5.055 0.201-7.379-3.372-6.363-14.375-29.595-14.375-61.346 0-32.846 9.501-53.909 17.884-72.492 3.756-8.324 7.302-16.188 9.674-24.371l-.005-.002c0.4-1.462 2.927-11.092 2.927-19.428zm-65.746-50.744c27.981,0 50.746,22.764 50.746,50.744 0,4.252-0.977,9.384-1.671,12.5-4.14-3.532-9.335-5.471-14.836-5.471-5.947,0-11.538,2.267-15.82,6.365-9.241-19.319-20.956-37.527-33.477-41.461-5.293-1.664-10.53-0.935-15.145,2.109-5.938,3.917-11.336,13.153-4.863,30.967 0.099,0.271-0.105-0.285-0.004-0.015 0.002,0.005 0.003,0.01 0.004,0.015 1.761,5.535-1.198,11.378-4.812,12.539-4.222,1.356-8.778-2.598-9.777-7.852-0.559-2.937-1.092-6.558-1.092-9.697 0.001-27.979 22.766-50.743 50.747-50.743zm6.171,116.953c-0.585-20.371-6.166-29.321-13.89-41.708l-1.035-1.661c-18.402-29.593-14.747-35.248-13.188-36.275 0.833-0.549 1.414-0.628 2.388-0.32 6.678,2.098 19.291,18.981 32.42,51.971 0.017,0.042 0.038,0.08 0.055,0.121 1.138,2.891 2.854,5.549 5.116,7.811 4.007,4.008 9.243,6.321 14.854,6.646-6.616,16.348-12.624,36.411-12.624,63.5 0,10.494 1.064,20.105 2.672,28.668h-42.479c17.972-32.958 26.406-54.483 25.711-78.753zm33.667-30.67c-1.495,1.496-3.483,2.319-5.599,2.319-2.114,0-4.102-0.823-5.597-2.319-1.495-1.494-2.318-3.48-2.318-5.594 0-2.114 0.824-4.102 2.319-5.598 1.495-1.496 3.482-2.318 5.596-2.318 2.114,0 4.102,0.823 5.598,2.318s2.318,3.482 2.318,5.597c0.001,2.115-0.823,4.102-2.317,5.595zm-79.314,2.094c-0.743-1.647-1.473-3.271-2.188-4.882 0.131,0.003 0.261,0.018 0.393,0.018 1.978,0 3.973-0.3 5.944-0.926 4.087-1.303 7.552-3.813 10.188-7.07 1.202,2.019 2.425,4.021 3.647,5.986l1.045,1.678c7.193,11.536 11.156,17.891 11.624,34.201 0.399,13.971-2.556,27.127-11.471,46.622-0.576-34.37-10.866-57.191-19.182-75.627zm8.183,136.018c1.576-3.885 3.229-8.475 4.762-13.689h53.062c1.533,5.215 3.186,9.805 4.762,13.689h-62.586z"></path> </svg> World Cup 2026
	</div>

	<div style="text-align:center;margin-bottom:8px;margin-top:10px;">
		<svg fill="url(#tg)" height="100px" style="filter:drop-shadow(0 0 24px rgba(255,184,0,0.7))" viewbox="0 0 254.395 254.395" width="100px" xmlns="http://www.w3.org/2000/svg"> <defs> <lineargradient id="tg" x1="0%" x2="50%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#FFF176"></stop> <stop offset="35%" stop-color="#FFD700"></stop> <stop offset="70%" stop-color="#FFB800"></stop> <stop offset="100%" stop-color="#a06800"></stop> </lineargradient> </defs> <path d="m192.943,65.744c0-36.252-29.493-65.744-65.746-65.744s-65.746,29.492-65.746,65.744c7.10543e-15,8.336 2.527,17.966 2.928,19.428l-.005,.002c2.372,8.184 5.919,16.047 9.674,24.371 8.383,18.584 17.884,39.646 17.884,72.492 0,31.751-11.003,54.982-14.375,61.346-1.231,2.324-1.155,5.125 0.201,7.379 1.356,2.254 3.795,3.633 6.426,3.633h86.027c2.631,0 5.069-1.379 6.426-3.633 1.356-2.254 1.433-5.055 0.201-7.379-3.372-6.363-14.375-29.595-14.375-61.346 0-32.846 9.501-53.909 17.884-72.492 3.756-8.324 7.302-16.188 9.674-24.371l-.005-.002c0.4-1.462 2.927-11.092 2.927-19.428zm-65.746-50.744c27.981,0 50.746,22.764 50.746,50.744 0,4.252-0.977,9.384-1.671,12.5-4.14-3.532-9.335-5.471-14.836-5.471-5.947,0-11.538,2.267-15.82,6.365-9.241-19.319-20.956-37.527-33.477-41.461-5.293-1.664-10.53-0.935-15.145,2.109-5.938,3.917-11.336,13.153-4.863,30.967 0.099,0.271-0.105-0.285-0.004-0.015 0.002,0.005 0.003,0.01 0.004,0.015 1.761,5.535-1.198,11.378-4.812,12.539-4.222,1.356-8.778-2.598-9.777-7.852-0.559-2.937-1.092-6.558-1.092-9.697 0.001-27.979 22.766-50.743 50.747-50.743zm6.171,116.953c-0.585-20.371-6.166-29.321-13.89-41.708l-1.035-1.661c-18.402-29.593-14.747-35.248-13.188-36.275 0.833-0.549 1.414-0.628 2.388-0.32 6.678,2.098 19.291,18.981 32.42,51.971 0.017,0.042 0.038,0.08 0.055,0.121 1.138,2.891 2.854,5.549 5.116,7.811 4.007,4.008 9.243,6.321 14.854,6.646-6.616,16.348-12.624,36.411-12.624,63.5 0,10.494 1.064,20.105 2.672,28.668h-42.479c17.972-32.958 26.406-54.483 25.711-78.753zm33.667-30.67c-1.495,1.496-3.483,2.319-5.599,2.319-2.114,0-4.102-0.823-5.597-2.319-1.495-1.494-2.318-3.48-2.318-5.594 0-2.114 0.824-4.102 2.319-5.598 1.495-1.496 3.482-2.318 5.596-2.318 2.114,0 4.102,0.823 5.598,2.318s2.318,3.482 2.318,5.597c0.001,2.115-0.823,4.102-2.317,5.595zm-79.314,2.094c-0.743-1.647-1.473-3.271-2.188-4.882 0.131,0.003 0.261,0.018 0.393,0.018 1.978,0 3.973-0.3 5.944-0.926 4.087-1.303 7.552-3.813 10.188-7.07 1.202,2.019 2.425,4.021 3.647,5.986l1.045,1.678c7.193,11.536 11.156,17.891 11.624,34.201 0.399,13.971-2.556,27.127-11.471,46.622-0.576-34.37-10.866-57.191-19.182-75.627zm8.183,136.018c1.576-3.885 3.229-8.475 4.762-13.689h53.062c1.533,5.215 3.186,9.805 4.762,13.689h-62.586z"></path> </svg>
	</div>

	<div class="hero-title">
		Parlay Showdown
	</div>

	<div style="text-align:center;margin-top:8px;">
		<span style="font-size:16px;color:#fff;font-family:'Barlow Condensed',sans-serif;letter-spacing:1px;"><span class="ipsEmoji">⚡</span> Put your strategy into action and lock in your picks! <span class="ipsEmoji">⚡</span></span>
	</div>

	<div style="text-align:center;font-size:14px;color:var(--muted);margin-top:8px;">
		Place a <strong style="color:var(--text);">multi-bet</strong> on World Cup games — every leg counts! The more legs you hit, the higher you climb on the leaderboard.
	</div>

	<div class="gold-divider">
		 
	</div>

	<div style="text-align:center;font-size:14px;color:var(--muted);margin-bottom:6px;">
		<strong style="color:var(--gold);">Ends: 01/07/2026 @ 12:00 UTC</strong>
	</div>

	<div class="bet-wrap">
		<a class="bet-btn" href="https://stake.com/sports/soccer/international/world-cup" rel="external">Bet Now</a>
	</div>
</div>

<div class="glass-card">
	<div class="challenge-box">
		<div class="challenge-title">
			How to Enter
		</div>

		<div class="feature-grid">
			<div class="feature" data-step="1">
				Win a multi-bet on any World Cup game.
			</div>

			<div class="feature" data-step="2">
				Hit as many legs as possible — more legs = higher rank.
			</div>

			<div class="feature" data-step="3">
				Minimum bet amount: $2.00 USD.
			</div>

			<div class="feature" data-step="4">
				Reply to this thread with your Bet ID (e.g. sport:123456789).
			</div>
		</div>
	</div>

	<div class="info-grid">
		<div class="info-box">
			<div style="font-size:18px;font-weight:700;color:var(--gold);margin-bottom:10px;">
				<span class="ipsEmoji">📋</span> Requirements
			</div>

			<div class="req-item">
				<span class="ipsEmoji">⚽</span> Bets must be on any World Cup game.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">💵</span> Minimum bet amount: $2.00 (any currency).
			</div>

			<div class="req-item">
				<span class="ipsEmoji">📈</span> Bet must be a winning one.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">⚡</span>Minimum odds  per match - 1.30x
			</div>

			<div class="req-item">
				<span class="ipsEmoji">💬</span> One valid entry per user.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">❌</span> Cashed out bets are not allowed.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">❌</span> Voided, half-win, half-loss bets don't count toward legs.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">❌</span> Stake Shield bets are not allowed.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">🔒</span> Stake.com accounts only, Bronze VIP or above.
			</div>
		</div>

		<div class="info-box prize-box">
			<div style="font-size:18px;font-weight:700;color:var(--gold);margin-bottom:10px;">
				<span class="ipsEmoji">🏆</span> Prize Pool
			</div>

			<div class="prize-shiny">
				$2,000
			</div>

			<div style="color:var(--muted);font-size:12px;margin-bottom:10px;">
				TOTAL PRIZE POOL
			</div>

			<div class="prize-list">
				<div class="prize-row">
					<span>1st Place</span><span style="color:#FFB800;font-weight:700;">$500</span>
				</div>

				<div class="prize-row">
					<span>2nd Place</span><span style="color:#4A9FFF;font-weight:700;">$400</span>
				</div>

				<div class="prize-row">
					<span>3rd Place</span><span style="color:#E8162B;font-weight:700;">$300</span>
				</div>

				<div class="prize-row">
					<span>4th Place</span><span style="color:#FF7A00;font-weight:700;">$200</span>
				</div>

				<div class="prize-row">
					<span>5th Place</span><span style="color:#00D632;font-weight:700;">$100</span>
				</div>

				<div class="prize-row">
					<span>6th–10th Place</span><span style="color:#FFB800;font-weight:700;">$60 each</span>
				</div>

				<div class="prize-row">
					<span>11th–15th Place</span><span style="color:#FFB800;font-weight:700;">$40 each</span>
				</div>
			</div>
		</div>
	</div>

	<div style="margin-top:20px;">
		<div class="section-title">
			<span class="ipsEmoji">⚖️</span> Tiebreaker
		</div>

		<div class="tie-item">
			Players ranked primarily by <strong>number of legs hit</strong> in their winning parlays.
		</div>

		<div class="tie-item">
			Tie? Player with <strong>higher total odds</strong> wins.
		</div>

		<div class="tie-item">
			Still tied? Player who <strong>placed their bet first</strong> has the advantage.
		</div>
	</div>

	<details class="dropdown-card" open="">
		<summary class="dropdown-trigger">Terms &amp; Conditions</summary>

		<ol class="rules-list">
			<li>
				Bronze VIP account or above.
			</li>
			<li>
				KYC Level 2 verification required.
			</li>
			<li>
				Bet's must've been made after 15/06/2026 @ 12:00pm UTC
			</li>
			<li>
				Bets must be placed after the start time and settled before the timer expires.
			</li>
			<li>
				You can bet on <strong>pre-match or live</strong> markets.
			</li>
			<li>
				Stake employees cannot participate. This does not apply to moderators.
			</li>
			<li>
				Only Stake.com and official mirror site users are eligible.
			</li>
			<li>
				Any player using multiple accounts will not be eligible for prizes.
			</li>
			<li>
				Stake reserves the right to disqualify any user due to promotion or account abuse.
			</li>
			<li>
				For payment, give us up to 72 hours from the end of the promotion.
			</li>
			<li>
				Winners will be contacted directly via support. Prizes distributed as a coupon.
			</li>
		</ol>
	</details>
</div>
]]></description><guid isPermaLink="false">176239</guid><pubDate>Mon, 15 Jun 2026 10:19:37 +0000</pubDate></item><item><title>&#x1F4B0; [$5,000] Shield Derby - Week Two &#x1F6E1;&#xFE0F;</title><link>https://stakecommunity.com/topic/174265-%F0%9F%92%B0-5000-shield-derby-week-two-%F0%9F%9B%A1%EF%B8%8F/</link><description><![CDATA[<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
@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; }
}</style>
<div class="container">
	<div class="header fade-up d1">
		<div style="margin:0 auto 22px;max-width:500px;border-radius:14px;overflow:hidden;border:1px solid #ffffff12;box-shadow:0 8px 32px rgba(0,0,0,.4);">
			<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="662854" href="//stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_06/StakeShield.png.b7676de7a84e8850a6686d683730073f.png" rel=""><img alt="StakeShield.png" class="ipsImage ipsImage_thumbnailed" data-fileid="662854" data-ratio="56.00" data-unique="e298ppu01" width="500" src="https://stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_06/StakeShield.thumb.png.c7de901c6514343e3f7ba7e0339a554d.png"></a>
		</div>

		<div class="eyebrow">
			It's All At Stake
		</div>

		<h1>
			Stake's<br>
			Shield Derby<br>
			<span class="h1-accent">Week 2</span>
		</h1>

		<p class="ends-label">
			Entries close: <strong>28/6/2026</strong>
		</p>

		<div class="countdown-wrapper">
			<iframe allowtransparency="true" frameborder="0" height="58" spellcheck="false" src="https://free.timeanddate.com/countdown/i6lkkn71/n152/cf12/cm0/cu4/ct0/cs1/cacfff/co0/cr0/ss0/cac000/cpcf00/pcfff/tcfff/fs130/szw320/szh135/iso2026-06-28T11:00:00/pa10" width="162"></iframe>
		</div>

		<p class="header-desc">
			<strong>Week 2 of the Shield Derby is live.</strong> Another fresh shot. Another $5,000 on the table. Last week's result doesn't matter — this is a new competition.
		</p>

		<p class="header-desc">
			Build your multi using only this week's International Football Matches using <strong>Stake Shield</strong>. Chase the highest combined odds.
		</p>

		<p class="header-desc">
			<strong>Top 10</strong> winning multis this week each take home <strong>$500</strong>.
		</p>
		<a class="play-btn" href="https://sta.ke/4eX0Zy8" rel="external nofollow"><span class="ipsEmoji">⚽️</span> Place Your Multi</a>
	</div>

	<div class="rewards fade-up d2">
		<div class="reward-card cash">
			<div class="ribbon">
				Top 10 This Week
			</div>

			<div class="headline">
				$500
			</div>

			<div class="subline">
				Each · Cash
			</div>

			<div class="footnote">
				Awarded to the 10 winning multis with the highest combined odds in Week 2
			</div>
		</div>

		<div class="reward-card pool">
			<div class="ribbon">
				Week 2
			</div>

			<div class="headline">
				$5,000
			</div>

			<div class="subline">
				Weekly Pool
			</div>

			<div class="footnote">
				Total cash available this week — split equally among the top 10 winners
			</div>
		</div>
	</div>

	<div class="pool-strip fade-up d3">
		<span>Full Series Pool</span> <strong>$25,000</strong> <span>· 50 Winners · 5 Weeks</span>
	</div>

	<div class="pill fade-up d3">
		<span class="ipsEmoji">💡</span> Multis must use <strong>International Football Matches only</strong> · min <strong>3 legs</strong> · min <strong>combined odds 3.00</strong>
	</div>

	<div class="section fade-up d5">
		<div class="section-title">
			<span class="num">[01]</span> How To Enter
		</div>

		<div class="steps">
			<div class="step">
				<div class="step-num">
					1
				</div>

				<div class="step-text">
					Build a <strong>Multi using Stake Shield</strong> with only <a class="match-link" href="https://sta.ke/4eX0Zy8" rel="external nofollow"><strong>International Football Matches</strong></a> taking place this week (22/6 — 28/6)
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					2
				</div>

				<div class="step-text">
					Your multi must be a <strong>minimum bet of $5 USD</strong> have a <strong>minimum of 3 legs</strong> at <strong>combined odds of 3.00 or greater </strong>and<strong> use Stake Shield</strong>
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					3
				</div>

				<div class="step-text">
					<strong>Reply to this thread</strong> with your Bet ID before entries close on <strong>28/6</strong>
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					4
				</div>

				<div class="step-text">
					At week's close, the <strong>top 10 fully winning multis</strong> by combined odds each take home <strong>$500</strong>
				</div>
			</div>
		</div>
	</div>

	<div class="section fade-up d6">
		<div class="section-title">
			<span class="num">[02]</span> Requirements
		</div>

		<div class="req-list">
			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">⚽️</span></span>

				<div class="req-text">
					Bet type: <strong>Stake Shield</strong> <strong>Multi only</strong>, using <a class="match-link" href="https://sta.ke/4eX0Zy8" rel="external nofollow"><strong>International Football Matches</strong></a> exclusively from <strong>Week 2 (22/6 — 28/6)</strong>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">🎯</span></span>

				<div class="req-text">
					Minimum bet of <strong>$5 USD</strong> or <strong>above</strong>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">📈</span></span>

				<div class="req-text">
					 
				</div>

				<div class="req-text">
					Minimum <strong>3 legs</strong> per multi - Minimum <strong>combined odds: 3.00</strong> or greater - <strong>Using Stake Shield</strong>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">💬</span></span>

				<div class="req-text">
					Post your <strong>Bet ID</strong> as a reply to <strong>this thread</strong> before <strong>28/6</strong>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">🔒</span></span>

				<div class="req-text">
					Must be a <strong>Stake.com</strong> account in good standing
				</div>
			</div>
		</div>
	</div>

	<div class="section fade-up d7">
		<div class="section-title">
			<span class="num">[03]</span> Prize Breakdown
		</div>

		<div class="pool-total">
			<div class="pool-label">
				Week 2 Prize Pool
			</div>

			<div class="pool-amount">
				$5,000
			</div>

			<div class="winners-line">
				<strong>10 Winners</strong> · Highest Combined Odds
			</div>
		</div>

		<div class="tier-head">
			<span>Prize</span> <span>Recipients</span> <span>Value</span>
		</div>

		<div class="tier-table">
			<div class="tier-row t-bolt">
				<div class="tier-label">
					Week 2 Cash
				</div>

				<div class="tier-desc">
					Top 10 winning multis by combined odds
				</div>

				<div class="tier-value">
					$500 each
				</div>
			</div>

			<div class="tier-row t-charge">
				<div class="tier-label">
					Series Total
				</div>

				<div class="tier-desc">
					$5,000 each week across 5 weeks of the Shield Derby
				</div>

				<div class="tier-value">
					$25,000
				</div>
			</div>
		</div>
	</div>

	<div class="notice fade-up d8">
		<span class="n-icon"><span class="ipsEmoji">⚠️</span></span>

		<div class="n-text">
			<strong>Week 2 only.</strong> Your Bet ID must be posted in this thread before <strong>28/6</strong>. Multis using matches outside Week 2, fewer than 3 legs, or combined odds under 3.00 will not qualify. Only fully winning multis are eligible — the other weeks each have their own dedicated thread.
		</div>
	</div>

	<div class="stake-badge fade-up d8">
		<span class="ipsEmoji">‼️</span> Stake.com Users Only <span class="ipsEmoji">‼️</span>
	</div>

	<details class="fade-up d9">
		<summary><span><span class="ipsEmoji">📄</span> Full Terms &amp; Conditions</span></summary>

		<div class="terms-body">
			<p>
				This competition is published by Stake, which operates <a href="https://stake.com" rel="external">stake.com</a>, and is subject to the Stake Terms and Conditions and Community Terms of Use.
			</p>

			<p style="margin-top:10px;">
				In the event of conflict, the following order of precedence applies:
			</p>

			<ol style="margin-top:6px;">
				<li>
					Terms and Conditions
				</li>
				<li>
					These Rules
				</li>
				<li>
					Stake Community Terms of Use
				</li>
			</ol>

			<h2>
				Entry &amp; Eligibility
			</h2>

			<ul>
				<li>
					Entries must be <strong>multi bets</strong> placed exclusively on <strong>International Football Matches</strong> taking place in Week 2 (22/6 — 28/6).
				</li>
				<li>
					Minimum of <strong>3 legs</strong> per multi; minimum <strong>combined odds of 3.00</strong>.
				</li>
				<li>
					Bet ID must be posted as a reply to this thread before <strong>28/6</strong>.
				</li>
				<li>
					Multiple multis may be submitted; each Bet ID counts as a separate entry.
				</li>
				<li>
					Only fully winning multis are eligible for ranking.
				</li>
			</ul>

			<h2>
				Winners &amp; Prizes
			</h2>

			<ul>
				<li>
					At Week 2's close, the <strong>top 10 fully winning multis</strong> ranked by combined odds (highest first) each receive <strong>$500</strong>.
				</li>
				<li>
					In the event of tied combined odds, the earlier-posted Bet ID takes precedence.
				</li>
				<li>
					Winners are announced and notified via the forum thread.
				</li>
				<li>
					Cash prizes delivered within 14 days of Week 2's closing date.
				</li>
			</ul>

			<h2>
				Account Eligibility
			</h2>

			<ul>
				<li>
					Active Stake.com account in good standing
				</li>
				<li>
					KYC Level 2 verification required for cash prize delivery
				</li>
				<li>
					Account must have no restrictions or exclusions
				</li>
				<li>
					Must not be a Stake employee
				</li>
				<li>
					Must maintain only one Stake account
				</li>
				<li>
					Must not be in a Prohibited Jurisdiction
				</li>
			</ul>

			<h2>
				Stake's Reserved Rights
			</h2>

			<ul>
				<li>
					To amend the Rules at any time
				</li>
				<li>
					To cancel the Competition at any time
				</li>
				<li>
					To verify the nominated account for prize delivery
				</li>
			</ul>
		</div>
	</details>
</div>
]]></description><guid isPermaLink="false">174265</guid><pubDate>Sun, 21 Jun 2026 14:07:10 +0000</pubDate></item><item><title>$2,000 Players Markets | World Cup</title><link>https://stakecommunity.com/topic/176241-2000-players-markets-world-cup/</link><description><![CDATA[<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@400;600;700&display=swap');

:root {
  --card: rgba(8, 18, 38, 0.95);
  --line: rgba(255,255,255,0.08);
  --text: #f0f4ff;
  --muted: #7a8fbb;
  --gold: #FFB800;
  --red: #e8162b;
  --shadow: 0 20px 60px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Barlow', sans-serif;
  background: #0a1525;
  color: var(--text);
  padding: 24px;
  max-width: 100%;
  margin: 0;
}

.glass-card {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 20px;
  background: var(--card);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.07);
  color: var(--text);
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content:'';
  position:absolute;
  inset:0;
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='400' viewBox='0 0 600 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-50 300 C100 250 150 100 300 80 C450 60 500 200 650 150' fill='none' stroke='%23e8162b' stroke-width='28' opacity='0.09' stroke-linecap='round'/%3E%3Cpath d='M-50 320 C100 270 150 120 300 100 C450 80 500 220 650 170' fill='none' stroke='%23e8162b' stroke-width='10' opacity='0.06' stroke-linecap='round'/%3E%3Cpath d='M-50 100 C50 150 200 180 320 160 C440 140 520 50 650 80' fill='none' stroke='%232255cc' stroke-width='28' opacity='0.1' stroke-linecap='round'/%3E%3Cpath d='M-50 80 C50 130 200 160 320 140 C440 120 520 30 650 60' fill='none' stroke='%232255cc' stroke-width='10' opacity='0.06' stroke-linecap='round'/%3E%3Cpath d='M-50 420 C120 380 200 300 350 320 C480 340 560 420 650 380' fill='none' stroke='%2300a040' stroke-width='24' opacity='0.08' stroke-linecap='round'/%3E%3Cpolygon points='480,60 483,70 494,70 485,76 488,87 480,81 472,87 475,76 466,70 477,70' fill='%234a9fff' opacity='0.12'/%3E%3Cpolygon points='120,320 123,330 134,330 125,336 128,347 120,341 112,347 115,336 106,330 117,330' fill='%234a9fff' opacity='0.1'/%3E%3Cpolygon points='540,280 542,287 550,287 543,292 546,299 540,295 534,299 537,292 530,287 538,287' fill='%234a9fff' opacity='0.1'/%3E%3Cpolygon points='200,80 202,87 210,87 203,92 206,99 200,95 194,99 197,92 190,87 198,87' fill='%234a9fff' opacity='0.1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: 28px;
  z-index: 0;
}

.glass-card > * { position: relative; z-index: 1; }
.glass-card:hover { transform: translateY(-4px); }

.badge {
  position: absolute;
  top: 18px; right: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,0,0.5);
  background: rgba(255,215,0,0.07);
  font-weight: 700;
  font-size: 13px;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  z-index: 2;
}

.badge::after {
  content:"";
  position:absolute;
  top:-50%; left:-60%;
  width:60%; height:200%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);
  transform: rotate(20deg);
  animation: shineBadge 4s linear infinite;
}
@keyframes shineBadge { 0%{left:-60%} 100%{left:120%} }

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.05;
  background: linear-gradient(135deg, #fff 20%, var(--gold) 55%, #e8162b 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.bounce-ball {
  font-size: 26px;
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
}
@keyframes bounce {
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

.gold-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--red), var(--gold), transparent);
  border-radius: 999px;
  margin: 18px 0;
  opacity: 0.5;
}

.bet-wrap { text-align:center; margin: 18px 0 10px; }

.bet-btn {
  display: inline-block;
  padding: 16px 52px;
  background: linear-gradient(135deg, #e8162b, #c0101f);
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  border-radius: 14px;
  text-decoration: none !important;
  transition: 0.25s ease;
  box-shadow: 0 10px 30px rgba(232,22,43,0.35);
  border: 1px solid rgba(255,255,255,0.15);
}

.bet-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(232,22,43,0.5);
}

.challenge-box {
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,215,0,0.15);
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 18px;
  text-align: center;
}

.challenge-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}

.feature {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 14px 14px 44px;
  font-size: 14px;
  transition: 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}

.feature:hover {
  background: rgba(232,22,43,0.08);
  transform: translateY(-4px);
  border-color: rgba(232,22,43,0.3);
}

.feature::before {
  content: attr(data-step);
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
}

/* ── MARKETS GRID ── */
.markets-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 10px;
  margin: 16px 0;
}

.market-tag {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,184,0,0.2);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  transition: 0.2s;
}

.market-tag:hover {
  background: rgba(255,184,0,0.08);
  transform: translateY(-2px);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-top: 18px;
}

.info-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  transition: 0.25s ease;
}

.req-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  transition: 0.25s ease;
}

.req-item:hover {
  background: rgba(255,215,0,0.06);
  transform: translateY(-3px);
  border-color: rgba(255,215,0,0.2);
}

.prize-box:hover {
  background: rgba(255,215,0,0.06);
  transform: translateY(-3px);
}

.prize-shiny {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 58px;
  letter-spacing: 3px;
  background: linear-gradient(90deg, #FFD700, #fff8c0, #FFD700);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0%{background-position:200% center}
  100%{background-position:-200% center}
}

.prize-list { margin-top: 10px; font-size: 14px; }

.prize-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.prize-row span:first-child { color: var(--text); }
.prize-row:last-child { border: none; }

.tie-item {
  background: rgba(255,255,255,0.03);
  border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
  padding: 10px 14px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--muted);
}

.tie-item strong { color: var(--text); }

.dropdown-card {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.dropdown-trigger {
  padding: 14px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
}

.rules-list {
  list-style: none;
  padding: 0 16px 16px;
  margin: 0;
  counter-reset: step;
}

.rules-list li {
  position: relative;
  padding: 10px 10px 10px 40px;
  margin-bottom: 8px;
  text-align: left;
  counter-increment: step;
  font-size: 14px;
  transition: 0.2s;
  color: var(--muted);
}

.rules-list li strong { color: var(--text); }
.rules-list li:hover { transform: translateX(3px); }

.rules-list li::before {
  content: counter(step);
  position: absolute;
  left: 10px; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
  transition: 0.25s;
}

.rules-list li:hover::before {
  box-shadow: 0 0 8px rgba(255,215,0,0.5);
  transform: translateY(-50%) scale(1.1);
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 12px;
}

@media(max-width:700px){
  .feature-grid,.info-grid,.markets-grid{grid-template-columns:1fr;}
  .hero-title{font-size:38px;}
}</style>
<div class="glass-card">
	<div class="badge">
		<svg fill="url(#bg1)" height="18px" style="flex-shrink:0;" viewbox="0 0 254.395 254.395" width="18px" xmlns="http://www.w3.org/2000/svg"> <defs> <lineargradient id="bg1" x1="0%" x2="50%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#FFF176"></stop> <stop offset="50%" stop-color="#FFD700"></stop> <stop offset="100%" stop-color="#a06800"></stop> </lineargradient> </defs> <path d="m192.943,65.744c0-36.252-29.493-65.744-65.746-65.744s-65.746,29.492-65.746,65.744c7.10543e-15,8.336 2.527,17.966 2.928,19.428l-.005,.002c2.372,8.184 5.919,16.047 9.674,24.371 8.383,18.584 17.884,39.646 17.884,72.492 0,31.751-11.003,54.982-14.375,61.346-1.231,2.324-1.155,5.125 0.201,7.379 1.356,2.254 3.795,3.633 6.426,3.633h86.027c2.631,0 5.069-1.379 6.426-3.633 1.356-2.254 1.433-5.055 0.201-7.379-3.372-6.363-14.375-29.595-14.375-61.346 0-32.846 9.501-53.909 17.884-72.492 3.756-8.324 7.302-16.188 9.674-24.371l-.005-.002c0.4-1.462 2.927-11.092 2.927-19.428zm-65.746-50.744c27.981,0 50.746,22.764 50.746,50.744 0,4.252-0.977,9.384-1.671,12.5-4.14-3.532-9.335-5.471-14.836-5.471-5.947,0-11.538,2.267-15.82,6.365-9.241-19.319-20.956-37.527-33.477-41.461-5.293-1.664-10.53-0.935-15.145,2.109-5.938,3.917-11.336,13.153-4.863,30.967 0.099,0.271-0.105-0.285-0.004-0.015 0.002,0.005 0.003,0.01 0.004,0.015 1.761,5.535-1.198,11.378-4.812,12.539-4.222,1.356-8.778-2.598-9.777-7.852-0.559-2.937-1.092-6.558-1.092-9.697 0.001-27.979 22.766-50.743 50.747-50.743zm6.171,116.953c-0.585-20.371-6.166-29.321-13.89-41.708l-1.035-1.661c-18.402-29.593-14.747-35.248-13.188-36.275 0.833-0.549 1.414-0.628 2.388-0.32 6.678,2.098 19.291,18.981 32.42,51.971 0.017,0.042 0.038,0.08 0.055,0.121 1.138,2.891 2.854,5.549 5.116,7.811 4.007,4.008 9.243,6.321 14.854,6.646-6.616,16.348-12.624,36.411-12.624,63.5 0,10.494 1.064,20.105 2.672,28.668h-42.479c17.972-32.958 26.406-54.483 25.711-78.753zm33.667-30.67c-1.495,1.496-3.483,2.319-5.599,2.319-2.114,0-4.102-0.823-5.597-2.319-1.495-1.494-2.318-3.48-2.318-5.594 0-2.114 0.824-4.102 2.319-5.598 1.495-1.496 3.482-2.318 5.596-2.318 2.114,0 4.102,0.823 5.598,2.318s2.318,3.482 2.318,5.597c0.001,2.115-0.823,4.102-2.317,5.595zm-79.314,2.094c-0.743-1.647-1.473-3.271-2.188-4.882 0.131,0.003 0.261,0.018 0.393,0.018 1.978,0 3.973-0.3 5.944-0.926 4.087-1.303 7.552-3.813 10.188-7.07 1.202,2.019 2.425,4.021 3.647,5.986l1.045,1.678c7.193,11.536 11.156,17.891 11.624,34.201 0.399,13.971-2.556,27.127-11.471,46.622-0.576-34.37-10.866-57.191-19.182-75.627zm8.183,136.018c1.576-3.885 3.229-8.475 4.762-13.689h53.062c1.533,5.215 3.186,9.805 4.762,13.689h-62.586z"></path> </svg> World Cup 2026
	</div>

	<div style="text-align:center;margin-bottom:8px;margin-top:10px;">
		<svg fill="url(#tg)" height="100px" style="filter:drop-shadow(0 0 24px rgba(255,184,0,0.7))" viewbox="0 0 254.395 254.395" width="100px" xmlns="http://www.w3.org/2000/svg"> <defs> <lineargradient id="tg" x1="0%" x2="50%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#FFF176"></stop> <stop offset="35%" stop-color="#FFD700"></stop> <stop offset="70%" stop-color="#FFB800"></stop> <stop offset="100%" stop-color="#a06800"></stop> </lineargradient> </defs> <path d="m192.943,65.744c0-36.252-29.493-65.744-65.746-65.744s-65.746,29.492-65.746,65.744c7.10543e-15,8.336 2.527,17.966 2.928,19.428l-.005,.002c2.372,8.184 5.919,16.047 9.674,24.371 8.383,18.584 17.884,39.646 17.884,72.492 0,31.751-11.003,54.982-14.375,61.346-1.231,2.324-1.155,5.125 0.201,7.379 1.356,2.254 3.795,3.633 6.426,3.633h86.027c2.631,0 5.069-1.379 6.426-3.633 1.356-2.254 1.433-5.055 0.201-7.379-3.372-6.363-14.375-29.595-14.375-61.346 0-32.846 9.501-53.909 17.884-72.492 3.756-8.324 7.302-16.188 9.674-24.371l-.005-.002c0.4-1.462 2.927-11.092 2.927-19.428zm-65.746-50.744c27.981,0 50.746,22.764 50.746,50.744 0,4.252-0.977,9.384-1.671,12.5-4.14-3.532-9.335-5.471-14.836-5.471-5.947,0-11.538,2.267-15.82,6.365-9.241-19.319-20.956-37.527-33.477-41.461-5.293-1.664-10.53-0.935-15.145,2.109-5.938,3.917-11.336,13.153-4.863,30.967 0.099,0.271-0.105-0.285-0.004-0.015 0.002,0.005 0.003,0.01 0.004,0.015 1.761,5.535-1.198,11.378-4.812,12.539-4.222,1.356-8.778-2.598-9.777-7.852-0.559-2.937-1.092-6.558-1.092-9.697 0.001-27.979 22.766-50.743 50.747-50.743zm6.171,116.953c-0.585-20.371-6.166-29.321-13.89-41.708l-1.035-1.661c-18.402-29.593-14.747-35.248-13.188-36.275 0.833-0.549 1.414-0.628 2.388-0.32 6.678,2.098 19.291,18.981 32.42,51.971 0.017,0.042 0.038,0.08 0.055,0.121 1.138,2.891 2.854,5.549 5.116,7.811 4.007,4.008 9.243,6.321 14.854,6.646-6.616,16.348-12.624,36.411-12.624,63.5 0,10.494 1.064,20.105 2.672,28.668h-42.479c17.972-32.958 26.406-54.483 25.711-78.753zm33.667-30.67c-1.495,1.496-3.483,2.319-5.599,2.319-2.114,0-4.102-0.823-5.597-2.319-1.495-1.494-2.318-3.48-2.318-5.594 0-2.114 0.824-4.102 2.319-5.598 1.495-1.496 3.482-2.318 5.596-2.318 2.114,0 4.102,0.823 5.598,2.318s2.318,3.482 2.318,5.597c0.001,2.115-0.823,4.102-2.317,5.595zm-79.314,2.094c-0.743-1.647-1.473-3.271-2.188-4.882 0.131,0.003 0.261,0.018 0.393,0.018 1.978,0 3.973-0.3 5.944-0.926 4.087-1.303 7.552-3.813 10.188-7.07 1.202,2.019 2.425,4.021 3.647,5.986l1.045,1.678c7.193,11.536 11.156,17.891 11.624,34.201 0.399,13.971-2.556,27.127-11.471,46.622-0.576-34.37-10.866-57.191-19.182-75.627zm8.183,136.018c1.576-3.885 3.229-8.475 4.762-13.689h53.062c1.533,5.215 3.186,9.805 4.762,13.689h-62.586z"></path> </svg>
	</div>

	<div class="hero-title">
		Player Markets
	</div>

	<div style="text-align:center;margin-top:8px;">
		<span style="font-size:16px;color:#fff;font-family:'Barlow Condensed',sans-serif;letter-spacing:1px;"><span class="ipsEmoji">⚡</span> Bet on the stars of the World Cup! <span class="ipsEmoji">⚡</span></span>
	</div>

	<div style="text-align:center;font-size:14px;color:var(--muted);margin-top:8px;margin-bottom:4px;">
		Place a winning bet on any <strong style="color:var(--text);">player market</strong> from any World Cup games and climb the leaderboard. The higher the odds, the higher you rank!
	</div>

	<div style="text-align:center;margin-top:16px;">
		<span style="font-size:14px;color:var(--muted);">Bet on any <strong style="color:var(--text);">Player Market</strong> available — goals, assists, shots, cards, tackles and more.</span>
	</div>

	<div class="gold-divider">
		 
	</div>

	<div style="text-align:center;font-size:14px;color:var(--gold);margin-bottom:6px;">
		<strong>Ends: 01/07/2026 @ 12:00 UTC</strong>
	</div>

	<div class="bet-wrap">
		<a class="bet-btn" href="https://sta.ke/4sgxr1n" rel="external nofollow">Bet Now</a>
	</div>
</div>

<div class="glass-card">
	<div class="challenge-box">
		<div class="challenge-title">
			How to Enter
		</div>

		<div class="feature-grid">
			<div class="feature" data-step="1">
				Place a winning bet on any player market in a World Cup games.
			</div>

			<div class="feature" data-step="2">
				Copy your Bet ID after the bet is settled.
			</div>

			<div class="feature" data-step="3">
				Minimum bet amount: $2.00 USD. Minimum 1.80x odds per selection.
			</div>

			<div class="feature" data-step="4">
				Reply to this thread with your Bet ID (e.g. sport:123456789).
			</div>
		</div>
	</div>

	<div class="info-grid">
		<div class="info-box">
			<div style="font-size:18px;font-weight:700;color:var(--gold);margin-bottom:10px;">
				<span class="ipsEmoji">📋</span> Requirements
			</div>

			<div class="req-item">
				<span class="ipsEmoji">⚽</span> Bets must be on any World Cup player market.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">💵</span> Minimum bet amount: $2.00 (any currency).
			</div>

			<div class="req-item">
				<span class="ipsEmoji">💬</span> One valid entry per user.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">❌</span> Cashed out bets are not allowed.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">❌</span> Voided or cancelled bets are not eligible.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">❌</span> Stake Shield bets are not allowed.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">🔒</span> Stake.com accounts only, Bronze VIP or above.
			</div>
		</div>

		<div class="info-box prize-box">
			<div style="font-size:18px;font-weight:700;color:var(--gold);margin-bottom:10px;">
				<span class="ipsEmoji">🏆</span> Prize Pool
			</div>

			<div class="prize-shiny">
				$2,000
			</div>

			<div style="color:var(--muted);font-size:12px;margin-bottom:10px;">
				TOTAL PRIZE POOL
			</div>

			<div class="prize-list">
				<div class="prize-row">
					<span>1st Place</span><span style="color:#FFB800;font-weight:700;">$500</span>
				</div>

				<div class="prize-row">
					<span>2nd Place</span><span style="color:#4A9FFF;font-weight:700;">$400</span>
				</div>

				<div class="prize-row">
					<span>3rd Place</span><span style="color:#E8162B;font-weight:700;">$300</span>
				</div>

				<div class="prize-row">
					<span>4th Place</span><span style="color:#FF7A00;font-weight:700;">$200</span>
				</div>

				<div class="prize-row">
					<span>5th Place</span><span style="color:#00D632;font-weight:700;">$100</span>
				</div>

				<div class="prize-row">
					<span>6th–10th Place</span><span style="color:#FFB800;font-weight:700;">$60 each</span>
				</div>

				<div class="prize-row">
					<span>11th–15th Place</span><span style="color:#FFB800;font-weight:700;">$40 each</span>
				</div>
			</div>

			<div style="margin-top:10px;font-size:12px;color:var(--muted);">
				Ranked by odds. In case of a tie, the higher bet amount wins. If still tied, earliest entry wins.
			</div>
		</div>
	</div>

	<div style="margin-top:20px;">
		<div class="section-title">
			<span class="ipsEmoji">⚖️</span> Tiebreaker
		</div>

		<div class="tie-item">
			Players ranked primarily by <strong>odds of the parlay.</strong>
		</div>

		<div class="tie-item">
			Tie? Player with the <strong>higher bet amount</strong> wins.
		</div>

		<div class="tie-item">
			Still tied? Player who <strong>posted first</strong> has the advantage.
		</div>
	</div>

	<details class="dropdown-card" open="">
		<summary class="dropdown-trigger">Terms &amp; Conditions</summary>

		<ol class="rules-list">
			<li>
				Bronze VIP account or above.
			</li>
			<li>
				Bet's must've been made after 15/06/2026 @ 12:00pm UTC
			</li>
			<li>
				KYC Level 2 verification required.
			</li>
			<li>
				Bets must be placed and settled within the competition window.
			</li>
			<li>
				You can bet on <strong>pre-match or live</strong> player markets.
			</li>
			<li>
				Stake employees cannot participate. This does not apply to moderators.
			</li>
			<li>
				Only Stake.com and official mirror site users are eligible.
			</li>
			<li>
				Any player using multiple accounts will not be eligible for prizes.
			</li>
			<li>
				Stake reserves the right to disqualify any user due to promotion or account abuse.
			</li>
			<li>
				For payment, give us up to 72 hours from the end of the promotion.
			</li>
			<li>
				Winners will be contacted directly via support. Prizes distributed as a coupon.
			</li>
		</ol>
	</details>
</div>
]]></description><guid isPermaLink="false">176241</guid><pubDate>Mon, 15 Jun 2026 10:33:51 +0000</pubDate></item><item><title>$3,000 Pick the Champion! | World Cup</title><link>https://stakecommunity.com/topic/175678-3000-pick-the-champion-world-cup/</link><description><![CDATA[<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@400;600;700&display=swap');

:root {
  --text: #f0f4ff;
  --muted: #7a8fbb;
  --gold: #FFB800;
  --green-prize: #00D632;
  --shadow: 0 20px 60px rgba(0,0,0,0.6);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Barlow', sans-serif;
  background: #0a1525;
  color: var(--text);
  padding: 24px;
  max-width: 100%;
  margin: 0 auto;
}

/* ── GLASS CARD ── */
.glass-card {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 20px;
  background: rgba(8, 18, 38, 0.95);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,0.07);
  color: var(--text);
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content:'';
  position:absolute;
  inset:0;
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='400' viewBox='0 0 600 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-50 300 C100 250 150 100 300 80 C450 60 500 200 650 150' fill='none' stroke='%23e8162b' stroke-width='28' opacity='0.09' stroke-linecap='round'/%3E%3Cpath d='M-50 320 C100 270 150 120 300 100 C450 80 500 220 650 170' fill='none' stroke='%23e8162b' stroke-width='10' opacity='0.06' stroke-linecap='round'/%3E%3Cpath d='M-50 100 C50 150 200 180 320 160 C440 140 520 50 650 80' fill='none' stroke='%232255cc' stroke-width='28' opacity='0.1' stroke-linecap='round'/%3E%3Cpath d='M-50 80 C50 130 200 160 320 140 C440 120 520 30 650 60' fill='none' stroke='%232255cc' stroke-width='10' opacity='0.06' stroke-linecap='round'/%3E%3Cpath d='M-50 420 C120 380 200 300 350 320 C480 340 560 420 650 380' fill='none' stroke='%2300a040' stroke-width='24' opacity='0.08' stroke-linecap='round'/%3E%3Cpolygon points='480,60 483,70 494,70 485,76 488,87 480,81 472,87 475,76 466,70 477,70' fill='%234a9fff' opacity='0.12'/%3E%3Cpolygon points='120,320 123,330 134,330 125,336 128,347 120,341 112,347 115,336 106,330 117,330' fill='%234a9fff' opacity='0.1'/%3E%3Cpolygon points='540,280 542,287 550,287 543,292 546,299 540,295 534,299 537,292 530,287 538,287' fill='%234a9fff' opacity='0.1'/%3E%3Cpolygon points='200,80 202,87 210,87 203,92 206,99 200,95 194,99 197,92 190,87 198,87' fill='%234a9fff' opacity='0.1'/%3E%3Cpath d='M-50 295 C100 245 150 95 300 75 C450 55 500 195 650 145' fill='none' stroke='%23e8162b' stroke-width='2' opacity='0.08' stroke-linecap='round' stroke-dasharray='4 6'/%3E%3Cpath d='M-50 95 C50 145 200 175 320 155 C440 135 520 45 650 75' fill='none' stroke='%232255cc' stroke-width='2' opacity='0.08' stroke-linecap='round' stroke-dasharray='4 6'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: 28px;
  z-index: 0;
}

.glass-card::after { content: none; }
.glass-card > * { position: relative; z-index: 1; }

/* ── BADGE ── */
.badge {
  position: absolute;
  top: 18px; right: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,215,0,0.5);
  background: rgba(255,215,0,0.07);
  font-weight: 700;
  font-size: 13px;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 18px rgba(0,0,0,0.3);
  overflow: hidden;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 6px;
}
.badge::after {
  content:"";
  position:absolute;
  top:-50%; left:-60%;
  width:60%; height:200%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);
  transform: rotate(20deg);
  animation: shineBadge 4s linear infinite;
}
@keyframes shineBadge { 0%{left:-60%} 100%{left:120%} }

/* ── HERO TITLE ── */
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.05;
  background: linear-gradient(135deg, #fff 20%, var(--gold) 55%, #e8162b 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

/* ── GOLD DIVIDER ── */
.gold-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), #e8162b, var(--gold), transparent);
  border-radius: 999px;
  margin: 18px 0;
  opacity: 0.5;
}

/* ── BET BUTTON ── */
.bet-wrap { text-align:center; margin: 20px 0 8px; }
.bet-btn {
  display: inline-block;
  padding: 16px 56px;
  background: linear-gradient(135deg, #e8162b, #c0101f);
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  border-radius: 14px;
  text-decoration: none !important;
  transition: 0.25s ease;
  box-shadow: 0 10px 30px rgba(232,22,43,0.35);
  border: 1px solid rgba(255,255,255,0.15);
}
.bet-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(232,22,43,0.5); }

/* ── CHALLENGE BOX ── */
.challenge-box {
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,215,0,0.15);
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 18px;
  text-align: center;
}
.challenge-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
.feature {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px 14px 14px 44px;
  font-size: 14px;
  transition: 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
.feature:hover { background: rgba(232,22,43,0.08); transform: translateY(-4px); border-color: rgba(232,22,43,0.3); }
.feature::before {
  content: attr(data-step);
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
}

/* ── INFO GRID ── */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-top: 18px;
}
.info-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  transition: 0.25s ease;
}
.req-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  transition: 0.25s ease;
}
.req-item:hover { background: rgba(255,215,0,0.06); transform: translateY(-3px); border-color: rgba(255,215,0,0.2); }

/* ── PRIZE ── */
.prize-shiny {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 72px;
  letter-spacing: 3px;
  background: linear-gradient(90deg, #FFD700, #fff8c0, #FFD700);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}
@keyframes shine { 0%{background-position:200% center} 100%{background-position:-200% center} }

/* ── DROPDOWN ── */
.dropdown-card {
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.dropdown-trigger {
  padding: 14px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  list-style: none;
}
.rules-list {
  list-style: none;
  padding: 0 16px 16px;
  margin: 0;
  counter-reset: step;
}
.rules-list li {
  position: relative;
  padding: 10px 10px 10px 40px;
  margin-bottom: 8px;
  text-align: left;
  counter-increment: step;
  font-size: 14px;
  transition: 0.2s;
}
.rules-list li:hover { transform: translateX(3px); }
.rules-list li::before {
  content: counter(step);
  position: absolute;
  left: 10px; top: 50%;
  transform: translateY(-50%);
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(255,215,0,0.12);
  border: 1px solid rgba(255,215,0,0.5);
  color: var(--gold);
  font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
}
.rules-list li:hover::before { box-shadow: 0 0 8px rgba(255,215,0,0.5); transform: translateY(-50%) scale(1.1); }

/* ── BOUNCE ── */
.bounce-ball { font-size: 26px; display: inline-block; animation: bounce 1s infinite ease-in-out; }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

@media(max-width:600px){
  .feature-grid,.info-grid{grid-template-columns:1fr;}
  .hero-title{font-size:38px;}
  .prize-shiny{font-size:52px;}
}</style>

<div class="glass-card">
	
	<div class="badge">
		<svg fill="url(#badgeGold2)" height="20px" style="filter:drop-shadow(0 0 4px rgba(255,184,0,0.6));flex-shrink:0;" viewbox="0 0 254.395 254.395" width="20px" xmlns="http://www.w3.org/2000/svg"> <defs> <lineargradient id="badgeGold2" x1="0%" x2="50%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#FFF176"></stop> <stop offset="50%" stop-color="#FFD700"></stop> <stop offset="100%" stop-color="#a06800"></stop> </lineargradient> </defs> <path d="m192.943,65.744c0-36.252-29.493-65.744-65.746-65.744s-65.746,29.492-65.746,65.744c7.10543e-15,8.336 2.527,17.966 2.928,19.428l-.005,.002c2.372,8.184 5.919,16.047 9.674,24.371 8.383,18.584 17.884,39.646 17.884,72.492 0,31.751-11.003,54.982-14.375,61.346-1.231,2.324-1.155,5.125 0.201,7.379 1.356,2.254 3.795,3.633 6.426,3.633h86.027c2.631,0 5.069-1.379 6.426-3.633 1.356-2.254 1.433-5.055 0.201-7.379-3.372-6.363-14.375-29.595-14.375-61.346 0-32.846 9.501-53.909 17.884-72.492 3.756-8.324 7.302-16.188 9.674-24.371l-.005-.002c0.4-1.462 2.927-11.092 2.927-19.428zm-65.746-50.744c27.981,0 50.746,22.764 50.746,50.744 0,4.252-0.977,9.384-1.671,12.5-4.14-3.532-9.335-5.471-14.836-5.471-5.947,0-11.538,2.267-15.82,6.365-9.241-19.319-20.956-37.527-33.477-41.461-5.293-1.664-10.53-0.935-15.145,2.109-5.938,3.917-11.336,13.153-4.863,30.967 0.099,0.271-0.105-0.285-0.004-0.015 0.002,0.005 0.003,0.01 0.004,0.015 1.761,5.535-1.198,11.378-4.812,12.539-4.222,1.356-8.778-2.598-9.777-7.852-0.559-2.937-1.092-6.558-1.092-9.697 0.001-27.979 22.766-50.743 50.747-50.743zm6.171,116.953c-0.585-20.371-6.166-29.321-13.89-41.708l-1.035-1.661c-18.402-29.593-14.747-35.248-13.188-36.275 0.833-0.549 1.414-0.628 2.388-0.32 6.678,2.098 19.291,18.981 32.42,51.971 0.017,0.042 0.038,0.08 0.055,0.121 1.138,2.891 2.854,5.549 5.116,7.811 4.007,4.008 9.243,6.321 14.854,6.646-6.616,16.348-12.624,36.411-12.624,63.5 0,10.494 1.064,20.105 2.672,28.668h-42.479c17.972-32.958 26.406-54.483 25.711-78.753zm33.667-30.67c-1.495,1.496-3.483,2.319-5.599,2.319-2.114,0-4.102-0.823-5.597-2.319-1.495-1.494-2.318-3.48-2.318-5.594 0-2.114 0.824-4.102 2.319-5.598 1.495-1.496 3.482-2.318 5.596-2.318 2.114,0 4.102,0.823 5.598,2.318s2.318,3.482 2.318,5.597c0.001,2.115-0.823,4.102-2.317,5.595zm-79.314,2.094c-0.743-1.647-1.473-3.271-2.188-4.882 0.131,0.003 0.261,0.018 0.393,0.018 1.978,0 3.973-0.3 5.944-0.926 4.087-1.303 7.552-3.813 10.188-7.07 1.202,2.019 2.425,4.021 3.647,5.986l1.045,1.678c7.193,11.536 11.156,17.891 11.624,34.201 0.399,13.971-2.556,27.127-11.471,46.622-0.576-34.37-10.866-57.191-19.182-75.627zm8.183,136.018c1.576-3.885 3.229-8.475 4.762-13.689h53.062c1.533,5.215 3.186,9.805 4.762,13.689h-62.586z"></path> </svg> World Cup 2026
	</div>
	

	<div style="text-align:center;margin-bottom:8px;margin-top:8px;">
		<svg fill="url(#trophyGold2)" height="100px" style="filter:drop-shadow(0 0 24px rgba(255,184,0,0.7)) drop-shadow(0 0 8px rgba(255,220,0,0.5))" viewbox="0 0 254.395 254.395" xmlns="http://www.w3.org/2000/svg"> <defs> <lineargradient id="trophyGold2" x1="0%" x2="50%" y1="0%" y2="100%"> <stop offset="0%" stop-color="#FFF176"></stop> <stop offset="35%" stop-color="#FFD700"></stop> <stop offset="70%" stop-color="#FFB800"></stop> <stop offset="100%" stop-color="#a06800"></stop> </lineargradient> </defs> <path d="m192.943,65.744c0-36.252-29.493-65.744-65.746-65.744s-65.746,29.492-65.746,65.744c7.10543e-15,8.336 2.527,17.966 2.928,19.428l-.005,.002c2.372,8.184 5.919,16.047 9.674,24.371 8.383,18.584 17.884,39.646 17.884,72.492 0,31.751-11.003,54.982-14.375,61.346-1.231,2.324-1.155,5.125 0.201,7.379 1.356,2.254 3.795,3.633 6.426,3.633h86.027c2.631,0 5.069-1.379 6.426-3.633 1.356-2.254 1.433-5.055 0.201-7.379-3.372-6.363-14.375-29.595-14.375-61.346 0-32.846 9.501-53.909 17.884-72.492 3.756-8.324 7.302-16.188 9.674-24.371l-.005-.002c0.4-1.462 2.927-11.092 2.927-19.428zm-65.746-50.744c27.981,0 50.746,22.764 50.746,50.744 0,4.252-0.977,9.384-1.671,12.5-4.14-3.532-9.335-5.471-14.836-5.471-5.947,0-11.538,2.267-15.82,6.365-9.241-19.319-20.956-37.527-33.477-41.461-5.293-1.664-10.53-0.935-15.145,2.109-5.938,3.917-11.336,13.153-4.863,30.967 0.099,0.271-0.105-0.285-0.004-0.015 0.002,0.005 0.003,0.01 0.004,0.015 1.761,5.535-1.198,11.378-4.812,12.539-4.222,1.356-8.778-2.598-9.777-7.852-0.559-2.937-1.092-6.558-1.092-9.697 0.001-27.979 22.766-50.743 50.747-50.743zm6.171,116.953c-0.585-20.371-6.166-29.321-13.89-41.708l-1.035-1.661c-18.402-29.593-14.747-35.248-13.188-36.275 0.833-0.549 1.414-0.628 2.388-0.32 6.678,2.098 19.291,18.981 32.42,51.971 0.017,0.042 0.038,0.08 0.055,0.121 1.138,2.891 2.854,5.549 5.116,7.811 4.007,4.008 9.243,6.321 14.854,6.646-6.616,16.348-12.624,36.411-12.624,63.5 0,10.494 1.064,20.105 2.672,28.668h-42.479c17.972-32.958 26.406-54.483 25.711-78.753zm33.667-30.67c-1.495,1.496-3.483,2.319-5.599,2.319-2.114,0-4.102-0.823-5.597-2.319-1.495-1.494-2.318-3.48-2.318-5.594 0-2.114 0.824-4.102 2.319-5.598 1.495-1.496 3.482-2.318 5.596-2.318 2.114,0 4.102,0.823 5.598,2.318s2.318,3.482 2.318,5.597c0.001,2.115-0.823,4.102-2.317,5.595zm-79.314,2.094c-0.743-1.647-1.473-3.271-2.188-4.882 0.131,0.003 0.261,0.018 0.393,0.018 1.978,0 3.973-0.3 5.944-0.926 4.087-1.303 7.552-3.813 10.188-7.07 1.202,2.019 2.425,4.021 3.647,5.986l1.045,1.678c7.193,11.536 11.156,17.891 11.624,34.201 0.399,13.971-2.556,27.127-11.471,46.622-0.576-34.37-10.866-57.191-19.182-75.627zm8.183,136.018c1.576-3.885 3.229-8.475 4.762-13.689h53.062c1.533,5.215 3.186,9.805 4.762,13.689h-62.586z"></path> </svg>
	</div>
	

	<div class="hero-title">
		Pick the Champion
	</div>
	

	<div style="text-align:center;margin-top:8px;">
		<span class="bounce-ball"><span class="ipsEmoji">⚽</span></span> <span style="font-size:18px;font-family:'Barlow Condensed',sans-serif;letter-spacing:1px;color:#fff;"> Who will lift the trophy? </span> <span class="bounce-ball"><span class="ipsEmoji">🏆</span></span>
	</div>

	<div class="gold-divider">
		 
	</div>

	<div style="text-align:center;font-size:14px;color:var(--muted);margin-bottom:6px;">
		Place a <strong style="color:#fff;">$5.00 outright bet</strong> on which nation you think will win the 2026 FIFA World Cup.
	</div>

	<div style="text-align:center;font-size:14px;color:var(--muted);">
		Every user who picked the correct champion splits the <strong style="color:var(--gold);">$3,000 prize pool</strong>!
	</div>

	<div class="bet-wrap">
		<a class="bet-btn" href="https://stake.com/sports/outright/soccer/international/world-cup/43214487-world-cup-2026" rel="external">Place Your Bet</a>
	</div>

	<div style="text-align:center;margin-top:10px;font-size:14px;color:var(--muted);">
		Entries close when the <strong style="color:#fff;">first World Cup match kicks off. </strong>Place your bet before the tournament begins!
	</div>
</div>


<div class="glass-card">
	<div class="challenge-box">
		<div class="challenge-title">
			How to Enter
		</div>

		<div class="feature-grid">
			<div class="feature" data-step="1">
				Place a $5.00+ outright bet on any team to win the World Cup.
			</div>

			<div class="feature" data-step="2">
				Your bet must be placed before the first World Cup match kicks off.
			</div>

			<div class="feature" data-step="3">
				Copy your Bet ID after placing the bet.
			</div>

			<div class="feature" data-step="4">
				Reply to this thread with your Bet ID (sport:123456789).
			</div>
		</div>
	</div>

	<div class="info-grid">
		
		<div class="info-box">
			<div style="font-size:18px;font-weight:700;color:var(--gold);margin-bottom:10px;">
				<span class="ipsEmoji">📋</span> Requirements
			</div>

			<div class="req-item">
				<span class="ipsEmoji">⚽</span> Outright bet on World Cup winner only.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">💵</span> Minimum bet amount: <strong>$5.00 USD</strong> (any currency).
			</div>

			<div class="req-item">
				<span class="ipsEmoji">📅</span> Bet must be placed before the first match kicks off.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">❌</span> Cashed-out bets are <strong>not eligible</strong>.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">🛡️</span> Stake Shield bets are <strong>not eligible</strong>.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">🏅</span> Bronze VIP level or above required.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">🔒</span> KYC Level 2 verification required.
			</div>

			<div class="req-item">
				<span class="ipsEmoji">1️⃣</span> One valid entry per user.
			</div>
		</div>
		

		<div class="info-box" style="transition:0.25s ease;">
			<div style="font-size:18px;font-weight:700;color:var(--gold);margin-bottom:10px;">
				<span class="ipsEmoji">🏆</span> Prize Pool
			</div>

			<div class="prize-shiny">
				$3,000
			</div>

			<div style="color:var(--muted);font-size:12px;margin-bottom:14px;">
				TOTAL PRIZE POOL
			</div>

			<div style="background:rgba(0,214,50,0.07);border:1px solid rgba(0,214,50,0.2);border-radius:12px;padding:14px;margin-bottom:12px;">
				<div style="font-size:13px;color:var(--muted);margin-bottom:4px;">
					IF YOUR PICK WINS
				</div>

				<div style="font-family:'Bebas Neue',sans-serif;font-size:26px;color:var(--green-prize);letter-spacing:2px;">
					Split $3,000
				</div>

				<div style="font-size:12px;color:var(--muted);margin-top:4px;">
					Shared equally among all correct entries
				</div>
			</div>

			<div style="background:rgba(232,22,43,0.07);border:1px solid rgba(232,22,43,0.2);border-radius:12px;padding:14px;">
				<div style="font-size:13px;color:var(--muted);margin-bottom:4px;">
					IF YOUR PICK LOSES
				</div>

				<div style="font-family:'Bebas Neue',sans-serif;font-size:22px;color:#e8162b;letter-spacing:2px;">
					No Prize
				</div>

				<div style="font-size:12px;color:var(--muted);margin-top:4px;">
					Only participants who picked the winner share the pool.
				</div>
			</div>
		</div>
	</div>
	

	<details class="dropdown-card">
		<summary class="dropdown-trigger"><span class="ipsEmoji">📜</span> Terms &amp; Conditions</summary>

		<ol class="rules-list">
			<li>
				Bet must be an outright selection on the World Cup winner market.
			</li>
			<li>
				Minimum bet amount is $5.00 USD (or equivalent in any currency).
			</li>
			<li>
				Bets must be placed before the first World Cup match kicks off.
			</li>
			<li>
				Cashed-out and Stake Shield bets are not eligible.
			</li>
			<li>
				Must be Bronze VIP level or above on Stake.com.
			</li>
			<li>
				KYC Level 2 verification required. Verify at: stake.com/settings/verification
			</li>
			<li>
				Only participants who correctly picked the World Cup winner will share the $3,000 prize pool.
			</li>
			<li>
				Stake employees cannot participate in official challenges. Moderators may participate.
			</li>
			<li>
				Only Stake.com and official Stake.com mirror site users are eligible.
			</li>
			<li>
				Players using multiple accounts are not eligible for prizes.
			</li>
			<li>
				Stake reserves the right to disqualify any user due to promotion or account abuse, which may result in a permanent ban.
			</li>
			<li>
				Allow up to 72 hours from the end of the promotion for payment.
			</li>
			<li>
				Winners will be contacted directly via support. Prizes distributed as coupons, also posted as the final comment on this thread.
			</li>
			<li>
				If crypto value changes during the challenge, the prize amount remains as shown.
			</li>
		</ol>
	</details>
</div>
]]></description><guid isPermaLink="false">175678</guid><pubDate>Sun, 07 Jun 2026 17:10:11 +0000</pubDate></item><item><title>&#x1F4B0;[$10,000+Rain] Stake&#x2019;s World Chat Tournament &#x1F3DF;&#xFE0F;</title><link>https://stakecommunity.com/topic/174175-%F0%9F%92%B010000rain-stake%E2%80%99s-world-chat-tournament-%F0%9F%8F%9F%EF%B8%8F/</link><description><![CDATA[<p>
	 
</p>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
@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;
}

/* ─────── TWEMOJI (cross-platform emoji rendering) ─────── */
img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
  display: inline-block;
}
.room .flag img.emoji { height: 26px; width: 26px; margin: 0; vertical-align: middle; }

.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.rain {
  background: linear-gradient(160deg, var(--dash) 0%, var(--dash-dark) 60%, var(--dash-darker) 130%);
  border-color: var(--dash);
}
.reward-card.rain:hover { box-shadow:0 18px 50px rgba(0,202,81,0.35); }

.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;
}
.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; }

.section-intro {
  font-size:14px; color:#b0cee4; line-height:1.7;
  margin-top:-6px; margin-bottom:18px;
}

.rooms-grid {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:10px;
}
.room {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:18px 10px;
  background:var(--navy);
  border:1px solid #ffffff10;
  border-radius:12px;
  transition:transform .25s, border-color .25s, background .25s, box-shadow .25s;
  text-align:center;
  text-decoration:none;
  color:inherit;
  cursor:pointer;
}
.room:hover { transform:translateY(-3px); }
.room .flag { font-size:26px; line-height:1; }
.room .lang {
  font-family:var(--display);
  font-weight:900;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--white);
}
.room.r-bolt   { border-color:rgba(20,117,225,0.4); }
.room.r-bolt:hover   { background:rgba(20,117,225,0.10); border-color:var(--bolt); }
.room.r-crash  { border-color:rgba(233,17,60,0.4); }
.room.r-crash:hover  { background:rgba(233,17,60,0.10); border-color:var(--crash); }
.room.r-strike { border-color:rgba(255,123,0,0.4); }
.room.r-strike:hover { background:rgba(255,123,0,0.10); border-color:var(--strike); }
.room.r-charge { border-color:rgba(255,184,0,0.4); }
.room.r-charge:hover { background:rgba(255,184,0,0.10); border-color:var(--charge); }
.room.r-dash   { border-color:rgba(0,202,81,0.4); }
.room.r-dash:hover   { background:rgba(0,202,81,0.10); border-color:var(--dash); }
.room.r-more {
  border-style:dashed;
  border-color:rgba(255,255,255,0.18);
  color:var(--muted);
}
.room.r-more .lang { color:var(--muted); font-size:13px; letter-spacing:.18em; }

.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-dash  { border-color:rgba(0,202,81,0.4);  background:linear-gradient(90deg, rgba(0,202,81,0.07),  var(--navy) 60%); }
.tier-row.t-bolt  .tier-value { color:var(--bolt); }
.tier-row.t-dash  .tier-value { color:var(--dash); }

.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; }
  .rooms-grid { grid-template-columns:repeat(2, 1fr); }
  .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; }
}</style>
<div class="container">
	<div class="header fade-up d1">
		<div style="margin:0 auto 22px;max-width:500px;border-radius:14px;overflow:hidden;border:1px solid #ffffff12;box-shadow:0 8px 32px rgba(0,0,0,.4);">
			<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="661696" href="//stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_05/WorldChat_Website.png.027cba464848f662d959fdbc21267dd8.png" rel=""><img alt="WorldChat_Website.png" class="ipsImage ipsImage_thumbnailed" data-fileid="661696" data-ratio="56.00" data-unique="3ti77fyp8" width="500" src="https://stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_05/WorldChat_Website.thumb.png.eb112447742436d8bd21512229847cf0.png"></a>
		</div>

		<div class="eyebrow">
			It's All At Stake
		</div>

		<h1>
			Stake's<br>
			World Chat<br>
			<span class="h1-accent">Tournament</span>
		</h1>

		<p class="ends-label">
			Competition ends: <strong>14/7/2026</strong>
		</p>

		<div class="countdown-wrapper">
			<iframe allowtransparency="true" frameborder="0" height="58" spellcheck="false" src="https://free.timeanddate.com/countdown/i6lkkn71/n152/cf12/cm0/cu4/ct0/cs1/cacfff/co0/cr0/ss0/cac000/cpcf00/pcfff/tcfff/fs130/szw320/szh135/iso2026-07-14T11:00:00/pa10" width="162"></iframe>
		</div>

		<p class="header-desc">
			<strong>Every region has its loyalists. Every chat room has its die-hards.</strong> This summer, we're putting it all on the line. Which Stake Chat knows their world football best?
		</p>

		<p class="header-desc">
			Stack your SGMs. Stack the wins. Drag your chat room to the top.
		</p>

		<p class="header-desc">
			<strong>It's All At Stake for your region.</strong> Bragging rights and three full days of rain pouring down on the winning room.
		</p>
	</div>

	<div class="rewards fade-up d2">
		<div class="reward-card cash">
			<div class="ribbon">
				Top 20 Users
			</div>

			<div class="headline">
				$500
			</div>

			<div class="subline">
				Each · Cash
			</div>

			<div class="footnote">
				Awarded to the top 20 users in the winning chat room
			</div>
		</div>

		<div class="reward-card rain">
			<div class="ribbon">
				Whole Room
			</div>

			<div class="headline">
				3 Days
			</div>

			<div class="subline">
				Extended Rain
			</div>

			<div class="footnote">
				For every active chatter in the winning room
			</div>
		</div>
	</div>

	<div class="pool-strip fade-up d3">
		<span>Total Cash Pool</span> <strong>$10,000</strong> <span>· 20 Winners</span>
	</div>

	<div class="pill fade-up d3">
		<span class="ipsEmoji">💡</span> Bets must be <strong>Same-Game-Multis (SGMs)</strong> on any <a class="match-link" href="https://sta.ke/49cqt6W" rel="external nofollow"><strong>International Soccer Match</strong></a>
	</div>

	<div class="section fade-up d4">
		<div class="section-title">
			<span class="num">[01]</span> Chat Rooms In The Fight
		</div>

		<p class="section-intro">
			Each chat room battles for the crown. Pick yours — every winning SGM stacks for your region.
		</p>

		<div class="rooms-grid">
			<a class="room r-bolt" href="https://stakecommunity.net/topic/174176-%E2%9A%BD%EF%B8%8F-stakes-world-chat-tournament-english-%F0%9F%87%AC%F0%9F%87%A7/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇬🇧</span></span><span class="lang">English</span></a> <a class="room r-charge" href="https://stakecommunity.net/topic/174177-%E2%9A%BD%EF%B8%8F-stakes-tournoi-mondial-du-chat-fran%C3%A7ais-%F0%9F%87%AB%F0%9F%87%B7/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇫🇷</span></span><span class="lang">Français</span></a> <a class="room r-crash" href="https://stakecommunity.net/topic/174179-%E2%9A%BD%EF%B8%8F-stakes-welt-chat-turnier-deutsch-%F0%9F%8C%8D/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇩🇪</span></span><span class="lang">Deutsch</span></a> <a class="room r-dash" href="https://stakecommunity.net/topic/174196-%E2%9A%BD%EF%B8%8F-stakes-d%C3%BCnya-sohbet-turnuvasi-t%C3%BCrk%C3%A7e-%F0%9F%87%B9%F0%9F%87%B7/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇹🇷</span></span><span class="lang">Türkçe</span></a> <a class="room r-strike" href="https://stakecommunity.net/topic/174178-%E2%9A%BD%EF%B8%8F-stakes-torneio-mundial-do-chat-portugu%C3%AAs-%F0%9F%87%B5%F0%9F%87%B9/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇵🇹</span></span><span class="lang">Português</span></a> <a class="room r-bolt" href="https://stakecommunity.net/topic/174186-%E2%9A%BD%EF%B8%8F-stakes-%E0%A4%B5%E0%A4%B0%E0%A5%8D%E0%A4%B2%E0%A5%8D%E0%A4%A1-%E0%A4%9A%E0%A5%88%E0%A4%9F-%E0%A4%9F%E0%A5%82%E0%A4%B0%E0%A5%8D%E0%A4%A8%E0%A4%BE%E0%A4%AE%E0%A5%87%E0%A4%82%E0%A4%9F-india-%F0%9F%87%AE%F0%9F%87%B3/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇮🇳</span></span><span class="lang">India</span></a> <a class="room r-charge" href="https://stakecommunity.net/topic/174185-%E2%9A%BD%EF%B8%8F-stakes-world-chat-tournament-filipino-%F0%9F%8C%8F/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇵🇭</span></span><span class="lang">Filipino</span></a> <a class="room r-crash" href="https://stakecommunity.net/topic/174257-%E2%9A%BD%EF%B8%8F-stakes-%E3%83%AF%E3%83%BC%E3%83%AB%E3%83%89%E3%83%BB%E3%83%81%E3%83%A3%E3%83%83%E3%83%88-%E3%83%88%E3%83%BC%E3%83%8A%E3%83%A1%E3%83%B3%E3%83%88-%E6%97%A5%E6%9C%AC%E8%AA%9E-%F0%9F%87%AF%F0%9F%87%B5/" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇯🇵</span></span><span class="lang">日本語</span></a> <a class="room r-dash" href="https://stakecommunity.net/topic/174193-%E2%9A%BD%EF%B8%8F-stakes-%C5%9Bwiatowy-turniej-czatu-polski-%F0%9F%8C%8D/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇵🇱</span></span><span class="lang">Polski</span></a> <a class="room r-strike" href="https://stakecommunity.net/topic/174183-%E2%9A%BD%EF%B8%8F-stakes-maailman-chat-turnaus-suomi-%F0%9F%8C%8D/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇫🇮</span></span><span class="lang">Suomi</span></a> <a class="room r-bolt" href="https://stakecommunity.net/topic/174192-%E2%9A%BD%EF%B8%8F-stakes-world-chat-tournament-nigeria-%F0%9F%8C%8D/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇳🇬</span></span><span class="lang">Nigeria</span></a> <a class="room r-charge" href="https://stakecommunity.net/topic/174194-%E2%9A%BD%EF%B8%8F-stakes-%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%BE%D0%B9-%D1%87%D0%B0%D1%82-%D1%82%D1%83%D1%80%D0%BD%D0%B8%D1%80-%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%B0%D1%8F-%F0%9F%87%B7%F0%9F%87%BA/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇷🇺</span></span><span class="lang">Русский</span></a> <a class="room r-crash" href="https://stakecommunity.net/topic/174198-%E2%9A%BD%EF%B8%8F-stakes-gi%E1%BA%A3i-%C4%91%E1%BA%A5u-chat-th%E1%BA%BF-gi%E1%BB%9Bi-vi%E1%BB%87t-%F0%9F%87%BB%F0%9F%87%B3/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇻🇳</span></span><span class="lang">Tiếng Việt</span></a> <a class="room r-dash" href="https://stakecommunity.net/topic/174197-%E2%9A%BD%EF%B8%8F-stakes-%D9%88%D8%B1%D9%84%DA%88-%DA%86%DB%8C%D9%B9-%D9%B9%D9%88%D8%B1%D9%86%D8%A7%D9%85%D9%86%D9%B9-%D8%A7%D9%8F%D8%B1%D8%AF%D9%8F%D9%88-%F0%9F%8C%8F/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇵🇰</span></span><span class="lang">Pakistan</span></a> <a class="room r-strike" href="https://stakecommunity.net/topic/174182-%E2%9A%BD%EF%B8%8F-stakes-torneo-mundial-del-chat-espa%C3%B1ol-%F0%9F%87%AA%F0%9F%87%B8/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇪🇸</span></span><span class="lang">Español</span></a> <a class="room r-bolt" href="https://stakecommunity.net/topic/174191-%E2%9A%BD%EF%B8%8F-stakes-%EC%9B%94%EB%93%9C-%EC%B1%84%ED%8C%85-%ED%86%A0%EB%84%88%EB%A8%BC%ED%8A%B8-%ED%95%9C%EA%B5%AD%EC%9D%B8-%F0%9F%87%B0%F0%9F%87%B7/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇰🇷</span></span><span class="lang">한국어</span></a> <a class="room r-charge" href="https://stakecommunity.net/topic/174195-%E2%9A%BD%EF%B8%8F-stakes-%E0%B8%97%E0%B8%B1%E0%B8%A7%E0%B8%A3%E0%B9%8C%E0%B8%99%E0%B8%B2%E0%B9%80%E0%B8%A1%E0%B8%99%E0%B8%95%E0%B9%8C-%E0%B9%81%E0%B8%8A%E0%B8%97%E0%B9%82%E0%B8%A5%E0%B8%81-%E0%B9%84%E0%B8%97%E0%B8%A2-%F0%9F%87%B9%F0%9F%87%AD/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇹🇭</span></span><span class="lang">ประเทศไทย</span></a> <a class="room r-crash" href="https://stakecommunity.net/topic/174181-%E2%9A%BD%EF%B8%8F-stakes-%D8%A8%D8%B7%D9%88%D9%84%D8%A9-%D8%A7%D9%84%D8%AF%D8%B1%D8%AF%D8%B4%D8%A9-%D8%A7%D9%84%D8%B9%D8%A7%D9%84%D9%85%D9%8A%D8%A9-%D8%B9%D8%B1%D8%A8%D9%8A-%F0%9F%8C%8D/" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇸🇦</span></span><span class="lang">ٱلْعَرَبِيَّة</span></a> <a class="room r-dash" href="https://stakecommunity.net/topic/174190-%E2%9A%BD%EF%B8%8F-stakes-turnamen-obrolan-dunia-indonesian-%F0%9F%8C%8F/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇮🇩</span></span><span class="lang">Indonesian</span></a> <a class="room r-strike" href="https://stakecommunity.net/topic/174258-%E2%9A%BD%EF%B8%8F-stakes-verdens-chat-turnering-norsk-%F0%9F%8C%8D/" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇳🇴</span></span><span class="lang">Norway</span></a> <a class="room r-bolt" href="https://stakecommunity.net/topic/174199-%E2%9A%BD%EF%B8%8F-stakes-%E4%B8%96%E7%95%8C%E8%81%8A%E5%A4%A9-%E9%94%A6%E6%A0%87%E8%B5%9B-%E4%B8%AD%E5%9B%BD%E4%BA%BA-%F0%9F%87%A8%F0%9F%87%B3/?do=getNewComment" rel="external nofollow"><span class="flag"><span class="ipsEmoji">🇨🇳</span></span><span class="lang">中文</span></a>
		</div>
	</div>

	<div class="section fade-up d5">
		<div class="section-title">
			<span class="num">[02]</span> How To Enter
		</div>

		<div class="steps">
			<div class="step">
				<div class="step-num">
					1
				</div>

				<div class="step-text">
					Build a <strong>Same-Game-Multi (SGM)</strong> <strong>with a minimum amount of $5 USD</strong> any <a class="match-link" href="https://sta.ke/49cqt6W" rel="external nofollow"><strong>International Soccer Match</strong></a> this summer
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					2
				</div>

				<div class="step-text">
					<strong>Click your chatroom above to join</strong>
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					3
				</div>

				<div class="step-text">
					Or find the thread that matches your chat room (English, Hindi, French, Português, etc.) and <strong>click in</strong>
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					4
				</div>

				<div class="step-text">
					Post your <strong>Bet ID</strong> as a reply on that thread to lock in your entry for your region
				</div>
			</div>

			<div class="step">
				<div class="step-num">
					5
				</div>

				<div class="step-text">
					Every <strong>winning SGM</strong> posted in your room's thread stacks against every other chat room sitewide
				</div>
			</div>
		</div>
	</div>

	<div class="section fade-up d6">
		<div class="section-title">
			<span class="num">[03]</span> Requirements
		</div>

		<div class="req-list">
			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">🎯</span></span>

				<div class="req-text">
					Bets must be <strong>Same-Game-Multis (SGMs)</strong> only
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">⚽</span>️</span>

				<div class="req-text">
					SGMs must be on any <a class="match-link" href="https://sta.ke/49cqt6W" rel="external nofollow"><strong>International Soccer Match</strong></a>
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">💬</span></span>

				<div class="req-text">
					Post your <strong>Bet ID</strong> in your region's chat-room thread
				</div>
			</div>

			<div class="req-item">
				<span class="req-icon"><span class="ipsEmoji">🔒</span></span>

				<div class="req-text">
					Must be a <strong>Stake.com</strong> account in good standing
				</div>
			</div>
		</div>
	</div>

	<div class="section fade-up d7">
		<div class="section-title">
			<span class="num">[04]</span> Prize Breakdown
		</div>

		<div class="pool-total">
			<div class="pool-label">
				Total Cash Pool
			</div>

			<div class="pool-amount">
				$10,000
			</div>

			<div class="winners-line">
				<strong>20 Winners</strong> · Top Room Takes All
			</div>
		</div>

		<div class="tier-head">
			<span>Prize</span> <span>Recipients</span> <span>Value</span>
		</div>

		<div class="tier-table">
			<div class="tier-row t-bolt">
				<div class="tier-label">
					Cash Prize
				</div>

				<div class="tier-desc">
					Top 20 users from the winning chat room
				</div>

				<div class="tier-value">
					$500 each
				</div>
			</div>

			<div class="tier-row t-dash">
				<div class="tier-label">
					Extended Rain
				</div>

				<div class="tier-desc">
					All active chatters of the winning chat room
				</div>

				<div class="tier-value">
					3 Days
				</div>
			</div>
		</div>
	</div>

	<div class="notice fade-up d8">
		<span class="n-icon"><span class="ipsEmoji">⚠️</span></span>

		<div class="n-text">
			<strong>Heads up!</strong> Only one chat room wins. Make sure your Bet ID is posted in <strong>your region's thread</strong> — entries in the wrong room won't count toward your team.
		</div>
	</div>

	<div class="stake-badge fade-up d8">
		<span class="ipsEmoji">‼️</span> Stake.com Users Only <span class="ipsEmoji">‼️</span>
	</div>

	<details class="fade-up d9">
		<summary><span><span class="ipsEmoji">📄</span> Full Terms &amp; Conditions</span></summary>

		<div class="terms-body">
			<p>
				This competition is published by Stake, which operates <a href="https://stake.com" rel="external">stake.com</a>, and is subject to the Stake Terms and Conditions and Community Terms of Use.
			</p>

			<p style="margin-top:10px;">
				In the event of conflict, the following order of precedence applies:
			</p>

			<ol style="margin-top:6px;">
				<li>
					Terms and Conditions
				</li>
				<li>
					These Rules
				</li>
				<li>
					Stake Community Terms of Use
				</li>
			</ol>

			<h2>
				Prizes &amp; Delivery
			</h2>

			<ul>
				<li>
					The winning chat room is the one with the highest total of <strong>winning SGMs</strong> posted in its thread by the deadline.
				</li>
				<li>
					Top 20 users from the winning room (by qualifying SGM volume) each receive <strong>$500</strong>.
				</li>
				<li>
					All active chatters of the winning room receive <strong>3 days of extended rain</strong>.
				</li>
				<li>
					Cash prizes delivered within 14 days of competition ending.
				</li>
				<li>
					One entry per Bet ID — duplicate or cross-posted Bet IDs may be disqualified.
				</li>
			</ul>

			<h2>
				Eligibility
			</h2>

			<ul>
				<li>
					Active Stake.com account in good standing
				</li>
				<li>
					KYC Level 2 verification required for cash prize delivery
				</li>
				<li>
					Account must have no restrictions or exclusions
				</li>
				<li>
					Must not be a Stake employee
				</li>
				<li>
					Must maintain only one Stake account
				</li>
				<li>
					Must not be in a Prohibited Jurisdiction
				</li>
			</ul>

			<h2>
				Stake's Reserved Rights
			</h2>

			<ul>
				<li>
					To amend the Rules at any time
				</li>
				<li>
					To cancel the Competition at any time
				</li>
				<li>
					To verify the nominated account for prize delivery
				</li>
			</ul>
		</div>
	</details>
</div>
<script src="https://cdn.jsdelivr.net/npm/@twemoji/api@latest/dist/twemoji.min.js" crossorigin="anonymous"></script><script>
  if (window.twemoji) {
    twemoji.parse(document.body, { folder: 'svg', ext: '.svg' });
  }
</script>]]></description><guid isPermaLink="false">174175</guid><pubDate>Wed, 03 Jun 2026 06:20:46 +0000</pubDate></item></channel></rss>
