.hf-single-wrap {
	padding-block: clamp(0.5rem, 2vw, 1rem) 2.5rem;
}

.hf-single {
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius-lg);
	padding: clamp(1.1rem, 2.6vw, 2.2rem);
	box-shadow: var(--hf-shadow);
	position: relative;
	overflow: hidden;
}

.hf-single::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--hf-primary), var(--hf-secondary), var(--hf-primary));
	background-size: 200% 100%;
	animation: hf-gradient-move 8s linear infinite;
}

@keyframes hf-gradient-move {
	from { background-position: 0% 0; }
	to { background-position: 200% 0; }
}

.hf-single-header {
	margin-bottom: 1.3rem;
}

.hf-single-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.8rem;
}

.hf-single-title {
	font-size: clamp(1.3rem, 2.9vw, 2.15rem);
	line-height: 1.7;
	margin-bottom: 0.7rem;
	position: relative;
}

.hf-single-lead {
	font-size: 1.03rem;
	line-height: 2.1;
	color: var(--hf-text-muted);
	font-weight: 500;
	padding: 0.9rem 1.1rem;
	background: linear-gradient(120deg, rgba(11, 122, 62, 0.08), rgba(245, 179, 1, 0.08));
	border-inline-start: 4px solid var(--hf-primary);
	border-radius: 0 var(--hf-radius-sm) var(--hf-radius-sm) 0;
	margin-bottom: 1rem;
}

.hf-single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 1.1rem;
	padding-block: 0.85rem;
	border-block: 1px solid var(--hf-border);
	font-size: 0.82rem;
	color: var(--hf-text-faint);
}

.hf-single-meta a {
	color: inherit;
}

.hf-single-meta a:hover {
	color: var(--hf-primary);
}

.hf-single-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	margin-bottom: 1.3rem;
}

.hf-fontsize {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	border-radius: 999px;
	padding: 0.25rem 0.7rem;
	font-size: 0.82rem;
}

.hf-fontsize-label {
	color: var(--hf-text-muted);
	font-weight: 600;
	margin-inline-end: 0.3rem;
}

.hf-fontsize-btn {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--hf-text-muted);
	transition: background-color 0.2s, color 0.2s;
}

.hf-fontsize-btn:hover {
	background: var(--hf-primary);
	color: #fff;
}

.hf-fontsize-value {
	min-width: 46px;
	text-align: center;
	font-weight: 700;
	color: var(--hf-primary);
}

.hf-share {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	position: relative;
	flex-wrap: wrap;
}

.hf-share-label {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--hf-text-muted);
}

.hf-share-list {
	display: flex;
	align-items: center;
	gap: 0.32rem;
	flex-wrap: wrap;
}

.hf-share-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.32rem;
	padding: 0.34em 0.7em;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--hf-text-muted);
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	transition: transform 0.22s var(--hf-ease), color 0.22s, background-color 0.22s, border-color 0.22s;
}

.hf-share-btn span {
	display: none;
}

.hf-share-btn:hover {
	transform: translateY(-2px);
	color: #fff;
	background: var(--hf-share-color, var(--hf-primary));
	border-color: transparent;
}

