:root {
	--zh-accent: #7c5cff;
	--zh-accent-2: #a85cff;
	--zh-ink: #241c3f;
	--zh-muted: #756f87;
	--zh-line: #e8e3f1;
	--zh-surface: #ffffff;
	--zh-soft: #f7f5fb;
	--zh-deep: #211642;
	--zh-shadow: 0 18px 50px rgba(42, 29, 77, .09);
}

.zenkai-hashtag-link {
	color: var(--zh-accent) !important;
	font-weight: 750;
	text-decoration: none !important;
	border-radius: 5px;
	transition: color .18s ease, background .18s ease;
}

.zenkai-hashtag-link:hover,
.zenkai-hashtag-link:focus-visible {
	color: #5d3ee5 !important;
	background: rgba(124, 92, 255, .1);
	outline: none;
}

.zenkai-hashtag-hub,
.zenkai-hashtag-hub * {
	box-sizing: border-box;
}

.zenkai-hashtag-hub {
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 22px 16px 72px;
	color: var(--zh-ink);
	font-family: inherit;
}

.zenkai-hashtag-hub svg,
.zh-mini-widget svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.zh-hero {
	position: relative;
	overflow: hidden;
	min-height: 294px;
	padding: 48px clamp(24px, 5vw, 68px);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 30px;
	background:
		radial-gradient(circle at 82% 10%, rgba(171, 115, 255, .38), transparent 29%),
		radial-gradient(circle at 5% 100%, rgba(88, 201, 255, .15), transparent 28%),
		linear-gradient(135deg, #1c1237 0%, #33215c 48%, #4c2a75 100%);
	box-shadow: 0 26px 70px rgba(31, 20, 60, .24);
	color: #fff;
}

.zh-hero::before,
.zh-hero::after {
	position: absolute;
	content: "#";
	font-size: 230px;
	font-weight: 950;
	line-height: 1;
	color: rgba(255, 255, 255, .035);
	pointer-events: none;
}

.zh-hero::before { right: 1%; top: -35px; transform: rotate(9deg); }
.zh-hero::after { right: 22%; bottom: -135px; transform: rotate(-10deg) scale(.7); }

.zh-hero__glow {
	position: absolute;
	right: -90px;
	top: -110px;
	width: 340px;
	height: 340px;
	border: 70px solid rgba(255, 255, 255, .025);
	border-radius: 50%;
}

.zh-hero__content { position: relative; z-index: 1; max-width: 850px; }

.zh-eyebrow,
.zh-kicker {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.zh-eyebrow { color: #cbbdff; }
.zh-kicker { color: var(--zh-accent); }

.zh-hero__title-row {
	display: flex;
	align-items: center;
	gap: 22px;
}

.zh-hero__mark,
.zh-detail-hero__mark {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 78px;
	height: 78px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .05));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 14px 30px rgba(15, 7, 32, .28);
	color: #fff;
	font-size: 48px;
	font-weight: 950;
	line-height: 1;
}

.zh-hero h1,
.zh-detail-hero h1 {
	margin: 0 0 8px !important;
	color: #fff !important;
	font-size: clamp(34px, 5vw, 54px) !important;
	font-weight: 900 !important;
	letter-spacing: -.045em;
	line-height: 1 !important;
}

.zh-hero p,
.zh-detail-hero p {
	margin: 0;
	color: rgba(255, 255, 255, .74);
	font-size: clamp(14px, 2vw, 17px);
	line-height: 1.6;
}

.zh-search {
	display: flex;
	align-items: center;
	width: min(100%, 720px);
	margin-top: 30px;
	padding: 7px 7px 7px 18px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 16px;
	background: rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	backdrop-filter: blur(12px);
}

.zh-search__icon { color: rgba(255,255,255,.7); font-size: 22px; }

.zh-search input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 44px;
	margin: 0;
	padding: 0 14px;
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font: inherit;
}

.zh-search input::placeholder { color: rgba(255,255,255,.5); }

.zh-search button,
.zh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--zh-accent), var(--zh-accent-2));
	box-shadow: 0 9px 20px rgba(80, 52, 190, .3);
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .18s ease, filter .18s ease;
}

.zh-search button:hover,
.zh-button:hover { transform: translateY(-1px); filter: brightness(1.08); }

.zh-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 18px 0 30px;
}

.zh-stat-card {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto auto;
	column-gap: 13px;
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--zh-line);
	border-radius: 20px;
	background: var(--zh-surface);
	box-shadow: 0 9px 30px rgba(48, 34, 82, .055);
}

