/* ===========================================
   NEWS CONTENT 2026 - LIQUID GLASS PREMIUM
   Style inspiré du Theme Builder "Mes Créations"
   MonopolyGo FR - Design Élégant & Moderne
   =========================================== */

/* ============================================
   SECTION 1: VARIABLES & BASE
   ============================================ */
:root {
    /* Couleurs Premium */
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-hover: rgba(255, 255, 255, 0.06);
    --glow-blue: rgba(14, 165, 233, 0.4);
    --glow-gold: rgba(245, 158, 11, 0.4);
    --glow-purple: rgba(139, 92, 246, 0.4);
    --glow-green: rgba(16, 185, 129, 0.4);

    /* Spacing */
    --section-padding: 80px 0;
    --card-radius: 20px;
    --card-radius-sm: 16px;
}

/* ============================================
   SECTION 2: CONTENT WRAPPER PREMIUM
   ============================================ */
.news-content-2026 {
    position: relative;
    background: linear-gradient(180deg,
        var(--bg-dark) 0%,
        rgba(15, 23, 42, 0.98) 50%,
        var(--bg-dark) 100%
    );
    padding: var(--section-padding);
    min-height: 60vh;
    overflow: hidden;
}

/* Grid Overlay Pattern */
.news-content-2026::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    opacity: 0.5;
}

/* ============================================
   SECTION 3: GRADIENT ORBS AMBIENT
   ============================================ */
.content-orbs-container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.content-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;  /* AUGMENTÉ de 0.25 pour visibilité */
    animation: orbFloat 20s ease-in-out infinite;
}

.content-orb-1 {
    width: 500px;   /* AUGMENTÉ de 400px */
    height: 500px;  /* AUGMENTÉ de 400px */
    background: linear-gradient(135deg, #0EA5E9 0%, #7c3aed 100%);
    top: 5%;
    left: -8%;
    animation-delay: 0s;
}

.content-orb-2 {
    width: 400px;   /* AUGMENTÉ de 300px */
    height: 400px;  /* AUGMENTÉ de 300px */
    background: linear-gradient(135deg, #F59E0B 0%, #f97316 100%);
    top: 40%;
    right: -3%;
    animation-delay: -7s;
}

.content-orb-3 {
    width: 350px;   /* AUGMENTÉ de 250px */
    height: 350px;  /* AUGMENTÉ de 250px */
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    bottom: 5%;
    left: 15%;
    animation-delay: -14s;
}

@keyframes orbFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(30px, -20px) scale(1.05);
    }
    50% {
        transform: translate(-20px, 30px) scale(0.95);
    }
    75% {
        transform: translate(-30px, -10px) scale(1.02);
    }
}

/* ============================================
   SECTION 4: STATS ROW PREMIUM (Hero Stats)
   ============================================ */
.stats-row-2026 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.stat-glass-card {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1rem 1.5rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius-sm);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.stat-glass-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.05) 0%,
        transparent 50%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-glass-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 30px var(--glow-blue);
}

.stat-glass-card:hover::before {
    opacity: 1;
}

.stat-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #0284C7 100%);
    border-radius: 12px;
    box-shadow: 0 4px 15px var(--glow-blue);
}

.stat-icon.gold {
    background: linear-gradient(135deg, var(--primary-gold) 0%, #d97706 100%);
    box-shadow: 0 4px 15px var(--glow-gold);
}

.stat-icon.green {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    box-shadow: 0 4px 15px var(--glow-green);
}

.stat-icon.purple {
    background: linear-gradient(135deg, #8B5CF6 0%, #7c3aed 100%);
    box-shadow: 0 4px 15px var(--glow-purple);
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-light);
    line-height: 1.2;
}

.stat-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   SECTION 5: BENTO GRID LAYOUT
   ============================================ */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

/* Bento Items - Different sizes */
.bento-item {
    position: relative;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: cardAppear 0.6s ease-out backwards;
}

.bento-item:nth-child(1) { animation-delay: 0.1s; }
.bento-item:nth-child(2) { animation-delay: 0.15s; }
.bento-item:nth-child(3) { animation-delay: 0.2s; }
.bento-item:nth-child(4) { animation-delay: 0.25s; }
.bento-item:nth-child(5) { animation-delay: 0.3s; }
.bento-item:nth-child(6) { animation-delay: 0.35s; }

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Bento Sizes */
.bento-large {
    grid-column: span 8;
    grid-row: span 2;
}

.bento-medium {
    grid-column: span 4;
    grid-row: span 1;
}

.bento-wide {
    grid-column: span 6;
    grid-row: span 1;
}

.bento-small {
    grid-column: span 3;
    grid-row: span 1;
}

.bento-full {
    grid-column: span 12;
}

/* Glow Effect on Hover */
.bento-item::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg,
        rgba(14, 165, 233, 0.3) 0%,
        rgba(245, 158, 11, 0.3) 50%,
        rgba(139, 92, 246, 0.3) 100%
    );
    border-radius: calc(var(--card-radius) + 2px);
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.bento-item:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.bento-item:hover::before {
    opacity: 1;
}

