Salil Arora reacted to
Jake7589 in 💰[$20,000 USD] Cricket Raffle Bash 🏏
#translate-bar {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
padding: 10px 16px 0;
background: transparent;
max-width: 960px;
margin: 0 auto;
}
#translate-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 9px 18px;
border-radius: 999px;
border: 1px solid rgba(255,184,0,0.35);
background: rgba(255,184,0,0.10);
color: #FFB800;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.06em;
cursor: pointer;
transition: background 0.18s ease, transform 0.18s ease;
text-decoration: none;
}
#translate-btn:hover {
background: rgba(255,184,0,0.20);
transform: translateY(-1px);
}
.raffle-post {
--bg: #071824;
--bg-deep: #04111a;
--bg-soft: #0d2230;
--accent: #FFB800;
--accent-soft: rgba(255, 184, 0, 0.14);
--text: #f4f7f9;
--muted: #9fb0bc;
--line: rgba(255,255,255,0.10);
--line-soft: rgba(255,255,255,0.06);
--card: rgba(255,255,255,0.04);
--shadow: 0 24px 60px rgba(0,0,0,0.35);
--radius-xl: 28px;
--radius-lg: 20px;
--radius-md: 14px;
max-width: 960px;
margin: 28px auto;
color: var(--text);
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
}
.raffle-post * {
box-sizing: border-box;
}
.raffle-post a {
color: inherit;
text-decoration: none;
}
.raffle-shell {
position: relative;
overflow: hidden;
padding: 28px;
border-radius: 34px;
background:
radial-gradient(circle at top left, rgba(255,184,0,0.08), transparent 24%),
linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 38%, var(--bg-soft) 100%);
border: 1px solid var(--line-soft);
box-shadow: var(--shadow);
}
.hero {
border-radius: var(--radius-xl);
overflow: hidden;
background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
border: 1px solid var(--line);
margin-bottom: 18px;
}
.hero-image {
padding: 18px 18px 0;
}
.hero-image-frame {
overflow: hidden;
border-radius: 22px;
border: 1px solid var(--line);
background: #091723;
}
.hero-image img {
width: 100%;
max-width: 100%;
display: block;
}
.hero-body {
padding: 28px 24px 26px;
text-align: center;
}
.eyebrow {
display: inline-block;
padding: 7px 12px;
border-radius: 999px;
border: 1px solid rgba(255,184,0,0.22);
background: rgba(255,184,0,0.08);
color: var(--accent);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 16px;
}
.hero-title {
margin: 0;
font-size: 48px;
line-height: 1;
font-weight: 900;
letter-spacing: -0.04em;
color: var(--text);
}
.hero-title .accent {
color: var(--accent);
}
.hero-subtitle {
max-width: 720px;
margin: 16px auto 0;
color: var(--muted);
font-size: 18px;
}
.hero-subtitle strong {
color: var(--text);
}
.stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
margin: 26px 0 18px;
}
.stat {
padding: 18px 14px;
border-radius: 18px;
background: var(--card);
border: 1px solid var(--line-soft);
text-align: center;
}
.stat-label {
display: block;
margin-bottom: 8px;
color: var(--muted);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.10em;
text-transform: uppercase;
}
.stat-value {
display: block;
color: var(--text);
font-size: 27px;
line-height: 1.1;
font-weight: 900;
}
.stat-note {
display: block;
margin-top: 6px;
color: var(--muted);
font-size: 13px;
}
.countdown-wrap {
display: inline-block;
padding: 12px 14px;
border-radius: 18px;
background: var(--card);
border: 1px solid var(--line-soft);
}
.countdown-label {
display: block;
margin-bottom: 8px;
color: var(--accent);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.10em;
text-transform: uppercase;
}
.cta-row {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
margin-top: 22px;
}
.cta-main,
.cta-secondary {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 180px;
padding: 15px 22px;
border-radius: 999px;
font-weight: 900;
letter-spacing: 0.02em;
transition: transform 0.18s ease, opacity 0.18s ease;
}
.cta-main {
background: var(--accent);
color: #1e1500;
}
.cta-secondary {
background: transparent;
color: var(--text);
border: 1px solid var(--line);
}
.cta-main:hover,
.cta-secondary:hover {
transform: translateY(-1px);
}
.hero-note {
margin-top: 14px;
color: var(--muted);
font-size: 13px;
}
.grid {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 18px;
margin-top: 18px;
}
.panel {
padding: 22px;
border-radius: var(--radius-lg);
background: var(--card);
border: 1px solid var(--line-soft);
}
.section-tag {
display: inline-block;
margin-bottom: 10px;
color: var(--accent);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.panel h2 {
margin: 0 0 8px;
font-size: 28px;
line-height: 1.1;
color: var(--text);
}
.panel-intro {
margin: 0 0 18px;
color: var(--muted);
font-size: 15px;
}
.steps {
display: grid;
gap: 12px;
}
.step {
display: grid;
grid-template-columns: 48px 1fr;
gap: 14px;
padding: 15px;
border-radius: 16px;
background: rgba(255,255,255,0.03);
border: 1px solid var(--line-soft);
}
.step-no {
width: 48px;
height: 48px;
border-radius: 14px;
background: rgba(255,184,0,0.12);
border: 1px solid rgba(255,184,0,0.18);
color: var(--accent);
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
font-weight: 900;
}
.step-title {
margin: 0 0 4px;
color: var(--text);
font-size: 16px;
font-weight: 800;
}
.step-text {
margin: 0;
color: var(--muted);
font-size: 14px;
}
.reply-box {
margin-top: 18px;
padding: 18px;
border-radius: 18px;
background: rgba(255,184,0,0.07);
border: 1px solid rgba(255,184,0,0.16);
text-align: center;
}
.reply-label {
display: block;
margin-bottom: 8px;
color: var(--muted);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.10em;
text-transform: uppercase;
}
.reply-value {
display: inline-block;
padding: 12px 16px;
border-radius: 14px;
background: rgba(7,24,36,0.65);
border: 1px solid rgba(255,255,255,0.08);
color: var(--text);
font-size: 21px;
font-weight: 900;
cursor: pointer;
transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.reply-value:hover {
transform: translateY(-1px);
border-color: rgba(255,184,0,0.28);
background: rgba(255,184,0,0.10);
}
.reply-help {
margin-top: 10px;
font-size: 12px;
color: var(--muted);
}
.stack {
display: grid;
gap: 12px;
}
.mini-card {
padding: 16px;
border-radius: 14px;
background: rgba(255,255,255,0.03);
border: 1px solid var(--line-soft);
}
.mini-card h3 {
margin: 0 0 6px;
color: var(--text);
font-size: 15px;
font-weight: 800;
}
.mini-card p {
margin: 0;
color: var(--muted);
font-size: 14px;
}
.notice {
margin-top: 16px;
padding: 14px 16px;
border-radius: 14px;
background: rgba(255,184,0,0.07);
border: 1px solid rgba(255,184,0,0.16);
color: var(--muted);
font-size: 14px;
}
.notice strong {
color: var(--text);
}
.full-panel {
grid-column: 1 / -1;
}
.clean-list {
margin: 0;
padding: 0 0 0 20px;
display: grid;
gap: 8px;
color: var(--muted);
font-size: 15px;
}
.clean-list li strong {
color: var(--text);
}
.terms-header {
grid-column: 1 / -1;
padding: 22px 22px 0;
}
.terms-header h2 {
margin: 0;
color: var(--text);
font-size: 28px;
}
.terms-header p {
margin: 8px 0 0;
color: var(--muted);
}
.raffle-post .ipsQuote {
background: var(--card);
border: 1px solid var(--line-soft);
border-radius: 20px;
overflow: hidden;
}
.raffle-post .ipsQuote_citation {
padding: 14px 18px;
background: rgba(255,255,255,0.03);
color: var(--text);
font-weight: 800;
border-bottom: 1px solid var(--line-soft);
}
.raffle-post .ipsQuote_contents {
padding: 20px 20px 6px;
color: var(--muted);
}
.raffle-post .ipsQuote_contents p,
.raffle-post .ipsQuote_contents li {
color: var(--muted);
}
.raffle-post .ipsQuote_contents h2 {
color: var(--text);
font-size: 20px;
margin-top: 18px;
}
.raffle-post .ipsQuote_contents a {
color: var(--accent);
text-decoration: underline;
}
.footer-note {
margin-top: 16px;
text-align: center;
color: var(--muted);
font-size: 13px;
}
@media (max-width: 860px) {
.raffle-shell {
padding: 16px;
border-radius: 24px;
}
.hero-title {
font-size: 34px;
}
.hero-subtitle {
font-size: 16px;
}
.stats,
.grid {
grid-template-columns: 1fr;
}
.hero-body,
.panel {
padding: 16px;
}
.reply-value {
font-size: 18px;
}
}
Translate to Hindi
Premier T20 Competition Giveaway
Cricket Raffle Bash
We’re giving away $20,000 to 100 lucky winners. Place qualifying Bets on the IPL, then reply in this thread with your Bet ID to enter.
Prize Pool $20,000 100 winners
Minimum Bet $5 IPL only
How To Enter Bet + Reply Post your Bet ID
Ends 31/5/2026 1:00 AM GMT
Countdown
Bet Now How To Enter
The more qualifying Bets you place, the better your chance of being selected.
How To Enter
Three simple steps
Keep it simple and follow the steps below.
1
Place a bet on the IPL
Place any sport bet on the IPL Competition with a minimum amount of $5.
2
Make sure it qualifies
Cashed-out bets and void bets do not count.
3
Reply with your Bet ID
Post your Bet ID in this thread after placing your qualifying bet.
Reply FormatBet ID: Your bet ID here
Click this to jump to the reply box and prefill your comment.
Quick Rules
What matters most
The important details in one place.
Prize
$20,000 shared across 100 randomly selected winners.
Qualifying Bet
Any IPL sport bet with a minimum stake of $5.
Not Counted
Cashed-out bets and void bets are excluded.
Important: Stay tuned for the official winner announcement so you can claim your prize before the link expires. Users will not be credited after the 3 month claim period ends.
Requirements
Before you enter
Place a qualifying sport bet on the IPL.
Your minimum bet amount must be $5.
Reply to this thread with your Bet ID.
Cashed-out and void bets do not count.
Stake.com users only.
Prize Distribution
How the prize pool works
Complete the challenge before the competition closes for a chance to win.
Winners are limited to 100 total users.
Eligible winners are selected at random from valid entries.
Terms of Service - Competition
For full Terms of Service, expand the quote below.
Please read all conditions carefully before entering.