/* ----------------------------------------------------------
   FEVAABA Core — estilos públicos (formulário, status, retorno)
   Integra-se ao tema FEVAABA via variáveis CSS (--fv-*).
---------------------------------------------------------- */

:root {
	--fv-navy:     #0b2545;
	--fv-navy-2:   #13315c;
	--fv-ocean:    #1b6ca8;
	--fv-sun:      #ef6c00;
	--fv-sand:     #f4ead5;
	--fv-paper:    #ffffff;
	--fv-ink:      #0b2545;
	--fv-muted:    #6b7280;
	--fv-line:     #e5e7eb;
	--fv-success:  #2f855a;
	--fv-danger:   #b02a37;
	--fv-warn:     #b26a00;
	--fv-info:     #1b6ca8;
	--fv-radius:   14px;
	--fv-shadow:   0 10px 30px rgba(11,37,69,.08);
}

/* Formulário de filiação
---------------------------------------------------------- */
.fv-form-wrap {
	max-width: 860px;
	margin: 0 auto;
	padding: 32px 0;
}
.fv-form-head {
	margin-bottom: 32px;
	padding: 28px 32px;
	border-radius: var(--fv-radius);
	background: linear-gradient(135deg, var(--fv-navy) 0%, var(--fv-ocean) 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.fv-form-head::after {
	content: '';
	position: absolute;
	inset: auto -40px -40px auto;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(239,108,0,.3), transparent 60%);
	pointer-events: none;
}
.fv-form-kicker {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	opacity: .9;
	margin-bottom: 10px;
}
.fv-form-title {
	font-size: clamp( 28px, 3.5vw, 40px );
	font-weight: 800;
	margin: 0 0 8px;
	line-height: 1.05;
}
.fv-form-sub {
	margin: 0 0 18px;
	opacity: .9;
	max-width: 640px;
	line-height: 1.55;
}
.fv-form-valor {
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	background: rgba(255,255,255,.12);
	padding: 10px 16px;
	border-radius: 999px;
	backdrop-filter: blur(4px);
}
.fv-form-valor span { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; opacity: .8; }
.fv-form-valor strong { font-size: 22px; font-weight: 800; }

.fv-form {
	background: var(--fv-paper);
	padding: 28px;
	border-radius: var(--fv-radius);
	box-shadow: var(--fv-shadow);
	display: grid;
	gap: 22px;
}
.fv-hp { position: absolute; left: -9999px; }

.fv-fieldset { border: 0; padding: 0; margin: 0; }
.fv-fieldset legend {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--fv-ocean);
	font-weight: 700;
	margin-bottom: 12px;
	padding: 0;
}
.fv-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.fv-field { display: flex; flex-direction: column; font-size: 13px; color: var(--fv-muted); gap: 6px; grid-column: span 2; }
.fv-field--span2 { grid-column: span 4; }
.fv-field input,
.fv-field select,
.fv-field textarea {
	padding: 11px 14px;
	border: 1px solid var(--fv-line);
	border-radius: 10px;
	font: inherit;
	color: var(--fv-ink);
	background: #fafbfc;
	transition: border-color .2s, background .2s;
}
.fv-field input:focus,
.fv-field select:focus,
.fv-field textarea:focus {
	outline: none;
	border-color: var(--fv-ocean);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(27,108,168,.12);
}
@media (max-width: 720px) {
	.fv-grid { grid-template-columns: 1fr 1fr; }
	.fv-field { grid-column: span 2; }
}
.fv-note { color: var(--fv-muted); font-size: 13px; margin: 0 0 12px; }
.fv-uploads { display: grid; gap: 10px; }
.fv-upload {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 14px 16px;
	border: 1px dashed var(--fv-line);
	border-radius: 10px;
	background: #fafbfc;
	font-size: 14px;
}
.fv-upload input[type="file"] { font-size: 12px; }

.fv-consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 13px;
	color: var(--fv-muted);
	line-height: 1.5;
}
.fv-consent a { color: var(--fv-ocean); }

