:root{
  --oe-bg:#f4f1eb;
  --oe-surface:#ffffff;
  --oe-surface-2:#eef1f4;
  --oe-ink:#17243b;
  --oe-muted:#6b7481;
  --oe-line:#d7dbe0;
  --oe-accent:#df5f45;
  --oe-accent-2:#137b72;
  --oe-accent-soft:#f7ded8;
  --oe-shadow:0 18px 45px rgba(23,36,59,.10);
  --oe-radius:22px;
  --oe-logo-desktop:450px;
  --oe-logo-tablet:350px;
  --oe-logo-mobile:280px;
  --oe-ad-width:450px;
  --oe-ad-max-mobile:calc(100vw - 28px);
}
[data-bs-theme="dark"]{
  --oe-bg:#10151d;
  --oe-surface:#171f2a;
  --oe-surface-2:#202a37;
  --oe-ink:#f5f7fa;
  --oe-muted:#9ba5b2;
  --oe-line:#2e3948;
  --oe-accent:#f07b62;
  --oe-accent-2:#49b8ac;
  --oe-accent-soft:#3b2928;
  --oe-shadow:0 22px 55px rgba(0,0,0,.24);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.oe-body{margin:0;background:var(--oe-bg);color:var(--oe-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.oe-main{min-height:55vh}
.container-xl{max-width:1260px}
.oe-page-enter{position:fixed;inset:0;z-index:9999;pointer-events:none;background:var(--oe-bg);opacity:0;animation:oePageIn .42s ease both}
@keyframes oePageIn{0%{opacity:.88}100%{opacity:0}}
.oe-progress{position:fixed;z-index:99999;left:0;right:0;top:0;height:3px;pointer-events:none;overflow:hidden}
.oe-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--oe-accent),var(--oe-accent-2));transition:width .18s ease}
.oe-progress.is-running span{width:72%}

