.das-frontend {
	max-width: 720px;
	margin: 40px auto;
	padding: 0 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.das-inner {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 24px;
}

.das-frontend h1 {
	margin-top: 0;
	font-size: 1.5rem;
}

.das-form p,
.das-test-form p {
	margin-bottom: 16px;
}

.das-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.das-question-heading {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 10px;
	font-size: 1.32rem;
	line-height: 1.45;
	font-weight: 400;
}

.das-question-row--inline {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: nowrap;
	margin: 0 0 10px;
	font-size: 1.32rem;
	line-height: 1.45;
}

.das-question-row--inline .das-question-text {
	flex: 0 1 auto;
	min-width: 0;
}

.das-frontend .das-input.das-input--inline {
	flex: 0 0 auto;
	width: 11rem;
	min-width: 9rem;
	max-width: 11rem;
	margin: 0;
}

.das-question-row--blanks {
	flex-wrap: wrap;
	align-items: baseline;
}

.das-question-text--blanks {
	display: inline;
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.6;
}

.das-question-text--blanks .das-question-text-segment {
	display: inline;
}

.das-frontend .das-input.das-input--blank-inline {
	display: inline-block;
	width: 13rem;
	min-width: 11rem;
	max-width: 16rem;
	margin: 0 0.2rem;
	padding: 4px 10px;
	vertical-align: middle;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.4;
}

.das-frontend .das-input.das-input--blank-inline[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.das-frontend .das-input.das-input--blank-inline[type="number"]::-webkit-outer-spin-button,
.das-frontend .das-input.das-input--blank-inline[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.das-question-row--equation-inline {
	flex-wrap: wrap;
	align-items: baseline;
}

.das-frontend .das-input.das-input--equation-inline {
	flex: 0 0 auto;
	width: 10rem;
	min-width: 8rem;
	max-width: 12rem;
	margin: 0 0.2rem;
	padding: 4px 10px;
	vertical-align: middle;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.4;
}

.das-frontend .das-input.das-input--equation-inline[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.das-frontend .das-input.das-input--equation-inline[type="number"]::-webkit-outer-spin-button,
.das-frontend .das-input.das-input--equation-inline[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.das-equation-remainder-label {
	flex: 0 0 auto;
	margin: 0 0.35rem;
	font-weight: 600;
	line-height: 1.4;
}

.das-question-index {
	flex: 0 0 auto;
	min-width: 2rem;
	padding: 2px 8px;
	border-radius: 4px;
	background: #f0f6fc;
	color: #2271b1;
	font-size: 0.82em;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	line-height: 1.5;
	text-align: center;
}

.das-question-text {
	flex: 1;
	min-width: 0;
	font-weight: 600;
	color: #1d2327;
}

.das-question-text .das-fraction {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin: 0 2px;
	min-width: 1.1em;
	font-size: 0.88em;
	line-height: 1;
	font-weight: 600;
}

.das-question-text .das-fraction-num,
.das-question-text .das-fraction-den {
	display: block;
	padding: 0 2px;
	font-variant-numeric: tabular-nums;
}

.das-question-text .das-fraction-bar {
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid currentColor;
	margin: 1px 0;
}

.das-frontend .das-input,
.das-frontend .das-form select,
.das-frontend .das-answer input[type="number"],
.das-frontend .das-answer input[type="text"],
.das-frontend .das-text-input,
.das-frontend .das-writing-input {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.4;
	font-family: inherit;
	color: #1d2327;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.das-frontend .das-field-pin {
	margin-bottom: 1rem;
}

.das-frontend .das-field-label {
	display: block;
	margin-bottom: 0.35rem;
}

.das-frontend .das-pin-otp {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.das-frontend .das-pin-digit {
	width: 3.25rem;
	max-width: 3.25rem;
	min-width: 3.25rem;
	height: 3.25rem;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0;
}

.das-frontend .das-input-pin {
	max-width: 8rem;
	letter-spacing: 0.35em;
	text-align: center;
	font-variant-numeric: tabular-nums;
}

.das-frontend .das-input[readonly] {
	background: #f6f7f7;
	color: #50575e;
	cursor: not-allowed;
}

.das-frontend .das-access-change {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.das-frontend .das-link-btn {
	background: none;
	border: none;
	padding: 0;
	color: #2271b1;
	text-decoration: underline;
	cursor: pointer;
	font-size: 16px !important;
	line-height: 1.4;
	font-weight: 500;
	font-family: inherit;
	text-transform: none;
	letter-spacing: normal;
}

.das-frontend .das-payment-gate .das-payment-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 1.25rem;
}

.das-frontend .das-access-payment-prompt {
	margin-top: 1.25rem;
	padding: 1rem 1.25rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #f6f7f7;
}

.das-frontend .das-access-payment-prompt p:last-child {
	margin-bottom: 0;
}

.das-frontend .das-payment-pin-notice {
	color: #50575e;
	font-size: 0.95rem;
}

.das-frontend .das-access-mismatch-hint {
	margin-top: 0.75rem;
	color: #50575e;
	font-size: 0.95rem;
}

.das-frontend .das-btn-secondary {
	background: #f6f7f7;
	color: #1d2327;
	border: 1px solid #8c8f94;
}

.das-frontend .das-btn-secondary:hover {
	background: #fff;
	border-color: #2271b1;
	color: #2271b1;
}

.das-frontend .das-link-btn:hover {
	color: #135e96;
}

.das-frontend .das-link-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.das-frontend .das-input:focus,
.das-frontend .das-form select:focus,
.das-frontend .das-answer input[type="number"]:focus,
.das-frontend .das-answer input[type="text"]:focus,
.das-frontend .das-text-input:focus,
.das-frontend .das-writing-input:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.2);
	background: #fff;
}

.das-frontend .das-input:invalid,
.das-frontend .das-answer input[type="number"]:invalid,
.das-frontend .das-answer input[type="text"]:invalid {
	border: 1px solid #8c8f94;
	background: #fff;
	box-shadow: none;
}

.das-frontend .das-input:invalid:focus,
.das-frontend .das-answer input[type="number"]:invalid:focus,
.das-frontend .das-answer input[type="text"]:invalid:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.2);
	background: #fff;
}

.das-frontend .das-input:-webkit-autofill,
.das-frontend .das-answer input:-webkit-autofill,
.das-frontend .das-text-input:-webkit-autofill {
	-webkit-text-fill-color: #1d2327;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	box-shadow: 0 0 0 1000px #fff inset;
	transition: background-color 9999s ease-out 0s;
}

.das-frontend .das-text-input {
	min-height: 88px;
	resize: vertical;
}

.das-vr-answer,
.das-symbol-answer {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.das-vr-answer-part {
	display: block;
	width: 100%;
}

.das-frontend .das-answer .das-vr-answer-part .das-input,
.das-frontend .das-answer .das-vr-answer-part input[type="number"],
.das-frontend .das-answer .das-vr-answer-part input[type="text"] {
	padding: 10px 12px;
}

.das-symbol-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.das-symbol-toolbar--primary {
	gap: 8px;
}

.das-symbol-toolbar--secondary {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #c3d9ed;
}

.das-symbol-btn {
	min-width: 36px;
	min-height: 32px;
	padding: 4px 8px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	background: #f6f7f7;
	color: #1d2327;
	font-size: 15px;
	line-height: 1.2;
	font-family: inherit;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.das-symbol-btn:hover,
.das-symbol-btn:focus {
	background: #f0f6fc;
	border-color: #2271b1;
	outline: none;
}

.das-symbol-btn--fraction {
	padding: 2px 6px;
}

.das-symbol-btn--exponent {
	padding: 2px 8px;
}

.das-symbol-exponent {
	display: inline-block;
	font-size: 0.95em;
	line-height: 1;
	font-style: italic;
}

.das-symbol-exponent sup {
	font-size: 0.72em;
	line-height: 0;
	vertical-align: super;
}

.das-symbol-btn--labeled {
	min-width: 84px;
	min-height: 36px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
}

.das-symbol-btn--labeled.das-symbol-btn--active,
.das-symbol-btn--labeled[aria-pressed="true"] {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.das-symbol-fraction {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 1.1em;
	font-size: 0.82em;
	line-height: 1;
}

.das-symbol-fraction-num,
.das-symbol-fraction-den {
	display: block;
	padding: 0 1px;
	font-style: italic;
}

.das-symbol-fraction-bar {
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid currentColor;
	margin: 1px 0;
}

.das-symbol-btn:focus-visible {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(34, 113, 177, 0.45);
}

.das-frontend .das-writing-input {
	min-height: 240px;
	resize: vertical;
}

.das-prompt {
	margin: 0 0 16px;
	font-size: 1rem;
	line-height: 1.6;
	color: #1d2327;
}

.das-field {
	margin-bottom: 24px;
}

.das-writing-form .das-writing-input {
	margin: 0;
}

.das-form-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
	padding-top: 8px;
}

.das-form-actions .das-btn {
	margin: 0;
}

.das-exit-action {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.das-info-tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: transparent;
	color: #2271b1;
	cursor: help;
	flex-shrink: 0;
}

.das-info-tooltip:hover,
.das-info-tooltip:focus {
	color: #135e96;
	outline: none;
}

.das-info-tooltip:focus-visible {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2271b1;
}

.das-info-tooltip-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.das-info-tooltip-bubble {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	z-index: 20;
	width: max-content;
	max-width: 16rem;
	padding: 10px 12px;
	border-radius: 6px;
	background: #1d2327;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	white-space: normal;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(4px);
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.das-info-tooltip-bubble::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top-color: #1d2327;
}

.das-info-tooltip:hover .das-info-tooltip-bubble,
.das-info-tooltip:focus .das-info-tooltip-bubble,
.das-info-tooltip:focus-within .das-info-tooltip-bubble {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.das-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.das-result-actions .das-btn {
	margin: 0;
}

.das-resume-choice {
	padding: 4px 0 0;
}

.das-resume-choice-header {
	margin-bottom: 18px;
	width: 100%;
}

.das-resume-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2271b1;
}

.das-resume-status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2271b1;
	flex-shrink: 0;
}

.das-resume-choice h1 {
	margin: 0 0 8px;
	font-size: 1.55rem;
	line-height: 1.3;
	font-weight: 700;
	color: #1d2327;
	width: 100%;
	max-width: none;
}

.das-resume-intro {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #646970;
	width: 100%;
	max-width: none;
}

.das-frontend ul.das-resume-list {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: grid;
	gap: 12px;
}

.das-frontend .das-resume-list > .das-resume-item {
	margin: 0;
}

.das-resume-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px 14px 12px;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.das-resume-item-accent {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	background: #2271b1;
}

.das-resume-item-body {
	flex: 1 1 220px;
	min-width: 0;
}

.das-resume-item-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.das-frontend .das-resume-item .das-resume-item-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 11px;
	border-radius: 6px;
	background: #f0f6fc;
	color: #2271b1;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.das-frontend .das-resume-item .das-resume-item-subject {
	font-size: 16px;
	font-weight: 700;
	color: #1d2327;
	line-height: 1.35;
}

.das-frontend .das-resume-item .das-resume-item-meta {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	font-size: 14px;
	color: #646970;
	line-height: 1.35;
}

.das-frontend .das-resume-item .das-resume-item-meta.das-resume-item-meta--assessment,
.das-frontend .das-resume-item .das-resume-item-meta.das-resume-item-meta--active {
	font-size: 14px;
	line-height: 1.35;
}

.das-frontend .das-resume-item .das-resume-item-meta.das-resume-item-meta--assessment .das-resume-item-icon,
.das-frontend .das-resume-item .das-resume-item-meta.das-resume-item-meta--active .das-resume-item-icon {
	width: 12px;
	height: 12px;
	margin-top: 1px;
}

.das-resume-item-meta + .das-resume-item-meta,
.das-resume-item-meta + .das-resume-item-progress {
	margin-top: 6px;
}

.das-resume-item-icon {
	width: 14px;
	height: 14px;
	margin-top: 2px;
	flex-shrink: 0;
	color: #8c8f94;
}

.das-resume-item-progress {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
	min-height: 1.25rem;
}

.das-resume-progress-track {
	flex: 1 1 auto;
	height: 6px;
	border-radius: 999px;
	background: #f0ebe3;
	overflow: hidden;
	max-width: 180px;
}

.das-resume-progress-fill {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #d4a574 0%, #c9925a 100%);
	transition: width 0.2s ease;
}

.das-frontend .das-resume-item .das-resume-progress-label {
	font-size: 14px;
	color: #646970;
	white-space: nowrap;
}

.das-resume-continue-btn {
	min-width: 118px;
	min-height: 38px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	flex-shrink: 0;
}

.das-resume-continue-btn:not(.das-is-loading) .das-button-text::after {
	content: ' \2192';
}

.das-resume-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 4px;
	padding-top: 12px;
	border-top: 1px solid #f0f0f1;
}

.das-resume-actions .das-btn {
	margin: 0;
	min-width: 160px;
	min-height: 38px;
	padding: 8px 16px;
	font-size: 13px;
}

.das-resume-action-group {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.das-resume-exit-group {
	margin-left: auto;
}

.das-resume-exit-group .das-info-tooltip-bubble {
	left: auto;
	right: 0;
	transform: translateY(4px);
}

.das-resume-exit-group .das-info-tooltip:hover .das-info-tooltip-bubble,
.das-resume-exit-group .das-info-tooltip:focus .das-info-tooltip-bubble,
.das-resume-exit-group .das-info-tooltip:focus-within .das-info-tooltip-bubble {
	transform: translateY(0);
}

.das-resume-exit-group .das-info-tooltip-bubble::after {
	left: auto;
	right: 10px;
	margin-left: 0;
}

@media (max-width: 560px) {
	.das-resume-item {
		padding: 14px 14px 14px 12px;
	}

	.das-resume-continue-btn {
		width: 100%;
	}

	.das-resume-progress-track {
		max-width: none;
	}
}

.das-btn.das-btn-secondary {
	background: #fff;
	color: #2271b1;
	border: 1px solid #2271b1;
}

.das-btn.das-btn-secondary:hover,
.das-btn.das-btn-secondary:focus {
	background: #f0f6fc;
	color: #135e96;
	border-color: #135e96;
}

.das-btn.das-btn-secondary.das-is-loading::after {
	border-color: rgba(34, 113, 177, 0.25);
	border-top-color: #2271b1;
}

.das-frontend .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@keyframes das-shimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

.das-test-shimmer {
	display: grid;
	gap: 16px;
}

.das-test-shimmer-questions {
	display: grid;
	gap: 24px;
	margin-top: 8px;
}

.das-test-shimmer-question {
	display: grid;
	gap: 12px;
}

.das-shimmer {
	border-radius: 8px;
	background-color: #f0f0f1;
	background-image: linear-gradient(90deg, #f0f0f1 0%, #e8e8ea 45%, #f6f6f7 55%, #f0f0f1 100%);
	background-size: 468px 100%;
	background-repeat: no-repeat;
	animation: das-shimmer 1.15s ease-in-out infinite;
}

.das-shimmer--title {
	height: 32px;
	width: min(320px, 72%);
}

.das-shimmer--meta {
	height: 18px;
	width: min(220px, 48%);
}

.das-shimmer--notice {
	height: 52px;
	width: 100%;
}

.das-shimmer--question-heading {
	height: 24px;
	width: min(420px, 88%);
}

.das-shimmer--question-line {
	height: 16px;
	width: 100%;
}

.das-shimmer--question-line.das-shimmer--medium {
	width: 82%;
}

.das-shimmer--question-line.das-shimmer--short {
	width: 58%;
}

.das-shimmer--input {
	height: 42px;
	width: min(180px, 100%);
}

@media (prefers-reduced-motion: reduce) {
	.das-shimmer {
		animation: none;
		background-image: none;
	}
}

.das-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 140px;
	min-height: 42px;
	background: #2271b1;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 16px;
	font-family: inherit;
	line-height: 1.4;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.15s ease;
}

.das-btn:hover,
.das-btn:focus {
	background: #135e96;
	color: #fff;
	outline: none;
	box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.3);
}

.das-btn:disabled {
	opacity: 0.75;
	cursor: not-allowed;
}

.das-btn.das-is-loading {
	pointer-events: none;
	cursor: wait;
	opacity: 0.9;
}

.das-test-form--submitting,
.das-form--submitting {
	pointer-events: none;
}

.das-form fieldset,
.das-test-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.das-test-form fieldset:disabled .das-question {
	opacity: 0.65;
}

.das-btn.das-is-loading::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: das-spin 0.7s linear infinite;
	flex-shrink: 0;
}