.hf-share-telegram { --hf-share-color: #229ed9; }
.hf-share-whatsapp { --hf-share-color: #25d366; }
.hf-share-twitter { --hf-share-color: #111827; }
.hf-share-facebook { --hf-share-color: #1877f2; }
.hf-share-linkedin { --hf-share-color: #0a66c2; }
.hf-share-eitaa { --hf-share-color: #ea5327; }
.hf-share-rubika { --hf-share-color: #d32f5c; }
.hf-share-soroush { --hf-share-color: #4caf50; }
.hf-share-bale { --hf-share-color: #00a2e8; }
.hf-share-email { --hf-share-color: #64748b; }
.hf-share-copy { --hf-share-color: #0f766e; }
.hf-share-print { --hf-share-color: #7c3aed; }

.hf-share-toast {
	position: absolute;
	inset-block-start: calc(100% + 6px);
	inset-inline-start: 0;
	background: var(--hf-accent);
	color: #fff;
	font-size: 0.78rem;
	padding: 0.35em 0.85em;
	border-radius: 999px;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.25s, transform 0.25s;
	pointer-events: none;
	white-space: nowrap;
	z-index: 5;
}

.hf-share-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.hf-single-media {
	margin-bottom: 1.5rem;
}

.hf-single-thumb,
.hf-single-video {
	margin: 0;
	border-radius: var(--hf-radius);
	overflow: hidden;
	box-shadow: var(--hf-shadow);
	position: relative;
}

.hf-single-thumb-img {
	width: 100%;
	display: block;
}

.hf-single-thumb figcaption {
	padding: 0.6rem 0.9rem;
	background: var(--hf-surface-2);
	color: var(--hf-text-muted);
	font-size: 0.82rem;
	text-align: center;
	border-top: 1px solid var(--hf-border);
}

.hf-single-video-frame {
	border-radius: var(--hf-radius);
}

.hf-single-audio {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-top: 1rem;
	padding: 0.8rem 1rem;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius-sm);
}

.hf-single-audio audio {
	flex: 1;
	min-width: 0;
}

.hf-audio-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--hf-primary);
	color: #fff;
	flex: 0 0 42px;
}

.hf-single-gallery {
	margin-top: 1.4rem;
}

.hf-single-gallery-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.05rem;
	margin-bottom: 0.9rem;
}

.hf-single-content {
	font-size: 1em;
	line-height: 2.15;
	color: var(--hf-text);
	transition: font-size 0.2s var(--hf-ease);
}

.hf-single-content > p:first-of-type::first-letter {
	font-size: 1.4em;
	font-weight: 800;
	color: var(--hf-primary);
}

.hf-entry-content h2,
.hf-entry-content h3,
.hf-entry-content h4 {
	margin-top: 1.6em;
	position: relative;
	padding-inline-start: 0.9rem;
}

.hf-entry-content h2::before,
.hf-entry-content h3::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block: 0.25em 0.25em;
	width: 5px;
	border-radius: 4px;
	background: linear-gradient(180deg, var(--hf-secondary), var(--hf-primary));
}

.hf-entry-content ul,
.hf-entry-content ol {
	padding-inline-start: 1.4rem;
	margin-bottom: 1.2em;
}

.hf-entry-content ul {
	list-style: disc;
}

.hf-entry-content ol {
	list-style: decimal;
}

.hf-entry-content li {
	margin-bottom: 0.45em;
}

.hf-entry-content a {
	color: var(--hf-primary);
	font-weight: 600;
	border-bottom: 1px dashed currentColor;
}

.hf-entry-content a:hover {
	border-bottom-style: solid;
}

.hf-entry-content img {
	border-radius: var(--hf-radius-sm);
	height: auto;
}

.hf-entry-content figure {
	margin: 1.5em 0;
}

.hf-entry-content figcaption {
	font-size: 0.83rem;
	color: var(--hf-text-faint);
	text-align: center;
	margin-top: 0.5rem;
}

.hf-entry-content .aligncenter {
	display: block;
	margin-inline: auto;
}

.hf-entry-content .alignleft {
	float: left;
	margin: 0.4em 1.2em 0.8em 0;
}

.hf-entry-content .alignright {
	float: right;
	margin: 0.4em 0 0.8em 1.2em;
}

.hf-entry-content .wp-block-quote,
.hf-entry-content blockquote {
	position: relative;
}

.hf-page-links {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 1.5rem 0;
	flex-wrap: wrap;
}

.hf-page-links span {
	display: inline-grid;
	place-items: center;
	min-width: 36px;
	height: 36px;
	padding: 0 0.5rem;
	border-radius: 10px;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	font-weight: 700;
}

.hf-page-links a span:hover {
	background: var(--hf-primary);
	color: #fff;
	border-color: transparent;
}

.hf-toc {
	margin: 1.6em 0;
	padding: 1.1rem 1.3rem;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
	position: relative;
}

.hf-toc-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 800;
	margin: 0 0 0.7rem;
	color: var(--hf-text);
}

.hf-toc-list {
	counter-reset: hf-toc;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.hf-toc-list a {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	color: var(--hf-text-muted);
	font-size: 0.92rem;
	padding: 0.25rem 0.4rem;
	border-radius: 8px;
	transition: background-color 0.2s, color 0.2s, transform 0.2s;
}

.hf-toc-list a::before {
	counter-increment: hf-toc;
	content: counter(hf-toc);
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	border-radius: 7px;
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	font-size: 0.72rem;
	font-weight: 800;
	color: var(--hf-primary);
}

.hf-toc-list a:hover {
	background: var(--hf-surface);
	color: var(--hf-primary);
	transform: translateX(-3px);
}

.hf-toc-level-3 a {
	padding-inline-start: 1.6rem;
	font-size: 0.87rem;
}

.hf-single-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin: 1.6rem 0;
	padding-top: 1.2rem;
	border-top: 1px solid var(--hf-border);
}

.hf-tags-label {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-weight: 700;
	font-size: 0.88rem;
	color: var(--hf-text-muted);
}

.hf-tag {
	display: inline-block;
	padding: 0.22em 0.85em;
	border-radius: 999px;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	color: var(--hf-text-muted);
	font-size: 0.8rem;
	transition: background-color 0.22s, color 0.22s, transform 0.22s, border-color 0.22s;
}

.hf-tag:hover {
	background: var(--hf-primary);
	border-color: transparent;
	color: #fff;
	transform: translateY(-2px);
}

.hf-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.hf-single-attachments {
	margin: 1.4rem 0;
	padding: 1rem 1.2rem;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
}

.hf-attachments-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1rem;
	margin-bottom: 0.8rem;
}

.hf-attachments-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.hf-attachments-list a {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.65rem 0.9rem;
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius-sm);
	color: var(--hf-text);
	transition: transform 0.25s var(--hf-ease), border-color 0.25s, box-shadow 0.25s;
}

.hf-attachments-list a:hover {
	transform: translateX(-4px);
	border-color: var(--hf-primary);
	box-shadow: var(--hf-shadow);
}

.hf-attachment-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 11px;
	color: var(--hf-primary);
	background: rgba(11, 122, 62, 0.12);
}

.hf-attachment-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hf-attachment-body strong {
	font-size: 0.92rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hf-attachment-body small {
	color: var(--hf-text-faint);
	font-size: 0.76rem;
}

.hf-rating {
	margin: 1.6rem 0;
}

.hf-rating-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem 1.4rem;
	padding: 1.1rem 1.3rem;
	background: linear-gradient(120deg, rgba(245, 179, 1, 0.12), rgba(11, 122, 62, 0.08));
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
}

.hf-rating-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 800;
	color: var(--hf-text);
}

.hf-rating-title .hf-icon {
	color: var(--hf-secondary-dark);
}

.hf-rating-stars {
	display: flex;
	flex-direction: row-reverse;
	gap: 0.2rem;
}

.hf-rating-star {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	color: var(--hf-border-strong);
	transition: color 0.2s, transform 0.2s var(--hf-ease), background-color 0.2s;
}

.hf-rating-star:hover,
.hf-rating-star.is-hovered,
.hf-rating-star.is-active {
	color: var(--hf-secondary);
	transform: scale(1.14) rotate(-6deg);
	background: rgba(245, 179, 1, 0.14);
}

.hf-rating.is-locked .hf-rating-star {
	pointer-events: none;
	opacity: 0.75;
}

.hf-rating-result {
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
	font-size: 0.86rem;
	color: var(--hf-text-muted);
}

.hf-rating-value {
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--hf-primary);
	line-height: 1;
}

.hf-rating-out,
.hf-rating-count {
	font-size: 0.84rem;
	color: var(--hf-text-faint);
}

.hf-like {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5em 1.1em;
	border-radius: 999px;
	border: 1px solid var(--hf-border);
	background: var(--hf-surface);
	color: var(--hf-text-muted);
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.25s var(--hf-ease), color 0.25s, background-color 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.hf-like .hf-icon {
	color: var(--hf-danger);
	transition: transform 0.3s var(--hf-ease-spring, cubic-bezier(0.34, 1.56, 0.64, 1));
}

.hf-like:hover {
	transform: translateY(-3px);
	border-color: rgba(225, 29, 72, 0.4);
	color: var(--hf-danger);
	box-shadow: 0 12px 26px -16px rgba(225, 29, 72, 0.7);
}

.hf-like:hover .hf-icon {
	transform: scale(1.18);
}

.hf-like.is-liked {
	background: linear-gradient(135deg, rgba(225, 29, 72, 0.14), rgba(245, 179, 1, 0.12));
	border-color: rgba(225, 29, 72, 0.35);
	color: var(--hf-danger);
}

.hf-like.is-liked .hf-icon path {
	fill: currentColor;
}

.hf-like-count {
	display: inline-grid;
	place-items: center;
	min-width: 26px;
	height: 22px;
	padding: 0 0.4em;
	border-radius: 999px;
	background: var(--hf-surface-2);
	font-size: 0.76rem;
	font-weight: 800;
}

.hf-like.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

@keyframes hf-like-pop {
	0% { transform: scale(1); }
	45% { transform: scale(1.35); }
	100% { transform: scale(1); }
}

.hf-like.is-liked .hf-icon {
	animation: hf-like-pop 0.5s var(--hf-ease, ease);
}

.hf-rating-message {
	width: 100%;
	margin: 0;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--hf-success);
	min-height: 1.2em;
}

.hf-rating-message.is-error {
	color: var(--hf-danger);
}

.hf-single-share-bottom {
	display: flex;
	justify-content: center;
	padding: 1rem 0 0.4rem;
	border-top: 1px dashed var(--hf-border);
	margin-top: 0.6rem;
}

.hf-single-share-bottom .hf-share {
	flex-wrap: wrap;
	justify-content: center;
}

.hf-single-share-bottom .hf-share-btn span {
	display: inline;
}

.hf-author-box {
	display: flex;
	gap: 1.1rem;
	align-items: flex-start;
	margin: 1.8rem 0;
	padding: 1.2rem 1.3rem;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
}

.hf-author-avatar img {
	width: 88px;
	height: 88px;
	border-radius: 22px;
	object-fit: cover;
	border: 3px solid var(--hf-surface);
	box-shadow: var(--hf-shadow);
}

.hf-author-label {
	font-size: 0.76rem;
	color: var(--hf-text-faint);
	font-weight: 700;
}

.hf-author-name {
	margin: 0.15rem 0 0.4rem;
	font-size: 1.1rem;
}

.hf-author-bio {
	margin: 0 0 0.6rem;
	font-size: 0.89rem;
	line-height: 2;
	color: var(--hf-text-muted);
}

.hf-author-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1rem;
	font-size: 0.8rem;
	color: var(--hf-text-faint);
}