/* Header */
.oe-header{position:relative;z-index:40;background:var(--oe-surface);border-bottom:1px solid var(--oe-line)}
.oe-topbar{background:var(--oe-ink);color:#10151d;font-size:.78rem}
.oe-topbar-inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.oe-top-left,.oe-socials{display:flex;align-items:center;gap:15px}
.oe-top-left a{opacity:.86}.oe-top-left a:hover{opacity:1}
.oe-live{font-weight:800;letter-spacing:.08em}.oe-live i{width:7px;height:7px;background:#43d17d;border-radius:50%;display:inline-block;margin-right:7px;box-shadow:0 0 0 4px rgba(67,209,125,.14)}
.oe-socials a{width:28px;height:28px;display:grid;place-items:center;border-left:1px solid rgba(255,255,255,.12);transition:.2s ease}.oe-socials a:hover{color:#fff;transform:translateY(-1px)}
.oe-brandbar{background:var(--oe-surface)}
.oe-brandbar-inner{min-height:100px;display:flex;align-items:center;gap:22px}
.oe-logo{display:flex;align-items:center;flex:0 0 auto}.oe-logo img{width:min(var(--oe-logo-desktop),34vw);height:auto;max-height:82px;object-fit:contain;object-position:left center}.oe-logo strong{font-size:1.8rem;font-weight:900}
.oe-brand-copy{max-width:330px;padding-left:20px;border-left:1px solid var(--oe-line)}.oe-brand-copy strong,.oe-brand-copy span{display:block}.oe-brand-copy strong{font-size:.9rem;margin-bottom:5px}.oe-brand-copy span{font-size:.76rem;color:var(--oe-muted);line-height:1.45}
.oe-brand-actions{display:flex;align-items:center;gap:10px}.oe-search{width:290px;height:44px;border:1px solid var(--oe-line);border-radius:99px;padding:0 14px;align-items:center;gap:8px;background:var(--oe-bg)}.oe-search input{border:0;outline:0;background:transparent;color:var(--oe-ink);width:100%;font-size:.88rem}.oe-icon-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--oe-line);background:var(--oe-surface);color:var(--oe-ink);display:grid;place-items:center;font-size:1.05rem}

.oe-nav-wrap{border-top:1px solid var(--oe-line);border-bottom:1px solid var(--oe-line);background:var(--oe-surface);position:relative;z-index:50}
.oe-nav{display:flex;align-items:center;height:58px;gap:4px;position:relative}.oe-nav-home,.oe-nav-index{height:38px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border-radius:12px;background:var(--oe-surface-2);font-size:.82rem;font-weight:750;flex:0 0 auto}.oe-nav-home{width:40px;padding:0}.oe-nav-index{margin-left:auto}
.oe-nav-track{display:flex;align-items:center;height:100%;min-width:0;overflow:visible;gap:1px;flex:1}.oe-nav-item{height:100%;display:flex;align-items:center;position:relative;flex:0 0 auto}.oe-nav-link{height:100%;display:flex;align-items:center;gap:7px;padding:0 11px;border:0;background:transparent;color:var(--oe-ink);font-size:.82rem;font-weight:780;white-space:nowrap;position:relative}.oe-nav-link:after{content:"";position:absolute;left:11px;right:11px;bottom:0;height:3px;background:var(--oe-accent);transform:scaleX(0);transition:.2s ease;border-radius:99px}.oe-nav-link:hover:after,.oe-nav-item.is-open .oe-nav-link:after{transform:scaleX(1)}.oe-nav-link i:first-child{color:var(--oe-accent-2)}.oe-caret{font-size:.66rem}.oe-nav-caret{width:26px;height:32px;margin-left:-8px;border:0;background:transparent;color:var(--oe-muted);display:grid;place-items:center}.oe-nav-item.is-open .oe-nav-caret,.oe-nav-item.is-open .oe-caret{transform:rotate(180deg)}
.oe-dropdown{position:absolute;left:0;top:calc(100% - 1px);width:290px;padding:10px;background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:0 0 18px 18px;box-shadow:var(--oe-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:500}.oe-nav-item:hover>.oe-dropdown,.oe-nav-item.is-open>.oe-dropdown{opacity:1;visibility:visible;transform:none}.oe-dropdown a{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px}.oe-dropdown a:hover{background:var(--oe-surface-2)}.oe-dropdown-icon{width:34px;height:34px;border-radius:10px;background:var(--oe-accent-soft);color:var(--oe-accent);display:grid;place-items:center;flex:0 0 auto}.oe-dropdown strong,.oe-dropdown small{display:block}.oe-dropdown strong{font-size:.86rem}.oe-dropdown small{font-size:.68rem;color:var(--oe-muted);margin-top:1px}
.oe-ticker{background:var(--oe-surface);border-bottom:1px solid var(--oe-line)}.oe-ticker-row{height:42px;display:flex;align-items:center;overflow:hidden}.oe-ticker-label{height:100%;display:flex;align-items:center;gap:7px;padding-right:18px;margin-right:18px;font-weight:850;font-size:.74rem;letter-spacing:.08em;color:var(--oe-accent);border-right:1px solid var(--oe-line);flex:0 0 auto}.oe-ticker-window{overflow:hidden;min-width:0;flex:1}.oe-ticker-track{display:flex;width:max-content;animation:oeTicker 52s linear infinite}.oe-ticker-track a{font-size:.82rem;font-weight:650;margin-right:42px;white-space:nowrap}.oe-ticker-track a:before{content:"•";color:var(--oe-accent-2);margin-right:8px}@keyframes oeTicker{to{transform:translateX(-50%)}}

/* Mobile nav */
.oe-mobile{background:var(--oe-surface);color:var(--oe-ink)}.oe-logo-mobile img{width:var(--oe-logo-mobile);max-height:58px}.oe-mobile-search{display:flex;border:1px solid var(--oe-line);border-radius:14px;overflow:hidden}.oe-mobile-search input{flex:1;border:0;background:var(--oe-bg);padding:12px 14px;color:var(--oe-ink);outline:0}.oe-mobile-search button{width:48px;border:0;background:var(--oe-ink);color:#fff}.oe-mobile-menu{display:grid;margin-top:18px}.oe-mobile-menu>a,.oe-mobile-label{display:flex;align-items:center;gap:11px;min-height:46px;border-bottom:1px solid var(--oe-line);font-weight:760}.oe-mobile-menu>a i:first-child,.oe-mobile-label i{color:var(--oe-accent)}.oe-mobile-child{padding-left:24px!important;font-size:.88rem;font-weight:600!important}.oe-mobile-socials{display:flex;gap:9px;margin-top:22px}.oe-mobile-socials a{width:40px;height:40px;border-radius:50%;border:1px solid var(--oe-line);display:grid;place-items:center}

/* Advertisement: fixed visual target around 450px */
.oe-ad,.oe-ad-home,.oe-page-ad,.nm-ad-slot,.nm-home-ad,.nm-ad-header,.nn-ad-fixed{width:min(var(--oe-ad-width),var(--oe-ad-max-mobile))!important;max-width:min(var(--oe-ad-width),var(--oe-ad-max-mobile))!important;margin:22px auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;text-align:center!important;overflow:visible!important}.nn-ad-canvas,.nm-ad-link,.nn-ad-link,.nm-ad-code,.nn-ad-code{width:100%!important;max-width:100%!important;margin:0 auto!important;text-align:center!important}.nn-ad-canvas img,.nm-ad-link img,.nn-ad-link img,.nm-ad-slot img,.nm-home-ad img{width:100%!important;max-width:450px!important;height:auto!important;max-height:210px!important;object-fit:contain!important;margin:0 auto!important;border-radius:14px!important;display:block!important}.nm-top-ad-wrap{padding:0!important;background:transparent!important}.nm-top-ad-wrap .container-xl{padding-top:0!important;padding-bottom:0!important}.nm-ad-group{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:20px!important}.nm-ad-group .nm-ad-slot{margin:0!important}.nm-ad-control{display:none!important}

/* Hero */
.oe-hero{padding:20px 0 10px}.oe-channel-strip{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--oe-line)}.oe-channel-label{font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;display:flex;gap:7px;align-items:center;color:var(--oe-accent)}.oe-channel-links{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.oe-channel-links::-webkit-scrollbar{display:none}.oe-channel-links a{display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid var(--oe-line);border-radius:99px;background:var(--oe-surface);white-space:nowrap;font-size:.78rem;font-weight:720}.oe-channel-links small{color:var(--oe-muted);font-size:.68rem}.oe-channel-links a:hover{border-color:var(--oe-accent);color:var(--oe-accent)}
.oe-hero-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(310px,.9fr);gap:18px;align-items:stretch}.oe-headline,.oe-side-latest{height:570px}.oe-headline{position:relative;border-radius:26px;overflow:hidden;background:#0f1725;box-shadow:var(--oe-shadow)}.oe-headline-stage,.oe-headline-slide,.oe-headline-media{position:absolute;inset:0}.oe-headline-slide{opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}.oe-headline-slide.is-active{opacity:1;visibility:visible}.oe-headline-media img,.oe-headline-media .nm-image-placeholder{width:100%;height:100%;object-fit:cover}.oe-headline-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,12,22,.88) 0%,rgba(7,12,22,.57) 52%,rgba(7,12,22,.08) 100%),linear-gradient(0deg,rgba(7,12,22,.5),transparent 58%)}.oe-headline-content{position:absolute;left:0;bottom:0;max-width:760px;padding:46px;color:#fff}.oe-headline-kicker{display:flex;align-items:center;gap:10px;margin-bottom:13px;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.oe-headline-kicker span{background:var(--oe-accent);padding:7px 10px;border-radius:99px}.oe-headline-kicker a{opacity:.86}.oe-headline-subtitle{font-size:.98rem;line-height:1.4;color:rgba(255,255,255,.78);margin-bottom:7px;font-weight:600}.oe-headline h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.15rem,4.1vw,4.55rem);line-height:.98;letter-spacing:-.045em;margin:0 0 14px;max-width:900px}.oe-headline h1 a{color:#fff}.oe-headline-content>p{font-size:.92rem;color:rgba(255,255,255,.82);max-width:650px;line-height:1.6;margin:0 0 17px}.oe-headline-meta{display:flex;align-items:center;gap:18px;font-size:.78rem}.oe-headline-meta>a{font-weight:800}.oe-headline-progress{position:absolute;left:44px;right:44px;bottom:20px;display:flex;gap:6px}.oe-headline-progress>span{height:3px;flex:1;background:rgba(255,255,255,.28);overflow:hidden;border-radius:99px}.oe-headline-progress>span i{display:block;width:0;height:100%;background:#fff}.oe-headline-progress>span.is-active i{animation:oeHeadProgress var(--oe-head-interval,5.6s) linear forwards}@keyframes oeHeadProgress{to{width:100%}}
.oe-side-latest{background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:26px;padding:18px;display:flex;flex-direction:column;overflow:hidden}.oe-mini-heading{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-bottom:13px;border-bottom:1px solid var(--oe-line);position:relative}.oe-mini-heading:after{content:"";position:absolute;left:0;bottom:-1px;width:72px;height:3px;background:var(--oe-accent);border-radius:99px}.oe-mini-heading span{font-size:.65rem;font-weight:900;letter-spacing:.12em;color:var(--oe-accent)}.oe-mini-heading h2{font-family:Georgia,serif;font-size:1.55rem;margin:0}.oe-mini-heading>a{font-size:.72rem;font-weight:750;color:var(--oe-muted)}.oe-side-list{display:grid;gap:0;min-height:0;flex:1}.oe-side-item{display:grid;grid-template-columns:94px minmax(0,1fr);gap:12px;padding:12px 0;border-bottom:1px solid var(--oe-line);min-height:0}.oe-side-item:last-child{border-bottom:0}.oe-side-thumb{height:76px;border-radius:12px;overflow:hidden}.oe-side-thumb img,.oe-side-thumb .nm-image-placeholder{width:100%;height:100%;object-fit:cover}.oe-side-meta,.oe-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--oe-muted);font-size:.66rem}.oe-side-meta span,.oe-meta>a,.oe-meta>span{font-weight:850;color:var(--oe-accent-2);text-transform:uppercase;letter-spacing:.05em}.oe-card-subtitle{font-size:.73rem;color:var(--oe-muted);line-height:1.35;margin:4px 0}.oe-side-item h3{font-size:.91rem;line-height:1.18;margin:3px 0 0;font-weight:820;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* Section heading + garnish */
.oe-section{padding:54px 0}.oe-section:nth-of-type(even){background:color-mix(in srgb,var(--oe-surface) 58%,transparent)}.oe-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.oe-section-title{display:flex;gap:15px;align-items:flex-start}.oe-garnish{width:42px;height:42px;position:relative;display:block;flex:0 0 auto}.oe-garnish i{position:absolute;left:0;top:5px;width:31px;height:3px;background:var(--oe-accent);border-radius:99px}.oe-garnish b{position:absolute;left:0;top:15px;width:42px;height:3px;background:var(--oe-ink);border-radius:99px}.oe-garnish em{position:absolute;left:0;top:25px;width:20px;height:3px;background:var(--oe-accent-2);border-radius:99px}.oe-section-title small{font-size:.67rem;letter-spacing:.12em;font-weight:900;color:var(--oe-accent);text-transform:uppercase}.oe-section-title h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.8rem,3vw,2.9rem);letter-spacing:-.03em;margin:1px 0 4px}.oe-section-title p{margin:0;color:var(--oe-muted);font-size:.88rem;max-width:650px}.oe-section-link{font-size:.8rem;font-weight:800;border-bottom:1px solid var(--oe-ink);padding-bottom:4px;white-space:nowrap}

