/**
 * PopShow — Estilos base da fundação (fase 2):
 * reset, tipografia, header inteligente, overlays, bottom bar,
 * rodapé e botão voltar ao topo. Componentes de conteúdo chegam na fase 3.
 */

/* ============ 01 · BASE ============ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Trava a rolagem quando um overlay está aberto. */
html.ps-lock {
	overflow: hidden;
}

body {
	margin: 0;
	background: var(--ps-bg);
	color: var(--ps-text);
	font-family: var(--ps-font-body);
	font-size: var(--ps-body-size);
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	padding-top: var(--ps-header-h);
	transition: background var(--ps-t) var(--ps-ease), color var(--ps-t) var(--ps-ease);
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--ps-link);
	text-decoration: none;
	transition: color var(--ps-t-fast) var(--ps-ease);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--ps-font-head);
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.15;
	margin: 0 0 0.5em;
	color: var(--ps-text);
}

::selection {
	background: var(--ps-volt);
	color: var(--ps-carvao);
}

:focus-visible {
	outline: 2px solid var(--ps-accent);
	outline-offset: 3px;
	border-radius: 4px;
}

body::-webkit-scrollbar {
	width: 12px;
}

body::-webkit-scrollbar-track {
	background: var(--ps-bg);
}

body::-webkit-scrollbar-thumb {
	background: var(--ps-border-strong);
	border-radius: 8px;
	border: 3px solid var(--ps-bg);
}

/* ============ 02 · ACESSIBILIDADE ============ */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: calc(var(--ps-z-overlay) + 1);
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	white-space: normal;
	background: var(--ps-volt);
	color: var(--ps-carvao);
	font-family: var(--ps-font-head);
	font-weight: 700;
	font-size: var(--ps-small);
	padding: 10px 18px;
	border-radius: var(--ps-radius-sm);
}

/* ============ 03 · LAYOUT ============ */
.ps-container {
	max-width: var(--ps-container);
	margin-inline: auto;
	padding-inline: var(--ps-gutter);
}

/* Telas muito largas (>1920px): o container cresce um pouco para não
 * deixar duas faixas enormes de vazio, sem esticar a medida de leitura. */
@media (min-width: 1921px) {
	:root {
		--ps-container: 1440px;
	}
}

/* Reserva de espaço para mídia: evita salto de layout (CLS). */
.ps-card__thumb img,
.ps-card-lista__thumb img,
.ps-secao-ed__thumb img,
.ps-video-card__thumb img {
	background: var(--ps-elevated);
}

.ps-main {
	min-height: 60vh;
	padding-block: var(--ps-section);
}

/* ============ 04 · UTILITÁRIOS DA MARCA ============ */
/* O raio real da logo, recolorível via currentColor (máscara). */
.ps-bolt {
	display: inline-block;
	width: 0.7em;
	height: 1em;
	vertical-align: -0.12em;
	background-color: var(--ps-volt);
	-webkit-mask: url('../img/bolt.png') no-repeat center / contain;
	mask: url('../img/bolt.png') no-repeat center / contain;
}

.ps-watermark {
	position: relative;
	overflow: hidden;
}

.ps-watermark::before {
	content: '';
	position: absolute;
	inset: -10%;
	background-image: url('../img/bolt.png');
	background-size: 48px;
	background-repeat: space;
	opacity: 0.05;
	transform: rotate(-10deg);
	pointer-events: none;
}

/* No light o volt satura demais sobre off-white: marca d'água vira grafite sutil. */
[data-theme='light'] .ps-watermark::before,
[data-theme='light'] .ps-search-overlay::before {
	filter: grayscale(1) brightness(0.35);
	opacity: 0.035;
}

.ps-pill {
	display: inline-block;
	font-family: var(--ps-font-head);
	font-weight: 700;
	font-size: var(--ps-tiny);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ps-text-2);
	border: 1px solid var(--ps-border-strong);
	border-radius: var(--ps-radius-full);
	padding: 7px 14px;
	transition: all var(--ps-t-fast) var(--ps-ease);
}

