<?xml version="1.0"?>
<rss version="2.0"><channel><title>Limited-Time  Latest Topics</title><link>https://stakecommunity.com/board/406-limited-time/</link><description>Limited-Time  Latest Topics</description><language>en</language><item><title>&#x1F9CA; THE GOLDEN THAW: $4,000 Community Meltdown &#x1F9CA;</title><link>https://stakecommunity.com/topic/174920-%F0%9F%A7%8A-the-golden-thaw-4000-community-meltdown-%F0%9F%A7%8A/</link><description><![CDATA[<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<style type="text/css">
:root {
  --bg: #030914;
  --card: linear-gradient(145deg, #071226 0%, #030815 100%);
  --ice: #00f2fe;
  --fire: #ff5e62;
  --gold: #f7c948;
  --text: #f5f7fb;
  --muted: #a7b4c9;
  --shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}
.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 12px 40px;
}
.hero {
  border: 1px solid rgba(0, 242, 254, 0.2);
  border-radius: 20px;
  padding: 24px;
  background: var(--card);
  box-shadow: var(--shadow), inset 0 0 20px rgba(0, 242, 254, 0.05);
  text-align: center;
}
.badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 242, 254, 0.3);
  background: rgba(0, 242, 254, 0.06);
  color: var(--ice);
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}
h1 {
  margin: 10px 0;
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.accent {
  color: var(--ice);
  text-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
}
.promo-img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 16px 0;
  border: 1px solid rgba(255,255,255,0.08);
}
.lead {
  margin: 0 auto 20px auto;
  max-width: 720px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}
