.ath-module-helper {
    --ath-helper-ink: #102132;
    --ath-helper-muted: #5f6b67;
    --ath-helper-line: #c9d3cf;
    --ath-helper-surface: #f8faf8;
    --ath-helper-soft: #edf4f2;
    --ath-helper-accent: #d5a928;
    --ath-helper-teal: #17786e;
    box-sizing: border-box;
    border: 1px solid var(--ath-helper-line);
    border-radius: 16px;
    background: var(--ath-helper-surface);
    box-shadow: 0 8px 24px rgba(16, 33, 50, .08);
    color: var(--ath-helper-ink);
    font-family: inherit;
    margin: 1rem 0;
    overflow: hidden
}

.ath-module-helper * {
    box-sizing: border-box
}

.ath-module-helper__head {
    align-items: flex-start;
    background: linear-gradient(135deg, #edf5f3, #f8f6eb);
    border-bottom: 1px solid var(--ath-helper-line);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.1rem
}

.ath-module-helper__eyebrow {
    color: #9b7310;
    display: block;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase
}

.ath-module-helper__head h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: .22rem 0
}

.ath-module-helper__head p {
    color: var(--ath-helper-muted);
    font-size: .85rem;
    line-height: 1.45;
    margin: 0;
    max-width: 48rem
}

.ath-module-helper__badge {
    background: #fff;
    border: 1px solid #d9c782;
    border-radius: 999px;
    color: #79611c;
    font-size: .68rem;
    font-weight: 800;
    padding: .3rem .55rem;
    white-space: nowrap
}

.ath-module-helper__body {
    padding: 1rem 1.1rem
}

.ath-module-helper__task {
    background: #fffdf3;
    border: 1px solid #e2d59f;
    border-left: 3px solid var(--ath-helper-accent);
    border-radius: 10px;
    margin: 0 0 .9rem;
    padding: .7rem .8rem
}

.ath-module-helper__task strong {
    display: block;
    font-size: .75rem;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ath-module-helper__task ol {
    margin: .4rem 0 0 1.15rem;
    padding: 0
}

.ath-module-helper__task li {
    font-size: .85rem;
    line-height: 1.45;
    margin: .2rem 0
}

.ath-module-helper__toolbar,
.ath-module-helper__controls,
.ath-module-helper__codeMeta,
.ath-module-helper__codeActions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem
}

.ath-module-helper__toolbar {
    margin: .7rem 0
}

.ath-module-helper__toolbar label,
.ath-module-helper__language {
    color: var(--ath-helper-muted);
    display: grid;
    font-size: .7rem;
    font-weight: 800;
    gap: .22rem;
    text-transform: uppercase
}

.ath-module-helper__toolbar select,
.ath-module-helper__language select {
    background: #fff;
    border: 1px solid var(--ath-helper-line);
    border-radius: 7px;
    color: var(--ath-helper-ink);
    font: inherit;
    padding: .45rem .55rem;
    text-transform: none
}

.ath-module-helper__button {
    background: var(--ath-helper-teal);
    border: 1px solid var(--ath-helper-teal);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: .55rem .75rem
}

.ath-module-helper__button:hover {
    filter: brightness(.94)
}

.ath-module-helper__button:focus-visible,
.ath-module-helper input:focus-visible,
.ath-module-helper select:focus-visible,
.ath-module-helper textarea:focus-visible {
    outline: 3px solid rgba(213, 169, 40, .38);
    outline-offset: 2px
}

.ath-module-helper__codeLab {
    display: grid;
    gap: .8rem;
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .92fr);
    margin-top: .8rem
}

.ath-module-helper__codeEditor {
    background: color-mix(in srgb, #fff 94%, var(--ath-helper-teal));
    border: 1px solid var(--ath-helper-line);
    border-radius: 14px;
    min-width: 0;
    padding: .8rem
}

.ath-module-helper__codeEditorBar,
.ath-module-helper__codeOutputHead {
    align-items: center;
    border-bottom: 1px solid var(--ath-helper-line);
    display: flex;
    gap: .6rem;
    justify-content: space-between;
    margin-bottom: .55rem;
    padding-bottom: .55rem
}

.ath-module-helper__codeFilename,
.ath-module-helper__codeOutputHead span {
    font: 800 .78rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace
}

.ath-module-helper__codeHint,
.ath-module-helper__codeOutputHead small,
.ath-module-helper__codeMeta {
    color: var(--ath-helper-muted);
    font-size: .72rem
}

.ath-module-helper__codeMeta {
    justify-content: space-between;
    margin-bottom: .55rem
}

.ath-module-helper__codeMeta strong {
    color: var(--ath-helper-ink)
}

.ath-module-helper__editor {
    background: #111d29;
    border: 1px solid #34495b;
    border-radius: 8px;
    color: #d6f3e7;
    font: 500 .88rem/1.55 ui-monospace, SFMono-Regular, Consolas, monospace;
    min-height: 11rem;
    padding: .75rem;
    resize: vertical;
    width: 100%
}

.ath-module-helper__codeActions {
    justify-content: flex-start;
    margin-top: .7rem
}

.ath-module-helper__codeActions [data-ath-helper-status] {
    color: var(--ath-helper-muted);
    font-size: .78rem;
    line-height: 1.35
}

.ath-module-helper__codeActions [data-state=passed] {
    color: #16834f;
    font-weight: 800
}

.ath-module-helper__codeActions [data-state=retry] {
    color: #936b12
}

.ath-module-helper__codeOutput {
    background: #10232d;
    border: 1px solid #294452;
    border-radius: 14px;
    color: #dcefe8;
    min-height: 100%;
    overflow: hidden;
    padding: .8rem
}

.ath-module-helper__codeOutputHead {
    border-color: #355564
}

.ath-module-helper__codeOutputHead span {
    color: #e9f6f5
}

.ath-module-helper__codeOutputHead small {
    color: #9fb8b8
}

.ath-module-helper__codeTerminal {
    color: #c8f7d8;
    font: .82rem/1.55 ui-monospace, SFMono-Regular, Consolas, monospace;
    margin: 0;
    max-height: 22rem;
    min-height: 12rem;
    overflow: auto;
    white-space: pre-wrap
}

.ath-module-helper__codePreview {
    background: #fff;
    border: 0;
    border-radius: 8px;
    height: 20rem;
    width: 100%
}

.ath-module-helper__codeTable,
.ath-module-helper__tableWrap {
    overflow: auto
}

.ath-module-helper__codeTable table,
.ath-module-helper__tableWrap table {
    border-collapse: collapse;
    font-size: .78rem;
    min-width: 100%
}

.ath-module-helper__codeTable th,
.ath-module-helper__codeTable td,
.ath-module-helper__tableWrap th,
.ath-module-helper__tableWrap td {
    border: 1px solid #42606a;
    padding: .4rem .5rem;
    text-align: left;
    white-space: nowrap
}

.ath-module-helper__codeTable th,
.ath-module-helper__tableWrap th {
    color: #a7e9dc;
    font-size: .7rem;
    text-transform: uppercase
}

.ath-module-helper__notice {
    color: var(--ath-helper-muted);
    font-size: .82rem;
    line-height: 1.45;
    margin: .5rem 0
}

.ath-module-helper__result {
    margin-top: .75rem
}

.ath-module-helper__state {
    display: none !important
}

.ath-module-helper__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: .8rem
}

.ath-module-helper__metrics span {
    background: var(--ath-helper-soft);
    border: 1px solid var(--ath-helper-line);
    border-radius: 10px;
    display: grid;
    min-width: 5.2rem;
    padding: .55rem
}

.ath-module-helper__metrics strong {
    font-size: 1.15rem
}

.ath-module-helper__metrics small {
    color: var(--ath-helper-muted);
    font-size: 1rem;
    text-transform: uppercase
}

.ath-module-helper__document {
    background: #fff;
    border: 1px solid var(--ath-helper-line);
    border-radius: 10px;
    line-height: 1.55;
    min-height: 12rem;
    padding: 1rem
}

.ath-module-helper__typingTarget {
    background: #fffdf3;
    border-left: 3px solid var(--ath-helper-accent);
    padding: .7rem
}

.ath-module-helper__imageCanvas,
.ath-module-helper__vectorCanvas {
    background: #10232d;
    border-radius: 12px;
    min-height: 12rem;
    overflow: hidden;
    padding: 1rem;
    text-align: center
}

.ath-module-helper__imageCanvas img {
    max-height: 24rem;
    max-width: 100%;
    transition: filter .15s ease, transform .15s ease
}

.ath-module-helper__vectorCanvas svg {
    height: auto;
    max-width: 100%
}

.ath-module-helper__threeCanvas {
    background: #10232d;
    border: 1px solid #344d67;
    border-radius: 12px;
    overflow: hidden;
    touch-action: none
}

