@font-face {
	font-family: "Frozen";
	src: url("fonts/ice-kingdom-bold-kustren.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

.chimera-store {
	display: grid;
	gap: 28px;
}

.chimera-store--account {
	gap: 28px;
}

.chimera-store__plan-list {
	display: grid;
	gap: 14px;
}

.chimera-store__hero-actions,
.chimera-store__plugin-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.chimera-store__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	max-width: 100%;
}

.chimera-store__button--ghost {
	background: transparent;
	border: 1px solid var(--chimera-b-white-18);
	color: var(--chimera-t-white-pure);
}

.chimera-store__button--ghost:hover,
.chimera-store__button--ghost:focus {
	border-color: var(--chimera-a-orange);
	color: var(--chimera-a-orange);
}

.chimera-store__account-strip {
	display: grid;
	gap: 0;
	padding: 2px 20px 6px;
}

.chimera-store__account-topline {
	padding-top: 0;
	padding-bottom: 0;
}

.chimera-store__account-title-row,
.chimera-store__account-strip-head,
.chimera-store__account-panel,
.chimera-store__account-card {
	display: grid;
	gap: 3px;
}

.chimera-store__account-title-row {
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	column-gap: 24px;
}

.chimera-store__account-strip-head h1,
.chimera-store__account-strip-head h2,
.chimera-store__account-title-row h2,
.chimera-store__account-card h2 {
	margin: 0;
}

.chimera-store__account-hero-heading {
	color: var(--chimera-a-orange);
}

.chimera-store__account-hero-username {
	color: var(--chimera-gold);
}

.chimera-store__account-hero-identity {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
}

.chimera-store__account-email-chip {
	color: var(--chimera-gold);
	font-family: "Oswald", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

.chimera-store__account-strip-copy {
	margin: 0;
	max-width: 72ch;
}

.chimera-store__account-identity,
.chimera-store__detail-note {
	margin: 0;
}

.chimera-store__account-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.chimera-store__staff-quicklinks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-left: auto;
	color: var(--chimera-t-white);
	font-size: 12px;
	line-height: 1;
	white-space: nowrap;
}

.chimera-store__staff-quicklinks a {
	color: var(--chimera-t-gold);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.chimera-store__staff-quicklinks span {
	color: rgba(255,255,255,0.45);
}

.chimera-store__staff-quicklinks .chimera-store__staff-identity {
	color: var(--chimera-t-white);
	font-weight: 700;
}

.chimera-store__staff-quicklinks .chimera-store__staff-identity::after {
	content: "|";
	margin-left: 8px;
	color: rgba(255,255,255,0.45);
	font-weight: 400;
}

.chimera-store__context-header {
	position: relative;
	z-index: 5;
	height: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1;
	pointer-events: none;
}

.chimera-store__context-account {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--chimera-t-white);
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
	pointer-events: auto;
}

.chimera-store__context-account strong {
	color: var(--chimera-gold);
}

.chimera-store__context-header .chimera-store__staff-quicklinks {
	position: absolute;
	top: 22px;
	left: 0;
	justify-content: flex-start;
	margin-left: 0;
	pointer-events: auto;
}

.chimera-store__account-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-end;
	gap: 8px;
	color: var(--chimera-t-white);
	font-size: 12px;
	line-height: 1;
}

.chimera-store__account-tab {
	color: var(--chimera-t-gold);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.chimera-store__account-tab:hover,
.chimera-store__account-tab:focus {
	color: var(--chimera-a-orange);
}

.chimera-store__account-nav-separator,
.chimera-store__account-inline-links span {
	color: rgba(255,255,255,0.45);
}

.chimera-store__account-nav-label,
.chimera-store__account-inline-links span:first-child {
	color: var(--chimera-t-white);
}

.chimera-store__account-card-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 18px;
}

.chimera-store__account-inline-links {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	color: var(--chimera-t-white);
	font-size: 12px;
	line-height: 1;
}

.chimera-store__account-inline-links a {
	color: var(--chimera-t-gold);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.chimera-store__account-inline-links a:hover,
.chimera-store__account-inline-links a:focus {
	color: var(--chimera-a-orange);
}

.chimera-store__account-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
}

.chimera-store__account-table-wrap {
	overflow-x: auto;
}

.chimera-store__account-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 0;
	table-layout: auto;
}

.chimera-store__account-table--membership {
	min-width: 0;
}

.chimera-store__account-table th,
.chimera-store__account-table td {
	padding: 0.42rem 0.75rem;
	border-bottom: 1px solid var(--chimera-b-white-12);
	text-align: left;
	vertical-align: middle;
}

