.community2026 {
	--community-green: #008318;
	--community-green-dark: #00540f;
	--community-border: #d7e2d6;
	--community-ink: #1d2b1d;
	--community-muted: #5e6b5e;
	--community-soft: #f3f8f2;
	color: var(--community-ink);
}

.community2026 a {
	color: var(--community-green-dark);
}

.community2026 a:hover {
	color: var(--community-green);
}

.community2026__breadcrumbs {
	margin-bottom: 12px;
}

.community2026__hero,
.community2026__profile-hero,
.community2026__section {
	background: #fff;
	border: 1px solid var(--community-border);
	border-radius: 8px;
	margin-bottom: 16px;
	padding: 16px;
}

.community2026__hero {
	background: linear-gradient(180deg, #f7fbf6 0%, #fff 100%);
}

.community2026__hero-header,
.community2026__profile-hero {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.community2026__eyebrow {
	color: var(--community-green-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.community2026 h1,
.community2026 h2,
.community2026 h3 {
	color: var(--community-ink);
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
	text-shadow: none !important;
	text-transform: none !important;
}

.community2026 h1 { font-size: 30px; }
.community2026 h2 { font-size: 22px; }
.community2026 h3 { font-size: 18px; }

.community2026__lead {
	color: var(--community-muted);
	font-size: 15px;
	line-height: 1.55;
	margin: 6px 0 0;
	max-width: 76ch;
}

.community2026__actions,
.community2026__profile-actions {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.community2026__primary,
.community2026__secondary,
.community2026__ghost {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
	line-height: 1.2;
	padding: 8px 12px;
	text-decoration: none !important;
	white-space: nowrap;
}

.community2026__primary {
	background: var(--community-green);
	border-color: var(--community-green-dark);
	color: #fff !important;
}

.community2026__primary:hover {
	background: var(--community-green-dark);
	color: #fff !important;
}

.community2026__secondary,
.community2026__ghost {
	background: #fff;
	border-color: #aecdae;
	color: var(--community-green-dark) !important;
}

.community2026__secondary:hover,
.community2026__ghost:hover {
	background: var(--community-soft);
	border-color: var(--community-green);
}

.community2026__search {
	margin-top: 14px;
	position: relative;
}

.community2026__search form {
	align-items: end;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto auto;
}

.community2026__search label {
	display: grid;
	gap: 5px;
	margin: 0;
}

.community2026__search label span {
	color: var(--community-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.community2026__search input {
	background: #fff;
	border: 1px solid #cdd9d2;
	border-radius: 10px;
	color: var(--community-ink);
	font: inherit;
	font-size: 14px;
	min-height: 40px;
	padding: 9px 11px;
	width: 100%;
}

.community2026__search input:focus {
	border-color: var(--community-green);
	box-shadow: 0 0 0 3px rgba(0, 131, 24, .12);
	outline: 0;
}

.community2026__search .community2026__primary,
.community2026__search .community2026__ghost {
	align-self: end;
	min-height: 40px;
}

.community2026__search-status {
	color: var(--community-muted);
	font-size: 12px;
	font-weight: 700;
	margin: 8px 0 0;
	min-height: 16px;
}

.community2026__suggestions {
	background: #fff;
	border: 1px solid var(--community-border);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(15, 39, 20, .14);
	display: grid;
	left: 0;
	margin-top: 6px;
	max-height: 280px;
	overflow: auto;
	position: absolute;
	right: 0;
	z-index: 20;
}

.community2026__suggestions[hidden] {
	display: none;
}

.community2026__suggestions a {
	display: grid;
	gap: 2px;
	padding: 9px 11px;
	text-decoration: none !important;
}

.community2026__suggestions a:hover,
.community2026__suggestions a:focus,
.community2026__suggestions a.is-active {
	background: var(--community-soft);
	outline: 0;
}

.community2026__suggestions span {
	color: var(--community-ink);
	font-weight: 700;
}

.community2026__suggestions small {
	color: var(--community-muted);
}

.community2026__section-header {
	align-items: end;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.community2026__section-header p {
	color: var(--community-muted);
	margin: 4px 0 0;
}

.community2026__category-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.community2026__category {
	align-items: center;
	background: #fff;
	border: 1px solid var(--community-border);
	border-radius: 8px;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	min-width: 0;
	padding: 9px 11px;
	text-decoration: none !important;
}

.community2026__category span:first-child {
	font-weight: 700;
	overflow-wrap: anywhere;
}

.community2026__category strong,
.community2026__topic-title span {
	background: var(--community-soft);
	border: 1px solid #c9dec8;
	border-radius: 999px;
	color: var(--community-green-dark);
	font-size: 12px;
	padding: 2px 8px;
}

.community2026__topic-title .community2026__kind-badge {
	background: #eef7ef;
	border: 1px solid #cfe7d2;
	border-radius: 999px;
	color: var(--community-green-dark);
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	font-weight: 800;
	margin-left: 6px;
	padding: 2px 7px;
	vertical-align: middle;
}

.community2026__dashboard {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr);
}

.community2026__side-stack {
	display: grid;
	gap: 16px;
}

.community2026__rank-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.community2026__rank-list li {
	align-items: center;
	border-bottom: 1px solid #edf2ee;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-bottom: 8px;
}

.community2026__rank-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.community2026__rank-list a {
	font-weight: 700;
	min-width: 0;
	overflow-wrap: anywhere;
	text-decoration: none !important;
}

.community2026__rank-list span {
	color: var(--community-muted);
	font-size: 12px;
	white-space: nowrap;
}

.community2026__topic-table {
	margin: 0;
}

.community2026__topic-table th {
	background: var(--community-soft);
	color: var(--community-muted);
	font-size: 12px;
	text-transform: uppercase;
}

.community2026__topic-status {
	color: var(--community-green-dark);
	text-align: center;
	width: 34px;
}

.community2026__topic-title a {
	color: var(--community-ink) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.community2026__topic-community,
.community2026__topic-date {
	color: var(--community-muted);
	font-size: 12px;
	white-space: nowrap;
}

.community2026__table-empty,
.community2026__empty {
	background: var(--community-soft);
	border: 1px solid var(--community-border);
	border-radius: 8px;
	color: var(--community-muted);
	margin: 0;
	padding: 12px;
}

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

.community2026__community-card {
	background: #fff;
	border: 1px solid var(--community-border);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 104px minmax(0, 1fr);
	min-width: 0;
	padding: 12px;
}

.community2026__community-photo img,
.community2026__profile-photo {
	border: 1px solid var(--community-border);
	border-radius: 8px;
	height: 78px;
	object-fit: cover;
	width: 104px;
}

.community2026__community-title {
	color: var(--community-ink) !important;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
	text-decoration: none !important;
}

.community2026__community-description {
	color: #354135;
	line-height: 1.5;
	margin: 7px 0;
	overflow-wrap: anywhere;
}

.community2026__community-meta,
.community2026__profile-meta {
	color: var(--community-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px 12px;
	margin: 0;
}

.community2026__profile-main {
	display: grid;
	gap: 14px;
	grid-template-columns: 124px minmax(0, 1fr);
}

.community2026__profile-photo {
	height: 90px;
	width: 120px;
}

.community2026__members {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.community2026__members li {
	text-align: center;
	width: 86px;
}

.community2026__members img {
	border: 1px solid var(--community-border);
	border-radius: 8px;
	height: 60px;
	object-fit: cover;
	width: 80px;
}

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

.community2026__member-card {
	background: #fff;
	border: 1px solid var(--community-border);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 82px minmax(0, 1fr);
	min-width: 0;
	padding: 12px;
}

.community2026__member-photo img {
	border: 1px solid var(--community-border);
	border-radius: 8px;
	height: 60px;
	object-fit: cover;
	width: 80px;
}

.community2026__member-login {
	color: var(--community-ink) !important;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
	text-decoration: none !important;
}

.community2026__member-name {
	color: #354135;
	margin: 4px 0 8px;
	overflow-wrap: anywhere;
}

.community2026__member-meta {
	color: var(--community-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 6px 10px;
	margin: 0;
}

.community2026__pagination {
	margin: 12px 0;
	text-align: center;
}

@media (max-width: 980px) {
	.community2026__hero-header,
	.community2026__dashboard,
	.community2026__profile-hero,
	.community2026__community-grid,
	.community2026__member-grid {
		grid-template-columns: 1fr;
	}

	.community2026__actions,
	.community2026__profile-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.community2026__search form,
	.community2026__community-card,
	.community2026__member-card,
	.community2026__profile-main {
		grid-template-columns: 1fr;
	}

	.community2026__section-header {
		align-items: flex-start;
		flex-direction: column;
	}
}
