:root {
	--anb-bg: #05070d;
	--anb-surface: #090d18;
	--anb-surface-raised: #0f1628;
	--anb-border: rgba(148, 163, 184, 0.24);
	--anb-text: #f8fafc;
	--anb-muted: #aab4c8;
	--anb-cyan: #22d3ee;
	--anb-blue: #2563eb;
	--anb-pink: #ec4899;
	--anb-content: 1160px;
}

/*
 * Production themes may force dark heading colors with high-specificity or
 * !important rules. Keep headings inside platform-owned dark surfaces
 * readable without affecting the surrounding theme.
 */
body.anb-news-page #primary.anb-news-main .anb-news-hero h1,
body.anb-news-page #primary.anb-news-main .anb-news-community h2,
body.home.anb-platform .anb-top-stories .anb-top-stories__heading h2,
body.anb-platform #primary.anb-following-main .anb-empty-state h3 {
	color: var(--anb-text) !important;
}

body.anb-platform {
	background: var(--anb-bg);
	color: var(--anb-text);
}

.anb-platform a:focus-visible,
.anb-platform button:focus-visible {
	outline: 3px solid var(--anb-cyan);
	outline-offset: 4px;
}

/* Compact, media-oriented global header. */
.anb-platform .site-header {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, auto) 1fr;
	align-items: center;
	gap: 24px;
	width: min(100%, var(--anb-content));
	min-height: 104px;
	margin-inline: auto;
	padding: 16px 24px;
	border-bottom: 1px solid var(--anb-border);
	background: var(--anb-bg);
}

.anb-platform .site-branding {
	display: grid;
	grid-template-columns: 72px auto;
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 14px;
	width: auto;
	min-width: 0;
}

.anb-platform .custom-logo-link {
	grid-row: 1 / 3;
	display: block;
	width: 72px;
	line-height: 0;
}

.anb-platform .custom-logo {
	display: block;
	width: 72px !important;
	height: 72px !important;
	object-fit: contain;
}

.anb-platform .site-title,
.anb-platform .site-description {
	margin: 0;
}

.anb-platform .site-title a {
	color: var(--anb-text);
	font-size: 1.25rem;
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-decoration: none;
}

.anb-platform .site-description {
	color: var(--anb-pink);
	font-size: 0.7rem;
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.anb-platform .main-navigation {
	justify-self: end;
	width: auto;
}

.anb-platform .main-navigation #primary-menu {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.anb-platform .main-navigation #primary-menu > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 12px;
	border-radius: 8px;
	color: var(--anb-muted);
	font-weight: 650;
	text-decoration: none;
}

.anb-platform .main-navigation #primary-menu > li > a:hover,
.anb-platform .main-navigation .current-menu-item > a {
	background: rgba(34, 211, 238, 0.08);
	color: var(--anb-cyan);
}

.anb-platform .menu-toggle {
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid var(--anb-border);
	border-radius: 10px;
	background: var(--anb-surface-raised);
	color: var(--anb-text);
}

/* Front-page layout and discovery. */
.anb-platform.home .entry-content {
	margin: 0;
}

.anb-platform.home .elementor-256 [data-id="f63d4a7"] {
	width: min(calc(100% - 32px), var(--anb-content)) !important;
	max-width: var(--anb-content) !important;
	margin: 32px auto 64px !important;
	padding: clamp(28px, 4vw, 56px) !important;
	gap: 28px !important;
	border: 1px solid var(--anb-border);
	border-radius: 24px !important;
	background: var(--anb-surface) !important;
}

.anb-platform.home .elementor-256 h1.e-heading-base {
	max-width: 900px;
	font-size: clamp(2.5rem, 6vw, 4.75rem) !important;
	line-height: 1.02 !important;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.anb-platform.home .elementor-256 [data-id="f63d4a7"] > p {
	max-width: 760px;
	color: var(--anb-muted);
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.65;
}

.anb-platform.home .elementor-256 [data-id="18f8222"] {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px !important;
	width: 100% !important;
	padding: 24px 0 0 !important;
}

.anb-platform.home .elementor-256 [data-id="18f8222"] > h2,
.anb-platform.home .elementor-256 [data-id="18f8222"] > .anb-latest-story,
.anb-platform.home .elementor-256 [data-id="18f8222"] > [data-id="64fd8c9"] {
	grid-column: 1 / -1;
}

.anb-platform.home .elementor-256 .e-youtube-base {
	width: 100% !important;
	height: auto !important;
	min-width: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid var(--anb-border);
	border-radius: 14px;
	background: #000;
}

.anb-platform.home .elementor-256 .e-youtube-base iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.anb-platform.home .elementor-256 [data-id="64fd8c9"] {
	width: 100% !important;
	margin-top: 16px;
	padding: clamp(24px, 4vw, 40px) !important;
	border-top: 1px solid var(--anb-border);
	background: transparent;
}

.anb-platform.home .elementor-256 [data-id="64fd8c9"] > p {
	max-width: 760px;
	color: var(--anb-muted);
}

.anb-platform.home .elementor-256 a.e-button-base {
	width: auto !important;
	min-height: 48px;
	align-self: flex-start;
	border-radius: 10px;
	font-weight: 750;
}

.anb-platform.home .elementor-widget-html {
	width: 100%;
}

.anb-platform.home iframe[title="Featured Ainnunbetta TikTok"] {
	display: block;
	width: min(100%, 420px) !important;
	height: auto !important;
	max-height: 740px;
	margin-inline: auto;
	aspect-ratio: 9 / 16;
}

.anb-latest-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 24px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(34, 211, 238, 0.28);
	border-left: 4px solid var(--anb-cyan);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(236, 72, 153, 0.06));
}

.anb-latest-story h3 {
	max-width: 820px;
	margin: 6px 0 12px;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	line-height: 1.18;
}

.anb-latest-story h3 a {
	color: var(--anb-text);
	text-decoration: none;
}

.anb-latest-story h3 a:hover {
	color: var(--anb-cyan);
}

.anb-latest-story p:not(.anb-eyebrow) {
	max-width: 760px;
	margin: 0 0 14px;
	color: var(--anb-muted);
	line-height: 1.6;
}

.anb-latest-story time {
	color: var(--anb-muted);
	font-size: 0.85rem;
}

