.news-feed-area{background:transparent!important;min-height:100vh}.news-hero-section{padding:160px 0 80px;background:transparent;text-align:center;position:relative}.news-hero-section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,transparent,#0a0a0a,transparent);opacity:.1}.news-hero-section .news-hero-title{font-family:var(--font-raleway),"Raleway",sans-serif;font-size:clamp(3rem,6.5vw,5.5rem);font-weight:800;color:#0a0a0a;line-height:1.08;margin-bottom:28px;letter-spacing:-.03em;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.news-hero-section .news-hero-subtitle{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:20px;font-weight:400;color:#0a0a0a;line-height:1.75;max-width:720px;margin:0 auto;letter-spacing:-.01em}@media(max-width:1024px)and (min-width:769px){.news-hero-section{padding:100px 0 50px}.news-hero-section .news-hero-title{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:20px}.news-hero-section .news-hero-subtitle{font-size:18px}}@media(max-width:768px){.news-hero-section{padding:100px 0 40px}.news-hero-section .news-hero-title{font-size:clamp(2rem,8vw,3rem);margin-bottom:16px}.news-hero-section .news-hero-subtitle{font-size:16px}}.news-filter-section{padding:0 0 80px;background:transparent}.news-filter-section .news-categories{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center}.news-filter-section .news-categories .category-btn{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px;font-weight:500;padding:12px 24px;background:#fff;border:1.5px solid #e5e7eb;color:#0a0a0a;border-radius:8px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px rgba(0,0,0,.04);position:relative;overflow:hidden}.news-filter-section .news-categories .category-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,4%,.05),transparent);transition:left .5s ease}.news-filter-section .news-categories .category-btn:hover:not(:disabled){background:#0a0a0a;border-color:#0a0a0a;color:#fff;box-shadow:0 4px 12px hsla(0,0%,4%,.15);transform:translateY(-1px)}.news-filter-section .news-categories .category-btn:hover:not(:disabled):before{left:100%}.news-filter-section .news-categories .category-btn.active{background:#0a0a0a;border-color:#0a0a0a;color:#fff;box-shadow:0 4px 12px hsla(0,0%,4%,.2)}.news-filter-section .news-categories .category-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.news-filter-section{padding:0 0 40px}.news-filter-section .news-categories{gap:8px}.news-filter-section .news-categories .category-btn{font-size:13px;padding:8px 16px}}.featured-article-section{padding:0 0 100px;background:transparent}.featured-article-section .featured-article{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(229,231,235,.8);position:relative}.featured-article-section .featured-article:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:1px;background:linear-gradient(135deg,hsla(0,0%,4%,.1),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.featured-article-section .featured-article:hover{box-shadow:0 20px 40px rgba(0,0,0,.12),0 8px 16px rgba(0,0,0,.08);transform:translateY(-4px);border-color:hsla(0,0%,4%,.15)}.featured-article-section .featured-article:hover:after{opacity:1}.featured-article-section .featured-article .featured-link{display:block;text-decoration:none;color:inherit;position:relative;z-index:2}.featured-article-section .featured-article .featured-image{width:100%;height:520px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.featured-article-section .featured-article .featured-image .featured-img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1)}.featured-article-section .featured-article .featured-image .featured-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.4));opacity:0;transition:opacity .4s ease}.featured-article-section .featured-article:hover .featured-img{transform:scale(1.05)}.featured-article-section .featured-article:hover .featured-overlay{opacity:1}.featured-article-section .featured-article .featured-content{padding:48px 56px}.featured-article-section .featured-article .featured-content .featured-meta{display:flex;align-items:center;gap:14px;margin-bottom:24px;flex-wrap:wrap}.featured-article-section .featured-article .featured-content .featured-meta .category-badge{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:11px;font-weight:700;padding:8px 16px;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;border-radius:6px;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 2px 4px hsla(0,0%,4%,.1)}.featured-article-section .featured-article .featured-content .featured-meta .meta-separator{color:#d1d5db;font-size:14px;font-weight:300}.featured-article-section .featured-article .featured-content .featured-meta .date,.featured-article-section .featured-article .featured-content .featured-meta .read-time{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px;color:#6b7280;font-weight:400;letter-spacing:-.01em}.featured-article-section .featured-article .featured-content .featured-title{font-family:var(--font-raleway),"Raleway",sans-serif;font-size:clamp(2.25rem,4.5vw,3rem);font-weight:800;color:#0a0a0a;line-height:1.15;margin-bottom:24px;letter-spacing:-.03em}.featured-article-section .featured-article .featured-content .featured-excerpt{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:19px;font-weight:400;color:#6b7280;line-height:1.75;margin-bottom:32px;letter-spacing:-.01em}.featured-article-section .featured-article .featured-content .featured-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;padding-top:28px;border-top:1px solid #e5e7eb}.featured-article-section .featured-article .featured-content .featured-footer .author{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px;color:#6b7280;font-weight:500}.featured-article-section .featured-article .featured-content .featured-footer .read-more-btn{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:15px;font-weight:600;color:#0a0a0a;display:inline-flex;align-items:center;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1);padding:8px 0}.featured-article-section .featured-article .featured-content .featured-footer .read-more-btn svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.featured-article-section .featured-article .featured-content .featured-footer .read-more-btn:hover{color:#0a0a0a;gap:12px}.featured-article-section .featured-article .featured-content .featured-footer .read-more-btn:hover svg{transform:translateX(6px)}@media(max-width:768px){.featured-article-section{padding:0 0 60px}.featured-article-section .featured-article .featured-image{height:300px}.featured-article-section .featured-article .featured-content{padding:28px 24px}.featured-article-section .featured-article .featured-content .featured-title{font-size:1.75rem;margin-bottom:16px}.featured-article-section .featured-article .featured-content .featured-excerpt{font-size:16px;margin-bottom:20px}.featured-article-section .featured-article .featured-content .featured-footer{padding-top:20px}}.news-grid-section{padding:0 0 120px;background:transparent}.news-grid-section .news-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;display:flex;flex-direction:column;border:1px solid rgba(229,231,235,.8);position:relative}.news-grid-section .news-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,hsla(0,0%,4%,.08),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1}.news-grid-section .news-card:hover{box-shadow:0 16px 32px rgba(0,0,0,.12),0 8px 16px rgba(0,0,0,.08);transform:translateY(-6px);border-color:hsla(0,0%,4%,.15)}.news-grid-section .news-card:hover:after{opacity:1}.news-grid-section .news-card .news-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;position:relative;z-index:2}.news-grid-section .news-card .news-card-image{width:100%;height:260px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.news-grid-section .news-card .news-card-image .news-img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.4,0,.2,1)}.news-grid-section .news-card:hover .news-img{transform:scale(1.1)}.news-grid-section .news-card .news-card-content{padding:32px 28px;display:flex;flex-direction:column;flex-grow:1}.news-grid-section .news-card .news-card-content .news-meta{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.news-grid-section .news-card .news-card-content .news-meta .category{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:11px;font-weight:700;padding:6px 12px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#0a0a0a;border-radius:6px;text-transform:uppercase;letter-spacing:.6px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.news-grid-section .news-card .news-card-content .news-meta .meta-separator{color:#d1d5db;font-size:12px;font-weight:300}.news-grid-section .news-card .news-card-content .news-meta .date{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:13px;color:#6b7280;font-weight:400;letter-spacing:-.01em}.news-grid-section .news-card .news-card-content .news-card-title{font-family:var(--font-raleway),"Raleway",sans-serif;font-size:24px;font-weight:800;color:#0a0a0a;line-height:1.25;margin-bottom:14px;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.news-grid-section .news-card .news-card-content .news-card-excerpt{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:15px;font-weight:400;color:#6b7280;line-height:1.7;margin-bottom:24px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.news-grid-section .news-card .news-card-content .news-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:24px;border-top:1px solid #f3f4f6}.news-grid-section .news-card .news-card-content .news-card-footer .read-time{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:13px;color:#9ca3af;font-weight:500}.news-grid-section .news-card .news-card-content .news-card-footer .read-link{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:14px;font-weight:600;color:#0a0a0a;display:inline-flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);padding:4px 0}.news-grid-section .news-card .news-card-content .news-card-footer .read-link svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.news-grid-section .news-card .news-card-content .news-card-footer .read-link:hover{color:#0a0a0a;gap:10px}.news-grid-section .news-card .news-card-content .news-card-footer .read-link:hover svg{transform:translateX(6px)}@media(max-width:768px){.news-grid-section{padding:0 0 80px}.news-grid-section .news-card .news-card-image{height:220px}.news-grid-section .news-card .news-card-content{padding:24px 20px}.news-grid-section .news-card .news-card-content .news-card-title{font-size:20px}.news-grid-section .news-card .news-card-content .news-card-excerpt{font-size:14px}}.news-card-skeleton{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);height:100%;display:flex;flex-direction:column;border:1px solid #e5e7eb;animation:skeletonFadeIn .3s ease-out}.news-card-skeleton .news-skeleton-image{width:100%;height:240px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite}.news-card-skeleton .news-skeleton-content{padding:28px 24px;flex:1 1;display:flex;flex-direction:column;gap:12px}.news-card-skeleton .news-skeleton-content .news-skeleton-meta{height:20px;width:120px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;animation:skeletonShimmer 1.5s ease-in-out infinite;animation-delay:.1s}.news-card-skeleton .news-skeleton-content .news-skeleton-title{height:24px;width:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;animation:skeletonShimmer 1.5s ease-in-out infinite;animation-delay:.2s}.news-card-skeleton .news-skeleton-content .news-skeleton-excerpt{height:16px;width:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;animation:skeletonShimmer 1.5s ease-in-out infinite;animation-delay:.3s}.news-card-skeleton .news-skeleton-content .news-skeleton-footer{height:16px;width:100px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;animation:skeletonShimmer 1.5s ease-in-out infinite;animation-delay:.4s;margin-top:8px}@keyframes skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeletonFadeIn{0%{opacity:0}to{opacity:1}}.news-empty{padding:80px 0}.news-empty .empty-message{font-family:var(--font-poppins),"Poppins",sans-serif;font-size:16px;color:#9ca3af}