.hf-author-meta span,
.hf-author-meta a {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: inherit;
}

.hf-author-meta a:hover {
	color: var(--hf-primary);
}

.hf-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	margin: 1.8rem 0;
}

.hf-post-nav-link {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	padding: 0.9rem 1.1rem;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius-sm);
	transition: transform 0.28s var(--hf-ease), border-color 0.28s, box-shadow 0.28s;
}

.hf-post-nav-link:hover {
	transform: translateY(-3px);
	border-color: var(--hf-primary);
	box-shadow: var(--hf-shadow);
}

.hf-post-nav-next {
	text-align: left;
}

.hf-post-nav-label {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--hf-primary);
}

.hf-post-nav-next .hf-post-nav-label {
	justify-content: flex-end;
}

.hf-post-nav-title {
	font-size: 0.9rem;
	color: var(--hf-text);
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hf-related {
	margin-top: 2.2rem;
}

.hf-related-head {
	margin-bottom: 1.2rem;
}

.hf-comments {
	margin-top: 2.2rem;
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius-lg);
	padding: clamp(1.1rem, 2.4vw, 1.8rem);
	box-shadow: var(--hf-shadow);
}

.hf-comments-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px dashed var(--hf-border);
}

.hf-reply-link,
.hf-edit-link {
	display: inline-flex;
}

