/* ========================================
   HOMEPAGE CSS - RIÊNG BIỆT ĐỂ DỄ QUẢN LÝ
   File: homepage.css
   ======================================== */

/* ========================================
   RECENT POSTS LIST - BÀI VIẾT MỚI
   ======================================== */

.fengshui-recent-posts-list {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    overflow: hidden;
}

.fengshui-recent-posts-list h2 {
    background: linear-gradient(135deg, #f8f4ff, #f3e8ff);
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #7c3aed;
    border-bottom: 2px solid #7c3aed;
    text-align: center;
}

.fengshui-recent-list-container {
    position: relative;
    overflow: hidden;
}

.fengshui-recent-list-slides {
    display: flex;
    transition: transform 0.6s ease;
}

.fengshui-recent-list-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1.5rem;
}

.fengshui-recent-list-item {
    display: flex;
    gap: 12px;
    padding: 15px;
    background: #f9fafb;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    align-items: flex-start;
}

.fengshui-recent-list-item:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #7c3aed;
}

/* ẢNH BÊN TRÁI - CỐ ĐỊNH SIZE VÀ HIỂN THỊ */
.fengshui-recent-thumb {
    width: 80px !important;
    height: 60px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background: #f0f0f0 !important;
    order: -1 !important; /* ĐẢM BẢO ẢNH Ở BÊN TRÁI */
}

.fengshui-recent-thumb img {
    width: 80px !important;
    height: 60px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    border-radius: 6px !important;
}

.fengshui-recent-list-item:hover .fengshui-recent-thumb img {
    transform: scale(1.05);
}

/* NỘI DUNG BÊN PHẢI */
.fengshui-recent-content {
    flex: 1;
    min-width: 0;
}

.fengshui-recent-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    color: #1f2937 !important;
}

.fengshui-recent-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.fengshui-recent-title a:hover {
    color: #7c3aed !important;
}

.fengshui-recent-meta {
    display: flex;
    gap: 8px;
    font-size: 11px !important;
    color: #6b7280 !important;
    flex-wrap: wrap;
}

.fengshui-recent-meta span:not(:last-child)::after {
    content: "•";
    margin-left: 8px;
    color: #9ca3af;
}

/* DOTS NAVIGATION */
.fengshui-recent-list-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #f9fafb;
}

.fengshui-recent-list-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fengshui-recent-list-dot.active,
.fengshui-recent-list-dot:hover {
    background: #7c3aed;
    transform: scale(1.2);
}

/* ========================================
   FEATURED ANALYSIS - PHÂN TÍCH NỔI BẬT
   ======================================== */

.fengshui-recent-posts {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    overflow: hidden;
}

.fengshui-recent-posts h2 {
    background: linear-gradient(135deg, #fef3e7, #fed7aa);
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ea580c;
    border-bottom: 2px solid #ea580c;
    text-align: center;
}

.fengshui-recent-slider {
    position: relative;
    overflow: hidden;
}

.fengshui-recent-slides {
    display: flex;
    transition: transform 0.6s ease;
}

.fengshui-recent-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1.5rem;
}

.fengshui-slide-item {
    display: flex;
    gap: 12px;
    padding: 15px;
    background: #fffbeb;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #fde68a;
    align-items: flex-start;
}

.fengshui-slide-item:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: #f59e0b;
}

/* ẢNH BÊN TRÁI - FEATURED */
.fengshui-post-thumb {
    width: 80px !important;
    height: 60px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background: #f0f0f0 !important;
    order: -1 !important; /* ĐẢM BẢO ẢNH Ở BÊN TRÁI */
}

.fengshui-post-thumb img {
    width: 80px !important;
    height: 60px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    border-radius: 6px !important;
}

.fengshui-slide-item:hover .fengshui-post-thumb img {
    transform: scale(1.05);
}

/* NỘI DUNG BÊN PHẢI - FEATURED */
.fengshui-post-info {
    flex: 1;
    min-width: 0;
}

.fengshui-post-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    color: #1f2937 !important;
}

.fengshui-post-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.fengshui-post-title a:hover {
    color: #f59e0b !important;
}

.fengshui-post-meta {
    display: flex;
    gap: 8px;
    font-size: 11px !important;
    color: #6b7280 !important;
    flex-wrap: wrap;
}

