.feed-system-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ececec;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.feed-system-card-inner {
    padding: 1rem 1.15rem;
}

.feed-system-card-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.feed-system-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: rgba(255, 255, 255, 0.85);
    color: #374151;
}

.feed-system-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1d21;
}

.feed-system-headline {
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
}

/* Chauhan World Update */
.feed-system-chauhan-world-update {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 55%, #fff 100%);
    border-color: #bfdbfe;
}

.feed-system-avatars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.feed-system-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.feed-system-avatar-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

/* Coinet Activity */
.feed-system-coinet-activity {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 55%, #fff 100%);
    border-color: #fed7aa;
}

.feed-system-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.feed-system-stat {
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    padding: 0.55rem 0.35rem;
}

.feed-system-stat i {
    font-size: 1rem;
    display: block;
    margin-bottom: 0.2rem;
}

.feed-system-stat .val {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.1;
}

.feed-system-stat .lbl {
    font-size: 0.62rem;
    color: #6b7280;
    margin-top: 0.15rem;
    line-height: 1.2;
}

.feed-system-stat-green i, .feed-system-stat-green .val { color: #16a34a; }
.feed-system-stat-orange i, .feed-system-stat-orange .val { color: #ea580c; }
.feed-system-stat-blue i, .feed-system-stat-blue .val { color: #2563eb; }
.feed-system-stat-purple i, .feed-system-stat-purple .val { color: #7c3aed; }

/* Network Update */
.feed-system-network-update {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 55%, #fff 100%);
    border-color: #c4b5fd;
}

.feed-system-invite-btn {
    background: #7c3aed;
    border-color: #7c3aed;
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35rem 1rem;
}

.feed-system-invite-btn:hover {
    background: #6d28d9;
    border-color: #6d28d9;
    color: #fff;
}

/* CkartZ Deal */
.feed-system-ckartz-deal {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 55%, #fff 100%);
    border-color: #a7f3d0;
}

.feed-system-products {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    margin-bottom: 0.75rem;
    scrollbar-width: none;
}

.feed-system-products::-webkit-scrollbar {
    display: none;
}

.feed-system-product {
    position: relative;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.feed-system-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feed-system-product-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 1.25rem;
}

.feed-system-product-off {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(22, 163, 74, 0.92);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    text-align: center;
    padding: 0.1rem 0;
}

.feed-system-shop-btn {
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35rem 1rem;
}

@media (max-width: 576px) {
    .feed-system-stats {
        grid-template-columns: 1fr;
    }

    .feed-system-stat {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        text-align: left;
        padding: 0.5rem 0.75rem;
    }

    .feed-system-stat i {
        margin-bottom: 0;
    }
}
