*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#eef5f2;
color:#222;
padding-bottom:90px;
}

.top-header{
position:sticky;
top:0;
z-index:999;
display:flex;
justify-content:space-between;
align-items:center;
padding:12px 15px;
background:#0b8b57;
box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.logo-area{
display:flex;
align-items:center;
gap:10px;
}

.logo{
width:55px;
height:55px;
border-radius:12px;
}

.logo-area h2{
color:#fff;
font-size:22px;
font-weight:bold;
}

.telegram-btn{
background:#2be46a;
color:#fff;
text-decoration:none;
padding:12px 20px;
border-radius:30px;
font-size:16px;
font-weight:bold;
box-shadow:0 5px 15px rgba(43,228,106,.35);
transition:.3s;
}

.telegram-btn:hover{
transform:translateY(-2px);
}

.top-banner{
background:#15b669;
color:#fff;
padding:12px;
text-align:center;
font-weight:bold;
}

.search{
padding:15px;
}

.search input{
width:100%;
padding:14px;
border:none;
outline:none;
background:#fff;
border-radius:12px;
font-size:16px;
box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.hero{
padding:15px;
}

.hero img{
width:100%;
display:block;
border-radius:18px;
}

.live-box{
background:#fff;
margin:0 15px 20px;
padding:18px;
border-radius:18px;
text-align:center;
box-shadow:0 4px 12px rgba(0,0,0,.08);
}

.dot{
display:inline-block;
width:12px;
height:12px;
background:#00d84a;
border-radius:50%;
margin-right:6px;
}

.title{
padding:0 15px 15px;
color:#0b8b57;
font-size:24px;
font-weight:bold;
}

.category-bar{
display:flex;
justify-content:center;
gap:12px;
padding:10px 15px;
flex-wrap:wrap;
}

.category-bar::-webkit-scrollbar{
display:none;
}

.category-bar button{
border:none;
background:#fff;
padding:10px 18px;
border-radius:25px;
font-size:15px;
font-weight:bold;
color:#0b8b57;
cursor:pointer;
white-space:nowrap;
box-shadow:0 4px 12px rgba(0,0,0,.08);
transition:.3s;
}

.category-bar button.active{
background:#0b8b57;
color:#fff;
}
/* ---------- APP CARDS ---------- */

#appContainer{
padding:0 15px 20px;
}

.app-card{
display:flex;
align-items:center;
background:#fff;
padding:15px;
margin-bottom:15px;
border-radius:18px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
transition:.3s;
position:relative;
}

.app-card{
transition:.35s ease;
}

.app-card:hover{
transform:translateY(-8px) scale(1.02);
box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.app-card img{
width:80px;
height:80px;
border-radius:15px;
margin-right:15px;
object-fit:cover;
background:#eee;
}

.app-info{
flex:1;
}

.app-info h3{
font-size:20px;
color:#222;
margin-bottom:6px;
}

.app-tags{
display:flex;
gap:8px;
margin:6px 0;
flex-wrap:wrap;
}

.verified{
background:#22c55e;
color:#fff;
padding:4px 10px;
border-radius:20px;
font-size:12px;
font-weight:bold;
}

.trending{
background:#ff6b00;
color:#fff;
padding:4px 10px;
border-radius:20px;
font-size:12px;
font-weight:bold;
}

.bonus{
color:#16a34a;
font-weight:bold;
margin-bottom:5px;
}

.withdraw{
font-size:14px;
color:#666;
margin-bottom:6px;
}

.downloads{
font-size:14px;
font-weight:bold;
color:#1976d2;
margin-bottom:8px;
}

.rating{
color:#ffb400;
font-size:15px;
font-weight:bold;
margin:5px 0;
}

.rating span{
color:#666;
font-size:13px;
}

/* ---------- FEATURED APPS ---------- */

.featured-section{
padding:15px;
}

#featuredContainer{
display:flex;
overflow-x:auto;
gap:15px;
padding-bottom:10px;
scroll-behavior:smooth;
}

#featuredContainer::-webkit-scrollbar{
display:none;
}