/* ============================================
   SECTION 6: LIQUID GLASS CARDS
   ============================================ */
.glass-card-2026 {
    position: relative;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    padding: 2rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Glass Shimmer Effect */
.glass-card-2026::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent
    );
    transition: left 0.6s ease;
}

.glass-card-2026:hover::after {
    left: 100%;
}

.glass-card-2026:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Card Header */
.card-header-2026 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.card-icon-2026 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #0284C7 100%);
    border-radius: 16px;
    box-shadow: 0 8px 20px var(--glow-blue);
    transition: all 0.3s ease;
}

.glass-card-2026:hover .card-icon-2026 {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 12px 30px var(--glow-blue);
}

.card-title-2026 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-light);
    margin: 0;
}

.card-subtitle-2026 {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

/* Card Content */
.card-content-2026 {
    color: var(--text-muted);
    line-height: 1.7;
}

/* ============================================
   SECTION 7: PROMO BANNER PREMIUM
   ============================================ */
.promo-banner-2026 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem 2.5rem;
    background: linear-gradient(135deg,
        rgba(88, 101, 242, 0.28) 0%,   /* RENFORCÉ de 0.15 */
        rgba(14, 165, 233, 0.22) 50%,   /* RENFORCÉ de 0.1 */
        rgba(245, 158, 11, 0.22) 100%   /* RENFORCÉ de 0.1 */
    );
    border: 1px solid rgba(88, 101, 242, 0.4);  /* RENFORCÉ de 0.2 */
    border-radius: var(--card-radius);
    backdrop-filter: blur(14px);
    overflow: hidden;
    margin-bottom: 3rem;
    z-index: 1;
    box-shadow:
        0 8px 32px rgba(88, 101, 242, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.promo-banner-2026::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}

.promo-icon-2026 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    background: linear-gradient(135deg, #5865F2 0%, #4752c4 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(88, 101, 242, 0.4);
    flex-shrink: 0;
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 10px 30px rgba(88, 101, 242, 0.4);
    }
    50% {
        box-shadow: 0 15px 40px rgba(88, 101, 242, 0.6);
    }
}

.promo-content-2026 {
    flex: 1;
}

.promo-title-2026 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-light);
    margin: 0 0 0.5rem 0;
}

.promo-text-2026 {
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.promo-highlight {
    color: var(--primary-blue);
    font-weight: 700;
}

.promo-btn-2026 {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #5865F2 0%, #4752c4 100%);
    color: white;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.4);
    flex-shrink: 0;
}

.promo-btn-2026:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(88, 101, 242, 0.5);
}

/* ============================================
   SECTION 8: GUIDE STEPS PREMIUM
   ============================================ */
.guide-section-2026 {
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.guide-title-2026 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 2rem;
}

.guide-steps-2026 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.guide-step-2026 {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius-sm);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.guide-step-2026:hover {
    transform: translateY(-5px);
    border-color: var(--primary-blue);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.step-number-2026 {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 900;
    color: white;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #0284C7 100%);
    border-radius: 14px;
    box-shadow: 0 6px 20px var(--glow-blue);
    flex-shrink: 0;
}

.step-content-2026 h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-light);
    margin: 0 0 0.5rem 0;
}

.step-content-2026 p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

/* ============================================
   SECTION 9: NEWS ARTICLES GRID
   ============================================ */
.articles-grid-2026 {
    /* Layout de base - peut être écrasé par le contenu JS */
    display: block;
    position: relative;
    z-index: 1;
    /* ALIGNEMENT avec le header - CRITIQUE */
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.article-card-2026 {
    position: relative;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: cardAppear 0.6s ease-out backwards;
}

.article-card-2026:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.4),
        0 0 40px var(--glow-blue);
}

