.kitab-apk-apps-Games-home {
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 100%),
        radial-gradient(circle at 15% 25%, rgba(236, 72, 153, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(59, 130, 246, 0.15) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 10%, rgba(139, 92, 246, 0.1) 0%, transparent 60%),
        radial-gradient(ellipse at 30% 90%, rgba(16, 185, 129, 0.12) 0%, transparent 50%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 32px 24px 40px;
    width: 100%;
    max-width: 1200px;
    margin: 24px auto 28px;
    border-radius: 28px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.kitab-apk-apps-Games-home::before {
    content: '';
    position: absolute;
    top: -35%;
    right: -12%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.25) 0%, rgba(139, 92, 246, 0.18) 40%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(50px);
    z-index: -1;
}

.kitab-apk-apps-Games-home::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -8%;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.22) 0%, rgba(16, 185, 129, 0.15) 45%, transparent 75%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(45px);
    z-index: -1;
}

.kitab-apk-apps-Games-home__container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: grid;
    gap: 28px;
    padding: 0;
}

/* ========================================
   Home Search Box Section - Modern Professional Design
   ======================================== */

.kitab-apk-apps-Games-home-search {
    width: 100%;
    margin-bottom: 40px;
}

.kitab-apk-apps-Games-home-search__container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.kitab-apk-apps-Games-home-search__box {
    background: 
        linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%),
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(99, 102, 241, 0.03) 2px, rgba(99, 102, 241, 0.03) 4px);
    background-size: 100% 100%, 40px 40px;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.06),
        0 8px 32px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border: 2px solid rgba(226, 232, 240, 0.9);
    position: relative;
    overflow: visible;
}

.kitab-apk-apps-Games-home-search__box::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, 
        rgba(99, 102, 241, 0.2) 0%, 
        rgba(139, 92, 246, 0.15) 25%,
        rgba(236, 72, 153, 0.1) 50%,
        rgba(139, 92, 246, 0.15) 75%,
        rgba(99, 102, 241, 0.2) 100%);
    border-radius: 24px;
    z-index: -1;
    opacity: 0.6;
}

.kitab-apk-apps-Games-home-search__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        rgba(99, 102, 241, 0.4) 0%,
        rgba(139, 92, 246, 0.5) 25%,
        rgba(236, 72, 153, 0.4) 50%,
        rgba(139, 92, 246, 0.5) 75%,
        rgba(99, 102, 241, 0.4) 100%);
    z-index: 1;
    border-radius: 24px 24px 0 0;
}

.kitab-apk-apps-Games-home-search__form {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

.kitab-apk-apps-Games-home-search__input-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.06),
        0 4px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border: 2px solid rgba(226, 232, 240, 1);
    overflow: hidden;
    transition: all 0.2s ease;
}

.kitab-apk-apps-Games-home-search__input-wrapper:focus-within {
    border-color: rgba(99, 102, 241, 0.6);
    box-shadow: 
        0 0 0 4px rgba(99, 102, 241, 0.12),
        0 4px 12px rgba(99, 102, 241, 0.15),
        0 8px 24px rgba(99, 102, 241, 0.1);
    transform: translateY(-1px);
}

.kitab-apk-apps-Games-home-search__icon {
    width: 20px;
    height: 20px;
    color: rgba(148, 163, 184, 0.8);
    flex-shrink: 0;
    margin-left: 18px;
    margin-right: 12px;
}

.kitab-apk-apps-Games-home-search__input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.95rem;
    color: #1e293b;
    padding: 16px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.kitab-apk-apps-Games-home-search__input::placeholder {
    color: rgba(148, 163, 184, 0.7);
    font-weight: 400;
}

.kitab-apk-apps-Games-home-search__button {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 16px 32px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    letter-spacing: 0.01em;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.kitab-apk-apps-Games-home-search__button:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
}

.kitab-apk-apps-Games-home-search__button:active {
    background: linear-gradient(135deg, #4338ca 0%, #3730a3 100%);
}

.kitab-apk-apps-Games-home-search__encouragement {
    position: relative;
    z-index: 2;
    margin: 10px 0 0 0;
    text-align: center;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.06) 0%, rgba(139, 92, 246, 0.04) 100%);
    border-radius: 14px;
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.08);
}

.kitab-apk-apps-Games-home-search__encouragement-text {
    display: block;
    font-size: 0.9rem;
    color: #475569;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.kitab-apk-apps-Games-home-search__keywords {
    margin-top: 10px;
    position: relative;
    z-index: 2;
    padding-top: 10px;
    border-top: 1px solid rgba(226, 232, 240, 0.5);
}

.kitab-apk-apps-Games-home-search__keywords-label {
    margin: 0 0 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    text-align: center;
    letter-spacing: 0.01em;
    display: block;
    position: relative;
    padding-bottom: 0;
}

.kitab-apk-apps-Games-home-search__keywords-label::after {
    display: none;
}

.kitab-apk-apps-Games-home-search__keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.kitab-apk-apps-Games-home-search__keyword {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #ffffff;
    color: #64748b;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    letter-spacing: 0;
    transition: all 0.15s ease;
    position: relative;
    overflow: hidden;
}

.kitab-apk-apps-Games-home-search__keyword::before {
    display: none;
}

.kitab-apk-apps-Games-home-search__keyword-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #64748b;
    opacity: 0.7;
    transition: all 0.15s ease;
}

.kitab-apk-apps-Games-home-search__keyword span {
    position: relative;
    z-index: 1;
    color: inherit;
}

.kitab-apk-apps-Games-home-search__keyword:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transform: none;
}

.kitab-apk-apps-Games-home-search__keyword:hover .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #6366f1;
    opacity: 1;
    transform: scale(1.1);
}

.kitab-apk-apps-Games-home-search__keyword:active {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(99, 102, 241, 0.1);
}

/* Specific icon colors for different apps */
.kitab-apk-apps-Games-home-search__keyword[data-keyword="netflix"] .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #e50914;
}

.kitab-apk-apps-Games-home-search__keyword[data-keyword="spotify"] .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #1db954;
}

.kitab-apk-apps-Games-home-search__keyword[data-keyword="tiktok"] .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #000000;
}

.kitab-apk-apps-Games-home-search__keyword[data-keyword="chatgpt"] .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #10a37f;
}

.kitab-apk-apps-Games-home-search__keyword[data-keyword="minecraft"] .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #62b74a;
}

.kitab-apk-apps-Games-home-search__keyword[data-keyword="efootball"] .kitab-apk-apps-Games-home-search__keyword-icon,
.kitab-apk-apps-Games-home-search__keyword[data-keyword="dreamleague"] .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #00a859;
}

.kitab-apk-apps-Games-home-search__keyword[data-keyword="picsart"] .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #e91e63;
}

.kitab-apk-apps-Games-home-search__keyword[data-keyword="truecaller"] .kitab-apk-apps-Games-home-search__keyword-icon {
    color: #0080ff;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .kitab-apk-apps-Games-home-search__box {
        padding: 28px 24px;
        border-radius: 16px;
    }
    
    .kitab-apk-apps-Games-home-search__input-wrapper {
        flex-direction: column;
        border-radius: 12px;
    }
    
    .kitab-apk-apps-Games-home-search__icon {
        display: none;
    }
    
    .kitab-apk-apps-Games-home-search__input {
        width: 100%;
        padding: 14px 18px;
        text-align: right;
    }
    
    .kitab-apk-apps-Games-home-search__button {
        width: 100%;
        padding: 14px 24px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0 0 12px 12px;
    }
    
    .kitab-apk-apps-Games-home-search__encouragement {
        font-size: 0.85rem;
        text-align: center;
    }
    
    .kitab-apk-apps-Games-home-search__keywords {
        margin-top: 24px;
        padding-top: 20px;
    }
    
    .kitab-apk-apps-Games-home-search__keywords-list {
        gap: 6px;
    }
    
    .kitab-apk-apps-Games-home-search__keyword {
        padding: 7px 14px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .kitab-apk-apps-Games-home-search__box {
        padding: 24px 20px;
    }
    
    .kitab-apk-apps-Games-home-search__encouragement {
        font-size: 0.8rem;
        flex-direction: column;
        gap: 6px;
    }
    
    .kitab-apk-apps-Games-home-search__keywords-list {
        gap: 5px;
    }
    
    .kitab-apk-apps-Games-home-search__keyword {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
}

.kitab-apk-apps-Games-home-section {
    --section-accent: #ec4899;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 100%),
        radial-gradient(circle at 25% 35%, rgba(236, 72, 153, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 75% 65%, rgba(59, 130, 246, 0.15) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 15%, rgba(139, 92, 246, 0.1) 0%, transparent 60%),
        radial-gradient(ellipse at 15% 85%, rgba(16, 185, 129, 0.12) 0%, transparent 50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 28px 20px 32px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 8px 24px rgba(236, 72, 153, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
    /* Static design - no transitions or hover effects */
    z-index: 1;
}

/* Removed hover effects - static design */

.kitab-apk-apps-Games-home-section::before {
    content: "";
    position: absolute;
    inset: -55% 20% auto;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.25) 0%, rgba(59, 130, 246, 0.18) 40%, transparent 70%);
    opacity: 1;
    filter: blur(30px);
    z-index: -1;
}

.kitab-apk-apps-Games-home-section::after {
    content: "";
    position: absolute;
    bottom: -25%;
    right: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, rgba(16, 185, 129, 0.15) 45%, transparent 75%);
    opacity: 1;
    filter: blur(40px);
    z-index: -1;
}

.kitab-apk-apps-Games-home-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 0 4px;
    position: relative;
    z-index: 1;
}