.das-button-text {
	display: inline-block;
}

@keyframes das-spin {
	to {
		transform: rotate(360deg);
	}
}

.das-error {
	background: #fcf0f1;
	border-left: 4px solid #d63638;
	padding: 12px;
	margin-bottom: 16px;
}

.das-form-error {
	margin-top: 12px;
	margin-bottom: 0;
}

.das-success {
	background: #edfaef;
	border-left: 4px solid #00a32a;
	padding: 12px;
	margin-bottom: 16px;
	color: #1e4620;
}

.das-form-success {
	margin-top: 12px;
	margin-bottom: 0;
}

.das-next-up {
	font-size: 17px;
	font-weight: 600;
	margin: 16px 0;
	color: #1d2327;
}

.das-question {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}

@media (max-width: 480px) {
	.das-question-row--inline {
		flex-wrap: wrap;
	}

	.das-frontend .das-input.das-input--inline {
		width: 100%;
		max-width: 100%;
	}

	.das-frontend .das-input.das-input--blank-inline {
		width: 12rem;
		min-width: 11rem;
		max-width: 16rem;
	}

	.das-frontend .das-input.das-input--equation-inline {
		width: 10rem;
		max-width: 12rem;
	}
}

.das-option {
	display: block;
	margin-bottom: 8px;
}