.ath-module-helper__threeCanvas canvas {
    cursor: grab;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.ath-module-helper__threeCanvas canvas:active {
    cursor: grabbing
}

.ath-module-helper__threeLegend {
    color: #9fb1c6;
    display: flex;
    flex-wrap: wrap;
    font-size: .72rem;
    gap: .85rem;
    margin-top: .45rem
}

.ath-module-helper__sceneFallback {
    background: #0a1421;
    border-radius: 8px;
    color: #a7e9dc;
    font-size: .72rem;
    margin: 0;
    max-height: 240px;
    overflow: auto;
    padding: .8rem;
    white-space: pre-wrap
}

@media(max-width:700px) {
    .ath-module-helper__head {
        display: block
    }

    .ath-module-helper__badge {
        display: inline-block;
        margin-top: .65rem
    }

    .ath-module-helper__codeLab {
        grid-template-columns: 1fr
    }

    .ath-module-helper__codeActions {
        align-items: stretch;
        flex-direction: column
    }

    .ath-module-helper__codeActions .ath-module-helper__button {
        width: 100%
    }

    .ath-module-helper__codeMeta {
        align-items: flex-start;
        flex-direction: column
    }

    .ath-module-helper__threeLegend {
        display: grid;
        gap: .25rem
    }
}

.ath-module-helper__spreadsheet {
    background: #fff;
    border: 1px solid #c6d3d4;
    border-radius: 12px;
    color: var(--ath-helper-ink);
    overflow: hidden
}

.ath-module-helper__spreadsheetTopbar {
    align-items: center;
    background: #f2f7f5;
    border-bottom: 1px solid #c6d3d4;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .7rem .85rem
}

.ath-module-helper__spreadsheetBrand {
    display: flex;
    flex-direction: column;
    gap: .15rem
}

.ath-module-helper__spreadsheetBrand strong {
    font-size: 1rem
}

.ath-module-helper__spreadsheetBrand span,
.ath-module-helper__spreadsheetStatus {
    color: #60716f;
    font-size: .72rem
}

.ath-module-helper__spreadsheetToolbar {
    align-items: center;
    background: #fbfcfb;
    border-bottom: 1px solid #d9e2df;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    padding: .45rem .65rem
}

.ath-module-helper__spreadsheetToolbar .ath-module-helper__button {
    align-items: center;
    border-color: #c6d3d4;
    border-radius: 6px;
    color: #18343f;
    display: inline-flex;
    font-size: 1.05rem;
    height: 2rem;
    justify-content: center;
    min-width: 2rem;
    padding: .2rem .45rem
}

.ath-module-helper__spreadsheetToolbar .ath-module-helper__button:hover:not(:disabled),
.ath-module-helper__spreadsheetToolbar .ath-module-helper__button:focus-visible {
    background: #e1f2ee;
    border-color: #17786e;
    color: #0c554d
}

.ath-module-helper__spreadsheetToolbar .ath-module-helper__button:disabled {
    background: #f1f4f3;
    color: #a3afac;
    cursor: not-allowed
}

.ath-module-helper__spreadsheetToolDivider {
    background: #d4dfdc;
    height: 1.5rem;
    margin: 0 .3rem;
    width: 1px
}

.ath-module-helper__spreadsheetFormula {
    align-items: center;
    background: #f5f8f7;
    border-bottom: 1px solid #d9e2df;
    display: flex;
    gap: .5rem;
    padding: .45rem .65rem
}

.ath-module-helper__spreadsheetNameBox {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 4px;
    color: #344d54;
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: .82rem;
    min-width: 3.25rem;
    padding: .35rem .5rem;
    text-align: center
}

.ath-module-helper__spreadsheetFx {
    color: #17786e;
    font-family: Georgia, serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700
}

.ath-module-helper__spreadsheetFormula input {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 4px;
    color: #172d36;
    flex: 1;
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: .9rem;
    line-height: 1.35;
    min-width: 0;
    padding: .35rem .55rem
}

.ath-module-helper__spreadsheetCanvas {
    background: #fff;
    overflow: auto
}

.ath-module-helper__spreadsheetCanvas .ath-module-helper__sheet {
    border-collapse: separate;
    border-spacing: 0;
    font-size: .95rem;
    min-width: 100%;
    table-layout: auto
}

.ath-module-helper__spreadsheetCanvas .ath-module-helper__sheet th,
.ath-module-helper__spreadsheetCanvas .ath-module-helper__sheet td {
    border-bottom: 1px solid #d4dedc;
    border-right: 1px solid #d4dedc;
    padding: 0;
    text-align: left;
    white-space: nowrap
}

.ath-module-helper__spreadsheetCanvas .ath-module-helper__sheet thead th {
    background: #e9f1ef;
    color: #28434b;
    font-size: .82rem;
    line-height: 1.2;
    padding: .45rem .55rem;
    text-transform: none
}

.ath-module-helper__spreadsheetCanvas .ath-module-helper__sheet thead th:first-child {
    border-left: 0
}

.ath-module-helper__sheetColumnHeader {
    min-width: 8.5rem
}

.ath-module-helper__sheetColumnHeader strong {
    color: #17786e;
    display: block;
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: .72rem
}

.ath-module-helper__sheetColumnHeader span {
    display: block;
    color: #304a51;
    font-size: .78rem;
    margin-top: .12rem;
    max-width: 16rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.ath-module-helper__sheetCorner {
    color: #82918e;
    font-size: .8rem;
    text-align: center !important;
    width: 2.25rem
}

.ath-module-helper__sheetRowHeader {
    background: #f3f7f6;
    border: 0;
    border-right: 1px solid #d4dedc;
    color: #607b7b;
    cursor: pointer;
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: .82rem;
    height: 3.05rem;
    min-width: 2.25rem;
    padding: 0 .4rem;
    width: 100%
}

.ath-module-helper__sheetRowHeader:hover,
.ath-module-helper__sheetRow--selected .ath-module-helper__sheetRowHeader {
    background: #dff2ed;
    color: #0c665b;
    font-weight: 800
}

.ath-module-helper__sheetCell {
    background: #fff;
    border: 0;
    color: #1d2e35;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: .96rem;
    line-height: 1.35;
    min-width: 8.5rem;
    outline: 0;
    padding: .68rem .65rem;
    width: 100%
}

.ath-module-helper__sheetCell:focus,
.ath-module-helper__sheetCell--selected {
    background: #f4fbf9;
    box-shadow: inset 0 0 0 2px #17786e
}

.ath-module-helper__sheetRow--selected td {
    background: #f8fcfb
}

.ath-module-helper__sheetRow--selected .ath-module-helper__sheetCell {
    background: #f1faf7
}

.ath-module-helper__spreadsheetTabs {
    align-items: flex-end;
    background: #eef4f2;
    border-top: 1px solid #c6d3d4;
    display: flex;
    gap: .25rem;
    min-height: 2.5rem;
    overflow: auto;
    padding: .35rem .55rem 0
}

.ath-module-helper__spreadsheetTab {
    background: #e3ece9;
    border: 1px solid #c6d3d4;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    color: #456067;
    cursor: pointer;
    font-size: .82rem;
    font-weight: 700;
    min-height: 2.1rem;
    padding: .45rem .8rem;
    white-space: nowrap
}

.ath-module-helper__spreadsheetTab:hover,
.ath-module-helper__spreadsheetTab--active {
    background: #fff;
    color: #0c665b
}

.ath-module-helper__spreadsheetTab--active {
    border-top: 2px solid #17786e;
    padding-top: calc(.45rem - 1px)
}

.ath-module-helper__spreadsheetTab--add {
    color: #17786e;
    font-size: 1.1rem;
    min-width: 2.1rem;
    padding: .25rem
}

.ath-module-helper__spreadsheet+.ath-module-helper__toolbar {
    justify-content: space-between;
    padding: .4rem .65rem
}

.ath-module-helper__spreadsheet+.ath-module-helper__toolbar [data-ath-helper-status] {
    color: #60716f;
    font-size: .78rem;
    font-weight: 700
}

@media(max-width:700px) {
    .ath-module-helper__spreadsheetTopbar {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem
    }

    .ath-module-helper__spreadsheetCanvas .ath-module-helper__sheet {
        font-size: .9rem
    }

    .ath-module-helper__sheetColumnHeader {
        min-width: 7.5rem
    }

    .ath-module-helper__sheetCell {
        font-size: .92rem;
        min-width: 7.5rem;
        padding: .6rem .55rem
    }

    .ath-module-helper__spreadsheetFormula {
        padding: .4rem
    }

    .ath-module-helper__spreadsheetToolbar {
        gap: .2rem
    }
}

.ath-module-helper__spreadsheetCanvas .ath-module-helper__sheet {
    font-size: 15px
}

.ath-module-helper__spreadsheetCanvas .ath-module-helper__sheet thead th {
    font-size: 13px
}

.ath-module-helper__sheetColumnHeader strong {
    font-size: 12px
}

.ath-module-helper__sheetColumnHeader span {
    font-size: 13px
}

.ath-module-helper__sheetCell {
    font-size: 16px
}

.ath-module-helper__sheetRowHeader {
    font-size: 13px
}

.ath-module-helper__spreadsheetFormula input {
    font-size: 14px
}

.ath-module-helper__mathStudio,
.ath-module-helper__iqStudio {
    background: #f7fbfa;
    border: 1px solid #c6d3d4;
    border-radius: 12px;
    color: #1d2e35;
    overflow: hidden
}

.ath-module-helper__mathTopbar,
.ath-module-helper__iqTopbar {
    align-items: center;
    background: #eef5f3;
    border-bottom: 1px solid #d4dfdc;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .6rem .75rem
}

.ath-module-helper__mathTopbar>span:last-child,
.ath-module-helper__iqTopbar>span:last-child {
    color: #60716f;
    font-size: .72rem;
    font-weight: 700;
    text-transform: capitalize
}

.ath-module-helper__mathPrompt,
.ath-module-helper__iqPrompt {
    background: #fffdf3;
    border-left: 3px solid #d5a928;
    line-height: 1.5;
    margin: .75rem;
    padding: .7rem
}

.ath-module-helper__mathWork {
    padding: .1rem .75rem .75rem
}

.ath-module-helper__mathProblem {
    background: #fff;
    border: 1px solid #d9e2df;
    border-radius: 9px;
    padding: .85rem
}

.ath-module-helper__mathProblem>p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0
}

.ath-module-helper__mathChoices,
.ath-module-helper__iqChoices {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: .75rem 0
}

.ath-module-helper__mathChoice,
.ath-module-helper__iqChoice {
    align-items: center;
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 7px;
    color: #29464d;
    cursor: pointer;
    font: inherit;
    padding: .65rem;
    text-align: left
}

.ath-module-helper__mathChoice:hover,
.ath-module-helper__mathChoice.is-selected,
.ath-module-helper__iqChoice:hover,
.ath-module-helper__iqChoice.is-selected {
    background: #e1f2ee;
    border-color: #17786e;
    box-shadow: 0 0 0 2px rgba(23, 120, 110, .12)
}

.ath-module-helper__mathChoice.is-selected,
.ath-module-helper__iqChoice.is-selected {
    font-weight: 800
}

.ath-module-helper__mathChoice:focus-visible,
.ath-module-helper__iqChoice:focus-visible {
    outline: 2px solid #e9bf62;
    outline-offset: 2px
}

.ath-module-helper__mathChoice span {
    font-size: .72rem;
    font-weight: 800;
    margin-right: .45rem
}

.ath-module-helper__mathAnswer {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 6px;
    color: #1d2e35;
    font-size: 1rem;
    padding: .65rem;
    width: 100%
}

.ath-module-helper__mathGraphControls {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: .65rem
}

.ath-module-helper__mathGraphControls label {
    color: #526a6b;
    display: grid;
    font-size: .72rem;
    font-weight: 800;
    gap: .25rem;
    min-width: min(100%, 20rem)
}

.ath-module-helper__mathGraphControls input {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 6px;
    color: #1d2e35;
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: .95rem;
    padding: .55rem
}

.ath-module-helper__mathGraph,
.ath-module-helper__mathGeometry {
    background: #10232d;
    border: 1px solid #294452;
    border-radius: 9px;
    overflow: auto;
    padding: .4rem
}

.ath-module-helper__mathGraph svg,
.ath-module-helper__mathGeometry svg {
    display: block;
    min-width: 520px;
    width: 100%
}

.ath-module-helper__mathPlot {
    fill: #0b1b25
}

.ath-module-helper__mathGridLine {
    stroke: #2b4b55;
    stroke-width: 1
}

.ath-module-helper__mathAxis {
    stroke: #b9d8d0;
    stroke-width: 1.4
}

.ath-module-helper__mathAxisLabel {
    fill: #b9d8d0;
    font: 12px "Cascadia Mono", Consolas, monospace
}

.ath-module-helper__mathCurve {
    fill: none;
    stroke: #e9bf62;
    stroke-linecap: round;
    stroke-width: 3
}

.ath-module-helper__mathPoint {
    fill: #5cc8b4;
    stroke: #fff;
    stroke-width: 1.5
}

.ath-module-helper__geometryGrid {
    fill: none;
    stroke: #31515b;
    stroke-width: 1
}

.ath-module-helper__geometryShape {
    fill: rgba(92, 200, 180, .32);
    stroke: #e9bf62;
    stroke-width: 3
}

.ath-module-helper__geometryLabel {
    fill: #e8f6f0;
    font: 13px "Cascadia Mono", Consolas, monospace
}

.ath-module-helper__mathTools {
    align-items: center;
    border-top: 1px solid #d9e2df;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    padding: .55rem .75rem
}

.ath-module-helper__mathCalculator,
.ath-module-helper__mathScratch,
.ath-module-helper__iqScratch {
    background: #eef5f3;
    border-top: 1px solid #d4dfdc;
    padding: .75rem
}

.ath-module-helper__mathCalculator {
    max-width: 24rem
}

.ath-module-helper__mathCalcDisplay {
    background: #10232d;
    border: 1px solid #294452;
    border-radius: 6px;
    color: #e8f6f0;
    font: 1.15rem "Cascadia Mono", Consolas, monospace;
    min-height: 2.1rem;
    overflow: auto;
    padding: .55rem;
    text-align: right
}

.ath-module-helper__mathCalcKeys {
    display: grid;
    gap: .35rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: .45rem
}

.ath-module-helper__mathCalcKeys button {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 5px;
    color: #29464d;
    cursor: pointer;
    font: 700 .9rem "Cascadia Mono", Consolas, monospace;
    min-height: 2.1rem
}

.ath-module-helper__mathCalcKeys button:hover,
.ath-module-helper__mathCalcKeys button:focus-visible {
    background: #17786e;
    color: #fff;
    outline: 0
}

.ath-module-helper__mathScratch label,
.ath-module-helper__iqScratch label {
    color: #526a6b;
    display: grid;
    font-size: .74rem;
    font-weight: 800;
    gap: .3rem
}

.ath-module-helper__mathScratch textarea,
.ath-module-helper__iqScratch textarea {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 6px;
    color: #1d2e35;
    font: 1rem/1.45 "Cascadia Mono", Consolas, monospace;
    padding: .55rem;
    resize: vertical
}

.ath-module-helper__mathResult,
.ath-module-helper__mathCardActions {
    color: #51686b;
    font-size: .82rem;
    padding: .7rem .75rem
}

.ath-module-helper__mathCard {
    background: #fff;
    border: 1px solid #c6d3d4;
    border-radius: 10px;
    min-height: 8rem;
    padding: 1.3rem;
    text-align: center
}

.ath-module-helper__mathCardFace {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.45
}

.ath-module-helper__mathCardBack {
    border-top: 1px dashed #c6d3d4;
    color: #0c665b;
    margin-top: .9rem;
    padding-top: .8rem
}

.ath-module-helper__mathCardActions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem
}

