:root {
	--ah-ink: #201634;
	--ah-muted: #665f73;
	--ah-line: #e6e1ee;
	--ah-soft: #faf9fc;
	--ah-teal: #5b35b1;
	--ah-green: #2f7d68;
	--ah-amber: #a96f14;
	--ah-red: #a63a3a;
	--ah-white: #ffffff;
}

/* ArticleHub responsive hardening: keeps bilingual module pages readable on narrow screens. */
.ah-shell,
.ah-shell * {
	min-width: 0;
}

.ah-card-grid,
.ah-roadmap-grid,
.ah-price-grid,
.ah-journal-list,
.ah-opportunity-grid,
.ah-book-grid {
	align-items: stretch;
}

.ah-card,
.ah-summary,
.ah-step,
.ah-price-card,
.ah-journal-card,
.ah-opportunity-card,
.ah-book-card,
.ah-list-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow-wrap: anywhere;
	word-break: normal;
}

.ah-card h2,
.ah-card h3,
.ah-summary strong,
.ah-step h3,
.ah-price-card h2,
.ah-section-title h1,
.ah-section-title h2 {
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.ah-card p,
.ah-summary span,
.ah-step p,
.ah-price-card p,
.ah-price-card li,
.ah-section-title p,
.ah-paper-meta {
	line-height: 1.75;
}

.ah-actions,
.ah-card .ah-actions {
	margin-top: auto;
}

.ah-paper-filters,
.ah-filterbar,
.ah-inline-form,
.ah-form {
	max-width: 100%;
}

.ah-paper-filters input,
.ah-paper-filters select,
.ah-paper-filters textarea,
.ah-form input,
.ah-form select,
.ah-form textarea {
	width: 100%;
	max-width: 100%;
}

.ah-fa .ah-card,
.ah-fa .ah-summary,
.ah-fa .ah-step,
.ah-fa .ah-price-card,
.ah-fa .ah-form,
.ah-fa .ah-section-title {
	text-align: right;
}

.ah-en .ah-card,
.ah-en .ah-summary,
.ah-en .ah-step,
.ah-en .ah-price-card,
.ah-en .ah-form,
.ah-en .ah-section-title {
	text-align: left;
}

@media (min-width: 981px) {
	.ah-card-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	.ah-price-grid {
		grid-template-columns: repeat(3, minmax(260px, 1fr));
	}
}

@media (max-width: 980px) {
	.ah-shell {
		width: min(100% - 24px, 760px);
		padding-top: 24px;
	}

	.ah-section-title h1 {
		font-size: clamp(34px, 8vw, 52px);
		line-height: 1.08;
	}

	.ah-section-title h2 {
		font-size: clamp(28px, 7vw, 42px);
		line-height: 1.12;
	}

	.ah-card-grid,
	.ah-roadmap-grid,
	.ah-price-grid,
	.ah-journal-list,
	.ah-opportunity-grid,
	.ah-book-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.ah-filter-grid-wide,
	.ah-paper-filters,
	.ah-inline-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ah-shell {
		width: 100%;
		padding: 18px 12px 42px;
	}

	.ah-fa,
	.ah-en {
		text-align: start;
	}

	.ah-section-title {
		margin-bottom: 22px;
	}

	.ah-section-title,
	.ah-section-title p,
	.ah-hero-copy,
	.ah-hero-copy p {
		text-align: start;
	}

	.ah-section-title h1 {
		font-size: clamp(30px, 10vw, 40px);
		line-height: 1.14;
	}

	.ah-section-title h2 {
		font-size: clamp(25px, 8vw, 32px);
		line-height: 1.18;
	}

	.ah-card-grid,
	.ah-roadmap-grid,
	.ah-price-grid,
	.ah-journal-list,
	.ah-opportunity-grid,
	.ah-book-grid,
	.ah-filter-grid-wide,
	.ah-paper-filters,
	.ah-inline-form,
	.ah-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.ah-card,
	.ah-summary,
	.ah-step,
	.ah-price-card,
	.ah-journal-card,
	.ah-opportunity-card,
	.ah-book-card,
	.ah-list-card,
	.ah-form {
		padding: 18px;
		border-radius: 8px;
	}

	.ah-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		width: 100%;
	}

	.ah-actions .ah-button,
	.ah-button,
	.ah-paper-filters button,
	.ah-form button {
		width: 100%;
		justify-content: center;
		text-align: center;
		white-space: normal;
	}

	.ah-fa .ah-card,
	.ah-fa .ah-summary,
	.ah-fa .ah-step,
	.ah-fa .ah-price-card,
	.ah-fa .ah-form,
	.ah-fa .ah-section-title {
		text-align: right;
	}

	.ah-en .ah-card,
	.ah-en .ah-summary,
	.ah-en .ah-step,
	.ah-en .ah-price-card,
	.ah-en .ah-form,
	.ah-en .ah-section-title {
		text-align: left;
	}
}