.ps-pill:hover {
	color: var(--ps-accent);
	border-color: var(--ps-accent);
	transform: translateY(-1px);
}

/* Acentos por editoria.
 * --ed     preenchimento (chip, barra, dot, gradiente, borda)
 * --ed-ink texto sobre a superfície da página (troca com o tema, AA)
 * --ed-on  texto/ícone por cima do preenchimento
 */
[data-ed='musica'] { --ed: var(--ps-ed-musica); --ed-ink: var(--ps-ink-musica); --ed-on: var(--ps-on-musica); --ed-ontitulo: var(--ps-ontitulo-musica); --ed-inkc: var(--ps-inkc-musica); --ed-inkd: var(--ps-inkd-musica); }
[data-ed='filmes'] { --ed: var(--ps-ed-filmes); --ed-ink: var(--ps-ink-filmes); --ed-on: var(--ps-on-filmes); --ed-ontitulo: var(--ps-ontitulo-filmes); --ed-inkc: var(--ps-inkc-filmes); --ed-inkd: var(--ps-inkd-filmes); }
[data-ed='series'] { --ed: var(--ps-ed-series); --ed-ink: var(--ps-ink-series); --ed-on: var(--ps-on-series); --ed-ontitulo: var(--ps-ontitulo-series); --ed-inkc: var(--ps-inkc-series); --ed-inkd: var(--ps-inkd-series); }
[data-ed='noticias'] { --ed: var(--ps-ed-noticias); --ed-ink: var(--ps-ink-noticias); --ed-on: var(--ps-on-noticias); --ed-ontitulo: var(--ps-ontitulo-noticias); --ed-inkc: var(--ps-inkc-noticias); --ed-inkd: var(--ps-inkd-noticias); }
[data-ed='games'] { --ed: var(--ps-ed-games); --ed-ink: var(--ps-ink-games); --ed-on: var(--ps-on-games); --ed-ontitulo: var(--ps-ontitulo-games); --ed-inkc: var(--ps-inkc-games); --ed-inkd: var(--ps-inkd-games); }
[data-ed='esportes'] { --ed: var(--ps-ed-esportes); --ed-ink: var(--ps-ink-esportes); --ed-on: var(--ps-on-esportes); --ed-ontitulo: var(--ps-ontitulo-esportes); --ed-inkc: var(--ps-inkc-esportes); --ed-inkd: var(--ps-inkd-esportes); }

.ps-ed-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ed, var(--ps-accent));
	margin-right: 10px;
	box-shadow: 0 0 8px color-mix(in srgb, var(--ed, var(--ps-accent)) 60%, transparent);
}

/* ============ 05 · BOTÕES ============ */
.ps-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: var(--ps-radius-sm);
	background: transparent;
	color: var(--ps-text);
	cursor: pointer;
	transition: background var(--ps-t-fast) var(--ps-ease), color var(--ps-t-fast) var(--ps-ease), transform var(--ps-t-fast) var(--ps-ease);
}

.ps-icon-btn:hover {
	background: var(--ps-surface);
	color: var(--ps-accent);
}

.ps-icon-btn:active {
	transform: scale(0.92);
}

/* ============ 06 · HEADER ============ */
.ps-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: var(--ps-z-header);
	height: var(--ps-header-h);
	background: var(--ps-header-bg);
	-webkit-backdrop-filter: blur(var(--ps-blur));
	backdrop-filter: blur(var(--ps-blur));
	border-bottom: 1px solid transparent;
	transition: transform var(--ps-t-slow) var(--ps-ease), background var(--ps-t) var(--ps-ease), border-color var(--ps-t) var(--ps-ease);
}

.ps-header.is-scrolled {
	border-bottom-color: var(--ps-border);
}

.ps-header.is-hidden {
	transform: translateY(-100%);
}

.admin-bar .ps-header {
	top: 32px;
}

