:root {
	--rcstp-bg: #060606;
	--rcstp-panel: #101010;
	--rcstp-panel-2: #151515;
	--rcstp-text: #f7f2e9;
	--rcstp-muted: #aaa49a;
	--rcstp-gold: #e4b95f;
	--rcstp-gold-light: #f7dc98;
	--rcstp-line: rgba(255,255,255,.13);
	--rcstp-danger: #ff8c8c;
	--rcstp-radius: 28px;
}

.rcstp,
.rcstp * {
	box-sizing: border-box;
}

.rcstp {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	min-height: 80vh;
	margin-left: -50vw;
	overflow-x: hidden;
	background:
		radial-gradient(circle at 8% 7%, rgba(228,185,95,.11), transparent 27%),
		radial-gradient(circle at 93% 92%, rgba(228,185,95,.07), transparent 26%),
		var(--rcstp-bg);
	color: var(--rcstp-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
}

.rcstp a {
	color: inherit;
	text-decoration: none;
}

.rcstp img {
	display: block;
	max-width: 100%;
}

.rcstp-shell {
	width: min(1240px, calc(100% - 36px));
	margin: 0 auto;
	padding: 64px 0;
}

.rcstp-kicker {
	margin: 0 0 16px;
	color: var(--rcstp-gold-light);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .21em;
	text-transform: uppercase;
}

.rcstp h1,
.rcstp h2,
.rcstp h3,
.rcstp p {
	margin-top: 0;
}

.rcstp h1,
.rcstp h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -.045em;
}

.rcstp h1 {
	margin-bottom: 20px;
	font-size: clamp(48px, 6vw, 82px);
	line-height: .96;
}

.rcstp h2 {
	margin-bottom: 16px;
	font-size: clamp(34px, 4.5vw, 56px);
	line-height: 1;
}

.rcstp h3 {
	font-size: 22px;
	line-height: 1.2;
}

.rcstp-lead {
	max-width: 620px;
	margin-bottom: 30px;
	color: #cbc5bb;
	font-size: 17px;
}

.rcstp-auth-card {
	min-height: 720px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
	overflow: hidden;
	border: 1px solid var(--rcstp-line);
	border-radius: 34px;
	background: linear-gradient(145deg, #151515, #0d0d0d);
	box-shadow: 0 34px 110px rgba(0,0,0,.52);
}

.rcstp-auth-card--compact {
	min-height: 620px;
}

.rcstp-auth-art {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	background: #0a0a0a;
}

.rcstp-auth-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rcstp-auth-art__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 60%, rgba(13,13,13,.96)),
		linear-gradient(0deg, rgba(0,0,0,.7), transparent 42%);
}

.rcstp-auth-art__copy {
	position: absolute;
	left: 38px;
	right: 38px;
	bottom: 38px;
	z-index: 2;
}

.rcstp-auth-art__copy span,
.rcstp-auth-art__copy strong {
	display: block;
}

.rcstp-auth-art__copy span {
	margin-bottom: 6px;
	color: var(--rcstp-gold-light);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .22em;
}

.rcstp-auth-art__copy strong {
	max-width: 430px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 500;
}

.rcstp-auth-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5.4vw, 70px);
}

.rcstp-form {
	display: grid;
	gap: 18px;
}

.rcstp-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.rcstp-field label {
	display: block;
	margin-bottom: 8px;
	color: #eee8de;
	font-size: 13px;
	font-weight: 800;
}