/* Mobile polish pass: use the full viewport and avoid one-word text columns. */
@media (max-width: 640px) {
	.site-main,
	.site-main > article,
	.site-main > article > .entry-content,
	.entry-content,
	.ah-shell {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.site-main > article > .entry-content,
	.entry-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ah-shell {
		padding-left: max(16px, env(safe-area-inset-left)) !important;
		padding-right: max(16px, env(safe-area-inset-right)) !important;
	}

	.ah-card-grid,
	.ah-card-grid-3,
	.ah-card-grid-4,
	.ah-roadmap-grid,
	.ah-price-grid,
	.ah-journal-list,
	.ah-opportunity-grid,
	.ah-book-grid,
	.ah-filter-grid-wide,
	.ah-paper-filters,
	.ah-inline-form,
	.ah-form,
	.ah-support-bridge {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		width: 100% !important;
	}

	.ah-card,
	.ah-summary,
	.ah-step,
	.ah-price-card,
	.ah-journal-card,
	.ah-opportunity-card,
	.ah-book-card,
	.ah-list-card,
	.ah-support-bridge,
	.ah-form,
	.ah-paper-result,
	.ah-tribon-panel {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding: 20px !important;
	}

	.ah-card,
	.ah-card *,
	.ah-support-bridge,
	.ah-support-bridge *,
	.ah-section-title,
	.ah-section-title *,
	.ah-paper-result,
	.ah-paper-result * {
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
	}

	.ah-card h1,
	.ah-card h2,
	.ah-card h3,
	.ah-support-bridge h2,
	.ah-section-title h1,
	.ah-section-title h2 {
		max-width: 100%;
		text-wrap: balance;
		overflow-wrap: normal;
		word-break: normal;
	}

	.ah-card p,
	.ah-support-bridge p,
	.ah-section-title p,
	.ah-list-card li {
		max-width: 100%;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.ah-support-bridge {
		gap: 16px !important;
	}

	.ah-support-bridge h2 {
		font-size: 26px !important;
		line-height: 1.18 !important;
	}

	.ah-support-bridge .ah-button {
		width: 100%;
		justify-content: center;
	}

	.ah-en,
	.ah-en .ah-card,
	.ah-en .ah-support-bridge,
	.ah-en .ah-section-title {
		text-align: left !important;
	}

	.ah-fa,
	.ah-fa .ah-card,
	.ah-fa .ah-support-bridge,
	.ah-fa .ah-section-title {
		text-align: right !important;
	}
}

@media (max-width: 390px) {
	.ah-shell {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.ah-card,
	.ah-summary,
	.ah-step,
	.ah-price-card,
	.ah-journal-card,
	.ah-opportunity-card,
	.ah-book-card,
	.ah-list-card,
	.ah-support-bridge,
	.ah-form {
		padding: 18px !important;
	}
}

/* Final cross-page responsive hardening. */
.ah-shell {
	max-width: min(1180px, 100%);
}

.ah-shell img,
.ah-shell video,
.ah-shell iframe,
.ah-shell object,
.ah-shell embed {
	max-width: 100%;
}

.ah-shell table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.ah-card-grid,
.ah-roadmap-grid,
.ah-price-grid,
.ah-journal-list,
.ah-opportunity-grid,
.ah-book-grid,
.ah-tribon-layout,
.ah-tribon-directory-grid,
.ah-tribon-feed-grid,
.ah-paper-layout,
.ah-module-grid,
.ah-stats-grid,
.ah-summary-grid {
	width: 100%;
	min-width: 0;
}

.ah-card,
.ah-summary,
.ah-step,
.ah-price-card,
.ah-journal-card,
.ah-opportunity-card,
.ah-book-card,
.ah-list-card,
.ah-tribon-panel,
.ah-tribon-community-card,
.ah-paper-result,
.ah-form,
#articlehub-loginform {
	min-width: 0;
}

.ah-card,
.ah-summary,
.ah-step,
.ah-price-card,
.ah-journal-card,
.ah-opportunity-card,
.ah-book-card,
.ah-list-card {
	display: flex;
	flex-direction: column;
}

.ah-card .ah-actions,
.ah-price-card .ah-actions,
.ah-journal-card .ah-actions,
.ah-opportunity-card .ah-actions,
.ah-book-card .ah-actions {
	margin-top: auto;
}

.ah-paper-searchbar,
.ah-paper-filters,
.ah-filter-grid-wide,
.ah-journal-form,
.ah-inline-form,
.ah-profile-form fieldset,
.ah-report-form,
.ah-chat-form,
.ah-tribon-directory-filters,
.ah-tribon-feed-filters,
.ah-tribon-explore-filters {
	width: 100%;
	min-width: 0;
}

.ah-paper-searchbar input,
.ah-paper-filters input,
.ah-paper-filters select,
.ah-filter-grid-wide input,
.ah-filter-grid-wide select,
.ah-journal-form input,
.ah-journal-form select,
.ah-journal-form textarea,
.ah-inline-form input,
.ah-inline-form select,
.ah-inline-form textarea,
.ah-profile-form input,
.ah-profile-form select,
.ah-profile-form textarea,
.ah-report-form input,
.ah-report-form select,
.ah-report-form textarea {
	min-width: 0;
}

.ah-fa,
.ah-fa input,
.ah-fa textarea,
.ah-fa select {
	direction: rtl;
	text-align: right;
}

.ah-en,
.ah-en input,
.ah-en textarea,
.ah-en select {
	direction: ltr;
	text-align: left;
}

.ah-fa .ah-actions,
.ah-fa .ah-button-row {
	justify-content: flex-start;
}

.ah-en .ah-actions,
.ah-en .ah-button-row {
	justify-content: flex-start;
}

@media (min-width: 981px) {
	.ah-card-grid-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ah-roadmap-grid {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}

@media (max-width: 980px) {
	.ah-paper-layout,
	.ah-tribon-layout,
	.ah-books-reader-layout,
	.ah-blog-detail-layout,
	.ah-payment-layout {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 760px) {
	.ah-card-grid,
	.ah-card-grid-4,
	.ah-roadmap-grid,
	.ah-price-grid,
	.ah-journal-list,
	.ah-opportunity-grid,
	.ah-book-grid,
	.ah-module-grid,
	.ah-stats-grid,
	.ah-summary-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ah-paper-searchbar {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.ah-paper-searchbar .ah-button,
	.ah-paper-searchbar button {
		width: 100%;
	}

	.ah-paper-result,
	.ah-journal-card,
	.ah-opportunity-card,
	.ah-book-card {
		gap: 14px;
	}
}

.ah-filter-grid-wide {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: end;
}

.ah-filter-grid-wide label {
	min-width: 0;
}

.ah-filter-grid-wide .ah-button {
	min-height: 44px;
}

.ah-login-required {
	margin: 18px 0;
}

.ah-user-requests {
	margin-top: 28px;
}

.ah-user-request-list,
.ah-request-list {
	display: grid;
	gap: 12px;
}

.ah-user-request-item,
.ah-request-item {
	display: grid;
	gap: 10px;
	padding: 16px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
}

.ah-user-request-item > div:first-child,
.ah-request-item > div:first-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ah-request-details {
	margin: 0;
	color: var(--ah-muted);
	line-height: 1.7;
}

.ah-admin-reply {
	padding: 12px;
	border: 1px solid rgba(91, 53, 177, 0.18);
	border-radius: 8px;
	background: rgba(91, 53, 177, 0.05);
}

.ah-admin-reply p {
	margin: 6px 0 0;
	color: var(--ah-ink);
	line-height: 1.7;
}

.ah-team-thread {
	display: grid;
	gap: 8px;
	padding: 12px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-team-thread p {
	margin: 0;
	line-height: 1.65;
}

.ah-team-thread span {
	color: var(--ah-muted);
	font-size: 12px;
	margin-inline-start: 8px;
}

.ah-notification-fab {
	position: fixed;
	right: 24px;
	bottom: 92px;
	z-index: 9998;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(91, 53, 177, 0.2);
	border-radius: 999px;
	background: #fff;
	color: var(--ah-teal);
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(32, 22, 52, 0.18);
}

.ah-notification-fab span {
	display: block;
	font-size: 20px;
	line-height: 1;
}

.ah-notification-fab em {
	position: absolute;
	top: -7px;
	right: -7px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--ah-red);
	color: #fff;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	text-align: center;
}

.ah-articleclub-bridge .acp-form-wrapper,
.ah-articleclub-bridge .acp-verified-members,
.ah-articleclub-bridge .acp-member-directory,
.ah-articleclub-bridge .acp-user-messages,
.ah-articleclub-bridge .acp-user-dashboard,
.ah-articleclub-panel {
	width: 100%;
	max-width: 100%;
	margin: 22px 0;
}

.ah-articleclub-bridge .acp-form,
.ah-articleclub-bridge .acp-dashboard-card,
.ah-articleclub-bridge .acp-directory-member-card,
.ah-articleclub-bridge .acp-user-message-item,
.ah-articleclub-bridge .acp-msg-inbox,
.ah-articleclub-bridge .acp-msg-conversation {
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(32, 22, 52, 0.08);
}

.ah-articleclub-bridge .acp-directory-search,
.ah-articleclub-bridge .acp-directory-filters,
.ah-articleclub-bridge .acp-dashboard-grid,
.ah-articleclub-bridge .acp-messages-container {
	display: grid;
	gap: 14px;
}

.ah-articleclub-bridge .acp-directory-search {
	grid-template-columns: minmax(0, 1fr) auto;
}

.ah-articleclub-bridge input,
.ah-articleclub-bridge select,
.ah-articleclub-bridge textarea,
.ah-articleclub-bridge button {
	max-width: 100%;
}

.ah-articleclub-bridge .acp-members-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

@media (max-width: 640px) {
	.ah-articleclub-bridge .acp-directory-search,
	.ah-articleclub-bridge .acp-directory-filters,
	.ah-articleclub-bridge .acp-dashboard-grid,
	.ah-articleclub-bridge .acp-messages-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.ah-articleclub-bridge .acp-form {
		padding: 18px;
	}

	.ah-articleclub-bridge .acp-members-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.ah-fa .ah-notification-fab {
	right: auto;
	left: 24px;
}

@media (max-width: 900px) {
	.ah-filter-grid-wide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ah-filter-grid-wide {
		grid-template-columns: 1fr;
	}
}

.articlehub-site {
	background: #ffffff;
	color: var(--ah-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	max-width: 100%;
	overflow-x: hidden;
}

.ah-shell {
	width: min(1240px, calc(100% - 32px));
	max-width: 100%;
	margin: 0 auto;
	padding: 28px 0 54px;
	overflow-x: hidden;
}

.ah-fa {
	direction: rtl;
	text-align: right;
	font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

.ah-en {
	direction: ltr;
	text-align: left;
}

.ah-hero {
	display: grid;
	grid-template-columns: minmax(340px, 0.82fr) minmax(520px, 1.18fr);
	gap: 52px;
	align-items: center;
	min-height: calc(100vh - 120px);
	padding: 42px 0 64px;
	position: relative;
}

.ah-hero-copy h1 {
	margin: 16px 0 18px;
	font-size: clamp(46px, 6vw, 82px);
	line-height: 0.98;
	letter-spacing: 0;
	max-width: 880px;
	overflow-wrap: normal;
}

.ah-hero-copy p {
	max-width: 760px;
	font-size: 19px;
	line-height: 1.78;
	color: var(--ah-muted);
}

.ah-eyebrow,
.ah-section-title span,
.ah-tag {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	min-height: 28px;
	padding: 3px 10px;
	border: 1px solid var(--ah-line);
	border-radius: 999px;
	background: var(--ah-white);
	color: var(--ah-teal);
	font-size: 13px;
	font-weight: 700;
}

.ah-elementor-eyebrow {
	display: inline-flex;
	width: fit-content;
	min-height: 30px;
	align-items: center;
	padding: 4px 11px;
	border: 1px solid var(--ah-line);
	border-radius: 999px;
	background: #fff;
	color: var(--ah-teal);
	font-size: 13px;
	font-weight: 800;
}

.ah-goals-ticker {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(32, 22, 52, 0.05);
	overflow: hidden;
}

.ah-goals-ticker-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.ah-goals-ticker-head strong {
	font-size: 20px;
	color: var(--ah-ink);
}

.ah-goals-ticker-head span {
	color: var(--ah-muted);
	font-size: 14px;
	line-height: 1.6;
}

.ah-goals-window {
	overflow: hidden;
	max-height: 66px;
}

.ah-goals-track {
	display: grid;
	gap: 8px;
	animation: ah-goals-scroll 18s linear infinite;
	will-change: transform;
}

.ah-goal-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
	color: var(--ah-ink);
	font-weight: 700;
	line-height: 1.45;
}

.ah-goal-icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(91, 53, 177, 0.08);
	color: var(--ah-teal);
	flex: 0 0 auto;
}

.ah-goal-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.ah-blog-preview {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
	gap: 22px;
	padding: 20px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(32, 22, 52, 0.05);
}

.ah-blog-preview figure {
	margin: 0;
	overflow: hidden;
	min-height: 320px;
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-blog-preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ah-blog-preview-copy {
	display: grid;
	gap: 12px;
	align-content: start;
}

.ah-blog-preview-copy h3 {
	margin: 0;
	font-size: 26px;
	line-height: 1.16;
	color: var(--ah-ink);
}

.ah-blog-preview-copy p {
	margin: 0;
	color: var(--ah-muted);
	line-height: 1.75;
}

.ah-elementor-card {
	display: flex;
	height: auto;
	min-width: 0;
	min-height: 0;
	padding: 22px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(32, 22, 52, 0.07);
	overflow-wrap: anywhere;
}

.ah-elementor-card-section > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 16px;
}

.ah-elementor-card-section.ah-elementor-card-count-2 > .elementor-container {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ah-elementor-card-section.ah-elementor-card-count-4 > .elementor-container,
.ah-elementor-card-section.ah-elementor-card-count-8 > .elementor-container {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ah-elementor-card-section > .elementor-container > .elementor-column.ah-elementor-card {
	width: auto !important;
}

.ah-elementor-card > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	width: 100%;
	min-width: 0;
	padding: 0 !important;
}

.ah-elementor-card .elementor-widget-heading,
.ah-elementor-card .elementor-widget-text-editor {
	width: 100%;
	min-width: 0;
}

.ah-elementor-card .elementor-widget-heading {
	margin-bottom: 10px;
}

.ah-elementor-card .elementor-widget-text-editor {
	flex: 1 1 auto;
}

.ah-elementor-card h3 {
	margin: 0;
	color: var(--ah-ink);
	font-size: 20px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.ah-elementor-card p {
	margin: 0;
	color: var(--ah-muted);
	font-size: 15px;
	line-height: 1.75;
}

.ah-elementor-preview {
	overflow: hidden;
	border: 1px solid var(--ah-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(32, 22, 52, 0.13);
}

.ah-lazy-video {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background:
		linear-gradient(rgba(18, 13, 32, 0.8), rgba(18, 13, 32, 0.8)),
		radial-gradient(circle at 20% 20%, rgba(91, 53, 177, 0.65), transparent 38%),
		#120d20;
}

.ah-home .ah-elementor-preview {
	min-height: 470px;
}

.ah-elementor-preview .ah-lazy-video {
	min-height: 420px;
}

.ah-elementor-preview video {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #120d20;
}

.ah-video-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
}

.ah-lazy-video.is-video-active .ah-video-overlay {
	display: none;
}

.ah-elementor-preview strong {
	color: var(--ah-ink);
	font-size: 24px;
}

.ah-home-elementor-hero > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
	align-items: start;
}

.page-id-4 .elementor > .elementor-section:first-child > .elementor-container,
.page-id-5 .elementor > .elementor-section:first-child > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
	align-items: start;
}

.ah-home-elementor-hero > .elementor-container > .elementor-column {
	width: auto !important;
}

.page-id-4 .elementor > .elementor-section:first-child > .elementor-container > .elementor-column,
.page-id-5 .elementor > .elementor-section:first-child > .elementor-container > .elementor-column {
	width: auto !important;
}

.page-id-4 .elementor > .elementor-section:first-child > .elementor-container > .elementor-column:first-child .elementor-widget-button,
.page-id-5 .elementor > .elementor-section:first-child > .elementor-container > .elementor-column:first-child .elementor-widget-button {
	width: auto;
	margin-inline-end: 10px;
}

.ah-elementor-preview span {
	color: var(--ah-muted);
	font-size: 13px;
	font-weight: 700;
}

.ah-elementor-cta {
	padding: 28px;
	border: 1px solid rgba(91, 53, 177, 0.18);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(91, 53, 177, 0.08), rgba(47, 125, 104, 0.08));
}

.ah-elementor-cta h2 {
	margin: 0 0 10px;
	color: var(--ah-ink);
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.2;
}

.ah-elementor-cta p {
	margin: 0;
	color: var(--ah-muted);
	font-size: 16px;
	line-height: 1.75;
}

.ah-hero-panel {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 12px;
	border: 1px solid var(--ah-line);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(32, 22, 52, 0.13);
	overflow: hidden;
}

.ah-video-shell {
	position: relative;
	min-height: 286px;
	border-radius: 10px;
	overflow: hidden;
	background:
		radial-gradient(circle at 22% 18%, rgba(109, 40, 217, 0.55), transparent 30%),
		radial-gradient(circle at 78% 74%, rgba(47, 125, 104, 0.45), transparent 34%),
		linear-gradient(135deg, #120d20 0%, #241447 52%, #0f2534 100%);
}

.ah-intro-video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 286px;
	object-fit: cover;
	opacity: 0.86;
	filter: saturate(0.98) contrast(1.04);
}

.ah-video-shell::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(18, 13, 32, 0.08), rgba(18, 13, 32, 0.58));
	background-size: 42px 42px, 42px 42px, auto;
	pointer-events: none;
}

.ah-video-overlay {
	position: absolute;
	inset: 16px 18px auto 18px;
	z-index: 1;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	color: #fff;
	pointer-events: none;
}

.ah-video-overlay span {
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 700;
}

.ah-video-overlay strong {
	font-size: clamp(28px, 4vw, 44px);
	letter-spacing: 0;
}

.ah-dashboard-shot {
	border: 1px solid var(--ah-line);
	border-radius: 10px;
	background: #fbfafe;
	padding: 14px;
}

.ah-dash-top {
	display: flex;
	gap: 6px;
	margin-bottom: 12px;
}

.ah-dash-top span {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #b9afd2;
}

.ah-dash-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr;
	gap: 10px;
}

.ah-dash-grid div {
	display: grid;
	gap: 6px;
	min-height: 112px;
	padding: 13px;
	border: 1px solid #e3ddef;
	border-radius: 8px;
	background: #fff;
}

.ah-dash-grid div:first-child {
	grid-row: span 2;
}

.ah-dash-grid small {
	color: var(--ah-muted);
	font-weight: 700;
}

.ah-dash-grid strong {
	font-size: 18px;
	line-height: 1.25;
	color: var(--ah-ink);
}

.ah-dash-grid em {
	align-self: end;
	font-style: normal;
	color: var(--ah-teal);
	font-size: 13px;
	font-weight: 800;
}

.ah-hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.ah-hero-metrics div {
	display: grid;
	gap: 4px;
	padding: 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
}

.ah-hero-metrics strong {
	font-size: 30px;
	color: var(--ah-ink);
}

.ah-hero-metrics span {
	color: var(--ah-muted);
	font-size: 13px;
	line-height: 1.45;
}

.ah-actions,
.ah-filterbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
}

.ah-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.ah-hero-proof span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 11px;
	border: 1px solid var(--ah-line);
	border-radius: 999px;
	background: #fff;
	color: var(--ah-muted);
	font-size: 13px;
	font-weight: 700;
}