.fengshui-post-meta span:not(:last-child)::after {
    content: "•";
    margin-left: 8px;
    color: #9ca3af;
}

/* FEATURED DOTS */
.fengshui-slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #fffbeb;
}

.fengshui-slider-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fbbf24;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.fengshui-slider-dot.active,
.fengshui-slider-dot:hover {
    background: #f59e0b;
    transform: scale(1.2);
    opacity: 1;
}

/* ========================================
   CATEGORIES SECTION
   ======================================== */

.fengshui-categories {
    margin-bottom: 2rem;
}

.fengshui-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.fengshui-category-block {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.fengshui-category-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fengshui-category-title {
    background: linear-gradient(135deg, #f8f4ff, #f3e8ff);
    padding: 1rem;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid #7c3aed;
}

.fengshui-category-title a {
    color: #7c3aed;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

/* POST ITEMS TRONG CATEGORY */
.fengshui-post-item {
    display: flex;
    gap: 12px;
    padding: 12px 15px;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
    background: transparent;
    align-items: flex-start;
}

.fengshui-post-item:last-child {
    border-bottom: none;
}

.fengshui-post-item:hover {
    background: #f9fafb;
    transform: translateX(4px);
}

/* HOT POST - CHỈ CÓ ICON */
.fengshui-post-item.hot-post .fengshui-post-title::before {
    content: "🔥 ";
    color: #f59e0b;
}

/* ẢNH TRONG CATEGORY ITEMS */
.fengshui-post-item .fengshui-post-thumb {
    width: 60px !important;
    height: 45px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background: #f0f0f0 !important;
    order: -1 !important; /* ĐẢM BẢO ẢNH Ở BÊN TRÁI */
}

.fengshui-post-item .fengshui-post-thumb img {
    width: 60px !important;
    height: 45px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 6px !important;
}

.fengshui-post-item .fengshui-post-info {
    flex: 1;
    min-width: 0;
}

.fengshui-post-item .fengshui-post-title {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin-bottom: 4px !important;
    color: #1f2937 !important;
}

.fengshui-post-item .fengshui-post-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.fengshui-post-item .fengshui-post-title a:hover {
    color: #0284c7 !important;
}

.fengshui-post-item .fengshui-post-meta {
    display: flex;
    gap: 8px;
    font-size: 11px !important;
    color: #6b7280 !important;
    flex-wrap: wrap;
}

.fengshui-post-item .fengshui-post-meta span:not(:last-child)::after {
    content: "•";
    margin-left: 8px;
    color: #9ca3af;
}

/* ========================================
   RESPONSIVE - MOBILE FIRST
   ======================================== */

@media (max-width: 768px) {
    .fengshui-recent-list-slide,
    .fengshui-recent-slide {
        grid-template-columns: 1fr !important;
        gap: 1rem;
        padding: 1rem;
    }
    
    .fengshui-categories-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }
    
    .fengshui-recent-list-item,
    .fengshui-slide-item {
        gap: 10px;
        padding: 12px;
    }
    
    .fengshui-recent-thumb,
    .fengshui-post-thumb {
        width: 70px !important;
        height: 50px !important;
    }
    
    .fengshui-recent-title,
    .fengshui-post-title {
        font-size: 13px !important;
    }
    
    .fengshui-recent-meta,
    .fengshui-post-meta {
        font-size: 10px !important;
    }
    
    .fengshui-post-item .fengshui-post-thumb {
        width: 50px !important;
        height: 40px !important;
    }
    
    .fengshui-post-item .fengshui-post-title {
        font-size: 12px !important;
    }
    
    .fengshui-post-item .fengshui-post-meta {
        font-size: 10px !important;
    }
}

@media (max-width: 480px) {
    .fengshui-recent-list-slide,
    .fengshui-recent-slide {
        padding: 0.75rem;
    }
    
    .fengshui-recent-list-item,
    .fengshui-slide-item {
        padding: 10px;
        gap: 8px;
    }
    
    .fengshui-recent-thumb,
    .fengshui-post-thumb {
        width: 60px !important;
        height: 45px !important;
    }
    
    .fengshui-post-item {
        padding: 8px 12px;
        gap: 8px;
    }
    
    .fengshui-post-item .fengshui-post-thumb {
        width: 45px !important;
        height: 35px !important;
    }
}