.ArticlesPage_container__pMQs6{max-width:1200px;margin:0 auto;padding:2rem 0}.ArticlesPage_header__1YHGA{text-align:center;margin-bottom:3rem}.ArticlesPage_title__LbzG7{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.ArticlesPage_subtitle__EBaly{font-size:1.25rem;color:var(--gray);margin-bottom:2rem}.ArticlesPage_filterButtons__nyvGh{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.ArticlesPage_filterButton__gDF7I{padding:.75rem 1.5rem;background:transparent;color:var(--gray);border:2px solid rgba(255,255,255,.1);border-radius:50px;font-family:var(--font-heading);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.ArticlesPage_filterButton__gDF7I:hover:not(:disabled){background:rgba(42,63,251,.1);border-color:var(--primary);color:var(--secondary);transform:translateY(-2px)}.ArticlesPage_filterButton__gDF7I.ArticlesPage_active__bcQ_A{background:var(--gradient-primary);border-color:var(--primary);color:white;box-shadow:0 4px 12px rgba(42,63,251,.3)}.ArticlesPage_filterButton__gDF7I:disabled{opacity:.6;cursor:not-allowed;transform:none}.ArticlesPage_articlesList__SakKS{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.ArticlesPage_article__98fSU{display:flex;gap:2rem;background:rgba(255,255,255,.03);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;animation:ArticlesPage_fadeInUp__o86Tc .6s ease-out}@keyframes ArticlesPage_fadeInUp__o86Tc{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ArticlesPage_article__98fSU:hover{border-color:var(--primary);box-shadow:0 5px 20px rgba(42,63,251,.1)}.ArticlesPage_articleImage__z2vHx{flex:0 0 300px;border-radius:8px;overflow:hidden}.ArticlesPage_articleImage__z2vHx img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.ArticlesPage_articleContent__Nyzm7{flex:1 1;display:flex;flex-direction:column}.ArticlesPage_articleHeader__YXozP{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}.ArticlesPage_articleDate__9lAAx{font-size:.9rem;color:var(--gray)}.ArticlesPage_articleCategory__EX_Lo{font-size:.8rem;background:rgba(42,63,251,.2);color:var(--secondary);padding:.3rem .8rem;border-radius:50px}.ArticlesPage_articleTitle__GxYvo{font-size:1.5rem;margin-bottom:1rem;line-height:1.4;color:var(--light)}.ArticlesPage_articleAuthor__oqJ2a{display:flex;align-items:center;gap:.7rem;margin-bottom:1.5rem;font-size:.95rem}.ArticlesPage_authorAvatar__SCMRL{width:32px;height:32px;border-radius:50%;object-fit:cover;border:.5px solid white}.ArticlesPage_readButton__63_PH{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;align-self:flex-start;padding:.7rem 1.5rem;background:var(--gradient-primary);color:white;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.ArticlesPage_readButton__63_PH:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(42,63,251,.3)}.ArticlesPage_arrowIcon__qx5Ju{width:18px;height:18px;transition:transform .3s ease}.ArticlesPage_readButton__63_PH:hover .ArticlesPage_arrowIcon__qx5Ju{transform:translateX(3px)}.ArticlesPage_loadMoreButton__ZXh78{display:block;margin:0 auto 2rem;padding:.75rem 2rem;background:transparent;color:var(--secondary);border:2px solid var(--secondary);border-radius:50px;font-family:var(--font-heading);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.ArticlesPage_loadMoreButton__ZXh78:hover:not(:disabled){background:rgba(0,240,255,.1);transform:translateY(-2px)}.ArticlesPage_loadMoreButton__ZXh78:disabled{opacity:.6;cursor:not-allowed;transform:none}.ArticlesPage_loading__pG5xx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.ArticlesPage_loading__pG5xx p{color:var(--gray);font-size:.9rem;margin:0}.ArticlesPage_spinner__uw86S{width:40px;height:40px;border:4px solid rgba(42,63,251,.2);border-top:4px solid var(--primary);border-radius:50%;animation:ArticlesPage_spin__reAOV 1s linear infinite}.ArticlesPage_counter__gMmD8{text-align:center;padding:1rem;color:var(--gray);font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.ArticlesPage_progressContainer__jDyED{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:1rem 0}.ArticlesPage_progressBar__TGIOa{width:200px;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}.ArticlesPage_progressFill__x8w1u{height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px;transition:width .3s ease}.ArticlesPage_progressText__N54Rn{font-size:.8rem;color:var(--gray)}.ArticlesPage_endMessage__H_ApP{text-align:center;padding:2rem;color:var(--gray);border-top:1px solid rgba(255,255,255,.1)}.ArticlesPage_endMessage__H_ApP p{margin-bottom:1rem}.ArticlesPage_resetButton___wzGd{background:rgba(255,255,255,.1);border:1px solid var(--gray);color:var(--gray);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.ArticlesPage_resetButton___wzGd:hover{background:rgba(255,255,255,.2);color:white;border-color:white}.ArticlesPage_scrollToTopButton__qJSM3{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--primary);color:white;border:none;border-radius:50%;font-size:20px;cursor:pointer;z-index:1000;transition:all .3s ease;box-shadow:0 4px 12px rgba(42,63,251,.3)}.ArticlesPage_scrollToTopButton__qJSM3:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 6px 16px rgba(42,63,251,.4)}.ArticlesPage_readMoreBtn__53OLG{background:none;border:none;color:var(--secondary);font-weight:600;font-family:var(--font-heading);cursor:pointer;padding:0;transition:all .3s ease;text-align:left}.ArticlesPage_readMoreBtn__53OLG:hover{color:white;transform:translateX(5px)}.ArticlesPage_readAllBtn__SxJ_O{background:none;border:none;color:var(--secondary);font-weight:600;font-family:var(--font-heading);cursor:pointer;padding:0;transition:all .3s ease;text-align:left;font-size:1rem}.ArticlesPage_readAllBtn__SxJ_O:hover{color:white;transform:translateX(5px)}@keyframes ArticlesPage_spin__reAOV{to{transform:rotate(1turn)}}@media (max-width:768px){.ArticlesPage_article__98fSU{flex-direction:column;gap:1.5rem;padding:1.5rem}.ArticlesPage_subtitle__EBaly{line-height:1.6rem}.ArticlesPage_articleImage__z2vHx{flex:1 1 auto;width:100%}.ArticlesPage_title__LbzG7{font-size:2rem}.ArticlesPage_articleTitle__GxYvo{font-size:1.3rem}.ArticlesPage_readButton__63_PH{align-self:stretch;text-align:center;justify-content:center}.ArticlesPage_readAllBtn__SxJ_O{font-size:.9rem}.ArticlesPage_scrollToTopButton__qJSM3{bottom:20px;right:20px;width:45px;height:45px;font-size:18px}.ArticlesPage_filterButtons__nyvGh{gap:.5rem;padding:0 1rem}.ArticlesPage_filterButton__gDF7I{padding:.6rem 1rem;font-size:.8rem}}