.ah-button,
#articlehub-loginform .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid var(--ah-teal);
	border-radius: 6px;
	background: var(--ah-teal);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

.ah-button:hover,
#articlehub-loginform .button:hover {
	background: #47279a;
	color: #fff;
}

.ah-button-ghost {
	background: #fff;
	color: var(--ah-teal);
}

.ah-button-small {
	min-height: 36px;
	padding: 7px 11px;
	font-size: 14px;
}

.ah-band {
	padding: 34px 0;
	border-top: 1px solid var(--ah-line);
}

.ah-home .ah-band {
	padding: 58px 0;
}

.ah-service-band {
	border-top: 0;
}

.ah-two {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 26px;
	align-items: start;
}

.ah-section-title {
	margin-bottom: 20px;
}

.ah-section-title h1,
.ah-section-title h2 {
	margin: 10px 0;
	max-width: 850px;
	line-height: 1.08;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

.ah-section-title h1 {
	font-size: clamp(34px, 5vw, 56px);
}

.ah-section-title h2 {
	font-size: clamp(25px, 3vw, 36px);
}

.ah-section-title p {
	max-width: 820px;
	color: var(--ah-muted);
	font-size: 17px;
	line-height: 1.75;
}

.ah-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 14px;
	align-items: stretch;
}

