:root {
	--evx-ink: #090c0a;
	--evx-panel: #111612;
	--evx-line: #2d3730;
	--evx-paper: #e9eee9;
	--evx-muted: #9daa9f;
	--evx-green: #55d348;
	--evx-gold: #e7b957;
	--evx-red: #e05b4e;
	--evx-blue: #69bfe8;
}

.evren-experience-page .entry-header,
.evren-experience-page .page-header { display: none; }
.evren-experience-page .entry-content,
.evren-experience-page .entry-content.shell-narrow { width: 100% !important; max-width: none !important; padding: 0; margin: 0 !important; }
.evx-shell {
	position: relative;
	left: 50%;
	width: min(1180px, calc(100vw - 36px));
	margin: 38px 0 80px;
	color: var(--evx-paper);
	font-family: inherit;
	transform: translateX(-50%);
}
.evx-shell *, .evx-shell *::before, .evx-shell *::after { box-sizing: border-box; }
.evx-shell button, .evx-shell a { font: inherit; }
.evx-shell button { cursor: pointer; }
.evx-shell [hidden] { display: none !important; }

.evx-hero {
	position: relative;
	min-height: 330px;
	padding: 74px clamp(24px, 6vw, 78px) 54px;
	margin-bottom: 28px;
	overflow: hidden;
	border: 1px solid var(--evx-line);
	background: var(--evx-panel);
}
.evx-hero::before {
	position: absolute;
	top: -45%;
	right: -7%;
	width: 440px;
	height: 440px;
	border: 1px solid currentColor;
	border-radius: 50%;
	box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.018);
	content: "";
	opacity: .45;
}
.evx-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42%;
	height: 5px;
	background: currentColor;
	content: "";
}
.evx-hero--duel { color: var(--evx-red); }
.evx-hero--story { color: var(--evx-gold); }
.evx-hero--theory { color: var(--evx-blue); }
.evx-hero--identity { color: var(--evx-green); }
.evx-hero > span, .evx-hero h1, .evx-hero p, .evx-back { position: relative; z-index: 1; }
.evx-back { display: inline-block; margin-bottom: 42px; color: var(--evx-muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.evx-back:hover { color: currentColor; }
.evx-hero > span { display: block; margin-bottom: 10px; color: currentColor; font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.evx-hero h1 { max-width: 780px; margin: 0; color: #fff; font-size: clamp(42px, 7vw, 82px); font-weight: 900; letter-spacing: -.045em; line-height: .95; }
.evx-hero p { max-width: 650px; margin: 24px 0 0; color: #bec7c0; font-size: clamp(15px, 2vw, 19px); line-height: 1.6; }

.evx-hub { margin-top: 24px; }
.evx-hub-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	min-height: 520px;
	border: 1px solid var(--evx-line);
	background:
		radial-gradient(circle at 77% 28%, rgba(85,211,72,.16), transparent 24%),
		linear-gradient(118deg, #101511 0 66%, #171e18 66% 100%);
}
.evx-hub-hero > div { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(34px, 7vw, 86px); }
.evx-hub-hero > div > span { color: var(--evx-green); font-size: 11px; font-weight: 900; letter-spacing: .28em; }
.evx-hub-hero h1 { max-width: 800px; margin: 24px 0; color: #fff; font-size: clamp(48px, 7.4vw, 94px); font-weight: 950; letter-spacing: -.06em; line-height: .9; }
.evx-hub-hero h1 i { color: var(--evx-green); font-style: normal; }
.evx-hub-hero p { max-width: 620px; margin: 0; color: #b7c1b9; font-size: 18px; line-height: 1.65; }
.evx-hub-hero aside { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; padding: 30px; border-left: 1px solid var(--evx-line); text-align: center; }
.evx-hub-hero aside strong, .evx-hub-hero aside b { color: #fff; font-size: 48px; line-height: 1; }
.evx-hub-hero aside b { margin-top: 55px; color: var(--evx-green); }
.evx-hub-hero aside small { color: var(--evx-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.evx-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-right: 1px solid var(--evx-line); }
.evx-hub-card { position: relative; min-height: 350px; padding: 44px 44px 86px; overflow: hidden; border-bottom: 1px solid var(--evx-line); border-left: 1px solid var(--evx-line); background: #0d110e; color: #fff; text-decoration: none; transition: background .25s ease, transform .25s ease; }
.evx-hub-card::after { position: absolute; right: -55px; bottom: -75px; width: 190px; height: 190px; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .18; transition: transform .35s ease; }
.evx-hub-card:hover { background: #151b16; transform: translateY(-3px); }
.evx-hub-card:hover::after { transform: scale(1.22); }
.evx-hub-card > b { position: absolute; top: 28px; right: 32px; color: currentColor; font-size: 60px; opacity: .15; }
.evx-hub-card > span { color: currentColor; font-size: 10px; font-weight: 900; letter-spacing: .19em; }
.evx-hub-card h2 { max-width: 390px; margin: 42px 0 18px; color: #fff; font-size: clamp(28px, 4vw, 46px); line-height: 1; }
.evx-hub-card p { max-width: 480px; color: #aab5ac; line-height: 1.6; }
.evx-hub-card em { position: absolute; bottom: 38px; color: currentColor; font-size: 12px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.evx-hub-card--duel { color: var(--evx-red); }
.evx-hub-card--story { color: var(--evx-gold); }
.evx-hub-card--theory { color: var(--evx-blue); }
.evx-hub-card--identity { color: var(--evx-green); }

.evx-duel-list, .evx-story-list, .evx-theory-list { display: grid; gap: 24px; }
.evx-duel { overflow: hidden; border: 1px solid #3a2825; background: #0d0d0c; }
.evx-duel > header { padding: 34px 42px 26px; text-align: center; }
.evx-duel > header span { color: var(--evx-red); font-size: 10px; font-weight: 900; letter-spacing: .24em; }
.evx-duel h2 { margin: 9px 0; color: #fff; font-size: clamp(28px, 5vw, 52px); line-height: 1; }
.evx-duel > header p { margin: 0; color: var(--evx-muted); }
.evx-duel-stage { position: relative; display: grid; grid-template-columns: 1fr 112px 1fr; align-items: stretch; min-height: 340px; }
.evx-duel-stage > button { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; padding: 32px; border: 0; border-top: 1px solid #302825; background: linear-gradient(150deg, #181411, #0d0d0c); color: #fff; transition: background .2s ease; }
.evx-duel-stage > button:last-child { background: linear-gradient(210deg, #17191d, #0d0d0c); }
.evx-duel-stage > button:hover, .evx-duel-stage > button[aria-pressed="true"] { background: #241714; }
.evx-duel-stage > button:last-child:hover, .evx-duel-stage > button:last-child[aria-pressed="true"] { background: #161d24; }
.evx-contender-portrait { display: grid; width: 145px; height: 145px; margin-bottom: 12px; overflow: hidden; place-items: center; border: 1px solid #64443c; border-radius: 50%; background-color: #1c1512; color: var(--evx-red); font-size: 48px; font-weight: 950; box-shadow: inset 0 0 0 9px #0d0d0c; }
.evx-contender-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.evx-duel-stage > button:last-child .evx-contender-portrait { border-color: #3d5b6d; color: var(--evx-blue); }
.evx-duel-stage strong { font-size: clamp(21px, 3vw, 34px); text-align: center; }
.evx-duel-stage small { min-height: 20px; color: var(--evx-muted); }
.evx-duel-stage i { margin-top: 9px; color: #bcc5be; font-size: 12px; font-style: normal; }
.evx-duel-stage i b { color: #fff; }
.evx-versus { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; border-top: 1px solid #302825; background: #090a09; }
.evx-versus b { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid #4c3933; border-radius: 50%; color: #fff; font-size: 24px; transform: rotate(-8deg); }
.evx-versus span { color: #778078; font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; }
.evx-duel > footer { display: grid; grid-template-columns: minmax(180px, 1fr) auto; gap: 18px; align-items: center; padding: 22px 30px; border-top: 1px solid #302825; }
.evx-vote-bar { height: 6px; overflow: hidden; background: var(--evx-blue); }
.evx-vote-bar i { display: block; height: 100%; background: var(--evx-red); transition: width .45s ease; }
.evx-share, .evx-story-result button, .evx-identity-result button { padding: 10px 15px; border: 1px solid #59625b; background: transparent; color: #d8ded9; font-size: 11px; font-weight: 900; text-transform: uppercase; }
[data-vote-status] { grid-column: 1/-1; min-height: 18px; margin: 0; color: var(--evx-green); font-size: 12px; }

.evx-story { position: relative; display: grid; grid-template-columns: 100px minmax(0, 1fr); min-height: 430px; overflow: hidden; border: 1px solid #433a24; background: #12110d; }
.evx-story-index { padding: 36px 20px; border-right: 1px solid #433a24; color: var(--evx-gold); font-size: 38px; font-weight: 950; text-align: center; }
.evx-story-copy { padding: clamp(28px, 5vw, 56px); }
.evx-story-copy > span, .evx-story-result > span { color: var(--evx-gold); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.evx-story-copy h2 { max-width: 750px; margin: 12px 0 18px; color: #fff; font-size: clamp(30px, 5vw, 54px); line-height: 1.05; }
.evx-story-copy > p { max-width: 820px; color: #b9c0ba; font-size: 17px; line-height: 1.65; }
.evx-story-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 38px; }
.evx-story-choices button { display: flex; align-items: center; gap: 11px; min-height: 76px; padding: 14px; border: 1px solid #4d432b; background: #19170f; color: #f0ead9; text-align: left; }
.evx-story-choices button:hover { border-color: var(--evx-gold); background: #242013; }
.evx-story-choices b { display: grid; min-width: 32px; height: 32px; place-items: center; border: 1px solid #695a34; color: var(--evx-gold); }
.evx-story-result { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(35px, 7vw, 85px); background: radial-gradient(circle at 80% 20%, rgba(231,185,87,.17), transparent 33%), #12110d; }
.evx-story.is-resolved { grid-template-columns: 1fr; }
.evx-story.is-resolved .evx-story-result { grid-column: 1/-1; min-height: 430px; }
.evx-story-result h3 { margin: 14px 0; color: #fff; font-size: clamp(34px, 6vw, 68px); line-height: 1; }
.evx-story-result p { max-width: 780px; color: #c7c2b3; font-size: 18px; line-height: 1.7; }
.evx-story-result > div { display: flex; gap: 10px; margin-top: 20px; }

.evx-theory { overflow: hidden; border: 1px solid #263d48; background: #0e1315; }
.evx-theory > header { padding: clamp(28px, 5vw, 56px); }
.evx-theory-state { display: inline-block; padding: 6px 9px; border: 1px solid #47697a; color: var(--evx-blue); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.evx-theory-state--confirmed { border-color: #477544; color: var(--evx-green); }
.evx-theory-state--refuted { border-color: #87473f; color: var(--evx-red); }
.evx-theory h2 { max-width: 850px; margin: 20px 0 14px; color: #fff; font-size: clamp(30px, 5vw, 58px); line-height: 1; }
.evx-theory > header > p { max-width: 850px; color: #b7c2c7; font-size: 17px; line-height: 1.65; }
.evx-confidence { display: grid; grid-template-columns: 1fr auto; gap: 7px; max-width: 620px; margin-top: 30px; color: #9cabb1; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.evx-confidence b { color: #fff; }
.evx-confidence i { grid-column: 1/-1; height: 5px; background: #1c2b32; }
.evx-confidence em { display: block; height: 100%; background: var(--evx-blue); }
.evx-evidence { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #263d48; border-bottom: 1px solid #263d48; }
.evx-evidence section { padding: clamp(25px, 4vw, 44px); }
.evx-evidence section + section { border-left: 1px solid #263d48; }
.evx-evidence h3 { margin: 0 0 24px; color: var(--evx-green); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.evx-evidence section + section h3 { color: var(--evx-red); }
.evx-evidence ol { padding: 0; margin: 0; list-style: none; counter-reset: evidence; }
.evx-evidence li { position: relative; padding: 0 0 18px 34px; color: #c0c9c3; line-height: 1.55; counter-increment: evidence; }
.evx-evidence li::before { position: absolute; top: 0; left: 0; color: #718079; font-size: 10px; font-weight: 900; content: "0" counter(evidence); }
.evx-theory > footer { display: flex; align-items: center; gap: 10px; padding: 24px clamp(25px, 4vw, 44px); flex-wrap: wrap; }
.evx-theory > footer button { padding: 12px 16px; border: 1px solid #3d5c4a; background: #111a15; color: #d5ddd7; }
.evx-theory > footer button:nth-child(2) { border-color: #64413c; background: #1b1211; }
.evx-theory > footer button[aria-pressed="true"] { border-color: var(--evx-green); box-shadow: inset 0 0 0 1px var(--evx-green); }
.evx-theory > footer button:nth-child(2)[aria-pressed="true"] { border-color: var(--evx-red); box-shadow: inset 0 0 0 1px var(--evx-red); }
.evx-theory > footer button b { margin-left: 8px; }
.evx-theory > footer > span { margin-left: auto; color: var(--evx-muted); font-size: 11px; text-transform: uppercase; }

.evx-identity { min-height: 560px; border: 1px solid #29422b; background: radial-gradient(circle at 88% 14%, rgba(85,211,72,.12), transparent 25%), #0d120e; }
.evx-identity-progress { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 20px 30px; border-bottom: 1px solid #29422b; }
.evx-identity-progress > i { height: 4px; background: linear-gradient(90deg, var(--evx-green) 20%, #243026 20%); transition: background .3s ease; }
.evx-identity-progress span { color: #aab6ac; font-size: 11px; font-weight: 900; }
.evx-identity-questions fieldset { padding: clamp(28px, 6vw, 70px); border: 0; margin: 0; }
.evx-identity-questions legend { display: block; width: 100%; max-width: 880px; padding: 0; margin-bottom: 35px; color: #fff; font-size: clamp(28px, 5vw, 52px); font-weight: 900; letter-spacing: -.025em; line-height: 1.05; }
.evx-identity-questions legend small { display: block; margin-bottom: 12px; color: var(--evx-green); font-size: 10px; letter-spacing: .2em; }
.evx-identity-questions button { display: flex; align-items: center; gap: 16px; width: 100%; max-width: 880px; min-height: 64px; padding: 14px 18px; margin: 8px 0; border: 1px solid #2d3b30; background: #121814; color: #dce4dd; text-align: left; }
.evx-identity-questions button:hover { border-color: var(--evx-green); background: #172019; }
.evx-identity-questions button b { display: grid; min-width: 32px; height: 32px; place-items: center; border: 1px solid #456049; color: var(--evx-green); }
.evx-identity-result { min-height: 560px; padding: clamp(34px, 7vw, 82px); background: radial-gradient(circle at 75% 20%, rgba(85,211,72,.18), transparent 30%); background: radial-gradient(circle at 75% 20%, color-mix(in srgb, var(--result-color, #55d348) 22%, transparent), transparent 30%); }
.evx-identity-result > span { color: var(--result-color, var(--evx-green)); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.evx-identity-result h2 { max-width: 850px; margin: 16px 0; color: #fff; font-size: clamp(42px, 7vw, 82px); line-height: .95; }
.evx-identity-result > p { max-width: 760px; color: #c4cec6; font-size: 19px; line-height: 1.6; }
.evx-identity-result dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 850px; margin: 38px 0; border-top: 1px solid #334036; border-left: 1px solid #334036; }
.evx-identity-result dl div { padding: 18px; border-right: 1px solid #334036; border-bottom: 1px solid #334036; }
.evx-identity-result dt { color: #829087; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.evx-identity-result dd { margin: 7px 0 0; color: #fff; font-weight: 800; }
.evx-identity-result > div { display: flex; gap: 10px; }
.evx-identity-result > div button:first-child { border-color: var(--result-color, var(--evx-green)); color: #fff; }

@media (max-width: 760px) {
	.evx-shell { width: min(100% - 20px, 1180px); margin-top: 18px; margin-bottom: 50px; }
	.evx-hero { min-height: 280px; padding: 38px 24px; }
	.evx-back { margin-bottom: 34px; }
	.evx-hero::before { right: -180px; }
	.evx-hub-hero { grid-template-columns: 1fr; min-height: 620px; background: radial-gradient(circle at 80% 20%, rgba(85,211,72,.14), transparent 25%), #101511; }
	.evx-hub-hero > div { padding: 45px 24px; }
	.evx-hub-hero h1 { font-size: clamp(47px, 15vw, 72px); }
	.evx-hub-hero aside { display: grid; grid-template-columns: auto 1fr; gap: 8px 14px; border-top: 1px solid var(--evx-line); border-left: 0; text-align: left; }
	.evx-hub-hero aside b { margin-top: 0; }
	.evx-hub-grid { grid-template-columns: 1fr; }
	.evx-hub-card { min-height: 320px; padding: 32px 25px 82px; }
	.evx-duel > header { padding: 28px 20px; }
	.evx-duel-stage { grid-template-columns: 1fr 1fr; min-height: 310px; }
	.evx-duel-stage > button { padding: 22px 12px; }
	.evx-contender-portrait { width: 105px; height: 105px; font-size: 34px; }
	.evx-versus { position: absolute; z-index: 2; left: 50%; width: 0; height: 310px; border: 0; pointer-events: none; transform: translateX(-50%); }
	.evx-versus b { min-width: 48px; height: 48px; background: #090a09; font-size: 17px; }
	.evx-versus span { display: none; }
	.evx-duel > footer { grid-template-columns: 1fr; }
	.evx-story { grid-template-columns: 1fr; }
	.evx-story-index { padding: 14px 20px; border-right: 0; border-bottom: 1px solid #433a24; font-size: 24px; text-align: left; }
	.evx-story-copy { padding: 30px 22px; }
	.evx-story-choices { grid-template-columns: 1fr; }
	.evx-story-result { padding: 40px 22px; }
	.evx-story-result > div, .evx-identity-result > div { align-items: stretch; flex-direction: column; width: 100%; }
	.evx-evidence { grid-template-columns: 1fr; }
	.evx-evidence section + section { border-top: 1px solid #263d48; border-left: 0; }
	.evx-theory > footer > span { width: 100%; margin: 8px 0 0; }
	.evx-identity-progress { padding: 16px 20px; }
	.evx-identity-questions fieldset { padding: 35px 20px; }
	.evx-identity-result { padding: 40px 22px; }
	.evx-identity-result dl { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.evx-shell *, .evx-shell *::before, .evx-shell *::after { scroll-behavior: auto !important; transition: none !important; }
}
