/**
 * PlayRox Creator Program landing page — light theme.
 *
 * Standalone: the page renders its own document, so nothing here depends
 * on the theme stylesheet and nothing in the theme can override it.
 */

.pxc {
	--pxc-bg: #F7F8FC;
	--pxc-panel: #FFFFFF;
	--pxc-ink: #0E1330;
	--pxc-mut: #5B6280;
	--pxc-line: #E4E7F2;
	--pxc-field: #FAFBFE;
	--pxc-violet: #7C3AED;
	--pxc-blue: #2563EB;
	--pxc-max: 1600px;

	margin: 0;
	background: var( --pxc-bg );
	color: var( --pxc-ink );
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.pxc *,
.pxc *::before,
.pxc *::after {
	box-sizing: border-box;
}

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

.pxc img {
	max-width: 100%;
}

.pxc__in {
	width: 100%;
	max-width: var( --pxc-max );
	margin: 0 auto;
	padding: 0 40px;
}

/* ===== Nav ===== */

.pxc-nav {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba( 255, 255, 255, .88 );
	backdrop-filter: blur( 14px );
	-webkit-backdrop-filter: blur( 14px );
	border-bottom: 1px solid var( --pxc-line );
}

.pxc-nav__in {
	display: flex;
	align-items: center;
	gap: 24px;
	height: 84px;
}

.pxc-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
}

.pxc-brand img {
	max-height: 44px;
	width: auto;
	display: block;
}

.pxc-brand__mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient( 140deg, #4F46E5, #7C3AED );
	color: #fff;
	font-size: 23px;
	font-weight: 900;
}

.pxc-brand__txt b {
	display: block;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1.5px;
	line-height: 1.05;
}

.pxc-brand__txt i {
	display: block;
	font-style: normal;
	font-size: 8.5px;
	font-weight: 600;
	letter-spacing: 2.4px;
	color: var( --pxc-mut );
}

.pxc-nav__links {
	display: flex;
	align-items: center;
	gap: 34px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 500;
	color: #3A4160;
}

.pxc-nav__links a:hover {
	color: var( --pxc-violet );
}

.pxc-nav__links a.is-on {
	position: relative;
	font-weight: 700;
	color: var( --pxc-ink );
}

.pxc-nav__links a.is-on::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	height: 2.5px;
	border-radius: 2px;
	background: var( --pxc-violet );
}

.pxc-nav__right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pxc .pxc-cta,
.pxc a.pxc-cta {
	color: #fff;
}

.pxc-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 54px;
	padding: 0 28px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient( 100deg, #A855F7 0%, #6D28D9 48%, #2563EB 100% );
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba( 91, 60, 235, .32 );
	transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.pxc-cta:hover {
	transform: translateY( -2px );
	box-shadow: 0 16px 38px rgba( 91, 60, 235, .45 );
	filter: brightness( 1.05 );
}

/* ===== Hero ===== */

.pxc-hero {
	position: relative;
	padding: 30px 0 24px;
	overflow: hidden;
}

.pxc-hero::before {
	content: '';
	position: absolute;
	top: -220px;
	right: -160px;
	width: 720px;
	height: 620px;
	border-radius: 50%;
	background: radial-gradient( circle, rgba( 124, 58, 237, .12 ), transparent 68% );
	pointer-events: none;
}

.pxc-hero__in {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) 510px;
	gap: 20px;
	align-items: start;
}

.pxc-pill .pxl-ico,
.pxc-pill img {
	width: 17px;
	height: 17px;
	object-fit: contain;
	display: block;
}

.pxc-pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	height: 38px;
	padding: 0 18px;
	border-radius: 999px;
	background: #EEE9FE;
	color: #5B21B6;
	font-size: 14px;
	font-weight: 600;
}

.pxc-h1 {
	margin: 20px 0 0;
	font-size: clamp( 38px, 4.5vw, 68px );
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -2.4px;
}