.anb-eyebrow {
	margin: 0;
	color: var(--anb-cyan);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.anb-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	color: var(--anb-cyan);
	font-weight: 750;
	text-decoration: none;
}

.anb-text-link:hover {
	color: var(--anb-text);
}

/* File-based story experience. */
#primary.anb-story-main {
	display: block !important;
	float: none !important;
	width: min(calc(100% - 32px), var(--anb-content)) !important;
	max-width: var(--anb-content) !important;
	margin: 40px auto 80px;
}

.anb-story {
	color: var(--anb-text);
}

.anb-story__header {
	max-width: 940px;
	padding: clamp(28px, 5vw, 64px) 0 36px;
	border-bottom: 1px solid var(--anb-border);
}

.anb-story__section-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	text-decoration: none;
}

#primary.anb-story-main .anb-story__header h1 {
	margin: 16px 0 18px;
	color: var(--anb-text) !important;
	font-size: clamp(2.25rem, 6vw, 4.8rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.anb-story__dek {
	max-width: 820px;
	margin: 0;
	color: var(--anb-muted);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	line-height: 1.6;
}

.anb-story__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 24px;
	color: var(--anb-muted);
	font-size: 0.88rem;
}

.anb-story__meta a,
.anb-story-card__author {
	color: inherit;
	text-underline-offset: 3px;
}

.anb-story__meta a:hover,
.anb-story-card__author:hover {
	color: var(--anb-cyan);
}

.anb-story__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	align-items: start;
	gap: clamp(32px, 6vw, 72px);
	padding-top: 44px;
}

.anb-story__content {
	max-width: 760px;
}

.anb-story__content section + section {
	margin-top: 40px;
}

.anb-story__content h2,
.anb-key-points h2 {
	margin: 0 0 16px;
	color: var(--anb-text);
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.2;
}

.anb-story__content p,
.anb-story__content li {
	color: #dce3ef;
	font-size: 1.06rem;
	line-height: 1.8;
}

.anb-key-points {
	position: sticky;
	top: 32px;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	box-sizing: border-box;
	padding: 26px;
	border: 1px solid var(--anb-border);
	border-top: 3px solid var(--anb-pink);
	border-radius: 14px;
	background: var(--anb-surface-raised);
}

.admin-bar .anb-key-points {
	top: 64px;
}

.anb-key-points ul {
	display: grid;
	gap: 14px;
	margin: 18px 0 0;
	padding-left: 20px;
}

.anb-key-points li {
	color: #dce3ef;
	line-height: 1.55;
}

.anb-key-points li::marker {
	color: var(--anb-cyan);
}

.anb-original-source {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px;
	border: 1px solid rgba(236, 72, 153, 0.32);
	border-radius: 14px;
	background: rgba(236, 72, 153, 0.06);
}

.anb-original-source h2 {
	margin-bottom: 0;
}

.anb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 10px 16px;
	border-radius: 10px;
	background: var(--anb-blue);
	color: #fff;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
}

.anb-button:hover {
	background: #1d4ed8;
	color: #fff;
}

.anb-story__sources {
	padding-top: 28px;
	border-top: 1px solid var(--anb-border);
}

.anb-story__sources a {
	color: var(--anb-cyan);
	overflow-wrap: anywhere;
}

.anb-story__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid var(--anb-border);
}

/* Shared editorial, discovery, and personal collection surfaces. */
#primary.anb-editorial-main,
#primary.anb-hub-main {
	display: block !important;
	float: none !important;
	width: min(calc(100% - 32px), var(--anb-content)) !important;
	max-width: var(--anb-content) !important;
	margin: 40px auto 80px;
	color: var(--anb-text);
}

.anb-page-hero {
	display: grid;
	gap: 16px;
	margin-bottom: clamp(36px, 6vw, 72px);
	padding: clamp(30px, 5vw, 64px);
	overflow: hidden;
	border: 1px solid var(--anb-border);
	border-radius: 24px;
	background:
		radial-gradient(circle at 90% 5%, rgba(236, 72, 153, 0.18), transparent 34%),
		radial-gradient(circle at 15% 100%, rgba(34, 211, 238, 0.14), transparent 36%),
		var(--anb-surface);
}

.anb-page-hero--hub,
.anb-page-hero--blog {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 28px;
}

#primary .anb-page-hero h1 {
	max-width: 880px;
	margin: 0;
	color: var(--anb-text) !important;
	font-size: clamp(2.5rem, 6vw, 4.8rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.anb-page-hero > p,
.anb-page-hero > div > p:not(.anb-eyebrow) {
	max-width: 740px;
	margin: 0;
	color: var(--anb-muted);
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.65;
}

.anb-page-hero > div {
	display: grid;
	gap: 16px;
}

.anb-hub-jump,
.anb-content-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.anb-hub-jump a,
.anb-content-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 14px;
	border: 1px solid var(--anb-border);
	border-radius: 999px;
	background: rgba(15, 22, 40, 0.76);
	color: var(--anb-text);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.anb-hub-jump a:hover,
.anb-content-nav a:hover,
.anb-content-nav a[aria-current="location"] {
	border-color: var(--anb-cyan);
	background: rgba(34, 211, 238, 0.14);
	color: var(--anb-cyan);
}

.anb-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 18px;
	margin-top: 6px;
}

.anb-story-grid,
.anb-personal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.anb-story-card {
	display: flex;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--anb-border);
	border-radius: 16px;
	background: var(--anb-surface);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.anb-story-card:not(.anb-story-card--latest) {
	flex-direction: column;
}

.anb-story-card__media {
	display: block;
	overflow: hidden;
	background: #02040a;
}

.anb-story-card__media img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
	transition: transform 180ms ease;
}

.anb-story-card:hover .anb-story-card__media img {
	transform: scale(1.025);
}

.anb-story-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 24px;
}

