:root {
	--wb-cream: #fcf8f1;
	--wb-panel: #fbfbe2;
	--wb-card: #eeeeaa;
	--wb-card-strong: #bab853;
	--wb-text: #56564f;
	--wb-heading: #63623f;
	--wb-coral: #ff8578;
	--wb-border: #bfbfa1;
	--wb-shadow: 0 12px 26px rgba(145, 142, 82, 0.24);
}

.workbody-quiz-app {
	background: var(--wb-cream);
	color: var(--wb-text);
	font-family: "Work Sans", sans-serif;
	margin: 0 auto;
	max-width: 430px;
	min-height: 100svh;
	overflow: hidden;
	position: relative;
}

.workbody-screen {
	min-height: 100svh;
	padding: 24px 20px 32px;
	position: relative;
}

.workbody-title,
.workbody-heading,
.workbody-button,
.workbody-option-label {
	font-family: "Fredoka", "Work Sans", sans-serif;
}

.workbody-title {
	color: var(--wb-heading);
	font-size: 38px;
	line-height: 1.04;
	margin: 0;
	text-align: center;
}

.workbody-copy {
	font-size: 16px;
	line-height: 1.35;
	text-align: center;
}

.workbody-panel {
	background: var(--wb-panel);
	border: 1.5px dashed var(--wb-border);
	border-radius: 19px;
	box-shadow: var(--wb-shadow);
	padding: 28px 20px;
}

.workbody-hero {
	background: linear-gradient(160deg, #e5e38f, #fffeca);
	border-radius: 19px;
	min-height: 220px;
	overflow: hidden;
	position: relative;
}

.workbody-hero img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.workbody-button {
	align-items: center;
	background: var(--wb-coral);
	border: 2px solid #fff;
	border-radius: 46px;
	box-shadow: 0 8px 22px rgba(255, 133, 120, 0.38);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	min-height: 42px;
	padding: 10px 35px;
}

.workbody-options {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.workbody-option {
	background: linear-gradient(160deg, #f0efbf, #e9e78a);
	border: 1.5px solid transparent;
	border-radius: 22px;
	color: var(--wb-text);
	cursor: pointer;
	min-height: 118px;
	padding: 20px 88px 18px 18px;
	position: relative;
	text-align: left;
}

.workbody-option.is-selected {
	border-color: var(--wb-card-strong);
	box-shadow: inset 0 0 0 2px rgba(186, 184, 83, 0.25);
}

.workbody-option-label {
	bottom: 18px;
	color: rgba(186, 184, 83, 0.42);
	font-size: 28px;
	font-weight: 600;
	left: 18px;
	position: absolute;
}

.workbody-form {
	display: grid;
	gap: 14px;
}

.workbody-field {
	display: grid;
	gap: 6px;
}

.workbody-field input,
.workbody-field select {
	background: #ededcc;
	border: 0;
	border-radius: 8px;
	color: #192230;
	font: inherit;
	min-height: 36px;
	padding: 8px 12px;
	width: 100%;
}

.workbody-field.has-error input,
.workbody-field.has-error select,
.workbody-checkbox.has-error {
	box-shadow: 0 0 0 2px rgba(155, 49, 40, 0.24);
}

.workbody-checkbox {
	display: grid;
	gap: 6px;
	grid-template-columns: auto 1fr;
	line-height: 1.35;
}

.workbody-checkbox .workbody-error {
	grid-column: 1 / -1;
}

.workbody-error {
	color: #9b3128;
	font-size: 13px;
}

.workbody-notice {
	background: #fff4d8;
	border: 1px solid #e0b95b;
	border-radius: 8px;
	color: #665024;
	font-size: 14px;
	line-height: 1.35;
	padding: 12px 14px;
}

.workbody-result-card {
	background: linear-gradient(178deg, #e5e38f, #fffeca);
	border-radius: 8px;
	margin-top: 18px;
	overflow: hidden;
}

.workbody-result-card h3 {
	background: var(--wb-card-strong);
	color: #fff;
	margin: 0;
	padding: 11px 14px;
	text-align: center;
}

.workbody-result-card p {
	margin: 0;
	padding: 18px;
	text-align: center;
}

.workbody-result-list {
	line-height: 1.45;
	margin: 0;
	padding: 18px 28px;
}

.workbody-recaptcha {
	min-height: 78px;
}