/* Modos do painel: estático rola com a página; transparente na home. */
.ps-sticky--estatico .ps-header {
	position: absolute;
}

/* Header substituído por template do Elementor: sem compensação de altura. */
.ps-header--builder {
	padding-top: 0;
}

.ps-header-transparente .ps-header:not(.is-scrolled) {
	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

/* Slots de anúncio */
.ps-anuncio {
	display: grid;
	justify-items: center;
	gap: 4px;
	padding: var(--ps-sp-4) var(--ps-gutter);
}

.ps-anuncio--listagem {
	grid-column: 1 / -1;
}

.ps-anuncio__rotulo {
	font-family: var(--ps-font-num);
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ps-text-3);
}

.ps-header__inner {
	display: flex;
	align-items: center;
	gap: var(--ps-sp-4);
	height: 100%;
}

.ps-logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.ps-logo__img {
	height: 40px;
	width: auto;
}

/* A dupla de logos alterna conforme o tema. */
.ps-logo__img--light { display: none; }
[data-theme='light'] .ps-logo__img--dark { display: none; }
[data-theme='light'] .ps-logo__img--light { display: block; }

.ps-nav {
	margin-inline: auto;
}

.ps-nav__list {
	display: flex;
	align-items: center;
	gap: var(--ps-sp-2);
	list-style: none;
	margin: 0;
	padding: 0;
}

.ps-nav__list a {
	display: inline-block;
	position: relative;
	font-family: var(--ps-font-head);
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ps-text-2);
	padding: 10px 12px;
}

.ps-nav__list a::after {
	content: '';
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 4px;
	height: 2px;
	border-radius: 2px;
	background: var(--ed, var(--ps-accent));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--ps-t) var(--ps-ease);
}

.ps-nav__list a:hover,
.ps-nav__list .current-menu-item > a {
	color: var(--ed-ink, var(--ps-text));
}

.ps-nav__list a:hover::after,
.ps-nav__list .current-menu-item > a::after {
	transform: scaleX(1);
}

.ps-header__actions {
	display: flex;
	align-items: center;
	gap: var(--ps-sp-1);
	flex-shrink: 0;
}

/* Toggle de tema: sol no dark (convite ao claro), lua no light. */
.ps-theme-toggle {
	position: relative;
}

.ps-theme-toggle .ps-icon,
.ps-bottombar__tema .ps-icon,
.ps-mobile-panel__tema .ps-icon {
	transition: transform var(--ps-t-slow) var(--ps-ease-pop), opacity var(--ps-t) var(--ps-ease);
}

.ps-theme-toggle .ps-icon--moon {
	position: absolute;
}

[data-theme='dark'] .ps-icon--moon,
[data-theme='light'] .ps-icon--sun {
	opacity: 0;
	transform: rotate(90deg) scale(0.4);
	pointer-events: none;
}

.ps-bottombar__tema .ps-icon--moon,
.ps-mobile-panel__tema .ps-icon--moon {
	position: absolute;
}

.ps-nav-toggle {
	display: none;
}

@media (max-width: 1023px) {
	.ps-nav {
		display: none;
	}

	.ps-nav-toggle {
		display: inline-flex;
	}

	.ps-header__inner {
		justify-content: space-between;
	}

	/* Só a logo DO HEADER é centralizada. Sem o escopo, a do rodapé e a do
	 * painel viravam absolutas e subiam por cima do texto. */
	.ps-header .ps-logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.ps-header .ps-logo__img {
		height: 32px;
	}

	/* No mobile a busca/tema ficam na bottom bar; header enxuto. */
	.ps-search-toggle,
	.ps-theme-toggle {
		display: none;
	}
}

/* ============ 07 · PAINEL MOBILE ============ */
.ps-scrim {
	position: fixed;
	inset: 0;
	z-index: calc(var(--ps-z-panel) - 1);
	background: var(--ps-scrim);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity var(--ps-t-slow) var(--ps-ease);
}

