.cll-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 17px;
	padding-bottom: 11px;
	border-bottom: 1px solid var(--cll-border);
}

.cll-section-heading > div > span {
	display: block;
	margin-bottom: 3px;
	color: var(--cll-signal);
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
}

.cll-section-heading h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
}

.cll-section-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	color: var(--cll-muted);
	font-size: 11px;
	font-weight: 800;
}

.cll-section-heading > a:hover {
	color: var(--cll-signal);
}

.cll-story-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cll-story-card {
	min-width: 0;
	overflow: hidden;
	background: var(--cll-surface);
	border: 1px solid var(--cll-border-soft);
	border-radius: var(--cll-radius);
	transition: border-color 150ms ease, transform 150ms ease;
}

.cll-story-card:hover {
	border-color: #495361;
	transform: translateY(-2px);
}

.cll-story-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--cll-surface-2);
}

.cll-story-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.cll-story-card:hover .cll-story-card__media img {
	transform: scale(1.025);
}

.cll-story-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: #202831;
	color: var(--cll-muted);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.cll-story-card__type,
.cll-story-card__duration {
	position: absolute;
	bottom: 8px;
	padding: 4px 7px;
	background: rgb(10 12 15 / 88%);
	border-radius: 4px;
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.cll-story-card__type {
	left: 8px;
	color: var(--cll-signal);
}

.cll-story-card__duration {
	right: 8px;
	color: var(--cll-text);
}

.cll-story-card__body {
	padding: 14px;
}

.cll-story-card__body h3 {
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
}

.cll-story-card__body h3 a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cll-story-card__body p {
	display: -webkit-box;
	min-height: 38px;
	margin: 8px 0 12px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	color: var(--cll-muted);
	font-size: 11px;
	-webkit-line-clamp: 2;
}

.cll-story-card__meta {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 6px;
	overflow: hidden;
	color: var(--cll-muted);
	font-size: 9px;
	white-space: nowrap;
}

.cll-story-card__meta > * {
	overflow: hidden;
	text-overflow: ellipsis;
}

.cll-story-card__meta > * + *::before {
	margin-right: 6px;
	color: #535d69;
	content: "•";
}

.cll-story-card--lead {
	min-height: 100%;
}

.cll-story-card--lead .cll-story-card__media {
	aspect-ratio: 16 / 9;
}

.cll-story-card--lead .cll-story-card__body {
	padding: 18px;
}

.cll-story-card--lead .cll-story-card__body h3 {
	font-size: 24px;
}

.cll-story-card--compact {
	display: grid;
	grid-template-columns: 144px minmax(0, 1fr);
}

.cll-story-card--compact .cll-story-card__media {
	height: 100%;
	aspect-ratio: auto;
}

.cll-story-card--compact .cll-story-card__body {
	display: flex;
	justify-content: center;
	padding: 12px;
	flex-direction: column;
}

.cll-story-card--compact .cll-story-card__body h3 {
	font-size: 13px;
}

.cll-creator-card {
	display: inline-block;
	min-width: 150px;
	padding: 14px;
	background: var(--cll-surface);
	border: 1px solid var(--cll-border-soft);
	border-radius: var(--cll-radius);
}

.cll-creator-card a {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
}

.cll-creator-card img {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 50%;
	object-fit: cover;
}

.cll-creator-card strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cll-native-home {
	padding-top: 24px;
}

.cll-native-home > section + section {
	margin-top: 28px;
}

.cll-native-overview {
	display: grid;
	min-height: 238px;
	align-items: center;
	gap: 24px;
	padding: 30px;
	background:
		linear-gradient(110deg, rgb(255 211 73 / 8%), transparent 34%),
		#13191e;
	border: 1px solid var(--cll-border);
	border-radius: var(--cll-radius);
	grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr) 208px;
}

.cll-native-overview h1 {
	max-width: 720px;
	margin: 12px 0 14px;
	font-size: 42px;
	line-height: 1.04;
}

.cll-native-overview p {
	max-width: 700px;
	margin: 0;
	color: var(--cll-muted);
	font-size: 15px;
}

.cll-native-actions {
	display: grid;
	gap: 8px;
}

