.Articles-module__Fd7cAW__articlePage{background-color:var(--light-gray);min-height:100vh}.Articles-module__Fd7cAW__articleHero{background-image:url(/article.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}.Articles-module__Fd7cAW__articleHero:before{content:"";z-index:1;pointer-events:none;background-color:#0000009c;position:absolute;inset:0}.Articles-module__Fd7cAW__articleHeroInner{z-index:2;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:60px 24px;display:flex;position:relative}.Articles-module__Fd7cAW__articleHeroLeft{color:var(--white);flex:0 0 75%;padding-left:12px}.Articles-module__Fd7cAW__articleHeroLeft .Articles-module__Fd7cAW__breadcrumb{color:#fffffff2;margin-bottom:12px;font-size:.875rem;font-weight:500}.Articles-module__Fd7cAW__articleHeroLeft .Articles-module__Fd7cAW__breadcrumb .Articles-module__Fd7cAW__breadcrumbLink{color:#fffffff2;transition:var(--transition);text-decoration:none}.Articles-module__Fd7cAW__articleHeroLeft .Articles-module__Fd7cAW__breadcrumb .Articles-module__Fd7cAW__breadcrumb-link:hover{color:var(--accent)}.Articles-module__Fd7cAW__articleHeroLeft h1{color:var(--white);letter-spacing:-.5px;margin:0 0 12px;font-size:3rem;font-weight:800;line-height:1.1}.Articles-module__Fd7cAW__heroUnderline{background:var(--accent);transform-origin:0;border-radius:2px;width:80px;height:4px;margin:10px 0 24px;animation:.8s ease-out .5s forwards Articles-module__Fd7cAW__underlineGrow;transform:scaleX(0)}@keyframes Articles-module__Fd7cAW__underlineGrow{to{transform:scaleX(1)}}.Articles-module__Fd7cAW__statsGrid{justify-content:center;gap:2rem;margin-top:1rem;display:flex}.Articles-module__Fd7cAW__statItem{text-align:center}.Articles-module__Fd7cAW__statNumber{color:var(--accent);font-size:1.5rem;font-weight:700;display:block}.Articles-module__Fd7cAW__statLabel{color:var(--text-light);font-size:.875rem}.Articles-module__Fd7cAW__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}.Articles-module__Fd7cAW__filtersSection{max-width:1200px;margin:2rem auto;padding:0 1.5rem;animation:.6s ease-out Articles-module__Fd7cAW__fadeInUp}@keyframes Articles-module__Fd7cAW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Articles-module__Fd7cAW__searchBox{margin-bottom:1rem;position:relative}.Articles-module__Fd7cAW__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}.Articles-module__Fd7cAW__searchInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ff6b351a}.Articles-module__Fd7cAW__searchInput::placeholder{color:var(--text-light)}.Articles-module__Fd7cAW__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%)}.Articles-module__Fd7cAW__clearSearch:hover{color:var(--accent);background-color:#ff6b351a}.Articles-module__Fd7cAW__categoryFilters{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.Articles-module__Fd7cAW__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}.Articles-module__Fd7cAW__categoryFilter:hover{border-color:var(--accent);color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Articles-module__Fd7cAW__categoryFilter.Articles-module__Fd7cAW__active{background:var(--accent);color:var(--white);border-color:var(--accent);box-shadow:var(--shadow-md)}.Articles-module__Fd7cAW__articlesGrid{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 Articles-module__Fd7cAW__fadeInUp;display:grid}.Articles-module__Fd7cAW__articleCard{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 Articles-module__Fd7cAW__cardFadeIn;display:block;position:relative;overflow:hidden}@keyframes Articles-module__Fd7cAW__cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Articles-module__Fd7cAW__articleCard:first-child{animation-delay:50ms}.Articles-module__Fd7cAW__articleCard:nth-child(2){animation-delay:.1s}.Articles-module__Fd7cAW__articleCard:nth-child(3){animation-delay:.15s}.Articles-module__Fd7cAW__articleCard:nth-child(4){animation-delay:.2s}.Articles-module__Fd7cAW__articleCard:nth-child(5){animation-delay:.25s}.Articles-module__Fd7cAW__articleCard:nth-child(6){animation-delay:.3s}.Articles-module__Fd7cAW__articleCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Articles-module__Fd7cAW__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 Articles-module__Fd7cAW__pulse;position:absolute;top:1rem;right:1rem}@keyframes Articles-module__Fd7cAW__pulse{0%,to{opacity:1}50%{opacity:.9}}.Articles-module__Fd7cAW__cardImageContainer{background:linear-gradient(135deg,var(--medium-gray),var(--light-gray));height:220px;position:relative;overflow:hidden}.Articles-module__Fd7cAW__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.Articles-module__Fd7cAW__articleCard:hover .Articles-module__Fd7cAW__cardImage{transform:scale(1.08)}.Articles-module__Fd7cAW__imageOverlay{background:linear-gradient(#0000 0%,#0000004d 100%);position:absolute;inset:0}.Articles-module__Fd7cAW__cardBadges{z-index:5;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:1rem}.Articles-module__Fd7cAW__typeBadge,.Articles-module__Fd7cAW__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}.Articles-module__Fd7cAW__typeBadge{background:var(--accent);color:var(--white)}.Articles-module__Fd7cAW__cardContent{padding:1.5rem}.Articles-module__Fd7cAW__cardMeta{color:var(--text-light);gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.Articles-module__Fd7cAW__cardTitle{color:var(--text);transition:var(--transition);margin:.5rem 0;font-size:1.35rem;font-weight:700;line-height:1.4}.Articles-module__Fd7cAW__articleCard:hover .Articles-module__Fd7cAW__cardTitle{color:var(--accent)}.Articles-module__Fd7cAW__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}.Articles-module__Fd7cAW__cardAuthor{margin-bottom:1rem}.Articles-module__Fd7cAW__authorInfo{align-items:center;gap:.75rem;display:flex}.Articles-module__Fd7cAW__authorAvatar{object-fit:cover;border:2px solid var(--accent);width:40px;height:40px;transition:var(--transition);border-radius:50%}.Articles-module__Fd7cAW__articleCard:hover .Articles-module__Fd7cAW__authorAvatar{transform:scale(1.05)}.Articles-module__Fd7cAW__authorDetails{flex:1}.Articles-module__Fd7cAW__authorName{color:var(--text);font-size:.875rem;font-weight:600;display:block}.Articles-module__Fd7cAW__authorBio{color:var(--text-light);font-size:.75rem}.Articles-module__Fd7cAW__cardTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.Articles-module__Fd7cAW__tag{background:var(--light-gray);color:var(--accent);transition:var(--transition);border-radius:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.Articles-module__Fd7cAW__tag:hover{background:var(--accent);color:var(--white);transform:translateY(-1px)}.Articles-module__Fd7cAW__moreTags{color:var(--text-light);font-size:.75rem}.Articles-module__Fd7cAW__cardFooter{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.Articles-module__Fd7cAW__cardStats{gap:1rem;font-size:.875rem;display:flex}.Articles-module__Fd7cAW__stat{gap:.25rem;display:flex}.Articles-module__Fd7cAW__statLabel{color:var(--text-light)}.Articles-module__Fd7cAW__stat span:last-child{color:var(--text);font-weight:500}.Articles-module__Fd7cAW__cardActions{gap:.5rem;display:flex}.Articles-module__Fd7cAW__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}.Articles-module__Fd7cAW__actionButton:hover{background:#ff6b351a;transform:translateY(-2px)}.Articles-module__Fd7cAW__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 Articles-module__Fd7cAW__fadeInUp}.Articles-module__Fd7cAW__emptyIcon{margin-bottom:1rem;font-size:4rem;animation:2s infinite Articles-module__Fd7cAW__bounce}@keyframes Articles-module__Fd7cAW__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Articles-module__Fd7cAW__emptyTitle{color:var(--text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Articles-module__Fd7cAW__emptyMessage{color:var(--text-light);margin-bottom:1.5rem}.Articles-module__Fd7cAW__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}.Articles-module__Fd7cAW__primaryButton:hover{box-shadow:var(--shadow-md);background:#e55a2b;transform:translateY(-2px)}.Articles-module__Fd7cAW__footer{background:var(--white);border-top:1px solid var(--border);box-shadow:var(--shadow-lg);margin-top:4rem;padding:3rem 0 2rem}.Articles-module__Fd7cAW__footerContent{flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Articles-module__Fd7cAW__footerInfo{max-width:350px}.Articles-module__Fd7cAW__footerTitle{color:var(--text);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.Articles-module__Fd7cAW__footerDescription{color:var(--text-light);font-size:.875rem;line-height:1.6}.Articles-module__Fd7cAW__footerStats{gap:2.5rem;display:flex}.Articles-module__Fd7cAW__footerStat{text-align:center;transition:var(--transition)}.Articles-module__Fd7cAW__footerStat:hover{transform:translateY(-3px)}.Articles-module__Fd7cAW__footerStatNumber{color:var(--accent);font-size:1.5rem;font-weight:700;display:block}.Articles-module__Fd7cAW__footerStatLabel{color:var(--text-light);font-size:.75rem;font-weight:500}.Articles-module__Fd7cAW__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){.Articles-module__Fd7cAW__articlesGrid{gap:1.5rem;padding:0 1.5rem}.Articles-module__Fd7cAW__filtersSection{padding:0 1.5rem}}@media (max-width:768px){.Articles-module__Fd7cAW__articlesGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.Articles-module__Fd7cAW__cardTitle{font-size:1.2rem}.Articles-module__Fd7cAW__statsGrid{gap:1rem}.Articles-module__Fd7cAW__footerContent{text-align:center;flex-direction:column;align-items:center}.Articles-module__Fd7cAW__footerInfo{text-align:center}}@media (max-width:640px){.Articles-module__Fd7cAW__articlesGrid{grid-template-columns:1fr;padding:0 1rem}.Articles-module__Fd7cAW__filtersSection{padding:0 1rem}.Articles-module__Fd7cAW__categoryFilters{gap:.5rem}.Articles-module__Fd7cAW__categoryFilter{padding:.5rem 1rem;font-size:.813rem}.Articles-module__Fd7cAW__cardContent{padding:1rem}.Articles-module__Fd7cAW__cardStats{gap:.75rem}.Articles-module__Fd7cAW__cardActions{gap:.25rem}.Articles-module__Fd7cAW__actionButton{padding:.25rem .5rem;font-size:.75rem}.Articles-module__Fd7cAW__statsGrid{flex-direction:column;gap:.5rem}}
.footer{background:linear-gradient(135deg,var(--dark-navy)0%,var(--navy)100%);color:var(--white);padding:2rem 2rem 0;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,var(--accent),#ff8c5a);height:3px;position:absolute;top:0;left:0;right:0}.footer-content{z-index:1;grid-template-columns:1.2fr 1.5fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.footer-brand{flex-direction:column;display:flex}.footer-brand-logo{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.logo-text{letter-spacing:-.5px;font-size:2rem;font-weight:800;line-height:1}.logo-text .apollo{color:var(--white)}.logo-text .usa{color:var(--accent)}.footer-brand p{color:#cbd5e1;max-width:360px;margin-bottom:.75rem;font-size:.95rem;line-height:1.5}.footer-contact{margin-top:1rem}.contact-item{color:#cbd5e1;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;transition:all .25s;display:flex}.contact-item:hover{color:var(--white);transform:translate(5px)}.contact-item svg{color:var(--accent);min-width:20px;font-size:1rem}.contact-item span{word-break:break-word}.footer-links-wrapper{flex-direction:column;display:flex}.footer-links-wrapper h4,.footer-info h4{color:var(--white);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700;position:relative}.footer-links-wrapper h4:after,.footer-info h4:after{content:"";background:var(--accent);border-radius:2px;width:40px;height:3px;transition:width .3s;position:absolute;bottom:0;left:0}.footer-links-wrapper:hover h4:after,.footer-info:hover h4:after{width:60px}.footer-links-container{grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem;display:grid}.footer-links-column{flex-direction:column;display:flex}.footer-links-column a{color:#e2e8f0;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.9rem;text-decoration:none;transition:all .25s;display:flex;position:relative}.footer-links-column a:before{content:"›";color:var(--accent);opacity:.8;font-size:1rem;font-weight:700;transition:all .25s}.footer-links-column a:hover{color:var(--white);transform:translate(5px)}.footer-links-column a:hover:before{color:#ff8c5a;opacity:1;transform:scale(1.2)}.footer-info p{color:#e2e8f0;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.25rem 0;font-size:.9rem;transition:all .25s;display:flex}.footer-info p:hover{color:var(--white);transform:translate(5px)}.footer-info p:before{content:"✓";color:var(--accent);font-size:.9rem;font-weight:700;transition:transform .25s}.footer-info p:hover:before{transform:scale(1.2)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1f;max-width:1200px;margin:3rem auto 0;padding-top:1.5rem}.footer-bottom p{color:#cbd5e1;margin-bottom:.2rem;font-size:.85rem}.footer-bottom p:last-child{color:#94a3b8;font-size:.8rem;font-style:italic}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{text-align:center;grid-column:1/-1;align-items:center}.footer-brand p{margin:0 auto}.footer-links-wrapper{align-items:center}.footer-links-wrapper h4:after,.footer-info h4:after{left:50%;transform:translate(-50%)}.footer-links-wrapper h4,.footer-info h4{text-align:center}.footer-links-container{gap:1rem}.footer-links-column a,.footer-info p{justify-content:flex-start}.contact-item{justify-content:center}}@media (max-width:768px){.footer-content{text-align:center;grid-template-columns:1fr;gap:2rem}.footer{padding:1.5rem 1.15rem 0}.footer-links-container{grid-template-columns:1fr;gap:0}.footer-links-column a,.footer-info p,.contact-item,.footer-brand-logo{justify-content:center}.footer-links-column a:before,.footer-info p:before{display:none}.footer-links-wrapper h4:after,.footer-info h4:after{left:50%;transform:translate(-50%)}}@media (max-width:480px){.footer{padding:2rem .75rem 0}.logo-text{font-size:1.75rem}.contact-item{text-align:center;flex-wrap:wrap;font-size:.8rem}.footer-links-column a,.footer-info p{font-size:.85rem}}