.ps-scrim.is-open {
	opacity: 1;
}

.ps-mobile-panel {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: var(--ps-z-panel);
	width: min(340px, 88vw);
	background: var(--ps-bg);
	border-right: 1px solid var(--ps-border);
	display: flex;
	flex-direction: column;
	padding: var(--ps-sp-4) var(--ps-sp-5) var(--ps-sp-6);
	transform: translateX(-105%);
	transition: transform var(--ps-t-slow) var(--ps-ease);
	overflow-y: auto;
}

.ps-mobile-panel.is-open {
	transform: translateX(0);
	box-shadow: var(--ps-shadow-lg);
}

.ps-mobile-panel__topo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: var(--ps-sp-5);
}

.ps-logo--panel .ps-logo__img {
	height: 30px;
}

.ps-ed-lista {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ps-ed-lista--panel li + li {
	border-top: 1px solid var(--ps-border);
}

.ps-ed-lista--panel a {
	display: flex;
	align-items: center;
	font-family: var(--ps-font-head);
	font-weight: 800;
	font-size: 1.05rem;
	color: var(--ps-text);
	padding: 14px 4px;
	transition: color var(--ps-t-fast) var(--ps-ease), padding-left var(--ps-t-fast) var(--ps-ease);
}

.ps-ed-lista--panel a:hover {
	color: var(--ed-ink, var(--ps-accent));
	padding-left: 10px;
}

.ps-mobile-panel__extra {
	margin-top: auto;
	padding-top: var(--ps-sp-5);
	display: grid;
	gap: var(--ps-sp-4);
}

.ps-mobile-panel__tema {
	display: flex;
	align-items: center;
	gap: var(--ps-sp-3);
	width: 100%;
	border: 1px solid var(--ps-border-strong);
	border-radius: var(--ps-radius-sm);
	background: var(--ps-surface);
	color: var(--ps-text);
	font-family: var(--ps-font-head);
	font-weight: 700;
	font-size: var(--ps-small);
	padding: 12px 16px;
	cursor: pointer;
	position: relative;
}

/* ============ 08 · BUSCA OVERLAY ============ */
.ps-search-overlay {
	position: fixed;
	inset: 0;
	z-index: var(--ps-z-overlay);
	background: var(--ps-bg);
	opacity: 0;
	transition: opacity var(--ps-t-slow) var(--ps-ease);
	overflow-y: auto;
}

.ps-search-overlay::before {
	content: '';
	position: fixed;
	inset: -10%;
	background-image: url('../img/bolt.png');
	background-size: 52px;
	background-repeat: space;
	opacity: 0.04;
	transform: rotate(-10deg);
	pointer-events: none;
}

.ps-search-overlay.is-open {
	opacity: 1;
}

.ps-search-overlay__inner {
	position: relative;
	padding-top: 18vh;
	padding-bottom: var(--ps-sp-8);
}

.ps-search-overlay__fechar {
	position: fixed;
	top: var(--ps-sp-5);
	right: var(--ps-gutter);
	background: var(--ps-surface);
	border: 1px solid var(--ps-border);
}

.ps-search-overlay__kicker {
	font-family: var(--ps-font-num);
	font-size: var(--ps-small);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ps-accent);
	margin: 0 0 var(--ps-sp-4);
}

.ps-search-form {
	display: flex;
	align-items: center;
	gap: var(--ps-sp-3);
	border-bottom: 3px solid var(--ps-accent);
	padding-bottom: var(--ps-sp-3);
	max-width: 720px;
}

.ps-search-form__input {
	flex: 1;
	min-width: 0;
	background: transparent;
	border: 0;
	outline: 0;
	color: var(--ps-text);
	font-family: var(--ps-font-head);
	font-weight: 800;
	font-size: clamp(1.5rem, 4.5vw, 2.6rem);
	letter-spacing: -0.02em;
}

.ps-search-form__input::placeholder {
	color: var(--ps-text-3);
}

