Your Plan
Loading...
Today's Reward
₦0
Today's Task
✅ Download today's ClickMoni flyer.
✅ Post the flyer on your preferred social media.
✅ React to today's Telegram post.
✅ Click the button below after completing today's task.
Important Notice
Our system monitors user activity.
Before your task withdrawal is approved,
our team will review the social media account
you provided to confirm you regularly perform
ClickMoni tasks.
Failure to perform tasks may delay or reject
your withdrawal request.
📢 Open Telegram
🎁 Claim Today's Reward
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
body{
background:#000;
color:#fff;
padding:20px;
padding-bottom:100px;
}
.container{
max-width:700px;
margin:auto;
}
.header{
text-align:center;
margin-bottom:25px;
}
.logo{
font-size:40px;
font-weight:bold;
color:#FFD700;
}
.subtitle{
margin-top:10px;
color:#bbb;
font-size:15px;
}
.rewardCard,
.taskCard,
.noticeCard,
.socialCard{
background:#111;
border:1px solid #FFD700;
border-radius:15px;
padding:20px;
margin-bottom:20px;
}
.rewardCard h2,
.taskCard h2,
.noticeCard h2,
.socialCard h2{
color:#FFD700;
margin-bottom:12px;
}
.rewardCard h3{
font-size:24px;
margin-bottom:15px;
}
.rewardCard h1{
font-size:45px;
color:#22c55e;
}
.taskCard ul{
margin-left:20px;
}
.taskCard li{
margin:12px 0;
line-height:1.6;
}
.noticeCard{
background:#2b0000;
border-color:#ff4444;
}
.noticeCard p{
line-height:1.8;
color:#eee;
}
.socialCard label{
display:block;
margin-top:15px;
margin-bottom:8px;
font-weight:bold;
}
.socialCard select,
.socialCard input{
width:100%;
padding:14px;
border-radius:10px;
border:1px solid #444;
background:#000;
color:#fff;
font-size:16px;
}
.buttonBox{
display:grid;
gap:15px;
}
button{
width:100%;
padding:15px;
border:none;
border-radius:12px;
font-size:17px;
font-weight:bold;
cursor:pointer;
}
#saveBtn{
background:#2563eb;
color:#fff;
}
#telegramBtn{
background:#229ED9;
color:#fff;
}
#claimBtn{
background:#16a34a;
color:#fff;
}
button:hover{
opacity:.9;
}