.anb-story-card h2,
.anb-story-card h3,
.anb-story-card h4 {
	margin: 10px 0 12px;
	font-size: clamp(1.25rem, 2.2vw, 1.6rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.anb-story-card h2 a,
.anb-story-card h3 a,
.anb-story-card h4 a {
	color: var(--anb-text);
	text-decoration: none;
}

.anb-story-card h2 a:hover,
.anb-story-card h3 a:hover,
.anb-story-card h4 a:hover {
	color: var(--anb-cyan);
}

.anb-story-card__summary {
	display: -webkit-box;
	margin: 0 0 18px;
	overflow: hidden;
	color: var(--anb-muted);
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.anb-story-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	margin-top: auto;
	color: var(--anb-muted);
	font-size: 0.8rem;
}

.anb-story-card__meta > * + *::before {
	content: "·";
	margin-right: 14px;
	color: var(--anb-border);
}

.anb-story-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 14px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--anb-border);
}

.anb-story-card--latest.anb-latest-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	padding: 0;
}

.anb-story-card--latest .anb-story-card__content {
	padding: clamp(24px, 4vw, 36px);
}

.anb-story-card--latest h3 {
	max-width: 860px;
	font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.anb-story-card--latest .anb-story-card__summary {
	max-width: 820px;
	-webkit-line-clamp: 3;
}

.anb-save-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 13px;
	border: 1px solid rgba(34, 211, 238, 0.4);
	border-radius: 999px;
	background: rgba(34, 211, 238, 0.07);
	color: var(--anb-text);
	font: inherit;
	font-size: 0.86rem;
	font-weight: 750;
	cursor: pointer;
}

.anb-save-button:hover,
.anb-save-button[aria-pressed="true"] {
	border-color: var(--anb-cyan);
	background: rgba(34, 211, 238, 0.16);
	color: var(--anb-cyan);
}

.anb-save-button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.anb-save-button__icon {
	display: inline-grid;
	place-items: center;
	width: 1.25em;
	height: 1.25em;
	font-size: 1rem;
	line-height: 1;
}

.anb-pagination {
	margin-top: 40px;
}

.anb-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.anb-pagination a,
.anb-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--anb-border);
	border-radius: 10px;
	color: var(--anb-text);
	text-decoration: none;
}

.anb-pagination .current,
.anb-pagination a:hover {
	border-color: var(--anb-cyan);
	background: rgba(34, 211, 238, 0.12);
	color: var(--anb-cyan);
}

.anb-hub-section,
.anb-collection-panel,
.anb-related {
	scroll-margin-top: 32px;
	margin-top: clamp(46px, 7vw, 88px);
}

.anb-blog-panel,
.anb-company-section {
	scroll-margin-top: 32px;
}

.anb-page-hero + .anb-blog-panel {
	margin-top: 0;
}

.anb-blog-panel[hidden] {
	display: none !important;
}

.anb-explore-grid,
.anb-capability-grid,
.anb-ecosystem-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.anb-explore-card,
.anb-capability-card {
	min-width: 0;
	padding: clamp(22px, 3.5vw, 32px);
	border: 1px solid var(--anb-border);
	border-radius: 16px;
	background: var(--anb-surface);
}

.anb-explore-card h3,
.anb-capability-card h3 {
	margin: 10px 0 14px;
	color: var(--anb-text);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.25;
}

.anb-capability-card p:last-child {
	margin-bottom: 0;
	color: var(--anb-muted);
	line-height: 1.65;
}

.anb-taxonomy-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.anb-taxonomy-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 7px 12px;
	border: 1px solid var(--anb-border);
	border-radius: 999px;
	color: var(--anb-text);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.anb-taxonomy-links a:hover {
	border-color: var(--anb-cyan);
	color: var(--anb-cyan);
}

.anb-persistence-status {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: center;
	gap: 10px 14px;
	margin: -4px 0 22px;
	padding: 14px 16px;
	border: 1px solid rgba(34, 211, 238, 0.3);
	border-radius: 12px;
	background: rgba(34, 211, 238, 0.07);
}

.anb-persistence-status strong {
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(34, 211, 238, 0.13);
	color: var(--anb-cyan);
	font-size: 0.82rem;
}

.anb-persistence-status span {
	color: var(--anb-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.anb-persistence-status[data-state="account"] {
	border-color: rgba(37, 99, 235, 0.38);
	background: rgba(37, 99, 235, 0.09);
}

.anb-persistence-status[data-state="warning"] {
	border-color: rgba(236, 72, 153, 0.4);
	background: rgba(236, 72, 153, 0.08);
}

.anb-persistence-status[data-state="warning"] strong {
	background: rgba(236, 72, 153, 0.14);
	color: #f9a8d4;
}

.anb-save-feedback {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99998;
	box-sizing: border-box;
	max-width: min(420px, calc(100vw - 40px));
	padding: 14px 16px;
	border: 1px solid rgba(34, 211, 238, 0.42);
	border-radius: 12px;
	background: #10182b;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.34);
	color: var(--anb-text);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.45;
}

.anb-company-section {
	margin-top: clamp(52px, 8vw, 96px);
}

.anb-ecosystem-card {
	display: grid;
	min-width: 0;
	min-height: 210px;
	align-content: start;
	gap: 10px;
	padding: clamp(22px, 3.5vw, 32px);
	border: 1px solid var(--anb-border);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(15, 22, 40, 0.98), rgba(10, 15, 29, 0.96));
	color: var(--anb-text);
	text-decoration: none;
}

.anb-ecosystem-card strong {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.3;
}

.anb-ecosystem-card > span:last-child {
	color: var(--anb-muted);
	line-height: 1.6;
}

.anb-ecosystem-card:hover {
	border-color: var(--anb-cyan);
	transform: translateY(-2px);
}

.anb-upvibe-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px 48px;
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid rgba(236, 72, 153, 0.38);
	border-radius: 20px;
	background: linear-gradient(120deg, rgba(37, 99, 235, 0.13), rgba(236, 72, 153, 0.09));
}

.anb-upvibe-section h2 {
	margin: 8px 0 12px;
	color: var(--anb-text);
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.anb-upvibe-section p:last-child {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--anb-muted);
	line-height: 1.7;
}

.anb-status-badge {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid rgba(236, 72, 153, 0.4);
	border-radius: 999px;
	color: #f9a8d4;
	font-size: 0.85rem;
	font-weight: 800;
}

.anb-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 22px 48px;
	margin-bottom: 26px;
}

.anb-section-heading > div {
	display: grid;
	gap: 8px;
}