/* Latest */
.oe-latest-layout{display:grid;grid-template-columns:1.03fr 1.4fr;gap:22px}.oe-latest-lead{background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:var(--oe-radius);overflow:hidden}.oe-latest-media{display:block;height:310px;position:relative;overflow:hidden}.oe-latest-media img,.oe-latest-media .nm-image-placeholder{width:100%;height:100%;object-fit:cover;transition:.35s ease}.oe-latest-media:hover img{transform:scale(1.025)}.oe-arrow{position:absolute;right:14px;bottom:14px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#111}.oe-latest-copy{padding:22px}.oe-latest-copy h3{font-family:Georgia,serif;font-size:1.65rem;line-height:1.12;margin:7px 0 9px}.oe-latest-copy p{font-size:.88rem;line-height:1.65;color:var(--oe-muted);margin:0}.oe-latest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.oe-news-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:13px;background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:17px;padding:10px;min-height:137px}.oe-news-card-media{height:115px;border-radius:12px;overflow:hidden}.oe-news-card-media img,.oe-news-card-media .nm-image-placeholder{width:100%;height:100%;object-fit:cover}.oe-news-card-body h3{font-size:.96rem;line-height:1.23;margin:6px 0 0;font-weight:810}

/* Popular */
.oe-popular-section{background:var(--oe-ink)!important;color:#fff}.oe-popular-section .oe-section-title p,.oe-popular-section .oe-section-title small{color:rgba(255,255,255,.68)}.oe-popular-section .oe-garnish b{background:#fff}.oe-popular-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.oe-popular-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:12px;background:rgba(255,255,255,.045)}.oe-popular-media{height:112px;border-radius:13px;overflow:hidden;position:relative}.oe-popular-media img,.oe-popular-media .nm-image-placeholder{width:100%;height:100%;object-fit:cover}.oe-popular-media>span{position:absolute;left:7px;top:7px;background:var(--oe-accent);color:#fff;font-size:.7rem;font-weight:900;padding:5px 7px;border-radius:8px}.oe-popular-card .oe-meta{color:rgba(255,255,255,.58)}.oe-popular-card .oe-card-subtitle{color:rgba(255,255,255,.55)}.oe-popular-card h3{font-size:.96rem;line-height:1.22;margin:5px 0 0}.oe-popular-card h3 a{color:#fff}

/* Channels */
.oe-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.oe-channel-card{background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:22px;padding:18px;position:relative;overflow:hidden}.oe-channel-card:before{content:"";position:absolute;left:0;top:0;width:7px;height:88px;background:linear-gradient(var(--oe-accent),var(--oe-accent-2));border-radius:0 0 10px 0}.oe-channel-card>header{display:flex;align-items:center;gap:12px;padding:0 0 13px 5px;border-bottom:1px solid var(--oe-line)}.oe-channel-number{font-family:Georgia,serif;font-size:2rem;color:var(--oe-accent);line-height:1}.oe-channel-card header span{display:block;font-size:.62rem;letter-spacing:.12em;font-weight:900;color:var(--oe-muted)}.oe-channel-card header h3{font-size:1.05rem;margin:1px 0 0}.oe-channel-card header>a{margin-left:auto;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--oe-surface-2)}.oe-channel-lead{display:grid;grid-template-columns:190px minmax(0,1fr);gap:15px;padding:15px 0}.oe-channel-media{height:126px;border-radius:13px;overflow:hidden}.oe-channel-media img,.oe-channel-media .nm-image-placeholder{width:100%;height:100%;object-fit:cover}.oe-channel-lead h4{font-family:Georgia,serif;font-size:1.15rem;line-height:1.15;margin:6px 0}.oe-channel-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--oe-line)}.oe-channel-list a{display:flex;align-items:center;gap:9px;padding:11px 8px;border-bottom:1px solid var(--oe-line);font-size:.83rem;font-weight:700}.oe-channel-list a:nth-child(odd){border-right:1px solid var(--oe-line)}.oe-channel-list i{margin-left:auto;color:var(--oe-accent)}