.chimera-store__account-table th {
	color: var(--chimera-gold);
	font-family: "Oswald", sans-serif;
	font-size: 0.86rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.chimera-store__account-table tbody tr:hover {
	background: rgba(255,255,255,0.025);
}

.chimera-store__account-status {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.chimera-store__status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.18rem 0.55rem;
	border: 1px solid var(--chimera-b-white-12);
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.chimera-store__status-pill.is-active {
	color: #9be18e;
	border-color: rgba(155,225,142,0.45);
	background: rgba(155,225,142,0.08);
}

.chimera-store__status-pill.is-lifetime {
	color: #8fdcff;
	border-color: rgba(143,220,255,0.5);
	background: rgba(143,220,255,0.1);
}

.chimera-store__status-pill.is-cancelled {
	color: var(--chimera-gold);
	border-color: rgba(247,217,156,0.38);
	background: rgba(247,217,156,0.07);
}

.chimera-store__status-pill.is-expired {
	color: #ff8b8b;
	border-color: rgba(255,139,139,0.45);
	background: rgba(255,139,139,0.08);
}

.chimera-store__status-pill.is-neutral {
	color: var(--chimera-gold);
	border-color: rgba(247,217,156,0.35);
	background: rgba(247,217,156,0.06);
}

.chimera-store__account-row-actions {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}

.chimera-store__account-row-actions a,
.chimera-store__copy-key {
	color: var(--chimera-gold);
	border: 0;
	background: transparent;
	font: inherit;
	text-decoration: none;
	cursor: pointer;
}

.chimera-store__copy-key {
	padding: 0;
}

.chimera-store__copy-key:disabled {
	cursor: wait;
	opacity: 0.72;
}

.chimera-store__account-row-actions a:hover,
.chimera-store__account-row-actions a:focus,
.chimera-store__copy-key:hover,
.chimera-store__copy-key:focus {
	color: var(--chimera-a-orange);
}

.chimera-store__membership-status.chimera-box {
	--membership-alert: #ff5d5d;
	--membership-alert-rgb: 255,93,93;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 12px 20px;
	border-color: var(--membership-alert);
	background:
		linear-gradient(135deg, rgba(17,8,8,0.97) 0%, rgba(var(--membership-alert-rgb),0.15) 52%, rgba(17,8,8,0.9) 100%),
		var(--chimera-s-dark-4);
	box-shadow:
		0 0 0 1px rgba(var(--membership-alert-rgb), 0.92),
		0 0 13px rgba(var(--membership-alert-rgb), 0.72),
		0 0 34px rgba(var(--membership-alert-rgb), 0.42),
		0 0 58px rgba(var(--membership-alert-rgb), 0.22),
		0 14px 30px rgba(0,0,0,0.22),
		inset 0 0 5px rgba(255,255,255,0.12);
}

.chimera-store__membership-status::before {
	content: "";
	position: absolute;
	inset: 1px;
	pointer-events: none;
	border: 1px solid rgba(255,255,255,0.16);
	box-shadow:
		inset 0 0 18px rgba(var(--membership-alert-rgb), 0.14),
		inset 0 0 1px rgba(255,255,255,0.24);
}

.chimera-store__membership-status::after {
	content: "";
	position: absolute;
	inset: -10px;
	z-index: -1;
	pointer-events: none;
	background: radial-gradient(circle at 18% 20%, rgba(var(--membership-alert-rgb), 0.32), transparent 42%);
	filter: blur(12px);
	opacity: 0.88;
}

.chimera-store__membership-status-copy {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 4px;
}

.chimera-store__membership-status-kicker,
.chimera-store__membership-status-copy p {
	margin: 0;
}

.chimera-store__membership-status-kicker {
	color: var(--chimera-t-white);
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1;
}

.chimera-store__membership-status h2 {
	margin: 0;
	color: var(--membership-alert) !important;
	text-shadow: 0 0 12px rgba(var(--membership-alert-rgb), 0.5);
}

.chimera-store__membership-status-copy p:last-child {
	max-width: 72ch;
	color: var(--chimera-t-white);
}

.chimera-store__membership-status-action {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(var(--membership-alert-rgb), 0.68);
	background: rgba(var(--membership-alert-rgb), 0.12);
	color: var(--chimera-t-white-pure);
	font-family: "Oswald", sans-serif;
	font-size: 0.95rem;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 0 14px rgba(var(--membership-alert-rgb), 0.28);
}

.chimera-store__membership-status-action:hover,
.chimera-store__membership-status-action:focus {
	border-color: var(--membership-alert);
	color: var(--membership-alert);
	box-shadow: 0 0 20px rgba(var(--membership-alert-rgb), 0.5);
}

.chimera-store__loyalty-stack {
	display: grid;
	gap: 28px;
}

.chimera-store .chimera-store__loyalty-panel.chimera-box {
	--loyalty-green: #79aeca;
	--loyalty-green-rgb: 121,174,202;
	--loyalty-glow-strong: 0.6;
	--loyalty-glow-mid: 0.34;
	--loyalty-glow-soft: 0.18;
	position: relative;
	display: grid;
	gap: 6px;
	padding: 8px 20px 9px;
	border-color: var(--loyalty-green);
	background:
		linear-gradient(135deg, rgba(8,13,17,0.97) 0%, rgba(var(--loyalty-green-rgb),0.13) 52%, rgba(8,13,17,0.9) 100%),
		var(--chimera-s-dark-4);
	box-shadow:
		0 0 0 1px rgba(var(--loyalty-green-rgb), 0.95),
		0 0 13px rgba(var(--loyalty-green-rgb), var(--loyalty-glow-strong)),
		0 0 34px rgba(var(--loyalty-green-rgb), var(--loyalty-glow-mid)),
		0 0 58px rgba(var(--loyalty-green-rgb), var(--loyalty-glow-soft)),
		0 14px 30px rgba(0,0,0,0.22),
		inset 0 0 5px rgba(255,255,255,0.14);
}

.chimera-store .chimera-store__loyalty-panel--base.chimera-box {
	--loyalty-green: #79aeca;
	--loyalty-green-rgb: 121,174,202;
	--loyalty-glow-strong: 0.6;
	--loyalty-glow-mid: 0.34;
	--loyalty-glow-soft: 0.18;
}

.chimera-store .chimera-store__loyalty-panel--one.chimera-box {
	--loyalty-green: #62d9ff;
	--loyalty-green-rgb: 98,217,255;
	--loyalty-glow-strong: 0.82;
	--loyalty-glow-mid: 0.54;
	--loyalty-glow-soft: 0.3;
}

.chimera-store .chimera-store__loyalty-panel--two.chimera-box {
	--loyalty-green: var(--chimera-gold);
	--loyalty-green-rgb: 247,217,156;
	--loyalty-glow-strong: 0.7;
	--loyalty-glow-mid: 0.42;
	--loyalty-glow-soft: 0.22;
}

.chimera-store .chimera-store__loyalty-panel--frozen.chimera-box {
	--loyalty-green: #bdefff;
	--loyalty-green-rgb: 189,239,255;
	border-color: rgba(189,239,255,0.82);
	box-shadow:
		0 0 0 1px rgba(189,239,255,0.76),
		0 0 16px rgba(97,202,255,0.42),
		0 0 44px rgba(97,202,255,0.24),
		0 14px 30px rgba(0,0,0,0.3),
		inset 0 0 30px rgba(157,231,255,0.22),
		inset 0 0 90px rgba(0,152,255,0.14);
}

.chimera-store__loyalty-frost-text {
	position: relative;
	z-index: 1;
	display: inline-block !important;
	margin: 0;
	font-family: "Frozen", Helvetica, Impact, sans-serif;
	font-size: clamp(3rem, 5.2vw, 4.65rem);
	font-weight: 900;
	line-height: 0.78;
	letter-spacing: 0.01em;
	color: transparent;
	background-image: url("images/effects/ice-text-fill.jpg");
	background-size: contain;
	background-position: center;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #4f90ab;
	filter:
		drop-shadow(0 0 2px rgba(255,255,255,0.7))
		drop-shadow(0 0 2px rgba(41,131,172,0.7))
		drop-shadow(0 0 30px rgba(125,204,239,0.8))
		drop-shadow(0 0 30px rgba(58,122,155,0.8));
}

.chimera-store__loyalty-frost-shine {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background:
		linear-gradient(
			45deg,
			rgba(255,255,255,0) 45%,
			rgba(255,255,255,0.86) 50%,
			rgba(255,255,255,0) 55%,
			rgba(255,255,255,0) 100%
		);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: chimera-ice-shine 7s infinite;
}

@keyframes chimera-ice-shine {
	0% {
		background-position: -120%;
	}

	10%,
	100% {
		background-position: 120%;
	}
}

.chimera-store__loyalty-panel::before {
	content: "";
	position: absolute;
	inset: 1px;
	pointer-events: none;
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow:
		inset 0 0 18px rgba(var(--loyalty-green-rgb), 0.12),
		inset 0 0 1px rgba(255,255,255,0.28);
}

.chimera-store__loyalty-panel::after {
	content: "";
	position: absolute;
	inset: -10px;
	z-index: -1;
	pointer-events: none;
	background: radial-gradient(circle at 18% 20%, rgba(var(--loyalty-green-rgb), 0.34), transparent 42%);
	filter: blur(12px);
	opacity: 0.9;
}

.chimera-store__loyalty-head,
.chimera-store__loyalty-summary,
.chimera-store__loyalty-labels {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.chimera-store__loyalty-kicker,
.chimera-store__loyalty-note {
	margin: 0;
}

.chimera-store__loyalty-kicker {
	color: var(--chimera-t-white);
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1;
}

.chimera-store .chimera-store__loyalty-panel h2 {
	margin: 0;
	color: var(--loyalty-green) !important;
	text-shadow: 0 0 12px rgba(var(--loyalty-green-rgb), 0.46);
}

.chimera-store__loyalty-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.45rem 0.75rem;
	border: 1px solid rgba(var(--loyalty-green-rgb), 0.5);
	background: rgba(var(--loyalty-green-rgb), 0.1);
	color: var(--loyalty-green);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.chimera-store__loyalty-badge i {
	color: var(--loyalty-green);
	font-size: 0.92rem;
	filter: drop-shadow(0 0 6px rgba(var(--loyalty-green-rgb), 0.55));
}

.chimera-store__loyalty-summary {
	align-items: stretch;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 6px 14px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.18);
}

.chimera-store__loyalty-summary > div {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 4px;
	min-width: 0;
	text-align: center;
}

.chimera-store__loyalty-summary > div:first-child {
	justify-self: start;
	min-width: 190px;
}

.chimera-store__loyalty-summary > div:last-child {
	justify-self: end;
	min-width: 190px;
}

.chimera-store__loyalty-panel--frozen .chimera-store__loyalty-summary > div:last-child {
	justify-self: stretch;
	min-width: 300px;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
}

.chimera-store__loyalty-frozen-status {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 72px;
	margin: 0 auto;
	overflow: visible;
}

.chimera-store__loyalty-summary span {
	color: var(--chimera-t-white-muted);
}

.chimera-store__loyalty-summary strong {
	color: var(--chimera-t-white-pure);
}

.chimera-store__loyalty-stat {
	color: var(--loyalty-green) !important;
	font-family: "Oswald", sans-serif;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 12px rgba(var(--loyalty-green-rgb), 0.4);
}

.chimera-store__loyalty-stat-label {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.chimera-store__loyalty-summary > div:last-child span,
.chimera-store__loyalty-summary > div:last-child strong {
	display: block;
	text-align: center;
}

.chimera-store__loyalty-track {
	display: grid;
	gap: 4px;
	padding: 14px 8px 0;
}

.chimera-store__loyalty-rail {
	position: relative;
	height: 12px;
	border: 1px solid rgba(var(--loyalty-green-rgb), 0.42);
	background:
		linear-gradient(90deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
		rgba(0,0,0,0.42);
	box-shadow:
		inset 0 0 8px rgba(0,0,0,0.52),
		0 0 12px rgba(var(--loyalty-green-rgb), 0.2);
}

.chimera-store__loyalty-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--loyalty-progress, 0%);
	background: linear-gradient(90deg, rgba(var(--loyalty-green-rgb),0.72) 0%, var(--loyalty-green) 68%, rgba(255,255,255,0.92) 100%);
	box-shadow: 0 0 16px rgba(var(--loyalty-green-rgb), 0.58);
}

.chimera-store__loyalty-marker {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(var(--loyalty-green-rgb), 0.92);
	background: #162719;
	box-shadow: 0 0 12px rgba(var(--loyalty-green-rgb), 0.5);
	transform: translate(-50%, -50%);
}

.chimera-store__loyalty-marker--start {
	left: 0;
}

.chimera-store__loyalty-marker--one {
	left: 50%;
}

.chimera-store__loyalty-marker--two {
	left: 100%;
}

.chimera-store__loyalty-marker--current {
	left: var(--loyalty-progress, 0%);
	width: 20px;
	height: 20px;
	border-color: #ffffff;
	background: var(--loyalty-green);
	box-shadow:
		0 0 0 3px rgba(var(--loyalty-green-rgb), 0.18),
		0 0 18px rgba(var(--loyalty-green-rgb), 0.78);
}

.chimera-store__loyalty-panel--one .chimera-store__loyalty-marker--one,
.chimera-store__loyalty-panel--two .chimera-store__loyalty-marker--one,
.chimera-store__loyalty-panel--two .chimera-store__loyalty-marker--two {
	border-color: #ffffff;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,255,255,0.12) 28%, transparent 42%),
		var(--loyalty-green);
	box-shadow:
		0 0 0 3px rgba(var(--loyalty-green-rgb), 0.18),
		0 0 18px rgba(var(--loyalty-green-rgb), 0.78),
		inset 0 0 5px rgba(255,255,255,0.36);
}

.chimera-store__loyalty-marker--current::after {
	content: "You are here";
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	color: var(--chimera-t-white-pure);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	text-shadow: 0 0 8px rgba(var(--loyalty-green-rgb), 0.55);
	transform: translateX(-50%);
}

.chimera-store__loyalty-panel--two .chimera-store__loyalty-marker--current::after {
	right: -2px;
	left: auto;
	transform: none;
}

.chimera-store__loyalty-labels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: flex-start;
	color: var(--chimera-t-white);
	font-size: 0.78rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.chimera-store__loyalty-labels span {
	flex: 1 1 0;
	min-width: 0;
}

.chimera-store__loyalty-labels span:first-child {
	text-align: left;
}

.chimera-store__loyalty-labels span:last-child {
	text-align: right;
}

.chimera-store__loyalty-note {
	color: rgba(255,255,255,0.72);
	font-size: 0.82rem;
}

.chimera-store__install-key {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	max-width: 100%;
}

.chimera-store__install-key[hidden] {
	display: none;
}

.chimera-store__install-key code {
	max-width: 28ch;
	overflow: hidden;
	color: var(--chimera-t-white);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chimera-store__getitem-shell {
	display: grid;
	padding: 30px 34px 36px;
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(8,13,17,0.97) 0%, rgba(18,30,38,0.94) 54%, rgba(37,61,72,0.88) 100%),
		var(--chimera-s-dark-4);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.05),
		0 24px 48px rgba(0,0,0,0.28);
}

.chimera-store__getitem-layout {
	display: grid;
	grid-template-columns: minmax(280px, 303px) minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}

.chimera-store__getitem-card {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.chimera-store__getitem-card .wp-block-chimera-plugin-card.chimera-plugin-card {
	width: 100%;
	max-width: 303px;
}

.chimera-store__getitem-card-fallback {
	display: grid;
	gap: 8px;
	min-height: 420px;
	padding: 24px;
	border: 1px solid var(--chimera-b-white-12);
	background: rgba(0,0,0,0.24);
}

.chimera-store__getitem-card-fallback strong {
	color: var(--chimera-t-white);
	font-size: 24px;
}

.chimera-store__getitem-card-fallback span {
	color: var(--chimera-t-muted);
}

.chimera-store__getitem-detail {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.chimera-store__getitem-instructions ol {
	margin: 0;
}

.chimera-store__getitem-key-panel {
	display: grid;
	gap: 10px;
	padding: 16px 20px 18px;
	border: 1px solid var(--chimera-b-white-12);
	background: rgba(9,13,18,0.72);
	box-shadow: 0 18px 36px rgba(0,0,0,0.24);
}

.chimera-store__getitem-block-head.chimera-section-shell__header {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
}

.chimera-store__getitem-block-head .chimera-section-shell__tagline {
	display: block;
	margin: 0 0 6px 1px;
	padding: 0;
	color: #ffffff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	opacity: 1;
	text-shadow: none;
	text-transform: none;
}

.chimera-store__getitem-block-head .chimera-section-shell__title-row {
	display: flex;
	align-items: center;
	gap: 0;
	min-height: 28px;
}

.chimera-store__getitem-block-head .chimera-section-shell__title {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	padding-right: 10px;
	color: #e07b39;
	font-family: "Oswald", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}

.chimera-store__getitem-block-head .chimera-section-shell__title-rule {
	flex: 1 1 auto;
	height: 1px;
	background: rgba(255,255,255,0.8);
}

.chimera-store__getitem-key-box {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.chimera-store__getitem-key-box code {
	display: block;
	width: max-content;
	max-width: 100%;
	min-height: 0;
	padding: 4px 10px;
	background: #f4f6f8;
	color: #101317;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.1;
	overflow-wrap: anywhere;
	white-space: normal;
	word-break: break-word;
}

.chimera-store__getitem-key-box .chimera-store__button {
	min-height: 0;
	padding: 10px 24px;
	line-height: 1.2;
}

.chimera-store__getitem-instructions {
	display: grid;
	gap: 12px;
	padding: 16px 22px 18px;
	border: 1px solid var(--chimera-b-white-12);
	background: rgba(0,0,0,0.18);
}

.chimera-store__getitem-instructions ol {
	display: grid;
	gap: 5px;
	padding-left: 18px;
	color: var(--chimera-t-white);
}

.chimera-store__getitem-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px;
	padding: 0 2px;
}

.chimera-store__getitem-links a,
.chimera-store__getitem-denied a {
	color: var(--chimera-gold);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.chimera-store__getitem-links a:hover,
.chimera-store__getitem-links a:focus,
.chimera-store__getitem-denied a:hover,
.chimera-store__getitem-denied a:focus {
	color: var(--chimera-a-orange);
}

.chimera-store__getitem-denied {
	display: grid;
	gap: 16px;
	justify-items: start;
}

@media (max-width: 760px) {
	.chimera-store__getitem-layout {
		grid-template-columns: 1fr;
	}

	.chimera-store__getitem-card .wp-block-chimera-plugin-card.chimera-plugin-card {
		max-width: none;
	}
}

.chimera-store__account-empty {
	margin: 0;
}

.chimera-store__account-empty-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 6px;
}

.chimera-store__account-section {
	align-items: start;
}

.chimera-store__account-card.chimera-box {
	padding: 6px 20px 8px;
}

.chimera-store__account-pagination {
	margin-top: 6px;
	padding: 0;
	width: 100%;
}

.chimera-store__detail-linklist--account {
	grid-template-columns: 1fr;
	gap: 7px;
	width: 100%;
	min-width: 0;
}

.chimera-store__detail-linklist--account > * {
	min-width: 0;
}

.chimera-store__detail-linklist--account a {
	display: block;
	color: var(--chimera-gold);
	text-decoration: underline;
}

.chimera-store__detail-linklist--account a:hover,
.chimera-store__detail-linklist--account a:focus {
	color: var(--chimera-a-orange);
}

.chimera-store__eyebrow {
	margin: 0 0 10px;
	color: var(--chimera-gold);
	font-family: "Oswald", sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.chimera-store__button--small {
	padding: 0.55rem 1rem;
	font-size: 0.88rem;
}

.chimera-store__button--link {
	padding: 0.7rem 0;
	font-family: inherit;
	font-size: inherit;
	text-transform: none;
	background: transparent;
	border: 0;
}

.chimera-store__section {
	display: grid;
	gap: 18px;
}

.chimera-store__section--compact {
	gap: 10px;
}

.chimera-store__section-intro {
	display: grid;
	gap: 14px;
	margin: 0 0 18px;
}

.chimera-store__section-intro p {
	margin: 0;
	max-width: 72ch;
}

.chimera-store__section-head {
	display: grid;
	gap: 6px;
}

.chimera-store__section-head h2,
.chimera-store__plans-panel h2,
.chimera-store__content-panel h2,
.chimera-store__buy-card h2,
.chimera-store__plugin-card h3,
.chimera-store__category-card strong,
.chimera-store__category-tree-root {
	margin: 0;
}

.chimera-store__category-grid,
.chimera-store__category-tree-grid,
.chimera-store__plugin-grid,
.chimera-store__plan-grid {
	display: grid;
	gap: 24px;
}

.chimera-store__category-tree-grid {
	grid-template-columns: 1fr;
}

.chimera-store__plugin-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.chimera-store__plugin-grid--category-home {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 15px;
	width: min(940px, 100%);
	box-sizing: border-box;
	margin: 0 auto;
	padding: 4px 15px 2px;
}

.chimera-store__category-pagination-wrap {
	width: min(940px, 100%);
	box-sizing: border-box;
	margin: 4px auto 0;
	padding: 0 15px;
	font-size: 11px;
}

.chimera-store__category-pagination-wrap::after,
.chimera-store__category-pagination-wrap .pagination::after {
	clear: both;
	content: '';
	display: block;
}

.chimera-store__category-pagination-status {
	float: left;
	color: var(--chimera-t-white);
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 1.4;
	padding: 4px 0 0;
}

.chimera-store__category-pagination-wrap .button {
	display: inline-block;
	padding: 2px 8px;
	font-size: 13px;
	font-weight: 600;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 5px;
	float: left;
}

.chimera-store__category-pagination-wrap .button:focus,
.chimera-store__category-pagination-wrap .button:hover {
	text-decoration: none;
	outline: none;
}

.chimera-store__category-pagination-wrap .button-icon-only {
	padding-left: 3px;
	padding-right: 3px;
}

.chimera-store__category-pagination-wrap .pagination {
	float: right;
	text-align: right;
	width: auto;
}

.chimera-store__category-pagination-wrap.action-bar.bar-bottom .pagination {
	margin-top: 0;
}

.chimera-store__category-pagination-wrap .action-bar .pagination .button,
.chimera-store__category-pagination-wrap .pagination .button {
	margin-right: 0;
	float: none;
}

.chimera-store__category-pagination-wrap .pagination > ul {
	display: inline-block;
	list-style: none !important;
	margin: 0 0 0 5px;
	padding: 0;
}

.chimera-store__category-pagination-wrap .pagination > ul > li {
	display: inline-block !important;
	padding: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: middle;
	margin: 0;
	list-style: none;
}

.chimera-store__category-pagination-wrap .pagination li a,
.chimera-store__category-pagination-wrap .pagination li span {
	padding: 2px 5px;
	background: linear-gradient(180deg, var(--chimera-s-dark-7) 0%, var(--chimera-s-black-mid) 100%) !important;
	border: 1px solid var(--chimera-b-white-16) !important;
	color: var(--chimera-t-white) !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	display: inline-block;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
}

.chimera-store__category-pagination-wrap.action-bar .pagination li a,
.chimera-store__category-pagination-wrap.action-bar .pagination li span {
	padding: 3px 7px !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
}

.chimera-store__category-pagination-wrap .pagination li a:hover,
.chimera-store__category-pagination-wrap .pagination li a:focus,
.chimera-store__category-pagination-wrap .pagination .dropdown-visible a.dropdown-trigger,
.chimera-store__category-pagination-wrap .nojs .pagination .dropdown-container:hover a.dropdown-trigger,
.chimera-store__category-pagination-wrap .row .pagination li a:hover,
.chimera-store__category-pagination-wrap .row .pagination li a:focus {
	background: linear-gradient(180deg, var(--chimera-s-grey-deep) 0%, var(--chimera-s-dark-3) 100%) !important;
	border-color: var(--chimera-a-orange) !important;
	color: var(--chimera-a-orange) !important;
}

.chimera-store__category-pagination-wrap .pagination li.active span,
.chimera-store__category-pagination-wrap .row .pagination li.active span {
	background: linear-gradient(180deg, var(--chimera-a-orange-deep) 0%, var(--chimera-a-orange-dark) 100%) !important;
	border-color: var(--chimera-a-orange) !important;
	color: var(--chimera-t-white-pure) !important;
	box-shadow: 0 0 10px var(--chimera-o-orange-18) !important;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
}

.chimera-store__category-pagination-wrap .pagination li.ellipsis span,
.chimera-store__category-pagination-wrap .row .pagination li.ellipsis span {
	background: transparent !important;
	border: 0 !important;
	color: var(--chimera-t-grey-soft-alt) !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.chimera-store__category-pagination-wrap .pagination .arrow a,
.chimera-store__category-pagination-wrap .row .pagination .arrow a {
	padding: 2px 0;
	background: linear-gradient(180deg, var(--chimera-s-grey-panel) 0%, var(--chimera-s-dark-2) 100%) !important;
	color: var(--chimera-t-silver-bright) !important;
	border: 1px solid var(--chimera-b-white-18) !important;
}

.chimera-store__category-pagination-wrap .pagination .arrow a:hover,
.chimera-store__category-pagination-wrap .pagination .arrow a:focus,
.chimera-store__category-pagination-wrap .row .pagination .arrow a:hover,
.chimera-store__category-pagination-wrap .row .pagination .arrow a:focus {
	border-color: var(--chimera-a-orange) !important;
	color: var(--chimera-a-orange) !important;
}

.chimera-store__category-pagination-wrap .pagination .arrow a:hover i,
.chimera-store__category-pagination-wrap .pagination .arrow a:focus i,
.chimera-store__category-pagination-wrap .row .pagination .arrow a:hover i,
.chimera-store__category-pagination-wrap .row .pagination .arrow a:focus i {
	color: currentColor !important;
}

.chimera-store__category-pagination-wrap .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.chimera-store__category-card,
.chimera-store__plugin-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.chimera-store__plugin-card {
	padding: 0;
	overflow: hidden;
	width: 100%;
	max-width: none;
	background: var(--chimera-s-dark-4);
	border: 1px solid var(--chimera-b-white-12);
}

.chimera-store__plugin-card--category-home {
	width: 250px;
	flex: 0 0 250px;
	min-height: 520px;
	background: linear-gradient(180deg, #363432 0%, #2d2b29 100%);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 10px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 18px 36px rgba(0, 0, 0, 0.38);
}

.chimera-store__category-card {
	padding: 18px 20px;
}

.chimera-store__category-tree-box {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0 0 8px;
	overflow: hidden;
	background: var(--chimera-s-dark-4);
	border: 1px solid var(--chimera-b-white-10);
	color: var(--chimera-t-white);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.42;
}

.chimera-store__category-tree-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0;
	min-height: 30px;
	padding: 0 0 0 12px;
	background: transparent;
	border-bottom: 1px solid var(--chimera-b-white-10);
	cursor: pointer;
	list-style: none;
	margin: 0;
}

.chimera-store__category-tree-head--static {
	cursor: default;
}

.chimera-store__category-tree-head::-webkit-details-marker {
	display: none;
}

.chimera-store__category-tree-head-meta {
	display: grid;
	grid-template-columns: 110px 28px;
	align-items: stretch;
	margin-left: auto;
}

.chimera-store__category-tree-root-line {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.chimera-store__category-tree-root {
	margin: 0;
	font-size: 0.98rem;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	line-height: 1;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	flex: 0 0 auto;
}

.chimera-store__category-tree-root-link {
	color: var(--chimera-gold) !important;
	text-decoration: none !important;
	text-decoration-color: transparent !important;
}

.chimera-store__category-tree-root-link:hover,
.chimera-store__category-tree-root-link:focus {
	color: var(--chimera-gold) !important;
	text-decoration: none !important;
	text-decoration-color: transparent !important;
}

.chimera-store__category-tree-root-link--current {
	cursor: default;
}

.chimera-store__category-tree-root-sep {
	color: var(--chimera-t-silver-light);
	font-weight: 400;
	flex: 0 0 auto;
}

.chimera-store__category-tree-root-tagline {
	color: var(--chimera-t-white);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

.chimera-store__category-tree-count {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--chimera-t-white);
	font-size: 0.72rem;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	white-space: nowrap;
	border-left: 1px solid var(--chimera-b-white-10);
}

.chimera-store__category-tree-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	justify-self: stretch;
	width: auto;
	height: auto;
	margin: 0;
	border: 1px solid var(--chimera-b-white-18);
	border-radius: 50%;
	position: relative;
	border: 0;
	border-left: 1px solid var(--chimera-b-white-10);
}

.chimera-store__category-tree-trigger::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid var(--chimera-b-white-18);
	background: transparent;
	transform: translate(-50%, -50%);
}

.chimera-store__category-tree-trigger::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 2px;
	background: var(--chimera-gold);
	transform: translate(-50%, -50%);
}

.chimera-store__category-tree-box:not([open]) .chimera-store__category-tree-trigger::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 6px;
	background: var(--chimera-gold);
	transform: translate(-50%, -50%);
}

.chimera-store__category-tree-head:hover .chimera-store__category-tree-trigger,
.chimera-store__category-tree-head:focus .chimera-store__category-tree-trigger {
	border-left-color: var(--chimera-b-white-10);
}

.chimera-store__category-tree-head:hover .chimera-store__category-tree-trigger::before,
.chimera-store__category-tree-head:focus .chimera-store__category-tree-trigger::before {
	border-color: var(--chimera-a-orange);
}

.chimera-store__category-tree-body--home {
	display: grid;
	gap: 8px;
	padding: 0 0 16px;
	background: transparent;
}

.chimera-store__home-category-links {
	display: grid;
	gap: 2px;
	padding: 0 12px;
}

.chimera-store__home-category-link {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	min-height: 22px;
	padding: 0 12px 0 10px;
	color: inherit !important;
	text-decoration: none !important;
}

.chimera-store__home-category-link:hover,
.chimera-store__home-category-link:focus {
	text-decoration: none !important;
}

.chimera-store__category-tree-head--home-link {
	grid-template-columns: minmax(0, 1fr);
}

.chimera-store__home-category-line {
	flex-wrap: wrap;
	row-gap: 2px;
	gap: 6px;
}

.chimera-store__home-category-root {
	margin: 0;
	display: inline;
	color: var(--chimera-gold);
	font-family: Oswald, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.chimera-store__home-category-count {
	color: var(--chimera-t-white);
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	white-space: nowrap;
}

.chimera-store__category-tree-empty {
	margin: 0;
	padding: 8px 12px;
	color: var(--chimera-text-muted);
	font-style: italic;
}

.chimera-store__plugin-image,
.chimera-store__plugin-visual {
	display: block;
	height: 210px;
	margin: 0;
	padding: 0;
	line-height: 0;
	overflow: hidden;
	background: var(--chimera-s-dark-3);
}

.chimera-store__plugin-card--category-home .chimera-store__plugin-image {
	background: #201f1f;
	height: 180px;
	border-bottom: 1px solid var(--chimera-b-white-12);
}

.chimera-store__plugin-image img,
.chimera-store__plugin-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	background: var(--chimera-s-black-soft);
}

.chimera-store__plugin-image span,
.chimera-store__visual-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 210px;
}

.chimera-store__plugin-content {
	display: grid;
	gap: 12px;
	padding: 18px 20px 20px;
}

.chimera-store__plugin-content--category-home {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	gap: 14px;
	padding: 18px 20px 20px;
}

.chimera-store__plugin-card--category-home .chimera-store__plugin-excerpt {
	min-height: 72px;
}

.chimera-store__plugin-card--category-home .chimera-store__plugin-actions {
	margin-top: auto;
}

.chimera-store__plugin-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.chimera-store__feature-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 4px;
}