.pxc-h1 em {
	font-style: normal;
	background: linear-gradient( 96deg, #2563EB, #7C3AED );
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.pxc-lede {
	margin: 20px 0 0;
	max-width: 470px;
	font-size: clamp( 15px, 1.25vw, 18px );
	line-height: 1.45;
	color: #3F4664;
}

/* Feature strip under the headline (desktop) */
.pxc-strip {
	display: grid;
	grid-template-columns: repeat( 5, minmax( 0, 1fr ) );
	gap: 18px;
	margin-top: 26px;
	max-width: 760px;
}

.pxc-strip__ic {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 12px;
	border-radius: 15px;
	font-size: 24px;
	line-height: 1;
}

.pxc-strip__ic img {
	max-width: 34px;
	max-height: 34px;
	display: block;
}

.pxc-strip__ic--a { background: #F3E8FF; }
.pxc-strip__ic--b { background: #DBEAFE; }
.pxc-strip__ic--c { background: #DCFCE7; }
.pxc-strip__ic--d { background: #FEF3C7; }
.pxc-strip__ic--e { background: #EDE9FE; }

.pxc-strip b {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.pxc-strip p {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.5;
	color: var( --pxc-mut );
}

/* Checklist (mobile) */
.pxc-checks {
	display: none;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.pxc-checks li {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 6px 0;
	font-size: 14px;
	font-weight: 500;
	color: #2B3150;
}

.pxc-checks svg {
	flex: 0 0 auto;
}

/* Hero artwork */
.pxc-hero__left {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) 41%;
	gap: 18px;
	align-items: stretch;
}

.pxc-hero__copy {
	min-width: 0;
}

/*
 * The artwork fills its column top to bottom and is cropped, not letterboxed.
 * object-fit: contain shrank it to a thin band at the top of the column,
 * which is what made it look small; cover fills the same box instead.
 */
.pxc-hero__art {
	position: relative;
	display: block;
	min-width: 0;
	align-self: stretch;
	overflow: hidden;
	border-radius: 20px;
	/* Bleeds toward the form, as in the mock. */
	margin-right: -20px;
}

.pxc-hero__art img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center top;
	border-radius: 20px;
}



.pxc-hero__ph {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 300px;
	border-radius: 20px;
	background: linear-gradient( 150deg, #EDE9FE, #DBEAFE );
	color: #8B90B8;
	font-size: 13px;
	text-align: center;
	padding: 20px;
}

/* ===== Application form ===== */

.pxc-formwrap {
	position: relative;
}

/* Bleeds past the card and off the right edge, like the mock's room photo. */
.pxc-formbg {
	position: absolute;
	top: -34px;
	left: -26px;
	right: -40px;
	bottom: -34px;
	border-radius: 26px;
	background-size: cover;
	background-position: center;
	opacity: .55;
	filter: blur( 1px );
	pointer-events: none;
}

.pxc-form {
	position: relative;
	z-index: 1;
	padding: 26px 26px 22px;
	border-radius: 20px;
	background: var( --pxc-panel );
	border: 1px solid var( --pxc-line );
	box-shadow: 0 22px 60px rgba( 20, 26, 70, .1 );
}

.pxc-form h2 {
	margin: 0 0 6px;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -.5px;
}

.pxc-form__sub {
	margin: 0 0 17px;
	font-size: 13.5px;
	line-height: 1.5;
	color: var( --pxc-mut );
}

.pxc-f {
	margin-bottom: 12px;
}

.pxc-f > label {
	display: block;
	margin-bottom: 6px;
	font-size: 13.5px;
	font-weight: 600;
}

.pxc-req {
	color: #E11D48;
	text-decoration: none;
	border: 0;
	cursor: help;
}

.pxc-f__wrap {
	position: relative;
	display: block;
}

.pxc-f__wrap > svg {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #9AA1BE;
	pointer-events: none;
}

.pxc-f input,
.pxc-f textarea {
	width: 100%;
	padding: 12px 15px 12px 44px;
	border-radius: 10px;
	background: var( --pxc-field );
	border: 1px solid var( --pxc-line );
	color: var( --pxc-ink );
	font: inherit;
	font-size: 14.5px;
	outline: none;
	transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.pxc-f textarea {
	min-height: 62px;
	resize: vertical;
	line-height: 1.5;
}

.pxc-f input::placeholder,
.pxc-f textarea::placeholder {
	color: #A2A8C4;
}

.pxc-f input:focus,
.pxc-f textarea:focus {
	background: #fff;
	border-color: #A78BFA;
	box-shadow: 0 0 0 4px rgba( 167, 139, 250, .18 );
}

.pxc-err {
	display: block;
	margin-top: 6px;
	font-style: normal;
	font-size: 12.5px;
	color: #E11D48;
}

.pxc-alert {
	margin: 0 0 16px;
	padding: 12px 15px;
	border-radius: 10px;
	background: #FFF1F2;
	border: 1px solid #FECDD3;
	font-size: 13.5px;
	color: #BE123C;
}

.pxc-agree {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 2px 0 16px;
	font-size: 13px;
	line-height: 1.5;
	color: #3F4664;
	cursor: pointer;
}

.pxc-agree input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.pxc-agree__box {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 21px;
	height: 21px;
	margin-top: 1px;
	border-radius: 6px;
	border: 1.6px solid #C3C9E0;
	background: #fff;
	transition: background .15s ease, border-color .15s ease;
}

.pxc-agree__box::after {
	content: '';
	width: 10px;
	height: 6px;
	border-left: 2.4px solid #fff;
	border-bottom: 2.4px solid #fff;
	transform: rotate( -45deg ) translate( 1px, -2px ) scale( 0 );
	transition: transform .15s ease;
}

.pxc-agree input:checked ~ .pxc-agree__box {
	background: linear-gradient( 135deg, #7C3AED, #2563EB );
	border-color: transparent;
}

.pxc-agree input:checked ~ .pxc-agree__box::after {
	transform: rotate( -45deg ) translate( 1px, -2px ) scale( 1 );
}

.pxc-agree a {
	color: var( --pxc-blue );
	text-decoration: underline;
}

.pxc-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	height: 52px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient( 100deg, #A855F7 0%, #6D28D9 48%, #2563EB 100% );
	color: #fff;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba( 91, 60, 235, .32 );
	transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.pxc-submit:hover {
	transform: translateY( -2px );
	box-shadow: 0 16px 38px rgba( 91, 60, 235, .45 );
	filter: brightness( 1.05 );
}

.pxc-form__note {
	margin: 12px 0 0;
	text-align: center;
	font-size: 12px;
	color: var( --pxc-mut );
}

.pxc-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Success */
.pxc-done {
	text-align: center;
	padding: 18px 0 6px;
}

.pxc-done__ic {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #DCFCE7;
	color: #16A34A;
}

.pxc-done h3 {
	margin: 0 0 9px;
	font-size: 20px;
	font-weight: 800;
}

.pxc-done p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var( --pxc-mut );
}

/* ===== Featured games ===== */

.pxc-games {
	padding: 40px 0 0;
}

.pxc-games__hd {
	display: flex;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 18px;
}

.pxc-games__tt {
	flex: 1;
	min-width: 0;
	border-left: 4px solid var( --pxc-violet );
	padding-left: 12px;
}

.pxc-games__tt h2 {
	margin: 0 0 5px;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.4px;
}

.pxc-games__tt p {
	margin: 0;
	font-size: 13.5px;
	color: var( --pxc-mut );
}

.pxc-games__nav {
	display: flex;
	align-items: center;
	gap: 9px;
}

.pxc-rail {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-bottom: 6px;
}

.pxc-rail::-webkit-scrollbar {
	display: none;
}

.pxc-tile {
	position: relative;
	flex: 0 0 calc( ( 100% - 8 * 4px ) / 9 );
	min-width: 96px;
	aspect-ratio: 100 / 130;
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient( 150deg, #EDE9FE, #DBEAFE );
	scroll-snap-align: start;
	box-shadow: 0 6px 18px rgba( 20, 26, 70, .09 );
	transition: transform .16s ease, box-shadow .16s ease;
}

.pxc-tile:hover {
	transform: translateY( -4px );
	box-shadow: 0 12px 26px rgba( 20, 26, 70, .16 );
}

.pxc-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pxc-tile span {
	position: absolute;
	inset: auto 0 0 0;
	padding: 8px 7px;
	background: linear-gradient( to top, rgba( 0, 0, 0, .68 ), transparent );
	color: #fff;
	font-size: 10.5px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.pxc-dots {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin-top: 14px;
}

.pxc-dots i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #CBD1E6;
	cursor: pointer;
	transition: width .18s ease, background .18s ease;
}

.pxc-dots i.is-on {
	width: 20px;
	border-radius: 999px;
	background: var( --pxc-violet );
}

/* ===== Benefits strip ===== */

.pxc-bens-wrap {
	padding: 26px 0 0;
}

.pxc-bens {
	margin: 0;
	padding: 22px 26px;
	border-radius: 20px;
	background: var( --pxc-panel );
	border: 1px solid var( --pxc-line );
}

.pxc-bens__hd {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

.pxc-bens__hd h2 {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 800;
}

.pxc-bens__hd p {
	margin: 0;
	font-size: 13.5px;
	color: var( --pxc-mut );
}

.pxc-bens__grid {
	display: grid;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 0;
}

.pxc-ben {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 24px;
	border-right: 1px solid var( --pxc-line );
}

.pxc-ben:last-child {
	border-right: 0;
}

.pxc-ben__ic {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 1;
}

.pxc-ben__ic img {
	max-width: 34px;
	max-height: 34px;
	display: block;
}

.pxc-ben__ic--a { background: #F3E8FF; }
.pxc-ben__ic--b { background: #DBEAFE; }
.pxc-ben__ic--c { background: #DCFCE7; }
.pxc-ben__ic--d { background: #FCE7F3; }

.pxc-ben b {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
}

.pxc-ben p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: var( --pxc-mut );
}

/* ===== Footer ===== */

.pxc-foot {
	padding: 34px 0 30px;
	text-align: center;
}

.pxc-foot__rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #8A90AE;
	text-transform: uppercase;
}

.pxc-foot__rule::before,
.pxc-foot__rule::after {
	content: '';
	width: 74px;
	height: 1px;
	background: #D7DBEC;
}

.pxc-foot__copy {
	margin: 16px 0 0;
	font-size: 12.5px;
	color: var( --pxc-mut );
}

/* ===== Responsive ===== */

@media ( max-width: 1320px ) {

	.pxc-hero__in {
		grid-template-columns: minmax( 0, 1fr ) 420px;
	}

	.pxc-hero__left {
		grid-template-columns: minmax( 0, 1fr ) 46%;
	}

	.pxc-strip {
		grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	}

	.pxc-tile {
		flex-basis: calc( ( 100% - 5 * 14px ) / 6 );
	}
}

@media ( max-width: 1100px ) {

	.pxc__in {
		padding: 0 18px;
	}

	.pxc-nav__links {
		display: none;
	}

	/* Mock shows the wordmark alone on a phone; the tagline wrapped. */
	.pxc-brand__txt i {
		display: none;
	}

	.pxc-brand__txt b {
		font-size: 21px;
	}

	.pxc-nav__in .pxc-cta {
		height: 44px;
		padding: 0 18px;
		font-size: 14px;
		white-space: nowrap;
	}

	.pxc-nav__in {
		justify-content: space-between;
	}

	/* The links carried the auto margin that pushed the actions right; with
	   them hidden the button has to claim that space itself. */
	.pxc-nav__right {
		margin-left: auto;
	}

	.pxc-hero__in {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	/*
	 * Measured off the phone mock: the artwork holds the right 55% and runs
	 * the full height of the copy — from under the nav down to the games
	 * rail — bleeding off the right edge. It is not a small block beside
	 * the headline.
	 */
	.pxc-hero__left {
		display: block;
		position: relative;
	}

	/*
	 * A layer, not a column. Held as a grid column it competed with the copy
	 * for width and squeezed the lede and checklist into narrow ribbons;
	 * behind the text it can bleed to the screen edge and the copy keeps a
	 * readable measure.
	 */
	.pxc-hero__art {
		position: absolute;
		top: 0;
		right: -18px;
		bottom: 0;
		left: 40%;
		z-index: 0;
		margin-right: 0;
		border-radius: 0;
	}

	.pxc-hero__art img {
		border-radius: 0;
		object-position: center top;
	}

	/* Feathered left edge so the artwork fades under the copy instead of
	   ending on a hard vertical line. */
	.pxc-hero__art::after {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient( 90deg, var( --pxc-bg ) 0%, rgba( 247, 248, 252, .55 ) 22%, transparent 52% );
		pointer-events: none;
	}

	.pxc-hero__copy {
		position: relative;
		z-index: 1;
		max-width: 62%;
		padding-bottom: 6px;
	}

	.pxc-hero__ph {
		min-height: 100%;
		border-radius: 0;
	}

	.pxc-formbg {
		display: none;
	}

	.pxc-hero__ph {
		min-height: 190px;
		font-size: 11px;
	}

	.pxc-strip {
		display: none;
	}

	.pxc-checks {
		display: block;
	}

	.pxc-form {
		padding: 24px 20px 22px;
	}

	.pxc-games {
		padding-top: 22px;
	}

	/* Four across with a hairline gap, portrait 140 x 154 — the mock's
	   tiles are nearly square on a phone. */
	.pxc-tile {
		flex-basis: calc( ( 100% - 3 * 3px ) / 4 );
		min-width: 0;
		aspect-ratio: 140 / 154;
	}

	.pxc-rail {
		gap: 3px;
	}

	.pxc-bens {
		padding: 22px 14px;
	}

	.pxc-bens__hd {
		display: block;
	}

	.pxc-bens__grid {
		grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
		gap: 0;
	}

	.pxc-ben {
		flex-direction: column;
		text-align: center;
		gap: 9px;
		padding: 0 10px;
	}

	.pxc-ben__ic {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}

	.pxc-ben__ic img {
		max-width: 26px;
		max-height: 26px;
	}

	.pxc-ben b {
		font-size: 12.5px;
	}

	.pxc-ben p {
		font-size: 11px;
	}
}

@media ( max-width: 560px ) {

	.pxc__in {
		padding: 0 16px;
	}

	.pxc-hero__head > div:first-child {
		padding-left: 8px;
	}

	.pxc-h1 {
		font-size: clamp( 27px, 8.2vw, 34px );
		letter-spacing: -1.2px;
	}

	.pxc-lede {
		font-size: 13px;
		line-height: 1.5;
	}

	/* One line each, as the mock has them. */
	.pxc-checks li {
		gap: 8px;
		padding: 3.5px 0;
		font-size: 11.5px;
		line-height: 1.3;
	}

	.pxc-checks svg {
		width: 17px;
		height: 17px;
	}

	/* One line, as in the mock — it wrapped inside the narrower column. */
	.pxc-pill {
		height: 32px;
		padding: 0 13px;
		font-size: 12.5px;
		white-space: nowrap;
	}

	.pxc-form h2 {
		font-size: 19.5px;
	}

	.pxc-form__sub {
		font-size: 13px;
	}

	.pxc-ben {
		padding: 0 4px;
	}

	.pxc-ben__ic {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.pxc-ben b {
		font-size: 11.5px;
		line-height: 1.25;
	}

	.pxc-ben p {
		font-size: 10px;
		line-height: 1.4;
	}

	.pxc-foot__rule {
		font-size: 10px;
		letter-spacing: 2px;
	}

	.pxc-foot__rule::before,
	.pxc-foot__rule::after {
		width: 34px;
	}
}
