:root{color-scheme:light;--paper:#f6f4ed;--navy:#102731;--ink:#152b34;--muted:#596971;--line:#d5d9d3;--amber:#e9b96e;--rust:#975530}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;line-height:1.5}a{color:inherit;text-underline-offset:4px}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid #b27826;outline-offset:4px}[hidden]{display:none!important}.station-width{width:min(1180px,calc(100% - 48px));margin-inline:auto}.station-header{background:var(--navy);color:var(--paper);border-top:4px solid var(--amber)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px}.brand{font-size:19px;font-weight:800;letter-spacing:.04em;text-decoration:none}.brand span{color:var(--amber)}.city-link{min-height:44px;display:flex;align-items:center;gap:16px;font-size:13px;text-decoration:none}.city-link span{color:var(--amber);font-size:22px}.masthead{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:34px 0 28px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.17em;color:var(--rust);margin:0 0 8px}h1{font:400 clamp(30px,3.4vw,43px)/1.1 Georgia,serif;letter-spacing:-.04em;margin:0 0 9px}h1>span{color:var(--rust)}.intro{font-size:14px;color:var(--muted);margin:0}.channel-links{display:flex;gap:20px;flex-shrink:0}.channel-links>a{display:flex;align-items:center;gap:9px;min-height:55px;font-size:13px;font-weight:700;text-decoration:none}.channel-links small{display:block;font-size:10px;font-weight:400;color:var(--muted);margin-top:3px}.channel-links b{color:var(--rust);font-size:16px;font-weight:400}.channel-icon{color:var(--rust);font-size:23px}.feed-controls{border-top:2px solid var(--navy);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:22px;padding:10px 0}.category-filters{display:flex;gap:4px;min-width:0}.category-filters button{border:0;border-radius:3px;background:transparent;color:var(--muted);padding:10px 12px;min-height:44px;font-size:13px;font-weight:700;white-space:nowrap}.category-filters button[aria-pressed=true]{background:var(--navy);color:white}.category-filters button:hover:not([aria-pressed=true]){background:#e8e8df;color:var(--navy)}#station-search{display:flex;gap:6px;min-width:0;max-width:345px;flex:1}#station-query{width:100%;min-width:0;min-height:44px;padding:10px 12px;border:1px solid #a9b4b2;border-radius:3px;color:var(--ink);background:#fffefb;font-size:16px}#station-search button{border:0;background:var(--amber);color:var(--navy);font-size:12px;font-weight:700;padding:10px 13px;border-radius:3px;min-height:44px;white-space:nowrap}#station-search button span{margin-left:8px}.results-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:20px 0 18px}.results-heading h2{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0}.results-heading p{font-size:12px;color:var(--muted);margin:0;text-align:right}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 28px}.station-article{min-width:0;border-bottom:1px solid var(--line);padding-bottom:24px}.article-link{display:block;text-decoration:none;height:100%}.article-art{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#dcded5;margin-bottom:16px}.article-art img{width:100%;height:100%;object-fit:cover;display:block}.graphic-art{position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 39px,#203c4810 39px 40px),#e5e3d8;display:flex;align-items:end;padding:18px}.graphic-art:before{content:"";width:46%;aspect-ratio:1;border:18px solid #caa56d;border-radius:50%;position:absolute;right:10%;top:-20%;opacity:.65}.graphic-art:after{content:"";width:60%;height:1px;background:var(--navy);position:absolute;left:18px;bottom:45px}.graphic-art span{font-size:10px;letter-spacing:.16em;font-weight:bold;color:#43575d}.article-art[data-category=esportes] .graphic-art:before{border-color:#72938a;border-radius:8%;transform:rotate(35deg)}.article-art[data-category=entretenimento] .graphic-art:before{border-color:#b77a64}.article-art[data-category=receitas] .graphic-art:before{border-color:#d2ad53}.article-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:10px;letter-spacing:.055em;color:var(--muted);margin:0 0 8px}.article-meta strong{color:var(--rust);text-transform:uppercase}.article-title{font-family:Georgia,serif;font-size:23px;font-weight:400;line-height:1.18;letter-spacing:-.02em;margin:0 0 11px;overflow-wrap:anywhere}.article-summary{font-size:13px;line-height:1.65;color:var(--muted);margin:0 0 15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.article-read{font-size:12px;font-weight:700;display:inline-block;min-height:25px}.article-link:hover .article-title{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.station-article:first-child{grid-column:span 2;grid-row:span 2}.station-article:first-child .article-title{font-size:36px;max-width:700px}.station-article:first-child .article-summary{font-size:15px;max-width:630px}.station-article:first-child .article-art{margin-bottom:22px}.pagination{display:flex;align-items:center;justify-content:center;gap:30px;padding:32px 0}.pagination button,.feed-message button{border:1px solid var(--navy);background:transparent;color:var(--navy);border-radius:3px;min-height:44px;padding:10px 18px;font-size:13px;font-weight:700}.pagination span{font-size:12px;color:var(--muted)}.feed-message{padding:48px 20px;text-align:center;background:#eeeee5;border-top:1px solid var(--line);margin-bottom:20px}.feed-message h3{font:400 27px/1.2 Georgia,serif;margin:0 0 12px}.feed-message p{font-size:14px;color:var(--muted);max-width:500px;margin:0 auto 20px}.skeleton{min-height:230px;background:linear-gradient(#e4e5dd 0 160px,transparent 160px 180px,#e4e5dd 180px 196px,transparent 196px 207px,#e4e5dd 207px 218px,transparent 218px)}.skeleton:first-child{grid-column:span 2;min-height:330px;background:linear-gradient(#e4e5dd 0 260px,transparent 260px 280px,#e4e5dd 280px 305px,transparent 305px)}.station-footer-note{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:2px solid var(--navy);padding:26px 0;margin-top:40px}.station-footer-note p{font:400 24px/1.3 Georgia,serif;margin:0}.station-footer-note a{font-size:13px;min-height:44px;display:flex;align-items:center;gap:18px;white-space:nowrap}.page-footer{margin-top:20px;background:var(--navy);color:var(--paper);padding:24px 0}.page-footer>div{display:flex;justify-content:space-between;align-items:center;gap:20px}.page-footer a{font-size:12px;min-height:44px;display:inline-flex;align-items:center}.page-footer>div>a{font-size:19px;text-decoration:none;font-weight:700}.page-footer nav{display:flex;gap:22px}.skip-link{position:fixed;top:-100px;left:12px;background:var(--amber);color:var(--navy);padding:12px;z-index:10}.skip-link:focus{top:8px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.noscript-note{padding:25px;background:#eeeee5}
@media(max-width:1000px){.masthead{align-items:start;gap:22px;flex-direction:column}.channel-links{justify-content:space-between;width:100%;max-width:540px}.feed-controls{align-items:stretch;flex-direction:column;gap:10px}#station-search{max-width:none}.article-grid{gap:24px}.article-title{font-size:21px}.station-article:first-child .article-title{font-size:31px}}
@media(max-width:640px){.station-width{width:calc(100% - 32px)}.header-inner{min-height:62px}.brand{font-size:16px}.city-link{font-size:11px;gap:7px}.masthead{padding:23px 0 17px;gap:17px}h1{font-size:31px}.eyebrow{font-size:9px}.intro{font-size:12px}.channel-links{gap:12px}.channel-links>a{gap:6px;font-size:11px;min-height:44px}.channel-links small{font-size:9px}.channel-links b{display:none}.channel-icon{font-size:21px}.category-filters{overflow-x:auto;padding:3px 0 6px;scrollbar-width:thin;scrollbar-color:#adad9e transparent}.category-filters button{font-size:12px;padding:10px 11px}.feed-controls{padding:5px 0 12px}.results-heading{padding:19px 0 15px;align-items:start}.results-heading h2{font-size:10px;line-height:1.6}.results-heading p{font-size:10px;max-width:45%}.article-grid{grid-template-columns:minmax(0,1fr);gap:24px}.station-article:first-child,.skeleton:first-child{grid-column:auto;grid-row:auto}.station-article:first-child .article-title{font-size:29px}.station-article:first-child .article-summary{font-size:14px}.station-article:first-child .article-art{margin-bottom:17px}.article-title{font-size:26px}.article-summary{font-size:14px}.pagination{gap:16px}.pagination button{padding:10px 13px;font-size:12px}.station-footer-note{margin-top:24px;align-items:start;flex-direction:column;gap:9px}.station-footer-note p{font-size:22px}.page-footer>div{flex-wrap:wrap;gap:6px}.page-footer nav{gap:19px}.feed-message{padding:32px 16px}.feed-message h3{font-size:25px}}
.image-credit{position:absolute;right:8px;bottom:8px;padding:4px 7px;background:var(--paper);color:var(--ink);font-size:10px;line-height:1.4}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
.article-link.text-only{border-top:3px solid var(--ink,#142d35);padding-top:18px}.article-link.text-only .article-title{font-size:clamp(27px,2.6vw,38px)}