.das-option-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 220px;
	max-height: 140px;
	height: auto;
	margin-left: 8px;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
}

.das-zoomable {
	cursor: zoom-in;
}

.das-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 23, 42, 0.85);
	cursor: zoom-out;
}

.das-lightbox-image {
	max-width: 92vw;
	max-height: 92vh;
	width: auto;
	height: auto;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	cursor: default;
}

.das-lightbox-close {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease;
}

.das-lightbox-close:hover,
.das-lightbox-close:focus {
	background: rgba(255, 255, 255, 0.3);
}

.das-fullscreen-gate {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(17, 24, 39, 0.88);
}

.das-fullscreen-gate-panel {
	width: min(100%, 480px);
	padding: 28px 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	text-align: center;
}

.das-fullscreen-gate-title {
	margin: 0 0 12px;
	font-size: 1.35rem;
	line-height: 1.3;
	color: #1d2327;
}

.das-fullscreen-gate-body {
	margin: 0 0 20px;
	color: #50575e;
	line-height: 1.5;
}

.das-fullscreen-gate-btn {
	min-width: 220px;
}

body.das-kiosk-active {
	overflow: auto;
}

.das-timer {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #f0f6fc;
	padding: 12px;
	margin-bottom: 16px;
	border-radius: 4px;
	font-weight: 600;
}

