/* NewsForge CMS V5 – isolated, responsive design system. Public selectors are scoped under body.nf-v5. */
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:190px}body.nf-v5{margin:0;background:var(--nf-bg);color:var(--nf-text);font-family:var(--body-font);font-size:var(--nf-body-size-desktop);line-height:1.65;overflow-x:hidden}body.nf-v5 img{max-width:100%;display:block}body.nf-v5 a{color:inherit;text-decoration:none}body.nf-v5 button,body.nf-v5 input,body.nf-v5 select,body.nf-v5 textarea{font:inherit}body.nf-v5 button{cursor:pointer}body.nf-v5 :focus-visible{outline:3px solid color-mix(in srgb,var(--nf-accent) 80%,white);outline-offset:3px}.skip-link{position:fixed;left:12px;top:-100px;z-index:9999;background:#fff;color:#111;padding:10px 15px;border-radius:8px}.skip-link:focus{top:12px}.nf-container{width:min(100%,var(--nf-site-width));margin-inline:auto;padding-inline:var(--nf-content-padding-desktop)}.site-main{min-height:60vh}.section{padding-block:var(--nf-section-gap-desktop)}.section.compact{padding-block:calc(var(--nf-section-gap-desktop)*.65)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.section-heading h2{margin:0;color:var(--nf-text);font-family:var(--headline-font);font-size:clamp(24px,2.2vw,34px);line-height:1.15}.section-heading-icon{display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid var(--nf-border);border-radius:14px;background:var(--nf-surface);color:var(--nf-primary)}.section-heading-icon svg,.section-heading-icon img{width:25px;height:25px}.section-title-with-icon{display:flex;align-items:center;gap:13px}.heading-kicker{display:block;margin-bottom:6px;color:var(--nf-secondary);font:700 12px/1 var(--menu-font);letter-spacing:.14em;text-transform:uppercase}.view-all,.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--nf-primary);font:700 14px/1.2 var(--menu-font)}.view-all svg,.text-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:10px 20px;border:0;border-radius:13px;font:700 15px/1 var(--menu-font)}.primary-button{background:var(--nf-primary);color:#fff}.secondary-button{background:var(--nf-surface);color:var(--nf-primary);border:1px solid var(--nf-border)}

/* Header */
.site-header{position:relative;z-index:110;background:var(--nf-surface);border-top:3px solid var(--nf-primary);box-shadow:0 1px 0 var(--nf-border)}.header-inner{height:var(--nf-header-height-desktop);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{grid-column:2;display:grid;justify-items:center;align-content:center;gap:4px;min-width:0}.brand img{width:min(var(--nf-logo-width-desktop),44vw);height:auto;max-height:calc(var(--nf-header-height-desktop) - 36px);object-fit:contain}.brand-date{color:var(--nf-primary);font:500 14px/1.2 var(--body-font);white-space:nowrap}.header-actions{grid-column:3;justify-self:end;display:flex;gap:10px}.icon-button{display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid var(--nf-border);border-radius:15px;background:var(--nf-surface);color:var(--nf-primary);box-shadow:0 5px 18px rgba(15,23,42,.04)}.icon-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}.drawer-trigger{display:none;grid-column:1;justify-self:start}.desktop-nav{height:var(--nf-menu-height-desktop);border-top:1px solid var(--nf-border);background:var(--nf-surface)}.desktop-nav-inner{height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(10px,1.3vw,24px);position:relative;white-space:nowrap}.desktop-nav a,.nav-more{display:inline-flex;align-items:center;gap:6px;height:100%;border:0;background:transparent;color:#334155;font:700 15px/1 var(--menu-font)}.desktop-nav a svg,.nav-more svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.desktop-nav a.active{color:var(--nf-primary)}.desktop-nav a.active:after{content:"";position:absolute;bottom:0;height:3px;width:32px;background:var(--nf-primary);border-radius:3px}.nav-more{padding:0 10px}.nav-overflow{position:absolute;right:var(--nf-content-padding-desktop);top:calc(100% + 8px);min-width:220px;padding:8px;border:1px solid var(--nf-border);border-radius:14px;background:var(--nf-surface);box-shadow:0 20px 55px rgba(15,23,42,.16);z-index:150}.nav-overflow a{display:flex;height:auto;padding:12px;border-radius:9px}.nav-overflow a:hover{background:color-mix(in srgb,var(--nf-primary) 8%,white)}
/* Header variants */
.header-logo-left .header-inner{grid-template-columns:auto 1fr auto}.header-logo-left .brand{grid-column:1;justify-items:start}.header-logo-left .header-actions{grid-column:3}.header-compact .header-inner{height:86px}.header-compact .brand img{max-height:50px}.header-masthead .header-inner{height:145px}.header-masthead .brand img{max-height:88px}.header-split .header-inner{grid-template-columns:auto 1fr auto}.header-split .brand{grid-column:1;justify-items:start}.header-split .brand-date{grid-column:2;align-self:center;margin-left:30px}.header-double .site-header{}.header-double .header-inner{height:104px}.header-broadcast .site-header{border-top:5px solid var(--nf-accent)}.header-broadcast .desktop-nav{background:var(--nf-primary);border:0}.header-broadcast .desktop-nav a,.header-broadcast .nav-more{color:white}.header-darkbar .site-header{background:#08111F;border-color:var(--nf-accent)}.header-darkbar .desktop-nav{background:#0D1828;border-color:#1E293B}.header-darkbar .desktop-nav a,.header-darkbar .brand-date{color:#E2E8F0}.header-floating .site-header{background:transparent;box-shadow:none;border:0;padding:15px 0}.header-floating .header-inner{background:color-mix(in srgb,var(--nf-surface) 90%,transparent);border:1px solid color-mix(in srgb,var(--nf-border) 80%,transparent);border-radius:22px;box-shadow:0 15px 50px rgba(15,23,42,.12);backdrop-filter:blur(14px)}.header-floating .desktop-nav{margin-top:10px;background:transparent;border:0}.header-floating .desktop-nav-inner{background:var(--nf-surface);border:1px solid var(--nf-border);border-radius:16px;box-shadow:0 8px 30px rgba(15,23,42,.08)}

/* Mobile drawer */
.drawer-backdrop{position:fixed;inset:0;background:rgba(2,12,27,.55);z-index:300}.mobile-drawer{position:fixed;inset:0 auto 0 0;width:min(88vw,360px);z-index:310;padding:20px;background:var(--nf-primary);color:#fff;transform:translateX(-105%);transition:transform .28s ease;box-shadow:20px 0 50px rgba(0,0,0,.25);overflow:auto}.mobile-drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.drawer-head img{width:180px;max-height:70px;object-fit:contain}.drawer-head .icon-button{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff}.mobile-drawer nav{display:grid;gap:4px}.mobile-drawer nav a{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:12px;font:700 16px/1.2 var(--menu-font)}.mobile-drawer nav a:hover{background:rgba(255,255,255,.12)}.mobile-drawer nav svg,.mobile-drawer nav img{width:22px;height:22px;fill:none;stroke:currentColor}

/* Breaking ticker */
.breaking-bar{position:relative;z-index:90;background:var(--nf-primary);color:#fff;height:50px;overflow:hidden}.breaking-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:100%;padding-inline:0}.breaking-label{height:100%;display:flex;align-items:center;gap:8px;padding:0 18px;background:color-mix(in srgb,var(--nf-primary) 74%,black);color:var(--nf-accent);font:800 14px/1 var(--menu-font);white-space:nowrap}.breaking-label i{width:10px;height:10px;border-radius:50%;background:var(--nf-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--nf-accent) 18%,transparent)}.ticker-window{min-width:0;overflow:hidden}.ticker-track{display:flex;align-items:center;width:max-content;animation:nfTicker 38s linear infinite;will-change:transform}.ticker-track.paused{animation-play-state:paused}.ticker-track a{padding:0 34px;font:700 15px/1 var(--body-font);white-space:nowrap}.ticker-track b{font-size:8px;opacity:.6}.ticker-toggle{display:grid;place-items:center;width:50px;height:50px;border:0;background:rgba(0,0,0,.12);color:#fff}.ticker-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor}@keyframes nfTicker{to{transform:translateX(-50%)}}

/* Hero */
.hero-section{padding:24px 0 8px}.hero-shell{position:relative}.hero-slider{position:relative;overflow:hidden;border-radius:28px;min-height:var(--nf-hero-height-desktop);background:#DCE5EE;box-shadow:0 16px 50px rgba(15,23,42,.12)}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-readmore{position:absolute;left:28px;bottom:28px;z-index:2}.hero-dots{display:flex;justify-content:center;gap:8px;margin-top:13px}.hero-dots button{width:9px;height:9px;border:0;border-radius:99px;background:#B8C5D3}.hero-dots button.active{width:32px;background:var(--nf-primary)}.hero-wide .hero-slider{width:min(100%,1050px);margin:auto}.hero-split .hero-shell{display:grid;grid-template-columns:1.55fr .85fr;gap:20px}.hero-split .hero-slider{min-height:480px}.hero-side-stories{display:grid;gap:14px}.hero-side-stories .news-card{grid-template-columns:130px 1fr;display:grid}.hero-side-stories .news-card-image{aspect-ratio:auto;height:100%}.hero-mosaic .hero-shell{display:grid;grid-template-columns:1.5fr 1fr;gap:18px}.hero-mosaic .hero-slider{min-height:500px}.hero-mosaic-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-mosaic-grid .news-card{min-height:0}.hero-editorial .hero-slider{border-radius:0;box-shadow:none;border-block:1px solid var(--nf-text)}.hero-cards .hero-slider{width:min(100%,860px);margin:auto;border-radius:38px}.hero-fullscreen .hero-slider{width:100vw;margin-left:calc(50% - 50vw);border-radius:0;min-height:min(68vh,720px)}.hero-compact .hero-slider{min-height:300px;width:min(100%,900px);margin:auto}.hero-poster .hero-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),transparent 70%)}.hero-side-list .hero-shell{display:grid;grid-template-columns:1.65fr .7fr;gap:20px}.hero-spotlight .hero-slider{border-radius:45px;outline:1px solid color-mix(in srgb,var(--nf-accent) 45%,transparent);box-shadow:0 25px 80px color-mix(in srgb,var(--nf-primary) 25%,transparent)}

/* Search */
.home-search{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px 12px 20px;border:1px solid var(--nf-border);border-radius:18px;background:var(--nf-surface);box-shadow:0 10px 34px rgba(15,23,42,.06)}.home-search svg{width:24px;height:24px;fill:none;stroke:var(--nf-primary)}.home-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--nf-text);font:500 17px/1.2 var(--body-font)}.home-search button{width:52px;height:52px;border:0;border-radius:14px;background:var(--nf-primary);color:#fff}.home-search button svg{stroke:currentColor}

/* Cards */
.news-grid,.category-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--nf-card-gap-desktop)}.news-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--nf-border);border-radius:var(--nf-card-radius);background:var(--nf-surface);box-shadow:0 8px 28px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease}.news-card:hover{transform:translateY(-3px);box-shadow:0 15px 38px rgba(15,23,42,.11)}.news-card-image{position:relative;display:block;aspect-ratio:var(--nf-card-image-ratio);overflow:hidden;background:#E8EEF5}.news-card-image img{width:100%;height:100%;object-fit:var(--card-fit,cover)}.news-card-badge{position:absolute;left:12px;bottom:10px;z-index:2;padding:7px 11px;border-radius:10px;background:var(--nf-primary);color:#fff;font:700 13px/1 var(--menu-font)}.news-card-body{display:flex;flex:1;flex-direction:column;padding:15px}.news-card-meta-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;color:var(--nf-muted);font:500 13px/1.25 var(--body-font)}.news-card h3{margin:0;font:700 var(--nf-headline-size-desktop)/1.35 var(--headline-font);overflow-wrap:anywhere}.news-card h3 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--headline-lines,3);overflow:hidden}.news-card-summary{margin:10px 0 0;color:var(--nf-muted);font-size:15px;line-height:1.55}.news-card-footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:auto;padding-top:14px;color:var(--nf-muted);font:500 12px/1.2 var(--body-font);border-top:1px dashed var(--nf-border)}.news-card-footer span{display:inline-flex;align-items:center;gap:4px;min-width:0}.news-card-footer svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.news-card-readmore{margin-top:12px;color:var(--nf-primary);font:700 13px var(--menu-font)}
/* Card variants */
.cards-borderless .news-card{border:0;box-shadow:none;background:transparent}.cards-borderless .news-card-body{padding-inline:0}.cards-overlay .news-card-image{aspect-ratio:4/3}.cards-overlay .news-card-body{position:absolute;inset:auto 0 0;padding:60px 16px 16px;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff}.cards-overlay .news-card h3,.cards-overlay .news-card-footer,.cards-overlay .news-card-meta-top{color:#fff}.cards-overlay .news-card-footer{border-color:#ffffff44}.cards-horizontal .news-card{display:grid;grid-template-columns:42% 58%;min-height:160px}.cards-horizontal .news-card-image{aspect-ratio:auto;height:100%}.cards-compact .news-card-body{padding:11px}.cards-compact .news-card h3{font-size:calc(var(--nf-headline-size-desktop)*.82)}.cards-poster .news-card-image{aspect-ratio:3/4}.cards-glass .news-card{background:color-mix(in srgb,var(--nf-surface) 75%,transparent);backdrop-filter:blur(16px);border-color:color-mix(in srgb,var(--nf-border) 55%,transparent)}.cards-numbered{counter-reset:nfcard}.cards-numbered .news-card:before{counter-increment:nfcard;content:counter(nfcard);position:absolute;right:12px;top:8px;z-index:5;color:#fff;font:800 38px/1 var(--menu-font);text-shadow:0 2px 8px #0008}.cards-magazine .news-card:first-child{grid-column:span 2;grid-row:span 2}.cards-magazine .news-card:first-child h3{font-size:clamp(28px,2.2vw,40px)}
/* Homepage structure variants */
.home-newspaper .section-heading{border-bottom:3px double var(--nf-text);padding-bottom:12px}.home-newspaper .news-card{border-radius:0;box-shadow:none;border-color:#B8B1A4}.home-magazine .section:nth-of-type(even){background:color-mix(in srgb,var(--nf-primary) 4%,transparent)}.home-app .nf-container{max-width:1180px}.home-app .news-card{border-radius:24px}.home-photo .news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-photo .news-card-image{aspect-ratio:4/3}.home-dashboard .section-heading{padding:14px 18px;border-radius:15px;background:var(--nf-primary);color:#fff}.home-dashboard .section-heading h2,.home-dashboard .view-all{color:#fff}.home-local .section-heading{border-left:6px solid var(--nf-accent);padding-left:14px}.home-minimal .section{padding-block:30px}.home-minimal .news-card{box-shadow:none}.home-election .section-heading-icon{border-radius:50%;background:var(--nf-primary);color:#fff}.home-video .news-card-image:after{content:"▶";position:absolute;left:50%;top:50%;translate:-50% -50%;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#000b;color:#fff;font-size:22px}

/* Top 10 */
.top10-card{padding:24px;border:1px solid var(--nf-border);border-radius:20px;background:var(--nf-surface);box-shadow:0 10px 35px rgba(15,23,42,.05)}.top10-list{display:grid;grid-template-columns:1fr 1fr;gap:0 30px;counter-reset:top}.top10-list a{counter-increment:top;display:grid;grid-template-columns:42px 1fr;gap:9px;align-items:start;padding:13px 0;border-bottom:1px dashed var(--nf-border);font:600 17px/1.45 var(--headline-font)}.top10-list a:before{content:counter(top);color:#A7B5C4;font:800 28px/1 var(--menu-font)}

/* Gallery and cartoons */
.gallery-album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--nf-card-gap-desktop)}.gallery-album-card{position:relative;overflow:hidden;border-radius:22px;background:#0F172A;min-height:280px}.gallery-album-card>img{width:100%;height:100%;object-fit:cover}.gallery-album-card>div{position:absolute;inset:auto 0 0;padding:55px 20px 20px;background:linear-gradient(transparent,#000d);color:#fff}.gallery-album-card h3{margin:0 0 4px;font:700 22px var(--headline-font)}.cartoon-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--nf-card-gap-desktop)}.cartoon-card{display:block;border:1px solid var(--nf-border);border-radius:18px;background:var(--nf-surface);overflow:hidden}.cartoon-image-wrap{height:280px;display:grid;place-items:center;background:color-mix(in srgb,var(--nf-bg) 70%,white);padding:10px}.cartoon-image-wrap img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.gallery-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gallery-photo{border-radius:18px;overflow:hidden;background:var(--nf-surface);border:1px solid var(--nf-border)}.gallery-photo img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#E8EEF5}.gallery-photo figcaption{padding:12px}.lightbox{position:fixed;inset:0;z-index:500;background:#000e;display:grid;place-items:center;padding:30px}.lightbox[hidden]{display:none}.lightbox img{max-width:92vw;max-height:85vh;object-fit:contain}.lightbox button{position:absolute;border:0;background:#fff;color:#111;width:46px;height:46px;border-radius:50%}.lightbox-close{right:20px;top:20px}.lightbox-prev{left:20px}.lightbox-next{right:20px}

/* Page hero / filters */
.page-hero{margin-top:32px;padding:42px;border-radius:24px;background:linear-gradient(135deg,var(--nf-primary),var(--nf-secondary));color:#fff}.page-hero h1{margin:0 0 10px;font:700 clamp(34px,4vw,54px)/1.15 var(--headline-font)}.page-hero p{margin:0;opacity:.86}.filter-panel{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr auto;gap:10px;padding:13px;border:1px solid var(--nf-border);border-radius:18px;background:var(--nf-surface)}.filter-panel input,.filter-panel select{min-width:0;height:48px;border:1px solid var(--nf-border);border-radius:12px;padding:0 13px;background:var(--nf-surface);color:var(--nf-text)}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:30px}.pagination a,.pagination span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--nf-border);border-radius:10px;background:var(--nf-surface)}.pagination .active{background:var(--nf-primary);color:#fff}

/* Article */
.article-shell{width:min(100%,1100px);margin:32px auto;padding-inline:var(--nf-content-padding-desktop)}.article-card{overflow:hidden;border:1px solid var(--nf-border);border-radius:28px;background:var(--nf-surface);box-shadow:0 20px 70px rgba(15,23,42,.08)}.article-hero-image{width:100%;max-height:650px;object-fit:contain;background:#E7EDF4}.article-content{padding:clamp(22px,4vw,52px)}.article-taxonomy{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;color:var(--nf-muted);font:600 14px var(--body-font)}.article-taxonomy span{display:inline-flex;align-items:center;gap:6px}.article-taxonomy svg{width:18px;height:18px;fill:none;stroke:currentColor}.article-category{padding:8px 14px;border-radius:999px;background:var(--nf-primary);color:#fff}.article-title{margin:18px 0 14px;font:700 clamp(34px,4.5vw,60px)/1.18 var(--headline-font);overflow-wrap:anywhere}.article-summary{margin:0 0 24px;padding:18px 20px;border-radius:16px;background:color-mix(in srgb,var(--nf-primary) 5%,var(--nf-surface));font-size:20px;line-height:1.7}.article-body{max-width:860px;margin:auto;font-size:var(--nf-body-size-desktop);line-height:1.9}.article-body p{margin:0 0 1.35em}.article-body img{width:auto;max-width:100%;height:auto;margin:24px auto;border-radius:16px}.article-body blockquote{margin:24px 0;padding:18px 22px;border-left:5px solid var(--nf-accent);background:var(--nf-bg);font-size:1.12em}.article-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.article-next{margin:34px 0 0;padding:24px;text-align:center;border-top:1px dashed var(--nf-border)}.article-editorial .article-card{border-radius:0;box-shadow:none}.article-editorial .article-title{font-family:var(--headline-font);border-bottom:4px double var(--nf-text);padding-bottom:20px}.article-fullscreen .article-shell{width:100%;margin:0;padding:0}.article-fullscreen .article-card{border:0;border-radius:0;box-shadow:none}.article-fullscreen .article-hero-image{max-height:78vh}.article-magazine .article-content{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:40px}.article-magazine .article-content>*{grid-column:1}.article-magazine .article-taxonomy{grid-column:2;grid-row:1/5;align-content:start}.article-minimal .article-card{border:0;box-shadow:none;background:transparent}.article-dark .article-card{background:#07101E;color:#F8FAFC;border-color:#1E293B}.article-dark .article-summary{background:#0E1A2D}.article-photo .article-hero-image{max-height:none;object-fit:cover;aspect-ratio:16/9}.article-newspaper .article-body{column-count:2;column-gap:40px}.article-newspaper .article-body p{break-inside:avoid}

/* Footer */
.site-footer{margin-top:55px;background:#082A49;color:#D7E6F2;padding:48px 0 calc(25px + env(safe-area-inset-bottom))}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr auto;gap:var(--nf-footer-gap);align-items:start}.footer-brand img{width:190px;max-height:75px;object-fit:contain;object-position:left center}.footer-brand p{max-width:430px;color:#ACC2D3}.site-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:8px 22px}.footer-social{display:flex;gap:10px}.footer-social a{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#ffffff14}.footer-social svg{width:20px;height:20px;fill:currentColor}.footer-bottom{padding-top:28px;margin-top:30px;border-top:1px solid #ffffff1c;color:#9FB4C5;font-size:13px}.footer-minimal .site-footer{}.footer-minimal{background:#fff;color:#334155;border-top:1px solid var(--nf-border)}.footer-minimal .footer-brand p,.footer-minimal .footer-bottom{color:#64748B}.footer-newsroom{border-top:8px solid var(--nf-accent)}.footer-magazine .footer-grid{grid-template-columns:1fr;text-align:center}.footer-magazine .footer-brand img{margin:auto;object-position:center}.footer-magazine .footer-brand p{margin-inline:auto}.footer-magazine nav{display:flex;justify-content:center;flex-wrap:wrap}.footer-magazine .footer-social{justify-content:center}

/* Mobile bottom nav */
.mobile-bottom-nav{display:none}

/* Design-specific accents – all 25 have a distinct structural/visual signature. */
.design-telugu-classic-editorial{--nf-surface:#FFFDF8}.design-telugu-classic-editorial .news-card h3{font-family:var(--headline-font)}
.design-luxury-magazine .news-card{box-shadow:0 18px 45px #211A2D18}.design-luxury-magazine .section-heading h2{letter-spacing:.01em}
.design-bold-breaking-news .section-heading:before{content:"LIVE";padding:5px 9px;background:var(--nf-primary);color:#fff;border-radius:6px;font:800 11px var(--menu-font)}
.design-political-news-pro .page-hero{background:linear-gradient(135deg,#123B2A,#E87524)}
.design-cinema-entertainment .hero-slider{box-shadow:0 30px 80px #DB277744}.design-cinema-entertainment .news-card{border-color:#DB277744}
.design-sports-live .news-card-footer{background:#ECFDF5;margin:12px -15px -15px;padding:12px 15px}
.design-business-financial .news-card{border-radius:8px}.design-business-financial .section-heading{border-bottom:1px solid var(--nf-border);padding-bottom:10px}
.design-local-district-news .news-card-badge{border-radius:0 10px 0 0;left:0;bottom:0}
.design-minimal-white .site-header{box-shadow:none}.design-minimal-white .news-card{border-width:0 0 1px;border-radius:0}
.design-dark-premium{color-scheme:dark}.design-dark-premium .news-card,.design-dark-premium .top10-card,.design-dark-premium .home-search{background:#0D1828;border-color:#243247}.design-dark-premium .site-header{background:#08111F}.design-dark-premium .desktop-nav{background:#0D1828;border-color:#243247}.design-dark-premium .desktop-nav a{color:#CBD5E1}
.design-red-breaking-edition .news-card-badge{background:#DC2626}.design-red-breaking-edition .section-heading h2{text-transform:uppercase}
.design-newspaper-print-style{--nf-bg:#F7F2E8;--nf-surface:#FFFDF8}.design-newspaper-print-style .site-header,.design-newspaper-print-style .desktop-nav{background:#FFFDF8}
.design-tv-news-channel .news-card{border-radius:8px}.design-tv-news-channel .section-heading{background:linear-gradient(90deg,var(--nf-primary),var(--nf-secondary));padding:12px 15px}.design-tv-news-channel .section-heading h2,.design-tv-news-channel .view-all{color:#fff}
.design-mobile-cards-pro .news-card{box-shadow:0 16px 35px #07598514}
.design-photo-journalism .news-card h3{font-size:24px}.design-photo-journalism .news-card-image{aspect-ratio:4/3}
.design-regional-telugu .section-heading h2{font-size:36px}.design-regional-telugu .article-body{font-size:20px}
.design-election-special .news-grid{counter-reset:seat}.design-election-special .news-card:before{counter-increment:seat;content:"#"counter(seat);position:absolute;right:8px;top:8px;z-index:4;padding:5px 8px;background:#fff;color:#123B2A;border-radius:8px;font-weight:800}
.design-youth-trending .news-card{transform:rotate(-.2deg)}.design-youth-trending .news-card:nth-child(even){transform:rotate(.2deg)}
.design-tech-modern .news-card{border:1px solid #06B6D455;box-shadow:0 0 0 1px #06B6D411,0 15px 40px #06B6D410}
.design-devotional-traditional .section-heading-icon{border-radius:50%;border:2px solid var(--nf-accent)}
.design-corporate-news .hero-slider,.design-corporate-news .news-card{border-radius:8px}
.design-video-first-news .site-main{background:#0B1220;color:#F8FAFC}.design-video-first-news .section-heading h2{color:#F8FAFC}.design-video-first-news .news-card{background:#111C2D;border-color:#273449;color:#F8FAFC}
.design-ultra-modern-glass{background:radial-gradient(circle at 20% 0,#7C3AED22,transparent 30%),var(--nf-bg)}.design-ultra-modern-glass .site-header,.design-ultra-modern-glass .news-card,.design-ultra-modern-glass .top10-card{backdrop-filter:blur(18px);background:color-mix(in srgb,var(--nf-surface) 78%,transparent)}

/* Responsive */
@media (max-width:1199px){.nf-container{padding-inline:var(--nf-content-padding-tablet)}.news-grid,.category-row{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-split .hero-shell,.hero-mosaic .hero-shell,.hero-side-list .hero-shell{grid-template-columns:1fr}.hero-side-stories,.hero-mosaic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop-nav-inner{justify-content:flex-start;overflow:hidden}.home-photo .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cartoon-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:860px){html{scroll-padding-top:170px}body.nf-v5{font-size:var(--nf-body-size-mobile);padding-bottom:calc(var(--nf-mobile-nav-height) + 18px + env(safe-area-inset-bottom))}.nf-container{padding-inline:var(--nf-content-padding-mobile)}.site-header{position:relative}.header-inner{height:var(--nf-header-height-mobile);grid-template-columns:52px 1fr 104px}.brand{grid-column:2}.brand img{width:min(var(--nf-logo-width-mobile),62vw);max-height:calc(var(--nf-header-height-mobile) - 42px)}.brand-date{font-size:12px}.drawer-trigger{display:grid}.header-actions{grid-column:3;gap:7px}.icon-button{width:46px;height:46px}.desktop-nav{display:none}.breaking-bar{height:52px}.breaking-inner{grid-template-columns:auto 1fr}.breaking-label{padding:0 12px;font-size:12px}.ticker-toggle{display:none}.ticker-track a{padding:0 22px;font-size:13px}.hero-section{padding-top:14px}.hero-slider{min-height:var(--nf-hero-height-mobile);border-radius:20px}.hero-readmore{left:16px;bottom:16px}.hero-fullscreen .hero-slider{min-height:55vh}.hero-side-stories,.hero-mosaic-grid{grid-template-columns:1fr 1fr}.section{padding-block:var(--nf-section-gap-mobile)}.section.compact{padding-block:calc(var(--nf-section-gap-mobile)*.65)}.section-heading{margin-bottom:16px}.section-heading h2{font-size:24px}.section-heading-icon{width:44px;height:44px}.news-grid,.category-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--nf-card-gap-mobile)}.news-card-body{padding:11px}.news-card h3{font-size:var(--nf-headline-size-mobile);line-height:1.35}.news-card-summary{font-size:13px}.news-card-meta-top{font-size:11px}.news-card-footer{gap:7px;font-size:10.5px;padding-top:10px}.news-card-badge{font-size:11px;padding:6px 8px}.cards-horizontal .news-card{display:flex}.cards-magazine .news-card:first-child{grid-column:span 2}.home-photo .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.top10-list{grid-template-columns:1fr}.gallery-album-grid{grid-template-columns:1fr}.cartoon-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.cartoon-image-wrap{height:210px}.page-hero{margin-top:18px;padding:26px 24px}.page-hero h1{font-size:36px}.filter-panel{grid-template-columns:1fr 1fr}.filter-panel>*:first-child{grid-column:1/-1}.filter-panel button{grid-column:1/-1}.article-shell{margin-top:14px;padding-inline:10px}.article-card{border-radius:22px}.article-content{padding:20px}.article-title{font-size:clamp(28px,8vw,42px)}.article-summary{font-size:18px;padding:15px}.article-body{font-size:var(--nf-body-size-mobile);line-height:1.85}.article-actions{grid-template-columns:1fr 1fr}.article-magazine .article-content{display:block}.article-newspaper .article-body{column-count:1}.footer-grid{grid-template-columns:1fr}.site-footer nav{grid-template-columns:1fr 1fr}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:220;display:grid;grid-template-columns:repeat(var(--bottom-items),minmax(0,1fr));height:var(--nf-mobile-nav-height);padding:8px;border:1px solid var(--nf-border);border-radius:24px;background:color-mix(in srgb,var(--nf-surface) 94%,transparent);box-shadow:0 15px 40px rgba(15,23,42,.2);backdrop-filter:blur(14px)}.mobile-bottom-nav a{display:grid;place-items:center;align-content:center;gap:2px;min-width:0;color:#64748B;font:700 11px/1.1 var(--menu-font)}.mobile-bottom-nav a svg,.mobile-bottom-nav a img{width:20px;height:20px;fill:none;stroke:currentColor}.footer-bottom{padding-bottom:var(--nf-mobile-nav-height)} }
@media (max-width:520px){.header-inner{grid-template-columns:50px 1fr 96px}.icon-button{width:43px;height:43px}.hero-side-stories,.hero-mosaic-grid{grid-template-columns:1fr}.news-card h3{font-size:clamp(15px,var(--nf-headline-size-mobile),19px)}.news-card-footer span:nth-child(n+3){display:none}.gallery-page-grid{grid-template-columns:1fr}.article-actions{grid-template-columns:1fr}.footer-brand img{width:160px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.ticker-track{animation:none;transform:none}}
/* Off-screen data source for the direct 1080×1350 canvas renderer. */
.download-stage{position:fixed;left:-20000px;top:0;width:1080px;height:1350px;font-family:var(--body-font);pointer-events:none}.download-card-title{font-family:var(--headline-font);font-weight:800}.download-card-description{font-family:var(--body-font)}.download-card-category,.download-card-location,.download-card-date,.download-card-meta,.download-card-readmore{font-family:var(--menu-font)}
.partial-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),300px));justify-content:start}.mobile-filter summary{display:none}
@media(max-width:860px){.mobile-filter summary{display:block;padding:13px 18px;border-radius:14px;background:var(--nf-primary);color:#fff;font:700 16px var(--menu-font);cursor:pointer}.mobile-filter[open] summary{margin-bottom:10px}.partial-grid{grid-template-columns:minmax(0,1fr)} }
/* V5 homepage custom sections */
.custom-section-inner{padding:var(--custom-padding);border-radius:calc(var(--custom-radius) + 4px);background:var(--custom-bg)}.custom-section-v5 .section-heading h2{color:var(--custom-heading)}.custom-grid-v5{display:grid;grid-template-columns:repeat(var(--custom-cols-desktop),minmax(0,1fr));gap:var(--custom-gap)}.custom-section-v5 .news-card{background:var(--custom-card-bg);border-radius:var(--custom-radius)}.custom-section-v5 .news-card-image img{object-fit:var(--custom-fit)}.custom-slider-v5{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.custom-slider-v5>.news-card{min-width:min(340px,82vw);scroll-snap-align:start}.custom-title-list{display:grid}.custom-title-list a{display:flex;align-items:flex-start;gap:14px;padding:13px 0;border-bottom:1px solid var(--nf-border);font:600 18px/1.45 var(--headline-font)}.custom-title-list b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--nf-primary);color:#fff}.custom-featured-v5{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--custom-gap)}.custom-feature-main{position:relative;overflow:hidden;border-radius:var(--custom-radius);min-height:430px}.custom-feature-main img{width:100%;height:100%;object-fit:var(--custom-fit)}.custom-feature-main div{position:absolute;inset:auto 0 0;padding:80px 24px 24px;background:linear-gradient(transparent,#000d);color:#fff}.custom-feature-main h3{margin:0;font:700 34px/1.25 var(--headline-font)}.custom-html-block{overflow:hidden}.custom-html-block img{max-width:100%;height:auto}
@media(max-width:1199px){.custom-grid-v5{grid-template-columns:repeat(var(--custom-cols-tablet),minmax(0,1fr))}}
@media(max-width:860px){.custom-grid-v5{grid-template-columns:repeat(var(--custom-cols-mobile),minmax(0,1fr))}.custom-featured-v5{grid-template-columns:1fr}.custom-feature-main{min-height:330px}}
/* V5 compatibility for public utility pages migrated from V4 markup. */
body.nf-v5 .shell{width:min(100%,var(--nf-site-width));margin-inline:auto;padding-inline:var(--nf-content-padding-desktop)}
body.nf-v5 .page-hero-box{padding:42px;border-radius:var(--nf-card-radius);background:linear-gradient(135deg,var(--nf-primary),var(--nf-secondary));color:#fff}
body.nf-v5 .page-hero-box h1{margin:0 0 10px;font:800 clamp(30px,4vw,50px)/1.1 var(--headline-font)}
body.nf-v5 .page-hero-box p{margin:0;opacity:.88}
body.nf-v5 .category-icon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:16px}
body.nf-v5 .category-icon-card{display:grid;justify-items:center;gap:10px;padding:18px 12px;border:1px solid var(--nf-border);border-radius:16px;background:var(--nf-surface);box-shadow:var(--nf-shadow);font-weight:800;text-align:center}
body.nf-v5 .category-icon-card .category-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:color-mix(in srgb,var(--cat-color,var(--nf-primary)) 10%,#fff);color:var(--cat-color,var(--nf-primary))}
body.nf-v5 .category-icon-card svg,body.nf-v5 .category-icon-card img{width:28px;height:28px;object-fit:contain}
body.nf-v5 .search-panel{padding:12px;border:1px solid var(--nf-border);border-radius:18px;background:var(--nf-surface);box-shadow:var(--nf-shadow)}
body.nf-v5 .search-form{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.search-form .search-icon{width:24px;height:24px;fill:none;stroke:var(--nf-primary);stroke-width:1.8}
body.nf-v5 .search-form input{min-width:0;border:0;outline:0;background:transparent;font:inherit}
body.nf-v5 .empty-state{grid-column:1/-1;padding:40px;border:1px dashed var(--nf-border);border-radius:16px;background:var(--nf-surface);text-align:center;color:var(--nf-muted)}
body.nf-v5 .module-content-card .news-card-image:empty{display:none}
@media(max-width:1199px){body.nf-v5 .shell{padding-inline:var(--nf-content-padding-tablet)}}
@media(max-width:860px){body.nf-v5 .shell{padding-inline:var(--nf-content-padding-mobile)}body.nf-v5 .page-hero-box{padding:26px 22px}body.nf-v5 .category-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}body.nf-v5 .category-icon-card{padding:13px 7px;font-size:12px}.search-form{grid-template-columns:auto 1fr}.search-form button{grid-column:1/-1}}
body.nf-v5 .news-card-image img{object-fit:var(--card-fit,cover);object-position:var(--card-pos-x,50%) var(--card-pos-y,50%)}
.hero-pause{position:absolute;right:14px;bottom:14px;z-index:5;display:grid;place-items:center;width:40px;height:40px;border:1px solid #ffffff66;border-radius:50%;background:#0008;color:#fff}.hero-pause svg{width:18px;height:18px;fill:none;stroke:currentColor}.hero-pause.paused{background:var(--nf-primary)}
/* V5.1 isolated component typography and grid controls. */
body.nf-v5 .brand-date{font-size:var(--nf-header-date-size-desktop)}
body.nf-v5 .desktop-nav a,body.nf-v5 .nav-more{font-size:var(--nf-menu-font-size-desktop)}
body.nf-v5 .section-heading h2{font-size:var(--nf-section-heading-size-desktop)}
body.nf-v5 .news-card h3{font-size:var(--nf-headline-size-desktop)}
body.nf-v5 .latest-grid{grid-template-columns:repeat(var(--nf-latest-columns-desktop),minmax(0,1fr))}
body.nf-v5 .latest-grid .news-card h3{font-size:var(--nf-latest-headline-size-desktop)}
body.nf-v5 .category-grid,body.nf-v5 .category-page-grid{grid-template-columns:repeat(var(--nf-category-columns-desktop),minmax(0,1fr))}
body.nf-v5 .category-grid .news-card h3,body.nf-v5 .category-page-grid .news-card h3{font-size:var(--nf-category-headline-size-desktop)}
body.nf-v5 .all-news-grid{grid-template-columns:repeat(var(--nf-all-news-columns-desktop),minmax(0,1fr))}
body.nf-v5 .all-news-grid .news-card h3{font-size:var(--nf-all-news-headline-size-desktop)}
body.nf-v5 .news-card-footer{font-size:var(--nf-meta-size-desktop)}
body.nf-v5 .primary-button,body.nf-v5 .secondary-button{font-size:var(--nf-button-font-size-desktop)}
body.nf-v5 .article-title{font-size:var(--nf-article-title-size-desktop)}
body.nf-v5 .article-summary{font-size:var(--nf-article-summary-size-desktop)}
body.nf-v5 .partial-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),300px));justify-content:start}
@media(max-width:1199px){body.nf-v5 .latest-grid{grid-template-columns:repeat(var(--nf-latest-columns-tablet),minmax(0,1fr))}body.nf-v5 .category-grid,body.nf-v5 .category-page-grid{grid-template-columns:repeat(var(--nf-category-columns-tablet),minmax(0,1fr))}body.nf-v5 .all-news-grid{grid-template-columns:repeat(var(--nf-all-news-columns-tablet),minmax(0,1fr))}}
@media(max-width:860px){body.nf-v5 .brand-date{font-size:var(--nf-header-date-size-mobile)}body.nf-v5 .section-heading h2{font-size:var(--nf-section-heading-size-mobile)}body.nf-v5 .news-card h3{font-size:var(--nf-headline-size-mobile)}body.nf-v5 .latest-grid{grid-template-columns:repeat(var(--nf-latest-columns-mobile),minmax(0,1fr))}body.nf-v5 .latest-grid .news-card h3{font-size:var(--nf-latest-headline-size-mobile)}body.nf-v5 .category-grid,body.nf-v5 .category-page-grid{grid-template-columns:repeat(var(--nf-category-columns-mobile),minmax(0,1fr))}body.nf-v5 .category-grid .news-card h3,body.nf-v5 .category-page-grid .news-card h3{font-size:var(--nf-category-headline-size-mobile)}body.nf-v5 .all-news-grid{grid-template-columns:repeat(var(--nf-all-news-columns-mobile),minmax(0,1fr))}body.nf-v5 .all-news-grid .news-card h3{font-size:var(--nf-all-news-headline-size-mobile)}body.nf-v5 .news-card-footer{font-size:var(--nf-meta-size-mobile)}body.nf-v5 .primary-button,body.nf-v5 .secondary-button{font-size:var(--nf-button-font-size-mobile)}body.nf-v5 .article-title{font-size:var(--nf-article-title-size-mobile)}body.nf-v5 .article-summary{font-size:var(--nf-article-summary-size-mobile)}body.nf-v5 .partial-grid{grid-template-columns:1fr;max-width:620px}body.nf-v5 .partial-grid>.news-card{width:100%}}
@media(max-width:860px){
 body.nf-v5.mobile-nav-bar .mobile-bottom-nav{left:0;right:0;bottom:0;border-radius:0;border-inline:0;border-bottom:0}
 body.nf-v5.mobile-nav-compact .mobile-bottom-nav{left:18%;right:18%;height:max(58px,calc(var(--nf-mobile-nav-height)*.82));border-radius:999px}
 body.nf-v5.mobile-nav-tabs .mobile-bottom-nav{left:0;right:0;bottom:0;border-radius:0;background:var(--nf-surface);box-shadow:0 -8px 24px rgba(15,23,42,.10)}
 body.nf-v5.mobile-nav-tabs .mobile-bottom-nav a.active{border-top:3px solid var(--nf-primary);color:var(--nf-primary)}
 body.nf-v5.mobile-nav-drawer-only .mobile-bottom-nav{display:none}
 body.nf-v5.mobile-nav-drawer-only{padding-bottom:0}
}
body.nf-v5 .cartoon-image-wrap{height:var(--cartoon-height,280px)}body.nf-v5 .cartoon-image-wrap img{object-fit:var(--cartoon-fit,contain)}
@media(max-width:860px){body.nf-v5 .cartoon-image-wrap{height:min(var(--cartoon-height,300px),65vw)}}

/* V5.2 independent logo dimensions and safe compact metadata. */
body.nf-v5 .brand img{width:var(--nf-logo-width-desktop);height:auto;max-height:var(--nf-logo-height-desktop);object-fit:contain}
@media(max-width:860px){body.nf-v5 .brand img{width:min(var(--nf-logo-width-mobile),72vw);height:auto;max-height:var(--nf-logo-height-mobile)}body.nf-v5 .news-card-footer{display:flex;flex-wrap:wrap;align-items:center;row-gap:5px;overflow:visible}body.nf-v5 .news-card-footer span{display:inline-flex!important;min-width:0;white-space:nowrap}body.nf-v5 .news-card{min-width:0}body.nf-v5 .news-card h3{overflow-wrap:anywhere;word-break:normal}}
@media(max-width:520px){body.nf-v5 .news-card-footer span:nth-child(n+3){display:inline-flex!important}}

/* V5.2 balanced incomplete rows. */
body.nf-v5 .partial-grid.partial-count-1{grid-template-columns:minmax(280px,520px)}
body.nf-v5 .partial-grid.partial-count-2{grid-template-columns:repeat(2,minmax(280px,420px))}
body.nf-v5 .partial-grid.partial-count-3{grid-template-columns:repeat(3,minmax(250px,360px))}
@media(max-width:860px){body.nf-v5 .partial-grid.partial-count-1{grid-template-columns:minmax(0,1fr);max-width:620px}body.nf-v5 .partial-grid.partial-count-2,body.nf-v5 .partial-grid.partial-count-3{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}}
/* V5.2 explicit default component implementations so every pre-design signature is isolated. */
body.nf-v5.header-centered .header-inner{grid-template-columns:1fr auto 1fr}body.nf-v5.header-centered .brand{grid-column:2}body.nf-v5.header-centered .header-actions{grid-column:3;justify-self:end}
body.nf-v5.home-classic .site-main{background:var(--nf-bg)}body.nf-v5.home-classic .section-heading{align-items:center}
body.nf-v5.cards-standard .news-card{background:var(--nf-surface);border:1px solid var(--nf-border);box-shadow:var(--nf-shadow)}
body.nf-v5.article-premium .article-card{background:var(--nf-surface);border:1px solid var(--nf-border);box-shadow:0 20px 60px rgba(15,23,42,.12)}
body.nf-v5.footer-columns .footer-grid{grid-template-columns:minmax(240px,1.2fr) repeat(2,minmax(160px,.8fr))}
body.nf-v5.footer-dark .site-footer{background:#071827;color:#DDEAF5}body.nf-v5.footer-dark .site-footer a{color:#DDEAF5}
@media(max-width:860px){body.nf-v5.mobile-nav-floating .mobile-bottom-nav{left:10px;right:10px;border-radius:24px}body.nf-v5.footer-columns .footer-grid{grid-template-columns:1fr}}
/* V5.2 accessibility and narrow-card safeguards. */
body.nf-v5 :where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid color-mix(in srgb,var(--nf-accent) 80%,#fff);outline-offset:3px}
body.nf-v5 .news-card h3{min-width:0;overflow-wrap:anywhere;hyphens:none}
body.nf-v5 .news-card-image{background:color-mix(in srgb,var(--nf-surface) 88%,var(--nf-border));overflow:hidden}
@media(max-width:520px){body.nf-v5 .news-card-footer{display:grid;grid-template-columns:repeat(2,minmax(0,auto));justify-content:start;column-gap:8px;row-gap:5px;font-size:max(9.5px,var(--nf-meta-size-mobile))}body.nf-v5 .news-card-footer span{overflow:hidden;text-overflow:ellipsis;max-width:100%}body.nf-v5 .news-card h3{line-height:1.38}}
