.home-module__Hx0lNG__heroSection{z-index:1;padding:12px 24px 0;position:relative}.home-module__Hx0lNG__heroWrapper{max-width:1280px;margin:0 auto;position:relative}.home-module__Hx0lNG__heroImageContainer{border-radius:40px;width:100%;height:520px;position:relative;overflow:hidden}.home-module__Hx0lNG__heroImage{object-fit:cover}.home-module__Hx0lNG__heroOverlay{pointer-events:none;background:linear-gradient(#0003 0%,#0006 30%,#000c 100%),#0000001a;position:absolute;inset:0}.home-module__Hx0lNG__heroContent{z-index:2;flex-direction:column;justify-content:flex-end;padding:40px 48px 120px;display:flex;position:absolute;inset:0}.home-module__Hx0lNG__heroInner{max-width:640px}.home-module__Hx0lNG__heroBadge{-webkit-backdrop-filter:blur(8px);color:var(--white);background:#ffffff26;border:1px solid #fff3;border-radius:50px;align-items:center;gap:6px;width:fit-content;margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-flex}.home-module__Hx0lNG__heroBadgeDot{background:var(--badge-green-text);border-radius:50%;width:6px;height:6px;animation:2s infinite home-module__Hx0lNG__pulse}@keyframes home-module__Hx0lNG__pulse{0%,to{opacity:1}50%{opacity:.4}}.home-module__Hx0lNG__heroTitle{font-size:var(--text-4xl);color:var(--white);letter-spacing:-.03em;margin-bottom:16px;font-weight:800;line-height:1.15}.home-module__Hx0lNG__heroDesc{font-size:var(--text-base);color:#ffffffd9;max-width:60ch;margin-bottom:28px;line-height:1.6}.home-module__Hx0lNG__heroBtn{color:var(--black);background:var(--white);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:10px;padding:12px 28px;font-size:14px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 2px 10px #00000026}.home-module__Hx0lNG__heroBtn:hover{background:var(--dark-btn-bg-hover,#f0f0f0);transform:translateY(-1px)}.home-module__Hx0lNG__heroBtnArrow{display:inline-flex}.home-module__Hx0lNG__cardsSection{z-index:10;padding:0 24px;position:relative}.home-module__Hx0lNG__cardsWrapper{width:85%;max-width:1140px;margin:0 auto}.home-module__Hx0lNG__cardsRow{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:-80px;display:grid;position:relative}.home-module__Hx0lNG__sliderIndicators{display:none}.home-module__Hx0lNG__card{background:var(--card);border:1px solid var(--card-border);padding:var(--space-md);box-shadow:var(--shadow-xl);border-radius:24px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex}.home-module__Hx0lNG__card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0000001f}.home-module__Hx0lNG__cardBadge{font-size:var(--text-xs);border-radius:50px;align-items:center;width:fit-content;margin-bottom:14px;padding:4px 12px;font-weight:600;display:inline-flex}.home-module__Hx0lNG__cardBadgeGreen{background:var(--badge-green-bg);color:var(--badge-green-text)}.home-module__Hx0lNG__cardBadgeBlue{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.home-module__Hx0lNG__cardBadgeAmber{background:var(--badge-amber-bg);color:var(--badge-amber-text)}.home-module__Hx0lNG__cardTitle{font-size:var(--text-base);color:var(--foreground);margin-bottom:16px;font-weight:700;line-height:1.4}.home-module__Hx0lNG__cardMeta{align-items:center;gap:10px;margin-top:auto;display:flex}.home-module__Hx0lNG__cardAvatar{background:var(--primary-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;display:flex}.home-module__Hx0lNG__cardMetaText{flex-direction:column;display:flex}.home-module__Hx0lNG__cardMetaName{color:var(--foreground);font-size:13px;font-weight:600}.home-module__Hx0lNG__cardMetaInfo{color:var(--text-muted);font-size:12px}.home-module__Hx0lNG__comingSoon{text-align:center;max-width:600px;margin:80px auto;padding:0 24px}.home-module__Hx0lNG__comingSoonCard{border-radius:28px;flex-direction:column;align-items:center;gap:20px;padding:48px 32px;display:flex}.home-module__Hx0lNG__comingSoonTitle{font-size:var(--text-3xl);background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.home-module__Hx0lNG__comingSoonDesc{font-size:var(--text-base);color:var(--text-muted);max-width:60ch;line-height:1.6}.home-module__Hx0lNG__comingSoonForm{gap:8px;width:100%;max-width:400px;margin-top:8px;display:flex}.home-module__Hx0lNG__comingSoonInput{background:var(--background);border:1px solid var(--card-border);color:var(--foreground);border-radius:50px;flex:1;padding:12px 20px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.home-module__Hx0lNG__comingSoonInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.home-module__Hx0lNG__comingSoonSubmit{background:var(--primary);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .2s}.home-module__Hx0lNG__comingSoonSubmit:hover{background:var(--primary-hover)}.home-module__Hx0lNG__comingSoonSuccess{background:var(--primary-light);color:var(--primary);border-radius:16px;padding:14px 20px;font-size:14px;font-weight:600}.home-module__Hx0lNG__categoriesSection{background:var(--background);padding:60px 24px 80px}.home-module__Hx0lNG__categoriesContainer{width:100%;max-width:1280px;margin:0 auto;padding:0}.home-module__Hx0lNG__categoriesGrid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.home-module__Hx0lNG__categoryCard{aspect-ratio:4/5;box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;justify-content:space-between;padding:20px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.home-module__Hx0lNG__categoryCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.home-module__Hx0lNG__categoryImage{object-fit:cover;transition:transform .5s}.home-module__Hx0lNG__categoryCard:hover .home-module__Hx0lNG__categoryImage{transform:scale(1.05)}.home-module__Hx0lNG__categoryOverlay{z-index:1;background:linear-gradient(#00000026 0%,#0000001a 50%,#00000073 100%);position:absolute;inset:0}.home-module__Hx0lNG__categoryBadge{z-index:2;background:var(--badge-gold-bg);color:var(--badge-gold-text);border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;transition:background-color .2s,color .2s;display:inline-flex;position:relative;box-shadow:0 2px 8px #00000014}html[data-theme=dark] .home-module__Hx0lNG__categoryBadge{box-shadow:0 2px 8px #0000004d}.home-module__Hx0lNG__categoryArrow{font-size:14px;transition:transform .2s;display:inline-flex}html[dir=rtl] .home-module__Hx0lNG__categoryArrow{transform:scaleX(-1)}.home-module__Hx0lNG__categoryCard:hover .home-module__Hx0lNG__categoryArrow{transform:translate(3px)}html[dir=rtl] .home-module__Hx0lNG__categoryCard:hover .home-module__Hx0lNG__categoryArrow{transform:scaleX(-1)translate(3px)}.home-module__Hx0lNG__categoryNamePill{z-index:2;background:var(--pill-bg);color:var(--pill-text);text-align:center;border-radius:50px;width:100%;padding:12px 18px;font-size:15px;font-weight:600;position:relative;box-shadow:0 4px 15px #0000001a}html[data-theme=dark] .home-module__Hx0lNG__categoryNamePill{box-shadow:0 4px 15px #0006}@media (max-width:1024px){.home-module__Hx0lNG__heroImageContainer{border-radius:32px;height:440px}.home-module__Hx0lNG__heroContent{padding:32px 36px 92px}.home-module__Hx0lNG__cardsSection{padding:0 16px}.home-module__Hx0lNG__cardsRow{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:-60px}.home-module__Hx0lNG__categoriesSection{padding:48px 0 80px}.home-module__Hx0lNG__categoriesContainer{width:100%;padding:0}.home-module__Hx0lNG__categoriesGrid{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:16px;padding:0 24px 20px;display:flex;overflow-x:auto}.home-module__Hx0lNG__categoriesGrid::-webkit-scrollbar{display:none}.home-module__Hx0lNG__categoryCard{aspect-ratio:4/5;border-radius:20px;flex-shrink:0;width:180px;padding:16px}.home-module__Hx0lNG__categoryNamePill{border-radius:50px;padding:9px 14px;font-size:13px}}@media (max-width:768px){.home-module__Hx0lNG__heroSection{padding:8px 16px 0}.home-module__Hx0lNG__heroImageContainer{border-radius:24px;height:380px}.home-module__Hx0lNG__heroContent{padding:24px 24px 72px}.home-module__Hx0lNG__heroTitle{margin-bottom:12px}.home-module__Hx0lNG__heroDesc{margin-bottom:20px}.home-module__Hx0lNG__heroBadge{margin-bottom:12px;padding:5px 12px;font-size:11px}.home-module__Hx0lNG__cardsSection{padding:0 8px}.home-module__Hx0lNG__cardsRow{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:-48px}.home-module__Hx0lNG__card:nth-child(3){display:none}.home-module__Hx0lNG__card{border-radius:20px;padding:20px}.home-module__Hx0lNG__categoriesGrid{padding:0 16px 20px}}@media (max-width:480px){.home-module__Hx0lNG__heroSection{padding:6px 12px 0}.home-module__Hx0lNG__heroImageContainer{border-radius:20px;height:340px}.home-module__Hx0lNG__heroContent{padding:20px 20px 56px}.home-module__Hx0lNG__heroTitle{line-height:1.25}.home-module__Hx0lNG__heroDesc{margin-bottom:16px}.home-module__Hx0lNG__heroBtn{padding:10px 22px;font-size:13px}.home-module__Hx0lNG__cardsSection{padding:0}.home-module__Hx0lNG__cardsWrapper{width:100%}.home-module__Hx0lNG__cardsRow{transform:translateY(-36px) translateX(calc(-1 * var(--active-index,0) * 85% - var(--active-index,0) * 16px + 7.5%));z-index:10;flex-wrap:nowrap;gap:16px;margin-top:0;margin-bottom:-20px;padding:0 0 20px;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.home-module__Hx0lNG__card:nth-child(3){display:flex}.home-module__Hx0lNG__card{border-radius:18px;flex-shrink:0;width:85%;padding:18px}.home-module__Hx0lNG__cardTitle{margin-bottom:12px}.home-module__Hx0lNG__cardAvatar{width:36px;height:36px;font-size:14px}.home-module__Hx0lNG__sliderIndicators{justify-content:center;gap:8px;margin-top:-12px;margin-bottom:16px;display:flex}.home-module__Hx0lNG__indicatorDot{background:var(--card-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.home-module__Hx0lNG__indicatorDotActive{background:var(--primary);border-radius:4px;width:16px}.home-module__Hx0lNG__comingSoon{margin:60px auto}.home-module__Hx0lNG__comingSoonCard{padding:32px 20px}.home-module__Hx0lNG__comingSoonForm{flex-direction:column}.home-module__Hx0lNG__comingSoonSubmit{width:100%}.home-module__Hx0lNG__categoriesSection{padding:32px 0 48px}.home-module__Hx0lNG__categoriesGrid{padding:0 12px 20px}.home-module__Hx0lNG__categoryCard{border-radius:16px;width:160px;padding:12px}.home-module__Hx0lNG__categoryNamePill{padding:8px 10px;font-size:12px}.home-module__Hx0lNG__categoryBadge{padding:4px 10px;font-size:11px}}
.about-section-module__SVz4KG__aboutSection{background:var(--background);content-visibility:auto;contain-intrinsic-size:0 600px;padding:0 24px 80px}.about-section-module__SVz4KG__container{width:100%;max-width:1280px;margin:0 auto}.about-section-module__SVz4KG__sectionHeader{text-align:center;max-width:700px;margin:0 auto 50px}.about-section-module__SVz4KG__badge{background:var(--primary-light);color:var(--primary);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;border-radius:50px;align-items:center;margin-bottom:16px;padding:6px 16px;font-weight:700;display:inline-flex}.about-section-module__SVz4KG__title{font-size:var(--text-3xl);color:var(--primary);margin-bottom:16px;font-weight:800;line-height:1.25}.about-section-module__SVz4KG__subtitle{font-size:var(--text-base);color:var(--text-muted);line-height:1.6}.about-section-module__SVz4KG__aboutCard{background:var(--white);border:1px solid var(--card-border);box-shadow:var(--shadow-md);border-radius:28px;min-height:auto;transition:box-shadow .3s;display:flex;overflow:hidden}html[data-theme=dark] .about-section-module__SVz4KG__aboutCard{background:var(--card)}.about-section-module__SVz4KG__aboutCard:hover{box-shadow:var(--shadow-lg)}.about-section-module__SVz4KG__tabsSidebar{border-right:1px solid var(--card-border);background:#0c5c3605;flex-direction:column;flex-shrink:0;gap:8px;width:280px;padding:24px 16px;display:flex}html[data-theme=dark] .about-section-module__SVz4KG__tabsSidebar{background:#10b98105}.about-section-module__SVz4KG__logoCard{background:var(--white);border:1px solid var(--card-border);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border-radius:16px;justify-content:center;align-items:center;margin-bottom:16px;padding:16px;display:flex}html[data-theme=dark] .about-section-module__SVz4KG__logoCard{background:var(--card)}.about-section-module__SVz4KG__logoCard:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.about-section-module__SVz4KG__sidebarLogo{object-fit:contain;width:56px;height:56px;transition:transform .3s}.about-section-module__SVz4KG__logoCard:hover .about-section-module__SVz4KG__sidebarLogo{transform:scale(1.05)}.about-section-module__SVz4KG__tabButton{color:var(--text-muted);text-align:left;cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;border-radius:14px;align-items:center;gap:12px;padding:12px 18px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.about-section-module__SVz4KG__tabButton:hover{color:var(--primary);background:#0c5c360d;transform:translate(4px)}html[data-theme=dark] .about-section-module__SVz4KG__tabButton:hover{color:var(--primary);background:#10b98114}.about-section-module__SVz4KG__tabButtonActive{box-shadow:0 4px 12px rgba(var(--primary-raw), .2);background:var(--primary)!important;color:var(--white)!important}.about-section-module__SVz4KG__tabIcon{font-size:18px}.about-section-module__SVz4KG__contentArea{flex-direction:column;flex:1;justify-content:space-between;padding:40px;display:flex}.about-section-module__SVz4KG__tabContentPanel{animation:.4s cubic-bezier(.16,1,.3,1) forwards about-section-module__SVz4KG__fadeIn}@keyframes about-section-module__SVz4KG__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.about-section-module__SVz4KG__contentTitle{font-size:var(--text-xl);color:var(--foreground);align-items:center;gap:10px;margin-bottom:24px;font-weight:700;display:flex}.about-section-module__SVz4KG__divider{background:var(--secondary);border-radius:2px;width:40px;height:2px;margin-top:8px}.about-section-module__SVz4KG__paragraphs{color:var(--text-muted);flex-direction:column;gap:20px;font-size:15px;line-height:1.7;display:flex}.about-section-module__SVz4KG__scholarsSliderWrapper{width:100%;position:relative}.about-section-module__SVz4KG__scholarsSliderContainer{width:100%;margin-top:24px;padding:4px;position:relative;overflow:hidden}.about-section-module__SVz4KG__sliderArrow{background:var(--white);border:1px solid var(--card-border);width:44px;height:44px;color:var(--primary);cursor:pointer;z-index:10;box-shadow:var(--shadow-sm);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}html[data-theme=dark] .about-section-module__SVz4KG__sliderArrow{background:var(--card)}.about-section-module__SVz4KG__sliderArrow:hover{background:var(--primary);color:var(--white);border-color:var(--primary);box-shadow:var(--shadow-md)}.about-section-module__SVz4KG__sliderArrowPrev{left:-22px}.about-section-module__SVz4KG__sliderArrowNext{right:-22px}@media (max-width:768px){.about-section-module__SVz4KG__sliderArrow{width:36px;height:36px}.about-section-module__SVz4KG__sliderArrowPrev{left:-10px}.about-section-module__SVz4KG__sliderArrowNext{right:-10px}}.about-section-module__SVz4KG__scholarsSliderTrack{gap:24px;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex}.about-section-module__SVz4KG__scholarCard{background:var(--background);border:1px solid var(--card-border);transition:var(--transition-smooth);border-radius:20px;flex-direction:column;flex-shrink:0;gap:16px;width:calc(33.3333% - 16px);padding:20px;display:flex}@media (max-width:1024px){.about-section-module__SVz4KG__scholarCard{width:calc(50% - 12px)}}@media (max-width:600px){.about-section-module__SVz4KG__scholarCard{width:100%}}.about-section-module__SVz4KG__scholarCard:hover{box-shadow:var(--shadow-sm);border-color:var(--primary);transform:translateY(-4px)}.about-section-module__SVz4KG__sliderIndicators{justify-content:center;gap:8px;margin-top:24px;display:flex}.about-section-module__SVz4KG__indicatorDot{background:var(--card-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.about-section-module__SVz4KG__indicatorDotActive{background:var(--primary);border-radius:4px;width:16px}.about-section-module__SVz4KG__scholarHeader{align-items:center;gap:16px;display:flex}.about-section-module__SVz4KG__scholarImageWrapper{border:2px solid var(--primary-light);border-radius:50%;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.about-section-module__SVz4KG__scholarPhoto{object-fit:cover}.about-section-module__SVz4KG__scholarMeta{flex-direction:column;display:flex}.about-section-module__SVz4KG__scholarName{color:var(--foreground);font-size:15px;font-weight:700;line-height:1.3}.about-section-module__SVz4KG__scholarYears{color:var(--secondary);margin-top:2px;font-size:12px;font-weight:600}.about-section-module__SVz4KG__scholarBio{color:var(--text-muted);font-size:13px;line-height:1.5}.about-section-module__SVz4KG__visionMissionGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.about-section-module__SVz4KG__visionCard{background:#daa5200d;border:1px solid #daa52033;border-radius:20px;padding:28px;position:relative;overflow:hidden}.about-section-module__SVz4KG__visionIcon{margin-bottom:16px;font-size:28px}.about-section-module__SVz4KG__visionTitle{font-size:var(--text-lg);color:var(--foreground);margin-bottom:12px;font-weight:700}.about-section-module__SVz4KG__visionText{color:var(--text-muted);font-size:15px;line-height:1.6}.about-section-module__SVz4KG__missionCard{border:1px solid var(--card-border);background:#0c5c3608;border-radius:20px;padding:28px}.about-section-module__SVz4KG__missionTitle{font-size:var(--text-lg);color:var(--primary);margin-bottom:16px;font-weight:700}.about-section-module__SVz4KG__leadersGrid{grid-template-columns:1fr;gap:16px;margin-top:16px;display:grid}.about-section-module__SVz4KG__leaderCard{background:var(--background);border:1px solid var(--card-border);transition:var(--transition-smooth);border-radius:20px;flex-direction:row;align-items:center;gap:24px;padding:16px 20px;display:flex}.about-section-module__SVz4KG__leaderCard:hover{box-shadow:var(--shadow-sm);border-color:var(--primary);transform:translateY(-2px)}.about-section-module__SVz4KG__leaderHeader{flex-shrink:0;align-items:center;gap:12px;width:240px;display:flex}.about-section-module__SVz4KG__leaderAvatar{background:var(--primary-light);width:44px;height:44px;color:var(--primary);border:2px solid var(--primary-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.about-section-module__SVz4KG__leaderMeta{flex-direction:column;min-width:0;display:flex}.about-section-module__SVz4KG__leaderName{color:var(--foreground);font-size:14px;font-weight:700;line-height:1.3}.about-section-module__SVz4KG__leaderRole{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:11px;font-weight:600}.about-section-module__SVz4KG__leaderQuote{color:var(--text-muted);border-left:2px solid var(--secondary);flex:1;margin:0;padding-left:20px;font-size:13.5px;font-style:italic;line-height:1.5;position:relative}@media (max-width:1024px){.about-section-module__SVz4KG__aboutCard{flex-direction:column}.about-section-module__SVz4KG__tabsSidebar{border-right:none;border-bottom:1px solid var(--card-border);scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;align-items:center;gap:12px;width:100%;padding:20px 24px;overflow-x:auto}.about-section-module__SVz4KG__logoCard{border-radius:12px;flex-shrink:0;margin-bottom:0;padding:8px 12px}.about-section-module__SVz4KG__sidebarLogo{width:36px;height:36px}.about-section-module__SVz4KG__tabsSidebar::-webkit-scrollbar{display:none}.about-section-module__SVz4KG__tabButton{white-space:nowrap;padding:10px 16px}.about-section-module__SVz4KG__tabButton:hover{transform:none}.about-section-module__SVz4KG__contentArea{padding:32px 24px}}@media (max-width:768px){.about-section-module__SVz4KG__aboutSection{padding:60px 16px}.about-section-module__SVz4KG__visionMissionGrid{grid-template-columns:1fr}.about-section-module__SVz4KG__leaderCard{flex-direction:column;align-items:flex-start;gap:16px}.about-section-module__SVz4KG__leaderHeader{width:100%}.about-section-module__SVz4KG__leaderQuote{padding-left:14px}}
.latest-articles-module__3SjWLa__articlesSection{background:var(--background);content-visibility:auto;contain-intrinsic-size:0 400px;padding:0 24px 80px}.latest-articles-module__3SjWLa__container{width:100%;max-width:1280px;margin:0 auto}.latest-articles-module__3SjWLa__articlesGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.latest-articles-module__3SjWLa__articleCard{background:var(--white);border:1px solid var(--card-border);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}html[data-theme=dark] .latest-articles-module__3SjWLa__articleCard{background:var(--card)}.latest-articles-module__3SjWLa__articleCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-4px)}.latest-articles-module__3SjWLa__imageWrapper{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.latest-articles-module__3SjWLa__articleImage{object-fit:cover;transition:transform .5s}.latest-articles-module__3SjWLa__articleCard:hover .latest-articles-module__3SjWLa__articleImage{transform:scale(1.05)}.latest-articles-module__3SjWLa__categoryBadge{z-index:2;background:var(--white);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px;box-shadow:0 2px 8px #0000001a}.latest-articles-module__3SjWLa__content{flex-direction:column;flex:1;padding:20px;display:flex}.latest-articles-module__3SjWLa__dateMeta{color:var(--text-muted);margin-bottom:8px;font-size:12px;font-weight:500}.latest-articles-module__3SjWLa__articleTitle{color:var(--foreground);margin-bottom:10px;font-size:15px;font-weight:700;line-height:1.4}.latest-articles-module__3SjWLa__titleLink{color:inherit;text-decoration:none;transition:color .2s}.latest-articles-module__3SjWLa__titleLink:hover{color:var(--primary)}.latest-articles-module__3SjWLa__excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.latest-articles-module__3SjWLa__cardFooter{border-top:1px dashed var(--card-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.latest-articles-module__3SjWLa__authorName{color:var(--foreground);font-size:12px;font-weight:600}.latest-articles-module__3SjWLa__arrowBtn{color:var(--primary);font-size:14px;font-weight:700;transition:transform .2s}.latest-articles-module__3SjWLa__articleCard:hover .latest-articles-module__3SjWLa__arrowBtn{transform:translate(3px)}@media (max-width:1024px){.latest-articles-module__3SjWLa__articlesGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.latest-articles-module__3SjWLa__articlesSection{padding:0 16px 60px}}@media (max-width:580px){.latest-articles-module__3SjWLa__articlesGrid{grid-template-columns:1fr;gap:16px}}