.ah-card-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ah-card,
.ah-price-card,
.ah-step,
.ah-summary,
.ah-form,
#articlehub-loginform {
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	min-width: 0;
	overflow-wrap: anywhere;
}

.ah-card,
.ah-price-card,
.ah-step {
	padding: 18px;
}

.ah-card,
.ah-step,
.ah-price-card {
	height: 100%;
}

.ah-card h3,
.ah-price-card h2,
.ah-step h3 {
	margin: 10px 0 8px;
	font-size: 20px;
	letter-spacing: 0;
}

.ah-card p,
.ah-step p,
.ah-summary span,
.ah-price-card li {
	color: var(--ah-muted);
	line-height: 1.65;
}

.ah-list-card ul,
.ah-price-card ul {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.ah-list-card li {
	color: var(--ah-muted);
	line-height: 1.65;
}

.ah-chip-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.ah-fa .ah-chip-cloud {
	justify-content: flex-start;
}

.ah-stack {
	display: grid;
	gap: 10px;
}

.ah-summary {
	display: grid;
	gap: 5px;
	padding: 15px;
	color: var(--ah-ink);
	text-decoration: none;
}

.ah-summary:hover {
	border-color: var(--ah-teal);
}

.ah-cta {
	margin-top: 28px;
	padding: 28px;
	border-radius: 8px;
	background: var(--ah-ink);
	color: #fff;
}

.ah-cta p {
	color: #dce6ea;
}

.ah-timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ah-step span {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--ah-green);
	color: #fff;
	font-weight: 900;
}

.ah-pricing {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.ah-price-card {
	display: flex;
	flex-direction: column;
}

.ah-price-card strong {
	display: block;
	margin: 8px 0 16px;
	font-size: 28px;
	color: var(--ah-teal);
}

.ah-price-card p {
	color: var(--ah-muted);
	line-height: 1.65;
}

.ah-price-card ul {
	flex: 1 1 auto;
	min-height: 0;
	padding-left: 20px;
}

.ah-price-card > .ah-button {
	align-self: flex-start;
	margin-top: auto;
}

.ah-fa .ah-price-card ul {
	padding-left: 0;
	padding-right: 20px;
}

.ah-price-card.is-selected {
	border-color: rgba(91, 53, 177, 0.34);
	box-shadow: 0 18px 42px rgba(32, 22, 52, 0.09);
}

.ah-pricing-checkout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 18px;
	align-items: start;
	margin-top: 18px;
}

.ah-payment-summary {
	height: 100%;
}

.ah-payment-form {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
}

.ah-payment-form label {
	display: grid;
	gap: 6px;
	font-weight: 700;
}

.ah-payment-form input {
	width: 100%;
	min-height: 42px;
	padding: 9px 10px;
	border: 1px solid #c8d3d8;
	border-radius: 6px;
	font: inherit;
}

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

.ah-filterbar {
	margin-bottom: 18px;
	padding: 12px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-filterbar input,
.ah-filterbar select,
.ah-form input,
.ah-form select,
.ah-form textarea,
#articlehub-loginform input[type="text"],
#articlehub-loginform input[type="password"] {
	width: 100%;
	min-height: 42px;
	border: 1px solid #c8d3d8;
	border-radius: 6px;
	background: #fff;
	color: var(--ah-ink);
	padding: 9px 10px;
	font: inherit;
	max-width: 100%;
	min-width: 0;
}

.ah-filterbar input,
.ah-filterbar select {
	flex: 1 1 180px;
}

.ah-form,
#articlehub-loginform {
	display: grid;
	gap: 14px;
	margin: 18px 0;
	padding: 18px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.ah-form label,
#articlehub-loginform p {
	display: grid;
	gap: 6px;
	margin: 0;
	font-weight: 700;
	min-width: 0;
}

.ah-profile-form {
	gap: 18px;
}

.ah-profile-form fieldset {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 16px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
}

.ah-profile-form legend {
	padding: 0 8px;
	font-weight: 900;
	color: var(--ah-teal);
}

.ah-alert {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 8px;
	border: 1px solid var(--ah-line);
	background: #fff;
	font-weight: 700;
}

.ah-alert-error {
	border-color: #efb1b1;
	color: var(--ah-red);
}

.ah-alert-success {
	border-color: #a9d2b8;
	color: var(--ah-green);
}

.ah-note {
	padding: 12px 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
	color: var(--ah-muted);
}

.ah-member {
	min-height: 230px;
}

.ah-avatar,
.ah-avatar-img {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: #efe7ff;
	color: var(--ah-teal);
	font-weight: 900;
}

.ah-avatar-img {
	object-fit: cover;
}

.ah-mini-form {
	display: grid;
	gap: 8px;
	margin-top: 12px;
}

.ah-mini-form textarea {
	width: 100%;
	border: 1px solid var(--ah-line);
	border-radius: 6px;
	padding: 8px;
	resize: vertical;
}

.ah-file-link {
	font-weight: 700;
	color: var(--ah-teal);
}

.ah-paper-search {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
}

.ah-paper-search .ah-search-source {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--ah-muted);
	font-size: 14px;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.ah-results-title {
	margin-top: 26px;
}

.ah-paper-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 14px;
}

.ah-paper-card {
	display: grid;
	align-content: start;
	gap: 10px;
	min-height: 310px;
}

.ah-paper-card h3 {
	margin: 0;
	line-height: 1.3;
}

.ah-paper-meta {
	margin: 0;
	font-size: 14px;
	color: var(--ah-muted);
}

.ah-paper-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

[dir="rtl"] .ah-price-card ul,
html[lang^="fa"] .ah-price-card ul {
	padding-left: 0;
	padding-right: 20px;
}

@media (max-width: 900px) {
	.ah-elementor-card-section > .elementor-container,
	.ah-elementor-card-section.ah-elementor-card-count-2 > .elementor-container,
	.ah-elementor-card-section.ah-elementor-card-count-4 > .elementor-container,
	.ah-elementor-card-section.ah-elementor-card-count-8 > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ah-home-elementor-hero > .elementor-container {
		grid-template-columns: minmax(0, 1fr);
	}

	.page-id-4 .elementor > .elementor-section:first-child > .elementor-container,
	.page-id-5 .elementor > .elementor-section:first-child > .elementor-container {
		grid-template-columns: minmax(0, 1fr);
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
	}

	.page-id-4 .elementor > .elementor-section:first-child > .elementor-container > .elementor-column,
	.page-id-5 .elementor > .elementor-section:first-child > .elementor-container > .elementor-column {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0;
	}

	.page-id-4 .elementor > .elementor-section:first-child > .elementor-container > .elementor-column:first-child .elementor-widget-button,
	.page-id-5 .elementor > .elementor-section:first-child > .elementor-container > .elementor-column:first-child .elementor-widget-button {
		width: 100%;
		margin-inline-end: 0;
	}

	.ah-hero,
	.ah-two,
	.ah-timeline,
	.ah-pricing,
	.ah-pricing-checkout,
	.ah-card-grid-4,
	.ah-support-bridge,
	.ah-journal-form,
	.ah-journal-list,
	.ah-opportunity-list,
	.ah-resume-compare,
	.ah-panel-map,
	.ah-report-layout {
		grid-template-columns: 1fr;
	}

	.ah-hero {
		min-height: auto;
		padding-top: 28px;
		padding-bottom: 42px;
		gap: 28px;
	}

	.ah-hero-copy h1 {
		max-width: 760px;
	}

	.ah-profile-form fieldset {
		grid-template-columns: 1fr;
	}

	.ah-support-bridge .ah-button,
	.ah-journal-form .ah-button {
		width: 100%;
	}

	.ah-blog-preview {
		grid-template-columns: 1fr;
	}

	.ah-blog-preview figure {
		min-height: 240px;
	}

	.ah-home .ah-elementor-preview {
		min-height: auto;
	}

	.ah-elementor-preview .ah-lazy-video {
		min-height: 320px;
	}

	.ah-resume-pdf-frame {
		min-height: 430px;
	}

}