.kitab-apk-apps-Games-home-section__title {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.55rem);
    font-weight: 800;
    position: relative;
    padding-inline-start: 22px;
    padding-bottom: 12px;
    line-height: 1.3;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.kitab-apk-apps-Games-home-section__title::before {
    content: "";
    position: absolute;
    inset-block: 8px;
    inset-inline-start: 0;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg, #6366f1, #8b5cf6);
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.5), 0 0 20px rgba(139, 92, 246, 0.3);
}

.kitab-apk-apps-Games-home-section__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--section-accent), rgba(21, 217, 217, 0.85));
    box-shadow: 0 2px 6px rgba(97, 87, 255, 0.25);
}

.kitab-apk-apps-Games-home-section__grid {
    --home-cards-desktop: var(--cards-per-row, 4);
    --home-cards-mobile: var(--cards-per-row-mobile, 1);
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(var(--home-cards-desktop), minmax(0, 1fr));
    padding: 0 4px;
}

.kitab-apk-apps-Games-home-section__empty {
    min-height: 160px;
    border-radius: 22px;
    border: 1px dashed rgba(26, 29, 47, 0.18);
    background: rgba(244, 245, 255, 0.6);
    display: grid;
    gap: 10px;
    justify-items: center;
    align-content: center;
    text-align: center;
    color: rgba(17, 23, 39, 0.65);
    font-size: 0.96rem;
}

.kitab-apk-apps-Games-home-section__empty-icon {
    font-size: 1.4rem;
}

