.articles_container__IQ21T{min-height:100vh;display:flex;flex-direction:column;background:var(--color-background)}.articles_main__dm80K{flex:1 1;padding-top:80px}.articles_hero__scg4U{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 100%);color:white;padding:80px var(--space-8);text-align:center;box-shadow:var(--shadow-2);border-radius:var(--radius-xl);margin:var(--space-8) 0}.articles_heroContent__zKJAA{max-width:800px;margin:0 auto;padding:0 var(--space-8);display:flex;flex-direction:column;align-items:center;gap:var(--space-6)}.articles_heroIcon__a753l{color:rgba(255,255,255,.8);margin-bottom:var(--space-4)}.articles_heroTitle__H1ulD{font-size:3rem;font-weight:800;color:white;text-shadow:0 4px 8px rgba(0,0,0,.3);margin-bottom:1.5rem;line-height:1.2}.articles_heroSubtitle__N0q4T{font-size:1.25rem;color:rgba(255,255,255,.9);line-height:1.6;max-width:600px;margin:0 auto}.articles_content__kmOsS{max-width:1400px;margin:0 auto;padding:4rem 2rem}.articles_filters__7Dcv1{margin-bottom:3rem}.articles_categoryTabs__IP7Ch{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.articles_categoryTab__D8nTd{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:white;border-radius:25px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.articles_categoryTab__D8nTd:hover{border-color:#667eea;color:#667eea}.articles_categoryTab__D8nTd.articles_active__O_T5m{background:#667eea;border-color:#667eea;color:white}.articles_magazineLayout__o2pZR,.articles_topicsLayout__DSfcm{display:flex;flex-direction:column;gap:4rem}.articles_topicSection__TzJMw{background:white;border-radius:20px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08)}.articles_topicHeader__ObyyC{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.articles_topicTitle__fOr60{font-size:2rem;font-weight:800;color:#1e293b;margin:0}.articles_viewAllLink__KmUVY{display:flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.articles_viewAllLink__KmUVY:hover{color:#5a67d8}.articles_topicFeatured__491sy{margin-bottom:2rem}.articles_topicFeatured__491sy .articles_featuredArticle__gsxvP{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:2rem;gap:2rem;box-shadow:none;border-radius:16px;overflow:hidden;border:1px solid #f1f5f9}.articles_topicFeatured__491sy .articles_featuredImage__qLbep{height:300px}.articles_topicFeatured__491sy .articles_featuredContent__5crf4{padding:2rem}.articles_topicFeatured__491sy .articles_featuredTitle__OiZLG{font-size:1.5rem;margin-bottom:1rem}.articles_topicArticles__ya9_d{border-top:1px solid #f1f5f9;padding-top:2rem}.articles_articlesList__1WqUC{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.articles_listArticle__Tgtce{display:flex;gap:1rem;padding:1rem;border-radius:12px;transition:background-color .2s ease}.articles_listArticle__Tgtce:hover{background-color:#f8fafc}.articles_listArticleImage___cp19{flex-shrink:0;width:120px;height:80px;border-radius:8px;overflow:hidden}.articles_listArticleImage___cp19 .articles_image__LHSne{width:100%;height:100%;object-fit:cover}.articles_listArticleContent__J4Wj6{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.articles_listArticleTitle__msb4N{font-size:1rem;font-weight:700;line-height:1.4;margin:0}.articles_listArticleTitle__msb4N a{color:#1e293b;text-decoration:none;transition:color .2s ease}.articles_listArticleTitle__msb4N a:hover{color:#667eea}.articles_listArticleExcerpt__tSkZS{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.articles_listArticleMeta__7E1yc{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.75rem;font-weight:500}.articles_featuredSection__VU7HM{margin-bottom:2rem}.articles_featuredArticle__gsxvP{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;background:white;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.articles_featuredArticle__gsxvP:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.articles_featuredImage__qLbep{position:relative;height:400px;overflow:hidden}.articles_featuredImage__qLbep .articles_image__LHSne{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.articles_featuredArticle__gsxvP:hover .articles_featuredImage__qLbep .articles_image__LHSne{transform:scale(1.05)}.articles_featuredBadge__CJevH{position:absolute;top:1.5rem;left:1.5rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:700;color:#667eea;text-transform:uppercase;letter-spacing:.5px}.articles_featuredContent__5crf4{padding:3rem;display:flex;flex-direction:column;justify-content:center}.articles_featuredMeta__863zV{display:flex;gap:1.5rem;margin-bottom:1.5rem;color:#64748b;font-size:.875rem;font-weight:500}.articles_metaItem__7mY9e{display:flex;align-items:center;gap:.5rem}.articles_featuredTitle__OiZLG{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.articles_featuredTitle__OiZLG a{color:#1e293b;text-decoration:none;transition:color .3s ease}.articles_featuredTitle__OiZLG a:hover{color:#667eea}.articles_featuredExcerpt__q4dHb{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:2rem}.articles_featuredAuthor__TR_gn{display:flex;align-items:center;gap:1rem}.articles_authorAvatar__MqWmG{border-radius:50%;object-fit:cover}.articles_authorInfo__nRP5M{display:flex;flex-direction:column;gap:.5rem}.articles_authorName__rr4Uo{font-weight:600;color:#1e293b}.articles_featuredReadMore__yXCzm{display:flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s ease}.articles_featuredReadMore__yXCzm:hover{color:#5a67d8}.articles_contentGrid__bKrLY{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem}.articles_articlesMain__vejAJ{display:flex;flex-direction:column;gap:3rem}.articles_sectionTitle__tR3LI{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #667eea;position:relative}.articles_sectionTitle__tR3LI:after{content:"";position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:#f59e0b}.articles_topStoriesGrid__5dH_2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.articles_topStoryCard__Kmii5{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.articles_topStoryCard__Kmii5:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.articles_topStoryImage__X2I4c{position:relative;height:200px;overflow:hidden}.articles_topStoryImage__X2I4c .articles_image__LHSne{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.articles_topStoryCard__Kmii5:hover .articles_topStoryImage__X2I4c .articles_image__LHSne{transform:scale(1.1)}.articles_categoryBadge__4SsmO{position:absolute;top:1rem;left:1rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;color:#667eea;text-transform:uppercase;letter-spacing:.3px}.articles_topStoryContent__gDCw8{padding:1.5rem}.articles_topStoryTitle__57ADQ{font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.articles_topStoryTitle__57ADQ a{color:#1e293b;text-decoration:none;transition:color .2s ease}.articles_topStoryTitle__57ADQ a:hover{color:#667eea}.articles_topStoryExcerpt___JPhT{color:#64748b;line-height:1.6;margin-bottom:1rem;font-size:.9rem}.articles_topStoryMeta__RnZk0{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.8rem;font-weight:500}.articles_moreStoriesGrid__r44nR{display:flex;flex-direction:column;gap:1.5rem}.articles_storyCard__zY2YR{display:grid;grid-template-columns:200px 1fr;grid-gap:1.5rem;gap:1.5rem;background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.articles_storyCard__zY2YR:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.articles_storyImage__NagN3{height:120px;overflow:hidden}.articles_storyImage__NagN3 .articles_image__LHSne{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.articles_storyCard__zY2YR:hover .articles_storyImage__NagN3 .articles_image__LHSne{transform:scale(1.05)}.articles_storyContent__u5GWb{padding:1rem 1.5rem 1rem 0;display:flex;flex-direction:column;justify-content:center}.articles_storyMeta__TcDot{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.articles_categoryTag__eEu45{background:#f1f5f9;color:#667eea;padding:.25rem .75rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.articles_storyDate__XTHiE{color:#94a3b8;font-size:.8rem;font-weight:500}.articles_storyTitle__yosIK{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.articles_storyTitle__yosIK a{color:#1e293b;text-decoration:none;transition:color .2s ease}.articles_storyTitle__yosIK a:hover{color:#667eea}.articles_storyExcerpt__ryvRR{color:#64748b;line-height:1.5;font-size:.85rem}.articles_sidebar__U5Hg9{display:flex;flex-direction:column;gap:2.5rem}.articles_sidebarSection__HdvuL{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.articles_sidebarTitle__w2bDj{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.articles_trendingList__iNMA4{display:flex;flex-direction:column;gap:1.25rem}.articles_trendingItem__HIiUH{display:flex;gap:1rem;align-items:flex-start}.articles_trendingNumber__MHkCZ{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-radius:50%;font-weight:700;font-size:.875rem;flex-shrink:0}.articles_trendingContent__1oUXa{flex:1 1}.articles_trendingTitle__5UeVb{font-size:.95rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.articles_trendingTitle__5UeVb a{color:#1e293b;text-decoration:none;transition:color .2s ease}.articles_trendingTitle__5UeVb a:hover{color:#667eea}.articles_trendingMeta__p2_sO{color:#94a3b8;font-size:.8rem;font-weight:500}.articles_categoriesList__Gejt7{display:flex;flex-direction:column;gap:.5rem}.articles_categoryLink__wiYWs{padding:.75rem 1rem;border:none;background:#f8fafc;color:#64748b;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.articles_categoryLink__wiYWs:hover{background:#f1f5f9;color:#667eea}.articles_activeCategoryLink__QOfos{background:#667eea;color:white}.articles_activeCategoryLink__QOfos:hover{background:#5a67d8;color:white}.articles_emptyState__G_V3Q,.articles_loading__z8yYs{text-align:center;padding:4rem 2rem;color:#64748b;font-size:1.125rem}.articles_newsletter__DHsoz{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:20px;padding:3rem;text-align:center;margin-top:4rem}.articles_newsletterContent__idsJw h3{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.articles_newsletterContent__idsJw p{color:#64748b;font-size:1.125rem;margin-bottom:2rem}.articles_newsletterForm__J_KJQ{display:flex;gap:1rem;max-width:400px;margin:0 auto}.articles_emailInput__4ILdn{flex:1 1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s ease}.articles_emailInput__4ILdn:focus{border-color:#667eea}.articles_subscribeButton__AqsmW{padding:.75rem 1.5rem;background:#667eea;color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.articles_subscribeButton__AqsmW:hover{background:#5a67d8}@media (max-width:1200px){.articles_contentGrid__bKrLY{grid-template-columns:1fr;gap:3rem}.articles_sidebar__U5Hg9{order:-1}}@media (max-width:768px){.articles_heroTitle__H1ulD{font-size:2rem}.articles_hero__scg4U{padding:var(--space-12) var(--space-6)}.articles_heroContent__zKJAA{padding:0 var(--space-4)}.articles_content__kmOsS{padding:2rem 1rem}.articles_featuredArticle__gsxvP{grid-template-columns:1fr;gap:0}.articles_featuredImage__qLbep{height:250px}.articles_featuredContent__5crf4{padding:2rem}.articles_featuredTitle__OiZLG{font-size:1.75rem}.articles_topStoriesGrid__5dH_2{grid-template-columns:1fr}.articles_storyCard__zY2YR{grid-template-columns:1fr;gap:0}.articles_storyImage__NagN3{height:160px}.articles_storyContent__u5GWb{padding:1rem}.articles_newsletterForm__J_KJQ{flex-direction:column}.articles_newsletter__DHsoz{padding:2rem}.articles_topicSection__TzJMw{padding:1.5rem}.articles_topicHeader__ObyyC{flex-direction:column;align-items:flex-start;gap:1rem}.articles_topicTitle__fOr60{font-size:1.5rem}.articles_topicFeatured__491sy .articles_featuredArticle__gsxvP{grid-template-columns:1fr;gap:0}.articles_topicFeatured__491sy .articles_featuredImage__qLbep{height:200px}.articles_topicFeatured__491sy .articles_featuredContent__5crf4{padding:1.5rem}.articles_topicFeatured__491sy .articles_featuredTitle__OiZLG{font-size:1.25rem}.articles_articlesList__1WqUC{grid-template-columns:1fr;gap:1rem}.articles_listArticle__Tgtce{flex-direction:column;gap:1rem}.articles_listArticleImage___cp19{width:100%;height:120px}}@media (max-width:480px){.articles_hero__scg4U{padding:var(--space-8) var(--space-4)}.articles_heroContent__zKJAA{padding:0 var(--space-2)}.articles_featuredContent__5crf4{padding:1.5rem}.articles_featuredTitle__OiZLG{font-size:1.5rem}.articles_sidebarSection__HdvuL{padding:1.5rem}.articles_categoryTabs__IP7Ch{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.articles_categoryTab__D8nTd{white-space:nowrap}}