.zh-stat-card__icon {
	display: grid;
	grid-row: 1 / span 3;
	place-items: center;
	width: 45px;
	height: 45px;
	border-radius: 14px;
	background: rgba(124, 92, 255, .1);
	color: var(--zh-accent);
	font-size: 23px;
}

.zh-stat-card__value {
	overflow: hidden;
	color: var(--zh-ink);
	font-size: clamp(20px, 2.5vw, 29px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1.05;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zh-stat-card strong { margin-top: 4px; color: var(--zh-ink); font-size: 12px; line-height: 1.25; }
.zh-stat-card small { margin-top: 2px; color: var(--zh-muted); font-size: 11px; line-height: 1.3; }

.zh-section,
.zh-side-card {
	border: 1px solid var(--zh-line);
	border-radius: 23px;
	background: var(--zh-surface);
	box-shadow: var(--zh-shadow);
}

.zh-section { padding: clamp(20px, 3vw, 30px); }
.zh-hot-section { margin-bottom: 22px; }

.zh-section__heading,
.zh-side-card__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.zh-section__heading h2,
.zh-side-card h3,
.zh-mini-widget h3 {
	margin: 0 !important;
	color: var(--zh-ink) !important;
	font-weight: 850 !important;
	letter-spacing: -.025em;
}

.zh-section__heading h2 { font-size: clamp(21px, 3vw, 27px) !important; }
.zh-side-card h3 { font-size: 16px !important; }

.zh-live-pill,
.zh-featured-pill,
.zh-count-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(124, 92, 255, .09);
	color: var(--zh-accent);
	font-size: 10px;
	font-style: normal;
	font-weight: 850;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.zh-live-pill i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #32d389;
	box-shadow: 0 0 0 4px rgba(50, 211, 137, .13);
	animation: zh-pulse 2s infinite;
}

.zh-featured-pill svg { width: 12px; height: 12px; fill: currentColor; }

@keyframes zh-pulse {
	0%, 100% { box-shadow: 0 0 0 4px rgba(50, 211, 137, .12); }
	50% { box-shadow: 0 0 0 7px rgba(50, 211, 137, 0); }
}

.zh-hot-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 11px;
}

.zh-hot-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 142px;
	padding: 18px;
	border: 1px solid var(--zh-line);
	border-radius: 17px;
	background: linear-gradient(145deg, var(--zh-surface), var(--zh-soft));
	color: inherit !important;
	text-decoration: none !important;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.zh-hot-card:hover,
.zh-hot-card:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(124, 92, 255, .35);
	box-shadow: 0 14px 28px rgba(76, 54, 124, .1);
	outline: none;
}

.zh-hot-card__rank {
	position: absolute;
	top: 15px;
	right: 16px;
	color: rgba(76, 59, 108, .18);
	font-size: 24px;
	font-weight: 950;
}

.zh-hot-card__tag {
	overflow: hidden;
	max-width: calc(100% - 34px);
	color: var(--zh-ink);
	font-size: 17px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zh-hot-card__meta {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	color: var(--zh-muted);
	font-size: 11px;
}

.zh-hot-card__meta strong { color: var(--zh-ink); }
.zh-hot-card__meta em { margin-top: 3px; color: #16a66b; font-size: 10px; font-style: normal; font-weight: 800; }

.zh-hot-card__arrow {
	position: absolute;
	right: 16px;
	bottom: 18px;
	color: var(--zh-accent);
	font-size: 18px;
	transition: transform .18s ease;
}

.zh-hot-card:hover .zh-hot-card__arrow { transform: translateX(3px); }

.zh-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 350px);
	align-items: start;
	gap: 22px;
}

.zh-sidebar {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.zh-side-card { padding: 22px; }
.zh-side-card__heading { justify-content: flex-start; margin-bottom: 17px; }

.zh-side-card__icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: rgba(124, 92, 255, .1);
	color: var(--zh-accent);
	font-size: 21px;
}

.zh-side-card__icon--spark { margin-bottom: 15px; }

.zh-how-card {
	background:
		radial-gradient(circle at 100% 0, rgba(124, 92, 255, .12), transparent 45%),
		var(--zh-surface);
}

.zh-how-card p { margin: 8px 0 16px; color: var(--zh-muted); font-size: 13px; line-height: 1.65; }
.zh-how-card code { display: inline-block; padding: 8px 11px; border: 1px solid var(--zh-line); border-radius: 9px; background: var(--zh-soft); color: var(--zh-accent); font-size: 12px; font-weight: 800; }

