@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#1c2927;background:#f7f8f4;font-synthesis:none;text-rendering:optimizeLegibility;--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif;--type-course: 34px;--type-chapter: 30px;--type-lesson: 26px;--type-activity-title: 23px;--type-section: 23px;--type-subheading: 19px;--type-body: 17px;--type-instruction: 16px;--type-editor-body: 18px;--type-question: 19px;--type-answer: 17px;--type-feedback: 16px;--type-meta: 13.5px;--type-helper: 13px;--color-page: #f7f8f4;--color-surface: #ffffff;--color-surface-subtle: #f7faf7;--color-primary: #123c38;--color-primary-hover: #1d514b;--color-primary-soft: #e5efe9;--color-navigation-selected: #35645e;--color-navigation-selected-hover: #2d5752;--color-instruction: #294f68;--color-instruction-accent: #4c86ad;--color-accent: #d9f275;--color-text: #1c2927;--color-text-secondary: #465753;--color-text-muted: #6d7775;--color-border: #dfe5df;--color-border-strong: #b8c9c1;--color-success: #286347;--color-success-soft: #edf8f1;--color-error: #98433c;--color-error-soft: #fff0ef;--color-warning: #856520;--color-warning-soft: #fbf3db;--color-focus: rgba(30, 111, 100, .25);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 22px;--shadow-sm: 0 5px 14px rgba(24, 52, 46, .07);--shadow-md: 0 12px 34px rgba(27, 53, 48, .08);--shadow-lg: 0 18px 50px rgba(27, 53, 48, .1);--control-height: 46px;--control-height-small: 36px;--transition-interactive: .18s ease;--layout-mobile-gutter: 16px;--layout-tablet-gutter: clamp(20px, 3.5vw, 34px);--layout-desktop-gutter: clamp(28px, 5vw, 78px);--layout-page-padding: var(--layout-desktop-gutter);--layout-section-gap: clamp(18px, 3vw, 32px);--layout-content-max: 1600px;--layout-readable-max: 760px;--layout-exercise-readable-max: 820px;--layout-sidebar-width: 292px;--layout-drawer-width: clamp(280px, 88vw, 360px);--layout-mobile-drawer-width: min(82vw, 340px);--layout-dialog-width: min(1120px, calc(100vw - var(--layout-page-padding) - var(--layout-page-padding)));--layout-card-min: 280px;--layout-card-max: 340px;--layout-course-grid-max: 1426px;--touch-target: 44px;--ink: var(--color-text);--muted: var(--color-text-muted);--forest: var(--color-primary);--forest-2: var(--color-primary-hover);--lime: var(--color-accent);--cream: var(--color-page);--paper: var(--color-surface);--line: var(--color-border);--danger: var(--color-error);--shadow: var(--shadow-lg)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.button{min-height:var(--control-height);display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 19px;border:1px solid transparent;border-radius:var(--radius-md);cursor:pointer;font-size:.88rem;font-weight:700;transition:transform var(--transition-interactive),box-shadow var(--transition-interactive),border-color var(--transition-interactive),background var(--transition-interactive)}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button.primary{color:#fff;background:var(--color-primary);box-shadow:0 8px 20px #123c382b}.button.primary:hover:not(:disabled){background:var(--color-primary-hover)}.button.secondary{border-color:var(--color-border);color:var(--color-primary);background:var(--color-surface)}.button.secondary:hover:not(:disabled){border-color:var(--color-border-strong);box-shadow:var(--shadow-sm)}.button.light{color:var(--color-primary);background:var(--color-accent)}.button.small{min-height:var(--control-height-small);padding:0 14px;font-size:.79rem}.button.wide{width:100%}.text-button{border:0;color:var(--color-primary);background:transparent;cursor:pointer;font-weight:700}label{display:flex;flex-direction:column;gap:7px;color:var(--color-text-secondary);font-size:.75rem;font-weight:700}input,select,textarea{width:100%;min-height:var(--control-height);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:10px 12px;color:var(--color-text);background:var(--color-surface);outline:0;transition:border-color var(--transition-interactive),box-shadow var(--transition-interactive),background var(--transition-interactive)}textarea{resize:vertical;line-height:1.55}select{width:fit-content;min-width:10rem;max-width:100%;field-sizing:content}input[type=number]{width:min(100%,10rem)}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:var(--color-border-strong)}input:focus,select:focus,textarea:focus{border-color:#83a39b;box-shadow:0 0 0 3px #286c6017}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;color:var(--color-text-muted);background:#f0f3f0}input[type=checkbox],input[type=radio]{min-height:0;padding:0}.checkbox-field{width:fit-content;flex-direction:row;align-items:center;gap:9px;cursor:pointer}.checkbox-field input[type=checkbox]{width:18px;height:18px;min-height:18px;flex:0 0 18px;padding:0;accent-color:var(--color-primary)}.checkbox-field:has(input:disabled){cursor:not-allowed;opacity:.6}.lesson-completion-setting{display:grid;gap:var(--space-1)}.lesson-completion-setting>small{color:var(--color-text-muted);line-height:1.45}.multiline-text-field{min-height:var(--control-height);white-space:pre-wrap}.multiline-text-field.is-auto-grow{overflow-y:auto;resize:vertical}.field-compact{width:fit-content;max-width:100%}.field-compact>input,.field-compact>select{width:auto;min-width:7rem;max-width:min(100%,11rem);field-sizing:content}.field-medium{width:fit-content;max-width:min(100%,24rem)}.field-medium>input,.field-medium>select{width:auto;min-width:12rem;max-width:100%;field-sizing:content}.field-full{width:100%}.field-full>input,.field-full>select,.field-full>textarea{width:100%}.form-section{width:100%;min-width:0;display:grid;gap:var(--form-section-gap, 17px)}.form-grid,.form-row{width:100%;min-width:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--form-grid-min, 15rem)),1fr));align-items:start;gap:var(--form-grid-gap, 13px)}.form-grid>*,.form-row>*,.form-field{min-width:0;max-width:100%;box-sizing:border-box}.form-grid>:where(label,.form-field),.form-row>:where(label,.form-field){width:100%}.form-grid>:where(label,.form-field)>:where(input,select,textarea),.form-row>:where(label,.form-field)>:where(input,select,textarea),.form-field>:where(input,select,textarea){width:100%;min-width:0;max-width:100%}.form-grid>:where(.field-compact,.field-medium,.field-full),.form-row>:where(.field-compact,.field-medium,.field-full){width:100%;max-width:100%}.form-grid>:where(.field-compact,.field-medium)>:where(input,select),.form-row>:where(.field-compact,.field-medium)>:where(input,select){width:100%;min-width:0;max-width:100%}.form-field-label{color:inherit;font:inherit}.form-field-helper{color:var(--color-text-muted);font-size:var(--type-helper);font-weight:400;line-height:1.45}.form-action-group{width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding-top:8px}.execution-settings-summary{display:grid;gap:4px;padding:12px 14px;color:var(--color-text-secondary);background:var(--color-surface-subtle);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--type-helper);line-height:1.5}.execution-settings-summary strong{color:var(--color-text)}.execution-settings-details{min-width:0;padding:0;border-top:1px solid var(--color-border)}.execution-settings-details>summary{padding:12px 2px;color:var(--color-text);font-weight:650;cursor:pointer}.execution-settings-details[open]>summary{margin-bottom:10px}.media-playback-settings{margin-top:4px}.form-action-group>*{min-width:0;max-width:100%}.form-dialog-panel,.form-dialog-body{min-width:0;max-width:100%;box-sizing:border-box}.ui-surface{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.ui-surface.is-elevated{box-shadow:var(--shadow-md)}.input-help,.ui-helper{color:var(--color-text-muted);font-size:var(--type-helper);font-weight:400;line-height:1.45}.form-message{padding:11px 13px;margin:15px 0;border-radius:var(--radius-sm);font-size:var(--type-helper);line-height:1.45}.form-message.error{color:var(--color-error);background:var(--color-error-soft)}.form-message.success{color:var(--color-success);background:var(--color-success-soft)}.form-message.warning{color:var(--color-warning);background:var(--color-warning-soft)}.form-message a{font-weight:700;text-decoration:underline}.ui-meta,.exercise-card-progress{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:500;line-height:1.4}.section-label{display:block;color:var(--color-text-muted);font-size:var(--type-meta);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.page-heading h1,.learner-course-title h1,.ui-course-title{font-size:var(--type-course);font-weight:700}.ui-chapter-title{font-size:var(--type-chapter);font-weight:700}.course-book-page-simple-header h1,.ui-lesson-title{font-size:var(--type-lesson);font-weight:650}.course-book-element-heading h2,.ui-exercise-title{font-size:var(--type-activity-title);font-weight:600}.course-book-instruction,.ui-instruction{font-size:var(--type-instruction);font-weight:500}.learner-instruction{width:min(100%,var(--layout-readable-max));margin-top:var(--space-3);padding:2px 0 2px var(--space-4);border-left:3px solid var(--color-instruction-accent);color:var(--color-instruction);font-size:var(--type-instruction);font-weight:500;line-height:1.5}.learner-instruction-label{margin:0 0 var(--space-2);color:var(--color-instruction-accent);font:700 var(--type-helper)/1.3 var(--font-sans);letter-spacing:.08em;text-transform:uppercase}.learner-instruction .learner-instruction-content{color:inherit;font-size:inherit;line-height:inherit}.learner-instruction .learner-instruction-content p{margin:0}.learner-instruction .learner-instruction-content p+p{margin-top:9px}.learner-question-prompt .question-ui-prompt,.ui-question{font-size:var(--type-question);font-weight:600}.question-ui-choice-label,.ui-answer{font-size:var(--type-answer);font-weight:400}.status-badge{box-sizing:border-box;min-width:0;max-width:100%;min-height:24px;display:inline-flex;flex:0 1 auto;align-items:center;align-self:center;justify-content:center;padding:4px 9px;border-radius:999px;color:#5c6765;background:#e8ece8;font-family:var(--font-sans);font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.05em;text-align:center;text-transform:uppercase;vertical-align:middle;white-space:nowrap}.status-badge-approved,.status-badge-published,.status-badge-active,.status-badge-completed,.status-badge-enrolled{color:var(--color-success);background:#dceee3}.status-badge-draft,.status-badge-pending,.status-badge-pending-review,.status-badge-in-progress{color:var(--color-warning);background:#f5e9c9}.status-badge-suspended,.status-badge-deleted,.status-badge-dropped,.status-badge-blocked{color:var(--color-error);background:#f2dcda}.progress-track{width:100%;height:6px;overflow:hidden;border-radius:999px;background:#e7ebe6}.progress-track span{display:block;height:100%;border-radius:inherit;background:#559987}@media(max-width:1023px){:root{--type-course: 30px;--type-chapter: 26px;--type-lesson: 23px;--type-activity-title: 21px;--type-section: 21px;--type-subheading: 18px;--type-body: 16.5px;--type-editor-body: 16.5px;--type-question: 17.5px;--type-answer: 16.5px;--type-feedback: 16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important}}.rich-text-field{display:grid;gap:var(--space-2);min-width:0}.rich-text-field-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);color:var(--color-text-secondary);font-size:.75rem;font-weight:700}.rich-text-field-preview{width:100%;min-height:58px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);background:var(--color-surface);font:inherit;text-align:left;cursor:text}.rich-text-field-preview:hover{border-color:var(--color-border-strong)}.rich-text-field-preview:focus-visible{outline:0;box-shadow:0 0 0 3px var(--color-focus)}.rich-text-field-placeholder{color:var(--color-text-muted);font-weight:400}.rich-text-field-actions{display:flex;justify-content:flex-end;gap:6px}.rich-text-field-actions .button{min-width:auto;min-height:30px;padding-inline:10px;font-size:var(--type-helper)}.rich-text-editor{width:100%;max-width:100%;height:clamp(260px,42vh,420px);min-height:240px;max-height:min(75vh,760px);display:flex;flex-direction:column;overflow:hidden;resize:none;box-sizing:border-box;border:1px solid #d1d5db;border-radius:var(--radius-md);background:var(--color-surface);transition:border-color var(--transition-interactive),box-shadow var(--transition-interactive)}.rich-text-editor:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #286c6017}.rich-text-editor.is-auto-grow{height:auto;min-height:0;max-height:none;overflow:visible}.rich-text-editor.is-auto-grow .rich-text-editor-body{min-height:0;flex:none;overflow:visible;scrollbar-gutter:auto}.rich-text-editor.is-auto-grow .rich-text-editor-content{min-height:180px}.rich-text-toolbar{position:sticky;z-index:2;top:0;flex:0 0 auto;display:flex;flex-wrap:wrap;gap:3px;padding:6px;border-bottom:1px solid var(--color-border);background:var(--color-surface-subtle)}.rich-text-toolbar button{width:32px;height:30px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:var(--radius-sm);color:var(--color-text-secondary);background:transparent;cursor:pointer}.rich-text-toolbar .rich-text-insert-blank{width:auto;display:inline-flex;gap:5px;padding-inline:8px;font-size:var(--type-meta);font-weight:700}.rich-text-toolbar button:hover:not(:disabled){border-color:var(--color-border);background:var(--color-surface)}.rich-text-toolbar button.is-active{color:var(--color-primary);background:var(--color-primary-soft)}.learner-writing-toolbar{flex-wrap:nowrap}.rich-text-toolbar button:disabled{color:var(--color-text-muted);cursor:default;opacity:.38}.rich-text-toolbar svg{width:16px;height:16px}.rich-text-toolbar-divider{width:1px;height:19px;align-self:center;margin-inline:3px;background:var(--color-border)}.rich-text-color-split{display:inline-flex;align-items:center;border:1px solid transparent;border-radius:var(--radius-sm)}.rich-text-color-split:hover,.rich-text-color-split:focus-within{border-color:var(--color-border);background:var(--color-surface)}.rich-text-color-split .rich-text-color-apply{position:relative;width:31px;border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.rich-text-color-split .rich-text-palette-trigger{width:19px;border-left-color:var(--color-border);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.rich-text-color-split .rich-text-palette-trigger svg{width:12px;height:12px}.rich-text-palette{position:relative;display:inline-flex}.rich-text-palette-trigger{position:relative;width:32px;height:30px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:var(--radius-sm);color:var(--color-text-secondary);background:transparent;cursor:pointer}.rich-text-palette-trigger:hover,.rich-text-palette.is-open .rich-text-palette-trigger{border-color:var(--color-border);background:var(--color-surface)}.rich-text-palette-trigger:focus-visible,.rich-text-palette-popover button:focus-visible,.rich-text-custom-color input:focus-visible{outline:0;box-shadow:0 0 0 3px var(--color-focus)}.rich-text-current-color{position:absolute;right:6px;bottom:3px;width:17px;height:3px;border:1px solid rgba(15,23,42,.12);border-radius:999px;box-shadow:0 1px 1px #0f172a14}.viewport-popover{position:fixed;z-index:2200;box-sizing:border-box}.rich-text-palette-popover{width:min(190px,calc(100vw - 16px));display:grid;gap:9px;padding:10px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md)}.rich-text-palette-popover button{min-width:0;min-height:0;margin:0;padding:0;border:1px solid transparent;border-radius:var(--radius-sm);color:var(--color-text-secondary);background:transparent;font:inherit;cursor:pointer}.rich-text-palette-popover button:hover{border-color:var(--color-border-strong);background:var(--color-surface-subtle)}.rich-text-palette-popover button svg{width:16px;height:16px}.rich-text-palette-label{color:var(--color-text-muted);font-size:var(--type-helper);font-weight:600}.rich-text-swatches{display:flex;flex-wrap:wrap;gap:6px}.rich-text-swatches button{width:27px;height:27px;display:grid;place-items:center;border-color:var(--color-border);background:var(--color-surface)}.rich-text-swatches button.is-selected{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-soft)}.rich-text-swatches button span{width:17px;height:17px;border:1px solid rgba(15,23,42,.12);border-radius:50%}.rich-text-custom-color{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);color:var(--color-text-secondary);font-size:var(--type-helper);font-weight:600}.rich-text-custom-color input{width:35px;height:27px;min-height:0;padding:2px;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.rich-text-color-reset{width:100%!important;height:29px!important;display:flex!important;justify-content:flex-start;gap:7px;padding-inline:7px!important;border-color:var(--color-border)!important;font-size:var(--type-helper)}.rich-text-editor-body{position:relative;width:100%;min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;box-sizing:border-box}.rich-text-editor-body .rich-text-editor-content{min-height:100%;box-sizing:border-box;overflow-wrap:anywhere}.rich-text-editor-body[data-placeholder]:before{position:absolute;z-index:1;top:13px;right:14px;left:14px;content:attr(data-placeholder);color:var(--color-text-muted);font-size:var(--type-editor-body);font-weight:400;line-height:1.65;pointer-events:none}.rich-text-editor-content{min-height:150px;padding:13px 14px;color:var(--color-text);font-size:var(--type-editor-body);font-weight:400;line-height:1.65;outline:0;touch-action:manipulation;user-select:text;-webkit-user-select:text;-webkit-touch-callout:default}.rich-text-editor-content [data-inline-blank],.rich-text-inline-blank{display:inline-flex;align-items:center;justify-content:center;min-width:2.4em;padding:.05em .42em;margin-inline:.16em;border:1px dashed var(--color-primary);border-radius:var(--radius-sm);color:var(--color-primary);background:var(--color-primary-soft);font-weight:700;line-height:1.45;vertical-align:baseline}.rich-text-editor-footer{position:sticky;z-index:2;bottom:0;flex:0 0 auto;display:flex;justify-content:flex-end;padding:7px 22px 7px 9px;border-top:1px solid var(--color-border);background:var(--color-surface-subtle)}.rich-text-resize-handle{position:relative;z-index:3;width:100%;height:20px;min-height:20px;flex:0 0 20px;display:grid;place-items:center;border:0;border-top:1px solid var(--color-border);background:var(--color-surface-subtle);cursor:ns-resize;touch-action:none;-webkit-user-select:none;user-select:none}.rich-text-resize-handle:before{width:42px;height:4px;content:"";border-radius:999px;background:var(--color-border-strong);transition:background var(--transition-interactive),transform var(--transition-interactive)}.rich-text-resize-handle:hover:before{background:var(--color-primary);transform:scaleX(1.08)}.rich-text-resize-handle:focus-visible{outline:0;box-shadow:inset 0 0 0 3px var(--color-focus)}.rich-text-content{color:var(--color-text);font-size:inherit;line-height:inherit}.rich-text-content>:first-child,.rich-text-editor-content>:first-child{margin-top:0}.rich-text-content>:last-child,.rich-text-editor-content>:last-child{margin-bottom:0}.rich-text-content p,.rich-text-editor-content p{margin:0 0 .8em;white-space:pre-wrap}.rich-text-content h2,.rich-text-editor-content h2{margin:1.1em 0 .45em;font-size:var(--type-section);line-height:1.3}.rich-text-content h3,.rich-text-editor-content h3{margin:1em 0 .4em;font-size:var(--type-subheading);line-height:1.35}.rich-text-content [data-heading-size=h2],.rich-text-editor-content [data-heading-size=h2]{font-size:var(--type-section);font-weight:600;line-height:1.3}.rich-text-content [data-heading-size=h3],.rich-text-editor-content [data-heading-size=h3]{font-size:var(--type-subheading);font-weight:600;line-height:1.35}.rich-text-content em,.rich-text-editor-content em{font-style:italic}.rich-text-content u,.rich-text-editor-content u{text-decoration:underline;text-underline-offset:.12em}.rich-text-content a,.rich-text-editor-content a{color:var(--color-primary);text-decoration:underline;text-underline-offset:.14em}.rich-text-content ul,.rich-text-content ol,.rich-text-editor-content ul,.rich-text-editor-content ol{margin:.55em 0 .9em;padding-left:1.5em}.rich-text-content li+li,.rich-text-editor-content li+li{margin-top:.25em}[data-text-align=left]{text-align:left}[data-text-align=center]{text-align:center}[data-text-align=right]{text-align:right}[data-text-color=primary]{color:var(--color-primary)}[data-text-color=muted]{color:var(--color-text-muted)}[data-text-color=success]{color:var(--color-success)}[data-text-color=warning]{color:var(--color-warning)}[data-text-color=error]{color:var(--color-error)}[data-highlight]{padding-inline:.08em;border-radius:.16em;color:inherit}[data-highlight=primary]{background:var(--color-primary-soft)}[data-highlight=success]{background:var(--color-success-soft)}[data-highlight=warning]{background:var(--color-warning-soft)}[data-highlight=error]{background:var(--color-error-soft)}:root{--question-control-height: 46px;--question-row-gap: 9px;--question-row-padding: 9px 12px;--question-row-radius: var(--radius-md)}.question-ui-prompt{margin:0;color:var(--color-text);font-size:var(--type-question);font-weight:600;line-height:1.5}.question-ui-choice{min-height:var(--question-control-height);display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:var(--question-row-padding);border:1px solid var(--color-border);border-radius:var(--question-row-radius);color:var(--color-text);background:var(--color-surface);cursor:pointer;font-size:var(--type-answer);font-weight:400;transition:transform var(--transition-interactive),border-color var(--transition-interactive),background var(--transition-interactive),box-shadow var(--transition-interactive)}.question-ui-choice.has-indicator{grid-template-columns:18px 30px minmax(0,1fr)}.question-ui-choice.is-compact{width:fit-content;min-width:7.25rem;grid-template-columns:18px minmax(0,1fr);padding-inline:12px;border-radius:999px}.question-ui-choice:hover:not(:has(input:disabled)){transform:translateY(-1px);border-color:var(--color-border-strong);background:var(--color-surface-subtle);box-shadow:var(--shadow-sm)}.question-ui-choice:has(input:focus-visible){outline:3px solid var(--color-focus);outline-offset:2px}.question-ui-choice:has(input:disabled){cursor:default}.question-ui-choice.is-selected{border-color:var(--color-primary);background:var(--color-primary-soft)}.question-ui-choice.is-correct{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft)}.question-ui-choice.is-incorrect{border-color:var(--color-error);color:var(--color-error);background:var(--color-error-soft)}.question-ui-choice input{width:18px;height:18px;min-height:18px;padding:0;margin:0;accent-color:var(--color-primary)}.question-ui-choice-indicator,.question-ui-number{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:var(--radius-sm);color:var(--color-text-secondary);background:var(--color-surface-subtle);font-size:var(--type-meta);font-weight:700}.question-ui-choice-indicator svg{width:18px;height:18px}.question-ui-choice.is-selected .question-ui-choice-indicator{color:var(--color-primary);background:#d8e9e2}.question-ui-choice.is-correct .question-ui-choice-indicator{color:var(--color-success);background:#d7efdf}.question-ui-choice.is-incorrect .question-ui-choice-indicator{color:var(--color-error);background:#f7d9d6}.question-ui-choice-label{min-width:0;white-space:pre-wrap;line-height:1.4}.question-ui-choice-list{display:grid;gap:var(--question-row-gap);min-width:0;margin:0;padding:0;border:0}.question-ui-binary-list,.question-ui-marking-list{display:flex;flex-wrap:wrap;gap:var(--question-row-gap);margin:0;padding:0;border:0}.question-ui-control-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--question-row-gap)}.question-ui-row-leading{min-width:20px;display:grid;place-items:center;color:var(--color-text-muted);font-size:var(--type-meta);font-weight:700}.question-ui-row-leading>input[type=checkbox],.question-ui-row-leading>input[type=radio]{width:18px;height:18px;min-height:18px;margin:0;padding:0;accent-color:var(--color-primary)}.question-ui-row-content{min-width:0}.question-ui-row-content>input,.question-ui-row-content>select,.question-ui-row-content>textarea{width:100%;min-height:var(--question-control-height)}.question-ui-row-content>textarea{height:var(--question-control-height);min-height:var(--question-control-height)}.question-ui-row-action{display:grid;place-items:center}.question-ui-row-action>button{width:34px;height:34px}.question-ui-row-action>button{display:grid;place-items:center;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);background:var(--color-surface);cursor:pointer}.question-ui-row-action>button:hover:not(:disabled){color:var(--color-primary);border-color:var(--color-border-strong);background:var(--color-primary-soft)}.question-ui-row-action>button:disabled{cursor:default;opacity:.4}.question-ui-row-action>button svg{width:16px;height:16px}.question-ui-matching-pair{display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(160px,1.2fr) auto;align-items:center;gap:var(--question-row-gap)}.question-ui-matching-pair:not(.is-editable){min-height:var(--question-control-height);padding:var(--question-row-padding);border:1px solid var(--color-border);border-radius:var(--question-row-radius);background:var(--color-surface-subtle)}.question-ui-pair-side{min-width:0}.question-ui-pair-side>input,.question-ui-pair-side>select,.question-ui-pair-side>textarea{width:100%;min-height:var(--question-control-height)}.question-ui-pair-side>textarea{height:var(--question-control-height);min-height:var(--question-control-height)}.question-ui-pair-connector{color:var(--color-text-muted);font-size:var(--type-meta);text-align:center}.question-ui-pair-side>strong{font-size:var(--type-answer);white-space:pre-wrap}.question-ui-cloze-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,.42fr);align-items:end;gap:var(--question-row-gap)}.question-ui-cloze-fields>label{min-width:0}.question-ui-cloze-fields textarea,.question-ui-cloze-fields select{width:100%;min-height:var(--question-control-height)}.question-ui-cloze-fields textarea{height:var(--question-control-height)}.question-ui-media{display:grid;gap:var(--space-2);margin:0}.question-ui-media-content{min-width:0;overflow:hidden;border-radius:var(--radius-md)}.question-ui-media.type-audio .question-ui-media-content,.question-ui-media.type-document .question-ui-media-content{overflow:visible}.question-ui-media figcaption{color:var(--color-text-muted);font-size:14px;text-align:center;white-space:pre-wrap}.question-ui-textarea{min-height:96px;resize:vertical}.question-ui-search-select-field{position:relative;width:100%;min-width:0;display:grid;gap:7px}.question-ui-search-select-field>label{color:var(--color-text-secondary);font-size:var(--type-helper);font-weight:600}.question-ui-search-select-trigger{width:100%;min-width:0;min-height:var(--question-control-height);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-2);padding:9px 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);background:var(--color-surface);text-align:left;cursor:pointer}.question-ui-search-select-trigger:hover{border-color:var(--color-border-strong)}.question-ui-search-select-trigger:disabled{opacity:.38;cursor:default}.question-ui-search-select-trigger:focus-visible{border-color:var(--color-primary);outline:3px solid var(--color-focus);outline-offset:1px}.question-ui-search-select-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--type-answer)}.question-ui-search-select-trigger .is-placeholder{color:var(--color-text-muted)}.question-ui-search-select-trigger svg{width:17px;height:17px;color:var(--color-text-muted)}.question-ui-search-select-popover{z-index:2200;width:auto;max-width:100%;min-width:0;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md)}.question-ui-search-select-popover.is-layout-pending{visibility:hidden!important}.question-ui-search-box{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:9px;border-bottom:1px solid var(--color-border)}.question-ui-search-box svg{width:17px;height:17px;color:var(--color-text-muted)}.question-ui-search-box input{width:100%;min-width:0;min-height:40px}.question-ui-search-select-list{width:100%;max-width:100%;min-width:0;box-sizing:border-box;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:6px}.question-ui-search-select-popover.is-compact-grid{border-color:color-mix(in srgb,var(--color-border) 82%,transparent);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm)}.question-ui-search-select-popover.is-compact-grid .question-ui-search-select-list{display:grid;align-content:start;gap:3px;padding:4px}.question-ui-search-select-popover.is-short-options .question-ui-search-select-list{grid-template-columns:repeat(auto-fit,minmax(min(8rem,100%),1fr))}.question-ui-search-select-popover.is-medium-options .question-ui-search-select-list{grid-template-columns:repeat(auto-fit,minmax(min(15rem,100%),1fr))}.question-ui-search-select-list>button{width:100%;max-width:100%;min-width:0;box-sizing:border-box;min-height:44px;display:grid;grid-template-columns:auto minmax(0,1fr) 22px;align-items:center;gap:10px;padding:9px 10px;border:0;border-radius:var(--radius-md);color:var(--color-text);background:transparent;font-weight:400;text-align:left;cursor:pointer}.question-ui-search-select-popover.is-compact-grid .question-ui-search-select-list>button{gap:7px;padding:7px 8px}.question-ui-search-select-popover.is-compact-grid .question-ui-search-option-code{min-width:24px;padding:2px 5px}.question-ui-search-select-popover.is-compact-grid .question-ui-search-option-copy strong{line-height:1.3}.question-ui-search-select-popover.is-readable-list .question-ui-search-option-copy strong{line-height:1.45}.question-ui-search-select-list>button:hover,.question-ui-search-select-list>button:focus-visible{background:var(--color-surface-subtle)}.question-ui-search-select-list>button:focus-visible{outline:2px solid var(--color-focus);outline-offset:-2px}.question-ui-search-select-list>button.is-selected{background:var(--color-primary-soft)}.question-ui-search-option-state{width:22px;min-width:22px;height:22px;display:grid;place-items:center;justify-self:end;color:var(--color-primary)}.question-ui-search-option-state svg{width:16px;height:16px}.question-ui-search-option-code{width:2rem;min-width:0;max-width:2rem;padding:3px 6px;border-radius:var(--radius-sm);color:var(--color-primary);background:var(--color-primary-soft);font-size:var(--type-meta);font-weight:700;text-align:center;overflow-wrap:anywhere}.question-ui-search-option-copy{width:100%;max-width:100%;min-width:0;overflow:visible}.question-ui-search-option-copy strong{display:block;width:100%;min-width:0;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;word-break:normal;white-space:normal;font-size:var(--type-answer);font-weight:600;line-height:1.35}.question-ui-search-empty{margin:0;padding:14px;color:var(--color-text-muted);font-size:var(--type-helper);text-align:center}.learner-question-section{min-width:0;overflow:clip}.learner-question-section-title{margin:0;padding:2px 20px 10px;color:var(--color-text-secondary);font-size:var(--type-subheading);font-weight:600}.learner-question-list{display:grid;min-width:0}.learner-question-block{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"progress" "content";align-items:start;row-gap:8px;padding:18px 20px;border-top:1px solid var(--color-border);background:transparent;transition:background var(--transition-interactive),border-color var(--transition-interactive)}.learner-question-block:first-child{border-top:0}.learner-question-block.is-unanswered-review .learner-response-area{opacity:.6}.learner-question-block:hover{background:#ffffff85}.learner-question-block:focus-within{background:var(--color-surface-subtle)}.learner-question-block.is-single-question{grid-template-areas:"content";row-gap:0}.learner-question-number{grid-area:progress;width:auto;min-width:0;min-height:0;display:flex;align-items:baseline;justify-content:flex-start;gap:3px;padding-top:0;color:var(--color-text-muted);font-size:var(--type-meta);white-space:nowrap}.learner-question-content{grid-area:content;width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);justify-self:stretch;gap:13px;padding:0;margin:0}.learner-question-number strong{color:var(--color-primary);font-size:18px;font-weight:700}.learner-question-prompt{width:100%;min-width:0;align-self:center}.learner-question-prompt .question-ui-prompt{font-size:var(--type-question);font-weight:600}.learner-response-area{width:100%;min-width:0}.learner-unanswered-review-caption{margin:0 0 7px;color:var(--color-text-muted);font-size:var(--type-meta);line-height:1.4}.learner-response-area input,.learner-response-area select,.learner-response-area textarea,.learner-response-area button{transition:border-color var(--transition-interactive),background var(--transition-interactive),color var(--transition-interactive),box-shadow var(--transition-interactive),transform var(--transition-interactive)}.learner-feedback{width:100%;min-width:0;display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;padding:12px 14px;border-radius:var(--radius-md);font-size:var(--type-feedback);animation:learner-feedback-enter var(--transition-interactive) both}.learner-feedback.has-action{grid-template-columns:22px minmax(0,1fr) auto;align-items:start}.learner-feedback>svg{width:20px;height:20px}.learner-feedback strong{display:block;margin-bottom:2px}.learner-feedback p{margin:0;color:inherit;font-size:inherit;line-height:1.5;white-space:pre-wrap}.learner-feedback .question-feedback-correct-answer{color:var(--color-success)}.learner-feedback.correct{color:var(--color-success);background:var(--color-success-soft)}.learner-feedback.incorrect{color:var(--color-error);background:var(--color-error-soft)}.learner-feedback.neutral{color:var(--color-text-secondary);background:var(--color-surface-subtle)}.learner-feedback.manual,.learner-feedback.unanswered{color:var(--color-warning);background:var(--color-warning-soft)}.learner-feedback-action{align-self:center;justify-self:end}@media(max-width:520px){.learner-feedback.has-action{grid-template-columns:22px minmax(0,1fr)}.learner-feedback-action{grid-column:2;justify-self:start}}.learner-shared-select-wrap{width:min(100%,340px);min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 22px;align-items:center;gap:8px}.learner-shared-select-wrap .question-ui-search-select-field{min-width:0}.learner-shared-select-wrap.is-selected .question-ui-search-select-trigger{border-color:var(--color-primary);background:var(--color-primary-soft)}.learner-shared-select-wrap.is-correct .question-ui-search-select-trigger{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft)}.learner-shared-select-wrap.is-incorrect .question-ui-search-select-trigger{border-color:var(--color-error);color:var(--color-error);background:var(--color-error-soft)}.learner-shared-select-wrap:is(.is-correct,.is-incorrect) .question-ui-search-select-trigger:disabled{opacity:1}.learner-shared-select-state{width:22px;height:22px;display:grid;place-items:center}.learner-shared-select-state svg{width:18px;height:18px}.learner-shared-select-wrap.is-correct .learner-shared-select-state{color:var(--color-success)}.learner-shared-select-wrap.is-incorrect .learner-shared-select-state{color:var(--color-error)}@keyframes learner-feedback-enter{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.learner-feedback{animation:none}}*{box-sizing:border-box}html{min-width:0;background:var(--cream)}body{margin:0;min-width:0;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Fraunces,Georgia,serif;letter-spacing:-.035em}h1{font-size:clamp(2.2rem,4vw,3.45rem);line-height:1.04;margin-bottom:.7rem}h2{font-size:clamp(1.55rem,2.5vw,2.2rem);line-height:1.12;margin-bottom:.65rem}h3{font-size:1.02rem;margin-bottom:.5rem}p{line-height:1.65;color:var(--muted)}.app-frame{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;display:flex;flex-direction:column;padding:32px 22px 24px;background:#f1f3ee;border-right:1px solid var(--line);z-index:20}.brand-row{display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font:700 1.5rem Fraunces,Georgia,serif;letter-spacing:-.03em}.brand-mark{width:36px;height:36px;border-radius:12px 12px 12px 3px;display:grid;place-items:center;font:700 1.05rem DM Sans,sans-serif;color:var(--forest);background:var(--lime)}.brand-light{color:#fff;position:relative;z-index:2}.main-nav{display:flex;flex-direction:column;gap:6px;margin-top:50px}.nav-link{display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:11px;color:#65706e;font-size:.92rem;font-weight:600;transition:.2s ease}.nav-link:hover{color:var(--forest);background:#ffffffa6}.nav-link.active{background:var(--paper);color:var(--forest);box-shadow:0 6px 24px #25443e12}.sidebar-profile{margin-top:auto;padding:14px 10px 0;border-top:1px solid #dde2da;display:flex;align-items:center;gap:10px}.avatar{flex:0 0 37px;width:37px;height:37px;overflow:hidden;border-radius:50%;display:grid;place-items:center;background:#d4e2db;color:var(--forest);font-size:.75rem;font-weight:700}.avatar-image{width:100%;height:100%;object-fit:cover}.profile-copy{min-width:0;display:flex;flex-direction:column;flex:1}.profile-copy strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-copy span{font-size:.72rem;color:var(--muted);margin-top:2px}.icon-button{display:inline-grid;place-items:center;width:35px;height:35px;padding:0;border:0;border-radius:9px;background:transparent;cursor:pointer;color:#71807d}.icon-button:hover{background:#e4e9e2;color:var(--forest)}.main-content{margin-left:250px;padding:50px clamp(28px,5vw,78px) 70px;max-width:1600px;min-height:100vh}.main-content.learning-focus-content{width:100%;max-width:none;margin-left:0;padding:28px clamp(18px,3vw,46px) 46px}.mobile-menu,.sidebar-close,.nav-scrim{display:none}.page-header,.welcome-header{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:36px}.page-heading{max-width:760px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:11px}.page-header p,.welcome-header p{margin-bottom:0;font-size:1.02rem;white-space:pre-wrap}.eyebrow{display:block;margin-bottom:10px;color:#6d7a77;font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px;color:var(--muted);font-weight:600;font-size:.84rem}.back-link:hover{color:var(--forest)}.date-chip{display:flex;align-items:center;gap:8px;padding:11px 15px;border:1px solid var(--line);border-radius:30px;background:var(--paper);color:var(--forest);font-size:.8rem;font-weight:600;white-space:nowrap}.hero-card{min-height:320px;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;padding:clamp(32px,5vw,58px);border-radius:24px;background:var(--forest);color:#fff;box-shadow:var(--shadow)}.hero-copy{position:relative;z-index:2;max-width:560px}.hero-copy h2{font-size:clamp(2.3rem,5vw,4.3rem);line-height:.99;margin:14px 0 20px;color:#fff}.hero-copy p{max-width:470px;color:#c6d2ce}.hero-label{font-size:.73rem;text-transform:uppercase;letter-spacing:.13em;color:var(--lime);font-weight:700}.hero-art{position:relative;min-height:220px}.art-book{position:absolute;left:28%;top:24%;width:132px;height:165px;display:grid;place-items:center;color:var(--forest);background:var(--lime);border-radius:8px 20px 20px 8px;transform:rotate(9deg);box-shadow:18px 20px #e9bfa4}.art-book svg{width:58px;height:58px}.dot{position:absolute;width:24px;height:24px;border-radius:50%;background:#a7d8c7}.dot.one{top:7%;right:12%}.dot.two{bottom:7%;left:18%;width:13px;height:13px;background:#efd67b}.line-art{position:absolute;right:8%;bottom:15%;width:90px;height:50px;border:3px solid rgba(255,255,255,.35);border-width:3px 0 0 3px;border-radius:50% 0 0;transform:rotate(-10deg)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0 48px}.stat-card{display:flex;align-items:center;gap:14px;padding:17px;background:var(--paper);border:1px solid var(--line);border-radius:14px;transition:.2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.stat-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px}.stat-icon svg{width:19px}.stat-icon.peach{background:#fae3d4}.stat-icon.mint{background:#dceee7}.stat-icon.blue{background:#dce9f1}.stat-icon.lilac{background:#e9e1f0}.stat-card div{display:flex;flex-direction:column}.stat-card strong{font:700 1.35rem Fraunces,serif}.stat-card div span{color:var(--muted);font-size:.72rem}.section-block{margin-top:50px}.section-heading{min-height:42px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}.section-heading h2{margin:0}.section-heading .eyebrow{margin-bottom:5px}.section-heading>a{display:flex;align-items:center;gap:5px;color:var(--forest);font-weight:700;font-size:.82rem}.section-heading>span{color:var(--muted);font-size:.8rem}.learning-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.learning-row{display:flex;align-items:center;gap:14px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff}.learning-row>svg{margin-left:auto;color:#83908d}.mini-cover{flex:0 0 50px;height:58px;display:grid;place-items:center;border-radius:8px;color:var(--forest);background:#e3efe8}.learning-copy{min-width:0;display:flex;flex-direction:column;flex:1}.learning-copy strong{font-size:.85rem}.learning-copy>span{color:var(--muted);font-size:.7rem;margin:4px 0 8px}.course-grid{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;justify-items:stretch;gap:22px;box-sizing:border-box}.course-grid.compact{gap:16px}.course-card{width:100%;height:100%;min-width:0;max-width:100%;display:grid;grid-template-rows:auto minmax(0,1fr);align-self:stretch;justify-self:stretch;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff;box-sizing:border-box;transition:transform .22s ease,box-shadow .22s ease}@keyframes duplicate-course-card-highlight{0%,65%{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-focus),var(--shadow-sm)}to{border-color:var(--line);box-shadow:0 0 0 0 transparent}}.course-card.is-duplicate-highlight{animation:duplicate-course-card-highlight 1.6s ease-out both}.course-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.course-card>.course-card-primary-link{grid-row:1 / -1;min-width:0;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr);color:inherit;text-decoration:none}.course-card>.course-card-primary-link:hover h3{color:var(--forest-2)}.course-card>.course-card-primary-link:focus-visible{outline-offset:-3px;border-radius:inherit}.course-cover{position:relative;width:100%;height:auto;min-height:0;aspect-ratio:16 / 7;display:flex;align-items:center;justify-content:center;color:var(--forest)}.course-cover.mint{background:#cfe9dc}.course-cover.sand{background:#f3dfc4}.course-cover.lilac{background:#e2dbeb}.course-cover.sky{background:#d7e8ec}.course-cover-image,.detail-cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cover-category,.cover-level{position:absolute;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.cover-category,.cover-level,.detail-cover>span{z-index:1;padding:5px 8px;border-radius:20px;background:#ffffffdb;box-shadow:0 2px 10px #123c381a}.cover-category{top:12px;left:14px}.cover-level{right:14px;bottom:12px}.course-card-body{min-width:0;display:flex;flex-direction:column;padding:16px}.card-topline{min-height:0;display:flex;justify-content:space-between;align-items:center;gap:8px;color:var(--muted);font-size:.67rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.course-card h3{margin:8px 0 6px;font-size:1.1rem}.course-card h3 a:hover{color:var(--forest-2)}.course-card p{height:auto;min-height:0;overflow:visible;margin:0 0 11px;font-size:.78rem;line-height:1.5;white-space:pre-line}.course-meta{padding-top:10px;margin-top:auto;border-top:1px solid #edf0eb;display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.67rem}.course-meta-stats{min-width:0;display:flex;align-items:center;gap:12px}.course-meta-stats span{display:flex;align-items:center;gap:5px}.card-arrow{margin-left:auto;color:var(--forest)}.manage-link{display:inline-flex;align-items:center;gap:5px;margin-left:auto;color:var(--forest);font-weight:700}.course-card-actions{min-width:0;display:flex;align-items:center;gap:5px;margin-left:auto}.course-card-actions .manage-link{margin-left:0}.results-meta{display:flex;justify-content:space-between;margin:-10px 0 18px;color:var(--muted);font-size:.8rem}.search-box{width:min(350px,100%);height:46px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #dce2da;border-radius:12px;background:#fff}.search-box:focus-within{border-color:#84a49d;box-shadow:0 0 0 3px #1e6f6417}.search-box svg{color:#84908e}.search-box input{width:100%;min-height:0;padding:0;border:0;border-radius:0;outline:0;box-shadow:none;background:transparent;color:var(--ink)}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:32px;color:var(--muted);font-size:.78rem}.audience-badge{display:inline-flex;align-items:center;gap:5px;min-height:23px;padding:0 9px;border:1px solid #dfe4df;border-radius:20px;background:#f5f7f4;color:#56625f;font-size:.64rem;font-weight:700;letter-spacing:0;text-transform:none;white-space:nowrap}.audience-badge svg{width:13px;height:13px;stroke-width:2}.state-panel{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:40px;border:1px dashed #d8ded6;border-radius:17px;background:#ffffff8c;color:var(--muted);text-align:center}.state-panel strong{color:var(--ink);margin-top:5px}.state-panel span{font-size:.84rem}.error-state svg{color:var(--danger)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.full-page-state{min-height:100vh;display:grid;place-items:center;padding:30px}.soft-panel{padding:30px;border-radius:13px;background:#f0f3ee;color:var(--muted);text-align:center;font-size:.84rem}.course-detail-hero{display:grid;grid-template-columns:minmax(250px,.78fr) 1.22fr;gap:clamp(30px,6vw,80px);align-items:center;padding:35px;border:1px solid var(--line);border-radius:22px;background:#fff}.detail-cover{aspect-ratio:1.15;position:relative;overflow:hidden;display:grid;place-items:center;border-radius:16px;color:var(--forest);background:#cfe9dc}.detail-cover>span{position:absolute;top:20px;left:22px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.course-summary{max-width:650px}.course-summary>p{font-size:.92rem}.detail-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 24px;margin:25px 0 28px}.detail-stats>span{display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;align-items:center;column-gap:9px;color:var(--muted);font-size:.69rem;text-transform:uppercase;letter-spacing:.06em}.detail-stats svg{grid-row:1 / 3;width:23px;color:#5a857b}.detail-stats strong{color:var(--ink);font-size:.85rem}.outline-list{display:flex;flex-direction:column;gap:10px}.outline-list details{border:1px solid var(--line);border-radius:13px;background:#fff}.outline-list summary{list-style:none;display:flex;align-items:center;gap:15px;padding:18px 20px;cursor:pointer}.outline-list summary::-webkit-details-marker{display:none}.outline-list summary>div{display:flex;flex-direction:column;flex:1}.outline-list summary small,.lesson-item small{color:var(--muted);margin-top:3px}.outline-list details[open] summary>svg{transform:rotate(180deg)}.chapter-thumbnail{position:relative;flex:0 0 44px;width:44px;height:44px;overflow:hidden;display:grid;place-items:center;border-radius:11px;background:#e5efe9;color:#52776e;font:700 .82rem Fraunces,serif}.chapter-thumbnail-image{width:100%;height:100%;object-fit:cover}.lesson-list{padding:0 20px 15px 66px}.lesson-item{display:flex;align-items:center;gap:13px;padding:13px 0;border-top:1px solid #edf0eb}.lesson-item>span{flex:0 0 30px;width:30px;height:30px;overflow:hidden;display:grid;place-items:center;border-radius:50%;background:#eef3ee;font-size:.67rem}.lesson-thumbnail-image{width:100%;height:100%;object-fit:cover}.lesson-item div{display:flex;flex-direction:column;font-size:.8rem}.enrollment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px}.enrollment-card{min-width:0;min-height:0;overflow:hidden;display:grid;grid-template-columns:96px minmax(0,1fr);align-self:start;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.2s ease}.enrollment-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.enrollment-cover{min-width:0;min-height:0;overflow:hidden;display:grid;place-items:center;color:var(--forest);background:#d8e9e2}.enrollment-cover-image{width:100%;height:100%;object-fit:cover}.enrollment-body{min-width:0;padding:14px 15px}.enrollment-card-topline{min-width:0;display:flex;justify-content:space-between;gap:7px;align-items:center;margin-bottom:4px}.enrollment-body h3{margin:0 0 7px}.enrollment-body p{margin:0 0 9px;font-size:.72rem}.muted{color:var(--muted);font-size:.65rem}.enrollment-foot{display:flex;justify-content:space-between;align-items:center;margin-top:7px;color:var(--muted);font-size:.68rem}.enrollment-foot span{display:flex;align-items:center;gap:5px}.enrollment-foot svg{width:16px}.enrollment-title-link{color:inherit;text-decoration:none}.enrollment-title-link:hover{color:var(--forest)}.enrollment-primary-action{color:inherit;text-decoration:none}.enrollment-card.pending{cursor:default}.enrollment-card.pending:hover{transform:none;box-shadow:none}.subscription-pending{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:9px;color:#745b24;background:#f5e9c9;font-size:.76rem;font-weight:700}.subscription-pending svg{width:17px}.learning-enrollment-list{width:100%;max-width:1080px}.learning-enrollment-list .enrollment-card{color:inherit}.enrollment-date-context{color:var(--color-text-muted)}.enrollment-insights{min-width:0;display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);margin-top:var(--space-3)}.enrollment-insights>span{min-width:0;display:inline-flex;align-items:center;gap:5px;color:var(--color-text-secondary);font-size:var(--type-meta);white-space:nowrap}.enrollment-insights svg{width:15px;height:15px;color:var(--color-instruction-accent)}.enrollment-insights strong{color:var(--color-text)}.enrollment-insights>.enrollment-insight-secondary{color:var(--color-text-muted)}.enrollment-insights>.enrollment-outcome{gap:4px;padding:2px 7px;border-radius:var(--radius-sm);white-space:nowrap}.enrollment-insights>.enrollment-outcome.is-passed{color:var(--color-success);background:var(--color-success-soft)}.enrollment-insights>.enrollment-outcome.is-not-passed{color:var(--color-error);background:var(--color-error-soft)}.enrollment-insights>.enrollment-outcome svg{color:currentColor}.enrollment-insights>.enrollment-outcome strong{color:currentColor}.enrollment-empty-content{margin:var(--space-3) 0 0!important;color:var(--color-text-muted);font-size:var(--type-meta)!important}.enrollment-next-item{min-width:0;display:flex;align-items:baseline;gap:var(--space-2);margin:var(--space-3) 0 0!important;color:var(--color-text-secondary);font-size:var(--type-meta)!important;overflow-wrap:anywhere}.enrollment-next-item>span{flex:0 0 auto;color:var(--color-instruction-accent);font-weight:700}.enrollment-primary-action{min-height:var(--control-height-small);display:inline-flex!important;align-items:center;justify-content:center;gap:var(--space-2);padding-inline:var(--space-3);border-radius:var(--radius-sm);color:var(--color-primary)!important;background:var(--color-primary-soft);font-weight:700;white-space:nowrap}.enrollment-primary-action svg{width:15px}.progress-hero{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:40px;padding:35px clamp(30px,5vw,58px);border-radius:20px;color:#fff;background:var(--forest)}.progress-hero h2{color:#fff}.progress-hero p{color:#c5d2cf}.progress-hero .eyebrow{color:var(--lime)}.progress-hero .progress-track{max-width:620px;background:#315952}.progress-hero .progress-track span{background:var(--lime)}.progress-ring{width:145px;height:145px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--lime) var(--progress),#315952 0)}.progress-ring:before{content:"";grid-area:1/1;width:112px;height:112px;border-radius:50%;background:var(--forest)}.progress-ring span{grid-area:1/1;position:relative;display:flex;flex-direction:column;align-items:center;color:#c6d2cf;font-size:.68rem}.progress-ring strong{color:#fff;font:700 1.7rem Fraunces,serif}.detail-grid{display:grid;grid-template-columns:1fr 300px;gap:20px;margin-top:25px}.content-panel,.side-panel{padding:27px;border:1px solid var(--line);border-radius:16px;background:#fff}.side-panel{height:fit-content}.side-panel>svg{width:28px;height:28px;padding:6px;border-radius:9px;color:var(--forest);background:#dceee7;box-sizing:content-box}.side-panel h3{margin-top:16px}.side-panel dl{margin:20px 0}.side-panel dl div{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-top:1px solid #edf0eb;font-size:.76rem}.side-panel dt{color:var(--muted)}.side-panel dd{margin:0;font-weight:700;text-transform:capitalize}.side-panel dd svg{vertical-align:middle}.progress-list>div{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;padding:13px 0;border-top:1px solid #edf0eb}.progress-list>div>div{display:flex;flex-direction:column}.progress-list>div>div span{color:var(--muted);font-size:.69rem}.progress-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#edf3ee}.progress-icon svg{width:17px}.update-note{display:flex;align-items:flex-start;gap:8px;padding:10px;margin-bottom:15px;border-radius:8px;background:#f5e9c9;color:#745b24;font-size:.72rem;line-height:1.45}.update-note svg{flex:0 0 auto;width:15px}.update-note a{font-weight:700;text-decoration:underline;text-underline-offset:2px}.school-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.school-card{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:17px;padding:20px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.2s ease}.school-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.school-avatar{width:62px;height:62px;display:grid;place-items:center;border-radius:14px;background:#dcebe5;color:var(--forest);font:700 1.1rem Fraunces,serif}.school-card h3{margin:6px 0 2px}.school-card p{height:21px;overflow:hidden;margin:0;font-size:.75rem}.school-card>svg{color:#80908c}.school-hero{display:grid;grid-template-columns:170px 1fr;align-items:center;gap:34px;padding:35px;border-radius:20px;color:#fff;background:var(--forest)}.school-monogram{width:150px;height:150px;display:grid;place-items:center;border-radius:28px 28px 28px 7px;background:var(--lime);color:var(--forest);font:700 2.5rem Fraunces,serif}.school-hero h2{color:#fff}.school-hero p{max-width:700px;margin:0;color:#c8d4d1}.school-hero .eyebrow{color:var(--lime)}.info-list{display:grid;gap:8px;margin-top:20px}.info-list>span{display:flex;align-items:center;gap:13px;padding:13px;border-radius:10px;background:#f6f8f4}.info-list svg{width:18px;color:#66877f}.info-list div{display:flex;flex-direction:column;min-width:0}.info-list small{color:var(--muted)}.info-list strong,.info-list a{font-size:.8rem;overflow-wrap:anywhere}.info-list a{color:var(--forest);text-decoration:underline}.segmented{display:flex;padding:3px;border:1px solid var(--line);border-radius:10px;background:#fff}.segmented button{min-width:75px;padding:8px 13px;border:0;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer;font-size:.75rem;font-weight:700}.segmented button.active{background:var(--forest);color:#fff}.notification-list{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.notification-item{position:relative;display:grid;grid-template-columns:45px 1fr;gap:15px;padding:20px;border-bottom:1px solid #edf0eb}.notification-item:last-child{border-bottom:0}.notification-item.unread{background:#f8fbf7}.notification-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:#e4eee8;color:var(--forest)}.notification-icon svg{width:19px}.notification-item h3{display:inline;margin:0}.notification-item p{margin:6px 0;font-size:.8rem}.notification-item small{color:#89928f}.unread-dot{display:inline-block;width:7px;height:7px;margin-left:9px;border-radius:50%;background:#4b927f}.notification-count{min-width:22px;height:22px;margin-left:auto;padding:0 6px;display:inline-grid;place-items:center;border-radius:999px;background:var(--lime);color:var(--forest);font-size:.62rem;font-weight:800;line-height:1}.notification-actions{display:flex;gap:9px;margin-top:13px}.notification-user-link,.notification-course-link{color:var(--forest);font-weight:700;text-decoration:underline;text-underline-offset:2px}.profile-banner{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:30px;padding:35px;border-radius:20px;color:#fff;background:var(--forest)}.profile-avatar{width:120px;height:120px;overflow:hidden;display:grid;place-items:center;border-radius:50%;border:5px solid rgba(255,255,255,.15);background:var(--lime);color:var(--forest);font:700 2rem Fraunces,serif}.profile-avatar-image{width:100%;height:100%;object-fit:cover}.profile-banner h2{color:#fff}.profile-banner p{color:#c9d4d2;margin-bottom:15px}.profile-banner>div:last-child>div{display:flex;align-items:center;gap:12px;font-size:.74rem;color:#b8c9c5}.bio-copy{white-space:pre-line}.profile-form{display:grid;gap:17px;margin-top:25px;max-width:850px}.creator-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px}.creator-form{display:grid;gap:20px;padding:clamp(25px,4vw,42px)}.form-section-heading{display:flex;align-items:flex-start;gap:16px;padding-bottom:22px;border-bottom:1px solid var(--line)}.form-section-heading>span{flex:0 0 39px;height:39px;display:grid;place-items:center;border-radius:11px;background:var(--lime);color:var(--forest);font-size:.72rem;font-weight:700}.form-section-heading h2{margin:0 0 5px;font-size:1.55rem}.form-section-heading p{margin:0;font-size:.78rem}.field-hint{display:flex;justify-content:space-between;gap:20px;color:var(--color-text-muted);font-size:var(--type-helper);font-weight:400}.field-error{color:var(--color-error);font-size:var(--type-helper)}.level-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0;padding:0;border:0}.level-picker legend{margin-bottom:8px;color:#465250;font-size:.75rem;font-weight:700}.level-picker label{position:relative;display:block;cursor:pointer}.level-picker input{position:absolute;width:1px;height:1px;opacity:0}.level-picker label>span{min-height:86px;display:flex;flex-direction:column;justify-content:center;padding:14px;border:1px solid #dce2da;border-radius:10px;background:#fff;transition:.15s ease}.level-picker label>span strong{font-size:.78rem}.level-picker label>span small{margin-top:5px;color:var(--muted);font-size:.62rem;font-weight:400}.level-picker input:checked+span{border-color:var(--forest);background:#f2f7f2;box-shadow:0 0 0 2px #123c3814}.level-picker input:focus-visible+span{outline:3px solid rgba(30,111,100,.25);outline-offset:2px}.creator-aside{display:grid;gap:15px}.creator-preview,.creator-tips{padding:23px;border:1px solid var(--line);border-radius:16px;background:#fff}.preview-cover{aspect-ratio:1.35;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;margin-bottom:19px;border-radius:12px;background:#cfe9dc;color:var(--forest)}.preview-cover svg{width:38px;height:38px}.preview-cover span{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.creator-preview p{margin-bottom:0;font-size:.75rem}.creator-tips{display:grid;gap:12px;background:var(--forest);color:#fff}.creator-tips h3{margin-bottom:4px}.creator-tips span{display:flex;align-items:center;gap:8px;color:#c8d6d2;font-size:.72rem}.creator-tips svg{width:15px;color:var(--lime)}.course-created-message{margin-top:0;margin-bottom:22px}.builder-overview{display:flex;align-items:center;padding:21px 25px;margin-bottom:27px;border:1px solid var(--line);border-radius:16px;background:#fff}.builder-overview>div{display:flex;align-items:center;gap:10px;min-width:126px}.builder-overview>div>div{display:flex;flex-direction:column}.builder-overview strong{font-size:.76rem}.builder-overview small{margin-top:2px;color:var(--muted);font-size:.62rem}.builder-step{width:32px;height:32px;display:grid;place-items:center;border:1px solid #d8ded7;border-radius:50%;color:#83908d;font-size:.72rem;font-weight:700}.builder-step svg{width:17px}.builder-step.complete{border-color:#acd1c3;color:#2f725e;background:#e1f0e9}.builder-connector{flex:1;height:1px;margin:0 14px;background:#dfe4de}.builder-form-shell{position:relative;padding:clamp(24px,4vw,40px);margin-bottom:30px;border:1px solid #cbd8d1;border-radius:18px;background:#f1f7f2;box-shadow:0 16px 45px #1d433b12}.builder-form-close{position:absolute;right:16px;top:16px;width:35px;height:35px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;background:#fff;color:var(--muted);cursor:pointer}.builder-form-close svg{width:17px}.builder-form{width:100%;max-width:850px;min-width:0}.builder-form h2{margin-bottom:5px}.builder-form>p{max-width:620px;font-size:.8rem}.builder-fields{margin:23px 0}.reviewer-fields{display:grid;gap:11px}.reviewer-add{justify-self:start}.staged-reviewer-list{margin-top:2px}.audience-fields{display:grid;gap:11px;padding:17px;border:1px solid #d8e2da;border-radius:12px;background:#ffffffad}.audience-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0;padding:0;border:0}.audience-options legend{grid-column:1 / -1;margin-bottom:2px;color:#465250;font-size:.75rem;font-weight:700}.audience-options label{position:relative;cursor:pointer}.audience-options input{position:absolute;width:1px;height:1px;opacity:0}.audience-options label>span{min-height:82px;display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid #dce2da;border-radius:10px;background:#fff;transition:border-color .15s,box-shadow .15s,background .15s}.audience-options label>span>svg{flex:0 0 auto;width:18px;color:#63716e}.audience-options label>span>span{display:flex;flex-direction:column;min-width:0}.audience-options strong{color:var(--ink);font-size:.72rem}.audience-options small{margin-top:4px;color:var(--muted);font-size:.59rem;font-weight:400;line-height:1.35}.audience-options input:checked+span{border-color:var(--forest);background:#f1f6f2;box-shadow:0 0 0 2px #123c3814}.audience-options input:checked+span>svg{color:var(--forest)}.audience-options input:focus-visible+span{outline:3px solid rgba(30,111,100,.25);outline-offset:2px}.reviewer-editor{max-width:850px}.reviewer-editor>p{font-size:.8rem}.current-reviewer-list{display:grid;gap:9px;margin:21px 0 9px}.current-reviewer-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 14px;border:1px solid #dce4dd;border-radius:10px;background:#fff}.current-reviewer-row>div{min-width:0;display:flex;flex-direction:column}.current-reviewer-row strong{font-size:.78rem}.current-reviewer-row small{margin-top:3px;overflow:hidden;color:var(--muted);font-size:.68rem;text-overflow:ellipsis}.reviewer-delete{flex:0 0 auto;color:var(--danger)}.reviewer-editor>.builder-form{margin-top:27px;padding-top:25px;border-top:1px solid #d7e0d8}.review-gate-panel{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(460px,1.3fr);gap:clamp(24px,4vw,54px);padding:clamp(25px,4vw,42px);margin:0 0 30px;border:1px solid #c9d9d0;border-radius:20px;background:linear-gradient(135deg,#f3f8f4,#fff 70%);box-shadow:0 16px 45px #1d433b0f}.review-gate-heading{display:flex;align-items:flex-start;gap:15px}.review-gate-heading h2{margin:5px 0 8px}.review-gate-heading p{margin:0;font-size:.77rem}.review-gate-icon{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:13px;background:var(--forest);color:var(--lime)}.review-gate-icon svg{width:23px}.review-gate-panel form{min-width:0}.review-vote-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:0;margin:0 0 19px;border:0}.review-vote-options legend{margin-bottom:9px;color:var(--ink);font-size:.7rem;font-weight:700}.review-vote-options label{min-width:0;display:flex;flex-direction:column;gap:7px;padding:12px 10px;border:1px solid #d6e1da;border-radius:11px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.review-vote-options label:hover{transform:translateY(-1px);border-color:#9eb7aa}.review-vote-options label.selected{border-color:var(--forest);box-shadow:0 0 0 2px #1d433b1a}.review-vote-options input{position:absolute;opacity:0;pointer-events:none}.review-vote-options strong{color:var(--forest);font-size:1rem}.review-vote-options span{display:flex;flex-direction:column;font-size:.67rem;font-weight:700;line-height:1.3}.review-vote-options small{margin-top:3px;color:var(--muted);font-size:.56rem;font-weight:500}.review-comment{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;color:var(--ink);font-size:.7rem;font-weight:700}.review-comment textarea{width:100%;resize:vertical}.review-change-confirmation{display:flex;align-items:center;gap:10px;margin:0 0 16px;color:var(--ink);font-size:.7rem;font-weight:700;cursor:pointer}.review-change-confirmation input{width:17px;height:17px;accent-color:var(--forest)}.course-update-changes+.review-gate-panel{margin-top:20px}.review-result-card{display:grid;grid-template-columns:60px minmax(0,1fr);gap:20px;padding:clamp(26px,5vw,48px);border:1px solid #d4dfd8;border-radius:20px;background:#fff;box-shadow:0 18px 50px #1d433b12}.review-result-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;color:var(--forest);background:var(--lime)}.review-result-icon svg{width:27px}.review-result-card h2{margin:7px 0 10px}.review-result-card p{max-width:700px}.review-result-card small{color:var(--muted)}.review-result-comment{display:flex;align-items:flex-start;gap:9px;padding:14px;border-radius:10px;background:#f3f7f3;white-space:pre-line}.review-result-comment svg{width:17px;flex:0 0 auto;margin-top:2px;color:var(--forest)}.review-result-actions{display:flex;margin-top:24px}.subscription-accepted-detail{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:clamp(28px,5vw,70px);align-items:center;padding:clamp(25px,4vw,42px);border:1px solid #cfdbd3;border-radius:22px;background:#fff;box-shadow:var(--shadow)}.accepted-course-cover{position:relative;overflow:hidden;min-height:330px;display:grid;place-items:center;border-radius:17px;color:var(--forest);background:#d8e9e2}.accepted-course-cover>svg{width:64px;height:64px}.accepted-course-cover-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.accepted-course-cover>span{position:absolute;left:18px;bottom:18px;z-index:1;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:30px;color:var(--forest);background:#d9f275f0;font-size:.7rem;font-weight:700}.accepted-course-cover>span svg{width:16px}.accepted-course-copy h2{font-size:clamp(2rem,4vw,3.1rem)}.accepted-course-copy>p{max-width:650px}.accepted-enrollment-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:28px 0 21px}.accepted-enrollment-facts>span{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:9px;padding:13px;border-radius:11px;background:#f2f6f2}.accepted-enrollment-facts svg{grid-row:1 / 3;width:21px;color:#588177}.accepted-enrollment-facts small{color:var(--muted);font-size:.61rem}.accepted-enrollment-facts strong{font-size:.78rem}.accepted-course-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:27px}.review-detail-reviewer{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.review-detail-reviewer svg{width:17px;color:var(--forest)}.review-detail-reviewer a{color:var(--forest);font-weight:700;text-decoration:underline;text-underline-offset:2px}.review-detail-reviewer span{color:var(--muted);font-size:.7rem}.course-update-version-card{display:grid;grid-template-columns:minmax(130px,1fr) auto minmax(130px,1fr) minmax(220px,1.25fr);align-items:center;gap:22px;padding:24px 28px;border:1px solid #cfdcd4;border-radius:18px;background:linear-gradient(135deg,#f2f7f3,#fff 75%);box-shadow:0 12px 35px #1d433b0d}.course-update-version-card>div:not(.course-update-release){display:flex;flex-direction:column;gap:3px}.course-update-version-card>div>span{color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.course-update-version-card strong{color:var(--forest);font:700 1.55rem Fraunces,serif}.course-update-version-card>svg{width:20px;color:#789189}.course-update-version-card .new-version{padding:11px 16px;border-radius:11px;background:var(--forest)}.course-update-version-card .new-version span{color:#bcd0c9}.course-update-version-card .new-version strong{color:var(--lime)}.course-update-release{display:flex;flex-direction:column;gap:7px;padding-left:22px;border-left:1px solid var(--line);color:var(--muted);font-size:.72rem}.course-update-release span{color:var(--muted)!important;letter-spacing:0!important;text-transform:none!important}.course-update-release a{margin-left:4px;color:var(--forest);font-weight:700;text-decoration:underline;text-underline-offset:2px}.course-update-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;margin-top:22px}.course-update-changes{min-width:0}.course-change-list{display:grid;gap:9px}.course-change-list article{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;align-items:start;padding:14px;border:1px solid #e3e8e2;border-radius:11px;background:#fbfcfa}.change-scope-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:var(--forest);background:#dfeee7}.change-scope-icon.lesson{background:#e3e9f1}.change-scope-icon.element{background:#f3ead4}.change-scope-icon svg{width:18px}.course-change-list article>div>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.course-change-list small{color:var(--muted);font-size:.65rem;text-transform:capitalize}.course-change-list p{margin:7px 0 0;color:#53605d;font-size:.72rem;line-height:1.5}.course-update-side{display:flex;flex-direction:column}.update-contributors{display:grid;gap:8px;padding:17px 0;border-top:1px solid #edf0eb}.update-contributors .eyebrow{margin-bottom:2px}.update-contributors>a{display:flex;align-items:center;gap:9px;color:var(--forest);font-size:.75rem;font-weight:700}.update-contributors .avatar.small{width:31px;height:31px;flex-basis:31px}.update-impact-warning{display:flex;align-items:flex-start;gap:9px;padding:12px;margin:6px 0 16px;border-radius:10px;color:#745b24;background:#f7edcf;font-size:.69rem;line-height:1.45}.update-impact-warning>svg{flex:0 0 auto;width:17px;height:17px;padding:0;margin-top:1px;border-radius:0;color:#856520;background:transparent}.update-impact-warning span{display:flex;flex-direction:column}.course-update-decision{display:grid;gap:9px;margin-top:5px}.update-resolved{margin-bottom:0}.update-resolved{display:flex;flex-direction:column;gap:3px;background:#eef1ed;color:#56625f}.update-resolved.success{background:#e1f0e6;color:#2c674c}.subscription-requests{padding:24px;margin-bottom:28px;border:1px solid #d9e2da;border-radius:16px;background:#fff}.subscription-request-list{display:grid;gap:9px}.subscription-request-list article{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;padding:13px;border:1px solid #e1e6e0;border-radius:11px}.subscription-request-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:var(--forest);background:var(--lime);font-size:.7rem;font-weight:700}.subscription-request-list article>div:nth-child(2){min-width:0;display:flex;flex-direction:column}.subscription-request-list small{margin-top:3px;overflow:hidden;color:var(--muted);font-size:.67rem;text-overflow:ellipsis}.subscription-request-actions{display:flex;gap:8px}.builder-section{margin-top:36px}.builder-tree{display:flex;flex-direction:column;gap:13px}.builder-tree>details{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff}.builder-tree>details>summary{list-style:none;display:grid;grid-template-columns:22px 42px 1fr auto 25px;align-items:center;gap:13px;padding:19px 21px;cursor:pointer}.builder-tree summary::-webkit-details-marker{display:none}.builder-tree summary>div{display:flex;flex-direction:column}.builder-tree summary>.tree-node-actions{flex-direction:row;align-items:center;gap:8px}.builder-tree summary small{margin-top:3px;color:var(--muted);font-size:.66rem}.tree-index{font:700 1.08rem Fraunces,serif;color:#75938c}.tree-chevron{width:18px;color:var(--muted);transition:transform .15s ease}.builder-tree details[open]>summary .tree-chevron{transform:rotate(180deg)}.tree-children{padding:2px 21px 20px 76px}.tree-lesson{padding:15px 0;border-top:1px solid #edf0eb}.tree-lesson-heading{list-style:none;display:grid;grid-template-columns:20px 38px minmax(120px,1fr) auto 20px;align-items:center;gap:11px;cursor:pointer}.tree-lesson-heading>div{display:flex;flex-direction:column}.tree-lesson-heading small{margin-top:3px;color:var(--muted);font-size:.65rem}.tree-node-icon{width:36px;height:36px;overflow:hidden;display:grid;place-items:center;border-radius:10px;color:var(--forest);background:#e5efe9}.tree-node-icon svg{width:17px}.tree-node-image{width:100%;height:100%;object-fit:cover}.tree-lesson-heading>.tree-node-actions{flex-direction:row;align-items:center;gap:8px}.lesson-chevron{width:17px;color:var(--muted);transition:transform .15s ease}.tree-lesson[open]>.tree-lesson-heading .lesson-chevron{transform:rotate(180deg)}.tree-elements{padding:8px 0 0 49px}.tree-elements>div{display:grid;grid-template-columns:20px 23px 31px minmax(110px,1fr) auto;align-items:center;gap:9px;padding:9px 0;color:var(--muted);border-top:1px dashed #e8ece7;font-size:.67rem}.tree-elements>div>div{display:flex;flex-direction:column}.tree-elements>div>.tree-node-actions{flex-direction:row;align-items:center;gap:8px}.tree-elements strong{color:var(--ink);font-size:.74rem}.tree-elements small{margin-top:2px}.element-kind{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#f0f3ef}.element-kind svg{width:14px}.drag-handle{width:20px;height:32px;display:grid;place-items:center;border-radius:6px;color:#8b9693;cursor:grab}.drag-handle:hover{color:var(--forest);background:#edf3ee}.drag-handle:active{cursor:grabbing}.drag-handle svg{width:17px;pointer-events:none}.builder-tree .is-dragging{opacity:.45}.order-error{margin-top:-8px}@keyframes duplicate-created-highlight{0%,65%{background:var(--color-primary-soft);box-shadow:inset 3px 0 0 var(--color-primary)}to{background:transparent;box-shadow:inset 3px 0 0 transparent}}.builder-tree .is-duplicate-highlight{scroll-margin-block:88px;animation:duplicate-created-highlight 1.6s ease-out both}.builder-tree.read-only>details>summary{grid-template-columns:42px 1fr auto 25px}.builder-tree.read-only .tree-lesson-heading{grid-template-columns:38px minmax(120px,1fr) auto 20px}.builder-tree.read-only .tree-elements>div{grid-template-columns:23px 31px minmax(110px,1fr) auto}.node-edit-button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid #dce2da;border-radius:8px;background:#fff;color:#60736f;cursor:pointer}.node-edit-button:hover{color:var(--forest);background:#f1f7f2}.node-edit-button svg{width:14px;height:14px}.authoring-action-menu{flex:0 0 auto;display:inline-flex}.authoring-action-menu-trigger:disabled{opacity:.45;cursor:default}.authoring-action-popover{z-index:2300;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md)}.authoring-action-list{display:grid;gap:2px;padding:6px}.authoring-action-list button{min-width:0;min-height:40px;display:flex;align-items:center;gap:9px;padding:8px 10px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-secondary);font-size:.82rem;font-weight:650;text-align:left;cursor:pointer;transition:background var(--transition-interactive),color var(--transition-interactive)}.authoring-action-list button:hover:not(:disabled),.authoring-action-list button:focus-visible{color:var(--color-text);background:var(--color-surface-subtle)}.authoring-action-list button:focus-visible{outline:0;box-shadow:inset 0 0 0 2px var(--color-primary)}.authoring-action-list button:disabled{opacity:.45;cursor:default}.authoring-action-list button.is-destructive{color:var(--color-error)}.authoring-action-divider{height:1px;margin:4px;background:var(--color-border)}.authoring-action-list svg{flex:0 0 auto;width:16px;height:16px}.tree-add-button{width:100%;min-height:39px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;border:1px dashed #cbd7cf;border-radius:9px;background:#f9fbf8;color:#527068;cursor:pointer;font-size:.7rem;font-weight:700}.tree-add-button:hover{border-color:#88a69e;background:#f1f7f2}.matching-no-match-help{display:block;margin-top:-4px;color:var(--color-warning)}.file-input{min-height:66px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:9px 11px;border:1px dashed #cbd6cf;border-radius:9px;background:#f9fbf8;font-weight:400}.file-input input[type=file]{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:.72rem}.file-input input[type=file]::file-selector-button{margin-right:10px;padding:7px 10px;border:1px solid #d6ddd6;border-radius:7px;background:#fff;color:var(--forest);cursor:pointer;font:700 .68rem DM Sans,sans-serif}.file-input small{color:var(--muted);font-size:.62rem}.shared-option-fields{grid-template-columns:max-content minmax(0,1fr)}.shared-option-fields .multiline-text-field,.shared-option-id{height:48px;min-height:48px}.shared-option-id{width:auto;min-width:3.25rem;max-width:min(14rem,35vw);field-sizing:content;text-align:center}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,.9fr) 1.1fr;background:#fff}.auth-story{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100vh;padding:45px clamp(40px,6vw,85px);background:var(--forest);color:#fff}.auth-story:after{content:"";position:absolute;width:450px;height:450px;left:-220px;bottom:-240px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 75px #ffffff06,0 0 0 150px #ffffff05}.story-copy{position:relative;z-index:2;margin:auto 0;max-width:600px}.story-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--lime);font-size:.77rem;font-weight:700;letter-spacing:.05em}.story-copy h1{margin:22px 0;color:#fff;font-size:clamp(3.5rem,7vw,6.7rem);line-height:.88}.story-copy p{max-width:490px;color:#c5d3cf;font-size:1.05rem}.story-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px}.story-points span{display:flex;align-items:center;gap:7px;color:#dbe4e1;font-size:.77rem}.story-points svg{width:17px;color:var(--lime)}.auth-footnote{position:relative;z-index:2;color:#8ca7a0;font-size:.67rem}.story-orbit{position:absolute;right:-50px;bottom:7%;width:240px;height:240px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;transform:rotate(14deg)}.story-orbit:before{content:"";position:absolute;inset:35px;border:1px dashed rgba(217,242,117,.3);border-radius:50%}.story-orbit svg{position:relative;z-index:1;width:62px;height:62px;padding:16px;border-radius:50%;color:var(--forest);background:var(--lime);box-sizing:content-box}.story-orbit span{position:absolute;top:18px;width:16px;height:16px;border-radius:50%;background:#e6bda1}@media(min-width:1100px){.story-orbit{right:-125px}}.auth-form-wrap{display:grid;place-items:center;padding:40px clamp(28px,8vw,120px)}.auth-form-card{width:min(450px,100%)}.auth-form-card h2{font-size:2.35rem}.auth-form-card>p{font-size:.88rem}.auth-form{display:grid;gap:15px;margin-top:26px}.auth-form .button{margin-top:4px}.auth-switch{margin-top:22px;text-align:center}.auth-switch a{color:var(--forest);font-weight:700}.learner-course-layout{min-width:0}.learner-course-page-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.learner-course-page-bar .back-link{margin-bottom:0}.learner-course-page-bar>div{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.68rem}.learner-course-layout-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);align-items:start;gap:clamp(24px,4vw,54px);margin-bottom:25px}.learner-course-title{min-width:0;padding-top:7px}.learner-course-title>span{display:flex;align-items:center;gap:8px;margin-bottom:11px;color:#64736f;font-size:.67rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.learner-course-title>span svg{width:17px;color:var(--forest)}.learner-course-title h1{margin-bottom:0}.learner-course-workspace{min-width:0;display:grid;grid-template-columns:310px minmax(0,1fr);align-items:start;gap:22px}.learner-course-main{position:relative;min-width:0;display:grid;gap:18px}.learner-content-loading{position:sticky;z-index:3;top:8px;width:fit-content;justify-self:center;padding:7px 12px;margin-bottom:-52px;border:1px solid #d9e3dc;border-radius:20px;color:var(--forest);background:#fffffff0;box-shadow:0 7px 24px #1d3e371c;font-size:.67rem;font-weight:700}.learner-exercise-slot{min-width:0;padding:clamp(22px,4vw,38px);border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 34px #1b35300f}.fill-blank-exercise{display:grid;gap:22px}.fill-blank-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.fill-blank-heading span{display:block;margin-bottom:5px;color:var(--forest);font-size:.63rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.fill-blank-heading h2{margin:0;font-size:clamp(1.45rem,3vw,2rem)}.fill-blank-heading>small{flex:0 0 auto;padding:6px 9px;border-radius:20px;color:var(--muted);background:#eef1ed;font-size:.64rem;font-weight:700}.fill-blank-sentence{padding:clamp(22px,4vw,34px);border:1px solid #dfe5de;border-radius:14px;color:#2e3e3a;background:#f8faf7;font:600 clamp(1.05rem,2.4vw,1.35rem)/2.25 "DM Sans",sans-serif;white-space:pre-wrap}.fill-blank-field{position:relative;display:inline-flex;align-items:center;margin:0 5px;vertical-align:middle}.fill-blank-field input{width:clamp(115px,18vw,190px);height:42px;padding:5px 31px 5px 10px;border:0;border-bottom:2px solid #7d918b;border-radius:7px 7px 2px 2px;outline:none;color:var(--forest);background:#edf3ee;font:700 .93rem DM Sans,sans-serif;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.fill-blank-field input:focus{border-color:var(--forest);background:#fff;box-shadow:0 0 0 3px #2f655821}.fill-blank-field input:disabled{opacity:.85;cursor:default}.fill-blank-field>small{position:absolute;right:8px;color:#81908c;font-size:.58rem;line-height:1;pointer-events:none}.fill-blank-feedback{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;padding:14px 16px;border-radius:11px}.fill-blank-feedback>svg{width:25px;height:25px}.fill-blank-feedback>div{display:flex;flex-direction:column;gap:2px}.fill-blank-feedback strong{font-size:.82rem}.fill-blank-feedback span{font-size:.7rem}.fill-blank-feedback.correct{color:#286347;background:#e2f1e7}.fill-blank-feedback.incorrect{color:#93463f;background:#f8e8e5}.fill-blank-actions{display:flex;justify-content:flex-end}.fill-blank-actions .button svg{width:16px}.fill-blank-unavailable{padding:20px;border:1px dashed #d7ded7;border-radius:12px;color:var(--muted);background:#fafbf8;font-size:.76rem;text-align:center}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;padding:0!important;margin:-1px!important;border:0!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.learner-course-empty{min-height:330px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:30px;border:1px dashed #d7ded7;border-radius:18px;color:var(--muted);background:#fafbf8;text-align:center}.learner-course-empty svg{width:30px;height:30px;margin-bottom:4px;color:#71847f}.learner-course-empty strong{color:var(--ink)}.learner-course-empty span{max-width:420px;font-size:.75rem;line-height:1.5}.learner-progress{overflow:hidden;border:1px solid #dfe5de;border-radius:16px;background:#fff;box-shadow:0 14px 38px #1b353012}.learner-progress-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 20px 13px}.learner-progress-header>div{min-width:0;display:flex;flex-direction:column;gap:3px}.learner-progress-header span{color:var(--muted);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.learner-progress-header strong{overflow:hidden;color:var(--ink);font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.learner-progress-refresh{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid #dfe5de;border-radius:9px;color:#637570;background:#fff;cursor:pointer}.learner-progress-refresh:hover:not(:disabled){color:var(--forest);background:#f0f5f1}.learner-progress-refresh:disabled{opacity:.55;cursor:wait}.learner-progress-refresh svg{width:15px;height:15px}.learner-progress-overall{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:11px;padding:0 20px 18px}.learner-progress-overall>strong{color:var(--forest);font-size:.73rem}.learner-progress-track,.learner-chapter-track{height:7px;overflow:hidden;border-radius:10px;background:#e7ebe7}.learner-progress-track>span,.learner-chapter-track>span{display:block;height:100%;border-radius:inherit;background:#4d916f;transition:width .25s ease}.learner-progress-refresh-error{padding:9px 20px;border-top:1px solid #f0dfbc;color:#806326;background:#fbf4e3;font-size:.66rem}.learner-progress-chapters{border-top:1px solid #e8ece7}.learner-progress-chapters>p{margin:0;padding:20px;color:var(--muted);font-size:.72rem;text-align:center}.learner-chapter-progress{--chapter-progress-color: #aeb8b2;border-bottom:1px solid #edf0ec}.learner-chapter-progress:last-child{border-bottom:0}.learner-chapter-progress.status-completed{--chapter-progress-color: #4d916f}.learner-chapter-progress.status-in_progress{--chapter-progress-color: #d2a642}.learner-chapter-progress.status-not_started{--chapter-progress-color: #aeb8b2}.learner-chapter-progress summary{list-style:none;display:grid;grid-template-columns:27px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:13px 20px;cursor:pointer}.learner-chapter-progress summary::-webkit-details-marker{display:none}.learner-chapter-progress summary:hover{background:#f8faf7}.learner-chapter-progress summary>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.learner-chapter-progress summary strong{overflow:hidden;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.learner-chapter-progress summary small{color:var(--muted);font-size:.63rem}.learner-progress-status{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--chapter-progress-color)}.learner-progress-status svg{width:13px;height:13px}.status-not_started .learner-progress-status{color:#77827e;background:#e2e6e2}.learner-chapter-chevron{width:15px;color:#7d8986;transition:transform .15s ease}.learner-chapter-progress[open] .learner-chapter-chevron{transform:rotate(90deg)}.learner-chapter-details{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:11px;padding:1px 20px 14px 57px}.learner-chapter-track{height:5px}.learner-chapter-track>span{background:var(--chapter-progress-color)}.learner-chapter-details>span{color:var(--chapter-progress-color);font-size:.61rem;font-weight:700;text-transform:capitalize}.content-viewer{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.content-viewer-header{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px 22px;border-bottom:1px solid var(--line);background:#fafbf8}.content-breadcrumb{min-width:0;overflow:hidden}.content-breadcrumb ol{min-width:0;display:flex;align-items:center;gap:6px;padding:0;margin:0;list-style:none}.content-breadcrumb li{min-width:0;overflow:hidden;color:var(--muted);font-size:.7rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.content-breadcrumb li:not([aria-hidden=true]){max-width:180px}.content-breadcrumb li[aria-current=page]{color:var(--forest);font-weight:700}.content-breadcrumb li[aria-hidden=true]{flex:0 0 auto;display:grid;place-items:center}.content-breadcrumb svg{width:13px;height:13px}.content-viewer-navigation{flex:0 0 auto;display:flex;gap:8px}.content-viewer-navigation .button{min-height:36px}.content-viewer-navigation svg{width:15px;height:15px}.content-viewer-heading{max-width:840px;padding:clamp(28px,5vw,54px) clamp(24px,6vw,68px) 22px}.content-viewer-heading h1{margin:0;font-size:clamp(2rem,4vw,3.25rem)}.element-type-label{width:fit-content;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:20px;color:#42675f;background:#e6f0ea;font-size:.66rem;font-weight:700}.element-type-label svg{width:14px;height:14px}.content-instruction{width:auto;max-width:840px;margin:0 clamp(24px,6vw,68px) clamp(28px,5vw,48px)}.content-media{display:grid;gap:18px;padding:0 clamp(24px,6vw,68px) clamp(30px,6vw,64px)}.content-media-image,.content-media-video{display:block;width:100%;max-height:560px;border:1px solid #e2e7e1;border-radius:14px;background:#edf1ec;object-fit:contain}.content-media-video{aspect-ratio:16 / 9;background:#10201e}.content-media-audio{display:grid;gap:10px;padding:17px 18px;border:1px solid #dfe6df;border-radius:13px;background:#f5f8f4}.content-media-audio>span{display:flex;align-items:center;gap:8px;color:var(--forest);font-size:.72rem;font-weight:700}.content-media-audio svg{width:17px}.content-media-audio audio{width:100%;height:42px}.content-media-loading{min-height:220px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(100deg,#edf1ec 30%,#f7f9f5,#edf1ec 66%);background-size:280% 100%;animation:media-loading 1.4s ease infinite}.content-media-loading.audio{min-height:78px}.content-media-loading span{width:28px;height:28px;border:3px solid rgba(38,79,70,.16);border-top-color:#568276;border-radius:50%;animation:spin .8s linear infinite}.content-media-fallback{min-height:110px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px dashed #d9dfd9;border-radius:13px;color:var(--muted);background:#f7f8f5;font-size:.75rem}.content-media-fallback svg{width:20px}@keyframes media-loading{0%{background-position:100% 0}to{background-position:0 0}}.course-sidebar-shell{min-width:0}.course-sidebar{position:sticky;top:24px;width:310px;max-height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column;border:1px solid #dfe5de;border-radius:16px;background:#fbfcfa;box-shadow:0 16px 40px #1c373212}.course-sidebar-header{display:flex;flex-direction:column;gap:10px;padding:14px 16px 12px;border-bottom:1px solid #dfe5de;background:#fbfcfa}.course-sidebar-header-top{display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:10px}.course-sidebar-header-top h2{overflow:hidden;margin:0;color:#24312f;font:700 1.02rem DM Sans,sans-serif;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.course-sidebar-header-top>span{width:30px;height:30px}.course-sidebar-header-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:5px}.course-sidebar-expand{border:0;color:#63746f;background:transparent;cursor:pointer}.course-sidebar-expand{width:52px;height:100%;min-height:230px;display:flex;align-items:center;flex-direction:column;gap:11px;padding:18px 0;border-right:1px solid #dfe5de;background:#f3f5f1}.course-sidebar-expand:hover{background:#e8eee9}.course-sidebar-expand svg{width:19px;height:19px}.course-sidebar-expand span{writing-mode:vertical-rl;color:var(--muted);font-size:.62rem;font-weight:800}.course-sidebar-close,.course-sidebar-mobile-toggle,.course-sidebar-scrim{display:none}.course-sidebar-empty{margin:0;padding:28px 20px;color:var(--muted);font-size:.76rem;text-align:center}.course-sidebar-progress{flex:0 0 auto;display:grid;gap:9px;padding:15px 16px 14px;border-bottom:1px solid var(--color-border);background:transparent}.course-sidebar-progress-summary{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:var(--color-text-muted)}.course-sidebar-progress-summary strong{color:var(--color-text);font-size:10.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.course-sidebar-progress-summary span{font-size:11.5px;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.02em}.course-tree-progress-track{height:2px;overflow:hidden;border-radius:1px;background:var(--color-border)}.course-tree-progress-track>span{height:100%;display:block;border-radius:0 2px 2px 0;background:var(--color-primary);transition:width .22s ease-out}.course-tree{flex:1;overflow-x:hidden;overflow-y:auto;padding:12px 12px 18px 8px;scrollbar-color:#c3cdc6 transparent;scrollbar-width:thin}.course-tree-disclosure{min-height:0;display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .18s ease-out,opacity .16s ease-out,transform .18s ease-out}.course-tree-disclosure>div{min-height:0;overflow:hidden}.course-tree-disclosure.is-expanded{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.course-tree-row{position:relative;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px;border-radius:6px;color:var(--color-text-muted);transition:color .12s ease-out,background .12s ease-out,box-shadow .15s ease-out}.course-tree-row.level-2{padding-left:18px}.course-tree-row.level-1,.course-tree-row.level-2{color:var(--color-text-secondary)}.course-tree-row:hover:not(.is-selected){color:var(--color-text);background:color-mix(in srgb,var(--color-primary) 5%,transparent)}.course-tree-row.is-locked{color:var(--color-text-muted)}.course-tree-row.is-locked:hover:not(.is-selected){color:var(--color-text-muted);background:transparent}.course-tree-row.is-locked .course-tree-select{cursor:not-allowed}.course-tree-row.is-locked .course-tree-copy{opacity:.78}.course-tree-row.is-active-path:not(.is-selected){color:var(--color-primary)}.course-tree-row.is-selected{box-shadow:none}.course-tree-row.level-1.is-selected{color:#fff;background:var(--color-navigation-selected)}.course-tree-row.level-3.is-selected{color:var(--color-primary);background:transparent}.course-tree-row.level-3.is-selected:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:4px;background:var(--color-navigation-selected)}.course-tree-row.level-3.is-selected:hover{color:var(--color-primary);background:transparent}.course-tree-row.level-3.is-selected .course-tree-title{font-weight:700}.course-tree>.course-tree-branch+.course-tree-branch>.course-tree-row.level-1{margin-top:16px}.course-tree-row.level-1{padding:3px;border-radius:0}.course-tree-row.level-1:hover:not(.is-selected){background:transparent}.course-tree-row.level-1 .course-tree-title{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.course-tree-row.level-1 .course-tree-index{width:auto;flex:0 0 auto;font-size:11px}.course-tree-row.level-1.is-selected{color:#fff;border-radius:var(--radius-md);background:var(--color-navigation-selected);box-shadow:none}.course-tree-row.level-1.is-selected:hover{background:var(--color-navigation-selected-hover)}.course-tree-row.level-1.is-selected .course-tree-title,.course-tree-row.level-1.is-selected .course-tree-index{color:#fff}.course-tree-row.level-1.is-selected .course-tree-chapter-track{background:#ffffff38}.course-tree-row.level-1.is-selected .course-tree-chapter-track>span{background:#ffffffe0}.course-tree-row.level-2{border-radius:10px}.course-tree-row.level-2 .course-tree-title{font-size:13.25px;font-weight:700}.course-tree-row.level-2.is-current-lesson{color:#fff;border-radius:10px;background:var(--color-navigation-selected);box-shadow:none}.course-tree-row.level-2.is-current-lesson:hover{background:var(--color-navigation-selected-hover)}.course-tree-row.level-2.is-current-lesson .course-tree-lesson-meta{color:#ffffffd6}.course-tree-elements{margin:2px 0 4px 21px;padding-left:15px;border-left:0}.course-tree-row.level-3{padding-left:0}.course-tree-row.level-3 .course-tree-title{font-size:13px;font-weight:500}.course-tree-toggle{width:var(--control-height-small);height:var(--control-height-small);display:grid;place-items:center;cursor:pointer;color:currentColor;opacity:.62}.course-tree-toggle svg{width:14px;height:14px;transition:transform .16s ease-out}.course-tree-toggle .is-expanded{transform:rotate(90deg)}.course-tree-select{width:100%;min-width:0;min-height:40px;display:grid;align-items:center;gap:8px;padding:6px 8px 6px 3px;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.course-tree-row.level-1 .course-tree-select{grid-template-columns:minmax(0,1fr) minmax(48px,88px);padding:6px 3px}.course-tree-row.level-2 .course-tree-select,.course-tree-row.level-3 .course-tree-select{grid-template-columns:auto minmax(0,1fr)}.course-tree-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.course-tree-heading{min-width:0;display:flex;align-items:baseline;gap:8px}.course-tree-index{width:20px;flex:0 0 20px;color:var(--color-text-muted);font-size:10.5px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.04em}.course-tree-row.is-active-path .course-tree-index{color:var(--color-primary)}.course-tree-row.level-3.is-selected .course-tree-index{color:var(--color-accent)}.course-tree-title{overflow:hidden;font-size:.74rem;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.course-tree-lesson-meta{display:block;overflow:hidden;color:currentColor;font-size:11px;font-variant-numeric:tabular-nums;font-weight:600;line-height:1.2;opacity:.68;text-overflow:ellipsis;white-space:nowrap}.course-tree-chapter-track{position:relative;width:100%;height:3px;overflow:hidden;border-radius:2px;background:var(--color-border)}.course-tree-chapter-track>span{display:block;height:100%;border-radius:inherit;background:var(--color-border-strong);transition:width .22s ease-out}.course-tree-row.level-1.is-active-path .course-tree-chapter-track>span,.course-tree-row.level-1.is-selected .course-tree-chapter-track>span{background:var(--color-primary)}.course-tree-status{display:grid;place-items:center;flex:0 0 auto}.course-tree-row.level-2 .course-tree-status{width:28px;height:28px}.course-tree-row.level-3 .course-tree-status{width:16px;height:16px}.course-tree-state-stamp{display:inline-flex;align-items:center;justify-content:center;color:var(--color-border-strong);animation:course-tree-stamp-enter .14s ease-out}.course-tree-row.level-2 .course-tree-state-stamp{width:100%;height:100%}.course-tree-state-stamp svg{width:15px;height:15px}.course-tree-row.level-3 .course-tree-state-stamp svg{width:100%;height:100%}.course-tree-state-stamp[data-state=locked]{color:var(--color-text-muted)}.course-tree-state-stamp[data-state=locked] svg{stroke-width:2.25}.course-tree-state-stamp[data-state=in_progress]{color:var(--color-primary)}.course-tree-state-stamp[data-state=completed]{color:var(--color-success)}.course-tree-state-stamp[data-state=pending_review]{color:var(--color-warning)}.course-tree-state-stamp[data-state=expired]{color:var(--color-error)}.course-tree-row.level-2.is-current-lesson .course-tree-state-stamp{color:#fff}@keyframes course-tree-stamp-enter{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media(max-width:1023px){.course-tree-toggle{width:var(--touch-target);height:var(--touch-target)}.learner-course-workspace{grid-template-columns:280px minmax(0,1fr)}.stat-grid{grid-template-columns:repeat(2,1fr)}.enrollment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-strip{grid-template-columns:1fr}.auth-page{grid-template-columns:.8fr 1.2fr}.story-copy h1{font-size:4.5rem}.learner-course-layout-header,.learner-course-workspace{grid-template-columns:1fr}.content-viewer-header{align-items:stretch;flex-direction:column;gap:13px;padding:14px 16px}.content-breadcrumb{overflow-x:auto;padding-bottom:2px}.content-breadcrumb ol{width:max-content}.content-breadcrumb li:not([aria-hidden=true]){max-width:150px}.content-viewer-navigation{display:grid;grid-template-columns:1fr 1fr}.content-viewer-navigation .button{width:100%}.course-sidebar-mobile-toggle{width:100%;min-height:46px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;padding:0 14px;border:1px solid #dce3dc;border-radius:10px;background:#fff;color:var(--forest);cursor:pointer;box-shadow:0 8px 24px #1b35300f;text-align:left}.course-sidebar-expand{display:none}.course-sidebar-mobile-toggle svg{width:19px}.course-sidebar-mobile-toggle span{font-size:.78rem;font-weight:700}.course-sidebar-mobile-toggle strong{color:var(--muted);font-size:.67rem}.course-sidebar{position:fixed;z-index:31;inset:0 auto 0 0;max-height:none;border-width:0 1px 0 0;border-radius:0;transform:translate(-105%);transition:transform .2s ease;box-shadow:24px 0 55px #0d242033}.course-sidebar.is-open{transform:translate(0)}.course-sidebar-close{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:#e8ede7;color:var(--forest);cursor:pointer}.course-sidebar-close svg{width:18px}.course-sidebar-scrim{position:fixed;z-index:30;inset:0;display:block;border:0;background:#0e231f6b;cursor:pointer}.sidebar{transform:translate(-105%);transition:transform .22s ease;box-shadow:25px 0 60px #142d2929}.sidebar.is-open{transform:none}.sidebar-close{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:9px;background:#e5e9e3;cursor:pointer}.sidebar-close svg{width:18px}.nav-scrim{display:block;position:fixed;inset:0;z-index:19;border:0;background:#0f221f59}.mobile-menu{display:grid;place-items:center;position:fixed;left:18px;top:17px;z-index:18;width:42px;height:42px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 7px 20px #18322d17}.mobile-menu svg{width:20px}.main-content{margin-left:0;padding:84px 22px 55px}.page-header,.welcome-header{align-items:flex-start;flex-direction:column}.header-action,.search-box{width:100%}.date-chip{display:none}.hero-card{grid-template-columns:1fr}.hero-art{display:none}.course-detail-hero{grid-template-columns:1fr}.detail-cover{max-height:280px}.detail-grid{grid-template-columns:1fr}.side-panel{width:100%}.school-list{grid-template-columns:1fr}.course-update-version-card{grid-template-columns:1fr auto 1fr}.course-update-release{grid-column:1 / -1;padding:14px 0 0;border-left:0;border-top:1px solid var(--line)}.course-update-layout,.creator-layout{grid-template-columns:1fr}.creator-aside{grid-template-columns:1fr 1fr}.audience-options,.review-gate-panel{grid-template-columns:1fr}.review-vote-options{grid-template-columns:repeat(5,minmax(86px,1fr));overflow-x:auto;padding-bottom:4px}.subscription-accepted-detail{grid-template-columns:1fr}.accepted-course-cover{min-height:280px}.builder-overview{overflow-x:auto}.builder-overview>div{flex:0 0 120px}.builder-connector{flex:0 0 35px}.tree-children{padding-left:30px}.auth-page{grid-template-columns:1fr}.auth-story{display:none}.auth-form-wrap{min-height:100vh;padding:50px 24px}}@media(max-width:639px){.learner-course-page-bar{align-items:flex-start;flex-direction:column}h1{font-size:2.35rem}.main-content{padding-left:16px;padding-right:16px}.hero-card{padding:30px 24px;min-height:300px}.hero-copy h2{font-size:2.75rem}.stat-grid,.enrollment-grid{grid-template-columns:1fr}.stat-card{padding:14px}.detail-stats{grid-template-columns:1fr}.course-detail-hero{padding:18px}.lesson-list{padding-left:30px}.level-picker{grid-template-columns:1fr}.level-picker label>span{min-height:68px}.creator-aside{grid-template-columns:1fr}.header-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.builder-overview{padding:16px}.builder-tree>details>summary{grid-template-columns:20px 34px 1fr auto 20px;padding:16px}.builder-tree>details>summary .status-badge{display:none}.tree-children{padding:0 15px 15px}.tree-lesson-heading{grid-template-columns:20px 35px 1fr 20px}.tree-lesson-heading>.tree-node-actions{grid-column:3;justify-content:flex-start;flex-wrap:wrap;margin-top:4px}.lesson-chevron{grid-column:4;grid-row:1 / 3}.tree-node-actions .status-badge{display:none}.tree-elements{padding-left:20px}.tree-elements>div{grid-template-columns:18px 20px 27px 1fr auto}.tree-elements .status-badge{display:none}.subscription-request-list article{grid-template-columns:38px 1fr}.subscription-request-actions{grid-column:1 / -1;justify-content:flex-end}.review-gate-heading{flex-direction:column}.review-vote-options{grid-template-columns:1fr;overflow:visible}.review-vote-options label{flex-direction:row;align-items:center}.review-vote-options label>span{flex:1}.accepted-enrollment-facts{grid-template-columns:1fr}.accepted-course-actions .button{width:100%}.enrollment-card{grid-template-columns:90px 1fr}.progress-hero{grid-template-columns:1fr;justify-items:center;text-align:center;padding:30px 22px}.progress-hero .progress-track{margin:auto}.progress-ring{width:130px;height:130px}.progress-ring:before{width:100px;height:100px}.school-hero{grid-template-columns:1fr}.school-monogram{width:100px;height:100px;border-radius:20px}.school-card{grid-template-columns:53px 1fr auto;padding:15px}.school-avatar{width:53px;height:53px}.profile-banner{grid-template-columns:1fr;justify-items:center;text-align:center;padding:28px 22px}.profile-avatar{width:100px;height:100px}.profile-banner>div:last-child>div{justify-content:center}.notification-item{grid-template-columns:40px 1fr;padding:15px}.notification-item>.icon-button{display:none}.course-update-version-card{grid-template-columns:1fr auto 1fr;gap:12px;padding:18px}.course-update-version-card strong{font-size:1.25rem}.course-update-version-card .new-version{padding:9px 10px}.course-update-changes,.course-update-side{padding:19px}.course-change-list article>div>div{align-items:flex-start;flex-direction:column;gap:6px}.auth-form-card h2{font-size:2rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.course-tree-disclosure{transform:none;transition:none}.course-tree-state-stamp{animation:none}.builder-tree .is-duplicate-highlight{animation:none;background:var(--color-primary-soft);box-shadow:inset 3px 0 0 var(--color-primary)}.course-card.is-duplicate-highlight{animation:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-focus)}}.question-editor-list{display:grid;gap:16px}.question-editor-card{display:grid;gap:15px;padding:18px;border-color:var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-subtle)}.question-editor-card>header{display:flex;align-items:center;justify-content:space-between;gap:14px}.question-editor-card>header>div:first-child{display:flex;flex-direction:column;gap:2px}.question-editor-card>header strong{white-space:pre-wrap}.question-editor-card>header span{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:700;text-transform:uppercase;letter-spacing:.06em}.question-editor-actions{display:flex;gap:6px}.question-editor-actions button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);background:var(--color-surface);cursor:pointer}.question-editor-actions button:hover:not(:disabled){color:var(--color-primary);border-color:var(--color-border-strong);background:var(--color-primary-soft)}.question-editor-actions button:disabled{cursor:default;opacity:.4}.question-editor-actions svg{width:16px;height:16px}.option-editor{display:grid;gap:9px;margin:0;padding:0;border:0}.option-editor legend{margin-bottom:8px;font-size:var(--type-helper);font-weight:700}.prompt-choice-configuration{display:grid;gap:var(--space-2);margin:0;padding:0;border:0}.prompt-choice-configuration>legend{margin-bottom:var(--space-1);font-size:var(--type-helper);font-weight:700}.question-points{max-width:180px}.question-add-button{justify-self:start}.material-editor-list,.exercise-group-editor-list{padding-top:4px}.material-editor-list>h3,.exercise-group-editor-list>h3,.question-editor-list>h3{margin:0;font-size:1rem}.exercise-group-editor{border-color:#cfded6;background:#f5f9f6}.exercise-group-editor>.question-editor-list{padding:12px;border:1px solid #e1e9e3;border-radius:12px;background:#ffffffb3}.element-editor-form{width:100%;max-width:none;min-width:0}.element-editor-form .builder-fields{gap:15px}.element-editor-form .question-editor-list{min-width:0;gap:13px}.element-editor-form .question-editor-card{min-width:0;gap:13px;padding:16px;box-shadow:none}.element-editor-form .material-editor-card{gap:9px;background:var(--color-surface)}.element-editor-form .material-editor-metadata{align-items:end;gap:10px}.element-editor-form .material-editor-metadata>label{margin:0}.email-document-format{max-width:260px}.email-document-editor,.email-message-fields{min-width:0;display:grid;gap:var(--space-3)}.email-document-editor{margin-top:var(--space-1);padding-top:var(--space-3);border-top:1px solid var(--color-border)}.email-document-previous{min-width:0;display:grid;gap:var(--space-3);margin-top:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.email-document-section-header{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.email-document-section-header h4{margin:2px 0 0;font-size:1rem}.email-document-add-previous{justify-content:flex-start}.writing-question-editor,.writing-email-settings{min-width:0;display:grid;gap:var(--space-3)}.writing-question-editor{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle)}.writing-question-editor>.form-field{max-width:260px}.writing-email-settings{gap:var(--space-2)}.element-editor-form .material-editor-card>header{padding-bottom:2px}.element-editor-form .material-editor-card>header .question-editor-actions{gap:3px}.element-editor-form .material-editor-card>header .question-editor-actions button{width:30px;height:30px;border-color:transparent;background:transparent}.element-editor-form .exercise-group-editor{background:transparent}.element-editor-form .exercise-group-editor>.question-editor-list{padding:13px 0 0;border:0;border-top:1px solid var(--color-border);border-radius:0;background:transparent}.element-editor-form .rich-text-field,.element-editor-form .rich-text-editor{width:100%;min-width:0}.element-editor-form .rich-text-editor-body{scrollbar-width:thin;scrollbar-color:var(--color-border-strong) transparent}.element-editor-form .rich-text-editor-body::-webkit-scrollbar{width:8px}.element-editor-form .rich-text-editor-body::-webkit-scrollbar-track{background:transparent}.element-editor-form .rich-text-editor-body::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:var(--color-border-strong);background-clip:padding-box}@media(max-width:639px){.question-editor-card{padding:14px}}.manual-review-detail{width:100%;max-width:1180px;display:grid;gap:var(--space-6)}.manual-review-context{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-border)}.manual-review-context>div{min-width:0;display:grid;align-content:start;gap:var(--space-1);padding:var(--space-4);background:var(--color-surface)}.manual-review-context svg{width:17px;height:17px;margin-bottom:2px;color:var(--color-primary)}.manual-review-context span{color:var(--color-text-muted);font-size:var(--type-meta)}.manual-review-context strong{min-width:0;overflow-wrap:anywhere;color:var(--color-text);font-size:.91rem}.manual-review-context a{color:var(--color-primary);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.manual-review-context a:hover{text-decoration-color:currentColor}.manual-review-columns{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,360px);align-items:start;gap:var(--space-6)}.manual-review-submission,.manual-review-assessment{min-width:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.manual-review-submission{padding:clamp(20px,3vw,32px)}.manual-review-assessment{padding:var(--space-5)}.manual-review-section-heading{display:flex;align-items:flex-start;gap:var(--space-3);padding-bottom:var(--space-5);margin-bottom:var(--space-5);border-bottom:1px solid var(--color-border)}.manual-review-section-heading.compact{padding-bottom:var(--space-4);margin-bottom:var(--space-4)}.manual-review-section-heading .eyebrow{margin-bottom:var(--space-1)}.manual-review-section-heading h2{margin:0;font-size:clamp(1.4rem,2.4vw,1.85rem)}.manual-review-section-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:var(--radius-md);color:var(--color-primary);background:var(--color-primary-soft)}.manual-review-section-icon svg{width:20px}.manual-review-responses{display:grid;gap:var(--space-6)}.manual-review-response{min-width:0}.manual-review-response+.manual-review-response{padding-top:var(--space-6);border-top:1px solid var(--color-border)}.manual-review-response-number{display:block;margin-bottom:var(--space-3);color:var(--color-primary);font-size:var(--type-meta);font-weight:700}.manual-review-prompt:empty{display:none}.manual-review-prompt{margin-bottom:var(--space-5);color:var(--color-text);font-size:var(--type-question);font-weight:600}.manual-review-writing{min-height:150px;padding:var(--space-5);border-radius:var(--radius-md);color:var(--color-text-secondary);background:var(--color-surface-subtle)}.manual-review-writing>:last-child{margin-bottom:0}.manual-review-email{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md)}.manual-review-email>header{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);color:var(--color-primary);background:var(--color-surface-subtle);font-weight:700}.manual-review-email dl{margin:0}.manual-review-email dl>div{display:grid;grid-template-columns:76px minmax(0,1fr);gap:var(--space-3);padding:10px var(--space-4);border-top:1px solid var(--color-border)}.manual-review-email dt{color:var(--color-text-muted);font-size:var(--type-meta)}.manual-review-email dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--color-text)}.manual-review-email-body{min-height:180px;border-radius:0;border-top:1px solid var(--color-border);background:var(--color-surface)}.manual-review-selected-prompts{display:grid;gap:var(--space-3);margin-bottom:var(--space-5)}.manual-review-selected-prompts>span,.manual-review-recording-title{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:700}.manual-review-selected-prompts>div{padding:var(--space-4);border-left:3px solid var(--color-primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--color-primary-soft)}.manual-review-selected-prompts strong{color:var(--color-text)}.manual-review-selected-prompts .rich-text-content{margin-top:var(--space-2);color:var(--color-text-secondary)}.manual-review-selected-prompts .rich-text-content>:last-child{margin-bottom:0}.manual-review-recording{display:grid;gap:var(--space-2)}.manual-review-recording-title{display:inline-flex;align-items:center;gap:var(--space-2)}.manual-review-recording-title svg{width:17px;color:var(--color-primary)}.manual-review-recording small,.manual-review-updated{color:var(--color-text-muted)}.manual-review-unavailable{padding:var(--space-4);border-radius:var(--radius-sm);background:var(--color-surface-subtle)}.manual-review-assessment form{display:grid;gap:var(--space-4)}.manual-review-points-control{display:flex;align-items:center;gap:var(--space-2)}.manual-review-points-control input{min-width:0;width:112px}.manual-review-points-control span{white-space:nowrap;color:var(--color-text-muted);font-weight:500}.manual-review-assessment textarea{min-height:150px}.manual-review-updated{display:block;text-align:center;font-size:var(--type-helper)}@media(max-width:1023px){.manual-review-context{grid-template-columns:repeat(3,minmax(0,1fr))}.manual-review-columns{grid-template-columns:minmax(0,1fr)}}@media(max-width:639px){.manual-review-context{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.manual-review-context>div:first-child{grid-column:1 / -1}.manual-review-columns{gap:var(--space-4)}.manual-review-submission,.manual-review-assessment{padding:var(--space-4)}.manual-review-email dl>div{grid-template-columns:minmax(0,1fr);gap:2px}}.review-workspace-tabs{display:flex;align-items:center;gap:var(--space-2);margin:-12px 0 var(--space-8);padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border)}.review-workspace-tabs a{min-height:var(--touch-target);display:inline-flex;align-items:center;gap:var(--space-2);padding:0 var(--space-4);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:.88rem;font-weight:700;transition:color var(--transition-interactive),background var(--transition-interactive)}.review-workspace-tabs a:hover{color:var(--color-primary);background:var(--color-surface-subtle)}.review-workspace-tabs a.active{color:var(--color-primary);background:var(--color-primary-soft)}.review-workspace-tabs svg{width:18px}.teacher-review-queue{width:100%;min-width:0}.teacher-review-queue-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-5);margin-bottom:var(--space-5)}.teacher-review-queue-heading .eyebrow{margin-bottom:var(--space-1)}.teacher-review-queue-heading h2{margin:0}.review-status-tabs{display:inline-flex;padding:3px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle)}.review-status-tabs button{min-height:38px;padding:0 var(--space-4);border:0;border-radius:7px;color:var(--color-text-muted);background:transparent;cursor:pointer;font-size:.82rem;font-weight:700;transition:color var(--transition-interactive),background var(--transition-interactive),box-shadow var(--transition-interactive)}.review-status-tabs button:hover{color:var(--color-primary)}.review-status-tabs button.active{color:var(--color-primary);background:var(--color-surface);box-shadow:var(--shadow-sm)}.review-queue-meta{margin-bottom:var(--space-3);color:var(--color-text-muted);font-size:var(--type-meta);font-weight:600}.review-queue-list{min-width:0;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.review-queue-columns,.review-queue-row{min-width:0;display:grid;grid-template-columns:minmax(150px,1.1fr) minmax(150px,1.1fr) minmax(170px,1.25fr) minmax(105px,.7fr) minmax(130px,.85fr) minmax(90px,.55fr) 82px;align-items:center;gap:var(--space-4)}.review-queue-columns{min-height:42px;padding:0 var(--space-4);border-bottom:1px solid var(--color-border);color:var(--color-text-muted);background:var(--color-surface-subtle);font-size:var(--type-helper);font-weight:700}.review-queue-row{padding:var(--space-4)}.review-queue-row+.review-queue-row{border-top:1px solid var(--color-border)}.review-queue-row:hover{background:color-mix(in srgb,var(--color-primary-soft) 28%,var(--color-surface))}.review-queue-value{min-width:0;color:var(--color-text-secondary);font-size:.86rem;overflow-wrap:anywhere}.review-queue-value strong{color:var(--color-text);font-weight:650}.review-queue-value>.learning-meta{display:block;margin-top:var(--space-1)}.review-queue-person{color:var(--color-primary);font-weight:700}.review-queue-person:hover{text-decoration:underline;text-underline-offset:3px}.review-queue-value time{color:var(--color-text-muted);font-size:var(--type-meta)}.review-queue-mobile-label{display:none}.review-queue-action{display:flex;justify-content:flex-end}@media(max-width:1023px){.review-queue-columns,.review-queue-row{grid-template-columns:minmax(135px,1fr) minmax(140px,1fr) minmax(155px,1.15fr) minmax(100px,.7fr) minmax(90px,.6fr) 78px;gap:var(--space-3)}.review-queue-columns>:nth-child(5),.review-queue-row>:nth-child(5){display:none}}@media(max-width:760px){.review-workspace-tabs{overflow-x:auto;margin-bottom:var(--space-6)}.review-workspace-tabs a{flex:0 0 auto}.teacher-review-queue-heading{align-items:stretch;flex-direction:column}.review-status-tabs{width:100%}.review-status-tabs button{flex:1}.review-queue-columns{display:none}.review-queue-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-4);padding:var(--space-5)}.review-queue-row>:nth-child(5){display:flex}.review-queue-value{display:flex;flex-direction:column;gap:var(--space-1)}.review-queue-mobile-label{display:block;color:var(--color-text-muted);font-size:var(--type-helper);font-weight:700}.review-queue-action{align-items:flex-end}}@media(max-width:479px){.review-workspace-tabs{gap:var(--space-1)}.review-workspace-tabs a{padding-inline:var(--space-3)}.review-queue-row{grid-template-columns:minmax(0,1fr);padding:var(--space-4)}.review-queue-action{justify-content:stretch}.review-queue-action .button{width:100%}}.account-management-filters{display:grid;grid-template-columns:minmax(260px,1fr) minmax(150px,200px) minmax(150px,200px);align-items:end;gap:14px;padding:18px;margin-bottom:18px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.account-management-filters .search-box{width:100%}.account-management-message{display:flex;align-items:center;gap:8px;padding:12px 15px;margin-bottom:16px;border-radius:var(--radius-md);color:var(--color-success);background:var(--color-success-soft);font-size:var(--type-meta);font-weight:700}.account-management-list{container-type:inline-size;overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.account-management-row{display:grid;grid-template-columns:minmax(240px,1.25fr) minmax(360px,1fr) auto;align-items:center;gap:28px;padding:18px 20px;border-bottom:1px solid var(--color-border)}.account-management-row:hover{background:color-mix(in srgb,var(--color-primary-soft) 30%,transparent)}.account-management-row:last-child{border-bottom:0}.account-management-person{min-width:0;display:flex;align-items:center;gap:14px}.account-management-avatar{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:var(--color-primary);background:var(--color-accent);font-size:var(--type-meta);font-weight:800}.account-management-identity{min-width:0;display:flex;flex-direction:column;gap:4px}.account-management-identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-management-identity span{overflow:hidden;color:var(--color-text-muted);font-size:var(--type-meta);text-overflow:ellipsis;white-space:nowrap}.account-management-facts{min-width:0;display:grid;grid-template-columns:minmax(80px,.7fr) minmax(105px,.75fr) minmax(125px,1fr);align-items:center;gap:20px;margin:0}.account-management-facts>div{min-width:0;display:grid;gap:5px}.account-management-facts dt{color:var(--color-text-muted);font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.account-management-facts dd{min-width:0;margin:0;color:var(--color-text-secondary);font-size:var(--type-meta);white-space:nowrap}.account-management-actions{display:flex;justify-content:flex-end;gap:8px}.account-management-actions .button{min-width:84px}@media(max-width:850px){.account-management-filters{grid-template-columns:1fr 1fr}.account-management-filters .search-box{grid-column:1 / -1}}@container (max-width: 880px){.account-management-row{grid-template-columns:1fr;gap:16px}.account-management-actions{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:520px){.account-management-filters{grid-template-columns:1fr}.account-management-filters .search-box{grid-column:auto}.account-management-row{padding:17px 18px}.account-management-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.account-management-facts>div:last-child{grid-column:1 / -1}.account-management-actions .button{width:100%}}.main-content.learning-focus-content{height:100vh;overflow:hidden;padding:16px;background:radial-gradient(circle at 88% 12%,rgba(217,242,117,.2),transparent 25%),#eef1eb}.interactive-course-book{position:relative;height:calc(100vh - 32px);min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #dce3dc;border-radius:22px;background:#f7f8f4;box-shadow:0 24px 70px #16352f21}.interactive-course-book:fullscreen{width:100vw;height:100vh;grid-template-rows:minmax(0,1fr);border:0;border-radius:0;background:#f7f8f4}.interactive-course-book::backdrop{background:#e9ede7}.course-book-fullscreen-exit{display:none}.interactive-course-book:fullscreen .course-book-toolbar{display:none}.interactive-course-book:fullscreen .course-book-toc,.interactive-course-book:fullscreen .course-book-toc .course-sidebar,.interactive-course-book:fullscreen .course-book-toc .course-sidebar-expand,.interactive-course-book:fullscreen .course-book-toc .course-sidebar-scrim{display:none!important}.interactive-course-book:fullscreen .course-book-toc,.interactive-course-book:fullscreen .course-book-sidebar-resizer,.interactive-course-book:fullscreen .course-book-workspace,.interactive-course-book:fullscreen .course-book-workspace.is-toc-collapsed{min-height:0;grid-template-columns:minmax(0,1fr)}.interactive-course-book:fullscreen .course-book-page-scroll{grid-column:1;overflow:auto;padding:clamp(18px,3vw,38px) clamp(58px,6vw,84px)}.interactive-course-book:fullscreen .course-book-workspace .course-book-page-frame{margin-inline:auto}.interactive-course-book:fullscreen .course-book-fullscreen-exit{position:absolute;top:16px;right:18px;z-index:20;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.65);border-radius:12px;color:#fff;background:#153f3ae6;box-shadow:0 8px 24px #153f3a33;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.interactive-course-book:fullscreen .course-book-fullscreen-exit:hover{background:#153f3a}.interactive-course-book:fullscreen .course-book-fullscreen-exit svg{width:18px;height:18px}.course-book-toolbar{position:relative;z-index:5;min-width:0;display:grid;grid-template-columns:44px minmax(180px,1fr) minmax(210px,310px) auto auto auto;align-items:center;gap:12px;min-height:58px;padding:8px 16px 9px;border-bottom:1px solid #e0e5df;background:#fffffff5;box-shadow:0 8px 30px #1d38330f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .2s ease,opacity .2s ease}.book-header{grid-template-columns:auto minmax(180px,1fr) auto;gap:10px}.book-header-leading,.book-header-secondary{display:flex;align-items:center;gap:6px}.book-header-secondary{min-width:0}.book-header-breadcrumb{min-width:0;display:flex;align-items:center;gap:10px}.book-header-mode,.book-editor-status{flex:0 0 auto;padding:4px 8px;border:1px solid #c5dcce;border-radius:999px;color:#315f51;background:#e4f1e8;font-size:.59rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.book-header-breadcrumb ol{display:flex;align-items:center;gap:7px;margin:0;padding:0;list-style:none}.book-header-breadcrumb li{min-width:0;display:inline-flex;align-items:center;gap:7px;color:#71807c;font-size:.67rem;font-weight:700}.book-header-breadcrumb li svg{width:12px;height:12px;color:#9ca8a5}.book-header-breadcrumb li>span{overflow:hidden;max-width:220px;text-overflow:ellipsis;white-space:nowrap}.book-header-breadcrumb li:last-child>span{color:#2d4a43;font-weight:800}.book-header-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.book-header-group{display:flex;align-items:center;gap:2px;padding:2px;border-radius:999px;background:color-mix(in srgb,var(--color-primary) 6%,transparent)}.book-header-divider{width:1px;height:22px;flex:0 0 auto;background:var(--color-border)}.book-header-divider.course-book-zoom-only{min-width:1px}.course-book-zoom-only{min-width:38px}.book-header-actions .course-book-zoom-reset{min-width:48px;padding-inline:var(--space-2);font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.01em}.book-header-controls{margin-left:auto}.book-header-menu{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;color:var(--color-primary);background:transparent;cursor:pointer;transition:transform .15s ease,background .15s ease}.book-header-menu:hover{transform:translateY(-1px);background:var(--color-surface-subtle)}.book-header-menu svg{width:18px;height:18px}.course-book-toolbar-collapse{position:absolute;z-index:7;left:50%;bottom:-13px;width:38px;height:24px;display:grid;place-items:center;padding:0;transform:translate(-50%);border:1px solid #dbe2dd;border-radius:0 0 9px 9px;color:#4d6f90;background:#fffffffa;box-shadow:0 7px 16px #1d38331a;cursor:pointer}.course-book-toolbar-collapse:hover{color:var(--forest);background:#eaf2ec}.course-book-toolbar-collapse svg{width:16px;height:16px}.book-header .course-book-toolbar-collapse{display:none}.course-book-toolbar.is-collapsed{min-height:54px;grid-template-columns:auto minmax(180px,1fr) auto;padding:7px 14px}.course-book-toolbar.is-collapsed .book-header-secondary{display:none}.course-book-back,.course-book-toolbar-nav button{width:37px;height:37px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;color:#4f7db1;background:#eef4fb;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.course-book-back{display:none}.course-book-back:hover,.course-book-toolbar-nav button:hover:not(:disabled){transform:translateY(-1px);background:#e3eef9}.course-book-back svg,.course-book-toolbar-nav svg{width:18px;height:18px}.course-book-toolbar-nav{display:flex;gap:7px}.course-book-toolbar-nav button:disabled{opacity:.35;cursor:not-allowed}.course-book-view-controls{display:flex;align-items:center;gap:2px;padding:3px;border:0;border-radius:8px;background:transparent}.course-book-view-controls button{min-width:31px;height:31px;display:grid;place-items:center;padding:0 6px;border:0;border-radius:6px;color:#4f7db1;background:#eef4fb;cursor:pointer;transition:background .15s ease,color .15s ease}.course-book-view-controls button:hover:not(:disabled){color:#356993;background:#e3eef9}.course-book-view-controls button:disabled{opacity:.35;cursor:not-allowed}.course-book-view-controls svg{width:16px;height:16px}.course-book-view-controls .course-book-zoom-reset{min-width:42px;font-size:.64rem;font-weight:800;letter-spacing:-.01em}.course-book-view-controls .course-book-zoom-reset:disabled{color:#50645e;opacity:1}.course-book-identity{min-width:0}.course-book-identity>span{display:flex;align-items:center;gap:6px;margin-bottom:4px;color:#63736f;font-size:.61rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.course-book-identity>span,.course-book-identity p{display:none}.course-book-identity>span svg{width:14px;color:#53816f}.course-book-identity h1{overflow:hidden;margin:0;color:#21272a;font:700 1.08rem DM Sans,sans-serif;text-overflow:ellipsis;white-space:nowrap}.course-book-identity p{display:none}.course-book-toolbar-progress{min-width:0}.course-book-toolbar-progress .learner-progress.is-compact{display:grid;grid-template-columns:minmax(0,1fr);border:0;border-radius:0;background:transparent;box-shadow:none}.learner-progress.is-compact .learner-progress-header{padding:0 0 7px}.learner-progress.is-compact .learner-progress-header>div{gap:1px}.learner-progress.is-compact .learner-progress-header span{display:none}.learner-progress.is-compact .learner-progress-header strong{font-size:.69rem}.learner-progress.is-compact .learner-progress-refresh{width:27px;height:27px;flex-basis:27px;border-radius:7px}.learner-progress.is-compact .learner-progress-overall{padding:0}.learner-progress.is-compact .learner-progress-track{height:5px}.learner-progress.is-compact .learner-progress-refresh-error{padding:5px 0 0;border:0;background:transparent}.course-book-page-position{min-width:66px;display:flex;align-items:center;justify-content:flex-end;padding:0 4px;border-left:0;color:var(--muted)}.course-book-page-position strong{padding:1px 4px;border-radius:2px;color:#242c31;font:700 .98rem DM Sans,sans-serif;letter-spacing:0;background:#efefef}.course-book-workspace{min-width:0;min-height:0;display:grid;grid-template-columns:var(--course-book-toc-width,292px) 7px minmax(0,1fr);background:#e9ede7}.course-book-workspace.is-toc-collapsed{grid-template-columns:0 0 minmax(0,1fr)}.course-book-toc{min-width:0;min-height:0;grid-column:1}.course-book-toc.is-collapsed{width:0;overflow:hidden}.course-book-toc .course-sidebar-expand{display:none}.course-book-toc .course-sidebar{position:relative;top:auto;width:100%;height:100%;max-height:none;border:0;border-right:1px solid #dce3dc;border-radius:0;background:#f1f4ef;box-shadow:none}.course-book-sidebar-resizer{position:relative;z-index:3;grid-column:2;min-width:7px;height:100%;cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none;outline:none}.course-book-sidebar-resizer:before{content:"";position:absolute;inset:0 2px;background:#d7dfd9;transition:inset .15s ease,background .15s ease,box-shadow .15s ease}.course-book-sidebar-resizer:hover:before,.course-book-sidebar-resizer:focus-visible:before,.course-book-workspace.is-resizing-sidebar .course-book-sidebar-resizer:before{inset:0 1px;background:#4f8877;box-shadow:0 0 0 2px #4f88771f}.course-book-sidebar-resizer:focus-visible:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:38px;transform:translate(-50%,-50%);border-radius:3px;background:#fff}.course-book-workspace.is-toc-collapsed .course-book-sidebar-resizer{display:none}.course-book-toc .course-sidebar-header{gap:0;padding:8px 10px 0;border-bottom:0;background:inherit}.course-book-toc .course-sidebar-header span,.course-book-toc .course-sidebar-header p{color:#7f8c86}.course-book-toc .course-sidebar-header h2{color:#24312f}.course-book-toc .course-sidebar-header-top{display:none}.course-book-toc .course-sidebar-progress{padding:16px 16px 15px;background:transparent}.course-book-toc .course-tree{padding:12px 10px 22px}.course-book-toc .course-tree-empty{padding:0}.course-book-toc .course-tree-row{--tree-row-indent: 0px;margin-bottom:3px}.course-book-toc .course-tree-row.level-2{--tree-row-indent: 18px;padding-left:0}.course-book-toc .course-tree-row.level-3{--tree-row-indent: 0px;padding-left:0}.course-book-toc .course-tree-row.has-toggle .course-tree-toggle{grid-column:2;grid-row:1;margin-right:4px}.course-book-toc .course-tree-row.has-toggle .course-tree-select{grid-column:1;grid-row:1;padding-left:calc(var(--tree-row-indent) + 3px)}.course-book-toc .course-tree-row:not(.has-toggle) .course-tree-select{grid-column:1 / -1;padding-left:calc(var(--tree-row-indent) + 24px)}.course-book-toc .course-tree-select{min-height:42px}.course-book-toc .course-tree-row.level-1 .course-tree-select{grid-template-columns:minmax(0,1fr) minmax(40px,72px)}.course-book-toc .course-tree-row.level-2 .course-tree-select,.course-book-toc .course-tree-row.level-3 .course-tree-select{grid-template-columns:auto minmax(0,1fr)}.course-book-toc .course-tree-row.level-3 .course-tree-select{min-height:34px}.course-book-toc .course-tree-row.level-2 .course-tree-status{width:26px;height:26px;min-width:26px}.course-book-toc .course-tree-row.level-3 .course-tree-status{width:15px;height:15px;min-width:15px}.course-book-toc .course-tree-elements{margin:2px 0 4px 27px;padding:0 0 0 10px;border-left:0}.course-book-toc .course-tree-copy small{display:block}.course-book-toc .course-tree-runtime-secondary{min-width:0;grid-column:1 / -1;display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin:-2px 8px 6px calc(var(--tree-row-indent) + 29px)}.course-book-toc .course-tree-row:not(.has-toggle) .course-tree-runtime-secondary{grid-column:1 / -1;margin-left:calc(var(--tree-row-indent) + 27px)}.course-book-toc .course-tree-runtime-secondary .course-tree-runtime-meta{display:block;min-width:0;flex:1 1 auto;max-width:100%;overflow:hidden;color:var(--color-text-muted);font-family:var(--font-sans);font-size:var(--type-meta);font-weight:500;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.course-book-toc .course-tree-row.is-selected .course-tree-runtime-meta,.course-book-toc .course-tree-row.is-current-lesson .course-tree-runtime-meta{color:#ffffffdb}.course-book-toc .course-tree-row.has-runtime-action .course-tree-runtime-secondary{grid-column:1 / -1;flex-wrap:wrap;margin-left:calc(var(--tree-row-indent) + 27px)}.course-book-toc .course-tree-runtime-actions{display:flex;flex-wrap:wrap;min-width:0;width:100%;gap:6px}.course-book-toc .course-tree-runtime-action{min-width:0;min-height:42px;flex:1 1 auto;justify-content:flex-start;gap:var(--space-2);overflow:hidden;padding:8px 10px;border:0;border-radius:6px;color:var(--color-primary);background:transparent;box-shadow:none;font-size:13.5px;font-weight:600;text-align:left}.course-book-toc .course-tree-runtime-action:hover:not(:disabled){transform:none;color:var(--color-primary-hover);background:color-mix(in srgb,var(--color-primary) 5%,transparent);box-shadow:none}.course-book-toc .course-tree-runtime-action span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-book-toc .course-tree-runtime-action svg{width:15px;height:15px;flex:0 0 auto}.course-book-toc .course-tree-row.is-selected .course-tree-runtime-action,.course-book-toc .course-tree-row.is-current-lesson .course-tree-runtime-action{color:#fff;background:transparent}.course-book-toc .course-tree-row.is-selected .course-tree-runtime-action:hover:not(:disabled),.course-book-toc .course-tree-row.is-current-lesson .course-tree-runtime-action:hover:not(:disabled){color:#fff;background:#ffffff24}.course-book-toc .course-tree-runtime-timer{min-width:0;display:inline-flex;align-items:center;flex:0 0 auto}.course-book-toc .course-tree-runtime-timer .attempt-countdown{gap:2px;color:var(--color-text-muted);font-size:11px;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.2}.course-book-toc .course-tree-runtime-timer .attempt-countdown-row{gap:5px}.course-book-toc .course-tree-runtime-timer .attempt-countdown-row>span{min-width:92px;color:currentColor;font-weight:500;opacity:.76}.course-book-toc .course-tree-runtime-timer .attempt-countdown-row>strong{min-width:8ch;color:currentColor;font-size:11px;font-variant-numeric:tabular-nums;font-weight:600;text-align:right}.course-book-toc .course-tree-runtime-timer .attempt-countdown-row>svg{width:12px;height:12px;opacity:.72}.course-book-toc .course-tree-row.is-selected .course-tree-runtime-timer .attempt-countdown,.course-book-toc .course-tree-row.is-current-lesson .course-tree-runtime-timer .attempt-countdown{padding:4px 7px;border-radius:999px;color:var(--color-primary);background:var(--color-primary-soft)}.course-book-toc .course-tree-row.is-selected .course-tree-runtime-timer .attempt-countdown-row>span,.course-book-toc .course-tree-row.is-current-lesson .course-tree-runtime-timer .attempt-countdown-row>span{opacity:.9}.course-book-toc .course-tree-row.is-selected .course-tree-runtime-timer .attempt-countdown-row>strong,.course-book-toc .course-tree-row.is-current-lesson .course-tree-runtime-timer .attempt-countdown-row>strong{color:currentColor;font-weight:700}.course-book-toc .course-tree-system{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.course-book-toc .course-tree-system.is-lesson{min-width:0;margin:4px 10px 4px 42px;padding-top:4px}.course-book-toc .course-tree-system-select{width:100%;min-width:0;min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;border:0;border-radius:6px;color:var(--color-text-secondary);background:transparent;cursor:pointer;text-align:left}.course-book-toc .course-tree-system-select:hover{color:var(--color-text);background:color-mix(in srgb,var(--color-primary) 5%,transparent)}.course-book-toc .course-tree-system-select.is-selected{color:#fff;background:var(--color-navigation-selected);box-shadow:none}.course-book-toc .course-tree-system-select.is-selected:hover{color:#fff;background:var(--color-navigation-selected-hover)}.course-book-toc .course-tree-system-select:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.course-book-toc .course-tree-system-select .course-tree-title{min-width:0;overflow:hidden;font-size:13.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.course-book-toc .course-tree-system-status{display:inline-flex;align-items:center;gap:6px;color:var(--color-text-muted)}.course-book-toc .course-tree-system-select.is-selected .course-tree-system-status{color:#ffffffdb}.course-book-toc .course-tree-system-select.is-selected .course-tree-state-stamp{border-color:#fff6;color:#fff;background:#ffffff24}.course-book-toc .course-tree-system-status small{max-width:76px;overflow:hidden;font-size:10.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.course-book-toc .course-sidebar-footer{display:flex;align-items:center;justify-content:flex-start;padding:10px;border-top:1px solid var(--color-border);background:inherit}.course-book-toc .course-sidebar-exit-wrap{width:100%;display:grid;justify-items:stretch;gap:4px}.course-book-toc .course-sidebar-exit{width:100%;min-width:0;min-height:42px;display:inline-flex;align-items:center;justify-content:flex-start;gap:var(--space-2);padding:8px 10px;border:0;border-radius:6px;color:var(--color-text-secondary);background:transparent;cursor:pointer;font-size:13.5px;font-weight:600;text-align:left;transition:color .12s ease-out,background .12s ease-out}.course-book-toc .course-sidebar-exit:hover{color:var(--color-text);background:color-mix(in srgb,var(--color-primary) 5%,transparent)}.course-book-toc .course-sidebar-exit svg{width:16px;height:16px;flex:0 0 auto}.course-book-toc .course-sidebar-exit span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-book-toc .course-sidebar-exit-hint{color:#7e8d88;font-size:.58rem;font-weight:600}.course-book-page-scroll{position:relative;grid-column:3;min-width:0;min-height:0;overflow-x:auto;overflow-y:auto;scrollbar-gutter:stable;padding:clamp(18px,3vw,38px);scrollbar-color:#aebbb4 transparent;scrollbar-width:thin}.course-book-page-scroll>.course-book-page-frame{zoom:var(--book-zoom, 1)}.course-book-page-frame{width:min(980px,100%);margin:0 auto}@media(min-width:1024px){.interactive-course-book.is-learner-view .course-book-page-scroll{padding-left:calc(var(--space-5) * 2)}.interactive-course-book.is-learner-view .course-book-page-frame{margin:0 auto 0 0}.interactive-course-book.is-learner-view .course-book-workspace.is-toc-collapsed .course-book-page-scroll{padding-left:clamp(18px,3vw,38px)}.interactive-course-book.is-learner-view .course-book-workspace.is-toc-collapsed .course-book-page-frame{margin-inline:auto}}.course-book-page-frame>.course-book-page{width:100%;min-height:calc(100vh - 258px);margin:0;border-bottom:0;border-radius:5px 18px 0 0;box-shadow:0 18px 55px #1d3a341c,-7px 0 #f7f7f2}.course-book-page{position:relative;width:min(980px,100%);min-height:calc(100vh - 190px);overflow:hidden;display:flex;flex-direction:column;margin:0 auto;border:1px solid #e0e4de;border-radius:5px 18px 18px 5px;background:linear-gradient(90deg,rgba(34,65,58,.055),transparent 24px),#fff;box-shadow:0 18px 55px #1d3a341c,-7px 0 #f7f7f2}.course-book-page:after{content:"";position:absolute;inset:0 auto 0 15px;width:1px;background:linear-gradient(transparent,#e5e8e2 8%,#e5e8e2 92%,transparent);pointer-events:none}.course-book-chapter-page{background:#fff}.course-book-chapter-page:after{display:none}.chapter-page-hero{position:relative;min-height:330px;overflow:hidden;display:flex;justify-content:flex-end;flex-direction:column;padding:clamp(42px,8vw,86px);color:#fff;background:radial-gradient(circle at 82% 20%,rgba(217,242,117,.18) 0 4px,transparent 5px) 0 0/36px 36px,linear-gradient(135deg,#123c38,#255f56)}.chapter-page-hero:before{content:"";position:absolute;width:390px;height:390px;right:-130px;top:-220px;border:54px solid rgba(217,242,117,.76);border-radius:50%}.chapter-page-hero>span{position:relative;z-index:1;display:flex;align-items:center;gap:7px;margin-bottom:18px;color:var(--lime);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.chapter-page-hero>span svg{width:16px}.chapter-page-hero h1{position:relative;z-index:1;max-width:720px;margin:0;color:#fff;font-size:clamp(3rem,8vw,6.4rem);line-height:.88}.chapter-page-orbit{position:absolute;z-index:1;top:44px;right:11%;width:92px;height:92px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:var(--forest);background:var(--lime);box-shadow:0 15px 45px #09211d33}.chapter-page-orbit:before{content:"";position:absolute;inset:-13px;border:1px dashed rgba(217,242,117,.5);border-radius:50%}.chapter-page-orbit svg{width:38px;height:38px}.chapter-page-content{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:start;gap:clamp(30px,6vw,70px);padding:clamp(38px,7vw,76px)}.chapter-page-content:has(.chapter-page-description:only-child){grid-template-columns:minmax(0,760px)}.chapter-page-media .book-media-image{max-height:460px;object-fit:cover}.chapter-page-description>span{display:block;margin-bottom:16px;color:#55756c;font-size:.65rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.chapter-page-description p{color:#354641;font-size:clamp(.98rem,1.5vw,1.08rem);line-height:1.85;white-space:pre-wrap}.chapter-page-description p:last-child{margin-bottom:0}.book-editor-page-actions,.book-editor-inline-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.book-editor-page-actions{margin-top:13px}.chapter-page-hero .book-editor-page-actions{position:absolute;z-index:3;top:28px;left:clamp(28px,6vw,72px);margin:0}.book-editor-page-actions button,.book-editor-inline-actions button{min-height:31px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #d4dfd8;border-radius:8px;color:#315f51;background:#f6faf7;font-size:.65rem;font-weight:750;cursor:pointer}.book-editor-page-actions button:hover,.book-editor-inline-actions button:hover{background:#e6f1e9}.book-editor-page-actions button svg,.book-editor-inline-actions button svg{width:14px;height:14px}.chapter-page-hero .book-editor-page-actions button{border-color:#fff6;color:#fff;background:#0c2e28b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chapter-page-hero .book-editor-page-actions button:hover{background:#174940e6}.chapter-page-hero .book-editor-status{border-color:#d9f2758c;color:#e7f9a8;background:#0c2e28b8}.book-editor-inline-actions{margin-left:auto}.book-editor-preview{min-width:0;padding:18px;border:1px dashed #cbd9d0;border-radius:13px;background:#fbfcfa}.book-editor-preview legend{padding:0 7px;color:#6b7c76;font-size:.61rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.book-editor-preview:disabled{color:inherit;opacity:1}.book-learner-preview{min-width:0;padding:0;margin:0;border:0;color:inherit;opacity:1}.book-editor-form-overlay{position:fixed;z-index:1000;inset:0;overflow:auto;display:grid;place-items:center;padding:clamp(18px,4vh,44px);background:#0d231f8f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overscroll-behavior:contain;animation:book-dialog-backdrop-in .16s ease-out}.book-editor-form-overlay .builder-form-shell{width:min(900px,100%);max-height:calc(100dvh - clamp(36px,8vh,88px));overflow:auto;margin:0;background:#f5faf6;box-shadow:0 28px 80px #081e1a4d;animation:book-dialog-in .2s cubic-bezier(.2,.8,.2,1)}.book-editor-form-overlay .builder-form-dialog-shell{overflow:hidden;padding:0;border-radius:var(--radius-xl)}.book-editor-form-overlay .builder-form-scroll{width:calc(100% - var(--space-1));max-height:calc(100dvh - clamp(36px,8vh,88px) - var(--space-2));overflow-x:hidden;overflow-y:auto;margin:var(--space-1) var(--space-1) var(--space-1) 0;padding:clamp(24px,4vw,40px);padding-right:calc(clamp(24px,4vw,40px) + var(--space-1));border-radius:calc(var(--radius-xl) - var(--space-1));scrollbar-gutter:stable;scrollbar-color:var(--color-border-strong) transparent;scrollbar-width:thin;overscroll-behavior:contain;box-sizing:border-box}.book-editor-form-overlay .builder-form-scroll::-webkit-scrollbar{width:8px}.book-editor-form-overlay .builder-form-scroll::-webkit-scrollbar-track{margin-block:var(--space-2);background:transparent}.book-editor-form-overlay .builder-form-scroll::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:var(--color-border-strong);background-clip:padding-box}@media(min-width:1024px){.book-editor-form-overlay .builder-form-shell:has(.element-editor-form){width:min(1120px,100%)}.book-editor-form-overlay .builder-form-shell:has(.element-editor-form)>.builder-form-scroll{padding:clamp(26px,3vw,36px);padding-right:calc(clamp(26px,3vw,36px) + var(--space-1))}}@keyframes book-dialog-backdrop-in{0%{background:#0d231f00;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes book-dialog-in{0%{opacity:0;transform:translateY(14px) scale(.985)}}@media(max-width:639px){.book-editor-form-overlay{place-items:end center;padding:12px 0 0}.book-editor-form-overlay .builder-form-shell{width:100%;max-height:calc(100dvh - 12px);border-radius:20px 20px 0 0}.book-editor-form-overlay .builder-form-scroll{max-height:calc(100dvh - 12px - var(--space-2))}}.course-book-page-simple-header{padding:clamp(24px,4.5vw,40px) clamp(28px,7vw,78px) 14px}.course-book-page-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.course-book-type,.course-book-completed,.course-book-page-part{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:20px;color:#41675e;background:#e7f0ea;font-size:.62rem;font-weight:800}.course-book-completed{color:#2e724f;background:#dff2e5}.course-book-page-part{color:#695f32;background:#f2edce}.course-book-type svg,.course-book-completed svg{width:13px;height:13px}.course-book-page-simple-header h1{margin:0;color:#1d3a34;font-size:clamp(1.25rem,2.2vw,1.85rem);font-weight:700;line-height:1.2}.course-book-instruction{max-width:720px;margin:22px 0 0;padding-left:16px;border-left:3px solid #b8db82;color:#53615e;font-size:.93rem;white-space:pre-wrap}.course-book-page-elements{display:grid;gap:clamp(20px,3vw,30px);padding:8px clamp(28px,7vw,78px) 38px}.course-book-page-element{min-width:0;padding:clamp(24px,4vw,40px);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface)}.course-book-page-element.type-content{padding-right:0;padding-left:0;border-color:transparent;background:transparent}.course-book-page-element+.course-book-page-element{border-top:1px solid #e0e6e1}.course-book-element-heading{margin-bottom:22px}.course-book-element-heading>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.course-book-element-heading h2{margin:13px 0 0;color:#203c36;font-size:clamp(1.55rem,3vw,2.35rem)}.course-book-element-heading>h2:first-child{margin-top:0}.course-book-media{display:grid;gap:18px;padding:0;margin-bottom:28px}.course-book-element{padding:0}.course-book-page-element.type-exercise>.course-book-element-heading,.course-book-page-element.type-exercise>.course-book-element{width:min(100%,var(--layout-exercise-readable-max));margin-inline:auto}.interactive-course-book.is-learner-view .course-book-page-frame{border:1px solid var(--color-border);border-radius:2px;background:var(--color-surface);box-shadow:0 12px 34px #1d3a3414}.interactive-course-book.is-learner-view .course-book-page-frame>.course-book-page{min-height:calc(100vh - 258px);overflow:visible;border:0;border-radius:0;background:var(--color-surface);box-shadow:none}.interactive-course-book.is-learner-view .course-book-page:after{display:none}.interactive-course-book.is-learner-view .course-book-page-elements{gap:clamp(42px,6vw,68px);padding:clamp(30px,5vw,52px) clamp(34px,7vw,76px) clamp(42px,6vw,64px)}.interactive-course-book.is-learner-view .course-book-page-element,.interactive-course-book.is-learner-view .course-book-page-element.type-content{padding:0;border:0;border-radius:0;background:transparent}.interactive-course-book.is-learner-view .course-book-page-element+.course-book-page-element{border-top:0}.interactive-course-book.is-learner-view .exercise-card{width:100%;padding:0}.interactive-course-book.is-learner-view .learner-material-block,.interactive-course-book.is-learner-view .book-exercise-question{padding:0;border:0;border-radius:0;background:transparent}.book-media-image{display:block;width:100%;max-height:540px;border:1px solid #e0e5df;border-radius:18px;background:#edf1ec;object-fit:contain;box-shadow:0 15px 35px #1f3e3714}.book-video-player{width:min(100%,var(--layout-exercise-readable-max));min-width:0;max-width:100%;display:grid;gap:var(--space-2);margin-inline:auto}.book-media-video{display:block;width:100%;min-width:0;max-width:100%;height:auto;max-height:540px;overflow:hidden;border:0;border-radius:var(--radius-lg);background:#10201e;object-fit:contain;object-position:center;box-shadow:none}.book-media-video:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.book-audio-player{width:100%;min-width:0;display:grid;gap:var(--space-2)}.learner-material-block:has(.book-audio-player),.learner-material-block:has(.question-ui-media.type-video){padding:0;border:0;border-radius:0;background:transparent}.question-ui-media.type-audio{margin-bottom:calc(-1 * var(--space-1))}.book-media-caption{color:var(--color-text-muted);font-size:clamp(14px,1.4vw,15px);font-weight:600;line-height:1.45;text-align:left;white-space:pre-wrap}.book-audio-controls{width:100%;min-width:0;min-height:var(--touch-target);display:grid;grid-template-columns:var(--touch-target) minmax(64px,1fr) auto auto;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-2);border-radius:var(--radius-lg);background:var(--color-surface-subtle)}.book-audio-play,.book-audio-volume{width:var(--touch-target);height:var(--touch-target);display:inline-grid;place-items:center;flex:0 0 var(--touch-target);padding:0;border:0;color:var(--color-primary);background:transparent;cursor:pointer;transition:color var(--transition-interactive),background var(--transition-interactive),transform var(--transition-interactive)}.book-audio-play{border-radius:50%;color:#fff;background:var(--color-primary)}.book-audio-play:hover{background:var(--color-primary-hover);transform:scale(1.03)}.book-audio-volume{border-radius:var(--radius-md)}.book-audio-volume:hover{color:var(--color-primary-hover);background:var(--color-primary-soft)}.book-audio-play svg,.book-audio-volume svg{width:19px;height:19px}.book-audio-play svg{fill:currentColor}.book-audio-volume-control{position:relative;min-width:0;display:flex;align-items:center;gap:var(--space-1)}.book-audio-volume-slider{--volume-progress: 100%;width:88px;min-width:0;height:var(--touch-target);display:flex;align-items:center}.book-audio-volume-slider input[type=range]{width:100%;min-width:0;min-height:var(--touch-target);margin:0;padding:0;border:0;border-radius:0;appearance:none;background:transparent;box-shadow:none;cursor:pointer}.book-audio-volume-slider input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(to right,var(--color-primary) 0 var(--volume-progress),var(--color-border-strong) var(--volume-progress) 100%)}.book-audio-volume-slider input[type=range]::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4px;border:1px solid var(--color-surface);border-radius:50%;appearance:none;background:var(--color-primary);transition:box-shadow var(--transition-interactive),transform var(--transition-interactive)}.book-audio-volume-slider input[type=range]::-moz-range-track{height:4px;border-radius:999px;background:linear-gradient(to right,var(--color-primary) 0 var(--volume-progress),var(--color-border-strong) var(--volume-progress) 100%)}.book-audio-volume-slider input[type=range]::-moz-range-thumb{width:10px;height:10px;border:1px solid var(--color-surface);border-radius:50%;background:var(--color-primary);transition:box-shadow var(--transition-interactive),transform var(--transition-interactive)}.book-audio-volume-slider input[type=range]:focus{outline:0;box-shadow:none}.book-audio-volume-slider input[type=range]:hover::-webkit-slider-thumb,.book-audio-volume-slider input[type=range]:active::-webkit-slider-thumb{transform:scale(1.12)}.book-audio-volume-slider input[type=range]:hover::-moz-range-thumb,.book-audio-volume-slider input[type=range]:active::-moz-range-thumb{transform:scale(1.12)}.book-audio-volume-slider input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px var(--color-focus)}.book-audio-volume-slider input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px var(--color-focus)}.book-audio-volume-popover{width:min(210px,calc(100vw - 2 * var(--layout-mobile-gutter)));padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);background:var(--color-surface);box-shadow:var(--shadow-md)}.book-audio-volume-popover-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-1);color:var(--color-text-muted);font-size:var(--type-meta);font-weight:600}.book-audio-volume-popover .book-audio-volume-slider{width:100%}.book-audio-timeline{--audio-progress: 0%;position:relative;min-width:0;height:var(--touch-target);display:flex;align-items:center}.book-audio-track{position:absolute;inset-inline:0;height:4px;overflow:hidden;border-radius:999px;background:var(--color-border-strong);pointer-events:none;transition:background var(--transition-interactive)}.book-audio-track>span{display:block;width:var(--audio-progress);height:100%;border-radius:inherit;background:var(--color-primary);transition:background var(--transition-interactive)}.book-audio-timeline input[type=range]{position:relative;z-index:1;width:100%;min-width:0;min-height:var(--touch-target);margin:0;padding:0;border:0;border-radius:0;appearance:none;background:transparent;box-shadow:none;cursor:pointer}.book-audio-timeline input[type=range]::-webkit-slider-runnable-track{height:4px;background:transparent}.book-audio-timeline input[type=range]::-webkit-slider-thumb{width:12px;height:12px;margin-top:-4px;border:1px solid var(--color-surface);border-radius:50%;appearance:none;background:var(--color-primary);transition:background var(--transition-interactive),box-shadow var(--transition-interactive),transform var(--transition-interactive)}.book-audio-timeline input[type=range]::-moz-range-track{height:4px;background:transparent}.book-audio-timeline input[type=range]::-moz-range-thumb{width:10px;height:10px;border:1px solid var(--color-surface);border-radius:50%;background:var(--color-primary);transition:background var(--transition-interactive),box-shadow var(--transition-interactive),transform var(--transition-interactive)}.book-audio-timeline input[type=range]:focus{outline:0;box-shadow:none}.book-audio-timeline:hover .book-audio-track{background:var(--color-primary-soft)}.book-audio-timeline input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.08)}.book-audio-timeline input[type=range]:hover::-moz-range-thumb{transform:scale(1.08)}.book-audio-timeline:has(input:active) .book-audio-track{background:color-mix(in srgb,var(--color-primary-soft) 72%,var(--color-border))}.book-audio-timeline:has(input:active) .book-audio-track>span{background:var(--color-primary-hover)}.book-audio-timeline input[type=range]:active::-webkit-slider-thumb{background:var(--color-primary-hover);transform:scale(1.16)}.book-audio-timeline input[type=range]:active::-moz-range-thumb{background:var(--color-primary-hover);transform:scale(1.16)}.book-audio-timeline input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px var(--color-focus)}.book-audio-timeline input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px var(--color-focus)}.book-audio-time{display:inline-flex;align-items:center;gap:4px;color:var(--color-text-muted);font-size:var(--type-meta);font-variant-numeric:tabular-nums;white-space:nowrap}.book-audio-media{display:none}.book-media-loading.audio{min-height:var(--touch-target)}.book-media-loading{min-height:230px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(100deg,#e9eee9 30%,#f8faf6,#e9eee9 66%);background-size:280% 100%;animation:media-loading 1.4s ease infinite}.book-media-loading.audio{min-height:82px}.book-media-loading span{width:28px;height:28px;border:3px solid rgba(38,79,70,.16);border-top-color:#568276;border-radius:50%;animation:spin .8s linear infinite}.book-media-fallback{min-height:110px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px dashed #d8dfd8;border-radius:14px;color:var(--muted);background:#f7f8f5;font-size:.74rem}.book-media-fallback svg{width:20px}.book-prose{max-width:760px;color:#33433f;font-size:clamp(.98rem,1.5vw,1.08rem);line-height:1.85}.book-prose p{color:inherit}.book-prose p:last-child{margin-bottom:0}.book-content-empty,.book-exercise-unavailable{padding:24px;border:1px dashed #d4ddd5;border-radius:13px;color:var(--muted);background:#f8faf7;font-size:.77rem;text-align:center}.book-page-completion{display:flex;justify-content:flex-end;margin-top:28px}.book-page-completion>span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:20px;color:#2d704e;background:#e1f1e6;font-size:.72rem;font-weight:800}.book-page-completion svg{width:16px}.book-exercise{display:grid;gap:22px}.book-exercise-heading>span{display:block;margin-bottom:6px;color:#4a7569;font-size:.63rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.book-exercise-heading h2{margin-bottom:5px;font-size:clamp(1.6rem,3vw,2.25rem)}.book-exercise-heading p{margin:0;font-size:.79rem}.book-exercise-question{margin:0;padding:22px 24px;border:1px solid #dfe5de;border-radius:14px;color:#2e3e3a;background:#f7f9f5;font-size:1.04rem;font-weight:600;white-space:pre-wrap}.exercise-card{width:min(100%,860px);display:grid;gap:clamp(20px,3vw,28px);padding:clamp(20px,3vw,28px);margin-inline:auto}.exercise-card-progress{margin:0}.exercise-card-actions{display:flex;justify-content:flex-end;gap:10px}.multi-question-exercise,.multi-question-exercise-card,.learner-exercise-flow{width:100%;max-width:var(--layout-exercise-readable-max);margin-inline:auto}.multi-question-exercise-card{padding:0;border:0;background:transparent}.learner-exercise-flow{display:grid;gap:clamp(24px,4vw,38px)}.exercise-correct-answer-toggle{width:fit-content;justify-self:start}.exercise-correct-answer-toggle svg{width:16px;height:16px}.multi-question-list,.exercise-material-list{display:grid;gap:18px}.exercise-material-list:empty{display:none}.learner-material-stack{width:100%;grid-template-columns:minmax(0,1fr);gap:clamp(14px,2.5vw,20px)}.learner-material-block{width:100%;min-width:0;padding:clamp(18px,3vw,26px);border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-surface-subtle) 58%,white);box-shadow:none}.learner-material-block>:first-child{margin-top:0}.learner-material-block>:last-child{margin-bottom:0}.learner-exercise-questions{width:100%;padding-top:4px}.learner-exercise-questions .learner-question-section-title{padding-inline:20px}.exercise-material-text{color:#344440;font-size:var(--type-body);line-height:1.75}.exercise-material-text p{margin:0 0 1em;white-space:pre-wrap}.exercise-material-rich-text>:first-child{margin-top:0}.exercise-material-rich-text>:last-child{margin-bottom:0}.exercise-material-rich-text em{font-style:italic}.exercise-material-rich-text u{text-decoration:underline;text-underline-offset:.12em}.exercise-material-rich-text h2{margin:1.3em 0 .55em;color:var(--color-text);font-size:var(--type-section);font-weight:600;line-height:1.3}.exercise-material-rich-text h3{margin:1.15em 0 .45em;color:var(--color-text);font-size:var(--type-subheading);font-weight:600;line-height:1.35}.exercise-material-rich-text [data-heading-size=h2]{font-size:var(--type-section);font-weight:600;line-height:1.3}.exercise-material-rich-text [data-heading-size=h3]{font-size:var(--type-subheading);font-weight:600;line-height:1.35}.exercise-material-rich-text ul,.exercise-material-rich-text ol{margin:.6em 0 1em;padding-left:1.55em}.exercise-material-rich-text li+li{margin-top:.3em}.exercise-material{display:grid;gap:8px;margin:0}.exercise-material figcaption{color:var(--muted);font-size:14px;text-align:center;white-space:pre-wrap}.email-document{width:100%;min-width:0;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-secondary);background:var(--color-surface)}.email-message{min-width:0;padding:clamp(18px,3vw,28px)}.email-message-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-4);color:var(--color-text-muted);font-size:var(--type-meta)}.email-message-kind{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-instruction);font-weight:700}.email-message-heading time{white-space:nowrap}.email-message-metadata{display:grid;gap:var(--space-2);margin:0}.email-message-metadata>div{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);gap:var(--space-3);align-items:baseline}.email-message-metadata dt{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:600}.email-message-metadata dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--color-text-secondary)}.email-message-metadata .email-message-subject{margin-top:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--color-border)}.email-message-subject dd{color:var(--color-text);font-weight:700}.email-message-body{margin-top:var(--space-5);color:var(--color-text-secondary);font-size:var(--type-body);line-height:1.7}.email-document-quoted{padding-inline:clamp(18px,3vw,28px)}.email-document-quoted-divider{display:flex;align-items:center;gap:var(--space-3);color:var(--color-text-muted);font-size:var(--type-meta);font-weight:600}.email-document-quoted-divider:after{height:1px;flex:1;content:"";background:var(--color-border)}.email-document-quoted .email-message{padding-inline:0}.writing-email-composer{overflow:visible}.writing-email-composer-heading{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:var(--space-3);padding:14px clamp(16px,3vw,24px);border-bottom:1px solid var(--color-border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--color-surface-subtle)}.writing-email-composer-heading>span{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-instruction);font-weight:700}.writing-email-composer-fields{display:grid;padding-inline:clamp(16px,3vw,24px)}.writing-email-composer-fields label{min-width:0;min-height:var(--control-height);display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;border-bottom:1px solid var(--color-border)}.writing-email-composer-fields label>span{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:600}.writing-email-composer-fields input{width:100%;min-width:0;min-height:var(--control-height);padding-inline:0;border:0;border-radius:0;background:transparent;box-shadow:none}.writing-email-composer-fields input:focus{outline:0}.writing-email-composer-fields label:focus-within{border-bottom-color:var(--color-primary)}.writing-email-composer-body{min-width:0;display:grid;gap:var(--space-1);padding:0 clamp(16px,3vw,24px) var(--space-3)}.learner-writing-editor{width:100%;min-width:0;max-width:100%;display:grid;gap:var(--space-1);overflow:hidden;box-sizing:border-box}.learner-writing-editor .rich-text-editor{width:100%;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box}.learner-writing-editor .rich-text-editor.is-auto-grow .rich-text-editor-body{width:100%;min-width:0;max-width:100%;max-height:min(52vh,480px);overflow-x:hidden;overflow-y:auto}.learner-writing-editor .rich-text-editor-content{width:100%;min-width:0;max-width:100%;min-height:180px;overflow-wrap:anywhere;box-sizing:border-box}.learner-writing-word-count{justify-self:end;padding:2px 2px 0;color:var(--color-text-muted);font-size:var(--type-meta);font-weight:500}.learner-writing-submitted-body{width:100%;min-width:0;max-width:100%;min-height:120px;margin:0;padding:var(--space-4);overflow-wrap:anywhere;box-sizing:border-box}.speaking-response,.speaking-prompt-choices,.speaking-recorder{min-width:0;width:100%;box-sizing:border-box}.speaking-response{display:grid;gap:var(--space-4)}.speaking-prompt-choices{display:grid;gap:var(--space-2);margin:0;padding:0;border:0}.speaking-prompt-choices>legend{margin-bottom:var(--space-2);color:var(--color-instruction);font-size:var(--type-instruction);font-weight:600}.speaking-prompt-copy{min-width:0;display:grid;gap:var(--space-1)}.speaking-prompt-copy>strong{color:var(--color-text);font-weight:650}.speaking-prompt-description{min-width:0;color:var(--color-text-secondary);font-size:var(--type-body);font-weight:400;line-height:1.5}.speaking-recorder{display:grid;gap:var(--space-4);padding:clamp(16px,3vw,22px);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-subtle);transition:border-color var(--transition-interactive),background var(--transition-interactive)}.speaking-recorder.is-recording{gap:var(--space-3);padding-block:clamp(12px,2vw,17px);border-color:var(--color-border-strong);background:var(--color-surface-subtle)}.speaking-recorder-heading{min-width:0;display:flex;align-items:center;gap:var(--space-3)}.speaking-recorder-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:50%;color:var(--color-primary);background:var(--color-primary-soft)}.speaking-recorder-icon svg{width:20px;height:20px}.speaking-recorder-heading>div{min-width:0;display:grid;gap:2px}.speaking-recorder-heading strong{color:var(--color-text)}.speaking-recorder-heading div>span{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:500}.speaking-recording-status{display:flex;align-items:center;gap:6px;font-variant-numeric:tabular-nums}.speaking-recording-status time{color:var(--color-error);font-weight:700}.speaking-recording-dot{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--color-error);box-shadow:0 0 0 3px var(--color-error-soft);animation:speaking-recording-pulse 1.6s ease-in-out infinite}@keyframes speaking-recording-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.68;transform:scale(.82)}}.speaking-recorder-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-3)}.speaking-recorder.is-recording .speaking-recorder-actions{justify-content:flex-end}.speaking-recorder-actions .button{min-height:var(--control-height)}.speaking-stop-icon rect{fill:currentColor;stroke:currentColor}.speaking-recording-preview{min-width:0;width:100%}.speaking-recording-preview .book-audio-player{width:100%}@media(prefers-reduced-motion:reduce){.speaking-recording-dot{animation:none}}.writing-email-composer-body .rich-text-editor{height:auto;min-height:0;max-height:none;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.writing-email-composer-body .rich-text-editor:focus-within{border-color:transparent;box-shadow:none}.writing-email-composer-body .learner-writing-toolbar{position:static;padding:7px 0;border-bottom-color:var(--color-border);background:transparent}.writing-email-composer-body .rich-text-editor-content{min-height:180px;padding:var(--space-4) 2px var(--space-5);font-size:var(--type-body);line-height:1.65}.writing-email-composer-body .learner-writing-submitted-body{padding:var(--space-4) 2px var(--space-5)}.book-media-document{display:inline-flex;align-items:center;gap:9px;width:fit-content;padding:12px 15px;border:1px solid #d9e2dc;border-radius:11px;color:var(--forest);background:#f7faf7;font-weight:700;text-decoration:none;white-space:pre-wrap}.book-media-document svg{width:18px;height:18px}.exercise-group{display:grid;gap:18px;padding-top:24px;border-top:1px solid #dfe6e1}.learner-exercise-group{grid-template-columns:minmax(0,1fr);gap:clamp(18px,3vw,26px)}.learner-exercise-group>.learner-exercise-questions{padding-top:0}.exercise-group>h3{margin:0;font-size:clamp(20px,2.5vw,23px)}.question-feedback-explanation{color:inherit;font-size:var(--type-feedback);font-weight:400;line-height:1.5}@media(max-height:600px){.course-book-toc .course-sidebar-footer{padding-block:8px}}.course-book-content-completion{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.course-book-content-completion button,.course-book-content-completed{min-height:var(--control-height);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border-radius:var(--radius-md);font:inherit;font-weight:600}.course-book-content-completion button{padding:0 var(--space-4);border:1px solid var(--color-primary);background:var(--color-primary);color:#fff;cursor:pointer}.course-book-content-completion button:disabled{cursor:default;opacity:.55}.course-book-content-completion button .is-spinning{animation:spin .8s linear infinite}.course-book-content-completed{color:var(--color-success)}.course-book-content-completed svg,.course-book-content-completion button svg{width:18px;height:18px}.course-book-content-completion-error{color:var(--color-error);font-size:var(--type-helper)}.assessment-entry{width:min(100%,var(--layout-readable-max));margin:clamp(32px,8vh,84px) auto;padding:var(--space-8);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-subtle);display:grid;justify-items:start;gap:var(--space-4)}.assessment-entry h1,.assessment-entry p{margin:0}.assessment-entry p{max-width:62ch;color:var(--color-text-secondary);line-height:1.55}.attempt-result{width:100%;min-width:0;min-height:0;margin:0 auto;padding:clamp(22px,4vw,56px);display:grid;gap:var(--space-5);border-block:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.assessment-attempt-status-page{width:100%;min-width:0;min-height:calc(100vh - 258px);margin:0 auto;padding:clamp(32px,6vw,72px);display:grid;align-content:start;gap:var(--space-6);border:1px solid var(--color-border);border-bottom:0;border-radius:5px 18px 0 0;background:var(--color-surface);box-shadow:var(--shadow-md),-7px 0 #f7f7f2;color:var(--color-text-secondary)}.attempt-result-mark.is-pending{color:var(--color-instruction);background:var(--color-primary-soft)}.assessment-attempt-status-copy{max-width:42rem;margin:0;font-size:var(--type-body);line-height:1.5}.assessment-status-metrics{max-width:38rem}.assessment-released-result{display:grid;gap:var(--space-2);padding-block:var(--space-4);border-block:1px solid var(--color-border)}.assessment-released-result h3{margin:0;color:var(--color-text);font-size:var(--type-subheading)}.assessment-released-result strong{color:var(--color-text);font-size:var(--type-question)}.attempt-result-heading{display:flex;align-items:center;gap:var(--space-3)}.attempt-result-heading h2{margin:2px 0 0;color:var(--color-text);font-size:clamp(1.65rem,3vw,2.15rem);font-weight:600}.attempt-result-heading-copy{min-width:0}.attempt-result-date{display:block;margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--type-meta);line-height:1.4}.attempt-result-selection-context{display:block;max-width:62ch;margin-top:var(--space-2);color:var(--color-primary);font-size:var(--type-meta);font-weight:600;line-height:1.4}.attempt-result-mark{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:var(--color-primary);background:var(--color-primary-soft)}.attempt-result-mark svg{width:24px;height:24px}.attempt-result-overview{display:flex;align-items:end;justify-content:space-between;flex-wrap:wrap;gap:var(--space-5)}.attempt-result-score{display:grid;justify-items:start;gap:2px}.attempt-result-score>span{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.attempt-result-score>strong{color:var(--color-text);font-size:clamp(2.65rem,7vw,3.75rem);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.045em;line-height:1}.attempt-result-score>small{color:var(--color-text-secondary);font-size:var(--type-answer);font-weight:600;font-variant-numeric:tabular-nums}.attempt-result-outcome{display:inline-flex;align-items:center;gap:var(--space-2);margin-top:var(--space-2);padding:6px 10px;border-radius:var(--radius-md)}.attempt-result-outcome>svg{width:20px;height:20px;flex:0 0 auto}.attempt-result-outcome>div{display:grid;gap:1px}.attempt-result-outcome>div>strong{font-size:var(--type-question);letter-spacing:normal;line-height:1.2}.attempt-result-outcome>div>span{font-size:var(--type-meta);line-height:1.35}.attempt-result-outcome.is-passed{color:var(--color-success);background:var(--color-success-soft)}.attempt-result-outcome.is-not-passed{color:var(--color-error);background:var(--color-error-soft)}.attempt-result-ruler{display:grid;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--color-surface-subtle)}.attempt-result-ruler-track{position:relative;height:24px;margin-inline:var(--space-4)}.attempt-result-ruler-track:before{content:"";position:absolute;inset:11px 0 auto;height:2px;background:var(--color-border-strong)}.attempt-result-ruler-marker{position:absolute;top:0;z-index:1;width:3px;height:24px;transform:translate(-50%);border-radius:2px;background:var(--color-primary)}.attempt-result-ruler-marker.is-threshold{width:2px;background:repeating-linear-gradient(to bottom,var(--color-error) 0 4px,transparent 4px 7px)}.attempt-result-ruler-marker.is-previous{top:7px;width:10px;height:10px;border:2px solid var(--color-surface-subtle);border-radius:1px;transform:translate(-50%) rotate(45deg);background:var(--color-text-muted);box-shadow:0 0 0 1px var(--color-text-muted)}.attempt-result-ruler-scale{display:flex;justify-content:space-between;color:var(--color-text-muted);font-size:var(--type-meta);font-variant-numeric:tabular-nums}.attempt-result-ruler-legend{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2) var(--space-4);margin:0;padding:0;color:var(--color-text-muted);font-size:var(--type-meta);list-style:none}.attempt-result-ruler-legend li{display:inline-grid;grid-template-columns:10px auto auto;align-items:center;gap:5px}.attempt-result-ruler-legend i{width:8px;height:8px;border-radius:50%;background:var(--color-primary)}.attempt-result-ruler-legend .is-threshold i{width:2px;height:12px;justify-self:center;border-radius:0;background:var(--color-error)}.attempt-result-ruler-legend .is-previous i{border-radius:1px;transform:rotate(45deg);background:var(--color-text-muted)}.attempt-result-ruler-legend strong{color:var(--color-text);font-variant-numeric:tabular-nums;font-weight:600}.attempt-result-completion{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-2) var(--space-3);padding-block:var(--space-3);border-block:1px solid var(--color-border)}.attempt-result-completion>span{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:700;text-transform:uppercase}.attempt-result-completion>strong{color:var(--color-text)}.attempt-result-completion>small{margin-left:auto;color:var(--color-text-muted);font-size:var(--type-meta);font-variant-numeric:tabular-nums}.attempt-result-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-3)}.attempt-result-metrics>section{min-width:0;display:grid;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle)}.attempt-result-metrics>.attempt-result-secondary{align-self:stretch;border-color:color-mix(in srgb,var(--color-border) 72%,transparent);background:transparent}.attempt-result-secondary h3,.attempt-result-secondary dt{color:var(--color-text-muted)}.attempt-result-secondary dd{font-weight:600}.attempt-result-metrics h3,.attempt-activity-results h3,.attempt-activity-results summary{margin:0 0 var(--space-3);color:var(--color-text);font-size:var(--type-subheading)}.attempt-result-metrics dl{display:grid;gap:var(--space-2);margin:0}.attempt-result-metrics dl>div{display:flex;justify-content:space-between;gap:var(--space-3)}.attempt-result-metrics dt,.attempt-activity-result-status{color:var(--color-text-muted)}.attempt-result-metrics dd{margin:0;color:var(--color-text);font-weight:700;text-align:right}.attempt-activity-results{display:grid;gap:var(--space-2)}.attempt-activity-results details{min-width:0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.attempt-activity-results summary{min-height:var(--control-height);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin:0;padding:var(--space-3) 2px;cursor:pointer;list-style:none}.attempt-activity-results summary::-webkit-details-marker{display:none}.attempt-activity-results summary:after{content:"+";flex:0 0 auto;color:var(--color-primary);font-size:var(--type-question);font-weight:700}.attempt-activity-results details[open] summary:after{content:"−"}.attempt-activity-results summary:focus-visible{border-radius:var(--radius-sm);outline:3px solid var(--color-focus);outline-offset:2px}.attempt-activity-results summary>span{min-width:0}.attempt-activity-results summary>small{margin-left:auto;color:var(--color-text-muted);font-size:var(--type-meta);font-weight:600;white-space:nowrap}.attempt-activity-result-list{margin:0;padding:0;border-top:1px solid var(--color-border);list-style:none}.attempt-activity-result-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:baseline;gap:var(--space-3);padding-block:var(--space-3);border-bottom:1px solid var(--color-border)}.attempt-activity-result-title{min-width:0;overflow-wrap:normal;word-break:normal}.attempt-activity-result-status{margin:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);padding:3px 8px;white-space:nowrap;font-size:var(--type-meta)}.attempt-activity-result-status.is-manual{color:var(--color-text-muted)}.attempt-activity-result-points{color:var(--color-text);min-width:fit-content;white-space:nowrap}.attempt-activity-result-score{min-width:min(12rem,30vw);display:grid;grid-template-columns:minmax(4rem,1fr) auto;align-items:center;gap:var(--space-3)}.attempt-activity-result-track{height:4px;overflow:hidden;border-radius:2px;background:var(--color-border)}.attempt-activity-result-track>span{display:block;height:100%;border-radius:inherit;background:var(--color-primary)}.attempt-result-load-state{margin:0;color:var(--color-text-muted);font-size:var(--type-meta)}.attempt-activity-results-empty{display:grid;gap:var(--space-1);padding-block:var(--space-2);border-top:1px solid var(--color-border)}.attempt-activity-results-empty h3{margin-bottom:0}.assessment-result-page{width:100%;min-width:0;display:grid;gap:var(--space-5);container-name:assessment-result;container-type:inline-size}.assessment-result-workspace{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,310px);align-items:start;gap:var(--space-6)}.assessment-active-retake{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-secondary);background:var(--color-surface-subtle)}.assessment-active-retake>svg{width:20px;height:20px;flex:0 0 auto;color:var(--color-primary)}.assessment-active-retake>div{min-width:0;display:grid;gap:var(--space-1)}.assessment-active-retake span,.assessment-result-history header span{color:var(--color-text-muted);font-size:var(--type-meta)}.assessment-result-history{min-width:0;display:grid;gap:var(--space-2);padding:var(--space-3);border-left:1px solid var(--color-border)}.assessment-result-history>header{display:flex;align-items:center;gap:var(--space-2)}.assessment-result-history>header>div{min-width:0;display:grid;gap:2px}.assessment-result-history>header>svg{width:20px;height:20px;flex:0 0 auto;color:var(--color-primary)}.assessment-result-history h3{margin:0;color:var(--color-text);font-size:var(--type-subheading)}.assessment-result-history ol{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--color-border);list-style:none}.assessment-result-history button{width:100%;min-width:0;min-height:38px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:var(--space-2);padding:7px 4px;border:0;border-bottom:1px solid var(--color-border);border-radius:0;color:var(--color-text-secondary);background:var(--color-surface);cursor:pointer;text-align:left;transition:border-color var(--transition-interactive),background-color var(--transition-interactive)}.assessment-result-history button:hover{background:var(--color-surface-subtle)}.assessment-result-history button:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.assessment-result-history button.is-current{background:var(--color-primary-soft);box-shadow:inset 2px 0 0 var(--color-primary)}.assessment-result-history button>span:first-child{min-width:0;display:grid;gap:2px}.assessment-result-history button>span:nth-child(2){justify-self:end}.assessment-result-history button>span:nth-child(3){grid-column:1;justify-self:start}.assessment-result-history small{color:var(--color-text-muted);font-size:var(--type-meta)}.assessment-result-history button>b{grid-column:2;justify-self:end;color:var(--color-primary);font-size:var(--type-meta);font-weight:600;white-space:nowrap}.assessment-result-decision{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);padding:var(--space-4);border-left:3px solid var(--color-primary);background:var(--color-surface-subtle)}.assessment-result-decision>div:first-child{min-width:0;flex:1 1 260px;display:grid;gap:var(--space-1)}.assessment-result-decision strong{color:var(--color-text);font-size:var(--type-answer)}.assessment-result-decision p{max-width:56ch;margin:0;color:var(--color-text-muted);font-size:var(--type-meta);line-height:1.45}.assessment-result-decision-actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2)}.assessment-result-decision-actions svg{width:16px;height:16px}.attempt-result-activity-feedback{display:grid;gap:var(--space-1);margin-top:var(--space-2);color:var(--color-text-secondary);font-size:var(--type-meta);line-height:1.45;white-space:pre-wrap}.attempt-result-activity-feedback b{color:var(--color-text)}@container assessment-result (max-width: 820px){.assessment-result-workspace{grid-template-columns:minmax(0,1fr)}.assessment-result-history{padding-inline:0;border-top:1px solid var(--color-border);border-left:0}}@container assessment-result (max-width: 639px){.attempt-result,.assessment-attempt-status-page{gap:var(--space-5);padding:var(--space-6) var(--space-4)}.attempt-result-metrics{grid-template-columns:1fr;gap:0}.attempt-result-metrics>section+section{border-top:0}.attempt-result-overview{align-items:start;flex-direction:column}.attempt-result-ruler{padding-inline:0}.attempt-result-completion>small{margin-left:0}.attempt-activity-result-row{grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2) var(--space-3)}.attempt-activity-result-status{grid-column:1 / -1;justify-self:start}.assessment-result-history button{grid-template-columns:minmax(0,1fr) auto}.assessment-result-history button>span:nth-child(3),.assessment-result-history button>b{grid-column:1 / -1;justify-self:start}.assessment-result-decision{align-items:stretch}.assessment-result-decision-actions{width:100%}.assessment-result-decision-actions .button{flex:1 1 100%}.attempt-activity-result-score{min-width:0;grid-column:1 / -1}}@media(max-width:639px){.attempt-result,.assessment-attempt-status-page{gap:var(--space-5);padding:var(--space-6) var(--space-4)}.attempt-result-metrics{grid-template-columns:1fr;gap:0}.attempt-result-metrics>section+section{border-top:0}.attempt-result-overview{align-items:start;flex-direction:column}.attempt-result-ruler{padding-inline:0}.attempt-result-completion>small{margin-left:0}.attempt-activity-result-row{gap:var(--space-2) var(--space-3)}.attempt-activity-result-row{grid-template-columns:minmax(0,1fr) auto}.attempt-activity-result-status{grid-column:1 / -1;justify-self:start}.assessment-result-history button{grid-template-columns:minmax(0,1fr) auto}.assessment-result-history button>span:nth-child(3),.assessment-result-history button>b{grid-column:1 / -1;justify-self:start}.assessment-result-workspace{grid-template-columns:1fr}.assessment-result-history{padding-inline:0;border-top:1px solid var(--color-border);border-left:0}.assessment-result-decision{align-items:stretch}.assessment-result-decision-actions{width:100%}.assessment-result-decision-actions .button{flex:1 1 100%}.attempt-activity-result-score{min-width:0;grid-column:1 / -1}.course-book-toc .course-tree-runtime-secondary{align-items:stretch;flex-wrap:wrap}.course-book-toc .course-tree-runtime-action{min-height:44px;flex:1 0 100%;justify-content:center}}.book-matching-grid{display:grid;gap:10px}.book-matching-grid .question-ui-search-select-field,.book-ordering-grid .question-ui-search-select-field,.book-matching-grid select{width:100%;min-width:0}.book-matching-grid select,.book-matching-grid option,.book-ordering-grid select,.book-ordering-grid option,.fill-blank-field select,.fill-blank-field option{white-space:pre-wrap}.book-ordering-grid{display:grid;gap:10px}.fill-blank-field.is-dropdown{width:fit-content;min-width:min(7.5rem,100%);max-width:min(100%,22rem);margin:.12em .22em;vertical-align:-.18em}.fill-blank-field.is-dropdown .question-ui-search-select-field{width:fit-content;min-width:0;max-width:100%;display:inline-grid;gap:0}.fill-blank-field.is-dropdown .question-ui-search-select-trigger{width:fit-content;min-width:7.5rem;max-width:100%;min-height:2.35rem;gap:6px;padding:5px 8px 5px 10px;border-color:color-mix(in srgb,var(--color-primary) 22%,var(--color-border));border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-primary-soft) 64%,var(--color-surface));line-height:1.25}.fill-blank-field.is-dropdown .question-ui-search-select-trigger>span{width:fit-content;max-width:min(18rem,72vw);font-size:var(--type-answer);font-weight:600}.fill-blank-field.is-dropdown .question-ui-search-select-trigger svg{flex:0 0 auto;width:15px;height:15px}.fill-blank-field.is-dropdown .question-ui-search-select-trigger:hover{border-color:var(--color-primary);background:var(--color-primary-soft)}.fill-blank-field.is-dropdown .question-ui-search-select-trigger:focus-visible{border-color:var(--color-primary);outline:2px solid var(--color-focus);outline-offset:1px}.fill-blank-field.is-dropdown.is-selected .question-ui-search-select-trigger{border-color:color-mix(in srgb,var(--color-primary) 55%,var(--color-border));background:var(--color-primary-soft)}.fill-blank-field.is-dropdown.is-correct .question-ui-search-select-trigger,.question-ui-search-select-field.is-correct .question-ui-search-select-trigger{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft);opacity:1}.fill-blank-field.is-dropdown.is-incorrect .question-ui-search-select-trigger{border-color:var(--color-error);color:var(--color-error);background:var(--color-error-soft);opacity:1}.fill-blank-field.is-correct input{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft);opacity:1}.drag-response{display:grid;gap:18px}.drag-word-bank{display:grid;gap:10px;padding:14px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-subtle)}.drag-word-bank>div{display:flex;flex-wrap:wrap;gap:8px}.drag-word-bank button,.drag-ordering-list>button{min-height:var(--control-height);display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);background:var(--color-surface);cursor:grab;font-size:var(--type-answer);text-align:left;transition:transform var(--transition-interactive),border-color var(--transition-interactive),background var(--transition-interactive);touch-action:none}.drag-word-bank button:hover:not(:disabled),.drag-ordering-list>button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--color-border-strong)}.drag-word-bank button.is-selected,.drag-ordering-list>button.is-selected{border-color:var(--color-primary);background:var(--color-primary-soft)}.drag-word-bank button:disabled{cursor:default;opacity:.42}.drag-fill-sentence{color:var(--color-text);font-size:var(--type-question);font-weight:500;line-height:2.25;white-space:pre-wrap;overflow-wrap:anywhere}.drag-drop-target{width:auto;min-width:9rem;min-height:var(--control-height);display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 11px;margin:0 5px;border:1px dashed var(--color-border-strong);border-radius:var(--radius-md);color:var(--color-text-muted);background:var(--color-surface-subtle);cursor:pointer;font-size:var(--type-answer);vertical-align:middle}.drag-drop-target.has-value{border-style:solid;color:var(--color-primary);background:var(--color-primary-soft)}.drag-drop-target.is-correct{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft)}.drag-drop-target.is-incorrect{border-color:var(--color-error);color:var(--color-error);background:var(--color-error-soft)}.drag-drop-target svg{width:15px;height:15px;flex:0 0 auto}.drag-drop-target.is-inline-blank{min-width:5rem;min-height:1.7em;max-width:100%;justify-content:center;padding:0 5px 1px;margin:0 .16em;border:0;border-bottom:2px solid var(--color-border-strong);border-radius:0;color:var(--color-text);background:transparent;font:inherit;line-height:1.3;vertical-align:baseline}.drag-drop-target.is-inline-blank:hover:not(:disabled),.drag-drop-target.is-inline-blank:focus-visible{border-bottom-color:var(--color-primary);background:var(--color-primary-soft)}.drag-drop-target.is-inline-blank.has-value{border-bottom-color:var(--color-primary);color:var(--color-primary);background:transparent}.drag-drop-target.is-inline-blank.is-correct{border-bottom-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft)}.drag-drop-target.is-inline-blank.is-incorrect{border-bottom-color:var(--color-error);color:var(--color-error);background:var(--color-error-soft)}.drag-matching-targets{display:grid;gap:10px}.drag-matching-targets strong{font-size:var(--type-answer);white-space:pre-wrap}.drag-matching-targets .drag-drop-target{width:100%;margin:0}.drag-ordering-list{display:grid;gap:9px}.drag-ordering-list>button{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr)}.drag-ordering-list>button.is-correct{border-color:var(--color-success);background:var(--color-success-soft)}.drag-ordering-list>button.is-incorrect{border-color:var(--color-error);background:var(--color-error-soft)}.book-response-field{display:grid;gap:7px}.book-response-field>span{color:#53635f;font-size:.69rem;font-weight:800}.book-response-field textarea{resize:vertical;min-height:96px}.book-exercise-feedback{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px 16px;border-radius:12px}.book-exercise-feedback>svg{width:24px;height:24px}.book-exercise-feedback>div{display:flex;flex-direction:column;gap:2px}.book-exercise-feedback strong{font-size:.81rem}.book-exercise-feedback span,.book-exercise-feedback>small{font-size:.66rem}.book-exercise-feedback.correct{color:var(--color-success);background:var(--color-success-soft)}.book-exercise-feedback.incorrect{color:var(--color-error);background:var(--color-error-soft)}.book-exercise-feedback.submitted{color:var(--color-warning);background:var(--color-warning-soft)}.book-exercise-actions{display:flex;justify-content:flex-end}.book-exercise-actions svg{width:16px}.course-book-element .fill-blank-exercise{padding:0}.course-book-element .fill-blank-heading span{color:#4a7569}.course-book-element .fill-blank-sentence{border-radius:14px;background:#f7f9f5}.course-book-page-footer{display:flex;justify-content:stretch;align-items:center;width:100%;padding:14px clamp(18px,5vw,34px) 18px;margin-top:auto;border-top:1px solid #edf0ec;background:#fbfcf9}.book-footer{width:100%;border:1px solid #e0e4de;border-top:1px solid #edf0ec;border-radius:0 0 18px 5px;box-shadow:0 18px 55px #1d3a341c,-7px 0 #f7f7f2}.book-footer-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;gap:8px;border:1px solid #dfe5eb;border-radius:0;background:#eef2f6;padding:2px}.book-footer-position{min-width:84px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;color:#1458a2;font-size:1.06rem;font-weight:800;background:#f2f4f7}.book-footer-prev{justify-self:start}.book-footer-next{justify-self:end}.book-footer-icon{width:52px;height:48px;display:grid;place-items:center;padding:0;border:0;color:#2a74bd;background:#e9eef4;cursor:pointer}.book-footer-icon:hover:not(:disabled){background:#dde6f0}.book-footer-icon:disabled{color:#9fb7d0;background:#f0f3f7;cursor:not-allowed}.book-footer-icon svg{width:21px;height:21px;stroke-width:2.6}.interactive-course-book.is-learner-view .course-book-page-footer{padding:16px clamp(24px,5vw,42px) 18px;border-top:1px solid var(--color-border);background:var(--color-surface)}.interactive-course-book.is-learner-view .book-footer{border:0;border-radius:0;box-shadow:none}.interactive-course-book.is-learner-view .book-footer-controls{gap:var(--space-2);padding:0;border:0;background:transparent}.interactive-course-book.is-learner-view .book-footer-position{padding:0 var(--space-3);color:var(--color-text-muted);background:transparent;font-size:var(--type-meta);font-weight:600}.interactive-course-book.is-learner-view .book-footer-icon{width:var(--touch-target);height:var(--touch-target);border-radius:50%;color:var(--color-primary);background:transparent}.interactive-course-book.is-learner-view .book-footer-icon:hover:not(:disabled){background:var(--color-surface-subtle)}.interactive-course-book.is-learner-view .book-footer-icon:disabled{color:var(--color-text-muted);background:transparent;opacity:.45}.course-book-loading-pill{position:sticky;z-index:4;top:10px;width:fit-content;margin:0 auto -33px;padding:7px 12px;border:1px solid #d8e1da;border-radius:20px;color:var(--forest);background:#fffffff0;box-shadow:0 7px 24px #1d3e371f;font-size:.66rem;font-weight:800}.course-book-state,.course-book-empty{width:min(980px,100%);min-height:420px;display:grid;place-items:center;margin:auto;border:1px solid #e0e5df;border-radius:18px;background:#fff}.course-book-empty{align-content:center;gap:7px;color:var(--muted);text-align:center}.course-book-empty svg{width:32px;height:32px;color:#648078}.course-book-empty strong{color:var(--ink)}.course-book-empty span{max-width:400px;font-size:.74rem}@media(max-width:1023px){.book-header{grid-template-columns:auto minmax(150px,1fr) auto;gap:10px}.course-book-toolbar-progress{display:none}.main-content.learning-focus-content{height:auto;min-height:100vh;overflow:visible;padding:0}.interactive-course-book{height:auto;min-height:100vh;border:0;border-radius:0}.book-header,.book-header.is-collapsed{position:sticky;top:0;grid-template-columns:auto minmax(0,1fr) auto;min-height:74px;padding:9px 12px}.book-header-secondary{display:none}.course-book-page-position{min-width:58px;padding:7px;border-left:0}.course-book-page-position span{display:none}.course-book-workspace,.course-book-workspace.is-toc-collapsed{grid-template-columns:1fr}.course-book-sidebar-resizer{display:none}.course-book-toc{height:0;padding:0;background:transparent}.course-book-toc,.course-book-page-scroll{grid-column:1}.course-book-toc.is-collapsed{width:auto;overflow:visible}.course-book-toc .course-sidebar{position:fixed;top:0;height:100dvh;border-right:1px solid #dce3dc}.course-book-page-scroll{overflow:visible;padding:14px}.course-book-page,.course-book-page-frame>.course-book-page{min-height:0}.chapter-page-content{grid-template-columns:1fr}.chapter-page-media .book-media-image{max-height:380px}}@media(max-width:639px){.book-header,.book-header.is-collapsed{grid-template-columns:auto minmax(0,1fr);gap:8px}.book-header-leading .course-book-back{display:none}.course-book-identity>span{display:none}.course-book-view-controls{gap:1px;padding:3px}.course-book-view-controls button{min-width:29px;height:30px;padding:0 4px}.course-book-view-controls .course-book-zoom-reset{min-width:42px;font-size:.59rem}.course-book-page-scroll{padding:9px}.course-book-page{border-radius:4px 13px 13px 4px;box-shadow:0 12px 35px #1d3a341a,-4px 0 #f7f7f2}.course-book-page-frame>.course-book-page{border-radius:4px 13px 0 0}.chapter-page-hero{min-height:280px;padding:38px 27px}.chapter-page-hero h1{font-size:3.25rem}.chapter-page-orbit{top:30px;right:28px;width:68px;height:68px}.chapter-page-orbit svg{width:28px;height:28px}.chapter-page-content{padding:32px 27px}.course-book-page-simple-header{padding:18px 22px 12px 29px}.course-book-page-simple-header h1{font-size:1.1rem}.book-header-breadcrumb{display:none}.course-book-page-elements{padding:7px 22px 28px 29px}.course-book-page-element{padding:22px;border-radius:16px}.book-exercise-feedback{grid-template-columns:28px minmax(0,1fr)}.book-exercise-feedback>small{grid-column:2}.course-book-page-footer{padding:12px 12px 14px}.book-footer-controls{grid-template-columns:auto minmax(64px,1fr) auto;gap:4px}.book-footer-position{min-width:62px;font-size:.94rem}.book-footer-icon{width:44px;height:42px}.book-footer{border-radius:0 0 13px 4px}}.interactive-course-book,.course-book-toc{font-family:var(--font-sans)}.interactive-course-book :where(.course-book-identity h1,.course-book-page-simple-header h1,.course-book-activity-title,.book-exercise-heading h2,.course-book-element .fill-blank-heading h2){font-family:var(--font-sans);letter-spacing:normal}.interactive-course-book :where(.course-book-display-title,.attempt-result-heading h2){font-family:var(--font-display);letter-spacing:-.035em}.interactive-course-book .rich-text-content{font-family:var(--font-sans)}.interactive-course-book .rich-text-content :where(h2,h3){font-family:var(--font-sans);letter-spacing:normal}.course-book-identity h1{font-size:var(--type-course);font-weight:700}.course-book-page-simple-header h1{font-size:var(--type-lesson);font-weight:700;line-height:1.22}.course-book-element-heading h2{font-size:var(--type-activity-title);font-weight:600;line-height:1.25}.book-exercise-heading h2,.course-book-element .fill-blank-heading h2{font-size:var(--type-activity-title);font-weight:600;line-height:1.3}.book-prose,.chapter-page-description p{font-size:var(--type-body);font-weight:400;line-height:1.75}.course-book-instruction,.book-exercise-heading p{font-size:var(--type-instruction);font-weight:500;line-height:1.65}.book-exercise-question,.course-book-element .fill-blank-sentence{font-size:var(--type-question);font-weight:600}.question-ui-choice-label,.question-ui-pair-side>strong,.book-matching-grid select,.book-response-field textarea,.course-book-element .fill-blank-field input{font-size:var(--type-answer);font-weight:400}.book-exercise-feedback strong,.book-exercise-feedback span,.fill-blank-feedback strong,.fill-blank-feedback span,.book-exercise .form-message{font-size:var(--type-feedback);font-weight:400;line-height:1.5}.course-book-media figcaption,.book-media-fallback{font-size:var(--type-meta);font-weight:400}.course-book-identity>span,.learner-progress.is-compact .learner-progress-header strong,.course-book-page-position span,.course-book-page-position small,.book-header-breadcrumb li,.course-book-type,.course-book-completed,.course-book-page-part,.chapter-page-hero>span,.chapter-page-description>span,.book-exercise-heading>span,.course-book-element .fill-blank-heading span,.course-book-element .fill-blank-heading>small,.book-exercise-feedback>small,.book-page-completion>span,.book-footer-position,.course-book-loading-pill,.course-book-toc .course-sidebar-header p{font-size:var(--type-meta);font-weight:500}.course-book-toc .course-sidebar-header h2{font-size:19px;font-weight:600}.course-book-toc .course-sidebar-header span,.course-book-toc .course-sidebar-expand span{font-size:var(--type-meta);font-weight:500}.course-book-page-position strong{font-size:var(--type-meta);font-weight:700}.course-book-toc .course-tree-copy small,.course-book-toc .course-sidebar-mobile-toggle strong{font-size:var(--type-meta);font-weight:500}@media(max-width:1023px){.course-book-identity h1{font-size:var(--type-course)}.course-book-page-simple-header h1{font-size:var(--type-lesson)}.course-book-element-heading h2,.book-exercise-heading h2,.course-book-element .fill-blank-heading h2{font-size:var(--type-activity-title)}.book-prose,.chapter-page-description p{font-size:var(--type-body)}.course-book-instruction,.book-exercise-heading p{font-size:var(--type-instruction)}.book-exercise-question,.course-book-element .fill-blank-sentence{font-size:var(--type-question)}.question-ui-choice-label,.question-ui-pair-side>strong,.book-matching-grid select,.book-response-field textarea,.course-book-element .fill-blank-field input{font-size:var(--type-answer)}.book-exercise-feedback strong,.book-exercise-feedback span,.fill-blank-feedback strong,.fill-blank-feedback span,.book-exercise .form-message{font-size:var(--type-feedback)}.course-book-media figcaption,.book-media-fallback{font-size:var(--type-meta)}.course-book-toc .course-sidebar-header h2{font-size:18px}.course-book-toc .course-sidebar-mobile-toggle span{font-size:16px;font-weight:600}}@media(max-width:639px){.drag-matching-targets>div{grid-template-columns:1fr;gap:7px}.drag-drop-target{min-width:7rem}.drag-drop-target.is-inline-blank{min-width:4.25rem}}.learner-shared-answer-pool{display:flex;flex-wrap:wrap;align-items:start;width:100%;max-width:100%;min-width:0;box-sizing:border-box;gap:8px;padding:10px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:transparent}.learner-shared-answer-option{display:grid;grid-template-columns:auto minmax(0,1fr);flex:0 1 auto;align-items:baseline;width:fit-content;min-width:0;max-width:100%;box-sizing:border-box;gap:7px;padding:6px 8px;border:0;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--color-primary-soft) 48%,var(--color-surface));box-shadow:none}.learner-shared-answer-option.is-medium{min-width:min(20rem,100%)}.learner-shared-answer-option.is-long{flex-basis:100%;width:100%}.learner-shared-answer-option-id{width:2rem;min-width:0;max-width:2rem;padding:0;color:var(--color-primary, #176b50);background:transparent;font-size:var(--type-answer);font-weight:600;line-height:1.5;text-align:center;overflow-wrap:anywhere;word-break:normal}.learner-shared-answer-option-text{width:100%;max-width:100%;min-width:0;color:var(--color-text-secondary, #344440);font-size:var(--type-answer);font-weight:400;line-height:1.5;overflow-wrap:anywhere;word-break:normal}.learner-shared-answer-option-text :where(p,li,span,strong,em,u,a){max-width:100%;overflow-wrap:anywhere;word-break:normal}.learner-shared-answer-option-text>:first-child{margin-top:0}.learner-shared-answer-option-text>:last-child{margin-bottom:0}@media(max-width:639px){.learner-shared-answer-pool{padding:8px}.learner-shared-answer-option.is-medium,.learner-shared-answer-option.is-long{width:100%}}.learner-question-block .fill-blank-sentence{width:100%;min-width:0;padding:0;border:0;border-radius:0;color:var(--color-text-secondary);background:transparent;font-family:var(--font-sans);font-size:var(--type-body);font-weight:400;line-height:1.75;white-space:normal;overflow-wrap:break-word}.learner-question-block .fill-blank-sentence p{margin:0 0 .85em;color:inherit;font:inherit}.learner-question-block .fill-blank-sentence p:last-child{margin-bottom:0}.book-authoring-action-error{position:fixed;z-index:2400;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));width:min(420px,calc(100vw - 32px));margin:0;box-shadow:var(--shadow-md)}.attempt-countdown{align-items:stretch;color:var(--color-text-secondary);display:inline-flex;flex:0 0 auto;flex-direction:column;font-family:var(--font-sans);font-size:var(--type-meta);font-weight:500;gap:var(--space-2);line-height:1.4}.attempt-countdown-row{align-items:center;display:inline-flex;gap:var(--space-2);white-space:nowrap}.attempt-countdown-track{height:3px;border-radius:2px;overflow:hidden;background:color-mix(in srgb,currentColor 18%,transparent)}.attempt-countdown-track>span{display:block;height:100%;border-radius:inherit;background:currentColor;transition:width 1s linear}.book-video-controls{width:100%;min-width:0;display:grid;grid-template-columns:var(--touch-target) minmax(64px,1fr) auto var(--touch-target);align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-2);border-radius:var(--radius-lg);background:var(--color-surface-subtle)}.book-media-playback-status{color:var(--color-text-muted);font-size:var(--type-meta);font-weight:500;line-height:1.4}.book-audio-play:disabled,.book-audio-volume:disabled,.book-audio-timeline input:disabled{cursor:default;opacity:.38;transform:none}.attempt-countdown svg{height:1rem;width:1rem}.attempt-countdown.is-warning{color:var(--color-warning)}.attempt-countdown.is-urgent,.attempt-countdown.is-expired{color:var(--color-error)}.course-book-toc .course-tree-row:is(.is-selected,.is-current-lesson) .course-tree-runtime-timer .attempt-countdown.is-warning{color:var(--color-warning);background:var(--color-warning-soft)}.course-book-toc .course-tree-row:is(.is-selected,.is-current-lesson) .course-tree-runtime-timer .attempt-countdown:is(.is-urgent,.is-expired){color:var(--color-error);background:var(--color-error-soft)}.element-attempt-countdown{display:flex;justify-content:flex-end;margin-block-end:var(--space-3)}@media(max-width:639px){.attempt-countdown-row>span{display:none}.course-book-toc .course-tree-runtime-timer .attempt-countdown-row>span{display:inline}}.execution-lifecycle-dialog{position:fixed;inset:auto;left:var(--execution-dialog-center-x, 50vw);top:var(--execution-dialog-center-y, 50vh);width:min(36rem,calc(var(--execution-dialog-viewport-width, 100vw) - 2rem));max-width:calc(100vw - 2rem);max-height:min(80vh,42rem);margin:0;padding:0;overflow:auto;transform:translate(-50%,-50%);color:var(--color-text);background:transparent;border:0}.execution-lifecycle-dialog::backdrop{background:#0f172a47}.execution-lifecycle-dialog-panel{display:grid;gap:var(--space-5);padding:clamp(var(--space-5),4vw,var(--space-8));background:var(--color-surface, #fff);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 18px 48px #0f172a2e}.execution-lifecycle-dialog-panel header{display:grid;gap:var(--space-2)}.execution-lifecycle-dialog-panel h2,.execution-lifecycle-dialog-panel p{margin:0}.execution-lifecycle-dialog-panel p{color:var(--color-text-secondary);line-height:1.5}.execution-lifecycle-dialog-panel h2{font-family:var(--font-sans);font-size:clamp(1.5rem,3vw,1.875rem);line-height:1.2;letter-spacing:normal}.execution-lifecycle-dialog-details dl{display:grid;gap:var(--space-2);margin:0}.execution-lifecycle-dialog-details dl>div{display:flex;justify-content:space-between;gap:var(--space-4);min-width:0;padding-block:var(--space-3);border-bottom:1px solid var(--color-border)}.execution-lifecycle-dialog-details dt{color:var(--color-text-secondary)}.execution-lifecycle-dialog-details dd{margin:0;font-weight:600;text-align:end;overflow-wrap:anywhere}.execution-lifecycle-dialog-note{padding-block-start:var(--space-3);border-top:1px solid var(--color-border);font-size:.9375rem}.execution-lifecycle-dialog-panel footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:var(--space-2)}@media(max-width:639px){.execution-lifecycle-dialog{inset:auto auto .5rem .5rem;width:calc(100vw - 1rem);max-width:none;margin:0;max-height:calc(100dvh - 1rem);transform:none}.execution-lifecycle-dialog-panel{gap:var(--space-4);padding:var(--space-5) var(--space-4);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-md) var(--radius-md)}.execution-lifecycle-dialog-panel footer .button{flex:1 1 10rem;min-height:44px}}html,body,#root{width:100%;max-width:100%;overflow-x:clip}html.has-overlay-drawer,html.has-overlay-drawer body{overscroll-behavior:none}:where(.app-shell,.main-content,.page-content,.creator-layout,.learner-course-workspace,.interactive-course-book,.course-book-workspace,.course-book-page-scroll,.course-book-page,.course-book-page-element,.course-book-element,.content-viewer,.builder-form-shell,.builder-form-scroll,.element-editor-form,.question-editor-card,.learner-question-section,.learner-question-block,.learner-question-content,.learner-response-area,.page-header,.welcome-header,.header-actions,.section-heading,.course-grid,.course-card,.course-card-body,.enrollment-grid,.enrollment-card,.enrollment-body,.builder-overview,.builder-tree,.tree-children,.tree-lesson,.tree-lesson-heading,.tree-elements,.tree-node-actions,.subscription-request-list,.rich-text-field,.rich-text-editor,.material-editor-card,.exercise-group-editor){min-width:0;max-width:100%;box-sizing:border-box}:where(p,li,dd,blockquote,figcaption,.rich-text-content,.question-ui-choice-label){min-width:0;word-break:normal;overflow-wrap:break-word}:where(img,video,canvas,iframe,object,embed){display:block;max-width:100%}audio{max-width:100%}:where(input,select,textarea,button){max-width:100%}:where(.page-header,.welcome-header,.section-heading,.header-actions,.form-action-group,.subscription-request-actions)>*{min-width:0}:where(.book-media-image,.book-media-video,.course-book-media img,.course-book-media video,.question-ui-media img,.question-ui-media video){width:auto;max-width:100%;height:auto;object-fit:contain}:where(.course-book-page-element,.content-panel,.rich-text-content)>table{width:max-content;max-width:100%;display:block;overflow-x:auto;overscroll-behavior-inline:contain}.responsive-scroll-x{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.book-editor-form-overlay .form-dialog-panel{width:min(94vw,1120px);max-width:calc(100vw - var(--layout-mobile-gutter) - var(--layout-mobile-gutter));max-height:calc(100dvh - 32px);overflow:hidden}.book-editor-form-overlay .form-dialog-body{width:100%;max-height:calc(100dvh - 40px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.form-dialog-body>.form-dialog-close{position:sticky;z-index:6;top:0;right:auto;margin-right:0;margin-bottom:-35px;margin-left:auto}.form-dialog-body:has(>.form-dialog-close)>.builder-form>:where(.eyebrow,h2,p){padding-right:calc(var(--touch-target) + var(--space-2))}@media(min-width:640px){.course-grid{grid-auto-rows:1fr}}@media(min-width:1024px){:root{--layout-page-padding: var(--layout-desktop-gutter)}.course-grid{max-width:var(--layout-course-grid-max);grid-template-columns:repeat(auto-fill,minmax(var(--layout-card-min),var(--layout-card-max)));justify-content:start;align-items:start}.enrollment-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.learning-enrollment-list{grid-template-columns:minmax(0,1fr)}.learning-enrollment-list .enrollment-card{grid-template-columns:112px minmax(0,1fr)}.creator-layout>:where(main,section,form),.detail-grid>:where(main,section,aside),.review-gate-panel>*{min-width:0}}@media(max-width:639px){.email-document-section-header,.email-message-heading{align-items:flex-start;flex-direction:column}.email-document-section-header .button{width:100%}.email-document-format{width:100%;max-width:none}.email-message-metadata>div{grid-template-columns:minmax(0,1fr);gap:2px}.writing-question-editor>.form-field{width:100%;max-width:none}.writing-email-composer-fields label{grid-template-columns:minmax(0,1fr);gap:2px;padding-block:var(--space-2)}.writing-email-composer-fields input{min-height:var(--touch-target)}}@media(max-width:1023px){:root{--layout-page-padding: var(--layout-tablet-gutter);--layout-section-gap: clamp(16px, 2.5vw, 24px);--layout-sidebar-width: var(--layout-drawer-width)}.book-audio-volume-slider.is-inline{display:none}.book-video-controls{grid-template-columns:var(--touch-target) minmax(48px,1fr) auto var(--touch-target);gap:var(--space-1)}.main-content:not(.learning-focus-content){width:100%;max-width:100%;padding-right:var(--layout-page-padding);padding-left:var(--layout-page-padding)}:where(.creator-layout,.detail-grid,.course-detail-hero,.course-update-layout,.review-gate-panel,.subscription-accepted-detail,.learner-course-layout-header,.learner-course-workspace,.chapter-page-content,.multi-question-exercise-card){grid-template-columns:minmax(0,1fr)}.creator-aside{grid-template-columns:minmax(0,1fr)}.course-grid,.enrollment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-enrollment-list{grid-template-columns:minmax(0,1fr)}.learning-enrollment-list .enrollment-card{grid-template-columns:88px minmax(0,1fr)}.page-header,.welcome-header{align-items:flex-start}.page-heading,.header-actions,.section-heading>:where(div,span){max-width:100%}.course-sidebar,.course-book-toc .course-sidebar,.sidebar{width:var(--layout-drawer-width);max-width:calc(100vw - 24px);height:100dvh;max-height:100dvh;overflow:hidden}.sidebar .main-nav,.course-sidebar .course-tree{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.course-sidebar .course-tree-select,.course-sidebar .course-tree-toggle,.course-book-toc .course-tree-system-select{min-height:var(--touch-target)}.course-sidebar .course-tree-toggle{min-width:var(--touch-target)}.course-sidebar-close,.sidebar-close{min-width:var(--touch-target);min-height:var(--touch-target);flex:0 0 var(--touch-target)}.course-sidebar-scrim,.nav-scrim{background:#0e1c1b6b;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.interactive-course-book.has-open-drawer :where(.book-header-actions,.book-header-breadcrumb,.course-book-page-footer){visibility:hidden;pointer-events:none}.interactive-course-book.has-open-drawer .course-book-page-scroll{overflow:hidden;touch-action:none;pointer-events:none}.course-book-toolbar,.book-header{min-width:0}.course-book-toolbar-nav,.course-book-view-controls,.header-actions,.form-action-group,.subscription-request-actions,.question-editor-actions{flex-wrap:wrap}.builder-overview{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;scroll-snap-type:x proximity}.builder-overview>div{flex:0 0 clamp(112px,18vw,140px);scroll-snap-align:start}.builder-connector{flex:0 0 clamp(24px,4vw,44px)}.rich-text-toolbar{max-width:100%;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scrollbar-width:thin}.rich-text-editor{width:100%;min-width:0;height:clamp(250px,55vh,400px);max-height:min(75vh,640px)}.learner-question-block{padding:16px}.book-editor-form-overlay .builder-form-shell{width:var(--layout-dialog-width);max-width:calc(100vw - var(--layout-page-padding) - var(--layout-page-padding))}.book-editor-form-overlay .form-dialog-panel{width:min(94vw,1120px);max-width:calc(100vw - 2 * var(--layout-page-padding))}.book-editor-form-overlay .builder-form-scroll{padding:clamp(20px,3vw,30px)}.question-ui-matching-pair,.question-ui-cloze-fields{grid-template-columns:minmax(0,1fr)}.question-ui-pair-connector{justify-self:start}}@media(max-width:639px){:root{--layout-page-padding: var(--layout-mobile-gutter);--layout-section-gap: 16px;--layout-drawer-width: var(--layout-mobile-drawer-width);--layout-sidebar-width: var(--layout-mobile-drawer-width);--type-course: 28px;--type-chapter: 24px;--type-lesson: 22px;--type-activity-title: 20px;--type-section: 20px;--type-body: 16px;--type-editor-body: 16px;--type-question: 17px;--type-answer: 16px}.course-sidebar,.course-book-toc .course-sidebar,.sidebar{width:var(--layout-mobile-drawer-width);max-width:var(--layout-mobile-drawer-width)}.course-sidebar-header{min-width:0;padding-right:12px;padding-left:12px}.course-sidebar-header-top{min-width:0;grid-template-columns:minmax(0,1fr) var(--touch-target);gap:6px}.course-sidebar-header-top h2,.course-sidebar-header-actions,.course-tree-copy{min-width:0;max-width:100%}.course-sidebar-header-actions{flex-wrap:wrap;overflow:hidden}.course-sidebar .course-tree{padding-inline:6px}.course-tree-row.level-2{padding-left:12px}.course-tree-row.level-3{padding-left:24px}.course-book-toc .course-tree-row.level-2{--tree-row-indent: 12px;padding-left:0}.course-book-toc .course-tree-row.level-3{--tree-row-indent: 24px;padding-left:0}.course-tree-select,.course-book-toc .course-tree-select{min-width:0;grid-template-columns:minmax(0,1fr) 18px;gap:7px;padding-right:4px}.course-tree-toggle,.course-tree-status{flex:0 0 auto;max-width:100%}.course-tree-title,.course-tree-copy small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where(button,input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=file]),select,textarea){min-height:var(--touch-target)}.main-content:not(.learning-focus-content){width:100%;max-width:100%;padding-right:var(--layout-page-padding);padding-left:var(--layout-page-padding)}.page-header,.welcome-header,.section-heading{width:100%;align-items:stretch;gap:14px}.section-heading>span{align-self:flex-start}.header-actions,.form-action-group{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:10px}:where(.header-actions,.form-action-group) .button{width:100%}.header-actions>.status-badge{justify-self:start}.results-meta,.course-meta,.enrollment-foot,.field-hint{flex-wrap:wrap;gap:9px}:where(.form-grid,.form-row,.creator-aside,.level-picker,.audience-options,.stat-grid,.enrollment-grid,.detail-stats,.accepted-enrollment-facts,.element-editor-form .material-editor-metadata,.question-ui-matching-pair,.question-ui-cloze-fields){grid-template-columns:minmax(0,1fr)}.course-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));grid-auto-rows:auto}.form-grid,.form-row,.shared-option-fields,.element-editor-form .material-editor-metadata{grid-template-columns:minmax(0,1fr)}.course-grid,.enrollment-grid,.enrollment-card{width:100%}.course-card{height:auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-self:start;box-sizing:border-box}.course-card:hover{transform:none}.course-card .course-cover{width:100%;height:auto;min-height:0;max-height:105px;aspect-ratio:16 / 4.5;border-radius:0}.course-card .cover-category,.course-card .cover-level{display:none}.course-card-body{width:100%;min-width:0;max-width:100%;padding:9px 10px;box-sizing:border-box}.course-card .card-topline{min-height:0;align-items:flex-start;flex-wrap:wrap;gap:4px 7px;font-size:.62rem;letter-spacing:.05em}.course-card .card-topline>*,.course-card .status-badge,.course-card .audience-badge{min-width:0;max-width:100%;white-space:normal}.course-card h3{width:100%;min-width:0;margin:5px 0 4px;font-size:1rem;line-height:1.3;overflow-wrap:break-word;word-break:normal}.course-card p{width:100%;min-width:0;max-width:100%;height:auto;min-height:0;display:-webkit-box;overflow:hidden;margin:0 0 7px;font-size:.73rem;line-height:1.4;white-space:normal;overflow-wrap:break-word;word-break:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.course-meta{width:100%;min-width:0;max-width:100%;align-items:center;flex-wrap:wrap;gap:3px 7px;padding-top:5px;box-sizing:border-box}.course-meta-stats{min-width:0;display:flex;flex:1 1 100%;flex-wrap:wrap;gap:2px 0;line-height:1.35}.course-meta-stats span{min-width:0;max-width:100%;gap:0;white-space:normal}.course-meta-stats span:not(:last-child):after{margin-inline:5px;content:"·";color:var(--color-text-muted)}.course-meta-stats svg{display:none}.course-card .manage-link,.course-card .card-arrow{min-height:var(--touch-target);display:inline-flex;align-items:center;justify-content:center;padding-inline:8px;border-radius:var(--radius-sm);box-sizing:border-box}.course-card .manage-link{width:fit-content;max-width:100%;margin:-2px 0 0;white-space:normal}.course-card .card-arrow{width:var(--touch-target);margin-left:auto;padding:0}.page-header .header-action{position:static;width:100%;min-width:0;display:flex;flex-wrap:wrap}.page-header .header-action>*{max-width:100%}.enrollment-card{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;min-height:0;align-self:start}.enrollment-cover{width:100%;height:auto;min-height:0;max-height:125px;aspect-ratio:16 / 5}.enrollment-body{width:100%;min-width:0;padding:10px;box-sizing:border-box}.enrollment-body h3{margin-top:0}.enrollment-body p{margin-bottom:8px}.enrollment-foot{margin-top:6px}.learning-enrollment-list .enrollment-foot{align-items:stretch;flex-direction:column}.learning-enrollment-list .enrollment-primary-action{width:100%}.enrollment-body>div:first-child,.enrollment-foot{min-width:0;flex-wrap:wrap}:where(.form-grid,.form-row)>*,.element-editor-form .material-editor-metadata>*{min-width:0;width:100%;max-width:100%}.field-compact,.field-medium,.field-full,.field-compact>:where(input,select),.field-medium>:where(input,select){width:100%;max-width:100%}.shared-option-id{width:100%;min-width:0;max-width:100%;text-align:left}:where(.creator-form,.builder-form,.element-editor-form,.profile-form) :where(input,select,textarea){width:100%;max-width:100%}.builder-form-shell,.creator-form,.content-panel,.side-panel,.subscription-requests{padding-right:var(--layout-mobile-gutter);padding-left:var(--layout-mobile-gutter)}.builder-overview{padding:14px;margin-inline:0}.builder-overview>div{flex-basis:112px}.builder-connector{flex-basis:24px;margin-inline:6px}.builder-tree>details>summary{grid-template-columns:20px 34px minmax(0,1fr) 20px;grid-template-rows:auto auto;gap:9px;padding:14px 12px}.builder-tree>details>summary>.drag-handle{grid-column:1;grid-row:1}.builder-tree>details>summary>.chapter-thumbnail{grid-column:2;grid-row:1}.builder-tree>details>summary>div:not(.tree-node-actions){grid-column:3;grid-row:1;min-width:0}.builder-tree>details>summary>.tree-node-actions{grid-column:2 / -1;grid-row:2}.builder-tree>details>summary>.tree-chevron{grid-column:4;grid-row:1}.builder-tree.read-only>details>summary{grid-template-columns:34px minmax(0,1fr) 20px}.builder-tree.read-only>details>summary>.chapter-thumbnail{grid-column:1}.builder-tree.read-only>details>summary>div:not(.tree-node-actions){grid-column:2}.builder-tree.read-only>details>summary>.tree-node-actions{grid-column:1 / -1}.builder-tree.read-only>details>summary>.tree-chevron{grid-column:3}.tree-children{padding:0 10px 12px}.tree-lesson-heading{grid-template-columns:20px 34px minmax(0,1fr) 20px;grid-template-rows:auto auto;gap:9px}.tree-lesson-heading>.drag-handle{grid-column:1;grid-row:1}.tree-lesson-heading>.tree-node-icon{grid-column:2;grid-row:1}.tree-lesson-heading>div:not(.tree-node-actions){grid-column:3;grid-row:1;min-width:0}.tree-lesson-heading>.tree-node-actions{grid-column:2 / -1;grid-row:2;margin-top:0}.tree-lesson-heading>.lesson-chevron{grid-column:4;grid-row:1}.builder-tree.read-only .tree-lesson-heading{grid-template-columns:34px minmax(0,1fr) 20px}.builder-tree.read-only .tree-lesson-heading>.tree-node-icon{grid-column:1}.builder-tree.read-only .tree-lesson-heading>div:not(.tree-node-actions){grid-column:2}.builder-tree.read-only .tree-lesson-heading>.tree-node-actions{grid-column:1 / -1}.builder-tree.read-only .tree-lesson-heading>.lesson-chevron{grid-column:3}.tree-elements{padding:8px 0 0 8px}.tree-elements>div{grid-template-columns:18px 22px 28px minmax(0,1fr);grid-template-rows:auto auto;gap:7px}.tree-elements>div>.drag-handle{grid-column:1;grid-row:1}.tree-elements>div>span:not(.drag-handle):not(.element-kind){grid-column:2;grid-row:1}.tree-elements>div>.element-kind{grid-column:3;grid-row:1}.tree-elements>div>div:not(.tree-node-actions){grid-column:4;grid-row:1;min-width:0}.tree-elements>div>.tree-node-actions{grid-column:2 / -1;grid-row:2}.builder-tree.read-only .tree-elements>div{grid-template-columns:22px 28px minmax(0,1fr)}.builder-tree.read-only .tree-elements>div>span:not(.drag-handle):not(.element-kind){grid-column:1}.builder-tree.read-only .tree-elements>div>.element-kind{grid-column:2}.builder-tree.read-only .tree-elements>div>div:not(.tree-node-actions){grid-column:3}.builder-tree.read-only .tree-elements>div>.tree-node-actions{grid-column:1 / -1}.tree-node-actions{min-width:0;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:6px}.builder-tree .tree-node-actions .status-badge{display:inline-flex}.tree-node-actions :where(button,.button),.subscription-request-actions .button{min-width:var(--touch-target);min-height:var(--touch-target)}.subscription-request-list article{grid-template-columns:38px minmax(0,1fr)}.subscription-request-actions{width:100%;grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.subscription-request-actions .button{width:100%}.learner-question-section-title{padding:14px 14px 8px}.learner-response-area :where(input,select,textarea),.learner-shared-select-wrap,.book-response-field,.book-response-field textarea{width:100%;max-width:100%}.learner-response-area .question-ui-binary-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.learner-response-area .question-ui-choice.is-compact{width:100%;min-width:0}.question-ui-control-row{grid-template-columns:auto minmax(0,1fr) auto}.question-ui-choice.has-indicator{grid-template-columns:18px 28px minmax(0,1fr)}.course-book-page-scroll{padding:8px}.course-book-page-scroll>.course-book-page-frame{width:100%;max-width:100%;zoom:1}.course-book-page-simple-header,.course-book-page-elements,.chapter-page-content{padding-right:10px;padding-left:10px}.interactive-course-book.is-learner-view .course-book-page-elements{gap:34px;padding:24px 14px 38px}.course-book-page-element{padding:14px 12px}:where(.book-exercise,.exercise-card,.multi-question-exercise-card,.multi-question-list,.learner-question-section,.learner-question-list,.learner-question-block,.learner-question-content,.learner-question-prompt,.learner-question-prompt .question-ui-prompt,.learner-response-area,.learner-shared-select-wrap){width:100%;min-width:0;max-width:none;box-sizing:border-box}.learner-question-block{padding:14px 12px;row-gap:6px}.learner-question-prompt,.learner-question-prompt .question-ui-prompt,.learner-question-prompt .rich-text-content,.learner-question-prompt .rich-text-content :where(p,li,span,strong){width:100%;min-width:0;max-width:100%;white-space:normal;word-break:normal;overflow-wrap:break-word}.learner-shared-select-wrap select,.learner-response-area>:where(fieldset,div,label){width:100%;min-width:0;max-width:100%;box-sizing:border-box}.course-book-page-simple-header h1{font-size:var(--type-lesson)}.book-header,.book-header.is-collapsed{min-height:60px}.course-book-zoom-only{display:none}.course-book-view-controls button,.course-book-toolbar button,.book-footer-icon,.course-sidebar-mobile-toggle,.course-sidebar-close{min-width:var(--touch-target);min-height:var(--touch-target)}.course-book-page-footer{position:sticky;bottom:0;z-index:4;padding:8px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.interactive-course-book.is-learner-view .course-book-page-footer{padding:8px 10px;background:#fffffff5}.book-footer-label{display:none}.book-editor-form-overlay{place-items:end center;padding:8px 8px 0}.book-editor-form-overlay .builder-form-shell{width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100dvh - 8px);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.book-editor-form-overlay .form-dialog-panel{width:calc(100vw - 16px);max-width:calc(100vw - 16px)}.form-dialog-body>.form-dialog-close{top:2px}.book-editor-form-overlay .builder-form-scroll{max-height:calc(100dvh - 8px - var(--space-2));padding:18px 16px 24px}.question-editor-card{padding:14px}.question-editor-card>header,.form-action-group{align-items:stretch;flex-wrap:wrap}.question-editor-card>header>div:first-child{min-width:0;flex:1 1 180px}.question-editor-actions{flex:0 1 auto;justify-content:flex-end}.rich-text-editor-content{min-height:130px;font-size:16px}:where(.rich-text-content,.book-prose,.exercise-material-text,.learner-question-prompt,.question-ui-choice-label,.book-response-field textarea){font-size:max(16px,1em)}.drag-drop-target:not(.is-inline-blank){width:100%;min-width:0;margin-inline:0}.drag-ordering-list>button,.drag-matching-targets .drag-drop-target{max-width:100%}}