.kitab-apk-apps-Games-home-section--latest {
    --section-accent: #6c5ce7;
    background: linear-gradient(160deg, rgba(108, 92, 231, 0.06), rgba(255, 255, 255, 0.94));
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-home-section__grid {
    grid-template-columns: repeat(var(--home-cards-desktop), minmax(0, 1fr));
    gap: 14px;
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card__cover {
    aspect-ratio: 1 / 1;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    /* Distinctive overlapping colored background - clear and overlapping colors */
    background: 
        linear-gradient(135deg, 
            rgba(147, 197, 253, 0.25) 0%, 
            rgba(196, 181, 253, 0.22) 20%, 
            rgba(165, 243, 252, 0.2) 40%, 
            rgba(254, 202, 202, 0.23) 60%,
            rgba(251, 207, 232, 0.21) 80%,
            rgba(167, 243, 208, 0.22) 100%),
        radial-gradient(ellipse at 25% 35%, rgba(147, 197, 253, 0.35) 0%, transparent 65%),
        radial-gradient(ellipse at 75% 65%, rgba(196, 181, 253, 0.32) 0%, transparent 65%),
        radial-gradient(ellipse at 50% 50%, rgba(165, 243, 252, 0.28) 0%, transparent 70%),
        radial-gradient(ellipse at 10% 80%, rgba(254, 202, 202, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse at 90% 20%, rgba(167, 243, 208, 0.27) 0%, transparent 60%);
    background-size: 180% 180%, 140% 140%, 130% 130%, 150% 150%, 160% 160%, 145% 145%;
    background-position: 0% 0%, 25% 35%, 75% 65%, 50% 50%, 10% 80%, 90% 20%;
    /* Static design - no transitions */
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
    background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-card-image-lazy,
.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-card-image-lazy,
.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
    transform: scale(1.03) translateY(-1px);
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    text-decoration: none;
    width: 100%;
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 500;
    line-height: 1.2;
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card__meta-item--size {
    color: #64748b;
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card__meta-item--version {
    color: #64748b;
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card__meta-icon {
    font-size: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: transparent;
    opacity: 0.7;
    flex-shrink: 0;
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card__meta-item--size .kitab-apk-apps-Games-archive-card__meta-icon {
    background: transparent;
    color: inherit;
}

.kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card__meta-item--version .kitab-apk-apps-Games-archive-card__meta-icon {
    background: transparent;
    color: inherit;
}

.kitab-apk-apps-Games-home-section--popular {
    --section-accent: #ff9f43;
    background: linear-gradient(170deg, rgba(255, 132, 87, 0.08), rgba(255, 255, 255, 0.95));
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-home-section__grid {
    grid-template-columns: repeat(var(--home-cards-desktop), minmax(0, 1fr));
    gap: 14px;
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card__cover {
    aspect-ratio: 1 / 1;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    /* Distinctive overlapping colored background - clear and overlapping colors */
    background: 
        linear-gradient(135deg, 
            rgba(147, 197, 253, 0.25) 0%, 
            rgba(196, 181, 253, 0.22) 20%, 
            rgba(165, 243, 252, 0.2) 40%, 
            rgba(254, 202, 202, 0.23) 60%,
            rgba(251, 207, 232, 0.21) 80%,
            rgba(167, 243, 208, 0.22) 100%),
        radial-gradient(ellipse at 25% 35%, rgba(147, 197, 253, 0.35) 0%, transparent 65%),
        radial-gradient(ellipse at 75% 65%, rgba(196, 181, 253, 0.32) 0%, transparent 65%),
        radial-gradient(ellipse at 50% 50%, rgba(165, 243, 252, 0.28) 0%, transparent 70%),
        radial-gradient(ellipse at 10% 80%, rgba(254, 202, 202, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse at 90% 20%, rgba(167, 243, 208, 0.27) 0%, transparent 60%);
    background-size: 180% 180%, 140% 140%, 130% 130%, 150% 150%, 160% 160%, 145% 145%;
    background-position: 0% 0%, 25% 35%, 75% 65%, 50% 50%, 10% 80%, 90% 20%;
    /* Static design - no transitions */
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
    background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-card-image-lazy,
.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-card-image-lazy,
.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
    transform: scale(1.03) translateY(-1px);
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    text-decoration: none;
    width: 100%;
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    font-size: 0.65rem;
    color: #64748b;
    font-weight: 500;
    line-height: 1.2;
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card__meta-item--size {
    color: #64748b;
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card__meta-item--version {
    color: #64748b;
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card__meta-icon {
    font-size: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: transparent;
    opacity: 0.7;
    flex-shrink: 0;
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card__meta-item--size .kitab-apk-apps-Games-archive-card__meta-icon {
    background: transparent;
    color: inherit;
}

.kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card__meta-item--version .kitab-apk-apps-Games-archive-card__meta-icon {
    background: transparent;
    color: inherit;
}

.kitab-apk-apps-Games-home-section--featured-games {
    --section-accent: #00b894;
    background: linear-gradient(165deg, rgba(0, 184, 148, 0.07), rgba(255, 255, 255, 0.94));
}

/* Hover effects for featured games - for all devices */
.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-home-section__grid {
    gap: 14px;
}

.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card__cover {
    /* Distinctive overlapping colored background - clear and overlapping colors */
    background: 
        linear-gradient(135deg, 
            rgba(147, 197, 253, 0.25) 0%, 
            rgba(196, 181, 253, 0.22) 20%, 
            rgba(165, 243, 252, 0.2) 40%, 
            rgba(254, 202, 202, 0.23) 60%,
            rgba(251, 207, 232, 0.21) 80%,
            rgba(167, 243, 208, 0.22) 100%),
        radial-gradient(ellipse at 25% 35%, rgba(147, 197, 253, 0.35) 0%, transparent 65%),
        radial-gradient(ellipse at 75% 65%, rgba(196, 181, 253, 0.32) 0%, transparent 65%),
        radial-gradient(ellipse at 50% 50%, rgba(165, 243, 252, 0.28) 0%, transparent 70%),
        radial-gradient(ellipse at 10% 80%, rgba(254, 202, 202, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse at 90% 20%, rgba(167, 243, 208, 0.27) 0%, transparent 60%);
    background-size: 180% 180%, 140% 140%, 130% 130%, 150% 150%, 160% 160%, 145% 145%;
    background-position: 0% 0%, 25% 35%, 75% 65%, 50% 50%, 10% 80%, 90% 20%;
    /* Static design - no transitions */
}

.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
    background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
}

.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-card-image-lazy,
.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-card-image-lazy,
.kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
    transform: scale(1.03) translateY(-1px);
}

.kitab-apk-apps-Games-home-section--featured-apps {
    --section-accent: #0984e3;
    background: linear-gradient(165deg, rgba(9, 132, 227, 0.07), rgba(255, 255, 255, 0.94));
}

/* Hover effects for featured apps - for all devices */
.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-home-section__grid {
    gap: 14px;
}

.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card__cover {
    /* Distinctive overlapping colored background - clear and overlapping colors */
    background: 
        linear-gradient(135deg, 
            rgba(147, 197, 253, 0.25) 0%, 
            rgba(196, 181, 253, 0.22) 20%, 
            rgba(165, 243, 252, 0.2) 40%, 
            rgba(254, 202, 202, 0.23) 60%,
            rgba(251, 207, 232, 0.21) 80%,
            rgba(167, 243, 208, 0.22) 100%),
        radial-gradient(ellipse at 25% 35%, rgba(147, 197, 253, 0.35) 0%, transparent 65%),
        radial-gradient(ellipse at 75% 65%, rgba(196, 181, 253, 0.32) 0%, transparent 65%),
        radial-gradient(ellipse at 50% 50%, rgba(165, 243, 252, 0.28) 0%, transparent 70%),
        radial-gradient(ellipse at 10% 80%, rgba(254, 202, 202, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse at 90% 20%, rgba(167, 243, 208, 0.27) 0%, transparent 60%);
    background-size: 180% 180%, 140% 140%, 130% 130%, 150% 150%, 160% 160%, 145% 145%;
    background-position: 0% 0%, 25% 35%, 75% 65%, 50% 50%, 10% 80%, 90% 20%;
    /* Static design - no transitions */
}

.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
    background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
}

.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-card-image-lazy,
.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-card-image-lazy,
.kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
    transform: scale(1.05) translateY(-2px);
}

/* Touch support on mobile devices - simpler animations */
@media (hover: none) and (pointer: coarse) {
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
        transform: scale(1.02) translateY(-1px);
    }

    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
        background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
    }
}

/* ============================================
   Special rules for featured-posts - right after general rules
   ============================================ */
/* Remove padding and margin from general rules */
body .kitab-apk-apps-Games-home-section--featured-posts,
.kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts,
.kitab-apk-apps-Games-home-section--featured-posts {
    --section-accent: #ff6b9d;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 32px !important;
    /* Professional background with visual touch */
    background: 
        linear-gradient(135deg, 
            rgba(255, 107, 157, 0.22) 0%, 
            rgba(108, 92, 231, 0.18) 20%,
            rgba(0, 206, 201, 0.16) 40%,
            rgba(255, 159, 67, 0.14) 60%,
            rgba(116, 185, 255, 0.16) 80%,
            rgba(255, 107, 157, 0.22) 100%),
        linear-gradient(180deg, 
            rgba(17, 23, 39, 0.14) 0%, 
            rgba(26, 29, 47, 0.12) 50%,
            rgba(17, 23, 39, 0.14) 100%),
        url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"%3E%3Cg opacity="0.22"%3E%3Cpath d="M150 30 L180 90 L240 90 L195 135 L210 195 L150 150 L90 195 L105 135 L60 90 L120 90 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="150" cy="105" r="35" fill="%2300cec9"/%3E%3Crect x="110" y="140" width="80" height="80" rx="12" fill="%236c5ce7"/%3E%3Ccircle cx="80" cy="80" r="20" fill="%23ff9f43"/%3E%3Cpath d="M220 80 L210 100 L240 100 L220 115 L230 140 L200 120 L170 140 L185 115 L165 100 L195 100 Z" fill="%2374b9ff"/%3E%3Cpath d="M50 200 L70 230 L100 230 L75 250 L85 280 L50 260 L15 280 L25 250 L0 230 L30 230 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="250" cy="200" r="25" fill="%2300cec9"/%3E%3C/g%3E%3C/svg%3E') repeat,
        radial-gradient(circle at 0% 0%, rgba(255, 107, 157, 0.32) 0%, transparent 66%),
        radial-gradient(circle at 100% 100%, rgba(0, 206, 201, 0.29) 0%, transparent 66%),
        radial-gradient(circle at 50% 0%, rgba(108, 92, 231, 0.24) 0%, transparent 71%),
        radial-gradient(circle at 0% 50%, rgba(255, 159, 67, 0.22) 0%, transparent 66%),
        radial-gradient(circle at 100% 0%, rgba(116, 185, 255, 0.22) 0%, transparent 66%),
        radial-gradient(circle at 50% 100%, rgba(255, 107, 157, 0.19) 0%, transparent 64%),
        repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255, 107, 157, 0.14) 100px, rgba(255, 107, 157, 0.14) 101px),
        repeating-linear-gradient(135deg, transparent, transparent 120px, rgba(0, 206, 201, 0.12) 120px, rgba(0, 206, 201, 0.12) 121px),
        repeating-linear-gradient(90deg, transparent, transparent 150px, rgba(108, 92, 231, 0.1) 150px, rgba(108, 92, 231, 0.1) 151px) !important;
    background-size: 
        250px 250px,
        auto,
        auto,
        auto,
        auto,
        auto,
        auto,
        auto,
        auto,
        auto !important;
    background-color: rgba(240, 248, 255, 0.97) !important;
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    border-radius: 32px !important;
    border: 3px solid rgba(255, 255, 255, 0.65) !important;
    box-shadow: 
        0 70px 140px -55px rgba(255, 107, 157, 0.65),
        0 45px 90px -45px rgba(0, 206, 201, 0.5),
        0 35px 70px -35px rgba(108, 92, 231, 0.45),
        0 25px 50px -25px rgba(17, 23, 39, 0.4),
        inset 0 4px 0 rgba(255, 255, 255, 0.6),
        inset 0 -4px 0 rgba(255, 107, 157, 0.45) !important;
    position: relative !important;
    overflow: hidden !important;
}

.kitab-apk-apps-Games-home__container > .kitab-apk-apps-Games-home-section--featured-posts:first-child {
    margin-top: 0 !important;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 1200px) {
    .kitab-apk-apps-Games-home__container {
        padding: 0;
        gap: 28px;
    }

    .kitab-apk-apps-Games-home-section {
        padding: 28px 0;
    }

    /* Cancel padding from general rules for featured-posts - right after general rules */
    .kitab-apk-apps-Games-home-section--featured-posts {
        padding-top: 0 !important;
        padding-bottom: 32px !important;
        margin-top: 0 !important;
    }
}

/* Strong rules for desktop - right after media query 1200px */
@media (min-width: 769px) and (max-width: 1200px) {
    /* Cancel padding from general rules for featured-posts */
    .kitab-apk-apps-Games-home-section--featured-posts {
        padding-top: 0 !important;
        padding-bottom: 32px !important;
        margin-top: 0 !important;
        /* Ensure background is applied */
        background: 
            linear-gradient(135deg, 
                rgba(255, 107, 157, 0.22) 0%, 
                rgba(108, 92, 231, 0.18) 20%,
                rgba(0, 206, 201, 0.16) 40%,
                rgba(255, 159, 67, 0.14) 60%,
                rgba(116, 185, 255, 0.16) 80%,
                rgba(255, 107, 157, 0.22) 100%),
            linear-gradient(180deg, 
                rgba(17, 23, 39, 0.14) 0%, 
                rgba(26, 29, 47, 0.12) 50%,
                rgba(17, 23, 39, 0.14) 100%),
            url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"%3E%3Cg opacity="0.22"%3E%3Cpath d="M150 30 L180 90 L240 90 L195 135 L210 195 L150 150 L90 195 L105 135 L60 90 L120 90 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="150" cy="105" r="35" fill="%2300cec9"/%3E%3Crect x="110" y="140" width="80" height="80" rx="12" fill="%236c5ce7"/%3E%3Ccircle cx="80" cy="80" r="20" fill="%23ff9f43"/%3E%3Cpath d="M220 80 L210 100 L240 100 L220 115 L230 140 L200 120 L170 140 L185 115 L165 100 L195 100 Z" fill="%2374b9ff"/%3E%3Cpath d="M50 200 L70 230 L100 230 L75 250 L85 280 L50 260 L15 280 L25 250 L0 230 L30 230 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="250" cy="200" r="25" fill="%2300cec9"/%3E%3C/g%3E%3C/svg%3E') repeat,
            radial-gradient(circle at 0% 0%, rgba(255, 107, 157, 0.32) 0%, transparent 66%),
            radial-gradient(circle at 100% 100%, rgba(0, 206, 201, 0.29) 0%, transparent 66%),
            radial-gradient(circle at 50% 0%, rgba(108, 92, 231, 0.24) 0%, transparent 71%),
            radial-gradient(circle at 0% 50%, rgba(255, 159, 67, 0.22) 0%, transparent 66%),
            radial-gradient(circle at 100% 0%, rgba(116, 185, 255, 0.22) 0%, transparent 66%),
            radial-gradient(circle at 50% 100%, rgba(255, 107, 157, 0.19) 0%, transparent 64%),
            repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255, 107, 157, 0.14) 100px, rgba(255, 107, 157, 0.14) 101px),
            repeating-linear-gradient(135deg, transparent, transparent 120px, rgba(0, 206, 201, 0.12) 120px, rgba(0, 206, 201, 0.12) 121px),
            repeating-linear-gradient(90deg, transparent, transparent 150px, rgba(108, 92, 231, 0.1) 150px, rgba(108, 92, 231, 0.1) 151px) !important;
        background-size: 
            250px 250px,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto !important;
        background-color: rgba(240, 248, 255, 0.97) !important;
        backdrop-filter: blur(12px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    }

    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }

    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
        margin-bottom: 0 !important;
        padding-bottom: 5px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* Rules for large desktop (larger than 1200px) */
@media (min-width: 1201px) {
    .kitab-apk-apps-Games-home-section--featured-posts {
        padding-top: 0 !important;
        padding-bottom: 32px !important;
        margin-top: 0 !important;
        /* Ensure background is applied */
        background: 
            linear-gradient(135deg, 
                rgba(255, 107, 157, 0.22) 0%, 
                rgba(108, 92, 231, 0.18) 20%,
                rgba(0, 206, 201, 0.16) 40%,
                rgba(255, 159, 67, 0.14) 60%,
                rgba(116, 185, 255, 0.16) 80%,
                rgba(255, 107, 157, 0.22) 100%),
            linear-gradient(180deg, 
                rgba(17, 23, 39, 0.14) 0%, 
                rgba(26, 29, 47, 0.12) 50%,
                rgba(17, 23, 39, 0.14) 100%),
            url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"%3E%3Cg opacity="0.22"%3E%3Cpath d="M150 30 L180 90 L240 90 L195 135 L210 195 L150 150 L90 195 L105 135 L60 90 L120 90 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="150" cy="105" r="35" fill="%2300cec9"/%3E%3Crect x="110" y="140" width="80" height="80" rx="12" fill="%236c5ce7"/%3E%3Ccircle cx="80" cy="80" r="20" fill="%23ff9f43"/%3E%3Cpath d="M220 80 L210 100 L240 100 L220 115 L230 140 L200 120 L170 140 L185 115 L165 100 L195 100 Z" fill="%2374b9ff"/%3E%3Cpath d="M50 200 L70 230 L100 230 L75 250 L85 280 L50 260 L15 280 L25 250 L0 230 L30 230 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="250" cy="200" r="25" fill="%2300cec9"/%3E%3C/g%3E%3C/svg%3E') repeat,
            radial-gradient(circle at 0% 0%, rgba(255, 107, 157, 0.32) 0%, transparent 66%),
            radial-gradient(circle at 100% 100%, rgba(0, 206, 201, 0.29) 0%, transparent 66%),
            radial-gradient(circle at 50% 0%, rgba(108, 92, 231, 0.24) 0%, transparent 71%),
            radial-gradient(circle at 0% 50%, rgba(255, 159, 67, 0.22) 0%, transparent 66%),
            radial-gradient(circle at 100% 0%, rgba(116, 185, 255, 0.22) 0%, transparent 66%),
            radial-gradient(circle at 50% 100%, rgba(255, 107, 157, 0.19) 0%, transparent 64%),
            repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255, 107, 157, 0.14) 100px, rgba(255, 107, 157, 0.14) 101px),
            repeating-linear-gradient(135deg, transparent, transparent 120px, rgba(0, 206, 201, 0.12) 120px, rgba(0, 206, 201, 0.12) 121px),
            repeating-linear-gradient(90deg, transparent, transparent 150px, rgba(108, 92, 231, 0.1) 150px, rgba(108, 92, 231, 0.1) 151px) !important;
        background-size: 
            250px 250px,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto !important;
        background-color: rgba(240, 248, 255, 0.97) !important;
        backdrop-filter: blur(12px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    }

    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }

    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
        margin-bottom: 0 !important;
        padding-bottom: 5px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.kitab-apk-apps-Games-home-section:first-of-type {
    margin-top: 0;
}

/* ============================================
   Desktop Styles - Font size reduction for desktop
   ============================================ */

/* Increase font size for version and size numbers on desktop - two sizes + bold */
@media (min-width: 769px) {
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-archive-card__meta {
        font-size: 0.65rem !important;
        gap: 6px !important;
        padding: 0 !important;
        font-weight: 500 !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin: 4px 0 0 0 !important;
        background: transparent !important;
        border: none !important;
        width: 100% !important;
    }

    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-archive-card__meta-item {
        font-size: 0.65rem !important;
        padding: 0 !important;
        gap: 3px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        width: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        color: #64748b !important;
    }

    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-archive-card__meta-icon {
        width: 14px !important;
        height: 14px !important;
        font-size: 0.6rem !important;
        font-weight: 500 !important;
        opacity: 0.7 !important;
        background: transparent !important;
        border-radius: 3px !important;
    }

    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-archive-card__meta-info {
        font-size: 0.65rem !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
        color: #64748b !important;
    }
}

@media (max-width: 980px) {
    .kitab-apk-apps-Games-home {
        padding: 28px 0 40px;
        margin: 22px auto 26px;
    }

    .kitab-apk-apps-Games-home-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 768px) {
@media (max-width: 768px) {
    .kitab-apk-apps-Games-home {
        padding: 18px 0 26px;
        margin: 0;
        border-radius: 0;
        background: linear-gradient(180deg, rgba(249, 250, 255, 1) 0%, rgba(235, 240, 255, 1) 100%);
    }

    .kitab-apk-apps-Games-home__container {
        padding: 0;
        gap: 12px;
    }

    .kitab-apk-apps-Games-home-section {
        padding: 16px 0 18px;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid rgba(24, 31, 62, 0.06);
        box-shadow: 0 18px 28px -22px rgba(17, 23, 39, 0.2);
        position: relative;
        overflow: hidden;
    }

    .kitab-apk-apps-Games-home-section::before {
        inset: -60% 14% auto;
        opacity: 0.5;
    }

    .kitab-apk-apps-Games-home-section__head {
        gap: 8px;
        margin: 0 0 12px;
    }

    .kitab-apk-apps-Games-home-section__title::before {
        width: 4px;
    }

    .kitab-apk-apps-Games-home-section__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
        margin: 0;
        padding: 0 5px;
    }
    
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-home-section__grid,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-home-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 5px !important;
        padding: 0 5px !important;
    }

}

/* ============================================
   Featured Posts Section - Featured Articles
   Distinctive Glass Design - Two Rows for Desktop (5 per row) - Two Columns for Mobile
   ============================================ */

.kitab-apk-apps-Games-home-section--featured-posts {
    --section-accent: #ff6b9d;
    /* Professional background with visual touch - for desktop and mobile */
    background: 
        /* Dynamic professional gradient - feels like games and excitement */
        linear-gradient(135deg, 
            rgba(255, 107, 157, 0.22) 0%, 
            rgba(108, 92, 231, 0.18) 20%,
            rgba(0, 206, 201, 0.16) 40%,
            rgba(255, 159, 67, 0.14) 60%,
            rgba(116, 185, 255, 0.16) 80%,
            rgba(255, 107, 157, 0.22) 100%),
        /* Dynamic dark background for games */
        linear-gradient(180deg, 
            rgba(17, 23, 39, 0.14) 0%, 
            rgba(26, 29, 47, 0.12) 50%,
            rgba(17, 23, 39, 0.14) 100%),
        /* Dynamic SVG images for games and apps - exciting design */
        url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"%3E%3Cg opacity="0.22"%3E%3Cpath d="M150 30 L180 90 L240 90 L195 135 L210 195 L150 150 L90 195 L105 135 L60 90 L120 90 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="150" cy="105" r="35" fill="%2300cec9"/%3E%3Crect x="110" y="140" width="80" height="80" rx="12" fill="%236c5ce7"/%3E%3Ccircle cx="80" cy="80" r="20" fill="%23ff9f43"/%3E%3Cpath d="M220 80 L210 100 L240 100 L220 115 L230 140 L200 120 L170 140 L185 115 L165 100 L195 100 Z" fill="%2374b9ff"/%3E%3Cpath d="M50 200 L70 230 L100 230 L75 250 L85 280 L50 260 L15 280 L25 250 L0 230 L30 230 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="250" cy="200" r="25" fill="%2300cec9"/%3E%3C/g%3E%3C/svg%3E') repeat,
        /* Strong circular gradients - energy and excitement */
        radial-gradient(circle at 0% 0%, rgba(255, 107, 157, 0.32) 0%, transparent 66%),
        radial-gradient(circle at 100% 100%, rgba(0, 206, 201, 0.29) 0%, transparent 66%),
        radial-gradient(circle at 50% 0%, rgba(108, 92, 231, 0.24) 0%, transparent 71%),
        radial-gradient(circle at 0% 50%, rgba(255, 159, 67, 0.22) 0%, transparent 66%),
        radial-gradient(circle at 100% 0%, rgba(116, 185, 255, 0.22) 0%, transparent 66%),
        radial-gradient(circle at 50% 100%, rgba(255, 107, 157, 0.19) 0%, transparent 64%),
        /* Dynamic lines - movement and excitement */
        repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255, 107, 157, 0.14) 100px, rgba(255, 107, 157, 0.14) 101px),
        repeating-linear-gradient(135deg, transparent, transparent 120px, rgba(0, 206, 201, 0.12) 120px, rgba(0, 206, 201, 0.12) 121px),
        repeating-linear-gradient(90deg, transparent, transparent 150px, rgba(108, 92, 231, 0.1) 150px, rgba(108, 92, 231, 0.1) 151px) !important;
    background-size: 
        250px 250px,
        auto,
        auto,
        auto,
        auto,
        auto,
        auto,
        auto,
        auto,
        auto !important;
    background-color: rgba(240, 248, 255, 0.97) !important;
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    border-radius: 32px !important;
    border: 3px solid rgba(255, 255, 255, 0.65) !important;
    padding: 0 0 32px !important;
    margin-top: 0 !important;
    box-shadow: 
        0 70px 140px -55px rgba(255, 107, 157, 0.65),
        0 45px 90px -45px rgba(0, 206, 201, 0.5),
        0 35px 70px -35px rgba(108, 92, 231, 0.45),
        0 25px 50px -25px rgba(17, 23, 39, 0.4),
        inset 0 4px 0 rgba(255, 255, 255, 0.6),
        inset 0 -4px 0 rgba(255, 107, 157, 0.45) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Decorative background with images on edges - professional 2026 design - games and apps */
.kitab-apk-apps-Games-home-section--featured-posts::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        /* Distinctive SVG images for games in corners */
        url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"%3E%3Cg opacity="0.3"%3E%3Ccircle cx="50" cy="50" r="35" fill="none" stroke="%23ff6b9d" stroke-width="3"/%3E%3Cpath d="M50 30 L55 45 L70 45 L58 54 L63 69 L50 58 L37 69 L42 54 L30 45 L45 45 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="50" cy="50" r="8" fill="%23ff6b9d"/%3E%3C/g%3E%3C/svg%3E') no-repeat 3% 8% / 90px 90px,
        /* App icon in top right corner */
        url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"%3E%3Cg opacity="0.3"%3E%3Crect x="25" y="25" width="50" height="50" rx="12" fill="none" stroke="%2300cec9" stroke-width="3"/%3E%3Cpath d="M40 40 L50 50 L40 60" stroke="%2300cec9" stroke-width="5" fill="none" stroke-linecap="round"/%3E%3Ccircle cx="60" cy="40" r="5" fill="%2300cec9"/%3E%3Crect x="30" y="55" width="20" height="3" rx="1.5" fill="%2300cec9"/%3E%3C/g%3E%3C/svg%3E') no-repeat 97% 8% / 90px 90px,
        /* Game icon in bottom left corner */
        url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"%3E%3Cg opacity="0.25"%3E%3Ccircle cx="50" cy="50" r="32" fill="%23ff6b9d"/%3E%3Ccircle cx="50" cy="50" r="22" fill="%23ffffff"/%3E%3Ccircle cx="50" cy="50" r="15" fill="%23ff6b9d"/%3E%3Ccircle cx="50" cy="50" r="8" fill="%23ffffff"/%3E%3C/g%3E%3C/svg%3E') no-repeat 3% 92% / 80px 80px,
        /* App icon in bottom right corner */
        url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"%3E%3Cg opacity="0.3"%3E%3Cpath d="M50 20 L60 35 L77 35 L63 47 L70 67 L50 55 L30 67 L37 47 L23 35 L40 35 Z" fill="none" stroke="%2300cec9" stroke-width="3"/%3E%3Ccircle cx="50" cy="50" r="15" fill="%2300cec9"/%3E%3Ccircle cx="50" cy="50" r="8" fill="%23ffffff"/%3E%3C/g%3E%3C/svg%3E') no-repeat 97% 92% / 80px 80px,
        /* Optimized decorative lines */
        repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255, 107, 157, 0.05) 100px, rgba(255, 107, 157, 0.05) 101px),
        repeating-linear-gradient(135deg, transparent, transparent 120px, rgba(0, 206, 201, 0.04) 120px, rgba(0, 206, 201, 0.04) 121px);
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
    /* Static design - no animations */
}

@keyframes nebulaFeaturedIcons {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

.kitab-apk-apps-Games-home-section--featured-posts::after {
    content: "";
    position: absolute;
    inset: -40%;
    background: 
        radial-gradient(circle at 15% 20%, rgba(255, 107, 157, 0.2) 0%, transparent 60%),
        radial-gradient(circle at 85% 80%, rgba(0, 206, 201, 0.18) 0%, transparent 60%),
        radial-gradient(circle at 50% 50%, rgba(108, 92, 231, 0.1) 0%, transparent 65%),
        radial-gradient(circle at 25% 60%, rgba(255, 159, 67, 0.08) 0%, transparent 55%),
        radial-gradient(circle at 75% 30%, rgba(116, 185, 255, 0.08) 0%, transparent 55%);
    filter: blur(80px);
    opacity: 0.85;
    pointer-events: none;
    z-index: 0;
    animation: nebulaFeaturedGlow 12s ease-in-out infinite;
}

@keyframes nebulaFeaturedGlow {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.5;
    }
}

/* Decorative elements on edges - game and app icons - 2026 design */
.kitab-apk-apps-Games-featured-decor {
    position: absolute;
    width: 90px;
    height: 90px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.65;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 6px 16px rgba(255, 107, 157, 0.25));
    animation: nebulaDecorFloat 8s ease-in-out infinite;
}