/* Flow */
.oe-flow-list{display:grid;background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:22px;overflow:hidden}.oe-flow-list article{display:grid;grid-template-columns:150px minmax(0,1fr) 46px;gap:16px;align-items:center;padding:14px;border-bottom:1px solid var(--oe-line)}.oe-flow-list article:last-child{border-bottom:0}.oe-flow-thumb{height:92px;border-radius:12px;overflow:hidden}.oe-flow-thumb img,.oe-flow-thumb .nm-image-placeholder{width:100%;height:100%;object-fit:cover}.oe-flow-list h3{font-size:1.04rem;line-height:1.25;margin:5px 0}.oe-flow-list p{font-size:.8rem;color:var(--oe-muted);margin:0}.oe-flow-arrow{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--oe-surface-2)}

/* Local */
.oe-local-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:22px}.oe-region-chipbox{background:var(--oe-ink);border-radius:22px;padding:14px;display:grid;align-content:start}.oe-region-chipbox a{display:flex;align-items:center;gap:9px;color:#fff;padding:11px 10px;border-bottom:1px solid rgba(255,255,255,.12);font-size:.84rem}.oe-region-chipbox a:last-child{border:0}.oe-region-chipbox a i:last-child{margin-left:auto}.oe-local-news{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.oe-local-news article{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:16px;padding:10px}.oe-local-news article>a{height:90px;border-radius:11px;overflow:hidden}.oe-local-news img,.oe-local-news .nm-image-placeholder{width:100%;height:100%;object-fit:cover}.oe-local-news span{font-size:.66rem;color:var(--oe-accent-2);font-weight:850;text-transform:uppercase}.oe-local-news h3{font-size:.93rem;line-height:1.22;margin:4px 0}

/* Multimedia */
.oe-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.oe-media-panel{background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:20px;padding:17px;min-width:0}.oe-panel-head{display:flex;align-items:center;gap:10px;padding-bottom:13px;border-bottom:1px solid var(--oe-line);margin-bottom:7px}.oe-panel-head>span{width:38px;height:38px;border-radius:12px;background:var(--oe-accent-soft);color:var(--oe-accent);display:grid;place-items:center}.oe-panel-head h3{font-size:1rem;margin:0}.oe-media-row{display:flex;align-items:center;gap:9px;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--oe-line);font-size:.82rem;font-weight:700}.oe-media-row small{font-size:.68rem;color:var(--oe-muted);white-space:nowrap}.oe-panel-more{display:inline-flex;align-items:center;gap:7px;margin-top:12px;font-size:.76rem;font-weight:850;color:var(--oe-accent)}.oe-poll h4{font-size:.9rem;line-height:1.4}.oe-poll-row{display:flex;justify-content:space-between;gap:10px;padding:7px 0;font-size:.78rem;border-bottom:1px dashed var(--oe-line)}

/* Authors */
.oe-author-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.oe-author-card{display:flex;align-items:center;gap:11px;background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:17px;padding:12px}.oe-author-avatar{width:47px;height:47px;border-radius:50%;overflow:hidden;background:var(--oe-surface-2);display:grid;place-items:center;flex:0 0 auto}.oe-author-avatar img{width:100%;height:100%;object-fit:cover}.oe-author-card small,.oe-author-card strong{display:block}.oe-author-card small{font-size:.62rem;color:var(--oe-accent);font-weight:850}.oe-author-card strong{font-size:.82rem;margin-top:2px}.oe-author-card>i{margin-left:auto}