.das-timer-value {
	font-variant-numeric: tabular-nums;
}

.das-floating-dock {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 100;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.das-floating-dock-timer {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px 8px 12px;
	background: #f0f6fc;
}

.das-floating-dock-clock {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #2271b1;
	border: 1px solid #c3d9ea;
}

.das-floating-dock-clock svg {
	width: 18px;
	height: 18px;
}

.das-floating-dock-timer-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.das-floating-dock-timer-label {
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #646970;
	line-height: 1;
}

.das-floating-dock-timer-value {
	font-size: 1.25rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #1d2327;
	line-height: 1.1;
}

.das-floating-dock-divider {
	flex: 0 0 auto;
	align-self: stretch;
	width: 1px;
	margin: 10px 0;
	background: #ddd;
}

.das-floating-dock-scroll {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: none;
	background: transparent;
	color: #646970;
	cursor: pointer;
	transition: color 0.15s ease, background 0.15s ease;
}

.das-floating-dock-scroll:hover,
.das-floating-dock-scroll:focus {
	color: #2271b1;
	background: #f0f6fc;
	outline: none;
}

.das-floating-dock-scroll:focus-visible {
	box-shadow: inset 0 0 0 2px rgba(34, 113, 177, 0.35);
}

.das-floating-dock-scroll-icon {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
}

.das-instructions {
	background: #f9f9f9;
	padding: 16px;
	margin-bottom: 20px;
	border-radius: 4px;
	max-height: 300px;
	overflow-y: auto;
}

.das-reading-passage {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-left: 3px solid #2271b1;
	border-radius: 4px;
	padding: 10px 14px;
	margin: 0 0 16px;
}

.das-frontend .das-reading-passage-part {
	margin: 0 0 8px;
	font-size: 14px !important;
	line-height: 1.5;
	color: #50575e;
	font-weight: 400;
}

.das-reading-passage-part:last-child {
	margin-bottom: 0;
}

.das-reading-passage-media {
	margin: 0 0 12px;
	text-align: center;
}

.das-reading-passage-media:last-child {
	margin-bottom: 0;
}

.das-frontend .das-reading-passage-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 4px;
}

