:root{--blue:#0643a5;--deep:#092955;--pink:#f4a1df;--ice:#eef5fc;--muted:#475970;--line:#d4dfed;--white:#fff;--body:#fff;--text:#112f54;--scale:1;--azul:var(--blue);--azul-vivo:var(--blue);--rosa:var(--pink);--borda:var(--line);--texto-suave:var(--muted);--rosa-claro:#fceef9;--raio:12px;color-scheme:light;font-size:calc(100% * var(--scale))}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:2rem;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.65;color:var(--text);background:var(--body)}
img{display:block;max-width:100%;height:auto}
button,input,summary{font:inherit}
button,a,label{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:not-allowed}
a{color:inherit;text-decoration-thickness:2px;text-underline-offset:5px}
a,button,p,h1,h2,h3,li{overflow-wrap:break-word}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.18}
h2{font-size:clamp(2rem,3.3vw,3rem);letter-spacing:-.045em;color:var(--blue)}
h3{font-size:1.5rem;letter-spacing:-.025em;color:var(--blue)}
[hidden]{display:none!important}
:focus-visible{outline:3px solid #a33487;outline-offset:5px}
.wrap{width:min(1240px,calc(100% - 40px));margin-inline:auto}
.section{padding:3.5rem 0}
.eyebrow{font-size:.9375rem;line-height:1.6;font-weight:800;letter-spacing:.08em;color:var(--blue);display:block}
.sr-only,.arquivo-oculto{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;padding:0}
.skip{position:absolute;top:-120px;left:1rem;z-index:100;background:var(--deep);color:#fff;padding:1rem}
.skip:focus{top:1rem}
.icon-definitions{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.ui-icon{display:block;width:1.75rem;height:1.75rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.header{background:var(--white);border-top:6px solid var(--blue);border-bottom:1px solid var(--line)}
.header-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.25rem}
.brand{text-decoration:none;color:var(--blue);font-size:1.9rem;font-weight:900;font-style:italic;letter-spacing:-.065em;line-height:.9}
.brand span{display:block;font-size:1.05rem;letter-spacing:-.035em;margin-top:.3rem}
.header-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem 1rem;width:100%;border-top:1px solid var(--line);padding-top:.7rem}
.header-nav a{display:flex;align-items:center;min-height:48px;text-decoration:none;font-weight:700;font-size:1.125rem;line-height:1.4;color:var(--blue);padding:.5rem 0}
.header-nav a[aria-current]{text-decoration:underline;text-decoration-color:var(--pink);text-decoration-thickness:4px;text-underline-offset:8px}
.header-nav a:hover{text-decoration:underline}
.menu-toggle{display:none;align-items:center;gap:.65rem;min-height:48px;background:var(--ice);color:var(--blue);border:1px solid var(--line);border-radius:8px;padding:.6rem .8rem;font-weight:700;font-size:1rem}
.js .menu-toggle{display:flex}
.js .header-nav:not(.is-open){display:none}
.reading-bar{border-bottom:1px solid var(--line);background:var(--white)}
.reading-inner{display:flex;justify-content:center;align-items:center;gap:1rem;padding-block:.6rem}
.reading-caption{display:none;font-size:1rem;color:var(--muted)}
.reading-controls{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;font-size:1rem}
.reading-controls>span{margin-right:.15rem}
.reading-controls button{font-size:1rem;line-height:1.35;padding:.5rem .65rem;min-width:48px;min-height:48px;background:var(--white);color:var(--blue);border:1px solid var(--line);border-radius:6px;font-weight:700}
.reading-controls button:hover{background:var(--ice)}
.reading-controls button:disabled{opacity:.4}
.reading-controls button[aria-pressed=true]{background:var(--blue);color:var(--white)}
.hero{background:var(--ice);overflow:hidden;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;align-items:end}
.hero-copy{padding-top:2.5rem}
.hero h1{font-size:clamp(2.9rem,12vw,4.5rem);line-height:.98;letter-spacing:-.065em;font-weight:900;color:var(--blue);margin:1.4rem 0 1.7rem;overflow-wrap:normal}
.hero h1 span{position:relative;isolation:isolate;white-space:nowrap}
.hero h1 span:after{content:"";position:absolute;left:0;bottom:0;width:104%;height:22%;background:var(--pink);z-index:-1;transform:rotate(-2deg)}
.intro{font-size:1.25rem;line-height:1.65;max-width:35rem}
.hero-actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin:1.6rem 0 1.5rem}
.button,.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:1.2rem;border:2px solid transparent;border-radius:8px;padding:1rem 1.25rem;min-height:60px;text-decoration:none;font-weight:700;font-size:1.125rem;line-height:1.45;background:var(--blue);color:#fff;cursor:pointer}
.button:hover,.btn-azul:hover{background:var(--deep)}
.text-link{display:inline-flex;align-items:center;gap:.75rem;min-height:48px;color:var(--blue);font-size:1.125rem;font-weight:700;align-self:flex-start}
.portrait{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;min-width:0;width:100%;max-width:600px;margin:0 auto}
.portrait img{position:relative;width:100%;max-width:440px;z-index:-1}
.portrait-disc{position:absolute;width:105%;aspect-ratio:1;max-width:560px;bottom:-15%;left:50%;transform:translateX(-50%);border-radius:50%;background:#cbdff8;z-index:-2}
.signature{position:relative;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:var(--blue);color:#fff;border-left:5px solid var(--pink);width:100%;padding:1.15rem 1.1rem}
.signature strong{display:block;font-size:1.125rem;line-height:1.3}
.signature span{display:block;font-size:1rem;line-height:1.5;margin-top:.3rem}
.signature b{font-size:2.8rem;font-weight:900;font-style:italic;line-height:1;letter-spacing:-.04em;flex-shrink:0}
.numbers{border-bottom:1px solid var(--line);background:var(--white)}
.numbers-grid{display:grid;grid-template-columns:minmax(0,1fr);padding-block:1.2rem}
.numbers-grid>div{display:flex;align-items:center;gap:1.25rem;padding:1.15rem 0}
.numbers-grid>div+div{border-top:1px solid var(--line)}
.numbers b{font-size:2.75rem;letter-spacing:-.055em;line-height:1;font-weight:900;color:var(--blue);min-width:5.5rem}
.numbers span{font-size:1.125rem;line-height:1.45;color:var(--muted)}
.section-heading{display:grid;gap:1.4rem;margin-bottom:2rem}
.section-heading h2{margin-top:.75rem;max-width:23ch}
.section-heading>p{color:var(--muted);font-size:1.25rem;max-width:42rem}
.proposal-grid,.actions-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}
.proposal-preview,.action-card{display:flex;flex-direction:column;align-items:start;border:1px solid var(--line);border-radius:12px;text-decoration:none;background:var(--white);color:var(--text);padding:1.5rem;min-width:0;transition:border-color .15s,background .15s}
.proposal-preview:hover,.action-card:hover{border-color:var(--blue);background:var(--ice)}
.card-icon{width:3.25rem;height:3.25rem;border-radius:.8rem;display:grid;place-items:center;background:var(--ice);color:var(--blue);margin-bottom:1.25rem}
.card-icon .ui-icon{width:1.8rem;height:1.8rem}
.rotulo{font-weight:700;font-size:.9375rem;letter-spacing:.04em;color:var(--blue);margin-bottom:.75rem}
.proposal-preview h3,.action-card h3{margin-bottom:.9rem;font-size:1.5rem;line-height:1.25}
.proposal-preview p,.action-card p{font-size:1.125rem;color:var(--muted);line-height:1.6;margin-bottom:1.25rem}
.card-more{display:flex;justify-content:space-between;gap:1rem;width:100%;padding-top:1.2rem;border-top:1px solid var(--line);margin-top:auto;color:var(--blue);font-size:1rem;font-weight:700}
.program-section>.wrap>.button{margin-top:1.75rem;width:100%}
.bio-section{background:var(--ice);border-block:1px solid var(--line)}
.bio-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem}
.bio-copy h2{margin:1rem 0 1.6rem}
.bio-copy>p{margin-bottom:1.15rem}
.bio-copy .fecho{font-weight:700;color:var(--blue);border-left:4px solid var(--pink);padding-left:1.1rem;margin-top:1.8rem}
.bio-photo{width:100%;max-height:520px;object-fit:cover;border-radius:12px}
.linha-tempo{list-style:none;border-left:2px solid var(--line);padding:0;margin:2rem 0 0 .4rem}
.linha-tempo li{position:relative;padding:0 0 1.75rem 1.35rem}
.linha-tempo li:last-child{padding-bottom:0}
.linha-tempo li:before{content:"";width:12px;height:12px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px var(--ice);position:absolute;left:-7px;top:7px}
.linha-tempo b{display:block;font-size:1rem;font-weight:800;line-height:1.5;color:var(--blue);margin-bottom:.5rem}
.linha-tempo p{font-size:1.125rem;line-height:1.6;color:var(--muted)}
.linha-tempo strong{color:var(--text)}
.game-icon,.game-arrow{flex-shrink:0}
.game-banner{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-top:1.5rem;padding:1.75rem;border:1px solid var(--blue);border-radius:12px;background:var(--blue);color:#fff;text-decoration:none;overflow:hidden}
.game-eyebrow{display:flex;align-items:center;gap:.6rem;color:#fff;font-size:1rem;font-weight:700}
.game-banner h3{color:#fff;font-size:2rem;line-height:1.15;letter-spacing:-.035em;margin:1rem 0 .9rem}
.game-banner p{font-size:1.125rem;color:#e5eefe;max-width:36ch}
.game-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.85rem 1.1rem;min-height:56px;margin-top:1.5rem;border-radius:8px;background:#fff;color:var(--blue);font-size:1.125rem;font-weight:700;width:100%}
.game-banner:hover .game-cta{background:#fceef9}
.game-art{display:none;text-align:center}
.game-art-label,.game-art-caption{font-size:.875rem;font-weight:700;letter-spacing:.08em;color:#fff}
.game-controller{display:block;width:100%;max-width:280px;margin:.5rem auto;transform:rotate(-5deg)}
.photo-callout{background:var(--ice);padding:0 0 3.5rem}
.callout-box{display:flex;flex-direction:column;align-items:start;gap:1.75rem;background:var(--white);border:1px solid var(--line);border-left:5px solid var(--pink);border-radius:12px;padding:1.75rem}
.callout-box h2{margin:.7rem 0 1rem}
.callout-box p:last-child{color:var(--muted);max-width:45rem}
.callout-box .button{width:100%;flex-shrink:0}
.participate{padding-bottom:3rem;background:var(--ice)}
.redirect-page{padding-block:5rem}
.redirect-page h1{margin:1rem 0}
.redirect-page .button{margin-top:2rem}

/* Profile-photo editor: original artwork and controls, with room to read. */
.photo-page{padding-bottom:3.5rem}
.photo-hero{padding:2.5rem 0 2rem;max-width:850px}
.photo-hero h1{font-size:clamp(2.5rem,6vw,4rem);color:var(--blue);letter-spacing:-.055em;line-height:1.1}
.photo-hero p{margin-top:1.25rem;font-size:1.25rem;color:var(--muted);line-height:1.65;max-width:65ch}
.editor{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;align-items:start}
.palco{background:var(--ice);border:1px solid var(--line);border-radius:12px;padding:1rem;min-width:0}
.quadro{position:relative;width:100%;max-width:620px;aspect-ratio:1;margin:auto;border-radius:8px;overflow:hidden;background:var(--white)}
#tela{display:block;width:100%;height:100%;touch-action:none;cursor:grab}
#tela.arrastando{cursor:grabbing}
.vazio{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:1rem;text-align:center;border:2px dashed var(--line);border-radius:8px}
.vazio p{font-size:1.0625rem;line-height:1.55;color:var(--muted);max-width:27ch}
.vazio.sobre{background:var(--rosa-claro);border-color:var(--blue)}
.vazio .btn{justify-content:center}
.dica{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin:.85rem auto 0;max-width:620px}
.dica small{font-size:1rem;color:var(--muted);line-height:1.6;flex:1 1 200px}
.link{border:0;background:transparent;color:var(--blue);text-decoration:underline;text-underline-offset:4px;font-size:1rem;font-weight:700;padding:.6rem 0;min-height:48px}
.link:disabled{color:var(--muted);opacity:.6;text-decoration:none}
.painel{display:flex;flex-direction:column;gap:1rem;min-width:0}
.bloco{padding:1.25rem;border:1px solid var(--line);border-radius:12px;background:var(--white)}
.bloco h2{display:flex;align-items:center;gap:.75rem;font-size:1.375rem;letter-spacing:-.02em;line-height:1.3}
.bloco h2 em{display:grid;place-items:center;flex-shrink:0;width:2.15rem;height:2.15rem;border-radius:.6rem;background:var(--blue);color:#fff;font-size:1rem;font-style:normal}
.bloco>p{margin-top:.8rem;color:var(--muted);font-size:1.125rem;line-height:1.6}
.bloco .btn{width:100%;justify-content:center}
.btn+.btn{margin-top:.75rem}
.btn-linha{background:var(--white);border-color:var(--line);color:var(--blue)}
.btn-linha:hover{border-color:var(--blue);background:var(--ice)}
.btn-rosa{background:var(--blue);color:#fff}
.btn-rosa:hover{background:var(--deep)}
.btn:disabled{background:var(--ice);color:var(--muted);border-color:var(--line)}
.molduras{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:1rem}
.moldura{background:var(--white);border:2px solid var(--line);border-radius:8px;padding:5px;min-width:0;cursor:pointer}
.moldura canvas{display:block;width:100%;height:auto;aspect-ratio:1;border-radius:4px;background:var(--ice)}
.moldura span{display:block;font-size:1rem;font-weight:700;line-height:1.4;color:var(--muted);padding:.6rem 0 .3rem;text-align:center}
.moldura:hover{border-color:var(--blue)}
.moldura[aria-pressed=true]{border-color:var(--blue);box-shadow:0 0 0 2px var(--pink)}
.moldura[aria-pressed=true] span{color:var(--blue)}
.zoom{margin-top:1rem}
.zoom label{display:block;font-size:1.0625rem;font-weight:700;color:var(--text);margin-bottom:.25rem}
input[type=range]{display:block;width:100%;height:48px;margin:0;accent-color:var(--blue)}
input[type=range]:disabled{opacity:.5}
.aviso{display:flex;gap:.75rem;background:var(--ice);border-left:3px solid var(--pink);border-radius:8px;padding:1rem;font-size:1rem;line-height:1.6;color:var(--text)}
.erro{margin-top:1rem;border:1px solid #a33487;border-radius:8px;background:var(--rosa-claro);color:#7b2466;font-size:1rem;line-height:1.5;padding:1rem}

@media(min-width:680px){
 .wrap{width:min(1240px,calc(100% - 64px))}
 .hero-actions{align-items:flex-start}
 .hero h1{font-size:4.75rem}
 .portrait img{max-width:520px}
 .signature{padding:1.35rem 1.6rem}
 .signature b{font-size:3.5rem}
 .numbers-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-block:1.5rem}
 .numbers-grid>div{display:block;padding:.5rem 1rem}
 .numbers-grid>div:first-child{padding-left:0}
 .numbers-grid>div+div{border-top:0;border-left:1px solid var(--line)}
 .numbers b{display:block;margin-bottom:.75rem;font-size:3rem}
 .proposal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .proposal-preview{padding:1.4rem}
 .program-section>.wrap>.button{width:auto}
 .section{padding:4.5rem 0}
 .actions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .action-card{padding:1.4rem}
 .game-banner{grid-template-columns:minmax(0,1fr) 240px;align-items:center;padding:2.5rem}
 .game-art{display:block}
 .game-cta{width:auto}
 .callout-box{padding:2.25rem}
 .callout-box .button{width:auto}
}
@media(min-width:1024px){
 .header-inner{min-height:105px;flex-wrap:nowrap;gap:2rem}
 .js .menu-toggle{display:none}
 .header-nav,.js .header-nav:not(.is-open){display:flex;width:auto;gap:2rem;border:0;padding:0}
 .header-nav a{font-size:1.125rem}
 .reading-inner{justify-content:space-between}
 .reading-caption{display:block}
 .hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:2.5rem}
 .hero-copy{padding:3.75rem 0}
 .hero h1{font-size:clamp(4.5rem,6vw,5.9rem)}
 .hero-actions{margin-bottom:0}
 .hero-actions .button{margin-bottom:.1rem}
 .portrait img{max-width:100%}
 .signature strong{font-size:1.125rem}
 .numbers-grid>div{display:flex;align-items:center;gap:1.5rem;padding:1rem 2rem}
 .numbers b{margin-bottom:0;font-size:3.5rem}
 .section-heading{grid-template-columns:1fr 1fr;align-items:end;gap:3.5rem}
 .bio-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr);gap:4rem}
 .proposal-preview,.action-card{padding:2rem}
 .game-banner{grid-template-columns:minmax(0,1fr) 320px;padding:2.5rem 3rem}
 .game-banner h3{font-size:2.5rem}
 .callout-box{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem;padding:3rem}
 .callout-box>div{max-width:44rem}
 .editor{grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:2rem}
 .palco{position:sticky;top:1.5rem;padding:1.5rem}
 .bloco{padding:1.5rem}
}
html[data-large] .hero-grid,html[data-large] .section-heading,html[data-large] .bio-grid,html[data-large] .editor,html[data-large] .proposal-grid,html[data-large] .actions-grid{grid-template-columns:minmax(0,1fr)}
html[data-large] .hero h1{font-size:clamp(1.2rem,8.5vw,2.8rem)}
html[data-large] .hero .eyebrow{letter-spacing:0;font-size:.8rem}
html[data-large] .header-inner{flex-wrap:wrap}
html[data-large] .header-nav{flex-wrap:wrap}
html[data-large] .signature{flex-wrap:wrap}
html[data-large] .numbers-grid{grid-template-columns:minmax(0,1fr)}
html[data-large] .numbers-grid>div{display:flex;flex-wrap:wrap;padding:1rem 0;border:0}
html[data-large] .numbers-grid>div+div{border-top:1px solid var(--line)}
html[data-large] .callout-box{flex-direction:column;align-items:flex-start}
html[data-large] .callout-box>div{min-width:0;width:100%;max-width:100%}
html[data-large] .game-banner{grid-template-columns:minmax(0,1fr)}
html[data-large] .game-art{display:none}
html[data-large] .palco{position:static}
html[data-large] .molduras{grid-template-columns:minmax(0,1fr)}
html[data-large] .moldura{display:flex;align-items:center;gap:.75rem}
html[data-large] .moldura canvas{width:70px;flex-shrink:0}
html[data-large] .vazio{gap:.5rem;padding:.6rem}
html[data-large] .vazio p{font-size:.85rem}
html[data-large] .vazio .btn{font-size:.9rem;padding:.5rem}
html[data-large] .button{max-width:100%;min-width:0;padding:.75rem;font-size:1rem;overflow-wrap:anywhere}
html[data-large] .button>span[aria-hidden],html[data-large] .button>.ui-icon{display:none}
html[data-large] .text-link{max-width:100%;overflow-wrap:anywhere;flex-wrap:wrap}
html[data-large] .signature{padding:.75rem}
html[data-large] .signature>div{min-width:0;max-width:100%;overflow-wrap:anywhere}
html[data-large] .signature strong{overflow-wrap:anywhere}
html[data-large] .proposal-preview,html[data-large] .action-card,html[data-large] .game-banner,html[data-large] .callout-box{padding:1rem}
html[data-large] .proposal-preview>*,html[data-large] .action-card>*,html[data-large] .game-banner>*{min-width:0;max-width:100%}
html[data-large] .card-more{overflow-wrap:anywhere;gap:.5rem}
html[data-large] .card-more>span[aria-hidden]{display:none}
html[data-large] .game-cta{min-width:0;max-width:100%;padding:.75rem;font-size:1rem;overflow-wrap:anywhere}
html[data-large] .game-cta svg{display:none}
html[data-large] .bloco{padding:.75rem}
html[data-large] .bloco h2{display:block}
html[data-large] .bloco h2 em{display:inline-grid;vertical-align:middle;margin-right:.5rem;margin-bottom:.3rem}
html[data-large] .btn{padding:.75rem .6rem;overflow-wrap:anywhere;min-width:0}
html[data-large] .moldura span{min-width:0;overflow-wrap:anywhere}
html[data-large] .aviso>span:last-child{min-width:0;overflow-wrap:anywhere}
html[data-large] .quadro:has(#tela[hidden]){aspect-ratio:auto}
html[data-large] .quadro:has(#tela[hidden]) .vazio{position:relative;min-height:360px}
html[data-contrast]{--blue:#ffe477;--deep:#292929;--pink:#ffe477;--ice:#161616;--muted:#fff;--line:#aaa;--white:#000;--body:#000;--text:#fff;color-scheme:dark}
html[data-contrast] .button,html[data-contrast] .btn-azul,html[data-contrast] .btn-rosa,html[data-contrast] .signature,html[data-contrast] .bloco h2 em{color:#000}
html[data-contrast] .button:hover,html[data-contrast] .btn-azul:hover,html[data-contrast] .btn-rosa:hover{background:#fff;color:#000}
html[data-contrast] .hero h1 span:after{background:#555}
html[data-contrast] .portrait-disc{background:#292929}
html[data-contrast] .game-banner{background:#161616}
html[data-contrast] .game-cta{background:#ffe477;color:#000}
html[data-contrast] .erro{background:#161616;color:#fff;border-color:#ffe477}
html[data-contrast] :focus-visible{outline-color:#ffe477}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
@media print{.header,.reading-bar,.hero-actions,.campaign-footer,.photo-callout,.participate{display:none}.wrap{width:100%}.section{padding:1rem 0}.bio-grid{display:block}}

/* Compact campaign footer, matching the site's blue and pink identity. */
.campaign-footer{padding:2.5rem 0 1.75rem;background:var(--blue);color:#fff;border-top:0}
.footer-main{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}
.campaign-footer .footer-brand{display:inline-block;color:#fff;font-size:2.1rem;position:relative;padding-bottom:1.1rem}
.campaign-footer .footer-brand span{font-size:1.2rem}
.footer-brand:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:4px;border-radius:2px;background:var(--pink)}
.footer-social ul{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}
.footer-social li{margin:0;padding:0}
.footer-social a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #ffffff66;border-radius:50%;color:#fff;background:transparent;transition:background .15s,color .15s}
.footer-social svg{display:block;width:23px;height:23px;flex-shrink:0}
.footer-social a:hover{background:#fff;color:var(--blue);border-color:#fff}
.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem 1rem;padding:1.2rem 0;margin-top:1.25rem;border-top:1px solid #ffffff40;border-bottom:1px solid #ffffff40}
.footer-links a{display:inline-flex;align-items:center;gap:.5rem;min-height:48px;padding:.5rem 0;text-decoration:none;color:#fff;font-size:1.125rem;font-weight:700;line-height:1.4;justify-self:start}
.footer-links a:hover{text-decoration:underline;text-underline-offset:5px}
.footer-links svg{flex-shrink:0}
.footer-legal{padding-top:1.25rem}
.campaign-footer .footer-legal p{font-size:1rem;line-height:1.65;margin:0;color:#e7effb;max-width:68rem}
.campaign-footer .footer-legal .footer-election{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.4rem}
.footer-election span{padding:0 .25rem;color:var(--pink)}
.campaign-footer a:focus-visible{outline:3px solid var(--pink);outline-offset:5px}
@media(min-width:680px){.footer-main{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 2.25rem;padding:.85rem 0;margin-top:1.75rem}.campaign-footer{padding-top:2.75rem}}
@media(max-width:359px){.footer-social ul{gap:.4rem}.footer-links{gap:.2rem .65rem}.footer-links a{font-size:1.0625rem}}
html[data-large] .footer-main{flex-direction:column;align-items:flex-start}
html[data-large] .footer-links{display:grid;grid-template-columns:minmax(0,1fr)}
html[data-contrast] .campaign-footer{background:#000;color:#fff;border-top:1px solid #ffe477}
html[data-contrast] .campaign-footer a{color:#ffe477}
html[data-contrast] .footer-social a{border-color:#ffe477}
html[data-contrast] .footer-social a:hover{background:#ffe477;color:#000}
html[data-contrast] .footer-brand:after{background:#ffe477}
html[data-contrast] .campaign-footer .footer-legal p{color:#fff}
html[data-contrast] .campaign-footer a:focus-visible{outline-color:#ffe477}