/* Footer */
.oe-footer{margin-top:45px;background:#101827;color:#fff;border-top:5px solid var(--oe-accent)}.oe-footer-top{padding:54px 0 38px;display:grid;grid-template-columns:1.05fr 1.7fr;gap:60px}.oe-footer-logo img{width:min(300px,75vw);max-height:80px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.oe-footer-brand p{max-width:430px;color:rgba(255,255,255,.67);line-height:1.65;font-size:.86rem;margin:18px 0}.oe-footer-socials{display:flex;gap:8px}.oe-footer-socials a{width:39px;height:39px;border:1px solid rgba(255,255,255,.19);border-radius:50%;display:grid;place-items:center}.oe-footer-socials a:hover{background:#fff;color:#111}.oe-footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.oe-footer-grid>div{display:grid;align-content:start;gap:8px}.oe-footer-grid h6{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px}.oe-footer-grid h6 span{display:inline-block;width:24px;height:3px;background:var(--oe-accent);margin-right:8px;vertical-align:middle}.oe-footer-grid a{color:rgba(255,255,255,.68);font-size:.82rem}.oe-footer-grid a:hover{color:#fff}.oe-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 0 24px;border-top:1px solid rgba(255,255,255,.12);font-size:.72rem;color:rgba(255,255,255,.55)}.oe-backtop{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border:0;border-radius:50%;background:var(--oe-accent);color:#fff;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:60}.oe-backtop.is-visible{opacity:1;visibility:visible;transform:none}

/* Inner pages / reused module classes */
.nm-page{padding:42px 0 60px}.nm-page-header{margin-bottom:26px;padding-bottom:17px;border-bottom:1px solid var(--oe-line);position:relative}.nm-page-header:after{content:"";position:absolute;left:0;bottom:-1px;width:90px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--oe-accent),var(--oe-accent-2))}.nm-eyebrow{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:var(--oe-accent)}.nm-page-header h1,.nm-article-title{font-family:Georgia,"Times New Roman",serif;color:var(--oe-ink);letter-spacing:-.035em}.nm-page-header h1{font-size:clamp(2rem,4vw,3.7rem);margin:4px 0}.nm-content-card,.nm-gallery-card,.nm-video-card,.nm-epaper-card,.nm-poll-card,.nm-contact-form,.nm-contact-info,.nm-related{background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:20px;box-shadow:none}.nm-content-card{padding:22px}.nm-meta-line,.nm-article-meta{color:var(--oe-muted);font-size:.78rem}.nm-btn-brand{background:var(--oe-ink)!important;color:#fff!important;border-color:var(--oe-ink)!important}.nm-image-placeholder{background:linear-gradient(135deg,var(--oe-surface-2),var(--oe-line));display:grid;place-items:center;color:var(--oe-muted);min-height:100px}.nm-article-shell{max-width:900px;margin:0 auto}.nm-article-category{display:inline-flex;padding:7px 10px;border-radius:99px;background:var(--oe-accent-soft);color:var(--oe-accent);font-size:.72rem;font-weight:900;text-transform:uppercase}.nm-article-subtitle{font-size:clamp(1rem,1.8vw,1.3rem);color:var(--oe-muted);margin:12px 0 4px;line-height:1.4}.nm-article-title{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.02;margin:8px 0 16px}.nm-article-hero{overflow:hidden;border-radius:20px;margin:22px 0 8px}.nm-article-hero img{width:100%;height:auto}.nm-caption{font-size:.75rem;color:var(--oe-muted);margin-top:8px}.nm-article-body,.nm-rich-content{font-family:Georgia,"Times New Roman",serif;font-size:1.07rem;line-height:1.85;color:var(--oe-ink)}.nm-article-body img,.nm-rich-content img{max-width:100%;height:auto;border-radius:12px;margin:18px auto}.nm-article-body figure,.nm-rich-content figure{max-width:100%;margin:24px auto}.nm-article-body figcaption,.nm-rich-content figcaption{text-align:center;font-family:Inter,sans-serif;font-size:.75rem;color:var(--oe-muted)}.nm-article-body iframe,.nm-rich-content iframe{max-width:100%;width:100%;aspect-ratio:16/9;height:auto}.nm-article-body table,.nm-rich-content table{display:block;max-width:100%;overflow-x:auto}.nm-sharebar{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.nm-sharebar a,.nm-sharebar button{border-radius:99px!important}.nm-tags{display:flex;flex-wrap:wrap;gap:7px}.nm-tags a{background:var(--oe-surface-2);padding:7px 10px;border-radius:99px;font-size:.75rem}.nm-story-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:16px;padding:14px 0;border-bottom:1px solid var(--oe-line)}.nm-story-row__media{height:128px;border-radius:14px;overflow:hidden}.nm-story-row__media img,.nm-story-row__media .nm-image-placeholder{width:100%;height:100%;object-fit:cover}.nm-story-row__body h3{font-size:1.1rem;line-height:1.25}.nm-gallery-card,.nm-video-card,.nm-epaper-card{overflow:hidden}.nm-gallery-card__media,.nm-video-card__media{aspect-ratio:16/10;overflow:hidden}.nm-gallery-card__media img,.nm-video-card__media img{width:100%;height:100%;object-fit:cover}.nm-gallery-card__body,.nm-video-card__body,.nm-epaper-card__body{padding:16px}.nm-empty{padding:35px;border:1px dashed var(--oe-line);border-radius:18px;text-align:center;color:var(--oe-muted)}.breadcrumb{--bs-breadcrumb-divider-color:var(--oe-muted);--bs-breadcrumb-item-active-color:var(--oe-muted)}.form-control,.form-select{background:var(--oe-surface);color:var(--oe-ink);border-color:var(--oe-line)}

@media (max-width:1199.98px){
  :root{--oe-logo-desktop:var(--oe-logo-tablet)}
  .oe-brand-copy{display:none!important}.oe-nav-link{padding:0 9px;font-size:.78rem}.oe-hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.9fr)}.oe-headline,.oe-side-latest{height:535px}.oe-headline-content{padding:36px}.oe-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.oe-author-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:991.98px){
  .oe-brandbar-inner{min-height:78px}.oe-logo img{width:min(var(--oe-logo-tablet),50vw);max-height:64px}.oe-nav-wrap{display:none}.oe-ticker-row{height:38px}.oe-hero{padding-top:14px}.oe-hero-grid{grid-template-columns:1fr}.oe-headline{height:510px}.oe-side-latest{height:auto}.oe-side-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.oe-side-item:nth-last-child(-n+1){display:none}.oe-latest-layout{grid-template-columns:1fr}.oe-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.oe-channel-grid{grid-template-columns:1fr}.oe-local-layout{grid-template-columns:1fr}.oe-region-chipbox{grid-template-columns:repeat(3,minmax(0,1fr))}.oe-region-chipbox a{border-right:1px solid rgba(255,255,255,.12)}.oe-author-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.oe-footer-top{grid-template-columns:1fr;gap:36px}.oe-footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:767.98px){
  :root{--oe-ad-width:450px}
  .container-xl{padding-left:14px;padding-right:14px}.oe-brandbar-inner{min-height:70px;gap:11px}.oe-logo img{width:min(var(--oe-logo-mobile),55vw);max-height:55px}.oe-brand-actions{gap:6px}.oe-icon-btn{width:40px;height:40px}.oe-channel-strip{align-items:flex-start}.oe-channel-label{padding-top:8px}.oe-headline{height:450px;border-radius:20px}.oe-headline-content{padding:24px 20px 34px}.oe-headline h1{font-size:clamp(2rem,9vw,3.2rem)}.oe-headline-content>p{display:none}.oe-headline-meta{font-size:.7rem}.oe-headline-progress{left:20px;right:20px;bottom:14px}.oe-side-latest{border-radius:20px;padding:14px}.oe-side-list{grid-template-columns:1fr}.oe-side-item{grid-template-columns:104px minmax(0,1fr)}.oe-side-item:nth-last-child(-n+1){display:grid}.oe-section{padding:42px 0}.oe-section-head{align-items:flex-start}.oe-section-link{display:none}.oe-garnish{width:32px}.oe-section-title{gap:10px}.oe-section-title h2{font-size:2rem}.oe-latest-media{height:250px}.oe-latest-grid{grid-template-columns:1fr}.oe-news-card{grid-template-columns:125px minmax(0,1fr)}.oe-popular-grid{grid-template-columns:1fr}.oe-popular-card{grid-template-columns:130px minmax(0,1fr)}.oe-channel-lead{grid-template-columns:145px minmax(0,1fr)}.oe-channel-list{grid-template-columns:1fr}.oe-channel-list a:nth-child(odd){border-right:0}.oe-flow-list article{grid-template-columns:105px minmax(0,1fr)}.oe-flow-list p,.oe-flow-arrow{display:none}.oe-local-news{grid-template-columns:1fr}.oe-region-chipbox{grid-template-columns:repeat(2,minmax(0,1fr))}.oe-media-grid{grid-template-columns:1fr}.oe-author-grid{grid-template-columns:1fr}.oe-footer-grid{grid-template-columns:repeat(2,1fr)}.oe-footer-grid>div:last-child{grid-column:1/-1}.oe-footer-bottom{flex-direction:column}.nm-page{padding-top:28px}.nm-article-title{font-size:clamp(2rem,9vw,3.1rem)}.nm-story-row{grid-template-columns:125px minmax(0,1fr)}.nm-story-row__media{height:95px}
}
@media (max-width:480px){
  .oe-logo img{width:min(185px,52vw)}.oe-ticker-label{padding-right:10px;margin-right:10px}.oe-headline{height:420px}.oe-headline-kicker{margin-bottom:9px}.oe-headline-subtitle{font-size:.82rem}.oe-headline h1{font-size:clamp(1.85rem,8.5vw,2.7rem)}.oe-headline-meta span{display:none}.oe-side-item{grid-template-columns:92px minmax(0,1fr)}.oe-side-thumb{height:72px}.oe-latest-copy{padding:17px}.oe-latest-copy h3{font-size:1.35rem}.oe-news-card{grid-template-columns:105px minmax(0,1fr)}.oe-news-card-media{height:94px}.oe-popular-card{grid-template-columns:112px minmax(0,1fr)}.oe-popular-media{height:94px}.oe-channel-lead{grid-template-columns:1fr}.oe-channel-media{height:190px}.oe-flow-list article{grid-template-columns:92px minmax(0,1fr);gap:11px}.oe-flow-thumb{height:76px}.oe-region-chipbox{grid-template-columns:1fr}.oe-local-news article{grid-template-columns:105px minmax(0,1fr)}.oe-footer-grid{grid-template-columns:1fr}.oe-footer-grid>div:last-child{grid-column:auto}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =========================================================
   AstraLine Editorial 2026 v1.1 refinements
   ========================================================= */
:root{
  --oe-logo-desktop:450px;
  --oe-logo-tablet:350px;
  --oe-logo-mobile:280px;
  --oe-mobile-header-height:78px;
  --oe-ad-width:450px;
  --oe-ad-height:168px;
  --oe-trend-bg:#e9eef3;
  --oe-local-bg:#e8f1ef;
}
[data-bs-theme="dark"]{
  --oe-trend-bg:#151f2a;
  --oe-local-bg:#142421;
}

/* Logo proportions */
.oe-brandbar-inner{min-height:126px}
.oe-logo img{width:min(var(--oe-logo-desktop),42vw);max-height:112px}

/* Sticky menu + ticker. Header logo remains normal on desktop. */
.oe-sticky-stack{position:sticky;top:0;z-index:900;background:var(--oe-surface);box-shadow:0 8px 24px rgba(23,36,59,.06)}
.oe-sticky-stack .oe-nav-wrap{position:relative;z-index:2}
.oe-sticky-stack .oe-ticker{position:relative;z-index:1}

/* Advertisement: fixed visual target ~450px, responsive below that. */
.oe-ad,.oe-ad-home,.oe-page-ad,.nm-ad-slot,.nm-home-ad,.nm-ad-header,.nn-ad-fixed{
  width:min(var(--oe-ad-width),var(--oe-ad-max-mobile))!important;
  max-width:min(var(--oe-ad-width),var(--oe-ad-max-mobile))!important;
}
.nn-ad-canvas img,.nm-ad-link img,.nn-ad-link img,.nm-ad-slot img,.nm-home-ad img{
  width:100%!important;max-width:var(--oe-ad-width)!important;max-height:var(--oe-ad-height)!important;object-fit:contain!important;
}
.oe-ad-placeholder{display:block!important}
.oe-ad-placeholder__inner{min-height:132px;border:1.5px dashed color-mix(in srgb,var(--oe-accent-2) 48%,var(--oe-line));border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--oe-accent-2) 7%,var(--oe-surface)),var(--oe-surface));display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;color:var(--oe-ink);padding:18px;text-align:center}
.oe-ad-placeholder__inner span{font-size:.62rem;letter-spacing:.16em;font-weight:900;color:var(--oe-muted)}
.oe-ad-placeholder__inner strong{font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;letter-spacing:.03em;color:var(--oe-accent)}
.oe-ad-placeholder__inner small{font-size:.7rem;color:var(--oe-muted);max-width:320px}

