body.dustflix-gate-body {
	margin: 0;
	min-height: 100vh;
	background: #050505;
	color: #fff;
	font-family: "Segoe UI", sans-serif;
}

/* DustFlix 1.11.6: visitor usability polish and calmer cinema wording. */
.dustflix-gate-showcase::after {
	content: "CINEMA LOUNGE" !important;
	color: rgba(255,255,255,.64);
}

.dustflix-gate-card-copy {
	margin-bottom: 18px;
}

.dustflix-gate-input {
	box-sizing: border-box;
	outline: none;
}

.dustflix-gate-input:focus-visible {
	border-color: rgba(255,255,255,.32);
	box-shadow:
		0 0 0 3px rgba(229,9,20,.18),
		0 12px 30px rgba(0,0,0,.28);
}

.dustflix-gate-field-hint,
.dustflix-gate-help {
	margin: -4px 0 0;
	color: rgba(255,255,255,.5);
	font-size: 12px;
	line-height: 1.45;
}

.dustflix-gate-help {
	margin-top: 0;
	text-align: center;
}

.dustflix-gate-error {
	margin: 0;
	padding: 10px 12px;
	border-radius: 6px;
	background: rgba(229,9,20,.14);
	border: 1px solid rgba(255,92,100,.28);
	color: #ffc4c8;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.4;
	animation: dustflixGateErrorNudge .36s ease both;
}

.dustflix-gate-button {
	font-weight: 900;
}

@keyframes dustflixGateErrorNudge {
	0%,
	100% {
		transform: translateX(0);
	}
	24% {
		transform: translateX(-4px);
	}
	48% {
		transform: translateX(4px);
	}
	72% {
		transform: translateX(-2px);
	}
}

/* DustFlix 1.11.9 absolute final gate layer. */
body.dustflix-gate-body.dustflix-gate-body {
	background: #020202 !important;
	overflow: hidden !important;
}

@media (max-width: 860px) {
	.dustflix-gate-layout {
		width: min(100%, 680px);
	}

	.dustflix-stage-logo {
		order: 1;
	}

	.dustflix-gate-showcase {
		order: 2;
	}

	.dustflix-gate-card {
		order: 3;
	}
}

@media (max-width: 560px) {
	.dustflix-gate-shell {
		overflow-y: auto;
	}

	.dustflix-gate-layout {
		padding: 8px;
	}

	.dustflix-gate-card-copy {
		font-size: 13px;
	}

	.dustflix-gate-field-hint,
	.dustflix-gate-help {
		font-size: 11px;
	}
}

/* DustFlix 1.11.7 final mobile override: popcorn never overlaps the gateway. */
@media (max-width: 860px) {
	.dustflix-gate-showcase {
		min-height: 0 !important;
		padding-bottom: 24px !important;
	}

	.dustflix-popcorn-machine {
		display: none !important;
	}
}

@media (min-width: 861px) and (max-width: 980px) {
	.dustflix-gate-showcase {
		padding-bottom: 210px !important;
	}

	.dustflix-popcorn-machine {
		right: 50% !important;
		bottom: 18px !important;
		transform: translateX(50%) scale(.62) !important;
		transform-origin: center bottom !important;
		opacity: .8 !important;
		pointer-events: none !important;
	}
}

/* DustFlix 1.11.9 final enforcement: keep this as the last desktop gate layer. */
body.dustflix-gate-body {
	background: #020202 !important;
	overflow: hidden !important;
}

