:root {
	--wf-night: #0c0d14;
	--wf-tar: #141722;
	--wf-chalk: #f2f5ff;
	--wf-sodium: #6eb6ff;
	--wf-ember: #ef3056;
	--wf-ink: #e8ecf8;
	--wf-muted: rgba(232, 236, 248, 0.72);
	--wf-line: rgba(232, 236, 248, 0.16);
	--wf-font-display: "Oswald", Impact, sans-serif;
	--wf-font-body: "Lora", Georgia, serif;
	--wf-header-h: 4.1rem;
	--wf-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
	scroll-behavior: smooth;
	background: var(--wf-night);
}

html,
body {
	background-color: var(--wf-night) !important;
	color: var(--wf-ink) !important;
}

body {
	margin: 0;
	min-height: 100vh;
	background-image:
		radial-gradient(900px 420px at 80% 0%, rgba(57, 152, 247, 0.14), transparent 55%),
		linear-gradient(180deg, #121526 0%, var(--wf-night) 42%, #080910 100%);
	font-family: var(--wf-font-body);
	font-size: 1.05rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

img,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: var(--wf-sodium);
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--wf-chalk);
}

.wf-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
	padding: 0.7rem 1rem;
	background: var(--wf-ember);
	color: #fff;
}

.wf-skip:focus {
	left: 1rem;
	top: 1rem;
}

.wf-wrap,
.wf-section-head {
	background: transparent !important;
}

.wf-wrap {
	width: min(1120px, calc(100% - 2.4rem));
	margin-inline: auto;
}

.wf-wrap--arena {
	width: min(1480px, calc(100% - 1.2rem));
}

.wf-main {
	background: transparent;
	color: var(--wf-ink);
}

.wf-header {
	position: sticky;
	top: 0;
	z-index: 50;
	height: var(--wf-header-h);
	border-bottom: 1px solid var(--wf-line);
	background: rgba(12, 13, 20, 0.88);
	backdrop-filter: blur(12px);
}

.wf-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: min(1480px, calc(100% - 1.2rem));
	height: 100%;
	margin-inline: auto;
}

.wf-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	color: var(--wf-chalk);
	text-decoration: none;
	flex-shrink: 0;
}

.wf-brand__mark {
	width: 0.85rem;
	height: 0.85rem;
	background: var(--wf-ember);
	box-shadow: 0 0 0 2px rgba(239, 48, 86, 0.35);
	transform: rotate(12deg);
}

.wf-brand__text {
	font-family: var(--wf-font-display);
	font-size: 1.45rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-cats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	flex: 1 1 auto;
	min-width: 0;
}