.featured-card{
min-width:260px;
margin:0;
}

/* ---------- NEW APPS ---------- */

#newapps{
margin:20px 15px;
padding:15px;
background:#fff;
border-radius:18px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
}

#newAppContainer{
display:flex;
overflow-x:auto;
gap:15px;
padding-bottom:10px;
scroll-behavior:smooth;
}

#newAppContainer::-webkit-scrollbar{
display:none;
}

#newAppContainer .app-card{
min-width:260px;
margin:0;
}

.new-badge{
position:absolute;
top:10px;
right:10px;
background:#ff3b30;
color:#fff;
padding:4px 8px;
border-radius:20px;
font-size:12px;
font-weight:bold;
}

/* ---------- BUTTONS ---------- */

.download-btn{
display:inline-block;
margin-top:10px;
padding:10px 20px;
background:#0b8b57;
color:#fff;
text-decoration:none;
font-weight:bold;
border-radius:10px;
text-align:center;
transition:.3s;
box-shadow:0 5px 15px rgba(11,139,87,.25);
}

.download-btn:hover{
background:#097347;
transform:translateY(-2px);
}

/* ---------- FEATURED CARD ---------- */

.featured-card{
min-width:300px;
max-width:300px;
flex-shrink:0;
}

/* ---------- ONLINE ---------- */


/* ---------- TOP CHOICE ---------- */

.top-choice{
display:inline-block;
background:#ff9800;
color:#fff;
padding:5px 12px;
border-radius:20px;
font-size:13px;
font-weight:bold;
margin-bottom:8px;
}

/* ---------- FOOTER ---------- */

footer{
text-align:center;
padding:20px;
color:#666;
font-size:14px;
}

/* ---------- TOP BUTTON ---------- */

#topBtn{
position:fixed;
right:20px;
bottom:90px;
width:45px;
height:45px;
border:none;
border-radius:50%;
background:#0b8b57;
color:#fff;
font-size:20px;
cursor:pointer;
display:none;
box-shadow:0 5px 15px rgba(0,0,0,.2);
}

/* ---------- MOBILE ---------- */

@media(max-width:480px){

.logo-area h2{
font-size:18px;
}

.telegram-btn{
padding:10px 16px;
font-size:14px;
}

.app-card{
padding:12px;
}

.app-card img{
width:65px;
height:65px;
}

.featured-card{
min-width:280px;
max-width:280px;
}

}

.stats-box{
width:100%;
background:#ffffff;
border-radius:18px;
padding:18px;
margin:20px 0;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.stats-box h3{
font-size:22px;
color:#16a34a;
margin-bottom:6px;
}

.stats-box p{
color:#666;
font-size:15px;
}

#searchResults{
display:none;
margin:15px 20px;
background:#fff;
border-radius:18px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
overflow:hidden;
}

.search-item{
display:flex;
align-items:center;
gap:15px;
padding:15px;
border-bottom:1px solid #eee;
cursor:pointer;
transition:.3s;
}

.search-item:last-child{
border-bottom:none;
}

.search-item:hover{
background:#f5fff8;
}

.search-item img{
width:60px;
height:60px;
border-radius:14px;
object-fit:cover;
}

.search-item h3{
margin:0;
font-size:18px;
color:#222;
}

.search-item p{
margin:5px 0 0;
color:#0b8b57;
font-weight:bold;
}

.bottom-nav{
position:fixed;
bottom:12px;
left:50%;
transform:translateX(-50%);
width:92%;
max-width:500px;
background:#fff;
display:flex;
justify-content:space-around;
align-items:center;
padding:12px 0;
border-radius:18px;
box-shadow:0 8px 25px rgba(0,0,0,.15);
z-index:999;
}

.bottom-nav a{
display:flex;
flex-direction:column;
align-items:center;
text-decoration:none;
color:#0b8b57;
font-size:13px;
font-weight:600;
transition:.3s;
}

.bottom-nav a i{
font-size:22px;
margin-bottom:4px;
}

.bottom-nav a.active,
.bottom-nav a:hover{
color:#00c853;
transform:translateY(-2px);
}