.chimera-store__filter-pill,
.chimera-store__plugin-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid var(--chimera-b-white-12);
	background: var(--chimera-b-white-03);
	color: var(--chimera-text-soft);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.chimera-store__plugin-badge--price {
	color: var(--chimera-accent-soft);
	border-color: var(--chimera-o-orange-20);
	background: var(--chimera-o-orange-12);
}

.chimera-store__plugin-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: -4px 0 0;
	color: var(--chimera-text-muted);
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.chimera-store__plugin-meta span {
	position: relative;
}

.chimera-store__plugin-meta span + span::before {
	content: "/";
	margin-right: 14px;
	opacity: 0.45;
}

.chimera-store__plugin-meta--hero {
	margin: -6px 0 4px;
	font-size: 0.75rem;
}

.chimera-store__plugin-content h3 a,
.chimera-store__breadcrumbs a {
	color: inherit;
}

.chimera-store__plugin-hero.chimera-box {
	position: relative;
	padding: 18px 22px 22px;
	overflow: hidden;
}

.chimera-store__eyebrow--hero-rank {
	margin-bottom: 4px;
}

.chimera-store__plugin-hero-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0 0 8px;
	color: var(--chimera-t-white);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.chimera-store__plugin-hero-breadcrumb a {
	color: var(--chimera-gold) !important;
	text-decoration: none !important;
}