.kitab-apk-apps-Games-featured-decor--top-left {
    top: 20px;
    left: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"%3E%3Ccircle cx="40" cy="40" r="32" fill="none" stroke="rgba(255,107,157,0.25)" stroke-width="2.5"/%3E%3Cpath d="M40 22 L46 36 L61 36 L49 44 L53 59 L40 50 L27 59 L31 44 L19 36 L34 36 Z" fill="rgba(255,107,157,0.3)"/%3E%3C/svg%3E');
    animation-delay: 0s;
}

.kitab-apk-apps-Games-featured-decor--top-right {
    top: 20px;
    right: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"%3E%3Crect x="18" y="18" width="44" height="44" rx="12" fill="none" stroke="rgba(0,206,201,0.25)" stroke-width="2.5"/%3E%3Cpath d="M33 26 L47 40 L33 54" stroke="rgba(0,206,201,0.35)" stroke-width="4.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/%3E%3Ccircle cx="40" cy="40" r="6" fill="rgba(0,206,201,0.3)"/%3E%3C/svg%3E');
    animation-delay: 1.5s;
}

.kitab-apk-apps-Games-featured-decor--bottom-left {
    bottom: 20px;
    left: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"%3E%3Ccircle cx="40" cy="40" r="30" fill="rgba(255,107,157,0.15)"/%3E%3Ccircle cx="40" cy="40" r="20" fill="rgba(255,107,157,0.2)"/%3E%3Ccircle cx="40" cy="40" r="12" fill="rgba(255,107,157,0.3)"/%3E%3Ccircle cx="40" cy="40" r="6" fill="rgba(255,107,157,0.4)"/%3E%3C/svg%3E');
    animation-delay: 3s;
}