/* Trending now follows the same palette, no isolated black/white block. */
.oe-popular-section{background:var(--oe-trend-bg)!important;color:var(--oe-ink)!important;border-top:1px solid var(--oe-line);border-bottom:1px solid var(--oe-line)}
.oe-popular-section .oe-section-title h2{color:var(--oe-ink)!important}
.oe-popular-section .oe-section-title p{color:var(--oe-muted)!important}
.oe-popular-section .oe-section-title small{color:var(--oe-accent)!important}
.oe-popular-section .oe-garnish b{background:var(--oe-ink)!important}
.oe-popular-card{background:var(--oe-surface)!important;border-color:var(--oe-line)!important;box-shadow:0 10px 26px rgba(23,36,59,.05)}
.oe-popular-card .oe-meta{color:var(--oe-muted)!important}
.oe-popular-card .oe-meta span{color:var(--oe-accent-2)!important}
.oe-popular-card .oe-card-subtitle{color:var(--oe-muted)!important}
.oe-popular-card h3 a{color:var(--oe-ink)!important}

/* Local Network: explicit theme-aware colors. */
.oe-local{background:var(--oe-local-bg)!important;color:var(--oe-ink)!important;border-top:1px solid color-mix(in srgb,var(--oe-accent-2) 18%,var(--oe-line));border-bottom:1px solid color-mix(in srgb,var(--oe-accent-2) 18%,var(--oe-line))}
.oe-local .oe-section-title h2{color:var(--oe-ink)!important}
.oe-local .oe-section-title p{color:var(--oe-muted)!important}
.oe-local .oe-section-title small{color:var(--oe-accent-2)!important}
.oe-region-chipbox{background:linear-gradient(160deg,#133d43,#185d56 72%,#176b61);box-shadow:0 16px 36px rgba(19,61,67,.16)}
[data-bs-theme="dark"] .oe-region-chipbox{background:linear-gradient(160deg,#0d2d30,#10453f)}
.oe-local-news article{box-shadow:0 8px 22px rgba(23,36,59,.045)}
.oe-local-news h3,.oe-local-news h3 a{color:var(--oe-ink)!important}

/* Latest: older published items revealed in sequence. */
.oe-latest-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.oe-latest-more-grid .oe-news-card{grid-template-columns:112px minmax(0,1fr)}
.oe-latest-more-grid .oe-news-card-media{height:100px}
.oe-more-item[hidden]{display:none!important}
.oe-latest-more-action{display:flex;justify-content:center;margin-top:22px}
.oe-more-button{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--oe-line);background:var(--oe-surface);color:var(--oe-ink);border-radius:999px;padding:11px 18px;font-size:.78rem;font-weight:850;box-shadow:0 9px 22px rgba(23,36,59,.06);transition:.2s ease}
.oe-more-button:hover{border-color:var(--oe-accent);color:var(--oe-accent);transform:translateY(-1px)}

/* Selected Peristiwa + Olahraga channels. */
.oe-focus-channels{background:linear-gradient(180deg,var(--oe-bg),color-mix(in srgb,var(--oe-surface-2) 60%,var(--oe-bg)))}
.oe-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.oe-focus-card{background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:24px;overflow:hidden;box-shadow:0 14px 36px rgba(23,36,59,.06);position:relative}
.oe-focus-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--oe-accent),var(--oe-accent-2))}
.oe-focus-card--olahraga:before{background:linear-gradient(90deg,var(--oe-accent-2),#71b66d)}
.oe-focus-head{display:flex;justify-content:space-between;align-items:end;gap:16px;padding:20px 20px 15px;border-bottom:1px solid var(--oe-line)}
.oe-focus-head small{display:block;font-size:.62rem;font-weight:900;letter-spacing:.14em;color:var(--oe-accent);margin-bottom:2px}
.oe-focus-card--olahraga .oe-focus-head small{color:var(--oe-accent-2)}
.oe-focus-head h3{font-family:Georgia,"Times New Roman",serif;font-size:1.9rem;margin:0;letter-spacing:-.025em}
.oe-focus-head>a{font-size:.73rem;font-weight:850;color:var(--oe-muted);white-space:nowrap}
.oe-focus-lead{display:grid;grid-template-columns:46% minmax(0,1fr);gap:18px;padding:18px 20px}
.oe-focus-media{height:230px;border-radius:16px;overflow:hidden;position:relative}
.oe-focus-media img,.oe-focus-media .nm-image-placeholder{width:100%;height:100%;object-fit:cover}
.oe-focus-mark{position:absolute;left:12px;bottom:12px;width:42px;height:42px;border-radius:50%;background:var(--oe-surface);color:var(--oe-accent);display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,0,0,.16)}
.oe-focus-card--olahraga .oe-focus-mark{color:var(--oe-accent-2)}
.oe-focus-copy h4{font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;line-height:1.12;margin:7px 0 9px}
.oe-focus-copy p{font-size:.82rem;line-height:1.6;color:var(--oe-muted);margin:0}
.oe-focus-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--oe-line)}
.oe-focus-list>a{display:grid;grid-template-columns:64px minmax(0,1fr) 20px;gap:10px;align-items:center;padding:11px 14px;border-bottom:1px solid var(--oe-line);min-width:0}
.oe-focus-list>a:nth-child(odd){border-right:1px solid var(--oe-line)}
.oe-focus-thumb{height:52px;border-radius:9px;overflow:hidden}
.oe-focus-thumb img,.oe-focus-thumb .nm-image-placeholder{width:100%;height:100%;object-fit:cover}
.oe-focus-item-copy{min-width:0}.oe-focus-item-copy small{display:block;color:var(--oe-muted);font-size:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.oe-focus-item-copy strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;line-height:1.22}.oe-focus-list>a>i{color:var(--oe-accent)}