.anb-section-heading h2 {
	margin: 0;
	color: var(--anb-text);
	font-size: clamp(1.7rem, 4vw, 2.65rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.anb-section-heading > p {
	max-width: 460px;
	margin: 0;
	color: var(--anb-muted);
	line-height: 1.6;
}

.anb-section-heading__aside {
	display: grid;
	justify-items: end;
	max-width: 480px;
	gap: 12px;
}

.anb-section-heading__aside p {
	margin: 0;
	color: var(--anb-muted);
	line-height: 1.6;
}

.anb-clear-recent {
	min-height: 44px;
	padding: 7px 0;
	border: 0;
	background: transparent;
	color: var(--anb-cyan);
	font: inherit;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 4px;
	cursor: pointer;
}

.anb-collection-panel {
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--anb-border);
	border-radius: 20px;
	background: var(--anb-surface-raised);
}

.anb-collection-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 28px;
	border: 1px dashed var(--anb-border);
	border-radius: 12px;
	color: var(--anb-muted);
	text-align: center;
}

.anb-collection-note {
	margin: 14px 0 0;
	color: var(--anb-muted);
	font-size: 0.9rem;
}

.anb-import-saves {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	padding: 18px;
	border: 1px solid rgba(34, 211, 238, 0.35);
	border-radius: 12px;
	background: rgba(34, 211, 238, 0.08);
}

.anb-import-saves p {
	margin: 0;
	color: var(--anb-text);
	line-height: 1.5;
}

.anb-button--compact {
	min-height: 44px;
	font-size: 0.88rem;
}

.anb-empty-state {
	max-width: 760px;
	padding: clamp(28px, 5vw, 48px);
	border: 1px dashed var(--anb-border);
	border-radius: 18px;
	background: var(--anb-surface);
}

.anb-empty-state h2 {
	margin-top: 0;
	color: var(--anb-text);
}

.anb-empty-state p {
	color: var(--anb-muted);
	line-height: 1.65;
}

.anb-account-path {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px 48px;
	margin-top: clamp(48px, 8vw, 96px);
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid rgba(236, 72, 153, 0.34);
	border-radius: 20px;
	background: linear-gradient(120deg, rgba(37, 99, 235, 0.13), rgba(236, 72, 153, 0.09));
}

.anb-account-path h2 {
	margin: 8px 0 10px;
	color: var(--anb-text);
}

.anb-account-path p:not(.anb-eyebrow) {
	max-width: 680px;
	margin: 0;
	color: var(--anb-muted);
	line-height: 1.6;
}

.anb-account-path__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 18px;
}

/* Story detail extensions. */
.anb-story__topics,
.anb-story__header-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin-top: 20px;
}

.anb-story__topics a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 6px 11px;
	border: 1px solid var(--anb-border);
	border-radius: 999px;
	color: var(--anb-muted);
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.anb-story__topics a:hover {
	border-color: var(--anb-cyan);
	color: var(--anb-cyan);
}

.anb-story__people {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin-top: 14px;
	color: var(--anb-muted);
	font-size: 0.86rem;
}

.anb-story__people > span {
	font-weight: 750;
}

.anb-story__people a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 6px 11px;
	border: 1px solid rgba(236, 72, 153, 0.34);
	border-radius: 999px;
	color: #f9a8d4;
	font-weight: 700;
	text-decoration: none;
}

.anb-story__people a:hover {
	border-color: var(--anb-pink);
	color: var(--anb-text);
}

.anb-story__featured-media {
	margin: 36px 0 0;
	overflow: hidden;
	border: 1px solid var(--anb-border);
	border-radius: 18px;
	background: var(--anb-surface);
}

.anb-story__featured-media img {
	display: block;
	width: 100%;
	max-height: 720px;
	object-fit: cover;
}

.anb-story__featured-media figcaption {
	padding: 12px 16px;
	color: var(--anb-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

.anb-story__layout--single {
	grid-template-columns: minmax(0, 760px);
}

.anb-related {
	padding-top: clamp(36px, 6vw, 64px);
	border-top: 1px solid var(--anb-border);
}

/* Moments, verified People, and private Following surfaces. */
.anb-moments-hero,
.anb-person-hero {
	border-color: rgba(34, 211, 238, 0.3);
}

.anb-story-card--moment {
	position: relative;
	border-color: rgba(34, 211, 238, 0.28);
	background:
		linear-gradient(180deg, rgba(34, 211, 238, 0.055), transparent 34%),
		var(--anb-surface);
}

.anb-story-card--moment::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 3px;
	background: linear-gradient(90deg, var(--anb-cyan), var(--anb-pink));
	content: "";
}

.anb-story-card--following {
	border-color: rgba(37, 99, 235, 0.32);
}

.anb-moment {
	display: grid;
	gap: clamp(22px, 4vw, 36px);
}

.anb-moment > .anb-moment__header {
	margin-bottom: 0;
}

.anb-moment > .anb-moment-media,
.anb-moment > .anb-embed-consent,
.anb-moment > .anb-moment__context,
.anb-moment > .anb-moment__description,
.anb-moment > .anb-moment__transcript,
.anb-moment > .anb-moment__source,
.anb-moment > .anb-moment__people {
	box-sizing: border-box;
	width: min(100%, 860px);
	margin-inline: auto;
}

.anb-embed-consent {
	display: grid;
	gap: 16px;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid rgba(34, 211, 238, 0.3);
	border-radius: 18px;
	background: rgba(34, 211, 238, 0.06);
}

.anb-embed-consent p {
	margin: 0;
	color: var(--anb-muted);
	line-height: 1.7;
}

.anb-embed-consent .anb-button {
	justify-self: start;
}

.anb-moment-media {
	overflow: hidden;
	border: 1px solid var(--anb-border);
	border-radius: 18px;
	background: #02040a;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
	line-height: 0;
}

.anb-moment-media img,
.anb-moment-media video,
.anb-moment-media audio,
.anb-moment-media iframe,
.anb-moment-media object,
.anb-moment-media embed {
	display: block;
	max-width: 100%;
}

.anb-moment-media img,
.anb-moment-media video {
	width: 100%;
	height: auto;
}

.anb-moment-media audio {
	box-sizing: border-box;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 10px;
}

.anb-moment-media iframe {
	width: 100%;
	border: 0;
}

.anb-moment-media blockquote {
	margin: 0;
	padding: clamp(22px, 4vw, 36px);
	color: var(--anb-text);
	font-size: 1rem;
	line-height: 1.7;
}

.anb-moment__context,
.anb-moment__description,
.anb-moment__transcript,
.anb-moment__source,
.anb-moment__people {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--anb-border);
	border-radius: 18px;
	background: var(--anb-surface);
}