.timer-card {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(4, 9, 19, 0.6);
  margin-top: 16px;
}
.timer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.timer-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--muted);
  font-weight: 700;
}
.timer-end {
  font-size: 12px;
  color: #030914;
  background: var(--ice);
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 999px;
}
.timer-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  border-radius: 10px;
  background: #030914;
  border: 1px solid rgba(255,255,255,0.04);
}
.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.highlight {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.04);
}
.highlight strong {
  display: block;
  font-size: 18px;
  color: var(--ice);
  font-weight: 800;
}
.highlight span {
  color: var(--muted);
  font-size: 12px;
}
.section {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.section-card {
  padding: 20px;
  border-radius: 16px;
  background: rgba(7, 18, 38, 0.4);
  border: 1px solid rgba(255,255,255,0.05);
}
.section-card h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid var(--ice);
  padding-left: 10px;
}
.rules, .stages {
  display: grid;
  gap: 8px;
  margin: 0; padding: 0;
  list-style: none;
}
.rules li, .stages li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.01);
  border: 1px solid rgba(255,255,255,0.03);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.icon-box {
  font-size: 16px;
  line-height: 1;
}
.stages li {
  border-left: 3px solid rgba(255,255,255,0.1);
}
.stages li.unlocked {
  border-left-color: var(--fire);
  background: linear-gradient(90deg, rgba(255, 94, 98, 0.04), transparent);
}
.stage-title {
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 2px;
}
.pool-value {
  color: var(--fire);
  font-weight: 800;
}
.info-note {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0, 242, 254, 0.04);
  border: 1px solid rgba(0, 242, 254, 0.15);
  color: var(--ice);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.cta {
  margin-top: 16px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(0, 242, 254, 0.3);
  background: linear-gradient(135deg, rgba(0, 242, 254, 0.05), transparent), #071226;
  text-align: center;
}
.cta h3 { margin: 0 0 6px; font-size: 20px; font-weight: 800; text-transform: uppercase; color: #fff; }
.cta p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
details {
  margin-top: 16px;
  background: rgba(7, 14, 28, 0.3);
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 16px;
  padding: 16px;
}
summary { font-weight: 800; color: var(--muted); cursor: pointer; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }
.terms-body { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.terms-body ul { margin: 0; padding-left: 20px; }
.terms-body li { margin-bottom: 6px; }
.terms-body a { color: var(--ice); text-decoration: none; font-weight: 700; }
.terms-body a:hover { text-decoration: underline; }

@media (max-width: 760px) {
  .section { grid-template-columns: 1fr; }
  .highlights { grid-template-columns: 1fr; }
}</style>
<div class="container">
	<section class="hero">
		<div class="badge">
			<span class="ipsEmoji">🧊</span> COMMUNITY CHALLENGE
		</div>

		<h1>
			THE GOLDEN <span class="accent">THAW</span> <span class="ipsEmoji">🧊</span>
		</h1>
		<img alt="meltdown.jpg" class="promo-img" data-fileid="650571" width="500" src="https://stake-forum.s3.eu-west-2.amazonaws.com/monthly_2026_03/meltdown.jpg.b4e257c32198114c381749015a52a558.jpg">
		<p class="lead">
			A massive block of ice is holding the vault shut. Only the combined multipliers of the community can melt it down. The more multipliers we stack, the higher the prize pool goes!
		</p>

		<div class="timer-card">
			<div class="timer-top">
				<div class="timer-title">
					Heat Meter Countdown
				</div>

				<div class="timer-end">
					Ends: 06/06/2026 @ (12 PM) GMT
				</div>
			</div>

			<div class="timer-frame">
				<iframe allowtransparency="true" frameborder="0" height="61" src="https://free.timeanddate.com/countdown/i6lkkn71/cf12/cm0/cu4/ct0/cs1/ca0/co0/cr0/ss0/cacfff/cpcfff/pc213743/tcfff/fs130/szw320/szh135/iso2026-06-06T12:00:00/pa10" width="166">&gt;</iframe>
			</div>

			<div class="highlights">
				<div class="highlight">
					<strong>100x+</strong> <span>Min Multiplier</span>
				</div>

				<div class="highlight">
					<strong>$0.20</strong> <span>Min Bet Amount</span>
				</div>

				<div class="highlight">
					<strong>Only on Stake Slots</strong> <span>Valid Games</span>
				</div>
			</div>
		</div>
	</section>

	<section class="section">
		<div class="card section-card">
			<h2>
				<span class="ipsEmoji">🎯</span> The Mission
			</h2>

			<ul class="rules">
				<li>
					<div class="icon-box">
						<span class="ipsEmoji">🔥</span>
					</div>

					<div class="rule-text">
						The community must reach a combined total of <strong>150,000x</strong> in multipliers. Every winning bet you post contributes to the "Heat Meter."
					</div>
				</li>
				<li>
					<div class="icon-box">
						<span class="ipsEmoji">🎯</span>
					</div>

					<div class="rule-text">
						<strong>Individual Target:</strong> Any win with a 100x multiplier or higher (Min. bet applies).
					</div>
				</li>
				<li>
					<div class="icon-box">
						<span class="ipsEmoji">⚙️</span>
					</div>

					<div class="rule-text">
						<strong>The Goal:</strong> Post your Bet IDs to help the community reach the milestones.
					</div>
				</li>
				<li>
					<div class="icon-box">
						<span class="ipsEmoji">🎰</span>
					</div>

					<div class="rule-text">
						<strong>Minimum Multiplier:</strong> You must hit at least 100x (or higher) on any Stake Only Slot.
					</div>
				</li>
				<li>
					<div class="icon-box">
						<span class="ipsEmoji">💵</span>
					</div>

					<div class="rule-text">
						Minimum bet amount is <strong>0.20$</strong>.
					</div>
				</li>
			</ul>
		</div>

		<div class="card section-card">
			<h2>
				<span class="ipsEmoji">💰</span> Progressive Prize Pool
			</h2>

			<p style="margin: 0 0 12px 0; font-size: 13px; color: var(--muted);">
				As the ice melts, the rewards grow for EVERY eligible participant:
			</p>

			<ul class="stages">
				<li>
					<div class="icon-box">
						<span class="ipsEmoji">🔓</span>
					</div>

					<div>
						<span class="stage-title">Stage 1 (50,000x Total)</span> Pool unlocks at <span class="pool-value">$1,500</span>
					</div>
				</li>
				<li>
					<div class="icon-box">
						<span class="ipsEmoji">🔓</span>
					</div>

					<div>
						<span class="stage-title">Stage 2 (100,000x Total)</span> Pool increases to <span class="pool-value">$3,000</span>
					</div>
				</li>
				<li class="unlocked">
					<div class="icon-box">
						<span class="ipsEmoji">🔥</span>
					</div>

					<div>
						<span class="stage-title">Final Stage (200,000x Total)</span> Pool hits the max of <span class="pool-value">$4,000</span>
					</div>
				</li>
			</ul>

			<div class="info-note">
				<strong>Prize Pool Distribution:</strong> All players who complete the challenge in the next 7 days will get a share in the prize pool! <strong>There is no limit to the number of winners.</strong>
			</div>
		</div>
	</section>

	<section class="card cta">
		<h3>
			How to Enter <span class="ipsEmoji">🔨</span>
		</h3>

		<p>
			Respond to this topic by <strong>posting your Bet ID in the comments below</strong>. Bets must have been made after <strong>30/05/2026 - (12 pm) UTC</strong>.
		</p>
	</section>

	<details>
		<summary><span class="ipsEmoji">📄</span> Tips &amp; Terms &amp; Conditions (Click to Expand)</summary>

		<div class="terms-body">
			<ul>
				<li>
					Bet must have been made after the commencement of this promotion.
				</li>
				<li>
					Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators.
				</li>
				<li>
					For payment, give us up to <strong>72 hours</strong> from the end of the promotion.
				</li>
				<li>
					Do not change your linked account during the whole duration of the promotion.
				</li>
				<li>
					<strong>10+ Post count</strong> on the forum is required.
				</li>
				<li>
					Only <strong>level 2 KYC or higher</strong> verified users will be eligible for the prize.
				</li>
				<li>
					You can verify your Stake account here: <a href="https://stake.com/settings/verification" rel="external" target="_blank">https://stake.com/settings/verification</a>
				</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>
					Only stake.com and official stake.com mirrors users will be eligible for the prize.
				</li>
				<li>
					Prizes will be paid out via <strong>coupon</strong>, which will be posted as the last comment on this topic.
				</li>
			</ul>
		</div>
	</details>
</div>
]]></description><guid isPermaLink="false">174920</guid><pubDate>Fri, 29 May 2026 14:57:36 +0000</pubDate></item><item><title>&#x2694;&#xFE0F; Last Man Standing &#x2694;&#xFE0F; Week 3 June 03 - 10</title><link>https://stakecommunity.com/topic/175386-%E2%9A%94%EF%B8%8F-last-man-standing-%E2%9A%94%EF%B8%8F-week-3-june-03-10/</link><description><![CDATA[<style type="text/css">
:root {
  --card: rgba(10, 20, 38, 0.78);
  --line: rgba(255,255,255,0.14);
  --text: #f5f7fb;
  --muted: #a7b4c9;

  --gold: #ffd36a;
  --volt: #35e6ff;
  --danger: #ff5c7a;

  --shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.glass-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 20px;
  background:
    linear-gradient(135deg, rgba(255, 211, 106, 0.08), transparent 40%),
    linear-gradient(225deg, rgba(53, 230, 255, 0.06), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  color: var(--text);
}

.center { text-align:center; }
.muted { color:var(--muted); }

.section-title {
  color: var(--gold);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hero-wrap { position: relative; }

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(53,230,255,0.45);
  background: rgba(53,230,255,0.06);
  font-weight: 800;
  font-size: 14px;
}

/* slots */
.stage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.stage-card {
  border-radius: 18px;
  padding: 18px 12px;
  text-align: center;
  transition: 0.18s ease;
}

.stage-card:hover {
  transform: translateY(-3px) scale(1.03);
}

.stage-volt {
  background: rgba(53,230,255,0.10);
  border: 1px solid rgba(53,230,255,0.4);
}

.stage-freq {
  background: rgba(255,211,106,0.10);
  border: 1px solid rgba(255,211,106,0.4);
}

.stage-title {
  font-size: 15px;
  font-weight: 800;
  margin: 8px 0;
}

.stage-sub {
  font-size: 12px;
  color: var(--muted);
}

.slot-btn {
  display:inline-block;
  margin-top:10px;
  padding:8px 14px;
  border-radius:10px;
  font-size:12px;
  font-weight:800;
  color:#fff;
  text-decoration:none;
}

.slot-btn-volt {
  border:1px solid rgba(53,230,255,0.45);
  background: rgba(53,230,255,0.08);
}

.slot-btn-freq {
  border:1px solid rgba(255,211,106,0.45);
  background: rgba(255,211,106,0.08);
}

/* info box */
.rules-box {
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.20);
  font-size: 13px;
  line-height: 1.7;
}