.hf-reply-link a,
.hf-edit-link a {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.28em 0.75em;
	border-radius: 999px;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	color: var(--hf-text-muted);
	font-size: 0.78rem;
	font-weight: 600;
	transition: background-color 0.22s, color 0.22s, border-color 0.22s, transform 0.22s;
}

.hf-reply-link a:hover {
	background: var(--hf-primary);
	border-color: transparent;
	color: #fff;
	transform: translateY(-2px);
}

.hf-edit-link a:hover {
	background: var(--hf-accent);
	border-color: transparent;
	color: #3d2c00;
}

.hf-comment-notes {
	margin: 0 0 0.9rem;
	font-size: 0.82rem;
	color: var(--hf-text-faint);
	line-height: 1.9;
}

.hf-page-header {
	margin-bottom: 1.4rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed var(--hf-border);
}

.hf-page-header .hf-page-title {
	margin: 0;
}

.hf-comments-title {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 1.2rem;
	margin-bottom: 1.3rem;
}

.hf-comments-title .hf-icon {
	color: var(--hf-primary);
}

.hf-comments-count {
	display: inline-grid;
	place-items: center;
	min-width: 30px;
	height: 30px;
	padding: 0 0.5rem;
	border-radius: 999px;
	background: rgba(11, 122, 62, 0.12);
	color: var(--hf-primary);
	font-size: 0.82rem;
	font-weight: 800;
}

