.wt-game-shell {
	border: 0;
	background: transparent;
	border-radius: 0;
	padding: 1.5rem 0;
	margin: 1.5rem 0;
	color: var(--ycona-blue900, #0b2133);
	box-shadow: none;
	overflow: visible;
}

.wt-game-shell::before {
	display: none;
}

.wt-game-shell__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1rem;
	max-width: 640px;
	margin: 0 auto;
}

.wt-game-shell__thumb {
	width: 120px;
	height: 120px;
	border-radius: 999px;
	overflow: hidden;
	border: 3px solid var(--ycona-blue800, #032a51);
	margin: 0 auto;
	background: var(--ycona-blue100, #f7f9fc);
}

.wt-game-shell__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wt-game-shell__meta {
	width: 100%;
	text-align: center;
}

.wt-game-shell__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.4rem, 2.5vw, 1.85rem);
	font-weight: 700;
	color: var(--ycona-blue900, #0b2133);
}

.wt-game-shell__desc {
	margin: 0 auto 1rem;
	max-width: 36rem;
	color: var(--ycona-blue700, #054079);
	line-height: 1.55;
	text-align: center;
}

.wt-game-shell__desc p {
	margin: 0 0 0.5rem;
}

.wt-game-shell__points {
	margin: 0 0 1.25rem;
	font-weight: 700;
	color: var(--ycona-blue800, #032a51);
	font-size: 0.95rem;
	text-align: center;
}

.wt-game-shell__notice {
	color: #a32020;
	margin: 0 0 1rem;
	text-align: center;
}

.wt-game-shell__start {
	cursor: pointer;
	margin: 0 auto;
	display: inline-flex;
}

.wt-game-shell__stage,
.wt-game-shell__result {
	margin-top: 0.5rem;
	text-align: center;
}

.wt-game-shell.is-playing .wt-game-shell__intro {
	display: none;
}

.wt-game-shell__message {
	padding: 1.25rem 1.5rem;
	background: var(--ycona-blue100, #f7f9fc);
	border: 3px solid var(--ycona-blue200, #dfe9f3);
	border-radius: 16px;
	color: var(--ycona-blue800, #032a51);
	text-align: center;
	max-width: 32rem;
	margin: 0 auto;
}

/* In-player glass overlay variant */
.wt-game-shell--overlay {
	margin: 0;
	padding: 0.5rem 0.25rem 1rem;
	color: #fff;
	width: 100%;
	max-width: 680px;
}

.wt-game-shell--overlay .wt-game-shell__intro {
	gap: 1.1rem;
}

.wt-game-shell--overlay .wt-game-shell__title,
.wt-game-shell--overlay .wt-game-shell__points,
.wt-game-shell--overlay .wt-game-shell__desc,
.wt-game-shell--overlay .wt-game-shell__desc p,
.wt-game-shell--overlay .wt-game-shell__notice {
	color: #fff;
}

.wt-game-shell--overlay .wt-game-shell__title {
	font-size: clamp(1.25rem, 2.4vw, 1.7rem);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.wt-game-shell--overlay .wt-game-shell__desc {
	color: rgba(255, 255, 255, 0.88);
}

.wt-game-shell--overlay .wt-game-shell__points {
	color: var(--ycona-yellow1, #fec72d);
	letter-spacing: 0.02em;
}

.wt-game-shell--overlay .wt-game-shell__notice {
	opacity: 0.9;
	font-size: 0.9rem;
}

.wt-game-shell--overlay .wt-game-shell__thumb {
	border-color: var(--ycona-yellow1, #fec72d);
	box-shadow: 0 0 0 4px rgba(254, 199, 45, 0.2);
}

.wt-game-shell--overlay .wt-game-shell__message {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.wt-game-shell--overlay .wt-game-shell__start {
	min-width: 180px;
	justify-content: center;
}

.wt-game-shell__attempts {
	margin: 0 0 1rem;
	font-weight: 700;
	color: var(--ycona-blue700, #054079);
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.wt-game-shell--overlay .wt-game-shell__attempts {
	color: rgba(255, 255, 255, 0.92);
}

.wt-game-shell__attempts .bi {
	transform: scaleX(-1);
}