.chimera-store__plugin-hero-breadcrumb a:hover,
.chimera-store__plugin-hero-breadcrumb a:focus {
	color: var(--chimera-a-orange) !important;
}

.chimera-store__plugin-hero-breadcrumb-sep {
	color: var(--chimera-t-silver-light);
}

.chimera-store__plugin-hero--tone-basic.chimera-box,
.chimera-store__plugin-hero--tone-free.chimera-box {
	border-color: #c3c3c3;
	box-shadow:
		0 0 0 1px rgba(224,224,224,0.92),
		0 0 10px rgba(220,220,220,0.34),
		0 0 24px rgba(190,190,190,0.16),
		inset 0 0 4px rgba(255,255,255,0.95),
		0 18px 36px rgba(0,0,0,0.38);
}

.chimera-store__plugin-hero--tone-basic .chimera-store__eyebrow--hero-rank,
.chimera-store__plugin-hero--tone-free .chimera-store__eyebrow--hero-rank {
	color: #d7d7d7;
}

.chimera-store__plugin-hero--tone-basic,
.chimera-store__plugin-hero--tone-free {
	--chimera-hero-tracer-color: rgba(224, 224, 224, 0.96);
}

.chimera-store__plugin-hero--tone-featured.chimera-box {
	border-color: #8f69d5;
	box-shadow:
		0 0 0 1px rgba(173,142,255,0.22),
		0 10px 28px rgba(52,26,84,0.26),
		inset 0 0 4px rgba(255,255,255,0.10);
}

.chimera-store__plugin-hero--tone-featured .chimera-store__eyebrow--hero-rank {
	color: #b896ff;
}

.chimera-store__plugin-hero--tone-featured {
	--chimera-hero-tracer-color: rgba(224, 196, 255, 0.98);
}

.chimera-store__plugin-hero--tone-premium.chimera-box {
	border-color: #7d97ad;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.18),
		0 10px 26px rgba(0,0,0,0.12),
		inset 0 0 4px rgba(255,255,255,0.42);
}

.chimera-store__plugin-hero--tone-premium .chimera-store__eyebrow--hero-rank {
	color: #9cc6e8;
}

.chimera-store__plugin-hero--tone-premium {
	--chimera-hero-tracer-color: rgba(167, 221, 255, 0.98);
}

.chimera-store__plugin-hero--tone-custom.chimera-box,
.chimera-store__plugin-hero--tone-community.chimera-box {
	border-color: #87ceeb;
	box-shadow:
		0 0 0 1px rgba(167,221,255,1),
		0 0 14px rgba(128,194,238,0.46),
		0 0 32px rgba(98,165,211,0.20),
		0 10px 26px rgba(0,0,0,0.12),
		inset 0 0 4px rgba(255,255,255,0.42);
}

.chimera-store__plugin-hero--tone-custom .chimera-store__eyebrow--hero-rank,
.chimera-store__plugin-hero--tone-community .chimera-store__eyebrow--hero-rank {
	color: #9fdfff;
}

.chimera-store__plugin-hero--tone-custom,
.chimera-store__plugin-hero--tone-community {
	--chimera-hero-tracer-color: rgba(167, 221, 255, 0.98);
}