.anb-moment__context {
	border-top: 3px solid var(--anb-cyan);
}

.anb-moment__source {
	border-color: rgba(236, 72, 153, 0.32);
	background: rgba(236, 72, 153, 0.06);
}

.anb-moment__context h2,
.anb-moment__description h2,
.anb-moment__transcript h2,
.anb-moment__source h2,
.anb-moment__people h2 {
	margin: 0 0 16px;
	color: var(--anb-text);
	font-size: clamp(1.35rem, 3vw, 1.9rem);
	line-height: 1.2;
}

.anb-moment__context :is(p, li, blockquote),
.anb-moment__description p,
.anb-moment__transcript p,
.anb-moment__source p {
	color: #dce3ef;
	font-size: 1.02rem;
	line-height: 1.75;
}

.anb-moment__context > :last-child,
.anb-moment__description > :last-child,
.anb-moment__transcript > :last-child,
.anb-moment__source > :last-child {
	margin-bottom: 0;
}

.anb-moment__context :is(img, video, iframe, table),
.anb-moment__description :is(img, video, iframe, table),
.anb-moment__transcript :is(img, video, iframe, table) {
	max-width: 100%;
}

.anb-moment__context pre,
.anb-moment__transcript pre {
	max-width: 100%;
	overflow-x: auto;
}

.anb-moment__source a,
.anb-person-hero__description a,
.anb-moment__people a {
	overflow-wrap: anywhere;
}

.anb-moment__people ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.anb-moment__people li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
	padding: 14px 16px;
	border: 1px solid rgba(236, 72, 153, 0.26);
	border-radius: 12px;
	background: rgba(236, 72, 153, 0.045);
}

.anb-moment__people li > a:first-child {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #f9a8d4;
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.anb-person-hero__description {
	max-width: 760px;
	color: var(--anb-muted);
}

.anb-person-hero__description :is(p, li) {
	margin-top: 0;
	color: inherit;
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.7;
}

.anb-person-hero__description > :last-child {
	margin-bottom: 0;
}

.anb-person-hero > .anb-button,
.anb-person-hero > .anb-follow-button {
	justify-self: start;
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

.anb-following {
	display: grid;
	gap: 20px;
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--anb-border);
	border-radius: 20px;
	background: var(--anb-surface-raised);
}

.anb-following .anb-section-heading {
	margin-bottom: 0;
}

.anb-following > p {
	max-width: 760px;
	margin: 0;
	color: var(--anb-muted);
	line-height: 1.65;
}

.anb-following [data-anb-following-feed] {
	transition: opacity 160ms ease;
}

.anb-following [data-anb-following-feed][aria-busy="true"] {
	min-height: 120px;
	border: 1px dashed var(--anb-border);
	border-radius: 14px;
	background: rgba(34, 211, 238, 0.035);
	opacity: 0.65;
}

.anb-following [data-anb-following-more] {
	justify-self: start;
}

.anb-follow-feedback {
	min-height: 1.5em;
	margin: 0;
	color: var(--anb-muted);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.5;
}

body > .anb-follow-feedback:not(:empty) {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99998;
	box-sizing: border-box;
	max-width: min(420px, calc(100vw - 40px));
	padding: 14px 16px;
	border: 1px solid rgba(34, 211, 238, 0.42);
	border-radius: 12px;
	background: #10182b;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.34);
	color: var(--anb-text);
}

.anb-follow-button {
	min-height: 44px;
	border: 1px solid transparent;
	font: inherit;
	cursor: pointer;
}

.anb-follow-button[aria-pressed="true"] {
	border: 1px solid rgba(34, 211, 238, 0.65);
	background: rgba(34, 211, 238, 0.14);
	color: var(--anb-cyan);
}

.anb-follow-button:disabled,
.anb-follow-button[aria-busy="true"] {
	cursor: wait;
	opacity: 0.68;
}

/* Moderated Story discussion. */
.anb-discussion {
	box-sizing: border-box;
	width: min(calc(100% - 32px), 960px);
	margin: clamp(52px, 8vw, 96px) auto;
	padding: clamp(26px, 4vw, 42px);
	scroll-margin-top: 32px;
	border: 1px solid var(--anb-border);
	border-radius: 20px;
	background: var(--anb-surface-raised);
	color: var(--anb-text);
}

.anb-discussion .anb-section-heading > p {
	max-width: 380px;
}

.anb-discussion__notice,
.anb-discussion__empty {
	margin: 0 0 24px;
	padding: 14px 16px;
	border-radius: 12px;
	line-height: 1.6;
}

.anb-discussion__notice {
	border: 1px solid rgba(34, 211, 238, 0.42);
	background: rgba(34, 211, 238, 0.08);
	color: #cffafe;
}

.anb-discussion__empty {
	border: 1px dashed var(--anb-border);
	color: var(--anb-muted);
}

.anb-discussion__list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.anb-discussion__comment {
	margin: 0;
}

.anb-discussion__comment > article {
	padding: clamp(18px, 3vw, 24px);
	border: 1px solid var(--anb-border);
	border-radius: 14px;
	background: var(--anb-surface);
}

.anb-discussion__comment-meta > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 18px;
}

.anb-discussion__comment-meta strong {
	color: var(--anb-text);
	font-size: 1rem;
}

.anb-discussion__comment-meta a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--anb-muted);
	font-size: 0.82rem;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.anb-discussion__comment-content {
	margin-top: 10px;
	color: #dce3ef;
	line-height: 1.75;
	overflow-wrap: anywhere;
}

.anb-discussion__comment-content > :first-child {
	margin-top: 0;
}

.anb-discussion__comment-content > :last-child {
	margin-bottom: 0;
}

.anb-discussion__comment-content :is(img, video, iframe, table) {
	max-width: 100%;
}