.cll-native-actions a {
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 10px;
	padding: 10px 13px;
	background: var(--cll-surface-2);
	border: 1px solid var(--cll-border);
	border-radius: 6px;
	font-size: 11px;
	font-weight: 900;
}

.cll-native-overview__metrics {
	display: grid;
	gap: 1px;
	overflow: hidden;
	background: var(--cll-border-soft);
	border: 1px solid var(--cll-border-soft);
	border-radius: 7px;
}

.cll-native-overview__metrics div {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	background: rgb(18 24 29 / 96%);
}

.cll-native-overview__metrics strong {
	font-size: 22px;
	font-variant-numeric: tabular-nums;
}

.cll-native-overview__metrics span {
	color: var(--cll-muted);
	font-size: 9px;
	font-weight: 850;
	text-align: right;
	text-transform: uppercase;
}

.cll-native-actions a:not(.cll-command-button):hover {
	background: var(--cll-surface-3);
}

.cll-native-lead__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
}

.cll-native-lead__stack {
	display: grid;
	gap: 10px;
}

.cll-native-market__table {
	display: grid;
	overflow: hidden;
	background: #11171c;
	border: 1px solid var(--cll-border);
	border-radius: var(--cll-radius);
}

.cll-native-market__row {
	display: grid;
	min-height: 54px;
	align-items: center;
	gap: 16px;
	padding: 9px 18px;
	border-bottom: 1px solid var(--cll-border-soft);
	color: var(--cll-text-soft);
	grid-template-columns: 56px minmax(180px, 1.4fr) minmax(110px, .7fr) minmax(90px, .55fr) minmax(100px, .55fr);
}

.cll-native-market__row:last-child {
	border-bottom: 0;
}

.cll-native-market__row:not(.cll-native-market__head):hover {
	background: var(--cll-surface-2);
}

.cll-native-market__head {
	min-height: 38px;
	background: #0d1216;
	color: #79858e;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.cll-native-market__row > span:nth-child(2) {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.cll-native-market__row strong,
.cll-native-market__row small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cll-native-market__row strong {
	font-size: 13px;
}

.cll-native-market__row small {
	color: var(--cll-muted);
	font-size: 9px;
}

.cll-native-market__row > span:first-child {
	color: #71808a;
	font-size: 10px;
	font-weight: 900;
}

.cll-native-market__row > span:nth-child(n+3) {
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
}

.cll-native-market__row > span:last-child {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--cll-muted);
	font-size: 10px;
}

.cll-native-market__row > span:last-child i {
	width: 6px;
	height: 6px;
	background: var(--cll-positive);
	border-radius: 50%;
	box-shadow: 0 0 10px rgb(63 209 159 / 62%);
}

.cll-native-lanes__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cll-native-lane {
	min-width: 0;
	padding: 16px;
	background: #12181d;
	border: 1px solid var(--cll-border-soft);
	border-radius: var(--cll-radius);
}

.cll-native-lane > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--cll-border-soft);
}

.cll-native-lane h3 {
	margin: 0;
	font-size: 15px;
}

.cll-native-lane > header a {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid var(--cll-border);
	border-radius: 5px;
	color: var(--cll-muted);
}

.cll-native-lane > header a:hover {
	color: var(--cll-signal);
}

.cll-native-lane > div {
	display: grid;
	gap: 8px;
}

.cll-native-products > div {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cll-native-products > div > a {
	display: grid;
	min-height: 132px;
	align-content: end;
	gap: 5px;
	padding: 18px;
	background: var(--cll-surface);
	border: 1px solid var(--cll-border-soft);
	border-radius: var(--cll-radius);
}

.cll-native-products > div > a:hover {
	border-color: var(--cll-signal-strong);
}

.cll-native-products .dashicons {
	width: 26px;
	height: 26px;
	margin-bottom: 8px;
	color: var(--cll-signal);
	font-size: 26px;
}

.cll-native-products strong {
	font-size: 16px;
}

.cll-native-products small {
	color: var(--cll-muted);
	font-size: 10px;
}

.cll-content-layout {
	display: grid;
	align-items: start;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.cll-content-layout__main {
	min-width: 0;
}

.cll-sidebar {
	position: sticky;
	top: calc(var(--cll-topbar) + 24px);
	display: grid;
	gap: 16px;
}

.admin-bar .cll-sidebar {
	top: calc(var(--cll-topbar) + 56px);
}

.cll-widget {
	min-width: 0;
	padding: 16px;
	background: var(--cll-surface);
	border: 1px solid var(--cll-border-soft);
	border-radius: var(--cll-radius);
}

.cll-widget__title {
	margin: 0 0 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--cll-border);
	font-size: 13px;
}

.cll-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cll-widget li + li {
	margin-top: 8px;
}

.cll-document,
.cll-single {
	min-width: 0;
}

.cll-document__header,
.cll-single__header {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--cll-border);
}