@media (max-width: 560px) {
	.ah-elementor-card-section > .elementor-container,
	.ah-elementor-card-section.ah-elementor-card-count-2 > .elementor-container,
	.ah-elementor-card-section.ah-elementor-card-count-4 > .elementor-container,
	.ah-elementor-card-section.ah-elementor-card-count-8 > .elementor-container {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.ah-elementor-card {
		padding: 18px;
	}

	.ah-shell {
		width: 100%;
		padding-top: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.ah-hero-copy h1 {
		font-size: 33px;
		line-height: 1.08;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.ah-hero-copy p {
		font-size: 16px;
		line-height: 1.68;
	}

	.ah-hero-copy p,
	.ah-section-title,
	.ah-section-title p {
		text-align: center;
	}

	.ah-eyebrow {
		margin-left: auto;
		margin-right: auto;
	}

	.ah-hero-proof {
		justify-content: center;
		margin-top: 16px;
	}

	.ah-video-shell,
	.ah-intro-video {
		min-height: 220px;
	}

	.ah-elementor-preview .ah-lazy-video {
		min-height: 220px;
	}

	.ah-video-overlay {
		align-items: start;
		flex-direction: column;
	}

	.ah-video-caption {
		align-items: flex-start;
		flex-direction: column;
	}

	.ah-dash-grid {
		grid-template-columns: 1fr;
	}

	.ah-dash-grid div:first-child {
		grid-row: auto;
	}

	.ah-actions .ah-button,
	.ah-filterbar .ah-button,
	.ah-paper-search .ah-button {
		width: 100%;
	}

	.ah-resume-compare .ah-button {
		width: 100%;
		max-width: 100%;
		white-space: normal;
		text-align: center;
	}

	.ah-paper-search {
		grid-template-columns: 1fr;
	}

	.ah-hero-panel {
		padding: 10px;
	}

	.ah-hero-metrics {
		grid-template-columns: 1fr;
	}

	.ah-section-title h1 {
		font-size: 32px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.ah-section-title h2 {
		font-size: 26px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.ah-card,
	.ah-price-card,
	.ah-step,
	.ah-summary,
	.ah-form,
	#articlehub-loginform,
	.ah-blog-preview,
	.ah-goals-ticker {
		max-width: 100%;
	}

	.ah-auth-card {
		padding: 16px;
	}

	.ah-price-card {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ah-fa .ah-section-title,
	.ah-fa .ah-price-card {
		padding-right: 30px;
		padding-left: 18px;
	}

	.ah-price-card h2,
	.ah-price-card strong,
	.ah-price-card p {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.ah-card-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ah-card,
	.ah-price-card,
	.ah-step,
	.ah-summary,
	.ah-form,
	#articlehub-loginform,
	.ah-auth-card,
	.ah-payment-form,
	.ah-blog-preview,
	.ah-goals-ticker {
		width: 100%;
		min-width: 0;
	}

	.ah-goals-ticker {
		padding: 16px;
	}

	.ah-blog-preview {
		padding: 16px;
	}

	.ah-blog-preview-copy h3 {
		font-size: 22px;
	}

	.ah-record-meta {
		grid-template-columns: 1fr;
	}
}

.ah-paper-searchbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	padding: 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
}

.ah-paper-searchbar input,
.ah-paper-filters input,
.ah-paper-filters select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #d4cedf;
	border-radius: 6px;
	background: #fff;
	color: var(--ah-ink);
	padding: 9px 10px;
	font: inherit;
}

.ah-paper-filters {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	align-items: end;
	margin: 12px 0 24px;
	padding: 12px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-paper-filters label {
	display: grid;
	gap: 6px;
	font-size: 13px;
	font-weight: 800;
	color: var(--ah-muted);
}

.ah-paper-count {
	margin: 16px 0;
	color: var(--ah-muted);
	font-size: 14px;
}

.ah-paper-results {
	display: grid;
	gap: 18px;
}

.ah-paper-result {
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ah-line);
}

.ah-paper-result h3 {
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 1.35;
}

.ah-paper-result h3 a {
	color: #28146f;
	text-decoration: none;
}

.ah-paper-result h3 a:hover {
	text-decoration: underline;
}

.ah-paper-meta {
	margin: 0 0 7px;
	color: #32644f;
	font-size: 13px;
	line-height: 1.55;
}

.ah-paper-snippet {
	margin: 0;
	max-width: 920px;
	color: var(--ah-muted);
	line-height: 1.65;
}

.ah-paper-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 7px;
	font-size: 13px;
	font-weight: 800;
}

.ah-paper-actions a {
	text-decoration: none;
}

.ah-load-more {
	margin-top: 24px;
}

.ah-search-empty {
	margin-top: 24px;
	padding: 22px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-archive-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 20px;
	color: var(--ah-muted);
	line-height: 1.7;
}

.ah-fa .ah-archive-list {
	padding-left: 0;
	padding-right: 20px;
}

.ah-article-guide {
	margin-top: 18px;
}

.ah-auth-card {
	max-width: 620px;
	width: 100%;
	padding: 22px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.ah-auth-card > p {
	margin-top: 0;
	color: var(--ah-muted);
	line-height: 1.75;
}

.ah-discovery-card {
	min-height: 160px;
}

.ah-panel-map {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0;
}

.ah-panel-item {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-panel-item strong {
	color: var(--ah-ink);
}

.ah-panel-item span {
	color: var(--ah-muted);
	line-height: 1.6;
}

.ah-rich-copy {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.ah-rich-copy section {
	padding: 20px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
}

.ah-rich-copy h2 {
	margin: 0 0 8px;
	font-size: 22px;
	letter-spacing: 0;
}

.ah-rich-copy p {
	margin: 0;
	color: var(--ah-muted);
	line-height: 1.75;
}

.ah-blog-list {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.ah-blog-card {
	display: grid;
	grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
	gap: 18px;
	padding: 16px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(32, 22, 52, 0.05);
}

.ah-blog-card figure,
.ah-blog-hero {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-blog-card img,
.ah-blog-hero img,
.ah-blog-inline-images img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ah-blog-card figure {
	min-height: 260px;
}

.ah-blog-card-copy {
	display: grid;
	gap: 12px;
	align-content: start;
}

.ah-blog-card-copy h2,
.ah-blog-detail-head h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.18;
}

.ah-blog-card-copy p,
.ah-blog-detail-head p {
	margin: 0;
	color: var(--ah-muted);
	line-height: 1.75;
}

.ah-blog-detail-head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 16px;
	margin: 18px 0;
}

.ah-blog-article {
	display: grid;
	gap: 16px;
}

.ah-blog-hero {
	min-height: 320px;
}

.ah-blog-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ah-blog-inline-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 12px;
}

.ah-blog-inline-images figure {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid var(--ah-line);
	background: #fff;
	min-height: 190px;
}

.ah-report-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
	gap: 18px;
	align-items: start;
	margin-top: 18px;
}

.ah-report-form {
	margin: 0;
}

.ah-report-form select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #c8d3d8;
	border-radius: 6px;
	background: #fff;
	color: var(--ah-ink);
	padding: 9px 10px;
	font: inherit;
}

.ah-report-history {
	display: grid;
	gap: 12px;
}

@keyframes ah-goals-scroll {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ah-goals-track {
		animation: none;
	}
}

.ah-book-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
	margin: 22px 0;
}

.ah-book-card {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 16px;
	padding: 16px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	min-width: 0;
}

.ah-book-cover {
	display: grid;
	align-items: end;
	min-height: 164px;
	aspect-ratio: 0.68;
	padding: 12px;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--book-color), #1f1733);
	color: #fff;
	font-weight: 900;
	line-height: 1.25;
	box-shadow: inset -8px 0 0 rgba(255, 255, 255, 0.14);
	overflow: hidden;
}

.ah-book-cover img,
.ah-book-reader-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.ah-book-body {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.ah-book-body h3 {
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
}

.ah-book-body p {
	margin: 0;
	color: var(--ah-muted);
	line-height: 1.6;
}

.ah-progress {
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #eee8f7;
}

.ah-progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--ah-teal);
}

.ah-book-reader-head {
	display: flex;
	gap: 16px;
	align-items: start;
	margin-bottom: 18px;
}

.ah-book-reader-cover {
	flex: 0 0 74px;
	width: 74px;
	aspect-ratio: 0.68;
	margin: 0;
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid var(--ah-line);
	background: var(--ah-soft);
}

.ah-book-reader-head h2 {
	margin: 0 0 6px;
}

.ah-book-reader-head p {
	margin: 0;
	color: var(--ah-muted);
}

.ah-pdf-frame {
	width: 100%;
	height: 760px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
}

.ah-preview-note {
	margin-bottom: 14px;
	padding: 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
	color: var(--ah-muted);
	line-height: 1.7;
}

.ah-book-preview {
	display: grid;
	gap: 18px;
}

.ah-support-bridge {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
	padding: 18px;
	border: 1px solid rgba(91, 53, 177, 0.18);
	border-radius: 8px;
	background: #fbfafe;
}

.ah-support-bridge h2 {
	margin: 10px 0 6px;
	font-size: 24px;
	line-height: 1.25;
}

.ah-support-bridge p {
	margin: 0;
	color: var(--ah-muted);
	line-height: 1.7;
}

.ah-journal-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: end;
}

