:root{--orange:#ff6a00;--orange2:#ff3d00;--ink:#101010;--muted:#686868;--paper:#fff;--soft:#f4f3f0;--line:#deddd9;--radius:24px;--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}.shell-wide{width:min(1320px,calc(100% - 40px));margin-inline:auto}.skip{position:fixed;left:12px;top:-60px;z-index:100;background:var(--ink);color:#fff;padding:12px 16px;border-radius:10px}.skip:focus{top:12px}.site-header{height:78px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(0,0,0,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.header-inner{height:100%;display:flex;align-items:center}.site-brand{display:block;width:240px;max-width:45vw}.site-brand img{width:100%;height:auto}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:14px;font-weight:800}.desktop-nav a{padding:10px 0;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:4px;width:0;height:2px;background:var(--orange);transition:width .2s}.desktop-nav a:hover:after{width:100%}.menu-button{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;padding:0}.menu-button span{display:block;width:18px;height:2px;background:var(--ink);margin:4px auto;transition:.2s}.menu-button[aria-expanded=true] span:first-child{transform:translateY(3px) rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-menu{position:absolute;left:0;right:0;top:78px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(0,0,0,.08)}.mobile-menu .shell{padding:10px 0 18px}.mobile-menu a{display:flex;padding:16px 0;border-bottom:1px solid var(--line);font-size:18px;font-weight:850}.masthead{min-height:540px;display:flex;align-items:center;overflow:hidden}.masthead-grid{display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:40px}.eyebrow,.overline{font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--muted)}.eyebrow span{width:26px;height:4px;background:var(--orange)}.masthead h1{font-size:clamp(64px,7.8vw,112px);line-height:.82;letter-spacing:-.07em;text-transform:uppercase;margin:24px 0 28px;max-width:850px}.masthead h1 em{font-style:normal;color:var(--orange)}.masthead-copy>p{font-size:20px;line-height:1.55;color:var(--muted);max-width:500px}.text-link{display:inline-flex;gap:12px;align-items:center;margin-top:20px;font-weight:900;border-bottom:2px solid var(--ink);padding-bottom:6px}.text-link span{color:var(--orange)}.masthead-art{position:relative;height:480px;display:grid;place-items:center}.masthead-art:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:var(--soft)}.masthead-art img{position:relative;width:min(510px,44vw);filter:drop-shadow(0 24px 24px rgba(0,0,0,.08));animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-10px) rotate(1deg)}}.newsrail{overflow:hidden;background:var(--ink);color:#fff;border-block:1px solid var(--ink);white-space:nowrap}.newsrail-track{width:max-content;display:flex;align-items:center;animation:rail 28s linear infinite}.newsrail span{display:inline-flex;align-items:center;gap:24px;padding:13px 0;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.newsrail span:after{content:"✦";color:var(--orange);padding:0 22px}@keyframes rail{to{transform:translateX(-50%)}}.feature-section,.latest-section,.more-stories{padding-block:80px}.section-label{display:flex;align-items:center;gap:14px;margin-bottom:22px;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.section-label span{color:var(--orange);font-weight:950}.section-label strong{font-weight:950}.section-label i{height:1px;background:var(--line);flex:1}.feature-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.feature-media{position:relative;min-height:520px;background:var(--soft);overflow:hidden}.feature-media>img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.feature-media:hover>img{transform:scale(1.025)}.brand-placeholder{width:100%;height:100%;min-height:inherit;display:grid;place-items:center;background:var(--soft);overflow:hidden}.brand-placeholder img{width:52%;height:52%;object-fit:contain}.brand-placeholder.compact{min-height:0;background:#f7f6f3}.brand-placeholder.compact img{width:45%;height:45%}.feature-badge{position:absolute;left:20px;top:20px;background:var(--orange);color:#fff;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.feature-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.story-meta{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.story-meta span{color:var(--orange)}.story-meta time:before{content:"•";margin-right:10px;color:#bbb}.feature-copy h2{font-size:clamp(40px,4.2vw,64px);line-height:.94;letter-spacing:-.05em;margin:18px 0}.feature-copy h2 a,.story-card h3 a{background-image:linear-gradient(var(--orange),var(--orange));background-repeat:no-repeat;background-position:0 100%;background-size:0 2px;transition:background-size .25s}.feature-copy h2 a:hover,.story-card h3 a:hover{background-size:100% 2px}.feature-copy>p{font-size:17px;line-height:1.65;color:var(--muted);margin:0 0 32px}.story-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;font-size:12px;color:var(--muted)}.round-arrow{width:48px;height:48px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:21px;transition:.2s}.round-arrow:hover{background:var(--orange);transform:rotate(45deg)}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:32px}.overline{color:var(--orange)}.section-title-row h2{font-size:clamp(42px,5vw,68px);letter-spacing:-.055em;line-height:.95;margin:8px 0 0}.count{font-size:13px;color:var(--muted);padding-bottom:6px}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.story-card{border-top:1px solid var(--ink);padding-top:12px}.story-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--soft);border-radius:16px;margin-bottom:20px}.story-image>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.story-card:hover .story-image>img{transform:scale(1.03)}.story-card h3{font-size:27px;line-height:1.02;letter-spacing:-.035em;margin:12px 0}.story-card p{font-size:15px;line-height:1.55;color:var(--muted);margin:0 0 18px}.read-link{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.read-link span{color:var(--orange)}.editorias{background:var(--ink);color:#fff;padding:80px 0}.section-title-row.inverse .overline{color:var(--orange)}.category-list{border-top:1px solid #333}.category-list a{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:20px;border-bottom:1px solid #333;padding:24px 4px;transition:.2s}.category-list a:hover{padding-left:16px;background:#171717}.category-list span{font-size:11px;color:var(--orange);font-weight:900}.category-list strong{font-size:clamp(28px,4vw,48px);letter-spacing:-.04em}.category-list i{font-style:normal;font-size:26px;color:var(--orange)}.manifesto{display:grid;grid-template-columns:300px 1fr;align-items:center;gap:70px;padding-block:90px}.manifesto-mark{aspect-ratio:1;background:var(--orange);border-radius:50%;display:grid;place-items:center;overflow:hidden}.manifesto-mark img{width:72%}.manifesto h2{font-size:clamp(44px,6vw,76px);line-height:.93;letter-spacing:-.055em;margin:12px 0 20px}.manifesto p{font-size:19px;line-height:1.6;color:var(--muted);max-width:650px}.site-footer{background:#0d0d0d;color:#fff;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end}.footer-brand{width:280px;filter:brightness(0) invert(1);margin-bottom:18px}.footer-grid p{color:#aaa;margin:0}.footer-links{display:grid;gap:12px;text-align:right;font-size:13px;font-weight:800}.footer-links a:hover{color:var(--orange)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #292929;margin-top:42px;padding-top:20px;color:#777;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.empty-state{text-align:center;padding:70px 20px;background:var(--soft);border-radius:var(--radius)}.empty-state img{width:100px;margin:0 auto}.empty-state h3{font-size:30px;margin:20px 0 8px}.empty-state p{color:var(--muted)}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s,transform .65s}.reveal.is-visible{opacity:1;transform:none}
/* Article */.back-link{margin-left:auto;font-size:13px;font-weight:900}.article-page{padding-bottom:80px}.article-head{max-width:980px;padding-top:80px;padding-bottom:44px}.article-head h1{font-size:clamp(56px,7vw,96px);line-height:.9;letter-spacing:-.065em;margin:20px 0 28px}.article-deck{font-size:clamp(20px,2.2vw,27px);line-height:1.45;color:var(--muted);max-width:800px}.article-byline{display:flex;gap:24px;border-top:1px solid var(--line);margin-top:32px;padding-top:18px;font-size:12px;color:var(--muted)}.article-hero{margin-bottom:54px}.article-hero img{width:100%;max-height:720px;object-fit:cover;border-radius:var(--radius)}.article-layout{display:grid;grid-template-columns:150px minmax(0,720px) 1fr;gap:30px}.article-body{grid-column:2}.article-body p{font-family:Georgia,'Times New Roman',serif;font-size:20px;line-height:1.85;margin:0 0 1.5em}.article-body p:first-child:first-letter{float:left;font-family:Inter,Arial,sans-serif;font-size:72px;line-height:.75;font-weight:950;color:var(--orange);padding:10px 8px 0 0}.share-rail{grid-column:1;grid-row:1;position:sticky;top:110px;align-self:start;display:grid;gap:12px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.share-rail button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.article-end{max-width:720px;display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:22px;margin-top:20px}.article-end img{width:36px;height:36px;object-fit:contain}.article-end span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.mini-list{border-top:1px solid var(--ink)}.mini-list a{display:grid;grid-template-columns:130px 1fr auto;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.mini-list span{font-size:10px;font-weight:900;text-transform:uppercase;color:var(--orange)}.mini-list strong{font-size:22px}.mini-list i{font-style:normal;font-size:22px}.not-found{min-height:100vh;display:grid;place-items:center;align-content:center;text-align:center;padding:20px}.not-found img{width:120px}.not-found h1{font-size:40px}.button,.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--orange);color:#fff;border:0;border-radius:12px;padding:13px 18px;font-weight:900;cursor:pointer}
/* Admin */.admin{max-width:1040px;margin:40px auto;padding:0 20px}.admin .nav{display:flex;align-items:center;gap:20px;margin-bottom:24px}.admin-brand{display:flex;align-items:center;gap:12px;font-weight:950;font-size:20px}.admin-brand img{width:48px;height:48px;object-fit:contain}.panel{border:1px solid var(--line);border-radius:20px;padding:24px;margin-bottom:20px}.form{display:grid;gap:13px}.form input,.form textarea,.form select{width:100%;padding:14px;border:1px solid #d7d7d7;border-radius:10px;background:#fff}.form textarea{min-height:180px;resize:vertical}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.postrow{display:flex;gap:12px;align-items:center;border-top:1px solid var(--line);padding:14px 0}.postrow strong{flex:1}.danger{background:#111}.notice{padding:12px 15px;background:#fff2e8;border-left:4px solid var(--orange);border-radius:8px}.login{max-width:430px;margin:10vh auto;padding:28px;border:1px solid var(--line);border-radius:24px}.login-logo{width:min(310px,100%);margin:0 auto 22px}
@media(max-width:900px){.desktop-nav{display:none}.menu-button{display:grid}.masthead{min-height:auto;padding:52px 0 44px}.masthead-grid{grid-template-columns:1fr}.masthead-copy{position:relative;z-index:2}.masthead h1{font-size:clamp(56px,12vw,88px)}.masthead-art{position:absolute;right:-100px;top:100px;height:360px;opacity:.11;pointer-events:none}.masthead-art:before{display:none}.masthead-art img{width:390px}.feature-card{grid-template-columns:1fr}.feature-media{min-height:0;aspect-ratio:16/10}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.manifesto{grid-template-columns:220px 1fr;gap:40px}.article-layout{grid-template-columns:1fr}.article-body{grid-column:1}.share-rail{position:static;grid-column:1;display:flex;align-items:center;margin-bottom:20px}.footer-grid{grid-template-columns:1fr}.footer-links{text-align:left}.row{grid-template-columns:1fr}}
@media(max-width:620px){:root{--radius:18px}.shell,.shell-wide{width:calc(100% - 28px)}html{scroll-padding-top:68px}.site-header{height:66px}.site-brand{width:176px;max-width:68vw}.mobile-menu{top:66px}.masthead{padding:38px 0 34px}.eyebrow{font-size:9px}.masthead h1{font-size:clamp(48px,15.4vw,68px);line-height:.84;letter-spacing:-.065em;margin:18px 0 20px}.masthead-copy>p{font-size:16px;max-width:88%;margin:0}.text-link{font-size:13px;margin-top:20px}.masthead-art{right:-115px;top:78px;height:300px}.masthead-art img{width:310px}.newsrail span{font-size:10px;padding:11px 0}.feature-section,.latest-section,.more-stories{padding-block:54px}.section-label{margin-bottom:15px}.feature-card{border-radius:18px}.feature-media{aspect-ratio:4/3}.brand-placeholder img{width:54%;height:54%}.feature-badge{left:14px;top:14px;padding:7px 9px}.feature-copy{padding:24px 20px 22px}.feature-copy h2{font-size:38px;line-height:.96;margin:13px 0}.feature-copy>p{font-size:15px;line-height:1.55;margin-bottom:24px}.story-footer{padding-top:16px}.round-arrow{width:44px;height:44px}.section-title-row{margin-bottom:22px}.section-title-row h2{font-size:42px}.count{font-size:11px}.story-grid{grid-template-columns:1fr;gap:34px}.story-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:15px;padding-top:14px}.story-image{aspect-ratio:1;margin:0;border-radius:13px}.story-card .story-meta{font-size:8px;gap:5px;flex-wrap:wrap}.story-card .story-meta time:before{margin-right:5px}.story-card h3{font-size:22px;margin:8px 0 7px}.story-card p{font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.read-link{font-size:10px}.editorias{padding:54px 0}.category-list a{grid-template-columns:38px 1fr auto;padding:19px 0}.category-list strong{font-size:30px}.manifesto{grid-template-columns:1fr;padding-block:60px;gap:28px}.manifesto-mark{width:126px}.manifesto h2{font-size:48px}.manifesto p{font-size:16px}.site-footer{padding-top:44px}.footer-brand{width:220px}.footer-bottom{gap:15px;flex-direction:column}.article-head{padding-top:50px;padding-bottom:30px}.article-head h1{font-size:clamp(46px,14vw,66px);line-height:.91;margin:15px 0 20px}.article-deck{font-size:18px}.article-byline{flex-direction:column;gap:7px}.article-hero{width:100%;margin-bottom:34px}.article-hero img{border-radius:0}.article-layout{width:calc(100% - 36px)}.article-body p{font-size:18px;line-height:1.75}.article-body p:first-child:first-letter{font-size:62px}.article-end{width:calc(100% - 36px)}.mini-list a{grid-template-columns:1fr auto;gap:8px}.mini-list span{grid-column:1}.mini-list strong{font-size:19px}.mini-list i{grid-column:2;grid-row:1/3}.admin{margin:20px auto;padding:0 14px}.admin .nav{align-items:flex-start}.panel{padding:18px}.postrow{flex-wrap:wrap}.postrow strong{flex-basis:100%}.login{margin:6vh 14px;padding:22px}}
@media(max-width:380px){.story-card{grid-template-columns:96px 1fr}.story-card h3{font-size:20px}.masthead h1{font-size:46px}.feature-copy h2{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* v3.1 — mobile viewport containment fix */
html,body{width:100%;max-width:100%;margin:0;padding:0;overflow-x:clip}
body{min-width:0}
.site-header,main,.masthead,.newsrail,.feature-section,.latest-section,.editorias,.manifesto,.site-footer{max-width:100%}
.site-header,.masthead,.newsrail,.editorias,.site-footer{width:100%}
.shell,.shell-wide{min-width:0;max-width:100%}
.header-inner,.masthead-grid,.feature-card,.story-grid,.footer-grid{min-width:0}
.masthead{position:relative}
.masthead-grid{position:relative}
.masthead-copy{min-width:0}
.newsrail{position:relative;left:0;right:0;max-width:100vw}
.newsrail-track{max-width:none}
.feature-card,.story-card,.story-card-body,.feature-copy{min-width:0}
.feature-copy h2,.story-card h3,.masthead h1{overflow-wrap:anywhere}

@media(max-width:620px){
  html,body{overflow-x:clip}
  .shell,.shell-wide{width:auto;max-width:none;margin-left:14px;margin-right:14px}
  .site-header{inset-inline:0}
  .header-inner{width:auto}
  .site-brand{flex:0 1 176px;min-width:0}
  .site-brand img{width:100%;max-width:176px}
  .menu-button{flex:0 0 44px}
  .masthead{width:100%;overflow:hidden}
  .masthead-grid{width:auto}
  .masthead-art{right:-82px;max-width:280px;overflow:hidden}
  .masthead-art img{width:280px;max-width:none}
  .newsrail{width:100%;max-width:100%;overflow:hidden}
  .feature-section,.latest-section,.manifesto{width:auto;max-width:none}
  .feature-card{width:100%;max-width:100%}
  .feature-media{width:100%}
  .story-grid{width:100%;max-width:100%}
  .story-card{width:100%;max-width:100%}
  .editorias>.shell,.site-footer .shell{width:auto;max-width:none}
}

/* ===== THEME SYSTEM v3.2 ===== */
:root{color-scheme:light;--header-bg:rgba(255,255,255,.92);--menu-bg:#fff;--card-bg:#fff;--surface:#f4f3f0;--surface-2:#f7f6f3;--border:#deddd9;--footer-bg:#0d0d0d}
html[data-theme="dark"]{color-scheme:dark;--ink:#f7f7f5;--muted:#aaa9a5;--paper:#0d0d0d;--soft:#171715;--line:#2c2c29;--header-bg:rgba(13,13,13,.9);--menu-bg:#111;--card-bg:#121212;--surface:#171715;--surface-2:#1b1b18;--border:#2c2c29;--footer-bg:#070707}
.site-header{background:var(--header-bg);border-bottom-color:var(--line)}
.mobile-menu{background:var(--menu-bg);border-bottom-color:var(--line)}
.menu-button{background:var(--card-bg);border-color:var(--line)}
.feature-card{background:var(--card-bg);border-color:var(--line)}
.brand-placeholder{background:var(--surface)}.brand-placeholder.compact{background:var(--surface-2)}
.story-image{background:var(--surface)}
.theme-toggle{margin-left:14px;width:44px;height:44px;flex:0 0 44px;border:1px solid var(--line);border-radius:50%;background:var(--card-bg);color:var(--ink);display:grid;place-items:center;cursor:pointer;transition:transform .2s,background .2s,border-color .2s}
.theme-toggle:hover{transform:rotate(8deg);border-color:var(--orange)}
.theme-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.theme-toggle .moon{display:block}.theme-toggle .sun{display:none}html[data-theme="dark"] .theme-toggle .moon{display:none}html[data-theme="dark"] .theme-toggle .sun{display:block}
html[data-theme="dark"] .site-brand img,html[data-theme="dark"] .footer-brand{filter:brightness(0) invert(1)}
html[data-theme="dark"] .manifesto-mark img{filter:brightness(0) invert(1)}
html[data-theme="dark"] .feature-copy h2 a,html[data-theme="dark"] .story-card h3 a{background-image:linear-gradient(var(--orange),var(--orange))}
html[data-theme="dark"] .category-list{border-top-color:#30302d}html[data-theme="dark"] .category-list a{border-bottom-color:#30302d}
html[data-theme="dark"] .category-list a:hover{background:#181816}
html[data-theme="dark"] .article-body,html[data-theme="dark"] .article-head{color:var(--ink)}
html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select{background:#151513;color:var(--ink);border-color:var(--line)}
html[data-theme="dark"] .panel,html[data-theme="dark"] .login{background:#121212;color:var(--ink);border-color:var(--line)}
html[data-theme="dark"] .postrow{border-color:var(--line)}
@media(max-width:760px){.theme-toggle{margin-left:auto;margin-right:8px;width:42px;height:42px;flex-basis:42px}.menu-button{margin-left:0}}

/* v3.2.2 — contraste de superfícies no tema escuro */
html[data-theme="dark"] .newsrail{
  background:var(--orange);
  color:#0b0b0b;
  border-block-color:var(--orange);
}
html[data-theme="dark"] .newsrail span,
html[data-theme="dark"] .newsrail span:after{
  color:#0b0b0b;
}
html[data-theme="dark"] .editorias{
  background:var(--orange);
  color:#0b0b0b;
}
html[data-theme="dark"] .editorias .overline,
html[data-theme="dark"] .editorias .section-title-row.inverse .overline,
html[data-theme="dark"] .category-list span,
html[data-theme="dark"] .category-list i{
  color:#0b0b0b;
}
html[data-theme="dark"] .category-list,
html[data-theme="dark"] .category-list a{
  border-color:rgba(0,0,0,.28);
}
html[data-theme="dark"] .category-list a:hover{
  background:rgba(0,0,0,.09);
}
html[data-theme="dark"] .round-arrow,
html[data-theme="dark"] .skip{
  background:var(--orange);
  color:#0b0b0b;
}
html[data-theme="dark"] .round-arrow:hover{
  background:#fff;
  color:#0b0b0b;
}
/* Evita qualquer componente de ação herdar fundo claro + texto claro */
html[data-theme="dark"] .button,
html[data-theme="dark"] .btn,
html[data-theme="dark"] .feature-badge{
  background:var(--orange);
  color:#0b0b0b;
}
