.welcome-bonus-content {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background-color: #ffffff;
color: #4a5568;
line-height: 1.6;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.welcome-bonus-content h1 {
font-family: 'Roboto', sans-serif;
font-size: 2.5rem;
color: #1a202c;
text-align: center;
margin-bottom: 1rem;
font-weight: 700;
}
.welcome-bonus-content h1 span {
color: #2b6cb0;
}
.welcome-bonus-content h2 {
font-family: 'Roboto', sans-serif;
font-size: 2rem;
color: #1a202c;
margin: 2.5rem 0 1rem 0;
font-weight: 700;
text-align: center;
}
.welcome-bonus-content h3 {
font-family: 'Roboto', sans-serif;
font-size: 1.5rem;
color: #1a202c;
margin: 2rem 0 0.8rem 0;
font-weight: 600;
}
.welcome-bonus-content p {
margin-bottom: 1rem;
line-height: 1.7;
font-size: 16px;
}
.welcome-bonus-content .hero-section {
text-align: center;
padding: 4rem 0;
background-color: #f7fafc;
border-radius: 10px;
margin: 2rem 0;
border: 1px solid #e2e8f0;
}
.welcome-bonus-content .hero-section h1 {
margin-bottom: 1.5rem;
}
.welcome-bonus-content .hero-section .subtitle {
font-size: 1.3rem;
color: #2b6cb0;
font-weight: 600;
margin-bottom: 2rem;
}
.welcome-bonus-content .bonus-amount {
font-size: 3rem;
font-weight: 900;
color: #2b6cb0;
margin: 1rem 0;
}
.welcome-bonus-content .cta-section {
text-align: center;
padding: 4rem 0;
background-color: #f7fafc;
border-radius: 10px;
margin: 3rem 0;
border: 1px solid #e2e8f0;
}
.welcome-bonus-content .cta-button {
display: inline-block;
background-color: #2b6cb0;
color: #ffffff;
font-weight: 700;
padding: 15px 30px;
border-radius: 5px;
text-decoration: none;
font-size: 1.1rem;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 4px 15px rgba(44,82,130,0.2);
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.welcome-bonus-content .cta-button:hover {
background-color: #2c5282;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(44,82,130,0.3);
}
.welcome-bonus-content .highlight-box {
background-color: #e6f0fa;
border-left: 4px solid #2b6cb0;
border-radius: 6px;
padding: 1.5rem;
margin: 2rem 0;
text-align: center;
}
.welcome-bonus-content .highlight-text {
color: #2b6cb0;
font-size: 1.3rem;
font-weight: 700;
}
.welcome-bonus-content a {
color: #2b6cb0;
text-decoration: none;
}
.welcome-bonus-content a:hover {
text-decoration: underline;
}
.welcome-bonus-content .image-section {
text-align: center;
margin: 2rem 0;
}
.welcome-bonus-content .image-section img {
max-width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(44,82,130,0.1);
}
.welcome-bonus-content .content-section {
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
border-radius: 15px;
padding: 3rem;
margin: 3rem 0;
border: 2px solid #e2e8f0;
box-shadow: 0 8px 25px rgba(44,82,130,0.08);
position: relative;
overflow: hidden;
}
.welcome-bonus-content .content-section:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .content-section h3 {
text-align: center;
margin-bottom: 2rem;
font-size: 1.8rem;
color: #1e293b;
position: relative;
padding-bottom: 1rem;
}
.welcome-bonus-content .content-section h3:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6);
border-radius: 2px;
}
.welcome-bonus-content .content-section p {
color: #475569;
font-size: 1.05rem;
line-height: 1.7;
margin-bottom: 1rem;
text-align: center;
}
.welcome-bonus-content .content-section ul {
margin-top: 2rem;
list-style: none;
padding: 0;
}
.welcome-bonus-content .content-section li {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 12px;
padding: 2rem;
margin-bottom: 1.5rem;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 15px rgba(44,82,130,0.06);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
text-align: center;
}
.welcome-bonus-content .content-section li:before {
content: "🎯";
position: absolute;
top: 1rem;
right: 1rem;
font-size: 1.5rem;
opacity: 0.7;
}
.welcome-bonus-content .content-section li:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 8px 25px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .content-section strong {
color: #1e40af;
font-size: 1.2rem;
font-weight: 700;
display: block;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.welcome-bonus-content .feature-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 12px;
padding: 2rem;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 15px rgba(44,82,130,0.06);
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
}
.welcome-bonus-content .feature-card:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .feature-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .feature-card h4 {
color: #1e40af;
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .feature-card p {
color: #64748b;
font-size: 0.95rem;
line-height: 1.5;
margin: 0;
}
.welcome-bonus-content .tournament-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin: 2rem 0;
}
.welcome-bonus-content .tournament-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 15px;
padding: 2.5rem;
border: 2px solid #e2e8f0;
box-shadow: 0 6px 20px rgba(44,82,130,0.08);
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
}
.welcome-bonus-content .tournament-card:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .tournament-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .tournament-card h4 {
color: #1e40af;
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 1rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .tournament-card .guarantee {
font-size: 1.8rem;
font-weight: 900;
color: #2b6cb0;
margin: 1rem 0;
}
.welcome-bonus-content .tournament-card .buyin {
font-size: 1.2rem;
font-weight: 600;
color: #059669;
margin: 0.5rem 0;
}
.welcome-bonus-content .tournament-card .bounty {
font-size: 1.1rem;
font-weight: 600;
color: #dc2626;
margin: 0.5rem 0;
}
.welcome-bonus-content .tournament-card p {
color: #64748b;
font-size: 0.95rem;
line-height: 1.5;
margin: 0.5rem 0;
}
.welcome-bonus-content .schedule-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.welcome-bonus-content .schedule-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 12px;
padding: 2rem;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 15px rgba(44,82,130,0.06);
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
}
.welcome-bonus-content .schedule-card:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .schedule-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .schedule-card h4 {
color: #1e40af;
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .schedule-card p {
color: #64748b;
font-size: 0.95rem;
line-height: 1.5;
margin: 0;
}
.welcome-bonus-content .cta-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin: 2rem 0;
}
.welcome-bonus-content .cta-card {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border-radius: 12px;
padding: 2rem;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 15px rgba(44,82,130,0.06);
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
}
.welcome-bonus-content .cta-card:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2b6cb0, #3b82f6, #8b5cf6);
}
.welcome-bonus-content .cta-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(44,82,130,0.15);
border-color: #2b6cb0;
}
.welcome-bonus-content .cta-card h4 {
color: #1e40af;
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 0.5rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.welcome-bonus-content .cta-card p {
color: #64748b;
font-size: 0.95rem;
line-height: 1.5;
margin: 0;
}
@media (max-width: 768px) {
.welcome-bonus-content h1 {
font-size: 2rem;
}
.welcome-bonus-content .bonus-amount {
font-size: 2.5rem;
}
.welcome-bonus-content .features-grid {
grid-template-columns: 1fr;
}
.welcome-bonus-content .tournament-grid {
grid-template-columns: 1fr;
}
.welcome-bonus-content .schedule-grid {
grid-template-columns: 1fr;
}
.welcome-bonus-content .cta-grid {
grid-template-columns: 1fr;
}
}
Monthly Mystery Bounty
Tournament
Our players have embraced the Mystery Bounty format in a big way. Consequently, we have converted two of our favorite multi-day events into monthly Mystery Bounty tournaments!
The Sunday Squeeze has a guaranteed prize pool of $150,000 with a $22 buy-in and the Dime offers a guaranteed prize pool of $75,000 with a buy-in of just $5.50. You’ll find daily Day 1 flights every two hours and Day 2 is on the last Sunday of the month.
When you compete in a Mystery Bounty tourney, you use your Day 1 flights to increase your chip stack. If you make it to Day 2, you can win big either by running deep or by racking up a potentially huge, surprise bounty whenever you eliminate a player from the tourney!
Experience the thrill of online poker with our exciting Mystery Bounty tournaments!
Tournament Details
Choose from two exciting Mystery Bounty tournaments with different buy-in levels and guaranteed prize pools:
Sunday Squeeze
$150,000 GTD
$22 Buy-in
$15,000 Top Bounty
Premium Mystery Bounty tournament with massive guaranteed prize pool
The Dime
$75,000 GTD
$5.50 Buy-in
$7,500 Top Bounty
Affordable Mystery Bounty tournament perfect for all bankrolls
Schedule (Multi-flight)
Both tournaments feature multiple Day 1 flights throughout the week, giving you plenty of opportunities to qualify for Day 2:
Day 1 Flights
Monday through Sunday
Every 2 hours starting at 12:05am ET
Morning Flights
12:05am, 2:05am, 4:05am
6:05am, 8:05am, 10:05am ET
Afternoon Flights
12:05pm, 2:05pm, 4:05pm
6:05pm, 8:05pm, 10:05pm ET
Day 2 Final
Last Sunday of the month
2:05pm ET
How Mystery Bounty Works
Mystery Bounty tournaments add an extra layer of excitement to traditional poker tournaments:
Day 1 Flights
Build your chip stack through multiple Day 1 flights
Day 2 Final
Compete in the final day for the main prize pool
Mystery Bounties
Eliminate players to win surprise bounty rewards
Top Bounties
Win up to $15,000 or $7,500 in mystery bounties
Special Notes
Important information about the final flights on Day 2:
Sunday Squeeze
Last flight on Day 2 is 8:05am ET
The Dime
Last flight on Day 2 is 10:05am ET
Ready to experience the excitement of Mystery Bounty tournaments?
Join our monthly Mystery Bounty tournaments and compete for massive guaranteed prize pools and surprise bounty rewards!
PLAY MYSTERY BOUNTY
More Ways to Play
Casino & Sportsbook
Explore our casino games and sportsbook for even more entertainment options.
🎯 $150K & $75K GTD • Mystery Bounties Up to $15K • Multi-flight Format!