.News-module__BX4S0W__newsPage{background-color:var(--light-gray);min-height:100vh}.News-module__BX4S0W__newsHero{background-image:url(/news.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:330px;margin-bottom:60px;display:flex;position:relative;overflow:hidden}.News-module__BX4S0W__newsHero:before{content:"";z-index:1;pointer-events:none;background-color:#0000009c;position:absolute;inset:0}.News-module__BX4S0W__newsHeroInner{z-index:2;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:60px 24px;display:flex;position:relative}.News-module__BX4S0W__newsHeroLeft{color:var(--white);flex:0 0 75%;padding-left:12px}.News-module__BX4S0W__newsHeroLeft .News-module__BX4S0W__breadcrumb{color:#fffffff2;margin-bottom:12px;font-size:.875rem;font-weight:500}.News-module__BX4S0W__newsHeroLeft .News-module__BX4S0W__breadcrumb .News-module__BX4S0W__breadcrumbLink{color:#fffffff2;transition:var(--transition);text-decoration:none}.News-module__BX4S0W__newsHeroLeft .News-module__BX4S0W__breadcrumb .News-module__BX4S0W__breadcrumb-link:hover{color:var(--accent)}.News-module__BX4S0W__newsHeroLeft h1{color:var(--white);letter-spacing:-.5px;margin:0 0 12px;font-size:3rem;font-weight:800;line-height:1.1}.News-module__BX4S0W__heroUnderline{background:var(--accent);transform-origin:0;border-radius:2px;width:80px;height:4px;margin:10px 0 24px;animation:.8s ease-out .5s forwards News-module__BX4S0W__underlineGrow;transform:scaleX(0)}@keyframes News-module__BX4S0W__underlineGrow{to{transform:scaleX(1)}}.News-module__BX4S0W__statsGrid{justify-content:center;gap:2rem;margin-top:1rem;display:flex}.News-module__BX4S0W__statItem{text-align:center}.News-module__BX4S0W__statNumber{color:var(--accent);font-size:1.5rem;font-weight:700;display:block}.News-module__BX4S0W__statLabel{color:var(--text-light);font-size:.875rem}.News-module__BX4S0W__apiStatus{text-align:center;color:#d1d5db;background-color:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;margin:1rem 0;padding:.75rem;font-family:monospace;font-size:.875rem}.News-module__BX4S0W__filtersSection{max-width:1200px;margin:2rem auto;padding:0 1.5rem;animation:.6s ease-out News-module__BX4S0W__fadeInUp}@keyframes News-module__BX4S0W__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.News-module__BX4S0W__searchBox{margin-bottom:1rem;position:relative}.News-module__BX4S0W__searchInput{border:2px solid var(--border);width:100%;transition:var(--transition);background-color:var(--white);color:var(--text);box-shadow:var(--shadow-light);border-radius:.75rem;padding:.875rem 1rem;font-size:1rem}.News-module__BX4S0W__searchInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ff6b351a}.News-module__BX4S0W__searchInput::placeholder{color:var(--text-light)}.News-module__BX4S0W__clearSearch{color:var(--text-light);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:.375rem;padding:.25rem .5rem;font-size:.875rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.News-module__BX4S0W__clearSearch:hover{color:var(--accent);background-color:#ff6b351a}.News-module__BX4S0W__categoryFilters{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.News-module__BX4S0W__categoryFilter{border:2px solid var(--border);background:var(--white);cursor:pointer;transition:var(--transition);color:var(--text);box-shadow:var(--shadow-sm);border-radius:9999px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500}.News-module__BX4S0W__categoryFilter:hover{border-color:var(--accent);color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.News-module__BX4S0W__categoryFilter.News-module__BX4S0W__active{background:var(--accent);color:var(--white);border-color:var(--accent);box-shadow:var(--shadow-md)}.News-module__BX4S0W__newsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;animation:.8s ease-out News-module__BX4S0W__fadeInUp;display:grid}.News-module__BX4S0W__newsCard{transition:var(--transition);cursor:pointer;background:var(--white);color:inherit;box-shadow:var(--shadow-md);border-radius:1rem;text-decoration:none;animation:.5s ease-out both News-module__BX4S0W__cardFadeIn;display:block;position:relative;overflow:hidden}@keyframes News-module__BX4S0W__cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.News-module__BX4S0W__newsCard:first-child{animation-delay:50ms}.News-module__BX4S0W__newsCard:nth-child(2){animation-delay:.1s}.News-module__BX4S0W__newsCard:nth-child(3){animation-delay:.15s}.News-module__BX4S0W__newsCard:nth-child(4){animation-delay:.2s}.News-module__BX4S0W__newsCard:nth-child(5){animation-delay:.25s}.News-module__BX4S0W__newsCard:nth-child(6){animation-delay:.3s}.News-module__BX4S0W__newsCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.News-module__BX4S0W__featuredRibbon{background:var(--accent);color:var(--white);z-index:10;letter-spacing:.5px;box-shadow:var(--shadow-sm);border-radius:.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;animation:2s infinite News-module__BX4S0W__pulse;position:absolute;top:1rem;right:1rem}@keyframes News-module__BX4S0W__pulse{0%,to{opacity:1}50%{opacity:.9}}.News-module__BX4S0W__cardImageContainer{background:linear-gradient(135deg,var(--medium-gray),var(--light-gray));height:220px;position:relative;overflow:hidden}.News-module__BX4S0W__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.News-module__BX4S0W__newsCard:hover .News-module__BX4S0W__cardImage{transform:scale(1.08)}.News-module__BX4S0W__imageOverlay{background:linear-gradient(#0000 0%,#0000004d 100%);position:absolute;inset:0}.News-module__BX4S0W__cardBadges{z-index:5;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:1rem}.News-module__BX4S0W__typeBadge,.News-module__BX4S0W__readingBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--white);letter-spacing:.3px;background:#000000bf;border-radius:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.News-module__BX4S0W__typeBadge{background:var(--accent);color:var(--white)}.News-module__BX4S0W__cardContent{padding:1.5rem}.News-module__BX4S0W__cardMeta{color:var(--text-light);gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.News-module__BX4S0W__cardTitle{color:var(--text);transition:var(--transition);margin:.5rem 0;font-size:1.35rem;font-weight:700;line-height:1.4}.News-module__BX4S0W__newsCard:hover .News-module__BX4S0W__cardTitle{color:var(--accent)}.News-module__BX4S0W__cardSummary{color:var(--text-light);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.News-module__BX4S0W__cardAuthor{margin-bottom:1rem}.News-module__BX4S0W__authorInfo{align-items:center;gap:.75rem;display:flex}.News-module__BX4S0W__authorAvatar{object-fit:cover;border:2px solid var(--accent);width:40px;height:40px;transition:var(--transition);border-radius:50%}.News-module__BX4S0W__newsCard:hover .News-module__BX4S0W__authorAvatar{transform:scale(1.05)}.News-module__BX4S0W__authorDetails{flex:1}.News-module__BX4S0W__authorName{color:var(--text);font-size:.875rem;font-weight:600;display:block}.News-module__BX4S0W__authorBio{color:var(--text-light);font-size:.75rem}.News-module__BX4S0W__cardTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.News-module__BX4S0W__tag{background:var(--light-gray);color:var(--accent);transition:var(--transition);border-radius:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.News-module__BX4S0W__tag:hover{background:var(--accent);color:var(--white);transform:translateY(-1px)}.News-module__BX4S0W__moreTags{color:var(--text-light);font-size:.75rem}.News-module__BX4S0W__cardFooter{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.News-module__BX4S0W__cardStats{gap:1rem;font-size:.875rem;display:flex}.News-module__BX4S0W__stat{gap:.25rem;display:flex}.News-module__BX4S0W__statLabel{color:var(--text-light)}.News-module__BX4S0W__stat span:last-child{color:var(--text);font-weight:500}.News-module__BX4S0W__cardActions{gap:.5rem;display:flex}.News-module__BX4S0W__actionButton{color:var(--accent);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:.5rem;padding:.375rem .75rem;font-size:.813rem;font-weight:500}.News-module__BX4S0W__actionButton:hover{background:#ff6b351a;transform:translateY(-2px)}.News-module__BX4S0W__emptyState{text-align:center;background:var(--white);max-width:600px;box-shadow:var(--shadow-md);border-radius:1rem;margin:2rem auto;padding:4rem 2rem;animation:.6s ease-out News-module__BX4S0W__fadeInUp}.News-module__BX4S0W__emptyIcon{margin-bottom:1rem;font-size:4rem;animation:2s infinite News-module__BX4S0W__bounce}@keyframes News-module__BX4S0W__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.News-module__BX4S0W__emptyTitle{color:var(--text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.News-module__BX4S0W__emptyMessage{color:var(--text-light);margin-bottom:1.5rem}.News-module__BX4S0W__primaryButton{background:var(--accent);color:var(--white);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600}.News-module__BX4S0W__primaryButton:hover{box-shadow:var(--shadow-md);background:#e55a2b;transform:translateY(-2px)}.News-module__BX4S0W__footer{background:var(--white);border-top:1px solid var(--border);box-shadow:var(--shadow-lg);margin-top:4rem;padding:3rem 0 2rem}.News-module__BX4S0W__footerContent{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.News-module__BX4S0W__footerInfo{max-width:350px}.News-module__BX4S0W__footerTitle{color:var(--text);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.News-module__BX4S0W__footerDescription{color:var(--text-light);font-size:.875rem;line-height:1.6}.News-module__BX4S0W__footerStats{gap:2.5rem;display:flex}.News-module__BX4S0W__footerStat{text-align:center;transition:var(--transition)}.News-module__BX4S0W__footerStat:hover{transform:translateY(-3px)}.News-module__BX4S0W__footerStatNumber{color:var(--accent);font-size:1.5rem;font-weight:700;display:block}.News-module__BX4S0W__footerStatLabel{color:var(--text-light);font-size:.75rem;font-weight:500}.News-module__BX4S0W__footerBottom{text-align:center;border-top:1px solid var(--border);color:var(--text-light);margin-top:2.5rem;padding-top:1.5rem;font-size:.75rem}@media (max-width:1024px){.News-module__BX4S0W__newsGrid{gap:1.5rem;padding:0 1.5rem}.News-module__BX4S0W__filtersSection{padding:0 1.5rem}}@media (max-width:768px){.News-module__BX4S0W__newsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.News-module__BX4S0W__cardTitle{font-size:1.2rem}.News-module__BX4S0W__statsGrid{gap:1rem}.News-module__BX4S0W__footerContent{text-align:center;flex-direction:column;align-items:center}.News-module__BX4S0W__footerInfo{text-align:center}}@media (max-width:640px){.News-module__BX4S0W__newsGrid{grid-template-columns:1fr;padding:0 1rem}.News-module__BX4S0W__filtersSection{padding:0 1rem}.News-module__BX4S0W__categoryFilters{gap:.5rem}.News-module__BX4S0W__categoryFilter{padding:.5rem 1rem;font-size:.813rem}.News-module__BX4S0W__cardContent{padding:1rem}.News-module__BX4S0W__cardStats{gap:.75rem}.News-module__BX4S0W__cardActions{gap:.25rem}.News-module__BX4S0W__actionButton{padding:.25rem .5rem;font-size:.75rem}.News-module__BX4S0W__statsGrid{flex-direction:column;gap:.5rem}}
