:root{--navy-900:#122a45;--navy-800:#1c3a5e;--navy-700:#274b73;--navy-600:#355f8c;--navy-500:#4b75a3;--blue-700:#1a4fb0;--blue-600:#225fcb;--blue-500:#2e6fe0;--blue-400:#5c8eea;--blue-300:#92b3f1;--blue-200:#c2d5f8;--blue-100:#e0eafc;--blue-50:#eff4fe;--ochre-700:#8a5e0a;--ochre-600:#c98f14;--ochre-500:#e0a423;--ochre-200:#f0dca6;--ochre-100:#fbf1d8;--ink-900:#1a1a1a;--ink-800:#26282c;--gray-700:#41454c;--gray-600:#5a5f67;--gray-500:#797e88;--gray-400:#9da2ac;--gray-300:#c7cbd2;--gray-200:#e2e5ea;--gray-150:#ebedf1;--gray-100:#f1f3f6;--gray-50:#f8f9fb;--white:#ffffff;--success-500:#1f8a5b;--warning-500:#c77a12;--danger-500:#c23b3b;--info-500:#2e6fe0;--text-strong:var(--ink-900);--text-body:var(--gray-700);--text-muted:var(--gray-500);--text-faint:var(--gray-400);--text-inverse:var(--white);--text-link:var(--blue-500);--text-on-navy:#dce6f2;--surface-page:var(--gray-50);--surface-card:var(--white);--surface-subtle:var(--gray-100);--surface-sunken:var(--gray-150);--surface-navy:var(--navy-800);--surface-accent-soft:var(--blue-50);--border-subtle:var(--gray-200);--border-default:var(--gray-300);--border-strong:var(--gray-400);--border-accent:var(--blue-500);--accent:var(--blue-500);--accent-hover:var(--blue-600);--accent-active:var(--blue-700);--accent-soft:var(--blue-50);--sig:var(--ochre-500);--sig-strong:var(--ochre-600);--sig-ink:var(--ochre-700);--sig-soft:var(--ochre-100);--sig-border:var(--ochre-200);--sig-on:#241a05;--focus-ring:0 0 0 3px rgba(46,111,224,0.35);--font-serif:var(--font-display),Georgia,"Times New Roman",serif;--font-sans:var(--font-inter),system-ui,-apple-system,"Segoe UI",sans-serif;--display-font:var(--font-serif);--heading-font:var(--font-serif);--body-font:var(--font-sans);--ui-font:var(--font-sans);--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--shadow-sm:0 1px 3px rgba(18,42,69,0.08),0 1px 2px rgba(18,42,69,0.05);--shadow-md:0 4px 12px rgba(18,42,69,0.1),0 2px 4px rgba(18,42,69,0.06)}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:var(--body-font);color:var(--text-body);background:var(--surface-page);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--heading-font);color:var(--text-strong);font-weight:600;line-height:1.15;letter-spacing:-.011em}a{color:var(--text-link);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:2px}strong{color:var(--text-strong)}::selection{background:var(--blue-200);color:var(--ink-900)}.navtab{display:inline-flex;align-items:center;font:600 .78rem/1 var(--ui-font);letter-spacing:.13em;text-transform:uppercase;color:var(--text-body);text-decoration:none;padding:.55rem 0;transition:color .15s ease}.navtab:after,.navtab:before{display:inline-block;width:.6em;text-align:center;color:var(--sig-ink);opacity:0;transition:opacity .15s ease}.navtab:before{content:"["}.navtab:after{content:"]"}.navtab:hover,.navtab[aria-current=page]{color:var(--navy-800);text-decoration:none}.navtab:hover:after,.navtab:hover:before,.navtab[aria-current=page]:after,.navtab[aria-current=page]:before{opacity:1}.navtab:focus-visible{outline:2px solid var(--sig);outline-offset:2px;border-radius:4px}.nav-cta{margin-left:.55rem;padding:.4rem .9rem;border-radius:8px;background:var(--sig);color:var(--sig-on);font-weight:600;font-size:.88rem;text-decoration:none;white-space:nowrap;transition:background .15s ease}.nav-cta:hover{background:var(--sig-strong);text-decoration:none}.nav-cta-curto{display:none}.logo-textos{display:inline-flex;flex-direction:column}@media (max-width:480px){.cabecalho .logo-textos,.nav-cta-longo{display:none}.nav-cta-curto{display:inline}}.pub-hero{position:relative;overflow:hidden;isolation:isolate;padding:5.5rem 1.5rem 4.5rem;text-align:center;color:var(--text-on-navy);background:radial-gradient(120% 130% at 50% 0,#21456d 0,var(--navy-800) 42%,var(--navy-900) 100%)}.pub-atmo{position:absolute;inset:0;z-index:-2;pointer-events:none;overflow:hidden}.pub-glow{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);width:min(780px,92%);height:64%;background:radial-gradient(ellipse at center,rgba(58,124,224,.34),rgba(58,124,224,0) 70%);filter:blur(28px);animation:pubGlow 9s ease-in-out infinite}@keyframes pubGlow{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.05)}}.pub-brk{position:absolute;top:50%;transform:translateY(-50%);height:clamp(220px,72%,400px);width:auto;fill:none;stroke:url(#pubBrkGrad);stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 18px rgba(96,150,235,.4))}.pub-brk-left{left:clamp(8px,7vw,150px)}.pub-brk-right{right:clamp(8px,7vw,150px)}.pub-brk path{stroke-dasharray:384;stroke-dashoffset:384;animation:pubDraw 1.6s cubic-bezier(.22,.61,.36,1) .3s forwards}.pub-brk-right path{animation-delay:.5s}@keyframes pubDraw{to{stroke-dashoffset:0}}.pub-hero:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}.pub-eyebrow{font:600 .74rem/1 var(--ui-font);letter-spacing:.2em;text-transform:uppercase;color:var(--sig);margin:0 0 1.3rem}.pub-lockup{display:inline-flex;align-items:center;gap:.85rem;margin:0 0 1.4rem;flex-wrap:wrap;justify-content:center}.pub-lockup svg{width:clamp(58px,7.5vw,72px);height:clamp(58px,7.5vw,72px)}.pub-wm{font-weight:700;font-size:clamp(1.7rem,5vw,2.5rem);letter-spacing:-.015em;margin:0}.pub-h1,.pub-wm{font-family:var(--heading-font);color:#fff}.pub-h1{font-weight:600;font-size:clamp(1.2rem,3vw,1.55rem);line-height:1.3;letter-spacing:0;margin:.3rem auto 0;max-width:34ch;text-wrap:balance}.pub-key{position:relative;white-space:nowrap;text-shadow:0 0 22px rgba(224,164,35,.42)}.pub-dot,.pub-key{color:#fff;display:inline-block}.pub-dot{animation:pubDot .5s cubic-bezier(.2,.8,.3,1.4) 1.95s both}@keyframes pubDot{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.pub-sub{max-width:44ch;margin:1.3rem auto 0;color:var(--text-on-navy);font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.6}.pub-cta{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-top:1.9rem}.pub-btn{font:600 .95rem var(--ui-font);border-radius:8px;padding:.72rem 1.3rem;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.pub-btn,.pub-btn:hover{text-decoration:none}.pub-btn-primary{background:var(--sig);color:var(--sig-on);box-shadow:0 6px 18px rgba(200,143,20,.4)}.pub-btn-primary:hover{background:var(--sig-strong);color:var(--sig-on);transform:translateY(-1px)}.pub-btn-ghost{background:rgba(255,255,255,.06);color:#eaf1fb;border-color:rgba(255,255,255,.28)}.pub-btn-ghost:hover{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.5)}.pub-band{padding:3.2rem 1.5rem}.pub-wrap{max-width:720px;margin:0 auto}.pub-content{background:var(--surface-page);border-top:1px solid var(--border-subtle)}.pub-seclabel{display:flex;align-items:center;gap:.8rem;margin:0 0 1.6rem;font:600 .72rem/1 var(--ui-font);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.pub-seclabel:after{content:"";flex:1 1;height:1px;background:var(--border-subtle)}.pub-empty{color:var(--text-muted)}.pub-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:14px;padding:1.6rem 1.7rem;margin-bottom:1.15rem;box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pub-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--border-default)}.pub-chip{display:inline-block;font:600 .72rem/1 var(--ui-font);color:var(--sig-ink);background:var(--sig-soft);border:1px solid var(--sig-border);padding:.32rem .66rem;border-radius:999px;margin-bottom:.85rem}.pub-chip-editorial{color:#fff;background:var(--navy-800);border-color:var(--navy-800);margin-right:.4rem}.pub-prose{color:var(--text-body);font-size:1rem;line-height:1.7}.pub-prose>:first-child{margin-top:0}.pub-prose>:last-child{margin-bottom:0}.pub-prose h2{font-size:1.35rem;margin:1.4rem 0 .5rem}.pub-prose h2,.pub-prose h3{font-family:var(--heading-font);color:var(--text-strong)}.pub-prose h3{font-size:1.12rem;margin:1.2rem 0 .4rem}.pub-prose p{margin:0 0 .85rem}.pub-prose a{color:var(--sig-ink);text-decoration:underline;text-underline-offset:2px}.pub-prose ol,.pub-prose ul{margin:0 0 .85rem;padding-left:1.3rem}.pub-prose li{margin:.2rem 0}.pub-prose blockquote{margin:0 0 .85rem;padding:.3rem 0 .3rem 1rem;border-left:3px solid var(--sig);color:var(--text-muted);font-style:italic}.pub-prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:var(--surface-subtle);padding:.1rem .35rem;border-radius:4px}.pub-prose pre{background:var(--surface-sunken);padding:.8rem 1rem;border-radius:8px;overflow-x:auto}.pub-prose pre code{background:none;padding:0}.pub-prose img{max-width:100%;height:auto;border-radius:8px}.pub-prose hr{border:none;border-top:1px solid var(--border-subtle);margin:1.4rem 0}.pub-card-title{font-family:var(--heading-font);font-weight:600;color:var(--text-strong);font-size:1.4rem;line-height:1.2;margin:0 0 .5rem;text-wrap:balance}.pub-meta{color:var(--text-muted);font-size:.82rem;margin-bottom:.9rem}.pub-lede{margin:0;color:var(--text-body);font-size:1rem;line-height:1.68;white-space:pre-wrap}.pub-propoe{margin-top:1.1rem;padding:.9rem 1.1rem;border-left:3px solid var(--sig);background:var(--sig-soft);border-radius:0 8px 8px 0}.pub-propoe-lbl{font:700 .74rem/1 var(--ui-font);letter-spacing:.06em;text-transform:uppercase;color:var(--navy-700)}.pub-propoe p{margin:.5rem 0 0;font-size:.95rem;color:var(--text-body);white-space:pre-wrap}.pub-shell{max-width:1040px;margin:0 auto}.pub-chips-row{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.5rem}.pub-readmore{display:inline-block;font:600 .85rem var(--ui-font);color:var(--sig-ink)}.pub-featured{display:block;text-decoration:none;color:inherit;background:var(--surface-card);border:1px solid var(--border-subtle);border-left:4px solid var(--sig);border-radius:16px;padding:1.9rem 2rem;box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pub-featured:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--border-default);text-decoration:none}.pub-featured-label{display:inline-block;font:700 .7rem/1 var(--ui-font);letter-spacing:.14em;text-transform:uppercase;color:var(--sig-ink);margin-bottom:.9rem}.pub-featured-title{font-family:var(--heading-font);font-weight:600;color:var(--text-strong);font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.16;margin:.2rem 0 .5rem;text-wrap:balance}.pub-featured .pub-meta{margin-bottom:0}.pub-featured-excerpt{color:var(--text-body);font-size:1.05rem;line-height:1.6;margin:.7rem 0 1.1rem;max-width:64ch}.pub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));grid-gap:1.1rem;gap:1.1rem}.pub-teaser{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:14px;padding:1.3rem 1.4rem;box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pub-teaser:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--border-default);text-decoration:none}.pub-teaser-title{font-family:var(--heading-font);font-weight:600;color:var(--text-strong);font-size:1.18rem;line-height:1.22;margin:.2rem 0 .4rem;text-wrap:balance}.pub-teaser .pub-meta{margin-bottom:0}.pub-teaser-excerpt{color:var(--text-body);font-size:.92rem;line-height:1.55;margin:.55rem 0 0}.pub-teaser .pub-readmore{margin-top:auto;padding-top:.9rem}.pub-article-band{padding-top:2.4rem;padding-bottom:2.4rem}.pub-article{max-width:720px;margin:0 auto}.pub-back{display:inline-block;font:500 .9rem var(--ui-font);margin-bottom:1.3rem}.pub-back,.pub-meta a{color:var(--sig-ink)}.pub-article-title{font-family:var(--heading-font);font-weight:600;color:var(--text-strong);font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.14;letter-spacing:-.01em;margin:.3rem 0 .5rem;text-wrap:balance}.pub-article-body{color:var(--text-body);font-size:1.06rem;line-height:1.72;margin-top:1.2rem}.pub-article-body p{margin:0 0 1rem}.pub-news{background:linear-gradient(180deg,var(--sig-soft),#f4e6c6);border-top:1px solid var(--sig-border);border-bottom:1px solid var(--sig-border);text-align:center}.pub-news-inner{max-width:560px}.pub-news-title{font-family:var(--heading-font);color:var(--navy-800);font-size:clamp(1.5rem,3vw,2rem);margin:0 0 .5rem}.pub-news-sub{color:var(--navy-700);margin:0 auto 1.4rem;max-width:42ch}.pub-news-form{text-align:left;max-width:460px;margin:0 auto}.pub-footer{background:var(--navy-900);color:#9db3cf;padding:2.6rem 1.5rem}.pub-footer-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.pub-footer-wm{font-family:var(--heading-font);color:#fff;font-weight:600}.pub-footer p{margin:.2rem 0;font-size:.85rem;line-height:1.6;color:#9db3cf}.pub-footer a{color:var(--sig)}.pub-footer-rule{height:1px;background:rgba(255,255,255,.1);margin:1.3rem 0}@media (prefers-reduced-motion:reduce){.pub-glow{animation:none;opacity:.82}.pub-brk path{animation:none;stroke-dashoffset:0}.pub-dot{animation:none;transform:none;opacity:1}}@media (max-width:620px){.pub-hero{padding:3.5rem 1.25rem 3rem}.pub-brk{opacity:.4;height:clamp(190px,72%,300px)}.pub-brk-left{left:0}.pub-brk-right{right:0}.pub-band{padding:2.4rem 1.25rem}.pub-card{padding:1.3rem 1.25rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Fallback;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_5afde0{font-family:Archivo,Archivo Fallback;font-style:normal}.__variable_5afde0{--font-display:"Archivo","Archivo Fallback"}