.chimera-store__plugin-hero--tone-pro.chimera-box {
	border-color: #d9a54a;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.16),
		0 14px 30px rgba(0,0,0,0.18),
		inset 0 0 5px rgba(255,255,255,0.18);
}

.chimera-store__plugin-hero--tone-pro .chimera-store__eyebrow--hero-rank {
	color: #f0c27a;
}

.chimera-store__plugin-hero--tone-pro {
	--chimera-hero-tracer-color: rgba(255, 236, 186, 0.98);
}

.chimera-store__plugin-hero--tone-sale.chimera-box {
	border-color: #c55c50;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.14),
		0 14px 30px rgba(0,0,0,0.18),
		inset 0 0 5px rgba(255,255,255,0.12);
}

.chimera-store__plugin-hero--tone-sale .chimera-store__eyebrow--hero-rank {
	color: #e08b80;
}

.chimera-store__plugin-hero--tone-sale {
	--chimera-hero-tracer-color: rgba(255, 176, 160, 0.98);
}

.chimera-store__plugin-hero .chimera-plan-twinkles {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 118%;
	height: calc(100% - 8px);
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
	display: block;
	transform: translateX(-50%) scale(0.96);
	transform-origin: top center;
}

.chimera-store__plugin-hero .chimera-plan-twinkles .chimera-plan-twinkle-points path {
	fill: rgba(255, 221, 140, 0.98);
	stroke: rgba(255, 245, 220, 0.98);
	stroke-width: 0.6px;
	filter:
		drop-shadow(0 0 5px rgba(255, 214, 120, 0.85))
		drop-shadow(0 0 12px rgba(255, 214, 120, 0.42));
	transform-origin: 50% 50%;
	transform-box: fill-box;
}


.chimera-store__plugin-hero--tone-featured .chimera-plan-twinkles .chimera-plan-twinkle-points path {
	fill: rgba(215, 180, 255, 0.98);
	stroke: rgba(248, 238, 255, 0.98);
	stroke-width: 0.6px;
	filter:
		drop-shadow(0 0 5px rgba(191, 136, 255, 0.85))
		drop-shadow(0 0 12px rgba(148, 92, 226, 0.42));
}

.chimera-store__plugin-hero--tone-sale .chimera-plan-twinkles .chimera-plan-twinkle-points path {
	fill: rgba(255, 124, 103, 0.98);
	stroke: rgba(255, 214, 206, 0.98);
	stroke-width: 0.6px;
	filter:
		drop-shadow(0 0 5px rgba(255, 118, 92, 0.85))
		drop-shadow(0 0 12px rgba(226, 66, 41, 0.42));
}


.chimera-store__plugin-hero--tone-pro.chimera-box {
	box-shadow:
		0 0 0 1px rgba(255,230,170,0.95),
		0 0 12px rgba(255,198,88,0.92),
		0 0 28px rgba(255,188,66,0.74),
		0 0 60px rgba(255,176,34,0.46),
		0 0 120px rgba(255,176,34,0.22),
		0 14px 30px rgba(0,0,0,0.18),
		inset 0 0 5px rgba(255,255,255,0.18);
}

.chimera-store__plugin-hero--tone-premium.chimera-box {
	border-color: #a7ddff;
	box-shadow:
		0 0 0 1px rgba(167,221,255,1),
		0 0 14px rgba(128,194,238,0.46),
		0 0 32px rgba(98,165,211,0.20),
		0 10px 26px rgba(0,0,0,0.12),
		inset 0 0 4px rgba(255,255,255,0.42);
}


.chimera-store__plugin-hero--tone-featured.chimera-box {
	border-color: #b792ff;
	box-shadow:
		0 0 0 1px rgba(222,202,255,0.95),
		0 0 12px rgba(181,128,255,0.86),
		0 0 28px rgba(153,94,242,0.68),
		0 0 60px rgba(128,61,214,0.42),
		0 0 120px rgba(128,61,214,0.20),
		0 10px 28px rgba(52,26,84,0.28),
		inset 0 0 4px rgba(255,255,255,0.12);
}


.chimera-store__plugin-hero--tone-sale.chimera-box {
	box-shadow:
		0 0 0 1px rgba(255,196,186,0.92),
		0 0 12px rgba(255,118,92,0.86),
		0 0 28px rgba(241,88,63,0.68),
		0 0 60px rgba(226,66,41,0.42),
		0 0 120px rgba(226,66,41,0.20),
		0 14px 30px rgba(0,0,0,0.18),
		inset 0 0 5px rgba(255,255,255,0.12);
}



.chimera-store__plugin-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.95fr);
	gap: 20px;
	align-items: start;
}

.chimera-store__plugin-copy {
	display: grid;
	gap: 8px;
}

.chimera-store__plugin-copy h1 {
	margin: 0;
	line-height: 1;
}

.chimera-store__feature-filter-row--detail {
	margin: 0;
}

.chimera-store__detail-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 8px;
	row-gap: 4px;
	margin-top: -2px;
	font-size: inherit;
	line-height: 1.2;
}

.chimera-store__detail-actions-label {
	color: var(--chimera-t-lightgrey);
	font-weight: 700;
	white-space: nowrap;
}

.chimera-store__detail-actions-sep {
	color: var(--chimera-t-darkgrey);
	font-weight: 700;
}

.chimera-store__detail-anchor-link {
	color: var(--chimera-a-orange);
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 0.14em;
	white-space: nowrap;
}

.chimera-store__detail-anchor-link:hover,
.chimera-store__detail-anchor-link:focus {
	color: var(--chimera-a-orange-light);
}

.chimera-store__button--wide {
	width: 100%;
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

.chimera-store__plugin-media-frame {
	display: grid;
	gap: 10px;
}

.chimera-store__detail-media-label {
	color: var(--chimera-t-darkgrey);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.chimera-store__plugin-visual--detail {
	position: relative;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 1px solid var(--chimera-b-white-12);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
		var(--chimera-s-dark-3);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.04),
		0 18px 32px rgba(0,0,0,0.16);
}

.chimera-store__media-launch {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none !important;
}

.chimera-store__media-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.3));
	opacity: 0;
	transition: opacity 180ms ease;
}

.chimera-store__media-launch:hover .chimera-store__media-overlay,
.chimera-store__media-launch:focus .chimera-store__media-overlay {
	opacity: 1;
}

.chimera-store__media-launch--video .chimera-store__media-overlay,
.chimera-store__media-stage-link--video .chimera-store__media-overlay,
.chimera-store__plugin-thumb .chimera-store__plugin-thumb-video {
	opacity: 1;
}

.chimera-store__media-icon {
	position: relative;
	display: inline-block;
}

.chimera-store__media-icon--play {
	width: 108px;
	height: 108px;
	background: url('/wordpress/wp-content/themes/chimera/assets/img/video-play.gif') center center / contain no-repeat;
	filter: drop-shadow(0 8px 18px rgba(0,0,0,0.42));
}

.chimera-store__media-icon--magnify {
	width: 62px;
	height: 62px;
	border: 3px solid rgba(255,255,255,0.94);
	border-radius: 50%;
	box-shadow: 0 12px 24px rgba(0,0,0,0.34);
}

.chimera-store__media-icon--magnify::after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -8px;
	width: 16px;
	height: 4px;
	border-radius: 999px;
	background: rgba(255,255,255,0.94);
	transform: rotate(45deg);
	transform-origin: center;
}

.chimera-store__plugin-visual--detail iframe,
.chimera-store__plugin-visual--detail video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: var(--chimera-s-black-soft);
}

.chimera-store__plugin-media-strip {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.chimera-store__plugin-media-strip--gallery {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chimera-store__plugin-thumb {
	position: relative;
	display: block;
	height: 84px;
	overflow: hidden;
	border: 1px solid var(--chimera-b-white-10);
	background: var(--chimera-s-black-soft);
	text-decoration: none !important;
}

.chimera-store__plugin-thumb--button {
	padding: 0;
	cursor: pointer;
	border-radius: 0;
}

.chimera-store__plugin-thumb--button.is-active {
	border-color: var(--chimera-a-orange);
	box-shadow: 0 0 0 1px rgba(224,123,57,0.22);
}

.chimera-store__plugin-thumb:hover,
.chimera-store__plugin-thumb:focus {
	border-color: var(--chimera-a-orange);
	box-shadow: 0 0 0 1px rgba(224,123,57,0.2);
}

.chimera-store__plugin-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.chimera-store__plugin-thumb-overlay,
.chimera-store__plugin-thumb-video {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.3));
	opacity: 0;
	transition: opacity 180ms ease;
}

.chimera-store__plugin-thumb:hover .chimera-store__plugin-thumb-overlay,
.chimera-store__plugin-thumb:focus .chimera-store__plugin-thumb-overlay,
.chimera-store__plugin-thumb:hover .chimera-store__plugin-thumb-video,
.chimera-store__plugin-thumb:focus .chimera-store__plugin-thumb-video {
	opacity: 1;
}

.chimera-store__plugin-thumb .chimera-store__media-icon--play {
	width: 54px;
	height: 54px;
}

.chimera-store__plugin-thumb .chimera-store__media-icon--magnify {
	width: 30px;
	height: 30px;
	border-width: 2px;
}

.chimera-store__plugin-thumb .chimera-store__media-icon--magnify::after {
	right: -6px;
	bottom: -5px;
	width: 10px;
	height: 3px;
}