/* Detail article social suite and polished sidebar. */
.nm-social-suite{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:20px 0 22px;padding:14px 16px;border:1px solid var(--oe-line);border-radius:18px;background:var(--oe-surface)}
.nm-social-group{display:grid;gap:7px}.nm-social-label{font-size:.62rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--oe-muted)}
.nm-social-suite .nm-sharebar{margin:0}
.nm-sharebar a,.nm-sharebar button{width:38px;height:38px;border:1px solid var(--oe-line);background:var(--oe-surface-2);color:var(--oe-ink);display:grid;place-items:center;padding:0;transition:.18s ease}
.nm-sharebar a:hover,.nm-sharebar button:hover{background:var(--oe-ink);color:#fff;border-color:var(--oe-ink);transform:translateY(-1px)}
.nm-sidebar-stack{display:grid;gap:18px;align-content:start}
.nm-sidebar-card{background:var(--oe-surface);border:1px solid var(--oe-line);border-radius:22px;padding:17px;box-shadow:0 14px 34px rgba(23,36,59,.055);overflow:hidden}
.nm-sidebar-title{display:flex;align-items:center;gap:9px;font-size:.77rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;padding-bottom:12px;margin-bottom:4px;border-bottom:1px solid var(--oe-line);position:relative}
.nm-sidebar-title:after{content:"";position:absolute;left:0;bottom:-1px;width:72px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--oe-accent),var(--oe-accent-2))}
.nm-sidebar-title i{color:var(--oe-accent)}
.nm-popular-media-list{display:grid}
.nm-popular-media-item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:11px;padding:12px 0;border-bottom:1px solid var(--oe-line)}
.nm-popular-media-item:last-child{border-bottom:0;padding-bottom:0}
.nm-popular-media-thumb{height:72px;border-radius:11px;overflow:hidden;position:relative}
.nm-popular-media-thumb img,.nm-popular-media-thumb .nm-image-placeholder{width:100%;height:100%;object-fit:cover}
.nm-popular-media-thumb>span{position:absolute;left:5px;top:5px;background:var(--oe-accent);color:#fff;padding:3px 6px;border-radius:7px;font-size:.61rem;font-weight:900}
.nm-popular-media-copy .nm-card-subtitle{font-size:.65rem;margin-top:0}.nm-popular-media-copy h3{font-size:.84rem;line-height:1.22;margin:4px 0 0;font-weight:820}
.nm-region-chip{display:inline-flex;padding:7px 9px;border:1px solid var(--oe-line);border-radius:999px;background:var(--oe-surface-2);font-size:.72rem;font-weight:750}

@media (min-width:992px){
  .nm-sidebar-stack{position:sticky;top:118px}
}
@media (max-width:1199.98px){
  .oe-logo img{width:min(var(--oe-logo-tablet),40vw);max-height:90px}
  .oe-brandbar-inner{min-height:104px}
  .oe-latest-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .oe-focus-lead{grid-template-columns:1fr}.oe-focus-media{height:240px}
}
@media (max-width:991.98px){
  .oe-header{position:sticky;top:0;z-index:930;background:var(--oe-surface);box-shadow:0 7px 20px rgba(23,36,59,.07)}
  .oe-brandbar-inner{height:var(--oe-mobile-header-height);min-height:var(--oe-mobile-header-height);justify-content:center;position:relative}
  .oe-brandbar-inner>.oe-icon-btn{position:absolute;left:0;top:50%;transform:translateY(-50%)}
  .oe-brand-actions{position:absolute;right:0;top:50%;transform:translateY(-50%);margin-left:0!important}
  .oe-brand-actions .oe-search{display:none!important}
  .oe-logo{margin:0 auto;justify-content:center}
  .oe-logo img{width:var(--oe-logo-mobile);max-width:min(280px,72vw);max-height:66px;object-position:center}
  .oe-sticky-stack{top:var(--oe-mobile-header-height);z-index:920;box-shadow:0 8px 20px rgba(23,36,59,.07)}
  .oe-focus-grid{grid-template-columns:1fr}
  .oe-focus-lead{grid-template-columns:230px minmax(0,1fr)}
  .oe-focus-media{height:170px}
}
@media (max-width:767.98px){
  .oe-logo img{width:var(--oe-logo-mobile);max-width:min(280px,72vw);max-height:64px}
  .oe-latest-more-grid{grid-template-columns:1fr}
  .oe-latest-more-grid .oe-news-card{grid-template-columns:125px minmax(0,1fr)}
  .oe-latest-more-grid .oe-news-card-media{height:102px}
  .oe-focus-lead{grid-template-columns:1fr}.oe-focus-media{height:220px}.oe-focus-list{grid-template-columns:1fr}.oe-focus-list>a:nth-child(odd){border-right:0}
  .nm-social-suite{align-items:flex-start;flex-direction:column}
  .nm-sidebar-stack{margin-top:8px}
  .oe-ad-placeholder__inner{min-height:112px}
}
@media (max-width:480px){
  .oe-logo img{width:var(--oe-logo-mobile);max-width:min(280px,70vw);max-height:62px}
  .oe-icon-btn{width:36px;height:36px}
  .oe-focus-head{align-items:flex-start}.oe-focus-head h3{font-size:1.6rem}.oe-focus-head>a{font-size:.68rem}
  .oe-focus-media{height:195px}
}