.wf-cats__pill {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: #2a3144;
	color: #fff;
	font-family: var(--wf-font-display);
	font-size: 0.92rem;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.wf-cats__pill:hover {
	background: var(--wf-ember);
	color: #fff;
}

.wf-search {
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
	max-width: 220px;
	border: 1px solid var(--wf-line);
	background: rgba(20, 23, 34, 0.9);
	overflow: hidden;
}

.wf-search__input {
	width: 100%;
	min-width: 0;
	padding: 0.45rem 0.65rem;
	border: 0;
	background: transparent;
	color: var(--wf-chalk);
	font-family: var(--wf-font-body);
	font-size: 0.92rem;
}

.wf-search__input::placeholder {
	color: var(--wf-muted);
}

.wf-search__btn {
	padding: 0.45rem 0.7rem;
	border: 0;
	border-left: 1px solid var(--wf-line);
	background: #2a3144;
	color: #fff;
	font-family: var(--wf-font-display);
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

.wf-search__btn:hover {
	background: var(--wf-ember);
}

.wf-nav-toggle {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 1px solid var(--wf-line);
	background: transparent;
	cursor: pointer;
}

.wf-nav-toggle span[aria-hidden="true"],
.wf-nav-toggle span[aria-hidden="true"]::before,
.wf-nav-toggle span[aria-hidden="true"]::after {
	display: block;
	width: 1.1rem;
	height: 2px;
	margin: 0 auto;
	background: var(--wf-chalk);
	content: "";
}

.wf-nav-toggle span[aria-hidden="true"]::before {
	transform: translateY(-6px);
}

.wf-nav-toggle span[aria-hidden="true"]::after {
	transform: translateY(4px);
}

.wf-header__cta {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	padding: 0.45rem 0.95rem;
	border: 1px solid var(--wf-sodium);
	background: var(--wf-ember);
	color: #fff;
	font-family: var(--wf-font-display);
	font-size: 1.05rem;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.wf-header__cta:hover {
	color: #fff;
	filter: brightness(1.08);
}

.wf-drawer {
	position: fixed;
	inset: var(--wf-header-h) 0 auto 0;
	z-index: 45;
	padding: 1rem 1.2rem 1.4rem;
	border-bottom: 1px solid var(--wf-line);
	background: rgba(12, 13, 20, 0.96);
}

.wf-drawer[hidden] {
	display: none !important;
}

.wf-drawer nav {
	display: grid;
	gap: 0.55rem;
}

.wf-drawer a {
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--wf-line);
	background: rgba(20, 23, 34, 0.8);
	color: var(--wf-chalk);
	font-family: var(--wf-font-display);
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.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;
}

@media (max-width: 1100px) {
	.wf-cats {
		display: none;
	}

	.wf-nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 720px) {
	.wf-search {
		display: none;
	}

	.wf-header__cta {
		display: none;
	}
}

.wf-nav__list {
	display: none;
}

.wf-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	align-items: end;
	min-height: calc(100svh - var(--wf-header-h));
	overflow: hidden;
	padding: 3.5rem 0 4.5rem;
}

.wf-hero__scene {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-size: cover;
	background-position: center 38%;
}

.wf-hero__scene::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(18, 16, 12, 0.28) 0%, rgba(18, 16, 12, 0.18) 38%, rgba(18, 16, 12, 0.78) 100%);
}

.wf-hero__sodium {
	position: absolute;
	top: -6%;
	width: 36%;
	height: 58%;
	background: linear-gradient(180deg, rgba(232, 162, 58, 0.22), transparent 70%);
	filter: blur(22px);
	animation: wf-sodium 8s ease-in-out infinite;
}

.wf-hero__sodium--l {
	left: -4%;
	transform: rotate(16deg);
}

.wf-hero__sodium--r {
	right: -4%;
	transform: rotate(-16deg);
	animation-delay: -3.2s;
}

.wf-hero__haze {
	position: absolute;
	inset: auto 0 0;
	height: 38%;
	background: linear-gradient(180deg, transparent, rgba(18, 16, 12, 0.92));
	animation: wf-haze 12s ease-in-out infinite;
}

.wf-hero__content {
	width: min(920px, calc(100% - 2.4rem));
	margin-inline: auto;
	text-align: center;
}

.wf-hero__brand {
	display: grid;
	margin: 0;
	color: var(--wf-chalk);
	font-family: var(--wf-font-display);
	font-size: clamp(4.2rem, 14vw, 9rem);
	font-weight: 700;
	line-height: 0.82;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-shadow: 0 10px 40px rgba(0, 0, 0, 0.55);
}

.wf-hero__tagline {
	margin: 1.35rem 0 0.55rem;
	font-family: var(--wf-font-display);
	font-size: clamp(1.5rem, 3.4vw, 2.2rem);
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-hero__support {
	max-width: 32rem;
	margin: 0 auto 1.8rem;
	color: var(--wf-muted);
}

.wf-hero__actions {
	display: flex;
	justify-content: center;
}

.wf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.7rem 1.5rem;
	border: 0;
	background: var(--wf-ember);
	color: #fff;
	font-family: var(--wf-font-display);
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.25s var(--wf-ease), filter 0.25s ease;
}

.wf-btn:hover {
	color: #fff;
	transform: translateY(-2px);
	filter: brightness(1.08);
}

.wf-section-head {
	margin-bottom: 1.6rem;
}