/* Card Glow */
.article-card-2026::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg,
        var(--glow-blue) 0%,
        var(--glow-gold) 50%,
        var(--glow-purple) 100%
    );
    border-radius: calc(var(--card-radius) + 2px);
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.article-card-2026:hover::before {
    opacity: 0.6;
}

/* Article Image */
.article-image-2026 {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.article-image-2026 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-card-2026:hover .article-image-2026 img {
    transform: scale(1.1);
}

.article-image-2026::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(15, 23, 42, 0.9) 0%,
        transparent 50%
    );
}

/* Article Badge */
.article-badge-2026 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #0284C7 100%);
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px var(--glow-blue);
    z-index: 2;
}

.article-badge-2026.gold {
    background: linear-gradient(135deg, var(--primary-gold) 0%, #d97706 100%);
    box-shadow: 0 4px 15px var(--glow-gold);
}

.article-badge-2026.green {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    box-shadow: 0 4px 15px var(--glow-green);
}

.article-badge-2026.purple {
    background: linear-gradient(135deg, #8B5CF6 0%, #7c3aed 100%);
    box-shadow: 0 4px 15px var(--glow-purple);
}

/* Article Body */
.article-body-2026 {
    padding: 1.5rem;
}

.article-meta-2026 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.article-title-2026 {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-light);
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-excerpt-2026 {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0 0 1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-link-2026 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-blue);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.article-link-2026:hover {
    gap: 0.75rem;
    color: #38bdf8;
}

.article-link-2026 svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.article-link-2026:hover svg {
    transform: translateX(4px);
}

/* ============================================
   SECTION 10: CTA SECTION PREMIUM
   ============================================ */
.cta-section-2026 {
    position: relative;
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg,
        rgba(88, 101, 242, 0.22) 0%,   /* RENFORCÉ de 0.1 */
        rgba(14, 165, 233, 0.18) 50%,   /* RENFORCÉ de 0.05 */
        rgba(245, 158, 11, 0.18) 100%   /* RENFORCÉ de 0.05 */
    );
    border: 1px solid rgba(88, 101, 242, 0.35);  /* RENFORCÉ de 0.15 */
    border-radius: 24px;
    backdrop-filter: blur(14px);
    margin-top: 4rem;
    overflow: hidden;
    z-index: 1;
    box-shadow:
        0 12px 40px rgba(88, 101, 242, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cta-section-2026::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgba(88, 101, 242, 0.1) 0%,
        transparent 50%
    );
    animation: ctaGlow 10s linear infinite;
}

@keyframes ctaGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cta-title-2026 {
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-light);
    margin: 0 0 1rem 0;
    position: relative;
}

.cta-text-2026 {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
    position: relative;
}

.cta-btn-2026 {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1.25rem 2.5rem;
    background: linear-gradient(135deg, #5865F2 0%, #4752c4 100%);
    color: white;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(88, 101, 242, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-btn-2026::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s ease;
}

.cta-btn-2026:hover::before {
    left: 100%;
}

.cta-btn-2026:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(88, 101, 242, 0.5);
}

.cta-note-2026 {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: var(--text-muted);
    position: relative;
}

/* ============================================
   SECTION 11: LOADING STATES
   ============================================ */
.loading-container-2026 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 1.5rem;
}

.loading-spinner-2026 {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top-color: var(--primary-blue);
    border-radius: 50%;
    animation: spinLoader 0.8s linear infinite;
}

@keyframes spinLoader {
    to { transform: rotate(360deg); }
}

.loading-text-2026 {
    color: var(--text-muted);
    font-size: 1rem;
}

/* Skeleton Loading */
.skeleton-card-2026 {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
    overflow: hidden;
}

.skeleton-image-2026 {
    height: 200px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 50%,
        rgba(255, 255, 255, 0.03) 100%
    );
    background-size: 200% 100%;
    animation: skeletonShimmer 1.5s infinite;
}

.skeleton-content-2026 {
    padding: 1.5rem;
}

.skeleton-line-2026 {
    height: 12px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 50%,
        rgba(255, 255, 255, 0.03) 100%
    );
    background-size: 200% 100%;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    animation: skeletonShimmer 1.5s infinite;
}

.skeleton-line-2026.short {
    width: 60%;
}

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

/* ============================================
   SECTION 12: EMPTY STATES
   ============================================ */
.empty-state-2026 {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--card-radius);
}