.anb-discussion__comment-content pre {
	max-width: 100%;
	overflow-x: auto;
}

.anb-discussion__form {
	margin-top: 32px;
	padding: clamp(20px, 3.5vw, 30px);
	border: 1px solid rgba(37, 99, 235, 0.34);
	border-radius: 14px;
	background: rgba(37, 99, 235, 0.065);
}

.anb-discussion__form h3,
.anb-discussion__form .comment-reply-title {
	margin: 0 0 10px;
	color: var(--anb-text);
	font-size: clamp(1.25rem, 3vw, 1.65rem);
}

.anb-discussion__form p {
	color: var(--anb-muted);
	line-height: 1.6;
}

.anb-discussion__form .comment-form-comment {
	display: grid;
	gap: 8px;
}

.anb-discussion__form .form-submit {
	margin-bottom: 0;
}

/* Shared, scoped form controls for comments, audience, and inquiries. */
.anb-commercial-form label,
.anb-discussion__form label,
.anb-audience-signup__form label {
	color: var(--anb-text);
	font-weight: 700;
	line-height: 1.45;
}

:where(.anb-commercial-form, .anb-discussion__form, .anb-audience-signup__form)
	:is(input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea) {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid rgba(148, 163, 184, 0.45);
	border-radius: 9px;
	background: #070b14;
	color: var(--anb-text);
	font: inherit;
	line-height: 1.45;
}

:where(.anb-commercial-form, .anb-discussion__form, .anb-audience-signup__form) textarea {
	min-height: 144px;
	resize: vertical;
}

:where(.anb-commercial-form, .anb-discussion__form, .anb-audience-signup__form)
	:is(input[type="checkbox"], input[type="radio"]) {
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	accent-color: var(--anb-cyan);
}

:where(.anb-commercial-form, .anb-discussion__form, .anb-audience-signup__form)
	:is(input, select, textarea):focus-visible {
	border-color: var(--anb-cyan);
	outline: 3px solid var(--anb-cyan);
	outline-offset: 3px;
}

:where(.anb-commercial-form, .anb-discussion__form, .anb-audience-signup__form)
	:is(input, select, textarea):disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

:where(.anb-commercial-form, .anb-discussion__form, .anb-audience-signup__form)
	:is(input, textarea)::placeholder {
	color: #8793a8;
	opacity: 1;
}

.anb-commercial-form > .anb-button,
.anb-discussion__form .anb-button {
	border: 0;
	font: inherit;
	cursor: pointer;
}

/* Optional, separately consented audience signup. */
.anb-audience-signup {
	box-sizing: border-box;
	width: min(100%, 920px);
	margin: clamp(40px, 7vw, 72px) auto;
	padding: clamp(26px, 4.5vw, 44px);
	border: 1px solid rgba(34, 211, 238, 0.34);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0, rgba(34, 211, 238, 0.12), transparent 36%),
		var(--anb-surface-raised);
	color: var(--anb-text);
}

.anb-audience-signup h2 {
	margin: 0 0 12px;
	color: var(--anb-text);
	font-size: clamp(1.65rem, 4vw, 2.4rem);
	line-height: 1.15;
}

.anb-audience-signup > p:not(.anb-audience-signup__disclosure) {
	max-width: 720px;
	margin: 0;
	color: var(--anb-muted);
	line-height: 1.65;
}

.anb-audience-signup__form {
	margin-top: 24px;
}

.anb-audience-signup__form form {
	display: grid;
	gap: 16px;
}

.anb-audience-signup__form :is(p, fieldset) {
	margin: 0;
}

.anb-audience-signup__form fieldset {
	min-width: 0;
	padding: 0;
	border: 0;
}

.anb-audience-signup__form :is(button, input[type="submit"]) {
	min-height: 48px;
	padding: 10px 16px;
	border: 0;
	border-radius: 10px;
	background: var(--anb-blue);
	color: #fff;
	font: inherit;
	font-weight: 750;
	cursor: pointer;
}

.anb-audience-signup__form :is(img, iframe) {
	display: block;
	max-width: 100%;
}

.anb-audience-signup__disclosure {
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--anb-border);
	color: var(--anb-muted);
	font-size: 0.84rem;
	line-height: 1.65;
}

.anb-audience-signup__disclosure a {
	color: var(--anb-cyan);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

/* Direct commercial inquiry, inventory, and plain-language disclosures. */
.anb-commercial-page-content {
	width: min(100%, 860px);
	color: #dce3ef;
}

.anb-commercial-page-content :is(p, li) {
	font-size: 1.04rem;
	line-height: 1.75;
}

.anb-commercial-page-content :is(h2, h3, h4) {
	color: var(--anb-text);
	line-height: 1.2;
}

.anb-commercial-page-content :is(a, code) {
	overflow-wrap: anywhere;
}

.anb-commercial-page-content a {
	color: var(--anb-cyan);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.anb-commercial-page-content :is(img, video, iframe, table) {
	max-width: 100%;
}

.anb-commercial-inquiry {
	box-sizing: border-box;
	width: min(100%, 960px);
	margin-top: clamp(40px, 7vw, 72px);
	padding: clamp(26px, 4.5vw, 44px);
	border: 1px solid rgba(236, 72, 153, 0.34);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0, rgba(236, 72, 153, 0.12), transparent 34%),
		var(--anb-surface-raised);
}

.anb-commercial-inquiry h2 {
	margin: 8px 0 16px;
	color: var(--anb-text);
	font-size: clamp(1.7rem, 4vw, 2.5rem);
	line-height: 1.15;
}

.anb-commercial-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
	margin-top: 26px;
}

.anb-commercial-form > p {
	display: grid;
	align-content: start;
	gap: 8px;
	margin: 0;
}

.anb-commercial-form > p:nth-of-type(n + 5),
.anb-commercial-form > .anb-button {
	grid-column: 1 / -1;
}

.anb-commercial-form > p:last-of-type label {
	display: flex;
	align-items: flex-start;
	min-height: 44px;
}

.anb-commercial-form > .anb-button {
	justify-self: start;
}

.anb-form-notice {
	margin: 20px 0 0;
	padding: 14px 16px;
	border: 1px solid rgba(34, 211, 238, 0.42);
	border-radius: 12px;
	background: rgba(34, 211, 238, 0.08);
	color: #cffafe;
}

