.team2026 {
	--team-green: #008318;
	--team-green-dark: #006914;
	--team-ink: #1f2a1f;
	--team-muted: #667085;
	--team-border: #d7ded7;
	--team-soft: #f6f8f5;
	--team-warm: #fffaf0;
	color: var(--team-ink);
}

.team2026__breadcrumbs {
	align-items: center;
	color: var(--team-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 12px;
}

.team2026__breadcrumbs a {
	color: var(--team-green-dark);
}

.team2026__hero {
	background: linear-gradient(135deg, #ffffff 0%, #f8fbf7 58%, #fffaf0 100%);
	border: 1px solid var(--team-border);
	border-radius: 8px;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.8fr) minmax(280px, .9fr);
	margin-bottom: 18px;
	padding: 22px;
}

.team2026__eyebrow {
	color: var(--team-green-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.team2026__hero h1,
.team2026__section-header h2 {
	color: var(--team-ink);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2;
	margin: 0;
	text-transform: none;
}

.team2026__hero h1 {
	font-size: 34px;
}

.team2026__hero p {
	font-size: 16px;
	line-height: 1.58;
	margin: 10px 0 0;
	max-width: 760px;
}

.team2026__hero-stats {
	align-self: stretch;
	display: grid;
	gap: 10px;
}

.team2026__hero-stats div {
	background: #fff;
	border: 1px solid var(--team-border);
	border-radius: 8px;
	padding: 12px;
}

.team2026__hero-stats strong {
	color: var(--team-green-dark);
	display: block;
	font-size: 26px;
	line-height: 1;
}

.team2026__hero-stats span {
	color: var(--team-muted);
	display: block;
	font-size: 13px;
	margin-top: 5px;
}

.team2026__section {
	margin-top: 20px;
}

.team2026__section-header {
	align-items: end;
	border-bottom: 1px solid var(--team-border);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .52fr);
	margin-bottom: 14px;
	padding-bottom: 12px;
}

.team2026__section-header h2 {
	font-size: 24px;
}

.team2026__section-header p {
	color: var(--team-muted);
	line-height: 1.5;
	margin: 0;
}

.team2026__member-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team2026__member-card {
	background: #fff;
	border: 1px solid var(--team-border);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: 104px minmax(0, 1fr);
	padding: 14px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.team2026__member-card:hover {
	border-color: rgba(0, 131, 24, .35);
	box-shadow: 0 10px 28px rgba(22, 40, 22, .09);
	transform: translateY(-2px);
}

.team2026__avatar-link img {
	aspect-ratio: 1;
	border: 1px solid #cfd8cf;
	border-radius: 8px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 104px;
}

.team2026__member-body header {
	margin-bottom: 8px;
}

.team2026__member-body h3 {
	font-size: 18px;
	line-height: 1.22;
	margin: 0 0 3px;
}

.team2026__member-body h3 a {
	color: var(--team-ink);
}

.team2026__handle {
	color: var(--team-green-dark);
	font-size: 13px;
	font-weight: 700;
}

.team2026__member-meta {
	display: grid;
	gap: 7px;
	margin: 0;
}

.team2026__member-meta div {
	display: grid;
	gap: 2px;
}

.team2026__member-meta dt {
	color: var(--team-muted);
	font-size: 12px;
	font-weight: 700;
}

.team2026__member-meta dd {
	color: #334033;
	font-size: 13px;
	margin: 0;
}

.team2026__member-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.team2026__member-stats span {
	background: var(--team-soft);
	border: 1px solid #e4e9e4;
	border-radius: 8px;
	color: var(--team-muted);
	font-size: 12px;
	padding: 6px 8px;
}

.team2026__member-stats strong {
	color: var(--team-ink);
}

.team2026__member-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.team2026__member-action {
	align-items: center;
	background: #fff;
	border: 1px solid var(--team-border);
	border-radius: 8px;
	color: #344054;
	display: inline-flex;
	font-size: 12px;
	gap: 5px;
	line-height: 1.2;
	padding: 7px 9px;
}

.team2026__member-action:hover {
	background: var(--team-soft);
	color: var(--team-green-dark);
	text-decoration: none;
}

.team2026__empty {
	background: var(--team-soft);
	border: 1px solid var(--team-border);
	border-radius: 8px;
	color: var(--team-muted);
	margin: 0;
	padding: 14px;
}

.team2026__comments {
	margin-top: 24px;
}

.team2026__comment-list {
	margin-top: 12px;
}

.team2026__comment-tools {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin: 0 0 12px;
}

.team2026__comment-tools p {
	color: var(--team-muted);
	font-size: 13px;
	margin: 0;
}

.team2026__load-comments {
	align-items: center;
	background: #fff;
	border: 1px solid var(--team-border);
	border-radius: 8px;
	color: #344054;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
	line-height: 1.2;
	padding: 8px 11px;
}

.team2026__load-comments:hover,
.team2026__load-comments:focus {
	background: var(--team-soft);
	border-color: rgba(0, 131, 24, .35);
	color: var(--team-green-dark);
	outline: none;
}

.team2026__load-comments:disabled {
	cursor: wait;
	opacity: .62;
}

.team2026 .article-comment {
	background: #fff;
	border: 1px solid var(--team-border);
	border-radius: 8px;
	margin: 10px 0;
	padding: 12px;
}

.team2026 .article-comment__meta {
	color: var(--team-muted);
	font-size: 13px;
	margin-bottom: 8px;
}

.team2026 .article-comment__number {
	color: var(--team-green-dark);
	font-weight: 700;
	margin-right: 6px;
}

.team2026 .article-comment__body {
	line-height: 1.55;
}

.team2026 .article-comment__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-top: 10px;
}

.team2026 .article-comment__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.team2026 .article-comment__action {
	align-items: center;
	background: #fff;
	border: 1px solid var(--team-border);
	border-radius: 8px;
	color: #344054;
	display: inline-flex;
	font-size: 12px;
	gap: 5px;
	line-height: 1.2;
	padding: 7px 9px;
}

.team2026 .article-comment__action:hover {
	background: var(--team-soft);
	color: var(--team-green-dark);
	text-decoration: none;
}

.team2026 .article-comment__action--danger {
	color: #991b1b;
}

.team2026__comment--new {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .22s ease, transform .22s ease;
}

.team2026__comment--new.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.team2026__comment-form {
	background: var(--team-soft);
	border: 1px solid var(--team-border);
	border-radius: 8px;
	margin-top: 14px;
	padding: 14px;
}

.team2026__comment-form h3 {
	color: var(--team-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 8px;
}

.team2026__comment-state {
	color: var(--team-muted);
	margin: 0 0 10px;
}

.team2026__comment-state--locked {
	color: #7a2e0e;
}

.team2026__comment-textarea {
	background: #fff;
	border: 1px solid #cfd8cf;
	border-radius: 8px;
	display: block;
	min-height: 150px;
	padding: 10px 12px;
	resize: vertical;
	width: 100%;
}

.team2026__comment-textarea:focus {
	border-color: var(--team-green);
	box-shadow: 0 0 0 3px rgba(0, 131, 24, .12);
	outline: none;
}

.team2026__comment-textarea:disabled {
	background: #f4f4f4;
	color: #777;
}

.team2026__comment-footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.team2026__comment-submit,
.team2026__comment-submit:visited {
	background: #008318;
	border-color: #008318;
	color: #fff;
	font-weight: 700;
}

.team2026__comment-submit:hover,
.team2026__comment-submit:focus {
	background: var(--team-green-dark);
	border-color: var(--team-green-dark);
	color: #fff;
}

.team2026__comment-status {
	color: var(--team-muted);
	font-size: 13px;
}

.team2026__comment-status.is-error {
	color: #991b1b;
	font-weight: 700;
}

.team2026__comment-status.is-success {
	color: var(--team-green-dark);
	font-weight: 700;
}

@media (max-width: 900px) {
	.team2026__hero,
	.team2026__section-header {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.team2026__hero {
		padding: 16px;
	}

	.team2026__hero h1 {
		font-size: 28px;
	}

	.team2026__member-grid {
		grid-template-columns: 1fr;
	}

	.team2026__member-card {
		grid-template-columns: 82px minmax(0, 1fr);
		padding: 12px;
	}

	.team2026__avatar-link img {
		width: 82px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.team2026__member-card,
	.team2026__comment--new {
		transition: none;
	}

	.team2026__member-card:hover,
	.team2026__comment--new {
		transform: none;
	}
}