.wf-section-head h2,
.wf-types h2,
.wf-seo h2,
.wf-article__title {
	margin: 0 0 0.45rem;
	color: var(--wf-chalk) !important;
	font-family: var(--wf-font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-section-head p,
.wf-types p,
.wf-seo__inner p,
.wf-step p,
.wf-faq__item p {
	margin: 0;
	color: var(--wf-muted) !important;
}

.wf-play,
.wf-related,
.wf-guide,
.wf-types,
.wf-seo,
.wf-faq {
	padding: 4.2rem 0;
	background: var(--wf-night);
	color: var(--wf-ink);
}

.wf-play {
	border-top: 1px solid var(--wf-line);
}

.wf-play__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 1.2rem;
	align-items: start;
}

.wf-play__layout.is-theater {
	grid-template-columns: 1fr;
}

.wf-play__layout.is-theater .wf-side {
	display: none;
}

.wf-player {
	border: 1px solid var(--wf-line);
	background: #151a28;
	overflow: hidden;
}

.wf-player--wide {
	max-width: 100%;
}

.wf-player.is-theater {
	position: relative;
	z-index: 40;
	box-shadow: 0 0 0 1px var(--wf-line), 0 24px 80px rgba(0, 0, 0, 0.55);
}

body.wf-theater-on {
	overflow: hidden;
}

body.wf-theater-on .wf-player.is-theater {
	position: fixed;
	inset: 4vh 4vw auto;
	width: auto;
	max-width: none;
	z-index: 90;
}

body.wf-theater-on .wf-player.is-theater .wf-player__stage {
	aspect-ratio: 16 / 9;
	max-height: 82vh;
}

.wf-player__stage {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #0a0c14;
}

.wf-player__frame,
.wf-player__launch {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.wf-player__frame {
	z-index: 0;
	background: #0a0c14;
}

.wf-player__launch {
	z-index: 2;
	background: #0a0c14;
}

.wf-player.is-playing .wf-player__launch {
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}

.wf-player.is-playing .wf-player__frame {
	z-index: 1;
}

.wf-player__poster {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-color: #151a28;
}

.wf-player__poster-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wf-player__poster::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(12, 13, 20, 0.08), rgba(12, 13, 20, 0.68));
}

.wf-player__ready {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	height: 100%;
	padding: 1.5rem;
	text-align: center;
}