.kitab-apk-apps-Games-featured-decor--bottom-right {
    bottom: 20px;
    right: 20px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"%3E%3Cpath d="M40 12 L50 28 L68 28 L54 38 L60 58 L40 46 L20 58 L26 38 L12 28 L30 28 Z" fill="none" stroke="rgba(0,206,201,0.25)" stroke-width="2.5"/%3E%3Ccircle cx="40" cy="40" r="14" fill="rgba(0,206,201,0.3)"/%3E%3Ccircle cx="40" cy="40" r="8" fill="rgba(0,206,201,0.4)"/%3E%3C/svg%3E');
    animation-delay: 4.5s;
}

@keyframes nebulaDecorFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-10px) rotate(5deg);
        opacity: 0.4;
    }
}

/* Hide decorative elements on mobile */
@media (max-width: 768px) {
    .kitab-apk-apps-Games-featured-decor {
        display: none;
    }
}

/* Remove gap between header and grid - for desktop and mobile */
.kitab-apk-apps-Games-home__container > .kitab-apk-apps-Games-home-section--featured-posts:first-child {
    margin-top: 0 !important;
}

.kitab-apk-apps-Games-home-section--featured-posts {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head {
    z-index: 2 !important;
    position: relative;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 20px !important;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* Side icons for title - exciting design */
.kitab-apk-apps-Games-featured-title-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
    position: relative;
    flex-shrink: 0;
}

.kitab-apk-apps-Games-featured-title-icon--left {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"%3E%3Cg opacity="0.9"%3E%3Cpath d="M60 20 L75 45 L100 45 L82 62 L88 88 L60 72 L32 88 L38 62 L20 45 L45 45 Z" fill="%23ff6b9d" opacity="0.8"/%3E%3Ccircle cx="60" cy="55" r="20" fill="%2300cec9" opacity="0.7"/%3E%3Crect x="45" y="70" width="30" height="30" rx="6" fill="%236c5ce7" opacity="0.6"/%3E%3Cpath d="M25 25 L35 40 L50 40 L40 50 L45 65 L25 55 L5 65 L10 50 L0 40 L15 40 Z" fill="%23ff9f43" opacity="0.7"/%3E%3C/g%3E%3C/svg%3E');
    transform: translateX(-30px);
    margin-left: -20px;
    animation: nebulaTitleIconFloatLeft 4s ease-in-out infinite;
}

.kitab-apk-apps-Games-featured-title-icon--right {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"%3E%3Cg opacity="0.9"%3E%3Cpath d="M60 20 L75 45 L100 45 L82 62 L88 88 L60 72 L32 88 L38 62 L20 45 L45 45 Z" fill="%2300cec9" opacity="0.8"/%3E%3Ccircle cx="60" cy="55" r="20" fill="%2374b9ff" opacity="0.7"/%3E%3Crect x="45" y="70" width="30" height="30" rx="6" fill="%23ff6b9d" opacity="0.6"/%3E%3Cpath d="M95 25 L105 40 L120 40 L110 50 L115 65 L95 55 L75 65 L80 50 L70 40 L85 40 Z" fill="%23ff9f43" opacity="0.7"/%3E%3C/g%3E%3C/svg%3E');
    transform: translateX(30px);
    margin-right: -20px;
    animation: nebulaTitleIconFloatRight 4s ease-in-out infinite;
}

@keyframes nebulaTitleIconFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.85;
    }
    50% {
        transform: translateY(-8px) scale(1.05);
        opacity: 1;
    }
}

