/* Home tabs use the same visual language as the internal section indexes. */
.vol-home-section {
	--articles-green: #008318;
	--articles-green-dark: #00540f;
	--articles-border: #d7e2d6;
	--articles-ink: #1d2b1d;
	--articles-muted: #5e6b5e;
	--articles-soft: #f3f8f2;
	--forum-primary: #008318;
	--forum-primary-strong: #00450d;
	color: var(--articles-ink);
}

.vol-home-section a {
	color: var(--articles-green-dark);
}

.vol-home-section a:hover,
.vol-home-section a:focus {
	color: var(--articles-green);
}

.vol-home-section__body.articles-index__article-grid {
	display: grid;
	gap: .625rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vol-home-section .articles-index__article-item {
	background: #fff;
	border: 1px solid var(--articles-border);
	border-radius: .5rem;
	min-width: 0;
	padding: .75rem;
}

.vol-home-section .articles-index__tag {
	background: var(--articles-soft);
	border: 1px solid #c9dec8;
	border-radius: 999px;
	color: var(--articles-green-dark);
	display: inline-flex;
	font-size: .6875rem;
	font-weight: 700;
	margin-bottom: .4375rem;
	padding: .1875rem .5rem;
}

.vol-home-section .vol-home-content-kind--artigo {
	background: #eef7ef;
	border-color: #c9dec8;
	color: #00540f;
}

.vol-home-section .vol-home-content-kind--noticia {
	background: #eef4ff;
	border-color: #c8d7f3;
	color: #214c8f;
}

.vol-home-section .vol-home-content-kind--dica {
	background: #fff7df;
	border-color: #eadcae;
	color: #7a5900;
}

.vol-home-section .articles-index__article-title {
	color: var(--articles-ink) !important;
	display: block;
	font-size: .9375rem;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
	text-decoration: none !important;
}

.vol-home-section .articles-index__article-title:hover,
.vol-home-section .articles-index__article-title:focus {
	color: var(--articles-green-dark) !important;
}

.vol-home-mixed-grid .articles-index__article-title {
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.28;
}

.vol-home-section .articles-index__article-category {
	color: var(--articles-muted);
	font-size: .75rem;
	margin: .4375rem 0;
}

.vol-home-section .articles-index__article-category.news2026__tags {
	display: flex;
	flex-wrap: wrap;
	gap: .375rem;
}

.vol-home-section .articles-index__article-category .news2026__tag {
	background: var(--tag-bg, #eef7ef);
	border: 1px solid var(--tag-border, #cce7d0);
	border-radius: 999px;
	color: var(--tag-color, var(--articles-green-dark)) !important;
	display: inline-flex;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.2;
	padding: .25rem .5rem;
	text-decoration: none !important;
}

.vol-home-section .articles-index__excerpt {
	color: #354135;
	line-height: 1.5;
	margin: .5rem 0;
	overflow-wrap: anywhere;
}

.vol-home-section .articles-index__article-meta {
	align-items: center;
	color: var(--articles-muted);
	display: flex;
	font-size: .75rem;
	gap: .4375rem;
	margin: .625rem 0 0;
}

.vol-home-section .articles-index__article-avatar {
	border-radius: 999px;
	height: 1.5rem;
	object-fit: cover;
	width: 1.5rem;
}

.vol-home-featured {
	margin-bottom: 1rem;
}

.vol-home-section__eyebrow {
	color: var(--articles-green-dark);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 .1875rem;
	text-transform: uppercase;
}

.vol-home-section .articles-index__featured-grid {
	display: grid;
	gap: .75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vol-home-section .articles-index__featured-card {
	background: #fff;
	border: 1px solid var(--articles-border);
	border-radius: .5rem;
	display: grid;
	gap: .75rem;
	grid-template-columns: 82px minmax(0, 1fr);
	min-width: 0;
	padding: .875rem;
}

.vol-home-section .articles-index__avatar {
	border: 1px solid var(--articles-border);
	border-radius: .5rem;
	height: 60px;
	object-fit: cover;
	width: 80px;
}

.vol-home-section .articles-index__featured-body {
	min-width: 0;
}

.vol-home-section .articles-index__featured-title {
	color: var(--articles-ink) !important;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
	text-decoration: none !important;
}

.vol-home-section .articles-index__featured-title:hover,
.vol-home-section .articles-index__featured-title:focus {
	color: var(--articles-green-dark) !important;
}

.vol-home-mixed-featured-grid .articles-index__featured-title {
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.22;
}

.vol-home-mixed-featured-grid .articles-index__excerpt,
.vol-home-mixed-grid .articles-index__excerpt {
	font-size: .875rem;
}

.vol-home-section .articles-index__featured-card .articles-index__meta {
	color: var(--articles-muted);
	font-size: .75rem;
	margin: .5rem 0 0;
}

.vol-home-section .forum2026__table {
	border-top: 2px solid var(--forum-primary);
	margin-bottom: .75rem;
}

.vol-home-section .forum2026__table th {
	background: #f3f7f4;
	color: #26382e;
	font-size: .75rem;
	text-transform: uppercase;
}

.vol-home-section .forum2026__table td {
	border-top-color: #e8eee9 !important;
	vertical-align: middle !important;
}

.vol-home-section .forum-topic-row.is-resolved .forum2026__status {
	color: #66766c;
}

.vol-home-section .forum-topic-row.is-open .forum2026__status {
	color: var(--forum-primary);
}

.vol-home-section .forum2026__status {
	text-align: center;
	width: 34px;
}

.vol-home-section .forum2026__topic-title {
	color: #111 !important;
	font-weight: 700;
	line-height: 1.32;
}

.vol-home-section .forum2026__topic-title:hover,
.vol-home-section .forum2026__topic-title:focus {
	color: var(--forum-primary-strong) !important;
}

.vol-home-section .forum2026__count {
	background: #eef4ef;
	color: #314137;
	margin-left: .3125rem;
}

.vol-home-section .forum2026__community a {
	color: #3c5445;
}

.vol-home-section .forum2026__date {
	color: #66766c;
	font-size: .75rem;
}

@media (max-width: 1100px) {
	.vol-home-section__body.articles-index__article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.vol-home-section .articles-index__featured-grid {
		grid-template-columns: 1fr;
	}

	.vol-home-section .articles-index__featured-card {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.vol-home-section .articles-index__avatar {
		height: 52px;
		width: 68px;
	}

	.vol-home-section__body.articles-index__article-grid {
		grid-template-columns: 1fr;
	}

	.vol-home-section .forum2026__table th:first-child,
	.vol-home-section .forum2026__table td:first-child {
		width: 30px;
	}
}

/* ============================================================
   Sidebar 2026 — vol-sidebar
   ============================================================ */
.vol-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 0;
	font-family: var(--vol-font-body, system-ui, -apple-system, sans-serif);
	color: var(--vol-ink, #1f2937);
}

.vol-sidebar__card {
	background: #fff;
	border: 1px solid var(--vol-rule, #e5e7eb);
	border-radius: 8px;
	padding: 14px 16px;
	margin-right: 24px;
}

.vol-sidebar__heading {
	margin: 0 0 10px;
	padding: 0 0 8px;
	border-bottom: 1px solid var(--vol-rule, #e5e7eb);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--vol-ink, #1f2937);
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
}

.vol-sidebar__heading-sub {
	font-size: 10px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: var(--vol-muted, #6b7280);
}

/* generic list */
.vol-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.vol-sidebar__list-item {
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dashed rgba(0,0,0,.05);
	font-size: 13px;
	line-height: 1.4;
}

.vol-sidebar__list-item:last-child {
	border-bottom: 0;
}

.vol-sidebar__list-item a {
	color: var(--vol-ink, #1f2937);
	text-decoration: none;
	display: block;
	transition: color .15s ease;
}

.vol-sidebar__list-item a:hover,
.vol-sidebar__list-item a:focus-visible {
	color: var(--vol-accent, #2c5f2d);
	text-decoration: none;
	outline: none;
}

/* Top 10 */
.vol-sidebar__top10 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	counter-reset: vol-top10;
}

.vol-sidebar__top10-item {
	margin: 0;
}

.vol-sidebar__top10-link {
	display: grid;
	grid-template-columns: 28px 40px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 6px 4px;
	border-radius: 6px;
	color: var(--vol-ink, #1f2937);
	text-decoration: none;
	transition: background .15s ease, color .15s ease;
}

.vol-sidebar__top10-link:hover,
.vol-sidebar__top10-link:focus-visible {
	background: rgba(44,95,45,.06);
	color: var(--vol-accent, #2c5f2d);
	text-decoration: none;
	outline: none;
}

.vol-sidebar__top10-rank {
	font-family: "JetBrains Mono", "Fira Code", "SF Mono", "Menlo", "Consolas", monospace;
	font-size: 12px;
	font-weight: 700;
	color: var(--vol-muted, #6b7280);
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.vol-sidebar__top10-item:nth-child(1) .vol-sidebar__top10-rank { color: #b8860b; }
.vol-sidebar__top10-item:nth-child(2) .vol-sidebar__top10-rank { color: #8b95a3; }
.vol-sidebar__top10-item:nth-child(3) .vol-sidebar__top10-rank { color: #a0522d; }

.vol-sidebar__top10-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	background: #eef1f3;
	display: block;
}

.vol-sidebar__top10-meta {
	min-width: 0;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.vol-sidebar__top10-name {
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vol-sidebar__top10-pts {
	font-size: 11px;
	color: var(--vol-muted, #6b7280);
	font-variant-numeric: tabular-nums;
}

/* banner slot */
.vol-sidebar__banner {
	text-align: center;
	margin: 0 24px 0 0;
}

.vol-sidebar__banner:empty {
	display: none;
}

.vol-sidebar__banner img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* hosting credit */
.vol-sidebar__credit {
	font-size: 11px;
	color: var(--vol-muted, #6b7280);
	text-align: center;
	margin: 0 24px 0 0;
	padding: 6px 0;
}

.vol-sidebar__credit p {
	margin: 0;
}

.vol-sidebar__credit a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(0,0,0,.2);
}

.vol-sidebar__credit a:hover,
.vol-sidebar__credit a:focus-visible {
	color: var(--vol-accent, #2c5f2d);
	text-decoration-color: currentColor;
	outline: none;
}

/* responsive: sidebar moves below content */
@media (max-width: 991px) {
	.vol-sidebar {
		margin-top: 32px;
		padding-top: 24px;
		border-top: 1px solid var(--vol-rule, #e5e7eb);
	}
}
