 .article-card{width:360px; height:auto;border-radius:16px;padding:0;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;box-sizing:border-box;backdrop-filter:blur(10px);display:flex;flex-direction:column;flex-shrink:0;} .article-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,0.15);}  .article-card .image{width:100%;aspect-ratio:16 / 9; position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,0.1);background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);flex-shrink:0;} .article-card .image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, rgba(25,60,118,0.1) 0%, rgba(25,60,118,0.3) 100% );z-index:1;opacity:0;transition:opacity 0.4s ease;} .article-card:hover .image::before{opacity:1;} .article-card .image img{width:100%;height:100%;border-radius:12px;object-fit:cover;object-position:center;display:block;transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);} .article-card:hover .image img{transform:scale(1.08);}  .article-card .stats{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between;gap:8px;z-index:6;margin:0;pointer-events:auto;} .article-card .stats span{padding:8px 12px;border-radius:10px;font-size:0.8rem;font-weight:600;box-shadow:0 8px 24px rgba(0,0,0,0.15);line-height:1;display:inline-flex;gap:6px;align-items:center;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.2);transition:all 0.3s ease;white-space:nowrap;}  .article-card .stats span.category{background:linear-gradient(135deg, #1abc9c 0%, #16a085 100%);color:#fff;flex:0 1 auto;max-width:50%;overflow:hidden;text-overflow:ellipsis;} .article-card .stats span.date{background:linear-gradient(135deg, #193c76 0%, #102842 100%);color:#fff;flex:0 0 auto;} .article-card .stats span:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.25);}  .article-card .stats span i, .article-card .stats span svg{font-size:0.9rem;opacity:0.9;flex-shrink:0;}  .article-card .titles{position:relative;margin-top:-32px;padding:0 12px;box-sizing:border-box;z-index:3;flex-grow:1;display:flex;flex-direction:column;} .article-card .titles p{background:linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);width:100%;box-shadow:0 6px 20px rgba(0, 0, 0, 0.1);padding:18px 16px;border-radius:12px;margin:0 0 12px 0;font-weight:600;font-size:0.95rem;line-height:1.5;word-break:break-word;color:#2c3e50;border:1px solid rgba(25,60,118,0.08);border-left:4px solid #1abc9c;position:relative;overflow:hidden;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:75px;}  .article-card .titles p::before{content:'';position:absolute;top:0;right:0;width:50px;height:50px;background:linear-gradient(135deg, rgba(26,188,156,0.1) 0%, transparent 50%);border-radius:0 12px 0 100%;transition:all 0.3s ease;}  .article-card .titles p::after{content:'';position:absolute;bottom:0;left:16px;right:16px;height:2px;background:linear-gradient(90deg, transparent 0%, rgba(26,188,156,0.3) 50%, transparent 100% );opacity:0;transition:opacity 0.3s ease;} .article-card:hover .titles p{box-shadow:0 8px 28px rgba(0, 0, 0, 0.15);border-left-color:#193c76;padding-left:20px;} .article-card:hover .titles p::before{width:70px;height:70px;background:linear-gradient(135deg, rgba(25,60,118,0.12) 0%, transparent 50%);} .article-card:hover .titles p::after{opacity:1;}  .article-card .titles p, .article-card .stats span, .article-card .image img{transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}  .swiper.Articles .swiper-slide.highlight-center .article-card{transform:scale(1.06) translateY(0);} .swiper.Articles .swiper-slide.highlight-center .article-card .titles p{background:linear-gradient(135deg, #edd25f 0%, #e6c84f 100%);color:#193c76;box-shadow:0 12px 36px rgba(237,210,95,0.4);transform:translateY(-4px);border-left-color:#193c76;border-color:rgba(237,210,95,0.3);} .swiper.Articles .swiper-slide.highlight-center .article-card .titles p::before{background:linear-gradient(135deg, rgba(25,60,118,0.15) 0%, transparent 50%);width:60px;height:60px;} .swiper.Articles .swiper-slide.highlight-center .article-card .titles p::after{opacity:0.6;background:linear-gradient(90deg, transparent 0%, rgba(25,60,118,0.4) 50%, transparent 100% );} .swiper.Articles .swiper-slide.highlight-center .article-card .image{box-shadow:0 8px 32px rgba(25,60,118,0.25);} .swiper.Articles .swiper-slide.highlight-center .article-card .image img{transform:scale(1.05);} .swiper.Articles .swiper-slide.highlight-center .article-card .stats span.category{background:linear-gradient(135deg, #ffdca3 0%, #ffcd7d 100%);color:#193c76;box-shadow:0 10px 28px rgba(255,220,163,0.45);} .swiper.Articles .swiper-slide.highlight-center .article-card .stats span.date{background:linear-gradient(135deg, #102842 0%, #0a1829 100%);color:#ffffff;box-shadow:0 10px 28px rgba(16,40,66,0.45);}  .swiper.Articles .swiper-slide.highlight-center .article-card:hover{transform:scale(1.08) translateY(-10px);box-shadow:0 18px 50px rgba(237,210,95,0.38);}   @media (max-width:1199px){.article-card{width:340px;} .article-card .titles p{font-size:0.9rem;padding:15px 13px;min-height:68px;} .article-card .stats span{padding:7px 10px;font-size:0.76rem;}}  @media (max-width:991px){.article-card{width:320px;} .article-card .image{aspect-ratio:16 / 9;} .article-card .stats{gap:6px;top:12px;left:12px;right:12px;} .swiper.Articles .article-card .stats span{padding:6px 9px;font-size:0.74rem;gap:4px;} .swiper.Articles .article-card .titles{margin-top:-28px;padding:0 10px;} .swiper.Articles .article-card .titles p{font-size:0.88rem;padding:13px 11px;min-height:66px;} .swiper.Articles .swiper-slide.highlight-center .article-card{transform:scale(1.05);}}  @media (max-width:767px){.article-card{width:85vw; max-width:500px;} .article-card .image{aspect-ratio:16 / 9;border-radius:12px;} .article-card .stats{top:14px;left:14px;right:14px;gap:6px;} .article-card .stats span{padding:7px 11px;font-size:0.78rem;gap:5px;} .article-card .titles{margin-top:-32px;padding:0 12px;} .article-card .titles p{font-size:0.92rem;padding:16px 14px;min-height:70px;-webkit-line-clamp:3;} .swiper.Articles .swiper-slide.highlight-center .article-card{transform:scale(1.02);} .swiper.Articles .swiper-slide.highlight-center .article-card:hover{transform:scale(1.03) translateY(-6px);}}  @media (max-width:575px){.article-card{width:88vw;max-width:450px;} .article-card .image{aspect-ratio:16 / 9;border-radius:12px;} .article-card .stats{top:12px;left:12px;right:12px;gap:6px;} .article-card .stats span{padding:7px 10px;font-size:0.76rem;gap:5px;} .article-card .stats span i{font-size:0.8rem;} .article-card .titles{margin-top:-30px;padding:0 10px;} .article-card .titles p{font-size:0.9rem;padding:14px 12px;border-left-width:3px;min-height:68px;-webkit-line-clamp:3;} .article-card .titles p::before{width:45px;height:45px;} .swiper-slide.highlight-center .article-card{transform:scale(1.0);}}  @media (max-width:399px){.article-card{width:90vw;max-width:380px;} .article-card .stats span{padding:6px 9px;font-size:0.72rem;gap:4px;} .article-card .titles p{font-size:0.86rem;padding:12px 10px;min-height:64px;}}  .articles .swiper.Articles{padding:20px 0 60px 0;overflow:hidden;width:100%;position:relative;} .swiper.Articles .swiper-slide{height:auto;display:flex;justify-content:center;align-items:flex-start;width:auto !important;transition:all 0.3s ease;}  @media (min-width:768px){.swiper.Articles .swiper-slide{width:360px !important;}}  @media (max-width:767px){.swiper.Articles .swiper-slide{width:85vw !important;max-width:500px !important;}} @media (max-width:575px){.swiper.Articles .swiper-slide{width:88vw !important;max-width:450px !important;}} @media (max-width:399px){.swiper.Articles .swiper-slide{width:90vw !important;max-width:380px !important;}}  .articles .swiper-wrapper{display:flex;align-items:flex-start;padding-bottom:20px;}  .articles .swiper-pagination{bottom:20px !important;} .articles .swiper-pagination-bullet{background:#193c76;opacity:0.3;transition:all 0.3s ease;} .articles .swiper-pagination-bullet-active{background:#1abc9c;opacity:1;transform:scale(1.2);}