.empty-icon-2026 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.empty-title-2026 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-light);
    margin: 0 0 0.75rem 0;
}

.empty-text-2026 {
    color: var(--text-muted);
    max-width: 400px;
    margin: 0 auto;
}

/* ============================================
   SECTION 13: RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .bento-large {
        grid-column: span 12;
    }

    .bento-medium,
    .bento-wide {
        grid-column: span 6;
    }

    .bento-small {
        grid-column: span 6;
    }

    .promo-banner-2026 {
        flex-direction: column;
        text-align: center;
    }

    .promo-btn-2026 {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 50px 0;
        --card-radius: 16px;
    }

    .stats-row-2026 {
        gap: 1rem;
    }

    .stat-glass-card {
        padding: 0.875rem 1.25rem;
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 140px;
    }

    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .stat-value {
        font-size: 1.25rem;
    }

    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-large,
    .bento-medium,
    .bento-wide,
    .bento-small,
    .bento-full {
        grid-column: span 1;
    }

    .articles-grid-2026 {
        grid-template-columns: 1fr;
    }

    .glass-card-2026 {
        padding: 1.5rem;
    }

    .card-icon-2026 {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .card-title-2026 {
        font-size: 1.25rem;
    }

    .guide-steps-2026 {
        grid-template-columns: 1fr;
    }

    .cta-section-2026 {
        padding: 3rem 1.5rem;
    }

    .cta-title-2026 {
        font-size: 1.5rem;
    }

    .cta-btn-2026 {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .stats-row-2026 {
        flex-direction: column;
    }

    .stat-glass-card {
        width: 100%;
    }

    .promo-icon-2026 {
        width: 64px;
        height: 64px;
        font-size: 2rem;
    }

    .promo-title-2026 {
        font-size: 1.25rem;
    }

    .article-image-2026 {
        height: 160px;
    }
}

/* ============================================
   SECTION 14: UTILITY CLASSES
   ============================================ */