.kitab-apk-apps-Games-featured-title-icon--left {
    animation: nebulaTitleIconFloatLeft 4s ease-in-out infinite;
}

.kitab-apk-apps-Games-featured-title-icon--right {
    animation: nebulaTitleIconFloatRight 4s ease-in-out infinite;
}

@keyframes nebulaTitleIconFloatLeft {
    0%, 100% {
        transform: translateX(-30px) translateY(0) scale(1);
        opacity: 0.85;
    }
    50% {
        transform: translateX(-35px) translateY(-8px) scale(1.05);
        opacity: 1;
    }
}

@keyframes nebulaTitleIconFloatRight {
    0%, 100% {
        transform: translateX(30px) translateY(0) scale(1);
        opacity: 0.85;
    }
    50% {
        transform: translateX(35px) translateY(-8px) scale(1.05);
        opacity: 1;
    }
}

/* For desktop - larger icons */
@media (min-width: 769px) {
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
        gap: 20px;
    }
    
    .kitab-apk-apps-Games-featured-title-icon {
        width: 100px;
        height: 100px;
    }
    
    .kitab-apk-apps-Games-featured-title-icon--left {
        transform: translateX(-40px);
        margin-left: -30px;
    }
    
    .kitab-apk-apps-Games-featured-title-icon--right {
        transform: translateX(40px);
        margin-right: -30px;
    }
}

/* For mobile - smaller icons */
@media (max-width: 768px) {
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
        gap: 12px;
    }
    
    .kitab-apk-apps-Games-featured-title-icon {
        width: 50px;
        height: 50px;
        opacity: 0.6;
    }
    
    .kitab-apk-apps-Games-featured-title-icon--left {
        transform: translateX(-15px);
        margin-left: -10px;
    }
    
    .kitab-apk-apps-Games-featured-title-icon--right {
        transform: translateX(15px);
        margin-right: -10px;
    }
}

/* ============================================
   Very strong rules for desktop - at the end to ensure application
   ============================================ */
@media (min-width: 769px) {
    /* Remove gap between header and section - very high specificity */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home__container > .kitab-apk-apps-Games-home-section--featured-posts:first-child {
        margin-top: 0 !important;
        margin-bottom: 36px !important;
    }

    /* Apply background - very high specificity */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts,
    body .kitab-apk-apps-Games-home-section--featured-posts {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 32px !important;
        /* Professional Background - Visual Touch */
        background: 
            linear-gradient(135deg, 
                rgba(255, 107, 157, 0.22) 0%, 
                rgba(108, 92, 231, 0.18) 20%,
                rgba(0, 206, 201, 0.16) 40%,
                rgba(255, 159, 67, 0.14) 60%,
                rgba(116, 185, 255, 0.16) 80%,
                rgba(255, 107, 157, 0.22) 100%),
            linear-gradient(180deg, 
                rgba(17, 23, 39, 0.14) 0%, 
                rgba(26, 29, 47, 0.12) 50%,
                rgba(17, 23, 39, 0.14) 100%),
            url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"%3E%3Cg opacity="0.22"%3E%3Cpath d="M150 30 L180 90 L240 90 L195 135 L210 195 L150 150 L90 195 L105 135 L60 90 L120 90 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="150" cy="105" r="35" fill="%2300cec9"/%3E%3Crect x="110" y="140" width="80" height="80" rx="12" fill="%236c5ce7"/%3E%3Ccircle cx="80" cy="80" r="20" fill="%23ff9f43"/%3E%3Cpath d="M220 80 L210 100 L240 100 L220 115 L230 140 L200 120 L170 140 L185 115 L165 100 L195 100 Z" fill="%2374b9ff"/%3E%3Cpath d="M50 200 L70 230 L100 230 L75 250 L85 280 L50 260 L15 280 L25 250 L0 230 L30 230 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="250" cy="200" r="25" fill="%2300cec9"/%3E%3C/g%3E%3C/svg%3E') repeat,
            radial-gradient(circle at 0% 0%, rgba(255, 107, 157, 0.32) 0%, transparent 66%),
            radial-gradient(circle at 100% 100%, rgba(0, 206, 201, 0.29) 0%, transparent 66%),
            radial-gradient(circle at 50% 0%, rgba(108, 92, 231, 0.24) 0%, transparent 71%),
            radial-gradient(circle at 0% 50%, rgba(255, 159, 67, 0.22) 0%, transparent 66%),
            radial-gradient(circle at 100% 0%, rgba(116, 185, 255, 0.22) 0%, transparent 66%),
            radial-gradient(circle at 50% 100%, rgba(255, 107, 157, 0.19) 0%, transparent 64%),
            repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255, 107, 157, 0.14) 100px, rgba(255, 107, 157, 0.14) 101px),
            repeating-linear-gradient(135deg, transparent, transparent 120px, rgba(0, 206, 201, 0.12) 120px, rgba(0, 206, 201, 0.12) 121px),
            repeating-linear-gradient(90deg, transparent, transparent 150px, rgba(108, 92, 231, 0.1) 150px, rgba(108, 92, 231, 0.1) 151px) !important;
        background-size: 
            250px 250px,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto !important;
        background-color: rgba(240, 248, 255, 0.97) !important;
        background-attachment: scroll !important;
        backdrop-filter: blur(12px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
        border-radius: 32px !important;
        border: 3px solid rgba(255, 255, 255, 0.65) !important;
        box-shadow: 
            0 70px 140px -55px rgba(255, 107, 157, 0.65),
            0 45px 90px -45px rgba(0, 206, 201, 0.5),
            0 35px 70px -35px rgba(108, 92, 231, 0.45),
            0 25px 50px -25px rgba(17, 23, 39, 0.4),
            inset 0 4px 0 rgba(255, 255, 255, 0.6),
            inset 0 -4px 0 rgba(255, 107, 157, 0.45) !important;
        position: relative !important;
        overflow: hidden !important;
    }

    /* Remove padding from general rules */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts,
    body .kitab-apk-apps-Games-home-section--featured-posts {
        padding: 0 0 32px !important;
    }

    /* Remove margin-bottom from head */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head,
    body .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }

    /* Remove padding-bottom from title */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title,
    body .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
        margin-bottom: 0 !important;
        padding-bottom: 5px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__grid {
    z-index: 2 !important;
    position: relative;
}

/* Hide version and size from app-card completely - for desktop and mobile - without errors */
.kitab-apk-apps-Games-home-section--featured-posts article .kitab-apk-apps-Games-archive-card__meta,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card .kitab-apk-apps-Games-archive-card__meta,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__meta,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__meta *,
.kitab-apk-apps-Games-home-section--featured-posts article .kitab-apk-apps-Games-archive-card__meta-item,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card .kitab-apk-apps-Games-archive-card__meta-item,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__meta-item,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__meta-item--version,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__meta-item--size,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__meta-icon,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__meta-info {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    max-height: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
}

.kitab-apk-apps-Games-home-section--featured-posts article .kitab-apk-apps-Games-archive-card__hover,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card .kitab-apk-apps-Games-archive-card__hover,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__hover,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__hover *,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__hover-content,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__hover-item {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    max-height: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
}