.ps-search-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	border: 0;
	border-radius: var(--ps-radius-sm);
	background: var(--ps-accent);
	color: var(--ps-accent-ink);
	cursor: pointer;
	transition: transform var(--ps-t-fast) var(--ps-ease-pop), box-shadow var(--ps-t-fast) var(--ps-ease);
}

.ps-search-form__submit:hover {
	transform: scale(1.06);
	box-shadow: var(--ps-glow);
}

.ps-search-overlay__rapidas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--ps-sp-2);
	margin-top: var(--ps-sp-6);
	max-width: 720px;
}

.ps-search-overlay__rapidas span {
	font-size: var(--ps-small);
	color: var(--ps-text-3);
	margin-right: var(--ps-sp-2);
}

.ps-search-overlay__rapidas .ps-pill:hover {
	color: var(--ed-ink, var(--ps-accent));
	border-color: var(--ed-ink, var(--ps-accent));
}

/* ============ 09 · BOTTOM BAR (mobile) ============ */
.ps-bottombar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: var(--ps-z-bottombar);
	display: none;
	height: calc(var(--ps-bottombar-h) + env(safe-area-inset-bottom));
	padding-bottom: env(safe-area-inset-bottom);
	background: var(--ps-header-bg);
	-webkit-backdrop-filter: blur(var(--ps-blur));
	backdrop-filter: blur(var(--ps-blur));
	border-top: 1px solid var(--ps-border);
}

@media (max-width: 1023px) {
	.ps-bottombar {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	body {
		padding-bottom: calc(var(--ps-bottombar-h) + env(safe-area-inset-bottom));
	}
}

/* Só ícones: os rótulos ficam para leitores de tela. */
.ps-bottombar__item {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: var(--ps-text-3);
	cursor: pointer;
	position: relative;
	transition: color var(--ps-t-fast) var(--ps-ease);
}

.ps-bottombar__item > span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.ps-bottombar__item .ps-icon {
	width: 25px;
	height: 25px;
}

.ps-bottombar__item:hover,
.ps-bottombar__item.is-active {
	color: var(--ps-accent);
}

.ps-bottombar__item.is-active::before {
	content: '';
	position: absolute;
	top: 0;
	width: 22px;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: var(--ps-accent);
}

/* ============ 10 · VOLTAR AO TOPO ============ */
.ps-topo {
	position: fixed;
	right: var(--ps-sp-4);
	bottom: var(--ps-sp-4);
	z-index: var(--ps-z-topo);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: var(--ps-elevated);
	color: var(--ps-text);
	cursor: pointer;
	box-shadow: var(--ps-shadow);
	opacity: 0;
	transform: translateY(16px) scale(0.8);
	pointer-events: none;
	transition: opacity var(--ps-t) var(--ps-ease), transform var(--ps-t) var(--ps-ease-pop), color var(--ps-t-fast) var(--ps-ease);
}

.ps-topo.is-visible {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

.ps-topo:hover {
	color: var(--ps-accent);
	box-shadow: var(--ps-shadow), var(--ps-glow);
}

@media (max-width: 1023px) {
	.ps-topo {
		bottom: calc(var(--ps-bottombar-h) + env(safe-area-inset-bottom) + var(--ps-sp-4));
	}
}

.ps-topo__ring {
	position: absolute;
	inset: 0;
	transform: rotate(-90deg);
}

.ps-topo__track,
.ps-topo__fill {
	fill: none;
	stroke-width: 3;
}

.ps-topo__track {
	stroke: var(--ps-border-strong);
}

.ps-topo__fill {
	stroke: var(--ps-accent);
	stroke-linecap: round;
	stroke-dasharray: 125.66;
	stroke-dashoffset: 125.66;
}

/* ============ 11 · RODAPÉ ============ */
.ps-footer {
	background: var(--ps-surface);
	border-top: 1px solid var(--ps-border);
	margin-top: var(--ps-sp-8);
}

.ps-footer__grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	gap: var(--ps-sp-6);
	padding-block: var(--ps-sp-7);
}

.ps-footer__grid--2 {
	grid-template-columns: 1.6fr 1fr;
}

/* Rail desligado no painel: artigo centrado sozinho. */
.ps-single__corpo--sem-rail {
	grid-template-columns: minmax(0, var(--ps-container-narrow));
}

/* Rodapé compacto no celular: marca em cima, as duas colunas de links
 * lado a lado. Corta quase metade da altura. */
@media (max-width: 767px) {
	.ps-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: var(--ps-sp-4);
		padding-block: var(--ps-sp-5);
	}

	.ps-footer__brand {
		grid-column: 1 / -1;
	}

	.ps-footer__tagline {
		margin: var(--ps-sp-3) 0;
		font-size: var(--ps-tiny);
		max-width: none;
	}

	.ps-footer__titulo {
		margin-bottom: var(--ps-sp-2);
	}

	.ps-ed-lista--footer a,
	.ps-footer__links a {
		padding: 3px 0;
	}
}