.das-calculator-notice {
	background: #fcf9e8;
	border: 1px solid #dba617;
	border-left-width: 3px;
	padding: 4px 8px;
	margin: 0 0 8px;
	border-radius: 4px;
	font-size: 0.78rem;
}

.das-calculator-notice p {
	margin: 0;
	line-height: 1.25;
}

.das-calculator-notice--allowed {
	background: #f0f6fc;
	border-color: #2271b1;
}

.das-symbol-toolbar-toggle {
	display: flex;
	flex-direction: column;
	gap: 4px;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-left: 3px solid #2271b1;
	border-radius: 4px;
	padding: 8px 10px;
	margin: 0 0 10px;
}

.das-symbol-toolbar-toggle--active {
	background: #f0f6fc;
	border-color: #2271b1;
}

.das-symbol-toolbar-toggle-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.das-symbol-toolbar-toggle-label {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #1d2327;
	line-height: 1.3;
}

.das-symbol-toolbar-toggle-hint {
	margin: 0;
	font-size: 0.78rem;
	color: #50575e;
	line-height: 1.35;
}

.das-symbol-toolbar-toggle-btn {
	flex: 0 0 auto;
	margin: 0;
	min-width: 0;
	min-height: 32px;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: normal;
	white-space: nowrap;
}