.rcstp-field input,
.rcstp-field textarea {
	width: 100%;
	min-height: 54px;
	border: 1px solid var(--rcstp-line);
	border-radius: 14px;
	outline: none;
	background: #090909;
	color: #fff;
	padding: 12px 15px;
	font: inherit;
	resize: vertical;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.rcstp-field input:focus,
.rcstp-field textarea:focus {
	border-color: var(--rcstp-gold);
	box-shadow: 0 0 0 3px rgba(228,185,95,.12);
}

.rcstp-field input:disabled {
	color: #908a81;
	background: #0d0d0d;
}

.rcstp-field small {
	display: block;
	margin-top: 7px;
	color: var(--rcstp-muted);
	font-size: 12px;
}

.rcstp-password {
	position: relative;
}

.rcstp-password input {
	padding-right: 76px;
}

.rcstp-password-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: var(--rcstp-gold-light);
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.rcstp-check {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	color: var(--rcstp-muted);
	font-size: 13px;
	cursor: pointer;
}

.rcstp-check--compact {
	align-items: center;
}

.rcstp-check input {
	width: 17px;
	height: 17px;
	margin-top: 2px;
	accent-color: var(--rcstp-gold);
}

.rcstp-check a,
.rcstp-auth-switch a,
.rcstp-login-options a {
	color: var(--rcstp-gold-light);
	font-weight: 800;
}

.rcstp-login-options {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	font-size: 13px;
}

.rcstp-btn {
	min-height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.rcstp-btn:hover,
.rcstp-btn:focus-visible {
	transform: translateY(-2px);
}

.rcstp-btn--gold {
	background: var(--rcstp-gold);
	color: #111 !important;
}

.rcstp-btn--gold:hover,
.rcstp-btn--gold:focus-visible {
	background: var(--rcstp-gold-light);
}

.rcstp-btn--full {
	width: 100%;
}

.rcstp-auth-switch {
	margin: 22px 0 0;
	color: var(--rcstp-muted);
	font-size: 14px;
	text-align: center;
}

.rcstp-message {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 13px;
	font-size: 14px;
}

.rcstp-message--success {
	border: 1px solid rgba(126,209,141,.4);
	background: rgba(80,180,100,.08);
	color: #c9f2d1;
}

.rcstp-message--error {
	border: 1px solid rgba(255,123,123,.42);
	background: rgba(255,90,90,.08);
	color: #ffd3d3;
}

.rcstp-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.rcstp-gate {
	max-width: 900px;
	margin: 60px auto;
	padding: clamp(42px, 8vw, 90px);
	border: 1px solid var(--rcstp-line);
	border-radius: 32px;
	background: linear-gradient(145deg, #171717, #0d0d0d);
	box-shadow: 0 30px 100px rgba(0,0,0,.45);
}

.rcstp-gate p:not(.rcstp-kicker) {
	max-width: 660px;
	color: var(--rcstp-muted);
	font-size: 18px;
}

.rcstp-account {
	display: grid;
	grid-template-columns: 285px minmax(0, 1fr);
	min-height: 790px;
	overflow: hidden;
	border: 1px solid var(--rcstp-line);
	border-radius: 32px;
	background: #0b0b0b;
	box-shadow: 0 34px 110px rgba(0,0,0,.46);
}

.rcstp-sidebar {
	display: flex;
	flex-direction: column;
	padding: 28px 20px;
	border-right: 1px solid var(--rcstp-line);
	background:
		linear-gradient(180deg, rgba(228,185,95,.06), transparent 34%),
		#0e0e0e;
}

.rcstp-brandmark {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 4px 8px 28px;
	border-bottom: 1px solid var(--rcstp-line);
}

.rcstp-brandmark > span {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(228,185,95,.65);
	border-radius: 50%;
	color: var(--rcstp-gold-light);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
}

.rcstp-brandmark strong,
.rcstp-brandmark small {
	display: block;
}

.rcstp-brandmark strong {
	font-size: 13px;
	letter-spacing: .12em;
}

.rcstp-brandmark small {
	margin-top: 2px;
	color: var(--rcstp-muted);
	font-size: 10px;
	letter-spacing: .18em;
}

.rcstp-member-card {
	display: grid;
	justify-items: center;
	padding: 30px 10px 24px;
	text-align: center;
}

.rcstp-avatar {
	width: 82px;
	height: 82px;
	margin-bottom: 12px;
	border: 2px solid rgba(228,185,95,.68);
	border-radius: 50%;
	object-fit: cover;
	background: #191919;
}

.rcstp-member-card strong {
	font-size: 15px;
}

.rcstp-member-card span {
	color: var(--rcstp-muted);
	font-size: 11px;
}

.rcstp-nav {
	display: grid;
	gap: 7px;
}

.rcstp-nav-link {
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 10px;
	align-items: center;
	padding: 12px 13px;
	border-radius: 12px;
	color: #b9b2a8 !important;
	font-size: 13px;
}

.rcstp-nav-link span {
	color: var(--rcstp-gold);
	text-align: center;
}

.rcstp-nav-link:hover,
.rcstp-nav-link.is-active {
	background: rgba(228,185,95,.11);
	color: #fff !important;
}

.rcstp-logout-form {
	margin-top: auto;
	padding: 22px 8px 0;
}

.rcstp-logout-form button {
	width: 100%;
	padding: 12px;
	border: 1px solid var(--rcstp-line);
	border-radius: 12px;
	background: transparent;
	color: #a9a29a;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.rcstp-account-main {
	min-width: 0;
	padding: clamp(28px, 5vw, 62px);
	background:
		radial-gradient(circle at 88% 7%, rgba(228,185,95,.07), transparent 24%),
		#090909;
}

.rcstp-dashboard-header {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: flex-start;
	margin-bottom: 40px;
}

.rcstp-dashboard-header h1 {
	font-size: clamp(48px, 6vw, 74px);
}

.rcstp-dashboard-header > div > p:not(.rcstp-kicker) {
	max-width: 700px;
	color: var(--rcstp-muted);
	font-size: 17px;
}

.rcstp-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 10px 14px;
	border: 1px solid rgba(228,185,95,.25);
	border-radius: 999px;
	background: rgba(228,185,95,.06);
	color: #d5cdbf;
	font-size: 12px;
	white-space: nowrap;
}

.rcstp-status-pill span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7ed18d;
	box-shadow: 0 0 12px rgba(126,209,141,.55);
}

.rcstp-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 52px;
}