.rules-title {
  color: var(--gold);
  font-weight: 800;
  margin-bottom: 8px;
}

.highlight {
  color: var(--gold);
  font-weight: 800;
}

/* terms */
.dropdown-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  margin-top: 18px;
  overflow: hidden;
}

.dropdown-trigger {
  padding: 10px 16px;
  text-align: center;
  cursor: pointer;
}

.dropdown-title {
  color: var(--gold);
  font-weight: 800;
}

.dropdown-sub {
  color: var(--muted);
  font-size: 13px;
  display:block;
}

.dropdown-content {
  padding: 14px 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 14px;
  line-height: 1.6;
}

.rule {
  display:flex;
  gap:10px;
  margin-bottom:10px;
}

.num {
  width:22px;
  height:22px;
  border-radius:50%;
  background: var(--gold);
  color:#0b0f1a;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}</style>
<div class="glass-card hero-wrap">
	<div class="badge">
		Weekly Event
	</div>

	<p class="center" style="font-size:28px; font-weight:800;">
		<span class="ipsEmoji">⚔️</span> Last Man Standing <span class="ipsEmoji">⚔️</span>
	</p>
	 

	<p class="center muted" style="margin-top:6px;">
		A four-week elimination tournament where only consistency guarantees survival.
	</p>

	<p class="center" style="margin-top:10px; font-size:14px; line-height:1.7;">
		Every week introduces a new challenge and a higher multiplier requirement. Fail once and your journey ends instantly. Survive all four weeks and reach the Grand Finale.
	</p>

	<div class="section-title center" style="margin-top:22px;">
		Weekly Featured Slots
	</div>

	<div class="stage-grid">
		<div class="stage-card stage-volt">
			<div>
				<span class="ipsEmoji">🛡️</span>
			</div>

			<div class="stage-title" style="color:var(--volt);">
				Week 1
			</div>

			<div class="stage-title" style="color:var(--volt);">
				Req Multi: 200x
			</div>

			<div class="stage-title" style="color:var(--volt);">
				May - Finished
			</div>

			<div class="stage-sub">
				Paperclip: Lazy Knight
			</div>
			<a class="slot-btn slot-btn-volt" href="https://stake.com/casino/games/paperclip-lazy-knight" rel="external" target="_blank">Play Slot</a>
		</div>

		<div class="stage-card stage-freq">
			<div>
				<span class="ipsEmoji">⚔️</span>
			</div>

			<div class="stage-title" style="color:var(--gold);">
				Week 2
			</div>

			<div class="stage-title" style="color:var(--gold);">
				Req Multi: 400x
			</div>

			<div class="stage-title" style="color:var(--gold);">
				<strong>May - Finished</strong>
			</div>

			<div class="stage-sub">
				Valkyrie: Castle of Ymir
			</div>
			<a class="slot-btn slot-btn-freq" href="https://stake.com/casino/games/valkyrie-castle-of-ymir" rel="external" target="_blank">Play Slot</a>
		</div>

		<div class="stage-card stage-volt">
			<div>
				<span class="ipsEmoji">🔥</span>
			</div>

			<div class="stage-title" style="color:var(--volt);">
				Week 3
			</div>

			<div class="stage-title" style="color:var(--volt);">
				Req Multi: 650x
			</div>

			<div class="stage-title" style="color:var(--volt);">
				May/June (03 - 10)
			</div>

			<div class="stage-sub">
				Lucky Man's Chamber
			</div>
			<a class="slot-btn slot-btn-volt" href="https://stake.com/casino/games/titan-gaming-lucky-mans-chamber" rel="external" target="_blank">Play Slot</a>
		</div>

		<div class="stage-card stage-freq">
			<div>
				<span class="ipsEmoji">👑</span>
			</div>

			<div class="stage-title" style="color:var(--gold);">
				Week 4
			</div>

			<div class="stage-title" style="color:var(--gold);">
				Req Multi: 850x
			</div>

			<div class="stage-title" style="color:var(--gold);">
				June (10 - 17)
			</div>

			<div class="stage-sub">
				Cursed Reckoning
			</div>
			<a class="slot-btn slot-btn-freq" href="https://stake.com/casino/games/incrediblegaming-cursed-reckoning" rel="external" target="_blank">Play Slot</a>
		</div>
	</div>

	<div class="rules-box">
		<div class="rules-title">
			How It Works
		</div>

		<ul>
			<li>
				In order to be eligible for the other three weeks you are required to complete week 1.
			</li>
			<li>
				Bets must have been made after <strong>03/06/2026 - (12 PM) UTC</strong>.
			</li>
			<li>
				Each week requires hitting a higher multiplier target.
			</li>
			<li>
				Failure = elimination for the rest of the tournament.
			</li>
		</ul>

		<p>
			<span style="font-size:18px;"><strong>• Players will be ranked based on the multiplier.</strong></span>
		</p>

		<div class="rules-title">
			Prize Pool Distribution
		</div>
		Week 1 → <span class="highlight">$500</span> (Top 100 players ranked by multipliers)<br>
		Week 2 → <span class="highlight">$1000</span><br>
		Week 3 → <span class="highlight">$1500</span><br>
		Week 4 → <span class="highlight">$2000</span><br>
		<br>
		Higher multipliers = larger share of weekly rewards.
	</div>
</div>

<div class="glass-card">
	<div class="section-title center">
		Terms &amp; Conditions
	</div>

	<details class="dropdown-card" open="">
		<summary class="dropdown-trigger"> <span class="dropdown-title">Click to expand</span> <span class="dropdown-sub">Full rules &amp; eligibility</span> </summary>

		<div class="dropdown-content">
			<div class="rule">
				<span class="num">1</span>Minimum bet amount:<strong> $0.20 USD (in any currency).</strong>
			</div>

			<div class="rule">
				<span class="num">2</span>Entry only during Week 1.
			</div>

			<div class="rule">
				<span class="num">3</span>Feel free to edit your post if you get a higher multiplier(s) during the competition.
			</div>

			<div class="rule">
				<span class="num">4</span>Only level 2 KYC or higher verified users will be eligible for the prize.
			</div>

			<div class="rule">
				<span class="num">5</span>Only Stake.com and official Stake.com mirror sites users will be eligible for the prize.
			</div>

			<div class="rule">
				<span class="num">6</span>Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators.
			</div>

			<div class="rule">
				<span class="num">7</span>Any player using multiple accounts will not be eligible for prizes.
			</div>

			<div class="rule">
				<span class="num">8</span>Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
			</div>

			<div class="rule">
				<span class="num">9</span>For payment, give us up to 72 hours from the end of the challenge.
			</div>

			<div class="rule">
				<span class="num">10</span>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.
			</div>
		</div>
	</details>
</div>
]]></description><guid isPermaLink="false">175386</guid><pubDate>Wed, 03 Jun 2026 22:39:33 +0000</pubDate></item><item><title>$2,000 The Auction - Weekly Challenge &#x1F3AF;</title><link>https://stakecommunity.com/topic/174847-2000-the-auction-weekly-challenge-%F0%9F%8E%AF/</link><description><![CDATA[<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<style type="text/css">
:root {
  --bg: #07111f;
  --card: rgba(10, 20, 38, 0.75);
  --line: rgba(255,255,255,0.12);
  --text: #f5f7fb;
  --muted: #a7b4c9;
  --gold: #f7c948;
  --green: #3dd598;
  --red: #ff6b6b;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%),
    radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%),
    linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%);
  min-height: 100%;
  overflow-x: hidden;
}
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes softGlow {
  0% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); }
  50% { box-shadow: 0 0 16px rgba(247, 201, 72, 0.16); }
  100% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); }
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, black 45%, transparent 95%);
}
.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 60px;
  position: relative;
  z-index: 1;
}
.hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  animation: fadeUp 0.5s ease-out;
}
.hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  top: -120px;
  right: -90px;
  background: radial-gradient(circle, rgba(247, 201, 72, 0.14), transparent 65%);
  filter: blur(12px);
  pointer-events: none;
}
.badge-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin-bottom: 6px;
}
.badge {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #fdfefe;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
}
.badge::after {
  content: "";
  position: absolute;
  top: -55%;
  bottom: -55%;
  width: 42%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(167,233,255,0.22), rgba(255,255,255,0));
  filter: blur(5px);
  animation: diamondShine 3.4s linear infinite;
}
@keyframes diamondShine {
  0% { transform: translateX(-180%) rotate(18deg); opacity: 0; }
  15% { opacity: 0.2; }
  50% { opacity: 0.95; }
  85% { opacity: 0.2; }
  100% { transform: translateX(180%) rotate(18deg); opacity: 0; }
}
.status {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: center;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); }
  50% { box-shadow: 0 0 14px rgba(61, 213, 152, 0.35); transform: scale(1.05); }
  100% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); }
}
.status.live {
  background: rgba(61, 213, 152, 0.18);
  color: #3dd598;
  border: 1px solid rgba(61, 213, 152, 0.45);
  animation: livePulse 1.8s ease-in-out infinite;
}
.status.live::before {
  content: "●";
  margin-right: 6px;
  color: #3dd598;
}
h1 {
  margin: 18px 0 14px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: -1.8px;
  max-width: 820px;
}
.accent {
  color: var(--gold);
}
.lead {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 12px;
  align-items: stretch;
}
.card {
  border: 1px solid var(--line);
  background: rgba(8, 16, 30, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}
.timer-card {
  padding: 22px;
}
.timer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(247, 201, 72, 0.04), transparent 42%);
  pointer-events: none;
}
.timer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.timer-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--muted);
  font-weight: 700;
  text-align: left;
}
.timer-end {
  font-size: 14px;
  color: var(--gold);
  background: rgba(247, 201, 72, 0.10);
  border: 1px solid rgba(247, 201, 72, 0.22);
  padding: 8px 14px;
  border-radius: 999px;
  white-space: nowrap;
  animation: softGlow 2.8s ease-in-out infinite;
}
.timer-main {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.timer-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
}
.timer-grid {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timer-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 74px;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 0 10px rgba(247,201,72,0.10);
}
.timer-frame iframe {
  display: block;
  width: 250px;
  height: 80px;
  border: 0;
  transform: scale(0.80);
  transform-origin: center center;
}
.footer-note {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 18px;
  color: var(--gold);
  font-size: 15px;
  line-height: 1.5;
  border-radius: 999px;
  background: rgba(247, 201, 72, 0.10);
  border: 1px solid rgba(247, 201, 72, 0.28);
  max-width: 100%;
  width: auto;
  text-align: left;
  position: relative;
  z-index: 1;
  animation: softGlow 2.8s ease-in-out infinite;
}
#timerStatus {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}
#timerStatus:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #3dd598, #2bbf84);
  border-color: rgba(61, 213, 152, 0.6);
  color: #0b1424 !important;
  box-shadow: 0 12px 26px rgba(61, 213, 152, 0.28);
}
.highlights {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.highlight {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  border-color: rgba(247, 201, 72, 0.25);
}
.highlight strong {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--gold);
}
.highlight span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.section {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.section-card {
  padding: 26px;
}
.section-card h2 {
  margin: 0 0 18px;
  font-size: 24px;
  letter-spacing: -0.4px;
}
.rules {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rules li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--muted);
  line-height: 1.55;
}
.rule-index {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #0b1424;
  background: var(--gold);
  margin-top: 1px;
}
.rule-text strong {
  color: var(--text);
}
table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
th, td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
th {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.03);
}
tbody tr:hover {
  background: rgba(255,255,255,0.035);
}
tr:last-child td {
  border-bottom: 0;
}
.money {
  color: var(--gold);
  font-weight: 700;
}
.prize-note {
  margin-top: 40px;
}
.cta {
  margin-top: 24px;
  padding: 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), rgba(255,255,255,0.04)), rgba(8, 16, 30, 0.8);
}
.cta h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 700px;
}
.button {
  display: inline-flex;
  color: #0b1424 !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  padding: 16px 22px;
  border: 0;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, #ffd76a, #f7c948);
  box-shadow: 0 14px 28px rgba(247, 201, 72, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover {
  background: linear-gradient(135deg, #3dd598, #2bbf84);
  color: #0b1424 !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(61, 213, 152, 0.22);
}
details {
  margin-top: 24px;
  background: rgba(8, 16, 30, 0.6);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}
summary {
  font-weight: 700;
  color: var(--gold);
  cursor: pointer;
  outline: none;
}
.terms-body {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.terms-body h2 {
  font-size: 18px;
  color: var(--text);
  margin: 20px 0 10px;
}
.terms-body ul, .terms-body ol {
  padding-left: 20px;
  margin: 10px 0;
}
@media (max-width: 960px) {
  .section { grid-template-columns: 1fr; }
  .highlights { grid-template-columns: repeat(2, 1fr); }
  .cta { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 860px) {
  .badge-wrap { flex-direction: column; align-items: flex-start; }
  .timer-top { grid-template-columns: 1fr; justify-items: center; }
  .timer-title { text-align: center; }
  .timer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .timer-copy { align-items: center; }
  .timer-grid { justify-content: center; min-width: auto; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 20px, 1180px); padding-top: 18px; }
  .hero, .section-card, .cta, .timer-card { padding: 18px; }
  .highlights { grid-template-columns: 1fr; }
  h1 { letter-spacing: -1px; }
  .timer-frame { width: 210px; height: 68px; }
  .timer-frame iframe { transform: scale(0.76); }
}</style>
<div class="container">
	<section class="hero">
		<div class="badge-wrap">
			<div class="badge">
				<span class="badge-text">Weekly Strategy Challenge</span>
			</div>
			<span class="status live">LIVE NOW</span>
		</div>

		<h1>
			<span class="accent">$1,500</span> The Auction
		</h1>

		<p class="lead">
			Step into the AUCTION! This week, it’s not just about luck, it’s about strategy. Set your Bid (target multiplier) and then prove you can hit it. High stakes, high precision!
		</p>

		<div class="hero-grid">
			<div class="card timer-card">
				<div class="timer-top">
					<div class="timer-title">
						Time Frame &amp; Parameters
					</div>

					<div class="timer-end">
						Ends 6 June 2026 • 12:00 GMT
					</div>
				</div>

				<div class="timer-main">
					<div class="timer-copy">
						<a class="footer-note" href="https://stake.com/casino/home" id="timerStatus" rel="external" target="_blank"><span style="font-size:16px;">Lock in your prediction before it is too late!</span>  ENTER THE AUCTION </a>
					</div>

					<div class="timer-grid" id="timerGrid">
						<div class="timer-frame">
							<iframe frameborder="0" height="88" spellcheck="false" src="https://time.now/countdown/render/?title=&amp;iso=2026-06-06T12%3A00&amp;tz=GMT&amp;style=horizontal&amp;scale=0.8&amp;bg_color=%230e1725&amp;text_color=%23ffffff&amp;box_color=%230e1725&amp;bg_image=&amp;font_family=sans&amp;font_weight=normal&amp;font_style=normal" width="100%"></iframe>
						</div>
					</div>
				</div>

				<div class="highlights">
					<div class="highlight">
						<strong>120x</strong> <span style="font-size:16px;">Minimum required Bid (target multiplier) to participate.</span>
					</div>

					<div class="highlight">
						<strong>$0.20 USD</strong> <span style="font-size:16px;">Minimum bet amount (20c) required for valid entries.</span>
					</div>

					<div class="highlight">
						<strong>48 Hours</strong> <span style="font-size:16px;">Time window to submit/change your bid before predictions lock!</span>
					</div>

					<div class="highlight">
						<strong>Eligible Games</strong> <span style="font-size:16px;">Only bets placed on <strong>Aztec Bounty</strong> and <strong>Red Robin</strong> slots count.</span>
					</div>
				</div>
			</div>
		</div>
	</section>

	<section class="section">
		<div class="card section-card">
			<h2>
				Challenge Rules
			</h2>

			<ul class="rules">
				<li>
					<div class="rule-index">
						1
					</div>

					<div class="rule-text">
						<span style="font-size:16px;"><strong>The Bid:</strong> You must state your target multiplier (The Bid) in your post within the first 48 hours.</span>
					</div>
				</li>
				<li>
					<div class="rule-index">
						2
					</div>

					<div class="rule-text">
						<span style="font-size:16px;"><strong>The Proof:</strong> Provide a winning Bet ID equal to or higher than your Bid. Bets count only after the prediction section locks.</span>
					</div>
				</li>
				<li>
					<div class="rule-index">
						3
					</div>

					<div class="rule-text">
						<span style="font-size:16px;"><strong>The Bust:</strong> If your actual multiplier is lower than your declared Bid, you are immediately disqualified.</span>
					</div>
				</li>
				<li>
					<div class="rule-index">
						4
					</div>

					<div class="rule-text">
						<span style="font-size:16px;"><strong>Scoring Range:</strong> If your hit is way higher than your Bid, only the declared Bid value counts toward your ranking among identical bids.</span>
					</div>
				</li>
				<li>
					<div class="rule-index">
						5
					</div>

					<div class="rule-text">
						<span style="font-size:16px;"><strong>One Entry:</strong> One entry per user. You can edit your post to adjust your Bid during the 48-hour bidding period or add your Bet ID later.</span>
					</div>
				</li>
			</ul>
		</div>

		<div class="card section-card">
			<h2>
				Prize Pool Distribution
			</h2>

			<table>
				<thead>
					<tr>
						<th>
							Placement
						</th>
						<th>
							Prize
						</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<td>
							<span style="font-size:16px;"><span class="ipsEmoji">🥇</span> 1st Place</span>
						</td>
						<td class="money">
							<span style="font-size:16px;">$500</span>
						</td>
					</tr>
					<tr>
						<td>
							<span style="font-size:16px;"><span class="ipsEmoji">🥈</span> 2nd Place</span>
						</td>
						<td class="money">
							<span style="font-size:16px;">$400</span>
						</td>
					</tr>
					<tr>
						<td>
							<span style="font-size:16px;"><span class="ipsEmoji">🥉</span> 3rd Place</span>
						</td>
						<td class="money">
							<span style="font-size:16px;">$300</span>
						</td>
					</tr>
					<tr>
						<td>
							<span style="font-size:16px;">4th Place</span>
						</td>
						<td class="money">
							<span style="font-size:16px;">$100</span>
						</td>
					</tr>
					<tr>
						<td>
							<span style="font-size:16px;">5th Place</span>
						</td>
						<td class="money">
							<span style="font-size:16px;">$50</span>
						</td>
					</tr>
					<tr>
						<td>
							<span style="font-size:16px;">6th to 30th Place</span>
						</td>
						<td class="money">
							<span style="font-size:16px;">$10 each</span>
						</td>
					</tr>
				</tbody>
			</table>

			<div class="footer-note prize-note">
				<span style="font-size:15px;"><strong>Risk Priority:</strong> Players are ranked by successful Bid value. Higher Bids always beat lower Bids. Taking a bigger risk gives you priority in the pool!</span>
			</div>
		</div>
	</section>

	<section class="card cta">
		<div>
			<h3>
				How to Enter
			</h3>

			<p>
				<span style="font-size:16px;"><strong>Part 1:</strong> State your bid (e.g., <em>NemanjaPi "I bid 855x"</em>).<br>
				<strong>Part 2:</strong> Paste your single valid bet ID (e.g., <em>casino:123456789000</em>) generated after 30/05/2026 @ 12 PM UTC.</span>
			</p>

			<details open="">
				<summary><span class="ipsEmoji">📄</span> Full Terms &amp; Conditions — Click to expand</summary>

				<div class="terms-body">
					<p>
						This competition is published by Stake and is subject to the official Terms and Conditions.
					</p>

					<h2>
						Tie-Breaker Rule
					</h2>

					<ul>
						<li>
							If two or more players finish with the exact same bid and outcome, the prize for that placement will be equally divided.
						</li>
						<li>
							Priority is given to the user who took a bigger risk (higher declared target), even if another player with a smaller bid got a slightly higher raw multiplier.
						</li>
					</ul>

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

					<ul>
						<li>
							Minimum bet: 0.20 USD. Fun play or bets with zero stake do not qualify.
						</li>
						<li>
							Only users with <strong>Level 2 KYC verification</strong> or higher are eligible to receive prizes. Verify here: <a href="https://stake.com/settings/verification" rel="external" style="color: var(--gold);" target="_blank">Stake Verification</a>.
						</li>
						<li>
							Bets must be placed after 30/05/2026 - (12 PM) UTC.
						</li>
						<li>
							Multi-accounting is strictly prohibited and results in immediate disqualification. Stake employees cannot participate (moderators are allowed).
						</li>
						<li>
							Only stake.com and official mirror site users are eligible. Rewards are sent via support coupons within 72 hours of completion.
						</li>
					</ul>
				</div>
			</details>
		</div>

		<div style="max-width:720px; margin:20px auto; font-family:'Inter', Arial, sans-serif; color:#f5f7fb; text-align:center;">
			<div style="padding:26px; background:linear-gradient(135deg, rgba(247, 201, 72, 0.12), rgba(8, 16, 30, 0.9)), #0b1424; border:1px solid #f7c948; border-radius:20px; box-shadow:0 10px 30px rgba(247, 201, 72, 0.08);">
				<span style="font-size: 32px; display: inline-block; margin-bottom: 10px;"><span class="ipsEmoji">⏳</span></span>

				<h3 style="margin:0 0 10px 0; font-size:22px; color:#f7c948; letter-spacing:-0.5px;">
					Bidding Phase is Officially OPEN!
				</h3>

				<p style="margin:0 0 20px 0; font-size:15px; color:#a7b4c9; line-height:1.6; max-width:580px; margin-left:auto; margin-right:auto;">
					The 48-hour window to lock in your strategy has started. Click the button below to access the official form and post your target multiplier before the predictions lock!
				</p>
				<a href="https://docs.google.com/forms/d/1AqyT6qaF4V2LmMo1sptvcb991C56j9aeuYF10ICyebg/edit" rel="external nofollow" style="display:inline-flex; align-items:center; justify-content:center; padding:14px 30px; border-radius:14px; background:linear-gradient(135deg, #ffd76a, #f7c948); color:#0b1424; font-weight:700; text-decoration:none; font-size:15px; letter-spacing:0.5px; box-shadow:0 8px 20px rgba(247, 201, 72, 0.2); transition: all 0.2s ease;" target="_blank"> <span class="ipsEmoji">🎯</span> POST YOUR BID HERE </a>

				<p style="margin:14px 0 0 0; font-size:12px; color:#ff6b6b; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;">
					<span class="ipsEmoji">⏳</span> Window closes in exactly 48 hours!
				</p>
			</div>
		</div>
	</section>
</div>
]]></description><guid isPermaLink="false">174847</guid><pubDate>Thu, 28 May 2026 09:03:38 +0000</pubDate></item></channel></rss>