.anb-form-notice--error {
	border-color: rgba(236, 72, 153, 0.5);
	background: rgba(236, 72, 153, 0.09);
	color: #fbcfe8;
}

.anb-form-notice p {
	margin: 0;
	line-height: 1.6;
}

.anb-commercial-fallback {
	display: grid;
	justify-items: start;
	gap: 14px;
	margin-top: 24px;
}

.anb-commercial-fallback p {
	margin: 0;
}

.anb-commercial-slot {
	box-sizing: border-box;
	width: min(100%, 860px);
	margin: clamp(28px, 5vw, 48px) auto;
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.34);
	border-radius: 16px;
	background: var(--anb-surface-raised);
}

.anb-commercial-slot--direct,
.anb-commercial-slot--sponsored,
.anb-commercial-slot--affiliate {
	border-color: rgba(236, 72, 153, 0.38);
}

.anb-commercial-slot__disclosure {
	margin: 0;
	padding: 10px 16px;
	border-bottom: 1px solid var(--anb-border);
	background: rgba(236, 72, 153, 0.08);
	color: #f9a8d4;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.anb-commercial-slot__link {
	display: grid;
	gap: 10px;
	min-height: 44px;
	padding: clamp(18px, 3vw, 26px);
	color: var(--anb-text);
	text-decoration: none;
}

.anb-commercial-slot__link:hover {
	background: rgba(34, 211, 238, 0.05);
	color: var(--anb-cyan);
}

.anb-commercial-slot__link:focus-visible {
	outline-offset: -4px;
}

.anb-commercial-slot__link img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 420px;
	margin-bottom: 8px;
	border-radius: 10px;
	object-fit: cover;
}

.anb-commercial-slot__link strong {
	font-size: clamp(1.15rem, 2.6vw, 1.5rem);
	line-height: 1.25;
}

.anb-commercial-slot__link span {
	color: var(--anb-muted);
	line-height: 1.6;
}

.anb-story-disclosure {
	box-sizing: border-box;
	width: min(100%, 860px);
	margin: 20px auto 28px;
	padding: 13px 16px;
	border: 1px solid rgba(236, 72, 153, 0.46);
	border-left-width: 4px;
	border-radius: 10px;
	background: rgba(236, 72, 153, 0.08);
	color: #fbcfe8;
	font-size: 0.88rem;
	line-height: 1.55;
}

.anb-story-disclosure a {
	color: #fbcfe8;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.anb-affiliate-link {
	overflow-wrap: anywhere;
	line-height: 1.7;
}

.anb-affiliate-link__disclosure {
	display: inline-block;
	margin-right: 4px;
	padding: 2px 7px;
	border: 1px solid rgba(236, 72, 153, 0.42);
	border-radius: 999px;
	background: rgba(236, 72, 153, 0.08);
	color: #f9a8d4;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.anb-affiliate-link a {
	color: var(--anb-cyan);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

/* Portable dry-run preview; deliberately avoids WordPress admin globals. */
.anb-distribution-preview {
	box-sizing: border-box;
	max-width: 760px;
	padding: 18px 20px;
	border: 1px solid #c3c4c7;
	border-left: 4px solid #2271b1;
	border-radius: 6px;
	background: #fff;
	color: #1d2327;
	font-size: 14px;
	line-height: 1.55;
}

.anb-distribution-preview > :first-child {
	margin-top: 0;
}

.anb-distribution-preview > :last-child {
	margin-bottom: 0;
}

.anb-distribution-preview h3 {
	margin: 18px 0 8px;
	color: #1d2327;
	font-size: 1.2rem;
	line-height: 1.3;
}

.anb-distribution-preview a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #135e96;
	font-weight: 600;
	text-underline-offset: 3px;
}

.anb-distribution-preview a:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 3px;
}

.anb-distribution-preview dl {
	display: grid;
	grid-template-columns: minmax(130px, max-content) minmax(0, 1fr);
	gap: 6px 14px;
	margin: 14px 0 0;
}

.anb-distribution-preview dt {
	font-weight: 700;
}

.anb-distribution-preview dd {
	min-width: 0;
	margin: 0;
	overflow-wrap: anywhere;
}

/* Ultimate Member and Nextend additions, scoped to plugin-owned blocks. */
.anb-social-auth,
.anb-account-utility {
	box-sizing: border-box;
	margin-top: 24px;
	padding: 20px;
	border: 1px solid var(--anb-border);
	border-radius: 14px;
	background: var(--anb-surface-raised);
	color: var(--anb-text);
}

.anb-social-auth {
	margin: 0 0 24px;
}

.anb-social-auth__separator {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0 0;
	color: var(--anb-muted);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.anb-social-auth .nsl-container,
.anb-social-auth .nsl-container-buttons,
.anb-social-auth .nsl-button,
.anb-social-auth a[data-plugin="nsl"] {
	width: 100% !important;
	max-width: none !important;
}

.anb-social-auth__separator::before,
.anb-social-auth__separator::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--anb-border);
}

.anb-account-utility h3 {
	margin: 0 0 8px;
	color: var(--anb-text);
}

.anb-account-utility p {
	color: var(--anb-muted);
	line-height: 1.6;
}

