.bs-game-page {
	min-height: calc(100vh - 72px);
	padding: 42px 20px 54px;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 12%, rgba(255, 47, 145, .20), transparent 25rem),
		radial-gradient(circle at 90% 92%, rgba(200, 71, 255, .20), transparent 24rem),
		#1a0b16;
}

.bs-game {
	width: min(100%, 690px);
	min-height: calc(100vh - 168px);
	margin: 0 auto;
	color: #fff7f0;
}

.bs-game-screen { display: none; animation: bs-game-reveal .5s ease both; }
.bs-game-screen.is-active { display: block; }
.bs-game-intro, .bs-game-result { text-align: center; }
.bs-game-eyebrow { margin: 0 0 16px; color: #ff2f91; font-size: 12px; font-weight: 900; letter-spacing: .18em; }

.bs-game h1, .bs-game h2 {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 400;
	letter-spacing: .015em;
	line-height: .88;
	text-transform: uppercase;
}

.bs-game-intro h1 { font-size: clamp(64px, 13vw, 118px); }
.bs-game-intro h1 span, .bs-game-intro h1 strong { display: block; }
.bs-game-intro h1 span { color: #fff7f0; }
.bs-game-intro h1 strong { color: #ff2f91; font-weight: 400; }
.bs-game-intro-copy { max-width: 480px; margin: 28px auto 32px; color: #e6bccf; font-size: clamp(16px, 2.3vw, 19px); line-height: 1.6; }
.bs-game-mini-note { margin: 16px 0 0; color: rgba(255,247,240,.6); font-size: 12px; }
.bs-game-another-game { display: block; width: fit-content; margin: 20px auto -4px; color: #e6bccf; font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.bs-game-another-game:hover { color: #fff7f0; }

.bs-game-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 55px;
	padding: 14px 25px;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .04em;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.bs-game-button:hover, .bs-game-button:focus-visible { transform: translateY(-3px); }
.bs-game-button:focus-visible, .bs-game-answer:focus-visible, .bs-game-play-again:focus-visible { outline: 3px solid #fff7f0; outline-offset: 4px; }
.bs-game-button-primary { color: #fff7f0; background: var(--gradient); box-shadow: 0 14px 32px rgba(255, 47, 145, .25); }
.bs-game-button-secondary { color: #fff7f0; border: 1px solid rgba(255,247,240,.35); background: transparent; }
.bs-game-button-secondary:hover { background: rgba(255,247,240,.12); }

.bs-game-progress-wrap { display: flex; align-items: center; gap: 15px; margin-bottom: 48px; }
.bs-game-progress-wrap p { width: 48px; margin: 0; color: #e6bccf; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.bs-game-progress-wrap p span { color: #fff7f0; }
.bs-game-progress-track { flex: 1; height: 7px; overflow: hidden; border-radius: 99px; background: rgba(255,247,240,.16); }
.bs-game-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--gradient); transition: width .35s ease; }
.bs-game-play h2 { max-width: 650px; font-size: clamp(43px, 7.4vw, 72px); }
.bs-game-answers { display: grid; gap: 14px; margin-top: 34px; }

.bs-game-answer {
	position: relative;
	width: 100%;
	min-height: 102px;
	padding: 18px 58px 18px 21px;
	overflow: hidden;
	border: 1px solid rgba(255, 157, 202, .35);
	border-radius: 19px;
	color: #fff7f0;
	background: rgba(70, 25, 58, .60);
	font: inherit;
	text-align: left;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.bs-game-answer:hover { transform: translateX(6px); border-color: #ff2f91; background: rgba(100, 28, 73, .75); }
.bs-game-answer-key { display: inline-grid; width: 25px; height: 25px; margin-bottom: 7px; border-radius: 50%; color: #3a102b; background: #fff7f0; place-items: center; font-size: 11px; font-weight: 900; }
.bs-game-answer strong, .bs-game-answer span:not(.bs-game-answer-key) { display: block; }
.bs-game-answer strong { font-size: 16px; font-weight: 900; }
.bs-game-answer span:not(.bs-game-answer-key) { margin-top: 5px; color: #e6bccf; font-size: 13px; line-height: 1.4; }
.bs-game-answer-mark { position: absolute; top: 50%; right: 20px; color: #ff2f91; font-family: var(--font-hand); font-size: 32px; font-weight: 700; transform: translateY(-50%) rotate(-9deg); }
.bs-game-key-hint { margin: 19px 0 0; color: rgba(255,247,240,.48); font-size: 12px; text-align: center; }
.bs-game kbd { padding: 2px 5px; border: 1px solid rgba(255,247,240,.35); border-radius: 4px; font-family: inherit; }

.bs-game-result { max-width: 630px; margin-inline: auto; }
.bs-game-result-sticker { display: grid; width: 70px; height: 70px; margin: 0 auto 18px; border: 2px solid #ff4c26; border-radius: 50%; background: #3a102b; box-shadow: 5px 6px 0 #ff2f91; place-items: center; font-size: 37px; transform: rotate(-12deg); }
.bs-game-result h2 { color: #ff2f91; font-size: clamp(54px, 9vw, 84px); }
.bs-game-result-tagline { margin: 17px 0 0; font-family: var(--font-hand); font-size: clamp(26px, 4.6vw, 36px); font-weight: 700; }
.bs-game-result-copy { max-width: 560px; margin: 15px auto 23px; color: #e6bccf; font-size: 15px; line-height: 1.65; }
.bs-game-mood-card { margin: 0 auto 25px; padding: 17px 22px; border: 1px solid rgba(255,247,240,.22); border-radius: 17px; background: linear-gradient(100deg, rgba(255,47,145,.14), rgba(255,76,38,.18)); }
.bs-game-mood-card p { margin: 0 0 5px; color: rgba(255,247,240,.72); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.bs-game-mood-card strong { font-size: 16px; }
.bs-game-result-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.bs-game-share-panel { max-width: 540px; margin: 18px auto -3px; padding: 15px; border: 1px dashed rgba(255, 247, 240, .38); border-radius: 14px; background: rgba(255, 247, 240, .07); }
.bs-game-share-panel p { margin: 0 0 8px; color: #e6bccf; font-size: 12px; font-weight: 700; }
.bs-game-share-panel output { display: block; margin: 0 0 12px; color: #fff7f0; font-size: 13px; line-height: 1.45; }
.bs-game-copy-result { padding: 9px 15px; border: 0; border-radius: 999px; color: #3a102b; background: #fff7f0; font: inherit; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.bs-game-play-again { margin-top: 23px; padding: 5px; border: 0; color: #e6bccf; background: none; font: inherit; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.bs-game-toast { position: fixed; bottom: 26px; left: 50%; z-index: 25; max-width: calc(100% - 32px); padding: 11px 16px; border-radius: 999px; color: #3a102b; background: #fff7f0; box-shadow: 0 10px 26px rgba(0,0,0,.32); font-size: 13px; font-weight: 800; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .22s ease; }
.bs-game-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@keyframes bs-game-reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 760px) {
	.bs-game-page { padding-top: 28px; }
	.bs-game-intro h1 { font-size: clamp(61px, 19vw, 92px); }
	.bs-game-play h2 { font-size: clamp(42px, 13vw, 61px); }
	.bs-game-key-hint { display: none; }
	.bs-game-result-actions { display: grid; }
	.bs-game-button { width: 100%; }
	.bs-game-answer:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
	.bs-game *, .bs-game *::before, .bs-game *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
