:root{
  --news-bg:#020302;
  --news-bg-soft:#050805;
  --news-panel:#080c08;
  --news-panel-2:#0c120c;
  --news-paper:#f7f8f5;
  --news-paper-2:#ffffff;
  --news-ink:#171b17;
  --news-text:#f4f7ef;
  --news-muted:#9ca69a;
  --news-muted-dark:#657064;
  --news-line:#22321a;
  --news-line-soft:rgba(187,255,35,.14);
  --news-lime:#bbff23;
  --news-lime-2:#e1ff78;
  --news-green:#79ab12;
  --news-width:1180px;
  --news-radius:10px;
  --news-shadow:0 18px 50px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--news-bg);color:var(--news-text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
img{max-width:100%}

.news-page-glow{position:fixed;inset:0;z-index:-3;pointer-events:none;background:radial-gradient(circle at 50% -100px,rgba(187,255,35,.13),transparent 430px),radial-gradient(circle at 20% 45%,rgba(92,140,20,.05),transparent 430px),#020302}
body::after{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.035;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:4px 4px}
.news-container{width:var(--news-width);max-width:calc(100vw - 28px);margin:0 auto;position:relative;z-index:2}

/* Publicidade lateral */
.news-side-ad{position:fixed;top:0;bottom:0;width:calc((100vw - var(--news-width))/2);background:#000;z-index:0;overflow:hidden}
.news-side-ad-left{left:0}.news-side-ad-right{right:0}
.news-side-ad a{display:block;width:100%;height:100%;background:#000}
.news-side-ad img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}

/* Cabeçalho */
.news-topbar{position:sticky;top:0;z-index:50;background:rgba(5,9,5,.97);border-bottom:1px solid rgba(187,255,35,.25);box-shadow:0 9px 26px rgba(0,0,0,.34);backdrop-filter:blur(10px)}
.news-topbar::before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--news-lime),transparent)}
.news-topbar-inner{min-height:66px;display:grid;grid-template-columns:205px 1fr auto;gap:22px;align-items:center}
.news-brand-lockup{display:flex;align-items:center;gap:10px;min-width:0}
.news-brand-lockup img{display:block;width:68px;height:50px;object-fit:contain;filter:drop-shadow(0 0 9px rgba(187,255,35,.16))}
.news-brand-lockup>span{display:block;border-left:1px solid rgba(187,255,35,.25);padding-left:10px;line-height:1}
.news-brand-lockup strong{display:block;color:#fff;font-size:13px;letter-spacing:.08em;white-space:nowrap}
.news-brand-lockup small{display:block;color:var(--news-lime);font-size:9px;text-transform:uppercase;letter-spacing:.15em;margin-top:5px;white-space:nowrap}
.news-main-nav{display:flex;align-items:center;justify-content:center;gap:20px;min-width:0;flex-wrap:wrap}
.news-main-nav a{position:relative;color:#c9d1c6;font-size:12px;font-weight:800;padding:25px 0 22px;white-space:nowrap}
.news-main-nav a::after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:3px;background:var(--news-lime);transition:.2s ease}
.news-main-nav a:hover,.news-main-nav a.active{color:#fff}
.news-main-nav a:hover::after,.news-main-nav a.active::after{left:0;right:0}
.news-back-home{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(187,255,35,.42);background:linear-gradient(180deg,rgba(187,255,35,.10),rgba(187,255,35,.025));color:#f0ffc4;padding:10px 13px;text-transform:uppercase;font-weight:900;font-size:10px;letter-spacing:.04em;white-space:nowrap;transition:.2s ease}
.news-back-home:hover{border-color:var(--news-lime);background:rgba(187,255,35,.13)}

.news-breaking{position:relative;z-index:3;background:#0a0e0a;border-bottom:1px solid var(--news-line)}
.news-breaking-inner{height:38px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;font-size:11px}
.news-breaking strong{display:inline-flex;align-items:center;gap:7px;color:#071007;background:var(--news-lime);padding:6px 10px;font-size:9px;letter-spacing:.10em;white-space:nowrap}
.news-breaking strong i{width:6px;height:6px;border-radius:50%;background:#071007;box-shadow:0 0 0 4px rgba(7,16,7,.14)}
.news-breaking a{color:#edf4e8;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-breaking a:hover{color:var(--news-lime)}
.news-breaking span{color:#849080;white-space:nowrap}

/* Cabeçalho editorial */
.news-page{padding:20px 0 52px}
.news-masthead{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 430px;align-items:center;gap:34px;background:linear-gradient(120deg,#0b110b,#060906 66%);border:1px solid var(--news-line);border-top:4px solid var(--news-lime);padding:26px 28px;margin-bottom:14px;box-shadow:var(--news-shadow)}
.news-masthead::after{content:"D20";position:absolute;right:455px;top:50%;transform:translateY(-50%);font-family:Impact,Arial Black,sans-serif;font-size:160px;line-height:1;color:rgba(187,255,35,.025);pointer-events:none}
.news-masthead-copy{position:relative;z-index:2}
.news-kicker{display:block;color:var(--news-lime);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;margin-bottom:7px}
.news-masthead h1{margin:0;color:#fff;font-family:Impact,"Arial Narrow",Arial,sans-serif;font-size:52px;line-height:.9;letter-spacing:.015em}
.news-masthead h1 span{color:var(--news-lime)}
.news-masthead p{margin:11px 0 0;color:#aeb8aa;font-size:14px;line-height:1.5;max-width:620px}
.news-masthead-topics{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.news-masthead-topics span{border:1px solid rgba(187,255,35,.16);background:rgba(187,255,35,.035);color:#dce5d7;padding:6px 9px;font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.05em}
.news-top-ad{height:88px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#020402;border:1px solid rgba(187,255,35,.20);color:var(--news-lime);font-weight:900;text-transform:uppercase;font-size:10px;letter-spacing:.08em}
.news-top-ad img{display:block;width:100%;height:100%;object-fit:contain;background:#020402}

/* Ferramentas */
.news-toolbar{background:#080c08;border:1px solid var(--news-line);display:grid;grid-template-columns:1fr 340px;gap:18px;align-items:end;padding:13px 14px;margin-bottom:22px;box-shadow:0 10px 25px rgba(0,0,0,.16)}
.news-toolbar-label>span,.news-search-box>span{display:block;color:#8f9a8b;font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.11em;margin-bottom:7px}
.news-category-filters{display:flex;gap:7px;flex-wrap:wrap}
.news-category-filter{border:1px solid #263522;background:#0d130d;color:#c5cec1;padding:8px 11px;font-size:10px;text-transform:uppercase;font-weight:900;cursor:pointer;transition:.18s ease}
.news-category-filter:hover{border-color:rgba(187,255,35,.48);color:#fff}
.news-category-filter.active{background:var(--news-lime);border-color:var(--news-lime);color:#071007;box-shadow:0 0 18px rgba(187,255,35,.10)}
.news-search-field{height:39px;display:grid;grid-template-columns:36px 1fr;align-items:center;border:1px solid #263522;background:#030503}
.news-search-field:focus-within{border-color:rgba(187,255,35,.55);box-shadow:0 0 0 2px rgba(187,255,35,.07)}
.news-search-field i{font-style:normal;color:var(--news-lime);font-size:20px;text-align:center}
.news-search-box input{width:100%;height:37px;border:0;background:transparent;padding:0 11px 0 0;color:#fff;outline:none;font-size:12px}
.news-search-box input::placeholder{color:#778273}

/* Títulos de seção */
.news-featured-section{margin-bottom:24px}
.news-section-overline,.news-section-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;border-bottom:2px solid var(--news-line);margin-bottom:11px;padding-bottom:9px;position:relative}
.news-section-overline::after,.news-section-heading::after{content:"";position:absolute;left:0;bottom:-2px;width:88px;height:2px;background:var(--news-lime)}
.news-section-overline span,.news-section-heading span{display:block;color:var(--news-lime);font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.13em}
.news-section-overline h2,.news-section-heading h2{margin:3px 0 0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1}
.news-section-overline small,.news-section-heading>strong{color:#7f8b7c;font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.06em}

/* Destaques */
.news-featured-grid{display:grid;grid-template-columns:1.62fr 1fr;grid-template-rows:repeat(2,218px);gap:12px}
.news-featured-card{position:relative;overflow:hidden;background:#0a0d0a;color:#fff;min-height:0;border:1px solid #263522;box-shadow:0 13px 28px rgba(0,0,0,.20)}
.news-featured-card:first-child{grid-row:1/3}
.news-featured-card::after{content:"";position:absolute;inset:0;border:1px solid transparent;transition:.22s ease;pointer-events:none}
.news-featured-card:hover::after{border-color:rgba(187,255,35,.45)}
.news-featured-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .3s ease;filter:saturate(.94) contrast(1.02)}
.news-featured-card:hover img{transform:scale(1.035);filter:saturate(1.06) contrast(1.04)}
.news-featured-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 15%,rgba(0,0,0,.24) 48%,rgba(1,4,1,.97) 100%)}
.news-featured-card:first-child .news-featured-overlay{background:linear-gradient(90deg,rgba(1,4,1,.90) 0%,rgba(1,4,1,.32) 72%),linear-gradient(180deg,transparent 30%,rgba(1,4,1,.96) 100%)}
.news-featured-copy{position:absolute;left:0;right:0;bottom:0;padding:18px 19px;z-index:2}
.news-featured-card:first-child .news-featured-copy{padding:28px;max-width:82%}
.news-card-tag{display:inline-flex;align-items:center;background:var(--news-lime);color:#071007;padding:5px 8px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;margin-bottom:9px}
.news-featured-copy h2{font-family:Georgia,"Times New Roman",serif;margin:0;font-size:21px;line-height:1.08;text-shadow:0 2px 5px rgba(0,0,0,.65)}
.news-featured-card:first-child h2{font-size:38px;max-width:720px}
.news-featured-copy p{margin:8px 0 0;color:#d0d8cd;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.news-featured-meta{display:flex;gap:9px;align-items:center;margin-top:10px;color:#adb7aa;font-size:10px;font-weight:700}
.news-featured-meta span+span{color:#d7dfd4}

/* Conteúdo */
.news-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 318px;gap:22px;align-items:start}
.news-latest-section{min-width:0}
.news-portal-list{display:grid;gap:10px}
.news-portal-card{position:relative;display:grid;grid-template-columns:250px minmax(0,1fr);gap:17px;background:linear-gradient(180deg,#0b100b,#070a07);border:1px solid var(--news-line);padding:12px;min-height:172px;transition:.2s ease;overflow:hidden}
.news-portal-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:transparent;transition:.2s ease}
.news-portal-card:hover{border-color:rgba(187,255,35,.30);background:#0d130d;transform:translateY(-1px);box-shadow:0 13px 27px rgba(0,0,0,.18)}
.news-portal-card:hover::before{background:var(--news-lime)}
.news-portal-card-image{display:block;height:146px;overflow:hidden;background:#020302}
.news-portal-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.news-portal-card:hover .news-portal-card-image img{transform:scale(1.035)}
.news-portal-card-content{display:flex;flex-direction:column;min-width:0}
.news-portal-card-content h3{margin:5px 0 6px;color:#f4f7ef;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.12}
.news-portal-card-content h3 a:hover{color:var(--news-lime-2)}
.news-portal-card-content>small{color:#8c9788;font-size:10px;margin-bottom:6px}
.news-portal-card-content p{margin:0;color:#9da79a;font-size:12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.news-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:9px;border-top:1px solid rgba(187,255,35,.09);color:#7e897b;font-size:10px}
.news-read-link{font-weight:900;text-transform:uppercase;color:var(--news-lime);font-size:9px;letter-spacing:.05em}
.news-read-link:hover{color:var(--news-lime-2)}
.news-empty-state{background:#080c08;border:1px solid var(--news-line);padding:34px;text-align:center;color:#fff}
.news-empty-state strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:22px}
.news-empty-state p{margin:8px 0 0;color:var(--news-muted)}

/* Coluna lateral */
.news-sidebar{display:grid;gap:14px;position:sticky;top:84px}
.news-sidebar-card{background:linear-gradient(180deg,#0b100b,#070a07);border:1px solid var(--news-line);overflow:hidden}
.news-sidebar-card-highlight{box-shadow:inset 0 1px 0 rgba(187,255,35,.05)}
.news-sidebar-title{display:flex;align-items:center;border-bottom:1px solid var(--news-line);min-height:48px;background:#0c120c}
.news-sidebar-title span{align-self:stretch;min-width:47px;display:flex;align-items:center;justify-content:center;background:var(--news-lime);color:#071007;font-weight:900;font-size:12px}
.news-sidebar-title h2{margin:0;padding:0 13px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:17px}
.news-popular-list{counter-reset:popular}
.news-popular-item{counter-increment:popular;display:grid;grid-template-columns:42px 1fr;gap:9px;padding:13px 12px;border-bottom:1px solid rgba(187,255,35,.08);transition:.17s ease}
.news-popular-item:last-child{border-bottom:0}
.news-popular-item::before{content:counter(popular,decimal-leading-zero);font-family:Impact,Arial Black,sans-serif;font-size:24px;color:#3c4c35}
.news-popular-item strong{display:block;color:#e8eee4;font-family:Georgia,"Times New Roman",serif;font-size:14px;line-height:1.28}
.news-popular-item small{display:block;color:#798575;font-size:9px;text-transform:uppercase;margin-top:5px}
.news-popular-item:hover{background:#0f160f}.news-popular-item:hover strong{color:var(--news-lime-2)}.news-popular-item:hover::before{color:var(--news-lime)}
.news-events-list{display:grid}
.news-event-item{display:grid;grid-template-columns:52px 1fr;gap:10px;padding:12px;border-bottom:1px solid rgba(187,255,35,.08);transition:.17s ease}
.news-event-item:last-child{border-bottom:0}
.news-event-item:hover{background:#0f160f}
.news-event-date{background:#020402;border:1px solid #293a20;color:#fff;text-align:center;padding:7px 3px}
.news-event-date b{display:block;font-size:19px;color:var(--news-lime)}
.news-event-date span{font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.news-event-item strong{display:block;color:#e2e9df;font-size:12px;line-height:1.3}
.news-event-item small{display:block;color:#7f8b7b;font-size:9px;margin-top:4px;line-height:1.35}
.news-sponsors-list{display:grid;gap:8px;padding:10px}
.news-sponsor-item{min-height:76px;border:1px solid #263522;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:900;color:#dce5d7;background:#020402;overflow:hidden}
.news-sponsor-item img{width:100%;height:76px;display:block;object-fit:contain;padding:7px;background:#020402}
.news-sidebar-empty{padding:18px;color:#83907f;font-size:11px;text-align:center}

/* Página da matéria */
.news-article-shell{padding:24px 0 54px}
.news-article-layout{display:grid;grid-template-columns:minmax(0,820px) 318px;gap:24px;align-items:start}
.news-article-main{background:var(--news-paper);border-top:4px solid var(--news-lime);padding:25px 34px 38px;min-width:0;box-shadow:var(--news-shadow)}
.news-breadcrumb{display:flex;gap:8px;align-items:center;color:#707a70;font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.05em;border-bottom:1px solid #dfe4dc;padding-bottom:13px;margin-bottom:23px}
.news-breadcrumb a:hover{color:#52770a}
.news-article-loading{padding:70px 0;text-align:center;color:#6f796e}
.news-article-label{display:inline-flex;background:#071007;color:var(--news-lime);padding:6px 9px;font-size:9px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}
.news-article-header h1{margin:13px 0 11px;color:#121612;font-family:Georgia,"Times New Roman",serif;font-size:46px;line-height:1.04;letter-spacing:-.025em}
.news-article-lead{margin:0;color:#536052;font-size:18px;line-height:1.48}
.news-article-byline{display:flex;flex-wrap:wrap;gap:11px;align-items:center;border-top:1px solid #dfe4dc;border-bottom:1px solid #dfe4dc;padding:12px 0;margin:18px 0;color:#687268;font-size:10px;text-transform:uppercase;letter-spacing:.03em}
.news-article-byline strong{color:#182118}
.news-article-event{margin:0 0 18px;padding:11px 13px;background:#edf4e4;border-left:4px solid #79ab12;color:#283325;font-size:12px}
.news-article-hero{margin:0 -1px 25px;position:relative}
.news-article-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,var(--news-lime),transparent)}
.news-article-hero img{width:100%;max-height:520px;display:block;object-fit:cover;background:#0b0d0b}
.news-article-text{font-family:Georgia,"Times New Roman",serif;color:#242a24;font-size:18px;line-height:1.8}
.news-article-text p{margin:0 0 21px}
.news-article-text p:first-child::first-letter{float:left;font-size:62px;line-height:.8;padding:8px 9px 0 0;font-weight:700;color:#5d830e}
.news-article-share{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid #dfe4dc;margin-top:29px;padding-top:17px}
.news-article-share>strong{color:#263025;font-size:9px;text-transform:uppercase;margin-right:4px;letter-spacing:.06em}
.news-share-button{border:1px solid #c9d0c6;background:#fff;color:#293329;padding:8px 11px;font-size:10px;font-weight:900;cursor:pointer}
.news-share-button:hover{background:#071007;border-color:#071007;color:var(--news-lime)}
.news-article-sidebar{display:grid;gap:14px;position:sticky;top:84px}
.news-article-ad{min-height:250px;background:#020402;color:var(--news-lime);display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:900;overflow:hidden;border:1px solid #263522}
.news-article-ad img{width:100%;height:250px;object-fit:contain;background:#020402}
.news-related-list{display:grid}
.news-related-item{display:grid;grid-template-columns:88px 1fr;gap:10px;padding:10px;border-bottom:1px solid rgba(187,255,35,.08);transition:.17s ease}
.news-related-item:last-child{border-bottom:0}
.news-related-item:hover{background:#0f160f}
.news-related-item img{width:88px;height:68px;object-fit:cover;background:#111}
.news-related-item strong{display:block;color:#e7ede3;font-family:Georgia,"Times New Roman",serif;font-size:13px;line-height:1.28}
.news-related-item small{display:block;color:#7b8778;font-size:9px;margin-top:5px}
.news-copy-toast{position:fixed;right:18px;bottom:18px;z-index:100;background:#071007;color:var(--news-lime);border:1px solid rgba(187,255,35,.3);padding:12px 16px;box-shadow:0 8px 25px rgba(0,0,0,.38);font-size:11px;font-weight:900}

/* Rodapé */
.news-footer{position:relative;z-index:2;background:#050805;color:#dce4da;border-top:3px solid var(--news-lime);padding:34px 0 18px;box-shadow:0 -18px 45px rgba(0,0,0,.18)}
.news-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:30px}
.news-footer-brand{display:flex;flex-direction:column;align-items:flex-start}
.news-footer img{width:118px;height:56px;object-fit:contain;object-position:left center}
.news-footer-brand>strong{color:#fff;font-size:12px;letter-spacing:.10em;margin-top:4px}
.news-footer p{color:#839080;font-size:11px;line-height:1.5;max-width:290px}
.news-footer h3{margin:0 0 12px;color:#fff;text-transform:uppercase;font-size:10px;letter-spacing:.08em}
.news-footer a{display:block;color:#95a192;font-size:11px;margin:0 0 8px}
.news-footer a:hover{color:var(--news-lime)}
.news-footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid rgba(187,255,35,.09);margin-top:24px;padding-top:14px;color:#596555;font-size:9px;text-transform:uppercase;letter-spacing:.08em}

@media(max-width:1599px){.news-side-ad{display:none}}
@media(max-width:1080px){
  .news-topbar-inner{grid-template-columns:185px 1fr}.news-back-home{display:none}.news-main-nav{justify-content:flex-end;gap:13px}.news-main-nav a{padding:23px 0 20px}
  .news-masthead{grid-template-columns:1fr}.news-masthead::after{right:20px}.news-top-ad{height:74px}
  .news-toolbar{grid-template-columns:1fr}.news-search-box>span{margin-top:2px}
  .news-featured-grid{grid-template-columns:1fr 1fr;grid-template-rows:340px 210px}.news-featured-card:first-child{grid-column:1/3;grid-row:auto}.news-featured-card:first-child .news-featured-copy{max-width:88%}.news-featured-card:first-child h2{font-size:32px}
  .news-content-layout,.news-article-layout{grid-template-columns:1fr}.news-sidebar,.news-article-sidebar{position:static;grid-template-columns:repeat(2,1fr)}.news-sidebar-card:last-child{grid-column:1/-1}.news-article-ad{min-height:150px}.news-article-ad img{height:150px}
}
@media(max-width:760px){
  .news-container{max-width:calc(100vw - 18px)}
  .news-topbar-inner{display:flex;min-height:60px;gap:14px}.news-brand-lockup img{width:58px;height:44px}.news-brand-lockup>span{display:none}.news-main-nav{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;white-space:nowrap;gap:15px}.news-main-nav a{font-size:10px;padding:21px 0 18px}
  .news-breaking-inner{grid-template-columns:auto 1fr}.news-breaking span{display:none}.news-breaking strong{padding:6px 8px}
  .news-page{padding-top:12px}.news-masthead{padding:20px}.news-masthead h1{font-size:39px}.news-masthead p{font-size:12px}.news-masthead::after{font-size:110px;right:-10px}
  .news-toolbar{padding:12px}.news-category-filters{gap:6px}
  .news-featured-grid{display:grid;grid-template-columns:1fr;grid-template-rows:315px 205px 205px}.news-featured-card:first-child{grid-column:auto;grid-row:auto}.news-featured-card:first-child .news-featured-copy{padding:20px;max-width:100%}.news-featured-card:first-child h2{font-size:27px}.news-featured-copy h2{font-size:20px}
  .news-portal-card{grid-template-columns:1fr;gap:11px}.news-portal-card-image{height:205px}.news-portal-card-content h3{font-size:21px}.news-card-bottom{margin-top:10px}
  .news-sidebar,.news-article-sidebar{grid-template-columns:1fr}.news-sidebar-card:last-child{grid-column:auto}
  .news-article-main{padding:19px 17px 28px}.news-article-header h1{font-size:34px}.news-article-lead{font-size:16px}.news-article-text{font-size:17px;line-height:1.72}.news-article-hero{margin-left:-17px;margin-right:-17px}
  .news-footer-grid{grid-template-columns:1fr 1fr}.news-footer-grid>div:first-child{grid-column:1/-1}.news-footer-bottom{flex-direction:column}
}
@media(max-width:460px){
  .news-category-filters{display:grid;grid-template-columns:1fr 1fr}.news-category-filter{text-align:center}
  .news-masthead h1{font-size:34px}.news-masthead-topics{display:none}
  .news-featured-card:first-child h2{font-size:24px}.news-featured-copy{padding:15px}.news-featured-card:first-child .news-featured-copy{padding:17px}
  .news-portal-card-image{height:180px}.news-footer-grid{grid-template-columns:1fr}.news-footer-grid>div:first-child{grid-column:auto}
}

/* =========================================================
   D20 NOTÍCIAS — RESPONSIVIDADE FINAL
   ========================================================= */
@media(max-width:900px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .news-container{width:100%!important;max-width:100%!important;padding-left:9px!important;padding-right:9px!important}
  .news-topbar{position:relative!important}
  .news-topbar-inner{width:100%!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding-top:7px!important;padding-bottom:7px!important}
  .news-brand-lockup{flex:0 0 auto!important}
  .news-main-nav{order:3;width:100%!important;display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important;gap:7px!important;padding:2px 0 5px!important;-webkit-overflow-scrolling:touch}
  .news-main-nav a{flex:0 0 auto!important;padding:8px 9px!important;border:1px solid rgba(187,255,35,.14);background:rgba(187,255,35,.035)}
  .news-masthead,.news-toolbar,.news-featured-grid,.news-content-layout,.news-article-layout,.news-sidebar,.news-article-sidebar,.news-footer-grid{width:100%!important;grid-template-columns:1fr!important}
  .news-masthead{padding:18px 15px!important}
  .news-masthead h1{font-size:clamp(34px,12vw,47px)!important}
  .news-featured-grid{grid-template-rows:none!important}
  .news-featured-card,.news-featured-card:first-child{grid-column:auto!important;grid-row:auto!important;min-height:225px!important;height:auto!important;aspect-ratio:16/10}
  .news-featured-card:first-child .news-featured-copy{max-width:100%!important;padding:18px!important}
  .news-featured-card:first-child h2{font-size:25px!important}
  .news-portal-card{grid-template-columns:1fr!important}
  .news-portal-card-image{height:auto!important;aspect-ratio:16/9}
  .news-sidebar,.news-article-sidebar{position:static!important}
  .news-article-main{width:100%!important;min-width:0!important;padding:18px 14px 27px!important}
  .news-article-header h1{font-size:clamp(29px,9vw,39px)!important;overflow-wrap:anywhere}
  .news-article-hero{margin-left:-14px!important;margin-right:-14px!important}
  .news-article-text{font-size:16px!important;line-height:1.7!important}
  .news-footer-grid>div:first-child{grid-column:auto!important}
}
@media(max-width:480px){
  .news-container{padding-left:7px!important;padding-right:7px!important}
  .news-brand-lockup>span{display:none!important}
  .news-category-filters{grid-template-columns:1fr 1fr!important}
  .news-section-overline,.news-section-heading{align-items:flex-start!important;flex-direction:column!important}
  .news-featured-card,.news-featured-card:first-child{min-height:205px!important}
  .news-featured-copy h2,.news-featured-card:first-child h2{font-size:21px!important}
  .news-footer-grid{grid-template-columns:1fr!important}
}


/* =========================================================
   LINK FUNCIONAL NO FINAL DA NOTÍCIA
   ========================================================= */
.news-article-text a{
  color:#4f7900;
  font-weight:800;
  text-decoration:underline;
  text-decoration-color:rgba(93,131,14,.45);
  text-underline-offset:3px;
  overflow-wrap:anywhere;
}
.news-article-text a:hover{color:#314d00;text-decoration-color:currentColor}
.news-article-link-box{
  display:flex;align-items:center;justify-content:space-between;gap:22px;
  margin:30px 0 4px;padding:20px 22px;
  border:1px solid rgba(111,153,20,.32);border-left:5px solid var(--news-lime);
  background:radial-gradient(circle at 100% 0,rgba(187,255,35,.16),transparent 190px),linear-gradient(135deg,#10180d,#070b06);
  color:#fff;
}
.news-article-link-box div{min-width:0;display:grid;gap:4px}
.news-article-link-box div>span{color:var(--news-lime);font-size:10px;line-height:1;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.news-article-link-box strong{color:#f5f8f1;font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.25}
.news-article-link-box small{color:#9eaa98;font-size:12px;overflow-wrap:anywhere}
.news-article-link-button{
  flex:0 0 auto;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:0 18px;border:1px solid var(--news-lime);background:var(--news-lime);color:#0a0e08;
  font-size:11px;font-weight:950;letter-spacing:.05em;text-transform:uppercase;
  transition:transform .16s ease,filter .16s ease;
}
.news-article-link-button:hover{transform:translateY(-1px);filter:brightness(1.08)}
.news-article-link-button span{font-size:18px;line-height:1}
@media(max-width:650px){
  .news-article-link-box{align-items:stretch;flex-direction:column;gap:15px;padding:17px}
  .news-article-link-button{width:100%}
}