.hf-comment-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.hf-comment-list .children {
	margin-inline-start: 2.2rem;
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-inline-start: 1rem;
	border-inline-start: 2px dashed var(--hf-border);
}

.hf-comment-body {
	display: flex;
	gap: 0.9rem;
	padding: 1rem 1.1rem;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
	transition: border-color 0.25s, box-shadow 0.25s;
}

.hf-comment-body:hover {
	border-color: var(--hf-border-strong);
	box-shadow: var(--hf-shadow);
}

.hf-comment-avatar img {
	width: 54px;
	height: 54px;
	border-radius: 16px;
	object-fit: cover;
}

.hf-comment-main {
	min-width: 0;
	flex: 1;
}

.hf-comment-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.3rem 0.9rem;
	margin-bottom: 0.4rem;
}

.hf-comment-author {
	font-weight: 800;
	font-size: 0.94rem;
}

.hf-comment-await {
	font-size: 0.74rem;
	color: var(--hf-secondary-dark);
	background: rgba(245, 179, 1, 0.14);
	border-radius: 999px;
	padding: 0.1em 0.65em;
}

.hf-comment-time {
	font-size: 0.76rem;
	color: var(--hf-text-faint);
}

.hf-comment-text {
	font-size: 0.92rem;
	line-height: 2;
	color: var(--hf-text-muted);
}

.hf-comment-text p:last-child {
	margin-bottom: 0;
}

.hf-comment-actions {
	display: flex;
	gap: 0.7rem;
	margin-top: 0.5rem;
	font-size: 0.8rem;
}

.hf-comment-actions a {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--hf-text-faint);
	font-weight: 700;
}

.hf-comment-actions a:hover {
	color: var(--hf-primary);
}

.hf-comments-closed {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--hf-text-muted);
	background: var(--hf-surface-2);
	border-radius: var(--hf-radius-sm);
	padding: 0.9rem 1.1rem;
}

.hf-comments-form-wrap {
	margin-top: 1.8rem;
	padding-top: 1.4rem;
	border-top: 1px solid var(--hf-border);
}

.hf-comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 1rem;
}

.hf-comment-form .hf-field-full,
.hf-comment-form .comment-form-comment,
.hf-comment-form .form-submit {
	grid-column: 1 / -1;
}