.cll-single__type {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--cll-signal);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.cll-single__header h1 {
	max-width: 1000px;
	margin: 0;
	font-size: 56px;
	line-height: 1.04;
}

.cll-single__meta {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 16px;
	color: var(--cll-muted);
	font-size: 10px;
}

.cll-single__meta img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.cll-single__meta > * + *::before {
	margin-right: 9px;
	color: #58616d;
	content: "•";
}

.cll-single__meta img + *::before {
	display: none;
}

.cll-single__featured {
	margin: 0 0 28px;
}

.cll-single__featured img {
	width: 100%;
	border-radius: var(--cll-radius);
}

.cll-prose {
	color: var(--cll-text-soft);
	font-size: 16px;
	line-height: 1.8;
}

.cll-prose > * {
	max-width: 760px;
	margin-inline: auto;
}

.cll-prose > .alignwide {
	max-width: 1100px;
}

.cll-prose > .alignfull {
	max-width: none;
}

.cll-prose h2,
.cll-prose h3,
.cll-prose h4 {
	margin-top: 1.8em;
	color: var(--cll-text);
	line-height: 1.25;
}

.cll-prose a {
	color: var(--cll-signal);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cll-prose blockquote {
	padding: 3px 0 3px 20px;
	border-left: 3px solid var(--cll-signal);
	color: var(--cll-muted);
	font-size: 18px;
}

.cll-prose code,
.cll-prose pre {
	background: #080a0d;
	border: 1px solid var(--cll-border);
	border-radius: 5px;
}

.cll-prose code {
	padding: 2px 5px;
}

.cll-prose pre {
	overflow-x: auto;
	padding: 16px;
}

.cll-prose table,
.cll-comments table,
.cll-commerce table {
	width: 100%;
	border-collapse: collapse;
}

.cll-prose th,
.cll-prose td,
.cll-comments th,
.cll-comments td,
.cll-commerce th,
.cll-commerce td {
	padding: 10px;
	border: 1px solid var(--cll-border);
	text-align: left;
}

.cll-creator-header {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 32px;
	padding: 26px;
	background: var(--cll-surface);
	border: 1px solid var(--cll-border);
	border-radius: var(--cll-radius);
}

.cll-creator-header > img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
}

.cll-creator-header h1 {
	font-size: 36px;
}

.cll-creator-header p {
	max-width: 720px;
	margin: 8px 0 0;
	color: var(--cll-muted);
}

.cll-comments {
	margin-top: 34px;
	padding-top: 26px;
	border-top: 1px solid var(--cll-border);
}

