.pagina-noticias [hidden] { display: none !important; }
.pagina-noticias { background: #181b23; color: #f5f5f5; padding: 48px 0 64px; }
.pagina-noticias * { box-sizing: border-box; }
.pagina-noticias .nf-container { max-width: 1280px; padding: 0 64px; margin: 0 auto; }
.pagina-noticias a { color: inherit; text-decoration: none; }
/* festival.css define a cor de todos os títulos com !important. */
.pagina-noticias h2, .pagina-noticias h3 { color: #f5f5f5 !important; }
.pagina-noticias button, .pagina-noticias input { font: inherit; }
.pagina-noticias a:focus-visible, .pagina-noticias button:focus-visible, .pagina-noticias input:focus-visible { outline: 2px solid #ffe337; outline-offset: 4px; }
.pagina-noticias .nf-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.pagina-noticias h1 { color: #ffe337 !important; font-size: 36px; line-height: 1.2; margin: 0 0 12px; font-weight: 500; }
.pagina-noticias .nf-header p { color: #a4a5aa; font-size: 16px; line-height: 1.5; margin: 0; }
.pagina-noticias .nf-search { display: flex; flex: 0 0 32%; border: 1px solid #776d36; border-radius: 32px; min-width: 0; }
.pagina-noticias .nf-search:focus-within { border-color: #ffe337; box-shadow: 0 0 0 1px #ffe337; }
.pagina-noticias .nf-search input { background: transparent; border: 0; color: #fff; padding: 10px 16px; width: 100%; min-width: 0; border-radius: 32px; font-size: 14px; }
.pagina-noticias .nf-search input:focus { outline: none; box-shadow: none; }
.pagina-noticias .nf-search button { border: 0; background: transparent; color: #ffe337; padding: 0 16px; cursor: pointer; }
.pagina-noticias .nf-featured { display: grid; grid-template-columns: minmax(0, 1.84fr) minmax(0, 1fr); gap: 48px; margin-bottom: 56px; }
.pagina-noticias .nf-hero { border-radius: 16px; overflow: hidden; background: #272b34; min-width: 0; }
.pagina-noticias .nf-hero > a { display: flex; position: relative; min-height: 480px; height: 100%; align-items: flex-end; }
.pagina-noticias .nf-hero img { position: absolute; width: 100%; height: 100%; object-fit: cover; inset: 0; }
.pagina-noticias .nf-hero-copy { position: relative; width: 100%; padding: 100px 28px 24px; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.pagina-noticias .nf-hero h2 { font-size: 28px; line-height: 1.2; font-weight: 700; margin: 12px 0; }
.pagina-noticias time { display: block; color: #a4a5aa; font-size: 12px; line-height: 1.5; }
.pagina-noticias .nf-hero time { color: #ceced0; }
.pagina-noticias .nf-latest h2 { font-size: 24px; line-height: 1.3; margin: 0 0 24px; font-weight: 600; }
.pagina-noticias .nf-latest article + article { border-top: 1px solid #24272f; }
.pagina-noticias .nf-latest-link { display: flex; gap: 16px; align-items: center; padding: 20px 0; }
.pagina-noticias .nf-latest article:first-of-type .nf-latest-link { padding-top: 8px; }
.pagina-noticias .nf-thumb { flex: 0 0 64px; height: 64px; border-radius: 14px; overflow: hidden; background: #272b34; }
.pagina-noticias .nf-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pagina-noticias .nf-latest h3 { font-size: 14px; line-height: 1.4; margin: 0 0 6px; font-weight: 400; }
.pagina-noticias .nf-list-heading { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 48px; }
.pagina-noticias .nf-list-heading h2 { font-size: 24px; margin: 0; line-height: 1.4; font-weight: 500; }
.pagina-noticias .nf-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.pagina-noticias .nf-card-image { display: block; aspect-ratio: 1.7; border-radius: 16px; overflow: hidden; background: #272b34; margin-bottom: 18px; }
.pagina-noticias .nf-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.pagina-noticias .nf-card-image:hover img { transform: scale(1.03); }
.pagina-noticias .nf-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.pagina-noticias .nf-tag { display: inline-block; color: #ffe337; background: #49472a; border: 1px solid #625c30; border-radius: 20px; padding: 3px 10px; font-size: 11px; line-height: 1.2; }
.pagina-noticias button.nf-tag { cursor: pointer; }
.pagina-noticias .nf-tag::before { content: '\2022'; margin-right: 5px; }
.pagina-noticias .nf-card h3 { font-size: 16px; line-height: 1.45; font-weight: 500; margin: 12px 0 6px; }
.pagina-noticias .nf-summary { color: #a4a5aa; font-size: 14px; line-height: 1.6; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pagina-noticias .nf-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 64px; }
.pagina-noticias .nf-pagination button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent; color: #a4a5aa; cursor: pointer; font-size: 14px; }
.pagina-noticias .nf-pagination button:first-child, .pagina-noticias .nf-pagination button:last-child { color: #ffe337; margin: 0 24px; }
.pagina-noticias .nf-pagination button.is-active { background: #ffe337; color: #15171e; }
.pagina-noticias .nf-pagination button:disabled { opacity: .4; cursor: default; }
.pagina-noticias .nf-clear { border: 1px solid #776d36; background: transparent; border-radius: 24px; padding: 8px 16px; color: #ffe337; cursor: pointer; }
.pagina-noticias .nf-status { padding: 40px 0; color: #a4a5aa; }
.pagina-noticias .nf-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
@media (max-width: 991px) {
    .pagina-noticias .nf-container { padding: 0 32px; }
    .pagina-noticias .nf-featured, .pagina-noticias .nf-grid { gap: 24px; }
    .pagina-noticias .nf-hero > a { min-height: 400px; }
    .pagina-noticias .nf-hero h2 { font-size: 24px; }
}
@media (max-width: 767px) {
    .pagina-noticias { background: #0c0e12; padding: 24px 0 40px; }
    .pagina-noticias .nf-container { padding: 0 24px; }
    .pagina-noticias .nf-header { display: block; margin-bottom: 24px; }
    .pagina-noticias h1 { font-size: 26px; margin-bottom: 8px; }
    .pagina-noticias .nf-header p { font-size: 14px; }
    .pagina-noticias .nf-search { margin-top: 20px; }
    .pagina-noticias .nf-featured { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; }
    .pagina-noticias .nf-hero > a { min-height: 350px; }
    .pagina-noticias .nf-hero-copy { padding: 90px 20px 20px; }
    .pagina-noticias .nf-hero h2 { font-size: 22px; }
    .pagina-noticias .nf-latest h2, .pagina-noticias .nf-list-heading h2 { font-size: 22px; }
    .pagina-noticias .nf-latest-link { padding: 14px 0; }
    .pagina-noticias .nf-grid { grid-template-columns: 1fr; gap: 28px; }
    .pagina-noticias .nf-list-heading { margin-bottom: 20px; }
    .pagina-noticias .nf-card-image { margin-bottom: 14px; }
    .pagina-noticias .nf-pagination { gap: 2px; margin-top: 36px; }
    .pagina-noticias .nf-pagination button { width: 36px; height: 36px; }
    .pagina-noticias .nf-pagination button:first-child, .pagina-noticias .nf-pagination button:last-child { margin: 0 4px; }
}