.hf-comment-form p {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-bottom: 1rem;
}

.hf-comment-form label {
	font-weight: 700;
	font-size: 0.88rem;
}

.hf-comment-form input[type="text"],
.hf-comment-form input[type="email"],
.hf-comment-form input[type="url"],
.hf-comment-form textarea {
	width: 100%;
	padding: 0.75em 1em;
	border-radius: var(--hf-radius-sm);
	border: 1.5px solid var(--hf-border-strong);
	background: var(--hf-surface);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.hf-comment-form input:focus,
.hf-comment-form textarea:focus {
	outline: none;
	border-color: var(--hf-primary);
	box-shadow: 0 0 0 4px rgba(11, 122, 62, 0.12);
}

.hf-comment-notes {
	grid-column: 1 / -1;
	font-size: 0.85rem;
	color: var(--hf-text-muted);
}

.hf-submit {
	width: auto;
}

.comment-reply-title {
	font-size: 1.1rem;
	margin-bottom: 0.9rem;
}

.hf-sidebar {
	position: sticky;
	top: 110px;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
	padding-bottom: 1rem;
	scrollbar-width: thin;
}

.hf-sidebar::-webkit-scrollbar {
	width: 6px;
}

.hf-sidebar::-webkit-scrollbar-thumb {
	background: var(--hf-border-strong);
	border-radius: 4px;
}

.hf-widget {
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
	padding: 1.1rem 1.15rem 1.25rem;
	box-shadow: 0 6px 18px -16px rgba(9, 30, 66, 0.7);
	transition: box-shadow 0.3s, border-color 0.3s;
}

.hf-widget:hover {
	box-shadow: var(--hf-shadow);
}

.hf-widget-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 0.7rem;
	border-bottom: 2px solid var(--hf-border);
	position: relative;
}

.hf-widget-title::after {
	content: "";
	position: absolute;
	inset-block-end: -2px;
	inset-inline-start: 0;
	width: 46px;
	height: 2px;
	background: linear-gradient(90deg, var(--hf-primary), var(--hf-secondary));
	border-radius: 2px;
}

.hf-widget-title span {
	position: relative;
}