.text-gradient-blue {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-gold {
    background: linear-gradient(135deg, var(--primary-gold) 0%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-purple {
    background: linear-gradient(135deg, #8B5CF6 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.glow-blue {
    box-shadow: 0 0 30px var(--glow-blue);
}

.glow-gold {
    box-shadow: 0 0 30px var(--glow-gold);
}

.glow-purple {
    box-shadow: 0 0 30px var(--glow-purple);
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .content-orb,
    .bento-item,
    .article-card-2026,
    .glass-card-2026,
    .promo-icon-2026,
    .cta-section-2026::before {
        animation: none;
    }

    .bento-item:hover,
    .article-card-2026:hover,
    .glass-card-2026:hover,
    .stat-glass-card:hover,
    .guide-step-2026:hover {
        transform: none;
    }
}

/* ============================================
   SECTION 15: STYLES POUR CLASSES JS EXISTANTES
   Le JavaScript génère .news-card-advanced, pas .article-card-2026
   On cible donc les vraies classes utilisées
   ============================================ */

/* Grid des articles générés par JS */
.news-content-2026 .news-grid-advanced {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
    /* Alignement avec le header */
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Effet GLASS PREMIUM sur les cartes existantes */
.news-content-2026 .news-card-advanced {
    position: relative;
    background: rgba(30, 41, 59, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 4px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Effet GLOW au hover - rainbow gradient */
.news-content-2026 .news-card-advanced::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg,
        rgba(14, 165, 233, 0.5) 0%,
        rgba(245, 158, 11, 0.4) 50%,
        rgba(139, 92, 246, 0.5) 100%
    );
    border-radius: 23px;
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.news-content-2026 .news-card-advanced:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow:
        0 35px 70px rgba(0, 0, 0, 0.45),
        0 0 60px rgba(14, 165, 233, 0.25);
}

.news-content-2026 .news-card-advanced:hover::before {
    opacity: 1;
}

/* Image avec overlay gradient et zoom */
.news-content-2026 .news-card-advanced .news-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-content-2026 .news-card-advanced .news-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(15, 23, 42, 1) 0%,
        rgba(15, 23, 42, 0.6) 25%,
        transparent 55%
    );
    z-index: 1;
}

.news-content-2026 .news-card-advanced .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-content-2026 .news-card-advanced:hover .news-image img {
    transform: scale(1.15);
}

/* Placeholder avec gradient */
.news-content-2026 .news-card-advanced .news-placeholder {
    background: linear-gradient(135deg,
        rgba(14, 165, 233, 0.25) 0%,
        rgba(139, 92, 246, 0.25) 100%
    ) !important;
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

/* Contenu de la carte */
.news-content-2026 .news-card-advanced .news-content {
    padding: 1.5rem;
    position: relative;
    z-index: 2;
}

/* Titre avec glow subtil */
.news-content-2026 .news-card-advanced .news-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #F8FAFC;
    margin-bottom: 0.75rem;
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
    line-height: 1.35;
}

/* Excerpt */
.news-content-2026 .news-card-advanced .news-excerpt {
    color: #94A3B8;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Meta infos */
.news-content-2026 .news-card-advanced .news-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: #64748B;
}

.news-content-2026 .news-card-advanced .news-category {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(139, 92, 246, 0.2));
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    font-weight: 600;
    color: #0EA5E9;
}

/* Badges avec glow premium */
.news-content-2026 .news-card-advanced .news-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.news-content-2026 .news-card-advanced .badge {
    padding: 0.4rem 0.9rem;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.news-content-2026 .news-card-advanced .badge-urgent {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.5);
    animation: pulseGlow 2s ease-in-out infinite;
}

.news-content-2026 .news-card-advanced .badge-gains {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.news-content-2026 .news-card-advanced .badge-flash {
    background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
}

.news-content-2026 .news-card-advanced .badge-event {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.news-content-2026 .news-card-advanced .badge-news {
    background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4);
}

/* Tags */
.news-content-2026 .news-card-advanced .news-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.news-content-2026 .news-card-advanced .news-tag {
    background: rgba(14, 165, 233, 0.15);
    color: #38BDF8;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(14, 165, 233, 0.2);
    transition: all 0.3s ease;
}

.news-content-2026 .news-card-advanced .news-tag:hover {
    background: rgba(14, 165, 233, 0.25);
    border-color: rgba(14, 165, 233, 0.4);
}

/* Responsive pour news-card-advanced */
@media (max-width: 768px) {
    .news-content-2026 .news-grid-advanced {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .news-content-2026 .news-card-advanced .news-image {
        height: 180px;
    }

    .news-content-2026 .news-card-advanced .news-title {
        font-size: 1.15rem;
    }
}

/* ============================================
   SECTION 16: BENTO LAYOUT AVEC FEATURED CARD
   Layout: Grande carte à gauche + mini cards à droite
   FLEXBOX VERSION - Plus stable que grid
   ============================================ */

.bento-news-layout {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
    align-items: flex-start;
    /* Alignement avec le header */
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* FEATURED CARD - 60% de la largeur, hauteur auto */
.featured-card {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(30, 41, 59, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Sidebar prend le reste */
.bento-news-layout .mini-cards-sidebar {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Featured Image - bloc fixe 280px */
.featured-card > .featured-image,
.featured-card > .news-badges + .featured-image {
    display: block;
    width: 100%;
    height: 280px;
    flex: 0 0 280px;
}

/* Featured Content - padding et pas de flex grow */
.featured-card > .featured-content {
    padding: 1.75rem;
    position: relative;
    z-index: 2;
}

.featured-card::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg,
        rgba(245, 158, 11, 0.5) 0%,
        rgba(239, 68, 68, 0.4) 50%,
        rgba(139, 92, 246, 0.5) 100%
    );
    border-radius: 27px;
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.featured-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(245, 158, 11, 0.2);
}

.featured-card:hover::before {
    opacity: 1;
}

/* Featured Image */
/* Featured Image - styles supplémentaires */
.featured-card .featured-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    flex-shrink: 0;
}

.featured-card .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.featured-card:hover .featured-image img {
    transform: scale(1.1);
}

.featured-card .featured-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(15, 23, 42, 1) 0%,
        rgba(15, 23, 42, 0.7) 30%,
        transparent 60%
    );
}

/* Featured Placeholder */
.featured-card .featured-placeholder {
    height: 280px;
    background: linear-gradient(135deg,
        rgba(245, 158, 11, 0.2) 0%,
        rgba(239, 68, 68, 0.15) 50%,
        rgba(139, 92, 246, 0.2) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
}

/* Featured Badge */
.featured-card .featured-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.featured-card .badge-hot {
    background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.5);
    animation: pulseGlow 2s ease-in-out infinite;
}

/* Featured Content - Propriétés supplémentaires */
.featured-card .featured-content {
    padding: 1.75rem;
    position: relative;
    z-index: 2;
    /* flex: 1 et flex-direction définis dans le bloc principal */
}

.featured-card .featured-category {
    display: inline-block;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(239, 68, 68, 0.2));
    color: #F59E0B;
    padding: 0.35rem 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.featured-card .featured-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #F8FAFC;
    margin: 0 0 1rem 0;
    line-height: 1.3;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.featured-card .featured-excerpt {
    color: #94A3B8;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.25rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-card .featured-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #64748B;
    font-size: 0.85rem;
}

.featured-card .featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #F59E0B;
    font-weight: 600;
    margin-top: 1rem;
    transition: gap 0.3s ease;
}

.featured-card:hover .featured-cta {
    gap: 0.75rem;
}

/* MINI CARDS - Sidebar droite */
.mini-cards-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mini-card {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mini-card:hover {
    transform: translateX(8px);
    background: rgba(30, 41, 59, 0.8);
    border-color: rgba(14, 165, 233, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.mini-card .mini-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.mini-card .mini-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.mini-card:hover .mini-image img {
    transform: scale(1.1);
}

.mini-card .mini-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: linear-gradient(135deg,
        rgba(14, 165, 233, 0.2) 0%,
        rgba(139, 92, 246, 0.2) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    flex-shrink: 0;
}

.mini-card .mini-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mini-card .mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0EA5E9;
    margin-bottom: 0.35rem;
}

.mini-card .mini-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #F8FAFC;
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mini-card .mini-date {
    font-size: 0.75rem;
    color: #64748B;
    margin-top: 0.35rem;
}

/* Responsive Bento Layout */
@media (max-width: 1024px) {
    .bento-news-layout {
        grid-template-columns: 1fr;
    }

    .featured-card {
        grid-row: span 1;
    }

    .mini-cards-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .mini-card {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 280px;
    }
}

@media (max-width: 768px) {
    .featured-card .featured-image,
    .featured-card .featured-placeholder {
        height: 200px;
    }

    .featured-card .featured-title {
        font-size: 1.4rem;
    }

    .mini-cards-sidebar {
        flex-direction: column;
    }

    .mini-card {
        flex: 1 1 100%;
    }
}

/* ============================================
   SECTION 17: ÉLÉMENTS ADDITIONNELS BENTO JS
   Styles pour les nouvelles classes générées par le JS
   ============================================ */

/* Featured Badge Top - "À LA UNE" */
.featured-badge-top {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    background: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.5);
    animation: pulseGlow 2s ease-in-out infinite;
    z-index: 10;
}

/* Featured Overlay Gradient */
.featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(15, 23, 42, 1) 0%,
        rgba(15, 23, 42, 0.7) 30%,
        transparent 60%
    );
    pointer-events: none;
}

/* Featured CTA Button */
.featured-card .featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(14, 165, 233, 0.1));
    color: var(--primary-blue);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid rgba(14, 165, 233, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1.25rem;
}