.fv-actions { display: flex; justify-content: flex-end; }
.fv-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .2s ease, background .2s;
}
.fv-btn--primary { background: var(--fv-sun); color: #fff; box-shadow: 0 8px 18px rgba(239,108,0,.3); }
.fv-btn--primary:hover { transform: translateY(-1px); box-shadow: 0 12px 22px rgba(239,108,0,.35); }
.fv-btn--ghost { background: transparent; color: var(--fv-navy); border: 1.5px solid var(--fv-navy); }
.fv-btn--ghost:hover { background: var(--fv-navy); color: #fff; }
.fv-btn[disabled] { opacity: .7; cursor: progress; }
.fv-btn__loader { width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; animation: fv-spin .9s linear infinite; display: none; }
.fv-btn.is-loading .fv-btn__loader { display: inline-block; }
@keyframes fv-spin { to { transform: rotate(360deg); } }

.fv-alert { padding: 14px 16px; border-radius: 10px; font-size: 14px; line-height: 1.5; }
.fv-alert.is-error { background: #fdecea; color: #8a1b13; border: 1px solid #f5c2bf; }
.fv-alert.is-success { background: #e6f4ea; color: #1e6b43; border: 1px solid #bfe0cc; }

/* Consulta de status
---------------------------------------------------------- */
.fv-status-wrap { max-width: 560px; margin: 0 auto; padding: 40px 0; }
.fv-status-title { font-size: 28px; font-weight: 800; color: var(--fv-navy); margin: 0 0 8px; }
.fv-status-sub { color: var(--fv-muted); margin: 0 0 20px; }
.fv-status-form { display: flex; gap: 10px; }
.fv-status-form input {
	flex: 1; padding: 14px 16px; border: 1px solid var(--fv-line); border-radius: 999px; font: inherit;
}
.fv-status-form input:focus { outline: none; border-color: var(--fv-ocean); box-shadow: 0 0 0 3px rgba(27,108,168,.12); }

.fv-status-result { margin-top: 24px; }
.fv-status-card {
	background: #fff;
	border: 1px solid var(--fv-line);
	border-radius: var(--fv-radius);
	padding: 24px 28px;
	box-shadow: var(--fv-shadow);
}
.fv-status-card h3 { margin: 0 0 10px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--fv-muted); }
.fv-status-card .proto { font-family: Menlo, monospace; font-size: 18px; font-weight: 700; color: var(--fv-navy); }
.fv-status-card .badge {
	display: inline-block; padding: 6px 14px; border-radius: 999px;
	font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700;
	margin-top: 12px;
}
.fv-status-card .badge.is-success { background: #e6f4ea; color: var(--fv-success); }
.fv-status-card .badge.is-warning { background: #fff4e5; color: var(--fv-warn); }
.fv-status-card .badge.is-info    { background: #e8f1f8; color: var(--fv-info); }
.fv-status-card .badge.is-danger  { background: #fdecea; color: var(--fv-danger); }
.fv-status-card .badge.is-muted   { background: #f1f3f5; color: var(--fv-muted); }
.fv-status-card .badge.is-neutral { background: #eef2f7; color: var(--fv-navy); }

/* Página de retorno
---------------------------------------------------------- */
.fv-retorno {
	max-width: 640px; margin: 60px auto; padding: 40px; text-align: center;
	background: #fff; border-radius: var(--fv-radius); box-shadow: var(--fv-shadow);
}
.fv-retorno__kicker { display: inline-block; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; padding: 6px 14px; border-radius: 999px; }
.fv-retorno.is-success .fv-retorno__kicker { background: #e6f4ea; color: var(--fv-success); }
.fv-retorno.is-pending .fv-retorno__kicker { background: #fff4e5; color: var(--fv-warn); }
.fv-retorno.is-failure .fv-retorno__kicker { background: #fdecea; color: var(--fv-danger); }
.fv-retorno__titulo { font-size: clamp(24px, 4vw, 34px); font-weight: 800; color: var(--fv-navy); margin: 16px 0 10px; line-height: 1.15; }
.fv-retorno__texto { color: var(--fv-muted); line-height: 1.6; margin: 0 0 24px; }
.fv-retorno__proto {
	display: inline-flex; flex-direction: column; padding: 14px 24px; background: #f4f6f8; border-radius: 10px; margin-bottom: 24px;
}
.fv-retorno__proto span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--fv-muted); }
.fv-retorno__proto code { font-size: 18px; font-weight: 700; color: var(--fv-navy); }
.fv-retorno__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Componentes aproveitados pela home
---------------------------------------------------------- */
.fevaaba-proxima-etapa {
	display: grid;
	gap: 8px;
	padding: 28px;
	border-radius: var(--fv-radius);
	background: linear-gradient(135deg, var(--fv-navy) 0%, var(--fv-ocean) 100%);
	color: #fff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	min-height: 240px;
}
.fevaaba-proxima-etapa::before {
	content: '';
	position: absolute; inset: 0;
	background: var(--bg-image, none) center/cover;
	opacity: .35;
	filter: saturate(.7);
}
.fevaaba-proxima-etapa > * { position: relative; }
.fevaaba-proxima-etapa__label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; opacity: .9; }
.fevaaba-proxima-etapa__titulo { font-size: clamp(26px, 3vw, 36px); font-weight: 800; line-height: 1.05; }
.fevaaba-proxima-etapa__meta { display: flex; gap: 14px; font-size: 14px; opacity: .95; }
.fevaaba-proxima-etapa__cta { margin-top: auto; font-weight: 700; }

.fevaaba-noticias-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}
.fevaaba-noticia-card {
	display: grid;
	grid-template-rows: 180px auto;
	background: #fff;
	border-radius: var(--fv-radius);
	overflow: hidden;
	text-decoration: none;
	color: var(--fv-ink);
	box-shadow: 0 4px 16px rgba(11,37,69,.06);
	transition: transform .2s, box-shadow .2s;
}
.fevaaba-noticia-card:hover { transform: translateY(-3px); box-shadow: var(--fv-shadow); }
.fevaaba-noticia-card__thumb { background: #e5e7eb center/cover; }
.fevaaba-noticia-card__body { padding: 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.fevaaba-noticia-card__data { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--fv-ocean); font-weight: 700; }
.fevaaba-noticia-card__titulo { font-weight: 700; line-height: 1.25; font-size: 17px; }
.fevaaba-noticia-card__resumo { color: var(--fv-muted); font-size: 14px; line-height: 1.5; }

/* =================================================================
   ÁREA LOGADA / MINHA CONTA
   ================================================================= */

.fv-account {
	max-width: 920px;
	margin: 0 auto;
	padding: 24px 0;
}
.fv-account__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	padding: 22px 24px;
	background: linear-gradient(135deg, #0b2545 0%, #1b6ca8 100%);
	color: #fff;
	border-radius: 14px;
	margin-bottom: 22px;
}
.fv-account__head h2 {
	color: #fff;
	font-family: "Merriweather", Georgia, serif;
	margin: 6px 0 0;
}
.fv-account__eyebrow {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(255,255,255,.7);
	margin: 0;
}
.fv-account__alert {
	padding: 12px 16px;
	border-radius: 10px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 600;
}
.fv-account__alert.is-success {
	background: #e5f4ec;
	color: #196a3d;
	border: 1px solid #c1e2cf;
}
.fv-account__card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 24px 26px;
	margin-bottom: 18px;
	box-shadow: 0 1px 2px rgba(11,37,69,.04);
}
.fv-account__card h3 {
	font-family: "Merriweather", Georgia, serif;
	color: #0b2545;
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ef6c00;
	display: inline-block;
}
.fv-account__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 18px;
}
@media (max-width: 600px) { .fv-account__form { grid-template-columns: 1fr; } }
.fv-account__form button[type="submit"] { grid-column: 1 / -1; justify-self: start; margin-top: 8px; }
.fv-form-row label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 4px;
}
.fv-form-row input,
.fv-form-row select,
.fv-form-row textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font: inherit;
	background: #fff;
}
.fv-form-row input:focus,
.fv-form-row select:focus,
.fv-form-row textarea:focus {
	outline: none;
	border-color: #1b6ca8;
	box-shadow: 0 0 0 3px rgba(27,108,168,.15);
}
.fv-form-row small {
	display: block;
	color: #6b7280;
	font-size: 12px;
	margin-top: 4px;
}

.fv-account__filiacoes { display: grid; gap: 16px; }
.fv-account__filiacao {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 18px 20px;
	background: #fcfcfd;
}
.fv-account__filiacao header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.fv-account__filiacao h4 {
	margin: 4px 0 0;
	color: #0b2545;
	font-family: "Merriweather", Georgia, serif;
	font-size: 17px;
}
.fv-account__protocolo {
	font-family: Menlo, Consolas, monospace;
	color: #1b6ca8;
	font-size: 12.5px;
	font-weight: 600;
}
.fv-account__dl {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 6px 16px;
	margin: 0 0 12px;
}
.fv-account__dl dt { font-weight: 600; color: #6b7280; font-size: 13px; }
.fv-account__dl dd { margin: 0; color: #1d2327; font-size: 14px; }

.fv-account__docs { padding-top: 12px; border-top: 1px dashed #e5e7eb; }
.fv-account__docs h5 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #6b7280; margin: 0 0 8px; }
.fv-account__docs ul { list-style: none; margin: 0; padding: 0; }
.fv-account__docs li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px dashed #f0f1f3;
	gap: 12px;
}
.fv-account__doc-tipo { font-weight: 600; color: #0b2545; }
.fv-account__cta { margin-top: 12px; }
.fv-muted { color: #6b7280; font-size: 13px; }

/* Tela de login (não logado) */
.fv-account--login { max-width: 460px; }
.fv-account--login h2 {
	font-family: "Merriweather", Georgia, serif;
	color: #0b2545;
}
.fv-account--login .login-username,
.fv-account--login .login-password {
	margin-bottom: 12px;
}
.fv-account--login .login-username label,
.fv-account--login .login-password label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #6b7280;
	margin-bottom: 4px;
}
.fv-account--login input[type="text"],
.fv-account--login input[type="password"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font: inherit;
}
.fv-account--login input[type="submit"] {
	background: #1b6ca8;
	color: #fff;
	border: 0;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 4px;
}
.fv-account--login input[type="submit"]:hover { background: #134f7d; }
.fv-account--login .login-remember { font-size: 13px; color: #6b7280; }

/* =================================================================
   INSCRIÇÕES EM ETAPA
   ================================================================= */

.fv-inscricao-form-wrap { max-width: 920px; margin: 0 auto; padding: 24px 0; }
.fv-form-hero {
	padding: 24px 26px;
	background: linear-gradient(135deg, #0b2545 0%, #1b6ca8 100%);
	color: #fff;
	border-radius: 14px;
	margin-bottom: 22px;
}
.fv-form-hero h2 {
	color: #fff;
	font-family: "Merriweather", Georgia, serif;
	font-size: clamp(1.4rem, 3vw, 2rem);
	margin: 6px 0 16px;
}
.fv-form-hero__eyebrow { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.7); margin: 0; }
.fv-form-hero__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 14px 28px;
	margin: 0;
}
.fv-form-hero__meta div { margin: 0; }
.fv-form-hero__meta dt { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.7); font-weight: 700; }
.fv-form-hero__meta dd { margin: 3px 0 0; color: #fff; font-weight: 600; font-size: 15px; }

.fv-info-banner {
	padding: 12px 16px;
	background: #e4eef7;
	color: #14528a;
	border-radius: 10px;
	margin-bottom: 18px;
	font-size: 14.5px;
	border: 1px solid #c5d9eb;
}
.fv-info-banner.is-success { background: #e5f4ec; color: #196a3d; border-color: #c1e2cf; }
.fv-info-banner a { color: inherit; text-decoration: underline; font-weight: 700; }

.fv-categorias-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 10px;
	margin-top: 8px;
}
.fv-categoria-card {
	display: block;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	cursor: pointer;
	transition: border-color .15s, background .15s, transform .06s;
	user-select: none;
}
.fv-categoria-card:hover { border-color: #1b6ca8; background: #f8fbfd; }
.fv-categoria-card input[type="checkbox"] { margin-right: 8px; transform: translateY(1px); }
.fv-categoria-card:has(input:checked) { border-color: #ef6c00; background: #fff8f0; }
.fv-categoria-card__nome { font-weight: 600; color: #0b2545; }
.fv-categoria-card__desc { display: block; color: #6b7280; font-size: 13px; margin-top: 4px; }

/* =================================================================
   LISTA DE INSCRITOS
   ================================================================= */

.fv-inscritos-wrap { max-width: 1100px; margin: 0 auto; padding: 24px 0; }
.fv-inscritos__title { font-family: "Merriweather", Georgia, serif; color: #0b2545; }
.fv-inscritos-grupo { margin-bottom: 28px; }
.fv-inscritos-grupo__titulo {
	font-size: 16px;
	color: #0b2545;
	font-family: "Merriweather", Georgia, serif;
	border-left: 4px solid #ef6c00;
	padding-left: 12px;
	margin-bottom: 10px;
}
.fv-inscritos-grupo__titulo span {
	display: inline-block;
	margin-left: 8px;
	background: #f4ead5;
	color: #0b2545;
	padding: 2px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}
.fv-inscritos-tabela {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
}
.fv-inscritos-tabela th, .fv-inscritos-tabela td {
	padding: 10px 12px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
	font-size: 14px;
}
.fv-inscritos-tabela th {
	background: #fafbfc;
	color: #0b2545;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.fv-inscritos-tabela tr:last-child td { border-bottom: 0; }

/* =================================================================
   RANKING + RESULTADOS
   ================================================================= */

.fv-ranking-wrap, .fv-resultados-wrap { max-width: 1100px; margin: 0 auto; padding: 24px 0; }
.fv-ranking__head, .fv-resultados__title {
	margin-bottom: 14px;
}
.fv-ranking__title, .fv-resultados__title {
	font-family: "Merriweather", Georgia, serif;
	color: #0b2545;
	margin: 0;
}
.fv-ranking__sub { color: #6b7280; margin: 4px 0 18px; }

.fv-ranking-filtros {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	padding: 16px 18px;
	background: #f4ead5;
	border-radius: 12px;
	margin-bottom: 20px;
}
.fv-ranking-filtros label {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: #0b2545;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	gap: 4px;
}
.fv-ranking-filtros select {
	padding: 8px 12px;
	border: 1px solid #d8c89e;
	border-radius: 8px;
	background: #fff;
	font: inherit;
	min-width: 200px;
}

.fv-ranking-tabela, .fv-result-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
}
.fv-ranking-tabela th, .fv-ranking-tabela td,
.fv-result-table th, .fv-result-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e5e7eb;
	text-align: left;
	font-size: 14.5px;
}
.fv-ranking-tabela th, .fv-result-table th {
	background: #0b2545;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.fv-ranking-tabela tr:last-child td, .fv-result-table tr:last-child td { border-bottom: 0; }
.fv-ranking-tabela tr:hover td { background: #fafbfc; }
.fv-ranking-pos {
	font-weight: 700;
	color: #0b2545;
	font-size: 16px;
}
.fv-ranking-tabela .is-podio td,
.fv-result-table tr.podio-1 td,
.fv-result-table tr.podio-2 td,
.fv-result-table tr.podio-3 td {
	font-weight: 600;
}
.fv-ranking-tabela .podio-1 td:first-child,
.fv-result-table .podio-1 td:first-child { color: #b8860b; }
.fv-ranking-tabela .podio-2 td:first-child,
.fv-result-table .podio-2 td:first-child { color: #6c757d; }
.fv-ranking-tabela .podio-3 td:first-child,
.fv-result-table .podio-3 td:first-child { color: #b87333; }
.fv-ranking-tabela .podio-1 { background: linear-gradient(90deg, #fff7d8 0%, #fff 60%); }
.fv-ranking-tabela .podio-2 { background: linear-gradient(90deg, #f1f3f5 0%, #fff 60%); }
.fv-ranking-tabela .podio-3 { background: linear-gradient(90deg, #fbe9d8 0%, #fff 60%); }

.fv-ranking-meta { color: #6b7280; font-size: 13px; margin-top: 12px; font-style: italic; }
.fv-result-bloco { margin-bottom: 28px; }
.fv-result-bloco__titulo {
	font-size: 16px;
	color: #0b2545;
	font-family: "Merriweather", Georgia, serif;
	border-left: 4px solid #ef6c00;
	padding-left: 12px;
	margin-bottom: 10px;
}

/* =================================================================
   ETAPAS ABERTAS (lista alternativa) - reusa fv-cards-grid do tema
   ================================================================= */

.fv-etapas-abertas { max-width: 1200px; margin: 0 auto; padding: 24px 0; }
.fv-etapas-abertas h2 {
	font-family: "Merriweather", Georgia, serif;
	color: #0b2545;
	margin-bottom: 18px;
}
.fv-etapas-abertas .fv-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 22px;
}

/* =================================================================
   CTA DE INSCRIÇÃO NA ETAPA
   ================================================================= */

.fv-cta-inscricao {
	margin: 28px 0;
}
.fv-cta-inscricao__inner {
	border-radius: 14px;
	padding: 24px 26px;
	border: 1px solid #e5e7eb;
	background: #fff;
}
.fv-cta-inscricao__inner.is-active {
	background: linear-gradient(135deg, #fff8f0 0%, #fff 65%);
	border: 2px solid #ef6c00;
	box-shadow: 0 8px 30px rgba(239,108,0,.12);
}
.fv-cta-inscricao__inner.is-warning {
	background: #fdf2e0;
	border-color: #f0c986;
}
.fv-cta-inscricao__inner.is-muted {
	background: #f6f7f9;
	border-color: #e5e7eb;
	color: #6b7280;
}
.fv-cta-inscricao__inner h3 {
	margin: 0 0 12px;
	font-family: "Merriweather", Georgia, serif;
	color: #0b2545;
	font-size: 22px;
}
.fv-cta-inscricao__head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}
.fv-cta-inscricao__pulse {
	width: 10px;
	height: 10px;
	background: #ef6c00;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(239,108,0,.18);
	animation: fv-pulse 1.4s ease-out infinite;
}
@keyframes fv-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(239,108,0,.4); }
	70%  { box-shadow: 0 0 0 12px rgba(239,108,0,0); }
	100% { box-shadow: 0 0 0 0 rgba(239,108,0,0); }
}
.fv-cta-inscricao__eyebrow {
	color: #ef6c00;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
}
.fv-cta-inscricao__valores {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px 24px;
	margin: 14px 0 18px;
}
.fv-cta-inscricao__valores div { margin: 0; }
.fv-cta-inscricao__valores dt {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6b7280;
	font-weight: 700;
}
.fv-cta-inscricao__valores dd {
	margin: 2px 0 0;
	color: #0b2545;
	font-weight: 700;
	font-size: 17px;
}
.fv-cta-inscricao__btn { font-size: 16px; padding: 14px 26px; }
.fv-cta-inscricao__hint { color: #6b7280; font-size: 13px; margin: 12px 0 0; }
.fv-cta-inscricao__hint a { color: #1b6ca8; text-decoration: underline; }

.fv-cta-pill {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 13px;
}
.fv-cta-pill.is-muted   { background: #eef0f3; color: #6b7280; }
.fv-cta-pill.is-warning { background: #fdf2e0; color: #8a5a00; }

/* =================================================================
   FIX retorno do pagamento — botão ghost visível
   ================================================================= */
.fv-retorno__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 20px; }
.fv-retorno__actions .fv-btn { min-width: 200px; }
/* No fundo claro do card, o ghost precisa de mais contraste explícito */
.fv-retorno__actions .fv-btn--ghost {
	background: #fff !important;
	color: #0b2545 !important;
	border: 2px solid #0b2545 !important;
}
.fv-retorno__actions .fv-btn--ghost:hover {
	background: #0b2545 !important;
	color: #fff !important;
}

/* Lista aguardando encerramento das inscrições */
.fv-inscritos-aguarda__card {
	background: linear-gradient(135deg, #fff8f0 0%, #fff 60%);
	border: 2px dashed #ef6c00;
	border-radius: 14px;
	padding: 36px 28px;
	text-align: center;
}
.fv-inscritos-aguarda__icon {
	font-size: 42px;
	margin-bottom: 8px;
}
.fv-inscritos-aguarda__card h3 {
	font-family: "Merriweather", Georgia, serif;
	color: #0b2545;
	margin: 0 0 12px;
	font-size: 20px;
}
.fv-inscritos-aguarda__card p {
	color: #4b5563;
	margin: 0 0 8px;
}
.fv-inscritos-aguarda__hint {
	margin-top: 14px !important;
	font-size: 14px;
	color: #6b7280;
}

/* Startlist oficial — visualmente distinta da lista preliminar */
.fv-inscritos-wrap.is-startlist .fv-inscritos__title { color: #0b2545; }
.fv-inscritos-wrap.is-startlist .fv-inscritos__title::before {
	content: "★ ";
	color: #ef6c00;
}
.fv-inscritos-wrap.is-startlist .fv-inscritos-tabela th {
	background: #0b2545;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.fv-inscritos-wrap.is-startlist .fv-inscritos-tabela td {
	border-bottom-color: #e5e7eb;
}
.fv-inscritos__footer { color: #6b7280; margin-top: 14px; font-style: italic; }