.hf-widget-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.hf-widget-item {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.hf-widget-thumb {
	flex: 0 0 78px;
	width: 78px;
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
	background: var(--hf-surface-3);
}

.hf-widget-thumb img,
.hf-widget-thumb .hf-thumb-fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hf-widget-body {
	min-width: 0;
}

.hf-widget-item-title {
	font-size: 0.87rem;
	line-height: 1.75;
	margin: 0 0 0.25rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hf-widget-item-title a {
	color: var(--hf-text);
}

.hf-widget-item-title a:hover {
	color: var(--hf-primary);
}

.hf-widget-item-meta {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	font-size: 0.73rem;
	color: var(--hf-text-faint);
}

.hf-widget-item-meta span,
.hf-widget-item-meta time {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.hf-widget-more {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.9rem;
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--hf-primary);
}

.hf-widget-simple .hf-widget-item {
	align-items: flex-start;
	padding-bottom: 0.7rem;
	border-bottom: 1px dashed var(--hf-border);
}

.hf-widget-simple .hf-widget-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.hf-popular-item {
	counter-increment: hf-popular;
}

.hf-popular-rank {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border-radius: 11px;
	font-weight: 900;
	font-size: 0.92rem;
	color: #fff;
	background: linear-gradient(140deg, var(--hf-primary), var(--hf-primary-dark));
}

.hf-widget-popular li:nth-child(1) .hf-popular-rank { background: linear-gradient(140deg, #f5b301, #d18f00); color: #241a00; }
.hf-widget-popular li:nth-child(2) .hf-popular-rank { background: linear-gradient(140deg, #94a3b8, #64748b); }
.hf-widget-popular li:nth-child(3) .hf-popular-rank { background: linear-gradient(140deg, #d98b5f, #a9603a); }

.hf-department-list {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.hf-department-list a {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.55rem 0.7rem;
	border-radius: 10px;
	color: var(--hf-text);
	background: var(--hf-surface-2);
	border: 1px solid transparent;
	font-size: 0.88rem;
	font-weight: 600;
	transition: transform 0.25s var(--hf-ease), border-color 0.25s, background-color 0.25s;
}

.hf-department-list a:hover {
	transform: translateX(-4px);
	border-color: var(--hf-committee-color, var(--hf-primary));
	background: var(--hf-surface);
}

.hf-department-icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border-radius: 9px;
	color: #fff;
	background: var(--hf-committee-color, var(--hf-primary));
}

.hf-department-title {
	flex: 1;
	min-width: 0;
}

.hf-department-count {
	font-size: 0.73rem;
	color: var(--hf-text-faint);
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	border-radius: 999px;
	padding: 0 0.5em;
}

.hf-category-list {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.hf-category-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	padding: 0.5rem 0.7rem;
	border-radius: 9px;
	color: var(--hf-text-muted);
	font-size: 0.88rem;
	transition: background-color 0.22s, color 0.22s;
}

.hf-category-list a:hover {
	background: var(--hf-surface-2);
	color: var(--hf-cat-color, var(--hf-primary));
}

.hf-category-count {
	font-size: 0.73rem;
	background: var(--hf-surface-2);
	border-radius: 999px;
	padding: 0 0.55em;
	border: 1px solid var(--hf-border);
}

.hf-contact-card-body {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.hf-contact-card-body a {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--hf-text-muted);
	font-size: 0.88rem;
}

.hf-contact-card-body a:hover {
	color: var(--hf-primary);
}

.hf-contact-card-body .hf-btn {
	margin-top: 0.4rem;
	color: #fff;
}

.hf-widget-video .hf-video-frame {
	border-radius: var(--hf-radius-sm);
	box-shadow: none;
}

.hf-socials--widget .hf-socials-list {
	justify-content: flex-start;
}

.hf-archive-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(150deg, var(--hf-archive-accent), #071a2c 70%);
	color: #fff;
	padding: clamp(1.6rem, 4vw, 2.8rem) 0 clamp(1.8rem, 4vw, 3rem);
	isolation: isolate;
}

.hf-archive-hero-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.35;
	color: rgba(255, 255, 255, 0.4);
	z-index: -1;
}

.hf-archive-hero .hf-breadcrumb,
.hf-archive-hero .hf-breadcrumb a {
	color: rgba(255, 255, 255, 0.75);
}

.hf-archive-hero .hf-breadcrumb li:last-child span {
	color: var(--hf-secondary);
}

.hf-archive-hero-inner {
	display: flex;
	align-items: center;
	gap: 1.1rem;
}

.hf-archive-hero-icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	border-radius: 22px;
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(6px);
}

.hf-archive-title {
	color: #fff;
	margin: 0;
	font-size: clamp(1.3rem, 3vw, 2.1rem);
}

.hf-archive-description {
	color: rgba(255, 255, 255, 0.82);
	margin: 0.4rem 0 0;
	max-width: 72ch;
	font-size: 0.92rem;
	line-height: 2;
}

.hf-archive-count {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0.6rem 0 0;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.72);
}

.hf-archive-responsible {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1.2rem;
	margin-top: 0.7rem;
	font-size: 0.85rem;
}

.hf-archive-responsible span,
.hf-archive-responsible a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	padding: 0.2em 0.85em;
}

.hf-archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	flex-wrap: wrap;
	margin-bottom: 1.1rem;
	padding: 0.8rem 1rem;
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius);
}

.hf-archive-result {
	margin: 0;
	font-size: 0.88rem;
	color: var(--hf-text-muted);
	font-weight: 600;
}

.hf-view-switch {
	display: inline-flex;
	gap: 0.25rem;
	background: var(--hf-surface-2);
	border: 1px solid var(--hf-border);
	border-radius: 999px;
	padding: 0.22rem;
}

.hf-view-btn {
	display: grid;
	place-items: center;
	width: 36px;
	height: 32px;
	border-radius: 999px;
	color: var(--hf-text-muted);
	transition: background-color 0.22s, color 0.22s;
}

.hf-view-btn.is-active {
	background: var(--hf-primary);
	color: #fff;
}

.hf-archive-filters {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
	margin-bottom: 1.3rem;
}

.hf-filters-label {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--hf-text-muted);
}

.hf-filter-chip {
	font-size: 0.82rem;
	padding: 0.3em 0.95em;
	border-radius: 999px;
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	color: var(--hf-text-muted);
	transition: background-color 0.22s, color 0.22s, transform 0.22s, border-color 0.22s;
}

.hf-filter-chip:hover {
	transform: translateY(-2px);
	border-color: var(--hf-primary);
	color: var(--hf-primary);
}

.hf-filter-chip.is-active {
	background: var(--hf-primary);
	border-color: transparent;
	color: #fff;
}

.hf-archive-grid[data-archive-view="list"] {
	grid-template-columns: minmax(0, 1fr) !important;
}

.hf-archive-grid[data-archive-view="list"] .hf-card {
	flex-direction: row;
	align-items: stretch;
}

.hf-archive-grid[data-archive-view="list"] .hf-card-media {
	flex: 0 0 34%;
	aspect-ratio: auto;
	min-height: 190px;
}

.hf-archive-grid[data-archive-view="list"] .hf-card-body {
	padding: 1.15rem 1.25rem 0.5rem;
}

.hf-archive-grid[data-archive-view="list"] .hf-card-title {
	font-size: 1.12rem;
	-webkit-line-clamp: 2;
}

.hf-archive-grid[data-archive-view="list"] .hf-card-excerpt {
	-webkit-line-clamp: 3;
}

.hf-archive-grid[data-archive-view="list"] .hf-card-footer {
	margin: 0 1.25rem 1rem;
	border: 1px solid var(--hf-border);
	border-radius: var(--hf-radius-sm);
}

.hf-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	margin: 2.4rem 0 1rem;
}