/* Distinctive glass design for cards - same as mobile for desktop */
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card {
    border-radius: 22px !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 14px 12px !important;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.85) 100%) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 
        0 8px 24px -8px rgba(255, 107, 157, 0.25),
        0 4px 12px -6px rgba(17, 23, 39, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    align-items: center;
    gap: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(255, 107, 157, 0.1) 0%, 
        rgba(255, 107, 157, 0) 50%,
        rgba(0, 206, 201, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 16px 40px -12px rgba(255, 107, 157, 0.35),
        0 6px 20px -8px rgba(17, 23, 39, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 107, 157, 0.3) !important;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:hover::before {
    opacity: 1;
}

/* Additional shiny effect */
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 30%, 
        rgba(255, 255, 255, 0.3) 50%, 
        transparent 70%);
    transform: rotate(45deg);
    transition: transform 0.6s ease;
    pointer-events: none;
    z-index: 2;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:hover::after {
    transform: rotate(45deg) translate(100%, 100%);
}

/* Circular image at top - for desktop and mobile */
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__cover {
    width: 120px !important;
    max-width: 120px !important;
    height: 120px !important;
    min-height: 120px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    margin-bottom: 12px;
    overflow: visible !important;
    /* Elegant professional background */
    background: linear-gradient(135deg, 
        rgba(248, 250, 252, 0.98) 0%, 
        rgba(241, 245, 249, 0.95) 50%,
        rgba(248, 250, 252, 0.98) 100%) !important;
    border: 1px solid rgba(226, 232, 240, 0.5) !important;
    box-shadow: 
        0 20px 60px -15px rgba(15, 23, 42, 0.1),
        0 8px 25px -8px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 20px !important;
    position: relative;
    flex-shrink: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
    box-shadow: 
        0 25px 70px -12px rgba(15, 23, 42, 0.15),
        0 12px 35px -10px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(148, 163, 184, 0.4) !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(97, 87, 255, 0.15);
    border-color: #6157ff;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__image {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    object-fit: cover;
    display: block;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s ease !important;
    transform: scale(1) translateY(0) !important;
    opacity: 0;
    background: linear-gradient(135deg, rgba(240, 244, 255, 0.8) 0%, rgba(247, 250, 255, 0.9) 100%);
    will-change: opacity, transform;
    border: 2px solid #e5e7eb;
    transform-origin: center center;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__image.is-loading {
    background: linear-gradient(90deg, 
        rgba(240, 244, 255, 0.8) 0%, 
        rgba(247, 250, 255, 0.9) 50%, 
        rgba(240, 244, 255, 0.8) 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out infinite;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__image.is-loaded,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__image.loaded,
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__image[data-loaded] {
    opacity: 1 !important;
    animation: none;
    background: transparent;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__placeholder {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    transition: transform 0.2s ease;
    transform-origin: center center;
    will-change: transform;
}

/* Title at bottom - for desktop and mobile */
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__body {
    padding: 0;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__title {
    margin: 0 !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #1a1d2f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__title a {
    color: #1a1d2f;
    text-decoration: none;
    transition: color 0.5s ease;
}

.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__title a:hover {
    color: #ff6b9d;
}

/* Grid - 6 columns for desktop - no gap above */
.kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__grid {
    --home-cards-desktop: 6;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 0 20px !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
}

/* Mobile - professional circular design - two columns */
@media (max-width: 768px) {
    .kitab-apk-apps-Games-home-section--featured-posts {
        padding: 24px 0 28px;
        border-radius: 24px;
    }
    
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
        padding-bottom: 8px !important;
        margin-bottom: 0 !important;
    }
    
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 5px !important;
        padding: 0 5px !important;
        margin-top: 0 !important;
    }
    
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__cover {
        aspect-ratio: 1 / 1 !important;
        width: 120px !important;
        height: 120px !important;
        min-height: 120px !important;
        max-width: 120px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        overflow: visible !important;
    }
    
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__image {
        width: 120px !important;
        height: 120px !important;
        max-width: 120px !important;
        max-height: 120px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        border: 2px solid #e5e7eb;
    }
    
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card__placeholder {
        width: 120px !important;
        height: 120px !important;
        min-width: 120px !important;
        min-height: 120px !important;
        border-radius: 50% !important;
        transition: transform 0.2s ease;
        transform-origin: center center;
        will-change: transform;
    }
    
    /* Hover effect for mobile - simpler animations */
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
        background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30% !important;
    }

    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image {
        transform: scale(1.05) !important;
        box-shadow: 0 4px 12px rgba(97, 87, 255, 0.15);
        border-color: #6157ff;
    }

    .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-archive-card:active {
        transform: scale(0.98);
    }

    /* Ensure effects work for all sections on mobile - simpler animations */
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
        background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
    }

    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--latest .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
        transform: scale(1.03) translateY(-1px);
    }

    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
        background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
    }

    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--popular .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
        transform: scale(1.03) translateY(-1px);
    }

    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
        background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
    }

    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--featured-games .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
        transform: scale(1.03) translateY(-1px);
    }

    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__cover,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__cover {
        background-position: 20% 20%, 35% 45%, 65% 55%, 50% 50%, 15% 70%, 85% 30%;
    }

    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-archive-card__image,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:hover .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:focus-within .kitab-apk-apps-Games-card-image-lazy,
    .kitab-apk-apps-Games-home-section--featured-apps .kitab-apk-apps-Games-archive-card:active .kitab-apk-apps-Games-card-image-lazy {
        transform: scale(1.03) translateY(-1px);
    }
}

/* ============================================
   Final very strong rules for desktop - at the end to ensure application
   ============================================ */
@media (min-width: 769px) {
    /* Remove gap between header and section - very high specificity */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home__container > .kitab-apk-apps-Games-home-section--featured-posts:first-child {
        margin-top: 0 !important;
        margin-bottom: 36px !important;
    }

    /* Apply background - very high specificity */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts,
    body .kitab-apk-apps-Games-home-section--featured-posts {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 32px !important;
        /* Professional Background - Visual Touch */
        background: 
            linear-gradient(135deg, 
                rgba(255, 107, 157, 0.22) 0%, 
                rgba(108, 92, 231, 0.18) 20%,
                rgba(0, 206, 201, 0.16) 40%,
                rgba(255, 159, 67, 0.14) 60%,
                rgba(116, 185, 255, 0.16) 80%,
                rgba(255, 107, 157, 0.22) 100%),
            linear-gradient(180deg, 
                rgba(17, 23, 39, 0.14) 0%, 
                rgba(26, 29, 47, 0.12) 50%,
                rgba(17, 23, 39, 0.14) 100%),
            url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"%3E%3Cg opacity="0.22"%3E%3Cpath d="M150 30 L180 90 L240 90 L195 135 L210 195 L150 150 L90 195 L105 135 L60 90 L120 90 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="150" cy="105" r="35" fill="%2300cec9"/%3E%3Crect x="110" y="140" width="80" height="80" rx="12" fill="%236c5ce7"/%3E%3Ccircle cx="80" cy="80" r="20" fill="%23ff9f43"/%3E%3Cpath d="M220 80 L210 100 L240 100 L220 115 L230 140 L200 120 L170 140 L185 115 L165 100 L195 100 Z" fill="%2374b9ff"/%3E%3Cpath d="M50 200 L70 230 L100 230 L75 250 L85 280 L50 260 L15 280 L25 250 L0 230 L30 230 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="250" cy="200" r="25" fill="%2300cec9"/%3E%3C/g%3E%3C/svg%3E') repeat,
            radial-gradient(circle at 0% 0%, rgba(255, 107, 157, 0.32) 0%, transparent 66%),
            radial-gradient(circle at 100% 100%, rgba(0, 206, 201, 0.29) 0%, transparent 66%),
            radial-gradient(circle at 50% 0%, rgba(108, 92, 231, 0.24) 0%, transparent 71%),
            radial-gradient(circle at 0% 50%, rgba(255, 159, 67, 0.22) 0%, transparent 66%),
            radial-gradient(circle at 100% 0%, rgba(116, 185, 255, 0.22) 0%, transparent 66%),
            radial-gradient(circle at 50% 100%, rgba(255, 107, 157, 0.19) 0%, transparent 64%),
            repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255, 107, 157, 0.14) 100px, rgba(255, 107, 157, 0.14) 101px),
            repeating-linear-gradient(135deg, transparent, transparent 120px, rgba(0, 206, 201, 0.12) 120px, rgba(0, 206, 201, 0.12) 121px),
            repeating-linear-gradient(90deg, transparent, transparent 150px, rgba(108, 92, 231, 0.1) 150px, rgba(108, 92, 231, 0.1) 151px) !important;
        background-size: 
            250px 250px,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto,
            auto !important;
        background-color: rgba(240, 248, 255, 0.97) !important;
        background-attachment: scroll !important;
        backdrop-filter: blur(12px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
        border-radius: 32px !important;
        border: 3px solid rgba(255, 255, 255, 0.65) !important;
        box-shadow: 
            0 70px 140px -55px rgba(255, 107, 157, 0.65),
            0 45px 90px -45px rgba(0, 206, 201, 0.5),
            0 35px 70px -35px rgba(108, 92, 231, 0.45),
            0 25px 50px -25px rgba(17, 23, 39, 0.4),
            inset 0 4px 0 rgba(255, 255, 255, 0.6),
            inset 0 -4px 0 rgba(255, 107, 157, 0.45) !important;
        position: relative !important;
        overflow: hidden !important;
    }

    /* Remove padding from general rules */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts,
    body .kitab-apk-apps-Games-home-section--featured-posts {
        padding: 0 0 32px !important;
    }

    /* Remove margin-bottom from head */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head,
    body .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__head {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 20px !important;
    }

    /* Remove padding-bottom from title */
    .kitab-apk-apps-Games-home .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title,
    body .kitab-apk-apps-Games-home-section--featured-posts .kitab-apk-apps-Games-home-section__title {
        margin-bottom: 0 !important;
        padding-bottom: 5px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* ============================================
   Most Viewed Table - Modern 2026 Design
   ============================================ */
.kitab-apk-apps-Games-most-viewed-table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

.kitab-apk-apps-Games-most-viewed-table__container {
    background: #f9fbff;
    border-radius: 14px;
    border: 1px solid rgba(24, 31, 62, 0.08);
    box-shadow: 0 14px 26px -20px rgba(17, 23, 39, 0.18);
    padding: 14px;
    margin: 14px auto 20px;
    position: relative;
    overflow: hidden;
}

.kitab-apk-apps-Games-most-viewed-table__container::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(108, 92, 231, 0.08) 0%, transparent 60%);
    filter: blur(60px);
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

