:root{color-scheme:light;--brand:#3c1777;--brand-bright:#5b2a9d;--accent:#f5a623;--accent-dark:#dd9221;--ink:#15131a;--body:#2a2730;--muted:#6b6675;--line:#e7e4ee;--paper:#fff;--paper-2:#f4f3f6;--font-bitter:"Bitter",Georgia,serif;--font-work:"Work Sans",system-ui,sans-serif;--container:1180px;--gap:1.5rem;--radius:6px;--radius-lg:10px;--s1:.5rem;--s2:1rem;--s3:1.5rem;--s4:2.5rem;--s5:4rem;--rule:1px solid var(--line);--col-gap:2.5rem;--header-h:96px;--shadow-anchor:0 2px 8px rgba(60,23,119,.10);--t-lead:clamp(1.9rem,4.5vw,2.8rem);--t-h1:clamp(1.7rem,4vw,2.5rem);--t-sec:clamp(1.05rem,1.8vw,1.3rem);--t-card:1rem;--t-tick:.9rem;--t-deck:clamp(1.05rem,1.6vw,1.2rem);--t-prose:1.0625rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-work);font-size:1rem;line-height:1.65;color:var(--body);background:var(--paper);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-bitter);color:var(--ink);line-height:1.2;font-weight:700}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.container{padding-inline:1.5rem}}@media (min-width:1024px){.container{padding-inline:2rem}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(60,23,119,.15)}.masthead{background:var(--accent);padding:.75rem 0}.masthead .container{display:flex;align-items:center;gap:.75rem}.masthead-link{display:inline-flex;align-items:baseline;gap:.25em;text-decoration:none}.masthead-title{font-family:var(--font-bitter);font-size:clamp(1.4rem,3.5vw,2rem);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.2)}.masthead-title .word-itapeva{opacity:.92}.masthead-title .word-alerta{background:var(--brand);color:#fff;padding:.05em .3em;border-radius:3px;font-style:italic;letter-spacing:.02em}.nav-bar{background:var(--brand);border-top:2px solid rgba(255,255,255,.08)}.category-nav{align-items:center;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.category-nav::-webkit-scrollbar{display:none}.category-nav a{display:inline-block;padding:.55rem 1rem;font-family:var(--font-work);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.88);white-space:nowrap;transition:background .15s,color .15s;border-right:1px solid rgba(255,255,255,.1)}.category-nav a:first-child{border-left:1px solid rgba(255,255,255,.1)}.category-nav a:focus-visible,.category-nav a:hover{background:var(--accent);color:#fff;outline:none}main{min-height:60vh;padding-block:2rem}.home-main{padding-block:0}.home-main>.ad-wrapper:first-child{margin-bottom:0}.section-breaking{background:var(--paper-2);padding-block:1.75rem;border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.section-heading-label{font-family:var(--font-work);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--brand);padding:.3em .75em;border-radius:3px}.section-heading-label.accent{background:var(--accent);color:var(--ink);animation:pulse-alerta 2s ease-in-out infinite}@keyframes pulse-alerta{0%,to{opacity:1}50%{opacity:.72}}.section-heading-rule{flex:1 1;height:1px;background:var(--line)}.breaking-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--gap);gap:var(--gap)}@media (min-width:600px){.breaking-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.breaking-grid{grid-template-columns:repeat(4,1fr)}}.section-latest{padding-block:2rem}.article-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--gap);gap:var(--gap)}@media (min-width:600px){.article-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.article-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1100px){.article-grid{grid-template-columns:repeat(4,1fr)}}.article-card{display:flex;flex-direction:column;background:var(--paper);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);transition:box-shadow .2s,transform .2s}.article-card:hover{box-shadow:0 6px 24px rgba(60,23,119,.12);transform:translateY(-2px)}.article-card-link{display:flex;flex-direction:column;flex:1 1;text-decoration:none;color:inherit}.article-card-image-wrap{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--paper-2)}.article-card-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.article-card:hover .article-card-image-wrap img{transform:scale(1.04)}.article-card-body{padding:.875rem 1rem 1rem;display:flex;flex-direction:column;flex:1 1;gap:.4rem}.article-card-kicker{font-family:var(--font-work);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand)}.article-card-title{font-family:var(--font-bitter);font-size:clamp(.95rem,2vw,1.05rem);font-weight:700;color:var(--ink);line-height:1.3;transition:color .15s}.article-card:hover .article-card-title{color:var(--brand-bright);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-card-excerpt{font-size:.875rem;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:.2rem}.article-page{padding-block:0}.article-page-inner{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;padding-block:2rem}@media (min-width:900px){.article-page-inner{grid-template-columns:minmax(0,1fr) 320px;gap:3rem;align-items:start}.aside-sticky{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 12px)}}.article-full{min-width:0}.article-full-kicker{display:inline-block;font-family:var(--font-work);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);border-bottom:2px solid var(--brand);padding-bottom:.1em;margin-bottom:.75rem;text-decoration:none;transition:color .15s}.article-full-kicker:hover{color:var(--brand-bright)}.article-full-title{font-family:var(--font-bitter);font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;color:var(--ink);line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem}.article-full-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .5rem;font-family:var(--font-work);font-size:.82rem;color:var(--muted);padding-bottom:1.25rem;border-bottom:1px solid var(--line);margin-bottom:1.5rem}.article-full-meta a{color:var(--brand);font-weight:600;text-decoration:none}.article-full-meta a:hover{text-decoration:underline}.article-full-cover{margin-bottom:2rem;max-height:480px}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.article-tag{font-family:var(--font-work);font-size:.75rem;font-weight:600;color:var(--brand);background:rgba(60,23,119,.07);padding:.25em .7em;border-radius:2rem;text-decoration:none;transition:background .15s,color .15s}.article-tag:hover{background:var(--brand);color:#fff}.article-aside{display:flex;flex-direction:column;gap:1.5rem}.aside-heading{font-family:var(--font-bitter);font-size:1rem;font-weight:700;color:#fff;background:var(--brand);padding:.6rem 1rem;border-radius:var(--radius) var(--radius) 0 0;margin-bottom:0}.aside-related{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.aside-related-inner{padding:.75rem}.aside-related .article-grid{grid-template-columns:1fr;gap:.75rem}.aside-related .article-card{flex-direction:row;align-items:stretch}.aside-related .article-card-link{flex-direction:row}.aside-related .article-card-image-wrap{flex:0 0 90px;aspect-ratio:1/1;min-height:70px}.aside-related .article-card-body{padding:.5rem .75rem;gap:.2rem}.aside-related .article-card-title{font-size:.85rem;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.aside-related .article-card-excerpt{display:none}.archive-page{padding-block:2rem}.archive-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid var(--brand)}.archive-eyebrow{font-family:var(--font-work);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.archive-title{font-family:var(--font-bitter);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;color:var(--ink);line-height:1.2}.static-page{padding-block:2rem}.static-page-title{font-family:var(--font-bitter);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;color:var(--ink);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px solid var(--brand)}.prose{font-family:var(--font-work);font-size:1.0625rem;line-height:1.75;color:var(--body);max-width:72ch}.prose p{margin-bottom:1.3em}.prose h2{font-size:1.45rem;margin-top:2em;margin-bottom:.6em;padding-bottom:.3em;border-bottom:2px solid var(--line)}.prose h2,.prose h3{font-family:var(--font-bitter);font-weight:700;color:var(--ink)}.prose h3{font-size:1.2rem;margin-top:1.75em;margin-bottom:.5em}.prose h4{font-family:var(--font-bitter);font-size:1.05rem;font-weight:700;color:var(--ink);margin-top:1.5em;margin-bottom:.4em}.prose a{color:var(--brand);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s}.prose a:hover{color:var(--brand-bright)}.prose strong{font-weight:700;color:var(--ink)}.prose em{font-style:italic}.prose ol,.prose ul{padding-left:1.5em;margin-bottom:1.3em}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-bottom:.4em}.prose blockquote{margin:1.75em 0;padding:1rem 1.25rem;border-left:4px solid var(--brand);background:rgba(60,23,119,.04);border-radius:0 var(--radius) var(--radius) 0;color:var(--ink);font-style:italic}.prose blockquote p{margin-bottom:0}.prose img{max-width:100%;height:auto;border-radius:var(--radius-lg);margin-block:1.75em;box-shadow:0 2px 12px rgba(0,0,0,.08)}.prose hr{border:none;border-top:2px solid var(--line);margin-block:2em}.prose pre{background:var(--ink);color:#e8e4ff;padding:1.2em 1.5em;border-radius:var(--radius);overflow-x:auto;font-size:.875rem;line-height:1.6;margin-bottom:1.3em}.prose code{background:rgba(60,23,119,.08);color:var(--brand-bright);padding:.1em .4em;border-radius:3px;font-size:.875em;font-family:ui-monospace,Cascadia Code,monospace}.prose pre code{background:none;color:inherit;padding:0;font-size:inherit}.ad-wrapper{display:block;text-align:center}.ad-wrapper-inner{display:inline-block;position:relative;max-width:100%}.ad-label{font-family:var(--font-work);font-size:.6rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem;text-align:center}.ad-label,.ad-wrapper a{display:block}.ad-wrapper img{max-width:100%;height:auto;border-radius:var(--radius)}.ad-frame{position:relative;width:100%;margin-inline:auto}.ad-frame img,.ad-frame>a{display:block;width:100%;height:100%}.ad-frame img{object-fit:contain;border-radius:var(--radius)}.ad-home-top{padding-block:1rem;background:var(--paper-2);border-bottom:1px solid var(--line)}.ad-home-mid{padding-block:1.25rem}.site-footer{background:var(--brand);color:rgba(255,255,255,.75);padding-block:2rem;margin-top:3rem;border-top:4px solid var(--accent)}.site-footer .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-brand{font-family:var(--font-bitter);font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:-.01em}.site-footer small{font-family:var(--font-work);font-size:.8rem;color:rgba(255,255,255,.6)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.comments{margin-top:2.5rem;padding-top:2rem;border-top:2px solid var(--line)}.comments>h2{font-family:var(--font-bitter);color:var(--ink);margin-bottom:1rem}.comments-empty,.comments-loading{color:var(--muted)}.comment-list{list-style:none;padding:0;margin:0 0 2rem;display:grid;grid-gap:1rem;gap:1rem}.comment{background:var(--paper-2);border-radius:8px;padding:.9rem 1.1rem}.comment-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.35rem}.comment-head strong{color:var(--ink)}.comment-head time{color:var(--muted);font-size:.8rem}.comment p{margin:0;color:var(--body)}.comment-form{display:grid;grid-gap:.9rem;gap:.9rem;max-width:560px}.field{display:grid;grid-gap:.3rem;gap:.3rem}.field label{font-size:.85rem;font-weight:600;color:var(--ink)}.field input,.field select,.field textarea{font:inherit;padding:.6rem .7rem;border:1px solid var(--line);border-radius:6px;background:var(--paper);color:var(--body)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--brand);outline-offset:1px;border-color:var(--brand)}.field-error{color:#b3261e;font-size:.8rem}.comment-form button,.submission-form button{justify-self:start;font:inherit;font-weight:700;color:#fff;background:var(--brand);border:0;border-radius:6px;padding:.65rem 1.4rem;cursor:pointer}.comment-form button:hover,.submission-form button:hover{background:var(--brand-bright)}.comment-form button:disabled,.submission-form button:disabled{opacity:.6;cursor:default}.form-ok{color:var(--brand);font-weight:600}.form-error{color:#b3261e}.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.masthead-colabore{margin-left:auto;font-family:var(--font-work);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);background:#fff;padding:.3em .85em;border-radius:3px;text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}.masthead-colabore:hover{background:var(--brand);color:#fff}.footer-nav{display:flex;gap:1rem}.footer-nav a{font-family:var(--font-work);font-size:.82rem;font-weight:600;color:rgba(255,255,255,.85);text-decoration:none;transition:color .15s}.footer-nav a:hover{color:var(--accent);text-decoration:underline}.page{padding-block:2.5rem 3rem}.page-head{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:3px solid var(--brand);max-width:720px}.page-head h1{font-family:var(--font-bitter);font-size:clamp(1.6rem,4vw,2.25rem);font-weight:800;color:var(--ink);line-height:1.15;margin-bottom:.75rem}.eyebrow{font-family:var(--font-work);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem}.page-lede{line-height:1.6}.submission-form{display:grid;grid-gap:1rem;gap:1rem;max-width:620px}.uploader{display:grid;grid-gap:.4rem;gap:.4rem}.uploader-list{list-style:none;padding:0;margin:.3rem 0 0;display:grid;grid-gap:.3rem;gap:.3rem}.uploader-list li{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:var(--paper-2);border-radius:6px;padding:.3rem .6rem;font-size:.85rem}.uploader-list button{font:inherit;font-size:.8rem;color:var(--brand);background:none;border:0;cursor:pointer;text-decoration:underline}.masthead-actions{display:flex;align-items:center;gap:16px}.masthead-search{display:inline-flex;align-items:center;color:var(--brand);opacity:.9}.masthead-search:hover{opacity:1}.search-page{padding:32px 0 64px}.search-form{display:flex;gap:8px;margin:16px 0 28px;max-width:640px}.search-input{flex:1 1;padding:12px 14px;font-family:var(--font-work);font-size:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.search-input:focus{outline:2px solid var(--brand);outline-offset:1px;border-color:var(--brand)}.search-submit{padding:12px 20px;font-family:var(--font-work);font-weight:600;color:#fff;background:var(--brand);border:none;border-radius:8px;cursor:pointer}.search-submit:hover{background:var(--brand-bright)}.search-count,.search-empty,.search-hint{font-family:var(--font-work);color:var(--muted);margin:8px 0 20px}.kicker{font-family:var(--font-work);font-weight:700;font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;color:var(--brand);border-left:3px solid var(--brand);padding-left:.5rem;display:inline-block;text-decoration:none}.kicker--quente{color:var(--accent-dark);border-left-color:var(--accent-dark)}.ts-time{font-family:var(--font-work);font-weight:600;font-size:.78rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ts-time--recente{color:var(--accent-dark)}.meta{font-family:var(--font-work);font-weight:500;font-size:.8rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border-top:3px solid var(--brand);padding-top:.5rem;margin:var(--s4) 0 var(--s2)}.section-head h2{font-family:var(--font-bitter);font-weight:700;font-size:var(--t-sec);color:var(--ink);margin:0}.section-head a{font-family:var(--font-work);font-weight:600;font-size:.8rem;color:var(--brand);text-decoration:none}hr.rule{border:0;border-top:var(--rule);margin:var(--s3) 0}@media (prefers-reduced-motion:no-preference){.reveal{animation:fade-rise .4s ease both}@keyframes fade-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}.card-h{display:grid;grid-template-columns:120px 1fr;grid-gap:.9rem;gap:.9rem;align-items:start;padding:.7rem 0;border-bottom:var(--rule)}.card-h-thumb img{width:120px;height:80px;object-fit:cover;border-radius:var(--radius);display:block}.card-h-body{min-width:0}.card-h-title{font-family:var(--font-bitter);font-weight:700;font-size:var(--t-card);line-height:1.28;margin:.3rem 0 0}.article-card--flat{box-shadow:none;border:0;border-bottom:var(--rule);border-radius:0;padding-bottom:.9rem;background:transparent}.article-card-title a,.card-h-title a,.lead-hero-title a{color:var(--ink);text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:0 1.5px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .25s ease,color .15s}.article-card-title a:hover,.card-h-title a:hover,.lead-hero-title a:hover{color:var(--brand-bright);background-size:100% 1.5px}@media (max-width:600px){.card-h{grid-template-columns:96px 1fr}.card-h-thumb img{width:96px;height:64px}}.tick-list{list-style:none;margin:0;padding:0}.tick{display:grid;grid-template-columns:auto auto 1fr;align-items:center;grid-gap:.5rem;gap:.5rem;min-height:44px;padding:.55rem 0;border-bottom:var(--rule);transition:background .15s,padding-left .15s}.tick:hover{background:color-mix(in srgb,var(--brand) 4%,transparent);padding-left:.4rem;box-shadow:inset 2px 0 0 var(--accent)}.tick-time{font-family:var(--font-work);font-weight:600;font-size:.78rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tick-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:pulse-alerta 2s infinite}.tick-title{font-family:var(--font-work);font-weight:600;font-size:var(--t-tick);line-height:1.3;color:var(--ink);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tick-title:hover{color:var(--brand-bright)}.rank-list{list-style:none;margin:0;padding:0}.rank{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.7rem;gap:.7rem;align-items:start;padding:.6rem 0;border-bottom:var(--rule)}.rank-num{font-weight:800;font-size:1.5rem;line-height:1;color:var(--accent)}.rank-num,.rank-title{font-family:var(--font-bitter)}.rank-title{font-weight:700;font-size:var(--t-card);line-height:1.25;color:var(--ink);text-decoration:none}.rank-title:hover{color:var(--brand-bright)}.rank-views{font-family:var(--font-work);font-size:.72rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;align-self:center}.city-block{background:var(--paper);border:var(--rule);border-radius:var(--radius-lg);box-shadow:var(--shadow-anchor);padding:.9rem 1rem}.city-block-head{display:block;font-family:var(--font-bitter);font-weight:700;font-size:1.05rem;color:var(--ink);text-decoration:none;border-left:3px solid var(--brand);padding-left:.5rem;margin-bottom:.5rem}.city-block-list{list-style:none;margin:0;padding:0}.city-block-list li{display:flex;flex-direction:column;gap:.15rem;padding:.45rem 0;border-bottom:var(--rule)}.city-block-list li:last-child{border-bottom:0}.city-block-list a{font-family:var(--font-work);font-weight:600;font-size:.88rem;line-height:1.3;color:var(--ink);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.city-block-list a:hover{color:var(--brand-bright)}.city-block-all{display:inline-block;margin-top:.5rem;font-family:var(--font-work);font-weight:600;font-size:.78rem;color:var(--brand);text-decoration:none}.urgent-bar{display:flex;align-items:center;gap:.6rem;background:var(--paper-2);border-left:4px solid var(--accent);padding:.55rem .9rem;margin:var(--s2) 0}.urgent-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse-alerta 2s infinite;flex:none}.urgent-label{font-family:var(--font-work);font-weight:800;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-dark);flex:none}.urgent-title{font-family:var(--font-bitter);font-weight:700;color:var(--ink);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.urgent-title:hover{color:var(--brand-bright)}.urgent-cat,.urgent-cta{font-family:var(--font-work);font-size:.75rem;color:var(--muted);flex:none}.urgent-cta{color:var(--brand);font-weight:600}@media (max-width:600px){.urgent-cat{display:none}}.ad-reserve{display:flex;flex-direction:column;align-items:center}.lead-hero{margin-bottom:var(--s2)}.lead-hero-eyebrow{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.lead-hero-cover{display:block;overflow:hidden;border-radius:var(--radius-lg)}.lead-hero-cover img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform .5s ease}.lead-hero-cover:hover img{transform:scale(1.03)}.lead-hero-title{font-family:var(--font-bitter);font-weight:800;font-size:var(--t-lead);line-height:1.08;letter-spacing:-.02em;margin:.6rem 0 .4rem;max-width:22ch}.lead-hero-deck{font-size:var(--t-deck);line-height:1.5;margin:0;max-width:62ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lead-hero-deck,.meta-time{font-family:var(--font-work);color:var(--muted)}.meta-time{font-weight:600;font-size:.74rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.article-card-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.article-card--nocover.article-card--flat{border-left:3px solid var(--brand);padding-left:.85rem}.article-card--nocover .article-card-body{padding-top:.15rem}.article-card--nocover .article-card-title{font-family:var(--font-bitter);font-size:clamp(1.02rem,2.2vw,1.18rem);line-height:1.25}.reading-progress{position:fixed;top:0;left:0;height:2px;background:var(--accent);z-index:60;transition:width .1s linear}.article-share{display:flex;flex-wrap:wrap;gap:.5rem;margin:.8rem 0;font-family:var(--font-work);font-size:.8rem;font-weight:600}.article-share a,.article-share button{padding:.35rem .7rem;border:var(--rule);border-radius:var(--radius);background:var(--paper);color:var(--brand);cursor:pointer;text-decoration:none;line-height:1}.article-share a:hover,.article-share button:hover{background:var(--paper-2)}.home>.container{padding-top:var(--s2)}.home-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--s3);gap:var(--s3)}.home-main-col{min-width:0}.home-secundarias{display:grid;grid-template-columns:1fr;grid-gap:var(--s2);gap:var(--s2);margin-top:var(--s2)}@media (min-width:600px){.home-secundarias{grid-template-columns:1fr 1fr;column-gap:var(--col-gap)}}.city-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--s3);gap:var(--s3)}.home-two-col{display:grid;grid-template-columns:1fr;grid-gap:var(--s4);gap:var(--s4);margin:var(--s4) 0}@media (min-width:900px){.home-grid{grid-template-columns:8fr 4fr;gap:var(--col-gap);align-items:start}.trilha-sticky{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 12px)}.home-two-col{grid-template-columns:1.4fr 1fr;gap:var(--col-gap)}}@media (min-width:1100px){.city-grid{grid-template-columns:repeat(4,1fr)}}.prose--dropcap>div:first-child>p:first-child:first-letter{font-family:var(--font-bitter);font-weight:800;color:var(--brand);float:left;font-size:3.1rem;line-height:.85;padding:.1rem .5rem .1rem 0}.article-deck{font-family:var(--font-work);font-size:var(--t-deck);color:var(--muted);line-height:1.5;margin:.25rem 0 .9rem}.article-full-cover{width:100%;height:auto;aspect-ratio:16/9;max-height:none;object-fit:cover;border-radius:var(--radius-lg);margin:.4rem 0 1.5rem;display:block}.article-more,.aside-block{margin-top:var(--s3)}@media (max-width:600px){.article-full-cover{border-radius:0;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);max-width:none}}:root{--live:#e03131}.masthead{padding:.5rem 0}.masthead-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;min-width:0}.logo-mark{flex:none;width:40px;height:40px}.logo-word{display:inline-flex;align-items:baseline;gap:.3rem;white-space:nowrap}.logo-itapeva{color:var(--ink);letter-spacing:-.01em}.logo-alerta,.logo-itapeva{font-family:var(--font-bitter);font-weight:800;font-size:clamp(1.15rem,2.6vw,1.6rem)}.logo-alerta{font-style:italic;color:#fff;background:var(--accent-dark);padding:0 .28em;border-radius:4px}.utility-island{display:none;align-items:center;gap:.35rem;background:var(--paper);border-radius:999px;padding:.3rem .35rem .3rem .7rem;box-shadow:0 1px 5px rgba(60,23,119,.14)}.util-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:var(--brand);transition:background .15s}.util-icon:hover{background:var(--paper-2)}.util-colabore{font-family:var(--font-work);font-weight:700;font-size:.8rem;color:#fff;background:var(--brand);padding:.5rem .95rem;border-radius:999px;transition:background .15s}.util-colabore:hover{background:var(--brand-bright)}.live-radio{gap:.5rem;padding-right:.2rem}.live-btn,.live-radio{display:inline-flex;align-items:center}.live-btn{flex:none;width:36px;height:36px;border-radius:50%;border:none;background:var(--brand);color:#fff;justify-content:center;cursor:pointer;transition:background .15s}.live-btn:hover{background:var(--brand-bright)}.live-btn[aria-disabled=true]{background:var(--muted);cursor:default}.live-meta{display:inline-flex;flex-direction:column;line-height:1.15}.live-badge{display:inline-flex;align-items:center;gap:.3rem;font-weight:800;font-size:.6rem;letter-spacing:.09em;color:var(--live)}.live-badge,.live-name{font-family:var(--font-work)}.live-name{font-weight:600;font-size:.72rem;color:var(--ink);white-space:nowrap}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--live);flex:none}.live-dot--solo{margin-left:-.15rem}.live-radio.is-playing .live-dot{animation:pulse-alerta 1.4s infinite}.live-radio.is-error .live-badge{color:var(--muted)}.live-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.masthead-mobile{display:inline-flex;align-items:center;gap:.15rem}.hdr-burger,.masthead-mobile .util-icon{color:var(--brand)}.hdr-burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer}.drawer-overlay{position:fixed;inset:0;background:rgba(21,19,26,.45);z-index:200;display:flex;justify-content:flex-end}.drawer{width:min(86vw,340px);height:100%;background:var(--paper);padding:1rem 1.1rem 2rem;overflow-y:auto;box-shadow:-8px 0 24px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:.25rem}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.drawer-title{font-family:var(--font-bitter);font-weight:700;font-size:1.1rem;color:var(--ink)}.drawer-close{border:none;background:transparent;color:var(--ink);cursor:pointer;padding:.25rem}.drawer-cta{display:block;text-align:center;font-family:var(--font-work);font-weight:700;font-size:.9rem;color:#fff;background:var(--brand);border-radius:8px;padding:.7rem;margin:.25rem 0 .75rem}.drawer-links{display:flex;flex-direction:column}.drawer-links a{font-family:var(--font-work);font-weight:600;font-size:.92rem;color:var(--ink);padding:.7rem .25rem;border-bottom:var(--rule)}.drawer-section{font-family:var(--font-work);font-weight:700;font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:1rem .25rem .25rem}.drawer-cats{display:flex;flex-direction:column}.drawer-cats a{font-family:var(--font-work);font-size:.88rem;color:var(--ink);padding:.55rem .25rem;border-bottom:var(--rule)}.drawer-cats a:hover,.drawer-links a:hover{color:var(--brand-bright)}@media (min-width:900px){.masthead-mobile{display:none}.utility-island{display:inline-flex}}@media (min-width:900px) and (max-width:1100px){.live-name{display:none}}@media (prefers-reduced-motion:reduce){.live-radio.is-playing .live-dot{animation:none}.live-spinner{animation-duration:1.6s}}.logo-img{height:48px;width:auto;display:block}@media (max-width:900px){.logo-img{height:38px}}.category-nav{display:flex;align-items:stretch;gap:0;overflow:visible}.cat-cidades{position:relative;flex:none}.cat-cidades-btn{display:inline-flex;align-items:center;gap:.35rem;height:100%;padding:.6rem 1rem;font-family:var(--font-work);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.14);border:0;cursor:pointer;white-space:nowrap}.cat-cidades-btn:hover,.cat-cidades-btn[aria-expanded=true]{background:var(--accent);color:var(--ink)}.cat-dropdown{position:absolute;top:100%;left:0;z-index:120;background:var(--paper);border:var(--rule);border-top:0;border-radius:0 0 var(--radius) var(--radius);box-shadow:0 14px 30px rgba(60,23,119,.2);padding:.55rem;width:min(92vw,640px);max-height:72vh;overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.05rem .35rem;gap:.05rem .35rem}.cat-dropdown a{display:block;padding:.45rem .55rem;font-family:var(--font-work);font-size:.82rem;font-weight:500;color:var(--ink);text-transform:none;letter-spacing:0;border:0;border-radius:5px}.cat-dropdown a:hover{background:var(--paper-2);color:var(--brand-bright)}.cat-sections{display:flex;align-items:stretch;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1 1;min-width:0;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),transparent)}.cat-sections::-webkit-scrollbar{display:none}.cat-sections a{display:inline-flex;align-items:center;padding:.6rem 1rem;font-family:var(--font-work);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.92);white-space:nowrap;transition:background .15s,color .15s}.cat-sections a:focus-visible,.cat-sections a:hover{background:var(--accent);color:var(--ink);outline:none}@media (max-width:640px){.cat-dropdown{grid-template-columns:repeat(2,1fr);width:94vw}}.masthead-utils{display:none;align-items:center;gap:.85rem}.live-pill{display:inline-flex;align-items:center;background:var(--paper);border-radius:999px;padding:.28rem .85rem .28rem .3rem;box-shadow:0 1px 5px rgba(60,23,119,.16)}.utils-sep{width:1px;height:28px;background:rgba(21,19,26,.18);flex:none}.util-link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-work);font-weight:700;font-size:.8rem;color:var(--ink);padding:.4rem .35rem;border-radius:6px}.util-link svg{color:var(--brand);flex:none}.util-link:hover,.util-link:hover svg{color:var(--brand-bright)}@media (min-width:900px){.masthead-utils{display:flex}}.podcast-page{padding:32px 0 64px}.page-lede{font-family:var(--font-work);font-size:1.05rem;color:var(--muted);line-height:1.5;margin-top:.5rem;max-width:60ch}.podcast-layout{display:grid;grid-template-columns:1fr;grid-gap:var(--s4);gap:var(--s4);margin-top:var(--s3)}.podcast-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--radius-lg);overflow:hidden}.podcast-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.podcast-frame--solo{max-width:900px}.podcast-now{font-family:var(--font-bitter);font-weight:700;font-size:var(--t-sec);color:var(--ink);line-height:1.25;margin-top:.9rem}.podcast-aside-head{font-family:var(--font-work);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--brand);border-top:3px solid var(--brand);padding-top:.5rem;margin-bottom:.25rem}.podcast-list{list-style:none;margin:0;padding:0}.podcast-item{display:grid;grid-template-columns:120px 1fr;grid-gap:.7rem;gap:.7rem;width:100%;text-align:left;background:none;border:0;border-bottom:var(--rule);padding:.6rem 0;cursor:pointer}.podcast-item:hover{background:color-mix(in srgb,var(--brand) 4%,transparent)}.podcast-item.is-current{background:color-mix(in srgb,var(--brand) 7%,transparent)}.podcast-thumb{position:relative;flex:none}.podcast-thumb img{width:120px;height:68px;object-fit:cover;border-radius:var(--radius);display:block;background:var(--paper-2)}.podcast-thumb-now{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;background:rgba(60,23,119,.45);border-radius:var(--radius)}.podcast-item-body{min-width:0;display:flex;flex-direction:column;gap:.2rem}.podcast-item-title{font-family:var(--font-work);font-weight:600;font-size:.85rem;line-height:1.3;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast-item.is-current .podcast-item-title{color:var(--brand)}.podcast-item-date{font-family:var(--font-work);font-size:.72rem;color:var(--muted)}@media (min-width:980px){.podcast-layout{grid-template-columns:minmax(0,1fr) 360px;gap:2.5rem;align-items:start}.podcast-aside{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 12px)}.podcast-list{max-height:78vh;overflow-y:auto}}.podcast-slot{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;background:var(--paper-2)}.podcast-hero{position:absolute;inset:0;border:0;padding:0;background:var(--paper-2);cursor:pointer}.podcast-hero,.podcast-hero img{display:block;width:100%;height:100%}.podcast-hero img{object-fit:cover;transition:transform .5s ease}.podcast-hero:hover img{transform:scale(1.03)}.podcast-hero-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:rgba(60,23,119,.92);color:#fff;display:flex;align-items:center;justify-content:center;padding-left:4px;box-shadow:0 4px 16px rgba(0,0,0,.35)}.podcast-hero:hover .podcast-hero-play{background:var(--brand-bright)}.podcast-hero-badge{position:absolute;top:.7rem;left:.7rem;font-family:var(--font-work);font-weight:800;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink);background:var(--accent);padding:.25rem .55rem;border-radius:4px}.podcast-hero-hint{font-family:var(--font-work);font-size:.8rem;color:var(--muted);margin-top:.4rem}.pdock{position:fixed;right:1rem;bottom:1rem;z-index:95;width:360px;max-width:calc(100vw - 2rem);background:var(--paper);border-radius:var(--radius-lg);box-shadow:0 12px 40px rgba(21,19,26,.35);overflow:hidden;border:1px solid var(--line)}.pdock-bar{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;background:var(--brand);color:#fff}.pdock-live{width:7px;height:7px;border-radius:50%;background:var(--accent);flex:none}.pdock-title{flex:1 1;min-width:0;font-family:var(--font-work);font-weight:600;font-size:.8rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdock-close{flex:none;border:0;background:transparent;color:#fff;cursor:pointer;display:inline-flex;padding:.2rem;border-radius:4px}.pdock-close:hover{background:rgba(255,255,255,.18)}.pdock-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000}.pdock-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media (max-width:600px){.pdock:not(.is-inline){right:0;left:0;bottom:0;width:100%;max-width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0}}.pdock.is-inline{z-index:40;box-shadow:none;border:0;border-radius:var(--radius-lg);background:#000;max-width:none}.ed-strip{display:grid;grid-template-columns:1fr;grid-gap:var(--gap);gap:var(--gap);align-items:start}.ed-lead{min-width:0}.ed-lead-cover{display:block;overflow:hidden;border-radius:var(--radius-lg);margin:.5rem 0 0}.ed-lead-cover img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform .5s ease}.ed-lead-cover:hover img{transform:scale(1.03)}.ed-lead-title{font-family:var(--font-bitter);font-weight:700;font-size:var(--t-sec);line-height:1.15;letter-spacing:-.01em;color:var(--ink);margin:.55rem 0 .35rem;max-width:26ch}.ed-lead-title a{color:var(--ink);text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:0 1.5px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .25s ease,color .15s}.ed-lead-title a:hover{color:var(--brand-bright);background-size:100% 1.5px}.ed-lead-deck{font-family:var(--font-work);font-size:var(--t-deck);color:var(--muted);line-height:1.5;margin:0;max-width:58ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ed-list{min-width:0}.ed-list .card-h:last-child{border-bottom:0}@media (min-width:900px){.ed-strip{grid-template-columns:1.4fr 1fr}}.city-lead{display:flex;gap:.7rem;align-items:flex-start;padding:0 0 .55rem;margin-bottom:.35rem;border-bottom:var(--rule)}.city-lead-thumb{flex:none;display:block;overflow:hidden;border-radius:var(--radius)}.city-lead-thumb img{width:135px;height:76px;object-fit:cover;display:block;aspect-ratio:16/9;transition:transform .5s ease}.city-lead-thumb:hover img{transform:scale(1.04)}.city-lead-body{min-width:0;display:flex;flex-direction:column;gap:.2rem}.city-lead-title{font-family:var(--font-bitter);font-weight:700;font-size:.98rem;line-height:1.22;margin:0}.city-lead-title a{color:var(--ink);text-decoration:none;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.city-lead-title a:hover{color:var(--brand-bright)}@media (max-width:600px){.city-lead{flex-direction:column;gap:.4rem}.city-lead-thumb{width:100%}.city-lead-thumb img{width:100%;height:auto}}.load-more-wrap{display:flex;justify-content:center;margin-top:var(--s3)}.load-more-btn{min-height:44px;padding:0 var(--s4);font-family:var(--font-work);font-size:.95rem;font-weight:600;color:#fff;background:var(--brand);border:1px solid var(--brand);border-radius:var(--radius);cursor:pointer;transition:background .15s ease,border-color .15s ease}.load-more-btn:hover{background:var(--brand-bright);border-color:var(--brand-bright)}.load-more-btn:focus-visible{outline:2px solid var(--brand-bright);outline-offset:2px}.load-more-all{display:inline-flex;align-items:center;min-height:44px;padding:0 var(--s2);font-family:var(--font-work);font-size:.95rem;font-weight:600;color:var(--brand-bright);text-decoration:none}.load-more-all:hover{text-decoration:underline}@media (max-width:599px){.load-more-all,.load-more-btn{width:100%;justify-content:center;text-align:center}}@font-face{font-family:Bitter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6f3eac45913bf2c2-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:Bitter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bfb7ab7b4b29bade-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Bitter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8093ba80290e17d-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:Bitter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3e8ed84275cb4466-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:Bitter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4563355e0480477b-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:Bitter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6f3eac45913bf2c2-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:Bitter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bfb7ab7b4b29bade-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Bitter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b8093ba80290e17d-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:Bitter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3e8ed84275cb4466-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:Bitter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4563355e0480477b-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:Bitter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6f3eac45913bf2c2-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:Bitter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bfb7ab7b4b29bade-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Bitter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/b8093ba80290e17d-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:Bitter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3e8ed84275cb4466-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:Bitter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4563355e0480477b-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:Bitter Fallback;src:local("Times New Roman");ascent-override:81.69%;descent-override:23.15%;line-gap-override:0.00%;size-adjust:114.46%}.__className_96081a{font-family:Bitter,Bitter Fallback;font-style:normal}.__variable_96081a{--font-bitter:"Bitter","Bitter Fallback"}@font-face{font-family:Work Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-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:Work Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f0a6239bc4153746-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:Work Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c9e6921c7fc300d8-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:Work Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-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:Work Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f0a6239bc4153746-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:Work Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c9e6921c7fc300d8-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:Work Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-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:Work Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f0a6239bc4153746-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:Work Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c9e6921c7fc300d8-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:Work Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10f65c94012f0d89-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:Work Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f0a6239bc4153746-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:Work Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c9e6921c7fc300d8-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:Work Sans Fallback;src:local("Arial");ascent-override:83.09%;descent-override:21.71%;line-gap-override:0.00%;size-adjust:111.93%}.__className_5561b6{font-family:Work Sans,Work Sans Fallback;font-style:normal}.__variable_5561b6{--font-work:"Work Sans","Work Sans Fallback"}