.ath-module-helper__mathCardActions span {
    margin-left: auto
}

.ath-module-helper__iqStudio {
    padding-bottom: .75rem
}

.ath-module-helper__iqPrompt {
    margin-bottom: .85rem
}

.ath-module-helper__iqMatrix,
.ath-module-helper__iqItems,
.ath-module-helper__iqSequence {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    justify-content: center;
    margin: .75rem;
    padding: .75rem
}

.ath-module-helper__iqMatrix {
    display: grid;
    grid-template-columns: repeat(3, minmax(4rem, 8rem))
}

.ath-module-helper__iqItems {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr))
}

.ath-module-helper__iqTile {
    align-items: center;
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 8px;
    color: #29464d;
    display: flex;
    font-size: 1.05rem;
    font-weight: 800;
    justify-content: center;
    min-height: 3.6rem;
    padding: .65rem;
    text-align: center
}

.ath-module-helper__iqTile--missing {
    background: #fff8dc;
    border: 2px dashed #d5a928;
    color: #9b7511
}

.ath-module-helper__iqArrow {
    color: #17786e;
    font-size: 1.3rem;
    font-weight: 800
}

.ath-module-helper__iqChoices {
    margin: .75rem
}

.ath-module-helper__iqChoice {
    display: flex;
    gap: .55rem
}

.ath-module-helper__iqChoice span {
    align-items: center;
    background: #17786e;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: .72rem;
    height: 1.45rem;
    justify-content: center;
    min-width: 1.45rem
}

.ath-module-helper__iqExplanation {
    background: #fffdf3;
    border-left: 3px solid #d5a928;
    color: #51686b;
    line-height: 1.45;
    margin: .65rem .75rem 0;
    padding: .65rem
}

.ath-module-helper__iqStudio .ath-module-helper__toolbar {
    padding-left: .75rem;
    padding-right: .75rem
}

@media(max-width:620px) {

    .ath-module-helper__mathChoices,
    .ath-module-helper__iqChoices {
        grid-template-columns: 1fr
    }

    .ath-module-helper__mathGraph svg,
    .ath-module-helper__mathGeometry svg {
        min-width: 440px
    }

    .ath-module-helper__iqMatrix {
        grid-template-columns: repeat(3, minmax(3.5rem, 1fr));
        margin-left: .35rem;
        margin-right: .35rem;
        padding: .35rem
    }

    .ath-module-helper__iqTile {
        font-size: .92rem;
        min-height: 3rem;
        padding: .4rem
    }
}

.ath-module-helper__spreadsheetMenuBar {
    align-items: center;
    background: #1f3b46;
    border-bottom: 1px solid #132c35;
    color: #dcefe8;
    display: flex;
    gap: .1rem;
    min-height: 2.2rem;
    overflow: auto;
    padding: .2rem .45rem
}

.ath-module-helper__spreadsheetMenuBar button {
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #e8f6f0;
    cursor: pointer;
    font-size: .75rem;
    padding: .35rem .55rem
}

.ath-module-helper__spreadsheetMenuBar button:hover,
.ath-module-helper__spreadsheetMenuBar button:focus-visible {
    background: #315866;
    color: #fff;
    outline: 0
}

.ath-module-helper__spreadsheetMenuHint {
    color: #a8c0ba;
    font-size: .68rem;
    margin-left: auto;
    padding: 0 .45rem;
    white-space: nowrap
}

.ath-module-helper__spreadsheetToolbar {
    align-items: center
}

.ath-module-helper__spreadsheetToolbar .ath-module-helper__button {
    font-size: 1.4rem;
    min-width: auto;
    padding: .42rem .55rem
}

.ath-module-helper__spreadsheetFormatSelect {
    align-items: center;
    color: #60716f;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 800;
    gap: .25rem;
    text-transform: uppercase
}

.ath-module-helper__spreadsheetFormatSelect select {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 4px;
    color: #1d2e35;
    font: inherit;
    font-size: .76rem;
    font-weight: 600;
    min-height: 2rem;
    padding: .25rem .35rem;
    text-transform: none
}

.ath-module-helper__spreadsheetColorControl {
    align-items: center;
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 4px;
    color: #344d54;
    display: inline-flex;
    font-size: .72rem;
    font-weight: 800;
    gap: .25rem;
    min-height: 2rem;
    padding: .2rem .3rem
}

.ath-module-helper__spreadsheetColorControl input {
    border: 0;
    cursor: pointer;
    height: 1.35rem;
    padding: 0;
    width: 1.65rem
}

.ath-module-helper__spreadsheetRules {
    background: #f5f8f7;
    border-top: 1px solid #d9e2df;
    color: #60716f;
    font-size: .7rem;
    padding: .38rem .65rem
}

.ath-module-helper__sheetCell--range .ath-module-helper__sheetCell {
    background: #e8f3ff
}

.ath-module-helper__sheetCell--range .ath-module-helper__sheetCell:hover {
    background: #dcecff
}

.ath-module-helper__sheetCell--selected .ath-module-helper__sheetCell,
.ath-module-helper__sheetRangeEnd .ath-module-helper__sheetCell {
    box-shadow: inset 0 0 0 2px #17786e
}

.ath-module-helper__sheetRangeStart .ath-module-helper__sheetCell {
    box-shadow: inset 0 0 0 2px #d5a928
}

.ath-module-helper__sheetCell--range.ath-module-helper__sheetRangeStart .ath-module-helper__sheetCell {
    box-shadow: inset 0 0 0 2px #d5a928
}

.ath-module-helper__sheetCell--range.ath-module-helper__sheetRangeEnd .ath-module-helper__sheetCell {
    box-shadow: inset 0 0 0 2px #17786e
}

.ath-module-helper__spreadsheetToolbar .ath-module-helper__button:not(:disabled) {
    background: #17786e;
    border-color: #17786e;
    color: #fff
}

.ath-module-helper__spreadsheetToolbar .ath-module-helper__button:not(:disabled):hover,
.ath-module-helper__spreadsheetToolbar .ath-module-helper__button:not(:disabled):focus-visible {
    background: #0f6259;
    border-color: #0f6259;
    color: #fff
}

.ath-module-helper__sheetColumnSelect {
    align-items: flex-start;
    background: transparent;
    border: 0;
    color: #304a51;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: inherit;
    padding: .45rem .55rem;
    text-align: left;
    width: 100%
}

.ath-module-helper__sheetColumnSelect:hover,
.ath-module-helper__sheetColumnSelect:focus-visible {
    background: #dff2ed;
    color: #0c665b;
    outline: 0
}

.ath-module-helper__sheetColumnSelect--selected {
    background: #17786e;
    color: #fff
}

.ath-module-helper__sheetColumnSelect--selected strong,
.ath-module-helper__sheetColumnSelect--selected span {
    color: #fff
}

.ath-module-helper__sheetColumnSelect--selected:hover,
.ath-module-helper__sheetColumnSelect--selected:focus-visible {
    background: #0f6259;
    color: #fff
}

