/* Scoped World Cup quiz UI; keep selectors stable for LiteSpeed UCSS/Guest Optimization. */
.wc2026-quiz-home,
.wc2026-quiz-archive,
.wc2026-quiz-card {
	box-sizing: border-box;
	font-family: "Hind Siliguri", "Noto Sans Bengali", SolaimanLipi, sans-serif;
}

.wc2026-quiz-home *,
.wc2026-quiz-archive *,
.wc2026-quiz-card * {
	box-sizing: border-box;
}

.wc2026-quiz-home {
	width: 100%;
	margin: 0 0 20px;
	padding: 16px;
	overflow: hidden;
	border: 1px solid rgba(212, 160, 23, .42);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(4, 35, 24, .96), rgba(3, 16, 13, .94)),
		linear-gradient(90deg, rgba(212, 160, 23, .16), rgba(22, 101, 52, .1));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 32px rgba(0, 0, 0, .2);
}

.wc2026-quiz-archive {
	width: min(100%, 920px);
	margin: 0 auto;
	padding: 22px 16px;
}

.wc2026-quiz-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(212, 160, 23, .26);
}

.wc2026-quiz-kicker {
	display: grid;
	gap: 7px;
	align-items: start;
	min-width: 0;
}

.wc2026-quiz-kicker span {
	display: inline-flex;
	align-items: center;
	width: max-content;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(250, 204, 21, .78);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(250, 204, 21, .24), rgba(21, 128, 61, .22));
	color: #ffef99;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 8px 20px rgba(0, 0, 0, .18);
	white-space: nowrap;
}

.wc2026-quiz-kicker strong {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	min-height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .86);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.wc2026-quiz-kicker b {
	margin-right: 4px;
	color: #fde68a;
	font-family: Inter, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 900;
}

.wc2026-quiz-home h2,
.wc2026-quiz-archive h2 {
	position: relative;
	margin: 0;
	color: #14532d;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.wc2026-quiz-home h2 {
	display: inline-flex;
	align-items: center;
	min-height: 58px;
	padding: 8px 16px;
	border: 1px solid rgba(250, 204, 21, .46);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(250, 204, 21, .08));
	color: #fff;
	font-family: "Noto Serif Bengali", "Hind Siliguri", serif;
	font-size: clamp(22px, 2.1vw, 30px);
	font-weight: 900;
	line-height: 1.2;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 12px 26px rgba(0, 0, 0, .18);
	text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.wc2026-quiz-archive h2 {
	margin-bottom: 12px;
	padding-bottom: 9px;
}

.wc2026-quiz-archive h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 3px;
	border-radius: 999px;
	background: #d4a017;
}

.wc2026-quiz-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.wc2026-quiz-grid .wc2026-quiz-card:only-child {
	grid-column: 1 / -1;
}

.wc2026-quiz-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}

.wc2026-quiz-home .wc2026-quiz-card {
	border-color: rgba(255, 255, 255, .78);
	border-radius: 16px;
	box-shadow: 0 16px 34px rgba(2, 6, 23, .22);
}

.wc2026-quiz-list {
	display: grid;
	gap: 16px;
}

.wc2026-q {
	margin: 0 0 14px;
	padding: 12px 13px;
	border: 1px solid rgba(212, 160, 23, .34);
	border-left: 4px solid #d4a017;
	border-radius: 13px;
	background: linear-gradient(135deg, #fffdf4, #f8fafc);
	color: #07152c;
	font-family: "Noto Serif Bengali", "Hind Siliguri", serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0;
	box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.wc2026-opts {
	display: grid;
	gap: 10px;
}

.wc2026-opt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 50px;
	padding: 11px 14px;
	border: 1px solid #d8dee7;
	border-radius: 11px;
	background: linear-gradient(180deg, #fff, #fbfdff);
	color: #111827;
	font: inherit;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
	transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.wc2026-opt:hover,
.wc2026-opt:focus {
	border-color: #14532d;
	box-shadow: 0 7px 16px rgba(20, 83, 45, .08);
}

.wc2026-opt:focus-visible {
	outline: 3px solid rgba(20, 83, 45, .28);
	outline-offset: 2px;
}

.wc2026-opt:disabled {
	cursor: not-allowed;
}

.wc2026-opt-text {
	min-width: 0;
}

.wc2026-state {
	flex: 0 0 auto;
	min-width: 54px;
	color: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-align: right;
}

.wc2026-opt.is-correct {
	border-color: #15803d;
	background: linear-gradient(135deg, #e8fff1, #f6fffa);
	color: #14532d;
	box-shadow: inset 0 0 0 1px rgba(21, 128, 61, .22), 0 8px 18px rgba(21, 128, 61, .12);
}

.wc2026-opt.is-wrong {
	border-color: #dc2626;
	background: linear-gradient(135deg, #fff1f1, #fff8f8);
	color: #991b1b;
	box-shadow: inset 0 0 0 1px rgba(220, 38, 38, .18), 0 8px 18px rgba(220, 38, 38, .08);
}

.wc2026-opt.is-chosen {
	box-shadow: inset 0 0 0 1px currentColor;
}

.wc2026-explain {
	margin-top: 14px;
	padding: 12px 13px;
	border-left: 4px solid #14532d;
	border-radius: 10px;
	background: #f0fdf4;
	color: #234032;
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.65;
}

.wc2026-answer-line {
	display: block;
	margin-bottom: 5px;
	color: #14532d;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.45;
}

.wc2026-empty {
	margin: 0;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	color: #475569;
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 600px) {
	.wc2026-quiz-home {
		padding: 12px;
		border-radius: 15px;
	}

	.wc2026-quiz-archive {
		padding: 16px 12px;
	}

	.wc2026-quiz-head {
		display: grid;
		gap: 9px;
		align-items: start;
	}

	.wc2026-quiz-kicker strong {
		white-space: normal;
		line-height: 1.35;
		padding-block: 6px;
		border-radius: 12px;
	}

	.wc2026-quiz-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.wc2026-quiz-card {
		padding: 16px;
		border-radius: 13px;
	}

	.wc2026-quiz-home h2 {
		width: 100%;
		min-height: 0;
		font-size: 21px;
	}

	.wc2026-quiz-archive h2 {
		font-size: 16px;
	}

	.wc2026-q {
		font-size: 17px;
		line-height: 1.65;
	}

	.wc2026-opt {
		min-height: 48px;
		padding: 10px 12px;
		font-size: 14.5px;
	}

	.wc2026-explain {
		font-size: 13.5px;
	}
}
