.se-royalties-hero,
.se-collection-section,
.se-plan-economics-intro,
.se-plan-calculator {
	--se-hero-bg: #04040a;
	--se-surface-card: #0f0f17;
	--se-surface-inset: rgba(255, 255, 255, 0.03);
	--se-heading: #f0eeff;
	--se-body: #a5a2b0;
	--se-muted: #7c7987;
	--se-dim: #5a5766;
	--se-lime: #aaff00;
	--se-violet: #7c3aed;
	--se-violet-light: #c4b5fd;
	--se-border: rgba(255, 255, 255, 0.1);
	--se-border-subtle: rgba(255, 255, 255, 0.06);
	--se-border-lime: rgba(170, 255, 0, 0.35);
	--se-border-violet: rgba(124, 58, 237, 0.45);
	--se-font-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
	--se-font-body: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
	--se-font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
	color: var(--se-body);
	font-family: var(--se-font-body);
}

.se-royalties-hero {
	box-sizing: border-box;
	min-height: calc(100svh - 72px);
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(64px, 6vw, 96px) 24px clamp(72px, 7vw, 112px);
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 22%, rgba(124, 58, 237, 0.12), transparent 31%),
		var(--se-hero-bg);
}

.se-royalties-hero *,
.se-royalties-hero *::before,
.se-royalties-hero *::after {
	box-sizing: border-box;
}

.se-royalties-hero > .se-hero__inner {
	width: 100%;
	max-width: 1160px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.se-royalties-hero .se-hero__grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 480px), 1fr));
	gap: clamp(32px, 4vw, 56px) !important;
	align-items: center !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.se-royalties-hero .se-hero__grid > .wp-block-column {
	min-width: 0;
	margin: 0 !important;
}

.se-royalties-hero .se-eyebrow {
	margin: 0 !important;
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--se-font-mono);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--se-lime);
}

.se-royalties-hero .se-hero__title {
	margin: 18px 0 0 !important;
	max-width: none;
	font-family: var(--se-font-display) !important;
	font-size: clamp(33px, 8vw, 92px) !important;
	font-weight: 900 !important;
	line-height: 0.92 !important;
	letter-spacing: -0.02em !important;
	text-transform: uppercase;
	text-wrap: balance;
	color: var(--se-heading) !important;
}