.hf-pagination-info {
	font-size: 0.82rem;
	color: var(--hf-text-faint);
}

.hf-pagination-list {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-wrap: wrap;
	justify-content: center;
}

.hf-page-item a,
.hf-page-item span {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 0.7rem;
	border-radius: 12px;
	background: var(--hf-surface);
	border: 1px solid var(--hf-border);
	color: var(--hf-text-muted);
	font-weight: 700;
	font-size: 0.9rem;
	transition: transform 0.25s var(--hf-ease), background-color 0.25s, color 0.25s, border-color 0.25s;
}

.hf-page-item a:hover {
	transform: translateY(-3px);
	border-color: var(--hf-primary);
	color: var(--hf-primary);
	box-shadow: var(--hf-shadow);
}

.hf-page-item.is-current span,
.hf-page-item.is-current a {
	background: linear-gradient(135deg, var(--hf-primary), var(--hf-primary-dark));
	border-color: transparent;
	color: #fff;
}

.hf-page-item.is-prev a,
.hf-page-item.is-next a {
	display: inline-flex;
	gap: 0.4rem;
}

.hf-page-item.is-dots span {
	background: transparent;
	border-color: transparent;
	color: var(--hf-text-faint);
}

.hf-sticky-bar {
	display: none;
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 90;
	background: var(--hf-surface);
	border-top: 1px solid var(--hf-border);
	box-shadow: 0 -10px 30px -22px rgba(9, 30, 66, 0.9);
	padding: 0.4rem 0.5rem calc(0.4rem + env(safe-area-inset-bottom));
}

.hf-sticky-bar .hf-sticky-btn {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	font-size: 0.68rem;
	color: var(--hf-text-muted);
	padding: 0.3rem;
	border-radius: 10px;
}

.hf-sticky-bar .hf-sticky-btn:hover,
.hf-sticky-bar .hf-sticky-btn:active {
	background: var(--hf-surface-2);
	color: var(--hf-primary);
}

.hf-single-content[data-fontsize-target] {
	font-size: calc(1em * var(--hf-content-scale, 1));
}