.kitab-apk-apps-Games-most-viewed-table__container::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"%3E%3Cg opacity="0.15"%3E%3Cpath d="M100 20 L120 60 L160 60 L130 90 L140 130 L100 100 L60 130 L70 90 L40 60 L80 60 Z" fill="%23ff6b9d"/%3E%3Ccircle cx="100" cy="70" r="25" fill="%2300cec9"/%3E%3Crect x="80" y="90" width="40" height="40" rx="8" fill="%236c5ce7"/%3E%3C/g%3E%3C/svg%3E');
    background-size: 150px 150px;
    background-repeat: repeat;
    background-position: 0 0;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}


.kitab-apk-apps-Games-most-viewed-table__wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(24, 31, 62, 0.08);
}

.kitab-apk-apps-Games-most-viewed-table__header {
    text-align: center;
    margin: 0 0 10px;
}

.kitab-apk-apps-Games-most-viewed-table__title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 850;
    color: #0f1428;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(24, 31, 62, 0.12);
}

.kitab-apk-apps-Games-most-viewed-table__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 12px;
    background: rgba(255, 77, 109, 0.12);
    color: #ff4d6d;
    font-size: 0.88rem;
    font-weight: 800;
    border: 1px solid rgba(255, 77, 109, 0.3);
}

.kitab-apk-apps-Games-most-viewed-table__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.kitab-apk-apps-Games-most-viewed-table__tbody {
    display: table-row-group;
}

.kitab-apk-apps-Games-most-viewed-table__row {
    display: table-row;
}

.kitab-apk-apps-Games-most-viewed-table__row:hover {
    background: linear-gradient(90deg, 
        rgba(255, 107, 157, 0.08) 0%, 
        rgba(0, 206, 201, 0.06) 50%,
        rgba(108, 92, 231, 0.08) 100%);
}

.kitab-apk-apps-Games-most-viewed-table__row:nth-child(even) {
    background: rgba(255, 255, 255, 0.2);
}

.kitab-apk-apps-Games-most-viewed-table__row:nth-child(even):hover {
    background: linear-gradient(90deg, 
        rgba(255, 107, 157, 0.1) 0%, 
        rgba(0, 206, 201, 0.08) 50%,
        rgba(108, 92, 231, 0.1) 100%);
}

.kitab-apk-apps-Games-most-viewed-table__cell {
    display: table-cell;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    vertical-align: middle;
    position: relative;
}

.kitab-apk-apps-Games-most-viewed-table__cell:last-child {
    border-right: none;
}

.kitab-apk-apps-Games-most-viewed-table__row:last-child .kitab-apk-apps-Games-most-viewed-table__cell {
    border-bottom: none;
}

.kitab-apk-apps-Games-most-viewed-table__cell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(255, 107, 157, 0.05) 0%, 
        transparent 50%,
        rgba(0, 206, 201, 0.05) 100%);
    opacity: 0;
    pointer-events: none;
}

.kitab-apk-apps-Games-most-viewed-table__cell:hover::before {
    opacity: 1;
}

.kitab-apk-apps-Games-most-viewed-table__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
    text-decoration: none;
    color: #1a1d2f;
    font-size: 1.04rem;
    font-weight: 750;
    line-height: 1.5;
    padding: 9px 11px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(24, 31, 62, 0.08);
    box-shadow: 0 5px 14px -12px rgba(17, 23, 39, 0.2);
    position: relative;
    overflow: hidden;
}

.kitab-apk-apps-Games-most-viewed-table__link-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.kitab-apk-apps-Games-most-viewed-table__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(255, 107, 157, 0.15) 0%, 
        rgba(0, 206, 201, 0.12) 50%,
        rgba(108, 92, 231, 0.15) 100%);
    opacity: 0;
    z-index: 0;
}

.kitab-apk-apps-Games-most-viewed-table__link:hover {
    color: #ff6b9d;
    box-shadow: 
        0 8px 20px -8px rgba(255, 107, 157, 0.35),
        0 4px 12px -6px rgba(17, 23, 39, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 107, 157, 0.4);
}

.kitab-apk-apps-Games-most-viewed-table__link:hover::before {
    opacity: 1;
}

.kitab-apk-apps-Games-most-viewed-table__category {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(108, 92, 231, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.kitab-apk-apps-Games-most-viewed-table__link-text {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: left;
    direction: ltr;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Single line truncated title */
    -webkit-box-orient: vertical;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kitab-apk-apps-Games-most-viewed-table__link-arrow {
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
    color: rgba(255, 107, 157, 0.6);
    flex-shrink: 0;
    opacity: 0.7;
}

.kitab-apk-apps-Games-most-viewed-table__link:hover .kitab-apk-apps-Games-most-viewed-table__link-arrow {
    color: #ff6b9d;
    opacity: 1;
}

.kitab-apk-apps-Games-most-viewed-table__cell-empty {
    display: block;
    min-height: 20px;
}

.kitab-apk-apps-Games-most-viewed-table__empty {
    padding: 40px 20px;
    text-align: center;
    color: rgba(26, 29, 47, 0.6);
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


@media (max-width: 992px) {
    .kitab-apk-apps-Games-most-viewed-table__container {
        padding: 24px 18px;
        margin: 20px auto 24px;
        border-radius: 24px;
    }

    .kitab-apk-apps-Games-most-viewed-table__cell {
        padding: 16px 16px;
    }

    .kitab-apk-apps-Games-most-viewed-table__link {
        font-size: 0.98rem;
        padding: 7px 10px;
    }
}

@media (max-width: 768px) {
    .kitab-apk-apps-Games-most-viewed-table {
        padding: 0 12px;
    }

    .kitab-apk-apps-Games-most-viewed-table__container {
        padding: 12px 10px;
        margin: 12px auto 14px;
        border-radius: 12px;
    }

    .kitab-apk-apps-Games-most-viewed-table__wrapper {
        border-radius: 16px;
    }

    /* Single row full width for mobile */
    .kitab-apk-apps-Games-most-viewed-table__table,
    .kitab-apk-apps-Games-most-viewed-table__tbody {
        display: block;
    }

    .kitab-apk-apps-Games-most-viewed-table__row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 8px;
    }

    .kitab-apk-apps-Games-most-viewed-table__cell {
        display: block;
        padding: 11px 10px;
        border: 1px solid rgba(24, 31, 62, 0.08);
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0 4px 10px -10px rgba(17, 23, 39, 0.2);
    }

    .kitab-apk-apps-Games-most-viewed-table__link {
        font-size: 0.96rem;
        padding: 9px 10px;
        flex-direction: row;
    }

    .kitab-apk-apps-Games-most-viewed-table__link-text {
        text-align: left;
    }

    .kitab-apk-apps-Games-most-viewed-table__link-arrow {
        transform: scaleX(-1);
    }

    .kitab-apk-apps-Games-most-viewed-table__link:hover .kitab-apk-apps-Games-most-viewed-table__link-arrow {
        transform: scaleX(-1) translateX(4px);
    }
}

@media (max-width: 480px) {
    .kitab-apk-apps-Games-most-viewed-table__container {
        padding: 12px 10px;
        margin: 10px auto 14px;
    }

    .kitab-apk-apps-Games-most-viewed-table__cell {
        padding: 10px 9px;
    }

    .kitab-apk-apps-Games-most-viewed-table__link {
        font-size: 0.9rem;
        padding: 8px 10px;
    }
}

