/* White Ritual — Goth Oracle. Every selector is namespaced to avoid theme conflicts. */
.wrgo {
	--wrgo-bg: #09070c;
	--wrgo-panel: rgba(19, 14, 25, .88);
	--wrgo-line: rgba(255, 255, 255, .14);
	--wrgo-text: #f9f5fb;
	--wrgo-muted: #bcb2c5;
	--wrgo-accent: #b93cff;
	--wrgo-cyan: #1de4f2;
	--wrgo-result-one: var(--wrgo-accent);
	--wrgo-result-two: var(--wrgo-cyan);
	background: var(--wrgo-bg);
	border: 1px solid rgba(198, 126, 232, .38);
	border-radius: 26px;
	box-shadow: 0 34px 100px rgba(0, 0, 0, .5), inset 0 0 60px rgba(185, 60, 255, .06);
	box-sizing: border-box;
	color: var(--wrgo-text);
	font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
	isolation: isolate;
	margin: 32px auto;
	max-width: 1180px;
	min-height: 720px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: min(100%, 1180px);
}
.wrgo *, .wrgo *::before, .wrgo *::after { box-sizing: border-box; }
.wrgo button, .wrgo input, .wrgo a { font: inherit; }
.wrgo button { cursor: pointer; }
.wrgo img { display: block; height: auto; max-width: 100%; }
.wrgo [hidden] { display: none !important; }
.wrgo .screen-reader-text {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	word-wrap: normal !important;
}
.wrgo :focus-visible {
	box-shadow: 0 0 0 3px var(--wrgo-bg), 0 0 0 6px var(--wrgo-cyan) !important;
	outline: 0;
}
.wrgo__ambient {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}
.wrgo__ambient::before {
	background-image: radial-gradient(rgba(255,255,255,.09) .7px, transparent .7px);
	background-size: 7px 7px;
	content: "";
	inset: 0;
	mix-blend-mode: soft-light;
	opacity: .35;
	position: absolute;
}
.wrgo__moon {
	background: radial-gradient(circle at 38% 36%, #fff 0 3%, #c7c2d4 38%, #5d5268 65%, transparent 67%);
	border-radius: 50%;
	filter: drop-shadow(0 0 35px rgba(196, 181, 253, .23));
	height: 330px;
	opacity: .24;
	position: absolute;
	right: -110px;
	top: -140px;
	width: 330px;
}
.wrgo__fog {
	background: linear-gradient(90deg, transparent, rgba(216, 180, 254, .1), transparent);
	filter: blur(18px);
	height: 100px;
	left: -25%;
	position: absolute;
	width: 150%;
}
.wrgo__fog--one { animation: wrgo-fog 15s ease-in-out infinite alternate; bottom: 8%; }
.wrgo__fog--two { animation: wrgo-fog 21s ease-in-out -8s infinite alternate-reverse; bottom: 32%; opacity: .55; }
.wrgo__toolbar {
	align-items: center;
	background: linear-gradient(180deg, rgba(5,3,8,.9), rgba(5,3,8,.15));
	display: flex;
	height: 68px;
	justify-content: space-between;
	left: 0;
	padding: 0 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 15;
}
.wrgo__brand {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 11px;
	font-weight: 900;
	gap: 10px;
	letter-spacing: .28em;
	line-height: 1;
}
.wrgo__brand span { color: var(--wrgo-cyan); font-size: 17px; text-shadow: 0 0 12px var(--wrgo-cyan); }
.wrgo__tools { align-items: center; display: flex; gap: 8px; }
.wrgo__languages {
	align-items: center;
	background: rgba(18, 13, 23, .72);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 999px;
	display: inline-flex;
	gap: 2px;
	padding: 3px;
}
.wrgo__language {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: rgba(255,255,255,.58);
	cursor: pointer;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
	min-height: 30px;
	min-width: 32px;
	padding: 0 7px;
	transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.wrgo__language:hover { color: #fff; }
.wrgo__language.is-active {
	background: rgba(185,60,255,.27);
	box-shadow: inset 0 0 0 1px var(--wrgo-accent), 0 0 14px rgba(185,60,255,.16);
	color: #fff;
}
.wrgo__language:focus-visible { outline: 2px solid var(--wrgo-cyan); outline-offset: 2px; }
.wrgo__icon-button {
	align-items: center;
	background: rgba(18, 13, 23, .7);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	padding: 0;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
	width: 38px;
}
.wrgo__icon-button:hover, .wrgo__icon-button.is-active { background: rgba(185,60,255,.24); border-color: var(--wrgo-accent); transform: translateY(-2px); }
.wrgo__icon-button.is-active { color: var(--wrgo-cyan); }
.wrgo__stage { min-height: 720px; position: relative; z-index: 2; }
.wrgo__screen { animation: wrgo-screen-in .55s cubic-bezier(.2,.8,.2,1) both; min-height: 720px; position: relative; }
.wrgo__canvas { inset: 0; pointer-events: none; position: absolute; z-index: 30; }
.wrgo__noscript { padding: 120px 30px; text-align: center; }

/* Intro */
.wrgo__screen--start { align-items: flex-end; display: flex; overflow: hidden; }
.wrgo__hero-image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	width: 100%;
}
.wrgo__hero-shade {
	background:
		linear-gradient(90deg, rgba(5,3,8,.97) 0%, rgba(5,3,8,.79) 42%, rgba(5,3,8,.2) 72%, rgba(5,3,8,.42) 100%),
		linear-gradient(0deg, rgba(5,3,8,.96) 0%, transparent 55%, rgba(5,3,8,.48) 100%);
	inset: 0;
	position: absolute;
}
.wrgo__start-copy {
	max-width: 675px;
	padding: 125px 42px 52px;
	position: relative;
	z-index: 2;
}
.wrgo__eyebrow, .wrgo__panel-label {
	color: var(--wrgo-cyan);
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: .24em;
	line-height: 1.4;
	margin: 0 0 14px;
	text-transform: uppercase;
}
.wrgo__title {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(54px, 8.4vw, 102px);
	font-weight: 700;
	letter-spacing: -.055em;
	line-height: .83;
	margin: 0;
	max-width: 630px;
	text-shadow: 4px 4px 0 rgba(185, 60, 255, .32), -2px -1px 0 rgba(29, 228, 242, .16), 0 12px 40px #000;
	text-wrap: balance;
}
.wrgo__intro {
	color: #eee6f2;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.45;
	margin: 25px 0 22px;
	max-width: 590px;
}
.wrgo__start-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	list-style: none !important;
	margin: 0 0 24px !important;
	padding: 0 !important;
}
.wrgo__start-facts li { color: var(--wrgo-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wrgo__start-facts strong { color: #fff; }
.wrgo__start-form { align-items: stretch; display: flex; gap: 10px; max-width: 630px; }
.wrgo__name-input {
	appearance: none;
	background: rgba(5,3,8,.72) !important;
	border: 1px solid rgba(255,255,255,.25) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 13px !important;
	height: 54px !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-width: 0;
	padding: 0 20px !important;
	width: 270px;
}
.wrgo__name-input::placeholder { color: #a79bab; opacity: 1; }
.wrgo__button {
	align-items: center;
	appearance: none;
	border-radius: 999px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	gap: 18px;
	justify-content: center;
	letter-spacing: .13em;
	line-height: 1.2;
	min-height: 52px;
	padding: 15px 24px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.wrgo__button:hover { transform: translateY(-3px); }
.wrgo__button--primary {
	background: linear-gradient(120deg, var(--wrgo-accent), #7620a6);
	border: 1px solid #d98cff;
	box-shadow: 0 11px 28px rgba(185, 60, 255, .32), inset 0 1px rgba(255,255,255,.24);
	color: #fff !important;
}
.wrgo__button--primary:hover { box-shadow: 0 15px 38px rgba(185, 60, 255, .45), 0 0 0 1px var(--wrgo-cyan); }
.wrgo__button--primary b { color: var(--wrgo-cyan); font-size: 18px; line-height: 0; }
.wrgo__button--ghost { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.24); color: #fff !important; }
.wrgo__button--ghost:hover { background: rgba(255,255,255,.1); border-color: var(--wrgo-result-two); }
.wrgo__button:disabled { cursor: wait; opacity: .6; transform: none; }
.wrgo__last-result { color: #ddd0e4; font-family: Georgia, serif; font-size: 13px; margin: 19px 0 0; }
.wrgo__last-result span { color: var(--wrgo-cyan); font-family: Arial, sans-serif; font-size: 9px; font-weight: 900; letter-spacing: .16em; margin-right: 6px; }
.wrgo__microcopy { color: #998e9d; font-size: 10px; line-height: 1.4; margin: 13px 0 0; }
.wrgo__easter-egg {
	animation: wrgo-bat-float 4s ease-in-out infinite;
	background: rgba(5,3,8,.62);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 50%;
	bottom: 26px;
	color: #fff;
	font-size: 23px;
	height: 48px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 27px;
	transition: transform .2s ease;
	width: 48px;
	z-index: 3;
}
.wrgo__easter-egg:hover { transform: rotate(-9deg) scale(1.15); }
.wrgo__easter-egg.is-awake { animation: wrgo-bat-awake .8s ease both; }

/* Questions */
.wrgo__screen--question { background: radial-gradient(circle at 22% 52%, rgba(125,56,155,.22), transparent 38%), linear-gradient(135deg, #09060d, #140b19 60%, #08060b); padding: 94px 34px 34px; }
.wrgo__progress-row { align-items: center; display: flex; gap: 24px; margin: 0 auto 22px; max-width: 1080px; }
.wrgo__progress-row > span { color: #fff; flex: 0 0 auto; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.wrgo__progress-row > span i { color: #8d7c96; font-style: normal; }
.wrgo__progress { background: rgba(255,255,255,.09); border-radius: 99px; flex: 1; height: 4px; overflow: hidden; }
.wrgo__progress span { background: linear-gradient(90deg, var(--wrgo-accent), var(--wrgo-cyan)); border-radius: inherit; box-shadow: 0 0 14px var(--wrgo-accent); display: block; height: 100%; transition: width .5s ease; }
.wrgo__question-layout {
	align-items: center;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(250px, .66fr) minmax(0, 1.55fr);
	margin: 0 auto;
	max-width: 1080px;
	min-height: 560px;
}
.wrgo__oracle-visual { align-self: center; position: relative; }
.wrgo__oracle-visual::before {
	background: radial-gradient(circle, var(--wrgo-accent), transparent 68%);
	content: "";
	filter: blur(28px);
	inset: 18% 14%;
	opacity: .18;
	position: absolute;
}
.wrgo__oracle-visual img { animation: wrgo-machine-breathe 5s ease-in-out infinite; filter: drop-shadow(0 25px 42px rgba(0,0,0,.75)); position: relative; width: 100%; }
.wrgo__oracle-glow {
	animation: wrgo-oracle-pulse 2.3s ease-in-out infinite;
	background: radial-gradient(circle, rgba(29,228,242,.55), rgba(185,60,255,.2) 46%, transparent 70%);
	border-radius: 50%;
	height: 22%;
	left: 31%;
	mix-blend-mode: screen;
	position: absolute;
	top: 24%;
	width: 38%;
}
.wrgo__oracle-visual p {
	background: rgba(8,5,10,.88);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 14px;
	bottom: 2%;
	box-shadow: 0 12px 34px rgba(0,0,0,.4);
	color: #d9cce0;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	left: 6%;
	line-height: 1.35;
	margin: 0;
	padding: 12px 14px;
	position: absolute;
	right: 6%;
	text-align: center;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.wrgo__oracle-visual p.is-speaking { border-color: var(--wrgo-cyan); color: #fff; transform: translateY(-5px); }
.wrgo__question-card { min-width: 0; }
.wrgo__scene { color: var(--wrgo-cyan); font-size: 9px; font-weight: 900; letter-spacing: .18em; line-height: 1.5; margin: 0 0 13px; text-transform: uppercase; }
.wrgo__question-card h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(32px, 4.5vw, 56px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.02;
	margin: 0 0 28px;
	max-width: 720px;
	text-wrap: balance;
}
.wrgo__question-card h2:focus { box-shadow: none !important; outline: none; }
.wrgo__answers { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wrgo__answer {
	align-items: center;
	background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 16px;
	color: #fff;
	display: grid;
	gap: 10px;
	grid-template-columns: auto auto 1fr auto;
	line-height: 1.35;
	min-height: 92px;
	overflow: hidden;
	padding: 15px 14px;
	position: relative;
	text-align: left;
	transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.wrgo__answer::before {
	background: linear-gradient(90deg, transparent, rgba(185,60,255,.14), transparent);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-105%);
	transition: transform .5s ease;
}
.wrgo__answer:hover { background: rgba(185,60,255,.1); border-color: var(--wrgo-accent); box-shadow: 0 10px 30px rgba(0,0,0,.28); transform: translateY(-3px); }
.wrgo__answer:hover::before { transform: translateX(105%); }
.wrgo__answer.is-selected { background: rgba(29,228,242,.12); border-color: var(--wrgo-cyan); box-shadow: 0 0 28px rgba(29,228,242,.15); transform: scale(.985); }
.wrgo__answer:disabled:not(.is-selected) { cursor: default; opacity: .38; }
.wrgo__answer-number { color: #756a7b; font-size: 8px; font-weight: 800; letter-spacing: .06em; }
.wrgo__answer-icon { align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 50%; display: flex; flex: 0 0 auto; font-family: Georgia, serif; font-size: 18px; height: 38px; justify-content: center; width: 38px; }
.wrgo__answer-text { font-family: Georgia, serif; font-size: 14px; position: relative; }
.wrgo__answer-arrow { color: var(--wrgo-cyan); font-size: 16px; opacity: .7; }
.wrgo__question-footer { align-items: center; color: #756b7a; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .06em; margin-top: 18px; min-height: 30px; text-transform: uppercase; }
.wrgo__back, .wrgo__replay { background: transparent; border: 0; color: #d2c7d7; font-size: 10px; font-weight: 800; letter-spacing: .12em; padding: 7px 0; text-decoration: none; }
.wrgo__back:hover, .wrgo__replay:hover { color: var(--wrgo-cyan); }

/* Calculation */
.wrgo__screen--loading { align-items: center; background: radial-gradient(circle at center, rgba(185,60,255,.16), transparent 50%), #09060d; display: flex; flex-direction: column; justify-content: center; padding: 100px 28px 45px; text-align: center; }
.wrgo__loading-machine { height: 330px; margin-bottom: 6px; position: relative; width: 330px; }
.wrgo__loading-machine img { animation: wrgo-machine-shake 1.05s ease-in-out infinite; filter: drop-shadow(0 24px 46px rgba(0,0,0,.75)); position: relative; width: 100%; z-index: 2; }
.wrgo__loading-ring { animation: wrgo-spin 3s linear infinite; border: 1px dashed var(--wrgo-cyan); border-radius: 50%; inset: 8%; opacity: .5; position: absolute; }
.wrgo__screen--loading h2 { font-family: Georgia, serif; font-size: clamp(28px, 5vw, 52px); line-height: 1.05; margin: 0; text-wrap: balance; }
.wrgo__loading-dots { align-items: end; display: flex; gap: 7px; height: 28px; justify-content: center; margin: 22px 0 12px; }
.wrgo__loading-dots i { animation: wrgo-equalizer .8s ease-in-out infinite alternate; background: linear-gradient(var(--wrgo-cyan), var(--wrgo-accent)); border-radius: 3px; height: 6px; width: 5px; }
.wrgo__loading-dots i:nth-child(2) { animation-delay: -.22s; }
.wrgo__loading-dots i:nth-child(3) { animation-delay: -.45s; }
.wrgo__loading-dots i:nth-child(4) { animation-delay: -.3s; }
.wrgo__loading-dots i:nth-child(5) { animation-delay: -.62s; }
.wrgo__loading-joke { color: var(--wrgo-muted); font-family: Georgia, serif; font-size: 13px; font-style: italic; margin: 0; }

/* Result */
.wrgo__screen--result {
	background:
		radial-gradient(circle at 13% 16%, color-mix(in srgb, var(--wrgo-result-one) 18%, transparent), transparent 34%),
		radial-gradient(circle at 91% 33%, color-mix(in srgb, var(--wrgo-result-two) 12%, transparent), transparent 30%),
		linear-gradient(145deg, #08060b, #120c17 57%, #08060b);
	padding: 92px 34px 42px;
}
.wrgo__shared-banner { background: color-mix(in srgb, var(--wrgo-result-one) 14%, transparent); border: 1px solid color-mix(in srgb, var(--wrgo-result-one) 58%, transparent); border-radius: 14px; color: #eee6f2; font-size: 12px; line-height: 1.45; margin: 0 auto 20px; max-width: 1080px; padding: 12px 16px; text-align: center; }
.wrgo__result-hero { align-items: center; display: grid; gap: 48px; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.5fr); margin: 0 auto 28px; max-width: 1080px; }
.wrgo__result-visual { position: relative; }
.wrgo__result-visual::before { background: radial-gradient(circle, color-mix(in srgb, var(--wrgo-result-one) 38%, transparent), transparent 65%); content: ""; filter: blur(20px); inset: 10%; position: absolute; }
.wrgo__result-visual img { animation: wrgo-result-rise .8s cubic-bezier(.2,.85,.2,1) both, wrgo-machine-breathe 6s 1s ease-in-out infinite; filter: drop-shadow(0 25px 45px rgba(0,0,0,.75)); position: relative; width: 100%; }
.wrgo__result-sigil {
	align-items: center;
	animation: wrgo-sigil 3.2s ease-in-out infinite;
	color: var(--wrgo-result-two);
	display: flex;
	font-family: Georgia, serif;
	font-size: clamp(42px, 7vw, 76px);
	height: 23%;
	justify-content: center;
	left: 31%;
	position: absolute;
	text-shadow: 0 0 12px var(--wrgo-result-one), 0 0 28px var(--wrgo-result-two);
	top: 23.5%;
	width: 38%;
}
.wrgo__result-copy .wrgo__eyebrow { color: var(--wrgo-result-two); }
.wrgo__result-copy h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 7vw, 84px);
	letter-spacing: -.05em;
	line-height: .9;
	margin: 0 0 15px;
	text-wrap: balance;
}
.wrgo__result-copy h2:focus { box-shadow: none !important; outline: none; }
.wrgo__result-copy h2 span { color: var(--wrgo-result-two); display: block; font-size: .82em; line-height: .93; overflow-wrap: anywhere; text-shadow: 3px 3px 0 color-mix(in srgb, var(--wrgo-result-one) 45%, transparent); }
.wrgo__result-subtitle { color: var(--wrgo-result-one); font-family: Georgia, serif; font-size: clamp(17px, 2.3vw, 23px); font-style: italic; line-height: 1.3; margin: 0 0 16px; }
.wrgo__result-description { color: #dfd6e4; font-family: Georgia, serif; font-size: 15px; line-height: 1.6; margin: 0 0 16px; max-width: 680px; }
.wrgo__result-copy blockquote {
	border-left: 2px solid var(--wrgo-result-two);
	color: #fff;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.45;
	margin: 18px 0;
	padding: 2px 0 2px 18px;
}
.wrgo__affinities small { color: #8f8296; display: block; font-size: 8px; font-weight: 900; letter-spacing: .18em; margin-bottom: 8px; }
.wrgo__affinities > div { display: flex; flex-wrap: wrap; gap: 8px; }
.wrgo__affinity { align-items: center; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: #ddd2e2; display: inline-flex; font-size: 9px; font-weight: 800; gap: 6px; letter-spacing: .08em; padding: 7px 11px; }
.wrgo__affinity b { color: var(--wrgo-result-two); font-family: Georgia, serif; }
.wrgo__soul-number { color: var(--wrgo-result-two); font-size: 8px; font-weight: 900; letter-spacing: .17em; margin: 13px 0 0; }
.wrgo__result-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 1080px; }
.wrgo__panel { background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; padding: 23px; }
.wrgo__panel-label { color: var(--wrgo-result-two); margin-bottom: 17px; }
.wrgo__panel--wide { display: grid; gap: 28px; grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wrgo__panel--wide > div + div { border-left: 1px solid rgba(255,255,255,.12); padding-left: 28px; }
.wrgo__panel p { color: #d8cedd; font-family: Georgia, serif; font-size: 13px; line-height: 1.5; margin-bottom: 0; }
.wrgo__stats { display: grid; gap: 10px; }
.wrgo__stat { align-items: center; display: grid; gap: 10px; grid-template-columns: 76px 1fr 28px; }
.wrgo__stat > span { color: #a89dac; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.wrgo__stat > div { background: rgba(255,255,255,.08); border-radius: 99px; height: 6px; overflow: hidden; }
.wrgo__stat i { animation: wrgo-bar 1.25s cubic-bezier(.2,.85,.2,1) both; background: linear-gradient(90deg, var(--wrgo-result-one), var(--wrgo-result-two)); border-radius: inherit; display: block; height: 100%; transform-origin: left; }
.wrgo__stat b { color: #fff; font-size: 9px; }
.wrgo__strengths { display: grid; gap: 8px; list-style: none !important; margin: 0 0 14px !important; padding: 0 !important; }
.wrgo__strengths li { color: #ded4e3; font-family: Georgia, serif; font-size: 13px; line-height: 1.35; }
.wrgo__strengths span { color: var(--wrgo-result-two); margin-right: 8px; }
.wrgo__shadow { border-top: 1px solid rgba(255,255,255,.1); padding-top: 13px; }
.wrgo__shadow b { color: var(--wrgo-result-one); font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .1em; }
.wrgo__card-format { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; display: flex; gap: 2px; margin: 24px auto 0; padding: 3px; width: fit-content; }
.wrgo__format-option { background: transparent; border: 0; border-radius: 999px; color: #d2c7d7; cursor: pointer; font-family: Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; padding: 9px 18px; transition: background .2s ease, color .2s ease; }
.wrgo__format-option span { color: #a89dac; font-weight: 600; margin-left: 6px; }
.wrgo__format-option:hover { color: #fff; }
.wrgo__format-option.is-active { background: linear-gradient(120deg, var(--wrgo-result-one), var(--wrgo-result-two)); color: #120d17; }
.wrgo__format-option.is-active span { color: rgba(18,13,23,.65); }
.wrgo__result-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin: 14px auto 0; max-width: 1080px; }
.wrgo__result-actions .wrgo__button { min-height: 48px; padding: 13px 20px; }
.wrgo__result-actions .wrgo__button--primary { background: linear-gradient(120deg, var(--wrgo-accent), #642083); border-color: var(--wrgo-result-two); }
.wrgo__replay { margin-left: 5px; padding: 13px; }
.wrgo__toast { background: #fff; border-radius: 99px; bottom: 24px; box-shadow: 0 13px 45px rgba(0,0,0,.55); color: #120d17; font-size: 9px; font-weight: 900; left: 50%; letter-spacing: .12em; margin: 0; padding: 12px 18px; position: fixed; transform: translateX(-50%); z-index: 100; }

/* Compact embed */
.wrgo--compact, .wrgo--compact .wrgo__stage, .wrgo--compact .wrgo__screen { min-height: 600px; }
.wrgo--compact .wrgo__start-copy { padding-bottom: 34px; padding-top: 96px; }
.wrgo--compact .wrgo__title { font-size: clamp(48px, 7vw, 78px); }
.wrgo--compact .wrgo__question-layout { min-height: 430px; }

/* Fullscreen */
.wrgo:fullscreen { border: 0; border-radius: 0; height: 100vh; margin: 0; max-width: none; width: 100vw; }
.wrgo:fullscreen .wrgo__stage, .wrgo:fullscreen .wrgo__screen { min-height: 100vh; }

/* Animations */
@keyframes wrgo-screen-in { from { opacity: 0; transform: translateY(14px) scale(.995); } to { opacity: 1; transform: none; } }
@keyframes wrgo-fog { from { transform: translateX(-8%) scaleX(.9); } to { transform: translateX(8%) scaleX(1.08); } }
@keyframes wrgo-bat-float { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-7px) rotate(5deg); } }
@keyframes wrgo-bat-awake { 0% { transform: scale(1); } 30% { transform: scale(1.3) rotate(-18deg); } 60% { transform: scale(.9) rotate(14deg); } 100% { transform: scale(1); } }
@keyframes wrgo-machine-breathe { 0%, 100% { transform: translateY(0) rotate(-.25deg); } 50% { transform: translateY(-7px) rotate(.25deg); } }
@keyframes wrgo-oracle-pulse { 0%, 100% { opacity: .55; transform: scale(.92); } 50% { opacity: 1; transform: scale(1.08); } }
@keyframes wrgo-machine-shake { 0%, 100% { transform: translate(0, 0) rotate(-.3deg); } 20% { transform: translate(-1px, 1px) rotate(.25deg); } 40% { transform: translate(1px, -1px) rotate(-.2deg); } 60% { transform: translate(-1px, 0) rotate(.25deg); } 80% { transform: translate(1px, 1px) rotate(-.25deg); } }
@keyframes wrgo-spin { to { transform: rotate(360deg); } }
@keyframes wrgo-equalizer { from { height: 5px; } to { height: 27px; } }
@keyframes wrgo-result-rise { from { opacity: 0; transform: translateY(30px) scale(.91); } to { opacity: 1; transform: none; } }
@keyframes wrgo-sigil { 0%, 100% { filter: blur(0); opacity: .8; transform: scale(.92) rotate(-2deg); } 50% { filter: blur(.3px); opacity: 1; transform: scale(1.06) rotate(2deg); } }
@keyframes wrgo-bar { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 900px) {
	.wrgo { border-radius: 20px; min-height: 680px; }
	.wrgo__stage, .wrgo__screen { min-height: 680px; }
	.wrgo__hero-shade { background: linear-gradient(0deg, rgba(5,3,8,.98) 0%, rgba(5,3,8,.78) 61%, rgba(5,3,8,.3) 100%); }
	.wrgo__hero-image { object-position: 61% center; }
	.wrgo__start-copy { max-width: 760px; padding-right: 34px; }
	.wrgo__question-layout, .wrgo__result-hero { gap: 25px; grid-template-columns: minmax(200px, .55fr) minmax(0, 1.45fr); }
	.wrgo__answer { min-height: 98px; }
}

@media (max-width: 720px) {
	.wrgo { border-radius: 14px; margin: 16px auto; min-height: 760px; width: 100%; }
	.wrgo__toolbar { height: 60px; padding: 0 12px; }
	.wrgo__brand { font-size: 9px; }
	.wrgo__tools { gap: 5px; }
	.wrgo__languages { gap: 0; padding: 2px; }
	.wrgo__language { min-height: 28px; min-width: 29px; padding: 0 5px; }
	.wrgo__icon-button { height: 34px; width: 34px; }
	.wrgo__stage, .wrgo__screen { min-height: 760px; }
	.wrgo__screen--start { align-items: flex-end; }
	.wrgo__hero-image { height: 52%; object-position: 53% center; top: 0; }
	.wrgo__hero-shade { background: linear-gradient(0deg, #070509 0%, #070509 48%, rgba(7,5,9,.4) 78%, rgba(7,5,9,.38) 100%); }
	.wrgo__start-copy { max-width: none; padding: 320px 20px 32px; width: 100%; }
	.wrgo__title { font-size: clamp(48px, 15vw, 70px); max-width: 500px; }
	.wrgo__intro { font-size: 16px; margin: 17px 0; }
	.wrgo__start-facts { gap: 7px 15px; margin-bottom: 17px !important; }
	.wrgo__start-form { flex-direction: column; }
	.wrgo__name-input { height: 50px !important; width: 100%; }
	.wrgo__button { width: 100%; }
	.wrgo__easter-egg { bottom: auto; right: 18px; top: 280px; }

	.wrgo__screen--question { padding: 78px 16px 25px; }
	.wrgo__progress-row { gap: 12px; margin-bottom: 12px; }
	.wrgo__question-layout { display: block; min-height: 0; }
	.wrgo__oracle-visual { height: 132px; margin: 0 auto 12px; width: 150px; }
	.wrgo__oracle-visual img { height: 132px; object-fit: contain; }
	.wrgo__oracle-visual p { bottom: 2px; font-size: 9px; left: -60px; padding: 8px 9px; right: -60px; }
	.wrgo__question-card { padding-top: 0; }
	.wrgo__scene { font-size: 8px; margin-bottom: 8px; text-align: center; }
	.wrgo__question-card h2 { font-size: clamp(28px, 8.5vw, 42px); margin: 0 auto 18px; text-align: center; }
	.wrgo__answers { grid-template-columns: 1fr; }
	.wrgo__answer { min-height: 68px; padding: 10px 12px; }
	.wrgo__answer-icon { height: 34px; width: 34px; }
	.wrgo__answer-text { font-size: 13px; }
	.wrgo__question-footer > span:last-child { display: none; }

	.wrgo__screen--loading { padding-top: 80px; }
	.wrgo__loading-machine { height: 260px; width: 260px; }

	.wrgo__screen--result { padding: 78px 16px 30px; }
	.wrgo__result-hero { display: block; }
	.wrgo__result-visual { margin: 0 auto 5px; width: min(74%, 300px); }
	.wrgo__result-copy { text-align: center; }
	.wrgo__result-copy h2 { font-size: clamp(40px, 13vw, 66px); }
	.wrgo__result-description { font-size: 14px; }
	.wrgo__result-copy blockquote { border-left: 0; border-top: 1px solid var(--wrgo-result-two); padding: 13px 3px 0; }
	.wrgo__affinities > div { justify-content: center; }
	.wrgo__result-grid { grid-template-columns: 1fr; }
	.wrgo__panel--wide { display: block; grid-column: auto; }
	.wrgo__panel--wide > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); margin-top: 18px; padding-left: 0; padding-top: 18px; }
	.wrgo__result-actions { display: grid; grid-template-columns: 1fr; }
	.wrgo__result-actions .wrgo__replay { margin: 0; text-align: center; }
	.wrgo__card-format { width: 100%; }
	.wrgo__format-option { flex: 1; }
}

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

@media (forced-colors: active) {
	.wrgo__button, .wrgo__answer, .wrgo__panel { border: 2px solid currentColor; }
	.wrgo__hero-shade { background: Canvas; opacity: .8; }
}

@media (max-width: 430px) {
	.wrgo__brand { display: none; }
	.wrgo__toolbar { justify-content: flex-end; }
}
