@font-face {
	font-display: swap;
	font-family: "Aula Escolar";
	font-style: normal;
	font-weight: 100 400;
	src: url("../fonts/playwrite-es.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Aula Redondeada";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/comic-neue-regular.ttf") format("truetype");
}

.acl-app {
	--acl-ink: var(--aula-ink, #18323a);
	--acl-sea: var(--aula-sea, #176b70);
	--acl-sea-dark: #10565a;
	--acl-mist: var(--aula-mist, #eaf3f1);
	--acl-paper: var(--aula-paper, #fffefa);
	--acl-sand: var(--aula-sand, #f4ead7);
	--acl-muted: var(--aula-muted, #5d6f73);
	--acl-border: var(--aula-border, #cfdcda);
	--acl-danger: #9a3412;
	--acl-focus: #0b7285;
	--acl-reading-bg: #fff;
	--acl-reading-fg: #111;
	--acl-reading-muted: #4c4c4c;
	--acl-reading-rule: #d7d7d7;
	--acl-reading-mark-bg: #dcefeb;
	--acl-reading-last-bg: #18323a;
	--acl-reading-last-fg: #fff;
	--acl-reading-size-step: 0rem;
	--acl-reading-letter-space: 0em;
	--acl-reading-line-height: 1.7;
	background: var(--acl-paper);
	border: 1px solid var(--acl-border);
	border-radius: 18px;
	box-shadow: 0 18px 52px rgba(24, 50, 58, 0.1);
	box-sizing: border-box;
	color: var(--acl-ink);
	font-family: Inter, Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 2rem auto;
	max-width: 1120px;
	overflow: hidden;
	width: 100%;
}

.acl-app[data-acl-text-size="large"] {
	--acl-reading-size-step: 0.24rem;
}

.acl-app[data-acl-text-size="xlarge"] {
	--acl-reading-size-step: 0.48rem;
}

.acl-app[data-acl-reading-contrast="cream"] {
	--acl-reading-bg: #fff3d6;
	--acl-reading-fg: #1b1b1b;
	--acl-reading-muted: #4a4235;
	--acl-reading-rule: #b8a985;
	--acl-reading-mark-bg: #f3dfaa;
	--acl-reading-last-bg: #252015;
	--acl-reading-last-fg: #fff;
}

.acl-app[data-acl-reading-contrast="yellow"] {
	--acl-reading-bg: #ffef61;
	--acl-reading-fg: #000;
	--acl-reading-muted: #292500;
	--acl-reading-rule: #7a7000;
	--acl-reading-mark-bg: #fff7ad;
	--acl-reading-last-bg: #111;
	--acl-reading-last-fg: #fff;
}

.acl-app[data-acl-reading-contrast="dark"] {
	--acl-reading-bg: #10282f;
	--acl-reading-fg: #fff;
	--acl-reading-muted: #d6e7e9;
	--acl-reading-rule: #688086;
	--acl-reading-mark-bg: #31545b;
	--acl-reading-last-bg: #ffdf5d;
	--acl-reading-last-fg: #111;
}

.acl-app *,
.acl-app *::before,
.acl-app *::after {
	box-sizing: border-box;
}

.acl-app button,
.acl-app input,
.acl-app select,
.acl-app textarea {
	font: inherit;
}

.acl-app button,
.acl-app input,
.acl-app select,
.acl-app textarea,
.acl-app summary {
	outline-offset: 3px;
}

.acl-app button:focus-visible,
.acl-app input:focus-visible,
.acl-app select:focus-visible,
.acl-app textarea:focus-visible,
.acl-app summary:focus-visible {
	outline: 3px solid var(--acl-focus);
}

.acl-app__top {
	background: var(--acl-ink);
	color: #fff;
	padding: clamp(1.6rem, 4vw, 3rem);
}

.acl-app__title-row {
	align-items: center;
	display: flex;
	gap: clamp(0.85rem, 2.4vw, 1.4rem);
}

.acl-app__title-row > div {
	min-width: 0;
}

.acl-app__mark {
	align-items: center;
	background: #fff;
	border: 3px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: var(--acl-ink);
	display: inline-flex;
	flex: 0 0 auto;
	height: clamp(3.7rem, 8vw, 5rem);
	justify-content: center;
	width: clamp(3.7rem, 8vw, 5rem);
}

.acl-app__mark svg {
	display: block;
	height: 78%;
	width: 78%;
}

.acl-app__top h2 {
	color: inherit;
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 1.08;
	margin: 0.25rem 0 0;
}

.acl-app__top > p:last-child {
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.65;
	margin: 1rem 0 0;
	max-width: 760px;
}

.acl-app__eyebrow,
.acl-step-label {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin: 0;
	text-transform: uppercase;
}

.acl-app__eyebrow {
	color: #b9e2dc;
}

.acl-progress {
	background: #fff;
	border-bottom: 1px solid var(--acl-border);
	padding: 0.85rem clamp(1rem, 4vw, 2.5rem);
}

.acl-progress ol {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.acl-progress li {
	align-items: center;
	color: var(--acl-muted);
	display: flex;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
}

.acl-progress li span {
	align-items: center;
	background: var(--acl-mist);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.76rem;
	height: 1.65rem;
	justify-content: center;
	width: 1.65rem;
}

.acl-progress li.is-current,
.acl-progress li.is-done {
	color: var(--acl-ink);
}

.acl-progress li.is-current span {
	background: var(--acl-sea);
	color: #fff;
}

.acl-progress li.is-done span {
	background: var(--acl-ink);
	color: #fff;
}

.acl-screen {
	padding: clamp(1.4rem, 4vw, 3rem);
}

.acl-screen[hidden],
.acl-reading[hidden],
.acl-countdown[hidden],
.acl-alert[hidden],
.acl-history[hidden] {
	display: none !important;
}

.acl-section-heading,
.acl-history__heading {
	align-items: flex-start;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 1.6rem;
}

.acl-section-heading h3,
.acl-history__heading h3 {
	color: var(--acl-ink);
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.15;
	margin: 0.25rem 0 0;
}

.acl-section-heading > p {
	color: var(--acl-muted);
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
	max-width: 330px;
}

.acl-step-label {
	color: var(--acl-sea);
}

.acl-course-picker,
.acl-duration-picker,
.acl-check-options {
	border: 0;
	margin: 0 0 1.5rem;
	padding: 0;
}

.acl-course-picker legend,
.acl-duration-picker legend,
.acl-check-options legend {
	font-weight: 800;
	margin-bottom: 0.75rem;
}

.acl-course-grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(6, 1fr);
}

.acl-course-grid input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.acl-course-grid label {
	align-items: center;
	background: #fff;
	border: 2px solid var(--acl-border);
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 88px;
	padding: 0.75rem 0.5rem;
	text-align: center;
	transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.acl-course-grid label:hover {
	border-color: var(--acl-sea);
	transform: translateY(-2px);
}

.acl-course-grid input:focus-visible + label {
	outline: 3px solid var(--acl-focus);
	outline-offset: 3px;
}

.acl-course-grid input:checked + label {
	background: var(--acl-ink);
	border-color: var(--acl-ink);
	color: #fff;
}

.acl-course-grid strong {
	font-size: 1.5rem;
	line-height: 1;
}

.acl-course-grid span {
	font-size: 0.78rem;
	margin-top: 0.35rem;
}

.acl-duration-grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 660px;
}

.acl-duration-grid input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.acl-duration-grid label {
	align-items: center;
	background: #fff;
	border: 2px solid var(--acl-border);
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	gap: 0.45rem;
	justify-content: center;
	min-height: 58px;
	padding: 0.65rem 0.8rem;
	transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.acl-duration-grid label:hover {
	border-color: var(--acl-sea);
	transform: translateY(-2px);
}

.acl-duration-grid input:focus-visible + label {
	outline: 3px solid var(--acl-focus);
	outline-offset: 3px;
}

.acl-duration-grid input:checked + label {
	background: var(--acl-ink);
	border-color: var(--acl-ink);
	color: #fff;
}

.acl-duration-grid strong {
	font-size: 1.3rem;
	line-height: 1;
}

.acl-duration-grid span {
	font-size: 0.84rem;
}

.acl-mode-row {
	align-items: center;
	background: var(--acl-mist);
	border: 1px solid var(--acl-border);
	border-left: 5px solid var(--acl-sea);
	border-radius: 12px;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: auto minmax(0, 1fr);
	margin-bottom: 1.5rem;
	max-width: 660px;
	padding: 0.9rem 1rem;
}

.acl-mode-row__icon,
.acl-summary-icon,
.acl-option-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
}

.acl-mode-row__icon {
	background: var(--acl-sea);
	border-radius: 999px;
	color: #fff;
	height: 2.65rem;
	width: 2.65rem;
}

.acl-mode-row__icon svg,
.acl-summary-icon svg,
.acl-option-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.acl-mode-row__icon svg {
	height: 1.45rem;
	width: 1.45rem;
}

.acl-mode-row .acl-field > span {
	color: var(--acl-sea-dark);
}

.acl-mode-row .acl-field select {
	border: 2px solid var(--acl-sea);
	box-shadow: 0 3px 10px rgba(23, 107, 112, 0.08);
	font-weight: 750;
}

.acl-options-grid,
.acl-mark-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 1.5rem;
}

.acl-field {
	display: flex;
	flex-direction: column;
	font-weight: 750;
	gap: 0.45rem;
}

.acl-field select,
.acl-field input,
.acl-field textarea {
	background: #fff;
	border: 1px solid var(--acl-border);
	border-radius: 8px;
	color: var(--acl-ink);
	min-height: 48px;
	padding: 0.7rem 0.8rem;
	width: 100%;
}

.acl-field textarea {
	line-height: 1.5;
	resize: vertical;
}

.acl-field small {
	color: var(--acl-muted);
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.45;
}

.acl-check-options {
	background: var(--acl-mist);
	border-radius: 12px;
	padding: 1rem 1.1rem;
}

.acl-check-options legend {
	float: none;
	margin: 0 0 0.8rem;
	padding: 0;
	width: auto;
}

.acl-check-options__grid {
	display: grid;
	gap: 0.85rem 1.4rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acl-check-options__grid label:last-child {
	grid-column: 1 / -1;
}

.acl-check-options label,
.acl-save-check {
	align-items: flex-start;
	display: flex;
	font-size: 0.92rem;
	gap: 0.55rem;
	line-height: 1.4;
}

.acl-check-options input,
.acl-save-check input {
	accent-color: var(--acl-sea);
	height: 1.1rem;
	margin-top: 0.1rem;
	width: 1.1rem;
}

.acl-option-icon {
	background: var(--acl-paper);
	border: 1px solid var(--acl-border);
	border-radius: 7px;
	color: var(--acl-sea);
	height: 1.8rem;
	margin-top: -0.24rem;
	width: 1.8rem;
}

.acl-option-icon svg {
	height: 1rem;
	width: 1rem;
}

.acl-supports {
	border: 1px solid var(--acl-border);
	border-radius: 12px;
	margin: 1.5rem 0;
	overflow: hidden;
}

.acl-supports summary {
	align-items: center;
	background: var(--acl-mist);
	cursor: pointer;
	display: flex;
	gap: 0.8rem;
	font-weight: 800;
	list-style: none;
	padding: 1rem 3.8rem 1rem 1.1rem;
	position: relative;
}

.acl-summary-icon {
	background: var(--acl-paper);
	border: 1px solid var(--acl-border);
	border-radius: 10px;
	color: var(--acl-sea);
	height: 2.4rem;
	width: 2.4rem;
}

.acl-summary-icon svg {
	height: 1.25rem;
	width: 1.25rem;
}

.acl-summary-copy {
	display: inline-flex;
	flex-direction: column;
	gap: 0.18rem;
	min-width: 0;
}

.acl-summary-copy small {
	color: var(--acl-muted);
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.35;
}

.acl-supports__body {
	padding: 1.1rem;
}

.acl-supports__body > p {
	color: var(--acl-muted);
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0 0 1rem;
}

.acl-supports__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acl-support-control {
	display: flex;
	flex-direction: column;
	font-size: 0.92rem;
	font-weight: 750;
	gap: 0.65rem;
}

.acl-support-control > span {
	align-items: baseline;
	display: flex;
	gap: 0.6rem;
	justify-content: space-between;
}

.acl-support-control output {
	color: var(--acl-sea);
	font-size: 0.8rem;
	font-variant-numeric: tabular-nums;
}

.acl-support-control input[type="range"] {
	accent-color: var(--acl-sea);
	cursor: pointer;
	min-height: 36px;
	width: 100%;
}

.acl-supports__checks {
	display: grid;
	gap: 0.75rem;
	margin-top: 1.15rem;
}

.acl-supports__checks label {
	align-items: flex-start;
	display: flex;
	font-size: 0.9rem;
	gap: 0.55rem;
	line-height: 1.45;
}

.acl-supports__checks input {
	accent-color: var(--acl-sea);
	flex: 0 0 auto;
	height: 1.1rem;
	margin-top: 0.1rem;
	width: 1.1rem;
}

.acl-supports__preview {
	background: var(--acl-reading-bg);
	border: 1px solid var(--acl-reading-rule);
	border-radius: 10px;
	color: var(--acl-reading-fg);
	margin-top: 1.15rem;
	padding: 1rem 1.1rem;
}

.acl-supports__preview > span {
	color: var(--acl-reading-muted);
	display: block;
	font-family: Inter, Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.acl-supports__preview p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(1.12rem + var(--acl-reading-size-step));
	letter-spacing: calc(0.005em + var(--acl-reading-letter-space));
	line-height: var(--acl-reading-line-height);
	margin: 0;
}

.acl-supports__reset {
	margin-top: 1rem;
}

.acl-local-save {
	border: 1px solid var(--acl-border);
	border-radius: 12px;
	margin: 1.5rem 0;
	overflow: hidden;
}

.acl-teacher-settings {
	border: 1px solid var(--acl-border);
	border-radius: 12px;
	margin: 1.5rem 0;
	overflow: hidden;
}

.acl-local-save summary,
.acl-teacher-settings summary {
	align-items: center;
	background: var(--acl-mist);
	cursor: pointer;
	display: flex;
	gap: 0.8rem;
	font-weight: 800;
	list-style: none;
	min-height: 4.45rem;
	padding: 1rem 3.8rem 1rem 1.1rem;
	position: relative;
}

.acl-supports summary::-webkit-details-marker,
.acl-local-save summary::-webkit-details-marker,
.acl-teacher-settings summary::-webkit-details-marker {
	display: none;
}

.acl-supports summary::before,
.acl-local-save summary::before,
.acl-teacher-settings summary::before {
	background: var(--acl-paper);
	border: 1px solid var(--acl-border);
	border-radius: 999px;
	content: "";
	height: 2rem;
	position: absolute;
	right: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.acl-local-save summary::before,
.acl-teacher-settings summary::before {
	background: var(--acl-paper);
	right: 0.85rem;
}

.acl-supports summary::after,
.acl-local-save summary::after,
.acl-teacher-settings summary::after {
	border-bottom: 2px solid var(--acl-sea);
	border-right: 2px solid var(--acl-sea);
	content: "";
	height: 0.48rem;
	position: absolute;
	right: 1.55rem;
	top: 50%;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 180ms ease;
	width: 0.48rem;
}

.acl-local-save summary::after,
.acl-teacher-settings summary::after {
	right: 1.55rem;
}

.acl-supports[open] > summary::after,
.acl-local-save[open] > summary::after,
.acl-teacher-settings[open] > summary::after {
	transform: translateY(-30%) rotate(225deg);
}

.acl-supports summary:hover,
.acl-local-save summary:hover,
.acl-teacher-settings summary:hover {
	color: var(--acl-sea-dark);
}

.acl-local-save__body {
	padding: 1rem 1.1rem 1.1rem;
}

.acl-teacher-settings__body {
	padding: 1rem 1.1rem 1.1rem;
}

.acl-local-save__body > p,
.acl-teacher-settings__body > p {
	color: var(--acl-muted);
	font-size: 0.88rem;
	line-height: 1.5;
	margin: 0;
}

.acl-local-save .acl-options-grid {
	align-items: end;
	margin: 1rem 0 0;
}

.acl-reference-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1rem 0;
}

.acl-reference-grid .acl-field span {
	font-size: 0.84rem;
}

.acl-reference-grid input {
	font-variant-numeric: tabular-nums;
}

.acl-save-check {
	align-items: center;
	background: var(--acl-mist);
	border-radius: 8px;
	min-height: 48px;
	padding: 0.75rem;
}

.acl-start-note,
.acl-result__note {
	background: var(--acl-sand);
	border-left: 5px solid var(--acl-sea);
	border-radius: 4px 10px 10px 4px;
	line-height: 1.55;
	margin: 1.5rem 0;
	padding: 1rem 1.15rem;
}

.acl-start-note p,
.acl-result__note p {
	margin: 0.25rem 0 0;
}

.acl-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
	margin-top: 1.5rem;
}

.acl-actions--center {
	justify-content: center;
}

.acl-button {
	background: #fff;
	border: 1px solid var(--acl-border);
	border-radius: 8px;
	color: var(--acl-ink);
	cursor: pointer;
	font-weight: 800;
	min-height: 46px;
	padding: 0.7rem 1rem;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.acl-button:hover {
	border-color: var(--acl-sea);
	transform: translateY(-1px);
}

.acl-button--primary {
	background: var(--acl-sea);
	border-color: var(--acl-sea);
	color: #fff;
	padding-inline: 1.35rem;
}

.acl-button--primary:hover {
	background: var(--acl-sea-dark);
	border-color: var(--acl-sea-dark);
}

.acl-button--quiet {
	background: transparent;
}

.acl-alert {
	background: #fff4ed;
	border-bottom: 1px solid #fed7aa;
	color: var(--acl-danger);
	font-weight: 700;
	padding: 0.8rem clamp(1rem, 4vw, 2.5rem);
}

.acl-live {
	height: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.acl-ready {
	margin: 1rem auto;
	max-width: 760px;
	text-align: center;
}

.acl-ready h3 {
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	line-height: 1.12;
	margin: 0.4rem 0 0.8rem;
}

.acl-ready > p:not(.acl-step-label) {
	color: var(--acl-muted);
}

.acl-ready__summary,
.acl-result__details {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1.8rem 0;
}

.acl-ready__summary div,
.acl-result__details div {
	background: var(--acl-mist);
	border-radius: 10px;
	padding: 0.9rem;
}

.acl-ready__summary dt,
.acl-result__details dt {
	color: var(--acl-muted);
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
}

.acl-ready__summary dd,
.acl-result__details dd {
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0.25rem 0 0;
}

.acl-screen--reading {
	background: var(--acl-reading-bg);
	color: var(--acl-reading-fg);
	min-height: 620px;
	padding: 0;
}

.acl-app--reading .acl-app__top,
.acl-app--reading .acl-progress {
	display: none;
}

.acl-app--reading {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 100vh;
	height: 100dvh;
	inset: 0;
	margin: 0;
	max-width: none;
	overflow-y: auto;
	position: fixed;
	width: 100vw;
	z-index: 999999;
}

.acl-app--reading .acl-screen--reading {
	min-height: 100%;
}

.acl-countdown {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 620px;
	text-align: center;
}

.acl-countdown span {
	align-items: center;
	border: 5px solid var(--acl-ink);
	border-radius: 999px;
	display: flex;
	font-size: clamp(4rem, 15vw, 8rem);
	font-weight: 800;
	height: 1.5em;
	justify-content: center;
	line-height: 1;
	width: 1.5em;
}

.acl-countdown p {
	font-weight: 800;
}

.acl-reading {
	background: var(--acl-reading-bg);
	color: var(--acl-reading-fg);
	margin: 0 auto;
	max-width: 1120px;
	padding: clamp(1.2rem, 4vw, 3rem);
	padding-top: clamp(2.7rem, 6vh, 4.25rem);
}

.acl-reading__header {
	align-items: flex-start;
	border-bottom: 1px solid var(--acl-reading-rule);
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	margin-bottom: 1.4rem;
	padding-bottom: 1rem;
}

.acl-reading__header p {
	color: var(--acl-reading-muted);
	font-size: 0.82rem;
	font-weight: 750;
	margin: 0;
}

.acl-reading__header h3 {
	color: var(--acl-reading-fg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1.25rem, 3vw, 1.55rem);
	margin: 0.25rem 0 0;
}

.acl-timer {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.acl-timer span {
	color: var(--acl-reading-muted);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.acl-timer strong {
	font-size: 1.65rem;
	font-variant-numeric: tabular-nums;
	line-height: 1.1;
}

.acl-reading__text {
	color: var(--acl-reading-fg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(clamp(1.14rem, 2.35vw, 1.38rem) + var(--acl-reading-size-step));
	hyphens: none;
	letter-spacing: calc(0.005em + var(--acl-reading-letter-space));
	line-height: var(--acl-reading-line-height);
	margin: 0 auto;
	max-width: 980px;
	overflow-wrap: normal;
	text-align: left;
	word-break: normal;
}

.acl-reading__text p {
	margin: 0;
}

.acl-app[data-acl-course="1"] .acl-reading__text,
.acl-app[data-acl-course="2"] .acl-reading__text {
	font-family: "Aula Escolar", "Comic Sans MS", cursive;
	font-weight: 300;
	letter-spacing: calc(0.015em + var(--acl-reading-letter-space));
	line-height: var(--acl-reading-line-height);
	max-width: 920px;
}

.acl-app[data-acl-course="1"] .acl-reading__text {
	font-size: calc(clamp(1.58rem, 3.4vw, 1.92rem) + var(--acl-reading-size-step));
}

.acl-app[data-acl-course="2"] .acl-reading__text {
	font-size: calc(clamp(1.48rem, 3.15vw, 1.8rem) + var(--acl-reading-size-step));
}

.acl-app[data-acl-course="1"] .acl-reading__text p + p {
	margin-top: 0.82em;
}

.acl-app[data-acl-course="2"] .acl-reading__text p + p {
	margin-top: 0.68em;
}

.acl-app--uppercase .acl-reading__text {
	text-transform: uppercase;
}

.acl-app[data-acl-reading-font="sans"] .acl-reading__text,
.acl-app[data-acl-reading-font="sans"] .acl-supports__preview p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.acl-app[data-acl-reading-font="default"][data-acl-course="1"] .acl-supports__preview p,
.acl-app[data-acl-reading-font="default"][data-acl-course="2"] .acl-supports__preview p {
	font-family: "Aula Escolar", "Comic Sans MS", cursive;
	font-weight: 300;
}

.acl-app[data-acl-reading-font="rounded"] .acl-reading__text,
.acl-app[data-acl-reading-font="rounded"] .acl-supports__preview p {
	font-family: "Aula Redondeada", "Comic Sans MS", "Comic Sans", cursive;
	font-weight: 400;
}

.acl-reading__text [data-word-index] {
	border-radius: 3px;
}

.acl-reading__text--mark {
	background: var(--acl-reading-bg);
	border: 1px solid var(--acl-reading-rule);
	border-radius: 10px;
	max-height: 470px;
	overflow-y: auto;
	padding: clamp(1rem, 3vw, 1.8rem);
}

.acl-reading__text--mark [data-word-index] {
	cursor: pointer;
}

.acl-reading__text--mark [data-word-index]:hover {
	background: var(--acl-reading-mark-bg);
}

.acl-reading__text--mark [data-word-index].is-reached {
	background: var(--acl-reading-mark-bg);
}

.acl-reading__text--mark [data-word-index].is-last {
	background: var(--acl-reading-last-bg);
	color: var(--acl-reading-last-fg);
}

.acl-reading__footer {
	align-items: center;
	border-top: 1px solid var(--acl-reading-rule);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1.4rem;
	padding-top: 1rem;
}

.acl-reading__footer p {
	color: var(--acl-reading-muted);
	font-size: 0.8rem;
	margin: 0;
}

.acl-reading__footer .acl-button {
	border-color: var(--acl-reading-rule);
	color: var(--acl-reading-fg);
	font-size: 0.8rem;
	min-height: 40px;
}

.acl-instruction {
	background: var(--acl-mist);
	border-radius: 8px;
	font-weight: 650;
	line-height: 1.5;
	padding: 0.85rem 1rem;
}

.acl-mark-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.4rem;
}

.acl-observation {
	border: 1px solid var(--acl-border);
	border-radius: 12px;
	margin-top: 1.3rem;
	overflow: hidden;
}

.acl-observation summary {
	background: var(--acl-mist);
	cursor: pointer;
	font-weight: 800;
	padding: 0.9rem 1rem;
}

.acl-observation__body {
	padding: 1rem;
}

.acl-observation__body > p {
	color: var(--acl-muted);
	font-size: 0.88rem;
	line-height: 1.5;
	margin: 0 0 1rem;
}

.acl-observation__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acl-observation__notes {
	grid-column: 1 / -1;
}

.acl-question {
	border: 0;
	margin: 0 0 1.7rem;
	padding: 0;
}

.acl-question legend {
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.45;
	margin-bottom: 0.8rem;
}

.acl-question label {
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--acl-border);
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	gap: 0.7rem;
	margin-bottom: 0.6rem;
	padding: 0.8rem 0.9rem;
}

.acl-question label:hover {
	background: var(--acl-mist);
}

.acl-question input {
	accent-color: var(--acl-sea);
	margin-top: 0.2rem;
}

.acl-result {
	margin: 0 auto;
	max-width: 820px;
	text-align: center;
}

.acl-result h3 {
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	margin: 0.4rem 0;
}

.acl-result__context {
	color: var(--acl-muted);
	margin: 0;
}

.acl-result__main {
	align-items: center;
	background: var(--acl-ink);
	border-radius: 16px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 1.5rem auto;
	min-height: 210px;
	padding: 1.5rem;
}

.acl-result__main strong {
	font-size: clamp(4rem, 14vw, 7rem);
	font-variant-numeric: tabular-nums;
	line-height: 0.95;
}

.acl-result__main span {
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 750;
	margin-top: 0.65rem;
}

.acl-result__main small {
	font-size: 0.92rem;
	margin-top: 0.35rem;
	opacity: 0.82;
}

.acl-assessment {
	background: var(--acl-mist);
	border: 1px solid var(--acl-border);
	border-radius: 14px;
	margin: 1.5rem 0;
	padding: clamp(1rem, 3vw, 1.5rem);
	text-align: left;
}

.acl-assessment[hidden] {
	display: none !important;
}

.acl-assessment__summary {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	justify-content: space-between;
	margin-top: 0.4rem;
}

.acl-assessment h4 {
	color: var(--acl-ink);
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: clamp(1.45rem, 3vw, 2rem);
	margin: 0;
}

.acl-assessment__summary > strong {
	background: var(--acl-ink);
	border-radius: 999px;
	color: #fff;
	font-size: 1.05rem;
	padding: 0.45rem 0.8rem;
}

.acl-assessment__message {
	line-height: 1.55;
	margin: 0.65rem 0 1rem;
}

.acl-assessment__metrics {
	display: grid;
	gap: 0.6rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.acl-assessment__metrics div {
	background: var(--acl-paper);
	border-radius: 9px;
	padding: 0.75rem;
}

.acl-assessment__metrics dt {
	color: var(--acl-muted);
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

.acl-assessment__metrics dd {
	font-size: 1rem;
	font-weight: 800;
	margin: 0.25rem 0 0;
}

.acl-assessment__cap {
	background: var(--acl-sand);
	border-left: 4px solid var(--acl-sea);
	font-weight: 750;
	line-height: 1.45;
	margin: 1rem 0 0;
	padding: 0.7rem 0.8rem;
}

.acl-assessment__cap[hidden] {
	display: none !important;
}

.acl-assessment__explanation {
	color: var(--acl-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	margin: 0.85rem 0 0;
}

.acl-assessment--individual h4 {
	margin-top: 0.4rem;
}

.acl-assessment--individual > p:last-child {
	line-height: 1.55;
	margin-bottom: 0;
}

.acl-assessment--practice,
.acl-assessment--incomplete {
	text-align: left;
}

.acl-assessment--practice h4,
.acl-assessment--incomplete h4 {
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: clamp(1.35rem, 3vw, 1.8rem);
	margin: 0.35rem 0 0.55rem;
}

.acl-assessment--practice > p:last-child,
.acl-assessment--incomplete > p:last-child {
	line-height: 1.55;
	margin-bottom: 0;
}

.acl-result__details {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acl-result-observation {
	background: var(--acl-paper);
	border: 1px solid var(--acl-border);
	border-radius: 12px;
	margin: 1.5rem 0;
	padding: 1rem;
	text-align: left;
}

.acl-result-observation h4 {
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: 1.2rem;
	margin: 0 0 0.8rem;
}

.acl-result-observation__grid {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.acl-result-observation__grid div {
	background: var(--acl-mist);
	border-radius: 8px;
	padding: 0.7rem;
}

.acl-result-observation__grid dt {
	color: var(--acl-muted);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.acl-result-observation__grid dd {
	font-weight: 800;
	margin: 0.2rem 0 0;
}

.acl-result-observation > p {
	border-left: 4px solid var(--acl-sea);
	line-height: 1.55;
	margin: 0.9rem 0 0;
	padding-left: 0.8rem;
}

.acl-result__identity {
	color: var(--acl-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	gap: 0.4rem 1.2rem;
	justify-content: center;
	margin: 1rem 0;
}

.acl-result__note {
	text-align: left;
}

.acl-save-status {
	color: var(--acl-sea);
	font-weight: 750;
	min-height: 1.5em;
}

.acl-history {
	border-top: 1px solid var(--acl-border);
	margin-top: 2.5rem;
	padding-top: 2rem;
}

.acl-history__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.acl-history__actions .acl-button {
	font-size: 0.8rem;
	min-height: 40px;
	padding: 0.5rem 0.75rem;
}

.acl-history-chart {
	background: var(--acl-mist);
	border-radius: 12px;
	margin-bottom: 1.4rem;
	padding: 1rem;
}

.acl-history-chart__heading {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
	justify-content: space-between;
}

.acl-history-chart__heading h4 {
	font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
	font-size: 1.1rem;
	margin: 0;
}

.acl-history-chart__heading p,
.acl-history-chart__summary {
	color: var(--acl-muted);
	font-size: 0.8rem;
	line-height: 1.45;
	margin: 0;
}

.acl-history-chart__bars {
	display: grid;
	gap: 0.65rem;
	margin: 1rem 0 0.8rem;
}

.acl-history-chart__item {
	align-items: center;
	display: grid;
	gap: 0.6rem;
	grid-template-columns: minmax(150px, 0.8fr) minmax(120px, 1.6fr) minmax(90px, auto);
}

.acl-history-chart__label,
.acl-history-chart__value {
	font-size: 0.78rem;
}

.acl-history-chart__track {
	background: var(--acl-paper);
	border: 1px solid var(--acl-border);
	border-radius: 999px;
	display: block;
	height: 0.85rem;
	overflow: hidden;
}

.acl-history-chart__bar {
	background: var(--acl-sea);
	border-radius: inherit;
	display: block;
	height: 100%;
}

.acl-history-chart__value {
	font-variant-numeric: tabular-nums;
	text-align: right;
}

.acl-table-wrap {
	overflow-x: auto;
}

.acl-history table {
	border-collapse: collapse;
	font-size: 0.84rem;
	width: 100%;
}

.acl-history th,
.acl-history td {
	border-bottom: 1px solid var(--acl-border);
	padding: 0.7rem 0.55rem;
	text-align: left;
	vertical-align: top;
}

.acl-history th {
	color: var(--acl-muted);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.acl-noscript {
	background: #fff4ed;
	color: var(--acl-danger);
	margin: 0;
	padding: 1rem;
}

.acl-app:fullscreen {
	background: #fff;
	border: 0;
	border-radius: 0;
	margin: 0;
	max-width: none;
	overflow-y: auto;
	width: 100%;
}

.acl-app:fullscreen .acl-app__top,
.acl-app:fullscreen .acl-progress {
	display: none;
}

.acl-app:fullscreen .acl-screen--reading {
	min-height: 100vh;
}

.acl-app:fullscreen .acl-reading {
	padding-top: max(5.25rem, calc(env(safe-area-inset-top) + 4.25rem));
}

.acl-app:fullscreen .acl-countdown {
	padding-top: max(4rem, calc(env(safe-area-inset-top) + 3rem));
}

@media (max-width: 800px) {
	.acl-course-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.acl-result__details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.acl-assessment__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.acl-app {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		margin-inline: 0;
		width: 100%;
	}

	.acl-progress {
		overflow: hidden;
		padding-inline: 0.6rem;
	}

	.acl-progress li {
		font-size: 0;
		gap: 0.25rem;
	}

	.acl-progress li span {
		font-size: 0.76rem;
	}

	.acl-section-heading,
	.acl-history__heading {
		display: block;
	}

	.acl-section-heading > p {
		margin-top: 0.7rem;
	}

	.acl-options-grid,
	.acl-mark-grid,
	.acl-check-options__grid,
	.acl-supports__grid,
	.acl-reference-grid,
	.acl-observation__grid,
	.acl-result-observation__grid,
	.acl-ready__summary,
	.acl-result__details {
		grid-template-columns: 1fr;
	}

	.acl-observation__notes {
		grid-column: auto;
	}

	.acl-history-chart__item {
		gap: 0.35rem;
		grid-template-columns: 1fr auto;
	}

	.acl-history-chart__track {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.acl-check-options__grid label:last-child {
		grid-column: auto;
	}

	.acl-ready__summary,
	.acl-result__details {
		gap: 0.55rem;
	}

	.acl-ready__summary div,
	.acl-result__details div {
		display: flex;
		justify-content: space-between;
		text-align: left;
	}

	.acl-ready__summary dd,
	.acl-result__details dd {
		margin: 0;
	}

	.acl-reading__header {
		gap: 0.7rem;
	}

	.acl-reading__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.acl-reading__footer .acl-button {
		align-self: flex-end;
	}

	.acl-history__actions {
		margin-top: 1rem;
	}

	.acl-assessment__metrics {
		grid-template-columns: 1fr;
	}

	.acl-assessment__metrics div {
		align-items: baseline;
		display: flex;
		gap: 1rem;
		justify-content: space-between;
	}
}

.acl-app--reduce-motion *,
.acl-app--reduce-motion *::before,
.acl-app--reduce-motion *::after {
	animation: none !important;
	scroll-behavior: auto !important;
	transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.acl-app *,
	.acl-app *::before,
	.acl-app *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

.acl-resource-info {
	background: var(--aula-paper, #fffefa);
	border: 1px solid var(--aula-border, #cfdcda);
	border-radius: 18px;
	box-shadow: 0 18px 52px rgba(24, 50, 58, 0.08);
	box-sizing: border-box;
	color: var(--aula-ink, #18323a);
	font-family: Inter, Aptos, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 2rem auto 4rem;
	max-width: 1120px;
	overflow: hidden;
	width: 100%;
}

.acl-resource-info *,
.acl-resource-info *::before,
.acl-resource-info *::after {
	box-sizing: border-box;
}

.acl-resource-info__media {
	aspect-ratio: 1200 / 630;
	background: #f9f4e9;
	margin: 0;
	overflow: hidden;
}

.acl-resource-info__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.acl-resource-info__intro,
.acl-resource-info__features,
.acl-resource-info__faq {
	margin-inline: auto;
	max-width: 940px;
}

.acl-resource-info__intro {
	padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 4rem) 1.5rem;
}

.acl-resource-info__eyebrow {
	color: var(--aula-sea, #176b70);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin: 0 0 0.65rem;
	text-transform: uppercase;
}

.acl-resource-info h2,
.acl-resource-info h3 {
	color: var(--aula-ink, #18323a);
	line-height: 1.2;
}

.acl-resource-info h2 {
	font-size: clamp(1.65rem, 4vw, 2.45rem);
	margin: 0 0 1rem;
}

.acl-resource-info h3 {
	font-size: 1.08rem;
	margin: 0 0 0.45rem;
}

.acl-resource-info p {
	color: var(--aula-muted, #5d6f73);
	line-height: 1.72;
	margin: 0.7rem 0 0;
}

.acl-resource-info__features {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0 clamp(1.25rem, 5vw, 4rem) 2.4rem;
}

.acl-resource-info__features article {
	background: var(--aula-mist, #eaf3f1);
	border: 1px solid var(--aula-border, #cfdcda);
	border-radius: 14px;
	padding: 1.2rem;
}

.acl-resource-info__features p {
	font-size: 0.94rem;
}

.acl-resource-info__faq {
	border-top: 1px solid var(--aula-border, #cfdcda);
	padding: 2.4rem clamp(1.25rem, 5vw, 4rem) 3rem;
}

.acl-resource-info__faq h2 {
	font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.acl-resource-info__faq details {
	border-top: 1px solid var(--aula-border, #cfdcda);
	padding: 0.95rem 0;
}

.acl-resource-info__faq details:last-child {
	border-bottom: 1px solid var(--aula-border, #cfdcda);
}

.acl-resource-info__faq summary {
	color: var(--aula-ink, #18323a);
	cursor: pointer;
	font-weight: 750;
	line-height: 1.45;
	padding-right: 1rem;
}

.acl-resource-info__faq details[open] summary {
	color: var(--aula-sea, #176b70);
}

.acl-resource-info__faq details p {
	max-width: 760px;
}

@media (max-width: 720px) {
	.acl-resource-info {
		border-radius: 0;
		margin-block: 1rem 3rem;
	}

	.acl-resource-info__features {
		grid-template-columns: 1fr;
	}
}

@media print {
	body * {
		visibility: hidden !important;
	}

	.acl-app,
	.acl-app *,
	.acl-screen[data-acl-screen="result"],
	.acl-screen[data-acl-screen="result"] * {
		visibility: visible !important;
	}

	.acl-app {
		border: 0;
		box-shadow: none;
		left: 0;
		margin: 0;
		max-width: none;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.acl-app__top,
	.acl-progress,
	.acl-actions,
	.acl-save-status {
		display: none !important;
	}

	.acl-resource-info {
		display: none !important;
	}

	.acl-screen[data-acl-screen="result"] {
		display: block !important;
	}

	.acl-result__main {
		border: 2px solid #111;
		color: #111;
	}
}