.ath-module-helper__sheetColumnSelect span {
    color: #304a51;
    display: block;
    font-size: .78rem;
    margin-top: .12rem;
    max-width: 16rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.ath-module-helper__sheetColumnSelect strong {
    color: #17786e;
    display: block;
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: .72rem
}

.ath-module-helper__sheetColumnHeader {
    padding: 0 !important
}

.ath-module-helper__spreadsheetFunctionPicker {
    position: relative;
    flex: none
}

.ath-module-helper__spreadsheetFx {
    align-items: center;
    background: #1f3b46;
    border: 1px solid #132c35;
    border-radius: 4px;
    color: #e8f6f0;
    cursor: pointer;
    display: inline-flex;
    font-family: Georgia, serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    justify-content: center;
    min-height: 2rem;
    min-width: 2.1rem;
    padding: .25rem .45rem
}

.ath-module-helper__spreadsheetFx:hover,
.ath-module-helper__spreadsheetFx:focus-visible {
    background: #315866;
    color: #fff;
    outline: 2px solid #e9bf62;
    outline-offset: 1px
}

.ath-module-helper__spreadsheetFunctionMenu {
    background: #fff;
    border: 1px solid #aebfbc;
    border-radius: 6px;
    box-shadow: 0 .55rem 1.2rem rgba(24, 52, 63, .2);
    display: grid;
    gap: .2rem;
    left: 0;
    min-width: 18rem;
    padding: .3rem;
    position: absolute;
    top: calc(100% + .35rem);
    z-index: 30
}

.ath-module-helper__spreadsheetFunctionMenu[hidden] {
    display: none
}

.ath-module-helper__spreadsheetFunctionOption {
    background: #fff;
    border: 0;
    border-radius: 4px;
    color: #1d2e35;
    cursor: pointer;
    display: grid;
    gap: .08rem;
    padding: .45rem .55rem;
    text-align: left
}

.ath-module-helper__spreadsheetFunctionOption:hover,
.ath-module-helper__spreadsheetFunctionOption:focus-visible {
    background: #e8f3ff;
    outline: 0
}

.ath-module-helper__spreadsheetFunctionOption strong {
    color: #0c665b;
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: .76rem
}

.ath-module-helper__spreadsheetFunctionOption span {
    color: #536a6d;
    font-size: .72rem
}

.ath-module-helper__spreadsheetFunctionOption code {
    color: #29464d;
    font-family: "Cascadia Mono", Consolas, monospace;
    font-size: .7rem;
    white-space: nowrap
}

.ath-module-helper__editor {
    font-size: 1rem;
    line-height: 1.65
}

.ath-module-helper__codeTerminal {
    font-size: .98rem;
    line-height: 1.65
}

.ath-module-helper__codeFilename,
.ath-module-helper__codeOutputHead span {
    font-size: .84rem
}

.ath-module-helper__typingTarget {
    font-size: 1.1rem;
    line-height: 1.8;
    min-height: 4.8rem
}

.ath-module-helper__typingInput {
    font: 500 1.08rem/1.65 "Cascadia Mono", Consolas, "Courier New", monospace;
    min-height: 12rem
}

.ath-module-helper__typingKeyboard {
    padding: 1.05rem 1rem 1.35rem
}

.ath-module-helper__typingKeyboardRow {
    gap: .4rem;
    margin: .4rem 0
}

.ath-module-helper__typingKey {
    border-radius: 6px;
    font-size: .82rem;
    min-height: 2.35rem;
    min-width: 2.35rem;
    padding: .38rem
}

.ath-module-helper__typingKey--space {
    min-width: 10rem
}

.ath-module-helper__typingInput--error {
    animation: athTypingShake .26s ease
}

.ath-module-helper--typing-incorrect .ath-module-helper__typingInput {
    animation: none
}

.ath-module-helper--typing-correct .ath-module-helper__typingInput {
    box-shadow: none
}

@media(max-width:720px) {
    .ath-module-helper__typingTarget {
        font-size: 1rem;
        line-height: 1.7
    }

    .ath-module-helper__typingInput {
        font-size: 1rem;
        min-height: 10.5rem
    }

    .ath-module-helper__typingKeyboard {
        padding: .7rem .45rem 1rem
    }

    .ath-module-helper__typingKeyboardRow {
        gap: .2rem;
        margin: .25rem 0
    }

    .ath-module-helper__typingKey {
        font-size: .68rem;
        min-height: 1.8rem;
        min-width: 1.8rem;
        padding: .25rem
    }

    .ath-module-helper__typingKey--space {
        min-width: 4.8rem
    }
}

.ath-module-helper__memoryStudio {
    background: #f7fbfa;
    border: 1px solid #c6d3d4;
    border-radius: 12px;
    color: #1d2e35;
    overflow: hidden
}

.ath-module-helper__memoryTopbar {
    align-items: center;
    background: #eef5f3;
    border-bottom: 1px solid #d4dfdc;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .65rem .8rem
}

.ath-module-helper__memoryTopbar>span:last-child {
    color: #60716f;
    font-size: .75rem;
    font-weight: 700
}

.ath-module-helper__memoryPrompt {
    background: #fffdf3;
    border-left: 3px solid #d5a928;
    line-height: 1.5;
    margin: .8rem;
    padding: .75rem
}

.ath-module-helper__memoryWork {
    padding: .15rem .8rem .7rem
}

.ath-module-helper__memoryCard {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(16, 33, 50, .08);
    min-height: 13rem;
    perspective: 900px;
    position: relative
}

.ath-module-helper__memoryCardInner {
    display: grid;
    min-height: 13rem;
    place-items: center;
    padding: 1.25rem
}

.ath-module-helper__memoryCardFace,
.ath-module-helper__memoryCardBack {
    backface-visibility: hidden;
    font-size: clamp(1.2rem, 2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    width: 100%
}

.ath-module-helper__memoryCardBack {
    animation: athMemoryReveal .25s ease;
    border-top: 1px dashed #c6d3d4;
    color: #0c665b;
    padding-top: 1rem
}

.ath-module-helper__memoryCardActions,
.ath-module-helper__memoryConfidence {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .6rem
}

.ath-module-helper__memoryConfidence {
    border-top: 1px solid #d9e2df;
    color: #526a6b;
    font-size: .78rem;
    padding-top: .65rem
}

.ath-module-helper__memoryConfidence strong {
    margin-right: .25rem
}

.ath-module-helper__memoryConfidenceButton {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 999px;
    color: #29464d;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: .45rem .65rem
}

.ath-module-helper__memoryConfidenceButton:hover,
.ath-module-helper__memoryConfidenceButton.is-selected {
    background: #e1f2ee;
    border-color: #17786e;
    color: #0c665b
}

.ath-module-helper__memoryPairs {
    display: grid;
    gap: .6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: .2rem 0
}

.ath-module-helper__memoryPairTile,
.ath-module-helper__memorySortItem,
.ath-module-helper__memoryGroup {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 9px;
    color: #29464d;
    cursor: pointer;
    font: inherit;
    line-height: 1.35;
    min-height: 3.4rem;
    padding: .7rem;
    text-align: left;
    transition: background .15s ease, border-color .15s ease, transform .15s ease
}

.ath-module-helper__memoryPairTile:hover,
.ath-module-helper__memoryPairTile.is-selected,
.ath-module-helper__memorySortItem:hover,
.ath-module-helper__memorySortItem.is-selected,
.ath-module-helper__memoryGroup:hover,
.ath-module-helper__memoryGroup.is-selected {
    background: #e1f2ee;
    border-color: #17786e;
    box-shadow: 0 0 0 2px rgba(23, 120, 110, .12);
    transform: translateY(-1px)
}

.ath-module-helper__memoryPairTile.is-matched {
    background: #dff4e9;
    border-color: #16834f;
    color: #126b43;
    cursor: default;
    opacity: .75
}

.ath-module-helper__memorySortItems,
.ath-module-helper__memoryGroups {
    display: grid;
    gap: .55rem;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    margin: .2rem 0 .8rem
}

.ath-module-helper__memoryGroups {
    border-top: 1px dashed #c6d3d4;
    padding-top: .8rem
}

.ath-module-helper__memoryGroup {
    background: #fffdf3;
    border-color: #d9c782;
    text-align: center
}

.ath-module-helper__memorySortItem small {
    color: #17786e;
    display: block;
    font-size: .75rem;
    font-weight: 800;
    margin-top: .3rem;
    min-height: 1rem
}

.ath-module-helper__memoryRecallLabel {
    display: grid;
    gap: .35rem
}

.ath-module-helper__memoryRecallLabel span,
.ath-module-helper__memoryScratch label {
    color: #526a6b;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase
}

.ath-module-helper__memoryRecallLabel textarea,
.ath-module-helper__memoryScratch textarea {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 8px;
    color: #1d2e35;
    font: 1rem/1.5 "Cascadia Mono", Consolas, monospace;
    min-height: 8rem;
    padding: .7rem;
    resize: vertical
}

.ath-module-helper__memoryScratch {
    background: #eef5f3;
    border-top: 1px solid #d4dfdc;
    margin-top: .7rem;
    padding: .75rem
}

.ath-module-helper__memoryExplanation {
    background: #fffdf3;
    border-left: 3px solid #d5a928;
    color: #51686b;
    line-height: 1.45;
    margin: .65rem 0 0;
    padding: .7rem
}

.ath-module-helper__memoryStudio .ath-module-helper__toolbar {
    padding-left: .8rem;
    padding-right: .8rem
}

.ath-module-helper__memoryStudio .ath-module-helper__toolbar [data-ath-helper-memory-status] {
    color: #60716f;
    font-size: .78rem
}

@keyframes athMemoryReveal {
    from {
        opacity: 0;
        transform: translateY(.35rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:620px) {
    .ath-module-helper__memoryPairs {
        grid-template-columns: 1fr
    }

    .ath-module-helper__memoryCard,
    .ath-module-helper__memoryCardInner {
        min-height: 11rem
    }

    .ath-module-helper__memoryCardFace,
    .ath-module-helper__memoryCardBack {
        font-size: 1.12rem
    }

    .ath-module-helper__memoryConfidence {
        align-items: flex-start;
        flex-direction: column
    }

    .ath-module-helper__memoryConfidenceButton {
        width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {

    .ath-module-helper__memoryPairTile,
    .ath-module-helper__memorySortItem,
    .ath-module-helper__memoryGroup {
        transition: none
    }

    .ath-module-helper__memoryCardBack {
        animation: none
    }
}

.ath-module-helper__wordProcessor {
    background: #fff;
    border: 1px solid #c6d3d4;
    border-radius: 12px;
    color: var(--ath-helper-ink);
    overflow: hidden
}

.ath-module-helper__wordTopbar {
    align-items: center;
    background: #f2f7f5;
    border-bottom: 1px solid #c6d3d4;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .7rem .85rem
}

.ath-module-helper__wordBrand {
    display: flex;
    flex-direction: column;
    gap: .15rem
}

.ath-module-helper__wordBrand strong {
    font-size: 1rem
}

.ath-module-helper__wordBrand span,
.ath-module-helper__wordSaved {
    color: #60716f;
    font-size: .72rem
}

.ath-module-helper__wordSaved {
    font-weight: 700
}

.ath-module-helper__wordMenuBar {
    align-items: center;
    background: #1f3b46;
    border-bottom: 1px solid #132c35;
    color: #dcefe8;
    display: flex;
    gap: .1rem;
    min-height: 2.2rem;
    overflow: auto;
    padding: .2rem .45rem
}

.ath-module-helper__wordMenuBar button {
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #e8f6f0;
    cursor: pointer;
    font-size: .75rem;
    padding: .35rem .55rem;
    white-space: nowrap
}

.ath-module-helper__wordMenuBar button:hover,
.ath-module-helper__wordMenuBar button:focus-visible {
    background: #315866;
    color: #fff;
    outline: 0
}

.ath-module-helper__wordMenuHint {
    color: #a8c0ba;
    font-size: .68rem;
    margin-left: auto;
    padding: 0 .45rem;
    white-space: nowrap
}

.ath-module-helper__wordToolbar {
    align-items: center;
    background: #fbfcfb;
    border-bottom: 1px solid #d9e2df;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    padding: .45rem .65rem
}

.ath-module-helper__wordToolbarGroup {
    align-items: center;
    border-right: 1px solid #d4dfdc;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    padding: 0 .35rem
}

.ath-module-helper__wordToolbarGroup:first-child {
    padding-left: 0
}

.ath-module-helper__wordToolbarGroup:last-child {
    border-right: 0
}

.ath-module-helper__wordToolbarLabel {
    color: #60716f;
    font-size: .68rem;
    font-weight: 800;
    margin-right: .15rem;
    text-transform: uppercase
}

.ath-module-helper__wordTool {
    align-items: center;
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 5px;
    color: #18343f;
    cursor: pointer;
    display: inline-flex;
    font: 700 .82rem/1 "Segoe UI", Arial, sans-serif;
    height: 2rem;
    justify-content: center;
    min-width: 2rem;
    padding: .25rem .45rem
}

.ath-module-helper__wordTool:hover,
.ath-module-helper__wordTool:focus-visible {
    background: #e1f2ee;
    border-color: #17786e;
    color: #0c554d;
    outline: 0
}

.ath-module-helper__wordTool--accent {
    background: #17786e;
    border-color: #17786e;
    color: #fff;
    font-size: 1rem
}

.ath-module-helper__wordTool--accent:hover,
.ath-module-helper__wordTool--accent:focus-visible {
    background: #0f6259;
    color: #fff
}

.ath-module-helper__wordFormat {
    align-items: center;
    color: #60716f;
    display: inline-flex;
    font-size: .68rem;
    font-weight: 800;
    gap: .3rem;
    text-transform: uppercase
}

.ath-module-helper__wordFormat select {
    background: #fff;
    border: 1px solid #b9c8c6;
    border-radius: 4px;
    color: #1d2e35;
    font: 600 .78rem "Segoe UI", Arial, sans-serif;
    min-height: 2rem;
    padding: .25rem .4rem;
    text-transform: none
}

.ath-module-helper__wordRuler {
    background: #f5f8f7;
    border-bottom: 1px solid #d9e2df;
    color: #8b9a97;
    display: flex;
    font: 11px "Cascadia Mono", Consolas, monospace;
    gap: clamp(2.4rem, 7vw, 5.4rem);
    padding: .25rem clamp(1.2rem, 7vw, 6rem)
}

.ath-module-helper__wordCanvas {
    background: #eaf1f0;
    min-height: 24rem;
    overflow: auto;
    padding: 1.25rem
}

.ath-module-helper__wordPage {
    background: #fff;
    border: 1px solid #c6d3d4;
    box-shadow: 0 .45rem 1.1rem rgba(24, 52, 63, .13);
    margin: 0 auto;
    max-width: 760px;
    min-height: 22rem;
    padding: clamp(1.25rem, 4vw, 3rem)
}

.ath-module-helper__wordPage .ath-module-helper__document {
    background: #fff;
    border: 0;
    border-radius: 0;
    line-height: 1.7;
    margin: 0;
    min-height: 18rem;
    outline: 0;
    padding: 0
}

.ath-module-helper__wordPage .ath-module-helper__document:focus {
    box-shadow: none
}

.ath-module-helper__wordPage .ath-module-helper__document h1,
.ath-module-helper__wordPage .ath-module-helper__document h2,
.ath-module-helper__wordPage .ath-module-helper__document h3 {
    color: #102132;
    line-height: 1.2;
    margin: 0 0 .8rem
}

.ath-module-helper__wordPage .ath-module-helper__document h1 {
    font-size: 2rem
}

.ath-module-helper__wordPage .ath-module-helper__document h2 {
    font-size: 1.45rem
}

.ath-module-helper__wordPage .ath-module-helper__document p {
    margin: .65rem 0
}

.ath-module-helper__wordPage .ath-module-helper__document blockquote {
    border-left: 3px solid #d5a928;
    color: #51686b;
    margin: 1rem 0;
    padding: .45rem 1rem
}

.ath-module-helper__wordPage .ath-module-helper__document ul,
.ath-module-helper__wordPage .ath-module-helper__document ol {
    padding-left: 1.5rem
}

.ath-module-helper__wordStatusBar {
    align-items: center;
    background: #eef4f2;
    border-top: 1px solid #c6d3d4;
    color: #60716f;
    display: flex;
    flex-wrap: wrap;
    font-size: .72rem;
    gap: 1rem;
    justify-content: flex-end;
    padding: .45rem .7rem
}

.ath-module-helper__wordStatusBar span:first-child {
    color: #17786e;
    font-weight: 800;
    margin-right: auto
}

@media(max-width:720px) {
    .ath-module-helper__wordTopbar {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem
    }

    .ath-module-helper__wordMenuHint {
        display: none
    }

    .ath-module-helper__wordToolbar {
        align-items: stretch
    }

    .ath-module-helper__wordToolbarGroup {
        border-right: 0;
        padding: .15rem 0
    }

    .ath-module-helper__wordRuler {
        gap: 2rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .ath-module-helper__wordCanvas {
        padding: .65rem
    }

    .ath-module-helper__wordPage {
        min-height: 20rem;
        padding: 1.15rem
    }

    .ath-module-helper__wordStatusBar {
        justify-content: flex-start
    }

    .ath-module-helper__wordStatusBar span:first-child {
        flex-basis: 100%;
        margin-right: 0
    }
}

.ath-module-helper__typingKeyboard {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin: 0 auto;
    min-height: 15rem;
    padding: 1.5rem 1rem 2rem;
    width: 100%
}

.ath-module-helper__typingKeyboardRow {
    align-items: center;
    display: flex;
    gap: .42rem;
    justify-content: center;
    margin: .32rem 0;
    width: max-content
}

.ath-module-helper__typingKey {
    align-items: center;
    background: #e7f0ef;
    border: 1px solid #9db6b3;
    border-radius: 7px;
    box-shadow: 0 2px 0 #8fa8a5;
    color: #18343f;
    display: inline-flex;
    flex: 0 0 auto;
    font: 600 .9rem/1 "Cascadia Mono", Consolas, monospace;
    justify-content: center;
    min-height: 2.65rem;
    min-width: 2.65rem;
    padding: .42rem
}

.ath-module-helper__typingKey--space {
    min-width: 11rem
}

.ath-module-helper__typingKey:hover {
    background: #dff2ed
}

.ath-module-helper__typingKey[data-ath-helper-typing-key=" "] {
    min-width: 11rem
}

@media(max-width:720px) {
    .ath-module-helper__typingKeyboard {
        min-height: 0;
        padding: .7rem .45rem 1rem
    }

    .ath-module-helper__typingKeyboardRow {
        gap: .2rem;
        margin: .25rem 0;
        width: auto
    }

    .ath-module-helper__typingKey {
        font-size: .68rem;
        min-height: 1.8rem;
        min-width: 1.8rem;
        padding: .25rem
    }

    .ath-module-helper__typingKey--space,
    .ath-module-helper__typingKey[data-ath-helper-typing-key=" "] {
        min-width: 4.8rem
    }
}

.ath-module-helper__task {
    padding: .9rem 1rem
}

.ath-module-helper__task strong {
    font-size: .82rem
}

.ath-module-helper__task li {
    font-size: .98rem;
    line-height: 1.55
}

.ath-module-helper__codeLab {
    gap: 1rem;
    grid-template-columns: minmax(0, 1.08fr) minmax(21rem, .92fr);
    margin-top: 1rem
}

.ath-module-helper__codeEditor {
    border-radius: 16px;
    padding: 1rem
}

.ath-module-helper__codeEditorBar,
.ath-module-helper__codeOutputHead {
    gap: 1rem;
    margin-bottom: .7rem;
    padding-bottom: .7rem
}

.ath-module-helper__codeFilename,
.ath-module-helper__codeOutputHead span {
    font-size: 1rem
}

.ath-module-helper__codeHint,
.ath-module-helper__codeOutputHead small,
.ath-module-helper__codeMeta {
    font-size: .82rem
}

.ath-module-helper__codeMeta {
    margin-bottom: .7rem
}

.ath-module-helper__editor {
    font-size: 1.2rem;
    line-height: 1.7;
    min-height: 15rem;
    padding: 1rem
}

.ath-module-helper__codeActions {
    gap: .7rem;
    margin-top: .85rem
}

.ath-module-helper__codeActions .ath-module-helper__button {
    font-size: 1rem;
    padding: .7rem .9rem
}

.ath-module-helper__codeActions [data-ath-helper-status] {
    font-size: .85rem
}

.ath-module-helper__codeOutput {
    border-radius: 16px;
    padding: 1rem
}

.ath-module-helper__codeTerminal {
    font-size: 1.15rem;
    line-height: 1.7;
    min-height: 15rem;
    padding: .35rem
}

.ath-module-helper__codeTable table {
    font-size: .95rem
}

.ath-module-helper__codeTable th,
.ath-module-helper__codeTable td {
    padding: .55rem .65rem
}

.ath-module-helper__codeTable th {
    font-size: .82rem
}

@media(max-width:720px) {
    .ath-module-helper__codeLab {
        grid-template-columns: 1fr
    }

    .ath-module-helper__editor {
        font-size: 1.05rem;
        min-height: 12rem;
        padding: .8rem
    }

    .ath-module-helper__codeTerminal {
        font-size: 1rem;
        min-height: 12rem
    }

    .ath-module-helper__codeActions .ath-module-helper__button {
        font-size: .95rem
    }
}

.ath-module-helper__context {
    padding: .7rem 1.1rem .2rem
}

.ath-module-helper__context h3 {
    color: var(--ath-helper-ink);
    font-size: 1.2rem;
    line-height: 1.2;
    margin: .1rem 0 .25rem
}

.ath-module-helper__context p {
    color: var(--ath-helper-muted);
    font-size: .85rem;
    line-height: 1.45;
    margin: 0;
    max-width: 48rem
}

.ath-module-helper__context+.ath-module-helper__body {
    padding-top: .75rem
}

.ath-module-helper__codeMeta {
    align-items: center;
    gap: .8rem
}

.ath-module-helper__codeFilename {
    margin-right: auto
}

.ath-module-helper__codeMeta span:last-child {
    color: var(--ath-helper-muted)
}

/* SQL activities reveal their fictional schema before a learner has to infer query syntax. */
.ath-module-helper__sqlReference {
    background: #f5faf9;
    border: 1px solid #b9d1cc;
    border-left: 4px solid #17786e;
    border-radius: 12px;
    color: #29464d;
    margin: 1rem 0;
    padding: 1rem 1.1rem
}

.ath-module-helper__sqlReferenceHead {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between
}

.ath-module-helper__sqlReferenceHead span {
    color: #17786e;
    display: block;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ath-module-helper__sqlReferenceHead strong {
    color: #16343d;
    display: block;
    font-size: 1.08rem;
    margin-top: .15rem
}

.ath-module-helper__sqlReferenceHead em {
    background: #e1f2ee;
    border: 1px solid #9cc9be;
    border-radius: 999px;
    color: #0d665b;
    font-size: .7rem;
    font-style: normal;
    font-weight: 800;
    padding: .3rem .5rem;
    text-align: center;
    white-space: nowrap
}

.ath-module-helper__sqlReference>p {
    font-size: .93rem;
    line-height: 1.5;
    margin: .65rem 0
}

.ath-module-helper__sqlReference>ul {
    font-size: .85rem;
    line-height: 1.45;
    margin: .5rem 0 .8rem;
    padding-left: 1.2rem
}

.ath-module-helper__sqlReferenceTable {
    background: #fff;
    border: 1px solid #c6d8d4;
    border-radius: 9px;
    margin: .65rem 0;
    overflow: hidden
}

.ath-module-helper__sqlReferenceTable summary {
    align-items: center;
    background: #ecf5f2;
    color: #16343d;
    cursor: pointer;
    display: flex;
    gap: .45rem;
    list-style: none;
    padding: .65rem .75rem
}

.ath-module-helper__sqlReferenceTable summary::-webkit-details-marker {
    display: none
}

.ath-module-helper__sqlReferenceTable summary span {
    color: #17786e;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase
}

.ath-module-helper__sqlReferenceTable summary strong {
    font: 800 .92rem/1.3 "Cascadia Code", "SFMono-Regular", Consolas, monospace
}

.ath-module-helper__sqlReferenceTable summary small {
    color: #60716f;
    font-size: .76rem;
    margin-left: auto
}

.ath-module-helper__sqlReferenceTable>p {
    font-size: .84rem;
    line-height: 1.45;
    margin: .7rem .8rem
}

.ath-module-helper__sqlReferenceTable>p code,
.ath-module-helper__sqlReferenceTable td code {
    background: #edf3f1;
    border-radius: 4px;
    color: #15515b;
    font: 700 .82rem/1.35 "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    padding: .1rem .25rem
}

.ath-module-helper__sqlReferenceScroll {
    overflow: auto
}

.ath-module-helper__sqlReferenceTable table {
    border-collapse: collapse;
    min-width: 42rem;
    width: 100%
}

.ath-module-helper__sqlReferenceTable th,
.ath-module-helper__sqlReferenceTable td {
    border-top: 1px solid #d9e5e1;
    font-size: .8rem;
    line-height: 1.4;
    padding: .55rem .65rem;
    text-align: left;
    vertical-align: top
}

.ath-module-helper__sqlReferenceTable thead th {
    background: #f6faf8;
    color: #526a6b;
    font-size: .68rem;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ath-module-helper__sqlReferenceTable tbody th {
    color: #15515b;
    font-weight: 800;
    white-space: nowrap
}

.ath-module-helper__sqlReferenceTable td small {
    color: #60716f;
    display: block;
    font-size: .74rem;
    line-height: 1.35;
    margin-top: .32rem
}

@media(max-width:720px) {
    .ath-module-helper__sqlReference {
        padding: .8rem
    }

    .ath-module-helper__sqlReferenceHead {
        align-items: flex-start;
        flex-direction: column;
        gap: .45rem
    }

    .ath-module-helper__sqlReferenceHead em {
        white-space: normal
    }

    .ath-module-helper__sqlReferenceTable table {
        min-width: 36rem
    }

    .ath-module-helper__sqlReferenceTable th,
    .ath-module-helper__sqlReferenceTable td {
        font-size: .76rem;
        padding: .45rem .5rem
    }
}

/* Language-aware code workspace. The source is always simulated or sandboxed; it is never executed on the WordPress server. */
.ath-module-helper__codeLab {
    align-items: stretch
}

.ath-module-helper__codeEditor {
    background: #f4f8f7
}

.ath-module-helper__codeWorkspaceHead {
    align-items: center;
    background: #18242f;
    border: 1px solid #294452;
    border-radius: 10px 10px 0 0;
    color: #e7f4f0;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin: -.05rem -.05rem 0;
    padding: .7rem .85rem
}

.ath-module-helper__codeWorkspaceHead .ath-module-helper__codeFilename {
    color: #fff;
    font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    font-size: 14px;
    font-weight: 800;
    margin: 0
}

.ath-module-helper__codeRuntime {
    color: #b8d3cc;
    font-size: 12px;
    font-weight: 700;
    text-align: right
}

.ath-module-helper__codeMeta {
    background: #eaf1ef;
    border: 1px solid #c4d4cf;
    border-top: 0;
    margin: 0;
    padding: .5rem .75rem
}

.ath-module-helper__codeMeta span {
    font-size: 13px
}

.ath-module-helper__codeEditorShell {
    background: #0d1117;
    border: 1px solid #31495c;
    border-radius: 0 0 10px 10px;
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    min-height: 17rem;
    overflow: hidden
}

.ath-module-helper__codeLineNumbers {
    background: #101923;
    border-right: 1px solid #2d4354;
    color: #72869b;
    font: 600 15px/1.7 "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    margin: 0;
    overflow: hidden;
    padding: 1rem .6rem;
    text-align: right;
    user-select: none
}

.ath-module-helper__codeLineNumbers span {
    display: block;
    min-height: 1.7em
}

.ath-module-helper__codeLineNumbers span.is-active {
    color: #f0c34a
}

.ath-module-helper__codeEditorShell .ath-module-helper__editor {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #edf7f3;
    font: 500 17px/1.65 "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    min-height: 17rem;
    outline: 0;
    padding: 1rem 1.1rem;
    resize: vertical;
    tab-size: 4
}

.ath-module-helper__codeEditorShell .ath-module-helper__editor::selection {
    background: rgba(48, 139, 181, .45);
    color: #fff
}

.ath-module-helper__codeEditorShell .ath-module-helper__editor:focus {
    box-shadow: inset 3px 0 0 #e5b638
}

.ath-module-helper__codeLab--html .ath-module-helper__codeWorkspaceHead {
    background: #512d20
}

.ath-module-helper__codeLab--css .ath-module-helper__codeWorkspaceHead {
    background: #253f73
}

.ath-module-helper__codeLab--javascript .ath-module-helper__codeWorkspaceHead {
    background: #4b4120
}

.ath-module-helper__codeLab--php .ath-module-helper__codeWorkspaceHead {
    background: #39355d
}

.ath-module-helper__codeLab--sql .ath-module-helper__codeWorkspaceHead {
    background: #15515b
}

.ath-module-helper__codeLab--python .ath-module-helper__codeWorkspaceHead {
    background: #25506f
}

.ath-module-helper__codeLab--bash .ath-module-helper__codeWorkspaceHead {
    background: #194839
}

.ath-module-helper__codeOutput {
    display: flex;
    flex-direction: column
}

.ath-module-helper__codeOutputHead {
    margin-bottom: .75rem
}

.ath-module-helper__codeTerminal {
    background: #09151d;
    border: 1px solid #315966;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(87, 187, 170, .08);
    color: #c8f7d8;
    font: 500 17px/1.65 "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    min-height: 17rem;
    padding: 1rem
}

.ath-module-helper__codePreviewStage {
    display: grid;
    gap: .7rem
}

.ath-module-helper__codePreview {
    border: 1px solid #54737a;
    height: 17rem
}

.ath-module-helper__codePreviewLog {
    background: #09151d;
    border: 1px solid #315966;
    border-radius: 8px;
    color: #bff5d0;
    font: 500 14px/1.55 "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    margin: 0;
    max-height: 8rem;
    min-height: 3.2rem;
    overflow: auto;
    padding: .7rem;
    white-space: pre-wrap
}

.ath-module-helper__codeChecks {
    display: grid;
    gap: .35rem;
    list-style: none;
    margin: .85rem 0 0;
    padding: 0
}

.ath-module-helper__codeChecks li {
    align-items: center;
    background: #fff;
    border: 1px solid #c8d6d1;
    border-radius: 7px;
    color: #40535a;
    display: flex;
    font-size: 13px;
    gap: .45rem;
    line-height: 1.3;
    padding: .45rem .55rem
}

.ath-module-helper__codeChecks li span {
    align-items: center;
    background: #e8efec;
    border-radius: 50%;
    color: #55716f;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 1.2rem;
    justify-content: center;
    width: 1.2rem
}

.ath-module-helper__codeChecks li[data-state=passed] {
    background: #edf8f1;
    border-color: #8ac8a7;
    color: #17623d
}

.ath-module-helper__codeChecks li[data-state=passed] span {
    background: #188354;
    color: #fff
}

.ath-module-helper__codeChecks li[data-state=retry] {
    background: #fff9e8;
    border-color: #e4c86d;
    color: #755816
}

.ath-module-helper__codeChecks li[data-state=retry] span {
    background: #c58c16;
    color: #fff
}

.ath-module-helper__codeActions [data-ath-helper-status][data-state=retry] {
    color: #8a6516;
    font-weight: 800
}

.ath-module-helper__codeActions [data-ath-helper-status][data-state=passed] {
    color: #147443;
    font-weight: 800
}

@media(max-width:720px) {
    .ath-module-helper__codeWorkspaceHead {
        align-items: flex-start;
        flex-direction: column;
        gap: .3rem
    }

    .ath-module-helper__codeRuntime {
        text-align: left
    }

    .ath-module-helper__codeEditorShell {
        grid-template-columns: 2.8rem minmax(0, 1fr);
        min-height: 13rem
    }

    .ath-module-helper__codeLineNumbers {
        font-size: 13px;
        padding: .8rem .35rem
    }

    .ath-module-helper__codeEditorShell .ath-module-helper__editor {
        font-size: 15px;
        line-height: 1.6;
        min-height: 13rem;
        padding: .8rem
    }

    .ath-module-helper__codeTerminal {
        font-size: 15px;
        line-height: 1.6;
        min-height: 13rem
    }

    .ath-module-helper__codePreview {
        height: 14rem
    }
}

.ath-module-helper__iqVisualItem {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .2rem
}

.ath-module-helper__iqShapeSvg {
    display: block;
    height: 3.7rem;
    max-width: 100%;
    width: 8.2rem
}

.ath-module-helper__iqTileLabel {
    color: #526a6b;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center
}

.ath-module-helper__iqTileText {
    display: block
}

.ath-module-helper__iqTile[aria-label] {
    min-height: 4.8rem;
    justify-content: center
}

.ath-module-helper__iqChoice {
    display: flex;
    gap: .45rem
}

.ath-module-helper__iqChoice .ath-module-helper__iqShapeSvg {
    height: 2.2rem;
    width: 4.8rem
}

.ath-module-helper__iqChoice .ath-module-helper__iqTileLabel {
    display: none
}

.ath-module-helper__iqChoiceLabel {
    align-self: center
}

/* Keep a terminal result pane level with the adjacent code workspace. */
.ath-module-helper--voice {
    background: #f3f4f6 !important;
    border: 1px solid #d5d9df !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 26px rgba(31, 41, 51, .1) !important;
    color: #27313b !important;
    overflow: hidden !important;
    padding: 0 !important
}

.ath-module-helper--voice .ath-module-helper__context {
    align-items: flex-start !important;
    background: #eceef1 !important;
    border-bottom: 1px solid #d9dde2 !important;
    display: none !important;
    gap: .75rem !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: .8rem .95rem !important
}

.ath-module-helper--voice .ath-module-helper__context h3 {
    color: #4d5965 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: .86rem !important;
    letter-spacing: .08em !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    text-transform: uppercase !important
}

.ath-module-helper--voice .ath-module-helper__context h3:before {
    color: #8d98a3 !important;
    content: '● ' !important;
    font-size: .62rem !important
}

.ath-module-helper--voice .ath-module-helper__context p {
    color: #69737e !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: .76rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    max-width: 58% !important;
    text-align: right !important
}

.ath-module-helper--voice .ath-module-helper__body {
    background: #f3f4f6 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    padding: .85rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceTopbar {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #dce0e5 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #68737e !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: .78rem !important;
    letter-spacing: .04em !important;
    margin: 0 0 .65rem !important;
    padding: .52rem .65rem !important;
    text-transform: uppercase !important
}

.ath-module-helper--voice .ath-module-helper__voiceTopbar span:first-child {
    color: #57636e !important;
    font-size: .76rem !important;
    font-weight: 700 !important
}

.ath-module-helper--voice .ath-module-helper__voiceTopbar span:last-child {
    align-items: center !important;
    background: #eef1f3 !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 999px !important;
    color: #596570 !important;
    display: inline-flex !important;
    font-size: .72rem !important;
    gap: .3rem !important;
    letter-spacing: 0 !important;
    padding: .25rem .5rem !important;
    white-space: nowrap !important
}

.ath-module-helper--voice .ath-module-helper__voiceTopbar span:last-child:before {
    color: #8b97a1 !important;
    content: '●' !important;
    font-size: .56rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceTarget {
    background: #fff !important;
    border: 1px solid #d5dbe1 !important;
    border-radius: 9px !important;
    gap: .5rem !important;
    padding: .75rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceTarget>strong {
    color: #5c6873 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: .82rem !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important
}

.ath-module-helper--voice .ath-module-helper__voiceAudio {
    accent-color: #3f8f85 !important;
    height: 2.35rem !important;
    width: 100% !important
}

.ath-module-helper--voice .ath-module-helper__voiceTranscript {
    color: #44515d !important;
    font-size: .9rem !important;
    line-height: 1.5 !important
}

.ath-module-helper--voice .ath-module-helper__voiceTranscript summary {
    color: #5c7282 !important;
    font-size: 1rem;
    font-weight: 700 !important;
    letter-spacing: .03em !important
}

.ath-module-helper--voice .ath-module-helper__voiceTranscript p {
    line-height: 1.5 !important;
    margin: .45rem 0 0 !important
}

.ath-module-helper--voice .ath-module-helper__voiceCanvas {
    aspect-ratio: 3/1 !important;
    background: #f7f8fa !important;
    border: 1px solid #d5dbe1 !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7) !important;
    display: block !important;
    height: clamp(12rem, 20vw, 15rem) !important;
    margin: .65rem 0 0 !important;
    width: 100% !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics {
    gap: .45rem !important;
    margin: .6rem 0 !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics>div {
    background: #fff !important;
    border: 1px solid #dfe3e7 !important;
    border-radius: 7px !important;
    padding: .55rem .6rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics span {
    align-items: center !important;
    color: #6d7781 !important;
    display: flex !important;
    font-size: 1rem;
    gap: .35rem !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics span:before {
    align-items: center !important;
    background: #eef0f2 !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 999px !important;
    color: #64707b !important;
    content: '•' !important;
    display: inline-flex !important;
    font-size: .64rem !important;
    font-weight: 700 !important;
    height: 1.05rem !important;
    justify-content: center !important;
    width: 1.05rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics>div:nth-child(1) span:before {
    content: '✓' !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics>div:nth-child(2) span:before {
    content: '◷' !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics>div:nth-child(3) span:before {
    content: '◒' !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics>div:nth-child(4) span:before {
    content: '≈' !important
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics strong {
    color: #2f3b46 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 1.1rem
}

.ath-module-helper--voice .ath-module-helper__voiceControls {
    background: transparent !important;
    border-top: 1px solid #e0e3e7 !important;
    gap: .45rem !important;
    padding: .6rem 0 0 !important
}

.ath-module-helper--voice .ath-module-helper__voiceControls .ath-module-helper__button {
    background: #fff !important;
    border: 1px solid #d4dae0 !important;
    border-radius: 7px !important;
    color: #33404b !important;
    font-size: 1.4rem;
    padding: .48rem .7rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceControls>[data-ath-helper-voice-timer] {
    color: #606b76 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: .78rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceFeedback {
    align-items: flex-start !important;
    border-left: 2px solid #9aa6b0 !important;
    color: #5d6872 !important;
    display: flex !important;
    font-size: 1rem;
    gap: .45rem !important;
    line-height: 1.5 !important;
    margin: .65rem 0 0 !important;
    padding-left: .55rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceFeedback:before {
    align-items: center !important;
    background: #eef1f3 !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 999px !important;
    color: #64707b !important;
    content: 'i' !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-size: .68rem !important;
    font-weight: 700 !important;
    height: 1.05rem !important;
    justify-content: center !important;
    margin-top: .08rem !important;
    width: 1.05rem !important
}

.ath-module-helper--voice .ath-module-helper__notice {
    color: #68737e !important;
    font-size: .8rem !important;
    line-height: 1.45 !important;
    margin: .35rem 0 !important
}

@media(max-width:620px) {
    .ath-module-helper--voice .ath-module-helper__context {
        display: block !important
    }

    .ath-module-helper--voice .ath-module-helper__context p {
        max-width: none !important;
        text-align: left !important
    }

    .ath-module-helper--voice .ath-module-helper__voiceTopbar {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: .35rem !important
    }

    .ath-module-helper--voice .ath-module-helper__voiceTopbar span:last-child {
        white-space: normal !important
    }

    .ath-module-helper--voice .ath-module-helper__voiceCanvas {
        height: 12rem !important
    }

    .ath-module-helper--voice .ath-module-helper__body {
        padding: .7rem !important
    }
}

.ath-module-helper--voice .ath-module-helper__voicePlayButton {
    align-items: center;
    background: #f7f8fa;
    border: 1px solid #c9d1d8;
    border-radius: 8px;
    color: #33404b;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    padding: .5rem .8rem;
    touch-action: manipulation;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

.ath-module-helper--voice .ath-module-helper__voicePlayButton:active {
    background: #e9edef
}

@media(max-width:620px) {
    .ath-module-helper--voice .ath-module-helper__voiceAudio {
        height: 44px !important;
        min-height: 44px !important
    }
}

.ath-module-helper--voice .ath-module-helper__voiceCanvas {
    height: 220px !important;
    min-height: 220px !important
}

@media(max-width:620px) {
    .ath-module-helper--voice .ath-module-helper__voiceCanvas {
        height: 180px !important;
        min-height: 180px !important
    }
}

.ath-module-helper--voice .ath-module-helper__voiceLegend {
    align-items: center !important;
    color: #69737e !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: 1.3rem !important;
    gap: .45rem .8rem !important;
    font-weight: 700;
    margin: .42rem 0 .55rem !important;
    min-height: 1.25rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceLegendItem {
    align-items: center !important;
    display: inline-flex !important;
    gap: .32rem !important;
    white-space: nowrap !important
}

.ath-module-helper--voice .ath-module-helper__voiceLegendItem i,
.ath-module-helper--voice .ath-module-helper__voiceAttemptHead i {
    background: var(--ath-voice-color, #697581) !important;
    border-radius: 999px !important;
    display: inline-block !important;
    height: .55rem !important;
    width: .55rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceLegendItem--target i {
    background: #697581 !important
}

.ath-module-helper--voice .ath-module-helper__voiceLegendEmpty {
    color: #8a949e !important;
    font-size: .72rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceAttempts {
    display: grid !important;
    gap: .42rem !important;
    margin: .25rem 0 .62rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceAttempt {
    background: #fff !important;
    border: 1px solid #dfe3e7 !important;
    border-left: 3px solid var(--ath-voice-color, #3f8f85) !important;
    border-radius: 7px !important;
    padding: .45rem .55rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceAttemptHead {
    align-items: center !important;
    color: #69737e !important;
    display: flex !important;
    font-size: 1.3rem;
    gap: .55rem !important;
    margin-bottom: .25rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceAttemptHead>span:first-child {
    align-items: center !important;
    display: inline-flex !important;
    gap: .32rem !important;
    font-weight: 700 !important
}

.ath-module-helper--voice .ath-module-helper__voiceAttemptHead>span:nth-child(2) {
    color: #87919b !important;
    font-size: .68rem !important
}

.ath-module-helper--voice .ath-module-helper__voiceAttemptHead strong {
    color: #33404b !important;
    font-size: .78rem !important;
    margin-left: auto !important
}

.ath-module-helper--voice .ath-module-helper__voiceAttempt .ath-module-helper__voiceAudio {
    height: 2rem !important
}

@media(max-width:620px) {
    .ath-module-helper--voice .ath-module-helper__voiceLegend {
        gap: .35rem .6rem !important
    }

    .ath-module-helper--voice .ath-module-helper__voiceAttemptHead {
        font-size: .7rem !important
    }
}

.ath-module-helper__codeOutput {
    height: 100%
}

.ath-module-helper__codeTerminal {
    flex: 1 1 auto;
    max-height: none;
    min-height: 17rem
}

@media(max-width:720px) {
    .ath-module-helper__codeTerminal {
        min-height: 13rem
    }
}

.ath-module-helper__iqTile {
    flex-direction: column;
    gap: .12rem
}

.ath-module-helper__iqTileMeta {
    color: #718382;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase
}

.ath-module-helper__iqTileLabel {
    font-size: .76rem;
    line-height: 1.2
}

.ath-module-helper__iqMatrix {
    gap: .7rem;
    grid-template-columns: repeat(3, minmax(7rem, 1fr));
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto
}

.ath-module-helper__iqMatrix .ath-module-helper__iqTile {
    min-height: 6rem;
    padding: .45rem
}

.ath-module-helper__iqMatrix .ath-module-helper__iqShapeSvg {
    height: 3.8rem
}

.ath-module-helper__iqMatrix .ath-module-helper__iqTile--missing {
    font-size: 1.8rem
}

.ath-module-helper__iqChoice .ath-module-helper__iqShapeSvg {
    flex: 0 0 auto
}

.ath-module-helper__iqChoiceLabel {
    font-size: .92rem
}

@media(max-width:620px) {
    .ath-module-helper__iqMatrix {
        gap: .45rem;
        grid-template-columns: repeat(3, minmax(5rem, 1fr))
    }

    .ath-module-helper__iqMatrix .ath-module-helper__iqTile {
        min-height: 5.3rem;
        padding: .3rem
    }

    .ath-module-helper__iqMatrix .ath-module-helper__iqShapeSvg {
        height: 3rem
    }

    .ath-module-helper__iqMatrix .ath-module-helper__iqTileLabel {
        font-size: .67rem
    }
}

.ath-module-helper__iqIcon {
    display: block;
    height: 3.8rem;
    object-fit: contain;
    width: 5.1rem
}

.ath-module-helper__iqChoice .ath-module-helper__iqIcon {
    flex: 0 0 auto;
    height: 2.2rem;
    width: 2.2rem
}

@media(max-width:620px) {
    .ath-module-helper__iqIcon {
        height: 3rem;
        width: 4rem
    }
}

.ath-module-helper__iqChoice>span:not(:first-child) {
    align-items: initial;
    background: transparent;
    border-radius: 0;
    color: inherit;
    display: inline;
    font-size: inherit;
    height: auto;
    min-width: 0;
    padding: 0
}

.ath-module-helper__iqChoice>.ath-module-helper__iqChoiceLabel {
    align-self: center;
    background: transparent;
    color: inherit;
    display: inline;
    font-size: .92rem;
    height: auto;
    min-width: 0;
    padding: 0
}

.ath-module-helper__voiceTopbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem;
    color: #7f9a99;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ath-module-helper__voiceTopbar span:last-child {
    color: #d7ebe8;
    font-size: .68rem;
    letter-spacing: 0;
    text-transform: none
}

.ath-module-helper__voiceTarget {
    display: grid;
    gap: .55rem;
    padding: 1rem;
    border: 1px solid rgba(133, 197, 190, .2);
    border-radius: .8rem;
    background: linear-gradient(145deg, rgba(29, 91, 91, .32), rgba(9, 31, 39, .55))
}

.ath-module-helper__voiceTarget>strong {
    font-size: 1rem
}

.ath-module-helper__voiceAudio {
    width: 100%;
    accent-color: #5cc8b4
}

.ath-module-helper__voiceTranscript {
    color: #cfe2df;
    font-size: .82rem
}

.ath-module-helper__voiceTranscript summary {
    cursor: pointer;
    color: #5cc8b4;
    font-weight: 800
}

.ath-module-helper__voiceTranscript p {
    margin: .55rem 0 0;
    line-height: 1.55
}

.ath-module-helper__voiceCanvas {
    display: block;
    width: 100%;
    height: auto;
    margin: .9rem 0 0;
    border: 1px solid rgba(133, 197, 190, .18);
    border-radius: .7rem;
    background: #10232d
}

.ath-module-helper__voiceMetrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem;
    margin: .65rem 0
}

.ath-module-helper__voiceMetrics>div {
    display: grid;
    gap: .2rem;
    padding: .6rem .65rem;
    border: 1px solid rgba(133, 197, 190, .18);
    border-radius: .55rem;
    background: rgba(9, 31, 39, .42)
}

.ath-module-helper__voiceMetrics span {
    color: #87a3a1;
    font-size: .64rem;
    line-height: 1.25
}

.ath-module-helper__voiceMetrics strong {
    color: #e9bf62;
    font-size: 1.1rem
}

.ath-module-helper__voiceControls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .55rem
}

.ath-module-helper__voiceControls>[data-ath-helper-voice-timer] {
    margin-left: auto;
    color: #87a3a1;
    font-variant-numeric: tabular-nums
}

.ath-module-helper__voiceFeedback {
    margin: .65rem 0 0;
    color: #cfe2df;
    line-height: 1.5
}

.ath-module-helper--voice .ath-module-helper__notice {
    margin: .35rem 0;
    color: #b6cbc8;
    font-size: .78rem;
    line-height: 1.45
}

@media(max-width:620px) {
    .ath-module-helper__voiceMetrics {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .ath-module-helper__voiceControls>[data-ath-helper-voice-timer] {
        width: 100%;
        margin-left: 0
    }

    .ath-module-helper__voiceTopbar {
        align-items: flex-start;
        flex-direction: column;
        gap: .25rem
    }
}

.ath-module-helper--voice {
    background: #08181d;
    border: 1px solid #2d6f69;
    border-radius: .45rem;
    box-shadow: inset 0 0 0 1px rgba(202, 235, 218, .08), 0 .7rem 1.6rem rgba(8, 24, 29, .16);
    color: #d8eee9;
    overflow: hidden;
    padding: 0
}

.ath-module-helper--voice .ath-module-helper__context {
    align-items: center;
    background: linear-gradient(180deg, #173e43, #0b272d);
    border-bottom: 1px solid #3c8b7d;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin: 0;
    padding: .55rem .7rem
}

.ath-module-helper--voice .ath-module-helper__context h3 {
    color: #e9bf62;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: .72rem;
    letter-spacing: .12em;
    margin: 0;
    text-transform: uppercase
}

.ath-module-helper--voice .ath-module-helper__context h3:before {
    color: #5cc8b4;
    content: '▶ ';
    font-size: .56rem
}

.ath-module-helper--voice .ath-module-helper__context p {
    color: #8bb4ac;
    font-size: .66rem;
    line-height: 1.3;
    margin: 0;
    max-width: 55%;
    text-align: right
}

.ath-module-helper--voice .ath-module-helper__body {
    background: radial-gradient(circle at 82% 0, rgba(71, 159, 137, .14), transparent 38%), #091d22;
    padding: .7rem
}

.ath-module-helper--voice .ath-module-helper__voiceTopbar {
    display: none;
    background: #061216;
    border: 1px solid #244e4d;
    border-radius: .25rem;
    box-shadow: inset 0 0 .7rem rgba(28, 121, 105, .2);
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    margin: 0 0 .55rem;
    padding: .38rem .5rem
}

.ath-module-helper--voice .ath-module-helper__voiceTopbar span:first-child {
    color: #5cc8b4;
    font-size: .64rem
}

.ath-module-helper--voice .ath-module-helper__voiceTopbar span:last-child {
    color: #e9bf62;
    font-size: .61rem;
    white-space: nowrap
}

.ath-module-helper--voice .ath-module-helper__voiceTarget {
    background: #102a2d;
    border-color: #326f69;
    border-radius: .28rem;
    gap: .38rem;
    padding: .5rem
}

.ath-module-helper--voice .ath-module-helper__voiceTarget>strong {
    color: #b9d8d0;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: .67rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

.ath-module-helper--voice .ath-module-helper__voiceAudio {
    height: 2rem
}

.ath-module-helper--voice .ath-module-helper__voiceTranscript {
    font-size: .74rem
}

.ath-module-helper--voice .ath-module-helper__voiceTranscript summary {
    font-size: 1rem;
    letter-spacing: .04em;
    text-transform: uppercase
}

.ath-module-helper--voice .ath-module-helper__voiceTranscript p {
    line-height: 1.35;
    font-size:2.2rem;
    font-weight: 800;
    margin: .35rem 0 0
}

.ath-module-helper--voice .ath-module-helper__voiceCanvas {
    background: #061317;
    border-color: #326f69;
    border-radius: .25rem;
    box-shadow: inset 0 0 1rem rgba(27, 117, 101, .18);
    margin: .55rem 0 0
}

.ath-module-helper--voice .ath-module-helper__voiceKeyboard {
    background: #0b2226;
    border: 1px solid #285b59;
    border-radius: .25rem;
    margin: .55rem 0 0;
    min-height: 0;
    padding: .45rem .5rem .65rem;
}

.ath-module-helper--voice .ath-module-helper__voiceKeyboardLabel {
    color: #78a39c;
    display: block;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: .2rem;
    text-transform: uppercase;
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics {
    gap: .3rem;
    margin: .45rem 0
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics>div {
    background: #0b2226;
    border-color: #285b59;
    border-radius: .22rem;
    padding: .38rem .42rem
}

.ath-module-helper--voice .ath-module-helper__voiceMetrics span {
    color: #78a39c;
    font-size: 0.9rem;
    font-weight: 800;

}

.ath-module-helper--voice .ath-module-helper__voiceMetrics strong {
    color: #e9bf62;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 1.8rem
}

.ath-module-helper--voice .ath-module-helper__voiceControls {
    background: #0d292c;
    border-top: 1px solid #265754;
    gap: .35rem;
    padding: .45rem 0 0
}

.ath-module-helper--voice .ath-module-helper__voiceControls .ath-module-helper__button {
    border-radius: .2rem;
    font-size: 1.4rem;
    padding: .38rem .52rem
}

.ath-module-helper--voice .ath-module-helper__voiceControls>[data-ath-helper-voice-timer] {
    color: #e9bf62;
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: .66rem
}

.ath-module-helper--voice .ath-module-helper__voiceFeedback {
    border-left: 2px solid #5cc8b4;
    color: #a9c9c2;
    font-size: 1rem;
    line-height: 1.35;
    margin: .5rem 0 0;
    padding-left: .45rem
}

.ath-module-helper--voice .ath-module-helper__notice {
    font-size: .72rem
}

.ath-module-helper--voice .ath-module-helper__voiceTarget:after {
    background: repeating-linear-gradient(90deg, #5cc8b4 0 2px, transparent 2px 5px);
    content: '';
    display: block;
    height: .5rem;
    opacity: .5;
    width: 100%
}

@media(max-width:620px) {
    .ath-module-helper--voice .ath-module-helper__context {
        align-items: flex-start;
        display: block
    }

    .ath-module-helper--voice .ath-module-helper__context p {
        max-width: none;
        text-align: left
    }

    .ath-module-helper--voice .ath-module-helper__voiceTopbar span:last-child {
        white-space: normal
    }

    .ath-module-helper--voice .ath-module-helper__body {
        padding: .55rem
    }
}