.das-symbol-toolbar-toggle-btn[aria-pressed="true"] {
	background: #2271b1;
	color: #fff;
	border-color: #2271b1;
}

.das-symbol-toolbar-sticky {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 30;
	margin: 0 0 12px;
	padding: 4px 0 8px;
	background: linear-gradient(to bottom, #fff 70%, rgba(255, 255, 255, 0));
}

.das-symbol-toolbar-sticky-inner {
	background: #f0f6fc;
	border: 1px solid #2271b1;
	border-radius: 4px;
	padding: 8px 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.das-symbol-toolbar-focus-hint {
	margin: 6px 0 0;
	font-size: 0.75rem;
	color: #50575e;
	line-height: 1.3;
}

.das-symbol-toolbar-toggle-btn[aria-pressed="true"]:hover,
.das-symbol-toolbar-toggle-btn[aria-pressed="true"]:focus {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
}

.das-score {
	font-size: 1.25rem;
	font-weight: 700;
}

.das-section-heading {
	margin: 24px 0 12px;
	font-size: 1.4rem;
	line-height: 1.35;
	font-weight: 600;
}

.das-weaknesses {
	margin: 0 0 16px;
	padding-left: 1.5em;
	list-style-type: decimal;
}

.das-weaknesses li {
	margin-bottom: 8px;
	line-height: 1.5;
}

.das-meta {
	color: #666;
	font-size: 0.9rem;
}

.das-complete-retake {
	margin-top: 8px;
}

.das-complete-retake a {
	color: #2271b1;
	font-weight: 600;
	text-decoration: underline;
}

.das-complete-retake a:hover,
.das-complete-retake a:focus {
	color: #135e96;
}

@media (max-width: 600px) {
	.das-frontend {
		margin: 16px auto;
	}
	.das-inner {
		padding: 16px;
	}
	.das-floating-dock {
		right: 16px;
		bottom: 16px;
	}
	.das-floating-dock-timer {
		padding: 7px 12px 7px 10px;
		gap: 8px;
	}
	.das-floating-dock-clock {
		width: 28px;
		height: 28px;
	}
	.das-floating-dock-clock svg {
		width: 16px;
		height: 16px;
	}
	.das-floating-dock-timer-value {
		font-size: 1.15rem;
	}
	.das-floating-dock-scroll {
		width: 44px;
		height: 44px;
	}
}
