:root{--bg:#fff;--bg-soft:#f5f5f6;--card:#fff;--card-2:#f7f7f8;--line:#e3e3e6;--text:#171719;--muted:#686970;--purple:#7b18cf;--purple-bright:#8d20df;--green:#25d366;--container:1180px;--header:76px}
html.theme-dark{--bg:#07080a;--bg-soft:#0d0f12;--card:#111316;--card-2:#15171b;--line:#24262b;--text:#f4f4f5;--muted:#9b9ca2;--purple:#8b21e8;--purple-bright:#b34cff}
*{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:light}
html.theme-dark{color-scheme:dark}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(123,24,207,.018),transparent 32%);z-index:-1}
html.theme-dark body{background:radial-gradient(circle at 50% -40%,#1b0b2b 0,transparent 35%),var(--bg)}
html.theme-dark body::before{background:linear-gradient(135deg,rgba(255,255,255,.015),transparent 30%)}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
img{display:block;max-width:100%;object-fit:cover}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(7,8,10,.96);backdrop-filter:blur(18px);border-bottom:1px solid #24262b;color:#fff}
.header-inner{height:var(--header);display:flex;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:baseline;white-space:nowrap;letter-spacing:-.04em;font-size:22px}
.brand strong{font-weight:800}.brand span{font-weight:300;color:#aaa;margin-left:5px}
.main-nav{display:flex;align-items:center;gap:27px;margin-left:auto;font-size:13px;color:#e2e2e4}
.main-nav>a,.more-menu>button{transition:color .2s}.main-nav>a:hover,.more-menu>button:hover{color:var(--purple-bright)}
.more-menu{position:relative}.more-menu>button{border:0;background:none;color:inherit;padding:10px 0;cursor:pointer}.more-menu>button span{margin-left:4px}
.more-dropdown{display:none;position:absolute;right:0;top:42px;background:#15161a;border:1px solid var(--line);min-width:160px;padding:8px;box-shadow:0 20px 50px #000;border-radius:6px}.more-dropdown.open{display:grid}.more-dropdown a{padding:10px 12px;border-radius:3px}.more-dropdown a:hover{background:#22252a}
.header-actions{display:flex;align-items:center;gap:12px}
.search-toggle{width:34px;height:34px;border:0;background:none;color:#fff;font-size:28px;line-height:1;cursor:pointer;transform:rotate(-20deg)}
.theme-toggle{width:34px;height:34px;display:grid;place-items:center;border:1px solid #34363d;border-radius:50%;background:#121318;color:#fff;font-size:17px;line-height:1;cursor:pointer;transition:.2s}.theme-toggle:hover{border-color:var(--purple-bright);background:#1c1e24}.theme-toggle span{transform:translateY(-1px)}
.group-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;background:linear-gradient(135deg,#7215ce,#951ff1);border:1px solid #9b3ee9;color:#fff;font-size:13px;font-weight:700;border-radius:6px;box-shadow:0 9px 28px rgba(112,20,207,.2);transition:.2s}.group-button:hover,.primary-button:hover{transform:translateY(-1px);filter:brightness(1.12)}
.mobile-label,.menu-toggle{display:none}
.search-panel{position:absolute;display:none;top:100%;left:0;right:0;background:#0e1013;border-bottom:1px solid var(--line);padding:20px 0;box-shadow:0 20px 40px rgba(0,0,0,.55)}.search-panel.open{display:block}.search-panel .container{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center}.search-panel label{font-weight:700}.search-panel input,.search-panel button,.archive-header input,.archive-header button{height:44px;border:1px solid #303239;background:#14161a;color:#fff;padding:0 15px}.search-panel input:focus{outline:1px solid var(--purple)}.search-panel button,.archive-header button{background:var(--purple);border-color:var(--purple);font-weight:700;cursor:pointer}
.eyebrow{display:inline-block;color:var(--purple-bright);font-size:11px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.hero{display:grid;grid-template-columns:34% 66%;min-height:410px;padding-top:28px;padding-bottom:28px;border-bottom:1px solid var(--line)}
.hero-copy{padding:28px 52px 18px 0;display:flex;flex-direction:column;justify-content:center}
.hero-copy h1{font-size:38px;line-height:1.18;letter-spacing:-.045em;margin:16px 0 18px;max-width:400px}.hero-copy h1 a:hover{color:#ddd}
.hero-copy>p{font-size:15px;line-height:1.65;color:#c2c3c7;margin:0 0 24px;max-width:410px}
.story-meta{display:flex;align-items:center;gap:10px;color:#a9aaaf;font-size:13px}.story-meta a{color:#fff}.story-meta a:hover{color:var(--purple-bright)}
.hero-media{position:relative;min-width:0}.hero-media>a,.hero-media>a img{display:block;width:100%;height:100%}.hero-media>a img{max-height:390px;border-radius:8px;object-fit:cover}
.whatsapp-popup{position:absolute;right:-16px;bottom:-8px;width:220px;min-height:280px;padding:33px 22px 20px;text-align:center;background:linear-gradient(145deg,rgba(24,25,29,.98),rgba(14,15,18,.98));border:1px solid #303137;border-radius:9px;box-shadow:0 25px 60px rgba(0,0,0,.6)}
.popup-close{position:absolute;right:12px;top:8px;border:0;background:none;color:#ddd;font-size:25px;font-weight:200;cursor:pointer}
.group-icon{width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:linear-gradient(145deg,#512078,#281238);display:grid;place-items:center;position:relative;color:#fff}.group-icon span{font-size:14px;letter-spacing:-3px}.group-icon b{position:absolute;right:-4px;bottom:-1px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--green);border:2px solid #16171a;font-size:10px}
.whatsapp-popup h2{font-size:17px;line-height:1.25;margin:0 0 10px}.whatsapp-popup p{font-size:12px;line-height:1.5;color:#a7a8ad;margin:0 0 19px}.whatsapp-popup>a{display:flex;height:40px;align-items:center;justify-content:center;background:linear-gradient(135deg,#7c12d8,#941dec);border-radius:5px;font-size:12px;font-weight:700}
.home-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-top:18px;padding-bottom:66px}
.news-card,.opinion-card{min-width:0;background:linear-gradient(150deg,#131519,#0d0f12);border:1px solid var(--line);border-radius:7px;overflow:hidden;transition:transform .25s,border-color .25s}.news-card:hover{transform:translateY(-3px);border-color:#3b3d44}
.card-image{height:160px;display:block;position:relative;overflow:hidden}.card-image img{width:100%;height:100%;transition:transform .4s}.news-card:hover .card-image img{transform:scale(1.035)}.card-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.1),transparent 50%,rgba(0,0,0,.2))}.card-image .eyebrow{position:absolute;z-index:1;top:16px;left:16px}
.card-content{min-height:150px;padding:16px;display:flex;flex-direction:column}.card-content h2{font-size:18px;line-height:1.3;letter-spacing:-.025em;margin:0 0 18px;font-weight:600}.card-content h2 a:hover{color:#d5d5d7}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;color:#8f9095;font-size:12px}.card-footer a{font-size:22px;color:var(--purple-bright)}
.opinion-card{padding:18px 24px;display:flex;flex-direction:column}.quote-mark{font-family:Georgia,serif;color:var(--purple-bright);font-size:66px;line-height:.8;margin-top:18px}.opinion-card h2{font-size:19px;line-height:1.3;font-weight:500;margin:5px 0 18px;letter-spacing:-.02em}.opinion-author,.byline{display:flex;align-items:center;gap:10px}.author-avatar{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#c5a389,#493329);color:#fff;font-weight:800}.opinion-author span:last-child{display:grid}.opinion-author strong{font-size:11px}.opinion-author small{color:#8f9095;font-size:10px}.read-article{display:flex;align-items:center;gap:10px;margin-top:auto;font-size:13px;font-weight:700}.read-article span{color:var(--purple-bright);font-size:20px}
.trending-section,.latest-section{padding-bottom:78px}.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:24px}.section-heading>span{width:3px;height:22px;background:var(--purple-bright)}.section-heading h2{font-size:22px;margin:0;text-transform:uppercase;letter-spacing:.01em}.section-heading>a{margin-left:auto;color:#b5b6ba;font-size:13px}.section-heading>a:hover{color:var(--purple-bright)}
.trending-list{border-top:1px solid var(--line)}.trending-list article{display:grid;grid-template-columns:62px 1fr 145px;gap:24px;align-items:center;min-height:138px;border-bottom:1px solid var(--line);padding:16px 0}.trend-number{font-size:23px;color:var(--purple-bright);font-weight:300}.trending-list h3{font-size:19px;margin:6px 0 8px;line-height:1.3;letter-spacing:-.02em}.trending-list time{font-size:12px;color:#85868b}.trending-list img{width:145px;height:88px;border-radius:4px}
.latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.compact-card img{width:100%;height:190px;border-radius:5px;margin-bottom:15px}.compact-card h3{font-size:19px;line-height:1.35;margin:8px 0}.compact-card p{color:#9a9ba0;font-size:14px}.compact-card time{color:#7e7f83;font-size:12px}
.site-footer{border-top:1px solid var(--line);background:#090a0c;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:55px}.footer-brand p{color:#85868b;max-width:310px;font-size:14px;line-height:1.7}.footer-grid h2{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#d6d7da;margin:4px 0 20px}.footer-links{display:grid;gap:10px}.footer-links a,.footer-email{font-size:13px;color:#8e8f94}.footer-links a:hover,.footer-email:hover{color:var(--purple-bright)}.social-links{display:flex;gap:9px;margin-bottom:19px}.social-links a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #35363c;border-radius:50%;font-size:13px;font-weight:800}.social-links a:hover{background:var(--purple);border-color:var(--purple)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:45px;padding-top:20px;color:#63646a;font-size:11px}
.breadcrumbs{display:flex;gap:9px;color:#77787d;font-size:12px;padding:28px 0}.breadcrumbs a:hover{color:var(--purple-bright)}
.article-header{max-width:930px;margin:32px auto 38px;text-align:center}.article-header h1{font-size:54px;line-height:1.08;letter-spacing:-.05em;margin:15px 0 20px}.article-subtitle{font-size:21px;color:#afb0b4;line-height:1.55;max-width:800px;margin:0 auto 26px}.byline{justify-content:center;text-align:left}.byline>div:last-child{display:grid}.byline span,.byline small{font-size:12px}.byline small{color:#828388}.byline a{font-weight:700}.article-hero{margin:0 0 45px}.article-hero img{width:100%;max-height:650px;border-radius:7px}.article-hero figcaption{font-size:11px;color:#707176;margin-top:8px}
.article-layout{display:grid;grid-template-columns:90px minmax(0,720px) 260px;gap:40px;justify-content:center;align-items:start}.share-rail{position:sticky;top:100px;display:grid;justify-items:center;gap:10px}.share-rail>span{font-size:10px;color:#7d7e83;text-transform:uppercase;writing-mode:vertical-rl;margin-bottom:3px}.share-rail a,.share-rail button{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;border:1px solid #32343a;background:#101216;color:#ddd;cursor:pointer}.share-rail a:hover,.share-rail button:hover{background:var(--purple);border-color:var(--purple)}.article-content{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.85;color:#dedee0}.article-content>p:first-child{font-size:23px;color:#fff}.article-content h2{font-family:Inter,ui-sans-serif,sans-serif;font-size:30px;line-height:1.25;margin:44px 0 14px;color:#fff}.article-content h3{font-family:Inter,ui-sans-serif,sans-serif;font-size:23px;color:#fff}.article-content a{color:var(--purple-bright);text-decoration:underline}.article-content blockquote{margin:38px 0;padding:8px 0 8px 25px;border-left:3px solid var(--purple-bright);font-size:27px;line-height:1.45;color:#fff}.article-content img{max-width:100%;height:auto}.tag-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid var(--line);margin-top:40px;padding-top:22px;font-family:Inter,sans-serif;font-size:12px}.tag-list a{color:#c8c8cb;text-decoration:none;padding:7px 10px;border:1px solid #32343a}.article-whatsapp{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;background:#111318;border:1px solid #2d2f35;padding:20px;margin:32px 0;font-family:Inter,sans-serif}.article-whatsapp .group-icon{margin:0;width:50px;height:50px}.article-whatsapp strong{font-size:15px}.article-whatsapp p{font-size:12px;line-height:1.4;margin:3px 0;color:#929399}.article-whatsapp>a{background:var(--purple);color:#fff;text-decoration:none;padding:11px 15px;font-size:12px;font-weight:700;border-radius:4px}.views-count{font-family:Inter,sans-serif;color:#77787e;font-size:12px}.article-sidebar{position:sticky;top:100px;border-top:3px solid var(--purple);background:#0e1013;padding:18px}.article-sidebar h2{font-size:15px;text-transform:uppercase;margin:0 0 10px}.article-sidebar>a{display:grid;grid-template-columns:30px 1fr;gap:8px;padding:14px 0;border-top:1px solid var(--line);font-size:12px;line-height:1.4}.article-sidebar>a span{color:var(--purple-bright)}.related{margin-top:80px;margin-bottom:80px}
.archive-page{padding-top:60px;padding-bottom:90px}.archive-header{display:flex;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:30px;margin-bottom:35px}.archive-header h1{font-size:45px;letter-spacing:-.045em;margin:9px 0}.archive-header form{display:flex;width:min(100%,560px);margin-top:16px}.archive-header input{flex:1}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 24px}.archive-card{border-bottom:1px solid var(--line);padding-bottom:25px}.archive-card img{width:100%;height:220px;margin-bottom:18px;border-radius:4px}.archive-card h2{font-size:21px;line-height:1.28;margin:8px 0}.archive-card p{color:#96979c;font-size:14px}.pagination{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:50px;font-size:13px}.pagination a{padding:10px 14px;border:1px solid #34363c}.pagination span{color:#797a80}.empty-state{text-align:center;padding:90px 20px}.empty-state>span{font-size:60px;color:var(--purple-bright)}.empty-state h2{font-size:28px}.empty-state p{color:#97989c}.empty-state .primary-button{margin-top:12px}
.static-page{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;min-height:650px;padding-top:90px;padding-bottom:90px}.static-copy h1,.legal-page h1{font-size:54px;line-height:1.1;letter-spacing:-.05em;margin:12px 0 25px}.static-copy p{color:#9a9ba0;max-width:460px}.static-copy a{color:var(--purple-bright)}.contact-card{background:#101216;border:1px solid var(--line);padding:35px}.contact-card form{display:grid;gap:18px}.contact-card label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#c9c9cc}.contact-card input,.contact-card textarea{width:100%;border:1px solid #303239;background:#0a0b0e;color:#fff;padding:12px;resize:vertical}.contact-card input:focus,.contact-card textarea:focus{outline:1px solid var(--purple)}.contact-card button{height:46px;border:0;background:var(--purple);color:#fff;font-weight:800;cursor:pointer}.success-message{padding:25px;background:rgba(37,211,102,.08);border:1px solid rgba(37,211,102,.35);color:#b8f7ce}.legal-page{max-width:850px;padding-top:80px;padding-bottom:100px}.legal-page .updated{color:#707176}.legal-page h2{font-size:24px;margin-top:40px}.legal-page p{color:#aaa;line-height:1.8}.not-found{text-align:center;min-height:620px;padding-top:130px}.not-found>span{font-size:100px;font-weight:900;line-height:1;color:transparent;-webkit-text-stroke:1px var(--purple-bright)}.not-found h1{font-size:42px;margin:20px 0 10px}.not-found p{color:#999}.not-found .primary-button{margin-top:20px}
@media (max-width:1050px){.main-nav{gap:15px}.main-nav>a:nth-of-type(5),.main-nav>a:nth-of-type(6){display:none}.hero-copy{padding-right:30px}.hero-copy h1{font-size:32px}.home-grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:60px minmax(0,1fr)}.article-sidebar{display:none}}
@media (max-width:760px){:root{--header:60px}.container{width:min(calc(100% - 30px),var(--container))}.site-header{position:sticky}.header-inner{justify-content:space-between;gap:10px}.brand{font-size:19px}.brand span{display:none}.menu-toggle{display:flex;width:28px;height:28px;padding:6px 3px;border:0;background:none;flex-direction:column;justify-content:center;gap:4px}.menu-toggle span{height:1.5px;background:#fff;width:18px}.main-nav{display:none;position:absolute;left:0;right:0;top:var(--header);background:#0c0e11;padding:20px 15px 26px;border-bottom:1px solid var(--line);box-shadow:0 20px 40px #000;flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav>a,.more-menu>button{display:block!important;padding:12px;border-bottom:1px solid #202228;text-align:left}.more-dropdown{position:static;box-shadow:none;border:0;background:#111318;padding-left:15px}.header-actions{gap:0}.search-toggle{display:none}.desktop-label{display:none}.mobile-label{display:inline}.group-button{min-height:34px;padding:0 10px;font-size:11px;border-radius:4px}.search-panel{display:none!important}.hero{grid-template-columns:1fr;padding-top:16px;padding-bottom:20px}.hero-copy{padding:10px 0 12px;order:1}.hero-copy h1{font-size:28px;line-height:1.12;margin:11px 0 13px;max-width:none}.hero-copy>p{font-size:13px;line-height:1.55;margin-bottom:13px}.story-meta{font-size:11px}.hero-media{order:2}.hero-media>a img{height:auto;aspect-ratio:1.65;border-radius:5px}.whatsapp-popup{display:none!important}.home-grid{grid-template-columns:1fr;padding-top:16px;padding-bottom:52px;gap:12px}.news-card{display:grid;grid-template-columns:124px 1fr;min-height:110px}.card-image{height:100%;min-height:115px}.card-image .eyebrow{display:none}.card-content{min-height:0;padding:12px}.card-content h2{font-size:15px;margin-bottom:10px}.card-footer{font-size:10px}.opinion-card{min-height:260px}.quote-mark{margin-top:12px}.trending-section,.latest-section{padding-bottom:55px}.section-heading{margin-bottom:16px}.section-heading h2{font-size:17px}.trending-list article{grid-template-columns:35px 1fr 82px;gap:10px;min-height:100px}.trend-number{font-size:15px}.trending-list h3{font-size:13px;margin:4px 0}.trending-list .eyebrow{font-size:8px}.trending-list time{font-size:9px}.trending-list img{width:82px;height:55px}.latest-grid{grid-template-columns:1fr}.compact-card{display:grid;grid-template-columns:112px 1fr;column-gap:14px;border-bottom:1px solid var(--line);padding-bottom:16px}.compact-card>a{grid-row:1/6}.compact-card img{width:112px;height:95px;margin:0}.compact-card .eyebrow{font-size:9px}.compact-card h3{font-size:15px;margin:4px 0}.compact-card p{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-bottom{display:grid;gap:7px}.article-page.container{width:min(calc(100% - 30px),var(--container))}.breadcrumbs{padding:17px 0;white-space:nowrap;overflow:hidden}.article-header{text-align:left;margin:19px 0 24px}.article-header h1{font-size:34px;line-height:1.12;margin:10px 0 14px}.article-subtitle{font-size:16px}.byline{justify-content:flex-start}.article-hero{margin-inline:-15px;margin-bottom:25px}.article-hero img{border-radius:0}.article-hero figcaption{padding:0 15px}.article-layout{grid-template-columns:1fr}.share-rail{position:static;display:flex;justify-content:flex-start}.share-rail>span{writing-mode:initial;align-self:center}.article-content{font-size:18px;line-height:1.75}.article-content>p:first-child{font-size:20px}.article-content h2{font-size:25px}.article-content blockquote{font-size:22px}.article-whatsapp{grid-template-columns:auto 1fr}.article-whatsapp>a{grid-column:1/-1;text-align:center}.archive-page{padding-top:35px}.archive-header h1{font-size:34px}.archive-grid{grid-template-columns:1fr}.archive-card{display:grid;grid-template-columns:120px 1fr;gap:15px}.archive-card>a img{height:100px;margin:0}.archive-card h2{font-size:16px;margin:5px 0}.archive-card p{display:none}.archive-card .story-meta{font-size:9px}.static-page{grid-template-columns:1fr;gap:35px;padding-top:55px}.static-copy h1,.legal-page h1{font-size:40px}.contact-card{padding:22px}.not-found>span{font-size:72px}.not-found h1{font-size:30px}}
@media (max-width:390px){.container{width:min(calc(100% - 24px),var(--container))}.brand{font-size:17px}.group-button{padding:0 8px}.hero-copy h1{font-size:26px}.home-grid{grid-template-columns:1fr}.news-card{grid-template-columns:105px 1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

html:not(.theme-dark) .hero-copy>p{color:#55565c}
html:not(.theme-dark) .hero-copy h1 a:hover{color:#5f176f}
html:not(.theme-dark) .story-meta{color:#74757b}
html:not(.theme-dark) .story-meta a{color:#222327}
html:not(.theme-dark) .news-card,html:not(.theme-dark) .opinion-card{background:#fff;border-color:#dedee2;box-shadow:0 8px 28px rgba(17,18,20,.045)}
html:not(.theme-dark) .news-card:hover{border-color:#c5c6cb;box-shadow:0 12px 35px rgba(17,18,20,.075)}
html:not(.theme-dark) .card-content h2 a:hover,html:not(.theme-dark) .compact-card h3 a:hover,html:not(.theme-dark) .trending-list h3 a:hover{color:#5f176f}
html:not(.theme-dark) .card-footer{color:#74757b}
html:not(.theme-dark) .opinion-author small,html:not(.theme-dark) .compact-card time,html:not(.theme-dark) .trending-list time{color:#77787e}
html:not(.theme-dark) .section-heading>a{color:#5f6066}
html:not(.theme-dark) .whatsapp-popup{background:#fff;border-color:#dedee2;color:#171719;box-shadow:0 24px 55px rgba(17,18,20,.2)}
html:not(.theme-dark) .whatsapp-popup p{color:#64656b}
html:not(.theme-dark) .popup-close{color:#44454a}
html:not(.theme-dark) .trending-list,html:not(.theme-dark) .trending-list article,html:not(.theme-dark) .compact-card,html:not(.theme-dark) .archive-header,html:not(.theme-dark) .archive-card{border-color:#dedee2}
html:not(.theme-dark) .compact-card p,html:not(.theme-dark) .archive-card p{color:#5f6066}
html:not(.theme-dark) .site-footer{background:#f6f6f7;border-color:#dedee2}
html:not(.theme-dark) .footer-brand .brand strong{color:#171719}
html:not(.theme-dark) .footer-brand .brand span{color:#686970}
html:not(.theme-dark) .footer-brand p,html:not(.theme-dark) .footer-links a,html:not(.theme-dark) .footer-email{color:#5f6066}
html:not(.theme-dark) .footer-grid h2{color:#242529}
html:not(.theme-dark) .social-links a{border-color:#c9cacf;color:#313238;background:#fff}
html:not(.theme-dark) .social-links a:hover{color:#fff;background:var(--purple);border-color:var(--purple)}
html:not(.theme-dark) .footer-bottom{border-color:#dedee2;color:#77787e}
html:not(.theme-dark) .breadcrumbs{color:#686970}
html:not(.theme-dark) .article-subtitle{color:#57585e}
html:not(.theme-dark) .byline small{color:#686970}
html:not(.theme-dark) .article-hero figcaption{color:#686970}
html:not(.theme-dark) .share-rail>span{color:#686970}
html:not(.theme-dark) .share-rail a,html:not(.theme-dark) .share-rail button{background:#fff;border-color:#d3d4d8;color:#242529}
html:not(.theme-dark) .article-content{color:#38393e}
html:not(.theme-dark) .article-content>p:first-child,html:not(.theme-dark) .article-content h2,html:not(.theme-dark) .article-content h3,html:not(.theme-dark) .article-content blockquote{color:#171719}
html:not(.theme-dark) .tag-list{border-color:#dedee2}
html:not(.theme-dark) .tag-list a{color:#33343a;border-color:#cfd0d4;background:#fff}
html:not(.theme-dark) .article-whatsapp{background:#f6f2f9;border-color:#ded2e5}
html:not(.theme-dark) .article-whatsapp p{color:#62636a}
html:not(.theme-dark) .views-count{color:#686970}
html:not(.theme-dark) .article-sidebar{background:#f6f6f7;border-left:1px solid #dedee2;border-right:1px solid #dedee2;border-bottom:1px solid #dedee2}
html:not(.theme-dark) .article-sidebar>a{border-color:#dedee2}
html:not(.theme-dark) .pagination a{border-color:#cfd0d4;background:#fff}
html:not(.theme-dark) .pagination span{color:#686970}
html:not(.theme-dark) .empty-state p{color:#686970}
html:not(.theme-dark) .static-copy p,html:not(.theme-dark) .legal-page p{color:#55565c}
html:not(.theme-dark) .contact-card{background:#fff;border-color:#dedee2;box-shadow:0 12px 35px rgba(17,18,20,.05)}
html:not(.theme-dark) .contact-card label{color:#33343a}
html:not(.theme-dark) .contact-card input,html:not(.theme-dark) .contact-card textarea{background:#fff;border-color:#cfd0d4;color:#171719}
html:not(.theme-dark) .success-message{color:#176c42;background:#eefaf3;border-color:#a9dfc2}
html:not(.theme-dark) .legal-page .updated{color:#686970}
html:not(.theme-dark) .search-panel{background:#fff;border-color:#dedee2;box-shadow:0 18px 35px rgba(17,18,20,.12);color:#171719}
html:not(.theme-dark) .search-panel input{background:#fff;border-color:#cfd0d4;color:#171719}
html:not(.theme-dark) .archive-header input{background:#fff;border-color:#cfd0d4;color:#171719}

/* Página inicial editorial v2 */
.menu-theme-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:0;border-top:1px solid #282a30;background:transparent;color:#e5e5e8;text-align:left;font-size:12px;cursor:pointer}.menu-theme-toggle b{font-weight:500}.menu-theme-toggle:hover{background:#22252a}
.news-platform{min-height:760px;background:#f5f5f6;border-bottom:1px solid #e0e0e3;color:#171719}
.platform-shell{display:grid;grid-template-columns:220px minmax(0,1fr) 255px;gap:24px;padding-top:18px;padding-bottom:42px;align-items:start}
.platform-left{position:sticky;top:94px;background:#fff;border:1px solid #dedee2;border-radius:8px;overflow:hidden;box-shadow:0 6px 25px rgba(22,23,26,.035)}
.side-navigation{padding:17px 0 13px}.side-kicker{display:block;padding:0 16px 10px;color:#202125;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.side-navigation nav{display:grid}.side-navigation nav a{display:flex;align-items:center;gap:10px;min-height:29px;padding:5px 16px;border-left:2px solid transparent;color:#34353a;font-size:12px;line-height:1.2}.side-navigation nav a i{width:15px;color:#5d5f66;font-style:normal;text-align:center}.side-navigation nav a:hover{background:#f7f4fa;color:#7114c5}.side-navigation nav a.active{border-color:#8d20df;background:linear-gradient(90deg,#f4ecfb,transparent);color:#7b18cf}.side-navigation nav a.live-link{color:#e64040}.side-navigation nav a.live-link i{color:#ef3e3e}
.more-topics{display:flex;justify-content:space-between;width:calc(100% - 32px);margin:6px 16px 0;padding:9px 0 4px;border:0;border-top:1px solid #ececef;background:none;color:#242529;font-size:11px;font-weight:700;cursor:pointer}.more-topics span{transition:transform .2s}.more-topics.open span{transform:rotate(180deg)}.extra-topics{display:none;padding:5px 16px}.extra-topics.open{display:grid}.extra-topics a{padding:5px 0;color:#5f6066;font-size:11px}.extra-topics a:hover{color:#7b18cf}
.side-trending{padding:15px 16px 17px;border-top:1px solid #e5e5e8}.side-trending .side-kicker{padding:0 0 9px}.side-trending ol,.most-read-panel ol{margin:0;padding:0;list-style:none;counter-reset:news-rank}.side-trending li,.most-read-panel li{counter-increment:news-rank;position:relative}.side-trending li{padding:7px 0 7px 20px;color:#38393e;font-size:10.5px;line-height:1.35}.side-trending li::before,.most-read-panel li::before{content:counter(news-rank);position:absolute;left:0;top:7px;color:#7b18cf;font-size:11px;font-weight:800}.side-trending a:hover,.most-read-panel a:hover{color:#7b18cf}
.platform-feed{min-width:0}.feed-heading{display:flex;justify-content:space-between;align-items:center;min-height:46px;padding:0 10px 8px}.feed-heading h1{margin:0;font-size:20px;letter-spacing:-.035em}.feed-heading select{height:38px;padding:0 34px 0 13px;border:1px solid #dedee2;border-radius:7px;background:#fff;color:#303136;font-size:11px;font-weight:700}
.feed-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(220px,.95fr);gap:18px;margin-bottom:12px;padding:14px;background:#fff;border:1px solid #dedee2;border-radius:9px;box-shadow:0 7px 24px rgba(22,23,26,.035);transition:border-color .2s,box-shadow .2s,transform .2s}.feed-card:hover{border-color:#cacbd0;box-shadow:0 10px 30px rgba(22,23,26,.07);transform:translateY(-1px)}
.feed-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:2px 0}.feed-label{display:inline-flex;align-items:center;min-height:18px;padding:2px 6px;border-radius:3px;background:#f0e3fb;color:#7918cb;font-size:8px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.025em}.feed-label.live{background:#ffebeb;color:#ed3434}
.feed-copy h2{margin:9px 0 8px;font-size:20px;line-height:1.24;letter-spacing:-.035em}.feed-copy h2 a:hover{color:#7114c5}.feed-copy p{margin:0 0 12px;color:#64656b;font-size:11px;line-height:1.45}.feed-meta{display:flex;align-items:center;gap:8px;margin-top:auto;color:#77787d;font-size:10px}.feed-meta b{font-size:8px}.feed-meta strong{color:#ed3434;font-weight:700}
.feed-image{position:relative;min-width:0;min-height:145px;overflow:hidden;border-radius:7px;background:#e8e8eb}.feed-image>a,.feed-image img{display:block;width:100%;height:100%}.feed-image img{position:absolute;inset:0;object-fit:cover}.bookmark{position:absolute;right:8px;top:8px;z-index:2;width:27px;height:27px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:5px;background:rgba(19,20,24,.28);backdrop-filter:blur(8px);color:#fff;font-size:17px;line-height:1;cursor:pointer}.bookmark.saved{background:#7b18cf;border-color:#7b18cf}.live-count{position:absolute;left:9px;bottom:8px;padding:4px 7px;border-radius:20px;background:rgba(17,18,20,.72);color:#fff;font-size:9px}.live-count::first-letter{color:#ff4343}
.featured-feed-card{min-height:220px}.featured-feed-card .feed-image{min-height:190px}.featured-feed-card .feed-copy{padding:3px 0}.compact-feed-card{grid-template-columns:minmax(0,1.2fr) 270px;min-height:132px}.compact-feed-card .feed-copy h2{font-size:16px;margin:8px 0 6px}.compact-feed-card .feed-image{min-height:110px}.compact-feed-card .feed-copy p{margin-bottom:8px}
.platform-right{position:sticky;top:94px;padding-left:20px;border-left:1px solid #dedee2}.platform-right h2{margin:0;color:#202125;font-size:15px;letter-spacing:-.025em}.most-read-panel{padding:5px 0 16px}.most-read-panel h2{margin-bottom:9px}.most-read-panel li{min-height:48px;padding:9px 0 9px 27px;border-bottom:1px solid #e1e1e4;color:#2f3035;font-size:11.5px;line-height:1.35}.most-read-panel li::before{top:10px;color:#202125}
.opinion-highlight{position:relative;margin-top:12px;padding:15px;border:1px solid #dedee2;border-radius:8px;background:#fff}.opinion-highlight h2{padding-bottom:10px;border-bottom:1px solid #e6e6e9;font-size:13px}.mini-quote{position:absolute;left:15px;top:49px;color:#8d20df;font-family:Georgia,serif;font-size:37px;line-height:1}.opinion-highlight>p{margin:15px 0 13px;padding-left:27px;color:#28292d;font-size:13px;line-height:1.45}.opinion-person{display:flex;align-items:center;gap:8px}.opinion-person>span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#8f674e;color:#fff;font-size:11px;font-weight:800}.opinion-person>div{display:grid}.opinion-person strong{font-size:9px}.opinion-person small{color:#77787e;font-size:8px}
.whatsapp-promo{position:relative;min-height:177px;margin-top:12px;padding:17px;overflow:hidden;border:1px solid #d7c0ef;border-radius:8px;background:linear-gradient(145deg,#f2e7ff,#e9d1ff);color:#211529}.whatsapp-promo h2{font-size:15px;line-height:1.25}.whatsapp-promo p{max-width:155px;margin:8px 0 12px;font-size:10px;line-height:1.35}.whatsapp-promo>a{position:relative;z-index:2;display:inline-flex;padding:8px 12px;border:1px solid #d0a9f3;border-radius:5px;background:#fff;color:#7b18cf;font-size:9px;font-weight:800}.whatsapp-promo small{display:block;margin-top:8px;color:#7b18cf;font-size:8px}.promo-people{position:absolute;right:6px;bottom:0;width:92px;height:92px}.promo-people i{position:absolute;bottom:5px;width:35px;height:60px;border-radius:22px 22px 7px 7px;background:#fbba54}.promo-people i::before{content:"";position:absolute;left:7px;top:-14px;width:21px;height:21px;border-radius:50%;background:#b97b5d}.promo-people i:nth-child(2){right:0;background:#a976ef}.promo-people i:nth-child(2)::before{background:#7b4f3e}.promo-people i:nth-child(3){right:29px;height:52px;background:#6c30cc}.promo-people i:nth-child(3)::before{background:#e3a47d}.promo-people b{position:absolute;right:29px;bottom:21px;color:#fff;font-size:10px;letter-spacing:-2px}
.mobile-topics,.mobile-bottom-nav{display:none}

html.theme-dark .news-platform{background:#090a0c;border-color:#25272d;color:#f4f4f5}html.theme-dark .platform-left,html.theme-dark .feed-card,html.theme-dark .opinion-highlight{background:#111318;border-color:#2a2c33}html.theme-dark .platform-right{border-color:#2a2c33}html.theme-dark .side-kicker,html.theme-dark .more-topics,html.theme-dark .feed-heading h1,html.theme-dark .platform-right h2{color:#f1f1f3}html.theme-dark .side-navigation nav a,html.theme-dark .side-trending li,html.theme-dark .most-read-panel li,html.theme-dark .opinion-highlight>p{color:#c9c9ce}html.theme-dark .side-navigation nav a:hover,html.theme-dark .side-navigation nav a.active{background:#21142d;color:#cb83ff}html.theme-dark .more-topics,html.theme-dark .side-trending,html.theme-dark .most-read-panel li,html.theme-dark .opinion-highlight h2{border-color:#2a2c33}html.theme-dark .feed-heading select{background:#15171b;border-color:#30323a;color:#eee}html.theme-dark .feed-copy p{color:#a7a8ae}html.theme-dark .feed-meta{color:#92939a}html.theme-dark .feed-image{background:#202228}html.theme-dark .most-read-panel li::before{color:#d0d0d3}html.theme-dark .whatsapp-promo{border-color:#583271;background:linear-gradient(145deg,#2d173c,#1d1028);color:#fff}

@media(max-width:1050px){.platform-shell{grid-template-columns:195px minmax(0,1fr) 225px;gap:16px}.compact-feed-card{grid-template-columns:minmax(0,1fr) 220px}.platform-right{padding-left:15px}}
@media(max-width:760px){
  .home-layout-v2{padding-bottom:63px;background:#f4f4f6}.home-layout-v2 .site-header{background:#fff;border-bottom:1px solid #dedee2;color:#171719;box-shadow:0 3px 12px rgba(20,21,24,.04);backdrop-filter:none}.home-layout-v2 .header-inner{position:relative;width:calc(100% - 20px)}.home-layout-v2 .brand{position:absolute;left:50%;transform:translateX(-50%);font-size:17px;color:#171719}.home-layout-v2 .menu-toggle{width:32px;height:32px;align-items:center;border-radius:5px;background:#efeff1}.home-layout-v2 .menu-toggle span{background:#171719}.home-layout-v2 .main-nav{top:var(--header);background:#fff;border-color:#dedee2;box-shadow:0 20px 35px rgba(20,21,24,.14);color:#171719}.home-layout-v2 .main-nav>a,.home-layout-v2 .more-menu>button{border-color:#e5e5e8}.home-layout-v2 .more-dropdown{background:#f7f7f8;border-color:#dedee2}.home-layout-v2 .more-dropdown a:hover,.home-layout-v2 .menu-theme-toggle:hover{background:#ececef}.home-layout-v2 .menu-theme-toggle{border-color:#dedee2;color:#171719}.home-layout-v2 .header-actions{margin-left:auto}.home-layout-v2 .group-button{min-height:32px;padding-inline:9px;font-size:10px}.news-platform{min-height:calc(100vh - 60px);padding-bottom:8px}.mobile-topics{position:sticky;top:60px;z-index:800;display:flex;gap:7px;overflow-x:auto;padding:10px 10px 9px;background:#fff;border-bottom:1px solid #e2e2e5;scrollbar-width:none}.mobile-topics::-webkit-scrollbar{display:none}.mobile-topics a{flex:0 0 auto;padding:7px 12px;border:1px solid #dedee2;border-radius:6px;background:#f7f7f8;color:#303136;font-size:10px;font-weight:700}.mobile-topics a.active{border-color:#7b18cf;background:#7b18cf;color:#fff}.platform-shell{display:block;width:100%;padding:10px}.platform-left,.platform-right,.feed-heading{display:none}.feed-card,.compact-feed-card,.featured-feed-card{grid-template-columns:minmax(0,1fr) 106px;gap:10px;min-height:116px;margin-bottom:8px;padding:10px;border-radius:8px;box-shadow:0 3px 14px rgba(20,21,24,.045)}.featured-feed-card{min-height:133px}.feed-copy{padding:0}.feed-label{min-height:16px;padding:2px 5px;font-size:7px}.feed-copy h2,.compact-feed-card .feed-copy h2{margin:7px 0 6px;font-size:14px;line-height:1.22}.featured-feed-card .feed-copy h2{font-size:16px}.feed-copy p,.compact-feed-card .feed-copy p{display:none}.feed-meta{gap:6px;font-size:8.5px}.feed-image,.compact-feed-card .feed-image,.featured-feed-card .feed-image{min-height:96px;border-radius:6px}.featured-feed-card .feed-image{min-height:112px}.bookmark{right:5px;top:5px;width:24px;height:24px;font-size:15px}.live-card{grid-template-columns:1fr auto;min-height:88px}.live-card .feed-image{display:none}.live-card::after{content:"›";align-self:center;padding:0 4px;color:#303136;font-size:24px}.live-card .feed-copy h2{font-size:13px}.mobile-bottom-nav{position:fixed;z-index:1100;left:0;right:0;bottom:0;height:63px;display:flex;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #d9dade;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);box-shadow:0 -8px 25px rgba(20,21,24,.06)}.mobile-bottom-nav a{display:grid;justify-items:center;gap:1px;min-width:52px;color:#505158}.mobile-bottom-nav span{font-size:20px;line-height:1}.mobile-bottom-nav b{font-size:8px;font-weight:600}.mobile-bottom-nav a.active{color:#7b18cf}.mobile-bottom-nav a.live{color:#ed3434}.home-layout-v2 .site-footer{display:none}
  html.theme-dark .home-layout-v2{background:#090a0c}html.theme-dark .home-layout-v2 .site-header,html.theme-dark .home-layout-v2 .main-nav{background:#0b0d10;border-color:#282a31;color:#fff}html.theme-dark .home-layout-v2 .brand{color:#fff}html.theme-dark .home-layout-v2 .menu-toggle{background:#202228}html.theme-dark .home-layout-v2 .menu-toggle span{background:#fff}html.theme-dark .mobile-topics{background:#0d0f12;border-color:#282a31}html.theme-dark .mobile-topics a{background:#15171b;border-color:#30323a;color:#ddd}html.theme-dark .mobile-bottom-nav{background:rgba(13,15,18,.97);border-color:#2a2c33}html.theme-dark .mobile-bottom-nav a{color:#b1b2b7}html.theme-dark .live-card::after{color:#ddd}
}

/* Escala editorial mais confortável */
@media(min-width:761px){
  .home-layout-v2 .container{width:min(calc(100% - 40px),1320px)}
  .home-layout-v2 .header-inner{gap:38px}
  .home-layout-v2 .brand{font-size:24px}
  .home-layout-v2 .brand strong{font-weight:700}
  .home-layout-v2 .main-nav{gap:25px;font-size:14px}
  .home-layout-v2 .group-button{min-height:44px;padding-inline:18px;font-size:13px;font-weight:600}
  .platform-shell{grid-template-columns:235px minmax(0,1fr) 280px;gap:26px;padding-top:24px}
  .platform-left,.feed-card,.opinion-highlight,.whatsapp-promo{border-color:#e5e5e8}
  .side-navigation{padding:20px 0 16px}
  .side-kicker{padding-inline:18px;font-size:11px;font-weight:700;letter-spacing:.045em}
  .side-navigation nav a{gap:11px;min-height:35px;padding:7px 18px;font-size:13.5px;line-height:1.4}
  .side-navigation nav a i{width:16px}
  .more-topics{width:calc(100% - 36px);margin-inline:18px;padding:12px 0 6px;font-size:12.5px;font-weight:600}
  .side-trending{padding:19px 18px 22px}
  .side-trending .side-kicker{padding-inline:0}
  .side-trending li{padding:9px 0 9px 24px;font-size:12px;line-height:1.5}
  .side-trending li::before{top:9px;font-size:12px;font-weight:700}
  .feed-heading{min-height:56px;padding:0 12px 12px}
  .feed-heading h1{font-size:25px;font-weight:650;letter-spacing:-.03em}
  .feed-heading select{height:43px;padding-inline:15px 38px;font-size:12.5px;font-weight:600}
  .feed-card{gap:22px;margin-bottom:16px;padding:18px;border-radius:11px;box-shadow:0 7px 24px rgba(22,23,26,.025)}
  .feed-label{min-height:20px;padding:3px 7px;font-size:9px;font-weight:750;letter-spacing:.04em}
  .feed-copy h2{margin:12px 0 10px;font-size:24px;line-height:1.3;font-weight:650;letter-spacing:-.03em}
  .feed-copy p{margin-bottom:16px;font-size:13.5px;line-height:1.62}
  .feed-meta{gap:9px;font-size:12px;line-height:1.4}
  .feed-meta b{font-size:9px}
  .featured-feed-card{min-height:260px}
  .featured-feed-card .feed-image{min-height:224px}
  .compact-feed-card{grid-template-columns:minmax(0,1.2fr) 300px;min-height:164px}
  .compact-feed-card .feed-copy h2{margin:10px 0 8px;font-size:19px;line-height:1.34;font-weight:600}
  .compact-feed-card .feed-image{min-height:128px}
  .platform-right{padding-left:24px;border-color:#e5e5e8}
  .platform-right h2{font-size:18px;font-weight:650;line-height:1.3}
  .most-read-panel h2{margin-bottom:12px}
  .most-read-panel li{min-height:61px;padding:12px 0 12px 31px;border-color:#e7e7ea;font-size:13px;line-height:1.5}
  .most-read-panel li::before{top:12px;font-size:13px;font-weight:650}
  .opinion-highlight{margin-top:16px;padding:18px}
  .opinion-highlight h2{padding-bottom:13px;font-size:15px;font-weight:650}
  .mini-quote{left:18px;top:58px}
  .opinion-highlight>p{margin:19px 0 17px;padding-left:30px;font-size:14.5px;line-height:1.58}
  .opinion-person strong{font-size:11px;font-weight:650}.opinion-person small{font-size:9.5px}
  .whatsapp-promo{min-height:205px;margin-top:16px;padding:20px}
  .whatsapp-promo h2{font-size:17px;font-weight:650;line-height:1.3}
  .whatsapp-promo p{max-width:175px;font-size:12px;line-height:1.5}
  .whatsapp-promo>a{padding:9px 13px;font-size:10.5px;font-weight:700}
  .whatsapp-promo small{font-size:9.5px}
}

@media(min-width:761px) and (max-width:1100px){
  .home-layout-v2 .container{width:calc(100% - 28px)}
  .platform-shell{grid-template-columns:190px minmax(0,1fr) 220px;gap:15px}
  .platform-right{padding-left:15px}
  .compact-feed-card{grid-template-columns:minmax(0,1fr) 225px}
  .feed-copy h2{font-size:21px}
  .compact-feed-card .feed-copy h2{font-size:17px}
  .feed-copy p{font-size:12.5px}
  .most-read-panel li{font-size:12px}
}

@media(max-width:760px){
  .home-layout-v2 .brand{font-weight:650}
  .mobile-topics a{font-size:11px;font-weight:600}
  .feed-card,.compact-feed-card,.featured-feed-card{min-height:124px;padding:12px;gap:12px}
  .featured-feed-card{min-height:142px}
  .feed-label{font-size:7.5px;font-weight:700}
  .feed-copy h2,.compact-feed-card .feed-copy h2{font-size:15px;line-height:1.32;font-weight:600;letter-spacing:-.02em}
  .featured-feed-card .feed-copy h2{font-size:17.5px;line-height:1.28}
  .live-card .feed-copy h2{font-size:14.5px;line-height:1.32}
  .feed-meta{font-size:9.5px;line-height:1.4}
  .mobile-bottom-nav b{font-size:9px;font-weight:500}
}

/* Cards mais orgânicos e categorias com cor sólida */
.home-layout-v2 .feed-card{border-radius:17px}
.home-layout-v2 .feed-image{border-radius:13px}
.home-layout-v2 .platform-left,.home-layout-v2 .opinion-highlight,.home-layout-v2 .whatsapp-promo{border-radius:15px}
.home-layout-v2 .feed-label{border:0;border-radius:6px;background:#7b18cf;color:#fff;font-weight:700;box-shadow:0 3px 9px rgba(123,24,207,.16)}
.home-layout-v2 .feed-label.label-destaque{background:#7214c7}
.home-layout-v2 .feed-label.label-ao-vivo{background:#ef3d48;color:#fff;box-shadow:0 3px 9px rgba(239,61,72,.18)}
.home-layout-v2 .feed-label.label-tecnologia{background:#315bd7}
.home-layout-v2 .feed-label.label-esportes{background:#16835a}
.home-layout-v2 .feed-label.label-economia{background:#b45b0b}
.home-layout-v2 .feed-label.label-politica{background:#7b18cf}
.home-layout-v2 .feed-label.label-mundo{background:#2d6f94}
.home-layout-v2 .feed-label.label-opiniao{background:#9a316f}
.home-layout-v2 .feed-label.label-estilo{background:#b5476d}
.home-layout-v2 .feed-label.label-saude{background:#087d78}
.home-layout-v2 .feed-label.label-educacao{background:#5363a6}

@media(max-width:760px){
  .home-layout-v2 .feed-card{border-radius:15px}
  .home-layout-v2 .feed-image{border-radius:11px}
  .home-layout-v2 .feed-label{border-radius:5px}
}

/* Coluna editorial direita com mais presença */
@media(min-width:1101px){
  .home-layout-v2 .platform-shell{grid-template-columns:235px minmax(0,1fr) 305px}
}

@media(min-width:761px){
  .home-layout-v2 .platform-right{padding-left:28px}
  .home-layout-v2 .platform-right>section+section{margin-top:20px}
  .home-layout-v2 .platform-right h2{font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-.025em}
  .home-layout-v2 .most-read-panel{padding-top:6px;padding-bottom:4px}
  .home-layout-v2 .most-read-panel h2{margin-bottom:14px}
  .home-layout-v2 .most-read-panel li{display:flex;align-items:flex-start;min-height:70px;padding:15px 4px 15px 38px;border-color:#dddddf;color:#202126;font-size:14.5px;font-weight:600;line-height:1.42;letter-spacing:-.012em}
  .home-layout-v2 .most-read-panel li::before{top:15px;font-size:15px;font-weight:750}
  .home-layout-v2 .most-read-panel li a{display:block}
  .home-layout-v2 .opinion-highlight{display:grid;grid-template-columns:38px minmax(0,1fr);column-gap:11px;margin-top:20px;padding:21px 20px 20px;border-color:#dedee2;border-radius:16px;box-shadow:0 9px 28px rgba(25,25,30,.045)}
  .home-layout-v2 .opinion-highlight h2{grid-column:1/-1;margin:0 0 17px;padding-bottom:15px;border-color:#e3e3e6;font-size:16.5px;font-weight:700}
  .home-layout-v2 .mini-quote{position:static;grid-column:1;width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#f0e2ff;color:#7b18cf;font-size:34px;font-weight:700;line-height:1;transform:none}
  .home-layout-v2 .opinion-highlight>p{grid-column:2;margin:1px 0 18px;padding:0;color:#202126;font-size:16.5px;font-weight:500;line-height:1.55;letter-spacing:-.018em}
  .home-layout-v2 .opinion-person{grid-column:1/-1;gap:11px;margin-top:2px}
  .home-layout-v2 .opinion-person>span{width:38px;height:38px;font-size:13px;font-weight:700;box-shadow:0 3px 9px rgba(35,24,18,.15)}
  .home-layout-v2 .opinion-person strong{font-size:12px;font-weight:700}.home-layout-v2 .opinion-person small{font-size:10.5px;line-height:1.35}
  .home-layout-v2 .whatsapp-promo{min-height:235px;margin-top:20px;padding:23px 21px;border-color:#d1afea;border-radius:16px;background:radial-gradient(circle at 92% 12%,rgba(255,255,255,.72),transparent 27%),linear-gradient(145deg,#f0e2ff 0%,#e5c9ff 100%);box-shadow:0 12px 30px rgba(112,24,176,.09)}
  .home-layout-v2 .whatsapp-promo h2{max-width:225px;font-size:19px;font-weight:700;line-height:1.25;letter-spacing:-.025em}
  .home-layout-v2 .whatsapp-promo p{max-width:190px;margin:10px 0 15px;font-size:13px;font-weight:500;line-height:1.45}
  .home-layout-v2 .whatsapp-promo>a{padding:10px 15px;border-radius:8px;font-size:11.5px;font-weight:700;box-shadow:0 6px 16px rgba(102,29,165,.1)}
  .home-layout-v2 .whatsapp-promo small{margin-top:10px;font-size:10px;font-weight:600}
  .home-layout-v2 .promo-people{right:8px;width:112px;height:106px;transform:scale(1.08);transform-origin:right bottom}
}

@media(min-width:761px) and (max-width:1100px){
  .home-layout-v2 .platform-shell{grid-template-columns:185px minmax(0,1fr) 245px}
  .home-layout-v2 .platform-right{padding-left:17px}
  .home-layout-v2 .platform-right h2{font-size:17px}
  .home-layout-v2 .most-read-panel li{min-height:62px;padding:12px 2px 12px 30px;font-size:12.5px}
  .home-layout-v2 .most-read-panel li::before{top:12px;font-size:13px}
  .home-layout-v2 .opinion-highlight{grid-template-columns:32px minmax(0,1fr);padding:17px 15px;column-gap:8px}
  .home-layout-v2 .mini-quote{width:31px;height:31px;font-size:29px}
  .home-layout-v2 .opinion-highlight>p{font-size:14px}
  .home-layout-v2 .whatsapp-promo{padding:19px 16px}
  .home-layout-v2 .whatsapp-promo h2{font-size:16px}
  .home-layout-v2 .whatsapp-promo p{font-size:11.5px}
}

/* Home desktop fechada na altura da tela */
@media(min-width:761px){
  .home-layout-v2{--header:68px;height:100dvh;overflow:hidden}
  .home-layout-v2 .group-button{min-height:38px}
  .home-layout-v2 .site-footer{display:none}
  .home-layout-v2 .news-platform{height:calc(100dvh - var(--header));min-height:0;overflow:hidden}
  .home-layout-v2 .platform-shell{height:100%;padding-top:16px;padding-bottom:16px;overflow:hidden}
  .home-layout-v2 .platform-left,.home-layout-v2 .platform-right{position:static;height:100%;overflow:hidden}
  .home-layout-v2 .platform-feed{height:100%;display:grid;grid-template-rows:50px minmax(0,1.6fr) repeat(3,minmax(0,1fr));gap:10px;overflow:hidden}
  .home-layout-v2 .feed-heading{min-height:0;height:50px;padding-bottom:8px}
  .home-layout-v2 .feed-card{min-height:0;height:100%;margin:0;padding:14px;overflow:hidden}
  .home-layout-v2 .platform-feed>.feed-card:nth-of-type(n+5){display:none}
  .home-layout-v2 .feed-copy{min-height:0;overflow:hidden}
  .home-layout-v2 .featured-feed-card .feed-image,.home-layout-v2 .compact-feed-card .feed-image{min-height:0;height:100%}
  .home-layout-v2 .compact-feed-card .feed-copy p{margin-bottom:6px}
  .home-layout-v2 .platform-right>section+section{margin-top:12px}
  .home-layout-v2 .most-read-panel{padding-top:2px}
  .home-layout-v2 .most-read-panel h2{margin-bottom:8px}
  .home-layout-v2 .most-read-panel li{min-height:0;padding-top:10px;padding-bottom:10px}
  .home-layout-v2 .most-read-panel li::before{top:10px}
  .home-layout-v2 .opinion-highlight{margin-top:12px;padding-top:16px;padding-bottom:16px}
  .home-layout-v2 .opinion-highlight h2{margin-bottom:12px;padding-bottom:11px}
  .home-layout-v2 .opinion-highlight>p{margin-bottom:12px;font-size:15px;line-height:1.45}
  .home-layout-v2 .whatsapp-promo{min-height:190px;margin-top:12px;padding-top:18px;padding-bottom:18px}
  .home-layout-v2 .whatsapp-promo h2{font-size:17px}
  .home-layout-v2 .whatsapp-promo p{margin:8px 0 11px;font-size:12px}
}

@media(min-width:761px) and (max-height:850px){
  .home-layout-v2 .platform-shell{padding-top:10px;padding-bottom:10px}
  .home-layout-v2 .platform-feed{grid-template-rows:44px minmax(0,1.55fr) repeat(3,minmax(0,1fr));gap:8px}
  .home-layout-v2 .feed-heading{height:44px}
  .home-layout-v2 .feed-heading h1{font-size:22px}
  .home-layout-v2 .feed-heading select{height:36px}
  .home-layout-v2 .feed-card{padding:11px;gap:14px}
  .home-layout-v2 .feed-copy h2{margin:7px 0 5px;font-size:19px;line-height:1.22}
  .home-layout-v2 .compact-feed-card .feed-copy h2{margin:5px 0 4px;font-size:15.5px;line-height:1.25}
  .home-layout-v2 .feed-copy p{margin-bottom:7px;font-size:11.5px;line-height:1.4}
  .home-layout-v2 .compact-feed-card .feed-copy p{display:none}
  .home-layout-v2 .feed-meta{font-size:10px}
  .home-layout-v2 .side-navigation{padding:11px 0 8px}
  .home-layout-v2 .side-kicker{padding-bottom:5px;font-size:10px}
  .home-layout-v2 .side-navigation nav a{min-height:26px;padding-top:4px;padding-bottom:4px;font-size:12px}
  .home-layout-v2 .more-topics{padding-top:6px;font-size:11px}
  .home-layout-v2 .side-trending{padding-top:10px;padding-bottom:10px}
  .home-layout-v2 .side-trending li{padding-top:4px;padding-bottom:4px;font-size:10.5px;line-height:1.35}
  .home-layout-v2 .side-trending li::before{top:4px}
  .home-layout-v2 .platform-right h2{font-size:16px}
  .home-layout-v2 .most-read-panel li{padding-top:7px;padding-bottom:7px;font-size:11.5px;line-height:1.35}
  .home-layout-v2 .most-read-panel li::before{top:7px;font-size:12px}
  .home-layout-v2 .opinion-highlight{grid-template-columns:31px minmax(0,1fr);padding:12px 13px;column-gap:8px}
  .home-layout-v2 .opinion-highlight h2{margin-bottom:8px;padding-bottom:8px;font-size:13px}
  .home-layout-v2 .mini-quote{width:30px;height:30px;font-size:28px}
  .home-layout-v2 .opinion-highlight>p{margin-bottom:8px;font-size:12.5px;line-height:1.4}
  .home-layout-v2 .opinion-person>span{width:30px;height:30px;font-size:11px}
  .home-layout-v2 .opinion-person strong{font-size:10px}.home-layout-v2 .opinion-person small{font-size:9px}
  .home-layout-v2 .whatsapp-promo{min-height:155px;padding:13px 14px}
  .home-layout-v2 .whatsapp-promo h2{font-size:14.5px}
  .home-layout-v2 .whatsapp-promo p{max-width:160px;margin:5px 0 8px;font-size:10.5px;line-height:1.35}
  .home-layout-v2 .whatsapp-promo>a{padding:7px 10px;font-size:9.5px}
  .home-layout-v2 .whatsapp-promo small{margin-top:5px;font-size:8.5px}
  .home-layout-v2 .promo-people{transform:scale(.88);transform-origin:right bottom}
}

/* Capa rolável e mídia do Instagram preservada em formato editorial */
.feed-image.image-unavailable{display:grid;place-items:center;background:linear-gradient(145deg,#f1f2f4,#e5e7ea)}
.feed-image.image-unavailable::after{content:"Imagem indisponível";position:absolute;inset:auto 12px 12px;color:#777b83;font-size:11px;font-weight:600;text-align:center}

@media(min-width:761px){
  body.home-layout-v2{height:auto;min-height:100dvh;overflow-x:hidden;overflow-y:auto}
  .home-layout-v2 .news-platform{height:auto;min-height:calc(100dvh - var(--header));overflow:visible}
  .home-layout-v2 .platform-shell{height:auto;min-height:0;align-items:start;overflow:visible}
  .home-layout-v2 .platform-feed{display:block;height:auto;overflow:visible}
  .home-layout-v2 .feed-heading{margin-bottom:0}
  .home-layout-v2 .feed-card,.home-layout-v2 .feed-card:hover{display:grid;height:auto;min-height:150px;overflow:visible}
  .home-layout-v2 .platform-feed>.feed-card:nth-of-type(n+5){display:grid}
  .home-layout-v2 .platform-right{position:sticky;top:calc(var(--header) + 16px);display:block;height:auto;overflow:visible}
  .home-layout-v2 .whatsapp-promo{display:flex;min-height:300px;max-height:none;flex:none}
  .home-layout-v2 .instagram-feed-card{align-items:center}
  .home-layout-v2 .instagram-feed-card .feed-image{width:190px;height:auto;min-height:0;aspect-ratio:1;justify-self:end;background:#f3f4f6}
  .home-layout-v2 .instagram-feed-card .feed-image img{object-fit:contain}
  .home-layout-v2 .instagram-feed-card.featured-feed-card{grid-template-columns:minmax(0,1fr) 330px;min-height:350px}
  .home-layout-v2 .instagram-feed-card.featured-feed-card .feed-image{width:330px;max-width:100%;aspect-ratio:1}
}

@media(max-width:760px){
  .home-layout-v2 .instagram-feed-card .feed-image{aspect-ratio:1;height:auto;min-height:0;background:#f3f4f6}
  .home-layout-v2 .instagram-feed-card .feed-image img{object-fit:contain}
}

/* Notícia completa: mídia proporcional e texto editorial legível */
.article-hero{width:min(100%,900px);margin:0 auto 38px}
.article-hero img{width:100%;height:auto;max-height:560px;object-fit:contain;background:#f3f3f5;border-radius:12px}
.article-hero figcaption{padding-inline:2px}
.instagram-article-hero{width:min(100%,640px)}
.instagram-article-hero img{max-height:680px}
.article-content{min-height:120px;color:#38393e}
.article-content>p{margin:0 0 1.35em}
.article-content>p:first-child{color:#171719}
html.theme-dark .article-hero img{background:#111318}
html.theme-dark .article-content{color:#dedee0}
html.theme-dark .article-content>p:first-child{color:#fff}

@media(max-width:760px){
  .article-hero,.instagram-article-hero{width:100%;margin:0 auto 24px}
  .article-hero img,.instagram-article-hero img{width:100%;max-height:72vh;border-radius:9px}
  .article-hero figcaption{padding-inline:0}
}

/* Refinamento editorial: módulos equilibrados e melhor uso do espaço */
@media(min-width:761px){
  .home-layout-v2 .news-platform{background:#f3f4f6}
  .home-layout-v2 .platform-shell{align-items:start;gap:20px}
  .home-layout-v2 .platform-left,.home-layout-v2 .platform-right{height:auto;overflow:visible}
  .home-layout-v2 .platform-left{background:transparent;border:0;border-radius:0;box-shadow:none}
  .home-layout-v2 .side-navigation,.home-layout-v2 .side-trending{background:#fff;border:1px solid #e1e3e7;border-radius:14px;box-shadow:0 8px 24px rgba(24,28,36,.035)}
  .home-layout-v2 .side-navigation{padding-top:17px;padding-bottom:14px}
  .home-layout-v2 .side-navigation nav a{min-height:33px;border-left-width:3px;font-weight:500}
  .home-layout-v2 .side-navigation nav a.active{font-weight:650}
  .home-layout-v2 .side-trending{margin-top:14px;padding:17px}
  .home-layout-v2 .side-trending li{padding-left:25px;font-weight:500}
  .home-layout-v2 .side-kicker{color:#262930;font-weight:750}
  .home-layout-v2 .platform-feed{gap:11px}
  .home-layout-v2 .feed-heading{padding-left:4px;padding-right:4px}
  .home-layout-v2 .feed-heading h1{color:#17191d;font-weight:700;letter-spacing:-.035em}
  .home-layout-v2 .feed-heading select{border-color:#d8dbe0;border-radius:10px;background:#fff;color:#34373e;box-shadow:0 3px 10px rgba(24,28,36,.025)}
  .home-layout-v2 .feed-card{border:1px solid #e0e2e6;border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(24,28,36,.04);transform:none}
  .home-layout-v2 .feed-card:hover{border-color:#d4d7dc;box-shadow:0 10px 28px rgba(24,28,36,.065);transform:none}
  .home-layout-v2 .feed-copy{justify-content:center;padding:2px 0}
  .home-layout-v2 .feed-copy h2{color:#181a1e;font-weight:650;letter-spacing:-.028em}
  .home-layout-v2 .feed-copy p{color:#62666e}
  .home-layout-v2 .feed-meta{margin-top:7px;color:#7a7e86}
  .home-layout-v2 .featured-feed-card .feed-meta{margin-top:8px}
  .home-layout-v2 .feed-image{border-radius:10px;background:#e8eaed}
  .home-layout-v2 .bookmark{border-radius:8px;background:rgba(22,25,30,.36)}
  .home-layout-v2 .platform-right{padding-left:0;border-left:0}
  .home-layout-v2 .most-read-panel{padding:18px;background:#fff;border:1px solid #e1e3e7;border-radius:14px;box-shadow:0 8px 24px rgba(24,28,36,.035)}
  .home-layout-v2 .most-read-panel h2{color:#1c1e23;font-weight:700}
  .home-layout-v2 .most-read-panel li{border-color:#e5e7ea;color:#292c32;font-weight:600}
  .home-layout-v2 .most-read-panel li a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .home-layout-v2 .most-read-panel li:last-child{border-bottom:0;padding-bottom:4px}
  .home-layout-v2 .opinion-highlight,.home-layout-v2 .whatsapp-promo{border-radius:14px;box-shadow:0 8px 24px rgba(24,28,36,.04)}
  .home-layout-v2 .opinion-highlight h2{color:#23262c}
  .home-layout-v2 .opinion-highlight>p{color:#25282e;font-weight:550}
  .home-layout-v2 .whatsapp-promo{background:radial-gradient(circle at 94% 10%,rgba(255,255,255,.82),transparent 29%),linear-gradient(145deg,#f1e7ff,#e5cefb);border-color:#d9b9f0}
  .home-layout-v2 .whatsapp-promo h2{color:#221b29}
  .home-layout-v2 .compact-feed-card .feed-copy h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
}

@media(min-width:1101px){
  .home-layout-v2 .platform-shell{grid-template-columns:220px minmax(0,1fr) 290px}
}

@media(min-width:761px) and (max-width:1100px){
  .home-layout-v2 .platform-shell{grid-template-columns:176px minmax(0,1fr) 238px;gap:16px}
  .home-layout-v2 .side-navigation nav a{padding-left:14px;padding-right:12px}
  .home-layout-v2 .side-trending{padding:14px}
  .home-layout-v2 .most-read-panel{padding:14px}
}

@media(min-width:761px) and (max-height:850px){
  .home-layout-v2 .platform-shell{gap:14px}
  .home-layout-v2 .side-navigation{padding-top:10px;padding-bottom:8px}
  .home-layout-v2 .side-navigation nav a{min-height:25px}
  .home-layout-v2 .side-trending{margin-top:10px;padding:11px 13px}
  .home-layout-v2 .side-trending li{font-weight:500}
  .home-layout-v2 .feed-copy{justify-content:center}
  .home-layout-v2 .feed-meta{margin-top:5px}
  .home-layout-v2 .most-read-panel{padding:12px 14px}
  .home-layout-v2 .platform-right>section+section{margin-top:10px}
  .home-layout-v2 .opinion-highlight{padding:11px 13px}
  .home-layout-v2 .whatsapp-promo{padding:12px 14px}
}

/* Direção minimalista: duas colunas, tipografia maior, menos ornamentos */
@media(min-width:761px){
  .home-layout-v2 .news-platform{background:#f7f7f8}
  .home-layout-v2 .platform-shell{grid-template-columns:minmax(0,1fr) 300px;gap:26px}
  .home-layout-v2 .platform-feed{gap:12px}
  .home-layout-v2 .feed-heading h1{font-size:27px;font-weight:650}
  .home-layout-v2 .feed-heading select{min-width:190px;border-radius:9px;box-shadow:none}
  .home-layout-v2 .feed-card{padding:16px;border-color:#dedfe3;border-radius:14px;box-shadow:none}
  .home-layout-v2 .feed-card:hover{border-color:#cfd1d6;box-shadow:none}
  .home-layout-v2 .featured-feed-card{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr)}
  .home-layout-v2 .feed-copy h2{font-size:26px;line-height:1.24;font-weight:600;letter-spacing:-.03em}
  .home-layout-v2 .feed-copy p{font-size:14px;line-height:1.55}
  .home-layout-v2 .feed-meta{font-size:12.5px}
  .home-layout-v2 .compact-feed-card{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)}
  .home-layout-v2 .compact-feed-card .feed-copy h2{font-size:19px;line-height:1.3;font-weight:600}
  .home-layout-v2 .platform-right{width:100%}
  .home-layout-v2 .most-read-panel,.home-layout-v2 .opinion-highlight,.home-layout-v2 .whatsapp-promo{box-shadow:none}
  .home-layout-v2 .most-read-panel{border-color:#dedfe3;border-radius:14px}
  .home-layout-v2 .most-read-panel h2{font-size:19px}
  .home-layout-v2 .most-read-panel li{font-size:14px;line-height:1.42}
  .home-layout-v2 .opinion-highlight>p{font-size:15.5px}
}

@media(min-width:761px) and (max-width:1100px){
  .home-layout-v2 .platform-shell{grid-template-columns:minmax(0,1fr) 250px;gap:18px}
  .home-layout-v2 .featured-feed-card{grid-template-columns:minmax(0,1.15fr) minmax(245px,.85fr)}
  .home-layout-v2 .compact-feed-card{grid-template-columns:minmax(0,1.35fr) minmax(215px,.65fr)}
  .home-layout-v2 .feed-copy h2{font-size:23px}
  .home-layout-v2 .compact-feed-card .feed-copy h2{font-size:17.5px}
}

@media(min-width:761px) and (max-height:850px){
  .home-layout-v2 .platform-shell{gap:18px}
  .home-layout-v2 .feed-heading h1{font-size:24px}
  .home-layout-v2 .feed-card{padding:13px}
  .home-layout-v2 .feed-copy h2{font-size:22px;line-height:1.22}
  .home-layout-v2 .compact-feed-card .feed-copy h2{font-size:17px;line-height:1.28}
  .home-layout-v2 .feed-copy p{font-size:12.5px;line-height:1.42}
  .home-layout-v2 .feed-meta{font-size:11px}
  .home-layout-v2 .most-read-panel h2{font-size:16px}
  .home-layout-v2 .most-read-panel li{font-size:12.5px}
  .home-layout-v2 .opinion-highlight>p{font-size:13.5px}
}

/* Home editorial minimalista, sem aparência de painel */
@media(min-width:761px){
  .home-layout-v2 .news-platform{background:#fff}
  .home-layout-v2 .platform-shell{gap:34px;padding-top:20px;padding-bottom:20px}
  .home-layout-v2 .platform-feed{gap:0}
  .home-layout-v2 .feed-heading{height:54px;border-bottom:1px solid #e4e5e8}
  .home-layout-v2 .feed-heading h1{font-size:28px;font-weight:600}
  .home-layout-v2 .feed-heading select{min-width:180px;height:38px;border:0;background:#f3f3f5;font-weight:550}
  .home-layout-v2 .feed-card,.home-layout-v2 .feed-card:hover{margin:0;padding:15px 0;border:0;border-bottom:1px solid #e4e5e8;border-radius:0;background:transparent;box-shadow:none;transform:none}
  .home-layout-v2 .featured-feed-card{padding-top:18px;padding-bottom:20px;grid-template-columns:minmax(0,1.05fr) minmax(310px,.95fr)}
  .home-layout-v2 .featured-feed-card .feed-copy{padding-right:12px}
  .home-layout-v2 .featured-feed-card .feed-copy h2{margin-top:13px;font-size:30px;line-height:1.18;font-weight:600;letter-spacing:-.038em}
  .home-layout-v2 .featured-feed-card .feed-copy p{max-width:560px;font-size:15px;line-height:1.55}
  .home-layout-v2 .compact-feed-card{grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);padding-top:12px;padding-bottom:12px}
  .home-layout-v2 .compact-feed-card .feed-copy h2{font-size:20px;font-weight:580}
  .home-layout-v2 .feed-image{border-radius:11px}
  .home-layout-v2 .feed-label{box-shadow:none}
  .home-layout-v2 .platform-right{padding-left:26px;border-left:1px solid #e4e5e8}
  .home-layout-v2 .platform-right>section+section{margin-top:18px}
  .home-layout-v2 .most-read-panel{padding:4px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none}
  .home-layout-v2 .most-read-panel h2{font-size:20px;font-weight:600}
  .home-layout-v2 .most-read-panel li{padding-top:12px;padding-bottom:12px;border-color:#e4e5e8;font-weight:550}
  .home-layout-v2 .opinion-highlight{padding:18px 0;border:0;border-top:1px solid #e4e5e8;border-bottom:1px solid #e4e5e8;border-radius:0;background:transparent;box-shadow:none}
  .home-layout-v2 .opinion-highlight h2{font-size:16px;font-weight:600}
  .home-layout-v2 .mini-quote{background:#f0e5fb}
  .home-layout-v2 .opinion-highlight>p{font-weight:500}
  .home-layout-v2 .whatsapp-promo{min-height:0;padding:18px;border:0;border-radius:12px;background:#f2e8fb;box-shadow:none}
  .home-layout-v2 .whatsapp-promo h2{font-size:17px;font-weight:600}
  .home-layout-v2 .whatsapp-promo p{font-weight:400}
  .home-layout-v2 .promo-people{display:none}
}

@media(min-width:761px) and (max-width:1100px){
  .home-layout-v2 .platform-shell{gap:24px}
  .home-layout-v2 .featured-feed-card{grid-template-columns:minmax(0,1.08fr) minmax(250px,.92fr)}
  .home-layout-v2 .featured-feed-card .feed-copy h2{font-size:26px}
  .home-layout-v2 .compact-feed-card{grid-template-columns:minmax(0,1.45fr) minmax(205px,.55fr)}
  .home-layout-v2 .platform-right{padding-left:20px}
}

@media(min-width:761px) and (max-height:850px){
  .home-layout-v2 .platform-shell{padding-top:10px;padding-bottom:10px;gap:22px}
  .home-layout-v2 .feed-heading{height:44px}
  .home-layout-v2 .feed-heading h1{font-size:25px}
  .home-layout-v2 .feed-card{padding-top:10px;padding-bottom:10px}
  .home-layout-v2 .featured-feed-card{padding-top:12px;padding-bottom:12px}
  .home-layout-v2 .featured-feed-card .feed-copy h2{font-size:25px;line-height:1.16}
  .home-layout-v2 .featured-feed-card .feed-copy p{font-size:13px}
  .home-layout-v2 .compact-feed-card .feed-copy h2{font-size:18px}
  .home-layout-v2 .platform-right>section+section{margin-top:10px}
  .home-layout-v2 .most-read-panel li{padding-top:8px;padding-bottom:8px}
  .home-layout-v2 .opinion-highlight{padding-top:11px;padding-bottom:11px}
  .home-layout-v2 .whatsapp-promo{padding:13px 14px}
}

@media(max-width:760px){
  .home-layout-v2 .featured-feed-card{padding:4px 2px 14px;border:0;border-bottom:1px solid #dedfe3;border-radius:0;background:transparent;box-shadow:none}
}

/* Fechamento da coluna com chamada do WhatsApp em altura integral */
@media(min-width:761px){
  .home-layout-v2 .platform-right{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden}
  .home-layout-v2 .most-read-panel,.home-layout-v2 .opinion-highlight{flex:0 0 auto}
  .home-layout-v2 .whatsapp-promo{flex:1 1 auto;min-height:170px;display:flex;flex-direction:column;align-items:flex-start;padding:22px 20px;overflow:hidden;border:1px solid #dec5f3;border-radius:16px;background:radial-gradient(circle at 92% 12%,rgba(255,255,255,.9),transparent 30%),linear-gradient(155deg,#f5edfc 0%,#ead7fb 100%)}
  .home-layout-v2 .promo-kicker{display:inline-flex;margin-bottom:10px;padding:5px 8px;border-radius:6px;background:rgba(123,24,207,.1);color:#6f16ba;font-size:9px;font-weight:750;line-height:1;text-transform:uppercase;letter-spacing:.06em}
  .home-layout-v2 .whatsapp-promo h2{max-width:205px;margin:0;color:#211727;font-size:19px;font-weight:650;line-height:1.22;letter-spacing:-.025em}
  .home-layout-v2 .whatsapp-promo p{max-width:195px;margin:10px 0 16px;color:#554b5d;font-size:12.5px;line-height:1.45}
  .home-layout-v2 .whatsapp-promo>a{margin-top:auto;padding:10px 14px;border:0;border-radius:8px;background:#7b18cf;color:#fff;font-size:11px;box-shadow:none}
  .home-layout-v2 .whatsapp-promo small{margin-top:9px;color:#7419bd;font-size:9.5px;font-weight:600}
  .home-layout-v2 .promo-people{right:8px;bottom:4px;display:block;width:108px;height:100px;transform:scale(.92);transform-origin:right bottom;opacity:.96}
}

@media(min-width:761px) and (max-height:850px){
  .home-layout-v2 .whatsapp-promo{min-height:130px;padding:13px 14px}
  .home-layout-v2 .promo-kicker{margin-bottom:6px;padding:4px 6px;font-size:7.5px}
  .home-layout-v2 .whatsapp-promo h2{max-width:150px;font-size:14.5px}
  .home-layout-v2 .whatsapp-promo p{max-width:160px;margin:5px 0 8px;font-size:9.5px;line-height:1.35}
  .home-layout-v2 .whatsapp-promo>a{padding:7px 10px;font-size:9px}
  .home-layout-v2 .whatsapp-promo small{margin-top:5px;font-size:8px}
  .home-layout-v2 .promo-people{transform:scale(.78)}
}

/* Legibilidade reforçada na coluna editorial */
@media(min-width:761px){
  .home-layout-v2 .opinion-highlight h2{font-size:18px;font-weight:650}
  .home-layout-v2 .opinion-highlight>p{color:#1f2025;font-size:17px;font-weight:520;line-height:1.5}
  .home-layout-v2 .opinion-person strong{font-size:13px}.home-layout-v2 .opinion-person small{color:#5f6269;font-size:11.5px}
  .home-layout-v2 .promo-kicker{font-size:10.5px}
  .home-layout-v2 .whatsapp-promo h2{font-size:22px;line-height:1.2}
  .home-layout-v2 .whatsapp-promo p{max-width:220px;color:#403547;font-size:15px;font-weight:500;line-height:1.5}
  .home-layout-v2 .whatsapp-promo>a{padding:12px 17px;font-size:13px;font-weight:700}
  .home-layout-v2 .whatsapp-promo small{font-size:11px}
}

@media(min-width:761px) and (max-height:850px){
  .home-layout-v2 .opinion-highlight h2{font-size:15px}
  .home-layout-v2 .opinion-highlight>p{font-size:14.5px;line-height:1.4}
  .home-layout-v2 .opinion-person strong{font-size:11px}.home-layout-v2 .opinion-person small{font-size:10px}
  .home-layout-v2 .promo-kicker{font-size:9px}
  .home-layout-v2 .whatsapp-promo h2{max-width:180px;font-size:17px;line-height:1.22}
  .home-layout-v2 .whatsapp-promo p{max-width:180px;font-size:12.5px;line-height:1.4}
  .home-layout-v2 .whatsapp-promo>a{padding:9px 12px;font-size:10.5px}
  .home-layout-v2 .whatsapp-promo small{font-size:9.5px}
}

/* Regras finais da capa: rolagem livre e miniaturas sociais proporcionais */
@media(min-width:761px){
  body.home-layout-v2{height:auto;min-height:100dvh;overflow-y:auto}
  .home-layout-v2 .news-platform,.home-layout-v2 .platform-shell{height:auto;overflow:visible}
  .home-layout-v2 .platform-feed{display:block;height:auto;overflow:visible}
  .home-layout-v2 .platform-feed>.feed-card:nth-of-type(n+5){display:grid}
  .home-layout-v2 .platform-right{position:sticky;top:calc(var(--header) + 16px);display:block;height:auto;overflow:visible}
  .home-layout-v2 .whatsapp-promo{display:flex;min-height:300px;max-height:none;flex:none}
  .home-layout-v2 .instagram-feed-card .feed-image{width:190px;height:auto;min-height:0;aspect-ratio:1;justify-self:end;background:#f3f4f6}
  .home-layout-v2 .instagram-feed-card .feed-image img{object-fit:contain}
  .home-layout-v2 .instagram-feed-card.featured-feed-card{grid-template-columns:minmax(0,1fr) 330px;min-height:350px}
  .home-layout-v2 .instagram-feed-card.featured-feed-card .feed-image{width:330px;max-width:100%;aspect-ratio:1}
}

/* Capa editorial sem imagens: foco total nas manchetes */
@media(min-width:761px){
  .home-layout-v2 .platform-shell{grid-template-columns:minmax(0,1fr) 320px;gap:40px}
  .home-layout-v2 .feed-card,
  .home-layout-v2 .featured-feed-card,
  .home-layout-v2 .compact-feed-card{
    grid-template-columns:1fr;
    gap:0;
    min-height:0;
  }
  .home-layout-v2 .featured-feed-card{padding:34px 4px 38px}
  .home-layout-v2 .featured-feed-card .feed-copy{max-width:930px;padding:0}
  .home-layout-v2 .featured-feed-card .feed-copy h2{max-width:900px;margin:15px 0 15px;font-size:38px;line-height:1.14}
  .home-layout-v2 .featured-feed-card .feed-copy p{max-width:820px;margin-bottom:20px;font-size:16.5px;line-height:1.62}
  .home-layout-v2 .compact-feed-card{padding:26px 4px 28px}
  .home-layout-v2 .compact-feed-card .feed-copy{max-width:900px;padding:0}
  .home-layout-v2 .compact-feed-card .feed-copy h2{max-width:870px;margin:12px 0 10px;font-size:24px;line-height:1.3;-webkit-line-clamp:3}
  .home-layout-v2 .compact-feed-card .feed-copy p{display:block;max-width:800px;margin-bottom:16px;font-size:14px;line-height:1.58}
  .home-layout-v2 .feed-meta{margin-top:0;font-size:12.5px}
}

@media(max-width:760px){
  .home-layout-v2 .feed-card,
  .home-layout-v2 .featured-feed-card,
  .home-layout-v2 .compact-feed-card{grid-template-columns:1fr;min-height:0;padding:18px 4px 20px}
  .home-layout-v2 .featured-feed-card .feed-copy h2{font-size:23px;line-height:1.22}
  .home-layout-v2 .compact-feed-card .feed-copy h2{font-size:18px;line-height:1.32;-webkit-line-clamp:3}
  .home-layout-v2 .feed-meta{margin-top:5px;font-size:10px}
}

/* Página inicial v3 — feed editorial inspirado no Instagram */
.home-layout-v3{background:#fff}
.home-layout-v3 .container{width:min(calc(100% - 64px),1520px)}
.home-layout-v3 .header-inner{height:74px}
.home-layout-v3 .brand{font-size:25px}
.home-layout-v3 .main-nav{font-size:14px}
.home-layout-v3 .site-footer{margin-top:42px}
.editorial-home{min-height:calc(100vh - 74px);background:#fff;color:#171719}
.editorial-shell{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:42px;padding-top:25px;padding-bottom:42px;align-items:start}
.editorial-feed{min-width:0}
.editorial-heading{height:53px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:17px;border-bottom:1px solid #e0e1e4}
.editorial-heading h1{margin:0;font-size:29px;line-height:1.1;font-weight:720;letter-spacing:-.045em}
.editorial-heading select{width:200px;height:42px;padding:0 38px 0 15px;border:1px solid #d9dbe0;border-radius:8px;background:#fff;color:#292b30;font-size:12px;font-weight:650}
.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.editorial-card[hidden]{display:none!important}
.editorial-card{min-width:0;overflow:hidden;border:1px solid #e1e2e5;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(20,22,28,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.editorial-card:hover{transform:translateY(-2px);border-color:#d5d6da;box-shadow:0 10px 28px rgba(20,22,28,.09)}
.editorial-card-link{display:flex;height:100%;flex-direction:column}
.editorial-media{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(145deg,#eceef1,#dfe2e6)}
.editorial-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}
.editorial-card:hover .editorial-media img{transform:scale(1.018)}
.editorial-media.is-empty::after{content:"Guia do Povo";position:absolute;inset:0;display:grid;place-items:center;color:#777b84;font-size:13px;font-weight:750;letter-spacing:-.02em}
.media-kind{position:absolute;z-index:2;right:10px;top:10px;width:29px;height:29px;border-radius:7px;background:rgba(25,27,32,.48);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(8px)}
.carousel-kind i{position:absolute;width:13px;height:13px;border:1.6px solid #fff;border-radius:2px}.carousel-kind i:first-child{left:7px;top:8px}.carousel-kind i:last-child{left:10px;top:5px}
.reel-kind::before,.reel-kind::after{content:"";position:absolute;left:6px;right:6px;border-top:1.5px solid #fff;transform:skewY(-24deg)}.reel-kind::before{top:8px}.reel-kind::after{top:12px}
.reel-kind i{position:absolute;left:11px;bottom:5px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #fff}
.editorial-card-body{display:flex;flex:1;min-height:143px;flex-direction:column;padding:14px 15px 13px}
.editorial-category{align-self:flex-start;color:#7918cb;font-size:9.5px;line-height:1;font-weight:820;text-transform:uppercase;letter-spacing:.045em}
.editorial-category.category-economia{color:#c65300}.editorial-category.category-brasil{color:#1164d8}.editorial-category.category-politica{color:#7b18cf}.editorial-category.category-alto-oeste{color:#7115c4}.editorial-category.category-rio-grande-do-norte{color:#067f69}.editorial-category.category-esportes{color:#09844e}
.editorial-card h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:9px 0 16px;color:#17191d;font-size:18px;line-height:1.28;font-weight:680;letter-spacing:-.03em}
.editorial-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;color:#73767e;font-size:11px;line-height:1.2}
.editorial-origin{display:inline-flex;align-items:center;gap:5px}.editorial-origin i{font-style:normal;font-size:16px;line-height:1;color:#63666e}
.editorial-more{display:flex;align-items:center;justify-content:center;gap:13px;width:290px;height:40px;margin:18px auto 0;border:1px solid #d5d7dc;border-radius:20px;background:#fff;color:#23252a;font-size:12px;font-weight:700;cursor:pointer}.editorial-more:hover{border-color:#bfc1c7;background:#fafafa}.editorial-more span{font-size:15px}
.editorial-sidebar{position:sticky;top:98px;padding-left:31px;border-left:1px solid #e0e1e4}
.editorial-sidebar h2{margin:0;color:#181a1e;font-size:22px;line-height:1.2;font-weight:720;letter-spacing:-.035em}
.ranking-panel ol{margin:8px 0 0;padding:0;list-style:none;counter-reset:editorial-rank}
.ranking-panel li{counter-increment:editorial-rank;position:relative;min-height:60px;padding:13px 0 13px 42px;border-bottom:1px solid #e1e2e5;color:#22242a;font-size:13px;line-height:1.42;font-weight:590}
.ranking-panel li::before{content:counter(editorial-rank);position:absolute;left:3px;top:13px;color:#16181c;font-size:14px;font-weight:780}
.ranking-panel a:hover,.editorial-opinion a:hover{color:#7114c5}
.editorial-opinion{margin-top:30px}
.editorial-opinion>h2{margin-bottom:14px;font-size:18px}
.opinion-copy{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;padding:14px 13px 10px;border:1px solid #dedfe3;border-bottom:0;border-radius:11px 11px 0 0;background:#fff}
.opinion-copy>span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#f0e4fc;color:#7918cb;font-family:Georgia,serif;font-size:31px;font-weight:700;line-height:1}
.opinion-copy p{margin:2px 0 7px;color:#22242a;font-size:14px;line-height:1.48;font-weight:620}
.editorial-author{display:flex;align-items:center;gap:10px;padding:9px 13px 14px;border:1px solid #dedfe3;border-top:0;border-radius:0 0 11px 11px;background:#fff}
.editorial-author>b{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#9b6d50;color:#fff;font-size:11px}.editorial-author>div{display:grid}.editorial-author strong{font-size:11px}.editorial-author small{color:#777a82;font-size:9.5px}
.editorial-whatsapp{margin-top:18px;padding:20px 18px;border:1px solid #dfc8f1;border-radius:12px;background:linear-gradient(145deg,#f5edfc,#eee0fa)}
.editorial-whatsapp>span{color:#7115bb;font-size:9.5px;font-weight:820;text-transform:uppercase;letter-spacing:.055em}
.editorial-whatsapp h2{margin:8px 0 9px;font-size:18px}.editorial-whatsapp p{margin:0 0 17px;color:#57505d;font-size:12.5px;line-height:1.48}
.editorial-whatsapp>a{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border-radius:7px;background:#7b18cf;color:#fff;font-size:10.5px;font-weight:750}.editorial-whatsapp>a:hover{background:#6811b2}.editorial-whatsapp>a b{font-size:14px}

html.theme-dark .home-layout-v3,html.theme-dark .editorial-home{background:#090a0c;color:#f4f4f5}
html.theme-dark .editorial-heading{border-color:#292b31}html.theme-dark .editorial-heading select{background:#14161a;border-color:#30323a;color:#eee}
html.theme-dark .editorial-card,html.theme-dark .opinion-copy,html.theme-dark .editorial-author{background:#111318;border-color:#2c2e35}
html.theme-dark .editorial-card h2,html.theme-dark .editorial-sidebar h2,html.theme-dark .ranking-panel li,html.theme-dark .opinion-copy p{color:#f2f2f4}
html.theme-dark .editorial-card-meta,html.theme-dark .editorial-author small{color:#9a9ca3}html.theme-dark .editorial-sidebar{border-color:#292b31}html.theme-dark .ranking-panel li{border-color:#292b31}html.theme-dark .ranking-panel li::before{color:#d8d9dc}
html.theme-dark .editorial-more{background:#111318;border-color:#34363d;color:#eee}

@media(max-width:1100px){
  .home-layout-v3 .container{width:min(calc(100% - 38px),980px)}
  .editorial-shell{grid-template-columns:1fr;gap:35px}
  .editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .editorial-sidebar{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:28px 0 0;border-left:0;border-top:1px solid #e0e1e4}
  .editorial-opinion,.editorial-whatsapp{margin-top:0}
}

@media(max-width:760px){
  .home-layout-v3{padding-bottom:0}
  .home-layout-v3 .container{width:calc(100% - 24px)}
  .home-layout-v3 .site-header{background:#fff;border-color:#e1e2e5;color:#171719;backdrop-filter:none}
  .home-layout-v3 .header-inner{height:60px}
  .home-layout-v3 .brand{position:absolute;left:50%;transform:translateX(-50%);font-size:17px;color:#171719}
  .home-layout-v3 .brand span{display:inline;margin-left:3px;color:#6d7077}
  .home-layout-v3 .menu-toggle{width:30px;height:30px;align-items:center}
  .home-layout-v3 .menu-toggle span{background:#171719}
  .home-layout-v3 .header-actions{margin-left:auto}
  .home-layout-v3 .search-toggle{display:grid;width:31px;height:31px;place-items:center;color:#171719;font-size:25px}
  .home-layout-v3 .group-button{display:none}
  .home-layout-v3 .main-nav{top:60px;background:#fff;border-color:#e1e2e5;color:#24262b;box-shadow:0 18px 32px rgba(20,22,28,.12)}
  .home-layout-v3 .main-nav>a,.home-layout-v3 .more-menu>button{border-color:#e7e8ea}
  .home-layout-v3 .more-dropdown{background:#f6f6f7}
  .home-layout-v3 .menu-theme-toggle{color:#24262b;border-color:#e1e2e5}
  .home-layout-v3 .search-panel.open{display:block!important;padding:13px 0;background:#fff;border-color:#e1e2e5;box-shadow:0 16px 28px rgba(20,22,28,.12)}
  .home-layout-v3 .search-panel .container{display:grid;grid-template-columns:1fr auto;gap:8px}
  .home-layout-v3 .search-panel label{display:none}
  .home-layout-v3 .search-panel input{height:40px;background:#f6f6f7;border-color:#d9dbe0;color:#171719}
  .home-layout-v3 .search-panel button{height:40px;padding-inline:13px}
  .editorial-home{min-height:calc(100vh - 60px)}
  .editorial-shell{gap:28px;padding-top:16px;padding-bottom:28px}
  .editorial-heading{height:43px;margin-bottom:12px}
  .editorial-heading h1{font-size:22px}
  .editorial-heading select{width:135px;height:33px;padding-left:9px;padding-right:28px;font-size:9.5px}
  .editorial-grid{grid-template-columns:1fr;gap:13px}
  .editorial-card{border-radius:10px;box-shadow:0 4px 14px rgba(20,22,28,.055)}
  .editorial-media{aspect-ratio:4/3}
  .editorial-card-body{min-height:130px;padding:13px 13px 12px}
  .editorial-card h2{margin:8px 0 14px;font-size:18px;line-height:1.27}
  .editorial-card-meta{font-size:10px}
  .editorial-more{width:100%;max-width:290px;margin-top:15px}
  .editorial-sidebar{display:block;padding-top:25px}
  .editorial-sidebar>section+section{margin-top:25px}
  .ranking-panel li{font-size:12.5px}
  .editorial-opinion,.editorial-whatsapp{max-width:none}
  .home-layout-v3 .site-footer{margin-top:0}
}

@media(min-width:761px) and (max-width:1100px){
  .editorial-card h2{font-size:19px}
  .editorial-sidebar h2{font-size:18px}
  .ranking-panel li{font-size:11.5px;padding-left:31px}
}

.article-content .instagram-original-link{margin-top:28px;font-family:Inter,ui-sans-serif,sans-serif}
.article-content a[href*="instagram.com"]{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid #d9c5e9;border-radius:8px;background:#f7f0fc;color:#7115bb;font-family:Inter,ui-sans-serif,sans-serif;font-size:12px;font-weight:750;text-decoration:none}
.article-content a[href*="instagram.com"]:hover{background:#efe1f9}
html.theme-dark .article-content a[href*="instagram.com"]{border-color:#57306f;background:#21142b;color:#d69cff}

/* Newsletter */
.newsletter-signup{display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:64px;align-items:center;margin-top:10px;margin-bottom:48px;padding:38px 42px;border:1px solid #dfd1eb;border-radius:16px;background:linear-gradient(135deg,#f7f0fc 0%,#f2e5fb 52%,#faf7fc 100%);color:#211a27}
.newsletter-copy>span{display:block;margin-bottom:10px;color:#7616c5;font-size:10px;font-weight:820;letter-spacing:.08em;text-transform:uppercase}
.newsletter-copy h2{max-width:560px;margin:0 0 11px;font-size:30px;line-height:1.12;font-weight:735;letter-spacing:-.045em}
.newsletter-copy p{max-width:590px;margin:0;color:#615968;font-size:14px;line-height:1.55}
.newsletter-action{min-width:0}
.newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.newsletter-email{display:block;position:relative}.newsletter-email>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.newsletter-email input{width:100%;height:50px;padding:0 16px;border:1px solid #d8c5e7;border-radius:8px;background:#fff;color:#1d1a20;font-size:14px;outline:0;box-shadow:0 4px 15px rgba(72,25,104,.04)}
.newsletter-email input:focus{border-color:#8720d8;box-shadow:0 0 0 3px rgba(135,32,216,.1)}
.newsletter-form>button{height:50px;padding:0 22px;border:0;border-radius:8px;background:#7917ca;color:#fff;font-size:12px;font-weight:780;cursor:pointer;box-shadow:0 8px 20px rgba(121,23,202,.18)}
.newsletter-form>button:hover{background:#6811b2}
.newsletter-consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:8px;color:#6b6270;font-size:10.5px;line-height:1.45}.newsletter-consent input{flex:0 0 auto;margin-top:2px;accent-color:#7917ca}.newsletter-consent a{text-decoration:underline;text-underline-offset:2px}
.newsletter-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.newsletter-feedback{margin-bottom:11px;padding:10px 12px;border-radius:7px;font-size:11px;font-weight:650}.newsletter-feedback.success{border:1px solid #b7dcc8;background:#edf9f2;color:#14663c}.newsletter-feedback.error{border:1px solid #efc0c0;background:#fff0f0;color:#9f2828}
.newsletter-manage{display:grid;min-height:calc(100vh - 330px);place-items:center;padding-top:70px;padding-bottom:80px}.newsletter-manage>section{width:min(100%,620px);padding:42px;border:1px solid #e0d4e9;border-radius:14px;background:#faf7fc;text-align:center}.newsletter-manage>section>span{color:#7616c5;font-size:10px;font-weight:820;letter-spacing:.08em;text-transform:uppercase}.newsletter-manage h1{margin:12px 0;font-size:34px;letter-spacing:-.045em}.newsletter-manage p{margin:0 auto 24px;color:#66606a;line-height:1.6}.newsletter-manage a,.newsletter-manage button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border:1px solid #d5c3e3;border-radius:7px;background:#fff;color:#6712aa;font-size:12px;font-weight:750}.newsletter-manage button{border-color:#7917ca;background:#7917ca;color:#fff}.newsletter-manage form{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}
html.theme-dark .newsletter-signup,html.theme-dark .newsletter-manage>section{border-color:#4a2b5f;background:linear-gradient(135deg,#211529,#17131b);color:#f5eff8}html.theme-dark .newsletter-copy p,html.theme-dark .newsletter-consent,html.theme-dark .newsletter-manage p{color:#aaa1af}html.theme-dark .newsletter-email input{border-color:#493553;background:#111318;color:#f3f3f5}html.theme-dark .newsletter-feedback.success{border-color:#285d42;background:#14271d;color:#a1e4bf}html.theme-dark .newsletter-feedback.error{border-color:#673232;background:#2c1717;color:#f2b4b4}

@media(max-width:900px){.newsletter-signup{grid-template-columns:1fr;gap:24px;padding:30px}.newsletter-copy h2{font-size:27px}}
@media(max-width:600px){.newsletter-signup{width:calc(100% - 24px);margin-bottom:28px;padding:25px 20px;border-radius:12px}.newsletter-copy h2{font-size:24px}.newsletter-copy p{font-size:13px}.newsletter-form{grid-template-columns:1fr}.newsletter-form>button{width:100%}.newsletter-consent{grid-column:auto}.newsletter-manage{padding:40px 12px 55px}.newsletter-manage>section{padding:30px 20px}.newsletter-manage h1{font-size:28px}}
