:is(.active-article-main, .editor-styles-wrapper) .active-editorial-article {
	--aes-void: var(--active-void, #020304);
	--aes-ink: var(--active-ink, #050608);
	--aes-cream: var(--active-cream, #f6f2ea);
	--aes-muted: var(--active-muted, #aaa59c);
	--aes-gold: var(--active-gold, #caa35a);
	--aes-gold-soft: var(--active-gold-soft, #efd08a);
	--aes-green: var(--active-green, #32ff8f);
	--aes-green-soft: var(--active-green-soft, #a8ffd0);
	--aes-line: var(--active-line, rgba(202, 163, 90, 0.34));
	width: min(100%, 860px);
	margin-inline: auto;
	color: var(--aes-cream);
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-article > * + * {
	margin-block-start: clamp(1.25rem, 2.4vw, 2rem);
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-label,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-panel-label {
	margin: 0;
	color: var(--aes-green-soft);
	font-family: "Courier New", Consolas, monospace;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-label::before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 1px;
	margin-right: 11px;
	vertical-align: middle;
	background: linear-gradient(90deg, transparent, var(--aes-green));
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-deck {
	max-width: 780px;
	margin-block: 0;
	color: var(--aes-cream);
	font-size: clamp(1.35rem, 2.7vw, 2.15rem);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.28;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-introduction {
	margin-block: clamp(1.75rem, 4vw, 3rem);
	padding-left: clamp(1.1rem, 2.5vw, 1.75rem);
	border-left: 2px solid var(--aes-gold);
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-introduction p {
	color: rgba(246, 242, 234, 0.8);
	font-size: clamp(1.05rem, 1.8vw, 1.22rem);
	line-height: 1.72;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-takeaways,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-evidence,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-practical,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-closing {
	position: relative;
	margin-block: clamp(2rem, 5vw, 3.75rem);
	padding: clamp(1.35rem, 3.5vw, 2.25rem);
	overflow: hidden;
	border: 1px solid var(--aes-line);
	border-radius: clamp(18px, 3vw, 26px);
	background:
		radial-gradient(circle at 92% 8%, rgba(50, 255, 143, 0.09), transparent 34%),
		linear-gradient(145deg, rgba(14, 16, 20, 0.98), rgba(2, 3, 4, 0.98));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-takeaways::after,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-evidence::after,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-practical::after,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--aes-green), var(--aes-gold), transparent 88%);
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-takeaways h2,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-evidence h2,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-practical h2,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources h2 {
	margin: 0.55rem 0 1rem;
	color: var(--aes-cream);
	font-size: clamp(1.5rem, 3vw, 2.35rem);
	letter-spacing: -0.035em;
	line-height: 1.05;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-section-heading {
	margin-block: clamp(2.6rem, 6vw, 4.8rem) 1rem;
	padding-top: 1.05rem;
	border-top: 1px solid rgba(202, 163, 90, 0.22);
	color: var(--aes-cream);
	font-size: clamp(1.8rem, 4vw, 3.25rem);
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-subsection-heading {
	margin-block: 2rem 0.75rem;
	color: var(--aes-gold-soft);
	font-size: clamp(1.2rem, 2.3vw, 1.65rem);
	line-height: 1.2;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-article p,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-article li {
	line-height: 1.72;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-article .wp-block-list {
	padding-left: 1.35rem;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-article li + li {
	margin-top: 0.65rem;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-takeaways li::marker,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-practical li::marker {
	color: var(--aes-green);
	font-weight: 900;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources {
	border-color: rgba(50, 255, 143, 0.25);
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources a {
	color: var(--aes-green-soft);
	text-decoration-color: rgba(168, 255, 208, 0.35);
	text-underline-offset: 0.2em;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources a:hover,
:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources a:focus-visible {
	color: var(--aes-gold-soft);
	text-decoration-color: currentColor;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources span {
	color: var(--aes-muted);
	font-size: 0.9em;
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-closing {
	border-color: rgba(239, 208, 138, 0.3);
	background: linear-gradient(135deg, rgba(202, 163, 90, 0.11), rgba(2, 3, 4, 0.95));
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-closing p:last-child {
	margin-bottom: 0;
	color: var(--aes-gold-soft);
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

:is(.active-article-main, .editor-styles-wrapper) .active-editorial-disclosure {
	margin-block: 1.4rem 0;
	color: var(--aes-muted);
	font-family: "Courier New", Consolas, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
	line-height: 1.55;
}

@media (max-width: 640px) {
	:is(.active-article-main, .editor-styles-wrapper) .active-editorial-takeaways,
	:is(.active-article-main, .editor-styles-wrapper) .active-editorial-evidence,
	:is(.active-article-main, .editor-styles-wrapper) .active-editorial-practical,
	:is(.active-article-main, .editor-styles-wrapper) .active-editorial-sources,
	:is(.active-article-main, .editor-styles-wrapper) .active-editorial-closing {
		border-radius: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	:is(.active-article-main, .editor-styles-wrapper) .active-editorial-article,
	:is(.active-article-main, .editor-styles-wrapper) .active-editorial-article * {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}
}