.featured-card .featured-cta:hover {
    background: linear-gradient(135deg, var(--primary-blue), #0284C7);
    color: white;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.4);
}

.featured-card .featured-cta svg {
    transition: transform 0.3s ease;
}

.featured-card:hover .featured-cta svg {
    transform: translateX(4px);
}

/* DICE FEATURED CARD STYLES */
.featured-card.dice-article {
    border-color: rgba(245, 158, 11, 0.3);
}

.featured-card.dice-article .featured-badge-top {
    background: linear-gradient(135deg, #F59E0B 0%, #DC2626 100%);
}

.featured-card.dice-article.urgent .featured-badge-top {
    animation: urgentPulse 1s ease-in-out infinite;
}

.featured-card.dice-article.expired {
    opacity: 0.7;
}

.dice-featured-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg,
        rgba(245, 158, 11, 0.25) 0%,
        rgba(239, 68, 68, 0.2) 50%,
        rgba(245, 158, 11, 0.25) 100%
    ) !important;
    position: relative;
}

.dice-big-count {
    font-size: 5rem;
    font-weight: 900;
    color: #F59E0B;
    text-shadow: 0 0 40px rgba(245, 158, 11, 0.6);
    line-height: 1;
}

.dice-big-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dice-status-indicator {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    filter: drop-shadow(0 0 10px currentColor);
}