.ah-inline-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: end;
}

.ah-journal-form .ah-button {
	width: fit-content;
}

.ah-journal-list,
.ah-opportunity-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 18px 0 24px;
	align-items: stretch;
}

.ah-journal-card,
.ah-opportunity-card,
.ah-resume-sample-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}

.ah-record-meta {
	display: grid;
	grid-template-columns: minmax(110px, max-content) minmax(0, 1fr);
	gap: 6px 10px;
	margin: 4px 0 0;
	color: var(--ah-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ah-record-meta dt {
	color: var(--ah-ink);
	font-weight: 900;
}

.ah-record-meta dd {
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
}

.ah-record-meta a {
	color: #5b35b1;
	font-weight: 800;
	text-decoration: none;
}

.ah-record-meta a:hover {
	text-decoration: underline;
}

.ah-grid-full {
	grid-column: 1 / -1;
}

.ah-resume-turbo {
	display: grid;
	gap: 16px;
}

.ah-resume-compare {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ah-resume-pdf-frame {
	width: 100%;
	min-height: 520px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #f6f3fb;
}

.ah-user-requests {
	margin-top: 24px;
}

.ah-user-requests h2 {
	margin: 10px 0 14px;
	font-size: 24px;
	line-height: 1.25;
}

.ah-user-request-list {
	display: grid;
	gap: 10px;
}

.ah-user-request-item {
	display: grid;
	gap: 8px;
	padding: 12px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-user-request-item strong {
	display: block;
	color: var(--ah-ink);
}

.ah-user-request-item span {
	color: var(--ah-muted);
	font-size: 13px;
	font-weight: 800;
}

.ah-user-request-item p {
	margin: 0;
	color: var(--ah-muted);
	line-height: 1.65;
}

.ah-pdf-page {
	position: relative;
	min-height: 560px;
	padding: 54px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 16px 34px rgba(32, 22, 52, 0.08);
}

.ah-pdf-page h3 {
	margin-top: 0;
}

.ah-pdf-page p {
	color: var(--ah-muted);
	font-size: 18px;
	line-height: 1.9;
}

.ah-pdf-page footer {
	position: absolute;
	right: 26px;
	bottom: 20px;
	color: var(--ah-muted);
	font-size: 13px;
}

.ah-watermark {
	position: absolute;
	left: 50%;
	top: 50%;
	color: rgba(91, 53, 177, 0.09);
	font-size: clamp(42px, 8vw, 92px);
	font-weight: 900;
	transform: translate(-50%, -50%) rotate(-24deg);
	white-space: nowrap;
	pointer-events: none;
}

.ah-book-progress-form {
	margin-top: 20px;
}

.ah-chat-widget {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 90;
	width: min(380px, calc(100vw - 28px));
	font-family: inherit;
}

[dir="rtl"] .ah-chat-widget {
	right: auto;
	left: 22px;
}

.ah-chat-widget summary {
	display: inline-flex;
	float: right;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 112px;
	min-height: 46px;
	padding: 9px 16px;
	border: 1px solid #5b35b1;
	border-radius: 999px;
	background: linear-gradient(135deg, #5b35b1, #2f7d68);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
	box-shadow: 0 10px 24px rgba(32, 22, 52, 0.18);
}

[dir="rtl"] .ah-chat-widget summary {
	float: left;
}

.ah-chat-widget summary::-webkit-details-marker {
	display: none;
}

.ah-chat-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #7ee2a8;
	box-shadow: 0 0 0 4px rgba(126, 226, 168, 0.22);
}

.ah-chat-panel {
	clear: both;
	margin-bottom: 10px;
	padding: 18px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(32, 22, 52, 0.16);
}

.ah-chat-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.ah-chat-head strong {
	display: block;
	color: var(--ah-ink);
	font-size: 16px;
}

.ah-chat-head span {
	display: block;
	margin-top: 3px;
	color: var(--ah-muted);
	font-size: 12px;
	font-weight: 700;
}

.ah-chat-head mark {
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(47, 125, 104, 0.11);
	color: #1d6654;
	font-size: 11px;
	font-weight: 900;
}

.ah-chat-panel p {
	margin: 0 0 12px;
	color: var(--ah-muted);
	line-height: 1.65;
}

.ah-chat-form {
	display: grid;
	gap: 10px;
}

.ah-chat-form label {
	display: grid;
	gap: 5px;
	color: var(--ah-ink);
	font-size: 12px;
	font-weight: 900;
}

.ah-chat-form input,
.ah-chat-form textarea {
	width: 100%;
	border: 1px solid var(--ah-line);
	border-radius: 7px;
	background: #fff;
	color: var(--ah-ink);
	font: inherit;
	padding: 9px 10px;
	resize: vertical;
}

.ah-chat-form button {
	min-height: 40px;
	border: 0;
	border-radius: 7px;
	background: #5b35b1;
	color: #fff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.ah-assistant-widget .ah-chat-panel {
	width: min(360px, calc(100vw - 28px));
}

.ah-assistant-user {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	margin: 14px 0;
	padding: 12px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fbfaff;
}

.ah-assistant-user img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.ah-assistant-user strong,
.ah-assistant-user span {
	display: block;
	overflow-wrap: anywhere;
}

.ah-assistant-user span,
.ah-chat-muted {
	color: var(--ah-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ah-assistant-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	margin: 14px 0;
}

.ah-assistant-actions .ah-button {
	width: 100%;
	justify-content: center;
}

.ah-assistant-widget .acp-msg-notifications {
	margin: 12px 0;
}

.ah-live-chat {
	display: grid;
	gap: 12px;
	margin-top: 14px;
	padding: 14px;
	border: 1px solid rgba(99, 54, 190, 0.18);
	border-radius: 10px;
	background: #fbfaff;
}

.ah-live-chat-head {
	display: grid;
	gap: 4px;
}

.ah-live-chat-head strong {
	color: #160d2d;
	font-size: 15px;
	line-height: 1.35;
}

.ah-live-chat-head span,
.ah-live-chat-form p {
	margin: 0;
	color: #655d78;
	font-size: 12px;
	line-height: 1.6;
}

.ah-live-chat-messages {
	display: grid;
	gap: 10px;
	max-height: 260px;
	overflow: auto;
	padding: 10px;
	border: 1px solid rgba(99, 54, 190, 0.14);
	border-radius: 8px;
	background: #fff;
}

.ah-live-chat-empty {
	color: #655d78;
	font-size: 13px;
	line-height: 1.7;
}

.ah-live-chat-message {
	display: grid;
	gap: 4px;
	width: min(88%, 320px);
	padding: 10px 12px;
	border: 1px solid rgba(30, 22, 52, 0.08);
	border-radius: 10px;
	background: #f6f4fb;
	color: #160d2d;
}

.ah-live-chat-message.is-user {
	justify-self: end;
	background: #6336be;
	color: #fff;
}

.ah-live-chat-message.is-admin {
	justify-self: start;
	background: #f4f0ff;
}

.ah-live-chat-message span {
	font-size: 12px;
	font-weight: 800;
}

.ah-live-chat-message p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: inherit;
}

.ah-live-chat-message time {
	opacity: 0.72;
	font-size: 11px;
	color: inherit;
}

.ah-chat-panel .ah-live-chat-message.is-user span,
.ah-chat-panel .ah-live-chat-message.is-user p,
.ah-chat-panel .ah-live-chat-message.is-user time {
	color: #fff;
}

.ah-chat-panel .ah-live-chat-message.is-admin span,
.ah-chat-panel .ah-live-chat-message.is-admin p,
.ah-chat-panel .ah-live-chat-message.is-admin time,
.ah-chat-panel .ah-live-chat-empty {
	color: #160d2d;
}

.ah-live-chat-form {
	display: grid;
	gap: 10px;
}

.ah-live-chat-form textarea {
	width: 100%;
	min-height: 82px;
	resize: vertical;
	border: 1px solid rgba(99, 54, 190, 0.2);
	border-radius: 8px;
	padding: 10px 12px;
	background: #fff;
	color: #160d2d;
	font: inherit;
}

.ah-live-chat-form .ah-button {
	width: 100%;
	justify-content: center;
}

.ah-chat-prompts {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ah-chat-prompts span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 8px;
	border: 1px solid rgba(91, 53, 177, 0.18);
	border-radius: 999px;
	background: rgba(91, 53, 177, 0.06);
	color: #5b35b1;
	font-size: 11px;
	font-weight: 900;
}

.ah-chat-history {
	display: grid;
	gap: 8px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--ah-line);
}

.ah-chat-history > strong {
	color: var(--ah-ink);
	font-size: 13px;
}

.ah-chat-history article {
	padding: 9px;
	border: 1px solid var(--ah-line);
	border-radius: 7px;
	background: var(--ah-soft);
}

.ah-chat-history article span {
	display: inline-flex;
	margin-bottom: 5px;
	color: #5b35b1;
	font-size: 11px;
	font-weight: 900;
}

.ah-chat-history article p,
.ah-chat-history article em {
	display: block;
	margin: 0;
	color: var(--ah-muted);
	font-size: 12px;
	line-height: 1.55;
}

.ah-chat-history article em {
	margin-top: 5px;
	color: var(--ah-ink);
	font-style: normal;
}

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

.ah-chat-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid var(--ah-line);
	border-radius: 6px;
	text-decoration: none;
	font-weight: 800;
}

.ah-auth-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.ah-auth-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	color: var(--ah-ink);
	text-decoration: none;
	font-weight: 800;
}

.ah-auth-tab.is-active {
	border-color: #5b35b1;
	background: #5b35b1;
	color: #fff;
}

.ah-tribon-layout {
	display: grid;
	grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.ah-tribon-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.ah-tribon-tab {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid var(--ah-line);
	border-radius: 6px;
	background: #fff;
	color: var(--ah-muted);
	font-weight: 800;
	text-decoration: none;
}

.ah-tribon-tab.is-active {
	border-color: #5b35b1;
	background: #5b35b1;
	color: #fff;
}

.ah-tribon-sidebar,
.ah-tribon-main {
	display: grid;
	gap: 16px;
}

.ah-tribon-panel {
	padding: 18px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(32, 22, 52, 0.07);
}

.ah-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.ah-panel-head h2 {
	margin: 0;
	color: var(--ah-ink);
	font-size: 22px;
}

.ah-panel-head span {
	color: var(--ah-muted);
	font-size: 12px;
	font-weight: 700;
}

.ah-tribon-community-list {
	display: grid;
	gap: 10px;
}

.ah-tribon-community-card {
	display: grid;
	gap: 6px;
	padding: 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
	color: inherit;
	text-decoration: none;
}

.ah-tribon-community-card strong {
	color: var(--ah-ink);
	font-size: 16px;
}

.ah-tribon-community-card span {
	color: var(--ah-muted);
	font-size: 13px;
	line-height: 1.6;
}

.ah-tribon-community-card small {
	color: var(--ah-muted);
	font-size: 12px;
	font-weight: 700;
}

.ah-tribon-community-card.is-active {
	border-color: #5b35b1;
	background: #fff;
	box-shadow: 0 10px 20px rgba(91, 53, 177, 0.12);
}

.ah-tribon-request-form,
.ah-tribon-composer {
	display: grid;
	gap: 10px;
}

.ah-tribon-request-form label,
.ah-tribon-composer label {
	display: grid;
	gap: 5px;
	color: var(--ah-ink);
	font-size: 12px;
	font-weight: 900;
}

.ah-tribon-request-form input,
.ah-tribon-request-form textarea,
.ah-tribon-request-form select,
.ah-tribon-composer input,
.ah-tribon-composer textarea,
.ah-tribon-composer select {
	width: 100%;
	border: 1px solid var(--ah-line);
	border-radius: 7px;
	background: #fff;
	color: var(--ah-ink);
	font: inherit;
	padding: 9px 10px;
	resize: vertical;
}

.ah-tribon-hero-panel {
	background: linear-gradient(135deg, rgba(91, 53, 177, 0.06), rgba(47, 125, 104, 0.06));
}

.ah-tribon-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.ah-tribon-stats span,
.ah-tribon-members-preview span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 8px;
	border: 1px solid var(--ah-line);
	border-radius: 999px;
	background: #fff;
	color: var(--ah-muted);
	font-size: 11px;
	font-weight: 800;
}

.ah-tribon-members-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.ah-tribon-feed {
	display: grid;
	gap: 12px;
}

.ah-tribon-history-list {
	display: grid;
	gap: 10px;
}

.ah-tribon-history-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 12px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-tribon-history-item strong {
	display: block;
	color: var(--ah-ink);
	font-weight: 900;
}

.ah-tribon-history-item span,
.ah-tribon-history-item p {
	color: var(--ah-muted);
}

.ah-tribon-history-item p {
	margin: 5px 0 0;
	line-height: 1.6;
}

.ah-tribon-history-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.ah-tribon-message {
	padding: 16px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
}

.ah-tribon-message-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.ah-tribon-message-head strong {
	color: var(--ah-ink);
	font-size: 16px;
}

.ah-tribon-message-head span {
	display: block;
	color: #5b35b1;
	font-size: 11px;
	font-weight: 900;
}

.ah-tribon-message-head time {
	color: var(--ah-muted);
	font-size: 12px;
}

.ah-tribon-message-body {
	color: var(--ah-ink);
	font-size: 15px;
	line-height: 1.75;
}

.ah-tribon-message-body p {
	margin: 0 0 10px;
}

.ah-tribon-message.is-focused {
	border-color: #5b35b1;
	box-shadow: 0 12px 28px rgba(91, 53, 177, 0.12);
}

.ah-tribon-thread-focus {
	padding: 10px;
	margin-bottom: 12px;
	border: 1px solid rgba(91, 53, 177, 0.16);
	border-radius: 8px;
	background: #f8f6ff;
}

.ah-tribon-discussion-card {
	display: grid;
	gap: 10px;
	padding: 16px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(32, 22, 52, 0.06);
}

.ah-tribon-discussion-card .ah-note {
	margin: 0;
}

.ah-tribon-explore-list {
	display: grid;
	gap: 12px;
}

.ah-tribon-media-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.ah-tribon-media-grid figure {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid var(--ah-line);
	background: var(--ah-soft);
}

.ah-tribon-media-grid img,
.ah-tribon-media-grid video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 380px;
	object-fit: cover;
}