.zh-section__heading--directory { align-items: flex-end; }

.zh-sort {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--zh-muted);
	font-size: 11px;
	font-weight: 750;
}

.zh-sort select {
	min-width: 132px;
	height: 38px;
	margin: 0;
	padding: 0 30px 0 12px;
	border: 1px solid var(--zh-line) !important;
	border-radius: 10px;
	background-color: var(--zh-surface) !important;
	box-shadow: none !important;
	color: var(--zh-ink) !important;
	font-size: 11px;
}

.zh-tag-list { display: grid; gap: 8px; }

.zh-tag-row {
	display: grid;
	grid-template-columns: auto minmax(120px, 1fr) auto 66px 62px 20px;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 13px 14px;
	border: 1px solid transparent;
	border-radius: 14px;
	background: var(--zh-soft);
	color: inherit !important;
	text-decoration: none !important;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.zh-tag-row:hover,
.zh-tag-row:focus-visible {
	transform: translateX(2px);
	border-color: rgba(124, 92, 255, .22);
	background: rgba(124, 92, 255, .065);
	outline: none;
}

.zh-tag-row__mark {
	display: grid;
	place-items: center;
	width: 39px;
	height: 39px;
	border-radius: 12px;
	background: var(--zh-surface);
	box-shadow: 0 4px 12px rgba(54, 40, 87, .06);
	color: var(--zh-accent);
	font-size: 21px;
	font-weight: 900;
}

.zh-tag-row__main { min-width: 0; }
.zh-tag-row__main strong { display: block; overflow: hidden; color: var(--zh-ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.zh-tag-row__main small,
.zh-tag-row__metric small { display: block; margin-top: 2px; color: var(--zh-muted); font-size: 9px; }

.zh-tag-row__metric { text-align: right; }
.zh-tag-row__metric strong { display: block; color: var(--zh-ink); font-size: 12px; }
.zh-tag-row__go { color: var(--zh-accent); font-size: 17px; }

.zh-contributor-list { display: grid; gap: 5px; }

.zh-contributor {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border-radius: 12px;
	color: inherit !important;
	text-decoration: none !important;
	transition: background .18s ease;
}

.zh-contributor:hover { background: var(--zh-soft); }
.zh-contributor__avatar { width: 42px !important; height: 42px !important; border: 2px solid var(--zh-surface); border-radius: 50% !important; box-shadow: 0 0 0 2px rgba(124, 92, 255, .16); object-fit: cover; }
.zh-contributor span { min-width: 0; }
.zh-contributor strong { display: block; overflow: hidden; color: var(--zh-ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.zh-contributor small { display: block; margin-top: 2px; color: var(--zh-muted); font-size: 9px; }
.zh-contributor i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; background: var(--zh-soft); color: var(--zh-muted); font-size: 9px; font-style: normal; font-weight: 850; }

.zh-muted { color: var(--zh-muted); font-size: 12px; }

.zh-empty {
	display: grid;
	place-items: center;
	min-height: 180px;
	padding: 28px;
	border: 1px dashed rgba(124, 92, 255, .28);
	border-radius: 17px;
	background: var(--zh-soft);
	text-align: center;
}

.zh-empty > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 10px; border-radius: 15px; background: rgba(124, 92, 255, .11); color: var(--zh-accent); font-size: 27px; font-weight: 900; }
.zh-empty h3 { margin: 0 0 5px !important; color: var(--zh-ink) !important; font-size: 15px !important; }
.zh-empty p { max-width: 440px; margin: 0; color: var(--zh-muted); font-size: 12px; line-height: 1.55; }

.zh-pagination { margin-top: 22px; }
.zh-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.zh-pagination a,
.zh-pagination span.page-numbers { display: grid; place-items: center; min-width: 36px; height: 36px; padding: 0 9px; border: 1px solid var(--zh-line); border-radius: 10px; background: var(--zh-surface); color: var(--zh-ink); font-size: 11px; font-weight: 800; text-decoration: none; }
.zh-pagination span.current { border-color: var(--zh-accent); background: var(--zh-accent); color: #fff; }

/* Tag detail. */
.zh-back-link { display: inline-flex; align-items: center; gap: 7px; margin: 2px 0 15px; color: var(--zh-muted) !important; font-size: 12px; font-weight: 800; text-decoration: none !important; }
.zh-back-link svg { width: 16px; }
.zh-back-link:hover { color: var(--zh-accent) !important; }

.zh-detail-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 220px;
	padding: clamp(28px, 5vw, 50px);
	border-radius: 27px;
	background:
		radial-gradient(circle at 92% 10%, rgba(180, 102, 255, .32), transparent 30%),
		linear-gradient(135deg, #1e143b, #422568);
	box-shadow: 0 24px 60px rgba(31, 20, 60, .22);
	color: #fff;
}

.zh-detail-hero__main { display: flex; align-items: center; gap: 22px; min-width: 0; }
.zh-detail-hero__mark { width: 72px; height: 72px; font-size: 43px; }
.zh-detail-labels { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.zh-detail-labels .zh-eyebrow { margin: 0; }

.zh-copy-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 12px;
	background: rgba(255,255,255,.1);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}

.zh-copy-button svg { width: 16px; }
.zh-copy-button:hover { background: rgba(255,255,255,.17); }
.zh-detail-stats { margin-bottom: 22px; }

.zh-conversation-list { display: grid; gap: 11px; }

.zh-conversation {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 13px;
	padding: 17px;
	border: 1px solid var(--zh-line);
	border-radius: 16px;
	background: var(--zh-soft);
}

.zh-conversation__avatar img { width: 48px !important; height: 48px !important; border: 2px solid var(--zh-surface); border-radius: 50% !important; box-shadow: 0 0 0 2px rgba(124,92,255,.13); object-fit: cover; }
.zh-conversation__body { min-width: 0; }
.zh-conversation__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.zh-conversation__meta a,
.zh-conversation__meta strong { color: var(--zh-ink) !important; font-size: 12px; font-weight: 850; text-decoration: none !important; }
.zh-conversation__meta time { margin-left: auto; color: var(--zh-muted); font-size: 9px; }
.zh-source-pill { padding: 4px 7px; border-radius: 999px; background: rgba(124,92,255,.1); color: var(--zh-accent); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.zh-conversation p { margin: 9px 0 !important; color: #554e67; font-size: 12px; line-height: 1.6; }
.zh-view-conversation { display: inline-flex; align-items: center; gap: 5px; color: var(--zh-accent) !important; font-size: 10px; font-weight: 850; text-decoration: none !important; }
.zh-view-conversation svg { width: 13px; transition: transform .18s ease; }
.zh-view-conversation:hover svg { transform: translateX(2px); }

.zh-source-list { display: grid; gap: 8px; }
.zh-source-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 11px; background: var(--zh-soft); color: var(--zh-muted); font-size: 11px; }
.zh-source-row strong { color: var(--zh-ink); }
.zh-not-found { display: grid; place-items: center; min-height: 430px; text-align: center; }
.zh-not-found .zh-hero__mark { margin-bottom: 18px; background: linear-gradient(135deg, var(--zh-accent), var(--zh-accent-2)); }
.zh-not-found h1 { margin: 0 0 8px !important; color: var(--zh-ink) !important; }
.zh-not-found p { margin: 0 0 20px; color: var(--zh-muted); }

/* Sidebar/shortcode widget. */
.zh-mini-widget { overflow: hidden; border: 1px solid var(--zh-line); border-radius: 20px; background: var(--zh-surface); box-shadow: var(--zh-shadow); color: var(--zh-ink); }
.zh-mini-widget__heading { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 17px 18px; border-bottom: 1px solid var(--zh-line); }
.zh-mini-widget__heading > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: rgba(124,92,255,.1); color: var(--zh-accent); font-size: 17px; }
.zh-mini-widget__heading h3 { font-size: 14px !important; }
.zh-mini-widget__heading > a { color: var(--zh-accent) !important; font-size: 9px; font-weight: 850; text-decoration: none !important; text-transform: uppercase; }
.zh-mini-widget__tags { display: grid; gap: 2px; padding: 10px; }
.zh-mini-widget__tags a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px; border-radius: 10px; color: inherit !important; text-decoration: none !important; }
.zh-mini-widget__tags a:hover { background: var(--zh-soft); }
.zh-mini-widget__tags strong { overflow: hidden; color: var(--zh-ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.zh-mini-widget__tags small { color: var(--zh-muted); font-size: 9px; }

/* Composer autocomplete, appended to body. */
.zh-suggestions {
	position: absolute;
	z-index: 999999;
	overflow: hidden;
	width: min(320px, calc(100vw - 24px));
	max-height: 290px;
	padding: 7px;
	border: 1px solid var(--zh-line);
	border-radius: 15px;
	background: var(--zh-surface);
	box-shadow: 0 20px 55px rgba(29, 18, 54, .2);
	color: var(--zh-ink);
}

.zh-suggestions[hidden] { display: none !important; }
.zh-suggestion { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; width: 100%; padding: 9px; border: 0; border-radius: 10px; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.zh-suggestion:hover,
.zh-suggestion.is-active { background: var(--zh-soft); }
.zh-suggestion__mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: rgba(124,92,255,.1); color: var(--zh-accent); font-size: 17px; font-weight: 900; }
.zh-suggestion strong { overflow: hidden; color: var(--zh-ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.zh-suggestion small { color: var(--zh-muted); font-size: 9px; }
.zh-suggestions__empty { padding: 13px; color: var(--zh-muted); font-size: 11px; text-align: center; }

/* Common dark-mode integrations. */
html.wp-dark-mode-active,
html[data-theme="dark"],
body.dark-mode,
body.wp-dark-mode-active {
	--zh-ink: #f3efff;
	--zh-muted: #aaa1be;
	--zh-line: rgba(255, 255, 255, .09);
	--zh-surface: #221a35;
	--zh-soft: #2a213e;
	--zh-shadow: 0 18px 50px rgba(4, 2, 10, .22);
}

html.wp-dark-mode-active .zh-conversation p,
html[data-theme="dark"] .zh-conversation p,
body.dark-mode .zh-conversation p,
body.wp-dark-mode-active .zh-conversation p { color: #c2bacf; }

@media (max-width: 1050px) {
	.zh-hot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.zh-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.zh-content-grid { grid-template-columns: minmax(0, 1fr) 290px; }
	.zh-tag-row { grid-template-columns: auto minmax(100px, 1fr) 62px 56px 18px; }
	.zh-tag-row .zh-featured-pill { display: none; }
}

@media (max-width: 820px) {
	.zenkai-hashtag-hub { padding-inline: 10px; }
	.zh-content-grid { grid-template-columns: 1fr; }
	.zh-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.zh-detail-hero { align-items: flex-start; flex-direction: column; }
	.zh-copy-button { align-self: flex-start; }
}

@media (max-width: 620px) {
	.zenkai-hashtag-hub { padding-top: 10px; padding-bottom: 50px; }
	.zh-hero { min-height: 0; padding: 30px 20px; border-radius: 22px; }
	.zh-hero__title-row,
	.zh-detail-hero__main { align-items: flex-start; flex-direction: column; gap: 15px; }
	.zh-hero__mark,
	.zh-detail-hero__mark { width: 59px; height: 59px; border-radius: 18px; font-size: 36px; }
	.zh-hero h1,
	.zh-detail-hero h1 { font-size: 34px !important; overflow-wrap: anywhere; }
	.zh-search { align-items: stretch; flex-wrap: wrap; padding: 8px; }
	.zh-search__icon { display: none; }
	.zh-search input[type="search"] { flex-basis: 100%; height: 42px; padding-inline: 9px; }
	.zh-search button { width: 100%; }
	.zh-stat-grid { gap: 9px; }
	.zh-stat-card { display: flex; flex-direction: column; padding: 16px; }
	.zh-stat-card__icon { width: 39px; height: 39px; margin-bottom: 11px; font-size: 19px; }
	.zh-stat-card__value { font-size: 22px; }
	.zh-stat-card strong { font-size: 10px; }
	.zh-stat-card small { font-size: 9px; }
	.zh-section { padding: 17px; border-radius: 18px; }
	.zh-hot-grid { grid-template-columns: 1fr; }
	.zh-hot-card { min-height: 112px; }
	.zh-section__heading--directory { align-items: flex-start; flex-direction: column; }
	.zh-sort { width: 100%; }
	.zh-sort select { flex: 1; }
	.zh-tag-row { grid-template-columns: auto minmax(0, 1fr) auto; gap: 9px; padding: 11px; }
	.zh-tag-row__metric,
	.zh-tag-row .zh-featured-pill { display: none; }
	.zh-sidebar { grid-template-columns: 1fr; }
	.zh-detail-hero { padding: 27px 21px; border-radius: 22px; }
	.zh-detail-labels { flex-wrap: wrap; }
	.zh-conversation { grid-template-columns: 1fr; padding: 14px; }
	.zh-conversation__avatar img { width: 42px !important; height: 42px !important; }
	.zh-conversation__meta time { width: 100%; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.zenkai-hashtag-hub *,
	.zenkai-hashtag-link { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