.chimera-store__plugin-thumb-badge {
	position: absolute;
	right: 6px;
	bottom: 6px;
	display: inline-flex;
	align-items: center;
	min-height: 18px;
	padding: 0 6px;
	background: rgba(0,0,0,0.72);
	border: 1px solid rgba(255,255,255,0.14);
	color: var(--chimera-t-white-pure);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.chimera-store__visual-placeholder--detail {
	display: grid;
	place-content: center;
	gap: 10px;
	padding: 28px;
	text-align: center;
}

.chimera-store__visual-placeholder-title {
	color: var(--chimera-accent);
	font-family: Oswald, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.chimera-store__visual-placeholder-copy {
	max-width: 34ch;
	color: var(--chimera-text-soft);
	font-size: 13px;
	line-height: 1.5;
}

.chimera-store__meta-line {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.chimera-store__meta-line span::before {
	content: "/";
	margin-right: 10px;
	opacity: 0.5;
}

.chimera-store__meta-line span:first-child::before {
	content: "";
	margin-right: 0;
}

.chimera-store__section--two-column {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
	gap: 22px;
}

.chimera-store__section--two-column > * {
	min-width: 0;
}

.chimera-store__section--three-column {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.chimera-store__section--detail-stack {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.chimera-store__media-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
	gap: 22px;
	align-items: start;
}

.chimera-store__media-gallery-stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
}

.chimera-store__media-stage-window {
	position: relative;
	min-width: 0;
}

.chimera-store__media-slide {
	display: none;
	aspect-ratio: 16 / 9;
	border: 1px solid var(--chimera-b-white-12);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
		var(--chimera-s-dark-3);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.04),
		0 18px 32px rgba(0,0,0,0.16);
	overflow: hidden;
}

.chimera-store__media-slide.is-active {
	display: block;
}

.chimera-store__media-stage-link {
	display: block;
	width: 100%;
	height: 100%;
}

.chimera-store__media-stage-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	background: var(--chimera-s-black-soft);
}

.chimera-store__media-gallery-meta {
	display: grid;
	gap: 16px;
	align-content: start;
}

.chimera-store__media-meta-pane {
	display: none;
	gap: 8px;
	padding: 18px 20px;
	border: 1px solid var(--chimera-b-white-10);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.012)),
		rgba(0,0,0,0.12);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.chimera-store__media-meta-pane.is-active {
	display: grid;
}

.chimera-store__media-meta-pane h3,
.chimera-store__media-meta-pane p {
	margin: 0;
}

.chimera-store__media-meta-kicker {
	color: var(--chimera-t-darkgrey);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.chimera-store--buy {
	gap: 20px;
}

.chimera-store__checkout-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
	align-items: stretch;
	gap: 20px;
	padding: 22px 24px;
	overflow: hidden;
	border: 1px solid rgba(167,221,255,0.78);
	background:
		linear-gradient(118deg, rgba(7,12,17,0.98) 0%, rgba(18,32,41,0.95) 54%, rgba(55,42,18,0.86) 100%),
		var(--chimera-s-dark-4);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.12),
		0 0 16px rgba(98,217,255,0.35),
		0 0 44px rgba(247,217,156,0.13),
		0 18px 38px rgba(0,0,0,0.3),
		inset 0 0 7px rgba(255,255,255,0.14);
}

.chimera-store__checkout-hero::before {
	content: "";
	position: absolute;
	inset: 1px;
	pointer-events: none;
	border: 1px solid rgba(255,255,255,0.14);
	background:
		linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 50%, transparent 100%),
		repeating-linear-gradient(90deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 38px);
	opacity: 0.55;
}

.chimera-store__checkout-hero-copy,
.chimera-store__checkout-hero-panel,
.chimera-store__checkout-heading,
.chimera-store__buy-card {
	position: relative;
	z-index: 1;
}

.chimera-store__checkout-hero-copy {
	display: grid;
	align-content: center;
	gap: 10px;
}

.chimera-store__checkout-hero-copy h1 {
	margin: 0;
	color: var(--chimera-t-white-pure);
	line-height: 1;
	text-shadow:
		0 0 12px rgba(98,217,255,0.28),
		0 0 24px rgba(247,217,156,0.18);
}

.chimera-store__checkout-hero-copy p {
	margin: 0;
	max-width: 70ch;
}

.chimera-store__payment-mark-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(42px, 64px));
	align-items: center;
	gap: 7px;
}

.chimera-store__payment-mark-strip img {
	display: block;
	width: auto;
	object-fit: contain;
	filter: drop-shadow(0 0 8px rgba(0,0,0,0.36));
}

.chimera-store__payment-mark-strip img {
	box-sizing: border-box;
	width: 100%;
	height: 24px;
	max-width: 64px;
	padding: 3px 6px;
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 6px;
	background: rgba(255,255,255,0.94);
	box-shadow:
		0 0 0 1px rgba(0,0,0,0.18),
		0 6px 12px rgba(0,0,0,0.18);
}

.chimera-store__checkout-hero-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,0.12);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.014)),
		rgba(0,0,0,0.18);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.chimera-store__checkout-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 44px;
	min-width: 0;
	padding: 0 12px;
	border: 1px solid rgba(167,221,255,0.22);
	background: rgba(0,0,0,0.18);
	color: rgba(255,255,255,0.72);
	font-family: "Oswald", sans-serif;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.chimera-store__checkout-step.is-active {
	border-color: rgba(247,217,156,0.86);
	background:
		linear-gradient(180deg, rgba(247,217,156,0.18), rgba(247,217,156,0.07)),
		rgba(0,0,0,0.22);
	color: var(--chimera-gold);
	box-shadow:
		0 0 0 1px rgba(247,217,156,0.18),
		0 0 18px rgba(247,217,156,0.34),
		inset 0 0 14px rgba(247,217,156,0.1);
	text-shadow: 0 0 12px rgba(247,217,156,0.44);
}

.chimera-store__checkout-step-connector {
	color: rgba(98,217,255,0.88);
	font-family: "Oswald", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-shadow: 0 0 12px rgba(98,217,255,0.72);
}

.chimera-store__checkout-section {
	gap: 14px;
}

.chimera-store__checkout-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
}

.chimera-store__checkout-heading h2 {
	margin: 0;
}

.chimera-store__checkout-heading .chimera-store__eyebrow {
	margin-bottom: 4px;
}

.chimera-store__checkout-back {
	color: var(--chimera-gold);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.chimera-store__checkout-back:hover,
.chimera-store__checkout-back:focus {
	color: var(--chimera-a-orange);
}

.chimera-store__buy-card.chimera-box {
	--checkout-accent: #62d9ff;
	--checkout-accent-rgb: 98,217,255;
	padding: 0;
	overflow: hidden;
	border-color: rgba(var(--checkout-accent-rgb),0.82);
	background:
		linear-gradient(135deg, rgba(8,13,17,0.98) 0%, rgba(var(--checkout-accent-rgb),0.105) 52%, rgba(28,21,10,0.92) 100%),
		var(--chimera-s-dark-4);
	box-shadow:
		0 0 0 1px rgba(var(--checkout-accent-rgb),0.62),
		0 0 13px rgba(var(--checkout-accent-rgb),0.48),
		0 0 34px rgba(var(--checkout-accent-rgb),0.24),
		0 18px 36px rgba(0,0,0,0.34),
		inset 0 0 5px rgba(255,255,255,0.12);
}

.chimera-store__buy-card form {
	display: grid;
	gap: 0;
}

.chimera-store__checkout-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	min-height: 340px;
}

.chimera-store__checkout-summary {
	position: relative;
	display: grid;
	align-content: start;
	gap: 8px;
	padding: 22px 24px;
	border-right: 1px solid rgba(255,255,255,0.12);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
		rgba(0,0,0,0.16);
}

.chimera-store__checkout-summary::after {
	content: "";
	position: absolute;
	right: -1px;
	top: 22px;
	bottom: 22px;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(247,217,156,0.55), transparent);
}

.chimera-store__checkout-summary h2,
.chimera-store__checkout-methods h3 {
	margin: 0;
}

.chimera-store__checkout-summary-kicker {
	margin: 0;
	color: var(--chimera-t-white);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.chimera-store__checkout-product {
	margin: -2px 0 2px;
	color: var(--chimera-a-orange);
	font-family: "Oswald", sans-serif;
	font-size: 1.05rem;
	text-transform: uppercase;
}

.chimera-store__checkout-price-line {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 4px;
}

.chimera-store__checkout-price-line strong {
	color: var(--chimera-t-white-pure);
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	line-height: 1;
	text-shadow:
		0 0 12px rgba(var(--checkout-accent-rgb),0.35),
		0 0 24px rgba(247,217,156,0.16);
}

.chimera-store__checkout-price-line span,
.chimera-store__checkout-footer p,
.chimera-store__checkout-methods-head span {
	margin: 0;
	color: var(--chimera-t-white);
	font-size: 0.86rem;
}

.chimera-store__checkout-meta {
	display: grid;
	gap: 7px;
	margin-top: 12px;
	padding: 11px 12px;
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.18);
}

.chimera-store__checkout-meta div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--chimera-t-white);
	font-size: 0.84rem;
}

.chimera-store__checkout-meta strong {
	color: var(--chimera-gold);
}

.chimera-store__billing-terms {
	display: grid;
	gap: 7px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.chimera-store__billing-terms li {
	position: relative;
	padding-left: 16px;
	color: var(--chimera-t-white);
	font-size: 0.88rem;
}

.chimera-store__billing-terms li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border: 1px solid rgba(var(--checkout-accent-rgb),0.9);
	background: rgba(var(--checkout-accent-rgb),0.26);
	box-shadow: 0 0 9px rgba(var(--checkout-accent-rgb),0.48);
	transform: rotate(45deg);
}

.chimera-store__checkout-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	padding: 12px 14px;
	border: 1px solid rgba(247,217,156,0.34);
	background: rgba(247,217,156,0.08);
}

.chimera-store__checkout-total span {
	color: var(--chimera-t-white);
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
}

.chimera-store__checkout-total strong {
	color: var(--chimera-gold);
	font-family: "Oswald", sans-serif;
	font-size: 1.5rem;
	line-height: 1;
	text-shadow: 0 0 12px rgba(247,217,156,0.28);
}

.chimera-store__checkout-methods {
	position: relative;
	display: grid;
	gap: 12px;
	align-content: start;
	padding: 22px 24px;
}

.chimera-store__checkout-methods.is-locked {
	min-height: 276px;
}

.chimera-store__checkout-methods-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.chimera-store__checkout-methods h3 {
	color: var(--chimera-t-white-pure);
	font-size: 18px;
}

.chimera-store__checkout-methods.is-locked .chimera-store__checkout-method {
	pointer-events: none;
}

.chimera-store__checkout-notification.notification {
	position: absolute;
	inset: 68px 24px 22px;
	z-index: 2;
	display: grid;
	align-content: center;
	gap: 8px;
	padding: 18px 20px;
	border: 1px solid rgba(255,93,93,0.72);
	background:
		linear-gradient(135deg, rgba(17,8,8,0.72), rgba(70,32,24,0.56)),
		rgba(0,0,0,0.34);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.05),
		0 0 18px rgba(255,93,93,0.32),
		inset 0 0 0 1px rgba(255,255,255,0.06);
}