@media (max-width: 900px) {
	.anb-story__layout {
		grid-template-columns: 1fr;
	}

	.anb-key-points {
		position: static;
	}

	.anb-story-grid,
	.anb-personal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anb-explore-grid,
	.anb-capability-grid,
	.anb-ecosystem-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anb-page-hero--hub,
	.anb-page-hero--blog {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.anb-hub-jump,
	.anb-content-nav {
		justify-content: flex-start;
	}

	.anb-discussion .anb-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.anb-platform .site-header {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		min-height: 84px;
		padding: 12px 16px;
	}

	.anb-platform .site-branding {
		grid-template-columns: 56px auto;
		column-gap: 10px;
	}

	.anb-platform .custom-logo-link,
	.anb-platform .custom-logo {
		width: 56px !important;
		height: 56px !important;
	}

	.anb-platform .site-title a {
		font-size: 1.05rem;
	}

	.anb-platform .site-description {
		font-size: 0.6rem;
	}

	.anb-platform .menu-toggle {
		position: static !important;
		display: inline-grid !important;
		place-items: center;
		margin: 0 !important;
	}

	.anb-platform .main-navigation {
		grid-column: 1 / -1;
		justify-self: stretch;
		width: 100%;
	}

	.anb-platform .main-navigation.hidden-mobile {
		display: none !important;
	}

	.anb-platform .main-navigation:not(.hidden-mobile) {
		display: block !important;
	}

	.anb-platform .main-navigation #primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
		padding: 10px 0 4px;
		border-top: 1px solid var(--anb-border);
	}

	.anb-platform .main-navigation #primary-menu > li > a {
		width: 100%;
	}

	.anb-platform.home .elementor-256 [data-id="f63d4a7"] {
		width: calc(100% - 24px) !important;
		margin: 18px auto 44px !important;
		padding: 28px 20px !important;
		border-radius: 16px !important;
	}

	.anb-platform.home .elementor-256 h1.e-heading-base {
		font-size: clamp(2.4rem, 13vw, 3.65rem) !important;
		line-height: 1.04 !important;
	}

	.anb-platform.home .elementor-256 [data-id="18f8222"] {
		grid-template-columns: 1fr;
		padding-top: 12px !important;
	}

	.anb-platform.home .elementor-256 [data-id="18f8222"] > h2,
	.anb-platform.home .elementor-256 [data-id="18f8222"] > .anb-latest-story,
	.anb-platform.home .elementor-256 [data-id="18f8222"] > [data-id="64fd8c9"] {
		grid-column: 1;
	}

	.anb-platform.home .elementor-256 [data-id="64fd8c9"] {
		padding: 24px 0 0 !important;
	}

	.anb-latest-story {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.anb-original-source {
		align-items: flex-start;
		flex-direction: column;
	}

	#primary.anb-story-main {
		width: min(calc(100% - 24px), var(--anb-content)) !important;
		margin-top: 18px;
	}

	.anb-story__header {
		padding-top: 24px;
	}

	.anb-story__header h1 {
		font-size: clamp(2.2rem, 12vw, 3.5rem);
	}

	#primary.anb-editorial-main,
	#primary.anb-hub-main {
		width: calc(100% - 24px) !important;
		margin-top: 18px;
		margin-bottom: 56px;
	}

	.anb-page-hero {
		margin-bottom: 40px;
		padding: 28px 20px;
		border-radius: 16px;
	}

	#primary .anb-page-hero h1 {
		font-size: clamp(2.35rem, 13vw, 3.7rem);
	}

	#primary .anb-page-hero--hub h1 {
		font-size: clamp(2.2rem, 10.5vw, 2.7rem);
	}

	.anb-hub-jump {
		gap: 6px;
	}

	.anb-hub-jump a {
		min-height: 44px;
		padding: 6px 11px;
		font-size: 0.8rem;
	}

	.anb-save-feedback {
		right: 12px;
		bottom: 12px;
		max-width: calc(100vw - 24px);
	}

	.anb-story-grid,
	.anb-personal-grid {
		grid-template-columns: 1fr;
	}

	.anb-explore-grid,
	.anb-capability-grid,
	.anb-ecosystem-grid {
		grid-template-columns: 1fr;
	}

	.anb-story-card__content {
		padding: 21px;
	}

	.anb-story-card__media img {
		height: 200px;
	}

	.anb-section-heading,
	.anb-account-path {
		align-items: flex-start;
		flex-direction: column;
	}

	.anb-section-heading {
		margin-bottom: 20px;
	}

	.anb-section-heading__aside {
		justify-items: start;
		max-width: none;
	}

	.anb-collection-panel {
		padding: 22px 16px;
		border-radius: 16px;
	}

	.anb-account-path {
		padding: 26px 20px;
	}

	.anb-import-saves {
		align-items: flex-start;
		flex-direction: column;
	}

	.anb-persistence-status {
		grid-template-columns: 1fr;
	}

	.anb-upvibe-section {
		align-items: flex-start;
		flex-direction: column;
	}

	.anb-story__featured-media {
		border-radius: 12px;
	}

	.anb-story__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.anb-moment__context,
	.anb-moment__description,
	.anb-moment__transcript,
	.anb-moment__source,
	.anb-moment__people,
	.anb-following,
	.anb-discussion,
	.anb-audience-signup,
	.anb-commercial-inquiry {
		padding: 22px 18px;
		border-radius: 14px;
	}

	.anb-moment-media {
		border-radius: 12px;
	}

	.anb-moment-media iframe {
		min-height: 200px;
	}

	.anb-moment__people li {
		align-items: stretch;
		flex-direction: column;
	}

	.anb-moment__people li > a:first-child,
	.anb-moment__people .anb-button,
	.anb-moment__people .anb-follow-button {
		width: 100%;
		justify-content: center;
		white-space: normal;
		text-align: center;
	}

	.anb-following {
		gap: 16px;
	}

	.anb-following [data-anb-following-more],
	.anb-commercial-form > .anb-button,
	.anb-discussion__form .anb-button,
	.anb-audience-signup__form :is(button, input[type="submit"]) {
		width: 100%;
	}

	body > .anb-follow-feedback:not(:empty) {
		right: 12px;
		bottom: 12px;
		max-width: calc(100vw - 24px);
	}

	.anb-discussion {
		width: calc(100% - 24px);
		margin-block: 48px;
	}

	.anb-discussion__comment-meta > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.anb-commercial-form {
		grid-template-columns: 1fr;
	}

	.anb-commercial-form > p,
	.anb-commercial-form > p:nth-of-type(n + 5),
	.anb-commercial-form > .anb-button {
		grid-column: 1;
	}

	.anb-commercial-slot,
	.anb-story-disclosure {
		border-radius: 12px;
	}

	.anb-commercial-slot__link {
		padding: 18px;
	}

	.anb-distribution-preview {
		padding: 16px;
	}

	.anb-distribution-preview dl {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.anb-distribution-preview dd + dt {
		margin-top: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.anb-platform *,
	.anb-platform *::before,
	.anb-platform *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.anb-story-card:hover .anb-story-card__media img,
	.anb-ecosystem-card:hover {
		transform: none !important;
	}
}