.ah-load-more {
	margin-top: 12px;
}

.ah-tribon-directory-filters,
.ah-tribon-feed-filters {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: var(--ah-soft);
}

.ah-tribon-directory-filters {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 16px;
}

.ah-tribon-feed-filters {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 16px;
}

.ah-tribon-explore-filters {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ah-tribon-directory-filters label,
.ah-tribon-feed-filters label {
	display: grid;
	gap: 6px;
	color: var(--ah-muted);
	font-size: 12px;
	font-weight: 800;
}

.ah-tribon-directory-filters input,
.ah-tribon-directory-filters select,
.ah-tribon-feed-filters input,
.ah-tribon-feed-filters select {
	width: 100%;
	min-height: 42px;
	border: 1px solid #d7d0e4;
	border-radius: 6px;
	background: #fff;
	color: var(--ah-ink);
	padding: 9px 10px;
	font: inherit;
}

.ah-tribon-filter-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	grid-column: 1 / -1;
}

.ah-chip {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 8px;
	border: 1px solid var(--ah-line);
	border-radius: 999px;
	background: #fff;
	color: var(--ah-muted);
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.ah-chip.is-danger {
	border-color: #d94a56;
	background: #fff4f6;
	color: #a61d28;
}

.ah-link {
	color: #5b35b1;
	text-decoration: none;
	font-weight: 800;
}

.ah-link:hover {
	text-decoration: underline;
}

.ah-tribon-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ah-tribon-community-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.ah-tribon-community-card-head strong {
	display: block;
	color: var(--ah-ink);
	font-size: 16px;
}

.ah-tribon-community-card-head span {
	color: var(--ah-muted);
	font-size: 13px;
	line-height: 1.55;
}

.ah-tribon-community-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 10px;
}