.wf-player__ready-title {
	margin: 0;
	font-family: var(--wf-font-display);
	font-size: clamp(2rem, 5vw, 3.4rem);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-player__ready-copy {
	max-width: 28rem;
	margin: 0.4rem 0 1.2rem;
	color: var(--wf-muted);
}

.wf-player__fallback {
	margin: 0.8rem 0 0;
	font-size: 0.92rem;
}

.wf-player__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.7rem 1rem;
	border-top: 1px solid var(--wf-line);
	font-family: var(--wf-font-display);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-player__tools {
	display: flex;
	gap: 0.55rem;
}

.wf-tool {
	padding: 0.35rem 0.7rem;
	border: 1px solid var(--wf-line);
	background: transparent;
	color: var(--wf-muted);
	font-family: var(--wf-font-display);
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.wf-tool:hover,
.wf-tool.is-active {
	border-color: var(--wf-sodium);
	color: var(--wf-chalk);
}

.wf-side {
	display: grid;
	gap: 1rem;
}

.wf-side__block {
	padding: 1rem 1.05rem 1.1rem;
	border-top: 2px solid var(--wf-ember);
	background: linear-gradient(180deg, #1c1814, #14110e);
}

.wf-side__block h3 {
	margin: 0 0 0.7rem;
	font-family: var(--wf-font-display);
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-side__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-side__list li {
	position: relative;
	padding: 0.45rem 0 0.45rem 0.9rem;
	border-bottom: 1px solid rgba(243, 234, 216, 0.08);
	color: var(--wf-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.wf-side__list li:last-child {
	border-bottom: 0;
}

.wf-side__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.85rem;
	width: 0.35rem;
	height: 0.35rem;
	background: var(--wf-sodium);
}

.wf-side__more {
	margin: 0.85rem 0 0;
	font-size: 0.9rem;
}

.wf-features {
	padding: 3.2rem 0;
	border-top: 1px solid var(--wf-line);
	background: #0f0d0a;
}

.wf-features h2 {
	margin: 0 0 1.2rem;
	font-family: var(--wf-font-display);
	font-size: clamp(2rem, 4vw, 2.8rem);
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-features__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-features__grid li {
	padding: 1rem 0;
	border-top: 1px solid var(--wf-line);
}

.wf-features__grid strong {
	display: block;
	margin-bottom: 0.35rem;
	font-family: var(--wf-font-display);
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wf-features__grid span {
	color: var(--wf-muted);
	font-size: 0.95rem;
}

.wf-related {
	background: #0f0d0a;
}

.wf-related .wf-section-head {
	text-align: left;
}

.wf-related .wf-section-head p {
	max-width: 40rem;
}

.wf-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 18px;
	list-style: none;
	background: #1a1612;
	border-radius: 12px;
}

.wf-related__more {
	margin: 1.1rem 0 0;
}

.wf-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #0e0c0a;
	border-radius: 12px;
	color: inherit;
	text-decoration: none;
}

.wf-card__cover {
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #16120e;
}

.wf-card__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wf-card__title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 10px 8px;
	color: #fff;
	font-family: var(--wf-font-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.wf-tabs-section {
	padding: 4.2rem 0;
	background: var(--wf-night);
}

.wf-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.4rem;
}

.wf-tabs__btn {
	padding: 0.55rem 1rem;
	border: 1px solid var(--wf-line);
	background: transparent;
	color: var(--wf-muted);
	font-family: var(--wf-font-display);
	font-size: 1.05rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.wf-tabs__btn.is-active,
.wf-tabs__btn:hover {
	border-color: var(--wf-ember);
	background: var(--wf-ember);
	color: #fff;
}

.wf-tabs__panel {
	display: none;
}

.wf-tabs__panel.is-active {
	display: block;
}

.wf-tabs__steps,
.wf-tabs__bullets {
	margin: 0 0 1rem;
	padding-left: 1.2rem;
	color: var(--wf-muted);
}

.wf-tabs__steps li,
.wf-tabs__bullets li {
	margin: 0 0 0.75rem;
}

.wf-tabs__steps strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--wf-chalk);
	font-family: var(--wf-font-display);
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wf-seo__inner p {
	margin: 0 0 1.1rem;
	max-width: 46rem;
}

.wf-faq__item {
	border-top: 1px solid var(--wf-line);
	padding: 1rem 0;
}

.wf-faq__item summary {
	cursor: pointer;
	font-family: var(--wf-font-display);
	font-size: 1.35rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wf-faq__item p {
	margin: 0.7rem 0 0;
}

.wf-footer {
	border-top: 1px solid var(--wf-line);
	padding: 2.8rem 0 2.2rem;
}

.wf-footer__inner {
	width: min(1120px, calc(100% - 2.4rem));
	margin-inline: auto;
	display: grid;
	gap: 1.2rem;
}

.wf-footer__title {
	margin: 0 0 0.25rem;
	font-family: var(--wf-font-display);
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-footer__note,
.wf-footer__copy {
	margin: 0;
	color: var(--wf-muted);
	font-size: 0.95rem;
}

.wf-footer__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-footer__list a {
	color: var(--wf-muted);
	text-decoration: none;
}

.wf-footer__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--wf-line);
}

.wf-footer__legal-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-footer__legal-list a {
	color: var(--wf-muted);
	font-size: 0.85rem;
	text-decoration: none;
}

.wf-footer__legal-list a:hover {
	color: var(--wf-chalk);
}

.wf-main--simple {
	padding: 2.4rem 0 4.5rem;
	background: var(--wf-night);
}

.wf-prose {
	width: min(1120px, calc(100% - 2rem));
	margin-inline: auto;
}

.wf-article__title {
	margin: 0 0 1rem;
	color: var(--wf-chalk) !important;
	font-family: var(--wf-font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-article__content {
	max-width: none;
	width: 100%;
	color: var(--wf-ink);
}

.wf-article__content h2 {
	margin: 1.8rem 0 0.6rem;
	font-family: var(--wf-font-display);
	font-size: 1.7rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-article__content h3 {
	margin: 1.4rem 0 0.45rem;
	font-family: var(--wf-font-display);
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-article__content p,
.wf-article__content li {
	color: var(--wf-muted);
}

.wf-article__content > p {
	max-width: 48rem;
}

.wf-article__content ul,
.wf-article__content ol {
	max-width: 48rem;
	padding-left: 1.2rem;
}

.wf-embed {
	width: 100%;
	margin: 0 0 1.4rem;
	border: 1px solid var(--wf-line);
	background: #151a28;
	border-radius: 4px;
	overflow: hidden;
}

.wf-embed__stage {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #0a0c14;
}

.wf-embed__stage iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.wf-embed__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.7rem 1rem;
	border-top: 1px solid var(--wf-line);
	font-family: var(--wf-font-display);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wf-embed__label {
	color: var(--wf-chalk);
	font-size: 0.95rem;
}

.wf-embed__stage:fullscreen,
.wf-embed__stage:-webkit-full-screen {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	background: #000;
}

.wf-embed__stage:fullscreen iframe,
.wf-embed__stage:-webkit-full-screen iframe {
	width: 100%;
	height: 100%;
}

.wf-article__content .wf-article-games li {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--wf-line);
}

.wf-top {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 40;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid var(--wf-line);
	background: rgba(18, 16, 12, 0.9);
	color: var(--wf-chalk);
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
}

.wf-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.7s var(--wf-ease), transform 0.7s var(--wf-ease);
}

[data-reveal].is-in {
	opacity: 1;
	transform: none;
}

@keyframes wf-sodium {
	0%, 100% { opacity: 0.7; }
	50% { opacity: 1; }
}

@keyframes wf-haze {
	0%, 100% { opacity: 0.9; }
	50% { opacity: 1; }
}

@media (max-width: 960px) {
	.wf-play__layout {
		grid-template-columns: 1fr;
	}

	.wf-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.wf-related__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.wf-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 10px;
	}

	.wf-features__grid {
		grid-template-columns: 1fr;
	}

	.wf-card__title {
		min-height: 46px;
		font-size: 11px;
	}
}

/* Portal layout (wacky-flip.io style) */
.wf-play--portal {
	padding-top: 1.2rem;
	padding-bottom: 2rem;
	background: transparent;
}

.wf-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.7rem;
	color: var(--wf-muted);
	font-family: var(--wf-font-display);
	font-size: 0.92rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wf-crumb a {
	color: var(--wf-muted);
	text-decoration: none;
}

.wf-crumb a:hover {
	color: var(--wf-sodium);
}

.wf-portal__title {
	margin: 0 0 0.9rem;
	color: var(--wf-chalk) !important;
	font-family: var(--wf-font-display);
	font-size: clamp(2.2rem, 4.5vw, 3.2rem);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wf-arena {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr) 200px;
	gap: 0.75rem;
	align-items: stretch;
	margin-bottom: 1rem;
}

.wf-rail {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 0.4rem;
	align-content: stretch;
	height: 100%;
	min-height: 0;
	max-height: none;
	overflow: hidden;
}

/* Same 3-col track as .wf-arena so text lines up under the player */
.wf-column {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr) 200px;
	gap: 0.75rem;
	width: 100%;
}

.wf-column > * {
	grid-column: 2;
	min-width: 0;
}

.wf-info {
	width: 100%;
	margin: 0;
}

.wf-meta {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.wf-meta th,
.wf-meta td {
	padding: 0.55rem 0.8rem;
	border: 1px solid var(--wf-line);
	text-align: left;
	vertical-align: top;
}

.wf-meta th {
	width: 26%;
	background: rgba(110, 182, 255, 0.08);
	color: var(--wf-chalk);
	font-family: var(--wf-font-display);
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.wf-meta td {
	color: var(--wf-muted);
	background: rgba(20, 23, 34, 0.55);
}

.wf-meta__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.wf-meta__tags a {
	display: inline-flex;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	background: #2a3144;
	color: #fff;
	font-size: 0.82rem;
	text-decoration: none;
}

.wf-meta__tags a:hover {
	background: var(--wf-ember);
	color: #fff;
}

.wf-lead {
	width: 100%;
	margin: 0.85rem 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wf-ink) !important;
	font-size: 1.05rem;
	line-height: 1.65;
}

.wf-article-flow {
	padding: 0.25rem 0 3rem;
	background: transparent;
}

.wf-article-flow .wf-column {
	gap: 0.75rem;
}

.wf-block {
	width: 100%;
	margin: 0 0 1.75rem;
	padding: 0 0 1.5rem;
	border: 0;
	border-bottom: 1px solid var(--wf-line);
	background: transparent;
	box-shadow: none;
}

.wf-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.wf-block h2 {
	margin: 0 0 0.75rem;
	padding-bottom: 0;
	border-bottom: 0;
	color: var(--wf-chalk) !important;
	font-family: var(--wf-font-display);
	font-size: clamp(1.45rem, 2.4vw, 1.9rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-block h3 {
	margin: 1.15rem 0 0.5rem;
	color: var(--wf-sodium) !important;
	font-family: var(--wf-font-display);
	font-size: 1.05rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.wf-block p,
.wf-block li {
	color: var(--wf-muted) !important;
	line-height: 1.7;
}

.wf-block p {
	margin: 0 0 0.85rem;
	max-width: none;
}

.wf-block p:last-child {
	margin-bottom: 0;
}

.wf-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 0;
	height: 100%;
	aspect-ratio: auto;
	border: 1px solid var(--wf-line);
	background: #10131d;
	border-radius: 10px;
	text-decoration: none;
	transition: transform 0.2s var(--wf-ease), border-color 0.2s ease;
}

.wf-thumb:hover {
	border-color: var(--wf-sodium);
	transform: translateY(-2px);
	color: inherit;
}

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

.wf-thumb__name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.4rem 0.35rem 0.35rem;
	background: linear-gradient(180deg, transparent, rgba(8, 9, 16, 0.92));
	color: #fff;
	font-family: var(--wf-font-display);
	font-size: 0.7rem;
	letter-spacing: 0.03em;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
}

.wf-arena__center {
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.wf-arena__center .wf-player {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.wf-arena__center .wf-player__stage {
	flex: 1 1 auto;
}

.wf-thumb-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-thumb-grid .wf-thumb {
	aspect-ratio: 1;
	height: auto;
}

.wf-thumb-grid .wf-thumb__name {
	font-size: 0.78rem;
}

.wf-checklist,
.wf-steps,
.wf-tips {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wf-checklist li,
.wf-tips li {
	position: relative;
	padding: 0.7rem 0.2rem 0.7rem 1.25rem;
	border-bottom: 1px solid rgba(232, 236, 248, 0.08);
}

.wf-checklist li:last-child,
.wf-tips li:last-child {
	border-bottom: 0;
}

.wf-checklist li::before,
.wf-tips li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.05rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 1px;
	background: var(--wf-ember);
}

.wf-steps {
	counter-reset: wf-step;
}

.wf-steps li {
	position: relative;
	display: grid;
	gap: 0.25rem;
	margin: 0 0 1rem;
	padding: 0.9rem 1rem 0.95rem 3.2rem;
	border: 1px solid var(--wf-line);
	background: rgba(20, 23, 34, 0.55);
	counter-increment: wf-step;
}

.wf-steps li::before {
	content: counter(wf-step);
	position: absolute;
	margin-left: -2.45rem;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	background: var(--wf-ember);
	color: #fff;
	font-family: var(--wf-font-display);
	font-size: 0.95rem;
	line-height: 1.7rem;
	text-align: center;
}

.wf-steps strong,
.wf-checklist strong,
.wf-tips strong {
	color: var(--wf-chalk);
	font-family: var(--wf-font-display);
	font-weight: 500;
	letter-spacing: 0.03em;
}

.wf-faq__item {
	margin: 0 0 0.7rem;
	border: 1px solid var(--wf-line);
	background: rgba(20, 23, 34, 0.5);
}

.wf-faq__item summary {
	cursor: pointer;
	padding: 0.85rem 1rem;
	color: var(--wf-chalk);
	font-family: var(--wf-font-display);
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	list-style: none;
}

.wf-faq__item summary::-webkit-details-marker {
	display: none;
}

.wf-faq__item[open] summary {
	border-bottom: 1px solid var(--wf-line);
	color: var(--wf-sodium);
}

.wf-faq__item p {
	padding: 0.85rem 1rem 1rem;
}

.wf-feature-like {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.wf-feature-like__card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 0.85rem;
	align-items: stretch;
	min-height: 96px;
	padding: 0.65rem;
	border: 1px solid var(--wf-line);
	background: rgba(20, 23, 34, 0.72);
	text-decoration: none;
	transition: border-color 0.25s ease, transform 0.25s var(--wf-ease);
}

.wf-feature-like__card:hover {
	border-color: var(--wf-sodium);
	transform: translateY(-2px);
	color: inherit;
}

.wf-feature-like__cover {
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	background: #0a0c14;
}

.wf-feature-like__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wf-feature-like__body {
	display: grid;
	align-content: center;
	gap: 0.35rem;
}

.wf-feature-like__title {
	color: var(--wf-chalk);
	font-family: var(--wf-font-display);
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-feature-like__blurb {
	color: var(--wf-muted);
	font-size: 0.92rem;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 720px) {
	.wf-feature-like {
		grid-template-columns: 1fr;
	}
}

.wf-seo__inner .wf-btn {
	margin-top: 1rem;
}

.wf-seo {
	padding-top: 2rem;
	padding-bottom: 3.5rem;
}

@media (max-width: 1200px) {
	.wf-arena,
	.wf-column {
		grid-template-columns: 168px minmax(0, 1fr) 168px;
	}

	.wf-thumb-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.wf-arena {
		grid-template-columns: 1fr;
	}

	.wf-column {
		grid-template-columns: 1fr;
	}

	.wf-column > * {
		grid-column: 1;
	}

	.wf-rail {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		grid-auto-rows: auto;
		height: auto;
		overflow: visible;
		order: 2;
	}

	.wf-rail .wf-thumb {
		aspect-ratio: 1;
		height: auto;
	}

	.wf-arena__center {
		order: 1;
	}

	.wf-rail--right {
		order: 3;
	}

	.wf-thumb-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.wf-rail {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.wf-meta th {
		width: 36%;
	}

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

	body.wf-theater-on .wf-player.is-theater {
		inset: 2vh 2vw auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wf-hero__sodium,
	.wf-hero__haze,
	[data-reveal] {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

.wf-contact-form {
	max-width: 36rem;
	margin: 1rem 0 1.5rem;
	padding: 1.1rem 1.2rem;
	border: 1px solid var(--wf-line);
	background: rgba(16, 19, 30, 0.88);
}

.wf-contact-form label {
	color: var(--wf-chalk);
	font-family: var(--wf-font-display);
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wf-contact-form input,
.wf-contact-form textarea {
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.55rem 0.7rem;
	border: 1px solid var(--wf-line);
	background: rgba(8, 9, 16, 0.9);
	color: var(--wf-ink);
	font: inherit;
}

.wf-contact-form button {
	padding: 0.55rem 1rem;
	border: 1px solid var(--wf-sodium);
	background: var(--wf-ember);
	color: #fff;
	font-family: var(--wf-font-display);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.wf-contact-notice {
	padding: 0.75rem 0.9rem;
	border: 1px solid var(--wf-line);
	background: rgba(110, 182, 255, 0.1);
}