body.dustflix-gate-body > *:not(.dustflix-gate-shell):not(.dustflix-countdown-shell):not(script):not(style):not(link):not(noscript) {
	display: none !important;
	visibility: hidden !important;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-countdown-shell,
body.dustflix-gate-body.dustflix-gate-unlocked-body .dustflix-gate-shell {
	display: none !important;
}

body.dustflix-gate-body .dustflix-gate-shell {
	position: relative !important;
	isolation: isolate !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 100vh !important;
	padding: clamp(22px, 3.2vw, 46px) !important;
	background:
		radial-gradient(circle at 50% 5%, rgba(255,255,255,.08), transparent 13%),
		radial-gradient(circle at 18% 24%, rgba(229,9,20,.18), transparent 28%),
		radial-gradient(circle at 86% 74%, rgba(120,0,10,.16), transparent 30%),
		linear-gradient(180deg, #040404 0%, #010101 100%) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-curtain {
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	display: block !important;
	pointer-events: none !important;
	background:
		linear-gradient(90deg, rgba(0,0,0,.86), rgba(20,0,3,.46) 18%, rgba(0,0,0,.92) 50%, rgba(20,0,3,.5) 82%, rgba(0,0,0,.88)),
		repeating-linear-gradient(90deg, rgba(120,0,8,.2) 0 2px, rgba(0,0,0,0) 2px 72px),
		repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, rgba(0,0,0,0) 1px 46px) !important;
	opacity: .95 !important;
}

body.dustflix-gate-body .dustflix-gate-layout {
	position: relative !important;
	z-index: 3 !important;
	display: grid !important;
	grid-template-columns: minmax(480px, 1.06fr) minmax(340px, .74fr) !important;
	grid-template-rows: auto auto !important;
	align-items: center !important;
	align-content: center !important;
	gap: clamp(42px, 5vw, 92px) !important;
	row-gap: 22px !important;
	width: min(92vw, 1440px) !important;
	min-height: min(760px, calc(100vh - 88px)) !important;
	margin: 0 auto !important;
	padding: clamp(36px, 4.6vw, 66px) !important;
	border-radius: 14px !important;
	background:
		linear-gradient(90deg, rgba(18,7,7,.88) 0%, rgba(7,7,7,.94) 52%, rgba(5,5,5,.9) 100%),
		radial-gradient(circle at 28% 22%, rgba(229,9,20,.24), transparent 32%) !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	box-shadow:
		0 42px 140px rgba(0,0,0,.72),
		inset 0 1px 0 rgba(255,255,255,.06) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-layout::before {
	content: "" !important;
	position: absolute !important;
	inset: 20px !important;
	border-radius: 11px !important;
	border: 1px solid rgba(255,255,255,.055) !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-gate-showcase {
	position: relative !important;
	z-index: 4 !important;
	min-height: 560px !important;
	padding: clamp(34px, 4vw, 58px) clamp(28px, 3.8vw, 58px) 230px !important;
	background:
		linear-gradient(180deg, rgba(82,17,17,.42), rgba(0,0,0,.62)),
		radial-gradient(circle at 74% 16%, rgba(255,255,255,.08), transparent 26%) !important;
	border: 1px solid rgba(255,255,255,.1) !important;
	border-radius: 10px !important;
	box-shadow:
		0 24px 80px rgba(0,0,0,.46),
		inset 0 1px 0 rgba(255,255,255,.05) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-showcase::after {
	content: "ACHTER HET DOEK" !important;
	position: absolute !important;
	top: 36px !important;
	right: 38px !important;
	width: auto !important;
	height: auto !important;
	padding: 10px 15px !important;
	border-radius: 5px !important;
	background: rgba(0,0,0,.46) !important;
	color: rgba(255,255,255,.74) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .2em !important;
	line-height: 1 !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	box-shadow: none !important;
}

body.dustflix-gate-body .dustflix-gate-logo {
	position: relative !important;
	z-index: 5 !important;
	display: block !important;
	width: clamp(128px, 12vw, 190px) !important;
	height: auto !important;
	margin: 0 0 clamp(52px, 6vw, 96px) !important;
	filter: drop-shadow(0 0 22px rgba(229,9,20,.36)) !important;
}

body.dustflix-gate-body .dustflix-gate-kicker {
	position: relative !important;
	z-index: 5 !important;
	margin: 0 0 18px !important;
	color: rgba(255,151,156,.88) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	letter-spacing: .24em !important;
	text-transform: uppercase !important;
}

body.dustflix-gate-body .dustflix-gate-title {
	position: relative !important;
	z-index: 5 !important;
	max-width: 720px !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(58px, 6.2vw, 110px) !important;
	font-weight: 950 !important;
	line-height: .91 !important;
	letter-spacing: 0 !important;
	text-shadow: 0 18px 40px rgba(0,0,0,.52) !important;
}

body.dustflix-gate-body .dustflix-gate-intro {
	position: relative !important;
	z-index: 5 !important;
	max-width: 520px !important;
	margin: 24px 0 0 !important;
	color: rgba(255,255,255,.72) !important;
	font-size: clamp(17px, 1.25vw, 21px) !important;
	font-weight: 650 !important;
	line-height: 1.45 !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list {
	position: relative !important;
	z-index: 5 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 30px !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list span {
	padding: 9px 14px !important;
	border-radius: 999px !important;
	background: rgba(255,255,255,.1) !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	color: rgba(255,255,255,.84) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
}

body.dustflix-gate-body .dustflix-stage-logo {
	position: absolute !important;
	z-index: 6 !important;
	top: clamp(28px, 4vw, 58px) !important;
	right: clamp(28px, 4vw, 62px) !important;
	display: flex !important;
	align-items: flex-end !important;
	justify-content: center !important;
	gap: 16px !important;
	width: clamp(260px, 28vw, 440px) !important;
	height: 158px !important;
	opacity: .92 !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark {
	position: relative !important;
	z-index: 3 !important;
	display: grid !important;
	place-items: center !important;
	width: clamp(126px, 11vw, 176px) !important;
	min-width: 0 !important;
	height: 66px !important;
	min-height: 0 !important;
	margin: 0 0 22px !important;
	padding: 10px 14px !important;
	border-radius: 6px !important;
	background:
		linear-gradient(180deg, rgba(20,20,20,.92), rgba(2,2,2,.98)),
		radial-gradient(circle at 50% 0, rgba(229,9,20,.18), transparent 70%) !important;
	border: 1px solid rgba(255,255,255,.13) !important;
	box-shadow:
		0 18px 48px rgba(0,0,0,.54),
		0 0 38px rgba(229,9,20,.13) !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark::before,
body.dustflix-gate-body .dustflix-stage-wordmark::after {
	display: none !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 44px !important;
	object-fit: contain !important;
	filter: drop-shadow(0 0 13px rgba(229,9,20,.36)) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight {
	position: relative !important;
	display: block !important;
	width: 82px !important;
	height: 130px !important;
	margin: 0 !important;
	transform-origin: center bottom !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-left {
	transform: rotate(-8deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-right {
	transform: rotate(8deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight::before {
	content: "" !important;
	position: absolute !important;
	top: 4px !important;
	bottom: auto !important;
	width: 170px !important;
	height: 116px !important;
	background: radial-gradient(ellipse at 50% 0%, rgba(255,244,203,.56), rgba(255,238,184,.2) 28%, rgba(255,255,255,0) 72%) !important;
	clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%) !important;
	filter: blur(2px) !important;
	opacity: .5 !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-left::before {
	left: 35px !important;
	transform: rotate(25deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-right::before {
	right: 35px !important;
	transform: rotate(-25deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span {
	position: absolute !important;
	left: 50% !important;
	bottom: 18px !important;
	display: block !important;
	width: 56px !important;
	height: 38px !important;
	margin: 0 !important;
	transform: translateX(-50%) !important;
	border-radius: 999px 999px 13px 13px !important;
	background:
		radial-gradient(circle at 50% 46%, rgba(255,245,196,.9) 0 18%, rgba(174,146,86,.55) 21%, rgba(28,28,28,.98) 52%),
		linear-gradient(180deg, #3a3a3a, #101010) !important;
	border: 1px solid rgba(255,255,255,.22) !important;
	box-shadow:
		0 9px 18px rgba(0,0,0,.58),
		inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span::before {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	width: 18px !important;
	height: 18px !important;
	transform: translate(-50%, -50%) !important;
	border-radius: 50% !important;
	background: radial-gradient(circle, #fff6c9 0 24%, #d5a84b 46%, rgba(0,0,0,.2) 70%) !important;
	box-shadow: 0 0 16px rgba(255,237,166,.44) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span::after {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 100% !important;
	width: 18px !important;
	height: 48px !important;
	transform: translateX(-50%) !important;
	background: linear-gradient(180deg, #222, #090909) !important;
	border-radius: 0 0 4px 4px !important;
	border: 1px solid rgba(255,255,255,.08) !important;
}

body.dustflix-gate-body .dustflix-gate-card {
	position: relative !important;
	z-index: 5 !important;
	width: 100% !important;
	max-width: 500px !important;
	justify-self: end !important;
	margin-top: 130px !important;
	padding: clamp(26px, 3vw, 42px) !important;
	border-radius: 10px !important;
	background:
		linear-gradient(180deg, rgba(15,15,15,.92), rgba(4,4,4,.96)),
		radial-gradient(circle at 85% 0, rgba(229,9,20,.1), transparent 44%) !important;
	border: 1px solid rgba(255,255,255,.13) !important;
	box-shadow:
		0 30px 92px rgba(0,0,0,.66),
		inset 0 1px 0 rgba(255,255,255,.06) !important;
	backdrop-filter: blur(14px) !important;
}

body.dustflix-gate-body .dustflix-gate-card h2 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(34px, 3vw, 46px) !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}

body.dustflix-gate-body .dustflix-gate-card-copy {
	max-width: 390px !important;
	margin: 0 0 22px !important;
	color: rgba(255,255,255,.66) !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}

body.dustflix-gate-body .dustflix-popcorn-machine {
	right: clamp(34px, 4vw, 70px) !important;
	bottom: 34px !important;
	transform: scale(.82) !important;
	transform-origin: right bottom !important;
	z-index: 6 !important;
	opacity: .9 !important;
	filter: drop-shadow(0 22px 38px rgba(0,0,0,.48)) !important;
}

@media (max-width: 920px) {
	body.dustflix-gate-body {
		overflow: auto !important;
	}

	body.dustflix-gate-body .dustflix-gate-shell {
		min-height: 100svh !important;
		align-items: center !important;
		padding: 18px !important;
		overflow-y: auto !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout {
		display: flex !important;
		flex-direction: column !important;
		width: min(100%, 520px) !important;
		min-height: 0 !important;
		gap: 14px !important;
		padding: 20px !important;
		border-radius: 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout::before,
	body.dustflix-gate-body .dustflix-gate-layout::after,
	body.dustflix-gate-body .dustflix-stage-logo,
	body.dustflix-gate-body .dustflix-popcorn-machine,
	body.dustflix-gate-body .dustflix-gate-showcase::before,
	body.dustflix-gate-body .dustflix-gate-showcase::after {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-showcase {
		width: 100% !important;
		min-height: 0 !important;
		padding: 6px 4px 2px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-logo {
		width: min(132px, 38vw) !important;
		margin: 0 0 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-kicker {
		margin-bottom: 8px !important;
		font-size: 11px !important;
		letter-spacing: .16em !important;
	}

	body.dustflix-gate-body .dustflix-gate-title {
		max-width: 360px !important;
		font-size: clamp(32px, 9.5vw, 46px) !important;
		line-height: .98 !important;
	}

	body.dustflix-gate-body .dustflix-gate-intro {
		max-width: 340px !important;
		margin-top: 12px !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
	}

	body.dustflix-gate-body .dustflix-gate-feature-list {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-card {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 16px !important;
		border-radius: 12px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card h2 {
		font-size: clamp(25px, 7.4vw, 34px) !important;
	}

	body.dustflix-gate-body .dustflix-gate-card-copy {
		margin-bottom: 14px !important;
		font-size: 13px !important;
	}
}

/* DustFlix 1.12.0 component foundation. The final gate layer is dustflix-access-gate-final.css. */
body.dustflix-gate-body {
	--dfx-bg: #050505;
	--dfx-panel: rgba(12, 12, 12, .9);
	--dfx-panel-soft: rgba(24, 24, 24, .72);
	--dfx-line: rgba(255, 255, 255, .12);
	--dfx-line-strong: rgba(255, 255, 255, .2);
	--dfx-red: #e50914;
	--dfx-red-hot: #f43f37;
	--dfx-text: #ffffff;
	--dfx-muted: rgba(255, 255, 255, .68);
	--dfx-dim: rgba(255, 255, 255, .46);
	overflow: hidden !important;
	background: var(--dfx-bg) !important;
	color: var(--dfx-text) !important;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.dustflix-gate-body .dustflix-gate-shell,
body.dustflix-gate-body .dustflix-gate-layout,
body.dustflix-gate-body .dustflix-gate-showcase,
body.dustflix-gate-body .dustflix-gate-card,
body.dustflix-gate-body .dustflix-gate-form,
body.dustflix-gate-body .dustflix-gate-input,
body.dustflix-gate-body .dustflix-gate-button,
body.dustflix-gate-body .dustflix-gate-status,
body.dustflix-gate-body .dustflix-countdown-screen {
	box-sizing: border-box !important;
}

body.dustflix-gate-body .dustflix-gate-kicker,
body.dustflix-gate-body .dustflix-gate-title,
body.dustflix-gate-body .dustflix-gate-intro,
body.dustflix-gate-body .dustflix-gate-feature-list,
body.dustflix-gate-body .dustflix-gate-card h2,
body.dustflix-gate-body .dustflix-gate-card-copy,
body.dustflix-gate-body .dustflix-gate-button,
body.dustflix-gate-body .dustflix-gate-input,
body.dustflix-gate-body .dustflix-gate-badge,
body.dustflix-gate-body .dustflix-gate-status,
body.dustflix-gate-body .dustflix-countdown-copy {
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.dustflix-gate-body .dustflix-gate-shell {
	position: relative !important;
	display: grid !important;
	min-height: 100vh !important;
	min-height: 100svh !important;
	place-items: center !important;
	padding: clamp(22px, 3vw, 44px) !important;
	background:
		radial-gradient(circle at 19% 24%, rgba(229, 9, 20, .2), transparent 31%),
		radial-gradient(circle at 78% 14%, rgba(255, 240, 185, .08), transparent 34%),
		linear-gradient(115deg, rgba(0, 0, 0, .98), rgba(8, 8, 8, .96) 52%, rgba(0, 0, 0, .98)) !important;
}

body.dustflix-gate-body .dustflix-gate-shell::before {
	content: "" !important;
	position: fixed !important;
	inset: 0 !important;
	pointer-events: none !important;
	background:
		linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px) !important;
	background-size: 116px 116px !important;
	mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent) !important;
	opacity: .5 !important;
}

body.dustflix-gate-body .dustflix-gate-layout {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(420px, 1fr) minmax(330px, 470px) !important;
	gap: clamp(26px, 5vw, 72px) !important;
	width: min(100%, 1380px) !important;
	min-height: min(760px, calc(100svh - 56px)) !important;
	align-items: center !important;
	padding: clamp(28px, 4.2vw, 70px) !important;
	border: 1px solid var(--dfx-line) !important;
	border-radius: 16px !important;
	background:
		linear-gradient(90deg, rgba(229, 9, 20, .12), transparent 31%, rgba(255, 255, 255, .02)),
		var(--dfx-panel) !important;
	box-shadow: 0 40px 120px rgba(0, 0, 0, .72), inset 0 1px 0 rgba(255, 255, 255, .05) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-layout::after {
	content: "" !important;
	position: absolute !important;
	inset: -20% -8% auto 52% !important;
	height: 48% !important;
	pointer-events: none !important;
	background: radial-gradient(ellipse at center, rgba(255, 238, 183, .1), transparent 68%) !important;
	filter: blur(14px) !important;
}

body.dustflix-gate-body .dustflix-gate-showcase {
	position: relative !important;
	z-index: 2 !important;
	width: 100% !important;
	min-height: 610px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: clamp(18px, 2vw, 30px) clamp(16px, 2.2vw, 34px) !important;
	border-radius: 14px !important;
	background:
		linear-gradient(180deg, rgba(82, 25, 23, .58), rgba(6, 6, 6, .72)),
		radial-gradient(circle at 74% 45%, rgba(255, 255, 255, .06), transparent 38%) !important;
	border: 1px solid rgba(255, 255, 255, .08) !important;
}

body.dustflix-gate-body .dustflix-gate-logo {
	width: min(188px, 34vw) !important;
	height: auto !important;
	margin: 0 0 clamp(36px, 8vh, 80px) !important;
	filter: drop-shadow(0 12px 30px rgba(229, 9, 20, .2)) !important;
}

body.dustflix-gate-body .dustflix-gate-kicker,
body.dustflix-gate-body .dustflix-gate-badge {
	display: inline-flex !important;
	width: fit-content !important;
	align-items: center !important;
	min-height: 30px !important;
	padding: 7px 11px !important;
	border-radius: 6px !important;
	background: rgba(229, 9, 20, .18) !important;
	color: #ffb0ad !important;
	font-size: 12px !important;
	font-weight: 850 !important;
}

body.dustflix-gate-body .dustflix-gate-title {
	max-width: 660px !important;
	margin: 18px 0 0 !important;
	font-size: clamp(56px, 6.7vw, 112px) !important;
	font-weight: 950 !important;
	line-height: .92 !important;
	color: #fff !important;
}

body.dustflix-gate-body .dustflix-gate-intro {
	max-width: 460px !important;
	margin: 24px 0 0 !important;
	color: var(--dfx-muted) !important;
	font-size: clamp(16px, 1.15vw, 19px) !important;
	line-height: 1.45 !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 24px !important;
	padding: 0 !important;
	list-style: none !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list li {
	padding: 8px 13px !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, .08) !important;
	color: rgba(255, 255, 255, .82) !important;
	font-size: 13px !important;
	font-weight: 750 !important;
}

body.dustflix-gate-body .dustflix-stage-logo-wrap {
	position: absolute !important;
	z-index: 3 !important;
	right: clamp(72px, 7vw, 118px) !important;
	top: clamp(44px, 6vh, 86px) !important;
	display: grid !important;
	place-items: center !important;
	min-width: 240px !important;
	min-height: 116px !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-stage-logo-wrap::before,
body.dustflix-gate-body .dustflix-stage-logo-wrap::after {
	content: "" !important;
	position: absolute !important;
	top: 34px !important;
	width: 210px !important;
	height: 140px !important;
	background: radial-gradient(ellipse at 50% 0%, rgba(255, 241, 198, .38), rgba(255, 236, 183, .12) 36%, transparent 72%) !important;
	clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%) !important;
	filter: blur(2px) !important;
	opacity: .72 !important;
}

body.dustflix-gate-body .dustflix-stage-logo-wrap::before {
	right: 50% !important;
	transform: rotate(24deg) !important;
	transform-origin: top right !important;
}

body.dustflix-gate-body .dustflix-stage-logo-wrap::after {
	left: 50% !important;
	transform: rotate(-24deg) !important;
	transform-origin: top left !important;
}

body.dustflix-gate-body .dustflix-stage-logo {
	position: relative !important;
	z-index: 2 !important;
	width: 172px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 16px 24px !important;
	border-radius: 8px !important;
	background: rgba(0, 0, 0, .7) !important;
	border: 1px solid rgba(255, 255, 255, .12) !important;
	box-shadow: 0 18px 56px rgba(0, 0, 0, .58), 0 0 30px rgba(229, 9, 20, .18) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight {
	position: absolute !important;
	z-index: 1 !important;
	top: 66px !important;
	width: 58px !important;
	height: 128px !important;
	margin: 0 !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-left {
	right: calc(50% + 126px) !important;
	transform: rotate(-8deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-right {
	left: calc(50% + 126px) !important;
	transform: rotate(8deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight::before {
	content: "" !important;
	position: absolute !important;
	top: -84px !important;
	width: 235px !important;
	height: 210px !important;
	background: radial-gradient(ellipse at 50% 0%, rgba(255, 241, 190, .48), rgba(255, 238, 190, .18) 30%, transparent 72%) !important;
	clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%) !important;
	filter: blur(3px) !important;
	opacity: .64 !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-left::before {
	right: -4px !important;
	transform: rotate(25deg) !important;
	transform-origin: top right !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-right::before {
	left: -4px !important;
	transform: rotate(-25deg) !important;
	transform-origin: top left !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span {
	position: absolute !important;
	left: 50% !important;
	bottom: 0 !important;
	width: 58px !important;
	height: 42px !important;
	transform: translateX(-50%) !important;
	border-radius: 999px 999px 13px 13px !important;
	background:
		radial-gradient(circle at 50% 45%, #fff3c0 0 18%, #c9993e 22%, #1b1b1b 54%),
		linear-gradient(180deg, #404040, #0d0d0d) !important;
	border: 1px solid rgba(255, 255, 255, .2) !important;
	box-shadow: 0 12px 22px rgba(0, 0, 0, .62), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
}

body.dustflix-gate-body .dustflix-gate-card {
	position: relative !important;
	z-index: 4 !important;
	width: 100% !important;
	max-width: 470px !important;
	padding: clamp(24px, 2.5vw, 34px) !important;
	border-radius: 12px !important;
	background:
		linear-gradient(180deg, rgba(18, 18, 18, .95), rgba(5, 5, 5, .97)),
		radial-gradient(circle at 88% 0, rgba(229, 9, 20, .12), transparent 44%) !important;
	border: 1px solid var(--dfx-line) !important;
	box-shadow: 0 30px 88px rgba(0, 0, 0, .66), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
	backdrop-filter: blur(14px) !important;
}

body.dustflix-gate-body .dustflix-gate-card h2 {
	margin: 22px 0 12px !important;
	color: #fff !important;
	font-size: clamp(31px, 3vw, 44px) !important;
	font-weight: 950 !important;
	line-height: 1 !important;
}

body.dustflix-gate-body .dustflix-gate-card-copy {
	max-width: 390px !important;
	margin: 0 0 18px !important;
	color: var(--dfx-muted) !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}

body.dustflix-gate-body .dustflix-gate-form {
	display: grid !important;
	gap: 12px !important;
	margin-top: 18px !important;
}

body.dustflix-gate-body .dustflix-gate-input {
	width: 100% !important;
	height: 58px !important;
	padding: 0 18px !important;
	border-radius: 7px !important;
	border: 1px solid var(--dfx-line-strong) !important;
	background: rgba(255, 255, 255, .08) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 650 !important;
	outline: none !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06) !important;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

body.dustflix-gate-body .dustflix-gate-input::placeholder {
	color: var(--dfx-dim) !important;
}

body.dustflix-gate-body .dustflix-gate-input:focus {
	border-color: rgba(255, 255, 255, .42) !important;
	background: rgba(255, 255, 255, .1) !important;
	box-shadow: 0 0 0 4px rgba(229, 9, 20, .18), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

body.dustflix-gate-body .dustflix-gate-button {
	min-height: 58px !important;
	border: 0 !important;
	border-radius: 7px !important;
	background: linear-gradient(180deg, var(--dfx-red-hot), var(--dfx-red)) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 850 !important;
	box-shadow: 0 16px 34px rgba(229, 9, 20, .28), inset 0 1px 0 rgba(255, 255, 255, .18) !important;
	cursor: pointer !important;
	transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

body.dustflix-gate-body .dustflix-gate-button:hover {
	filter: brightness(1.08) !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 20px 42px rgba(229, 9, 20, .34), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
}

body.dustflix-gate-body .dustflix-gate-button:active {
	transform: translateY(0) !important;
}

body.dustflix-gate-body .dustflix-gate-status {
	min-height: 20px !important;
	margin-top: 4px !important;
	color: #ffb0ad !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
}

body.dustflix-gate-body .dustflix-popcorn-machine {
	right: clamp(38px, 4.2vw, 72px) !important;
	bottom: 36px !important;
	transform: scale(.82) !important;
	transform-origin: right bottom !important;
	z-index: 5 !important;
	opacity: .9 !important;
	pointer-events: none !important;
}

body.dustflix-gate-body.dustflix-gate-unlocked .dustflix-gate-shell {
	display: none !important;
}

body.dustflix-gate-body .dustflix-countdown-screen {
	display: grid !important;
	min-height: 100vh !important;
	min-height: 100svh !important;
	place-items: center !important;
	padding: 24px !important;
	background: #020202 !important;
}

body.dustflix-gate-body .dustflix-countdown-number {
	font-size: clamp(90px, 18vw, 230px) !important;
	line-height: .86 !important;
	font-weight: 950 !important;
	letter-spacing: 0 !important;
}

body.dustflix-gate-body .dustflix-countdown-copy {
	margin-top: 18px !important;
	color: var(--dfx-muted) !important;
	font-size: clamp(15px, 1.5vw, 20px) !important;
}

@media (max-width: 1100px) {
	body.dustflix-gate-body .dustflix-gate-layout {
		grid-template-columns: minmax(360px, 1fr) minmax(320px, 430px) !important;
		gap: 28px !important;
	}

	body.dustflix-gate-body .dustflix-popcorn-machine {
		transform: scale(.72) !important;
	}
}

@media (max-width: 920px) {
	body.dustflix-gate-body {
		overflow: auto !important;
	}

	body.dustflix-gate-body .dustflix-gate-shell {
		min-height: 100svh !important;
		align-items: center !important;
		padding: 14px !important;
		overflow-y: auto !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout {
		display: flex !important;
		flex-direction: column !important;
		width: min(100%, 520px) !important;
		min-height: auto !important;
		gap: 14px !important;
		padding: 18px !important;
		border-radius: 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout::before,
	body.dustflix-gate-body .dustflix-gate-layout::after,
	body.dustflix-gate-body .dustflix-stage-logo-wrap,
	body.dustflix-gate-body .dustflix-stage-logo,
	body.dustflix-gate-body .dustflix-stage-spotlight,
	body.dustflix-gate-body .dustflix-popcorn-machine,
	body.dustflix-gate-body .dustflix-gate-showcase::before,
	body.dustflix-gate-body .dustflix-gate-showcase::after {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-showcase {
		width: 100% !important;
		min-height: 0 !important;
		padding: 6px 4px 2px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-logo {
		width: min(132px, 38vw) !important;
		margin: 0 0 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-title {
		max-width: 350px !important;
		margin-top: 12px !important;
		font-size: clamp(32px, 9vw, 46px) !important;
		line-height: .98 !important;
	}

	body.dustflix-gate-body .dustflix-gate-intro {
		max-width: 340px !important;
		margin-top: 12px !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
	}

	body.dustflix-gate-body .dustflix-gate-feature-list {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-card {
		width: 100% !important;
		max-width: none !important;
		padding: 16px !important;
		border-radius: 12px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card h2 {
		margin-top: 12px !important;
		font-size: clamp(25px, 7vw, 34px) !important;
	}

	body.dustflix-gate-body .dustflix-gate-card-copy {
		margin-bottom: 14px !important;
		font-size: 13px !important;
	}

	body.dustflix-gate-body .dustflix-gate-input,
	body.dustflix-gate-body .dustflix-gate-button {
		height: 54px !important;
		min-height: 54px !important;
		font-size: 15px !important;
	}
}

@media (max-width: 420px) {
	body.dustflix-gate-body .dustflix-gate-shell {
		padding: 10px !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout {
		padding: 15px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card {
		padding: 14px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.dustflix-gate-body *,
	body.dustflix-gate-body *::before,
	body.dustflix-gate-body *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}

/* DustFlix 1.12.0: calmer component foundation for the gate. */
body.dustflix-gate-body {
	--dustflix-red: #e50914;
	--dustflix-red-soft: rgba(229,9,20,.14);
	--dustflix-surface: rgba(15,15,15,.94);
	--dustflix-surface-strong: rgba(5,5,5,.98);
	--dustflix-line: rgba(255,255,255,.12);
	--dustflix-muted: rgba(255,255,255,.68);
	--dustflix-dim: rgba(255,255,255,.48);
	--dustflix-radius: 12px;
	font-family: Inter, Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	color-scheme: dark !important;
}

body.dustflix-gate-body .dustflix-gate-kicker,
body.dustflix-gate-body .dustflix-gate-badge,
body.dustflix-gate-body .dustflix-gate-status,
body.dustflix-gate-body .dustflix-gate-feature-list span,
body.dustflix-gate-body .dustflix-countdown-copy,
body.dustflix-gate-body .dustflix-countdown-fallback {
	letter-spacing: 0 !important;
}

body.dustflix-gate-body .dustflix-gate-shell {
	background:
		radial-gradient(circle at 50% 0%, rgba(229,9,20,.18), transparent 30%),
		linear-gradient(180deg, #040404 0%, #010101 100%) !important;
}

body.dustflix-gate-body .dustflix-gate-layout {
	border-radius: var(--dustflix-radius) !important;
	border-color: var(--dustflix-line) !important;
	background:
		linear-gradient(100deg, rgba(18,8,8,.9) 0%, rgba(6,6,6,.96) 55%, rgba(3,3,3,.94) 100%),
		radial-gradient(circle at 28% 16%, rgba(229,9,20,.18), transparent 34%) !important;
	box-shadow:
		0 34px 112px rgba(0,0,0,.68),
		inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.dustflix-gate-body .dustflix-gate-logo {
	max-height: 58px !important;
	object-fit: contain !important;
	filter: drop-shadow(0 0 16px rgba(229,9,20,.26)) !important;
}

body.dustflix-gate-body .dustflix-gate-kicker,
body.dustflix-gate-body .dustflix-gate-badge {
	width: fit-content !important;
	max-width: 100% !important;
	border-radius: 999px !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	background: rgba(229,9,20,.14) !important;
	color: rgba(255,166,170,.94) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	text-transform: none !important;
}

body.dustflix-gate-body .dustflix-gate-title {
	max-width: 720px !important;
	color: #fff !important;
	font-weight: 950 !important;
	line-height: .96 !important;
	letter-spacing: 0 !important;
	text-wrap: balance !important;
}

body.dustflix-gate-body .dustflix-gate-intro,
body.dustflix-gate-body .dustflix-gate-card-copy,
body.dustflix-gate-body .dustflix-gate-field-hint,
body.dustflix-gate-body .dustflix-gate-help {
	color: var(--dustflix-muted) !important;
	letter-spacing: 0 !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list {
	gap: 8px !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list span {
	border: 1px solid rgba(255,255,255,.08) !important;
	background: rgba(255,255,255,.07) !important;
	color: rgba(255,255,255,.82) !important;
	font-size: 12px !important;
}

body.dustflix-gate-body .dustflix-stage-logo {
	align-self: end !important;
	gap: 14px !important;
	margin-bottom: 10px !important;
	opacity: .92 !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark {
	width: clamp(136px, 10vw, 168px) !important;
	height: auto !important;
	min-height: 54px !important;
	border-radius: 8px !important;
	background: rgba(5,5,5,.72) !important;
	box-shadow:
		0 18px 42px rgba(0,0,0,.5),
		0 0 34px rgba(229,9,20,.1) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight::before {
	opacity: .34 !important;
	filter: blur(4px) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span {
	background:
		radial-gradient(circle at 50% 46%, rgba(255,245,196,.8) 0 16%, rgba(174,146,86,.5) 20%, rgba(22,22,22,.98) 54%),
		linear-gradient(180deg, #343434, #0d0d0d) !important;
	box-shadow:
		0 10px 22px rgba(0,0,0,.6),
		inset 0 1px 0 rgba(255,255,255,.16) !important;
}

body.dustflix-gate-body .dustflix-gate-card {
	border-radius: var(--dustflix-radius) !important;
	background:
		linear-gradient(180deg, var(--dustflix-surface), var(--dustflix-surface-strong)),
		radial-gradient(circle at 82% 0%, rgba(229,9,20,.12), transparent 46%) !important;
	border-color: var(--dustflix-line) !important;
	box-shadow:
		0 28px 84px rgba(0,0,0,.62),
		inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.dustflix-gate-body .dustflix-gate-card-header {
	align-items: flex-start !important;
	gap: 12px !important;
}

body.dustflix-gate-body .dustflix-gate-card h2 {
	font-size: clamp(28px, 2.4vw, 36px) !important;
	line-height: 1.03 !important;
	letter-spacing: 0 !important;
	text-wrap: balance !important;
}

body.dustflix-gate-body .dustflix-gate-status {
	flex: 0 0 auto !important;
	border-radius: 999px !important;
	background: rgba(36,160,83,.14) !important;
	color: #8ff0ad !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	text-transform: none !important;
}

body.dustflix-gate-body .dustflix-gate-input {
	min-height: 54px !important;
	border-radius: 8px !important;
	border: 1px solid rgba(255,255,255,.13) !important;
	background: rgba(255,255,255,.075) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 750 !important;
	letter-spacing: 0 !important;
}

body.dustflix-gate-body .dustflix-gate-input::placeholder {
	color: rgba(255,255,255,.5) !important;
}

body.dustflix-gate-body .dustflix-gate-button {
	min-height: 54px !important;
	border-radius: 8px !important;
	background: linear-gradient(180deg, #f03a34, var(--dustflix-red)) !important;
	font-size: 15px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

body.dustflix-gate-body .dustflix-gate-button:hover,
body.dustflix-gate-body .dustflix-gate-button:focus-visible {
	transform: translateY(-1px) !important;
	filter: brightness(1.05) !important;
	box-shadow:
		0 18px 38px rgba(229,9,20,.3),
		inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.dustflix-gate-body .dustflix-popcorn-machine {
	opacity: .82 !important;
}

body.dustflix-gate-body .dustflix-countdown-card {
	border-radius: var(--dustflix-radius) !important;
	border: 1px solid var(--dustflix-line) !important;
	background:
		linear-gradient(180deg, rgba(16,16,16,.96), rgba(4,4,4,.98)),
		radial-gradient(circle at 50% 0%, rgba(229,9,20,.14), transparent 45%) !important;
	box-shadow:
		0 30px 100px rgba(0,0,0,.68),
		inset 0 1px 0 rgba(255,255,255,.06) !important;
}

body.dustflix-gate-body .dustflix-countdown-fallback {
	border-radius: 8px !important;
}

@media (min-width: 921px) {
	body.dustflix-gate-body .dustflix-gate-layout {
		grid-template-columns: minmax(440px, .98fr) minmax(340px, .62fr) !important;
		width: min(91vw, 1320px) !important;
		min-height: min(700px, calc(100vh - 88px)) !important;
		padding: clamp(34px, 4vw, 58px) !important;
		gap: clamp(36px, 4.4vw, 78px) !important;
		row-gap: 18px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card {
		max-width: 430px !important;
		justify-self: end !important;
	}
}

@media (max-width: 920px) {
	body.dustflix-gate-body .dustflix-gate-shell {
		align-items: flex-start !important;
		padding: 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout {
		width: min(100%, 500px) !important;
		margin: auto !important;
		padding: 18px !important;
		gap: 12px !important;
	}

	body.dustflix-gate-body .dustflix-gate-title {
		max-width: 100% !important;
		font-size: clamp(30px, 9vw, 42px) !important;
	}

	body.dustflix-gate-body .dustflix-gate-intro {
		max-width: 100% !important;
	}

	body.dustflix-gate-body .dustflix-gate-card-header {
		align-items: center !important;
	}
}

@media (max-width: 420px) {
	body.dustflix-gate-body .dustflix-gate-shell {
		padding: 10px !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout {
		padding: 14px !important;
		border-radius: 12px !important;
	}

	body.dustflix-gate-body .dustflix-gate-logo {
		width: min(118px, 44vw) !important;
		margin-bottom: 10px !important;
	}

	body.dustflix-gate-body .dustflix-gate-showcase {
		padding: 2px 0 0 !important;
	}

	body.dustflix-gate-body .dustflix-gate-title {
		font-size: clamp(28px, 8.8vw, 36px) !important;
	}

	body.dustflix-gate-body .dustflix-gate-card {
		padding: 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card h2 {
		font-size: clamp(24px, 7vw, 30px) !important;
	}

	body.dustflix-gate-body .dustflix-gate-input,
	body.dustflix-gate-body .dustflix-gate-button {
		min-height: 52px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.dustflix-gate-body,
	body.dustflix-gate-body *,
	body.dustflix-gate-body *::before,
	body.dustflix-gate-body *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}

/* DustFlix 1.11.9: discreet cinema gate and hard privacy curtain. */
body.dustflix-gate-body {
	min-height: 100%;
	background: #020202 !important;
	overflow: hidden !important;
}

body.dustflix-gate-body > *:not(.dustflix-gate-shell):not(.dustflix-countdown-shell):not(script):not(style):not(link):not(noscript) {
	display: none !important;
	visibility: hidden !important;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-countdown-shell,
body.dustflix-gate-body.dustflix-gate-unlocked-body .dustflix-gate-shell {
	display: none !important;
}

body.dustflix-gate-body .dustflix-gate-shell {
	position: relative !important;
	isolation: isolate !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 100vh !important;
	padding: clamp(22px, 3.2vw, 46px) !important;
	background:
		radial-gradient(circle at 50% 5%, rgba(255,255,255,.08), transparent 13%),
		radial-gradient(circle at 18% 24%, rgba(229,9,20,.18), transparent 28%),
		radial-gradient(circle at 86% 74%, rgba(120,0,10,.16), transparent 30%),
		linear-gradient(180deg, #040404 0%, #010101 100%) !important;
	overflow: hidden !important;
}

.dustflix-gate-curtain {
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
	background:
		linear-gradient(90deg, rgba(0,0,0,.86), rgba(20,0,3,.46) 18%, rgba(0,0,0,.92) 50%, rgba(20,0,3,.5) 82%, rgba(0,0,0,.88)),
		repeating-linear-gradient(90deg, rgba(120,0,8,.2) 0 2px, rgba(0,0,0,0) 2px 72px),
		repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, rgba(0,0,0,0) 1px 46px) !important;
	opacity: .95 !important;
}

.dustflix-gate-curtain::before,
.dustflix-gate-curtain::after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	pointer-events: none !important;
}

.dustflix-gate-curtain::before {
	background:
		linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,0) 22%, rgba(0,0,0,.72) 50%, rgba(0,0,0,0) 78%, rgba(0,0,0,.88)),
		radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.07), transparent 24%) !important;
	mix-blend-mode: screen !important;
	opacity: .76 !important;
}

.dustflix-gate-curtain::after {
	background:
		linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.64) 70%, rgba(0,0,0,.92)),
		repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, rgba(0,0,0,0) 1px 96px) !important;
}

body.dustflix-gate-body .dustflix-gate-backdrop,
body.dustflix-gate-body .dustflix-gate-noise,
body.dustflix-gate-body .dustflix-gate-lights {
	z-index: 1 !important;
}

body.dustflix-gate-body .dustflix-gate-layout {
	position: relative !important;
	z-index: 3 !important;
	display: grid !important;
	grid-template-columns: minmax(480px, 1.06fr) minmax(340px, .74fr) !important;
	align-items: center !important;
	gap: clamp(42px, 5vw, 92px) !important;
	width: min(92vw, 1440px) !important;
	min-height: min(760px, calc(100vh - 88px)) !important;
	margin: 0 auto !important;
	padding: clamp(36px, 4.6vw, 66px) !important;
	border-radius: 14px !important;
	background:
		linear-gradient(90deg, rgba(18,7,7,.88) 0%, rgba(7,7,7,.94) 52%, rgba(5,5,5,.9) 100%),
		radial-gradient(circle at 28% 22%, rgba(229,9,20,.24), transparent 32%) !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	box-shadow:
		0 42px 140px rgba(0,0,0,.72),
		inset 0 1px 0 rgba(255,255,255,.06),
		inset 0 0 0 1px rgba(229,9,20,.05) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-layout::before {
	content: "" !important;
	position: absolute !important;
	inset: 20px !important;
	border-radius: 11px !important;
	border: 1px solid rgba(255,255,255,.055) !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-gate-layout::after {
	content: "" !important;
	position: absolute !important;
	top: -18%;
	left: 49%;
	width: 34%;
	height: 70%;
	transform: translateX(-50%) perspective(420px) rotateX(26deg) !important;
	background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.03) 56%, rgba(255,255,255,0)) !important;
	clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%) !important;
	filter: blur(5px) !important;
	opacity: .28 !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-gate-showcase {
	position: relative !important;
	z-index: 4 !important;
	min-height: 560px !important;
	padding: clamp(34px, 4vw, 58px) clamp(28px, 3.8vw, 58px) 230px !important;
	background:
		linear-gradient(180deg, rgba(82,17,17,.42), rgba(0,0,0,.62)),
		radial-gradient(circle at 74% 16%, rgba(255,255,255,.08), transparent 26%) !important;
	border: 1px solid rgba(255,255,255,.1) !important;
	border-radius: 10px !important;
	box-shadow:
		0 24px 80px rgba(0,0,0,.46),
		inset 0 1px 0 rgba(255,255,255,.05) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-showcase::before {
	content: "" !important;
	position: absolute !important;
	inset: 24px !important;
	border-radius: 8px !important;
	background:
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255,255,255,.028) 1px, transparent 1px) !important;
	background-size: 88px 88px !important;
	opacity: .58 !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-gate-showcase::after {
	content: "ACHTER HET DOEK" !important;
	position: absolute !important;
	top: 36px !important;
	right: 38px !important;
	width: auto !important;
	height: auto !important;
	padding: 10px 15px !important;
	border-radius: 5px !important;
	background: rgba(0,0,0,.46) !important;
	color: rgba(255,255,255,.74) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .2em !important;
	line-height: 1 !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	box-shadow: none !important;
}

body.dustflix-gate-body .dustflix-gate-logo {
	position: relative !important;
	z-index: 5 !important;
	display: block !important;
	width: clamp(128px, 12vw, 190px) !important;
	height: auto !important;
	margin: 0 0 clamp(52px, 6vw, 96px) !important;
	filter: drop-shadow(0 0 22px rgba(229,9,20,.36)) !important;
}

body.dustflix-gate-body .dustflix-gate-kicker,
body.dustflix-gate-body .dustflix-gate-title,
body.dustflix-gate-body .dustflix-gate-intro,
body.dustflix-gate-body .dustflix-gate-feature-list {
	position: relative !important;
	z-index: 5 !important;
}

body.dustflix-gate-body .dustflix-gate-kicker {
	margin: 0 0 18px !important;
	color: rgba(255,151,156,.88) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	letter-spacing: .24em !important;
	text-transform: uppercase !important;
}

body.dustflix-gate-body .dustflix-gate-title {
	max-width: 720px !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(58px, 6.2vw, 110px) !important;
	font-weight: 950 !important;
	line-height: .91 !important;
	letter-spacing: 0 !important;
	text-wrap: balance !important;
	text-shadow: 0 18px 40px rgba(0,0,0,.52) !important;
}

body.dustflix-gate-body .dustflix-gate-intro {
	max-width: 520px !important;
	margin: 24px 0 0 !important;
	color: rgba(255,255,255,.72) !important;
	font-size: clamp(17px, 1.25vw, 21px) !important;
	font-weight: 650 !important;
	line-height: 1.45 !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 30px !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list span {
	padding: 9px 14px !important;
	border-radius: 999px !important;
	background: rgba(255,255,255,.1) !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	color: rgba(255,255,255,.84) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
}

body.dustflix-gate-body .dustflix-stage-logo {
	position: absolute !important;
	z-index: 6 !important;
	top: clamp(28px, 4vw, 58px) !important;
	right: clamp(28px, 4vw, 62px) !important;
	display: flex !important;
	align-items: flex-end !important;
	justify-content: center !important;
	gap: 16px !important;
	width: clamp(260px, 28vw, 440px) !important;
	height: 158px !important;
	opacity: .92 !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark {
	position: relative !important;
	z-index: 3 !important;
	display: grid !important;
	place-items: center !important;
	width: clamp(126px, 11vw, 176px) !important;
	min-width: 0 !important;
	height: 66px !important;
	min-height: 0 !important;
	margin: 0 0 22px !important;
	padding: 10px 14px !important;
	border-radius: 6px !important;
	background:
		linear-gradient(180deg, rgba(20,20,20,.92), rgba(2,2,2,.98)),
		radial-gradient(circle at 50% 0, rgba(229,9,20,.18), transparent 70%) !important;
	border: 1px solid rgba(255,255,255,.13) !important;
	box-shadow:
		0 18px 48px rgba(0,0,0,.54),
		0 0 38px rgba(229,9,20,.13) !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark::before,
body.dustflix-gate-body .dustflix-stage-wordmark::after {
	display: none !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 44px !important;
	object-fit: contain !important;
	filter: drop-shadow(0 0 13px rgba(229,9,20,.36)) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight {
	position: relative !important;
	display: block !important;
	width: 82px !important;
	height: 130px !important;
	margin: 0 !important;
	transform-origin: center bottom !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-left {
	transform: rotate(-8deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-right {
	transform: rotate(8deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight::before {
	content: "" !important;
	position: absolute !important;
	top: 4px !important;
	bottom: auto !important;
	width: 170px !important;
	height: 116px !important;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(255,244,203,.56), rgba(255,238,184,.2) 28%, rgba(255,255,255,0) 72%) !important;
	clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%) !important;
	filter: blur(2px) !important;
	opacity: .5 !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-left::before {
	left: 35px !important;
	transform: rotate(25deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-right::before {
	right: 35px !important;
	transform: rotate(-25deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span {
	position: absolute !important;
	left: 50% !important;
	bottom: 18px !important;
	display: block !important;
	width: 56px !important;
	height: 38px !important;
	margin: 0 !important;
	transform: translateX(-50%) !important;
	border-radius: 999px 999px 13px 13px !important;
	background:
		radial-gradient(circle at 50% 46%, rgba(255,245,196,.9) 0 18%, rgba(174,146,86,.55) 21%, rgba(28,28,28,.98) 52%),
		linear-gradient(180deg, #3a3a3a, #101010) !important;
	border: 1px solid rgba(255,255,255,.22) !important;
	box-shadow:
		0 9px 18px rgba(0,0,0,.58),
		inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span::before {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	width: 18px !important;
	height: 18px !important;
	transform: translate(-50%, -50%) !important;
	border-radius: 50% !important;
	background: radial-gradient(circle, #fff6c9 0 24%, #d5a84b 46%, rgba(0,0,0,.2) 70%) !important;
	box-shadow: 0 0 16px rgba(255,237,166,.44) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span::after {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 100% !important;
	width: 18px !important;
	height: 48px !important;
	transform: translateX(-50%) !important;
	background: linear-gradient(180deg, #222, #090909) !important;
	border-radius: 0 0 4px 4px !important;
	border: 1px solid rgba(255,255,255,.08) !important;
}

body.dustflix-gate-body .dustflix-gate-card {
	position: relative !important;
	z-index: 5 !important;
	width: 100% !important;
	max-width: 500px !important;
	justify-self: end !important;
	margin-top: 130px !important;
	padding: clamp(26px, 3vw, 42px) !important;
	border-radius: 10px !important;
	background:
		linear-gradient(180deg, rgba(15,15,15,.92), rgba(4,4,4,.96)),
		radial-gradient(circle at 85% 0, rgba(229,9,20,.1), transparent 44%) !important;
	border: 1px solid rgba(255,255,255,.13) !important;
	box-shadow:
		0 30px 92px rgba(0,0,0,.66),
		inset 0 1px 0 rgba(255,255,255,.06) !important;
	backdrop-filter: blur(14px) !important;
}

body.dustflix-gate-body .dustflix-gate-card-header {
	align-items: flex-start !important;
	gap: 16px !important;
	margin: 0 0 18px !important;
}

body.dustflix-gate-body .dustflix-gate-badge {
	margin: 0 0 12px !important;
	color: rgba(255,151,156,.9) !important;
	background: rgba(229,9,20,.13) !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .2em !important;
}

body.dustflix-gate-body .dustflix-gate-card h2 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(34px, 3vw, 46px) !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}

body.dustflix-gate-body .dustflix-gate-status {
	background: rgba(31,164,81,.13) !important;
	color: #a8f4bf !important;
	border: 1px solid rgba(79,224,122,.14) !important;
}

body.dustflix-gate-body .dustflix-gate-card-copy {
	max-width: 390px !important;
	margin: 0 0 22px !important;
	color: rgba(255,255,255,.66) !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}

body.dustflix-gate-body .dustflix-gate-input {
	min-height: 58px !important;
	border-radius: 7px !important;
	background: rgba(255,255,255,.075) !important;
	border: 1px solid rgba(255,255,255,.14) !important;
	color: #fff !important;
}

body.dustflix-gate-body .dustflix-gate-button {
	min-height: 58px !important;
	border-radius: 7px !important;
	background: linear-gradient(180deg, #f13a33, #d70f17) !important;
	box-shadow:
		0 16px 34px rgba(229,9,20,.26),
		inset 0 1px 0 rgba(255,255,255,.16) !important;
	transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

body.dustflix-gate-body .dustflix-gate-button:hover {
	transform: translateY(-1px) !important;
	filter: brightness(1.05) !important;
	box-shadow:
		0 22px 42px rgba(229,9,20,.32),
		inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.dustflix-gate-body .dustflix-gate-field-hint,
body.dustflix-gate-body .dustflix-gate-help {
	color: rgba(255,255,255,.48) !important;
}

body.dustflix-gate-body .dustflix-popcorn-machine {
	right: clamp(34px, 4vw, 70px) !important;
	bottom: 34px !important;
	transform: scale(.82) !important;
	transform-origin: right bottom !important;
	z-index: 6 !important;
	opacity: .9 !important;
	filter: drop-shadow(0 22px 38px rgba(0,0,0,.48)) !important;
}

body.dustflix-gate-body .dustflix-countdown-shell {
	background:
		radial-gradient(circle at 50% 10%, rgba(229,9,20,.22), transparent 34%),
		linear-gradient(180deg, #050505, #000) !important;
}

body.dustflix-gate-body .dustflix-countdown-copy {
	color: rgba(255,255,255,.72) !important;
}

@media (max-width: 1180px) {
	body.dustflix-gate-body .dustflix-gate-layout {
		grid-template-columns: minmax(420px, 1fr) minmax(320px, .86fr) !important;
		gap: 34px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card {
		margin-top: 118px !important;
	}

	body.dustflix-gate-body .dustflix-popcorn-machine {
		transform: scale(.68) !important;
	}
}

@media (max-width: 920px) {
	body.dustflix-gate-body {
		overflow: auto !important;
	}

	body.dustflix-gate-body .dustflix-gate-shell {
		min-height: 100svh !important;
		align-items: center !important;
		padding: 18px !important;
		overflow-y: auto !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout {
		display: flex !important;
		flex-direction: column !important;
		width: min(100%, 520px) !important;
		min-height: 0 !important;
		gap: 14px !important;
		padding: 20px !important;
		border-radius: 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout::before,
	body.dustflix-gate-body .dustflix-gate-layout::after,
	body.dustflix-gate-body .dustflix-stage-logo,
	body.dustflix-gate-body .dustflix-popcorn-machine {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-showcase {
		width: 100% !important;
		min-height: 0 !important;
		padding: 6px 4px 2px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-showcase::before,
	body.dustflix-gate-body .dustflix-gate-showcase::after {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-logo {
		width: min(132px, 38vw) !important;
		margin: 0 0 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-kicker {
		margin-bottom: 8px !important;
		font-size: 11px !important;
		letter-spacing: .16em !important;
	}

	body.dustflix-gate-body .dustflix-gate-title {
		max-width: 360px !important;
		font-size: clamp(32px, 9.5vw, 46px) !important;
		line-height: .98 !important;
	}

	body.dustflix-gate-body .dustflix-gate-intro {
		max-width: 340px !important;
		margin-top: 12px !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
	}

	body.dustflix-gate-body .dustflix-gate-feature-list {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-card {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 16px !important;
		border-radius: 12px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card-header {
		margin-bottom: 12px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card h2 {
		font-size: clamp(25px, 7.4vw, 34px) !important;
	}

	body.dustflix-gate-body .dustflix-gate-card-copy {
		margin-bottom: 14px !important;
		font-size: 13px !important;
	}

	body.dustflix-gate-body .dustflix-gate-input,
	body.dustflix-gate-body .dustflix-gate-button {
		min-height: 49px !important;
		font-size: 15px !important;
	}
}

/* DustFlix 1.11.8 final override: compact mobile access gate, no oversized black stage block. */
@media (max-width: 760px) {
	body.dustflix-gate-body {
		min-height: 100svh !important;
		background:
			radial-gradient(circle at 50% -10%, rgba(229,9,20,.22), transparent 42%),
			linear-gradient(180deg, #080808 0%, #020202 100%) !important;
	}

	.dustflix-gate-shell {
		min-height: 100svh !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 14px !important;
		overflow-y: auto !important;
		background:
			linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.78)),
			radial-gradient(circle at 50% 0, rgba(229,9,20,.16), transparent 42%) !important;
	}

	.dustflix-gate-shell::before,
	.dustflix-gate-shell::after,
	.dustflix-gate-backdrop,
	.dustflix-gate-noise,
	.dustflix-gate-lights,
	.dustflix-stage-logo,
	.dustflix-popcorn-machine {
		display: none !important;
	}

	.dustflix-gate-layout {
		display: flex !important;
		flex-direction: column !important;
		width: min(100%, 420px) !important;
		min-height: 0 !important;
		gap: 12px !important;
		margin: 0 auto !important;
		padding: 16px !important;
		border-radius: 14px !important;
		background:
			linear-gradient(180deg, rgba(18,18,18,.92), rgba(5,5,5,.96)),
			radial-gradient(circle at 50% 0, rgba(229,9,20,.14), transparent 45%) !important;
		border: 1px solid rgba(255,255,255,.11) !important;
		box-shadow:
			0 24px 70px rgba(0,0,0,.58),
			inset 0 1px 0 rgba(255,255,255,.06) !important;
	}

	.dustflix-gate-showcase {
		order: 1 !important;
		position: relative !important;
		min-height: 0 !important;
		width: 100% !important;
		padding: 4px 4px 2px !important;
		overflow: visible !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		text-align: left !important;
	}

	.dustflix-gate-showcase::before,
	.dustflix-gate-showcase::after {
		display: none !important;
	}

	.dustflix-gate-logo {
		display: block !important;
		width: min(128px, 38vw) !important;
		height: auto !important;
		margin: 0 0 14px !important;
		object-fit: contain !important;
		filter: drop-shadow(0 0 14px rgba(229,9,20,.42)) !important;
	}

	.dustflix-gate-kicker {
		margin: 0 0 8px !important;
		font-size: 11px !important;
		letter-spacing: .14em !important;
		color: rgba(255,151,156,.78) !important;
	}

	.dustflix-gate-title {
		max-width: 320px !important;
		margin: 0 !important;
		font-size: clamp(30px, 9vw, 42px) !important;
		line-height: .98 !important;
		letter-spacing: 0 !important;
	}

	.dustflix-gate-intro {
		max-width: 320px !important;
		margin: 12px 0 0 !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
		color: rgba(255,255,255,.68) !important;
	}

	.dustflix-gate-feature-list {
		display: none !important;
	}

	.dustflix-gate-card {
		order: 2 !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 16px !important;
		border-radius: 12px !important;
		background:
			linear-gradient(180deg, rgba(22,22,22,.9), rgba(8,8,8,.95)) !important;
		border: 1px solid rgba(255,255,255,.12) !important;
		box-shadow:
			0 16px 42px rgba(0,0,0,.4),
			inset 0 1px 0 rgba(255,255,255,.05) !important;
	}

	.dustflix-gate-card-header {
		display: flex !important;
		align-items: flex-start !important;
		justify-content: space-between !important;
		gap: 12px !important;
		margin-bottom: 10px !important;
	}

	.dustflix-gate-card-header h2 {
		margin: 4px 0 0 !important;
		font-size: clamp(24px, 7vw, 32px) !important;
		line-height: 1.05 !important;
	}

	.dustflix-gate-badge {
		margin: 0 !important;
		font-size: 10px !important;
		letter-spacing: .13em !important;
	}

	.dustflix-gate-status {
		margin: 0 !important;
		padding: 6px 9px !important;
		font-size: 11px !important;
		white-space: nowrap !important;
	}

	.dustflix-gate-card-copy {
		margin: 0 0 12px !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
		color: rgba(255,255,255,.68) !important;
	}

	.dustflix-gate-form {
		gap: 10px !important;
	}

	.dustflix-gate-input,
	.dustflix-gate-button {
		min-height: 48px !important;
		border-radius: 8px !important;
		font-size: 15px !important;
	}

	.dustflix-gate-field-hint,
	.dustflix-gate-help {
		font-size: 11px !important;
		line-height: 1.35 !important;
	}

	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-layout {
		animation-delay: .18s !important;
	}

	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-showcase {
		animation-delay: .36s !important;
	}

	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-card {
		animation-delay: .48s !important;
	}
}

@media (max-width: 380px) {
	.dustflix-gate-shell {
		padding: 10px !important;
	}

	.dustflix-gate-layout {
		padding: 13px !important;
		gap: 10px !important;
	}

	.dustflix-gate-logo {
		margin-bottom: 10px !important;
	}

	.dustflix-gate-title {
		font-size: clamp(28px, 8.8vw, 34px) !important;
	}

	.dustflix-gate-intro {
		margin-top: 9px !important;
	}

	.dustflix-gate-card {
		padding: 14px !important;
	}
}

/* DustFlix 1.11.8: compact mobile access gate, no oversized black stage block. */
@media (max-width: 760px) {
	body.dustflix-gate-body {
		min-height: 100svh !important;
		background:
			radial-gradient(circle at 50% -10%, rgba(229,9,20,.22), transparent 42%),
			linear-gradient(180deg, #080808 0%, #020202 100%) !important;
	}

	.dustflix-gate-shell {
		min-height: 100svh !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 14px !important;
		overflow-y: auto !important;
		background:
			linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.78)),
			radial-gradient(circle at 50% 0, rgba(229,9,20,.16), transparent 42%) !important;
	}

	.dustflix-gate-shell::before,
	.dustflix-gate-shell::after,
	.dustflix-gate-backdrop,
	.dustflix-gate-noise,
	.dustflix-gate-lights,
	.dustflix-stage-logo,
	.dustflix-popcorn-machine {
		display: none !important;
	}

	.dustflix-gate-layout {
		display: flex !important;
		flex-direction: column !important;
		width: min(100%, 420px) !important;
		min-height: 0 !important;
		gap: 12px !important;
		margin: 0 auto !important;
		padding: 16px !important;
		border-radius: 14px !important;
		background:
			linear-gradient(180deg, rgba(18,18,18,.92), rgba(5,5,5,.96)),
			radial-gradient(circle at 50% 0, rgba(229,9,20,.14), transparent 45%) !important;
		border: 1px solid rgba(255,255,255,.11) !important;
		box-shadow:
			0 24px 70px rgba(0,0,0,.58),
			inset 0 1px 0 rgba(255,255,255,.06) !important;
	}

	.dustflix-gate-showcase {
		order: 1 !important;
		position: relative !important;
		min-height: 0 !important;
		width: 100% !important;
		padding: 4px 4px 2px !important;
		overflow: visible !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		text-align: left !important;
	}

	.dustflix-gate-showcase::before,
	.dustflix-gate-showcase::after {
		display: none !important;
	}

	.dustflix-gate-logo {
		display: block !important;
		width: min(128px, 38vw) !important;
		height: auto !important;
		margin: 0 0 14px !important;
		object-fit: contain !important;
		filter: drop-shadow(0 0 14px rgba(229,9,20,.42)) !important;
	}

	.dustflix-gate-kicker {
		margin: 0 0 8px !important;
		font-size: 11px !important;
		letter-spacing: .14em !important;
		color: rgba(255,151,156,.78) !important;
	}

	.dustflix-gate-title {
		max-width: 320px !important;
		margin: 0 !important;
		font-size: clamp(30px, 9vw, 42px) !important;
		line-height: .98 !important;
		letter-spacing: 0 !important;
	}

	.dustflix-gate-intro {
		max-width: 320px !important;
		margin: 12px 0 0 !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
		color: rgba(255,255,255,.68) !important;
	}

	.dustflix-gate-feature-list {
		display: none !important;
	}

	.dustflix-gate-card {
		order: 2 !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 16px !important;
		border-radius: 12px !important;
		background:
			linear-gradient(180deg, rgba(22,22,22,.9), rgba(8,8,8,.95)) !important;
		border: 1px solid rgba(255,255,255,.12) !important;
		box-shadow:
			0 16px 42px rgba(0,0,0,.4),
			inset 0 1px 0 rgba(255,255,255,.05) !important;
	}

	.dustflix-gate-card-header {
		display: flex !important;
		align-items: flex-start !important;
		justify-content: space-between !important;
		gap: 12px !important;
		margin-bottom: 10px !important;
	}

	.dustflix-gate-card-header h2 {
		margin: 4px 0 0 !important;
		font-size: clamp(24px, 7vw, 32px) !important;
		line-height: 1.05 !important;
	}

	.dustflix-gate-badge {
		margin: 0 !important;
		font-size: 10px !important;
		letter-spacing: .13em !important;
	}

	.dustflix-gate-status {
		margin: 0 !important;
		padding: 6px 9px !important;
		font-size: 11px !important;
		white-space: nowrap !important;
	}

	.dustflix-gate-card-copy {
		margin: 0 0 12px !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
		color: rgba(255,255,255,.68) !important;
	}

	.dustflix-gate-form {
		gap: 10px !important;
	}

	.dustflix-gate-input,
	.dustflix-gate-button {
		min-height: 48px !important;
		border-radius: 8px !important;
		font-size: 15px !important;
	}

	.dustflix-gate-field-hint,
	.dustflix-gate-help {
		font-size: 11px !important;
		line-height: 1.35 !important;
	}

	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-layout {
		animation-delay: .18s !important;
	}

	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-showcase {
		animation-delay: .36s !important;
	}

	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-card {
		animation-delay: .48s !important;
	}
}

@media (max-width: 380px) {
	.dustflix-gate-shell {
		padding: 10px !important;
	}

	.dustflix-gate-layout {
		padding: 13px !important;
		gap: 10px !important;
	}

	.dustflix-gate-logo {
		margin-bottom: 10px !important;
	}

	.dustflix-gate-title {
		font-size: clamp(28px, 8.8vw, 34px) !important;
	}

	.dustflix-gate-intro {
		margin-top: 9px !important;
	}

	.dustflix-gate-card {
		padding: 14px !important;
	}
}

/* DustFlix 1.11.7: keep the popcorn machine from blocking the mobile gate. */
@media (max-width: 720px) {
	.dustflix-gate-showcase {
		min-height: 0 !important;
		padding-bottom: 24px !important;
	}

	.dustflix-popcorn-machine {
		display: none !important;
	}
}

@media (min-width: 721px) and (max-width: 980px) {
	.dustflix-gate-showcase {
		padding-bottom: 210px !important;
	}

	.dustflix-popcorn-machine {
		right: 50% !important;
		bottom: 18px !important;
		transform: translateX(50%) scale(.62) !important;
		transform-origin: center bottom !important;
		opacity: .8 !important;
		pointer-events: none !important;
	}
}

/* DustFlix 1.6.0: professional two-column streaming login. */
body.dustflix-gate-body {
	background: #030303;
	font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.dustflix-gate-shell {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 24px;
	background:
		linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.7) 48%, rgba(0,0,0,.95) 100%),
		radial-gradient(circle at 20% 22%, rgba(229,9,20,.26), transparent 28%),
		radial-gradient(circle at 84% 76%, rgba(255,255,255,.07), transparent 30%),
		#050505;
	overflow: hidden;
}

.dustflix-gate-shell::before {
	content: "";
	position: absolute;
	inset: 9vh 4vw;
	opacity: .34;
	background:
		linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.88)),
		repeating-linear-gradient(90deg, rgba(255,255,255,.11) 0 1px, transparent 1px 148px),
		repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 210px);
	border-radius: 10px;
	box-shadow: inset 0 0 120px rgba(0,0,0,.9);
}

.dustflix-gate-shell::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -10vh;
	width: min(980px, 92vw);
	height: 82vh;
	transform: translateX(-50%);
	background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(229,9,20,.04) 42%, transparent);
	clip-path: polygon(43% 0, 57% 0, 88% 100%, 12% 100%);
	opacity: .24;
	pointer-events: none;
}

.dustflix-gate-backdrop {
	opacity: .52;
	background:
		linear-gradient(90deg, rgba(229,9,20,.16), transparent 36%),
		radial-gradient(circle at 72% 18%, rgba(229,9,20,.22), transparent 28%);
	filter: none;
	transform: none;
}

.dustflix-gate-backdrop::before,
.dustflix-gate-backdrop::after,
.dustflix-gate-noise,
.dustflix-gate-lights,
.dustflix-gate-panel,
.dustflix-gate-cinema,
.dustflix-gate-intro-stage,
.dustflix-gate-preview {
	display: none !important;
}

.dustflix-gate-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 420px);
	gap: 36px;
	align-items: stretch;
	width: min(100%, 1040px);
	min-height: 560px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(5,5,5,.72);
	box-shadow: 0 30px 100px rgba(0,0,0,.66);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.dustflix-gate-showcase,
.dustflix-gate-card {
	position: relative;
	border-radius: 8px;
}

.dustflix-gate-showcase {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 520px;
	padding: clamp(28px, 4vw, 48px);
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.82)),
		linear-gradient(135deg, rgba(229,9,20,.24), rgba(255,255,255,.035)),
		#111;
}

.dustflix-gate-showcase::before {
	content: "";
	position: absolute;
	inset: 22px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255,255,255,.1), transparent 1px),
		linear-gradient(180deg, rgba(255,255,255,.08), transparent 1px);
	background-size: 112px 100%, 100% 144px;
	opacity: .34;
}

.dustflix-gate-showcase::after {
	content: "PRIVATE CINEMA";
	position: absolute;
	right: 28px;
	top: 28px;
	padding: 8px 11px;
	border-radius: 4px;
	background: rgba(0,0,0,.42);
	color: rgba(255,255,255,.58);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
}

.dustflix-gate-logo,
.dustflix-gate-kicker,
.dustflix-gate-title,
.dustflix-gate-intro,
.dustflix-gate-feature-list {
	position: relative;
	z-index: 1;
}

.dustflix-gate-logo {
	width: 86px;
	margin: 0 0 auto;
	filter: drop-shadow(0 0 20px rgba(229,9,20,.36));
}

.dustflix-gate-kicker,
.dustflix-gate-badge {
	margin: 0 0 12px;
	color: #ff747b;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.dustflix-gate-title {
	max-width: 560px;
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(42px, 5.6vw, 76px);
	line-height: .96;
	font-weight: 950;
	letter-spacing: 0;
	text-shadow: 0 18px 50px rgba(0,0,0,.55);
}

.dustflix-gate-intro {
	max-width: 520px;
	margin: 0 0 24px;
	color: rgba(255,255,255,.74);
	font-size: 17px;
	line-height: 1.55;
}

.dustflix-gate-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.dustflix-gate-feature-list span {
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	color: rgba(255,255,255,.82);
	font-size: 12px;
	font-weight: 850;
}

.dustflix-gate-card {
	align-self: center;
	padding: 28px;
	background: rgba(10,10,10,.92);
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 20px 70px rgba(0,0,0,.48);
}

.dustflix-gate-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 14px;
}

.dustflix-gate-card-header h2 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.05;
	font-weight: 900;
}

.dustflix-gate-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 9px;
	border-radius: 999px;
	background: rgba(50,180,100,.12);
	color: #8beaaf;
	font-size: 12px;
	font-weight: 850;
}

.dustflix-gate-status::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #35d475;
}

.dustflix-gate-card-copy {
	margin: 0 0 22px;
	color: rgba(255,255,255,.66);
	font-size: 14px;
	line-height: 1.5;
}

.dustflix-gate-form {
	display: grid;
	gap: 12px;
	max-width: none;
	margin: 0;
}

.dustflix-gate-input {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,.16);
	background: #171717;
	color: #fff;
	text-align: left;
	font-size: 15px;
}

.dustflix-gate-button {
	height: 50px;
	border-radius: 5px;
	background: #e50914;
	box-shadow: none;
	letter-spacing: 0;
	text-transform: none;
}

.dustflix-gate-button:hover,
.dustflix-gate-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 16px 42px rgba(229,9,20,.28);
}

@media (max-width: 860px) {
	.dustflix-gate-shell {
		padding: 18px;
	}

	.dustflix-gate-layout {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 14px;
	}

	.dustflix-gate-showcase {
		min-height: 330px;
	}

	.dustflix-gate-card {
		align-self: stretch;
	}
}

@media (max-width: 560px) {
	.dustflix-gate-layout {
		padding: 10px;
	}

	.dustflix-gate-showcase,
	.dustflix-gate-card {
		padding: 22px;
	}

	.dustflix-gate-title {
		font-size: clamp(36px, 12vw, 52px);
	}
}

.dustflix-gate-shell {
	position: relative;
	min-height: 100vh;
	display: grid;
	place-items: center;
	padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));
	overflow: hidden;
	background:
		radial-gradient(circle at top, rgba(229, 9, 20, 0.18), transparent 26%),
		radial-gradient(circle at bottom, rgba(138, 3, 10, 0.26), transparent 30%),
		linear-gradient(180deg, #000 0%, #090909 44%, #000 100%);
}

.dustflix-gate-backdrop,
.dustflix-gate-noise,
.dustflix-gate-lights {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.dustflix-gate-backdrop {
	background:
		radial-gradient(circle at center, rgba(229, 9, 20, 0.12), transparent 40%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(229, 9, 20, 0.08), rgba(0, 0, 0, 0.92));
	filter: blur(18px);
	transform: scale(1.08);
}

.dustflix-gate-noise {
	opacity: 0.06;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 3px 3px, 4px 4px;
	mix-blend-mode: screen;
}

.dustflix-gate-lights {
	width: 36vw;
	height: 160vh;
	top: -20vh;
	background: radial-gradient(circle, rgba(229, 9, 20, 0.28), transparent 62%);
	filter: blur(26px);
	animation: dustflixGateFloat 11s ease-in-out infinite;
}

.dustflix-gate-lights-left {
	left: -14vw;
	transform: rotate(10deg);
}

.dustflix-gate-lights-right {
	right: -14vw;
	transform: rotate(-10deg);
	animation-direction: reverse;
}

.dustflix-gate-panel {
	position: relative;
	z-index: 1;
	width: min(100%, 620px);
	padding: 28px 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(14, 14, 14, 0.96), rgba(6, 6, 6, 0.98)),
		linear-gradient(135deg, rgba(229, 9, 20, 0.12), rgba(255, 255, 255, 0.02));
	box-shadow:
		0 30px 90px rgba(0, 0, 0, 0.6),
		0 0 0 1px rgba(255, 255, 255, 0.03) inset,
		0 0 70px rgba(229, 9, 20, 0.18);
	text-align: center;
	overflow: hidden;
}

.dustflix-gate-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.08) 44%, transparent 60%);
	transform: translateX(-120%);
	animation: dustflixGateSweep 6s linear infinite;
	pointer-events: none;
}

.dustflix-gate-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ff9ea4;
}

.dustflix-gate-logo {
	display: block;
	width: min(280px, 64%);
	margin: 0 auto 14px;
	filter: drop-shadow(0 0 22px rgba(229, 9, 20, 0.75));
}

.dustflix-gate-title {
	margin: 0 0 8px;
	font-size: clamp(28px, 5vw, 44px);
	line-height: 1;
	font-weight: 900;
	color: #fff;
	text-shadow: 0 0 28px rgba(229, 9, 20, 0.25);
}

.dustflix-gate-intro {
	max-width: 460px;
	margin: 0 auto 14px;
	font-size: 15px;
	line-height: 1.55;
	color: #d7d7d7;
}

.dustflix-gate-form {
	display: grid;
	gap: 10px;
	max-width: 380px;
	margin: 0 auto;
}

.dustflix-gate-input {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-size: 16px;
	text-align: center;
	outline: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dustflix-gate-input::placeholder {
	color: #b4b4b4;
}

.dustflix-gate-input:focus {
	border-color: rgba(229, 9, 20, 0.8);
	box-shadow: 0 0 0 4px rgba(229, 9, 20, 0.14);
	transform: translateY(-1px);
}

.dustflix-gate-button {
	border: 0;
	border-radius: 16px;
	padding: 14px 20px;
	background: linear-gradient(135deg, #e50914, #8e0209);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.04em;
	cursor: pointer;
	box-shadow: 0 18px 36px rgba(229, 9, 20, 0.26);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.dustflix-gate-button:hover,
.dustflix-gate-button:focus-visible {
	transform: translateY(-2px) scale(1.01);
	box-shadow: 0 24px 40px rgba(229, 9, 20, 0.34);
	filter: brightness(1.04);
}

.dustflix-gate-error {
	margin: 2px 0 0;
	padding: 10px 12px;
	border: 1px solid rgba(255, 113, 113, 0.25);
	border-radius: 12px;
	background: rgba(229, 9, 20, 0.12);
	color: #ffb7bb;
	font-size: 13px;
	line-height: 1.4;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@keyframes dustflixGateFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 18px, 0);
	}
}

@keyframes dustflixGateSweep {
	0% {
		transform: translateX(-120%);
	}
	100% {
		transform: translateX(120%);
	}
}

@media (max-width: 640px) {
	.dustflix-gate-shell {
		padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
	}

	.dustflix-gate-panel {
		width: min(100%, 420px);
		padding: 22px 16px;
		border-radius: 20px;
	}

	.dustflix-gate-title {
		font-size: clamp(24px, 8vw, 34px);
	}

	.dustflix-gate-intro {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.dustflix-gate-logo {
		width: min(220px, 62%);
		margin-bottom: 12px;
	}

	.dustflix-gate-input,
	.dustflix-gate-button {
		font-size: 15px;
	}
}

/* DustFlix 1.2.0: make the gate feel like a focused streaming profile/login screen. */
.dustflix-gate-shell {
	align-items: center;
	justify-items: center;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.94)),
		radial-gradient(circle at 20% 15%, rgba(229, 9, 20, 0.28), transparent 28%),
		linear-gradient(180deg, #050505 0%, #101010 54%, #000 100%);
}

.dustflix-gate-panel {
	width: min(100%, 480px);
	padding: 34px 30px 30px;
	border-radius: 8px;
	text-align: left;
	background: rgba(0, 0, 0, 0.78);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.62);
}

.dustflix-gate-panel::before,
.dustflix-gate-lights,
.dustflix-gate-noise {
	display: none;
}

.dustflix-gate-badge {
	margin-bottom: 18px;
	border: 0;
	border-radius: 4px;
	background: rgba(229, 9, 20, 0.16);
	color: #ff6b72;
	letter-spacing: 0.12em;
}

.dustflix-gate-logo {
	width: 88px;
	margin: 0 0 24px;
	filter: drop-shadow(0 0 18px rgba(229, 9, 20, 0.45));
}

.dustflix-gate-title {
	margin-bottom: 12px;
	font-size: clamp(34px, 6vw, 52px);
	letter-spacing: 0;
}

.dustflix-gate-intro {
	max-width: 380px;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.72);
}

.dustflix-gate-form {
	max-width: none;
	margin: 0;
	gap: 12px;
}

.dustflix-gate-input {
	border-radius: 4px;
	text-align: left;
	background: #161616;
}

.dustflix-gate-button {
	border-radius: 4px;
	background: #e50914;
	box-shadow: none;
	text-transform: none;
}

.dustflix-gate-button:hover,
.dustflix-gate-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 34px rgba(229, 9, 20, 0.22);
}

@media (max-width: 640px) {
	.dustflix-gate-panel {
		width: min(100%, 420px);
		padding: 28px 20px 24px;
		border-radius: 8px;
	}

	.dustflix-gate-logo {
		width: 76px;
		margin: 0 0 20px;
	}
}

/* DustFlix 1.3.0: richer first impression with a compact streaming intro. */
.dustflix-gate-shell {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.96)),
		radial-gradient(circle at 72% 18%, rgba(229, 9, 20, 0.34), transparent 25%),
		radial-gradient(circle at 22% 88%, rgba(255, 255, 255, 0.09), transparent 24%),
		linear-gradient(180deg, #050505 0%, #151515 52%, #000 100%);
}

.dustflix-gate-panel {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1fr);
	gap: 34px;
	align-items: center;
	width: min(100%, 940px);
	padding: 34px;
}

.dustflix-gate-intro-stage {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 0.82fr;
	grid-template-rows: 1fr 1fr;
	gap: 12px;
	min-height: 360px;
}

.dustflix-gate-preview {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 0;
	padding: 16px;
	border-radius: 8px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.82)),
		linear-gradient(135deg, #262626, #101010);
	border: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.dustflix-gate-preview::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 76% 18%, rgba(229, 9, 20, 0.44), transparent 26%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 42%);
	opacity: 0.82;
}

.dustflix-gate-preview::after {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
		repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.04) 18px 19px);
	opacity: 0.58;
}

.dustflix-gate-preview-large {
	grid-row: span 2;
	min-height: 360px;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.86)),
		linear-gradient(135deg, #3a1114, #111);
}

.dustflix-gate-preview span {
	position: relative;
	z-index: 1;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
}

.dustflix-gate-logo {
	width: 104px;
}

.dustflix-gate-title {
	max-width: 430px;
	font-size: clamp(42px, 5vw, 66px);
	line-height: 0.98;
}

.dustflix-gate-intro {
	max-width: 440px;
	font-size: 16px;
	line-height: 1.55;
}

.dustflix-gate-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -8px 0 20px;
}

.dustflix-gate-highlights span {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
}

@media (max-width: 820px) {
	.dustflix-gate-panel {
		grid-template-columns: 1fr;
		width: min(100%, 520px);
		gap: 22px;
	}

	.dustflix-gate-intro-stage {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		min-height: 108px;
	}

	.dustflix-gate-preview,
	.dustflix-gate-preview-large {
		grid-row: auto;
		min-height: 108px;
		padding: 12px;
	}

	.dustflix-gate-preview span {
		font-size: 15px;
	}

	.dustflix-gate-title {
		font-size: clamp(32px, 8vw, 46px);
	}
}

/* DustFlix 1.4.0: clean professional streaming login. */
body.dustflix-gate-body {
	background: #050505;
	font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.dustflix-gate-shell {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 18px;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.74) 48%, rgba(0, 0, 0, 0.94)),
		radial-gradient(circle at 78% 18%, rgba(229, 9, 20, 0.24), transparent 28%),
		linear-gradient(180deg, #070707, #000);
}

.dustflix-gate-backdrop {
	background:
		linear-gradient(90deg, rgba(229, 9, 20, 0.12), transparent 34%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 156px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 220px);
	filter: none;
	transform: none;
	opacity: 0.46;
}

.dustflix-gate-backdrop::before {
	content: "";
	position: absolute;
	inset: 11vh 4vw;
	background:
		linear-gradient(135deg, rgba(229, 9, 20, 0.26), rgba(255, 255, 255, 0.03)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015));
	border-radius: 8px;
	mask-image:
		linear-gradient(90deg, #000 0 18%, transparent 18% 20%, #000 20% 38%, transparent 38% 40%, #000 40% 58%, transparent 58% 60%, #000 60% 78%, transparent 78% 80%, #000 80%);
	-webkit-mask-image:
		linear-gradient(90deg, #000 0 18%, transparent 18% 20%, #000 20% 38%, transparent 38% 40%, #000 40% 58%, transparent 58% 60%, #000 60% 78%, transparent 78% 80%, #000 80%);
	opacity: 0.36;
}

.dustflix-gate-panel {
	position: relative;
	z-index: 1;
	display: block;
	width: min(100%, 440px);
	padding: 38px 34px 32px;
	border-radius: 8px;
	text-align: left;
	background: rgba(8, 8, 8, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 28px 86px rgba(0, 0, 0, 0.62);
}

.dustflix-gate-panel::before,
.dustflix-gate-intro-stage,
.dustflix-gate-preview,
.dustflix-gate-lights,
.dustflix-gate-noise {
	display: none !important;
}

.dustflix-gate-logo {
	display: block;
	width: 74px;
	margin: 0 0 30px;
	filter: drop-shadow(0 0 18px rgba(229, 9, 20, 0.3));
}

.dustflix-gate-badge {
	display: inline-flex;
	margin: 0 0 16px;
	padding: 6px 9px;
	border-radius: 4px;
	background: rgba(229, 9, 20, 0.14);
	color: #ff7a80;
	font-size: 11px;
	letter-spacing: 0.12em;
}

.dustflix-gate-title {
	max-width: 360px;
	margin: 0 0 12px;
	font-size: clamp(34px, 5vw, 48px);
	line-height: 1.02;
	font-weight: 900;
	color: #fff;
	text-shadow: none;
}

.dustflix-gate-intro {
	max-width: 360px;
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.55;
}

.dustflix-gate-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 24px;
}

.dustflix-gate-highlights span {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	font-weight: 800;
}

.dustflix-gate-form {
	display: grid;
	gap: 12px;
	max-width: none;
	margin: 0;
}

.dustflix-gate-input {
	height: 48px;
	padding: 0 14px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #161616;
	text-align: left;
}

.dustflix-gate-button {
	height: 48px;
	border-radius: 4px;
	background: #e50914;
	box-shadow: none;
	text-transform: none;
	letter-spacing: 0;
}

.dustflix-gate-button:hover,
.dustflix-gate-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 36px rgba(229, 9, 20, 0.24);
}

@media (max-width: 560px) {
	.dustflix-gate-shell {
		align-items: stretch;
		padding: 18px 14px;
	}

	.dustflix-gate-panel {
		width: 100%;
		margin: auto 0;
		padding: 30px 22px 26px;
	}

	.dustflix-gate-logo {
		width: 64px;
		margin-bottom: 24px;
	}
}

/* DustFlix 1.5.0: add controlled cinema atmosphere without clutter. */
.dustflix-gate-shell {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.96)),
		radial-gradient(circle at 70% 18%, rgba(229, 9, 20, 0.28), transparent 28%),
		radial-gradient(circle at 18% 74%, rgba(255, 255, 255, 0.08), transparent 24%),
		linear-gradient(180deg, #070707, #000);
}

.dustflix-gate-backdrop {
	opacity: 0.58;
}

.dustflix-gate-backdrop::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: min(900px, 86vw);
	height: 58vh;
	transform: translateX(-50%);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(229, 9, 20, 0.04) 38%, transparent 100%);
	clip-path: polygon(38% 0, 62% 0, 92% 100%, 8% 100%);
	opacity: 0.32;
}

.dustflix-gate-panel {
	width: min(100%, 520px);
	padding: 28px 34px 32px;
}

.dustflix-gate-cinema {
	margin: 0 0 24px;
}

.dustflix-gate-marquee {
	display: grid;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(229, 9, 20, 0.16), rgba(255, 255, 255, 0.045)),
		rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.09);
}

.dustflix-gate-marquee span {
	color: #ff7a80;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dustflix-gate-marquee strong {
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
}

.dustflix-gate-filmstrip {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	margin-top: 10px;
}

.dustflix-gate-filmstrip span {
	height: 62px;
	border-radius: 6px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.5)),
		linear-gradient(135deg, rgba(229, 9, 20, 0.28), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.32);
}

.dustflix-gate-filmstrip span:nth-child(2),
.dustflix-gate-filmstrip span:nth-child(4) {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.62)),
		linear-gradient(135deg, rgba(80, 80, 80, 0.36), rgba(229, 9, 20, 0.08));
}

.dustflix-gate-logo {
	margin-bottom: 22px;
}

@media (max-width: 560px) {
	.dustflix-gate-panel {
		width: 100%;
		padding: 24px 18px 22px;
	}

	.dustflix-gate-filmstrip span {
		height: 48px;
	}

}

/* DustFlix 1.6.0 final layer: keep this at the end so older theme rules cannot win. */
.dustflix-gate-shell {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 24px;
	background:
		linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.7) 48%, rgba(0,0,0,.95) 100%),
		radial-gradient(circle at 20% 22%, rgba(229,9,20,.26), transparent 28%),
		radial-gradient(circle at 84% 76%, rgba(255,255,255,.07), transparent 30%),
		#050505;
	overflow: hidden;
}

.dustflix-gate-shell::before {
	content: "";
	position: absolute;
	inset: 9vh 4vw;
	opacity: .34;
	background:
		linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.88)),
		repeating-linear-gradient(90deg, rgba(255,255,255,.11) 0 1px, transparent 1px 148px),
		repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 210px);
	border-radius: 10px;
	box-shadow: inset 0 0 120px rgba(0,0,0,.9);
}

.dustflix-gate-backdrop::before,
.dustflix-gate-backdrop::after,
.dustflix-gate-noise,
.dustflix-gate-lights,
.dustflix-gate-panel,
.dustflix-gate-cinema,
.dustflix-gate-intro-stage,
.dustflix-gate-preview {
	display: none !important;
}

.dustflix-gate-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 420px);
	gap: 36px;
	align-items: stretch;
	width: min(100%, 1040px);
	min-height: 560px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(5,5,5,.72);
	box-shadow: 0 30px 100px rgba(0,0,0,.66);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.dustflix-gate-showcase {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 520px;
	padding: clamp(28px, 4vw, 48px);
	overflow: hidden;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.82)),
		linear-gradient(135deg, rgba(229,9,20,.24), rgba(255,255,255,.035)),
		#111;
}

.dustflix-gate-showcase::before {
	content: "";
	position: absolute;
	inset: 22px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255,255,255,.1), transparent 1px),
		linear-gradient(180deg, rgba(255,255,255,.08), transparent 1px);
	background-size: 112px 100%, 100% 144px;
	opacity: .34;
}

.dustflix-gate-showcase::after {
	content: "PRIVATE CINEMA";
	position: absolute;
	right: 28px;
	top: 28px;
	padding: 8px 11px;
	border-radius: 4px;
	background: rgba(0,0,0,.42);
	color: rgba(255,255,255,.58);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
}

.dustflix-gate-card {
	position: relative;
	align-self: center;
	padding: 28px;
	border-radius: 8px;
	background: rgba(10,10,10,.92);
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 20px 70px rgba(0,0,0,.48);
}

.dustflix-gate-logo,
.dustflix-gate-kicker,
.dustflix-gate-title,
.dustflix-gate-intro,
.dustflix-gate-feature-list {
	position: relative;
	z-index: 1;
}

.dustflix-gate-logo {
	width: 86px;
	margin: 0 0 auto;
	filter: drop-shadow(0 0 20px rgba(229,9,20,.36));
}

.dustflix-gate-title {
	max-width: 560px;
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(42px, 5.6vw, 76px);
	line-height: .96;
	font-weight: 950;
	letter-spacing: 0;
	text-shadow: 0 18px 50px rgba(0,0,0,.55);
}

.dustflix-gate-intro {
	max-width: 520px;
	margin: 0 0 24px;
	color: rgba(255,255,255,.74);
	font-size: 17px;
	line-height: 1.55;
}

.dustflix-gate-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.dustflix-gate-feature-list span {
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	color: rgba(255,255,255,.82);
	font-size: 12px;
	font-weight: 850;
}

.dustflix-gate-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 14px;
}

.dustflix-gate-card-header h2 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.05;
	font-weight: 900;
}

.dustflix-gate-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 9px;
	border-radius: 999px;
	background: rgba(50,180,100,.12);
	color: #8beaaf;
	font-size: 12px;
	font-weight: 850;
}

.dustflix-gate-status::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #35d475;
}

.dustflix-gate-card-copy {
	margin: 0 0 22px;
	color: rgba(255,255,255,.66);
	font-size: 14px;
	line-height: 1.5;
}

.dustflix-gate-form {
	display: grid;
	gap: 12px;
	max-width: none;
	margin: 0;
}

.dustflix-gate-input {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,.16);
	background: #171717;
	color: #fff;
	text-align: left;
	font-size: 15px;
}

.dustflix-gate-button {
	height: 50px;
	border-radius: 5px;
	background: #e50914;
	box-shadow: none;
	letter-spacing: 0;
	text-transform: none;
}

@media (max-width: 860px) {
	.dustflix-gate-layout {
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 14px;
	}

	.dustflix-gate-showcase {
		min-height: 330px;
	}

	.dustflix-gate-card {
		align-self: stretch;
	}
}

@media (max-width: 560px) {
	.dustflix-gate-shell {
		padding: 18px;
	}

	.dustflix-gate-layout {
		padding: 10px;
	}

	.dustflix-gate-showcase,
	.dustflix-gate-card {
		padding: 22px;
	}
}

/* DustFlix 1.7.0: animated cinema popcorn machine. */
.dustflix-popcorn-machine {
	position: absolute;
	right: clamp(22px, 4vw, 46px);
	bottom: clamp(22px, 4vw, 42px);
	z-index: 1;
	width: 122px;
	height: 178px;
	filter: drop-shadow(0 20px 36px rgba(0,0,0,.48));
}

.dustflix-popcorn-glass {
	position: absolute;
	left: 16px;
	top: 14px;
	width: 90px;
	height: 84px;
	border: 3px solid rgba(255,255,255,.2);
	border-radius: 8px 8px 4px 4px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.025)),
		rgba(10,10,10,.42);
	overflow: hidden;
}

.dustflix-popcorn-glass::before,
.dustflix-popcorn-glass::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: rgba(255,255,255,.1);
}

.dustflix-popcorn-glass::before {
	left: 26px;
}

.dustflix-popcorn-glass::after {
	right: 26px;
}

.dustflix-popcorn-body {
	position: absolute;
	left: 10px;
	top: 94px;
	width: 102px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background:
		linear-gradient(90deg, rgba(255,255,255,.16) 0 16%, transparent 16% 32%, rgba(255,255,255,.12) 32% 48%, transparent 48% 64%, rgba(255,255,255,.12) 64% 80%, transparent 80%),
		linear-gradient(180deg, #e50914, #8c050c);
	border: 1px solid rgba(255,255,255,.16);
}

.dustflix-popcorn-body strong {
	display: inline-flex;
	padding: 4px 7px;
	border-radius: 4px;
	background: rgba(0,0,0,.34);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 950;
	letter-spacing: .02em;
}

.dustflix-popcorn-base {
	position: absolute;
	left: 2px;
	bottom: 9px;
	width: 118px;
	height: 20px;
	border-radius: 999px 999px 8px 8px;
	background: linear-gradient(180deg, #252525, #080808);
	border: 1px solid rgba(255,255,255,.11);
}

.dustflix-popcorn-corn {
	position: absolute;
	left: 9px;
	right: 9px;
	bottom: 8px;
	height: 28px;
}

.dustflix-popcorn-corn span,
.dustflix-popcorn-kernels span {
	position: absolute;
	width: 15px;
	height: 12px;
	border-radius: 50% 50% 45% 55%;
	background:
		radial-gradient(circle at 35% 28%, #fff7c2 0 24%, #ffd95b 25% 62%, #d99820 63% 100%);
	box-shadow: 0 0 10px rgba(255,217,91,.22);
}

.dustflix-popcorn-corn span:nth-child(1) { left: 6px; bottom: 0; transform: rotate(-14deg); }
.dustflix-popcorn-corn span:nth-child(2) { left: 24px; bottom: 8px; transform: rotate(10deg); }
.dustflix-popcorn-corn span:nth-child(3) { left: 43px; bottom: 2px; transform: rotate(-8deg); }
.dustflix-popcorn-corn span:nth-child(4) { right: 8px; bottom: 10px; transform: rotate(16deg); }

.dustflix-popcorn-kernels {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.dustflix-popcorn-kernels span {
	left: 50%;
	top: 42px;
	opacity: 0;
	animation: dustflixPopcornPop 2.15s ease-in-out infinite;
}

.dustflix-popcorn-kernels span:nth-child(1) {
	--pop-x: -42px;
	--pop-y: -44px;
	animation-delay: .05s;
}

.dustflix-popcorn-kernels span:nth-child(2) {
	--pop-x: -18px;
	--pop-y: -58px;
	animation-delay: .45s;
}

.dustflix-popcorn-kernels span:nth-child(3) {
	--pop-x: 10px;
	--pop-y: -50px;
	animation-delay: .82s;
}

.dustflix-popcorn-kernels span:nth-child(4) {
	--pop-x: 34px;
	--pop-y: -38px;
	animation-delay: 1.18s;
}

.dustflix-popcorn-kernels span:nth-child(5) {
	--pop-x: -4px;
	--pop-y: -72px;
	animation-delay: 1.54s;
}

@keyframes dustflixPopcornPop {
	0% {
		opacity: 0;
		transform: translate3d(-50%, 20px, 0) scale(.56) rotate(0deg);
	}
	18% {
		opacity: 1;
	}
	54% {
		opacity: 1;
		transform: translate3d(calc(-50% + var(--pop-x)), var(--pop-y), 0) scale(1) rotate(160deg);
	}
	100% {
		opacity: 0;
		transform: translate3d(calc(-50% + var(--pop-x) * .62), 2px, 0) scale(.82) rotate(260deg);
	}
}

@media (max-width: 860px) {
	.dustflix-popcorn-machine {
		right: 22px;
		bottom: 22px;
		transform: scale(.86);
		transform-origin: right bottom;
	}
}

@media (max-width: 560px) {
	.dustflix-popcorn-machine {
		opacity: .42;
		transform: scale(.72);
	}
}

/* DustFlix 1.7.1: more realistic popcorn cart, anchored away from copy. */
.dustflix-gate-showcase {
	padding-right: 230px;
}

.dustflix-popcorn-machine {
	right: 34px;
	bottom: 42px;
	width: 174px;
	height: 258px;
	z-index: 2;
	filter: drop-shadow(0 26px 42px rgba(0,0,0,.58));
}

.dustflix-popcorn-canopy {
	position: absolute;
	left: 16px;
	top: 0;
	width: 142px;
	height: 32px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
	border-radius: 10px 10px 4px 4px;
	border: 2px solid rgba(255,255,255,.18);
	background: #f6f1dd;
}

.dustflix-popcorn-canopy span:nth-child(odd) {
	background: linear-gradient(180deg, #f43a32, #a80711);
}

.dustflix-popcorn-canopy span:nth-child(even) {
	background: linear-gradient(180deg, #fff4cf, #d8bd7a);
}

.dustflix-popcorn-canopy::after {
	content: "";
	position: absolute;
	left: -8px;
	right: -8px;
	bottom: -13px;
	height: 24px;
	background: radial-gradient(circle at 18px 0, transparent 0 12px, rgba(0,0,0,.28) 13px 14px, transparent 15px);
	background-size: 36px 24px;
	opacity: .35;
}

.dustflix-popcorn-glass {
	left: 24px;
	top: 31px;
	width: 126px;
	height: 104px;
	border: 3px solid rgba(255,255,255,.26);
	border-radius: 4px;
	background:
		linear-gradient(115deg, rgba(255,255,255,.24), rgba(255,255,255,.05) 32%, rgba(0,0,0,.2)),
		rgba(18,18,18,.58);
	box-shadow: inset 0 0 26px rgba(255,255,255,.05);
}

.dustflix-popcorn-glass::before,
.dustflix-popcorn-glass::after {
	width: 3px;
	background: rgba(255,255,255,.12);
}

.dustflix-popcorn-glass::before { left: 39px; }
.dustflix-popcorn-glass::after { right: 39px; }

.dustflix-popcorn-kettle {
	position: absolute;
	left: 38px;
	top: 26px;
	width: 50px;
	height: 30px;
	border-radius: 6px 6px 12px 12px;
	background: linear-gradient(180deg, #5c5c5c, #161616);
	border: 2px solid rgba(255,255,255,.18);
	box-shadow: 0 8px 14px rgba(0,0,0,.38);
}

.dustflix-popcorn-kettle::before {
	content: "";
	position: absolute;
	left: -10px;
	right: -10px;
	top: 8px;
	height: 3px;
	background: rgba(255,255,255,.18);
}

.dustflix-popcorn-body {
	left: 16px;
	top: 133px;
	width: 142px;
	height: 72px;
	border-radius: 6px;
	background:
		linear-gradient(90deg, #d9161f 0 20%, #9f0610 20% 40%, #f0443d 40% 60%, #9f0610 60% 80%, #d9161f 80%),
		#c90d15;
	border: 2px solid rgba(255,255,255,.18);
}

.dustflix-popcorn-body::before {
	content: "";
	position: absolute;
	left: 13px;
	right: 13px;
	top: 10px;
	height: 18px;
	border-radius: 4px;
	background: rgba(255,245,208,.9);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.18);
}

.dustflix-popcorn-body strong {
	position: relative;
	top: 18px;
	padding: 7px 10px;
	background: rgba(0,0,0,.48);
	font-size: 15px;
	text-transform: uppercase;
}

.dustflix-popcorn-legs {
	position: absolute;
	left: 32px;
	top: 203px;
	width: 110px;
	height: 32px;
}

.dustflix-popcorn-legs span {
	position: absolute;
	top: 0;
	width: 8px;
	height: 34px;
	border-radius: 999px;
	background: linear-gradient(180deg, #2a2a2a, #080808);
}

.dustflix-popcorn-legs span:first-child { left: 10px; }
.dustflix-popcorn-legs span:last-child { right: 10px; }

.dustflix-popcorn-base {
	left: 4px;
	bottom: 1px;
	width: 166px;
	height: 26px;
	border-radius: 999px 999px 10px 10px;
	background: linear-gradient(180deg, #2c2c2c, #060606);
}

.dustflix-popcorn-base span {
	position: absolute;
	bottom: -10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 50%, #555 0 22%, #111 23% 100%);
	border: 3px solid #050505;
}

.dustflix-popcorn-base span:first-child { left: 22px; }
.dustflix-popcorn-base span:last-child { right: 22px; }

.dustflix-popcorn-corn {
	left: 12px;
	right: 12px;
	bottom: 8px;
	height: 36px;
}

.dustflix-popcorn-corn span,
.dustflix-popcorn-kernels span {
	width: 17px;
	height: 14px;
}

.dustflix-popcorn-corn span:nth-child(1) { left: 5px; bottom: 0; transform: rotate(-14deg); }
.dustflix-popcorn-corn span:nth-child(2) { left: 24px; bottom: 11px; transform: rotate(10deg); }
.dustflix-popcorn-corn span:nth-child(3) { left: 45px; bottom: 2px; transform: rotate(-8deg); }
.dustflix-popcorn-corn span:nth-child(4) { right: 33px; bottom: 12px; transform: rotate(16deg); }
.dustflix-popcorn-corn span:nth-child(5) { right: 12px; bottom: 1px; transform: rotate(-18deg); }
.dustflix-popcorn-corn span:nth-child(6) { left: 64px; bottom: 17px; transform: rotate(8deg); }

.dustflix-popcorn-kernels span {
	left: 50%;
	top: 78px;
	animation-duration: 2.4s;
}

.dustflix-popcorn-kernels span:nth-child(1) { --pop-x: -58px; --pop-y: -68px; }
.dustflix-popcorn-kernels span:nth-child(2) { --pop-x: -28px; --pop-y: -82px; }
.dustflix-popcorn-kernels span:nth-child(3) { --pop-x: 8px; --pop-y: -76px; }
.dustflix-popcorn-kernels span:nth-child(4) { --pop-x: 44px; --pop-y: -60px; }
.dustflix-popcorn-kernels span:nth-child(5) { --pop-x: -4px; --pop-y: -98px; }
.dustflix-popcorn-kernels span:nth-child(6) {
	--pop-x: 62px;
	--pop-y: -86px;
	animation-delay: 1.9s;
}

@media (max-width: 1060px) {
	.dustflix-gate-showcase {
		padding-right: 48px;
		padding-bottom: 270px;
	}

	.dustflix-popcorn-machine {
		right: 42px;
		bottom: 30px;
		transform: scale(.9);
		transform-origin: right bottom;
	}
}

@media (max-width: 860px) {
	.dustflix-gate-showcase {
		padding-right: 32px;
		padding-bottom: 230px;
	}

	.dustflix-popcorn-machine {
		transform: scale(.78);
	}
}

@media (max-width: 560px) {
	.dustflix-gate-showcase {
		padding-bottom: 180px;
	}

	.dustflix-popcorn-machine {
		opacity: .72;
		right: 18px;
		bottom: 18px;
		transform: scale(.58);
	}
}

/* DustFlix 1.8.0: corn kernels pop into popcorn and mobile layout is deliberate. */
.dustflix-popcorn-kernels span {
	width: 10px;
	height: 13px;
	border-radius: 48% 48% 42% 42%;
	background:
		radial-gradient(circle at 36% 24%, #fff0a6 0 14%, #f3bd25 15% 72%, #a96b10 73% 100%);
	box-shadow: 0 0 6px rgba(243,189,37,.28);
	transform-origin: center bottom;
	animation-name: dustflixKernelToPopcorn;
}

.dustflix-popcorn-kernels span::before,
.dustflix-popcorn-kernels span::after {
	content: "";
	position: absolute;
	inset: auto;
	opacity: 0;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 28%, #fffce0 0 26%, #ffe06b 27% 68%, #d99820 69% 100%);
}

.dustflix-popcorn-kernels span::before {
	left: -5px;
	top: -4px;
	width: 13px;
	height: 12px;
}

.dustflix-popcorn-kernels span::after {
	right: -5px;
	top: -2px;
	width: 12px;
	height: 13px;
}

@keyframes dustflixKernelToPopcorn {
	0% {
		opacity: 0;
		border-radius: 48% 48% 42% 42%;
		transform: translate3d(-50%, 18px, 0) scale(.58) rotate(0deg);
	}
	14% {
		opacity: 1;
		transform: translate3d(-50%, 5px, 0) scale(.72) rotate(30deg);
	}
	26% {
		border-radius: 48% 48% 42% 42%;
		transform: translate3d(-50%, -4px, 0) scale(.62) rotate(78deg);
	}
	34% {
		border-radius: 50% 50% 45% 55%;
		transform: translate3d(-50%, -20px, 0) scale(1.22) rotate(126deg);
	}
	34%,
	76% {
		background:
			radial-gradient(circle at 35% 28%, #fffce0 0 26%, #ffe06b 27% 68%, #d99820 69% 100%);
	}
	50% {
		opacity: 1;
		transform: translate3d(calc(-50% + var(--pop-x)), var(--pop-y), 0) scale(1.08) rotate(190deg);
	}
	76% {
		opacity: 1;
		transform: translate3d(calc(-50% + var(--pop-x) * .72), calc(var(--pop-y) * .38), 0) scale(.98) rotate(250deg);
	}
	100% {
		opacity: 0;
		transform: translate3d(calc(-50% + var(--pop-x) * .48), 15px, 0) scale(.82) rotate(310deg);
	}
}

.dustflix-popcorn-kernels span:nth-child(n)::before,
.dustflix-popcorn-kernels span:nth-child(n)::after {
	animation: dustflixPopcornLobes 2.4s ease-in-out infinite;
}

.dustflix-popcorn-kernels span:nth-child(1)::before,
.dustflix-popcorn-kernels span:nth-child(1)::after { animation-delay: .05s; }
.dustflix-popcorn-kernels span:nth-child(2)::before,
.dustflix-popcorn-kernels span:nth-child(2)::after { animation-delay: .45s; }
.dustflix-popcorn-kernels span:nth-child(3)::before,
.dustflix-popcorn-kernels span:nth-child(3)::after { animation-delay: .82s; }
.dustflix-popcorn-kernels span:nth-child(4)::before,
.dustflix-popcorn-kernels span:nth-child(4)::after { animation-delay: 1.18s; }
.dustflix-popcorn-kernels span:nth-child(5)::before,
.dustflix-popcorn-kernels span:nth-child(5)::after { animation-delay: 1.54s; }
.dustflix-popcorn-kernels span:nth-child(6)::before,
.dustflix-popcorn-kernels span:nth-child(6)::after { animation-delay: 1.9s; }

@keyframes dustflixPopcornLobes {
	0%,
	28%,
	100% {
		opacity: 0;
		transform: scale(.2);
	}
	34%,
	76% {
		opacity: 1;
		transform: scale(1);
	}
}

@media (max-width: 860px) {
	.dustflix-gate-layout {
		gap: 12px;
	}

	.dustflix-gate-showcase {
		min-height: 520px;
		padding: 28px 26px 230px;
	}

	.dustflix-popcorn-machine {
		right: 50%;
		bottom: 22px;
		transform: translateX(50%) scale(.74);
		transform-origin: center bottom;
		opacity: .95;
	}
}

@media (max-width: 560px) {
	.dustflix-gate-shell {
		align-items: flex-start;
		padding: 12px;
		min-height: 100svh;
	}

	.dustflix-gate-layout {
		width: 100%;
		padding: 8px;
		border-radius: 8px;
	}

	.dustflix-gate-showcase {
		min-height: 420px;
		padding: 22px 18px 178px;
	}

	.dustflix-gate-logo {
		width: 66px;
	}

	.dustflix-gate-title {
		font-size: clamp(31px, 10vw, 44px);
		max-width: 300px;
	}

	.dustflix-gate-intro {
		font-size: 14px;
		max-width: 300px;
	}

	.dustflix-gate-feature-list {
		gap: 7px;
	}

	.dustflix-gate-feature-list span {
		padding: 7px 9px;
		font-size: 11px;
	}

	.dustflix-popcorn-machine {
		right: 50%;
		bottom: 10px;
		transform: translateX(50%) scale(.52);
		opacity: .96;
	}

	.dustflix-gate-card {
		padding: 20px 18px;
	}

	.dustflix-gate-card-header {
		display: block;
	}

	.dustflix-gate-status {
		margin-top: 10px;
	}
}

/* DustFlix 1.9.1: smoother kernel-to-popcorn animation, no lingering corn. */
.dustflix-popcorn-corn span {
	width: 20px;
	height: 17px;
	border-radius: 55% 48% 58% 45%;
	background:
		radial-gradient(circle at 33% 28%, #fffde8 0 30%, #ffe37a 31% 66%, #d69b24 67% 100%);
	box-shadow:
		-5px -2px 0 -1px #fff5bd,
		5px -3px 0 -2px #fff1a6,
		0 3px 0 -2px #d99b22,
		0 0 10px rgba(255,226,112,.18);
}

.dustflix-popcorn-corn span::before,
.dustflix-popcorn-corn span::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 28%, #fffde8 0 30%, #ffe37a 31% 70%, #d69b24 71% 100%);
}

.dustflix-popcorn-corn span::before {
	left: -5px;
	top: -3px;
	width: 13px;
	height: 13px;
}

.dustflix-popcorn-corn span::after {
	right: -5px;
	top: -2px;
	width: 12px;
	height: 14px;
}

.dustflix-popcorn-kernels span {
	left: 50%;
	top: 72px;
	width: 9px;
	height: 12px;
	border-radius: 48% 48% 42% 42%;
	opacity: 0;
	background:
		radial-gradient(circle at 38% 24%, #ffe783 0 14%, #d58a12 15% 100%);
	box-shadow: 0 0 6px rgba(243,189,37,.18);
	transform-origin: center center;
	animation: dustflixKernelToPopcornClean 2.4s cubic-bezier(.18,.72,.24,1) infinite both;
	will-change: transform, opacity, border-radius;
}

.dustflix-popcorn-kernels span::before,
.dustflix-popcorn-kernels span::after {
	content: "";
	position: absolute;
	opacity: 0;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 28%, #fffde8 0 28%, #ffe37a 29% 68%, #d69b24 69% 100%);
	animation: dustflixPopcornLobesClean 2.4s cubic-bezier(.18,.72,.24,1) infinite both;
}

.dustflix-popcorn-kernels span::before {
	left: -6px;
	top: -5px;
	width: 14px;
	height: 13px;
}

.dustflix-popcorn-kernels span::after {
	right: -6px;
	top: -3px;
	width: 13px;
	height: 14px;
}

.dustflix-popcorn-kernels span:nth-child(1) {
	--pop-x: -22px;
	--pop-y: -72px;
	--land-x: -34px;
	animation-delay: 0s;
}

.dustflix-popcorn-kernels span:nth-child(2) {
	--pop-x: -8px;
	--pop-y: -86px;
	--land-x: -14px;
	animation-delay: .38s;
}

.dustflix-popcorn-kernels span:nth-child(3) {
	--pop-x: 12px;
	--pop-y: -78px;
	--land-x: 10px;
	animation-delay: .76s;
}

.dustflix-popcorn-kernels span:nth-child(4) {
	--pop-x: 28px;
	--pop-y: -66px;
	--land-x: 30px;
	animation-delay: 1.14s;
}

.dustflix-popcorn-kernels span:nth-child(5) {
	--pop-x: -2px;
	--pop-y: -94px;
	--land-x: 0px;
	animation-delay: 1.52s;
}

.dustflix-popcorn-kernels span:nth-child(6) {
	--pop-x: 20px;
	--pop-y: -88px;
	--land-x: 22px;
	animation-delay: 1.9s;
}

.dustflix-popcorn-kernels span:nth-child(1)::before,
.dustflix-popcorn-kernels span:nth-child(1)::after { animation-delay: 0s; }
.dustflix-popcorn-kernels span:nth-child(2)::before,
.dustflix-popcorn-kernels span:nth-child(2)::after { animation-delay: .38s; }
.dustflix-popcorn-kernels span:nth-child(3)::before,
.dustflix-popcorn-kernels span:nth-child(3)::after { animation-delay: .76s; }
.dustflix-popcorn-kernels span:nth-child(4)::before,
.dustflix-popcorn-kernels span:nth-child(4)::after { animation-delay: 1.14s; }
.dustflix-popcorn-kernels span:nth-child(5)::before,
.dustflix-popcorn-kernels span:nth-child(5)::after { animation-delay: 1.52s; }
.dustflix-popcorn-kernels span:nth-child(6)::before,
.dustflix-popcorn-kernels span:nth-child(6)::after { animation-delay: 1.9s; }

@keyframes dustflixKernelToPopcornClean {
	0%,
	7% {
		opacity: 0;
		background:
			radial-gradient(circle at 38% 24%, #ffe783 0 14%, #d58a12 15% 100%);
		border-radius: 48% 48% 42% 42%;
		transform: translate3d(-50%, 18px, 0) scale(.45) rotate(0deg);
	}
	12% {
		opacity: 1;
		transform: translate3d(-50%, 8px, 0) scale(.64) rotate(22deg);
	}
	20% {
		opacity: 1;
		border-radius: 48% 48% 42% 42%;
		transform: translate3d(-50%, 0, 0) scale(.58) rotate(78deg);
	}
	28% {
		opacity: 1;
		background:
			radial-gradient(circle at 33% 28%, #fffde8 0 30%, #ffe37a 31% 66%, #d69b24 67% 100%);
		border-radius: 56% 46% 58% 44%;
		transform: translate3d(calc(-50% + var(--pop-x) * .38), calc(var(--pop-y) * .58), 0) scale(1.18) rotate(132deg);
	}
	52% {
		opacity: 1;
		transform: translate3d(calc(-50% + var(--pop-x)), var(--pop-y), 0) scale(1.04) rotate(205deg);
	}
	74% {
		opacity: .92;
		transform: translate3d(calc(-50% + var(--land-x)), 22px, 0) scale(.96) rotate(282deg);
	}
	86% {
		opacity: 0;
		transform: translate3d(calc(-50% + var(--land-x)), 38px, 0) scale(.72) rotate(318deg);
	}
	100% {
		opacity: 0;
		transform: translate3d(-50%, 18px, 0) scale(.45) rotate(0deg);
	}
}

@keyframes dustflixPopcornLobesClean {
	0%,
	22%,
	86%,
	100% {
		opacity: 0;
		transform: scale(.2);
	}
	28%,
	74% {
		opacity: 1;
		transform: scale(1);
	}
}

@media (max-width: 560px) {
	.dustflix-popcorn-kernels span {
		animation-duration: 2.6s;
	}

	.dustflix-popcorn-kernels span::before,
	.dustflix-popcorn-kernels span::after {
		animation-duration: 2.6s;
	}
}

/* DustFlix 1.10.0: richer set dressing with logo and studio spotlights. */
.dustflix-gate-layout {
	grid-template-rows: minmax(132px, auto) auto;
	align-items: center;
}

.dustflix-gate-showcase {
	grid-row: 1 / span 2;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.08),
		inset 0 -110px 120px rgba(0,0,0,.46);
}

.dustflix-gate-card {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
}

.dustflix-stage-logo {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr) 78px;
	align-items: end;
	gap: 12px;
	min-height: 130px;
	margin: 0 0 18px;
	isolation: isolate;
}

.dustflix-stage-logo::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 16px;
	width: min(340px, 92%);
	height: 110px;
	transform: translateX(-50%);
	background:
		radial-gradient(ellipse at center, rgba(229,9,20,.2), transparent 62%),
		linear-gradient(180deg, rgba(255,255,255,.09), transparent 70%);
	filter: blur(8px);
	opacity: .85;
	z-index: -1;
}

.dustflix-stage-wordmark {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 12px 16px;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(24,24,24,.94), rgba(7,7,7,.98)),
		linear-gradient(135deg, rgba(229,9,20,.18), rgba(255,255,255,.04));
	border: 1px solid rgba(255,255,255,.12);
	box-shadow:
		0 16px 42px rgba(0,0,0,.45),
		inset 0 0 0 1px rgba(255,255,255,.03);
}

.dustflix-stage-wordmark::before {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	top: -10px;
	height: 7px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
	opacity: .55;
}

.dustflix-stage-wordmark img {
	width: 34px;
	height: 34px;
	object-fit: contain;
	filter: drop-shadow(0 0 12px rgba(229,9,20,.42));
}

.dustflix-stage-wordmark strong {
	color: #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: 950;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-shadow: 0 0 22px rgba(229,9,20,.35);
}

.dustflix-stage-spotlight {
	position: relative;
	width: 74px;
	height: 72px;
}

.dustflix-stage-spotlight::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 28px;
	width: 150px;
	height: 88px;
	transform-origin: 50% 100%;
	background: linear-gradient(180deg, rgba(255,245,190,.32), rgba(255,245,190,.09) 42%, transparent 100%);
	clip-path: polygon(48% 100%, 52% 100%, 100% 0, 0 0);
	filter: blur(.4px);
	opacity: .82;
	mix-blend-mode: screen;
}

.dustflix-stage-spotlight-left::before {
	transform: translateX(-50%) rotate(23deg);
}

.dustflix-stage-spotlight-right::before {
	transform: translateX(-50%) rotate(-23deg);
}

.dustflix-stage-spotlight span {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 58px;
	height: 40px;
	transform: translateX(-50%);
	border-radius: 12px 12px 8px 8px;
	background:
		radial-gradient(circle at 50% 42%, #fff3aa 0 16%, #4d4d4d 17% 42%, #101010 43% 100%);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow:
		0 10px 22px rgba(0,0,0,.42),
		0 0 22px rgba(255,230,140,.16);
}

.dustflix-stage-spotlight span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 42px;
	height: 16px;
	transform: translateX(-50%);
	border-radius: 999px 999px 5px 5px;
	background: linear-gradient(180deg, #252525, #060606);
}

@media (max-width: 860px) {
	.dustflix-gate-layout {
		grid-template-rows: auto;
	}

	.dustflix-gate-showcase,
	.dustflix-stage-logo,
	.dustflix-gate-card {
		grid-column: auto;
		grid-row: auto;
	}

	.dustflix-stage-logo {
		order: 2;
		grid-template-columns: 56px minmax(0, 1fr) 56px;
		min-height: 108px;
		margin: 0;
	}

	.dustflix-gate-card {
		order: 3;
	}

	.dustflix-stage-wordmark {
		min-height: 52px;
	}

	.dustflix-stage-wordmark strong {
		font-size: 20px;
	}

	.dustflix-stage-wordmark img {
		width: 28px;
		height: 28px;
	}

	.dustflix-stage-spotlight {
		width: 54px;
		height: 62px;
	}

	.dustflix-stage-spotlight::before {
		width: 96px;
		height: 70px;
	}
}

@media (max-width: 560px) {
	.dustflix-stage-logo {
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		gap: 6px;
		min-height: 92px;
	}

	.dustflix-stage-wordmark {
		padding: 10px 12px;
	}

	.dustflix-stage-wordmark strong {
		font-size: 16px;
	}

	.dustflix-stage-wordmark img {
		width: 24px;
		height: 24px;
	}

	.dustflix-stage-spotlight span {
		width: 42px;
		height: 31px;
	}

	.dustflix-stage-spotlight::before {
		width: 72px;
		height: 58px;
		opacity: .58;
	}
}

/* DustFlix 1.11.0: intro build-in and post-unlock clapperboard countdown. */
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body)::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: #000;
	pointer-events: none;
	animation: dustflixIntroCurtain 1.1s ease forwards;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-layout {
	opacity: 0;
	transform: scale(.94);
	animation: dustflixGatePopIn .72s cubic-bezier(.18,.88,.22,1.14) .36s forwards;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-showcase,
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-stage-logo,
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-card {
	opacity: 0;
	transform: translateY(26px) scale(.98);
	animation: dustflixElementPop .66s cubic-bezier(.18,.88,.22,1.12) forwards;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-showcase {
	animation-delay: .72s;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-stage-logo {
	animation-delay: .94s;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-card {
	animation-delay: 1.08s;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-logo,
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-kicker,
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-title,
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-intro,
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-feature-list,
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-popcorn-machine {
	opacity: 0;
	transform: translateY(18px);
	animation: dustflixElementPop .58s cubic-bezier(.18,.88,.22,1.1) forwards;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-logo { animation-delay: 1.02s; }
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-kicker { animation-delay: 1.14s; }
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-title { animation-delay: 1.24s; }
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-intro { animation-delay: 1.36s; }
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-feature-list { animation-delay: 1.48s; }
body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-popcorn-machine { animation-delay: 1.58s; }

@keyframes dustflixIntroCurtain {
	0%,
	34% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes dustflixGatePopIn {
	0% {
		opacity: 0;
		transform: scale(.94);
	}
	74% {
		opacity: 1;
		transform: scale(1.012);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes dustflixElementPop {
	0% {
		opacity: 0;
		transform: translateY(26px) scale(.96);
	}
	72% {
		opacity: 1;
		transform: translateY(-3px) scale(1.015);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.dustflix-gate-unlocked-body {
	min-height: 100vh;
	background:
		radial-gradient(circle at 50% 18%, rgba(229,9,20,.24), transparent 30%),
		linear-gradient(180deg, #020202, #080808 48%, #000);
	color: #fff;
	overflow: hidden;
}

.dustflix-countdown-shell {
	min-height: 100vh;
	display: grid;
	place-items: center;
	padding: 24px;
	position: relative;
}

.dustflix-countdown-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 130px),
		repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 180px);
	opacity: .45;
}

.dustflix-countdown-card {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
	justify-items: center;
	width: min(100%, 520px);
}

.dustflix-clapperboard {
	width: min(100%, 460px);
	filter: drop-shadow(0 34px 80px rgba(0,0,0,.72));
	animation: dustflixClapperEnter .7s cubic-bezier(.18,.88,.22,1.12) forwards;
	transform-origin: center bottom;
}

.dustflix-clapper-top {
	height: 64px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	border: 2px solid rgba(255,255,255,.22);
	background: #111;
	transform-origin: left bottom;
	transform: rotate(-18deg);
	will-change: transform;
}

.dustflix-clapperboard.is-clapping .dustflix-clapper-top {
	animation: dustflixClapperSnap .36s cubic-bezier(.18,.92,.2,1) both;
}

.dustflix-clapper-top span:nth-child(odd) {
	background:
		linear-gradient(135deg, #f7f7f7 0 48%, #161616 49% 52%, #f7f7f7 53% 100%);
}

.dustflix-clapper-top span:nth-child(even) {
	background:
		linear-gradient(135deg, #171717 0 48%, #f7f7f7 49% 52%, #171717 53% 100%);
}

.dustflix-clapper-body {
	position: relative;
	min-height: 330px;
	display: grid;
	place-items: center;
	padding: 34px 28px 30px;
	border-radius: 0 0 14px 14px;
	background:
		linear-gradient(180deg, rgba(20,20,20,.98), rgba(4,4,4,.98)),
		linear-gradient(135deg, rgba(229,9,20,.18), rgba(255,255,255,.035));
	border: 2px solid rgba(255,255,255,.18);
	border-top: 0;
	overflow: hidden;
}

.dustflix-clapper-body::before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.06);
}

.dustflix-clapper-logo {
	position: absolute;
	left: 28px;
	top: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.dustflix-clapper-logo img {
	width: 34px;
	height: 34px;
	object-fit: contain;
	filter: drop-shadow(0 0 14px rgba(229,9,20,.42));
}

.dustflix-clapper-logo strong {
	color: #fff;
	font-size: 20px;
	font-weight: 950;
	text-transform: uppercase;
}

.dustflix-countdown-number {
	color: #fff;
	font-size: clamp(94px, 18vw, 176px);
	line-height: .8;
	font-weight: 950;
	text-shadow:
		0 0 34px rgba(229,9,20,.42),
		0 24px 70px rgba(0,0,0,.62);
}

.dustflix-countdown-number.is-popping {
	animation: dustflixCountdownPop .5s cubic-bezier(.18,.88,.22,1.16);
}

.dustflix-countdown-number.is-action {
	font-size: clamp(58px, 12vw, 104px);
	color: #fff;
	animation: dustflixActionPop .65s cubic-bezier(.18,.88,.22,1.12) both;
}

.dustflix-countdown-copy {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 24px;
	margin: 0;
	color: rgba(255,255,255,.68);
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

.dustflix-countdown-fallback {
	color: rgba(255,255,255,.56);
	font-size: 13px;
	text-decoration: none;
}

@keyframes dustflixClapperEnter {
	0% {
		opacity: 0;
		transform: translateY(34px) scale(.9) rotate(-2deg);
	}
	76% {
		opacity: 1;
		transform: translateY(-4px) scale(1.015) rotate(.6deg);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1) rotate(0);
	}
}

@keyframes dustflixClapperSnap {
	0% {
		transform: rotate(-18deg);
	}
	62% {
		transform: rotate(0);
	}
	78% {
		transform: rotate(2.4deg);
	}
	100% {
		transform: rotate(0);
	}
}

@keyframes dustflixCountdownPop {
	0% {
		opacity: 0;
		transform: scale(.72);
	}
	62% {
		opacity: 1;
		transform: scale(1.12);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes dustflixActionPop {
	0% {
		opacity: 0;
		transform: scale(.78);
	}
	70% {
		opacity: 1;
		transform: scale(1.08);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body)::before,
	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-layout,
	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-showcase,
	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-stage-logo,
	body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-gate-card,
	.dustflix-clapperboard,
	.dustflix-clapper-top,
	.dustflix-countdown-number {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

@media (max-width: 560px) {
	.dustflix-clapper-top {
		height: 48px;
	}

	.dustflix-clapper-body {
		min-height: 280px;
		padding: 28px 20px 24px;
	}

	.dustflix-clapper-logo {
		left: 20px;
		top: 18px;
	}

	.dustflix-clapper-logo strong {
		font-size: 16px;
	}
}

/* DustFlix 1.11.1: use the real wordmark image instead of typed logo text. */
.dustflix-gate-logo {
	width: clamp(150px, 18vw, 230px) !important;
	height: 58px !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.dustflix-stage-wordmark {
	min-width: clamp(190px, 24vw, 280px);
	padding: 8px 18px;
}

.dustflix-stage-wordmark img {
	width: min(100%, 250px) !important;
	height: 64px !important;
	object-fit: cover !important;
	object-position: center !important;
	filter:
		drop-shadow(0 0 12px rgba(229,9,20,.46))
		drop-shadow(0 8px 24px rgba(0,0,0,.42));
}

.dustflix-stage-wordmark strong,
.dustflix-clapper-logo strong,
.dustflix-popcorn-body strong {
	display: none !important;
}

.dustflix-clapper-logo {
	left: 22px;
	top: 18px;
	width: 176px;
	height: 56px;
	overflow: hidden;
}

.dustflix-clapper-logo img {
	width: 176px !important;
	height: 56px !important;
	object-fit: cover !important;
	object-position: center !important;
	filter:
		drop-shadow(0 0 14px rgba(229,9,20,.48))
		drop-shadow(0 8px 24px rgba(0,0,0,.36));
}

.dustflix-popcorn-body img {
	position: relative;
	top: 18px;
	z-index: 1;
	width: 98px;
	height: 28px;
	padding: 1px 5px;
	box-sizing: border-box;
	border-radius: 4px;
	object-fit: cover;
	object-position: center;
	background: rgba(0,0,0,.5);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.08),
		0 6px 12px rgba(0,0,0,.28);
	filter: drop-shadow(0 0 7px rgba(229,9,20,.35));
}

@media (max-width: 860px) {
	.dustflix-stage-wordmark {
		min-width: 200px;
	}

	.dustflix-stage-wordmark img {
		width: 196px !important;
		height: 54px !important;
	}
}

@media (max-width: 560px) {
	.dustflix-gate-logo {
		width: 156px !important;
		height: 46px !important;
	}

	.dustflix-stage-wordmark {
		min-width: 150px;
		padding: 7px 10px;
	}

	.dustflix-stage-wordmark img {
		width: 148px !important;
		height: 42px !important;
	}

	.dustflix-clapper-logo {
		left: 18px;
		top: 16px;
		width: 132px;
		height: 42px;
	}

	.dustflix-clapper-logo img {
		width: 132px !important;
		height: 42px !important;
	}
}

/* DustFlix 1.11.2: cinema spotlights aimed at the real logo, with better stage spacing. */
.dustflix-stage-logo {
	grid-template-columns: minmax(82px, 118px) minmax(220px, 340px) minmax(82px, 118px);
	align-items: end;
	gap: 8px;
	min-height: 174px;
	margin: 0 0 28px;
	padding: 0 10px;
	overflow: visible;
}

.dustflix-stage-logo::before {
	bottom: 44px;
	width: min(390px, 88%);
	height: 132px;
	background:
		radial-gradient(ellipse at center, rgba(229,9,20,.24), transparent 58%),
		radial-gradient(ellipse at center, rgba(255,230,160,.16), transparent 64%);
	filter: blur(10px);
	opacity: .9;
}

.dustflix-stage-logo::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: min(360px, 80%);
	height: 42px;
	transform: translateX(-50%);
	border-radius: 50%;
	background:
		radial-gradient(ellipse at center, rgba(255,240,185,.16), transparent 68%),
		radial-gradient(ellipse at center, rgba(229,9,20,.18), transparent 72%);
	filter: blur(6px);
	opacity: .8;
	z-index: -1;
}

.dustflix-stage-wordmark {
	align-self: end;
	justify-self: center;
	z-index: 3;
	min-width: clamp(240px, 30vw, 340px);
	min-height: 78px;
	margin-bottom: 54px;
	padding: 8px 22px;
	background:
		linear-gradient(180deg, rgba(18,18,18,.72), rgba(4,4,4,.9)),
		linear-gradient(135deg, rgba(229,9,20,.12), rgba(255,240,185,.04));
	border-color: rgba(255,255,255,.14);
	box-shadow:
		0 22px 52px rgba(0,0,0,.5),
		0 0 46px rgba(229,9,20,.1),
		inset 0 0 0 1px rgba(255,255,255,.035);
}

.dustflix-stage-wordmark::before {
	left: 26px;
	right: 26px;
	top: -14px;
	height: 9px;
	background: linear-gradient(90deg, transparent, rgba(255,240,185,.38), transparent);
}

.dustflix-stage-wordmark::after {
	content: "";
	position: absolute;
	left: 18%;
	right: 18%;
	bottom: -19px;
	height: 22px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(229,9,20,.18), transparent 70%);
	filter: blur(5px);
}

.dustflix-stage-wordmark img {
	width: min(100%, 288px) !important;
	height: 72px !important;
}

.dustflix-stage-spotlight {
	align-self: end;
	width: 116px;
	height: 150px;
	z-index: 1;
}

.dustflix-stage-spotlight-left {
	justify-self: end;
}

.dustflix-stage-spotlight-right {
	justify-self: start;
}

.dustflix-stage-spotlight::before {
	bottom: 78px;
	width: 265px;
	height: 128px;
	background:
		linear-gradient(90deg, rgba(255,237,172,.3), rgba(255,237,172,.13) 50%, transparent),
		radial-gradient(ellipse at center, rgba(255,255,255,.16), transparent 62%);
	filter: blur(1px);
	opacity: .84;
	mix-blend-mode: screen;
}

.dustflix-stage-spotlight-left::before {
	left: 56px;
	transform: none;
	clip-path: polygon(0 62%, 100% 6%, 100% 96%, 0 86%);
}

.dustflix-stage-spotlight-right::before {
	left: auto;
	right: 56px;
	transform: none;
	background:
		linear-gradient(270deg, rgba(255,237,172,.3), rgba(255,237,172,.13) 50%, transparent),
		radial-gradient(ellipse at center, rgba(255,255,255,.16), transparent 62%);
	clip-path: polygon(100% 62%, 0 6%, 0 96%, 100% 86%);
}

.dustflix-stage-spotlight span {
	bottom: 58px;
	width: 78px;
	height: 54px;
	border-radius: 44% 44% 38% 38%;
	background:
		radial-gradient(circle at 50% 42%, #fff2b4 0 16%, #6b6b62 17% 26%, #242424 27% 58%, #080808 59% 100%);
	border: 2px solid rgba(255,255,255,.16);
	box-shadow:
		0 16px 28px rgba(0,0,0,.46),
		0 0 24px rgba(255,226,142,.18),
		inset 0 0 14px rgba(255,255,255,.08);
}

.dustflix-stage-spotlight-left span {
	transform: translateX(-50%) rotate(14deg);
}

.dustflix-stage-spotlight-right span {
	transform: translateX(-50%) rotate(-14deg);
}

.dustflix-stage-spotlight span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background:
		radial-gradient(circle at 42% 38%, #fff8ce 0 22%, #c78b28 23% 46%, #1a1a1a 47% 100%);
	box-shadow: 0 0 18px rgba(255,230,150,.28);
}

.dustflix-stage-spotlight span::after {
	left: 50%;
	bottom: -51px;
	width: 86px;
	height: 52px;
	transform: translateX(-50%);
	border-radius: 0;
	background:
		linear-gradient(#242424, #080808) center top / 7px 45px no-repeat,
		linear-gradient(143deg, transparent 0 47%, #111 48% 53%, transparent 54%) left bottom / 43px 42px no-repeat,
		linear-gradient(37deg, transparent 0 47%, #111 48% 53%, transparent 54%) right bottom / 43px 42px no-repeat;
}

.dustflix-stage-spotlight::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 82px;
	height: 12px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: linear-gradient(180deg, #242424, #060606);
	box-shadow: 0 10px 18px rgba(0,0,0,.36);
}

@media (max-width: 860px) {
	.dustflix-stage-logo {
		grid-template-columns: 72px minmax(170px, 1fr) 72px;
		gap: 2px;
		min-height: 138px;
		margin-bottom: 12px;
		padding: 0;
	}

	.dustflix-stage-wordmark {
		min-width: 190px;
		min-height: 58px;
		margin-bottom: 42px;
		padding: 6px 12px;
	}

	.dustflix-stage-wordmark img {
		width: 188px !important;
		height: 52px !important;
	}

	.dustflix-stage-spotlight {
		width: 72px;
		height: 112px;
	}

	.dustflix-stage-spotlight::before {
		bottom: 62px;
		width: 160px;
		height: 88px;
		opacity: .68;
	}

	.dustflix-stage-spotlight-left::before {
		left: 36px;
	}

	.dustflix-stage-spotlight-right::before {
		right: 36px;
	}

	.dustflix-stage-spotlight span {
		bottom: 43px;
		width: 52px;
		height: 38px;
	}

	.dustflix-stage-spotlight span::before {
		width: 20px;
		height: 20px;
	}

	.dustflix-stage-spotlight span::after {
		bottom: -42px;
		width: 58px;
		height: 42px;
	}
}

@media (max-width: 560px) {
	.dustflix-stage-logo {
		grid-template-columns: 44px minmax(142px, 1fr) 44px;
		min-height: 106px;
	}

	.dustflix-stage-logo::before {
		bottom: 34px;
		height: 88px;
		opacity: .72;
	}

	.dustflix-stage-wordmark {
		min-width: 142px;
		min-height: 46px;
		margin-bottom: 34px;
		padding: 5px 8px;
	}

	.dustflix-stage-wordmark img {
		width: 138px !important;
		height: 39px !important;
	}

	.dustflix-stage-spotlight {
		width: 44px;
		height: 84px;
	}

	.dustflix-stage-spotlight::before {
		bottom: 50px;
		width: 92px;
		height: 58px;
		opacity: .56;
	}

	.dustflix-stage-spotlight-left::before {
		left: 22px;
	}

	.dustflix-stage-spotlight-right::before {
		right: 22px;
	}

	.dustflix-stage-spotlight span {
		bottom: 34px;
		width: 36px;
		height: 28px;
	}

	.dustflix-stage-spotlight span::before {
		width: 14px;
		height: 14px;
	}

	.dustflix-stage-spotlight span::after,
	.dustflix-stage-spotlight::after {
		display: none;
	}
}

/* DustFlix 1.11.6 final layer: visitor usability polish and calmer cinema wording. */
.dustflix-gate-showcase::after {
	content: "CINEMA LOUNGE" !important;
	color: rgba(255,255,255,.64) !important;
}

.dustflix-gate-card-copy {
	margin-bottom: 18px !important;
}

.dustflix-gate-input {
	box-sizing: border-box;
	outline: none;
}

.dustflix-gate-input:focus-visible {
	border-color: rgba(255,255,255,.32) !important;
	box-shadow:
		0 0 0 3px rgba(229,9,20,.18),
		0 12px 30px rgba(0,0,0,.28) !important;
}

.dustflix-gate-field-hint,
.dustflix-gate-help {
	margin: -4px 0 0;
	color: rgba(255,255,255,.5);
	font-size: 12px;
	line-height: 1.45;
}

.dustflix-gate-help {
	margin-top: 0;
	text-align: center;
}

.dustflix-gate-error {
	margin: 0;
	padding: 10px 12px;
	border-radius: 6px;
	background: rgba(229,9,20,.14);
	border: 1px solid rgba(255,92,100,.28);
	color: #ffc4c8;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.4;
	animation: dustflixGateErrorNudge .36s ease both;
}

.dustflix-gate-button {
	font-weight: 900;
}

@keyframes dustflixGateErrorNudge {
	0%,
	100% {
		transform: translateX(0);
	}
	24% {
		transform: translateX(-4px);
	}
	48% {
		transform: translateX(4px);
	}
	72% {
		transform: translateX(-2px);
	}
}

@media (max-width: 860px) {
	.dustflix-gate-layout {
		width: min(100%, 680px);
	}

	.dustflix-stage-logo {
		order: 1;
	}

	.dustflix-gate-showcase {
		order: 2;
	}

	.dustflix-gate-card {
		order: 3;
	}
}

@media (max-width: 560px) {
	.dustflix-gate-shell {
		overflow-y: auto;
	}

	.dustflix-gate-layout {
		padding: 8px;
	}

	.dustflix-gate-card-copy {
		font-size: 13px;
	}

	.dustflix-gate-field-hint,
	.dustflix-gate-help {
		font-size: 11px;
	}
}

/* DustFlix 1.11.5: cinematic stage mark with real set lights and synced clapper timing. */
.dustflix-gate-layout {
	width: min(100%, 1160px);
	background:
		linear-gradient(180deg, rgba(10,10,10,.74), rgba(2,2,2,.88)),
		radial-gradient(circle at 68% 16%, rgba(229,9,20,.12), transparent 34%);
	border-color: rgba(255,255,255,.12);
	box-shadow:
		0 40px 120px rgba(0,0,0,.74),
		inset 0 0 0 1px rgba(255,255,255,.025);
}

.dustflix-stage-logo {
	position: relative;
	grid-template-columns: minmax(86px, 116px) minmax(230px, 350px) minmax(86px, 116px);
	align-items: end;
	gap: 6px;
	min-height: 236px;
	margin: 0 0 20px;
	padding: 18px 16px 14px;
	border-radius: 8px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255,255,255,.075) 0 1px, transparent 1px 100%),
		repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 44px),
		linear-gradient(118deg, transparent 0 31%, rgba(255,238,178,.18) 38%, rgba(255,238,178,.08) 49%, transparent 63%),
		linear-gradient(242deg, transparent 0 31%, rgba(255,238,178,.18) 38%, rgba(255,238,178,.08) 49%, transparent 63%),
		radial-gradient(ellipse at 50% 70%, rgba(255,222,150,.16), transparent 42%),
		radial-gradient(ellipse at 50% 44%, rgba(229,9,20,.22), transparent 52%),
		linear-gradient(180deg, rgba(11,11,11,.88), rgba(0,0,0,.96));
	border: 1px solid rgba(255,255,255,.1);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.025),
		inset 0 -60px 80px rgba(0,0,0,.72),
		0 24px 64px rgba(0,0,0,.44);
	isolation: isolate;
}

.dustflix-stage-logo::before {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	top: 16px;
	height: 28px;
	border-radius: 3px;
	background:
		linear-gradient(90deg, rgba(255,255,255,.15), rgba(255,255,255,.035), rgba(255,255,255,.15)),
		repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,.12) 18px 20px, transparent 20px 38px),
		linear-gradient(180deg, #1a1a1a, #050505);
	border: 1px solid rgba(255,255,255,.11);
	box-shadow:
		0 12px 24px rgba(0,0,0,.45),
		0 0 28px rgba(255,230,150,.06);
	filter: none;
	opacity: .92;
	transform: none;
	z-index: 0;
}

.dustflix-stage-logo::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: min(430px, 90%);
	height: 72px;
	transform: translateX(-50%);
	border-radius: 50%;
	background:
		radial-gradient(ellipse at center, rgba(255,232,170,.28), transparent 48%),
		radial-gradient(ellipse at center, rgba(229,9,20,.24), transparent 72%);
	filter: blur(8px);
	opacity: .88;
	z-index: 1;
}

.dustflix-stage-wordmark {
	position: relative;
	z-index: 7;
	align-self: end;
	justify-self: center;
	min-width: clamp(252px, 30vw, 352px);
	min-height: 86px;
	margin-bottom: 62px;
	padding: 10px 24px;
	border-radius: 7px;
	background:
		linear-gradient(180deg, rgba(22,22,22,.78), rgba(3,3,3,.9)),
		radial-gradient(ellipse at 50% 0%, rgba(255,238,178,.14), transparent 58%);
	border: 1px solid rgba(255,255,255,.16);
	box-shadow:
		0 28px 62px rgba(0,0,0,.64),
		0 0 48px rgba(229,9,20,.18),
		0 0 80px rgba(255,224,160,.05),
		inset 0 1px 0 rgba(255,255,255,.12),
		inset 0 -1px 0 rgba(0,0,0,.8);
}

.dustflix-stage-wordmark::before {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	top: -17px;
	height: 10px;
	border-radius: 999px;
	background:
		linear-gradient(90deg, transparent, rgba(255,242,190,.78) 50%, transparent),
		linear-gradient(90deg, transparent, rgba(229,9,20,.34), transparent);
	box-shadow: 0 0 26px rgba(255,232,170,.3);
	opacity: .78;
}

.dustflix-stage-wordmark::after {
	content: "";
	position: absolute;
	left: 14%;
	right: 14%;
	bottom: -32px;
	height: 34px;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at center, rgba(255,238,184,.2), transparent 60%),
		radial-gradient(ellipse at center, rgba(229,9,20,.22), transparent 72%);
	filter: blur(7px);
	opacity: .9;
}

.dustflix-stage-wordmark img {
	position: relative;
	z-index: 2;
	width: min(100%, 304px) !important;
	height: 76px !important;
	object-fit: cover !important;
	object-position: center !important;
	filter:
		drop-shadow(0 0 16px rgba(229,9,20,.62))
		drop-shadow(0 12px 28px rgba(0,0,0,.62));
}

.dustflix-stage-spotlight {
	position: relative;
	z-index: 4;
	align-self: end;
	width: 108px;
	height: 172px;
	overflow: visible;
}

.dustflix-stage-spotlight-left {
	justify-self: end;
}

.dustflix-stage-spotlight-right {
	justify-self: start;
}

.dustflix-stage-spotlight::before {
	content: "";
	position: absolute;
	bottom: 76px;
	width: 360px;
	height: 166px;
	background:
		radial-gradient(ellipse at 68% 48%, rgba(255,255,255,.24), transparent 42%),
		linear-gradient(90deg, rgba(255,239,184,.52), rgba(255,239,184,.2) 48%, transparent 84%);
	filter: blur(1.2px);
	opacity: .92;
	mix-blend-mode: screen;
	pointer-events: none;
	animation: dustflixEpicBeam 7s ease-in-out infinite;
	z-index: 3;
}

.dustflix-stage-spotlight-left::before {
	left: 45px;
	clip-path: polygon(0 76%, 100% 2%, 100% 100%, 0 94%);
	transform: none;
}

.dustflix-stage-spotlight-right::before {
	right: 45px;
	background:
		radial-gradient(ellipse at 32% 48%, rgba(255,255,255,.24), transparent 42%),
		linear-gradient(270deg, rgba(255,239,184,.52), rgba(255,239,184,.2) 48%, transparent 84%);
	clip-path: polygon(100% 76%, 0 2%, 0 100%, 100% 94%);
	transform: none;
	animation-delay: -3.5s;
}

.dustflix-stage-spotlight span {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 8;
	width: 86px;
	height: 66px;
	transform: translateX(-50%);
	border-radius: 22px 22px 14px 14px;
	background:
		radial-gradient(circle at 50% 44%, #fff5bc 0 13%, #d69a31 14% 24%, #373737 25% 52%, #080808 53% 100%),
		linear-gradient(180deg, #313131, #070707);
	border: 2px solid rgba(255,255,255,.18);
	box-shadow:
		0 18px 34px rgba(0,0,0,.54),
		0 0 34px rgba(255,226,142,.28),
		inset 0 1px 0 rgba(255,255,255,.22),
		inset 0 -10px 14px rgba(0,0,0,.62);
}

.dustflix-stage-spotlight-left span {
	transform: translateX(-50%) rotate(13deg);
}

.dustflix-stage-spotlight-right span {
	transform: translateX(-50%) rotate(-13deg);
}

.dustflix-stage-spotlight span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background:
		radial-gradient(circle at 40% 36%, #fff9d6 0 18%, #f0b84a 19% 42%, #191919 43% 100%);
	box-shadow:
		0 0 24px rgba(255,234,166,.42),
		inset 0 0 0 2px rgba(255,255,255,.08);
}

.dustflix-stage-spotlight span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -64px;
	width: 94px;
	height: 64px;
	transform: translateX(-50%);
	border-radius: 0;
	background:
		linear-gradient(#242424, #070707) center top / 8px 52px no-repeat,
		linear-gradient(142deg, transparent 0 47%, #111 48% 53%, transparent 54%) left bottom / 47px 48px no-repeat,
		linear-gradient(38deg, transparent 0 47%, #111 48% 53%, transparent 54%) right bottom / 47px 48px no-repeat;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,.32));
}

.dustflix-stage-spotlight::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 96px;
	height: 14px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: linear-gradient(180deg, #303030, #060606);
	box-shadow:
		0 12px 18px rgba(0,0,0,.48),
		0 0 18px rgba(255,226,142,.08);
	z-index: 5;
}

@keyframes dustflixEpicBeam {
	0%,
	100% {
		opacity: .7;
		filter: blur(1.4px);
	}
	50% {
		opacity: .92;
		filter: blur(.8px);
	}
}

@media (max-width: 860px) {
	.dustflix-stage-logo {
		grid-template-columns: minmax(64px, 84px) minmax(176px, 1fr) minmax(64px, 84px);
		min-height: 192px;
		margin-bottom: 8px;
		padding: 14px 12px 12px;
	}

	.dustflix-stage-logo::before {
		left: 14px;
		right: 14px;
		top: 12px;
		height: 22px;
	}

	.dustflix-stage-wordmark {
		min-width: 198px;
		min-height: 64px;
		margin-bottom: 50px;
		padding: 7px 13px;
	}

	.dustflix-stage-wordmark img {
		width: 194px !important;
		height: 54px !important;
	}

	.dustflix-stage-spotlight {
		width: 76px;
		height: 136px;
	}

	.dustflix-stage-spotlight::before {
		bottom: 70px;
		width: 190px;
		height: 98px;
		opacity: .68;
	}

	.dustflix-stage-spotlight-left::before {
		left: 36px;
	}

	.dustflix-stage-spotlight-right::before {
		right: 36px;
	}

	.dustflix-stage-spotlight span {
		bottom: 45px;
		width: 54px;
		height: 42px;
		border-radius: 14px 14px 10px 10px;
	}

	.dustflix-stage-spotlight span::before {
		width: 22px;
		height: 22px;
	}

	.dustflix-stage-spotlight span::after {
		bottom: -45px;
		width: 62px;
		height: 45px;
		background:
			linear-gradient(#242424, #070707) center top / 6px 40px no-repeat,
			linear-gradient(142deg, transparent 0 47%, #111 48% 53%, transparent 54%) left bottom / 31px 36px no-repeat,
			linear-gradient(38deg, transparent 0 47%, #111 48% 53%, transparent 54%) right bottom / 31px 36px no-repeat;
	}
}

@media (max-width: 560px) {
	.dustflix-stage-logo {
		grid-template-columns: 42px minmax(136px, 1fr) 42px;
		gap: 4px;
		min-height: 138px;
		padding: 10px 8px 9px;
	}

	.dustflix-stage-logo::before {
		height: 16px;
		left: 10px;
		right: 10px;
	}

	.dustflix-stage-logo::after {
		height: 46px;
		bottom: 8px;
	}

	.dustflix-stage-wordmark {
		min-width: 138px;
		min-height: 44px;
		margin-bottom: 38px;
		padding: 5px 7px;
	}

	.dustflix-stage-wordmark::before {
		top: -10px;
		height: 6px;
	}

	.dustflix-stage-wordmark::after {
		bottom: -20px;
		height: 22px;
	}

	.dustflix-stage-wordmark img {
		width: 134px !important;
		height: 38px !important;
	}

	.dustflix-stage-spotlight {
		width: 42px;
		height: 94px;
	}

	.dustflix-stage-spotlight::before {
		bottom: 48px;
		width: 92px;
		height: 58px;
		opacity: .54;
		filter: blur(1.5px);
	}

	.dustflix-stage-spotlight-left::before {
		left: 20px;
	}

	.dustflix-stage-spotlight-right::before {
		right: 20px;
	}

	.dustflix-stage-spotlight span {
		bottom: 32px;
		width: 32px;
		height: 26px;
		border-width: 1px;
	}

	.dustflix-stage-spotlight span::before {
		width: 13px;
		height: 13px;
	}

.dustflix-stage-spotlight span::after,
.dustflix-stage-spotlight::after {
	display: none;
}
}

/* DustFlix 1.11.6 last override: keep visitor-help styles after all older layers. */
.dustflix-gate-showcase::after {
	content: "CINEMA LOUNGE" !important;
	color: rgba(255,255,255,.64) !important;
}

.dustflix-gate-card-copy {
	margin-bottom: 18px !important;
}

.dustflix-gate-input {
	box-sizing: border-box;
	outline: none;
}

.dustflix-gate-input:focus-visible {
	border-color: rgba(255,255,255,.32) !important;
	box-shadow:
		0 0 0 3px rgba(229,9,20,.18),
		0 12px 30px rgba(0,0,0,.28) !important;
}

.dustflix-gate-field-hint,
.dustflix-gate-help {
	margin: -4px 0 0;
	color: rgba(255,255,255,.5);
	font-size: 12px;
	line-height: 1.45;
}

.dustflix-gate-help {
	margin-top: 0;
	text-align: center;
}

.dustflix-gate-error {
	margin: 0;
	padding: 10px 12px;
	border-radius: 6px;
	background: rgba(229,9,20,.14);
	border: 1px solid rgba(255,92,100,.28);
	color: #ffc4c8;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.4;
	animation: dustflixGateErrorNudge .36s ease both;
}

.dustflix-gate-button {
	font-weight: 900;
}

@media (max-width: 860px) {
	.dustflix-gate-layout {
		width: min(100%, 680px);
	}

	.dustflix-stage-logo {
		order: 1;
	}

	.dustflix-gate-showcase {
		order: 2;
	}

	.dustflix-gate-card {
		order: 3;
	}
}

@media (max-width: 560px) {
	.dustflix-gate-shell {
		overflow-y: auto;
	}

	.dustflix-gate-layout {
		padding: 8px;
	}

	.dustflix-gate-card-copy {
		font-size: 13px;
	}

	.dustflix-gate-field-hint,
	.dustflix-gate-help {
		font-size: 11px;
	}
}

/* DustFlix 1.11.7 final mobile override: popcorn never overlaps the gateway. */
@media (max-width: 860px) {
	.dustflix-gate-showcase {
		min-height: 0 !important;
		padding-bottom: 24px !important;
	}

	.dustflix-popcorn-machine {
		display: none !important;
	}
}

@media (min-width: 861px) and (max-width: 980px) {
	.dustflix-gate-showcase {
		padding-bottom: 210px !important;
	}

	.dustflix-popcorn-machine {
		right: 50% !important;
		bottom: 18px !important;
		transform: translateX(50%) scale(.62) !important;
		transform-origin: center bottom !important;
		opacity: .8 !important;
		pointer-events: none !important;
	}
}

/* DustFlix 1.11.9 absolute final gate layer. Keep below all historical layers. */
body.dustflix-gate-body {
	background: #020202 !important;
	overflow: hidden !important;
}

body.dustflix-gate-body > *:not(.dustflix-gate-shell):not(.dustflix-countdown-shell):not(script):not(style):not(link):not(noscript) {
	display: none !important;
	visibility: hidden !important;
}

body.dustflix-gate-body:not(.dustflix-gate-unlocked-body) .dustflix-countdown-shell,
body.dustflix-gate-body.dustflix-gate-unlocked-body .dustflix-gate-shell {
	display: none !important;
}

body.dustflix-gate-body .dustflix-gate-shell {
	position: relative !important;
	isolation: isolate !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 100vh !important;
	padding: clamp(14px, 2.2vw, 32px) !important;
	background:
		radial-gradient(circle at 50% 5%, rgba(255,255,255,.08), transparent 13%),
		radial-gradient(circle at 18% 24%, rgba(229,9,20,.18), transparent 28%),
		radial-gradient(circle at 86% 74%, rgba(120,0,10,.16), transparent 30%),
		linear-gradient(180deg, #040404 0%, #010101 100%) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-curtain {
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	display: block !important;
	pointer-events: none !important;
	background:
		linear-gradient(90deg, rgba(0,0,0,.86), rgba(20,0,3,.46) 18%, rgba(0,0,0,.92) 50%, rgba(20,0,3,.5) 82%, rgba(0,0,0,.88)),
		repeating-linear-gradient(90deg, rgba(120,0,8,.2) 0 2px, rgba(0,0,0,0) 2px 72px),
		repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, rgba(0,0,0,0) 1px 46px) !important;
	opacity: .95 !important;
}

body.dustflix-gate-body .dustflix-gate-layout {
	position: relative !important;
	z-index: 3 !important;
	display: grid !important;
	grid-template-columns: minmax(480px, 1.06fr) minmax(340px, .74fr) !important;
	align-items: center !important;
	gap: clamp(42px, 5vw, 92px) !important;
	width: min(92vw, 1440px) !important;
	min-height: min(660px, calc(100vh - 44px)) !important;
	margin: 0 auto !important;
	padding: clamp(24px, 3.2vw, 46px) !important;
	border-radius: 14px !important;
	background:
		linear-gradient(90deg, rgba(18,7,7,.88) 0%, rgba(7,7,7,.94) 52%, rgba(5,5,5,.9) 100%),
		radial-gradient(circle at 28% 22%, rgba(229,9,20,.24), transparent 32%) !important;
	border: 1px solid rgba(255,255,255,.12) !important;
	box-shadow:
		0 42px 140px rgba(0,0,0,.72),
		inset 0 1px 0 rgba(255,255,255,.06) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-layout::before {
	content: "" !important;
	position: absolute !important;
	inset: 16px !important;
	border-radius: 11px !important;
	border: 1px solid rgba(255,255,255,.055) !important;
	pointer-events: none !important;
}

body.dustflix-gate-body .dustflix-gate-showcase {
	position: relative !important;
	z-index: 4 !important;
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	align-self: stretch !important;
	display: block !important;
	min-height: 0 !important;
	height: auto !important;
	padding: clamp(24px, 2.8vw, 38px) clamp(24px, 3vw, 44px) 136px !important;
	background:
		linear-gradient(180deg, rgba(82,17,17,.42), rgba(0,0,0,.62)),
		radial-gradient(circle at 74% 16%, rgba(255,255,255,.08), transparent 26%) !important;
	border: 1px solid rgba(255,255,255,.1) !important;
	border-radius: 10px !important;
	box-shadow:
		0 24px 80px rgba(0,0,0,.46),
		inset 0 1px 0 rgba(255,255,255,.05) !important;
	overflow: hidden !important;
}

body.dustflix-gate-body .dustflix-gate-showcase::after {
	content: "ACHTER HET DOEK" !important;
	position: absolute !important;
	top: 28px !important;
	right: 30px !important;
	width: auto !important;
	height: auto !important;
	padding: 10px 15px !important;
	border-radius: 5px !important;
	background: rgba(0,0,0,.46) !important;
	color: rgba(255,255,255,.74) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .2em !important;
	line-height: 1 !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	box-shadow: none !important;
}

body.dustflix-gate-body .dustflix-gate-logo {
	position: relative !important;
	z-index: 5 !important;
	display: block !important;
	width: clamp(100px, 9vw, 136px) !important;
	height: auto !important;
	max-height: 72px !important;
	margin: 0 0 clamp(24px, 3.4vw, 48px) !important;
	object-fit: contain !important;
	filter: drop-shadow(0 0 22px rgba(229,9,20,.36)) !important;
}

body.dustflix-gate-body .dustflix-gate-kicker {
	position: relative !important;
	z-index: 5 !important;
	margin: 0 0 18px !important;
	color: rgba(255,151,156,.88) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	letter-spacing: .24em !important;
	text-transform: uppercase !important;
}

body.dustflix-gate-body .dustflix-gate-title {
	position: relative !important;
	z-index: 5 !important;
	max-width: 720px !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(42px, 4.8vw, 78px) !important;
	font-weight: 950 !important;
	line-height: .91 !important;
	letter-spacing: 0 !important;
	text-shadow: 0 18px 40px rgba(0,0,0,.52) !important;
}

body.dustflix-gate-body .dustflix-gate-intro {
	position: relative !important;
	z-index: 5 !important;
	max-width: 520px !important;
	margin: 18px 0 0 !important;
	color: rgba(255,255,255,.72) !important;
	font-size: clamp(15px, 1.12vw, 18px) !important;
	font-weight: 650 !important;
	line-height: 1.45 !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list {
	position: relative !important;
	z-index: 5 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 22px !important;
}

body.dustflix-gate-body .dustflix-gate-feature-list span {
	padding: 9px 14px !important;
	border-radius: 999px !important;
	background: rgba(255,255,255,.1) !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	color: rgba(255,255,255,.84) !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
}

body.dustflix-gate-body .dustflix-stage-logo {
	position: relative !important;
	z-index: 6 !important;
	top: auto !important;
	right: auto !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	align-self: end !important;
	justify-self: stretch !important;
	display: flex !important;
	align-items: flex-end !important;
	justify-content: center !important;
	gap: 16px !important;
	width: 100% !important;
	height: 126px !important;
	min-height: 0 !important;
	max-height: 126px !important;
	margin: 0 !important;
	padding: 8px 12px 6px !important;
	opacity: .92 !important;
	pointer-events: none !important;
	overflow: visible !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark {
	position: relative !important;
	z-index: 3 !important;
	display: grid !important;
	place-items: center !important;
	width: clamp(126px, 11vw, 176px) !important;
	min-width: 0 !important;
	height: 56px !important;
	min-height: 0 !important;
	margin: 0 0 16px !important;
	padding: 10px 14px !important;
	border-radius: 6px !important;
	background:
		linear-gradient(180deg, rgba(20,20,20,.92), rgba(2,2,2,.98)),
		radial-gradient(circle at 50% 0, rgba(229,9,20,.18), transparent 70%) !important;
	border: 1px solid rgba(255,255,255,.13) !important;
	box-shadow:
		0 18px 48px rgba(0,0,0,.54),
		0 0 38px rgba(229,9,20,.13) !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark::before,
body.dustflix-gate-body .dustflix-stage-wordmark::after {
	display: none !important;
}

body.dustflix-gate-body .dustflix-stage-wordmark img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 44px !important;
	object-fit: contain !important;
	filter: drop-shadow(0 0 13px rgba(229,9,20,.36)) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight {
	position: relative !important;
	display: block !important;
	width: 82px !important;
	height: 106px !important;
	margin: 0 !important;
	transform-origin: center bottom !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-left {
	transform: rotate(-8deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-right {
	transform: rotate(8deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight::before {
	content: "" !important;
	position: absolute !important;
	top: 4px !important;
	bottom: auto !important;
	width: 170px !important;
	height: 116px !important;
	background: radial-gradient(ellipse at 50% 0%, rgba(255,244,203,.56), rgba(255,238,184,.2) 28%, rgba(255,255,255,0) 72%) !important;
	clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%) !important;
	filter: blur(2px) !important;
	opacity: .5 !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-left::before {
	left: 35px !important;
	transform: rotate(25deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight-right::before {
	right: 35px !important;
	transform: rotate(-25deg) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span {
	position: absolute !important;
	left: 50% !important;
	bottom: 18px !important;
	display: block !important;
	width: 56px !important;
	height: 38px !important;
	margin: 0 !important;
	transform: translateX(-50%) !important;
	border-radius: 999px 999px 13px 13px !important;
	background:
		radial-gradient(circle at 50% 46%, rgba(255,245,196,.9) 0 18%, rgba(174,146,86,.55) 21%, rgba(28,28,28,.98) 52%),
		linear-gradient(180deg, #3a3a3a, #101010) !important;
	border: 1px solid rgba(255,255,255,.22) !important;
	box-shadow:
		0 9px 18px rgba(0,0,0,.58),
		inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span::before {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	width: 18px !important;
	height: 18px !important;
	transform: translate(-50%, -50%) !important;
	border-radius: 50% !important;
	background: radial-gradient(circle, #fff6c9 0 24%, #d5a84b 46%, rgba(0,0,0,.2) 70%) !important;
	box-shadow: 0 0 16px rgba(255,237,166,.44) !important;
}

body.dustflix-gate-body .dustflix-stage-spotlight span::after {
	content: "" !important;
	position: absolute !important;
	left: 50% !important;
	top: 100% !important;
	width: 18px !important;
	height: 48px !important;
	transform: translateX(-50%) !important;
	background: linear-gradient(180deg, #222, #090909) !important;
	border-radius: 0 0 4px 4px !important;
	border: 1px solid rgba(255,255,255,.08) !important;
}

body.dustflix-gate-body .dustflix-gate-card {
	position: relative !important;
	z-index: 5 !important;
	width: 100% !important;
	max-width: none !important;
	grid-column: 2 !important;
	grid-row: 2 !important;
	align-self: start !important;
	justify-self: stretch !important;
	margin-top: 0 !important;
	padding: clamp(22px, 2.4vw, 30px) !important;
	border-radius: 10px !important;
	background:
		linear-gradient(180deg, rgba(15,15,15,.92), rgba(4,4,4,.96)),
		radial-gradient(circle at 85% 0, rgba(229,9,20,.1), transparent 44%) !important;
	border: 1px solid rgba(255,255,255,.13) !important;
	box-shadow:
		0 30px 92px rgba(0,0,0,.66),
		inset 0 1px 0 rgba(255,255,255,.06) !important;
	backdrop-filter: blur(14px) !important;
}

body.dustflix-gate-body .dustflix-gate-card h2 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(30px, 2.6vw, 40px) !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
}

body.dustflix-gate-body .dustflix-gate-card-copy {
	max-width: 390px !important;
	margin: 0 0 16px !important;
	color: rgba(255,255,255,.66) !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

body.dustflix-gate-body .dustflix-gate-button {
	background: linear-gradient(180deg, #f13a33, #d70f17) !important;
	box-shadow:
		0 16px 34px rgba(229,9,20,.26),
		inset 0 1px 0 rgba(255,255,255,.16) !important;
}

body.dustflix-gate-body .dustflix-popcorn-machine {
	right: clamp(34px, 4vw, 70px) !important;
	bottom: 34px !important;
	transform: scale(.82) !important;
	transform-origin: right bottom !important;
	z-index: 6 !important;
	opacity: .9 !important;
	filter: drop-shadow(0 22px 38px rgba(0,0,0,.48)) !important;
}

body.dustflix-gate-body .dustflix-countdown-copy {
	color: rgba(255,255,255,.72) !important;
}

@media (max-width: 920px) {
	body.dustflix-gate-body {
		overflow: auto !important;
	}

	body.dustflix-gate-body .dustflix-gate-shell {
		min-height: 100svh !important;
		align-items: center !important;
		padding: 18px !important;
		overflow-y: auto !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout {
		display: flex !important;
		flex-direction: column !important;
		width: min(100%, 520px) !important;
		min-height: 0 !important;
		gap: 14px !important;
		padding: 20px !important;
		border-radius: 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-layout::before,
	body.dustflix-gate-body .dustflix-gate-layout::after,
	body.dustflix-gate-body .dustflix-stage-logo,
	body.dustflix-gate-body .dustflix-popcorn-machine,
	body.dustflix-gate-body .dustflix-gate-showcase::before,
	body.dustflix-gate-body .dustflix-gate-showcase::after {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-showcase {
		width: 100% !important;
		min-height: 0 !important;
		padding: 6px 4px 2px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-logo {
		width: min(132px, 38vw) !important;
		margin: 0 0 14px !important;
	}

	body.dustflix-gate-body .dustflix-gate-title {
		max-width: 360px !important;
		font-size: clamp(32px, 9.5vw, 46px) !important;
		line-height: .98 !important;
	}

	body.dustflix-gate-body .dustflix-gate-intro {
		max-width: 340px !important;
		margin-top: 12px !important;
		font-size: 13px !important;
		line-height: 1.45 !important;
	}

	body.dustflix-gate-body .dustflix-gate-feature-list {
		display: none !important;
	}

	body.dustflix-gate-body .dustflix-gate-card {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 16px !important;
		border-radius: 12px !important;
	}

	body.dustflix-gate-body .dustflix-gate-card h2 {
		font-size: clamp(25px, 7.4vw, 34px) !important;
	}

	body.dustflix-gate-body .dustflix-gate-card-copy {
		margin-bottom: 14px !important;
		font-size: 13px !important;
	}
}