.ah-tribon-community-actions .ah-button,
.ah-tribon-community-actions button {
	width: auto;
}

.ah-tribon-card-link {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	color: #5b35b1;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.ah-tribon-lock-panel {
	background: linear-gradient(135deg, rgba(91, 53, 177, 0.08), rgba(91, 53, 177, 0.02));
}

.ah-tribon-reply-context {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid var(--ah-line);
	border-radius: 8px;
	background: #f8f6ff;
}

.ah-tribon-reply-context strong {
	display: block;
	color: var(--ah-ink);
	font-size: 13px;
}

.ah-tribon-reply-context p {
	margin: 4px 0 0;
	color: var(--ah-muted);
	font-size: 13px;
	line-height: 1.6;
}

.ah-tribon-message.is-reply {
	margin-inline-start: 18px;
	border-inline-start: 2px solid rgba(91, 53, 177, 0.18);
}

html[dir="rtl"] .ah-tribon-message.is-reply {
	margin-inline-start: 0;
	margin-inline-end: 18px;
	border-inline-start: 0;
	border-inline-end: 2px solid rgba(91, 53, 177, 0.18);
}

.ah-tribon-message-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.ah-tribon-thread-replies {
	display: grid;
	gap: 12px;
	margin-top: 12px;
	padding-inline-start: 16px;
	border-inline-start: 2px solid rgba(91, 53, 177, 0.14);
}

html[dir="rtl"] .ah-tribon-thread-replies {
	padding-inline-start: 0;
	padding-inline-end: 16px;
	border-inline-start: 0;
	border-inline-end: 2px solid rgba(91, 53, 177, 0.14);
}

.ah-tribon-empty-state {
	padding: 18px;
	border: 1px dashed var(--ah-line);
	border-radius: 8px;
	background: #fcfbff;
}

.ah-tribon-empty-state h3 {
	margin: 0 0 6px;
	font-size: 18px;
}

.ah-tribon-empty-state p {
	margin: 0;
	color: var(--ah-muted);
	line-height: 1.65;
}

@media (max-width: 560px) {
	.ah-tribon-history-item {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.ah-tribon-history-actions {
		justify-content: flex-start;
	}

	.ah-chat-widget {
		right: 14px;
		bottom: 14px;
		width: calc(100vw - 28px);
	}

	[dir="rtl"] .ah-chat-widget {
		left: 14px;
	}

	.ah-chat-panel {
		max-height: min(72vh, 620px);
		overflow: auto;
	}

	.ah-tribon-layout {
		grid-template-columns: 1fr;
	}

	.ah-panel-head,
	.ah-tribon-message-head {
		flex-direction: column;
	}

	.ah-tribon-stats {
		justify-content: flex-start;
	}

	.ah-tribon-directory-filters,
	.ah-tribon-feed-filters {
		grid-template-columns: 1fr;
	}

	.ah-tribon-explore-filters {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.ah-paper-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.ah-tribon-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.ah-paper-searchbar,
	.ah-paper-filters,
	.ah-journal-form,
	.ah-inline-form {
		grid-template-columns: 1fr;
	}

	.ah-book-card {
		grid-template-columns: 1fr;
	}

	.ah-book-cover {
		min-height: 132px;
	}

	.ah-book-reader-head {
		display: grid;
		text-align: center;
		justify-items: stretch;
		direction: inherit;
	}

	.ah-book-reader-head .ah-button {
		width: 100%;
		justify-self: stretch;
	}

	.ah-book-reader-head h2 {
		font-size: 24px;
		line-height: 1.25;
	}

	.ah-tribon-community-card-head,
	.ah-tribon-reply-context {
		flex-direction: column;
	}

	.ah-tribon-thread-replies {
		padding-inline-start: 12px;
	}

	.ah-pdf-frame {
		height: 520px;
	}

	.ah-fa .ah-section-title h1 {
		font-size: 26px;
		line-height: 1.25;
	}

	.ah-pdf-page {
		min-height: 460px;
		padding: 28px;
		text-align: center;
	}

	.ah-pdf-page p {
		font-size: 15px;
	}

	.ah-blog-card {
		grid-template-columns: 1fr;
	}

	.ah-blog-card figure,
	.ah-blog-hero {
		min-height: 220px;
	}

	.ah-blog-detail-head {
		flex-direction: column;
	}

	.ah-blog-inline-images {
		grid-template-columns: 1fr;
	}

	.ah-payment-grid {
		grid-template-columns: 1fr;
	}
}

/* Final responsive overrides loaded last. */
.ah-shell,
.ah-shell * {
	min-width: 0;
}

.ah-card-grid,
.ah-roadmap-grid,
.ah-price-grid,
.ah-journal-list,
.ah-opportunity-grid,
.ah-book-grid {
	align-items: stretch;
}

.ah-card,
.ah-summary,
.ah-step,
.ah-price-card,
.ah-journal-card,
.ah-opportunity-card,
.ah-book-card,
.ah-list-card {
	overflow-wrap: anywhere;
	word-break: normal;
}

.ah-card p,
.ah-summary span,
.ah-step p,
.ah-price-card p,
.ah-price-card li,
.ah-section-title p,
.ah-paper-meta {
	line-height: 1.75;
}

.ah-paper-filters input,
.ah-paper-filters select,
.ah-paper-filters textarea,
.ah-form input,
.ah-form select,
.ah-form textarea {
	width: 100%;
	max-width: 100%;
}

@media (min-width: 981px) {
	.ah-card-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	.ah-price-grid {
		grid-template-columns: repeat(3, minmax(260px, 1fr));
	}
}

@media (max-width: 980px) {
	.ah-shell {
		width: min(100% - 24px, 760px);
		padding-top: 24px;
	}

	.ah-section-title h1 {
		font-size: clamp(34px, 8vw, 52px);
		line-height: 1.08;
	}

	.ah-section-title h2 {
		font-size: clamp(28px, 7vw, 42px);
		line-height: 1.12;
	}

	.ah-card-grid,
	.ah-roadmap-grid,
	.ah-price-grid,
	.ah-journal-list,
	.ah-opportunity-grid,
	.ah-book-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.ah-filter-grid-wide,
	.ah-paper-filters,
	.ah-inline-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ah-shell {
		width: 100%;
		padding: 18px 12px 42px;
	}

	.ah-section-title,
	.ah-section-title p,
	.ah-hero-copy,
	.ah-hero-copy p {
		text-align: start;
	}

	.ah-section-title h1,
	.ah-fa .ah-section-title h1 {
		font-size: clamp(30px, 10vw, 40px);
		line-height: 1.14;
	}

	.ah-section-title h2 {
		font-size: clamp(25px, 8vw, 32px);
		line-height: 1.18;
	}

	.ah-card-grid,
	.ah-roadmap-grid,
	.ah-price-grid,
	.ah-journal-list,
	.ah-opportunity-grid,
	.ah-book-grid,
	.ah-filter-grid-wide,
	.ah-paper-filters,
	.ah-inline-form,
	.ah-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.ah-card,
	.ah-summary,
	.ah-step,
	.ah-price-card,
	.ah-journal-card,
	.ah-opportunity-card,
	.ah-book-card,
	.ah-list-card,
	.ah-form {
		width: 100%;
		max-width: 100%;
		padding: 18px;
		border-radius: 8px;
	}

	.ah-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		width: 100%;
	}

	.ah-actions .ah-button,
	.ah-button,
	.ah-paper-filters button,
	.ah-form button {
		width: 100%;
		justify-content: center;
		text-align: center;
		white-space: normal;
	}

	.ah-fa .ah-card,
	.ah-fa .ah-summary,
	.ah-fa .ah-step,
	.ah-fa .ah-price-card,
	.ah-fa .ah-form,
	.ah-fa .ah-section-title {
		text-align: right;
	}

	.ah-en .ah-card,
	.ah-en .ah-summary,
	.ah-en .ah-step,
	.ah-en .ah-price-card,
	.ah-en .ah-form,
	.ah-en .ah-section-title {
		text-align: left;
	}
}