.ps-logo--footer .ps-logo__img {
	height: 44px;
}

@media (max-width: 767px) {
	.ps-logo--footer .ps-logo__img {
		height: 34px;
	}
}

.ps-footer__tagline {
	color: var(--ps-text-2);
	font-size: var(--ps-small);
	max-width: 340px;
	margin: var(--ps-sp-4) 0 var(--ps-sp-4);
}

.ps-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: var(--ps-sp-2);
}

.ps-footer__titulo {
	font-size: var(--ps-tiny);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ps-text-3);
	margin-bottom: var(--ps-sp-4);
}

.ps-ed-lista--footer a,
.ps-footer__links a {
	display: inline-flex;
	align-items: center;
	color: var(--ps-text-2);
	font-size: var(--ps-small);
	font-weight: 500;
	padding: 5px 0;
}

.ps-ed-lista--footer a:hover {
	color: var(--ed-ink, var(--ps-accent));
}

.ps-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ps-footer__links a:hover {
	color: var(--ps-accent);
}

.ps-footer__bottom {
	border-top: 1px solid var(--ps-border);
}

.ps-footer__bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--ps-sp-2);
	padding-block: var(--ps-sp-4);
	font-size: var(--ps-tiny);
	color: var(--ps-text-3);
}

.ps-footer__feito .ps-bolt {
	width: 0.65em;
}

/* ============ 12 · LISTAGEM PROVISÓRIA (fase 3 substitui) ============ */
.ps-entries {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: var(--ps-sp-5);
}

.ps-entry {
	background: var(--ps-surface);
	border: 1px solid var(--ps-border);
	border-radius: var(--ps-radius);
	overflow: hidden;
	transition: transform var(--ps-t) var(--ps-ease), box-shadow var(--ps-t) var(--ps-ease);
}

.ps-entry:hover {
	transform: translateY(-4px);
	box-shadow: var(--ps-shadow);
}

.ps-entry__thumb img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.ps-entry__body {
	padding: var(--ps-sp-4) var(--ps-sp-4) var(--ps-sp-5);
}

.ps-entry__title {
	font-size: var(--ps-title-card);
	margin: 0 0 var(--ps-sp-3);
}

.ps-entry__title a {
	color: var(--ps-text);
}

.ps-entry__title a:hover {
	color: var(--ps-accent);
}

.ps-entry__meta {
	font-size: var(--ps-tiny);
	color: var(--ps-text-3);
}

.ps-vazio {
	text-align: center;
	max-width: 460px;
	margin-inline: auto;
	padding-block: var(--ps-sp-8);
}

.ps-vazio__raio {
	width: 42px;
	height: 64px;
	margin-bottom: var(--ps-sp-4);
}

.ps-vazio__titulo {
	font-family: var(--ps-font-display);
	font-size: var(--ps-display-2);
	text-transform: uppercase;
}

/* ============ 13 · MOVIMENTO REDUZIDO ============ */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