.se-royalties-hero .se-gradient-text {
	background: linear-gradient(90deg, #7c3aed 0%, #aaff00 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.se-royalties-hero .se-hero__copy {
	max-width: 52ch;
	margin: 24px 0 0 !important;
	font-family: var(--se-font-body);
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 400;
	line-height: 1.7;
	color: var(--se-body);
}

.se-royalties-hero .se-hero__actions {
	margin: 32px 0 0 !important;
}

.se-royalties-hero .se-hero__actions > .wp-block-button {
	margin: 0;
}

.se-royalties-hero .se-hero__actions .wp-block-button__link {
	min-height: 53px;
	padding: 17px 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 6px;
	font-family: var(--se-font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.se-royalties-hero .se-button-primary .wp-block-button__link {
	background: var(--se-lime);
	color: #04040a;
}

.se-royalties-hero .se-button-secondary .wp-block-button__link {
	background: transparent;
	border-color: var(--se-border-subtle);
	color: var(--se-body);
}

.se-royalties-hero .se-hero__actions .wp-block-button__link:hover,
.se-royalties-hero .se-hero__actions .wp-block-button__link:focus-visible {
	transform: translateY(-1px);
}

.se-royalties-hero .se-button-secondary .wp-block-button__link:hover,
.se-royalties-hero .se-button-secondary .wp-block-button__link:focus-visible {
	border-color: var(--se-border-violet);
	color: var(--se-heading);
}

.se-royalties-hero .se-hero__proofs {
	margin: 36px 0 0 !important;
	padding: 24px 0 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	border-top: 1px solid var(--se-border-subtle);
}

.se-royalties-hero .se-hero__proofs p {
	margin: 0 !important;
	font-family: var(--se-font-mono);
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--se-muted);
}

.se-royalty-control {
	width: 100%;
	min-width: 0;
	padding: clamp(18px, 1.6vw, 24px);
	background: var(--se-surface-card, #0f0f17);
	border: 1px solid var(--se-border, rgba(255, 255, 255, 0.1));
	border-radius: 16px;
	box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.9);
	color: var(--se-body, #a5a2b0);
	font-family: var(--se-font-body, "Space Grotesk", sans-serif);
	line-height: 1.7;
}

.se-rc__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.se-rc__label,
.se-rc__caption,
.se-rc__platform-status {
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	text-transform: uppercase;
}

.se-rc__label {
	font-size: 10px;
	line-height: 1.7;
	letter-spacing: 0.14em;
	color: var(--se-muted, #7c7987);
}

.se-rc__period {
	margin-top: 6px;
	font-family: var(--se-font-display, "Archivo", sans-serif);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.7;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--se-heading, #f0eeff);
}

.se-rc__badge {
	padding: 4px 10px;
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--se-border-violet, rgba(124, 58, 237, 0.45));
	border-radius: 4px;
	background: rgba(124, 58, 237, 0.14);
	color: var(--se-violet-light, #c4b5fd);
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 9px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
}

.se-rc__plans {
	width: fit-content;
	margin-top: 20px;
	padding: 4px;
	display: flex;
	gap: 6px;
	background: rgba(255, 255, 255, 0.035);
	border-radius: 999px;
}

.se-rc__plan {
	min-height: auto !important;
	padding: 9px 16px !important;
	border: 1px solid transparent !important;
	border-radius: 999px;
	background: transparent !important;
	color: var(--se-muted, #7c7987) !important;
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 11px !important;
	font-weight: 400 !important;
	line-height: normal !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.se-rc__plan.is-active {
	border-color: var(--se-border-lime, rgba(170, 255, 0, 0.35)) !important;
	background: rgba(170, 255, 0, 0.12) !important;
	color: var(--se-lime, #aaff00) !important;
}

.se-rc__plan:focus-visible {
	outline: 2px solid var(--se-lime, #aaff00);
	outline-offset: 2px;
}

.se-rc__stats {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
	gap: 12px;
}

.se-rc__stat {
	min-width: 0;
	padding: 16px;
	background: var(--se-surface-inset, rgba(255, 255, 255, 0.03));
	border: 1px solid var(--se-border-subtle, rgba(255, 255, 255, 0.06));
	border-radius: 8px;
}

.se-rc__stat--keep {
	border-color: var(--se-border-lime, rgba(170, 255, 0, 0.35));
}

.se-rc__amount {
	margin-top: 8px;
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.03em;
	color: var(--se-heading, #f0eeff);
	white-space: nowrap;
}

.se-rc__keep-rate,
.se-rc__keep-value {
	color: var(--se-lime, #aaff00);
}

.se-rc__track {
	height: 8px;
	margin-top: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.035);
	border-radius: 999px;
}

.se-rc__track span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #7c3aed 0%, #aaff00 100%);
	transition: width 240ms ease;
}

.se-rc__caption {
	margin-top: 8px;
	font-size: 10px;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: var(--se-dim, #5a5766);
}

.se-rc__platforms {
	margin-top: 20px;
	padding-top: 4px;
	border-top: 1px solid var(--se-border-subtle, rgba(255, 255, 255, 0.06));
}

.se-rc__platform-row {
	padding: 11px 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	border-bottom: 1px solid var(--se-border-subtle, rgba(255, 255, 255, 0.06));
}

.se-rc__platform-row:last-child {
	border-bottom: 0;
}

.se-rc__platform-main {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.se-rc__platform-dot {
	width: 6px;
	height: 6px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--se-platform-color);
}

.se-rc__platform-name {
	overflow: hidden;
	color: #d8d5e4;
	font-size: 14px;
	line-height: 1.7;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.se-rc__platform-status {
	color: var(--se-dim, #5a5766);
	font-size: 10px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.se-rc__platform-row strong {
	color: var(--se-heading, #f0eeff);
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
}

.se-collection-section,
.se-plan-economics-intro {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(72px, 8vw, 102.4px) 24px;
	background: var(--se-hero-bg);
}

.se-plan-economics-intro {
	padding: clamp(72px, 8vw, 115.2px) 24px;
	background: #080810;
}

.se-collection-section *,
.se-collection-section *::before,
.se-collection-section *::after,
.se-plan-economics-intro *,
.se-plan-economics-intro *::before,
.se-plan-economics-intro *::after {
	box-sizing: border-box;
}

.se-collection-section > .se-section__inner,
.se-plan-economics-intro > .se-section__inner {
	width: 100%;
	max-width: 1160px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.se-collection-section > .se-section__inner > *,
.se-plan-economics-intro > .se-section__inner > * {
	max-width: none !important;
}

.se-collection-section .se-section__intro {
	width: 100%;
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(32px, 3vw, 38.4px) !important;
	align-items: end;
}

.se-collection-section .se-section__intro > .wp-block-column {
	min-width: 0;
	margin: 0 !important;
}

.se-section-eyebrow {
	margin: 0 !important;
	font-family: var(--se-font-mono) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.7 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase;
	color: var(--se-lime) !important;
}

.se-section-title {
	margin: 14px 0 0 !important;
	font-family: var(--se-font-display) !important;
	font-size: clamp(29px, 4.6vw, 58.88px) !important;
	font-weight: 900 !important;
	line-height: 0.98 !important;
	letter-spacing: -0.02em !important;
	text-transform: uppercase;
	text-wrap: balance;
	color: var(--se-heading) !important;
}

.se-collection-section .se-collection-break {
	display: block;
}

.se-collection-section .se-collection-break + br {
	display: none;
}

.se-section-gradient {
	background: linear-gradient(90deg, #7c3aed 0%, #aaff00 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.se-section-copy {
	margin: 0 !important;
	font-family: var(--se-font-body) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
	color: var(--se-body) !important;
}

.se-plan-economics-intro .se-section__intro {
	width: min(760px, 100%);
	margin: 0 !important;
}

.se-plan-economics-intro .se-section__intro > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.se-plan-economics-intro .se-section-copy {
	max-width: 58ch;
	margin-top: 20px !important;
}

.se-revenue-flows {
	width: 100%;
	min-width: 0;
	margin-top: clamp(32px, 3.5vw, 44.8px) !important;
	margin-block-start: clamp(32px, 3.5vw, 44.8px) !important;
	padding: clamp(18px, 2vw, 25.6px);
	background: var(--se-surface-card, #0f0f17);
	border: 1px solid var(--se-border-subtle, rgba(255, 255, 255, 0.06));
	border-radius: 16px;
	color: var(--se-body, #a5a2b0);
	font-family: var(--se-font-body, "Space Grotesk", sans-serif);
}

.se-rf__heading-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.se-rf__flow-title,
.se-rf__plan-note,
.se-rf__label,
.se-rf__example-note,
.se-rf__badge,
.se-rf__card-title {
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	text-transform: uppercase;
}

.se-rf__flow-title {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.14em;
}

.se-rf__flow-title--master {
	color: var(--se-lime, #aaff00);
}

.se-rf__flow-title--content-id {
	color: var(--se-violet-light, #c4b5fd);
}

.se-rf__plan-note {
	font-size: 9px;
	line-height: 1.7;
	letter-spacing: 0.14em;
	color: var(--se-dim, #5a5766);
}

.se-rf__badge {
	padding: 4px 10px;
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--se-border-violet, rgba(124, 58, 237, 0.45));
	border-radius: 4px;
	background: rgba(124, 58, 237, 0.14);
	color: var(--se-violet-light, #c4b5fd);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.se-rf__flow {
	width: 100%;
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1.25fr 64px 0.85fr 64px 1fr;
	align-items: center;
}

.se-rf__card {
	min-width: 0;
	padding: 16px;
	background: var(--se-surface-inset, rgba(255, 255, 255, 0.03));
	border: 1px solid var(--se-border-subtle, rgba(255, 255, 255, 0.06));
	border-radius: 12px;
}

.se-rf__platform-card {
	min-height: 180px;
}

.se-rf__card--center {
	text-align: center;
}

.se-rf__balance-card {
	min-height: 116px;
	border-color: var(--se-border-lime, rgba(170, 255, 0, 0.35));
}

.se-rf__content-card {
	border-color: var(--se-border-violet, rgba(124, 58, 237, 0.45));
}

.se-rf__content-card p {
	max-width: 235px;
}

.se-rf__label,
.se-rf__example-note {
	font-size: 10px;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: var(--se-muted, #7c7987);
}

.se-rf__example-note {
	margin-top: 4px;
	color: var(--se-dim, #5a5766);
}

.se-rf__card-title {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: var(--se-heading, #f0eeff);
}

.se-rf__card p {
	margin: 6px 0 0 !important;
	font-size: 13px;
	line-height: 1.7;
	color: var(--se-muted, #7c7987);
}

.se-rf__flow--content-id .se-rf__card:not(.se-rf__card--center) p {
	color: var(--se-heading, #f0eeff);
}

.se-rf__balance {
	margin-top: 4px;
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: -0.02em;
	color: var(--se-lime, #aaff00);
}

.se-rf__platform-chips {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.se-rf__platform-chips--compact,
.se-rf__mobile-only {
	display: none;
}

.se-rf__chip {
	min-height: 34px;
	padding: 7px 12px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--se-border-subtle, rgba(255, 255, 255, 0.06));
	border-radius: 999px;
	font-size: 13px;
	line-height: 1.4;
	color: #d8d5e4;
}

.se-rf__chip i {
	width: 6px;
	height: 6px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--se-chip-color);
}

.se-rf__connector {
	position: relative;
	height: 100%;
	min-height: 80px;
}

.se-rf__connector::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	background: currentColor;
	opacity: 0.45;
}

.se-rf__connector::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 14px currentColor;
	animation: se-rf-pulse-x 1.8s ease-in-out infinite;
}

.se-rf__flow .se-rf__connector:nth-of-type(4)::after {
	animation-delay: -0.9s;
}

@keyframes se-rf-pulse-x {
	0% {
		left: 0;
		opacity: 0.3;
	}

	50% {
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0.3;
	}
}

@keyframes se-rf-pulse-y {
	0% {
		top: 0;
		opacity: 0.3;
	}

	50% {
		opacity: 1;
	}

	100% {
		top: 100%;
		opacity: 0.3;
	}
}

@keyframes se-rf-arrow-y {
	0%,
	100% {
		transform: translateY(-2px);
		opacity: 0.55;
	}

	50% {
		transform: translateY(3px);
		opacity: 1;
	}
}

.se-rf__connector--lime {
	color: var(--se-lime, #aaff00);
}

.se-rf__connector--violet {
	color: #a78bfa;
}

.se-rf__connector span {
	display: none;
}

.se-rf__divider {
	margin: 29px 0 24px;
	border-top: 1px dashed rgba(124, 58, 237, 0.65);
}

.se-rf__flow--content-id {
	margin-top: 18px;
}

.se-plan-calculator {
	width: 100%;
	min-width: 0;
	margin-top: clamp(36px, 3.5vw, 44.8px) !important;
	color: var(--se-body, #a5a2b0);
	font-family: var(--se-font-body, "Space Grotesk", sans-serif);
}

.se-plan-calculator *,
.se-plan-calculator *::before,
.se-plan-calculator *::after {
	box-sizing: border-box;
}

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

.se-pe__card {
	min-width: 0;
	padding: 24px;
	background: var(--se-surface-card, #0f0f17);
	border: 1px solid var(--se-border-subtle, rgba(255, 255, 255, 0.06));
	border-radius: 16px;
}

.se-pe__controls {
	min-height: 615px;
	padding: 28px;
	display: flex;
	flex-direction: column;
}

.se-pe__value-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.se-pe__kicker,
.se-pe__chart-title,
.se-pe__scale,
.se-pe__fee-year,
.se-pe__legend,
.se-pe__bar-column span,
.se-pe__verdict-title {
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	text-transform: uppercase;
}

.se-pe__kicker,
.se-pe__chart-title {
	font-size: 9px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.14em;
	color: var(--se-muted, #7c7987);
}

.se-pe__monthly {
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: var(--se-heading, #f0eeff);
}

.se-pe__slider {
	position: relative;
	height: 28px;
	margin-top: 18px;
	display: flex;
	align-items: center;
	cursor: pointer;
	touch-action: none;
	user-select: none;
}

.se-pe__slider:focus-visible {
	outline: 2px solid var(--se-violet-light, #c4b5fd);
	outline-offset: 4px;
	border-radius: 6px;
}

.se-pe__slider-rail {
	width: 100%;
	height: 6px;
	overflow: hidden;
	background: #1b1b25;
	border-radius: 999px;
}

.se-pe__slider-rail span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #7c3aed 0%, #aaff00 100%);
}

.se-pe__slider > i {
	position: absolute;
	top: 4px;
	width: 20px;
	height: 20px;
	transform: translateX(-50%);
	background: var(--se-lime, #aaff00);
	border: 3px solid #080810;
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(170, 255, 0, 0.55);
}

.se-pe__scale {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-size: 8px;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: var(--se-dim, #5a5766);
}

.se-pe__compare {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.se-pe__mode-buttons {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.se-pe__mode-buttons button {
	min-height: 28px !important;
	padding: 6px 11px !important;
	border: 1px solid var(--se-border, rgba(255, 255, 255, 0.1)) !important;
	border-radius: 4px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	box-shadow: none !important;
	color: var(--se-body, #a5a2b0) !important;
	font-family: var(--se-font-mono, "JetBrains Mono", monospace) !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0.04em !important;
	text-transform: none !important;
	cursor: pointer;
}

.se-pe__mode-buttons button.is-active {
	border-color: var(--se-border-violet, rgba(124, 58, 237, 0.45)) !important;
	background: rgba(124, 58, 237, 0.18) !important;
	color: var(--se-heading, #f0eeff) !important;
}

.se-pe__mode-buttons button:focus-visible {
	outline: 2px solid var(--se-violet-light, #c4b5fd);
	outline-offset: 2px;
}

.se-pe__rate-line {
	margin-top: 8px;
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 13px;
	line-height: 1.5;
}

.se-pe__rate-line span {
	color: var(--se-violet-light, #c4b5fd);
}

.se-pe__rate-line i {
	color: var(--se-dim, #5a5766);
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
}

.se-pe__rate-line strong {
	color: var(--se-lime, #aaff00);
	font-weight: 500;
}

.se-pe__fee-year {
	margin-top: 3px;
	font-size: 8px;
	line-height: 1.7;
	letter-spacing: 0.1em;
	color: var(--se-dim, #5a5766);
}

.se-pe__chart-title {
	margin-top: 22px;
	text-align: right;
}

.se-pe__chart {
	position: relative;
	min-height: 277px;
	margin-top: 6px;
	overflow: hidden;
}

.se-pe__chart svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.se-pe__gridline,
.se-pe__axis,
.se-pe__free-line,
.se-pe__flat-line,
.se-pe__current-line {
	vector-effect: non-scaling-stroke;
}

.se-pe__gridline {
	stroke: rgba(255, 255, 255, 0.04);
	stroke-width: 1;
}

.se-pe__axis {
	stroke: rgba(255, 255, 255, 0.1);
	stroke-width: 1;
}

.se-pe__free-line {
	stroke: #7c3aed;
	stroke-width: 2;
}

.se-pe__savings-area {
	fill: rgba(170, 255, 0, 0.1);
	pointer-events: none;
	transition: fill 160ms ease;
}

.se-pe__savings-area.is-free-winner {
	fill: rgba(124, 58, 237, 0.12);
}

.se-pe__flat-line {
	stroke: var(--se-lime, #aaff00);
	stroke-width: 2;
}

.se-pe__current-line {
	stroke: rgba(170, 255, 0, 0.35);
	stroke-width: 1;
}

.se-pe__free-dot {
	fill: #7c3aed;
}

.se-pe__flat-dot {
	fill: var(--se-lime, #aaff00);
}

.se-pe__break-even {
	position: absolute;
	top: 0;
	bottom: 6%;
	z-index: 1;
	border-left: 1px dashed rgba(196, 181, 253, 0.35);
	pointer-events: none;
}

.se-pe__break-even span {
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 5px;
	transform: translateX(-50%);
	background: var(--se-surface-card, #0f0f17);
	color: var(--se-muted, #7c7987);
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 7px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.se-pe__legend {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	font-size: 8px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: var(--se-muted, #7c7987);
}

.se-pe__legend span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.se-pe__legend i {
	width: 12px;
	height: 2px;
	flex: 0 0 auto;
}

.se-pe__legend-violet {
	background: #7c3aed;
}

.se-pe__legend-lime {
	background: var(--se-lime, #aaff00);
}

.se-pe__legend b,
.se-pe__bar-column b,
.se-pe__cost-row b {
	font: inherit;
}

.se-pe__right-column {
	min-width: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	gap: 16px;
}

.se-pe__summary {
	min-height: 318px;
}

.se-pe__cost-row {
	margin-top: 16px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
	font-size: 13px;
	line-height: 1.7;
	color: var(--se-body, #a5a2b0);
}

.se-pe__cost-row strong {
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 14px;
	font-weight: 400;
	color: var(--se-violet-light, #c4b5fd);
	white-space: nowrap;
}

.se-pe__lime {
	color: var(--se-lime, #aaff00) !important;
}

.se-pe__verdict {
	margin-top: 16px;
	padding: 14px;
	background: rgba(170, 255, 0, 0.05);
	border: 1px solid var(--se-border-lime, rgba(170, 255, 0, 0.35));
	border-radius: 8px;
}

.se-pe__verdict-title {
	font-size: 8px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.12em;
	color: var(--se-lime, #aaff00);
}

.se-pe__verdict p {
	margin: 5px 0 0 !important;
	font-size: 12px;
	line-height: 1.7;
	color: var(--se-heading, #f0eeff);
}

.se-pe__helper {
	margin: 12px 0 0 !important;
	font-size: 11px;
	line-height: 1.7;
	color: var(--se-dim, #5a5766);
}

.se-pe__helper a {
	color: var(--se-muted, #7c7987);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.se-pe__bars {
	min-height: 280px;
	display: flex;
	flex-direction: column;
}

.se-pe__bars-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.se-pe__bars-head .se-pe__kicker:last-child {
	text-align: right;
}

.se-pe__bar-chart {
	min-height: 190px;
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: end;
}

.se-pe__bar-column {
	height: 100%;
	min-width: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	align-items: end;
	text-align: center;
}

.se-pe__bar-column strong {
	margin-bottom: 6px;
	font-family: var(--se-font-mono, "JetBrains Mono", monospace);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--se-violet-light, #c4b5fd);
}

.se-pe__bar {
	width: 100%;
	min-height: 8px;
	align-self: end;
	border-radius: 4px 4px 0 0;
	transition: height 220ms ease;
}

.se-pe__bar--free {
	background: linear-gradient(180deg, #aaff00 0%, rgba(196, 181, 253, 0.66) 58%, #7c3aed 100%);
}

.se-pe__bar--plan {
	background: var(--se-lime, #aaff00);
}

.se-pe__bar-column span {
	min-height: 30px;
	padding-top: 7px;
	font-size: 8px;
	line-height: 1.45;
	letter-spacing: 0.07em;
	color: var(--se-muted, #7c7987);
}

@media (max-width: 900px) {
	.se-pe__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.se-pe__controls {
		min-height: 0;
	}

	.se-pe__right-column {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: none;
	}

	.se-pe__summary,
	.se-pe__bars {
		min-height: 0;
	}

	.se-revenue-flows {
		padding: 18px;
	}

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

	.se-rf__platform-card,
	.se-rf__balance-card {
		min-height: 0;
	}

	.se-rf__card {
		padding: 14px;
	}

	.se-rf__card p {
		font-size: 12px;
	}

	.se-rf__content-card p {
		max-width: none;
	}

	.se-rf__example-note {
		display: none;
	}

	.se-rf__platform-chips--full {
		display: none;
	}

	.se-rf__platform-chips--compact {
		display: flex;
	}

	.se-rf__connector {
		width: 2px;
		height: 34px;
		min-height: 34px;
		margin: 0 auto;
	}

	.se-rf__connector::before {
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		transform: translateX(-50%);
	}

	.se-rf__connector::after {
		display: block;
		top: 0;
		left: 50%;
		animation-name: se-rf-pulse-y;
	}

	.se-rf__flow--content-id {
		gap: 8px;
	}

	.se-rf__divider {
		margin: 12px 0 11px;
	}

	.se-rf__heading-row--content-id {
		min-height: 45.8px;
	}

	.se-rf__flow--content-id .se-rf__connector {
		width: 100%;
		height: 24px;
		min-height: 24px;
		color: #a78bfa;
		text-align: center;
	}

	.se-rf__flow--content-id .se-rf__connector::before,
	.se-rf__flow--content-id .se-rf__connector::after {
		display: none;
	}

	.se-rf__flow--content-id .se-rf__connector span {
		display: block;
		font-size: 18px;
		line-height: 24px;
		animation: se-rf-arrow-y 1.25s ease-in-out infinite;
	}

	.se-rf__desktop-only {
		display: none !important;
	}

	.se-rf__mobile-only {
		display: block;
	}

	.se-rf__flow--content-id .se-rf__card p {
		margin: 0 !important;
		color: var(--se-heading, #f0eeff);
	}
}

@media (max-width: 520px) {
	.se-collection-section .se-section__intro {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px !important;
	}

	.se-collection-section .se-collection-break {
		display: inline;
	}

	.se-collection-section .se-collection-break + br {
		display: block;
	}

	.se-collection-section,
	.se-plan-economics-intro {
		padding-left: 24px;
		padding-right: 24px;
	}

	.se-rf__badge {
		font-size: 9px;
	}

	.se-rf__heading-row--content-id {
		min-height: 76.5px;
	}

	.se-rf__chip {
		font-size: 12px;
	}

	.se-plan-calculator {
		margin-top: 32px !important;
	}

	.se-pe__card,
	.se-pe__controls {
		padding: 18px;
		border-radius: 12px;
	}

	.se-pe__compare {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.se-pe__chart {
		min-height: 220px;
	}

	.se-pe__chart-title {
		text-align: left;
	}

	.se-pe__cost-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 4px;
	}

	.se-pe__cost-row strong {
		white-space: normal;
	}

	.se-pe__bars-head {
		gap: 10px;
	}

	.se-pe__bars-head .se-pe__kicker:last-child {
		text-align: right;
	}

	.se-pe__break-even span {
		transform: translateX(-20%);
	}

	.se-pe__bar-chart {
		min-height: 180px;
		gap: 14px;
	}

	.se-pe__legend {
		flex-direction: column;
	}
}

@media (min-width: 1101px) {
	.se-royalties-hero .se-break-desktop {
		display: block;
	}
}

@media (max-width: 1100px) {
	.se-royalties-hero {
		min-height: auto;
	}

	.se-royalties-hero .se-gradient-text {
		display: block;
	}
}

@media (max-width: 520px) {
	.se-royalties-hero {
		padding: 86px 24px 72px;
	}

	.se-royalties-hero .se-hero__title {
		letter-spacing: -0.015em !important;
	}

	.se-royalties-hero .se-break-phone {
		display: block;
	}

	.se-royalties-hero .se-break-phone + br {
		display: none;
	}

	.se-royalties-hero .se-rc__header > div:first-child {
		width: 220px;
		max-width: 100%;
	}

	.se-rc__platform-main {
		gap: 7px;
	}

	.se-rc__platform-status {
		font-size: 8px;
		letter-spacing: 0.06em;
	}

	.se-rc__platform-row strong {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.se-royalties-hero *,
	.se-royalties-hero *::before,
	.se-royalties-hero *::after,
	.se-collection-section *,
	.se-collection-section *::before,
	.se-collection-section *::after,
	.se-plan-economics-intro *,
	.se-plan-economics-intro *::before,
	.se-plan-economics-intro *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