.chimera-store__checkout-notification-kicker,
.chimera-store__checkout-notification p {
	margin: 0;
}

.chimera-store__checkout-notification-kicker {
	color: var(--chimera-t-white);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.chimera-store__checkout-notification h3 {
	margin: 0;
	color: var(--chimera-gold);
	text-shadow: 0 0 12px rgba(247,217,156,0.28);
}

.chimera-store__checkout-notification p {
	max-width: 42ch;
	color: var(--chimera-t-white);
}

.chimera-store__checkout-notification a {
	justify-self: start;
	color: var(--chimera-gold);
	font-family: "Oswald", sans-serif;
	font-size: 0.94rem;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.chimera-store__checkout-notification a:hover,
.chimera-store__checkout-notification a:focus {
	color: var(--chimera-a-orange);
}

.chimera-store__checkout-method {
	position: relative;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 8px 12px;
	align-items: start;
	padding: 13px 14px;
	border: 1px solid rgba(255,255,255,0.11);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
		rgba(0,0,0,0.18);
	color: var(--chimera-text-main);
	cursor: pointer;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025);
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, transform 160ms ease;
}

.chimera-store__checkout-method:hover,
.chimera-store__checkout-method:has(input:checked) {
	border-color: rgba(var(--checkout-accent-rgb),0.78);
	background:
		linear-gradient(180deg, rgba(var(--checkout-accent-rgb),0.12), rgba(255,255,255,0.014)),
		rgba(0,0,0,0.2);
	box-shadow:
		0 0 0 1px rgba(var(--checkout-accent-rgb),0.38),
		0 0 18px rgba(var(--checkout-accent-rgb),0.24),
		inset 0 0 0 1px rgba(255,255,255,0.04);
	transform: translateY(-1px);
}

.chimera-store__checkout-method:focus-within {
	border-color: rgba(var(--checkout-accent-rgb),0.48);
	box-shadow:
		0 0 0 1px rgba(var(--checkout-accent-rgb),0.22),
		inset 0 0 0 1px rgba(255,255,255,0.035);
}

.chimera-store__checkout-method input {
	accent-color: var(--checkout-accent);
	margin-top: 8px;
}

.chimera-store__checkout-method-main {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.chimera-store__checkout-method-title {
	color: var(--chimera-t-white-pure);
	font-family: "Oswald", sans-serif;
	font-size: 1.08rem;
	line-height: 1;
	text-transform: uppercase;
}

.chimera-store__checkout-method small {
	grid-column: 2;
	color: var(--chimera-text-soft);
	font-size: 12px;
	line-height: 1.35;
}

.chimera-store__checkout-method.is-disabled {
	cursor: not-allowed;
	opacity: 0.74;
}

.chimera-store__checkout-method.is-disabled .chimera-store__payment-mark-strip img {
	filter: grayscale(0.18) drop-shadow(0 0 8px rgba(0,0,0,0.28));
	opacity: 0.84;
}

.chimera-store__checkout-method.is-disabled small {
	opacity: 0.82;
}

.chimera-store__checkout-method.is-disabled:hover,
.chimera-store__checkout-method.is-disabled:focus-within {
	border-color: rgba(255,255,255,0.11);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025);
	transform: none;
}

.chimera-store__checkout-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 24px;
	border-top: 1px solid rgba(255,255,255,0.1);
	background: rgba(0,0,0,0.18);
}

.chimera-store__checkout-footer .chimera-store__button {
	min-width: 220px;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.18),
		0 0 18px rgba(247,217,156,0.26);
}

.chimera-store__checkout-footer .chimera-store__button:disabled {
	cursor: not-allowed;
	opacity: 0.56;
	filter: grayscale(0.35);
}

.chimera-store__notice {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.chimera-store__notice p,
.chimera-store__notice h2 {
	margin: 0;
}

.chimera-store__notice--success {
	border-color: rgba(78, 205, 146, 0.34);
}

.chimera-store__notice--error {
	border-color: rgba(255, 116, 116, 0.34);
}

.chimera-store__plans-panel--detail {
	display: grid;
	gap: 16px;
	align-content: start;
	min-width: 0;
}

.chimera-store__member-tier-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid var(--card-glow, var(--chimera-b-white-18));
	background:
		linear-gradient(180deg, rgba(var(--card-glow-rgb, 255,255,255), 0.16), rgba(var(--card-glow-rgb, 255,255,255), 0.05)),
		rgba(0,0,0,0.18);
	box-shadow:
		0 0 0 1px rgba(var(--card-glow-rgb, 255,255,255), 0.12),
		0 0 12px rgba(var(--card-glow-rgb, 255,255,255), 0.16);
	color: var(--chimera-t-white);
	font-size: 12px;
	line-height: 1.2;
}