.rcstp-stats > div {
	padding: 20px;
	border: 1px solid var(--rcstp-line);
	border-radius: 16px;
	background: rgba(255,255,255,.025);
}

.rcstp-stats span,
.rcstp-stats strong {
	display: block;
}

.rcstp-stats span {
	margin-bottom: 7px;
	color: var(--rcstp-muted);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .09em;
}

.rcstp-stats strong {
	color: var(--rcstp-gold-light);
	font-size: 16px;
}

.rcstp-dashboard-section {
	margin-top: 42px;
}

.rcstp-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
}

.rcstp-section-heading h2 {
	font-size: clamp(34px, 4vw, 50px);
}

.rcstp-section-heading > a {
	color: var(--rcstp-gold-light);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.rcstp-update-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.rcstp-update-card {
	overflow: hidden;
	border: 1px solid var(--rcstp-line);
	border-radius: 20px;
	background: var(--rcstp-panel);
}

.rcstp-update-card__image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #151515;
}

.rcstp-update-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rcstp-update-card__body {
	padding: 22px;
}

.rcstp-update-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 12px;
	color: var(--rcstp-muted);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
}

.rcstp-update-card__meta span {
	color: var(--rcstp-gold-light);
}

.rcstp-update-card h3 {
	margin-bottom: 11px;
	color: #fff;
}

.rcstp-update-card p {
	color: var(--rcstp-muted);
	font-size: 14px;
}

.rcstp-card-link {
	display: inline-block;
	margin-top: 8px;
	color: var(--rcstp-gold-light) !important;
	font-size: 13px;
	font-weight: 900;
}

.rcstp-update-details {
	margin-top: 15px;
	border-top: 1px solid var(--rcstp-line);
	padding-top: 13px;
}

.rcstp-update-details summary {
	color: var(--rcstp-gold-light);
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.rcstp-update-content {
	padding-top: 16px;
	color: #d4cec4;
	font-size: 14px;
}

.rcstp-update-content img,
.rcstp-update-content video,
.rcstp-update-content iframe {
	max-width: 100%;
	height: auto;
}

.rcstp-topic-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}

.rcstp-topic-filter a {
	padding: 9px 14px;
	border: 1px solid var(--rcstp-line);
	border-radius: 999px;
	color: #bdb5aa;
	font-size: 12px;
	font-weight: 800;
}

.rcstp-topic-filter a.is-active,
.rcstp-topic-filter a:hover {
	border-color: var(--rcstp-gold);
	background: var(--rcstp-gold);
	color: #111;
}

.rcstp-empty {
	display: grid;
	gap: 6px;
	padding: 30px;
	border: 1px dashed rgba(228,185,95,.36);
	border-radius: 18px;
	background: rgba(228,185,95,.035);
}

.rcstp-empty strong {
	color: #eee6d7;
}

.rcstp-empty span {
	color: var(--rcstp-muted);
	font-size: 14px;
}

.rcstp-profile-form {
	max-width: 720px;
	display: grid;
	gap: 20px;
	padding: 28px;
	border: 1px solid var(--rcstp-line);
	border-radius: 22px;
	background: var(--rcstp-panel);
}

.rcstp-profile-photo {
	display: flex;
	gap: 22px;
	align-items: center;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--rcstp-line);
}

.rcstp-profile-photo .rcstp-avatar {
	width: 132px;
	height: 132px;
	margin: 0;
}

.rcstp-profile-photo__controls {
	min-width: 0;
	flex: 1 1 320px;
}

.rcstp-profile-photo__controls > label {
	display: block;
	margin-bottom: 9px;
	color: #eee8de;
	font-size: 13px;
	font-weight: 800;
}

.rcstp-file-input {
	display: block !important;
	position: static !important;
	left: auto !important;
	width: 100% !important;
	max-width: 430px;
	min-height: 48px;
	padding: 5px;
	border: 1px solid var(--rcstp-line);
	border-radius: 14px;
	background: #090909;
	color: #c6bfb4;
	font: inherit;
	font-size: 12px;
	cursor: pointer;
}