.dice-status-indicator.active { color: #10B981; }
.dice-status-indicator.urgent { color: #F59E0B; animation: urgentPulse 1s infinite; }
.dice-status-indicator.expired { color: #DC2626; }

.dice-bonus-featured {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-gold);
    margin-top: 0.25rem;
}

.dice-source-featured {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.featured-dice-action {
    margin-top: 1.25rem;
}

.featured-dice-action .btn-get-dice {
    width: 100%;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1rem;
}

/* MINI CARD UPDATES - Nouvelles classes */
.mini-card-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.mini-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.mini-card:hover .mini-card-image img {
    transform: scale(1.1);
}

.mini-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: linear-gradient(135deg,
        rgba(14, 165, 233, 0.2) 0%,
        rgba(139, 92, 246, 0.2) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.mini-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.mini-card-category {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-blue);
    letter-spacing: 0.3px;
    margin-bottom: 0.25rem;
}

.mini-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-light);
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mini-card-date {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.35rem;
}

.mini-card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(14, 165, 233, 0.1);
    border-radius: 8px;
    color: var(--primary-blue);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mini-card:hover .mini-card-arrow {
    background: var(--primary-blue);
    color: white;
    transform: translateX(4px);
}

/* Mini Status Badges */
.mini-status {
    position: absolute;
    bottom: 4px;
    right: 4px;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mini-status-live {
    background: linear-gradient(135deg, #DC2626, #B91C1C);
    color: white;
    animation: livePulse 1s ease-in-out infinite;
}

.mini-status-upcoming {
    background: linear-gradient(135deg, var(--primary-blue), #0284C7);
    color: white;
}

.mini-status-ended {
    background: linear-gradient(135deg, var(--success-green), #059669);
    color: white;
}

/* DICE MINI CARD */
.dice-mini-card {
    border-color: rgba(245, 158, 11, 0.2);
}

.dice-mini-card:hover {
    border-color: rgba(245, 158, 11, 0.4);
}

.dice-mini-card.expired {
    opacity: 0.6;
}

.dice-mini-image {
    background: linear-gradient(135deg,
        rgba(245, 158, 11, 0.2) 0%,
        rgba(239, 68, 68, 0.15) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    position: relative;
}

.mini-dice-count {
    font-size: 1.75rem;
    font-weight: 900;
    color: #F59E0B;
    line-height: 1;
}

.mini-status-dice-active { color: #10B981; }
.mini-status-dice-urgent { color: #F59E0B; }
.mini-status-dice-expired { color: #DC2626; }

.mini-dice-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--success-green), #059669);
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.mini-dice-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

.mini-dice-btn.disabled {
    background: linear-gradient(135deg, #DC2626, #B91C1C);
    cursor: not-allowed;
    pointer-events: none;
}

/* Pulse Glow Animation */
@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(245, 158, 11, 0.5);
    }
    50% {
        box-shadow: 0 4px 30px rgba(245, 158, 11, 0.8);
    }
}

@keyframes urgentPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
}

@keyframes livePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* ============================================
   SECTION 18: ANIMATIONS FADE-IN POUR BENTO
   ============================================ */

/* Fade-in base pour toutes les cartes Bento */
.featured-card.fade-in,
.mini-card.fade-in,
.news-card-advanced.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* État visible */
.featured-card.fade-in.visible,
.mini-card.fade-in.visible,
.news-card-advanced.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animation décalée pour effet cascade */
.mini-card.fade-in:nth-child(1) { transition-delay: 0.1s; }
.mini-card.fade-in:nth-child(2) { transition-delay: 0.2s; }
.mini-card.fade-in:nth-child(3) { transition-delay: 0.3s; }
.mini-card.fade-in:nth-child(4) { transition-delay: 0.4s; }

/* ============================================
   SECTION 19: RESPONSIVE BENTO LAYOUT
   ============================================ */

@media (max-width: 900px) {
    .bento-news-layout {
        flex-direction: column;
        gap: 1.25rem;
    }

    .featured-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .mini-cards-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .mini-card {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }

    .mini-card-image {
        width: 60px;
        height: 60px;
        margin: 0 auto 0.75rem;
    }

    .mini-card-arrow {
        display: none;
    }
}

@media (max-width: 600px) {
    .mini-cards-sidebar {
        grid-template-columns: 1fr;
    }

    .featured-card .featured-title {
        font-size: 1.35rem;
    }

    .featured-card .featured-content {
        padding: 1.25rem;
    }

    .featured-card .featured-image,
    .featured-card .featured-placeholder {
        height: 220px;
    }
}
