.Navbar-module__nuAbfa__header{z-index:1000;-webkit-backdrop-filter:blur(16px);background:#0a0b0ed9;transition:border-color .3s cubic-bezier(.16,1,.3,1);position:sticky;top:0;overflow-x:clip}.Navbar-module__nuAbfa__accentLine{background:linear-gradient(90deg,#0000,#c00 30%,#f44 50%,#c00 70%,#0000);height:2px}.Navbar-module__nuAbfa__bar{border-bottom:1px solid #ffffff14;box-shadow:0 4px 30px #0006}.Navbar-module__nuAbfa__inner{align-items:center;gap:24px;max-width:1280px;height:70px;margin:0 auto;padding:0 40px;display:flex}.Navbar-module__nuAbfa__logo{flex-direction:row;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;transition:opacity .2s;display:flex}.Navbar-module__nuAbfa__logo:hover{opacity:.85}.Navbar-module__nuAbfa__logoImg{object-fit:cover;border-radius:8px;flex-shrink:0;width:36px;height:36px}.Navbar-module__nuAbfa__logoText{flex-direction:column;line-height:1;display:flex}.Navbar-module__nuAbfa__logoEye{font-family:var(--font-sans);color:#f3f4f6;letter-spacing:.28em;text-transform:uppercase;font-size:.55rem;font-weight:800}.Navbar-module__nuAbfa__logoWord{font-family:var(--font-serif);letter-spacing:-.03em;background:linear-gradient(135deg,#f44 0%,#c00 55%,maroon 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.55rem;font-weight:900;line-height:1}.Navbar-module__nuAbfa__searchWrapper{background:#111216;border:1px solid #ffffff14;border-radius:8px;flex:1;align-items:center;gap:10px;max-width:480px;height:42px;margin:0 auto;padding:0 16px;transition:border-color .25s,box-shadow .25s,background .25s;display:flex}.Navbar-module__nuAbfa__searchWrapper.Navbar-module__nuAbfa__searchFocused{background:#16171d;border-color:#cc000080;box-shadow:0 0 0 3px #cc00001f}.Navbar-module__nuAbfa__searchIcon{color:#9ca3af;flex-shrink:0;transition:color .2s}.Navbar-module__nuAbfa__searchWrapper.Navbar-module__nuAbfa__searchFocused .Navbar-module__nuAbfa__searchIcon{color:#f22}.Navbar-module__nuAbfa__searchInput{color:#f3f4f6;font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.875rem}.Navbar-module__nuAbfa__searchInput::placeholder{color:#9ca3af;opacity:.6}.Navbar-module__nuAbfa__rightActions{flex-shrink:0;align-items:center;gap:12px;display:flex}.Navbar-module__nuAbfa__subscribeBtn{color:#c00;font-family:var(--font-sans);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1.5px solid #c00;border-radius:6px;align-items:center;gap:8px;padding:9px 20px;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .25s,color .25s,gap .2s,transform .15s;display:inline-flex}.Navbar-module__nuAbfa__subscribeBtn:hover{color:#fff;background:#c00;gap:13px;transform:translateY(-1px)}.Navbar-module__nuAbfa__profileBtn{color:#9ca3af;cursor:pointer;background:#111216;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:color .25s,border-color .25s,background .25s,transform .15s;display:flex}.Navbar-module__nuAbfa__profileBtn:hover{color:#f22;background:#16171d;border-color:#c00;transform:translateY(-1px)}.Navbar-module__nuAbfa__themeToggleBtn{color:#9ca3af;cursor:pointer;width:38px;height:38px;transition:color .25s var(--transition-smooth), border-color .25s var(--transition-smooth), background .25s var(--transition-smooth), transform .2s var(--transition-smooth);background:#111216;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;display:flex}.Navbar-module__nuAbfa__themeToggleBtn:hover{color:#f22;background:#16171d;border-color:#c00;transform:translateY(-1px)}.Navbar-module__nuAbfa__themeIcon{animation:Navbar-module__nuAbfa__rotateIn .4s var(--transition-smooth)}@keyframes Navbar-module__nuAbfa__rotateIn{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0)}}.Navbar-module__nuAbfa__menuBtn{cursor:pointer;background:#111216;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:0 8px;transition:background .25s,border-color .25s;display:none}.Navbar-module__nuAbfa__menuLine{transform-origin:50%;background:#9ca3af;border-radius:2px;height:1.5px;transition:transform .25s,opacity .2s,background .2s;display:block}.Navbar-module__nuAbfa__menuLineTop{background:#c00;transform:translateY(6.5px)rotate(45deg)}.Navbar-module__nuAbfa__menuLineHide{opacity:0;transform:scaleX(0)}.Navbar-module__nuAbfa__menuLineBot{background:#c00;transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module__nuAbfa__mobileMenu{animation:Navbar-module__nuAbfa__slideDown .25s var(--transition-smooth) forwards;background:#0a0b0e;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14}@keyframes Navbar-module__nuAbfa__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__mobileList{flex-direction:column;gap:2px;margin:0;padding:12px 40px 20px;list-style:none;display:flex}.Navbar-module__nuAbfa__mobileLink{color:#9ca3af;border-bottom:1px solid #ffffff0a;padding:11px 0;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,padding-left .2s;display:block}.Navbar-module__nuAbfa__mobileLink:hover{color:#f22;padding-left:8px}@media (max-width:768px){.Navbar-module__nuAbfa__inner{flex-wrap:wrap;gap:12px;height:auto;padding:12px 16px}.Navbar-module__nuAbfa__logo{flex:auto;min-width:0}.Navbar-module__nuAbfa__searchWrapper,.Navbar-module__nuAbfa__subscribeBtn{display:none}.Navbar-module__nuAbfa__rightActions{gap:8px;margin-left:auto}.Navbar-module__nuAbfa__menuBtn{display:flex}.Navbar-module__nuAbfa__mobileList{padding:12px 20px 20px}}@media (max-width:480px){.Navbar-module__nuAbfa__inner{padding:10px 12px}.Navbar-module__nuAbfa__logoText{min-width:0}.Navbar-module__nuAbfa__logoWord{font-size:1.3rem}.Navbar-module__nuAbfa__profileBtn,.Navbar-module__nuAbfa__themeToggleBtn,.Navbar-module__nuAbfa__menuBtn{width:34px;height:34px}}
.HeroSection-module__SEewqa__heroWrapper{background:var(--bg-primary);border-bottom:1px solid var(--border-color);width:100%;transition:background .3s var(--transition-smooth), border-color .3s var(--transition-smooth);padding:40px 0}.HeroSection-module__SEewqa__hero{max-width:1280px;color:var(--text-primary);min-height:600px;transition:color .3s var(--transition-smooth);grid-template-columns:1fr 2fr 1fr;gap:24px;margin:0 auto;padding:0 20px;display:grid}.HeroSection-module__SEewqa__leftCol{flex-direction:column;display:flex}.HeroSection-module__SEewqa__leftCard{flex-direction:column;gap:12px;display:flex}.HeroSection-module__SEewqa__leftCard:first-child{margin-bottom:24px}.HeroSection-module__SEewqa__leftCard:last-child{margin-top:24px}.HeroSection-module__SEewqa__leftImageWrap{aspect-ratio:4/3;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.HeroSection-module__SEewqa__leftTitle{font-family:var(--font-serif);margin:0;font-size:1.15rem;font-weight:700;line-height:1.35}.HeroSection-module__SEewqa__author{color:var(--text-secondary);opacity:.9;letter-spacing:.08em;font-size:.72rem;font-weight:700;font-family:var(--font-sans)}.HeroSection-module__SEewqa__date{color:var(--text-secondary);opacity:.6;font-size:.72rem;font-family:var(--font-sans);margin-top:0}.HeroSection-module__SEewqa__tag{background:var(--red);color:var(--white);font-size:.65rem;font-family:var(--font-sans);text-transform:uppercase;border-radius:var(--radius-sm);letter-spacing:.05em;align-self:flex-start;padding:3px 8px;font-weight:700;display:inline-block}.HeroSection-module__SEewqa__centerContent .HeroSection-module__SEewqa__tag{align-self:center}.HeroSection-module__SEewqa__divider{background:var(--border-color);width:100%;height:1px}.HeroSection-module__SEewqa__centerCol{background:0 0;flex-direction:column;display:flex}.HeroSection-module__SEewqa__centerImageWrap{aspect-ratio:1.25;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.HeroSection-module__SEewqa__centerContent{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 0;display:flex}.HeroSection-module__SEewqa__centerTitle{font-family:var(--font-serif);margin:0;font-size:2.3rem;font-weight:700;line-height:1.2}.HeroSection-module__SEewqa__centerExcerpt{color:var(--text-secondary);max-width:90%;margin:0;font-size:.95rem;line-height:1.6}.HeroSection-module__SEewqa__rightCol{flex-direction:column;gap:24px;display:flex}.HeroSection-module__SEewqa__podcastWidget{flex-direction:column;gap:16px;display:flex}.HeroSection-module__SEewqa__podcastImageWrap{aspect-ratio:1;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.HeroSection-module__SEewqa__subscribeRow{gap:8px;display:flex}.HeroSection-module__SEewqa__emailInput{border:1px solid var(--border-color);color:var(--text-primary);background:0 0;border-radius:4px;flex:1;padding:10px 12px;font-size:.85rem}.HeroSection-module__SEewqa__subscribeBtn{background:var(--red);color:var(--white);cursor:pointer;border:none;border-radius:20px;padding:10px 16px;font-size:.85rem;font-weight:700;transition:background .2s}.HeroSection-module__SEewqa__subscribeBtn:hover{background:var(--red-hover)}.HeroSection-module__SEewqa__episodesSection{flex-direction:column;display:flex}.HeroSection-module__SEewqa__episodesHeader{border-bottom:2px solid var(--border-color);font-size:.85rem;font-weight:800;font-family:var(--font-sans);letter-spacing:.08em;color:var(--text-secondary);opacity:.8;margin-bottom:16px;padding-bottom:8px}.HeroSection-module__SEewqa__episodeCard{border-bottom:1px solid var(--border-color);gap:12px;padding:16px 0;display:flex}.HeroSection-module__SEewqa__episodeContent{flex-direction:column;flex:1;gap:6px;display:flex}.HeroSection-module__SEewqa__episodeTitle{font-family:var(--font-serif);margin:0;font-size:.95rem;font-weight:700;line-height:1.3}.HeroSection-module__SEewqa__episodeImageWrap{border-radius:var(--radius-sm);border:1px solid var(--border-color);flex-shrink:0;width:80px;height:60px;position:relative;overflow:hidden}@media (max-width:1024px){.HeroSection-module__SEewqa__hero{grid-template-columns:1fr 1fr}.HeroSection-module__SEewqa__centerCol{order:-1;grid-column:span 2}}@media (max-width:768px){.HeroSection-module__SEewqa__hero{grid-template-columns:1fr}.HeroSection-module__SEewqa__centerCol{grid-column:span 1}}
.LatestNews-module__wVnPNG__section{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);transition:background .3s var(--transition-smooth), border-color .3s var(--transition-smooth);padding:52px 0 40px}.LatestNews-module__wVnPNG__container{max-width:1280px;margin:0 auto;padding:0 20px}.LatestNews-module__wVnPNG__header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.LatestNews-module__wVnPNG__title{font-family:var(--font-serif);color:var(--text-primary);align-items:center;gap:14px;font-size:1.9rem;font-weight:700;display:flex}.LatestNews-module__wVnPNG__titleBar{background:var(--red);border-radius:2px;flex-shrink:0;width:4px;height:28px;display:block}.LatestNews-module__wVnPNG__seeAll{color:var(--red);transition:gap .2s var(--transition-smooth);align-items:center;gap:7px;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.LatestNews-module__wVnPNG__seeAll:hover{gap:12px}.LatestNews-module__wVnPNG__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.LatestNews-module__wVnPNG__card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-color);transition:background .3s var(--transition-smooth), border-color .3s var(--transition-smooth), transform .2s var(--transition-smooth), box-shadow .2s var(--transition-smooth);flex-direction:column;gap:14px;padding:16px;display:flex;overflow:hidden}.LatestNews-module__wVnPNG__card:hover{box-shadow:var(--shadow-md);border-color:#cc000040;transform:translateY(-3px)}.LatestNews-module__wVnPNG__imageWrap{aspect-ratio:4/3;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.LatestNews-module__wVnPNG__liveBadge{background:var(--red);color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;z-index:2;font-size:.65rem;font-weight:700;font-family:var(--font-mono);align-items:center;gap:5px;padding:4px 9px;display:flex;position:absolute;bottom:10px;left:10px}.LatestNews-module__wVnPNG__liveDot{background:#fff;border-radius:50%;width:5px;height:5px;animation:1.5s infinite LatestNews-module__wVnPNG__pulse}@keyframes LatestNews-module__wVnPNG__pulse{0%,to{opacity:1}50%{opacity:.2}}.LatestNews-module__wVnPNG__cardBody{flex-direction:column;flex:1;gap:8px;display:flex}.LatestNews-module__wVnPNG__meta{align-items:center;gap:6px;display:flex}.LatestNews-module__wVnPNG__category{color:var(--red);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700;font-family:var(--font-sans)}.LatestNews-module__wVnPNG__dot{color:var(--text-secondary);opacity:.5;font-size:.75rem}.LatestNews-module__wVnPNG__time{color:var(--text-secondary);opacity:.7;font-size:.75rem;font-family:var(--font-sans)}.LatestNews-module__wVnPNG__cardTitle{font-family:var(--font-serif);color:var(--text-primary);flex:1;font-size:1.15rem;font-weight:700;line-height:1.35}.LatestNews-module__wVnPNG__bullets{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.LatestNews-module__wVnPNG__bullet{color:var(--text-secondary);padding-left:14px;font-size:.8rem;line-height:1.4;position:relative}.LatestNews-module__wVnPNG__bullet:before{content:"•";color:var(--red);opacity:.7;position:absolute;left:0}.LatestNews-module__wVnPNG__excerpt{color:var(--text-secondary);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.LatestNews-module__wVnPNG__articleFooter{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:4px;display:flex}.LatestNews-module__wVnPNG__authorLine{color:var(--text-secondary);opacity:.8;font-size:.7rem;font-family:var(--font-sans);white-space:nowrap;font-style:italic}.LatestNews-module__wVnPNG__readMore{color:var(--red);white-space:nowrap;font-size:.82rem;font-weight:700;text-decoration:none}.LatestNews-module__wVnPNG__readMore:hover{text-decoration:underline}@media (max-width:1024px){.LatestNews-module__wVnPNG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.LatestNews-module__wVnPNG__grid{grid-template-columns:1fr}}
.TopStories-module__Xwh2Iq__section{background:var(--bg-primary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);transition:background .3s var(--transition-smooth), border-color .3s var(--transition-smooth);padding:52px 0 40px}.TopStories-module__Xwh2Iq__container{max-width:1280px;margin:0 auto;padding:0 20px}.TopStories-module__Xwh2Iq__header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.TopStories-module__Xwh2Iq__title{font-family:var(--font-serif);color:var(--text-primary);align-items:center;gap:14px;font-size:1.9rem;font-weight:700;display:flex}.TopStories-module__Xwh2Iq__titleBar{background:var(--red);border-radius:2px;flex-shrink:0;width:4px;height:28px;display:block}.TopStories-module__Xwh2Iq__seeAll{color:var(--red);transition:gap .2s var(--transition-smooth);align-items:center;gap:7px;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.TopStories-module__Xwh2Iq__seeAll:hover{gap:12px}.TopStories-module__Xwh2Iq__grid{grid-template-columns:280px 1fr 240px;align-items:start;gap:28px;display:grid}.TopStories-module__Xwh2Iq__leftCard{flex-direction:column;gap:14px;display:flex}.TopStories-module__Xwh2Iq__leftImageWrap{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.TopStories-module__Xwh2Iq__leftBody{flex-direction:column;gap:8px;display:flex}.TopStories-module__Xwh2Iq__leftTitle{font-family:var(--font-serif);color:var(--text-primary);font-size:1.1rem;font-weight:700;line-height:1.35}.TopStories-module__Xwh2Iq__centerCard{border-radius:var(--radius-lg);border:1px solid var(--border-color);overflow:hidden}.TopStories-module__Xwh2Iq__centerImageWrap{aspect-ratio:16/10;background:var(--dark);width:100%;position:relative}.TopStories-module__Xwh2Iq__centerOverlay{background:linear-gradient(#0000 0%,#0006 50%,#000000eb 100%);flex-direction:column;justify-content:flex-end;gap:8px;padding:24px;display:flex;position:absolute;inset:0}.TopStories-module__Xwh2Iq__centerTitle{font-family:var(--font-serif);color:var(--white);font-size:1.6rem;font-weight:700;line-height:1.3}.TopStories-module__Xwh2Iq__centerExcerpt{color:#fffc;font-size:.88rem;line-height:1.55}.TopStories-module__Xwh2Iq__rightCol{flex-direction:column;gap:20px;display:flex}.TopStories-module__Xwh2Iq__rightCard{border-bottom:1px solid var(--border-color);flex-direction:column;gap:10px;padding-bottom:20px;display:flex}.TopStories-module__Xwh2Iq__rightCard:last-child{border-bottom:none;padding-bottom:0}.TopStories-module__Xwh2Iq__rightImageWrap{aspect-ratio:16/9;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.TopStories-module__Xwh2Iq__rightBody{flex-direction:column;gap:6px;display:flex}.TopStories-module__Xwh2Iq__rightTitle{font-family:var(--font-serif);color:var(--text-primary);font-size:.95rem;font-weight:700;line-height:1.35}.TopStories-module__Xwh2Iq__meta{align-items:center;gap:6px;display:flex}.TopStories-module__Xwh2Iq__category{color:var(--red);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700;font-family:var(--font-mono)}.TopStories-module__Xwh2Iq__categoryLight{color:var(--red-light);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700;font-family:var(--font-mono)}.TopStories-module__Xwh2Iq__dot,.TopStories-module__Xwh2Iq__dotLight{font-size:.72rem}.TopStories-module__Xwh2Iq__dot{color:var(--text-secondary);opacity:.5}.TopStories-module__Xwh2Iq__dotLight{color:#fff6}.TopStories-module__Xwh2Iq__time{color:var(--text-secondary);opacity:.7;font-size:.72rem;font-family:var(--font-mono)}.TopStories-module__Xwh2Iq__timeLight{color:#ffffffb3;font-size:.72rem;font-family:var(--font-mono)}.TopStories-module__Xwh2Iq__excerpt{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.TopStories-module__Xwh2Iq__articleFooter{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.TopStories-module__Xwh2Iq__centerFooter{justify-content:space-between;align-items:center;gap:8px;display:flex}.TopStories-module__Xwh2Iq__authorLine{color:var(--text-secondary);opacity:.8;font-size:.7rem;font-family:var(--font-sans);font-style:italic}.TopStories-module__Xwh2Iq__authorLineLight{color:#ffffffb3;font-size:.7rem;font-family:var(--font-sans);font-style:italic}.TopStories-module__Xwh2Iq__readMore{color:var(--red);font-size:.82rem;font-weight:700;text-decoration:none}.TopStories-module__Xwh2Iq__readMoreLight{color:var(--red-light);font-size:.82rem;font-weight:700;text-decoration:none}.TopStories-module__Xwh2Iq__readMore:hover,.TopStories-module__Xwh2Iq__readMoreLight:hover{text-decoration:underline}@media (max-width:1024px){.TopStories-module__Xwh2Iq__grid{grid-template-columns:1fr 1fr}.TopStories-module__Xwh2Iq__rightCol{flex-direction:row;grid-column:1/-1;gap:20px}.TopStories-module__Xwh2Iq__rightCard{border-bottom:none;flex:1;padding-bottom:0}}@media (max-width:640px){.TopStories-module__Xwh2Iq__grid{grid-template-columns:1fr}.TopStories-module__Xwh2Iq__rightCol{flex-direction:column}}
.FeaturedSections-module__mg5Pwq__section{background:var(--bg-secondary);border-top:1px solid var(--border-color);transition:background .3s var(--transition-smooth), border-color .3s var(--transition-smooth);padding:52px 0 40px}.FeaturedSections-module__mg5Pwq__container{max-width:1280px;margin:0 auto;padding:0 20px}.FeaturedSections-module__mg5Pwq__header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.FeaturedSections-module__mg5Pwq__mainTitle{font-family:var(--font-serif);color:var(--text-primary);align-items:center;gap:14px;font-size:1.9rem;font-weight:700;display:flex}.FeaturedSections-module__mg5Pwq__titleBar{background:var(--red);border-radius:2px;flex-shrink:0;width:4px;height:28px;display:block}.FeaturedSections-module__mg5Pwq__seeAll{color:var(--red);transition:gap .2s var(--transition-smooth);align-items:center;gap:7px;font-size:.95rem;font-weight:700;text-decoration:none;display:flex}.FeaturedSections-module__mg5Pwq__seeAll:hover{gap:12px}.FeaturedSections-module__mg5Pwq__grid{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:40px;display:grid}.FeaturedSections-module__mg5Pwq__leftCol{flex-direction:column;gap:20px;display:flex}.FeaturedSections-module__mg5Pwq__colTitle{font-family:var(--font-mono);color:var(--red);text-transform:uppercase;letter-spacing:.1em;font-size:.95rem;font-weight:700}.FeaturedSections-module__mg5Pwq__bigCard{flex-direction:column;gap:16px;display:flex}.FeaturedSections-module__mg5Pwq__bigImageWrap{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.FeaturedSections-module__mg5Pwq__bigBody{flex-direction:column;gap:8px;display:flex}.FeaturedSections-module__mg5Pwq__bigTitle{font-family:var(--font-serif);color:var(--text-primary);font-size:1.35rem;font-weight:700;line-height:1.35}.FeaturedSections-module__mg5Pwq__bigExcerpt{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.FeaturedSections-module__mg5Pwq__rightCol{flex-direction:column;justify-content:space-between;gap:32px;height:100%;display:flex}.FeaturedSections-module__mg5Pwq__subsection{flex-direction:column;gap:14px;display:flex}.FeaturedSections-module__mg5Pwq__subsectionHeader{justify-content:space-between;align-items:center;display:flex}.FeaturedSections-module__mg5Pwq__chevronLink{color:var(--red);transition:transform .2s var(--transition-smooth);align-items:center;text-decoration:none;display:flex}.FeaturedSections-module__mg5Pwq__chevronLink:hover{transform:translate(3px)}.FeaturedSections-module__mg5Pwq__subCard{flex-direction:column;gap:10px;display:flex}.FeaturedSections-module__mg5Pwq__subImageWrap{aspect-ratio:16/9;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.FeaturedSections-module__mg5Pwq__rightCol .FeaturedSections-module__mg5Pwq__subImageWrap{aspect-ratio:1.414}.FeaturedSections-module__mg5Pwq__subBody{flex-direction:column;gap:6px;display:flex}.FeaturedSections-module__mg5Pwq__subTitle{font-family:var(--font-serif);color:var(--text-primary);font-size:1.05rem;font-weight:700;line-height:1.35}.FeaturedSections-module__mg5Pwq__time{color:var(--text-secondary);opacity:.7;font-size:.75rem;font-family:var(--font-mono)}.FeaturedSections-module__mg5Pwq__subExcerpt{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.FeaturedSections-module__mg5Pwq__articleFooter{justify-content:space-between;align-items:center;gap:8px;margin-top:2px;display:flex}.FeaturedSections-module__mg5Pwq__authorLine{color:var(--text-secondary);opacity:.8;font-size:.7rem;font-family:var(--font-sans);font-style:italic}.FeaturedSections-module__mg5Pwq__readMore{color:var(--red);font-size:.82rem;font-weight:700;text-decoration:none}.FeaturedSections-module__mg5Pwq__readMore:hover{text-decoration:underline}@media (max-width:900px){.FeaturedSections-module__mg5Pwq__grid{grid-template-columns:1fr}.FeaturedSections-module__mg5Pwq__rightCol{justify-content:flex-start;gap:32px;height:auto}}
.PhotosSection-module__zCwa2a__section{background:var(--bg-primary);border-top:1px solid var(--border-color);transition:background .3s var(--transition-smooth), border-color .3s var(--transition-smooth);padding:52px 0 56px}.PhotosSection-module__zCwa2a__container{max-width:1280px;margin:0 auto;padding:0 20px}.PhotosSection-module__zCwa2a__title{font-family:var(--font-serif);color:var(--text-primary);align-items:center;gap:14px;margin-bottom:32px;font-size:1.9rem;font-weight:700;display:flex}.PhotosSection-module__zCwa2a__titleBar{background:var(--red);border-radius:2px;flex-shrink:0;width:4px;height:28px;display:block}.PhotosSection-module__zCwa2a__list{flex-direction:column;gap:32px;display:flex}.PhotosSection-module__zCwa2a__photoCard{border-bottom:1px solid var(--border-color);transition:transform .25s var(--transition-smooth);grid-template-columns:480px 1fr;align-items:center;gap:40px;padding-bottom:32px;display:grid}.PhotosSection-module__zCwa2a__photoCard:last-child{border-bottom:none;padding-bottom:0}.PhotosSection-module__zCwa2a__photoCard:hover{transform:translate(4px)}.PhotosSection-module__zCwa2a__imageWrap{aspect-ratio:16/10;border-radius:var(--radius-lg);border:1px solid var(--border-color);width:100%;position:relative;overflow:hidden}.PhotosSection-module__zCwa2a__cardBody{flex-direction:column;gap:10px;display:flex}.PhotosSection-module__zCwa2a__photoMeta{align-items:center;gap:6px;display:flex}.PhotosSection-module__zCwa2a__category{color:var(--red);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700;font-family:var(--font-mono)}.PhotosSection-module__zCwa2a__metaDot{color:var(--text-secondary);opacity:.5;font-size:.75rem}.PhotosSection-module__zCwa2a__time{color:var(--text-secondary);opacity:.7;font-size:.75rem;font-family:var(--font-mono)}.PhotosSection-module__zCwa2a__cardTitle{font-family:var(--font-serif);color:var(--text-primary);font-size:1.45rem;font-weight:700;line-height:1.35}.PhotosSection-module__zCwa2a__excerpt{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.PhotosSection-module__zCwa2a__photoFooter{justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.PhotosSection-module__zCwa2a__authorLine{color:var(--text-secondary);opacity:.8;font-size:.72rem;font-family:var(--font-sans);font-style:italic}.PhotosSection-module__zCwa2a__readMore{color:var(--red);font-size:.85rem;font-weight:700;text-decoration:none}.PhotosSection-module__zCwa2a__readMore:hover{text-decoration:underline}@media (max-width:900px){.PhotosSection-module__zCwa2a__photoCard{grid-template-columns:1fr}}
.Footer-module__EZoWya__footer{font-family:var(--font-sans);position:relative}.Footer-module__EZoWya__waveWrap{margin-bottom:-2px;line-height:0;position:relative;overflow:hidden}.Footer-module__EZoWya__waveSvg{width:100%;height:120px;display:block}.Footer-module__EZoWya__waveFront{fill:#111216;animation:8s ease-in-out infinite alternate Footer-module__EZoWya__waveFrontDrift}.Footer-module__EZoWya__waveBorder{animation:8s ease-in-out infinite alternate Footer-module__EZoWya__waveBorderDrift}@keyframes Footer-module__EZoWya__waveFrontDrift{0%{d:path("M0,80 C200,20 400,110 600,65 C800,20 1000,100 1200,55 C1320,30 1400,70 1440,60 L1440,120 L0,120 Z")}to{d:path("M0,55 C220,110 440,15 660,70 C880,120 1060,20 1260,65 C1360,88 1410,45 1440,75 L1440,120 L0,120 Z")}}@keyframes Footer-module__EZoWya__waveBorderDrift{0%{d:path("M0,80 C200,20 400,110 600,65 C800,20 1000,100 1200,55 C1320,30 1400,70 1440,60")}to{d:path("M0,55 C220,110 440,15 660,70 C880,120 1060,20 1260,65 C1360,88 1410,45 1440,75")}}.Footer-module__EZoWya__body{background:#111216;position:relative;overflow:hidden}.Footer-module__EZoWya__blob1{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(circle,#cc000014 0%,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;top:-10%;left:5%}.Footer-module__EZoWya__blob2{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#cc00000f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;right:-5%}.Footer-module__EZoWya__inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 40px;position:relative}.Footer-module__EZoWya__top{grid-template-columns:1.2fr auto 1fr auto 1.2fr;align-items:start;padding:60px 0 48px;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.Footer-module__EZoWya__logoLink{align-items:center;gap:12px;text-decoration:none;display:flex}.Footer-module__EZoWya__logoImg{object-fit:cover;border-radius:10px}.Footer-module__EZoWya__logoText{flex-direction:column;line-height:1.1;display:flex}.Footer-module__EZoWya__logoEyebrow{font-family:var(--font-sans);color:#f3f4f6;letter-spacing:.3em;text-transform:uppercase;font-size:.6rem;font-weight:800}.Footer-module__EZoWya__logoWord{font-family:var(--font-serif);letter-spacing:-.02em;background:linear-gradient(135deg,#f44 0%,#c00 55%,maroon 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:900}.Footer-module__EZoWya__tagline{color:#9ca3af;font-size:.92rem;font-weight:400;line-height:1.6}.Footer-module__EZoWya__ctaBtn{color:#c00;font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;border:1.5px solid #c00;border-radius:6px;align-items:center;gap:8px;padding:10px 24px;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .25s,color .25s,gap .2s,transform .15s;display:inline-flex}.Footer-module__EZoWya__ctaBtn:hover{color:#fff;background:#c00;gap:13px;transform:translateY(-1px)}.Footer-module__EZoWya__vDivider{background:#ffffff14;align-self:stretch;width:1px}.Footer-module__EZoWya__navSection{flex-direction:column;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__navList{grid-template-columns:repeat(2,1fr);gap:8px 40px;margin:0;padding:0;list-style:none;display:grid}.Footer-module__EZoWya__navLink{color:#9ca3af;letter-spacing:.02em;align-items:center;padding:7px 0;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s,letter-spacing .2s;display:inline-flex;position:relative}.Footer-module__EZoWya__navLink:after{content:"";background:var(--red);width:0;height:1px;transition:width .25s;position:absolute;bottom:5px;left:0}.Footer-module__EZoWya__navLink:hover{color:#f3f4f6;letter-spacing:.05em}.Footer-module__EZoWya__navLink:hover:after{width:100%}.Footer-module__EZoWya__rightSection{flex-direction:column;gap:28px;padding-top:4px;padding-left:32px;display:flex}.Footer-module__EZoWya__socialLabel{text-transform:uppercase;letter-spacing:.18em;color:#9ca3af;opacity:.6;font-size:.68rem;font-weight:800}.Footer-module__EZoWya__socials{flex-wrap:wrap;gap:6px;display:flex}.Footer-module__EZoWya__socialIcon{color:#9ca3af;background:#16171d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:color .2s,background .2s,border-color .2s,transform .2s;display:flex}.Footer-module__EZoWya__socialIcon:hover{color:#fff;background:#c00;border-color:#c00;transform:translateY(-3px)scale(1.08)}.Footer-module__EZoWya__newsletterBlock{flex-direction:column;gap:10px;display:flex}.Footer-module__EZoWya__newsletterLabel{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.18em;color:#9ca3af;opacity:.6;font-size:.68rem;font-weight:800}.Footer-module__EZoWya__newsletterForm{background:#16171d;border:1px solid #ffffff14;border-radius:8px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.Footer-module__EZoWya__newsletterForm:focus-within{border-color:#c00}.Footer-module__EZoWya__emailInput{color:#f3f4f6;height:44px;font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0 16px;font-size:.83rem}.Footer-module__EZoWya__emailInput::placeholder{color:#9ca3af;opacity:.5}.Footer-module__EZoWya__subBtn{color:#fff;cursor:pointer;background:#c00;border:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.Footer-module__EZoWya__subBtn:hover{background:#f22}.Footer-module__EZoWya__successMsg{color:#c00;align-items:center;gap:8px;height:44px;padding:0 12px;font-size:.83rem;font-weight:700;display:flex}.Footer-module__EZoWya__hDivider{background:#ffffff14;height:1px}.Footer-module__EZoWya__bottom{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:22px 0 16px;display:flex;position:relative}.Footer-module__EZoWya__copyright{color:#9ca3af;opacity:.6;font-size:.75rem}.Footer-module__EZoWya__legalLinks{color:#9ca3af;opacity:.6;align-items:center;gap:10px;font-size:.75rem;display:flex}.Footer-module__EZoWya__legalLink{color:#9ca3af;font-size:.75rem;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__legalLink:hover{color:#c00}@media (max-width:1024px){.Footer-module__EZoWya__top{grid-template-columns:1fr;gap:36px}.Footer-module__EZoWya__vDivider{display:none}.Footer-module__EZoWya__rightSection{padding-left:0}}@media (max-width:640px){.Footer-module__EZoWya__inner{padding:0 20px}.Footer-module__EZoWya__top{text-align:center;justify-items:center;padding:44px 0 36px}.Footer-module__EZoWya__brand{align-items:center}.Footer-module__EZoWya__logoLink{justify-content:center}.Footer-module__EZoWya__tagline{text-align:center}.Footer-module__EZoWya__navSection{align-items:center}.Footer-module__EZoWya__navList{justify-items:center}.Footer-module__EZoWya__rightSection{align-items:center;padding-left:0}.Footer-module__EZoWya__socials{justify-content:center}.Footer-module__EZoWya__newsletterForm{width:100%;max-width:360px;margin:0 auto}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;align-items:center;gap:10px}.Footer-module__EZoWya__legalLinks{flex-wrap:wrap;justify-content:center}.Footer-module__EZoWya__copyright{text-align:center}}