.cll-comments h2,
.comment-reply-title {
	font-size: 18px;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list .comment-body {
	margin: 12px 0;
	padding: 14px;
	background: var(--cll-surface);
	border: 1px solid var(--cll-border-soft);
	border-radius: 6px;
}

.comment-list .children {
	list-style: none;
}

.comment-form input:not([type="submit"]),
.comment-form textarea,
body.cll-platform .cll-commerce input,
body.cll-platform .cll-commerce select,
body.cll-platform .cll-commerce textarea {
	width: 100%;
	padding: 10px 12px;
	background: var(--cll-bg-soft);
	border: 1px solid var(--cll-border);
	border-radius: 5px;
	color: var(--cll-text);
}

.comment-form .submit,
body.cll-platform .cll-commerce button,
body.cll-platform .cll-commerce .button {
	padding: 10px 15px;
	background: var(--cll-signal);
	border: 0;
	border-radius: 5px;
	color: #17130a;
	font-weight: 900;
}

.cll-empty-state,
.cll-hub-unavailable,
.cll-not-found {
	display: grid;
	min-height: 340px;
	place-items: center;
	align-content: center;
	padding: 36px;
	background: var(--cll-surface);
	border: 1px dashed var(--cll-border);
	border-radius: var(--cll-radius);
	text-align: center;
}

.cll-empty-state > .dashicons,
.cll-not-found > span {
	width: auto;
	height: auto;
	color: var(--cll-signal);
	font-size: 46px;
}

.cll-empty-state h2,
.cll-hub-unavailable h1,
.cll-not-found h1 {
	margin: 8px 0;
}

.cll-empty-state p,
.cll-hub-unavailable p,
.cll-not-found p {
	max-width: 620px;
	margin: 0 0 20px;
	color: var(--cll-muted);
}

.cll-hub-unavailable {
	width: min(100% - 24px, 900px);
	margin: 40px auto;
}

.cll-hub-unavailable > span {
	color: var(--cll-signal);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.cll-hub-unavailable > a {
	color: var(--cll-signal);
	font-weight: 800;
}

.cll-search-page-form {
	max-width: 760px;
	margin-bottom: 26px;
}

.navigation.pagination {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 5px;
}

.nav-links .page-numbers {
	display: inline-grid;
	min-width: 36px;
	height: 36px;
	padding: 0 9px;
	place-items: center;
	background: var(--cll-surface);
	border: 1px solid var(--cll-border);
	border-radius: 5px;
	font-size: 11px;
	font-weight: 800;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	background: var(--cll-signal);
	border-color: var(--cll-signal);
	color: #17130a;
}

.cll-commerce .woocommerce-breadcrumb,
.cll-commerce .woocommerce-result-count {
	color: var(--cll-muted);
}

.cll-commerce ul.products {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cll-commerce ul.products::before,
.cll-commerce ul.products::after {
	display: none;
}

.cll-commerce ul.products li.product {
	width: auto;
	margin: 0;
	padding: 14px;
	background: var(--cll-surface);
	border: 1px solid var(--cll-border-soft);
	border-radius: var(--cll-radius);
}

@media (max-width: 1280px) {
	.cll-story-grid,
	.cll-commerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cll-content-layout {
		grid-template-columns: minmax(0, 1fr) 280px;
	}

	.cll-native-overview {
		grid-template-columns: minmax(0, 1fr) minmax(230px, .48fr);
	}

	.cll-native-actions {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.cll-native-overview,
	.cll-native-lead__grid,
	.cll-content-layout {
		grid-template-columns: 1fr;
	}

	.cll-native-actions {
		grid-template-columns: repeat(3, 1fr);
	}

	.cll-native-products > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cll-native-lanes__grid {
		grid-template-columns: 1fr;
	}

	.cll-native-lane > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cll-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.cll-story-grid,
	.cll-commerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cll-native-home {
		padding-top: 18px;
	}

	.cll-native-overview {
		min-height: 0;
		padding: 22px;
	}

	.cll-native-overview h1 {
		font-size: 34px;
	}

	.cll-native-actions {
		grid-template-columns: 1fr;
	}

	.cll-story-card--lead .cll-story-card__body h3 {
		font-size: 19px;
	}

	.cll-native-products > div,
	.cll-sidebar {
		grid-template-columns: 1fr;
	}

	.cll-native-overview__metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cll-native-overview__metrics div {
		min-height: 74px;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
	}

	.cll-native-overview__metrics span {
		text-align: left;
	}

	.cll-native-market__table {
		overflow-x: auto;
	}

	.cll-native-market__row {
		width: 720px;
	}

	.cll-native-lane > div {
		grid-template-columns: 1fr;
	}

	.cll-creator-header {
		align-items: start;
		padding: 20px;
		flex-direction: column;
	}

	.cll-creator-header > img {
		width: 72px;
		height: 72px;
	}
}

@media (max-width: 480px) {
	.cll-story-grid {
		grid-template-columns: 1fr;
	}

	.cll-story-card--compact {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.cll-story-card--compact .cll-story-card__media {
		min-height: 94px;
	}

	.cll-single__header h1 {
		font-size: 34px;
	}

	.cll-single__meta {
		align-items: start;
		flex-wrap: wrap;
	}

	.cll-prose {
		font-size: 15px;
	}

	.cll-empty-state,
	.cll-hub-unavailable,
	.cll-not-found {
		padding: 24px 16px;
	}
}

.cll-asset-neural {
	display: grid;
	grid-template-columns: minmax(330px, .78fr) minmax(500px, 1.22fr);
	min-height: 500px;
	margin: 0 0 18px;
	overflow: hidden;
	background: #0d1418;
	border: 1px solid #303b3f;
	border-radius: var(--cll-radius);
	box-shadow: inset 0 1px rgb(255 255 255 / 2%);
}

.cll-asset-neural__copy {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 48px;
	background:
		linear-gradient(90deg, rgb(255 211 73 / 5%), transparent 44%),
		linear-gradient(110deg, #151b1e 0%, #12191b 72%, transparent 100%);
}

.cll-asset-neural__copy h1 {
	max-width: 680px;
	margin: 10px 0 16px;
	font-size: 50px;
	line-height: 1.02;
	letter-spacing: 0;
}

.cll-asset-neural__copy > p {
	max-width: 620px;
	margin: 0 0 24px;
	color: #aebbc0;
	font-size: 16px;
	line-height: 1.7;
}

.cll-asset-neural__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	margin: 0 0 26px;
	border-block: 1px solid #303b3f;
}

.cll-asset-neural__metrics div {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 14px 12px 14px 0;
}

.cll-asset-neural__metrics div + div {
	padding-left: 14px;
	border-left: 1px solid #303b3f;
}

.cll-asset-neural__metrics strong {
	font-size: 24px;
}

.cll-asset-neural__metrics span {
	color: #91a1a7;
	font-size: 11px;
	text-transform: uppercase;
}

.cll-asset-neural__stage {
	position: relative;
	min-height: 420px;
	background:
		radial-gradient(circle at 52% 48%, rgba(63, 209, 159, .15), transparent 33%),
		linear-gradient(135deg, #0d1418, #12181a 64%, #171910);
}

.cll-asset-neural__stage::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgb(91 154 172 / 7%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(91 154 172 / 7%) 1px, transparent 1px);
	background-size: 28px 28px;
	content: "";
	mask-image: radial-gradient(circle at center, #000, transparent 78%);
	opacity: .62;
}

.cll-asset-neural__stage canvas {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	cursor: crosshair;
}

.cll-asset-neural__tip {
	position: absolute;
	max-width: 180px;
	padding: 7px 9px;
	pointer-events: none;
	color: #0a1012;
	background: #f8d45b;
	border: 1px solid rgb(255 255 255 / 28%);
	border-radius: 4px;
	box-shadow: 0 12px 34px rgb(0 0 0 / 34%);
	font-size: 11px;
	font-weight: 700;
	transform: translate(12px, -50%);
}

.cll-managed-ad {
	display: grid;
	place-items: center;
	position: relative;
	width: 100%;
	height: min(var(--cll-ad-max-height), 24vw);
	min-height: 72px;
	margin: 0 0 18px;
	overflow: hidden;
	background: #11171a;
	border: 1px solid #303b3f;
	border-radius: var(--cll-radius);
}

.cll-managed-ad > span {
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 2;
	padding: 3px 6px;
	color: #aebbc0;
	background: rgba(6, 10, 12, .82);
	border-radius: 3px;
	font-size: 9px;
	text-transform: uppercase;
}

.cll-managed-ad a,
.cll-managed-ad img {
	display: block;
	width: 100%;
	height: 100%;
}

.cll-managed-ad img {
	object-fit: var(--cll-ad-fit);
	object-position: center;
}

@media (max-width: 980px) {
	.cll-asset-neural {
		grid-template-columns: 1fr;
	}

	.cll-asset-neural__stage,
	.cll-asset-neural__stage canvas {
		min-height: 380px;
	}
}

@media (max-width: 540px) {
	.cll-asset-neural__copy {
		padding: 26px 20px;
	}

	.cll-asset-neural__copy h1 {
		font-size: 36px;
	}

	.cll-asset-neural__metrics strong {
		font-size: 19px;
	}

	.cll-asset-neural__stage,
	.cll-asset-neural__stage canvas {
		min-height: 300px;
	}

	.cll-managed-ad {
		height: min(var(--cll-ad-max-height), 34vw);
	}
}
