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

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

.sticky-top-bar{
position:sticky;
top:0;
z-index:999;
background:#1D4ED8;
padding:0px 15px;
box-shadow:0 2px 12px rgba(0,0,0,.1);
}

.sticky-title{
display:flex;
align-items:center;
margin-top:0;
padding-left:2px;
gap:20px;
font-size:22px;
font-weight:700;
color:#fff;
}
.top-logo{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    overflow:hidden;
    display:block;
}

.verified{
display:inline-flex;
align-items:center;
justify-content:center;
width:22px;
height:22px;
border-radius:50%;
background:#1d9bf0;
color:#FFFFFF;
font-size:12px;
}

.sticky-subtitle{
    margin-top:-18px;
    margin-left:105px;
    text-align:left;
    font-size:14px;
    color:#FFFFFF;
}

.top-three{
padding:15px;
}

.top-three h2{
margin-bottom:15px;
font-size:22px;
}

.top-three-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
}

.top-card{
background:#fff;
border-radius:14px;
padding:10px;
text-align:center;
box-shadow:0 4px 15px rgba(0,0,0,.12);
}

.top-card img{
width:70px;
height:70px;
border-radius:14px;
object-fit:cover;
margin-bottom:8px;
}
.tabs{
display:flex;
gap:10px;
padding:15px;
overflow-x:auto;
}

.tabs button{
border:none;
background:#fff;
padding:10px 18px;
border-radius:25px;
font-weight:600;
box-shadow:0 2px 8px rgba(0,0,0,.1);
cursor:pointer;
white-space:nowrap;
}

.tabs .active{
background:#ffcc00;
color:#000;
}

.search-box{
padding:0 15px 15px;
}

.search-box input{
width:100%;
height:48px;
border:2px solid #e5e7eb;
border-radius:12px;
padding:0 15px;
font-size:16px;
outline:none;
}

.filter-row{
display:flex;
gap:10px;
overflow-x:auto;
padding:0 15px 15px;
}

.filter-row button{
border:none;
background:#f1f5f9;
padding:10px 15px;
border-radius:10px;
font-weight:600;
white-space:nowrap;
}

.games-list{
padding:15px;
display:flex;
flex-direction:column;
gap:15px;
}

.game-card{
display:flex;
align-items:center;
background:#fff;
border-radius:16px;
padding:12px;
box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.game-card img{
width:70px;
height:70px;
border-radius:14px;
object-fit:cover;
margin-right:12px;
}

.game-info{
flex:1;
}

.game-info h3{
font-size:18px;
margin-bottom:6px;
}

.game-info p{
font-size:14px;
margin:3px 0;
}

.download-btn{
background:#2563EB;
color:#fff;
padding:10px 18px;
border-radius:10px;
text-decoration:none;
font-weight:700;
display:inline-block;
}
.telegram-section{
padding:20px;
text-align:center;
}

.telegram-btn{
display:inline-block;
background:#229ED9;
color:#fff;
text-decoration:none;
padding:14px 28px;
border-radius:12px;
font-size:18px;
font-weight:700;
}

.telegram-btn i{
margin-right:8px;
}

.bottom-sticky-bar{
position:fixed;
left:15px;
right:15px;
bottom:15px;
background:#0A58CA;
border-radius:16px;
box-shadow:0 8px 20px rgba(0,0,0,.25);
z-index:999;
}

.bottom-sticky-bar a{
display:block;
padding:15px;
text-align:center;
color:#fff;
font-weight:700;
text-decoration:none;
}

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

@media (max-width:768px){

.top-three-grid{
    display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:4px;
    overflow:hidden;
}
}

.top-card{
    width:100%;
    height:220px;
    background:#fff;
    border-radius:14px;
    padding:10px;
    text-align:center;
    box-shadow:0 4px 15px rgba(0,0,0,.12);
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
}

.top-card img{
    width:70px;
    height:70px;
    border-radius:14px;
    object-fit:cover;
    margin-bottom:8px;
}
.top-card{
    position:relative;
}

.top-card{
    position:relative;
}

@keyframes newGlow{
    from{
        transform:scale(1);
        box-shadow:0 0 5px #ff1744;
    }
    to{
        transform:scale(1.1);
        box-shadow:0 0 15px #ff1744;
    }
}
.top-banner{
    padding:10px;
}

.top-banner img{
    width:100%;
    display:block;
    border-radius:12px;
}
.top3-btn{
    background:#FFD54F;
    color:#000;
    padding:10px 18px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    display:inline-block;
}

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

.new-badge{
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ff3b30;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
}
.rank-badge{
    position:absolute;
    top:8px;
    left:8px;
    background:#3b82f6;
    color:#fff;
    padding:4px 10px;
    border-radius:20px;
    font-size:11px;
    font-weight:bold;
    z-index:10;
}
.top-card{
    position: relative;
}
.top-menu{
display:flex;
justify-content:space-around;
align-items:center;
background:#fff;
padding:12px 0;
border-bottom:1px solid #ddd;
}

.top-menu a{
text-decoration:none;
color:#333;
font-size:15px;
font-weight:600;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}

.top-menu i{
display:block;
font-size:18px;
margin-bottom:4px;
color:#2563eb;
}
.header-telegram{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border-radius:10px;
    background:#2A6BFF;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
}
.install-banner{
background: #1D4ED8;
    display:flex;
    align-items:center;
    padding:10px 15px;
}

.install-text{
    margin-left:10px;
}

.install-btn{
    margin-left:0;
}

.install-logo{
    width:70px;
    height:70px;
    border-radius:8px;
    object-fit:cover;
    margin-left:2px;
}
.install-text{
    margin-left:auto;
    margin-right:12px;
    text-align:right;
    flex:none;
}

.install-text h3{
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin:0;
}

.install-text p{
    background:red;
    color:#fff;
    padding:6px 12px;
    border-radius:8px;
    display:inline-block;
    font-size:13px;
    font-weight:bold;
    margin:0;
}

.install-btn{
    background:#1D4ED8;
    color:#fff;
    text-decoration:none;
    padding:8px 18px;
    border-radius:10px;
    font-weight:700;
}
.install-info p{
    background:red;
    color:#fff;
    padding:6px 12px;
    border-radius:8px;
    display:inline-block;
    margin:0;
    font-size:13px;
    font-weight:bold;
}
.header-strip{
    width:100%;
    height:32px;
    background:#2A6BFF;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding-right:15px;
    color:#FFD700;
    font-weight:bold;
}