.rcstp-file-input::file-selector-button {
	min-height: 38px;
	margin-right: 10px;
	padding: 8px 14px;
	border: 1px solid rgba(228,185,95,.42);
	border-radius: 999px;
	background: rgba(228,185,95,.09);
	color: var(--rcstp-gold-light);
	font-weight: 900;
	cursor: pointer;
}

.rcstp-file-name {
	display: block;
	margin-top: 7px;
	color: var(--rcstp-muted);
	font-size: 11px;
}

.rcstp-profile-photo small {
	display: block;
	margin-top: 8px;
	color: var(--rcstp-muted);
	font-size: 11px;
}

.rcstp-downloads,
.rcstp-orders {
	display: grid;
	gap: 10px;
}

.rcstp-downloads a,
.rcstp-order {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--rcstp-line);
	border-radius: 15px;
	background: rgba(255,255,255,.025);
}

.rcstp-downloads a strong,
.rcstp-downloads a span,
.rcstp-order span,
.rcstp-order strong {
	display: block;
}

.rcstp-downloads a span,
.rcstp-order span {
	color: var(--rcstp-muted);
	font-size: 12px;
}

.rcstp-downloads a b {
	color: var(--rcstp-gold);
	font-size: 24px;
}

.rcstp-order > div:last-child {
	text-align: right;
}

@media (max-width: 980px) {
	.rcstp-auth-card {
		grid-template-columns: 1fr;
	}

	.rcstp-auth-art {
		min-height: 390px;
	}

	.rcstp-auth-art__veil {
		background: linear-gradient(0deg, rgba(13,13,13,.95), transparent 48%);
	}

	.rcstp-account {
		grid-template-columns: 1fr;
	}

	.rcstp-sidebar {
		border-right: 0;
		border-bottom: 1px solid var(--rcstp-line);
	}

	.rcstp-member-card {
		display: none;
	}

	.rcstp-nav {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin-top: 18px;
	}

	.rcstp-nav-link {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.rcstp-logout-form {
		margin-top: 18px;
		padding: 0;
	}

	.rcstp-logout-form button {
		width: auto;
	}

	.rcstp-update-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 650px) {
	.rcstp-shell {
		width: calc(100% - 20px);
		padding: 24px 0;
	}

	.rcstp-auth-card,
	.rcstp-account,
	.rcstp-gate {
		border-radius: 22px;
	}

	.rcstp-auth-art {
		min-height: 260px;
	}

	.rcstp-auth-art__copy {
		left: 22px;
		right: 22px;
		bottom: 22px;
	}

	.rcstp-auth-art__copy strong {
		font-size: 26px;
	}

	.rcstp-auth-panel {
		padding: 30px 20px 34px;
	}

	.rcstp h1 {
		font-size: clamp(46px, 14vw, 66px);
		overflow-wrap: anywhere;
	}

	.rcstp-form-row {
		grid-template-columns: 1fr;
	}

	.rcstp-login-options {
		align-items: flex-start;
		flex-direction: column;
	}

	.rcstp-sidebar {
		padding: 20px 12px;
	}

	.rcstp-brandmark {
		padding-bottom: 18px;
	}

	.rcstp-nav {
		grid-template-columns: repeat(4, 1fr);
		gap: 4px;
	}

	.rcstp-nav-link {
		padding: 10px 5px;
		font-size: 10px;
	}

	.rcstp-nav-link span {
		font-size: 16px;
	}

	.rcstp-account-main {
		padding: 28px 16px 40px;
	}

	.rcstp-dashboard-header {
		flex-direction: column;
	}

	.rcstp-status-pill {
		white-space: normal;
	}

	.rcstp-stats {
		grid-template-columns: 1fr;
	}

	.rcstp-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.rcstp-profile-form {
		padding: 20px 16px;
	}

	.rcstp-profile-photo {
		align-items: flex-start;
		flex-direction: column;
	}

	.rcstp-downloads a,
	.rcstp-order {
		align-items: flex-start;
		flex-direction: column;
	}

	.rcstp-order > div:last-child {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rcstp *,
	.rcstp *::before,
	.rcstp *::after {
		transition-duration: .01ms !important;
	}
}


/* v1.0.1 — keep Soul Trybe headings readable even when the site theme overrides heading colors. */
.rcstp .rcstp-account-main h1,
.rcstp .rcstp-account-main h2,
.rcstp .rcstp-account-main h3,
.rcstp .rcstp-auth-panel h1,
.rcstp .rcstp-gate h1,
.rcstp h1,
.rcstp h2,
.rcstp h3 {
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}