.chimera-store__member-tier-strip span {
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.chimera-store__member-tier-strip strong {
	color: var(--card-price, var(--chimera-t-white-pure));
	font-family: Oswald, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.chimera-store__detail-price-card {
	display: grid;
	gap: 0;
	overflow: hidden;
	padding: 0;
	border: 1px solid var(--card-glow, var(--chimera-b-white-10));
	background:
		linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
		rgba(0,0,0,0.16);
	box-shadow:
		0 0 0 1px rgba(var(--card-glow-rgb, 255,255,255), 0.16),
		0 0 18px rgba(var(--card-glow-rgb, 255,255,255), 0.13),
		inset 0 0 4px rgba(255,255,255,0.08);
}

.chimera-store__detail-price-top {
	position: relative;
	display: grid;
	gap: 6px;
	justify-items: center;
	padding: 13px 16px 15px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.62);
	background:
		radial-gradient(70% 100% at 50% 115%, rgba(var(--card-glow-rgb, 255,255,255), 0.18), transparent 62%),
		linear-gradient(180deg, rgba(var(--card-glow-rgb, 255,255,255), 0.32), rgba(var(--card-glow-rgb, 255,255,255), 0.10)),
		linear-gradient(180deg, #343434 0%, #1e1e1e 100%);
}

.chimera-store__detail-plan-name {
	color: var(--card-text, var(--chimera-t-white-pure));
	font-family: Oswald, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.04em;
	text-shadow: 0 2px 7px rgba(0,0,0,0.55);
	text-transform: uppercase;
}

.chimera-store__detail-price {
	color: var(--card-price, var(--chimera-t-white-pure));
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 54px;
	font-weight: 300;
	line-height: 1;
	text-shadow: rgba(0,0,0,0.62) 1px 2px 8px;
}

.chimera-store__detail-price--included {
	font-family: Oswald, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 46px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.chimera-store__detail-price-meta {
	display: grid;
	gap: 2px;
	justify-items: center;
	padding: 9px 16px 11px;
	border-top: 1px solid rgba(255,255,255,0.08);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	background: linear-gradient(45deg, #333 0%, #1c1c1c 100%);
	color: #d3d3d3;
	font-size: 12px;
	text-align: center;
}

.chimera-store__detail-tier-pricing {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 12px 16px;
	border: 1px solid rgba(255,255,255,0.08);
	background: rgba(0,0,0,0.18);
}

.chimera-store__detail-tier-pricing--single {
	grid-template-columns: minmax(0, 1fr);
}

.chimera-store__detail-tier-cell {
	display: grid;
	gap: 2px;
	padding: 6px 5px 5px;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.08);
}

.chimera-store__detail-tier-cell:first-child {
	border-left: 0;
}

.chimera-store__detail-tier-cell--single {
	text-align: center;
	justify-items: center;
	padding: 8px 10px;
}

.chimera-store__detail-tier-label {
	color: var(--chimera-t-darkgrey);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.chimera-store__detail-tier-value {
	color: #d6d6d6;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
	opacity: 0.92;
}

.chimera-store__detail-tier-cell--standard .chimera-store__detail-tier-value {
	color: #d6d6d6;
}

.chimera-store__detail-tier-cell--premium .chimera-store__detail-tier-value {
	color: #b9d9f5;
}

.chimera-store__detail-tier-cell--single .chimera-store__detail-tier-value {
	color: #d6d6d6;
}

.chimera-store__detail-tier-cell--pro .chimera-store__detail-tier-value {
	color: #f0c27a;
}

.chimera-store__detail-tier-pricing--tone-custom .chimera-store__detail-tier-cell--single .chimera-store__detail-tier-value,
.chimera-store__detail-tier-pricing--tone-community .chimera-store__detail-tier-cell--single .chimera-store__detail-tier-value {
	color: #bfe7fb;
}

.chimera-store__detail-tier-cell.is-included .chimera-store__detail-tier-value {
	opacity: 0.72;
	font-size: 11px;
}

.chimera-store__detail-tier-cell.is-active {
	background: rgba(255,255,255,0.04);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.30),
		0 0 14px rgba(255,255,255,0.16);
}

.chimera-store__detail-tier-pricing--tone-featured .chimera-store__detail-tier-cell.is-active {
	box-shadow:
		inset 0 0 0 1px rgba(183,146,255,0.52),
		0 0 12px rgba(181,128,255,0.34);
}

.chimera-store__detail-tier-pricing--tone-premium .chimera-store__detail-tier-cell.is-active {
	box-shadow:
		inset 0 0 0 1px rgba(167,221,255,0.52),
		0 0 12px rgba(167,221,255,0.34);
}

.chimera-store__detail-tier-pricing--tone-custom .chimera-store__detail-tier-cell.is-active,
.chimera-store__detail-tier-pricing--tone-community .chimera-store__detail-tier-cell.is-active {
	box-shadow:
		inset 0 0 0 1px rgba(167,221,255,0.62),
		0 0 12px rgba(135,206,235,0.38);
}

.chimera-store__detail-tier-pricing--tone-pro .chimera-store__detail-tier-cell.is-active {
	box-shadow:
		inset 0 0 0 1px rgba(255,230,170,0.52),
		0 0 12px rgba(255,198,88,0.34);
}

.chimera-store__detail-tier-pricing--tone-sale .chimera-store__detail-tier-cell.is-active {
	box-shadow:
		inset 0 0 0 1px rgba(255,196,186,0.52),
		0 0 12px rgba(255,118,92,0.34);
}

.chimera-store__detail-price-action,
.chimera-store__detail-price-action:visited {
	display: flex;
	min-height: 50px;
	padding: 11px 18px;
	border: 0;
	border-top: 2px solid rgba(245,245,245,0.72);
	border-radius: 0;
	background:
		linear-gradient(180deg, rgba(var(--card-glow-rgb, 224,123,57), 0.48), rgba(var(--card-glow-rgb, 224,123,57), 0.18)),
		linear-gradient(180deg, #343434 0%, #202020 100%);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.10),
		inset 0 -10px 18px rgba(0,0,0,0.22);
	color: #fff;
	font-family: Oswald, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
}

.chimera-store__detail-price-action:hover,
.chimera-store__detail-price-action:focus {
	color: #fff;
	box-shadow:
		0 0 0 1px rgba(var(--card-glow-rgb, 224,123,57), 0.72),
		0 0 20px rgba(var(--card-glow-rgb, 224,123,57), 0.36),
		inset 0 14px 20px rgba(255,255,255,0.12),
		inset 0 -10px 18px rgba(0,0,0,0.24);
}

.chimera-store__detail-note {
	padding: 10px 12px;
	border-left: 2px solid rgba(var(--card-glow-rgb, 224,123,57), 0.62);
	background: rgba(0,0,0,0.14);
	color: var(--chimera-text-soft);
	font-size: 12px;
	line-height: 1.45;
}

.chimera-store__detail-linklist {
	display: grid;
	gap: 10px;
	padding-top: 2px;
}

.chimera-store__detail-linklist a {
	color: inherit;
	text-decoration: none;
}

.chimera-store__detail-linklist a:hover,
.chimera-store__detail-linklist a:focus {
	color: var(--chimera-accent);
	text-decoration: underline;
}

.chimera-store__detail-linklist--support {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.chimera-store__content-panel--wide {
	display: grid;
	gap: 18px;
}

.chimera-store__content-panel--support {
	display: grid;
	gap: 16px;
}

.chimera-store__section-shell-header {
	display: grid;
	gap: 6px;
}

.chimera-store__section-shell-tagline {
	margin: 0;
	color: var(--chimera-t-white);
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.42;
}

.chimera-store__section-shell-title-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.chimera-store__section-shell-rule {
	flex: 1 1 auto;
	height: 1px;
	background: rgba(255,255,255,0.54);
}

.chimera-store__resource-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.chimera-store__resource-panel {
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 18px 20px;
	border: 1px solid var(--chimera-b-white-10);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.012)),
		rgba(0,0,0,0.12);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.chimera-store__resource-panel--full {
	grid-column: 1 / -1;
}

.chimera-store__resource-panel h3,
.chimera-store__resource-panel p {
	margin: 0;
}

.chimera-store__resource-panel-content {
	color: var(--chimera-text-strong);
}

.chimera-store__resource-panel-content > :first-child {
	margin-top: 0;
}

.chimera-store__resource-panel-content > :last-child {
	margin-bottom: 0;
}

.chimera-store__resource-panel-content h1,
.chimera-store__resource-panel-content h2,
.chimera-store__resource-panel-content h3,
.chimera-store__resource-panel-content h4,
.chimera-store__resource-panel-content h5,
.chimera-store__resource-panel-content h6 {
	margin: 0 0 10px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: var(--chimera-accent, #e07b39);
}

.chimera-store__resource-panel-content h1 {
	font-size: 2rem;
}

.chimera-store__resource-panel-content h2 {
	font-size: 1.6rem;
}

.chimera-store__resource-panel-content h3 {
	font-size: 1.3rem;
}

.chimera-store__resource-panel-content h4 {
	font-size: 1.08rem;
}

.chimera-store__resource-panel-content h5,
.chimera-store__resource-panel-content h6 {
	font-size: 0.96rem;
}

.chimera-store__resource-panel-content p,
.chimera-store__resource-panel-content ul,
.chimera-store__resource-panel-content ol,
.chimera-store__resource-panel-content blockquote,
.chimera-store__resource-panel-content pre {
	margin: 0 0 12px;
}

.chimera-store__resource-panel-content ul,
.chimera-store__resource-panel-content ol {
	padding-left: 22px;
}

.chimera-store__resource-panel-content a {
	color: inherit;
	text-decoration: underline;
}

.chimera-store__resource-panel-content code,
.chimera-store__resource-panel-content pre {
	font-family: Consolas, Monaco, monospace;
}

.chimera-store__resource-panel-content pre {
	padding: 10px 12px;
	border: 1px solid var(--chimera-b-white-10);
	background: rgba(0,0,0,0.18);
	overflow-x: auto;
}

.chimera-store__resource-support-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.chimera-store__plan-card.chimera-box {
	background: transparent;
	border: 0;
	padding: 0;
}

.chimera-store__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
}

.chimera-store__breadcrumb-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.chimera-store__dependency-list {
	display: grid;
	gap: 10px;
	padding-left: 18px;
	margin: 0;
}

.chimera-store__plugin-hero[class*="chimera-store__plugin-hero--tone-"] .chimera-store__eyebrow--hero-rank {
	color: var(--card-glow, var(--chimera-gold));
}

.chimera-store__plugin-hero[class*="chimera-store__plugin-hero--tone-"] .chimera-plan-twinkles .chimera-plan-twinkle-points path {
	fill: rgba(var(--card-twinkle-rgb, 255,221,140), 0.98);
	stroke: rgba(var(--card-text-rgb, 255,255,255), 0.98);
	stroke-width: 0.6px;
	filter:
		drop-shadow(0 0 5px rgba(var(--card-glow-rgb, 255,214,120), 0.85))
		drop-shadow(0 0 12px rgba(var(--card-glow-rgb, 255,214,120), 0.42));
}

.chimera-store__plugin-hero[class*="chimera-store__plugin-hero--tone-"].chimera-box {
	border-color: var(--card-glow, #c3c3c3);
	box-shadow:
		0 0 0 1px rgba(var(--card-glow-rgb, 195,195,195), 0.92),
		0 0 12px rgba(var(--card-glow-rgb, 195,195,195), 0.58),
		0 0 28px rgba(var(--card-glow-rgb, 195,195,195), 0.32),
		0 14px 30px rgba(0,0,0,0.18),
		inset 0 0 5px rgba(255,255,255,0.12);
}

.chimera-store__detail-tier-pricing[class*="chimera-store__detail-tier-pricing--tone-"] .chimera-store__detail-tier-cell--single .chimera-store__detail-tier-value {
	color: var(--card-price, #d6d6d6);
}

.chimera-store__detail-tier-pricing[class*="chimera-store__detail-tier-pricing--tone-"] .chimera-store__detail-tier-cell.is-active {
	box-shadow:
		inset 0 0 0 1px rgba(var(--card-glow-rgb, 195,195,195), 0.62),
		0 0 12px rgba(var(--card-glow-rgb, 195,195,195), 0.38);
}

@media (min-width: 860px) {
	.chimera-store__account-strip {
		grid-template-columns: minmax(0, 1.5fr) auto;
		align-items: end;
	}
}

@media (max-width: 960px) {
	.chimera-store__plugin-hero-grid,
	.chimera-store__section--two-column,
	.chimera-store__section--three-column,
	.chimera-store__section--detail-stack,
	.chimera-store__resource-grid,
	.chimera-store__media-gallery {
		grid-template-columns: 1fr;
	}

	.chimera-store__plugin-visual--detail {
		aspect-ratio: 16 / 9;
	}

	.chimera-store__plugin-grid,
	.chimera-store__plugin-grid--category-home {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.chimera-store__plugin-card--category-home {
		width: 100%;
	}

	.chimera-store__category-tree-head {
		grid-template-columns: 1fr;
		padding-left: 10px;
	}

	.chimera-store__category-tree-root-line {
		flex-wrap: wrap;
		gap: 6px;
	}

	.chimera-store__category-tree-head-meta {
		margin-left: 0;
	}
}

@media (max-width: 900px) {
	.chimera-store__checkout-hero {
		grid-template-columns: 1fr;
	}

	.chimera-store__checkout-hero-panel {
		min-height: 96px;
	}

	.chimera-store__checkout-layout {
		grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
	}

	.chimera-store__payment-mark-strip img {
		height: 28px;
		max-width: 84px;
	}
}

@media (max-width: 640px) {
	.chimera-store__plugin-grid,
	.chimera-store__plugin-grid--category-home {
		grid-template-columns: 1fr;
	}

	.chimera-store__checkout-hero,
	.chimera-store__checkout-layout {
		grid-template-columns: 1fr;
	}

	.chimera-store__checkout-hero {
		padding: 18px 16px;
	}

	.chimera-store__checkout-hero-panel {
		grid-template-columns: 1fr;
	}

	.chimera-store__checkout-step-connector {
		transform: rotate(90deg);
	}

	.chimera-store__membership-status.chimera-box {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.chimera-store__membership-status-action {
		box-sizing: border-box;
		width: 100%;
	}

	.chimera-store__checkout-heading,
	.chimera-store__checkout-footer {
		align-items: stretch;
		flex-direction: column;
	}

	.chimera-store__checkout-back {
		white-space: normal;
	}

	.chimera-store__checkout-summary {
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.12);
	}

	.chimera-store__checkout-summary::after {
		inset: auto 18px -1px;
		width: auto;
		height: 1px;
		background: linear-gradient(90deg, transparent, rgba(247,217,156,0.55), transparent);
	}

	.chimera-store__checkout-methods,
	.chimera-store__checkout-summary,
	.chimera-store__checkout-footer {
		padding: 18px 16px;
	}

	.chimera-store__checkout-method {
		grid-template-columns: 18px minmax(0, 1fr);
	}

	.chimera-store__payment-mark-strip img {
		height: 24px;
		max-width: 64px;
	}

	.chimera-store__checkout-footer .chimera-store__button {
		width: 100%;
		min-width: 0;
	}

	.chimera-store__loyalty-head,
	.chimera-store__loyalty-summary {
		align-items: stretch;
		flex-direction: column;
	}

	.chimera-store__loyalty-badge {
		width: fit-content;
	}

	.chimera-store__loyalty-labels {
		font-size: 0.68rem;
	}

	.chimera-store__plugin-media-strip--gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.chimera-box,
	.chimera-store__plugin-content {
		padding: 16px;
	}
}
