:root{--font-sans:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--paper:#f8f9fa;--card:#fff;--card-2:#f8f9fa;--card-3:#f1f2f4;--ink:#171717;--ink-2:#4b5563;--muted:#6b7280;--ink-faint:#9ca3af;--line:#e5e7eb;--line-2:#f1f2f4;--brass:#c0000d;--brass-ink:#8f0007;--brass-soft:#c0000d12;--brass-line:#c0000d38;--brass-bright:#fc1323;--brass-grad:linear-gradient(90deg, #8f0007, #c0000d 60%, #fc1323);--ok:#15803d;--ok-soft:#15803d14;--info:#6b7280;--info-soft:#6b728014;--warn:#b45309;--warn-soft:#b4530914;--gap:#b91c1c;--gap-soft:#b91c1c14;--slate:#6b7280;--slate-soft:#6b728014;--radius:18px;--radius-sm:11px;--radius-xs:7px;--shadow:0 4px 20px #1717170f;--shadow-lg:0 14px 34px #1717171a;--dark-1:#171717;--dark-2:#26262a;--on-dark:#fff;--on-dark-muted:#fff9;--dark-line:#ffffff24;--t-colour:.16s;--t-move:.18s;--t-card:.2s}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}body{font-family:var(--font-sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none}button{font-family:inherit}:focus-visible{outline:2px solid var(--brass);outline-offset:2px;border-radius:var(--radius-xs)}::selection{background:var(--brass-soft);color:var(--ink)}.app-header{z-index:20;background:linear-gradient(180deg, var(--dark-2), var(--dark-1));border-bottom:1px solid var(--dark-line);height:58px;position:sticky;top:0;box-shadow:0 8px 24px #090b0f29}.header-inner{align-items:center;gap:16px;max-width:1180px;height:100%;margin:0 auto;padding:0 22px;display:flex}.brand{letter-spacing:-.01em;color:var(--on-dark);align-items:center;gap:8px;font-weight:750;display:flex}.brand .mark{color:var(--brass-bright);font-size:18px}.brand .sub{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--on-dark-muted);font-size:10.5px;font-weight:500}.header-spacer{flex:1}.crumbs{color:var(--on-dark-muted);align-items:center;gap:7px;font-size:13px;display:flex}.crumbs a:hover{color:var(--brass-bright)}.crumbs .sep{color:#ffffff38}.page{max-width:1180px;margin:0 auto;padding:26px 22px 80px}.seg{border:1px solid var(--dark-line);background:#ffffff12;border-radius:999px;gap:2px;padding:3px;display:inline-flex}.seg button{cursor:pointer;font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--on-dark-muted);background:0 0;border:0;border-radius:999px;padding:6px 14px;font-size:11.5px;font-weight:640;transition:all .15s}.seg button.on{background:var(--brass);color:#14181f;box-shadow:0 1px 3px #00000059}.theme-toggle{cursor:pointer;border:1px solid var(--dark-line);width:34px;height:34px;color:var(--on-dark);background:#ffffff12;border-radius:999px;flex:none;place-items:center;font-size:15px;line-height:1;transition:all .15s;display:grid}.theme-toggle:hover{color:var(--brass-bright);background:#ffffff24}.btn{border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:7px;padding:8px 14px;font-size:13.5px;font-weight:560;transition:all .15s;display:inline-flex}.btn:hover{border-color:var(--brass-line);background:var(--card-2)}.btn.primary{background:var(--brass);border-color:var(--brass);color:#fff}.btn.primary:hover{background:var(--brass-ink)}.btn.ghost{color:var(--ink-2);background:0 0;border-color:#0000}.eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--brass-ink);align-items:center;gap:8px;font-size:11px;display:inline-flex}.eyebrow:before{content:"";background:var(--brass);border-radius:2px;width:18px;height:2px}h1.title{letter-spacing:-.02em;margin:6px 0 0;font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:780}.lede{color:var(--ink-2);max-width:60ch;margin:8px 0 0}.dash-hero{background:radial-gradient(130% 150% at 12% -10%, #fbf5e8 0%, var(--paper) 58%);border-bottom:1px solid var(--line)}.dash-hero-inner{max-width:1180px;margin:0 auto;padding:46px 22px 40px}.dash-hero .title{font-size:clamp(2.1rem,5vw,3.1rem)}.dash-hero .lede{margin-top:12px;font-size:1.02rem}.course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:24px;display:grid}.course-card{background:var(--card);border:1px solid var(--line);border-left:3px solid var(--brass-line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:14px;padding:18px 18px 18px 17px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex}.course-card:hover{box-shadow:var(--shadow-lg);border-color:var(--brass-line);border-left-color:var(--brass);transform:translateY(-3px)}.course-card:hover .cc-glyph{background:var(--brass);color:#fff;border-color:var(--brass)}.course-card:hover .cc-open{gap:9px}.course-card .cc-top{align-items:flex-start;gap:13px;display:flex}.cc-glyph{border-radius:var(--radius-sm);background:var(--brass-soft);width:44px;height:44px;color:var(--brass-ink);border:1px solid var(--brass-line);font-family:var(--font-mono);letter-spacing:.02em;flex:none;place-items:center;font-size:15px;font-weight:700;transition:background .16s,color .16s,border-color .16s;display:grid}.cc-head{flex:1;align-self:center;min-width:0}.course-card h3{letter-spacing:-.01em;margin:0;font-size:1.1rem;line-height:1.25}.cc-code{font-family:var(--font-mono);letter-spacing:.04em;color:var(--muted);margin-top:3px;font-size:11px}.course-card .cc-corner{align-self:flex-start}.course-card .cc-meta{border-top:1px solid var(--line-2);flex-wrap:wrap;align-items:center;gap:8px;margin-top:auto;padding-top:13px;display:flex}.course-card .cc-open{color:var(--brass-ink);align-items:center;gap:6px;font-size:13.5px;font-weight:640;transition:gap .16s;display:inline-flex}.chip{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;background:var(--card-3);color:var(--ink-2);white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:10.5px}.chip.brass{background:var(--brass-soft);color:var(--brass-ink)}.chip.count{background:var(--slate-soft);color:var(--slate)}.course-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.viewas{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap;align-items:center;gap:14px 20px;margin-bottom:22px;padding:13px 18px;display:flex}.viewas .va-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:10.5px}.viewas .va-toggles{flex-wrap:wrap;gap:8px;display:flex}.toggle{color:var(--ink-2);border:1px solid var(--line);padding:5px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:7px;padding-inline-start:10px;font-size:12.5px;transition:all .15s;display:inline-flex}.toggle .box{border:1.5px solid var(--slate);color:#fff;border-radius:4px;place-items:center;width:15px;height:15px;font-size:10px;display:grid}.toggle.on{border-color:var(--brass-line);background:var(--brass-soft);color:var(--brass-ink)}.toggle.on .box{background:var(--brass);border-color:var(--brass)}.va-hint{color:var(--muted);font-size:12px;font-style:italic}.viewas .va-fields{flex-wrap:wrap;align-items:flex-end;gap:10px 18px;display:flex}.va-field{color:var(--ink-2);flex-direction:column;gap:4px;font-size:12px;display:inline-flex}.va-field>span{font-family:var(--font-mono);letter-spacing:.04em;color:var(--muted);font-size:10.5px}.va-field input,.va-field select{font:inherit;border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:8px;padding:5px 8px;font-size:12.5px}.va-field input[type=number]{width:84px}.va-check{color:var(--ink-2);border:1px solid var(--line);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:7px;padding:5px 12px;font-size:12.5px;display:inline-flex}.va-check input{accent-color:var(--brass)}.player-body{grid-template-columns:1fr 380px;align-items:start;gap:22px;display:grid}@media (width<=900px){.player-body{grid-template-columns:1fr}}.section-block{background:var(--card);border:1px solid var(--line);border-left:3px solid var(--brass-line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;overflow:hidden}.section-head{border:0;border-bottom:1px solid var(--line-2);background:var(--card-2);width:100%;font:inherit;color:inherit;text-align:start;cursor:pointer;align-items:center;gap:10px;padding:13px 18px;transition:background .12s;display:flex}.section-head:hover{background:var(--card-3)}.section-head .sh-num{font-family:var(--font-mono);color:var(--brass-ink);background:var(--brass-soft);border-radius:6px;padding:2px 8px;font-size:11px}.section-head .sh-caret{color:var(--muted);flex:none;font-size:13px;transition:transform .15s}.section-head .sh-caret.collapsed{transform:rotate(-90deg)}.section-head .sh-spacer{flex:1}.section-head .sh-count{font-family:var(--font-mono);letter-spacing:.02em;color:var(--ok);background:var(--ok-soft);border-radius:999px;flex:none;padding:2px 8px;font-size:10.5px}.section-head .sh-count.muted{color:var(--muted);background:var(--slate-soft)}.rows{flex-direction:column;display:flex}.row{border-bottom:1px solid var(--line-2);border-left:3px solid #0000;align-items:stretch;transition:background .12s;display:flex}.row:last-child{border-bottom:0}.row:hover{background:var(--card-2)}.row.selected{background:var(--brass-soft);border-left-color:var(--brass)}.row.locked:hover{background:0 0}.row-main{cursor:pointer;text-align:start;min-width:0;font:inherit;color:inherit;background:0 0;border:0;flex:1;align-items:center;gap:12px;padding:12px 8px 12px 18px;display:flex}.row-main:disabled,.row.locked .row-main{cursor:default}.row .ic{text-align:center;filter:grayscale(.1);flex:none;width:24px;font-size:18px}.row.locked .ic{opacity:.5}.row .rmain{flex:1;min-width:0}.row .rtitle{letter-spacing:-.005em;font-weight:560}.row.locked .rtitle{color:var(--muted)}.row.completed .rtitle{color:var(--ink-2)}.row .rreason{color:var(--warn);align-items:center;gap:5px;margin-top:2px;font-size:12px;display:flex}.row .rreason.broken{color:var(--gap)}.row .rmeta{flex:none;align-items:center;gap:7px;padding:0 14px 0 4px;display:flex}.rc-check{flex:none;justify-content:center;align-items:center;display:inline-flex}.rc-check .rc-box{border:1.75px solid var(--slate);color:#fff;background:0 0;border-radius:999px;place-items:center;width:20px;height:20px;font-size:12px;font-weight:700;line-height:1;display:grid}.rc-check.manual{cursor:pointer;background:0 0;border:0;border-radius:999px;padding:4px}.rc-check.manual:hover .rc-box{border-color:var(--brass);background:var(--brass-soft)}.rc-check.manual:disabled{opacity:.5;cursor:progress}.rc-check.manual.done .rc-box{background:var(--ok);border-color:var(--ok)}.rc-check.auto{cursor:default}.rc-check.auto .rc-box{border-style:dashed}.rc-check.auto.done .rc-box{background:var(--ok);border-color:var(--ok);border-style:solid}.badge{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:640;display:inline-flex}.badge.render{color:var(--ok);background:var(--ok-soft)}.badge.metadata_card{color:var(--warn);background:var(--warn-soft)}.badge.placeholder,.badge.hidden{color:var(--slate);background:var(--slate-soft)}.badge.locked{color:var(--warn);background:var(--warn-soft)}.badge.ok{color:var(--ok);background:var(--ok-soft)}.badge.source-badge{color:var(--ink-2);background:var(--slate-soft);text-transform:none;letter-spacing:0;box-shadow:inset 0 0 0 1px}.source-badge-dot{background:var(--accent);border-radius:999px;flex:none;width:6px;height:6px}.badge.source-badge--sample{color:var(--warn);background:var(--warn-soft);box-shadow:inset 0 0 0 1px var(--warn);font-weight:650}.badge.source-badge--sample .source-badge-dot{background:var(--warn)}.detail{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);position:sticky;top:74px;overflow:hidden}.detail-head{border-bottom:1px solid var(--line-2);padding:16px 18px 14px}.detail-head h2{letter-spacing:-.015em;margin:0;font-size:1.15rem}.detail-src{font-family:var(--font-mono);color:var(--muted);flex-wrap:wrap;gap:6px;margin-top:7px;font-size:11px;display:flex}.detail-src code{background:var(--card-3);color:var(--ink-2);border-radius:5px;padding:1px 6px}.detail-body{padding:18px}.detail-body img{max-width:100%;height:auto}.adapter__note{color:var(--muted);font-style:italic}.adapter__field{gap:8px;margin:4px 0;display:flex}.adapter__field dt{min-width:10rem;font-weight:560}.adapter__field dd{margin:0}.detail-empty{text-align:center;color:var(--muted);padding:40px 18px;font-size:13.5px}.detail-empty--placeholder{flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:280px;padding:40px 26px;display:flex}.detail-empty--placeholder .de-icon{background:var(--brass-soft);width:52px;height:52px;color:var(--brass-ink);border:1px solid var(--brass-line);border-radius:999px;place-items:center;margin-bottom:12px;font-size:22px;display:grid}.detail-empty--placeholder .de-title{color:var(--ink-2);margin:0;font-size:15px;font-weight:640}.detail-empty--placeholder .de-sub{color:var(--muted);max-width:30ch;margin:4px 0 0;font-size:13px;line-height:1.5}.lock-note{background:var(--warn-soft);border-radius:var(--radius-sm);color:#7a4d0e;border:1px solid #0000;margin-bottom:16px;padding:12px 14px;font-size:13px}.lock-note.broken{background:var(--gap-soft);color:#8f2231}.lock-note .lk{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;opacity:.8;margin-bottom:4px;font-size:10px;display:block}.lang-switch{gap:4px;display:inline-flex}.lang-switch button{border:1px solid var(--line);background:var(--card);font-family:var(--font-mono);text-transform:uppercase;cursor:pointer;color:var(--muted);border-radius:7px;padding:4px 10px;font-size:11px}.lang-switch button.on{border-color:var(--brass-line);background:var(--brass-soft);color:var(--brass-ink);font-weight:640}.state{text-align:center;color:var(--muted);padding:60px 20px}.state.err{color:var(--gap)}.skeleton{background:var(--card-3);border-radius:var(--radius-sm);animation:1.3s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.dash-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page--narrow{max-width:720px}.course-head .ch-right{align-items:center;gap:12px;display:flex}.course-topbar{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.back-link{color:var(--muted);font-size:13.5px}.back-link:hover{color:var(--brass-ink)}.edit-switch{cursor:pointer;border:1px solid var(--line);background:var(--card);color:var(--ink-2);border-radius:999px;align-items:center;gap:9px;padding:5px 14px;padding-inline-start:8px;font-size:13px;font-weight:560;transition:all .15s;display:inline-flex}.edit-switch:hover{border-color:var(--brass-line)}.edit-switch .es-track{background:var(--card-3);border-radius:999px;flex:none;width:34px;height:18px;transition:background .18s;position:relative}.edit-switch .es-knob{top:2px;width:14px;height:14px;box-shadow:var(--shadow);background:#fff;border-radius:50%;transition:transform .18s;position:absolute;inset-inline-start:2px}.edit-switch.on{background:var(--brass-soft);border-color:var(--brass-line);color:var(--brass-ink)}.edit-switch.on .es-track{background:var(--brass)}.edit-switch.on .es-knob{transform:translate(16px)}[dir=rtl] .edit-switch.on .es-knob{transform:translate(-16px)}.builder-bar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.builder-bar h1.title{margin:4px 0 8px}.bb-info{flex-wrap:wrap;gap:8px;display:flex}.bb-spacer{flex:1}.conflict-banner{background:var(--warn-soft);border:1px solid var(--brass-line);color:#7a4d0e;border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:11px 12px;padding-inline-start:15px;font-size:13.5px;display:flex}.conflict-banner.err{background:var(--gap-soft);color:#8f2231;border-color:#0000}.conflict-banner.in-editor{margin-bottom:14px}.b-section{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;transition:box-shadow .15s;position:relative}.b-section.is-hidden{opacity:.72}.b-section.drop-before{box-shadow:0 -3px 0 var(--brass), var(--shadow)}.b-section.drop-after{box-shadow:0 3px 0 var(--brass), var(--shadow)}.b-section-head{border-bottom:1px solid var(--line-2);background:var(--card-2);border-radius:var(--radius) var(--radius) 0 0;align-items:center;gap:10px;padding:11px 14px;display:flex}.b-drag{cursor:grab;color:var(--slate);-webkit-user-select:none;user-select:none;border-radius:5px;flex:none;padding:2px 4px;font-size:16px;line-height:1}.b-drag:hover{background:var(--card-3);color:var(--ink-2)}.b-drag:active{cursor:grabbing}.sh-name-edit{cursor:pointer;font:inherit;letter-spacing:-.01em;color:var(--ink);background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:3px 6px;font-weight:680;display:inline-flex}.sh-name-edit:hover{background:var(--card-3)}.sh-name-edit .pencil{opacity:0;font-size:11px;transition:opacity .12s}.sh-name-edit:hover .pencil{opacity:.6}.b-rename{font:inherit;border:1px solid var(--brass-line);background:var(--card);border-radius:6px;min-width:200px;padding:4px 8px;font-weight:660}.b-rows{flex-direction:column;display:flex}.b-row{border-bottom:1px solid var(--line-2);background:var(--card);align-items:center;gap:10px;padding:9px 14px;transition:background .12s,box-shadow .12s;display:flex}.b-row:hover{background:var(--card-2)}.b-row.dragging{opacity:.4}.b-row.is-hidden{opacity:.7}.b-row.drop-before{box-shadow:inset 0 2px 0 var(--brass)}.b-row.drop-after{box-shadow:inset 0 -2px 0 var(--brass)}.b-row .ic{text-align:center;flex:none;width:22px;font-size:17px}.b-row-main{text-align:start;cursor:pointer;min-width:0;font:inherit;color:inherit;background:0 0;border:0;border-radius:6px;flex:1;padding:4px 2px}.b-row-main:hover .rtitle{color:var(--brass-ink)}.b-row-main .rtitle{letter-spacing:-.005em;font-weight:560}.b-row-meta{flex:none;align-items:center;gap:6px;display:flex}.edit-pencil{font-size:13px}.b-empty{text-align:center;color:var(--muted);border-bottom:1px solid var(--line-2);border:1px dashed var(--line);border-radius:8px;margin:8px 12px;padding:14px;font-size:13px;font-style:italic}.b-empty.drop-into,.b-add.drop-into{background:var(--brass-soft);outline:2px dashed var(--brass-line);outline-offset:-4px}.b-add{border-radius:0 0 var(--radius) var(--radius);padding:10px 14px}.b-add-btn{border:1px dashed var(--brass-line);background:var(--brass-soft);width:100%;color:var(--brass-ink);border-radius:var(--radius-sm);cursor:pointer;padding:10px;font-size:13.5px;font-weight:580;transition:all .15s}.b-add-btn:hover{background:#f2e4c4}.b-add-section{border:1.5px dashed var(--line);background:var(--card);width:100%;color:var(--ink-2);border-radius:var(--radius);cursor:pointer;padding:14px;font-size:14px;font-weight:580;transition:all .15s}.b-add-section:hover{border-color:var(--brass-line);color:var(--brass-ink);background:var(--card-2)}.icon-btn{cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:6px;padding:5px 7px;font-size:15px;line-height:1;transition:all .12s}.icon-btn:hover{background:var(--card-3);color:var(--ink)}.menu-wrap{flex:none;position:relative}.menu{z-index:40;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);min-width:190px;box-shadow:var(--shadow-lg);flex-direction:column;padding:5px;display:flex;position:absolute;top:calc(100% + 4px);right:0}.menu-item{cursor:pointer;font:inherit;color:var(--ink);text-align:start;border-radius:var(--radius-xs);background:0 0;border:0;align-items:center;gap:9px;padding:8px 10px;font-size:13.5px;display:flex}.menu-item:hover{background:var(--card-2)}.menu-item.danger{color:var(--gap)}.menu-item.danger:hover{background:var(--gap-soft)}.menu-item .mi-icon{text-align:center;width:16px;font-size:12px}.overlay{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#17171770;justify-content:center;align-items:center;padding:24px;animation:.12s fade;display:flex;position:fixed;inset:0}.overlay--right{justify-content:flex-end;padding:0}.overlay--full{justify-content:center;align-items:center;padding:3vh 3vw}.slideover.slideover--full{border-radius:var(--radius);border:1px solid var(--line);width:100%;max-width:min(1180px,94vw);height:auto;max-height:94vh;animation:none}@media (width<=900px){.overlay--full{padding:0}.slideover.slideover--full{border-radius:0;max-width:100%;height:100vh;max-height:100vh}}.slideover--full .cr-actions-bar{margin-inline:-18px;border-radius:0 0 var(--radius) var(--radius);border-inline:0;border-bottom:0;margin-bottom:-18px;padding:14px 18px}@keyframes fade{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-lg);flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;overflow:hidden}.slideover{background:var(--card);box-shadow:var(--shadow-lg);flex-direction:column;width:100%;max-width:520px;height:100vh;animation:.18s slidein;display:flex}@keyframes slidein{0%{opacity:.6;transform:translate(24px)}to{opacity:1;transform:none}}.modal-head h2{letter-spacing:-.015em;margin:0;font-size:1.12rem}.slideover-sub{font-family:var(--font-mono);color:var(--muted);margin-top:4px;font-size:11px}.slideover-sub code,.modal-head code{background:var(--card-3);border-radius:5px;padding:1px 6px}.slideover-body{flex:1;padding:18px;overflow-y:auto}.modal-foot{border-top:1px solid var(--line-2);background:var(--card-2);justify-content:flex-end;gap:10px;padding:13px 18px;display:flex}.field-row{gap:12px;display:flex}.field-row .field{flex:1}.builder input[type=text],.builder input[type=number],.field input,.field select,.field textarea,.form-card input,.form-card select,.rest select,.rest input,.comp input,.modal-body input:not([type=checkbox]):not([type=radio]),.modal-body select{font:inherit;color:var(--ink);background:var(--card);border:1px solid var(--line);border-radius:var(--radius-xs);width:100%;padding:8px 10px;font-size:14px}.modal-body input[type=checkbox],.modal-body input[type=radio]{width:16px;height:16px;accent-color:var(--accent);flex:none}.field input:focus,.field select:focus,.field textarea:focus,.rest input:focus,.rest select:focus{border-color:var(--brass-line);outline:none}.field textarea{resize:vertical}.mono{font-family:var(--font-mono);font-size:12.5px;line-height:1.5}.check{color:var(--ink-2);cursor:pointer;align-items:center;gap:9px;margin-bottom:12px;font-size:13.5px;display:flex}.check input{width:15px;height:15px;accent-color:var(--brass)}.form-error{background:var(--gap-soft);color:#8f2231;border-radius:var(--radius-xs);margin-bottom:14px;padding:9px 12px;font-size:13px}.form-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-top:22px;padding:22px}.form-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.ie-group{border:1px solid var(--line-2);border-radius:var(--radius-sm);margin:0 0 16px;padding:14px 16px 4px}.ie-group legend{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--brass-ink);padding:0 6px;font-size:10.5px}.ie-title{align-items:center;gap:8px;display:inline-flex}.ie-ic{font-size:18px}.seg-3{background:var(--card-3);border-radius:8px;gap:2px;padding:3px;display:inline-flex}.seg-3 button{cursor:pointer;font:inherit;color:var(--muted);background:0 0;border:0;border-radius:6px;padding:6px 14px;font-size:12.5px;font-weight:560;transition:all .12s}.seg-3 button.on{background:var(--card);color:var(--brass-ink);box-shadow:var(--shadow)}.seg-3 button:hover:not(.on){color:var(--ink-2)}.seg-inline{padding:2px}.seg-inline button{padding:3px 10px;font-size:11.5px}.vis-select{flex-direction:column;gap:7px;margin-bottom:12px;display:flex}.vis-hint{color:var(--muted);font-size:12px;font-style:italic}.picker-group{margin-bottom:18px}.picker-heading{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:11px}.picker-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.picker-tile{text-align:start;border:1px solid var(--line);background:var(--card);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:12px;padding:12px 13px;transition:all .13s;display:flex}.picker-tile:hover{border-color:var(--brass-line);background:var(--card-2);transform:translateY(-1px)}.pt-icon{flex:none;font-size:22px}.pt-main{flex-direction:column;gap:2px;min-width:0;display:flex}.pt-label{font-size:14px;font-weight:620}.pt-blurb{color:var(--muted);font-size:11.5px}.rest{flex-direction:column;gap:10px;margin-bottom:8px;display:flex}.rest-empty{color:var(--muted);margin:0 0 4px;font-size:13px;font-style:italic}.rest-combiner{color:var(--ink-2);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.rest-cond{background:var(--card-2);border:1px solid var(--line-2);border-radius:var(--radius-sm);padding:10px}.rest-cond-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rest-cond-top>select{flex:none;width:auto;min-width:130px}.rest-fields{flex-wrap:wrap;flex:1;align-items:center;gap:6px;display:flex}.rest-fields input{flex:1;width:auto;min-width:70px}.rest-fields input[type=datetime-local]{flex:2}.rest-fields select{width:auto}.rest-unit{color:var(--muted);white-space:nowrap;font-size:12px}.eye{border:1px solid var(--line);background:var(--card);cursor:pointer;border-radius:6px;flex:none;padding:4px 7px;font-size:13px}.eye.on{border-color:var(--brass-line);background:var(--brass-soft)}.rest-add{align-self:flex-start;padding:6px 12px;font-size:13px}.rest-advanced{flex-direction:column;gap:10px;display:flex}.rest-advanced textarea{width:100%}.comp{flex-direction:column;gap:8px;margin-bottom:8px;display:flex}.comp-auto{flex-direction:column;gap:8px;margin-top:6px;padding-inline-start:2px;display:flex}.comp-auto .check{margin-bottom:0}.format-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.format-tile{text-align:start;border:1px solid var(--line);background:var(--card);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;gap:3px;padding:12px 14px;transition:all .13s;display:flex}.format-tile:hover{border-color:var(--brass-line)}.format-tile.on{border-color:var(--brass);background:var(--brass-soft);box-shadow:inset 0 0 0 1px var(--brass)}.ft-label{font-size:14px;font-weight:620}.ft-hint{color:var(--muted);font-size:11.5px}.btn.danger{background:var(--gap);border-color:var(--gap);color:#fff}.btn.danger:hover{background:#a5273a;border-color:#a5273a}@media (width<=640px){.picker-grid,.format-grid{grid-template-columns:1fr}.slideover{max-width:100%}}.dash-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cc-corner{flex:none;align-items:center;gap:6px;display:flex}.cc-title-link{display:inline}.cc-title-link:hover{color:var(--brass-ink)}.cc-meta-link{color:inherit}.cc-meta-link:hover .cc-open{text-decoration:underline}.conflict-banner.ok-banner{background:var(--ok-soft);color:#0a5f49;border-color:#0000}.bb-actions{align-items:center;gap:8px;display:flex}.reuse-note{background:var(--card-2);border:1px solid var(--line-2);border-radius:var(--radius-sm);color:var(--ink-2);margin:0 0 15px;padding:11px 13px;font-size:13px}.my-courses{max-width:860px}.my-courses-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.my-courses-head h2{letter-spacing:-.02em;margin:0;font-size:1.5rem}.my-courses-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.my-course-card{background:var(--card);border:1px solid var(--line);border-inline-start:3px solid var(--brass-line);border-radius:var(--radius);box-shadow:var(--shadow);justify-content:space-between;align-items:center;gap:16px;padding:15px 18px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex}.my-course-card:hover{box-shadow:var(--shadow-lg);border-inline-start-color:var(--brass);transform:translateY(-2px)}.mc-body{flex-direction:column;gap:9px;min-width:0;display:flex}.mc-titles{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.mc-title{letter-spacing:-.01em;font-size:1.05rem;line-height:1.25}.mc-key{font-family:var(--font-mono);letter-spacing:.04em;color:var(--muted);background:var(--card-3);border-radius:5px;padding:2px 7px;font-size:11.5px}.mc-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.mc-state{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:3px 9px;font-size:10px;font-weight:640}.mc-state.tone-neutral{color:var(--slate);background:var(--slate-soft)}.mc-state.tone-info{color:var(--info);background:var(--info-soft)}.mc-state.tone-live{color:var(--ok);background:var(--ok-soft)}.mc-count{color:var(--muted);font-size:12.5px}.mc-actions{flex:none;align-items:center;gap:8px;display:flex}@media (width<=620px){.my-course-card{flex-direction:column;align-items:stretch}.mc-actions{justify-content:flex-end}}.version-panel h3{letter-spacing:-.01em;margin:0 0 12px;font-size:1.05rem}.version-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.version-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card-2);overflow:hidden}.version-row.on{border-color:var(--brass-line)}.version-head{cursor:pointer;text-align:start;width:100%;font:inherit;color:var(--ink);background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.version-head:hover{background:var(--card-3)}.version-head strong{font-size:14px;font-weight:600}.version-meta{font-family:var(--font-mono);color:var(--muted);font-size:11px}.version-detail{border-top:1px solid var(--line-2);flex-direction:column;align-items:flex-start;gap:8px;padding:0 13px 13px;display:flex}.version-changes-title{color:var(--ink-2);margin:10px 0 0;font-size:12px;font-weight:600}.version-changes{flex-direction:column;gap:12px;width:100%;display:flex}.vc-group{flex-direction:column;gap:5px;display:flex}.vc-head{text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:7px;margin:0;font-size:11px;font-weight:700;display:flex}.vc-sign{border-radius:5px;flex:none;justify-content:center;align-items:center;width:17px;height:17px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.vc-added .vc-head{color:var(--ok)}.vc-added .vc-sign{background:var(--ok-soft);color:var(--ok)}.vc-changed .vc-head{color:var(--warn)}.vc-changed .vc-sign{background:var(--warn-soft);color:var(--warn)}.vc-removed .vc-head{color:var(--gap)}.vc-removed .vc-sign{background:var(--gap-soft);color:var(--gap)}.vc-list{flex-direction:column;gap:4px;margin:0;padding-inline-start:24px;list-style:none;display:flex}.vc-entry{align-items:center;gap:8px;min-width:0;font-size:13px;display:flex}.vc-tag{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--muted);background:var(--card-3);border-radius:4px;flex:none;padding:2px 6px;font-size:9.5px;font-weight:640}.vc-tag-section{color:var(--info);background:var(--info-soft)}.vc-title{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.vc-removed .vc-title{color:var(--muted);text-decoration:line-through}.mbz-drop{border:1.5px dashed var(--brass-line);background:var(--brass-soft);border-radius:var(--radius-sm);cursor:pointer;text-align:center;justify-content:center;align-items:center;min-height:84px;padding:22px 18px;transition:all .15s;display:flex}.mbz-drop:hover{background:#f2e4c4}.mbz-drop.has-file{background:var(--card-2);border-style:solid;border-color:var(--line)}.mbz-hint{color:var(--brass-ink);align-items:center;gap:10px;font-size:14px;font-weight:560;display:inline-flex}.mbz-hint code,.reuse-note code,.lede code{background:var(--card-3);font-family:var(--font-mono);border-radius:5px;padding:1px 6px;font-size:.9em}.mbz-ic{font-size:22px}.mbz-file{text-align:start;align-items:center;gap:12px;display:inline-flex}.mbz-file strong{font-size:14px;display:block}.mbz-size{font-family:var(--font-mono);color:var(--muted);margin-top:2px;font-size:11px;display:block}.wiz-steps{flex-wrap:wrap;align-items:center;gap:10px;margin:22px 0 6px;display:flex}.wiz-step{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--card-3);border-radius:999px;padding:5px 11px;font-size:11px}.wiz-step.on{color:var(--brass-ink);background:var(--brass-soft);font-weight:640}.wiz-step.done{color:var(--ok);background:var(--ok-soft)}.wiz-arrow{color:var(--line)}.import-report{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-top:18px;padding:22px}.ir-head{flex-wrap:wrap;justify-content:space-between;gap:16px;display:flex}.ir-title{letter-spacing:-.02em;margin:4px 0 0;font-size:1.5rem}.ir-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:18px 0;display:grid}.ir-stat{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card-2);flex-direction:column;gap:2px;padding:12px 14px;display:flex}.ir-stat-n{letter-spacing:-.02em;font-size:1.7rem;font-weight:760;line-height:1}.ir-stat-l{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:10px}.ir-stat.tone-ok .ir-stat-n{color:var(--ok)}.ir-stat.tone-warn .ir-stat-n{color:var(--warn)}.ir-stat.tone-slate .ir-stat-n{color:var(--slate)}.ir-stat.tone-gap .ir-stat-n{color:var(--gap)}.ir-stat.tone-ink .ir-stat-n{color:var(--ink)}.ir-promise{background:var(--ok-soft);color:#0a5f49;border-radius:var(--radius-sm);margin:0 0 20px;padding:11px 14px;font-size:13px}.ir-block{margin-bottom:22px}.ir-block:last-child{margin-bottom:0}.ir-block-title{color:var(--ink-2);align-items:center;gap:10px;margin:0 0 10px;font-size:.95rem;font-weight:640;display:flex}.badge.warn-badge{color:var(--warn);background:var(--warn-soft)}.badge.loss-badge{color:var(--gap);background:var(--gap-soft)}.ir-empty{color:var(--muted);margin:0;font-size:13px;font-style:italic}.ir-table-wrap{border:1px solid var(--line);border-radius:var(--radius-sm);overflow-x:auto}.ir-table{border-collapse:collapse;width:100%;min-width:560px;font-size:13px}.ir-table thead th{text-align:start;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);background:var(--card-2);border-bottom:1px solid var(--line);padding:9px 12px;font-size:10px;font-weight:640}.ir-table td{border-bottom:1px solid var(--line-2);vertical-align:top;color:var(--ink-2);padding:10px 12px}.ir-table tr:last-child td{border-bottom:0}.ir-cat,.ir-src code{font-family:var(--font-mono);background:var(--card-3);color:var(--ink-2);border-radius:5px;padding:1px 6px;font-size:11px}.ir-src{white-space:nowrap}.ir-list{margin:0;padding-inline-start:16px}.ir-list li{margin:1px 0}.ir-list.ok li{color:var(--ok)}.ir-list.gap li{color:var(--gap)}.sev{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;color:var(--slate);background:var(--slate-soft);border-radius:999px;padding:2px 7px;font-size:10px}.sev-warning{color:var(--warn);background:var(--warn-soft)}.sev-info{color:var(--info);background:var(--info-soft)}.reset-report{flex-direction:column;gap:8px;display:flex}.rr-row{border-radius:var(--radius-sm);align-items:baseline;gap:10px;padding:10px 13px;display:flex}.rr-row.cleared{background:var(--gap-soft)}.rr-row.kept{background:var(--ok-soft)}.rr-n{min-width:34px;font-size:1.3rem;font-weight:740}.rr-row.cleared .rr-n{color:var(--gap)}.rr-row.kept .rr-n{color:var(--ok)}.rr-l{color:var(--ink-2);font-size:13px}@media (width<=640px){.dash-actions{width:100%}.dash-actions .btn{flex:1;justify-content:center}}@media (width<=560px){.brand .sub{display:none}.header-inner{gap:10px;padding:0 14px}.dash-hero-inner{padding:34px 18px 30px}}.progress-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;padding:14px 18px}.pc-top{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:9px;display:flex}.pc-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:10.5px}.pc-count{color:var(--ink-2);font-size:13px;font-weight:620}.pc-track{background:var(--card-3);border-radius:999px;height:9px;overflow:hidden}.pc-fill{background:linear-gradient(90deg, var(--brass), var(--ok));border-radius:999px;height:100%;transition:width .3s}.comp-strip{border-bottom:1px solid var(--line-2);background:var(--card-2);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 18px;display:flex}.comp-strip.done{background:var(--ok-soft)}.comp-strip.passive{color:var(--ink-2)}.comp-mark{border:1px solid var(--brass-line);background:var(--card);color:var(--brass-ink);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;padding-inline-start:8px;font-size:13px;font-weight:580;transition:all .15s;display:inline-flex}.comp-mark:hover:not(:disabled){background:var(--brass-soft)}.comp-mark:disabled{opacity:.55;cursor:progress}.comp-mark .cm-box{border:1.75px solid var(--slate);color:#fff;border-radius:999px;place-items:center;width:18px;height:18px;font-size:11px;display:grid}.comp-mark.done{border-color:var(--ok);color:#0a5f49;background:var(--ok-soft)}.comp-mark.done .cm-box{background:var(--ok);border-color:var(--ok)}.comp-auto-ind{border:1.75px dashed var(--slate);width:22px;height:22px;color:var(--slate);border-radius:999px;flex:none;place-items:center;font-size:12px;display:grid}.comp-auto-ind.done{border-style:solid;border-color:var(--ok);background:var(--ok);color:#fff}.comp-hint{color:var(--muted);font-size:12.5px}.insp{flex-direction:column;display:flex}.insp-head{border-bottom:1px solid var(--line-2);padding:16px 18px 14px}.insp-head h2{letter-spacing:-.015em;margin:0;font-size:1.15rem}.insp-tabs{border-bottom:1px solid var(--line-2);gap:2px;padding:8px 12px 0;display:flex;overflow-x:auto}.insp-tab{cursor:pointer;font:inherit;color:var(--muted);border-radius:var(--radius-xs) var(--radius-xs) 0 0;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 12px;font-size:12.5px;font-weight:560;transition:color .12s,border-color .12s;position:relative}.insp-tab:hover{color:var(--ink-2)}.insp-tab.on{color:var(--brass-ink);border-bottom-color:var(--brass)}.insp-dot{background:var(--warn);vertical-align:middle;border-radius:999px;width:6px;height:6px;margin-inline-start:5px;display:inline-block}.insp-panel{padding:0}.insp-section{padding:16px 18px}.insp-lede{color:var(--muted);margin:0 0 12px;font-size:12.5px}.insp-h4{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--brass-ink);margin:16px 0 8px;font-size:10.5px}.insp-foot{color:var(--muted);flex-wrap:wrap;gap:10px;margin:14px 0 0;font-size:11.5px;display:flex}.insp-foot code{background:var(--card-3);font-family:var(--font-mono);border-radius:5px;padding:1px 5px}.insp-eye{font-style:normal}.insp .detail-body{padding:16px 18px}.insp .detail-body img{max-width:100%;height:auto}.insp .lock-note{margin:16px 18px 0}.ev-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;display:grid}.ev-tag{border:1px solid var(--line-2);border-radius:var(--radius-xs);background:var(--card-2);flex-direction:column;gap:2px;min-width:0;padding:8px 10px;display:flex}.ev-key{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:9.5px}.ev-val{color:var(--ink);overflow-wrap:anywhere;font-size:13px}.ev-val.mono{font-family:var(--font-mono);color:var(--ink-2);font-size:12px}.insp-verdict{border-radius:var(--radius-sm);align-items:flex-start;gap:9px;padding:11px 13px;font-size:13px;display:flex}.insp-verdict.ok{background:var(--ok-soft);color:#0a5f49}.insp-verdict.blocked{background:var(--warn-soft);color:#7a4d0e}.insp-verdict.broken{background:var(--gap-soft);color:#8f2231}.insp-verdict .iv-ic{flex:none}.rt-node{margin-top:6px}.rt-children{border-inline-start:2px solid var(--line);flex-direction:column;margin-inline-start:16px;padding-inline-start:12px;display:flex}.rt-row{border-radius:var(--radius-xs);background:var(--card-2);border:1px solid var(--line-2);align-items:center;gap:8px;padding:6px 9px;font-size:13px;display:flex}.rt-row.pass{border-color:var(--ok-soft)}.rt-row.fail{border-color:var(--warn-soft)}.rt-row.broken{border-color:var(--gap-soft);background:var(--gap-soft)}.rt-verdict{color:#fff;border-radius:999px;flex:none;place-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:grid}.rt-verdict.pass{background:var(--ok)}.rt-verdict.fail{background:var(--warn)}.rt-verdict.broken{background:var(--gap)}.rt-op{letter-spacing:.01em;color:var(--ink);font-weight:680}.rt-op-hint{color:var(--muted);font-weight:400}.rt-label{color:var(--ink-2);overflow-wrap:anywhere}.rt-eye{opacity:.8;flex:none;margin-inline-start:auto;font-size:12px}.insp-checklist{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.insp-checklist li{color:var(--ink-2);align-items:center;gap:9px;font-size:13px;display:flex}.insp-checklist li.off{color:var(--muted)}.insp-checklist .cl-box{border:1.5px solid var(--slate);color:#fff;border-radius:5px;flex:none;place-items:center;width:17px;height:17px;font-size:11px;display:grid}.insp-checklist li.on .cl-box{background:var(--ok);border-color:var(--ok)}.raw-block{border:1px solid var(--line-2);border-radius:var(--radius-xs);margin-bottom:8px;overflow:hidden}.raw-block summary{cursor:pointer;background:var(--card-2);-webkit-user-select:none;user-select:none;padding:8px 11px;font-size:12.5px}.raw-block summary code{font-family:var(--font-mono);color:var(--brass-ink);font-size:11.5px}.raw-block .raw-null{color:var(--muted);font-family:var(--font-mono);font-size:11px}.raw-json{background:var(--ink);color:#e8ebf0;margin:0;padding:11px;font-size:11.5px;line-height:1.5;overflow-x:auto}.json-ta{width:100%}.json-ta.invalid{background:var(--gap-soft);border-color:var(--gap)!important}.json-error{color:#8f2231;font-size:12px;font-family:var(--font-mono);overflow-wrap:anywhere;margin:6px 0 0}:root[data-theme=dark]{--paper:#0e0e0f;--card:#17181a;--card-2:#1d1e21;--card-3:#232427;--ink:#f4f4f5;--ink-2:#d4d4d8;--muted:#a1a1aa;--ink-faint:#71717a;--line:#2a2b2f;--line-2:#232427;--brass-ink:#ff8a93;--brass-soft:#fc132324;--brass-line:#fc13234d;--ok:#4ade80;--ok-soft:#4ade801f;--info:#a1a1aa;--info-soft:#a1a1aa1f;--warn:#fbbf24;--warn-soft:#fbbf241f;--gap:#fca5a5;--gap-soft:#fca5a51f;--slate:#a1a1aa;--slate-soft:#a1a1aa1f;--shadow:0 4px 20px #00000070;--shadow-lg:0 14px 34px #00000085}:root[data-theme=dark] .lock-note{color:var(--brass-ink)}:root[data-theme=dark] .lock-note.broken{color:var(--gap)}:root[data-theme=dark] .conflict-banner{color:var(--brass-ink)}:root[data-theme=dark] .conflict-banner.err,:root[data-theme=dark] .form-error,:root[data-theme=dark] .json-error{color:var(--gap)}:root[data-theme=dark] .conflict-banner.ok-banner,:root[data-theme=dark] .ir-promise,:root[data-theme=dark] .insp-verdict.ok{color:#6fd7b6}:root[data-theme=dark] .insp-verdict.blocked{color:var(--brass-ink)}:root[data-theme=dark] .insp-verdict.broken{color:var(--gap)}:root[data-theme=dark] .raw-json{background:#0a0d12}:root[data-theme=dark] .rr-row.cleared .rr-n{color:var(--gap)}:root[data-theme=dark] .rr-row.kept .rr-n,:root[data-theme=dark] .comp-strip.done,:root[data-theme=dark] .comp-mark.done{color:#6fd7b6}.dash-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.dash-search{flex:1;align-items:center;min-width:220px;max-width:420px;display:flex;position:relative}.dash-search .ds-icon{color:var(--muted);pointer-events:none;font-size:15px;position:absolute;inset-inline-start:12px}.dash-search input{width:100%;font:inherit;color:var(--ink);background:var(--card);border:1px solid var(--line);border-radius:999px;padding:9px 34px;font-size:14px;transition:border-color .15s,box-shadow .15s}.dash-search input:focus{border-color:var(--brass-line);box-shadow:0 0 0 3px var(--brass-soft);outline:none}.dash-search input::-webkit-search-cancel-button{display:none}.ds-clear{cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:999px;padding:4px 6px;font-size:12px;position:absolute;inset-inline-end:8px}.ds-clear:hover{color:var(--ink);background:var(--card-3)}.dash-count{font-family:var(--font-mono);letter-spacing:.03em;color:var(--muted);white-space:nowrap;font-size:11px}.skeleton-card{pointer-events:none}.kbd-help{max-width:440px}.kbd-list{flex-direction:column;gap:2px;display:flex}.kbd-row{border-bottom:1px solid var(--line-2);justify-content:space-between;align-items:center;gap:16px;padding:9px 2px;display:flex}.kbd-row:last-child{border-bottom:0}.kbd-desc{color:var(--ink-2);font-size:13.5px}.kbd-keys{gap:5px;display:inline-flex}kbd{font-family:var(--font-mono);background:var(--card-3);color:var(--ink-2);border:1px solid var(--line);text-align:center;border-bottom-width:2px;border-radius:5px;min-width:20px;padding:2px 7px;font-size:11.5px}.insights{background:var(--card);border:1px solid var(--line);border-left:3px solid var(--brass-line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;overflow:hidden}.insights-head{background:var(--card-2);width:100%;font:inherit;color:inherit;text-align:start;cursor:pointer;border:0;align-items:center;gap:10px;padding:12px 18px;transition:background .12s;display:flex}.insights-head:hover{background:var(--card-3)}.insights-title{letter-spacing:-.01em;font-weight:680}.insights-sub{font-family:var(--font-mono);color:var(--muted);margin-left:auto;font-size:11px}.insights-body{padding:16px 18px 18px}.insights-foot{color:var(--muted);margin:14px 0 0;font-size:11.5px}.insights-foot code{font-family:var(--font-mono);background:var(--card-3);border-radius:5px;padding:1px 5px}.gate-list,.block-list{flex-direction:column;gap:7px;display:flex}.gate-row,.block-row{grid-template-columns:minmax(120px,1.4fr) 3fr auto;align-items:center;gap:12px;display:grid}.gate-name,.block-label{color:var(--ink-2);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.gate-track,.block-track{background:var(--card-3);border-radius:999px;height:8px;overflow:hidden}.gate-fill,.block-fill{border-radius:999px;height:100%;transition:width .3s;display:block}.gate-fill.tone-ok{background:var(--ok)}.gate-fill.tone-warn{background:var(--warn)}.gate-fill.tone-gap{background:var(--gap)}.block-fill{background:linear-gradient(90deg, var(--warn), var(--gap))}.gate-count,.block-count{font-family:var(--font-mono);color:var(--muted);text-align:end;min-width:34px;font-size:11.5px}.btn{will-change:transform;transition:background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out,transform .12s ease-in-out}.btn:focus-visible{outline:2.5px solid var(--brass);outline-offset:2px}.btn.primary:focus-visible,.btn.danger:focus-visible{outline-offset:3px;box-shadow:0 0 0 3px var(--gap-soft)}.b-add-btn:focus-visible{outline:2.5px solid var(--brass);outline-offset:2px}.btn[aria-busy=true]:before{content:"";border:2px solid;border-top-color:#0000;border-radius:50%;flex:none;width:13px;height:13px;animation:.6s linear infinite btn-spin}@keyframes btn-spin{to{transform:rotate(360deg)}}.icon-btn:active:not(:disabled){transform:translateY(1px)}.row.selected{border-left-color:var(--brass);box-shadow:inset 3px 0 0 var(--brass), inset 0 0 0 1px var(--brass-line);border-left-width:3px}.course-card:focus-within{border-color:var(--brass-line);border-left-color:var(--brass);box-shadow:var(--shadow-lg)}.insp-tab{transition:color .15s ease-in-out,border-color .15s ease-in-out,background .15s ease-in-out}.insp-tab:hover:not(.on){background:var(--card-2)}.insp-tab.on{background:var(--brass-soft)}.b-section.drop-before,.b-section.drop-after{transition:box-shadow .12s ease-in-out}.badge,.chip{box-shadow:inset 0 0 0 1px}.chip.brass{color:var(--brass-ink)}.row .rreason{font-weight:520}.sev,.sev-warning{box-shadow:inset 0 0 0 1px}.sev-info{box-shadow:inset 0 0 0 1px #2f6fc038}.seg-3 button{transition:background .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out}.seg-3 button:active:not(.on){transform:translateY(.5px)}.toaster{z-index:80;inset-inline-end:20px;pointer-events:none;flex-direction:column;gap:10px;max-width:min(380px,100vw - 40px);display:flex;position:fixed;bottom:20px}.toast{pointer-events:auto;background:var(--card);color:var(--ink);border:1px solid var(--line);border-inline-start:3px solid var(--slate);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);align-items:flex-start;gap:10px;padding:11px 12px;padding-inline-start:14px;font-size:13.5px;line-height:1.45;animation:.22s cubic-bezier(.21,1.02,.73,1) both toast-in;display:flex}.toast-ic{color:#fff;border-radius:999px;flex:none;place-items:center;width:20px;height:20px;margin-top:1px;font-size:11px;font-weight:700;display:grid}.toast-msg{overflow-wrap:anywhere;flex:1;min-width:0}.toast-close{cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:5px;flex:none;padding:2px 4px;font-size:13px;line-height:1;transition:background .15s ease-in-out,color .15s ease-in-out}.toast-close:hover{background:var(--card-3);color:var(--ink)}.toast--success{border-inline-start-color:var(--ok)}.toast--success .toast-ic{background:var(--ok)}.toast--error{border-inline-start-color:var(--gap)}.toast--error .toast-ic{background:var(--gap)}.toast--info{border-inline-start-color:var(--info)}.toast--info .toast-ic{background:var(--info)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}@media (width<=560px){.toaster{max-width:none;bottom:16px;left:16px;right:16px}}.skeleton-stack{flex-direction:column;gap:9px;display:flex}.empty-state{text-align:center;background:var(--card);border:1px dashed var(--line);border-radius:var(--radius);flex-direction:column;align-items:center;gap:4px;padding:48px 26px;display:flex}.empty-state .es-icon{background:var(--brass-soft);width:56px;height:56px;color:var(--brass-ink);border:1px solid var(--brass-line);border-radius:999px;place-items:center;margin-bottom:10px;font-size:24px;display:grid}.empty-state .es-title{color:var(--ink);margin:0;font-size:16px;font-weight:660}.empty-state .es-hint{color:var(--muted);max-width:42ch;margin:4px 0 0;font-size:13.5px;line-height:1.55}.empty-state .es-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.badge[title]{cursor:help}.badge.hidden:before,.badge.draft:before{content:"";background:currentColor;border-radius:999px;flex:none;width:6px;height:6px}.badge.restricted{color:var(--warn);background:var(--warn-soft)}.badge.draft{color:var(--slate);background:var(--slate-soft)}.badge.hidden{color:#5c6472}.badge.hidden:before{background:var(--slate)}.header-nav-link{color:var(--ink-2);border:1px solid var(--line);border-radius:8px;padding:6px 12px;font-size:13px;text-decoration:none}.header-nav-link:hover{background:var(--brass-soft);color:var(--brass-ink);border-color:var(--brass-line)}.qg .qg-badge{font-family:var(--font-mono);border-radius:999px;padding:4px 10px;font-size:11px}.qg-badge.live{color:#17803d;background:#17803d22;border:1px solid #17803d55}.qg-badge.mock{background:var(--brass-soft);color:var(--brass-ink);border:1px solid var(--brass-line)}.qg-course{margin:8px 0 18px}.qg-open-btn{font:inherit;border:1px solid var(--line);background:var(--card);color:var(--ink);cursor:pointer;border-radius:9px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;display:inline-flex}.qg-open-btn:hover{background:var(--brass-soft);color:var(--brass-ink);border-color:var(--brass-line)}.qg-embedded{margin-top:8px}.qg-embed-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.qg-embed-title{margin:2px 0 0;font-size:20px}.qg-grid{grid-template-columns:1fr 1fr;align-items:start;gap:18px;display:grid}@media (width<=820px){.qg-grid{grid-template-columns:1fr}}.qg-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px}.qg-card h2{margin:0 0 4px;font-size:15px}.qg-hint{color:var(--muted);margin:0 0 12px;font-size:12.5px}.qg-card .va-field{flex-direction:column;align-items:flex-start;margin-bottom:12px;display:flex}.qg-card input[type=file]{margin-bottom:12px;font-size:12.5px;display:block}.qg-materials{flex-direction:column;gap:6px;margin:14px 0 0;padding:0;list-style:none;display:flex}.qg-materials li{align-items:center;gap:8px;font-size:12.5px;display:flex}.qg-dot{border-radius:50%;flex:none;width:9px;height:9px}.qg-dot.ready{background:#17803d}.qg-dot.pending{background:var(--brass)}.qg-dot.failed{background:#b42318}.qg-file{font-weight:600}.qg-chap{color:var(--muted)}.qg-meta{color:var(--muted);font-family:var(--font-mono);margin-inline-start:auto;font-size:11px}.qg-field-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:10px 0 6px;font-size:10.5px}.qg-chips{flex-wrap:wrap;gap:7px;margin-bottom:10px;display:flex}.qg-chip{font:inherit;border:1px solid var(--line);background:var(--card);color:var(--ink-2);cursor:pointer;border-radius:999px;padding:5px 12px;font-size:12.5px}.qg-chip.on{border-color:var(--brass-line);background:var(--brass-soft);color:var(--brass-ink);font-weight:600}.qg-chip.off{opacity:.45;cursor:not-allowed}.qg-chip small{font-family:var(--font-mono);opacity:.7}.qg-row{flex-wrap:wrap;gap:12px;display:flex}.qg-result{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-top:22px;padding:18px 20px}.qg-result-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.qg-result-head h2{margin:0 0 2px;font-size:16px}.qg-toggle{white-space:nowrap;align-items:center;gap:6px;font-size:12.5px;display:inline-flex}.qg-questions{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.qg-q{border:1px solid var(--line);border-radius:10px;padding:14px 16px}.qg-q-head{gap:8px;margin-bottom:8px;display:flex}.qg-q-type{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;background:var(--brass-soft);color:var(--brass-ink);border-radius:999px;padding:2px 8px;font-size:10px}.qg-q-src,.qg-q-diff{color:var(--muted);font-size:11px}.qg-q-prompt{white-space:pre-wrap;font-size:14px}.qg-options{margin:10px 0 0;padding-inline-start:24px}.qg-options li{border-radius:6px;padding:3px 6px}.qg-options li.correct{background:#17803d22;font-weight:600}.qg-answer{background:var(--card-2);border-radius:8px;margin-top:10px;padding:8px 12px;font-size:13px}.qg-expl{color:var(--muted);margin-top:4px;font-size:12.5px}.qg-recent{flex-direction:column;gap:6px;margin:8px 0 0;padding:0;list-style:none;display:flex}.qg-recent li{align-items:center;gap:10px;display:flex}.qg-link{color:var(--brass-ink);cursor:pointer;font:inherit;text-align:start;background:0 0;border:none;flex:1;padding:0;font-size:13px}.qg-result-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.qg-pubdot{color:var(--muted);white-space:nowrap;font-size:11px}.qg-pubdot.on{color:#17803d}.qg-mini{font:inherit;border:1px solid var(--line);background:var(--card);color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:7px;padding:3px 9px;font-size:11.5px}.qg-mini:hover{background:var(--brass-soft);color:var(--brass-ink);border-color:var(--brass-line)}.ca-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:18px;padding:16px 18px}.ca-title{margin:0 0 10px;font-size:15px}.ca-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ca-item{border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.ca-head{background:var(--card-2);cursor:pointer;width:100%;font:inherit;text-align:start;border:0;align-items:center;gap:10px;padding:10px 12px;display:flex}.ca-head:hover{background:var(--card-3)}.ca-caret{color:var(--muted);font-size:11px;transition:transform .15s}.ca-caret.open{transform:rotate(0)}.ca-caret:not(.open){transform:rotate(-90deg)}.ca-name{flex:1;font-size:13.5px;font-weight:600}.ca-count{color:var(--muted);white-space:nowrap;font-size:12px}.ca-body{padding:12px 14px}.ca-questions{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.ca-q-type{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:10.5px}.ca-q-prompt{white-space:pre-wrap;margin:2px 0 6px;font-size:13.5px}.ca-options{flex-direction:column;gap:4px;margin:0;padding-inline-start:18px;display:flex}.ca-tf{gap:18px;display:flex}.ca-opt{cursor:pointer;align-items:center;gap:6px;font-size:13px;display:inline-flex}.ca-answer-box{width:100%;font:inherit;border:1px solid var(--line);background:var(--card-2);color:var(--ink);resize:vertical;border-radius:8px;padding:7px 9px;font-size:13px}.scenario-bar{background:var(--card);border:1px solid var(--line);border-left:3px solid var(--brass-line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;padding:12px 16px}.sb-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.sb-title{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-inline-end:4px;font-size:10.5px}.sb-btn{border:1px solid var(--line);background:var(--card-2);color:var(--ink-2);cursor:pointer;border-radius:999px;padding:5px 12px;font-size:12.5px;font-weight:560;transition:all .13s}.sb-btn:hover{border-color:var(--brass-line);color:var(--brass-ink);background:var(--brass-soft)}.sb-btn.on{border-color:var(--brass-line);background:var(--brass-soft);color:var(--brass-ink)}.sb-save{align-items:center;gap:6px;display:inline-flex}.sb-save input{font:inherit;color:var(--ink);background:var(--card);border:1px solid var(--brass-line);border-radius:var(--radius-xs);width:160px;padding:5px 9px;font-size:13px}.sb-spacer{flex:1}.sb-hint{font-family:var(--font-mono);color:var(--muted);font-size:11px}.sb-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.sb-chip{background:var(--card-2);border:1px solid var(--line);border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.sb-chip-load{cursor:pointer;font:inherit;color:var(--ink-2);background:0 0;border:0;padding:4px;padding-inline-start:12px;font-size:12.5px}.sb-chip-load:hover{color:var(--brass-ink)}.sb-chip-x{cursor:pointer;color:var(--muted);background:0 0;border:0;padding:4px 9px;padding-inline-start:5px;font-size:10px}.sb-chip-x:hover{color:var(--gap)}.sb-compare{border-top:1px solid var(--line-2);margin-top:12px;padding-top:12px}.sb-compare-pick{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sb-compare-pick select{font:inherit;color:var(--ink);background:var(--card);border:1px solid var(--line);border-radius:var(--radius-xs);min-width:160px;padding:6px 9px;font-size:13px}.sb-vs{color:var(--muted);font-weight:700}.sb-empty{color:var(--muted);margin:12px 0 0;font-size:13px;font-style:italic}.sb-diff{flex-direction:column;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:flex}.sb-diff-row{border-radius:var(--radius-xs);background:var(--card-2);border:1px solid var(--line-2);flex-wrap:wrap;align-items:baseline;gap:9px;padding:7px 10px;font-size:13px;display:flex}.sb-flag{font-family:var(--font-mono);letter-spacing:.02em;border-radius:999px;flex:none;padding:2px 8px;font-size:10.5px}.sb-flag.unlock{color:var(--ok);background:var(--ok-soft)}.sb-flag.lock{color:var(--warn);background:var(--warn-soft)}.sb-diff-title{color:var(--ink);font-weight:580}.sb-because{color:var(--muted);font-size:12.5px}.sb-cond{color:var(--ink-2)}.sb-cond em{font-style:normal;font-family:var(--font-mono);color:var(--brass-ink);font-size:11px}:root{--bg-primary:var(--paper);--bg-secondary:var(--card-2);--bg-elevated:var(--card);--card-bg:var(--card);--surface-2:var(--card-3);--text-primary:var(--ink);--text-secondary:var(--ink-2);--text-muted:var(--muted);--accent:var(--brass);--accent-ink:var(--brass-ink);--accent-soft:var(--brass-soft);--accent-line:var(--brass-line);--border:var(--line);--border-subtle:var(--line-2);--success:var(--ok);--danger:var(--gap);--warning:var(--warn);--radius-card:var(--radius);--shadow-card:var(--shadow);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--paper:#0e0e0f;--card:#17181a;--card-2:#1d1e21;--card-3:#232427;--ink:#f4f4f5;--ink-2:#d4d4d8;--muted:#a1a1aa;--ink-faint:#71717a;--line:#2a2b2f;--line-2:#232427;--brass:#fc1323;--brass-ink:#ff8a93;--brass-soft:#fc132324;--brass-line:#fc13234d;--brass-bright:#ff8a93;--brass-grad:linear-gradient(90deg, #8f0007, #c0000d 55%, #fc1323);--ok:#4ade80;--ok-soft:#4ade801f;--info:#a1a1aa;--info-soft:#a1a1aa1f;--warn:#fbbf24;--warn-soft:#fbbf241f;--gap:#fca5a5;--gap-soft:#fca5a51f;--slate:#a1a1aa;--slate-soft:#a1a1aa1f;--shadow:0 4px 20px #00000070;--shadow-lg:0 18px 48px #0000008c;--dark-1:#000;--dark-2:#141416}:root[data-theme=dark] .dash-hero{background:radial-gradient(130% 150% at 12% -10%, #241c0d 0%, var(--paper) 58%)}:root[data-theme=dark] .lock-note,:root[data-theme=dark] .conflict-banner,:root[data-theme=dark] .insp-verdict.blocked{color:var(--brass-ink)}:root[data-theme=dark] .lock-note.broken,:root[data-theme=dark] .conflict-banner.err,:root[data-theme=dark] .form-error,:root[data-theme=dark] .insp-verdict.broken,:root[data-theme=dark] .json-error{color:#f2a6b2}:root[data-theme=dark] .conflict-banner.ok-banner,:root[data-theme=dark] .ir-promise,:root[data-theme=dark] .comp-mark.done,:root[data-theme=dark] .insp-verdict.ok{color:#7fd9b8}:root[data-theme=dark] .badge.hidden{color:#aeb6c4}:root[data-theme=dark] .b-add-btn:hover,:root[data-theme=dark] .mbz-drop:hover{background:#2a2113}:root[data-theme=dark] .raw-json{color:#e8ebf0;background:#05070a}:root[data-theme=dark] .overlay{background:#0000009e}:root[data-theme=dark] .qg-options li.correct{background:#17803d33}body,.app-header,.course-card,.section-block,.detail,.modal-card,.b-section,.toast,.empty-state,.progress-card,.viewas,.form-card{transition:background-color .25s,border-color .25s,color .25s}.theme-toggle{border:1px solid var(--dark-line);width:32px;height:32px;color:var(--on-dark-muted);cursor:pointer;background:#ffffff0f;border-radius:999px;place-items:center;font-size:15px;line-height:1;transition:background .18s,color .18s,border-color .18s,transform .12s;display:inline-grid}.theme-toggle:hover{color:var(--brass-bright);background:#ffffff1a;border-color:#fff3}.theme-toggle:active{transform:translateY(1px)}.theme-toggle:focus-visible{outline:2.5px solid var(--brass-bright);outline-offset:2px}.seg button:before{margin-inline-end:5px;font-size:12px;line-height:1}.seg button:first-child:before{content:"👨‍🏫"}.seg button:last-child:before{content:"🎓"}.seg button.on{box-shadow:0 1px 3px #00000059,0 0 0 1px #ffffff0a}.badge.hidden:before{content:"👁";background:0 0;border-radius:0;width:auto;height:auto;font-size:10px}.badge.draft:before{content:"📝";background:0 0;border-radius:0;width:auto;height:auto;font-size:10px}.badge.restricted:before{content:"🔒";margin-inline-end:1px;font-size:10px}.course-nav{inset-inline-start:20px;z-index:55;flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:fixed;bottom:20px}.cn-fab{border:1px solid var(--border);background:var(--card-bg);color:var(--text-primary);padding:9px 15px;box-shadow:var(--shadow-lg);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding-inline-start:13px;font-size:13px;font-weight:580;transition:transform .12s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex}.cn-fab:hover{border-color:var(--accent-line);transform:translateY(-1px)}.cn-fab:active{transform:translateY(0)}.cn-fab:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}.cn-fab .cn-fab-ic{font-size:14px}.cn-panel{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);width:288px;max-width:calc(100vw - 40px);max-height:min(60vh,520px);box-shadow:var(--shadow-lg);flex-direction:column;animation:.18s cubic-bezier(.21,1.02,.73,1) both cn-in;display:flex;overflow:hidden}@keyframes cn-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:none}}.cn-search{border-bottom:1px solid var(--border-subtle);align-items:center;gap:8px;padding:11px 12px;display:flex}.cn-search-ic{color:var(--text-muted);flex:none;font-size:14px}.cn-input{min-width:0;font:inherit;color:var(--text-primary);background:0 0;border:0;outline:none;flex:1;font-size:13.5px}.cn-input::placeholder{color:var(--text-muted)}.cn-clear{cursor:pointer;color:var(--text-muted);background:0 0;border:0;border-radius:5px;flex:none;padding:3px 5px;font-size:12px}.cn-clear:hover{background:var(--surface-2);color:var(--text-primary)}.cn-count{color:var(--text-muted);border-bottom:1px solid var(--border-subtle);font-size:11.5px;font-family:var(--font-mono);letter-spacing:.02em;padding:7px 14px}.cn-list-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:11px 14px 6px;font-size:10px}.cn-list{flex-direction:column;gap:1px;margin:0;padding:0 8px 10px;list-style:none;display:flex;overflow-y:auto}.cn-jump{text-align:start;cursor:pointer;width:100%;font:inherit;color:var(--text-secondary);border-radius:var(--radius-xs);background:0 0;border:0;align-items:center;gap:10px;padding:8px 10px;font-size:13px;transition:background .14s,color .14s;display:flex}.cn-jump:hover{background:var(--surface-2);color:var(--text-primary)}.cn-jump.on{background:var(--accent-soft);color:var(--accent-ink);font-weight:580}.cn-jump-dot{background:var(--border);border-radius:999px;flex:none;width:7px;height:7px}.cn-jump.on .cn-jump-dot{background:var(--accent)}.cn-jump-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cn-empty{color:var(--text-muted);padding:10px 12px;font-size:12.5px;font-style:italic}.row.cn-hidden,.section-block.cn-dim-empty{display:none!important}@media (width<=720px){.course-nav{inset-inline-start:14px;bottom:14px}.cn-fab span:not(.cn-fab-ic){display:none}}.dash-hero{background:var(--dark-1);color:var(--on-dark);background-image:linear-gradient(105deg,#171717 0%,#3d0206 58%,#8f0007 100%);border-bottom:0}.dash-hero .title{color:var(--on-dark)}.dash-hero .lede{color:#ffffffc7}.dash-hero .eyebrow,.dash-hero .kicker{color:#ffffff8c}.dash-hero p,.dash-hero .muted{color:#ffffffc7}.b-add-btn:hover,.mbz-drop:hover{background:var(--brass-soft);border-color:var(--brass-line)}.header-nav-link{color:var(--on-dark);border-color:var(--dark-line)}.header-nav-link:hover{color:#fff;background:#ffffff1a;border-color:#ffffff47}.seg button{color:var(--on-dark-muted)}.seg button:hover:not(.on),.seg button.on{color:#fff}.theme-toggle{color:var(--on-dark-muted)}.theme-toggle:hover{color:#fff}[dir=rtl] *{letter-spacing:0!important}[dir=rtl] .course-card,[dir=rtl] .section-block,[dir=rtl] .insights,[dir=rtl] .scenario-bar,[dir=rtl] .b-section,[dir=rtl] .progress-card{border-left-width:1px;border-right:3px solid var(--brass-line)}[dir=rtl] .course-card:hover{border-right-color:var(--brass)}[dir=rtl] .row{border-left:0;border-right:3px solid #0000}[dir=rtl] .row.selected{border-right-color:var(--brass)}[dir=rtl] .row-main{padding:12px 18px 12px 8px}[dir=rtl] .insights-sub{margin-left:0;margin-right:auto}[dir=rtl] .menu{left:0;right:auto}[dir=rtl] .detail{direction:rtl}[dir=rtl] code,[dir=rtl] .mono,[dir=rtl] kbd,[dir=rtl] .cc-code,[dir=rtl] .detail-src,[dir=rtl] input[type=datetime-local],[dir=rtl] input[type=number]{direction:ltr;unicode-bidi:embed}[dir=rtl] .cc-code,[dir=rtl] .detail-src{text-align:right}.rs{display:inline-flex;position:relative}.rs-trigger{width:100%;min-width:152px;font:inherit;color:var(--text-primary);background:var(--card-bg);border:1px solid var(--border);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:6px 9px;font-size:12.5px;transition:border-color .15s,box-shadow .15s,background .15s;display:inline-flex}.rs-trigger:hover{border-color:var(--accent-line)}.rs-trigger:focus-visible{outline:2.5px solid var(--accent);outline-offset:1px}.rs-trigger[aria-expanded=true]{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent)}.rs-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rs-caret{color:var(--text-muted);flex:none;font-size:11px;transition:transform .16s}.rs-trigger[aria-expanded=true] .rs-caret{transform:rotate(180deg)}.rs-popover{z-index:70;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:max-content;min-width:100%;max-width:min(280px,80vw);max-height:260px;box-shadow:var(--shadow-lg);outline:none;margin:0;padding:5px;list-style:none;animation:.14s cubic-bezier(.21,1.02,.73,1) both rs-in;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto}@keyframes rs-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.rs-option{border-radius:var(--radius-xs);color:var(--text-primary);cursor:pointer;white-space:nowrap;align-items:center;padding:7px 12px 7px 28px;font-size:13px;transition:background .1s,color .1s;display:flex;position:relative}.rs-option[aria-selected=true]:before{content:"✓";color:var(--accent);font-size:11px;font-weight:700;position:absolute;left:9px}.rs-option[data-active=true]{background:var(--accent);color:#fff}.rs-option[data-active=true][aria-selected=true]:before{color:#fff}[dir=rtl] .rs-popover{left:auto;right:0}[dir=rtl] .rs-option{padding:7px 28px 7px 12px}[dir=rtl] .rs-option[aria-selected=true]:before{left:auto;right:9px}select{accent-color:var(--accent)}select:focus-visible{outline:2.5px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.back-link{color:var(--accent);border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13.5px;font-weight:580;line-height:1;transition:background .15s,color .15s;display:inline-flex}.back-link:hover{background:var(--accent-soft);color:var(--accent-ink)}.back-link:active{transform:translateY(.5px)}.back-link:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}.course-topbar{min-height:40px}.ct-actions{align-items:center;gap:12px;display:inline-flex}.pc-fill{background:var(--brass-grad);transition:width .6s}.pc-fill.is-value{background:var(--ink)}.pc-track{background:var(--card-3);border-radius:999px;overflow:hidden}.viewas{background:var(--accent-soft);border:1px solid var(--accent-line);border-inline-start:4px solid var(--accent)}.viewas .va-label{color:var(--accent-ink);font-weight:640}.row .ic{background:var(--card-2);filter:none;border-radius:999px;flex:none;place-items:center;width:34px;height:34px;font-size:16px;display:grid}.row .ic[data-type=page],.row .ic[data-type=file],.row .ic[data-type=label],.row .ic[data-type=url],.row .ic[data-type=forum],.row .ic[data-type=assign]{background:var(--card-2);color:var(--muted);border:1px solid var(--line)}.row .ic[data-type=video],.row .ic[data-type=quiz]{background:var(--brass-soft);color:var(--brass);border:1px solid var(--brass-line)}.section-head{background:var(--card-2)}.section-head .sh-name{letter-spacing:-.01em;font-weight:720}.section-head .sh-caret{color:var(--accent);font-size:12px}.badge{letter-spacing:.04em;border-radius:999px}.badge.ok{color:var(--ok)}:root[data-theme=dark] .section-head{background:var(--card-2)}.course-head{align-items:center}.course-head .ch-right{flex:none;align-items:center;gap:12px;display:inline-flex}.viewas .va-check{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow);transition:border-color .15s,box-shadow .15s}.viewas .va-check:hover{border-color:var(--accent-line)}.course-head,.builder-bar{align-items:flex-start}.course-head .ch-right,.builder-bar .bb-actions{align-items:center;margin-top:22px}.gate-console .gate-unknown,.ms-page .ms-unknown{font-family:var(--font-mono);color:var(--muted);background:var(--card-3);border:1px dashed var(--line);cursor:help;white-space:nowrap;border-radius:999px;align-items:center;padding:1px 8px;font-size:11px;font-style:normal;line-height:1.5;display:inline-flex}.gate-console .gate-unknown:before,.ms-page .ms-unknown:before{content:"?";opacity:.55;margin-inline-end:4px;font-weight:700}.gate-console{max-width:1140px;margin:0 auto;padding:26px 22px 80px}.gate-console .gate-head{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.gate-console .gate-head h1{letter-spacing:-.02em;margin:4px 0;font-size:1.5rem;font-weight:780}.gate-console .gate-head:before{content:"◎ OPERATOR CONSOLE";font-family:var(--font-mono);letter-spacing:.14em;color:var(--brass-ink);flex-basis:100%;order:-1;font-size:10.5px}.gate-console .gate-muted{color:var(--ink-2);max-width:62ch;margin:0}.gate-console .gate-target{font-family:var(--font-mono);color:var(--ink-2);background:var(--card-2);border:1px solid var(--line);padding:5px 12px;border-radius:999px;align-self:center;align-items:center;gap:7px;margin-inline-start:auto;padding-inline-start:10px;font-size:11.5px;display:inline-flex}.gate-console .gate-target:before{content:"";background:var(--ok);width:7px;height:7px;box-shadow:0 0 0 3px var(--ok-soft);border-radius:999px}.gate-console .gate-tabs{border-bottom:1px solid var(--line);gap:4px;margin:18px 0 20px;display:flex}.gate-console .gate-tabs button{cursor:pointer;font:inherit;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:9px 16px;font-size:13.5px;font-weight:560;transition:color .15s,border-color .15s}.gate-console .gate-tabs button:hover{color:var(--ink)}.gate-console .gate-tabs button.on{color:var(--brass-ink);border-bottom-color:var(--brass);font-weight:680}.gate-console .gate-split{grid-template-columns:minmax(220px,320px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.gate-console .gate-stack{gap:16px;display:grid}.gate-console .gate-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.gate-console .gate-panel-head{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.gate-console .gate-panel-head h2{letter-spacing:-.01em;margin:0;font-size:1.05rem}.gate-console .gate-panel-sub{margin-inline-start:auto;font-size:12px}.gate-console .gate-subhead{color:var(--ink-2);flex-wrap:wrap;align-items:baseline;gap:10px;margin:18px 0 10px;font-size:12.5px;font-weight:680;display:flex}.gate-console .gate-note{color:var(--warn);font-size:11px;font-family:var(--font-mono)}.gate-console .gate-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.gate-console .gate-list-plain li{border-bottom:1px solid var(--line-2);flex-wrap:wrap;justify-content:space-between;gap:10px;padding:9px 2px;display:flex}.gate-console .gate-list-plain li:last-child{border-bottom:0}.gate-console .gate-list-btn{text-align:start;cursor:pointer;width:100%;font:inherit;color:inherit;border-radius:var(--radius-sm);background:0 0;border:1px solid #0000;gap:4px;padding:10px 12px;transition:background .12s,border-color .12s;display:grid}.gate-console .gate-list-btn:hover{background:var(--card-2)}.gate-console .gate-list-btn.on{background:var(--brass-soft);border-color:var(--brass-line);box-shadow:inset 3px 0 0 var(--brass)}.gate-console .gate-list-btn.on .gate-list-main{color:var(--brass-ink);font-weight:680}.gate-console .gate-list-main{font-weight:560;display:block}.gate-console .gate-list-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:11.5px;display:flex}.gate-console .gate-list-meta code{font-family:var(--font-mono);background:var(--card-3);color:var(--ink-2);border-radius:5px;padding:1px 6px}.gate-console .gate-facts{grid-template-columns:auto minmax(0,1fr);gap:6px 16px;margin:0;font-size:13.5px;display:grid}.gate-console .gate-facts dt{color:var(--muted)}.gate-console .gate-facts dd{color:var(--ink);overflow-wrap:anywhere;min-width:0;margin:0}.gate-console .gate-facts code{font-family:var(--font-mono);font-size:12px}.gate-console .gate-provenance{opacity:.6}.gate-console .gate-provenance code{color:var(--muted)}.gate-console .gate-activities{gap:10px;margin:0;padding-inline-start:20px;font-size:13.5px;display:grid}.gate-console .gate-act-row{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.gate-console .gate-act-name{font-weight:560}.gate-console .gate-act-type,.gate-console .gate-mod{font-family:var(--font-mono);color:var(--muted);background:var(--card-3);border-radius:5px;padding:1px 6px;font-size:11px}.gate-console .gate-act-section{color:var(--muted);margin-top:2px;font-size:12px}.gate-console .gate-act-unsupported{opacity:.9}.gate-console .gate-act-warning{color:var(--ink-2);border-inline-start:3px solid var(--warn);background:var(--warn-soft);border-radius:0 var(--radius-xs) var(--radius-xs) 0;margin-top:6px;padding:8px 10px;font-size:12.5px}.gate-console .gate-tier{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:2px 7px;font-size:10px}.gate-console .gate-tier-render{color:var(--ok);background:var(--ok-soft)}.gate-console .gate-tier-metadata_card{color:var(--info);background:var(--info-soft)}.gate-console .gate-tier-placeholder{color:var(--muted);background:var(--card-3)}.gate-console .gate-tier-unsupported{color:var(--warn);background:var(--warn-soft);border-color:var(--warn)}.gate-console .gate-yes{color:var(--ok);font-weight:600}.gate-console .gate-no{color:var(--ink-2)}.gate-console .gate-age{font-family:var(--font-mono);color:var(--muted);font-variant-numeric:tabular-nums;font-size:11.5px}.gate-console .gate-age:before{content:"◷ ";opacity:.7}.gate-console .gate-age-stale{color:var(--warn);background:var(--warn-soft);border-radius:999px;padding:2px 9px;font-weight:680}.gate-console .gate-age-stale:before{content:"⚠ "}.gate-console .gate-age-unknown{color:var(--muted);font-style:italic}.gate-console .gate-age-unknown:before{content:""}.gate-console .gate-scroll{-webkit-overflow-scrolling:touch;margin-inline:-2px;overflow-x:auto}.gate-console .gate-table{border-collapse:collapse;width:100%;font-size:13px}.gate-console .gate-table th,.gate-console .gate-table td{text-align:start;border-bottom:1px solid var(--line-2);white-space:nowrap;padding:8px 10px}.gate-console .gate-table th{font-family:var(--font-mono);color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:10.5px;font-weight:600}.gate-console .gate-table td code,.gate-console .gate-table code{font-family:var(--font-mono);font-size:12px}.gate-console .gate-row-hidden{opacity:.65}.gate-console .gate-row-empty{color:var(--muted)}.gate-console .gate-pass{color:var(--ok);margin-inline-start:6px;font-size:11px;font-weight:600}.gate-console .gate-fail{color:var(--gap);margin-inline-start:6px;font-size:11px;font-weight:600}.gate-console .gate-total{color:var(--ink-2);font-size:12.5px;font-weight:500}.gate-console .gate-attempts{gap:4px;margin:6px 0 0;padding:0;font-size:12.5px;list-style:none;display:grid}.gate-console .gate-attempts li{align-items:baseline;gap:10px;display:flex}.gate-console .gate-attempt-n{color:var(--muted);font-family:var(--font-mono);font-size:11px}.gate-console .gate-attempt-state{font-size:11px;font-family:var(--font-mono);color:var(--ink-2)}.gate-console .gate-attempt-in_progress{color:var(--warn)}.gate-console .gate-attempt-score{font-variant-numeric:tabular-nums}.gate-console .gate-submission{color:var(--ink-2);margin-top:6px;font-size:12.5px}.gate-console .gate-chip{font-size:11px;font-family:var(--font-mono);border:1px solid var(--line);background:var(--card-3);color:var(--ink-2);white-space:nowrap;border-radius:999px;padding:2px 9px}.gate-console .gate-chip-untracked{color:var(--muted);border-style:dashed}.gate-console .gate-chip-complete,.gate-console .gate-chip-complete_pass{color:var(--ok);background:var(--ok-soft);border-color:#0000}.gate-console .gate-chip-complete_fail{color:var(--gap);background:var(--gap-soft);border-color:#0000}.gate-console .gate-chip-incomplete{color:var(--ink-2)}.gate-console .gate-lookup{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.gate-console .gate-lookup label{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.gate-console .gate-lookup input{border:1px solid var(--line);border-radius:var(--radius-sm);font:inherit;background:var(--card);color:var(--ink);min-width:220px;padding:8px 11px;font-size:13.5px}.gate-console .gate-lookup input::placeholder{color:var(--muted)}.gate-console .gate-lookup input:focus-visible{outline:2.5px solid var(--brass);outline-offset:1px}.gate-console .gate-lookup button{font:inherit;cursor:pointer;border:1px solid var(--brass);background:var(--brass);color:#fff;border-radius:var(--radius-sm);padding:8px 16px;font-weight:580}.gate-console .gate-lookup button:disabled{opacity:.5;cursor:not-allowed}.gate-console .gate-sync-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.gate-console .gate-sync-actions button{font:inherit;cursor:pointer;border-radius:var(--radius-sm);border:1px solid var(--brass);background:var(--brass);color:#fff;padding:8px 16px;font-weight:580}.gate-console .gate-sync-actions button:disabled{opacity:.5;cursor:not-allowed}.gate-console .gate-sync-actions .gate-secondary{background:var(--card);color:var(--ink-2);border-color:var(--line)}.gate-console .gate-sync-actions .gate-secondary:hover{border-color:var(--brass-line)}.gate-console .gate-sync-note{color:var(--ok);font-size:12.5px;font-weight:560}.gate-console .gate-src-live{color:var(--ok);font-weight:680}.gate-console .gate-src-fixtures{color:var(--warn);font-weight:680}.gate-console .gate-muted,.gate-console .gate-loading{color:var(--muted)}.gate-console .gate-empty{color:var(--muted);padding:6px 0;font-size:13.5px;font-style:italic}.gate-console .gate-error{border:1px solid var(--gap);background:var(--gap-soft);border-radius:var(--radius-sm);border-inline-start-width:4px;padding:12px 14px;font-size:13.5px}.gate-console .gate-error strong{color:var(--gap);margin-bottom:3px;display:block}.gate-console .gate-error p{color:var(--ink-2);margin:3px 0 0}.gate-console .gate-error-stale{border-color:var(--warn);background:var(--warn-soft)}.gate-console .gate-error-stale strong{color:var(--warn)}.gate-console .gate-notbuilt{border:1px dashed var(--line);border-inline-start:3px solid var(--slate);background:var(--card-2);border-radius:var(--radius-sm);padding:12px 14px;font-size:13.5px}.gate-console .gate-notbuilt strong{color:var(--ink-2);margin-bottom:3px;display:block}.gate-console .gate-notbuilt strong:before{content:"🚧 "}.gate-console .gate-notbuilt p{color:var(--muted);margin:3px 0 0}.gate-console .gate-grade-course{margin-bottom:18px}.gate-console .gate-grades-caveat{color:var(--ink-2);margin:0 0 12px;font-size:12px}.gate-console .gate-grade-course:last-child{margin-bottom:0}.ms-page{max-width:1000px}.ms-page .ms-head{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.ms-page .ms-head h1{letter-spacing:-.02em;margin:4px 0;font-size:1.5rem;font-weight:780}.ms-page .ms-head:before{content:"THROUGH THE GATE";font-family:var(--font-mono);letter-spacing:.14em;color:var(--brass-ink);flex-basis:100%;order:-1;font-size:10.5px}.ms-page .ms-muted{color:var(--ink-2);max-width:64ch;margin:0}.ms-page .ms-head button{font:inherit;cursor:pointer;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card);color:var(--ink-2);align-self:center;margin-inline-start:auto;padding:8px 16px;font-weight:580}.ms-page .ms-head button:hover:not(:disabled){border-color:var(--brass-line);color:var(--brass-ink)}.ms-page .ms-head button:disabled{opacity:.5;cursor:not-allowed}.ms-page .ms-link{border-radius:var(--radius);border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow);border-inline-start-width:4px;margin:20px 0;padding:18px 20px}.ms-page .ms-link-up{border-inline-start-color:var(--ok)}.ms-page .ms-link-down,.ms-page .ms-link-unconfigured{border-inline-start-color:var(--gap)}.ms-page .ms-link-chain{flex-wrap:wrap;align-items:center;gap:10px;font-size:1.05rem;font-weight:680;display:flex}.ms-page .ms-link-chain>span:not(.ms-arrow){background:var(--card-3);border:1px solid var(--line);border-radius:999px;padding:4px 12px}.ms-page .ms-link-chain .ms-ok{background:var(--ok-soft);color:var(--ok);border-color:#0000}.ms-page .ms-link-chain .ms-bad{background:var(--gap-soft);color:var(--gap);border-color:#0000}.ms-page .ms-arrow{opacity:.4;font-weight:400;background:0 0!important;border:0!important;padding:0!important}.ms-page .ms-link-detail{flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px;font-size:13px;display:flex}.ms-page .ms-link-detail code{font-family:var(--font-mono);color:var(--ink-2);background:var(--card-2);border:1px solid var(--line);border-radius:6px;padding:3px 9px;font-size:12px}.ms-page .ms-note{color:var(--muted);max-width:64ch;margin:14px 0 0;font-size:12.5px;line-height:1.5}.ms-page .ms-ok{color:var(--ok);font-weight:600}.ms-page .ms-bad{color:var(--gap);font-weight:600}.ms-page .ms-warn{color:var(--warn);font-weight:600}.ms-page .ms-age{font-family:var(--font-mono);color:var(--muted);cursor:help;font-size:12px}.ms-page .ms-panel{border-radius:var(--radius);border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow);margin:20px 0;padding:18px}.ms-page .ms-panel h2{letter-spacing:-.01em;margin:0 0 14px;font-size:1.05rem}.ms-page .ms-panel h2 .ms-muted{font-size:12px;font-weight:400}.ms-page .ms-empty{color:var(--muted);font-style:italic}.ms-page .ms-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.ms-page .ms-table{border-collapse:collapse;width:100%;font-size:13.5px}.ms-page .ms-table th{text-align:start;font-family:var(--font-mono);color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:10.5px;font-weight:600}.ms-page .ms-table th,.ms-page .ms-table td{border-bottom:1px solid var(--line-2);white-space:nowrap;padding:9px 10px}.ms-page .ms-table td code{font-family:var(--font-mono);background:var(--card-3);color:var(--ink-2);border-radius:5px;padding:1px 6px;font-size:12px}.ms-page .ms-table tr.ms-selected{background:var(--brass-soft)}.ms-page .ms-table tr.ms-selected td:first-child{box-shadow:inset 3px 0 0 var(--brass)}.ms-page .ms-link-btn{border:1px solid var(--line);font:inherit;color:var(--brass-ink);cursor:pointer;background:0 0;border-radius:999px;padding:4px 12px;font-size:12.5px}.ms-page .ms-link-btn:hover{background:var(--brass-soft);border-color:var(--brass-line)}.ms-page .ms-activities{gap:2px;margin:0;padding:0;font-size:13.5px;list-style:none;display:grid}.ms-page .ms-activities li{border-bottom:1px solid var(--line-2);flex-wrap:wrap;align-items:baseline;gap:8px 12px;padding:9px 4px;display:flex}.ms-page .ms-activities li:last-child{border-bottom:0}.ms-page .ms-type{font-family:var(--font-mono);color:var(--muted);min-width:5rem;font-size:11px}.ms-page .ms-name{overflow-wrap:anywhere;flex:8rem;min-width:0;font-weight:500}.ms-page .ms-warning{overflow-wrap:anywhere}.ms-page .ms-tier{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--card-3);border-radius:999px;padding:2px 7px;font-size:10px}.ms-page .ms-tier-render{color:var(--ok);background:var(--ok-soft)}.ms-page .ms-tier-metadata_card{color:var(--info);background:var(--info-soft)}.ms-page .ms-tier-placeholder{color:var(--warn);background:var(--warn-soft)}.ms-page .ms-warning{font-size:11px;font-family:var(--font-mono);color:var(--warn);cursor:help}.ms-page .ms-problem{border-radius:var(--radius);border:1px solid var(--gap);background:var(--gap-soft);border-inline-start-width:4px;margin:20px 0;padding:16px 18px}.ms-page .ms-problem strong{color:var(--gap);margin-bottom:4px;font-size:1rem;display:block}.ms-page .ms-problem p{color:var(--ink-2);margin:0 0 6px;font-size:13.5px}.ms-page .ms-problem .ms-muted{color:var(--ink-2)}.ms-page .ms-code{font-family:var(--font-mono);color:var(--gap);background:var(--card);border:1px solid var(--gap);border-radius:6px;padding:2px 8px;font-size:11.5px;display:inline-block}.ms-page .ms-problem-stale{border-color:var(--warn);background:var(--warn-soft)}.ms-page .ms-problem-stale strong{color:var(--warn)}.ms-page .ms-problem-stale .ms-code{color:var(--warn);border-color:var(--warn)}[dir=rtl] .ms-page .ms-arrow{display:inline-block;transform:scaleX(-1)}:root[lang=ar] .gate-console .gate-head:before{content:"◎ شاشة المُشغِّل"}:root[lang=ar] .ms-page .ms-head:before{content:"عبر البوابة"}@media (width<=780px){.gate-console .gate-split{grid-template-columns:1fr}}@media (width<=560px){.gate-console{padding:18px 14px 60px}.gate-console .gate-target,.ms-page .ms-head button{margin-inline-start:0}.header-inner{scrollbar-width:none;overflow-x:auto}.header-inner::-webkit-scrollbar{display:none}}:root[data-theme=dark] .gate-console .gate-lookup button,:root[data-theme=dark] .gate-console .gate-sync-actions button:not(.gate-secondary){color:#14181f}.header-nav{border:1px solid var(--dark-line);background:#ffffff12;border-radius:999px;gap:3px;padding:3px;display:flex}.header-nav a{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--on-dark-muted);white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:11.5px;font-weight:640;transition:all .15s}.header-nav a:hover{color:var(--on-dark);background:#ffffff14}.header-nav a.on{background:var(--brass);color:#14181f;box-shadow:0 1px 3px #00000059}@media (width<=760px){.header-nav a{padding:6px 9px;font-size:10.5px}}.shell-id-role,.auth-demo-role{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:3px 9px;font-size:10px;font-weight:640}.role-student{color:var(--info);background:var(--info-soft)}.role-teacher{color:var(--accent-ink);background:var(--accent-soft)}.auth-screen{background:radial-gradient(120% 120% at 15% -10%, var(--accent-soft) 0%, transparent 55%), radial-gradient(120% 120% at 100% 110%, var(--accent-soft) 0%, transparent 50%), var(--bg-primary);place-items:center;min-height:100vh;padding:32px 20px;display:grid}.auth-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:30px 28px 24px}.auth-split{place-items:center;gap:34px;width:100%;max-width:420px;display:grid}.auth-pitch{display:none}.auth-brand--card{display:inline-flex}@media (width>=900px){.auth-split{grid-template-columns:minmax(0,1fr) 420px;justify-items:stretch;gap:56px;max-width:980px}.auth-pitch{display:block}.auth-brand--card{display:none}}.auth-brand--lg{margin-bottom:22px;font-size:1.35rem}.auth-brand--lg .auth-mark{font-size:30px}.auth-pitch-lede{letter-spacing:-.02em;color:var(--text-primary);max-width:30ch;margin:0 0 22px;font-size:1.6rem;font-weight:700;line-height:1.28}.auth-points{flex-direction:column;gap:13px;max-width:42ch;margin:0;padding:0;list-style:none;display:flex}.auth-points li{color:var(--text-secondary);padding-inline-start:26px;font-size:13.5px;line-height:1.55;position:relative}.auth-points li:before{content:"";inset-inline-start:0;border-inline-start:2px solid var(--accent);border-bottom:2px solid var(--accent);border-end-start-radius:1px;width:11px;height:6px;position:absolute;top:.42em;transform:rotate(-45deg)}.auth-brand{letter-spacing:-.01em;color:var(--text-primary);align-items:center;gap:8px;margin-bottom:18px;font-weight:750;display:inline-flex}.auth-mark{color:var(--accent);font-size:20px;line-height:1}.auth-eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-ink);align-items:center;gap:8px;margin:0;font-size:11px;display:inline-flex}.auth-eyebrow:before{content:"";background:var(--accent);border-radius:2px;width:18px;height:2px}.auth-title{letter-spacing:-.02em;color:var(--text-primary);margin:8px 0 4px;font-size:1.65rem;font-weight:780}.auth-sub{color:var(--text-secondary);margin:0 0 20px;font-size:14px}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-error{background:var(--gap-soft);color:var(--danger);border-radius:var(--radius-sm);border:1px solid #0000;align-items:center;gap:8px;padding:10px 13px;font-size:13.5px;font-weight:560;animation:.3s auth-shake;display:flex}.auth-error:before{content:"⚠"}@keyframes auth-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}:root[data-theme=dark] .auth-error{color:#f2a6b2}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label{color:var(--text-secondary);font-size:12.5px;font-weight:620}.auth-field input,.auth-field select{font:inherit;color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;padding:10px 12px;font-size:14.5px;transition:border-color .15s,box-shadow .15s}.auth-field input::placeholder{color:var(--text-muted)}.auth-field input:focus,.auth-field select:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.auth-field input[aria-invalid=true]{border-color:var(--danger)}.auth-field-err{color:var(--danger);font-size:12px;font-weight:560}:root[data-theme=dark] .auth-field-err{color:#f2a6b2}.auth-password{align-items:center;display:flex;position:relative}.auth-password input{padding-inline-end:44px}.auth-reveal{cursor:pointer;color:var(--text-muted);background:0 0;border:0;border-radius:999px;padding:7px;font-size:15px;line-height:1;position:absolute;inset-inline-end:4px}.auth-reveal:hover{background:var(--surface-2)}.auth-submit{justify-content:center;width:100%;margin-top:2px;padding:11px;font-size:14.5px}.auth-submit[aria-busy=true]{opacity:.8;cursor:progress}.auth-privacy{color:var(--text-muted);align-items:center;gap:7px;margin:2px 0 0;font-size:12px;display:flex}.auth-privacy svg{flex:none;width:14px;height:14px}.auth-sso{flex-direction:column;gap:8px;margin-block-end:18px;display:flex}.auth-sso-btn{justify-content:center;width:100%;padding:11px;font-size:14.5px}.auth-sso-hint{color:var(--text-muted);text-align:center;margin:0;font-size:12px}.auth-sso-divider{color:var(--text-muted);align-items:center;gap:10px;margin:6px 0 0;font-size:12px;display:flex}.auth-sso-divider:before,.auth-sso-divider:after{content:"";background:var(--border-subtle,var(--border));flex:auto;height:1px}.auth-sso-error{margin-block-end:14px}.auth-demo{border-top:1px solid var(--border-subtle);margin-top:22px;padding-top:18px}.auth-demo-head{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);flex-wrap:wrap;align-items:baseline;gap:8px;margin:0 0 11px;font-size:10.5px;display:flex}.auth-demo-hint{text-transform:none;letter-spacing:0;font-family:var(--font-sans);color:var(--text-muted);font-size:12px}.auth-demo-list{gap:8px;display:grid}.auth-demo-btn{text-align:start;cursor:pointer;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;color:var(--text-primary);flex-wrap:wrap;align-items:center;gap:10px;padding:9px 12px;transition:border-color .14s,background .14s,transform .1s;display:flex}.auth-demo-btn:hover{border-color:var(--accent-line);transform:translateY(-1px)}.auth-demo-btn:disabled{opacity:.55;cursor:progress;transform:none}.auth-demo-name{font-size:13.5px;font-weight:580}.auth-demo-user{font-family:var(--font-mono);color:var(--text-muted);margin-inline-start:auto;font-size:11.5px}.auth-demo-note{color:var(--text-muted);flex-basis:100%;font-size:11.5px;line-height:1.45}.auth-demo-btn--operator{background:var(--brass-soft);border-color:var(--brass-line)}.auth-demo-btn--operator:hover{border-color:var(--brass)}.role-operator{color:var(--brass-ink);background:var(--card-bg)}.auth-notice{background:var(--info-soft);border-radius:var(--radius-sm);color:var(--text-secondary);border:1px solid #0000;justify-items:start;gap:7px;margin-bottom:16px;padding:12px 14px;font-size:13px;line-height:1.5;display:grid}.auth-notice p{margin:0}.auth-notice-head{color:var(--text-primary);font-weight:640}.auth-notice-fix{color:var(--text-muted);font-size:12px}.app-shell{background:var(--bg-primary);min-height:100vh}.shell-bar{z-index:20;background:var(--card-bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow);position:sticky;top:0}.shell-bar-inner{align-items:center;gap:12px;max-width:1600px;margin:0 auto;padding-block:12px;padding-inline:clamp(20px,3vw,52px);display:flex}.shell-brand{letter-spacing:-.01em;color:var(--text-primary);align-items:center;gap:8px;font-weight:750;display:inline-flex}.shell-mark{color:var(--accent);font-size:18px}.shell-spacer{flex:1}.shell-icon-btn{cursor:pointer;border:1px solid var(--border);background:var(--bg-secondary);width:34px;height:34px;color:var(--text-secondary);border-radius:999px;place-items:center;font-size:14px;line-height:1;transition:color .15s,border-color .15s,background .15s;display:inline-grid}.shell-icon-btn:hover{color:var(--accent-ink);border-color:var(--accent-line)}.shell-id{align-items:center;gap:9px;padding-inline-start:6px;display:inline-flex}.shell-avatar{background:var(--accent-soft);width:34px;height:34px;color:var(--accent-ink);border:1px solid var(--accent-line);font-family:var(--font-mono);border-radius:999px;flex:none;place-items:center;font-size:12.5px;font-weight:700;display:grid}.shell-id-text{flex-direction:column;gap:2px;line-height:1.2;display:flex}.shell-id-name{color:var(--text-primary);font-size:13px;font-weight:620}.shell-signout{white-space:nowrap;font-size:13px}.shell-bar .skin-toggle{white-space:nowrap}.shell-body{max-width:1600px;margin:0 auto;padding-block:26px 80px;padding-inline:clamp(20px,3vw,52px)}.hub-nav{z-index:19;background:var(--bg-primary);border-bottom:1px solid var(--border);position:sticky;top:59px}.hub-nav-inner{flex-wrap:wrap;align-items:stretch;gap:4px;max-width:1600px;margin:0 auto;padding-block:0;padding-inline:clamp(20px,3vw,52px);display:flex}.hub-tab{color:var(--text-secondary);border-bottom:2px solid #0000;align-items:center;margin-bottom:-1px;padding:12px 14px;font-size:13.5px;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s;display:inline-flex}.hub-tab:hover{color:var(--accent-ink)}.hub-tab.on{color:var(--accent-ink);border-bottom-color:var(--accent)}.hub-tab:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:4px}.hub-sep{background:var(--border);flex:none;align-self:center;width:1px;height:18px;margin:0 8px}.hub-tab--admin{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.01em;font-size:11.5px;font-weight:500}.hub-tab--admin:hover{color:var(--text-secondary)}.hub-tab--admin.on{color:var(--text-primary);border-bottom-color:var(--slate)}@media (width<=640px){.hub-nav-inner{padding:0 14px}.hub-tab{padding:10px;font-size:13px}}.shell-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.shell-h1{letter-spacing:-.02em;color:var(--text-primary);margin:6px 0 0;font-size:clamp(1.5rem,3vw,2rem);font-weight:780}.shell-mock-note{color:var(--text-muted);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:999px;margin:0;padding:5px 12px;font-size:12px}.shell-empty{color:var(--text-muted);text-align:center;padding:40px 0;font-size:14px}.notlive-note{background:var(--warn-soft);border:1px solid var(--warn);border-radius:var(--radius-sm);color:#7a4d0e;align-items:flex-start;gap:8px;margin:0 0 16px;padding:10px 14px;font-size:13px;line-height:1.45;display:flex}.notlive-mark{flex:none;width:1.05em;height:1.05em;margin-top:.18em}:root[data-theme=dark] .notlive-note{color:var(--warn)}.locked-section{margin-top:28px}.locked-lede{color:var(--text-secondary);max-width:62ch;margin:0 0 14px;font-size:13.5px;line-height:1.5}.locked-card{background:var(--card-bg);border:1px solid var(--border);border-inline-start:3px solid var(--warn);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px}.locked-card-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.locked-glyph{flex:none;font-size:20px}.locked-name{color:var(--text-primary);margin:0;font-size:15px;font-weight:680}.locked-course{color:var(--text-muted);font-size:12.5px}.locked-card-head .badge.locked{flex:none;margin-inline-start:auto}.locked-tounlock{color:var(--text-primary);margin:0 0 8px;font-size:13px;font-weight:620}.locked-list{flex-direction:column;gap:6px;margin:0 0 14px;padding:0;list-style:none;display:flex}.locked-item{color:var(--text-secondary);align-items:flex-start;gap:8px;font-size:13.5px;display:flex}.locked-x{color:var(--gap);flex:none;font-weight:700}.locked-trace>summary{cursor:pointer;color:var(--accent-ink);-webkit-user-select:none;user-select:none;font-size:12.5px}.locked-trace>summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.locked-tree{margin-top:12px}.profile-card{background:var(--card-bg);border:1px solid var(--border);border-inline-start:3px solid var(--accent-line);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:16px;margin-bottom:22px;padding:18px 20px;display:flex}.profile-avatar{background:var(--accent-soft);width:52px;height:52px;color:var(--accent-ink);border:1px solid var(--accent-line);font-family:var(--font-mono);border-radius:999px;flex:none;place-items:center;font-size:17px;font-weight:700;display:grid}.profile-main{flex:1;min-width:0}.profile-name{letter-spacing:-.01em;color:var(--text-primary);margin:0 0 6px;font-size:1.2rem}.profile-facts{flex-wrap:wrap;gap:8px 20px;display:flex}.profile-fact{color:var(--text-secondary);align-items:center;gap:7px;font-size:13px;display:inline-flex}.pf-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:10px}.profile-fact code{font-family:var(--font-mono);background:var(--surface-2);color:var(--text-secondary);border-radius:5px;padding:1px 7px;font-size:12px}.learn-grid,.class-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.learn-card,.class-card{background:var(--card-bg);border:1px solid var(--border);border-inline-start:3px solid var(--accent-line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:14px;padding:18px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex}.learn-card:hover,.class-card:hover{box-shadow:var(--shadow-lg);border-inline-start-color:var(--accent);transform:translateY(-3px)}.learn-card-top,.class-card-head{align-items:flex-start;gap:12px;display:flex}.learn-glyph{border-radius:var(--radius-sm);background:var(--accent-soft);width:42px;height:42px;color:var(--accent-ink);border:1px solid var(--accent-line);font-family:var(--font-mono);text-transform:uppercase;flex:none;place-items:center;font-size:14px;font-weight:700;display:grid}.learn-card-head{flex:1;align-self:center;min-width:0;display:block}.learn-card-head h3,.learn-card-head h2{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:1.05rem;line-height:1.25}.learn-code{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-muted);font-size:11px}.grade-chip{font-family:var(--font-mono);white-space:nowrap;border-radius:999px;flex:none;align-self:flex-start;padding:4px 10px;font-size:12px;font-weight:640}.grade-chip.tone-ok{color:var(--ok);background:var(--ok-soft)}.grade-chip.tone-warn{color:var(--warn);background:var(--warn-soft)}.grade-chip.not-marked{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border);cursor:help}.learn-progress{flex-direction:column;gap:7px;display:flex}.learn-progress-top{color:var(--text-secondary);justify-content:space-between;gap:10px;font-size:12.5px;display:flex}.learn-items{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.learn-track{background:var(--surface-2);border-radius:999px;height:8px;overflow:hidden}.learn-fill{background:linear-gradient(90deg, var(--accent), var(--ok));border-radius:999px;height:100%;transition:width .3s}.learn-watch{color:var(--accent-ink);cursor:pointer;align-self:flex-start;align-items:center;gap:7px;margin-top:auto;font-size:13.5px;font-weight:640;display:inline-flex}.learn-watch:hover{gap:10px}.learn-arrow{transition:transform .15s}.class-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.class-stats.cols-2{grid-template-columns:repeat(2,1fr)}.class-stat--action{font:inherit;text-align:start;cursor:pointer;align-items:flex-start;transition:border-color .16s,background .16s,transform .16s}.class-stat--action:hover{border-color:var(--accent-line);background:var(--accent-soft)}.class-stat--action:hover .cs-l{color:var(--accent-ink)}.class-stat--action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cr-counts{margin-bottom:18px}.cr-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cr-row{background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:10px 12px;display:flex}.cr-row--suspended{opacity:.72;border-style:dashed}.cr-avatar{background:var(--accent-soft);width:34px;height:34px;color:var(--accent-ink);border:1px solid var(--accent-line);font-family:var(--font-mono);border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:700;display:grid}.cr-main{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.cr-name{color:var(--text-primary);font-size:14px;font-weight:600}.cr-key{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.cr-roles{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.cr-role{font-family:var(--font-mono);background:var(--bg-elevated);color:var(--text-secondary);border:1px solid var(--border-subtle);white-space:nowrap;border-radius:999px;padding:3px 7px;font-size:10.5px}.cr-role--staff{background:var(--accent-soft);color:var(--accent-ink);border-color:var(--accent-line)}.cr-role--none{cursor:help;border-style:dashed;font-style:italic}.cr-status{color:var(--text-muted);flex:none;font-size:11.5px}.cr-status.tone-warn{color:var(--warn);font-weight:600}.cr-failure{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);border-inline-start:3px solid var(--warn);padding:14px 16px}.cr-failure-line{color:var(--text-primary);margin:0;font-size:13.5px}.cr-retry{margin-top:10px}.cr-skeleton{flex-direction:column;gap:8px;display:flex}.cr-skeleton-row{border-radius:var(--radius-sm);height:56px}[dir=rtl] .cr-roles{justify-content:flex-start}@media (width<=560px){.cr-row{flex-wrap:wrap}.cr-roles{justify-content:flex-start}}.class-stat{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-direction:column;gap:2px;padding:11px 12px;display:flex}.class-stat .cs-n{letter-spacing:-.02em;color:var(--text-primary);font-size:1.4rem;font-weight:760;line-height:1}.class-stat .cs-l{color:var(--text-muted);font-size:11px}.class-stat.tone-warn .cs-n{color:var(--warn)}.class-stat.tone-ok .cs-n{color:var(--ok)}[dir=rtl] .learn-arrow,[dir=rtl] .learn-watch:hover .learn-arrow{transform:scaleX(-1)}@media (width<=560px){.shell-bar-inner{flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:10px 14px}.shell-spacer{flex:none}.shell-brand{margin-inline-end:auto}.shell-id-text{display:none}.shell-body{padding:20px 14px 60px}.auth-card{padding:24px 20px}.class-stats{grid-template-columns:1fr}}.lg-panel{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-top:22px;padding:18px 20px}.lg-head{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.lg-title{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:1.15rem}.lg-fresh{cursor:help;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:999px;align-items:center;gap:8px;padding:4px 11px;font-size:12px;display:inline-flex}.lg-live{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--ok);align-items:center;gap:5px;font-size:10.5px;display:inline-flex}.lg-age{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.lg-refresh{margin-inline-start:auto;font-size:13px}.lg-courses{flex-direction:column;gap:8px;display:flex}.lg-course{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);overflow:hidden}.lg-course-head{background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.lg-course-head h3{font-family:var(--font-mono);letter-spacing:.02em;color:var(--text-secondary);margin:0;font-size:12.5px}.lg-total{align-items:center;gap:8px;display:inline-flex}.lg-total-l{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:10px}.lg-items{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.lg-item{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.lg-item:last-child{border-bottom:0}.lg-item-name{color:var(--text-primary);overflow-wrap:anywhere;min-width:0;font-size:13.5px}.lg-node-limit{color:var(--info);cursor:help;margin-inline-start:6px;font-size:11px}.lg-mark{font-family:var(--font-mono);color:var(--text-primary);flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:6px;font-size:13px;display:inline-flex}.lg-mark strong{font-weight:700}.lg-mark.tone-ok strong{color:var(--ok)}.lg-mark.tone-warn strong{color:var(--warn)}.lg-outof{color:var(--text-muted);font-size:11.5px}.lg-pct{color:var(--text-secondary);margin-inline-start:4px;font-size:11.5px}.lg-mark.not-marked,.lg-mark.not-submitted,.lg-mark.pending-marking,.lg-mark.excluded,.lg-mark.withheld,.lg-mark.unavailable,.lg-mark.unknown{letter-spacing:.02em;cursor:help;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:640}.lg-mark.not-marked,.lg-mark.not-submitted,.lg-mark.unknown{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border)}.lg-mark.pending-marking{color:var(--info);background:var(--info-soft);border:1px solid #0000}.lg-mark.excluded{color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border)}.lg-mark.withheld{color:var(--warn);background:var(--warn-soft);border:1px solid #0000}.lg-mark.unavailable{color:var(--danger);background:var(--gap-soft);border:1px solid #0000}.lg-grade-flag{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-secondary);white-space:nowrap;border-radius:999px;align-items:center;padding:2px 6px;font-size:9.5px;line-height:1.3;display:inline-flex}.lg-limits{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);margin-top:12px;padding:9px 12px;font-size:12px}.lg-limits summary{cursor:pointer;font-weight:620}.lg-limits ul{margin:8px 0 0;padding-inline-start:20px}.lg-limits li+li{margin-top:4px}.lg-empty{color:var(--text-muted);margin:0;padding:14px;font-size:13px;font-style:italic}.lg-state{border-radius:var(--radius-sm);background:var(--bg-secondary);flex-direction:column;align-items:flex-start;gap:8px;padding:18px;display:flex}.lg-state.refuse{background:var(--warn-soft)}.lg-state-title{color:var(--text-primary);margin:0;font-size:14px;font-weight:620}.lg-state.refuse .lg-state-title{color:var(--warn)}.lg-state-body{color:var(--text-secondary);margin:0;font-size:13px}.lg-skeleton{width:100%;height:120px}.shell-section-head{flex-wrap:wrap;align-items:baseline;gap:12px;margin:22px 0 14px;display:flex}.shell-h2{letter-spacing:-.015em;color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:720}.learn-noid{color:var(--text-muted);margin-top:auto;font-size:12.5px;font-style:italic}.gate-console .gate-act-locked{color:var(--ink-2);border-inline-start:2px solid var(--brass-line);align-items:baseline;gap:.4rem;margin-top:.25rem;padding-inline-start:.5rem;font-size:.78rem;display:flex}.gate-console .gate-act-lock{opacity:.8;font-size:.72rem}.wd-statement{color:var(--text-primary);margin:0 0 14px;font-size:15px}.wd-change{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding:13px 15px;display:flex}.wd-activity{flex-direction:column;gap:2px;min-width:0;display:flex}.wd-activity-name{color:var(--text-primary);overflow-wrap:anywhere;font-weight:620}.wd-course{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.wd-transition{flex:none;align-items:center;gap:9px;display:inline-flex}.wd-arrow{color:var(--text-muted)}.wd-state{font-family:var(--font-mono);letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:640}.wd-state.on{color:var(--ok);background:var(--ok-soft)}.wd-state.off{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border)}.wd-facts{flex-direction:column;gap:8px;margin:0 0 14px;display:flex}.wd-facts>div{align-items:baseline;gap:10px;display:flex}.wd-facts dt{width:92px;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);flex:none;font-size:10px}.wd-facts dd{min-width:0;margin:0}.wd-facts code{font-family:var(--font-mono);background:var(--surface-2);color:var(--text-secondary);overflow-wrap:anywhere;border-radius:5px;padding:1px 7px;font-size:12px}.wd-note{color:var(--text-muted);margin:0;font-size:13px}.wd-safe{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);margin:0;padding:9px 12px;font-size:13px}.wd-blocked{color:var(--warn);background:var(--warn-soft);border-radius:var(--radius-sm);margin:0;padding:10px 13px;font-size:13.5px;font-weight:560}.wd-done{background:var(--ok-soft);border-radius:var(--radius-sm);flex-direction:column;gap:4px;padding:11px 13px;display:flex}.wd-done-title{color:var(--ok);margin:0;font-weight:620}.wd-audit{font-family:var(--font-mono);color:var(--text-secondary);margin:0;font-size:11.5px}[dir=rtl] .wd-arrow{transform:scaleX(-1)}.class-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:auto;display:flex}.ce-edit-btn{font-size:13px}.ce-sample{margin:0 0 14px;display:inline-block}.ce-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ce-row{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:11px 2px;display:flex}.ce-row:last-child{border-bottom:0}.ce-type{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-2);text-align:center;border-radius:5px;flex:none;min-width:62px;padding:2px 7px;font-size:9.5px}.ce-main{flex-direction:column;flex:1 1 0;gap:2px;min-width:min(18rem,100%);display:flex}.ce-name{color:var(--text-primary);overflow-wrap:anywhere;font-size:14px}.ce-changed{font-family:var(--font-mono);color:var(--ok);font-size:10.5px}.ce-head-actions{align-items:center;gap:4px;display:inline-flex}.ce-vis{font-family:var(--font-mono);letter-spacing:.02em;border-radius:999px;flex:none;padding:3px 9px;font-size:10.5px;font-weight:640}.ce-vis.on{color:var(--ok);background:var(--ok-soft)}.ce-vis.off{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border)}.ce-vis.unknown{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border);cursor:help}.ce-toggle{flex:none;padding:6px 12px;font-size:12.5px}.ce-toggle:disabled{opacity:.5;cursor:not-allowed}.write-dialog.danger{border-top:3px solid var(--gap)}.write-dialog.danger .modal-head h2{color:var(--gap)}.wd-irreversible{color:var(--gap);margin:0 0 12px;font-size:12.5px;font-weight:620}.wd-impact{background:var(--gap-soft);border-radius:var(--radius-sm);margin-bottom:14px;padding:12px 14px}.wd-impact-title{color:var(--gap);margin:0 0 10px;font-size:13.5px;font-weight:620}.wd-typeconfirm{color:var(--text-secondary);flex-direction:column;gap:5px;font-size:12px;display:flex}.wd-typeconfirm input{font:inherit;color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--gap);border-radius:var(--radius-sm);width:100%;padding:8px 11px;font-size:14px}.wd-typeconfirm input:focus{box-shadow:0 0 0 3px var(--gap-soft);outline:none}.wd-impact-zero{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);margin:0 0 14px;padding:9px 12px;font-size:13px}.wd-type-badge{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink);background:var(--accent-soft);border-radius:5px;padding:1px 7px;font-size:10px}:root[data-theme=dark] .write-dialog.danger .modal-head h2,:root[data-theme=dark] .wd-irreversible,:root[data-theme=dark] .wd-impact-title{color:#f2a6b2}.ce-actions{flex-wrap:wrap;flex:0 auto;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:inline-flex}.ce-rename{align-items:center;gap:8px;width:100%;display:flex}.ce-rename-input{min-width:0;font:inherit;color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--accent-line);border-radius:var(--radius-sm);flex:1;padding:7px 10px;font-size:14px}.ce-rename-input:focus{box-shadow:0 0 0 3px var(--accent-soft);outline:none}.ce-mini{padding:6px 11px;font-size:12.5px}.ce-create{margin-top:14px}.ce-add{width:100%}.ce-create-form{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:flex-end;gap:10px;padding:12px 14px;display:flex}.ce-field{color:var(--text-muted);flex-direction:column;gap:4px;font-size:11.5px;display:flex}.ce-field-grow{flex:1;min-width:140px}.ce-field>span{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.ce-field select,.ce-field input{font:inherit;color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px;font-size:14px}.ce-field input:focus,.ce-field select:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.ce-create-actions{gap:8px;display:inline-flex}.ce-course-visible{background:var(--surface-2);min-height:40px;color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:0 10px;font-size:13px;display:inline-flex}.ce-course-visible input{accent-color:var(--accent)}@media (pointer:coarse){.btn{min-height:44px}.icon-btn{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.modal-body select,.modal-body input:not([type=checkbox]):not([type=radio]),.ce-field select,.ce-field input,.ce-rename-input,.b-add-btn,.ce-course-visible,.check,.ca-opt{min-height:44px}.shell-icon-btn{min-width:44px;min-height:44px}.hub-tab{min-height:44px}.teacher-view-tab{justify-content:center;align-items:center;min-height:44px;display:inline-flex}.teacher-course-search,.teacher-course-search input,.btn.teacher-refresh-courses,.ce-field.ce-field select,.ce-field.ce-field input,.va-field input,.va-field select,.qg-card input[type=file],.ce-facts-toggle.ce-facts-toggle,.ce-move select,.sc-move select,.btn.ce-head-button{min-height:44px}.auth-reveal{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}}.skeleton-card-shell{background:var(--card-bg);border:1px solid var(--border);border-inline-start:3px solid var(--border-subtle);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:14px;padding:18px;display:flex}.scs-head{align-items:flex-start;gap:12px;display:flex}.scs-glyph{border-radius:var(--radius-sm);flex:none;width:42px;height:42px}.scs-titles{flex-direction:column;flex:1;gap:7px;min-width:0;padding-top:3px;display:flex}.scs-title{width:72%;height:15px}.scs-code{width:40%;height:10px}.scs-tiles{height:62px}.scs-action{border-radius:var(--radius-sm);width:46%;height:34px}.ce-type-note{border-radius:var(--radius-xs);background:var(--surface-2);border:1px solid var(--border-subtle);color:var(--text-secondary);flex-basis:100%;margin:0;padding:8px 11px;font-size:12px;line-height:1.45}.fd-wrap{flex-direction:column;gap:7px;width:100%;display:flex}.fd-zone{cursor:pointer;width:100%;min-height:78px;font:inherit;text-align:center;background:var(--surface-2);border:1.5px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:14px;transition:border-color .15s,background .15s,color .15s;display:flex}.fd-zone:hover:not(:disabled){border-color:var(--accent-line);background:var(--accent-soft)}.fd-zone:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.fd-zone:disabled{opacity:.55;cursor:not-allowed}.fd-zone.over{border-style:solid;border-color:var(--accent);background:var(--accent-soft);color:var(--accent-ink)}.fd-zone.done{border-style:solid;border-color:var(--ok);background:var(--ok-soft)}.fd-line{font-size:13px;font-weight:600}.fd-ok{color:var(--ok)}.fd-sub{color:var(--text-muted);font-size:11.5px}.fd-zone.done .fd-sub{font-family:var(--font-mono)}.fd-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.fd-error{color:var(--danger);margin:0;font-size:12.5px}.ce-field-label{color:var(--text-secondary);font-size:12px;font-weight:600}.qc-lede{color:var(--text-secondary);margin:0 0 16px;font-size:13px;line-height:1.5}.qc-form{flex-wrap:wrap;gap:12px;display:flex}.qc-mark{flex:0 0 110px}.qc-answers{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-2);flex-basis:100%;margin:0;padding:12px 14px}.qc-answers legend{color:var(--text-secondary);padding:0 6px;font-size:12px;font-weight:600}.qc-answer{align-items:center;gap:9px;margin-bottom:7px;display:flex}.qc-answer-text{flex:1;min-width:0}.qc-answer input[type=radio],.qc-answer input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);flex:none}.qc-tolerance{flex:0 0 92px;min-width:0}.qc-usecase{color:var(--text-secondary);margin-bottom:10px;font-size:13px}.qc-note{color:var(--text-secondary);margin-block:8px 4px;font-size:13px}.qc-bank{flex-direction:column;gap:10px;display:flex}.qc-bank-type{color:var(--text-secondary);font-size:12px}.qc-add-answer{margin-top:4px}.qc-problem{border-radius:var(--radius-xs);background:var(--warn-soft);border:1px solid var(--warn);color:#7a4d0e;flex-basis:100%;margin:0;padding:8px 11px;font-size:12.5px}:root[data-theme=dark] .qc-problem{color:var(--warn)}.qc-staged{flex-direction:column;gap:7px;margin:0 0 16px;padding:0;list-style:none;display:flex}.qc-staged li{background:var(--ok-soft);border:1px solid var(--ok);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:8px 11px;display:flex}.qc-staged-name{min-width:0;color:var(--text-primary);flex:1;font-size:13px;font-weight:600}.qc-staged-meta{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.teacher-workspace{flex-direction:column;gap:18px;display:flex}.teacher-hero{border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow);background:radial-gradient(120% 180% at 0% 0%, var(--accent-soft) 0%, transparent 55%), var(--card-bg);justify-content:space-between;align-items:center;gap:28px;padding:26px 28px;display:flex;position:relative;overflow:hidden}.teacher-hero:after{content:"";background:linear-gradient(180deg, var(--accent), var(--ok));width:5px;position:absolute;inset-block:0;inset-inline-end:0}.teacher-hero-copy{min-width:0}.teacher-hero-copy .auth-eyebrow{margin:0}.teacher-hero-copy .shell-h1{margin-top:5px;font-size:clamp(1.9rem,4vw,2.75rem)}.teacher-hero-lede{max-width:62ch;color:var(--text-secondary);margin:8px 0 0;font-size:14px;line-height:1.55}.teacher-hero-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:9px;max-width:420px;display:flex}.teacher-live-badge{flex-basis:100%;order:-1;width:max-content;margin-inline-start:auto}.teacher-overview{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.teacher-overview-stat{border:1px solid var(--border);border-radius:var(--radius);background:var(--card-bg);min-height:84px;box-shadow:var(--shadow);flex-direction:column;gap:3px;padding:15px 17px;display:flex;position:relative}.teacher-overview-stat:before{content:"";background:var(--accent-line);border-radius:999px;width:3px;position:absolute;inset-block:14px;inset-inline-start:0}.teacher-overview-stat strong{font-family:var(--font-mono);letter-spacing:-.04em;color:var(--text-primary);font-size:1.65rem;line-height:1}.teacher-overview-stat span{color:var(--text-muted);font-size:12px}.teacher-course-tools{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--card-bg);flex-wrap:wrap;align-items:center;gap:12px;padding:10px;display:flex}.teacher-course-search{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);min-width:0;min-height:40px;color:var(--text-muted);flex:260px;align-items:center;gap:8px;padding-inline:12px;display:flex}.teacher-course-search:focus-within{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.teacher-course-search input{width:100%;min-width:0;color:var(--text-primary);font:inherit;background:0 0;border:0;outline:0;padding:8px 0;font-size:14px}.teacher-filter-group{border-radius:var(--radius-sm);background:var(--surface-2);align-items:center;gap:3px;padding:3px;display:inline-flex}.teacher-filter{min-height:34px;color:var(--text-muted);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:7px;padding:6px 11px;font-size:12px;font-weight:600}.teacher-filter:hover{color:var(--text-primary)}.teacher-filter.on{background:var(--card-bg);color:var(--accent-ink);box-shadow:var(--shadow)}.teacher-filter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.teacher-result-count{font-family:var(--font-mono);color:var(--text-muted);margin-inline-start:auto;padding-inline:4px;font-size:11px}.teacher-refresh-courses{white-space:nowrap;min-height:40px}.teacher-read-error{border:1px solid var(--warn);border-radius:var(--radius);background:var(--warn-soft);padding:16px}.teacher-read-error .notlive-note{background:0 0;border:0;padding:0}.layout-toggle{border-radius:var(--radius-sm);background:var(--surface-2);align-items:center;gap:3px;padding:3px;display:inline-flex}.layout-toggle-btn{min-height:34px;color:var(--text-muted);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.layout-toggle-btn svg{flex:none}.layout-toggle-btn:hover{color:var(--text-primary)}.layout-toggle-btn.on{background:var(--card-bg);color:var(--accent-ink);box-shadow:var(--shadow)}.layout-toggle-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.course-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.course-row{background:var(--card-bg);border:1px solid var(--border-subtle);border-inline-start:3px solid var(--accent-line);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:14px 18px;transition:transform .14s,box-shadow .14s,border-color .14s;display:grid}.course-row:hover{box-shadow:var(--shadow-lg);border-inline-start-color:var(--accent);transform:translateY(-1px)}.course-row.is-view-only{border-inline-start-color:var(--border)}.cr-glyph{letter-spacing:.02em;width:40px;height:40px;color:var(--accent-ink);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.cr-main{min-width:0}.cr-titleline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cr-title{letter-spacing:-.01em;margin:0;font-size:15px;font-weight:640;line-height:1.25}.cr-code{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-muted);font-size:11px}.cr-counts{white-space:nowrap;align-items:center;gap:16px;display:flex}.cr-counts span{color:var(--text-muted);font-size:12px}.cr-counts strong{color:var(--text-primary);margin-inline-end:4px;font-size:15px;font-weight:700}.cr-actions{flex:none;align-items:center;gap:8px;display:flex}.cr-actions .btn{height:34px;min-height:34px;padding:0 14px;font-size:12px}@media (width<=900px){.course-row{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"glyph main""counts counts""actions actions";row-gap:12px}.cr-glyph{grid-area:glyph}.cr-main{grid-area:main}.cr-counts{grid-area:counts}.cr-actions{flex-wrap:wrap;grid-area:actions}}.teacher-workspace .class-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:18px}.teacher-course-card{border-inline-start-width:1px;border-top:3px solid var(--accent-line);gap:17px;padding:20px}.teacher-course-card.is-view-only{border-top-color:var(--border)}.teacher-course-card:hover{border-inline-start-color:var(--border);border-top-color:var(--accent)}.teacher-course-card .learn-glyph{border-radius:12px;width:46px;height:46px}.teacher-course-card .learn-card-head h2{font-size:1.08rem;line-height:1.35}.teacher-course-access{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex:none;padding:4px 9px;font-size:9.5px;font-weight:700}.teacher-course-access.editable{color:var(--ok);background:var(--ok-soft)}.teacher-course-access.view-only{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border)}.teacher-course-card .class-stat{background:var(--surface-2);border:0;padding:10px}.teacher-course-card .class-stat .cs-n{font-size:1.25rem}.teacher-course-card .class-actions{gap:10px}.teacher-manage-course{justify-content:center;width:100%}.teacher-card-secondary{border-top:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px 16px;width:100%;padding-top:11px;display:flex}.teacher-card-secondary>*{white-space:nowrap}.teacher-card-secondary .learn-watch{margin:0;margin-inline-start:auto}.teacher-editor{background:var(--bg-secondary);max-width:min(1080px,100vw - 48px)}.teacher-editor-head{background:var(--card-bg);box-shadow:0 1px 0 var(--border-subtle);z-index:2;flex:none;align-items:center;padding:18px 22px}.teacher-editor-head .auth-eyebrow{margin:0 0 3px}.teacher-editor-head h2{font-size:1.3rem}.teacher-editor-head-side{justify-content:flex-end;align-items:center;gap:14px;display:flex}.teacher-editor-capabilities{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.teacher-editor-capabilities>span{font-family:var(--font-mono);letter-spacing:.035em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:9.5px;display:inline-flex}.teacher-editor-live,.teacher-editor-capabilities .allowed{color:var(--ok);background:var(--ok-soft)}.teacher-editor-capabilities .locked{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border)}.teacher-editor .slideover-body{padding:22px}.ce-page{z-index:60;background:var(--bg-primary);animation:.12s fade;position:fixed;inset:0;overflow-y:auto}.ce-page-panel{flex-direction:column;min-height:100%;display:flex}.ce-page .teacher-editor{background:0 0;max-width:none}.ce-page .teacher-editor-head{z-index:10;background:var(--card-bg);border-bottom:1px solid var(--border);box-shadow:none;padding-block:18px;padding-inline:clamp(20px,3vw,52px);position:sticky;top:0}.ce-page .teacher-editor-head h2{font-size:clamp(1.4rem,2.4vw,1.9rem)}.ce-page .teacher-editor .slideover-body{flex:1;width:100%;max-width:1180px;margin:0 auto;padding-block:30px 96px;padding-inline:clamp(20px,3vw,52px);overflow:visible}.teacher-editor .b-section{box-shadow:var(--shadow);border-color:var(--border);background:var(--card-bg);margin-bottom:20px;overflow:hidden}.teacher-editor .b-section.is-hidden{opacity:1;border-style:dashed}.teacher-section-head{background:var(--card-2);grid-template-columns:auto minmax(0,1fr) auto;gap:13px;min-height:68px;padding:13px 16px;display:grid}.teacher-section-number{background:var(--accent-soft);min-width:68px;color:var(--accent-ink);font-family:var(--font-mono);text-transform:uppercase;text-align:center;border-radius:8px;align-self:center;padding:6px 9px;font-size:10px;font-weight:700}.teacher-section-title{align-self:center;min-width:0}.teacher-section-title h3{margin:0;font-size:15.5px;font-weight:720}.teacher-section-title code{overflow-wrap:anywhere;font-family:var(--font-mono);color:var(--text-muted);margin-top:3px;font-size:10px;display:block}.teacher-section-meta{color:var(--text-muted);white-space:nowrap;justify-content:flex-end;align-self:center;align-items:center;gap:9px;font-size:11px;display:flex}.teacher-section-empty{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:4px;margin:14px 16px 0;padding:20px;display:flex}.teacher-section-empty strong{color:var(--text-secondary);font-size:13.5px}.teacher-section-empty span{font-size:12px}.teacher-editor .ce-list{padding-inline:8px}.teacher-editor .ce-row{gap:11px;min-height:60px;padding:11px 8px}.teacher-editor .ce-row:hover{background:var(--surface-2)}.teacher-editor .ce-type{min-width:86px;padding:4px 8px;font-size:9px}.teacher-editor .ce-name{font-size:14.5px;font-weight:600}.teacher-editor .ce-actions{gap:6px}.teacher-editor .ce-toggle{background:0 0;padding:6px 10px}.teacher-editor .ce-toggle.danger{background:var(--gap);border-color:var(--gap);color:#fff}.teacher-editor .ce-toggle.danger:hover:not(:disabled){color:#fff;background:#a5273a;border-color:#a5273a}.ce-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.ce-head-button{min-height:34px;padding:6px 10px;font-size:12px}.ce-enrol-panel{border:1px solid var(--accent-line);border-radius:var(--radius);background:var(--accent-soft);grid-template-columns:minmax(180px,.7fr) minmax(280px,1.3fr) auto;align-items:end;gap:14px;margin-bottom:20px;padding:16px;display:grid}.ce-enrol-panel strong{color:var(--text-primary);font-size:15px}.ce-enrol-panel p{color:var(--text-secondary);margin:4px 0 0;font-size:11.5px;line-height:1.5}.teacher-editor .ce-create{margin:12px 14px 14px}.teacher-editor .ce-add{border-color:var(--border);min-height:42px;color:var(--text-secondary);background:0 0}.teacher-editor .ce-add:hover:not(:disabled){color:var(--accent-ink);border-color:var(--accent-line);background:var(--accent-soft)}.ce-section-create{border:1px dashed var(--accent-line);border-radius:var(--radius);background:var(--accent-soft);padding:16px;margin-inline:0!important}.ce-section-create .ce-add{color:var(--accent-ink);border:0;margin:0}.teacher-editor-error{text-align:start;max-width:680px;margin:36px auto}.ce-create-form{background:var(--card-2);align-items:flex-end;gap:12px;padding:16px}.ce-activity-picker{border-color:var(--accent-line);box-shadow:inset 3px 0 0 var(--accent)}[dir=rtl] .ce-activity-picker{box-shadow:inset -3px 0 0 var(--accent)}.ce-picker-intro{border-bottom:1px solid var(--border-subtle);flex-basis:100%;justify-content:space-between;align-items:baseline;gap:10px;padding-bottom:8px;display:flex}.ce-picker-intro strong{color:var(--text-primary);font-size:14px}.ce-picker-intro span{color:var(--text-muted);font-size:11.5px}.ce-module-description{border-radius:var(--radius-xs);background:var(--surface-2);color:var(--text-secondary);flex-basis:100%;margin:-2px 0 0;padding:9px 11px;font-size:12px;line-height:1.5}.ce-field{gap:6px}.ce-field select,.ce-field input,.ce-field textarea{border-color:var(--border);background:var(--bg-elevated);border-radius:8px;min-height:40px}.ce-field textarea{resize:vertical;width:100%;font:inherit;color:var(--text-primary);padding:9px 10px;font-size:14px}.ce-field textarea:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.ce-create-actions{align-items:center;margin-inline-start:auto}.course-create-dialog .modal-body{padding:22px}.course-create-grid{grid-template-columns:1fr 1fr;align-items:end;display:grid}.course-create-grid .ce-field:last-of-type{grid-column:span 1}.course-create-grid .ce-course-visible{align-self:end}.write-dialog{max-width:600px}.write-dialog .modal-body{padding:22px}.write-dialog .wd-change{border-inline-start:3px solid var(--accent-line);padding:16px}.write-dialog .wd-facts{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-2);padding:12px 14px}.question-composer{max-width:min(760px,100vw - 40px)}.question-composer .slideover-body{padding:22px}.question-composer .qc-form{border:1px solid var(--border);border-radius:var(--radius);background:var(--card-bg);padding:16px}.question-composer .qc-answers{background:var(--bg-secondary);padding:15px}.question-composer .qc-answer{min-height:42px}.question-composer .qc-answer-text{min-height:40px}.question-composer .ce-create-actions{flex-basis:100%;justify-content:flex-end;padding-top:4px}.fd-zone{background:var(--bg-elevated);min-height:104px;padding:18px}.fd-line{font-size:14px}@media (width<=900px){.teacher-hero{align-items:flex-start}.teacher-hero-actions{max-width:300px}.teacher-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-editor{max-width:calc(100vw - 20px)}.teacher-editor-head{align-items:flex-start}.teacher-editor-head-side{flex-direction:column-reverse;align-items:flex-end}.ce-enrol-panel{grid-template-columns:1fr;align-items:stretch}.teacher-section-head{grid-template-columns:auto minmax(0,1fr)}.teacher-section-meta{grid-column:2;justify-content:flex-start}.teacher-editor .ce-row{flex-wrap:wrap;align-items:flex-start}.teacher-editor .ce-main{padding-top:4px}.teacher-editor .ce-actions{justify-content:flex-start;width:100%;padding-inline-start:97px}}@media (width<=640px){.teacher-workspace{gap:14px}.teacher-hero{flex-direction:column;gap:18px;padding:20px}.teacher-hero-actions{justify-content:flex-start;width:100%;max-width:none}.teacher-live-badge{margin-inline-start:0}.teacher-hero-actions .btn{flex:1;justify-content:center}.teacher-overview{gap:8px}.teacher-overview-stat{min-height:74px;padding:13px 14px}.teacher-overview-stat strong{font-size:1.4rem}.teacher-course-tools{align-items:stretch}.teacher-course-search{flex-basis:100%}.teacher-filter-group{width:100%;overflow-x:auto}.teacher-filter{flex:1;min-height:40px}.teacher-result-count{margin-inline-start:0}.teacher-workspace .class-grid{grid-template-columns:1fr}.teacher-course-card{padding:17px}.teacher-course-access{position:absolute;inset-block-start:14px;inset-inline-end:14px}.teacher-course-card{position:relative}.teacher-course-card .class-card-head{padding-inline-end:76px}.teacher-card-secondary{flex-direction:column;align-items:stretch}.teacher-card-secondary .btn,.teacher-card-secondary .learn-watch{justify-content:center;width:100%}.teacher-workspace .overlay{align-items:flex-end;padding:0}.course-create-dialog,.write-dialog{border-radius:var(--radius) var(--radius) 0 0;max-width:none;max-height:100dvh}.course-create-grid{grid-template-columns:1fr}.course-create-grid .ce-field,.course-create-grid .ce-course-visible{grid-column:1;width:100%}.teacher-workspace .modal-foot{padding-bottom:max(13px, env(safe-area-inset-bottom))}.teacher-workspace .modal-foot .btn{flex:1;justify-content:center}.teacher-editor,.question-composer{max-width:100%;height:100dvh}.teacher-editor-head{padding:14px}.teacher-editor-head-side{align-items:flex-end}.teacher-editor-capabilities{display:none}.ce-head-actions .ce-head-button{flex:1}.teacher-editor .slideover-body,.question-composer .slideover-body{padding:13px}.teacher-section-head{grid-template-columns:1fr;gap:8px}.teacher-section-number{justify-self:start;min-width:0}.teacher-section-meta{grid-column:1;justify-content:space-between;width:100%}.teacher-editor .ce-row{padding:12px 5px}.teacher-editor .ce-type{min-width:0}.teacher-editor .ce-main{flex-basis:calc(100% - 100px)}.teacher-editor .ce-actions{padding-inline-start:0}.teacher-editor .ce-actions .btn{flex:auto;justify-content:center;min-height:40px}.teacher-editor .ce-create{margin:10px}.ce-picker-intro{flex-direction:column;align-items:flex-start}.ce-create-form{flex-direction:column;align-items:stretch}.ce-field,.ce-field-grow{width:100%;min-width:0}.ce-create-actions{width:100%;margin-inline-start:0}.ce-create-actions .btn{flex:1;justify-content:center}.qc-answer{flex-wrap:wrap}.qc-answer-text{flex-basis:calc(100% - 32px)}.qc-staged li{flex-wrap:wrap;align-items:flex-start}}.cm-local{margin-top:26px}.cm-local-head{margin-bottom:14px}.cm-local-lede{color:var(--text-muted);max-width:62ch;margin:4px 0 0;font-size:13.5px}.cm-list{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--surface);margin:0;padding:0;list-style:none;overflow:hidden}.cm-row{border-bottom:1px solid var(--border-subtle);align-items:center;gap:14px;padding:13px 16px;display:flex}.cm-row:last-child{border-bottom:0}.cm-row:hover{background:var(--surface-2)}.cm-main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.cm-name{color:var(--text-primary);overflow-wrap:anywhere;font-size:14.5px;font-weight:600}.cm-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:12px;font-size:12px;display:flex}.cm-meta code{font-family:var(--font-mono);font-size:11px}.cm-actions{flex:none;align-items:center;gap:6px;display:inline-flex}.cm-actions .btn svg,.teacher-hero-actions .btn svg{vertical-align:-.14em;margin-inline-end:5px}.cm-import-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-top:22px;padding:20px}.cm-import-panel .lede{color:var(--text-muted);max-width:70ch;margin:6px 0 16px;font-size:13.5px}.cm-import-panel .mbz-ic svg{width:22px;height:22px}@media (width<=760px){.cm-row{flex-direction:column;align-items:flex-start;gap:10px}.cm-actions{flex-wrap:wrap;width:100%}.cm-actions .btn{flex:auto;justify-content:center;min-height:40px}.cm-import-panel{padding:14px}}.teacher-views{border:1px solid var(--border-subtle);background:var(--surface-2);border-radius:10px;gap:2px;margin:18px 0 4px;padding:3px;display:inline-flex}.teacher-view-tab{appearance:none;cursor:pointer;font:inherit;color:var(--text-muted);background:0 0;border:0;border-radius:7px;padding:7px 15px;font-size:13px;font-weight:600;transition:background .12s,color .12s}.teacher-view-tab:hover{color:var(--text-primary)}.teacher-view-tab.on{background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-1,0 1px 2px #00000012)}.teacher-view-tab:focus-visible{outline:2px solid var(--focus,var(--accent));outline-offset:2px}.cm-embedded{margin-top:6px}.cm-embedded .cm-local{margin-top:20px}.cm-toolbar{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--surface-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:14px 16px;display:flex}.cm-toolbar .cm-local-lede{flex:320px;margin:0}.cm-toolbar-actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}@media (width<=760px){.teacher-views{width:100%;display:flex}.teacher-view-tab{text-align:center;flex:1}.cm-toolbar{flex-direction:column;align-items:stretch}.cm-toolbar-actions .btn{flex:auto;justify-content:center;min-height:40px}}.fact-chip{border:1px solid var(--border-subtle);background:var(--surface-2);white-space:nowrap;border-radius:999px;flex:none;align-items:baseline;gap:5px;max-width:100%;padding:2px 8px;font-size:11px;line-height:1.7;display:inline-flex}.fact-chip .fact-label{color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;flex:none;font-size:10px}.fact-chip .fact-value{color:var(--text-primary);text-overflow:ellipsis;min-width:0;font-weight:600;overflow:hidden}.fact-chip.tone-ok{border-color:color-mix(in srgb, var(--ok) 40%, transparent)}.fact-chip.tone-ok .fact-value{color:var(--ok)}.fact-chip.tone-warn{border-color:color-mix(in srgb, var(--warn) 45%, transparent);background:var(--warn-soft)}.fact-chip.tone-unknown{border-style:dashed;border-color:color-mix(in srgb, var(--text-muted) 50%, transparent)}.fact-chip.tone-unknown .fact-value{color:var(--text-muted);font-style:italic}.class-card-facts{flex-wrap:wrap;gap:6px;margin:12px 0 4px;display:flex}.ce-facts{flex-direction:column;gap:6px;margin-top:5px;display:flex}.ce-facts-inline{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ce-facts-toggle{appearance:none;cursor:pointer;font:inherit;color:var(--accent,var(--text-muted));text-underline-offset:2px;background:0 0;border:0;padding:2px 4px;font-size:11px;font-weight:600;text-decoration:underline}.ce-facts-toggle:focus-visible{outline:2px solid var(--focus,var(--accent));outline-offset:2px;border-radius:4px}.ce-facts-detail{background:var(--surface-2);border:1px solid var(--border-subtle);border-radius:8px;grid-template-columns:auto 1fr;gap:4px 14px;margin:4px 0 2px;padding:10px 12px;font-size:12px;display:grid}.ce-facts-detail dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:10.5px}.ce-facts-detail dd{color:var(--text-primary);overflow-wrap:anywhere;margin:0}.ce-facts-detail code{font-family:var(--font-mono);font-size:11px}.ce-raw-rule{white-space:pre-wrap;overflow-wrap:anywhere;display:block}.ce-course-facts{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--surface-2);flex-wrap:wrap;gap:6px;margin:0 0 16px;padding:12px;display:flex}.ce-warnings{border:1px solid var(--warn);border-radius:var(--radius);background:var(--warn-soft);margin:0 0 14px;padding:12px 14px;font-size:13px}.ce-warnings p{color:var(--text-muted);margin:4px 0 8px;font-size:12px}.ce-warnings ul{flex-direction:column;gap:4px;margin:0;padding-inline-start:18px;display:flex}.ce-warnings li{flex-wrap:wrap;gap:8px;display:flex}.ce-warnings code{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.teacher-section-summary{border-inline-start:2px solid var(--border-subtle);color:var(--text-secondary);margin:6px 0 10px;padding-inline-start:10px;font-size:13px}@media (width<=760px){.ce-facts-detail{grid-template-columns:1fr;gap:2px}.ce-facts-detail dt{margin-top:6px}}.publish-plan{flex-wrap:wrap;gap:10px;margin:14px 0 6px;display:flex}.publish-plan-row{border:1px solid var(--border-subtle);background:var(--surface-2);border-radius:10px;align-items:baseline;gap:7px;padding:8px 12px;display:flex}.publish-plan-row strong{color:var(--text-primary);font-size:18px;font-weight:720}.publish-plan-row span{color:var(--text-muted);font-size:12px}.publish-plan-row.tone-warn{border-color:color-mix(in srgb, var(--warn) 45%, transparent);background:var(--warn-soft)}.publish-plan-row.tone-gap{border-color:color-mix(in srgb, var(--danger,#d33) 45%, transparent)}.publish-list{flex-direction:column;gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}.publish-list li{background:var(--surface-2);border-radius:8px;flex-wrap:wrap;align-items:baseline;gap:8px;padding:8px 10px;font-size:12.5px;display:flex}.publish-list li strong{color:var(--text-primary)}.publish-list li code{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}.publish-list li span{color:var(--text-muted)}.reuse-empty{color:var(--text-muted);font-size:12.5px}.roster-source{letter-spacing:.02em;border:1px solid var(--border-subtle);background:var(--surface-2);color:var(--text-muted);vertical-align:middle;border-radius:999px;align-items:center;gap:5px;margin-inline-start:8px;padding:1px 8px;font-size:10.5px;font-weight:640;display:inline-flex}.roster-source.is-live{border-color:color-mix(in srgb, var(--ok) 45%, transparent);color:var(--ok)}.roster-source.is-mirror{border-style:dashed}.person-actions{flex-wrap:wrap;flex:none;align-items:center;gap:5px;display:inline-flex}.person-role-picker{flex-wrap:wrap;align-items:center;gap:5px;display:inline-flex}.person-role-picker select{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);border-radius:6px;padding:3px 6px;font-size:12px}.cr-row{flex-wrap:wrap}@media (width<=760px){.person-actions{width:100%}.person-actions .btn{flex:auto;justify-content:center;min-height:38px}}.access-panel{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--surface-2);margin:0 0 16px;padding:12px 14px}.access-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.access-head strong{font-size:13px}.access-role{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);border-radius:999px;padding:2px 9px;font-size:11px;font-weight:640}.access-note{background:var(--warn-soft);border:1px solid color-mix(in srgb, var(--warn) 40%, transparent);color:var(--text-primary);border-radius:8px;margin:8px 0 0;padding:8px 10px;font-size:12.5px}.access-list{flex-direction:column;gap:7px;margin:10px 0 0;padding:0;list-style:none;display:flex}.access-row{align-items:flex-start;gap:9px;font-size:13px;display:flex}.access-verdict{flex:none;width:1.1em;font-weight:700;line-height:1.5}.access-row.is-allowed .access-verdict{color:var(--ok)}.access-row.is-refused .access-verdict{color:var(--text-muted)}.access-body{flex-direction:column;gap:2px;min-width:0;display:flex}.access-row.is-refused .access-capability{color:var(--text-muted)}.access-why{color:var(--text-muted);overflow-wrap:anywhere;font-size:12px}@media (width<=760px){.access-head{flex-direction:column;align-items:flex-start;gap:4px}}.teacher-role-banner{color:var(--text-secondary);flex-wrap:wrap;align-items:baseline;gap:9px;max-width:72ch;margin:10px 0 0;font-size:13px;display:flex}.teacher-role-chip{letter-spacing:.02em;border:1px solid var(--accent,var(--border));color:var(--accent,var(--text-primary));background:var(--brass-soft);border-radius:999px;flex:none;padding:2px 9px;font-size:11px;font-weight:700}.axb{border:1px solid var(--line);border-radius:var(--radius);background:var(--card-2);margin:0 0 16px;padding:12px 14px}.axb--focused{background:0 0;border:0;margin:6px 0 0;padding:0}.axb-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.axb-head strong{font-size:13px}.axb-head-side{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.axb-role{border:1px solid var(--line);background:var(--card);color:var(--ink-2);border-radius:999px;padding:2px 9px;font-size:11px;font-weight:640}.axb-summary{color:var(--muted);font-size:11.5px;font-family:var(--font-mono);margin:8px 0 0}.axb-note{background:var(--warn-soft);border:1px solid color-mix(in srgb, var(--warn) 40%, transparent);color:var(--ink);border-radius:8px;margin:8px 0 0;padding:8px 10px;font-size:12.5px}.axb-note--unknown{background:var(--card);border-style:dashed;border-color:var(--line);color:var(--ink-2)}.axb-list{flex-direction:column;gap:7px;margin:10px 0 0;padding:0;list-style:none;display:flex}.axb-list--single{margin:0}.axb-row{align-items:flex-start;gap:9px;font-size:13px;display:flex}.axb-mark{flex:none;width:1.1em;font-weight:700;line-height:1.5}.axb-row.is-allowed .axb-mark{color:var(--ok)}.axb-row.is-denied .axb-mark{color:var(--gap)}.axb-row.is-unknown .axb-mark{color:var(--muted)}.axb-body{flex-direction:column;gap:2px;min-width:0;display:flex}.axb-capability{flex-wrap:wrap;align-items:baseline;gap:5px;display:inline-flex}.axb-verdict-word{color:var(--ink);font-weight:660}.axb-row.is-denied .axb-verdict-word{color:var(--gap)}.axb-row.is-unknown .axb-verdict-word{color:var(--muted);font-style:italic}.axb-capability-name{color:var(--ink)}.axb-row.is-denied .axb-capability-name,.axb-row.is-unknown .axb-capability-name{color:var(--ink-2)}.axb-why{color:var(--muted);overflow-wrap:anywhere;max-width:72ch;font-size:12px}.axb-why--unknown{font-style:italic}.axb-dataloss{color:var(--warn);font-size:11.5px;font-weight:620}.axb-loading{color:var(--muted);margin:0;font-size:12.5px}.axb-state{border-radius:var(--radius-sm);background:var(--card);border:1px solid var(--line);padding:10px 12px}.axb-state--warn{border-inline-start:3px solid var(--warn)}.axb-state--info{border-inline-start:3px solid var(--info)}.axb-state-line{color:var(--ink);max-width:72ch;margin:0;font-size:13px}.axb-retry{margin-top:10px}.pr{margin:0 0 18px}.pr-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.pr-title{margin:0;font-size:15px}.pr-head-side{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.pr-counts{flex-wrap:wrap;gap:8px;margin:12px 0 14px;display:flex}.pr-count{background:var(--card-2);border:1px solid var(--line-2);border-radius:var(--radius-sm);flex-direction:column;flex:96px;gap:2px;padding:9px 11px;display:flex}.pr-count-n{color:var(--ink);font-size:1.25rem;font-weight:740;line-height:1}.pr-count-l{color:var(--muted);font-size:10.5px}.pr-count.tone-warn{border-color:color-mix(in srgb, var(--warn) 45%, transparent)}.pr-count.tone-warn .pr-count-n{color:var(--warn)}.pr-count.tone-info{border-color:color-mix(in srgb, var(--info) 40%, transparent);border-style:dashed}.pr-table-wrap{overflow-x:auto}.pr-table{border-collapse:collapse;width:100%;font-size:13.5px}.pr-caption{caption-side:top;text-align:start;color:var(--muted);max-width:78ch;padding:0 0 10px;font-size:11.5px}.pr-table thead th{text-align:start;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);white-space:nowrap;padding:7px 10px;font-size:10.5px;font-weight:700}.pr-row{border-bottom:1px solid var(--line-2)}.pr-row--interactive{cursor:pointer}.pr-row--interactive:hover{background:var(--card-2)}.pr-row--suspended{opacity:.76}.pr-row--suspended .pr-person{border-inline-start:2px dashed var(--warn)}.pr-person{text-align:start;align-items:center;gap:10px;padding:9px 10px;font-weight:400;display:flex}.pr-avatar{background:var(--brass-soft);width:32px;height:32px;color:var(--brass-ink);border:1px solid var(--brass-line);font-family:var(--font-mono);border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:700;display:grid}.pr-person-text{flex-direction:column;gap:1px;min-width:0;display:flex}.pr-name{color:var(--ink);font-size:13.5px;font-weight:620}.pr-key{font-family:var(--font-mono);color:var(--muted);font-size:10.5px}.pr-cell{vertical-align:middle;padding:9px 10px}.pr-cell--roles,.pr-cell--groups{display:table-cell}.pr-cell--roles>*,.pr-cell--groups>*{margin:0 0 3px;margin-inline-end:4px}.pr-enrolment{flex-direction:column;gap:2px;display:flex}.pr-status{cursor:help;font-size:12px;font-weight:620}.pr-status--active{color:var(--ok)}.pr-status--suspended{color:var(--warn)}.pr-status--not-enrolled{color:var(--gap)}.pr-status--unknown{color:var(--muted);font-style:italic;font-weight:500}.pr-method{color:var(--muted);font-size:11px}.pr-role,.pr-group{background:var(--card-2);color:var(--ink-2);border:1px solid var(--line);white-space:nowrap;border-radius:999px;padding:3px 7px;font-size:10.5px;display:inline-block}.pr-role{font-family:var(--font-mono)}.pr-role--staff{background:var(--brass-soft);color:var(--brass-ink);border-color:var(--brass-line)}.pr-role--elsewhere{opacity:.85;border-style:dashed}.pr-role--none,.pr-group--none{cursor:help;color:var(--muted);border-style:dashed;font-style:italic}.pr-unset{color:var(--muted);cursor:help;font-style:italic}.pr-state{border-radius:var(--radius-sm);background:var(--card-2);border:1px solid var(--line);padding:13px 15px}.pr-state--refused{border-inline-start:3px solid var(--info)}.pr-state--warn{border-inline-start:3px solid var(--warn)}.pr-state--info{border-inline-start:3px solid var(--info)}.pr-state-line{color:var(--ink);max-width:72ch;margin:0;font-size:13.5px}.pr-state-why{color:var(--muted);max-width:72ch;margin:6px 0 0;font-size:12px}.pr-retry{margin-top:10px}.pr-skeleton{flex-direction:column;gap:8px;margin-top:12px;display:flex}.pr-skeleton-row{border-radius:var(--radius-sm);height:52px}@media (width<=700px){.pr-table thead{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.pr-table,.pr-table tbody,.pr-row,.pr-person,.pr-cell{width:100%;display:block}.pr-row{padding:8px 0}.pr-cell:before{content:attr(data-concept);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:9.5px;display:block}}.gms{margin:0 0 18px}.gms-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.gms-title{margin:0;font-size:15px}.gms-head-side{align-items:center;gap:8px;display:inline-flex}.gms-mode{border-radius:var(--radius-sm);background:var(--card-2);border:1px solid var(--line);flex-wrap:wrap;align-items:baseline;gap:9px;margin:12px 0;padding:9px 12px;display:flex}.gms-mode--separate{border-inline-start:3px solid var(--info)}.gms-mode--visible{border-inline-start:3px solid var(--ok)}.gms-mode--none{border-inline-start:3px solid var(--slate)}.gms-mode--unknown{border-style:dashed}.gms-mode-label{color:var(--ink);font-size:12px;font-weight:700}.gms-mode-hint{color:var(--muted);max-width:68ch;font-size:12px}.gms-mode-forced{background:var(--card);border:1px solid var(--line);color:var(--ink-2);border-radius:999px;padding:2px 7px;font-size:10px;font-weight:700}.gms-source-warnings{border-inline-start:3px solid var(--warn);border-radius:var(--radius-sm);background:var(--warn-soft);color:var(--ink-2);max-width:78ch;margin:-4px 0 12px;padding:9px 12px;font-size:12px}.gms-source-warnings p{margin:0}.gms-source-warnings p+p{margin-top:5px}.gms-manage{margin:0 0 12px}.gms-manage-unknown{color:var(--muted);max-width:72ch;margin:0 0 12px;font-size:12px;font-style:italic}.gms-grouping,.gms-ungrouped{margin:0 0 16px}.gms-grouping-title{align-items:center;gap:8px;margin:0 0 8px;font-size:12.5px;display:flex}.gms-grouping-tag{font-family:var(--font-mono);background:var(--card-2);border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:2px 7px;font-size:10px}.gms-group-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}.gms-card{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);flex-direction:column;gap:5px;padding:10px 12px;display:flex}.gms-card.is-selected{border-color:var(--brass-line);background:var(--brass-soft)}.gms-card-head{font:inherit;text-align:start;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:baseline;gap:10px;padding:0;display:flex}.gms-card-name{color:var(--ink);font-size:13.5px;font-weight:640}.gms-card-count{color:var(--muted);white-space:nowrap;font-size:11px}.gms-card-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.gms-card-key{font-family:var(--font-mono);color:var(--muted);font-size:10px}.gms-card-flag{cursor:help;background:var(--card-2);border:1px solid var(--line);color:var(--ink-2);border-radius:999px;padding:2px 6px;font-size:10px}.gms-card-flag--info{border-style:dashed}.gms-card-desc{color:var(--muted);margin:0;font-size:12px}.gms-card-body{border-top:1px solid var(--line-2);margin-top:3px;padding-top:8px}.gms-card-note{color:var(--muted);margin:0;font-size:12px;font-style:italic}.gms-unset{color:var(--muted);cursor:help}.gms-missing-group{color:var(--warn);margin:0;font-size:12px}.gms-member-list{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.gms-member{flex-wrap:wrap;align-items:baseline;gap:8px;font-size:12.5px;display:flex}.gms-member-name{color:var(--ink)}.gms-member-roles{font-family:var(--font-mono);color:var(--muted);font-size:10px}.gms-member-action{margin-inline-start:auto}.gms-add{margin-top:10px}.gms-ungrouped-hint,.gms-ungrouped-none{color:var(--muted);max-width:72ch;margin:0 0 8px;font-size:12px}.gms-state{border-radius:var(--radius-sm);background:var(--card-2);border:1px solid var(--line);padding:13px 15px}.gms-state--refused,.gms-state--info{border-inline-start:3px solid var(--info)}.gms-state--warn{border-inline-start:3px solid var(--warn)}.gms-state-line{color:var(--ink);max-width:72ch;margin:0;font-size:13.5px}.gms-state-why{color:var(--muted);max-width:72ch;margin:6px 0 0;font-size:12px}.gms-retry{margin-top:10px}.gms-skeleton{flex-direction:column;gap:8px;margin-top:12px;display:flex}.gms-skeleton-row{border-radius:var(--radius-sm);height:64px}:root{--watch-coverage:#2a78d6;--watch-reach:#eb6834;--chart-surface:#fcfcfb;--chart-grid:#e1e0d9;--chart-axis:#c3c2b7;--chart-muted:#898781}@media (prefers-color-scheme:dark){:root{--watch-coverage:#3987e5;--watch-reach:#d95926;--chart-surface:#1a1a19;--chart-grid:#2c2c2a;--chart-axis:#383835}}.tracked-video{flex-direction:column;gap:8px;display:flex}.tracked-video__media{background:#000;border-radius:8px;max-width:100%}.tracked-video__frame{aspect-ratio:16/9;background:#000;border:0;border-radius:8px;width:100%}.tracked-video__resume{border:1px solid var(--chart-axis);cursor:pointer;font:inherit;background:0 0;border-radius:6px;align-self:flex-start;padding:6px 12px}.tracked-video__progress{margin:0;font-size:13px}.tracked-video__progress em{color:var(--chart-muted);font-style:normal}.watch-progress{flex-direction:column;gap:6px;display:flex}.watch-progress__track{background:var(--chart-grid);border-radius:4px;height:8px;position:relative;overflow:visible}.watch-progress__coverage{background:var(--watch-coverage);border-radius:4px;height:100%}.watch-progress__furthest{background:var(--watch-reach);width:2px;height:14px;position:absolute;top:-3px;transform:translate(-1px)}.watch-progress__numbers{margin:0;font-size:13px}.watch-progress__naive,.watch-progress__rewatch{color:var(--chart-muted)}.watch-progress__gap{background:color-mix(in srgb, var(--watch-reach) 10%, transparent);border-radius:6px;margin:0;padding:6px 8px;font-size:13px}.watch-progress__strip{border-radius:3px;width:100%;height:6px}.watch-progress__strip-bg{fill:var(--chart-grid)}.watch-progress__strip-seen{fill:var(--watch-coverage)}.watch-progress__state{align-items:baseline;gap:6px;margin:0;font-size:13px;display:flex}.watch-progress__mark{font-size:15px}.watch-progress__state[data-state=complete] .watch-progress__mark{color:#0ca30c}.watch-progress__state[data-state=pending] .watch-progress__mark{color:#fab219}.watch-progress__note,.watch-progress__freshness,.watch-progress__plain{color:var(--chart-muted);margin:0;font-size:12px}.tracking-unavailable{background:color-mix(in srgb, var(--chart-muted) 12%, transparent);border-radius:6px;margin:0;padding:6px 8px;font-size:13px}.tracking-suspect,.tracking-shape{color:var(--chart-muted);margin-inline-start:6px;font-size:12px;display:inline-block}.chart{margin:12px 0}.chart__title{margin-bottom:4px;font-size:13px;font-weight:600}.chart__title-qualifier{color:var(--chart-muted);font-weight:400}.chart__frame{background:var(--chart-surface);border-radius:8px;padding:4px;position:relative}.chart__svg{width:100%;height:auto;display:block}.chart__grid{stroke:var(--chart-grid);stroke-width:1px}.chart__axis{stroke:var(--chart-axis);stroke-width:1px}.chart__crosshair{stroke:var(--chart-muted);stroke-width:1px}.chart__tick,.chart__label{fill:var(--chart-muted);font-variant-numeric:tabular-nums;font-size:9px}.chart__label{fill:var(--chart-muted)}.chart__tooltip{color:var(--chart-muted);min-height:1.2em;margin:4px 0 0;font-size:12px}.chart__empty{color:var(--chart-muted);margin:0;font-size:13px}.chart__table{margin-top:6px;font-size:12px}.chart__table table{border-collapse:collapse;width:100%}.chart__num{font-variant-numeric:tabular-nums;text-align:end}[data-thin=true] .chart__line{opacity:.55}.chart__strip{border-radius:3px;gap:2px;height:14px;display:flex;overflow:hidden}.chart__strip-cell{flex:1 1 0;min-width:1px}.chart__scale{align-items:center;gap:2px;margin:4px 0 0;font-size:11px;display:flex}.chart__scale-step{border-radius:2px;width:14px;height:8px}.chart-flags{flex-wrap:wrap;gap:8px;margin:4px 0 0;padding:0;list-style:none;display:flex}.chart-flags__item{align-items:baseline;gap:4px;font-size:12px;display:inline-flex}.chart-flags__label{color:var(--chart-muted)}.cohort-table{border-collapse:collapse;width:100%;max-inline-size:100%;font-size:13px;display:block;overflow-x:auto}.cohort-table caption{text-align:start;color:var(--ink);padding-bottom:12px;font-weight:640}.cohort-table__caption-note{color:var(--chart-muted);font-weight:400}.cohort-table thead th{text-align:end;letter-spacing:.03em;text-transform:uppercase;color:var(--chart-muted);border-bottom:1px solid var(--line);white-space:nowrap;padding:0 12px 9px;font-size:10.5px;font-weight:640}.cohort-table thead th:first-child{text-align:start}.cohort-table tbody th,.cohort-table tbody td{border-bottom:1px solid var(--line-2);vertical-align:middle;padding:9px 12px}.cohort-table tbody tr:last-child th,.cohort-table tbody tr:last-child td{border-bottom:0}.cohort-table tbody tr{transition:background .12s}.cohort-table tbody tr:hover{background:var(--card-2)}.cohort-table__swatch,.stat-tile__swatch{border-radius:2px;width:8px;height:8px;margin-inline-end:4px;display:inline-block}.cohort-table tr[data-unmeasurable=true]{color:var(--chart-muted)}.cohort-person{align-items:center;gap:9px;min-width:0;display:inline-flex}.cohort-person__name{color:var(--ink);font-weight:560}.cohort-avatar{letter-spacing:.02em;width:27px;height:27px;color:var(--brass-ink);background:var(--brass-soft);border:1px solid var(--brass-line);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:10.5px;font-weight:700;display:inline-flex}.cohort-meter{justify-content:flex-end;align-items:center;gap:9px;width:100%;display:inline-flex}.cohort-meter__track{background:var(--chart-grid);border-radius:999px;flex:1;max-width:120px;height:7px;overflow:hidden}.cohort-meter__fill{border-radius:999px;min-width:3px;height:100%;transition:width .35s;display:block}.cohort-meter__label{font-variant-numeric:tabular-nums;color:var(--ink);text-align:end;min-width:36px;font-weight:600}.cohort-meter--na{color:var(--chart-muted)}.cohort-skip{font-variant-numeric:tabular-nums;color:var(--chart-muted)}.cohort-skip.has{color:var(--warn);font-weight:640}.cohort-pill{white-space:nowrap;color:var(--slate);background:var(--slate-soft);border-radius:999px;align-items:center;gap:6px;padding:3px 11px;font-size:12px;font-weight:560;display:inline-flex}.cohort-pill:before{content:"";background:currentColor;border-radius:50%;flex:none;width:6px;height:6px}.cohort-pill.complete{color:var(--ok);background:var(--ok-soft)}.cohort-pill.pending{color:var(--info);background:var(--info-soft)}.cohort-pill.overridden{color:var(--brass-ink);background:var(--brass-soft)}.engagement-block{margin-bottom:22px}.engagement-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.engagement-item{border:1px solid var(--line);background:var(--bg-secondary);border-radius:10px;overflow:hidden}.engagement-item:has(>[aria-expanded=true]){border-color:var(--brass)}.engagement-item__head{cursor:pointer;inline-size:100%;font:inherit;color:var(--ink);text-align:start;background:0 0;border:0;align-items:center;gap:10px;padding:11px 14px;display:flex}.engagement-item__head:hover{background:var(--surface-2)}.engagement-item__head:focus-visible{outline:2px solid var(--brass);outline-offset:-2px}.engagement-item__chevron{color:var(--text-muted);flex:none;font-size:11px}.engagement-item__name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-inline-size:0;font-weight:640;overflow:hidden}.engagement-item__facts{color:var(--text-secondary);font-variant-numeric:tabular-nums;flex:none;align-items:center;gap:16px;font-size:12px;display:flex}.engagement-item__facts b{color:var(--ink);font-weight:700}.engagement-item__body{border-block-start:1px solid var(--line-2);padding:2px 14px 14px}.engagement-item__body .engagement-kpis{margin-block-start:12px}.engagement-lede{margin-bottom:18px}.engagement-kpis{flex-wrap:wrap;gap:12px;margin:0 0 20px;display:flex}.engagement-kpis .stat-tile{background:var(--card-2);border:1px solid var(--line-2);border-radius:var(--radius-sm);flex:1;min-width:130px;padding:12px 14px}.stat-tile__unit{color:var(--chart-muted);font-size:15px;font-weight:500}.video-engagement__tiles{flex-wrap:wrap;gap:16px;margin:8px 0;display:flex}.stat-tile dt{color:var(--chart-muted);font-size:12px}.stat-tile__value{margin:0;font-size:22px;font-weight:600}.stat-tile__note{color:var(--chart-muted);margin:0;font-size:11px}.watch-panel__loading,.watch-panel__forbidden{color:var(--chart-muted);font-size:13px}.people-access{flex-direction:column;gap:16px;margin:0 0 16px;display:flex}.cr-actions-bar{z-index:2;border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--card);box-shadow:var(--shadow);flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;padding:11px 13px;display:flex;position:sticky;bottom:0}.cr-actions-who{flex-direction:column;gap:1px;min-width:0;display:flex}.cr-actions-close{margin-inline-start:auto}.watch-overview{margin-block:6px 18px}.wo-strip-head{justify-content:space-between;align-items:baseline;gap:12px;margin-block:14px 6px;display:flex}.wo-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:10px}.wo-legend{color:var(--muted);align-items:center;gap:6px;font-size:11px;display:inline-flex}.wo-ramp{background:linear-gradient(to right, var(--card-3), var(--ok));border:1px solid var(--line);border-radius:4px;block-size:8px;inline-size:72px}.wo-strip{gap:3px;margin:0;padding:0;list-style:none;display:flex}.wo-cell{border:1px solid var(--line);border-radius:4px;flex:1 1 0;block-size:26px;min-inline-size:10px}.wo-s0{background:var(--card-3)}.wo-s1{background:color-mix(in srgb, var(--ok) 18%, var(--card))}.wo-s2{background:color-mix(in srgb, var(--ok) 36%, var(--card))}.wo-s3{background:color-mix(in srgb, var(--ok) 54%, var(--card))}.wo-s4{background:color-mix(in srgb, var(--ok) 74%, var(--card))}.wo-s5{background:var(--ok)}.wo-callouts{flex-wrap:wrap;align-items:center;gap:8px;margin-block-start:10px;display:flex}.wo-pill{border:1px solid var(--line);background:var(--card-2);color:var(--ink-2);border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;display:inline-flex}.wo-pill--warn{border-color:var(--warn);background:var(--warn-soft);color:var(--warn)}.wv-list{flex-direction:column;gap:8px;margin:14px 0;padding:0;list-style:none;display:flex}.wv-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card)}.wv-row--open{border-color:var(--brass-line);box-shadow:var(--shadow)}.wv-btn{cursor:pointer;inline-size:100%;font:inherit;color:inherit;text-align:start;border-radius:inherit;background:0 0;border:0;align-items:center;gap:14px;padding:12px 14px;display:flex}.wv-btn:hover{background:var(--card-2)}.wv-icon{flex:none}.wv-name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-inline-size:0;font-weight:600;overflow:hidden}.wv-stat{flex-direction:column;align-items:flex-end;gap:0;min-inline-size:86px;display:flex}.wv-stat b{font-size:15px;font-weight:700}.wv-muted{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:10px}.wv-open-hint{color:var(--info);flex:none;font-size:12px}.wv-drill{border-block-start:1px solid var(--line-2);padding:4px 14px 14px}.cm-kpis{flex-wrap:wrap;gap:18px;margin-block-start:8px;display:flex}.cm-kpis>div{flex-direction:column;gap:1px;display:flex}.cm-kpis dt{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:10px}.cm-kpis dd{margin:0;font-size:17px;font-weight:700}.cm-kpis dd.cm-kpi-lead{color:var(--ok)}.cm-kpi-note{color:var(--muted);border:1px solid var(--line);border-radius:999px;align-self:center;padding:2px 10px;font-size:12px}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;block-size:1px;inline-size:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cm-open{color:var(--info);font-size:12px;text-decoration:none}.cm-open:hover{text-decoration:underline}.tracked-video__head{justify-content:space-between;align-items:center;gap:12px;margin-block-end:8px;display:flex}.tracked-video__title{text-overflow:ellipsis;white-space:nowrap;min-inline-size:0;font-weight:650;overflow:hidden}.tv-pill{border:1px solid var(--line);background:var(--card-2);color:var(--ink-2);border-radius:999px;flex:none;padding:2px 10px;font-size:12px}.tv-pill--ok{background:var(--ok-soft);border-color:var(--ok);color:var(--ok)}.tv-pill--warn{background:var(--warn-soft);border-color:var(--warn);color:var(--warn)}.tracked-video__note{color:var(--muted);font-size:12px}.player-body--theater{grid-template-columns:minmax(0,2fr) minmax(420px,3fr)}.player-body--theater .detail{position:static}@media (width<=900px){.player-body--theater{grid-template-columns:1fr}}.slideover--wide{width:min(1100px,96vw);max-width:min(1100px,96vw)}.tg-cell{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:inline-flex}.tg-edit{border:1px solid var(--accent-line);background:var(--card);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;opacity:.6;padding:2px 6px;font-size:.85em;line-height:1;transition:opacity .12s}.tg-cell:hover .tg-edit,.tg-edit:focus-visible{opacity:1}.tg-editor{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tg-input{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--card);width:5.5rem;color:var(--text);padding:4px 6px}.tg-outof{color:var(--muted);font-size:.9em}.tg-btn{padding:3px 10px;font-size:.9em}.as-form{border:1px solid var(--accent-line);border-inline-start:3px solid var(--accent);border-radius:var(--radius-sm);background:var(--surface-2);flex-direction:column;gap:12px;margin:4px 0 12px;margin-inline-start:74px;padding:14px 16px;display:flex}.as-form--loading,.as-form--failed{color:var(--muted);flex-direction:row;align-items:center;gap:12px;font-size:13px}.as-form--failed{border-inline-start-color:var(--danger,#b3261e);color:var(--text)}.as-field>span{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10.5px}.as-field>small{color:var(--muted);font-size:11.5px}.as-intro{resize:vertical;border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--card);width:100%;min-height:92px;color:var(--text);font-family:var(--font-mono);padding:9px 11px;font-size:12.5px;line-height:1.55}.as-intro:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.as-preview-head{display:flex}.as-preview-toggle{padding:3px 10px;font-size:11.5px}.as-preview{border:1px dashed var(--accent-line);border-radius:var(--radius-sm);background:var(--card);padding:11px 13px}.as-preview-empty{color:var(--muted);margin:0;font-size:12.5px;font-style:italic}.as-preview-body{font-size:13.5px;line-height:1.6}.as-preview-body>:first-child{margin-top:0}.as-preview-body>:last-child{margin-bottom:0}.as-preview-body img,.as-preview-body video{max-width:100%;height:auto}.as-preview-body table{max-width:100%;display:block;overflow-x:auto}.as-preview-body pre{overflow-x:auto}.as-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.as-hint{color:var(--muted);font-size:12px;font-style:italic}.as-scope{color:var(--muted);border-top:1px solid var(--border-subtle);margin:0;padding-top:9px;font-size:11.5px;line-height:1.5}.sc-controls{flex-wrap:wrap;align-items:center;gap:8px;padding:8px 0 4px;display:flex}.sc-controls .btn{height:30px;min-height:30px;padding:0 12px;font-size:11.5px}.sc-rename{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sc-rename-input{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--card);color:var(--text);padding:4px 8px;font-size:13px}.sc-move{align-items:center;gap:6px;display:inline-flex}.sc-move>span{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10.5px}.sc-move select,.ce-move select{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--card);color:var(--text);padding:3px 8px;font-size:12.5px}.gms-create{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--surface-2);flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:14px;padding:12px 14px;display:flex}.gms-create-field{flex-direction:column;gap:4px;display:flex}.gms-create-field>span{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10.5px}.gms-create-field>small{color:var(--muted);font-size:11px}.gms-create-field input{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--card);color:var(--text);padding:5px 9px;font-size:13px}.gms-delete{margin-inline-start:8px}.tg-add-column-open{margin-bottom:12px}.tg-add-column{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--surface-2);flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:14px;padding:12px 14px;display:flex}.tg-col-field{flex-direction:column;gap:4px;display:flex}.tg-col-field>span{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10.5px}.tg-col-field input{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--card);color:var(--text);padding:5px 9px;font-size:13px}.tg-col-field input[type=number]{width:7rem}.tg-col-hint{color:var(--muted);flex-basis:100%;margin:0;font-size:12px;font-style:italic}@media (width<=640px){.gms-create,.tg-add-column{flex-direction:column;align-items:stretch}.gms-create-field input,.tg-col-field input,.tg-col-field input[type=number]{width:100%}}.qq-remove{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.qq-field{align-items:center;gap:6px;display:inline-flex}.qq-field>span{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10.5px}.qq-field input{border:1px solid var(--accent-line);border-radius:var(--radius-sm);background:var(--card);width:4.5rem;color:var(--text);padding:3px 8px;font-size:12.5px}.qq-hint{color:var(--muted);flex-basis:100%;margin:4px 0 0;font-size:11.5px;font-style:italic;line-height:1.5}.wc-slot{color:var(--muted);font-size:.9em}.error-boundary{text-align:start;border:1px solid var(--line,#0000001f);background:var(--surface,#00000005);border-radius:12px;max-width:560px;margin:48px auto;padding:24px 28px}.error-boundary-title{margin:0 0 10px;font-size:1.15rem}.error-boundary-body{margin:0 0 8px}.error-boundary-note{opacity:.75;margin:0 0 18px;font-size:.92rem}.error-boundary-actions{flex-wrap:wrap;gap:10px;display:flex}.error-boundary-detail{opacity:.7;margin-top:18px;font-size:.85rem}.error-boundary-detail pre{white-space:pre-wrap;word-break:break-word;overflow-x:auto}.not-found{text-align:start;max-width:520px;margin:64px auto}.not-found-title{margin:0 0 10px;font-size:1.4rem}.not-found-body{opacity:.8;margin:0 0 20px}.quiz-runtime{flex-direction:column;gap:14px;display:flex}.quiz-runtime-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.quiz-take-title{margin:2px 0 0;font-size:19px;line-height:1.3}.quiz-take-sub{flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0 0;display:flex}.quiz-take-attemptno{color:var(--muted);font-size:12.5px}.quiz-intro{color:var(--ink-2);margin:0;font-size:13.5px;line-height:1.6}.quiz-facts{flex-wrap:wrap;gap:6px;display:flex}.quiz-chip{border:1px solid var(--line);background:var(--card-2);white-space:nowrap;color:var(--ink-2);border-radius:999px;align-items:center;padding:2px 9px;font-size:11px;font-weight:600;display:inline-flex}.quiz-chip.tone-ok{border-color:color-mix(in srgb, var(--ok) 40%, transparent);color:var(--ok)}.quiz-chip.tone-warn{border-color:color-mix(in srgb, var(--warn) 45%, transparent);background:var(--warn-soft);color:var(--warn)}.quiz-chip.tone-bad{border-color:color-mix(in srgb, var(--gap) 45%, transparent);background:var(--gap-soft);color:var(--gap)}.quiz-chip.tone-unknown{border-style:dashed;border-color:color-mix(in srgb, var(--muted) 50%, transparent);color:var(--muted);font-style:italic;font-weight:500}td.tone-ok{color:var(--ok);font-weight:600}td.tone-bad{color:var(--gap);font-weight:600}td.tone-warn{color:var(--warn)}td.tone-unknown{color:var(--muted);font-style:italic}.quiz-reason{color:var(--muted);font-size:12.5px;line-height:1.5;display:block}.quiz-limit{border-radius:var(--radius-sm);border:1px solid color-mix(in srgb, var(--warn) 35%, transparent);background:var(--warn-soft);color:var(--ink-2);margin:0;padding:9px 12px;font-size:12.5px;line-height:1.55}.quiz-empty{color:var(--muted);margin:0;font-size:13.5px}.quiz-best{margin:0;font-size:14px}.quiz-best-label{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px}.quiz-start-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.quiz-cannot-start{flex-direction:column;gap:5px;display:flex}.quiz-attempts-heading{margin:6px 0 0;font-size:14px}.quiz-table-wrap{overflow-x:auto}.quiz-attempts{border-collapse:collapse;width:100%;font-size:13px}.quiz-attempts th,.quiz-attempts td{text-align:start;border-bottom:1px solid var(--line-2);vertical-align:middle;padding:9px 10px}.quiz-attempts thead th{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-size:10.5px;font-weight:620}.quiz-attempts tbody th{white-space:nowrap;font-weight:600}.quiz-attempts tbody th .quiz-chip{margin-inline-start:6px}.quiz-attempts tr.is-preview{background:var(--card-2)}.quiz-attempt-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.quiz-take,.quiz-review{flex-direction:column;gap:14px;display:flex}.quiz-take-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.quiz-timer{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card-2);flex-direction:column;flex:none;align-items:flex-end;gap:2px;padding:8px 14px;display:flex}.quiz-timer-label{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-size:10.5px}.quiz-timer-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:20px;font-weight:600}.quiz-timer.is-urgent{border-color:var(--gap);background:var(--gap-soft)}.quiz-timer.is-urgent .quiz-timer-value{color:var(--gap)}.quiz-timeup{border-radius:var(--radius-sm);border:1px solid var(--gap);background:var(--gap-soft);flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;display:flex}.quiz-timeup p{color:var(--ink);margin:0;font-size:13px}.quiz-take-bar{border-radius:var(--radius-sm);border:1px solid var(--line-2);background:var(--card-2);flex-wrap:wrap;align-items:center;gap:12px;padding:9px 12px;display:flex}.quiz-progress{margin:0;font-size:12.5px;font-weight:600}.quiz-savestate{color:var(--muted);margin:0;margin-inline-start:auto;font-size:12px}.quiz-savestate.is-saved{color:var(--ok)}.quiz-savestate.is-dirty{color:var(--warn)}.quiz-savestate.is-failed{color:var(--gap);font-weight:600}.quiz-q-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.quiz-q{border-radius:var(--radius);border:1px solid var(--line);background:var(--card);padding:16px;display:block}.quiz-q.is-flagged{border-inline-start:3px solid var(--brass)}.quiz-q-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.quiz-q-number{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin:0;font-size:13px}.quiz-q-head-meta{align-items:center;gap:8px;display:flex}.quiz-q-stem{color:var(--ink);margin:0 0 12px;font-size:14.5px;line-height:1.6}.quiz-q-stem p:last-child{margin-bottom:0}.quiz-q-stem.is-missing{color:var(--muted);font-style:italic}.quiz-flag{appearance:none;border:1px solid var(--line);cursor:pointer;font:inherit;color:var(--ink-2);background:0 0;border-radius:999px;padding:3px 10px;font-size:11px}.quiz-flag.is-on{border-color:var(--brass-line);background:var(--brass-soft);color:var(--brass-ink);font-weight:600}.quiz-flag:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.quiz-opts{border:0;flex-direction:column;gap:7px;margin:0;padding:0;display:flex}.quiz-opt{cursor:pointer;border-radius:var(--radius-sm);border:1px solid var(--line-2);background:var(--card-2);align-items:flex-start;gap:10px;padding:9px 12px;display:flex}.quiz-opt:hover{border-color:var(--brass-line)}.quiz-opt.is-chosen{border-color:var(--brass-line);background:var(--brass-soft)}.quiz-opt input{flex:none;margin-top:3px}.quiz-opt-body{flex-wrap:wrap;align-items:baseline;gap:8px;font-size:13.5px;line-height:1.5;display:flex}.quiz-opt-yours{text-transform:uppercase;letter-spacing:.03em;color:var(--brass-ink);flex:none;margin-inline-start:auto;font-size:10.5px;font-weight:620}.quiz-opt-mark{text-transform:uppercase;letter-spacing:.03em;font-size:10.5px;font-weight:620}.quiz-opt-mark.is-correct{color:var(--ok)}.quiz-opt-mark.is-wrong{color:var(--gap)}.quiz-q.is-review .quiz-opt{cursor:default}.quiz-q.is-review .quiz-opt:hover{border-color:var(--line-2)}.quiz-answer-label{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin-bottom:5px;font-size:11px;display:block}.quiz-answer-input,.quiz-essay{box-sizing:border-box;width:100%;font:inherit;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card-2);color:var(--ink);padding:9px 11px;font-size:14px}.quiz-essay{resize:vertical;line-height:1.6}.quiz-answer-input:focus-visible,.quiz-essay:focus-visible{outline:2px solid var(--brass);outline-offset:1px}.quiz-answer-input[readonly],.quiz-essay[readonly]{background:var(--card-3);color:var(--ink-2)}.quiz-q-unsupported{border-radius:var(--radius-sm);border:1px dashed color-mix(in srgb, var(--muted) 45%, transparent);background:var(--card-2);flex-direction:column;align-items:flex-start;gap:9px;padding:12px 14px;display:flex}.quiz-q-unsupported p{color:var(--ink-2);margin:0;font-size:13px;line-height:1.55}.quiz-q-feedback{flex-direction:column;gap:6px;margin-top:12px;display:flex}.quiz-fb{border-radius:var(--radius-sm);margin:0;padding:8px 11px;font-size:13px;line-height:1.55}.quiz-fb--specific{background:var(--info-soft);color:var(--ink)}.quiz-fb--right{background:var(--ok-soft);color:var(--ink)}.quiz-fb--general{background:var(--card-2);color:var(--ink-2)}.quiz-fb-label{font-weight:620}.quiz-take-foot{flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:6px;display:flex}.quiz-review-mark{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card-2);flex-direction:column;flex:none;gap:2px;padding:10px 16px;display:flex}.quiz-review-mark-label{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-size:10.5px}.quiz-review-mark-value{font-variant-numeric:tabular-nums;font-size:20px;font-weight:640}.quiz-review-mark.tone-ok{border-color:color-mix(in srgb, var(--ok) 40%, transparent)}.quiz-review-mark.tone-ok .quiz-review-mark-value{color:var(--ok)}.quiz-review-mark.tone-bad{border-color:color-mix(in srgb, var(--gap) 40%, transparent)}.quiz-review-mark.tone-bad .quiz-review-mark-value{color:var(--gap)}.quiz-review-mark.tone-warn{border-color:color-mix(in srgb, var(--warn) 45%, transparent);background:var(--warn-soft)}.quiz-review-mark.tone-unknown{border-style:dashed}.quiz-review-mark.tone-unknown .quiz-review-mark-value{color:var(--muted);font-size:15px;font-style:italic}.quiz-review-pass{text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:620}.quiz-review-mark.tone-ok .quiz-review-pass{color:var(--ok)}.quiz-review-mark.tone-bad .quiz-review-pass{color:var(--gap)}.quiz-review-facts{flex-wrap:wrap;gap:6px 22px;margin:0;display:flex}.quiz-review-fact dt{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-size:10.5px}.quiz-review-fact dd{margin:2px 0 0;font-size:13px}.quiz-cost{color:var(--ink-2);flex-direction:column;gap:5px;margin:0 0 14px;padding-inline-start:20px;font-size:13.5px;display:flex}.quiz-impact{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card-2);margin:0 0 14px;padding:12px 14px}.quiz-impact p{margin:0;font-size:13.5px;line-height:1.55}.quiz-impact p+p{margin-top:8px}.quiz-impact.is-warning{border-color:var(--gap);background:var(--gap-soft)}.mdl-viewer--wide{width:min(900px,96vw);max-width:900px}.ua-page{max-width:760px}.ua-scope{max-width:62ch;color:var(--muted);margin:8px 0 0;font-size:12.5px;line-height:1.6}.ua-tabs{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:4px;margin-bottom:18px;display:flex}.ua-tab{appearance:none;cursor:pointer;font:inherit;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:9px 14px;font-size:13.5px;font-weight:560}.ua-tab:hover{color:var(--ink)}.ua-tab.on{color:var(--ink);border-bottom-color:var(--brass)}.ua-tab:focus-visible{outline:2px solid var(--brass);outline-offset:-2px;border-radius:var(--radius-xs)}.ua-panel{display:block}.ua-form{flex-direction:column;gap:14px;max-width:560px;display:flex}.ua-lookup{align-items:flex-end;gap:10px;display:flex}.ua-lookup .ua-field{flex:auto}.ua-lookup .btn{flex:none;margin-bottom:1px}.ua-lede{color:var(--ink-2);margin:0;font-size:13.5px;line-height:1.6}.ua-row{flex-wrap:wrap;gap:14px;display:flex}.ua-row .ua-field{flex:200px}.ua-field{flex-direction:column;gap:5px;display:flex}.ua-field>label{color:var(--ink);font-size:12px;font-weight:600}.ua-field input{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card);color:var(--ink);padding:9px 11px;font-size:14px}.ua-field input:focus-visible{outline:2px solid var(--brass);outline-offset:1px}.ua-field input:disabled{background:var(--card-3);color:var(--muted)}.ua-field input[aria-invalid=true]{border-color:var(--gap)}.ua-field small{color:var(--muted);font-size:11.5px;line-height:1.5}.ua-field small.ua-invalid{color:var(--gap);font-weight:560}.ua-check{cursor:pointer;align-items:flex-start;gap:9px;font-size:13px;display:flex}.ua-check input{margin-top:2px}.ua-note{border-radius:var(--radius-sm);background:var(--card-2);border:1px solid var(--line-2);color:var(--ink-2);margin:0;padding:10px 12px;font-size:12.5px;line-height:1.6}.ua-note--strong{border-color:color-mix(in srgb, var(--info) 40%, transparent);background:var(--info-soft);color:var(--ink);font-weight:500}.ua-warn{border-radius:var(--radius-sm);border:1px solid var(--gap);background:var(--gap-soft);color:var(--ink);margin:0;padding:10px 12px;font-size:12.5px;line-height:1.6}.ua-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ua-missing{color:var(--muted);font-size:12.5px}.ua-result{color:var(--ink-2);margin:18px 0 0;font-size:13.5px}.avail-editor{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card-2);flex-direction:column;gap:12px;margin:10px 0 4px;padding:14px;display:flex}.avail-heading{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin:0;font-size:13px}.avail-current{color:var(--ink-2);margin:0;font-size:12.5px;line-height:1.55}.avail-current-label{color:var(--ink);font-weight:620}.avail-empty{color:var(--muted);margin:0;font-size:12.5px}.avail-held,.avail-blocked{border-radius:var(--radius-sm);border:1px solid color-mix(in srgb, var(--info) 40%, transparent);background:var(--info-soft);flex-direction:column;align-items:flex-start;gap:8px;margin:0;padding:11px 13px;display:flex}.avail-held p,.avail-blocked p{color:var(--ink);margin:0;font-size:12.5px;line-height:1.6}.avail-held-reason code,.avail-blocked code{font-family:var(--font-mono);color:var(--ink-2);overflow-wrap:anywhere;font-size:11px;display:block}.avail-op{max-width:260px}.avail-rows{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.avail-row{border-radius:var(--radius-sm);border:1px solid var(--line-2);background:var(--card);flex-direction:column;gap:9px;padding:11px 12px;display:flex}.avail-group{border-radius:var(--radius-sm);border:1px dashed var(--line-2);background:var(--surface-2,var(--card));flex-direction:column;gap:9px;padding:10px 12px;display:flex}.avail-group-head{align-items:center;gap:9px;display:flex}.avail-group-label{color:var(--text-secondary);font-size:12px;font-weight:600}.avail-row.is-opaque{background:var(--card-2);border-style:dashed}.avail-row-head{align-items:center;gap:9px;display:flex}.avail-row-index{background:var(--card-3);block-size:20px;inline-size:20px;color:var(--muted);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:620;display:inline-flex}.avail-row-type{font-size:12.5px;font-weight:620}.avail-remove{appearance:none;cursor:pointer;color:var(--muted);border-radius:var(--radius-xs);background:0 0;border:0;margin-inline-start:auto;padding:2px 6px;font-size:13px}.avail-remove:hover{color:var(--gap);background:var(--gap-soft)}.avail-remove:focus-visible{outline:2px solid var(--brass);outline-offset:1px}.avail-fields{flex-wrap:wrap;gap:10px;display:flex}.avail-field{flex-direction:column;gap:4px;min-width:140px;display:flex}.avail-field>label{color:var(--muted);font-size:11px;font-weight:600}.avail-field input,.avail-field select{font:inherit;border-radius:var(--radius-xs);border:1px solid var(--line);background:var(--card);color:var(--ink);padding:6px 9px;font-size:13px}.avail-field input:focus-visible,.avail-field select:focus-visible{outline:2px solid var(--brass);outline-offset:1px}.avail-field input:disabled{background:var(--card-3);color:var(--muted)}.avail-field small{color:var(--muted);max-width:34ch;font-size:11px;line-height:1.45}.avail-opaque{flex-direction:column;gap:7px;display:flex}.avail-opaque p{color:var(--ink-2);margin:0;font-size:12px;line-height:1.5}.avail-opaque code{font-family:var(--font-mono);overflow-wrap:anywhere;font-size:11px}.avail-shown{cursor:pointer;color:var(--ink-2);align-items:flex-start;gap:8px;font-size:12px;display:flex}.avail-shown input{margin-top:2px}.avail-shown-note{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.avail-add{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.avail-add select{font:inherit;border-radius:var(--radius-xs);border:1px solid var(--line);background:var(--card);color:var(--ink);padding:6px 9px;font-size:13px}.avail-invalid{color:var(--warn);margin:0;font-size:12.5px;font-weight:560}.avail-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.avail-unchanged{color:var(--muted);font-size:12px}.avail-json summary{color:var(--muted);cursor:pointer;font-size:12px}.avail-json code{font-family:var(--font-mono);overflow-wrap:anywhere;margin-top:6px;font-size:11px;display:block}.wd-transition--rule{flex-wrap:wrap;align-items:flex-start}.wd-transition--rule code{font-family:var(--font-mono);overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%;font-size:11px}.wd-held-reason{margin:6px 0 0}.wd-held-reason code{font-family:var(--font-mono);overflow-wrap:anywhere;font-size:11px}.as-group{border:1px solid var(--line-2);border-radius:var(--radius-sm);flex-direction:column;gap:11px;margin:0 0 12px;padding:12px 14px;display:flex}.as-group>legend{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:0 6px;font-size:11px;font-weight:700}.as-group--readonly{background:var(--card-2)}.as-field{flex-direction:column;gap:5px;display:flex}.as-field>label{color:var(--ink);font-size:12px;font-weight:600}.as-field>small{color:var(--muted);font-size:11.5px;line-height:1.5}.as-field input[type=text]{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card);color:var(--ink);padding:8px 11px;font-size:14px}.as-field input[type=text]:focus-visible{outline:2px solid var(--brass);outline-offset:1px}.as-facts{grid-template-columns:minmax(120px,auto) 1fr;gap:6px 16px;margin:0;display:grid}.as-fact{display:contents}.as-fact dt{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);font-size:11px}.as-fact dd{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:13px}.as-unset{color:var(--muted)}.as-unknown{color:var(--muted);font-style:italic}.as-unknown:after{content:""}.as-fact.is-unreported dt{border-bottom:1px dashed color-mix(in srgb, var(--muted) 45%, transparent)}.op-shell{background:var(--paper);flex-direction:column;min-height:100vh;display:flex}.op-bar{background:var(--dark-1);border-bottom:1px solid var(--dark-line)}.op-bar-inner{flex-wrap:wrap;align-items:center;gap:14px;max-width:1180px;margin:0 auto;padding:11px 20px;display:flex}.op-brand{color:var(--on-dark);align-items:baseline;gap:9px;display:flex}.op-mark{color:var(--brass-bright);font-size:16px}.op-brand-name{letter-spacing:-.01em;font-size:15px;font-weight:640}.op-scope-chip{text-transform:uppercase;letter-spacing:.06em;background:var(--brass-bright);color:var(--dark-1);border-radius:999px;padding:2px 9px;font-size:10.5px;font-weight:700}.op-spacer{flex:1}.op-id{color:var(--on-dark);align-items:center;gap:9px;display:flex}.op-avatar{background:var(--dark-2);border:1px solid var(--dark-line);block-size:30px;inline-size:30px;color:var(--on-dark);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:11.5px;font-weight:700;display:inline-flex}.op-id-text{flex-direction:column;line-height:1.25;display:flex}.op-id-name{font-size:13px;font-weight:560}.op-id-role{color:var(--on-dark-muted);font-size:10.5px}.op-bar .btn.ghost{color:var(--on-dark);background:0 0;border-color:#ffffff52}.op-bar .btn.ghost:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff52}.op-bar .btn.ghost:focus-visible{border-color:#fff;outline:none;box-shadow:0 0 0 4px #ffffff2e}.op-bar .skin-toggle-mount{flex:none;align-items:center;display:inline-flex}.op-bar .skin-toggle--pill{border-color:var(--dark-line);color:var(--on-dark);white-space:nowrap;background:0 0}.op-bar .skin-toggle--pill:hover{background:var(--dark-2);border-color:var(--brass-bright);color:var(--on-dark)}.op-bar .skin-toggle--pill:focus-visible{outline:2.5px solid var(--brass-bright);outline-offset:2px}.op-nav{background:var(--dark-2);border-bottom:1px solid var(--dark-line)}.op-nav-inner{flex-wrap:wrap;gap:2px;max-width:1180px;margin:0 auto;padding:0 20px;display:flex}.op-tab{color:var(--on-dark-muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 15px;font-size:13px;font-weight:560;text-decoration:none}.op-tab:hover{color:var(--on-dark)}.op-tab.on{color:var(--on-dark);border-bottom-color:var(--brass-bright)}.op-tab:focus-visible{outline:2px solid var(--brass-bright);outline-offset:-2px;border-radius:var(--radius-xs)}.op-banner{border-radius:var(--radius-sm);border:1px solid var(--brass-line);background:var(--brass-soft);max-width:1180px;color:var(--brass-ink);inline-size:calc(100% - 40px);margin:14px auto 0;padding:9px 14px;font-size:12.5px;font-weight:560;line-height:1.5}.op-fixture-banner{border-radius:var(--radius-sm);border:1px solid var(--danger);background:var(--gap-soft);max-width:1180px;color:var(--danger);inline-size:calc(100% - 40px);margin:10px auto 0;padding:10px 14px;font-size:12.5px;font-weight:560;line-height:1.55}.op-fixture-banner strong{font-weight:720}:root[data-theme=dark] .op-fixture-banner{color:#f2a6b2;border-color:#f2a6b2}.op-body{width:100%;max-width:1180px;margin:0 auto;padding:18px 20px 48px}.op-denied{text-align:start;max-width:560px;margin:64px auto}.op-denied-title{margin:0 0 10px;font-size:1.3rem}.op-denied-body{opacity:.85;margin:0 0 20px;line-height:1.65}.wz{flex-direction:column;gap:18px;max-width:760px;display:flex}.wz-title{letter-spacing:-.01em;margin:0;font-size:22px}.wz-lede{color:var(--ink-2);max-width:62ch;margin:0;font-size:14px;line-height:1.65}.wz-note{color:var(--muted);font-size:12px;line-height:1.5}.wz-rail{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.wz-rail-step{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12.5px;display:inline-flex}.wz-rail-step.done{border-color:color-mix(in srgb, var(--ok) 40%, transparent);color:var(--ok)}.wz-rail-step.on{border-color:var(--brass);background:var(--brass-soft);color:var(--brass-ink);font-weight:620}.wz-rail-index{background:var(--card-3);border-radius:999px;flex:none;justify-content:center;align-items:center;block-size:18px;inline-size:18px;font-size:10.5px;font-weight:700;display:inline-flex}.wz-rail-step.on .wz-rail-index{background:var(--brass);color:#fff}.wz-group{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);flex-direction:column;gap:14px;margin:0;padding:16px 18px;display:flex}.wz-group>legend{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:0 8px;font-size:11px;font-weight:700}.wz-field{flex-direction:column;gap:5px;display:flex}.wz-field>label{font-size:12.5px;font-weight:620}.wz-field input{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--card-2);color:var(--ink);padding:9px 12px;font-size:14px}.wz-field input:focus-visible{outline:2px solid var(--brass);outline-offset:1px}.wz-field input[aria-invalid=true]{border-color:var(--gap)}.wz-field small{color:var(--muted);max-width:58ch;font-size:11.5px;line-height:1.55}.wz-field input[aria-invalid=true]+small{color:var(--gap);font-weight:560}.wz-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.wz-site{grid-template-columns:minmax(150px,auto) 1fr;gap:6px 16px;margin:0;display:grid}.wz-site dt{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);font-size:11px}.wz-site dd{overflow-wrap:anywhere;margin:0;font-size:13px}.wz-site code{font-family:var(--font-mono);font-size:12px}.wz-checks{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.wz-check{border-radius:var(--radius-sm);border:1px solid var(--line-2);background:var(--card-2);gap:11px;padding:11px 13px;display:flex}.wz-check-mark{background:var(--card-3);block-size:22px;inline-size:22px;color:var(--muted);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.wz-check.tone-ok{border-color:color-mix(in srgb, var(--ok) 35%, transparent)}.wz-check.tone-ok .wz-check-mark{background:var(--ok-soft);color:var(--ok)}.wz-check.tone-bad{border-color:color-mix(in srgb, var(--gap) 35%, transparent)}.wz-check.tone-bad .wz-check-mark{background:var(--gap-soft);color:var(--gap)}.wz-check.tone-unknown{border-style:dashed}.wz-check.tone-unknown .wz-check-mark{background:var(--slate-soft);color:var(--slate)}.wz-check-body{flex-direction:column;gap:5px;min-width:0;display:flex}.wz-check-title{flex-wrap:wrap;align-items:baseline;gap:8px;margin:0;font-size:13.5px;font-weight:620;display:flex}.wz-check-advisory{text-transform:uppercase;letter-spacing:.04em;background:var(--warn-soft);color:var(--warn);border-radius:999px;padding:1px 7px;font-size:10px;font-weight:700}.wz-check-status{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin:0;font-size:11px;font-weight:620}.wz-check-detail{color:var(--ink-2);margin:0;font-size:12.5px;line-height:1.55}.wz-check-fix{border-radius:var(--radius-xs);background:var(--info-soft);color:var(--ink);margin:0;padding:8px 11px;font-size:12.5px;line-height:1.6}.wz-check-values{grid-template-columns:auto 1fr;gap:3px 12px;margin:2px 0 0;display:grid}.wz-check-values dt{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);font-size:10.5px}.wz-check-values dd{margin:0}.wz-check-values code{font-family:var(--font-mono);overflow-wrap:anywhere;font-size:11.5px}.wz-blocked{border-radius:var(--radius-sm);border:1px solid var(--gap);background:var(--gap-soft);color:var(--ink);margin:0;padding:11px 13px;font-size:13px;font-weight:560}.wz-ack{cursor:pointer;align-items:flex-start;gap:9px;font-size:13px;display:flex}.wz-ack input{margin-top:3px}.wz-will-do{border-radius:var(--radius-sm);background:var(--card-2);border:1px solid var(--line-2);color:var(--ink-2);flex-direction:column;gap:6px;margin:0;padding:12px 14px;padding-inline-start:32px;font-size:12.5px;line-height:1.6;display:flex}.wz-error{border-radius:var(--radius-sm);border:1px solid var(--gap);background:var(--gap-soft);flex-direction:column;align-items:flex-start;gap:9px;padding:11px 13px;display:flex}.wz-error p{margin:0;font-size:13px;line-height:1.55}.wz-steps-report{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.wz-step-report{border-radius:var(--radius-sm);border:1px solid var(--line-2);background:var(--card-2);flex-wrap:wrap;align-items:baseline;gap:10px;padding:10px 12px;font-size:13px;display:flex}.wz-step-report.is-done{border-color:color-mix(in srgb, var(--ok) 32%, transparent)}.wz-step-report.is-failed{border-color:var(--gap);background:var(--gap-soft)}.wz-step-report.is-skipped{color:var(--muted);border-style:dashed}.wz-step-mark{font-weight:700}.wz-step-report.is-done .wz-step-mark{color:var(--ok)}.wz-step-report.is-failed .wz-step-mark{color:var(--gap)}.wz-step-name{font-weight:620}.wz-step-status{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-size:11px}.wz-step-detail{font-family:var(--font-mono);color:var(--ink-2);overflow-wrap:anywhere;margin-inline-start:auto;font-size:11.5px}.op-hydrating{text-align:center;color:var(--muted);padding:48px 20px;font-size:13.5px}.route-loading{text-align:center;min-height:40vh;color:var(--muted);padding:48px 20px;font-size:13.5px}.tp{flex-direction:column;gap:16px;display:flex}.tp-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.tp-head-actions{align-items:center;gap:10px;display:flex}.tp-title{letter-spacing:-.01em;margin:0;font-size:22px}.tp-lede{color:var(--ink-2);margin:6px 0 0;font-size:13.5px}.tp-readat{color:var(--muted)}.tp-attention{border-radius:var(--radius-sm);border:1px solid var(--gap);background:var(--gap-soft);color:var(--ink);margin:0;padding:11px 14px;font-size:13.5px;font-weight:560;line-height:1.55}.tp-allwell{border-radius:var(--radius-sm);border:1px solid color-mix(in srgb, var(--ok) 35%, transparent);background:var(--ok-soft);color:var(--ink);margin:0;padding:9px 13px;font-size:13px}.tp-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.tp-card{border-radius:var(--radius);border:1px solid var(--line);background:var(--card);flex-direction:column;gap:10px;padding:15px 17px;display:flex}.tp-card.is-failing,.tp-card.is-broken{border-inline-start:3px solid var(--gap)}.tp-card.is-provisioning,.tp-card.is-unverified,.tp-card.is-no_credential{border-inline-start:3px solid var(--warn)}.tp-card.is-ready{border-inline-start:3px solid var(--ok)}.tp-card.is-disabled{border-inline-start:3px solid var(--slate);background:var(--card-2)}.tp-card.is-unknown{border-inline-start:3px dashed var(--muted)}.tp-card-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;display:flex}.tp-card-title{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.tp-card-title h2{margin:0;font-size:16px}.tp-slug{font-family:var(--font-mono);color:var(--muted);font-size:11.5px}.tp-state{text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--line);background:var(--card-2);color:var(--ink-2);border-radius:999px;flex:none;padding:3px 11px;font-size:11px;font-weight:700}.tp-state.tone-ok{border-color:color-mix(in srgb, var(--ok) 40%, transparent);background:var(--ok-soft);color:var(--ok)}.tp-state.tone-warn{border-color:color-mix(in srgb, var(--warn) 45%, transparent);background:var(--warn-soft);color:var(--warn)}.tp-state.tone-bad{border-color:var(--gap);background:var(--gap-soft);color:var(--gap)}.tp-state.tone-muted{color:var(--muted)}.tp-state.tone-unknown{color:var(--muted);border-style:dashed;font-style:italic;font-weight:600}.tp-url{margin:0;font-size:12.5px}.tp-url-label{color:var(--muted)}.tp-url code{font-family:var(--font-mono);overflow-wrap:anywhere;font-size:12px}.tp-next{border-radius:var(--radius-sm);background:var(--info-soft);color:var(--ink);margin:0;padding:9px 12px;font-size:12.5px;line-height:1.6}.tp-probe-detail{color:var(--gap);margin:0;font-size:12px;font-weight:560}.tp-facts{flex-wrap:wrap;gap:6px 20px;margin:2px 0 0;display:flex}.tp-fact{flex-direction:column;gap:2px;display:flex}.tp-fact dt{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);font-size:10.5px}.tp-fact dd{margin:0;font-size:12.5px;font-weight:560}.tp-fact.tone-ok dd{color:var(--ok)}.tp-fact.tone-warn dd{color:var(--warn)}.tp-fact.tone-unknown dt{border-bottom:1px dashed color-mix(in srgb, var(--muted) 45%, transparent)}.tp-fact.tone-unknown dd{color:var(--muted);font-style:italic;font-weight:500}.tp-flags{flex-wrap:wrap;align-items:baseline;gap:6px;margin:0;font-size:12.5px;display:flex}.tp-flags-label{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:10.5px}.tp-card-actions{justify-content:flex-end;padding-top:2px;display:flex}.tp-flag{font-family:var(--font-mono);background:var(--card-3);color:var(--ink-2);border-radius:999px;padding:1px 7px;font-size:11px}.tp-unknown{color:var(--muted);font-style:italic}.tp-muted{color:var(--muted)}.tp-empty{border-radius:var(--radius);text-align:start;border:1px dashed var(--line);background:var(--card-2);flex-direction:column;align-items:flex-start;gap:14px;padding:32px 20px;display:flex}.tp-empty p{color:var(--ink-2);max-width:60ch;margin:0;font-size:13.5px;line-height:1.65}.tp-error{border-radius:var(--radius-sm);border:1px solid var(--warn);background:var(--warn-soft);flex-direction:column;align-items:flex-start;gap:11px;padding:14px 16px;display:flex}.tp-error p{color:var(--ink);max-width:62ch;margin:0;font-size:13.5px;line-height:1.6}.tp-scope{border-radius:var(--radius-sm);background:var(--card-2);border:1px solid var(--line-2);color:var(--muted);max-width:72ch;margin:4px 0 0;padding:11px 13px;font-size:12px;line-height:1.6}.ce-row{flex-wrap:wrap}.as-form,.avail-editor{flex:100%;min-width:0}.avail-editor{margin-inline-start:74px}@media (width<=640px){.as-form,.avail-editor{margin-inline-start:0}}.ce-course-settings{margin:0 0 20px}.ce-course-settings>h3{color:var(--text-primary);margin:0 0 10px;font-size:15px;font-weight:720}.ce-video-panel{border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb, var(--card) 92%, var(--accent) 8%);margin:0 0 20px;padding:18px}.ce-video-head,.ce-video-summary{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ce-video-head h3{margin:0;font-size:16px}.ce-video-head p{color:var(--text-secondary);margin:5px 0 0;font-size:13px}.ce-video-empty,.ce-video-error{background:var(--surface-2);color:var(--text-secondary);border-radius:12px;gap:4px;margin:14px 0 0;padding:14px;display:grid}.ce-video-error{color:var(--danger);border:1px solid color-mix(in srgb, var(--danger) 28%, transparent)}.ce-video-card{border:1px solid var(--border);background:var(--card);border-radius:12px;margin-top:14px;padding:14px}.ce-video-summary>div{gap:7px;display:grid}.ce-video-state{text-transform:uppercase;letter-spacing:.04em;width:fit-content;font-size:11px;font-weight:760}.ce-video-state.is-ready{color:var(--success)}.ce-video-state.is-missing{color:var(--warning-text,#8a5b00)}.ce-video-facts{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.ce-video-facts span{background:var(--surface-2);color:var(--text-secondary);border-radius:999px;padding:6px 9px;font-size:12px}.ce-video-form{grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:12px;margin-top:14px;display:grid}.ce-video-form>p,.ce-video-form .ce-create-actions{grid-column:1/-1}.ce-video-form>p{color:var(--text-secondary);margin:0;font-size:12px}.ce-video-confirm-note{color:var(--text-secondary);font-size:13px}@media (width<=680px){.ce-video-head,.ce-video-summary{flex-direction:column;align-items:stretch}.ce-video-form{grid-template-columns:1fr}}.cs-form{border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--surface-2);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start;gap:14px 16px;padding:16px;display:grid}.cs-form>.cs-field-wide,.cs-form>.cs-check,.cs-form>button,.cs-form>.cs-hint{grid-column:1/-1}.cs-form>.cs-check,.cs-form>button{justify-self:start}.cs-field{min-width:0;color:var(--text-muted);flex-direction:column;gap:6px;font-size:11.5px;display:flex}.cs-field>span{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase}.cs-field input:not([type=checkbox]):not([type=radio]),.cs-field select{width:100%;min-width:0;min-height:40px;font:inherit;color:var(--text-primary);background:var(--bg-elevated);border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:14px}.cs-field input:focus,.cs-field select:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.cs-field>small{color:var(--text-muted);font-size:11.5px;line-height:1.5}.cs-check{background:var(--bg-elevated);min-height:40px;color:var(--text-secondary);cursor:pointer;border-radius:8px;flex-direction:row;align-items:center;gap:9px;padding:0 10px;font-size:13px}.cs-check input{accent-color:var(--accent);flex:none}.cs-check>span{letter-spacing:normal;text-transform:none;font-family:inherit}.cs-hint{color:var(--text-muted);margin:0;font-size:12px;font-style:italic}@media (pointer:coarse){.cs-field input:not([type=checkbox]):not([type=radio]),.cs-field select,.cs-check,.teacher-editor .ce-actions .btn,.teacher-editor .ce-add,.cm-actions .btn,.cm-toolbar-actions .btn{min-height:44px}}.video-source-note{margin:6px 0 0;font-size:12.5px;line-height:1.45}.video-source-note.tone-idle{color:var(--text-muted)}.video-source-note.tone-ok{color:var(--ok,#1a7f37)}.video-source-note.tone-warn{color:var(--warn,#9a6700)}.video-source-note.tone-bad{color:var(--danger,#b42318)}.sa-page-subtitle{color:var(--muted);max-width:62ch;margin:4px 0 0;font-size:14px}.sa-page{flex-direction:column;gap:28px;display:flex}.sa-page-head{margin-bottom:4px}.sa-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:8px;display:grid}.sa-dashboard-card{text-align:start;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);color:inherit;border-inline-start:3px solid var(--line);flex-direction:column;align-items:flex-start;gap:6px;padding:22px 20px;text-decoration:none;transition:all .15s;display:flex}.sa-dashboard-card:hover{box-shadow:var(--shadow-lg);border-color:var(--brass-line);transform:translateY(-2px)}.sa-dashboard-card--courses{border-inline-start-color:var(--info)}.sa-dashboard-card--affairs{border-inline-start-color:var(--brass)}.sa-dashboard-card--ipo{border-inline-start-color:var(--ok)}.sa-dashboard-icon{font-size:26px;line-height:1}.sa-dashboard-title{color:var(--ink);font-size:17px;font-weight:650}.sa-dashboard-hint{color:var(--muted);font-size:13px;line-height:1.5}.sa-profile-link{color:var(--brass-ink);align-self:flex-start;font-size:13.5px;font-weight:600;text-decoration:none}.sa-profile-link:hover{text-decoration:underline}.sa-card-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-top:8px;display:grid}.sa-section-card{text-align:start;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);color:inherit;flex-direction:column;align-items:flex-start;gap:4px;padding:16px;text-decoration:none;transition:all .13s;display:flex}.sa-section-card:hover{border-color:var(--brass-line);background:var(--card-2);transform:translateY(-1px)}.sa-section-icon{font-size:20px;line-height:1}.sa-section-title{color:var(--ink);font-size:14.5px;font-weight:640}.sa-section-hint{color:var(--muted);font-size:12.5px;line-height:1.45}.sa-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px}.sa-panel+.sa-panel{margin-top:0}.sa-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.sa-panel-title{color:var(--ink);margin:0;font-size:16px;font-weight:660}.sa-panel-desc{color:var(--muted);margin:3px 0 0;font-size:13px}.sa-record-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.sa-record-row{border:1px solid var(--line-2);border-radius:var(--radius-xs);background:var(--card-2);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.sa-record-main{flex-direction:column;gap:2px;min-width:0;display:flex}.sa-record-primary{color:var(--ink);font-size:14px;font-weight:620}.sa-record-secondary{color:var(--ink-2);font-size:12.5px}.sa-record-note{color:var(--muted);font-size:12px;font-family:var(--font-mono)}.sa-record-actions{flex:none;gap:4px;display:flex}.sa-danger-link:hover{color:var(--gap)}.sa-record-form{margin-bottom:12px}.sa-field-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:4px 16px;display:grid}.sa-field-grid .field:has(textarea){grid-column:1/-1}.sa-tag-form{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.sa-tag-form input[type=text]{flex:200px}.sa-tag-form select{flex:none}.sa-tag-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.sa-tag{background:var(--card-2);border:1px solid var(--line-2);border-radius:999px;align-items:center;gap:8px;padding-block:6px;padding-inline:14px 8px;font-size:13px;display:inline-flex}.sa-tag-meta{color:var(--muted);font-size:11.5px}.sa-tag-remove{min-width:unset;border-radius:999px;padding:2px 8px;font-size:15px;line-height:1}.sa-general-info-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px 20px;display:grid}.sa-note-stack{flex-direction:column;gap:6px;display:flex}.sa-note{color:var(--ink-2);margin:0;font-size:13px}.sa-note--muted{color:var(--muted)}.sa-note a{color:var(--brass-ink)}.pg-muted{color:var(--text-muted);font-size:13px}.pg-refused{color:var(--ink);margin:8px 0;font-size:13.5px;line-height:1.5}.pg-note{border:1px solid var(--line);border-inline-start:3px solid var(--warn,#9a6700);border-radius:var(--radius-sm);background:var(--card-2);color:var(--ink);text-wrap:pretty;margin:10px 0;padding:11px 14px;font-size:13px;line-height:1.55}.pg-note[data-note=scope],.pg-note[data-note=no_overall]{border-inline-start-color:var(--brass)}.pg-panel{flex-direction:column;gap:6px;display:flex}.pg-h4{color:var(--ink);margin:18px 0 8px;font-size:14px;font-weight:640}.pg-filters{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);box-shadow:var(--shadow);flex-wrap:wrap;align-items:flex-end;gap:12px;margin:12px 0 8px;padding:13px 15px;display:flex}.pg-filters .pg-count{border:1px solid var(--line);background:var(--card-2);font-family:var(--font-mono);letter-spacing:.02em;white-space:nowrap;border-radius:999px;flex:none;align-self:center;padding:6px 11px;font-size:11.5px}.ur-search{border-color:var(--brass-line)}.ur-search .pg-field>span{font-family:var(--font-mono);letter-spacing:.16em;color:var(--brass-ink);font-size:10px;font-weight:700}.pg-search{flex:200px;align-items:center;gap:6px;display:inline-flex}.pg-search input{flex:1;min-width:0}.pg-attention{color:var(--ink);align-items:center;gap:6px;font-size:13px;display:inline-flex}.pg-count{color:var(--text-muted);margin-inline-start:auto;font-size:12.5px}.pg-person{flex-wrap:wrap;align-items:baseline;gap:8px;display:inline-flex}.pg-person__name{font-weight:600}.pg-status,.pg-flag{background:var(--card-2);color:var(--text-muted);border-radius:999px;padding:1px 7px;font-size:11.5px;font-weight:600;display:inline-block}.pg-flag{background:color-mix(in srgb, var(--warn,#9a6700) 14%, transparent);color:var(--warn,#9a6700)}.pg-flags,.pg-marks{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:inline-flex}.pg-mark-graded{color:var(--ink)}.pg-mark-pending{color:var(--warn,#9a6700)}.pg-mark-missing{color:var(--danger,#b42318)}.pg-never{color:var(--text-muted);font-size:12px}.pg-sort{font:inherit;color:inherit;letter-spacing:inherit;text-align:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:6px;margin:0;padding:0;display:inline-flex}.pg-sort:hover{color:var(--brass)}.pg-sort:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.pg-sort__arrow{opacity:.35;font-size:9px;line-height:1}.pg-table th[data-sorted] .pg-sort{color:var(--brass)}.pg-table th[data-sorted] .pg-sort__arrow{opacity:1}.pg-table .lg-pct{flex-basis:100%;margin-inline-start:0}.pg-me{background:var(--surface-2);color:var(--text-muted)}.pg-table tbody tr[data-flagged=true] th{box-shadow:inset 2px 0 0 0 var(--warn,#9a6700)}[dir=rtl] .pg-table tbody tr[data-flagged=true] th{box-shadow:inset -2px 0 0 0 var(--warn,#9a6700)}.pg-student-head{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pg-student-head h3{margin:0;font-size:16px}.pg-student-id{flex:180px}.pg-student-id p{margin:2px 0 0}.pg-total{align-items:center;gap:8px;display:inline-flex}.pg-total-l{color:var(--text-muted);font-size:12px}.pg-limits{color:var(--text-muted);margin-top:12px;font-size:12.5px}.pg-limits ul{margin:6px 0 0;padding-inline-start:18px}@media (width<=640px){.pg-table{display:block;overflow-x:auto}.pg-count{margin-inline-start:0}}.pg-page{padding:18px 22px 40px}.pg-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.pg-page-eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:12px}.pg-page-title{margin:2px 0 4px;font-size:22px}.pg-caveat{border:1px solid var(--line-2);border-inline-start:3px solid var(--line-2);background:var(--card-2);border-radius:var(--radius-sm);text-wrap:pretty;margin:6px 0;padding:9px 12px;line-height:1.5}.pg-caveat[data-caveat=refused]{border-inline-start-color:var(--warn,#9a6700)}.pg-caveat[data-caveat=unavailable]{border-inline-start-color:var(--gap)}.pg-caveat[data-caveat=truncated]{border-inline-start-color:var(--info)}.pg-caveat[data-state=forbidden]{border-inline-start-color:var(--warn,#9a6700)}.pg-caveat[data-state=unknown]{border-inline-start-color:var(--info)}.pg-field{flex-direction:column;flex:180px;gap:3px;min-inline-size:0;display:inline-flex}.pg-field>span{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:11.5px}.pg-field input,.pg-field select{inline-size:100%;min-inline-size:0}.pg-caption{caption-side:bottom;text-align:start;color:var(--text-muted);padding-block-start:8px;font-size:12px}.btn-link{font:inherit;color:var(--info);text-align:start;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.btn-link:hover{color:var(--ink)}.pg-video-cell{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.pg-video-cell li{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.pg-reasons{flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none;display:flex}.pg-reason{background:color-mix(in srgb, var(--warn,#9a6700) 12%, transparent);color:var(--warn,#9a6700);white-space:nowrap;border-radius:999px;padding:2px 7px;font-size:11.5px}.pg-reason[data-reason=not_complete]{background:color-mix(in srgb, var(--info) 12%, transparent);color:var(--info)}.pg-activity,.pg-video{flex-direction:column;display:flex}.pg-activity-mark,.pg-activity-completion{flex-wrap:wrap;align-items:center;gap:8px;margin:0;display:flex}.pg-video-own{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin:0;display:grid}.pg-video-own .stat-tile dt{display:block}.pg-video-own .stat-tile dd{flex-wrap:wrap;align-items:center;gap:6px;margin:4px 0 0;display:flex}.rd-counts{flex-wrap:wrap;gap:6px;margin:10px 0;padding:0;list-style:none;display:flex}.rd-counts .cohort-pill.muted{background:var(--card-2);color:var(--text-muted)}.rd-rollup{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:0 0 4px;padding:0;list-style:none;display:grid}.rd-rollup .stat-tile{flex-direction:column;gap:2px;display:flex}.rd-rollup .stat-tile__value{color:var(--ink);font-size:20px;font-weight:700}.rd-rollup .stat-tile__note{color:var(--text-muted);font-size:11.5px;line-height:1.35}.rd-class,.rd-student,.rd-activity{flex-direction:column;display:flex}.rd-cell{flex-wrap:wrap;align-items:center;gap:8px;margin:0;display:flex}.rd-refused{flex-direction:column;gap:6px;display:flex}.rd-picker{flex-direction:column;gap:8px;margin:14px 0;padding:0;list-style:none;display:flex}.rd-picker li{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ur-picker-view,.ur-report{flex-direction:column;display:flex}.ur-picker{grid-template-columns:repeat(auto-fill,minmax(252px,1fr));gap:10px;margin:14px 0 6px;padding:0;list-style:none;display:grid}.ur-picker li{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);grid-template-columns:auto 1fr auto;align-items:center;gap:4px 12px;padding:13px 15px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}:is(.ur-picker li:has(.ur-pick-name:hover),.ur-picker li:has(.ur-pick-name:focus-visible)){border-color:var(--brass-line);box-shadow:var(--shadow);transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.ur-picker li{transition:none}:is(.ur-picker li:has(.ur-pick-name:hover),.ur-picker li:has(.ur-pick-name:focus-visible)){transform:none}}.ur-pick-disc{background:var(--brass-soft);border:1px solid var(--brass-line);block-size:38px;inline-size:38px;color:var(--brass-ink);font-family:var(--font-mono);letter-spacing:.02em;-webkit-user-select:none;user-select:none;border-radius:999px;grid-row:1/span 2;place-items:center;font-size:12.5px;font-weight:700;display:grid}.ur-pick-name{text-align:start;color:var(--ink);justify-self:start;font-size:14.5px;font-weight:620;text-decoration:none;transition:color .18s}.ur-pick-name:hover,.ur-pick-name:focus-visible{color:var(--brass-ink);text-underline-offset:3px;text-decoration:underline}.ur-pick-meta{grid-column:2/span 2;font-size:12px}.ur-pick-go{border-block-start:1.5px solid var(--ink-faint);border-inline-end:1.5px solid var(--ink-faint);opacity:.7;block-size:7px;inline-size:7px;transition:opacity .18s;transform:rotate(45deg)}[dir=rtl] .ur-pick-go{transform:rotate(225deg)}.ur-picker li:has(.ur-pick-name:hover) .ur-pick-go{opacity:1;border-color:var(--brass)}.pg-empty{border:1px dashed var(--line);border-radius:var(--radius-sm);background:var(--card-2);color:var(--ink);text-wrap:pretty;align-items:center;gap:12px;margin:12px 0;padding:18px;font-size:13.5px;line-height:1.55;display:flex}.pg-empty-glyph{background:var(--card);border:1px solid var(--line);block-size:34px;inline-size:34px;color:var(--muted);border-radius:999px;flex:none;place-items:center;font-size:15px;line-height:1;display:grid}.ur-states{flex-wrap:wrap;gap:6px;margin:8px 0 4px;padding:0;list-style:none;display:flex}.ur-course{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);margin-block-start:16px;padding:12px 14px}.ur-course-head{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.ur-course-head .pg-h4{margin:0}.ur-course-head .pg-total{margin-inline-start:auto}.ur-h5{color:var(--ink);margin:14px 0 6px;font-size:13px;font-weight:640}.ur-completion{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.ur-completion li{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ur-completion-name{font-weight:500}.ur-feedback-cell{white-space:pre-wrap;overflow-wrap:anywhere;max-inline-size:42ch;display:block}.ur-feedback{flex-direction:column;gap:10px;margin:10px 0;padding:0;list-style:none;display:flex}.ur-feedback li{border-inline-start:3px solid var(--brass-line,var(--line-2));background:var(--card-2);border-radius:var(--radius-sm);padding:10px 12px}.ur-feedback-where{margin:0 0 4px;font-size:13px}.ur-feedback-text{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.5}.auth-sso-error{flex-wrap:wrap;align-items:flex-start}.auth-sso-error>span{flex:200px}.auth-sso-recovery{flex-wrap:wrap;flex:1 0 100%;gap:8px;margin-top:10px;display:flex}.auth-sso-recovery .btn{font-weight:560}.rp-catalogue{flex-direction:column;gap:14px;display:flex}.rp-sub{color:var(--muted);margin:0}.rp-course-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.rp-course{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;display:flex}.rp-course-id{flex-direction:column;min-inline-size:12rem;display:flex}.rp-course-name{font-weight:600}.rp-course-key{color:var(--muted);font-family:var(--font-mono);font-size:.82em}.rp-course .btn{margin-inline-start:auto}.rp-verdict{color:var(--muted);margin:0;font-size:.88em}.rp-verdict[data-verdict=true]{color:var(--ok)}.rp-verdict[data-verdict=false]{color:var(--gap)}.rp-verdict[data-verdict=unknown]{color:var(--warn)}.rp-report{flex-direction:column;gap:12px;margin-block-start:18px;display:flex}.rp-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.rp-head h3{margin:0}.rp-counts{color:var(--muted);margin:0;font-size:.9em}.rp-omitted{color:var(--muted);margin-block-start:4px;padding-inline-start:18px;font-size:.88em;line-height:1.5}.rp-omitted li{margin-block-end:2px}.rp-omitted strong{font-family:var(--font-mono);color:var(--ink-2);font-weight:600}.rp-scroll{border:1px solid var(--line);border-radius:var(--radius-sm);overflow-x:auto}.rp-table{border-collapse:collapse;inline-size:100%;font-size:.92em}.rp-table th,.rp-table td{text-align:start;border-block-end:1px solid var(--line-2);white-space:nowrap;padding:8px 10px}.rp-table thead th{background:var(--card-2);font-weight:600;position:sticky;inset-block-start:0}.rp-table tbody th{background:var(--card);font-weight:500}.rp-table tbody tr:last-child th,.rp-table tbody tr:last-child td{border-block-end:0}.rp-suspended{border-radius:var(--radius-xs);background:var(--warn-soft);color:var(--warn);margin-inline-start:8px;padding:1px 6px;font-size:.8em}.rp-table td[data-state=complete],.rp-table td[data-state=complete_pass]{background:var(--ok-soft);color:var(--ok)}.rp-table td[data-state=complete_fail]{background:var(--gap-soft);color:var(--gap)}.rp-table td[data-state=incomplete]{background:var(--card)}.rp-table td[data-state=not_tracked]{background:var(--slate-soft);color:var(--muted)}.rp-table td[data-state=unknown]{background:var(--card-3);color:var(--muted);font-style:italic}.rp-state{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.rp-state h3{margin:0}.rp-state-msg{color:var(--ink-2);max-inline-size:60ch;margin:0}.rp-loading{color:var(--muted)}.sc-tab{inset-inline-end:0;z-index:30;background:var(--card);width:44px;color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow);cursor:pointer;border-inline-end:0;border-start-start-radius:var(--radius-sm);border-end-start-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:6px;padding:14px 0;transition:transform .16s ease-out,box-shadow .16s ease-out,border-color .16s ease-out;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.sc-tab:hover{border-color:var(--brass-line);transform:translateY(-50%)translate(-2px)}.sc-count{background:var(--brass);color:#fff;min-width:20px;font-family:var(--font-mono);text-align:center;border-radius:999px;padding:1px 5px;font-size:11px;font-weight:600}.sc-panel{inset-inline-end:0;z-index:30;background:var(--card);border-inline-start:1px solid var(--line);width:340px;max-width:92vw;box-shadow:var(--shadow-lg);flex-direction:column;transition:transform .2s ease-out;display:flex;position:fixed;top:58px;bottom:0}.sc-head{border-bottom:1px solid var(--line-2);align-items:center;gap:10px;padding:14px 16px;display:flex}.sc-head h2{margin:0;font-size:15px;font-weight:650}.sc-head-count{font-family:var(--font-mono);color:var(--muted);background:var(--card-3);border-radius:var(--radius-xs);padding:1px 7px;font-size:11px}.sc-head .icon-btn{margin-inline-start:auto}.sc-body{flex:1;padding:12px 14px;overflow-y:auto}.sc-group+.sc-group{margin-top:16px}.sc-group-head{z-index:1;background:var(--card);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;margin:0 0 7px;padding:4px 0;font-size:10.5px;display:flex;position:sticky;top:0}.sc-group-count{color:var(--ink-2)}.sc-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.sc-row{border:1px solid var(--line-2);border-radius:var(--radius-sm);background:var(--card);align-items:center;gap:8px;padding:7px 9px;transition:background .15s,border-color .15s;display:flex}.sc-row:hover{background:var(--card-2)}.sc-kind{color:var(--muted);font-family:var(--font-mono);flex:none;font-size:12px}.sc-title{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.sc-badge{font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--info);background:var(--info-soft);border-radius:var(--radius-xs);flex:none;padding:2px 6px;font-size:9.5px}.sc-remove{color:var(--muted);cursor:pointer;border-radius:var(--radius-xs);opacity:0;background:0 0;border:0;flex:none;padding:2px 4px;transition:opacity .15s,color .15s,background .15s}.sc-row:hover .sc-remove,.sc-remove:focus-visible{opacity:1}.sc-remove:hover{color:var(--gap);background:var(--gap-soft)}.sc-skeleton{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.sc-skeleton li{border-radius:var(--radius-sm);background:var(--card-3);height:34px;animation:1.6s ease-in-out infinite sc-shimmer}@keyframes sc-shimmer{0%,to{opacity:1}50%{opacity:.55}}.sc-empty{text-align:center;color:var(--muted);padding:34px 10px}.sc-empty-glyph{opacity:.55;margin-bottom:10px;font-size:26px;display:block}.sc-empty strong{color:var(--ink-2);margin-bottom:6px;font-size:14px;display:block}.sc-empty p{margin:0;font-size:12.5px;line-height:1.55}.sc-error{border:1px solid var(--gap);border-radius:var(--radius-sm);background:var(--gap-soft);padding:14px}.sc-error strong{margin-bottom:5px;font-size:13.5px;display:block}.sc-error p{color:var(--ink-2);margin:0 0 10px;font-size:12.5px}.sc-foot{border-top:1px solid var(--line-2);background:var(--card-2);flex-direction:column;gap:8px;padding:12px 14px;display:flex}.sc-clear{color:var(--muted);cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:0;padding:4px;font-size:12px;transition:color .15s}.sc-clear:hover:not(:disabled){color:var(--gap);text-decoration:underline}.sc-clear:disabled{opacity:.45;cursor:not-allowed}@media (width<=640px){.sc-panel{width:100%;max-width:100%}}.vp{max-width:1180px;margin:0 auto;padding:22px}.vp-head h1{letter-spacing:-.01em;margin:0 0 16px;font-size:21px;font-weight:700}.vp-cols{grid-template-columns:320px 1fr;align-items:start;gap:22px;display:grid}.vp-main{min-width:0}.vp-banner{border:1px solid var(--gap);border-radius:var(--radius-sm);background:var(--gap-soft);margin-bottom:14px;padding:11px 14px;font-size:13px}.vt-rail{position:sticky;top:74px}.vt-list{margin:0;padding-block:0;padding-inline:4px 0;list-style:none;position:relative}.vt-list:before{content:"";background:var(--line);width:2px;position:absolute;inset-block:10px;inset-inline-start:9px}.vt-node{cursor:pointer;border-radius:var(--radius-sm);border:1px solid #0000;align-items:flex-start;gap:12px;padding-block:9px;padding-inline:0 11px;transition:transform .16s ease-out,background .16s ease-out,border-color .16s ease-out;display:flex;position:relative}.vt-node:hover{background:var(--card-2);transform:translate(2px)}.vt-node.is-selected{background:var(--brass-soft);border-color:var(--brass-line)}.vt-dot{margin-top:4px;background:var(--card);border:2px solid var(--slate);z-index:1;border-radius:999px;flex:none;width:11px;height:11px;margin-inline-start:4px}.vt-dot--current{background:var(--brass);border-color:var(--brass)}.vt-node--current{background:var(--brass-soft);border-color:var(--brass-line)}.vt-body{flex-direction:column;gap:2px;min-width:0;display:flex}.vt-title{color:var(--ink);font-size:13.5px;font-weight:600}.vt-meta,.vt-counts{color:var(--muted);font-size:11.5px}.vt-tag{font-family:var(--font-mono);letter-spacing:.06em;color:var(--brass-ink);background:var(--card);border:1px solid var(--brass-line);border-radius:var(--radius-xs);align-self:flex-start;padding:1px 6px;font-size:9.5px}.vt-skeleton{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.vt-skeleton li{border-radius:var(--radius-sm);background:var(--card-3);height:46px;animation:1.6s ease-in-out infinite sc-shimmer}.vt-error,.vd-error{border:1px solid var(--gap);border-radius:var(--radius-sm);background:var(--gap-soft);padding:14px}.vt-error strong,.vd-error strong{margin-bottom:5px;font-size:13.5px;display:block}.vt-error p,.vd-error p{color:var(--ink-2);margin:0 0 10px;font-size:12.5px}.vt-empty{text-align:center;color:var(--muted);padding:26px 12px}.vt-empty-glyph,.vd-empty-glyph{opacity:.55;margin-bottom:10px;font-size:26px;display:block}.vt-empty strong{color:var(--ink-2);margin-bottom:6px;font-size:14px;display:block}.vt-empty p{margin:0 0 12px;font-size:12.5px;line-height:1.55}.vd-body{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:6px 0}.vd-tree,.vd-items{margin:0;padding:0;list-style:none}.vd-section+.vd-section{border-top:1px solid var(--line-2)}.vd-section-head,.vd-item-head{align-items:center;gap:9px;padding:9px 14px;transition:background .15s;display:flex}.vd-section-head:hover,.vd-item-head:hover{background:var(--card-2)}.vd-caret,.vd-item-toggle{cursor:pointer;text-align:start;border-radius:var(--radius-xs);color:inherit;font:inherit;background:0 0;border:0;flex:1;align-items:center;gap:9px;padding:2px;display:flex}.vd-caret{flex:none}.vd-caret-glyph{color:var(--muted);transition:transform .16s ease-out;display:inline-block}.vd-caret-glyph.is-open{transform:rotate(90deg)}.vd-section-title{font-size:14px;font-weight:650}.vd-section-count{color:var(--muted);font-family:var(--font-mono);font-size:11px}.vd-title{font-size:13px}.vd-tag{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--card-3);border-radius:var(--radius-xs);padding:2px 6px;font-size:9.5px}.vd-tag--muted{opacity:.8}.vd-items{padding-inline-start:26px}.vd-item+.vd-item{border-top:1px solid var(--line-2)}.vd-no-items{color:var(--muted);padding:8px 14px;font-size:12.5px;font-style:italic}.vd-pick{border-radius:var(--radius-xs);width:36px;height:28px;color:var(--muted);cursor:pointer;opacity:.5;background:0 0;border:1px solid #0000;flex:none;margin-inline-start:auto;font-size:15px;transition:opacity .15s,background .15s,color .15s,border-color .15s,transform .1s}.vd-section-head:hover .vd-pick,.vd-item-head:hover .vd-pick,.vd-pick:focus-visible,.vd-pick.is-picked{opacity:1}.vd-pick:hover:not(:disabled){background:var(--brass-soft);color:var(--brass-ink);border-color:var(--brass-line)}.vd-pick:active:not(:disabled){transform:scale(.92)}.vd-pick.is-picked{background:var(--ok-soft);color:var(--ok);border-color:var(--ok)}.vd-pick:disabled{opacity:.3;cursor:not-allowed}.vd-settings{background:var(--card-2);border-top:1px solid var(--line-2);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:9px 18px;margin:0;padding-block:9px 12px;padding-inline:26px 14px;display:grid}.vd-settings>div{min-width:0}.vd-settings dt{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:2px;font-size:9.5px}.vd-settings dd{color:var(--ink-2);overflow-wrap:anywhere;margin:0;font-size:12.5px}.vd-settings code{font-family:var(--font-mono);font-size:11px}.vd-skeleton{flex-direction:column;gap:8px;margin:0;padding:10px 14px;list-style:none;display:flex}.vd-skeleton li{border-radius:var(--radius-sm);background:var(--card-3);height:38px;animation:1.6s ease-in-out infinite sc-shimmer}.vd-empty{text-align:center;color:var(--muted);padding:40px 16px}.vd-empty strong{color:var(--ink-2);margin-bottom:6px;font-size:14.5px;display:block}.vd-empty p{margin:0;font-size:12.5px;line-height:1.55}.cp-body{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:18px}.cp-head h2{margin:0 0 4px;font-size:17px;font-weight:700}.cp-summary{color:var(--muted);margin:0 0 16px;font-size:13px}.cp-conflict{border:1px solid var(--warn);border-radius:var(--radius-sm);background:var(--warn-soft);margin-bottom:14px;padding:13px 15px}.cp-conflict-tag{font-family:var(--font-mono);letter-spacing:.06em;color:var(--warn);background:var(--card);border:1px solid var(--warn);border-radius:var(--radius-xs);padding:1px 6px;font-size:9.5px}.cp-conflict-body{margin:8px 0 11px;font-size:13px;line-height:1.55}.cp-conflict-actions{flex-wrap:wrap;gap:8px;display:flex}.cp-tree,.cp-items{margin:0;padding:0;list-style:none}.cp-section+.cp-section{margin-top:14px}.cp-section-head{border-bottom:1px solid var(--line-2);align-items:center;gap:9px;padding:8px 0;display:flex}.cp-section-title{font-size:14px;font-weight:650}.cp-section-count{color:var(--muted);font-family:var(--font-mono);font-size:11px}.cp-items{padding-inline-start:16px}.cp-item{align-items:center;gap:9px;padding:7px 0;font-size:13px;display:flex}.cp-item-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sc-badge--new{color:var(--slate);background:var(--slate-soft)}.cp-notes{border-top:1px solid var(--line-2);margin-top:18px;padding-top:14px}.cp-notes h3{margin:0 0 9px;font-size:13px;font-weight:650}.cp-notes ul{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.cp-note{align-items:baseline;gap:9px;font-size:12.5px;line-height:1.5;display:flex}.cp-note-tag{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-xs);color:var(--muted);background:var(--card-3);flex:none;padding:2px 6px;font-size:9px}.cp-note--warning .cp-note-tag{color:var(--warn);background:var(--warn-soft)}.cp-note--error .cp-note-tag{color:var(--gap);background:var(--gap-soft)}.cp-note--loss .cp-note-tag{color:var(--info);background:var(--info-soft)}.cp-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.vp-result{text-align:center;max-width:560px;margin:60px auto}.vp-result-glyph{background:var(--ok-soft);width:52px;height:52px;color:var(--ok);border-radius:999px;justify-content:center;align-items:center;margin-bottom:14px;font-size:26px;display:inline-flex}.vp-result h1{margin:0 0 8px;font-size:20px;font-weight:700}.vp-result p{color:var(--muted);margin:0 0 20px;font-size:13.5px;line-height:1.6}.vp-result .cp-actions{justify-content:center}@media (width<=860px){.vp-cols{grid-template-columns:1fr}.vt-rail{position:static}}.mt{max-width:820px;margin:0 auto;padding:22px}.mt-head h1{letter-spacing:-.01em;margin:0 0 6px;font-size:21px;font-weight:700}.mt-lede{color:var(--muted);margin:0 0 18px;font-size:13.5px;line-height:1.55}.mt-tabs{border-bottom:1px solid var(--line);gap:4px;margin-bottom:18px;display:flex}.mt-tab{cursor:pointer;color:var(--muted);border:0;background:0 0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:9px 14px;font-size:13.5px;transition:color .15s,background .15s,border-color .15s}.mt-tab:hover{color:var(--ink);background:var(--card-2)}.mt-tab.is-active{color:var(--ink);border-bottom-color:var(--brass);font-weight:600}.mt-tab--danger{color:var(--gap);margin-inline-start:auto}.mt-tab--danger:hover{color:var(--gap);background:var(--gap-soft)}.mt-tab--danger.is-active{color:var(--gap);border-bottom-color:var(--gap)}.mt-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;align-items:flex-start;gap:14px;padding:18px;display:flex}.mt-explain{color:var(--ink-2);margin:0;font-size:13.5px;line-height:1.6}.mt-field{flex-direction:column;gap:5px;width:100%;max-width:420px;display:flex}.mt-field>span,.mt-group-title{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10.5px}.mt-field>small{color:var(--muted);font-size:11.5px}.mt-field input{border:1px solid var(--accent-line,var(--line));border-radius:var(--radius-sm);background:var(--card);color:var(--text,var(--ink));padding:7px 10px;font-size:13.5px;transition:border-color .15s}.mt-field input:hover{border-color:var(--brass-line)}.mt-check{cursor:pointer;align-items:flex-start;gap:9px;font-size:13.5px;display:flex}.mt-check input{margin-top:2px}.mt-check--danger{color:var(--gap)}.mt-warn{border:1px solid var(--warn);border-radius:var(--radius-sm);background:var(--warn-soft);color:var(--ink-2);margin:0;padding:9px 12px;font-size:12.5px;line-height:1.55}.mt-done{border:1px solid var(--ok);border-radius:var(--radius-sm);background:var(--ok-soft);color:var(--ink);margin-bottom:14px;padding:10px 14px;font-size:13px}.mt-reset{border-color:var(--gap-soft)}.mt-reset.is-escalated{border-color:var(--gap);box-shadow:0 0 0 3px var(--gap-soft)}.mt-reset-head{align-items:center;gap:10px;width:100%;display:flex}.mt-reset-head h2{margin:0;font-size:17px;font-weight:700}.mt-tag-danger{font-family:var(--font-mono);letter-spacing:.06em;color:var(--gap);background:var(--gap-soft);border:1px solid var(--gap);border-radius:var(--radius-xs);padding:2px 7px;font-size:9.5px}.mt-group{border-top:1px solid var(--line-2);width:100%}.mt-group-head{cursor:pointer;text-align:start;background:0 0;border:0;align-items:center;gap:9px;width:100%;padding:11px 0;transition:background .15s;display:flex}.mt-group-head:hover{background:var(--card-2)}.mt-caret{color:var(--muted);transition:transform .16s ease-out}.mt-caret.is-open{transform:rotate(90deg)}.mt-group-count{font-family:var(--font-mono);color:var(--brass-ink);background:var(--brass-soft);border-radius:var(--radius-xs);margin-inline-start:auto;padding:1px 7px;font-size:11px}.mt-group--people .mt-group-count{color:var(--gap);background:var(--gap-soft)}.mt-group-body{border:0;flex-direction:column;gap:9px;margin:0;padding:0 0 12px;display:flex}.mt-reset-actions{border-top:1px solid var(--line-2);width:100%;padding-top:14px}.mt-reset-note{color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.5}.wc-reset-impact{flex-direction:column;gap:4px;margin:0 0 10px;padding:0;list-style:none;display:flex}.wc-reset-impact li{font-size:13.5px}.wc-reset-impact strong{color:var(--gap);font-variant-numeric:tabular-nums}.wc-reset-kept{color:var(--muted);margin:0;font-size:12.5px;line-height:1.5}.wc-personal{color:var(--gap);margin:6px 0 0;font-size:12.5px;line-height:1.5;display:block}@media (width<=640px){.mt-tabs{flex-wrap:wrap}.mt-tab--danger{margin-inline-start:0}}.mt-restore.is-escalated{border-color:var(--gap);box-shadow:0 0 0 3px var(--gap-soft)}.mt-drop{border:2px dashed var(--line);border-radius:var(--radius);background:var(--card-2);width:100%;min-height:130px;color:var(--ink-2);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:9px;font-size:13.5px;transition:border-color .15s ease-out,background .15s ease-out;display:flex}.mt-drop:hover:not(:disabled){border-color:var(--brass-line);background:var(--brass-soft)}.mt-drop.is-busy,.mt-drop:disabled{opacity:.6;cursor:progress}.mt-drop-glyph{opacity:.6;font-size:26px}.mt-drop-hint{color:var(--muted);margin:0;font-size:12px}.mt-file{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card-2);align-items:center;gap:10px;width:100%;padding:10px 13px;font-size:13px;display:flex}.mt-file-size{color:var(--muted);font-family:var(--font-mono);font-size:11.5px}.mt-file-clear{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-inline-start:auto;font-size:12px;text-decoration:underline}.mt-file-clear:hover{color:var(--brass-ink)}.mt-error{border:1px solid var(--gap);border-radius:var(--radius-sm);background:var(--gap-soft);margin:0;padding:9px 12px;font-size:12.5px}.mt-targets{border:0;flex-direction:column;gap:9px;width:100%;margin:0;padding:0;display:flex}.mt-targets legend{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:0 0 6px;font-size:10.5px}.jl-list{flex-direction:column;gap:8px;width:100%;margin:0;padding:0;list-style:none;display:flex}.jl-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card)}.jl-head{cursor:pointer;text-align:start;width:100%;font:inherit;color:inherit;background:0 0;border:0;align-items:center;gap:10px;padding:11px 13px;transition:background .15s;display:flex}.jl-head:hover{background:var(--card-2)}.jl-tag{font-family:var(--font-mono);letter-spacing:.05em;border-radius:var(--radius-xs);flex:none;padding:2px 7px;font-size:9.5px}.jl-tag--info{color:var(--info);background:var(--info-soft)}.jl-tag--danger{color:var(--gap);background:var(--gap-soft)}.jl-when{font-size:12.5px}.jl-actor{color:var(--muted);font-size:12px}.jl-status{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-xs);color:var(--muted);background:var(--card-3);margin-inline-start:auto;padding:2px 7px;font-size:10px}.jl-status--ok{color:var(--ok);background:var(--ok-soft)}.jl-status--busy{color:var(--brass-ink);background:var(--brass-soft)}.jl-status--warn{color:var(--warn);background:var(--warn-soft)}.jl-status--fail{color:var(--gap);background:var(--gap-soft)}.jl-progress{align-items:center;gap:10px;padding:0 13px 11px;display:flex}.jl-bar{background:var(--card-3);border-radius:999px;flex:1;height:4px;overflow:hidden}.jl-bar>span{background:var(--brass);height:100%;transition:width .3s;display:block}.jl-pct{font-family:var(--font-mono);color:var(--ink-2);font-variant-numeric:tabular-nums;font-size:11px}.jl-step{color:var(--muted);font-size:11.5px}.jl-note,.jl-fail{margin:0;padding:0 13px 11px;font-size:12.5px;line-height:1.5}.jl-note{color:var(--warn)}.jl-fail{color:var(--gap)}.jl-detail{border-top:1px solid var(--line-2);background:var(--card-2);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px 18px;margin:0;padding:11px 13px;display:grid}.jl-detail-wide{grid-column:1/-1}.jl-detail dt{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:3px;font-size:9.5px}.jl-detail dd{color:var(--ink-2);margin:0;font-size:12.5px}.jl-impact{flex-wrap:wrap;gap:4px 14px;margin:0;padding:0;list-style:none;display:flex}.jl-impact strong{color:var(--gap);font-variant-numeric:tabular-nums}.jl-actions{gap:8px;padding:0 13px 11px;display:flex}.jl-actions:empty{display:none}.jl-skeleton{flex-direction:column;gap:8px;width:100%;margin:0;padding:0;list-style:none;display:flex}.jl-skeleton li{border-radius:var(--radius-sm);background:var(--card-3);height:46px;animation:1.6s ease-in-out infinite sc-shimmer}.jl-error{border:1px solid var(--gap);border-radius:var(--radius-sm);background:var(--gap-soft);width:100%;padding:14px}.jl-error strong{margin-bottom:5px;font-size:13.5px;display:block}.jl-error p{color:var(--ink-2);margin:0 0 10px;font-size:12.5px}.jl-empty{text-align:center;width:100%;color:var(--muted);padding:34px 12px}.jl-empty-glyph{opacity:.55;margin-bottom:10px;font-size:26px;display:block}.jl-empty strong{color:var(--ink-2);margin-bottom:6px;font-size:14px;display:block}.jl-empty p{margin:0;font-size:12.5px;line-height:1.55}.ci{max-width:none;margin-inline:0}.ci-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--brass-ink);flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 10px;font-size:11.5px;font-weight:700;display:flex}.ci-state{letter-spacing:.04em;text-transform:none;border-radius:999px;padding-block:3px;padding-inline:10px;font-size:10.5px;font-weight:650}.ci-state--review{color:var(--ok);background:var(--ok-soft);box-shadow:inset 0 0 0 1px var(--ok-soft)}.ci-state--blocked,.ci-state--failed{color:var(--gap);background:var(--gap-soft);box-shadow:inset 0 0 0 1px var(--gap-soft)}.ci-state--draft{color:var(--ok);background:var(--ok-soft);box-shadow:inset 0 0 0 1px var(--ok-soft)}.ci-head h1{letter-spacing:-.025em;color:var(--ink);margin:0 0 8px;font-size:clamp(26px,3.4vw,36px);font-weight:700;line-height:1.12}.ci-sub{color:var(--muted);overflow-wrap:anywhere;max-width:66ch;margin:0 0 24px;font-size:14px;line-height:1.6}.ci-lede{color:var(--ink-2);max-width:62ch;margin:0 0 22px;font-size:13.5px;line-height:1.6}.ci-phases{border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(140% 300% at 0% 0%, var(--brass-soft), transparent 55%), var(--card);box-shadow:var(--shadow);scrollbar-width:thin;align-items:center;gap:0;margin:0 0 20px;padding-block:20px;padding-inline:24px;list-style:none;display:flex;position:relative;overflow-x:auto}.ci-phase{align-items:center;gap:12px;min-width:0;display:flex}.ci-phase:not(:last-child){flex:1}.ci-phase-dot{font-variant-numeric:tabular-nums;width:34px;height:34px;color:var(--muted);background:var(--card);box-shadow:inset 0 0 0 1.5px var(--line);transition:background var(--t-colour) ease, color var(--t-colour) ease, box-shadow var(--t-colour) ease, transform var(--t-move) ease;border-radius:12px;flex:none;place-items:center;font-size:13px;font-weight:700;display:grid;position:relative}.ci-phase-label{color:var(--muted);white-space:nowrap;transition:color var(--t-colour) ease;font-size:13.5px;font-weight:560}.ci-phase-line{background:var(--line-2);border-radius:999px;flex:1;min-width:24px;height:3px;margin-inline:14px}.ci-phase-line.is-done{background:var(--brass-grad)}.ci-phase.is-done .ci-phase-dot{color:var(--brass-ink);background:var(--brass-soft);box-shadow:inset 0 0 0 1.5px var(--brass-line)}.ci-phase.is-done .ci-phase-label{color:var(--ink-2)}.ci-phase.is-current .ci-phase-dot{color:var(--on-dark);background:var(--brass-grad);box-shadow:0 0 0 5px var(--brass-soft), 0 6px 16px var(--brass-line);transform:translateY(-1px)}.ci-phase.is-current .ci-phase-dot:after{content:"";box-shadow:0 0 0 1px var(--brass-line);border-radius:16px;animation:2.4s ease-out infinite ci-pulse;position:absolute;inset:-5px}.ci-phase.is-current .ci-phase-label{color:var(--ink);font-weight:700}@keyframes ci-pulse{0%{opacity:.85;transform:scale(.9)}70%,to{opacity:0;transform:scale(1.2)}}@media (width<=720px){.ci-phase:not(.is-current) .ci-phase-label{display:none}.ci-phase-line{min-width:12px;margin-inline:8px}.ci-phases{padding-inline:16px}}.ci-upload{grid-template-columns:minmax(0,1.62fr) minmax(280px,.95fr);grid-template-areas:"template template""stage next";gap:18px;display:grid}.ci-template{grid-area:template}.ci-stage{grid-area:stage}.ci-next{grid-area:next;align-self:start}@media (width<=900px){.ci-upload{grid-template-columns:minmax(0,1fr);grid-template-areas:"template""stage""next"}}.ci-stage{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);padding-block:26px;padding-inline:26px;position:relative;overflow:hidden}.ci-stage:before{content:"";background:var(--brass-grad);height:3px;position:absolute;inset-block-start:0;inset-inline:0}.ci-drop{border:1.5px dashed var(--brass-line);border-radius:var(--radius);background-color:var(--card-2);background-image:radial-gradient(120% 90% at 50% 0%, var(--brass-soft), transparent 62%), radial-gradient(circle at 1px 1px, var(--line) 1px, transparent 0);cursor:pointer;width:100%;color:var(--ink);transition:border-color var(--t-colour) ease, background-color var(--t-colour) ease, box-shadow var(--t-move) ease;background-size:auto,20px 20px;background-origin:border-box;flex-direction:column;align-items:center;gap:16px;padding-block:56px;padding-inline:24px;display:flex;position:relative;overflow:hidden}.ci-drop-glyph{background:var(--card);width:76px;height:76px;color:var(--brass);box-shadow:inset 0 0 0 1px var(--brass-line), 0 10px 24px var(--brass-line);transition:color var(--t-colour) ease, box-shadow var(--t-colour) ease, transform var(--t-move) ease;border-radius:24px;place-items:center;display:grid;position:relative}.ci-drop-glyph:before,.ci-drop-glyph:after{content:"";border:1px solid var(--brass-line);pointer-events:none;position:absolute}.ci-drop-glyph:before{opacity:.6;border-radius:30px;inset:-11px}.ci-drop-glyph:after{opacity:.3;border-radius:36px;inset:-22px}.ci-drop-glyph svg{width:32px;height:32px}.ci-drop-label{letter-spacing:-.01em;text-align:center;font-size:16px;font-weight:650}.ci-drop-formats{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.ci-fmt{font-family:var(--font-mono);letter-spacing:.04em;color:var(--brass-ink);background:var(--brass-soft);box-shadow:inset 0 0 0 1px var(--brass-line);direction:ltr;unicode-bidi:isolate;border-radius:999px;padding-block:4px;padding-inline:10px;font-size:11px;font-weight:500}.ci-drop:hover:not(:disabled){border-color:var(--brass);background-color:var(--card);box-shadow:0 10px 30px var(--brass-line)}.ci-drop:hover:not(:disabled) .ci-drop-glyph{box-shadow:inset 0 0 0 1px var(--brass-line), 0 16px 30px var(--brass-line);transform:translateY(-3px)}.ci-drop.is-over{border-color:var(--brass);background-color:var(--card);box-shadow:0 0 0 4px var(--brass-soft), 0 14px 34px var(--brass-line);border-style:solid}.ci-drop.is-over .ci-drop-glyph{box-shadow:inset 0 0 0 1.5px var(--brass), 0 18px 34px var(--brass-line);transform:translateY(-4px)scale(1.04)}.ci-drop:disabled,.ci-drop.is-busy{cursor:progress}.ci-drop.is-busy{border-color:var(--brass-line);border-style:solid}.ci-drop.is-busy .ci-drop-glyph{color:var(--brass);animation:1.4s ease-in-out infinite sc-shimmer}.ci-drop.is-busy:after{content:"";background:linear-gradient(90deg, transparent, var(--brass), transparent);background-repeat:no-repeat;background-size:55% 100%;height:3px;animation:1.15s linear infinite ci-sweep;position:absolute;inset-block-end:0;inset-inline:0}@keyframes ci-sweep{0%{background-position:-55% 0}to{background-position:155% 0}}.ci-drop-hint{color:var(--muted);text-align:center;margin:12px 0 0;font-size:12.5px}.ci-template{border-radius:var(--radius);background:radial-gradient(90% 320% at 100% 0%, var(--brass), transparent 62%), linear-gradient(120deg, var(--dark-1), var(--dark-2));color:var(--on-dark);box-shadow:var(--shadow-lg);border:0;flex-wrap:wrap;align-items:center;gap:18px;padding-block:20px;padding-inline:22px;display:flex;position:relative;overflow:hidden}[dir=rtl] .ci-template{background:radial-gradient(90% 320% at 0% 0%, var(--brass), transparent 62%), linear-gradient(240deg, var(--dark-1), var(--dark-2))}.ci-template-glyph{background:var(--dark-line);width:42px;height:42px;color:var(--on-dark);box-shadow:inset 0 0 0 1px var(--dark-line);border-radius:13px;flex:none;place-items:center;display:grid}.ci-template-glyph svg{width:21px;height:21px}.ci-template-body{flex:1;min-width:200px}.ci-template-body strong{margin-bottom:5px;font-size:15px;font-weight:650;display:block}.ci-template-body p{color:var(--on-dark-muted);margin:0;font-size:12.5px;line-height:1.55}.ci-template .btn{background:var(--on-dark);color:var(--dark-1);border-color:#0000;flex:none;font-weight:600}.ci-template .btn:hover:not(:disabled){background:var(--on-dark);box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-1px)}.ci-template .btn:focus-visible{box-shadow:0 0 0 4px var(--brass-line);border-color:#0000}.ci-next{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);padding-block:20px;padding-inline:22px}.ci-next-title{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 16px;font-size:11.5px;font-weight:700}.ci-steps{counter-reset:ci-step;margin:0;padding:0;list-style:none;display:grid}.ci-steps li{counter-increment:ci-step;color:var(--ink-2);padding-block-end:26px;padding-inline-start:42px;font-size:12.5px;line-height:1.6;position:relative}.ci-steps li:last-child{padding-block-end:0}.ci-steps li:before{content:counter(ci-step);width:27px;height:27px;color:var(--brass-ink);background:var(--brass-soft);box-shadow:inset 0 0 0 1px var(--brass-line);border-radius:9px;place-items:center;font-size:11.5px;font-weight:700;display:grid;position:absolute;inset-block-start:0;inset-inline-start:0}.ci-steps li:not(:last-child):after{content:"";background:var(--line);width:1px;position:absolute;inset-block:32px 6px;inset-inline-start:13px}[dir=rtl] .ci-steps li:before{content:counter(ci-step, arabic-indic)}.ci-drafts{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-2,var(--surface));margin-block-start:22px;padding-block:18px;padding-inline:20px}.ci-drafts-title{margin:0;font-size:15px;font-weight:640}.ci-drafts-lede{color:var(--muted);margin:4px 0 14px;font-size:12.5px;line-height:1.55}.ci-drafts-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ci-drafts-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding-block:11px;padding-inline:14px;display:flex}.ci-drafts-name{flex-direction:column;gap:2px;min-width:0;display:flex}.ci-drafts-meta{font-family:var(--mono);color:var(--muted);font-size:11.5px}.ci-drafts-actions{flex-wrap:wrap;gap:8px;display:flex}.ci-drafts-error{color:var(--muted);margin-block-start:12px;font-size:12.5px;line-height:1.5}.ci-error{border:1px solid var(--gap);border-radius:var(--radius-sm);background:var(--gap-soft);color:var(--gap);margin:14px 0 0;padding-block:11px;padding-inline:14px;font-size:12.5px;font-weight:560;line-height:1.5}.ci-counts{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:0 0 12px;display:grid}.ci-count{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);transition:box-shadow var(--t-card) ease, transform var(--t-move) ease;padding-block:16px;padding-inline:21px 18px;position:relative;overflow:hidden}.ci-count:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.ci-count:before{content:"";background:var(--slate);width:4px;position:absolute;inset-block:0;inset-inline-start:0}.ci-count--total:before{background:var(--ink-faint)}.ci-count--ok:before{background:var(--ok)}.ci-count--warning:before{background:var(--warn)}.ci-count--error:before{background:var(--gap)}.ci-count dt{color:var(--muted);margin-bottom:6px;font-size:12.5px;font-weight:560}.ci-count dd{letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--ink);margin:0;font-size:34px;font-weight:700;line-height:1}.ci-count--ok dd{color:var(--ok)}.ci-count--warning dd{color:var(--warn)}.ci-count--error dd{color:var(--gap)}.ci-count.is-zero dd{color:var(--ink-faint)}.ci-count.is-zero:before{background:var(--line)}.ci-bar{background:var(--card-3);border-radius:999px;height:6px;margin-bottom:10px;display:flex;overflow:hidden}.ci-bar-seg{min-width:3px}.ci-bar-seg--ok{background:var(--ok)}.ci-bar-seg--warning{background:var(--warn)}.ci-bar-seg--error{background:var(--gap)}.ci-tally-note{color:var(--muted);margin:0 0 16px;font-size:12.5px;line-height:1.6}.ci-issues{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);overflow:hidden}.ci-issues-head{border-block-end:1px solid var(--line-2);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;padding-block:17px;padding-inline:22px;display:flex}.ci-issues-head h2{letter-spacing:-.015em;margin:0;font-size:16px;font-weight:700}.ci-issues-count{color:var(--muted);font-size:12.5px}.ci-rows{margin:0;padding:0;list-style:none}.ci-rows .ci-row+.ci-row{border-block-start:1px solid var(--line-2)}.ci-row{transition:background var(--t-colour) ease;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:4px 16px;padding-block:16px;padding-inline:22px;display:grid;position:relative}.ci-row:hover{background:var(--card-2)}.ci-row:before{content:"";width:3px;position:absolute;inset-block:0;inset-inline-start:0}.ci-row--error:before{background:var(--gap)}.ci-row--warning:before{background:var(--warn)}.ci-row--ok:before{background:var(--ok)}.ci-row-num{font-family:var(--font-mono);color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums;padding-block-start:3px;font-size:11.5px}.ci-row-main{min-width:0}.ci-row-title{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:14.5px;font-weight:600;line-height:1.35}.ci-badge{letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-self:start;padding-block:4px;padding-inline:11px;font-size:10.5px;font-weight:650}.ci-badge--ok{color:var(--ok);background:var(--ok-soft);box-shadow:inset 0 0 0 1px var(--ok-soft)}.ci-badge--warning{color:var(--warn);background:var(--warn-soft);box-shadow:inset 0 0 0 1px var(--warn-soft)}.ci-badge--error{color:var(--gap);background:var(--gap-soft);box-shadow:inset 0 0 0 1px var(--gap-soft)}.ci-row-messages{flex-direction:column;gap:5px;margin:5px 0 0;padding:0;list-style:none;display:flex}.ci-msg{color:var(--ink-2);padding-inline-start:11px;font-size:12.5px;line-height:1.55;position:relative}.ci-msg:before{content:"";background:currentColor;border-radius:999px;width:2px;position:absolute;inset-block:3px;inset-inline-start:0}.ci-msg--error:before{background:var(--gap)}.ci-msg--warning:before{background:var(--warn)}.ci-row-raw{flex-wrap:wrap;gap:7px;margin:11px 0 0;display:flex}.ci-row-raw>div{border-radius:var(--radius-xs);background:var(--card-2);min-width:0;box-shadow:inset 0 0 0 1px var(--line-2);align-items:baseline;gap:7px;padding-block:4px;padding-inline:9px;display:flex}.ci-row:hover .ci-row-raw>div{background:var(--card-3)}.ci-row-raw dt{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);white-space:nowrap;font-size:9.5px}.ci-row-raw dd{font-family:var(--font-mono);color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:11.5px}@media (width<=620px){.ci-row{grid-template-columns:auto minmax(0,1fr)}.ci-badge{grid-column:2;justify-self:start;margin-block-start:9px}.ci-row,.ci-issues-head,.ci-verdict{padding-inline:16px}}.ci-issues-clear{align-items:center;gap:14px;padding-block:22px;padding-inline:22px;display:flex}.ci-issues-clear-glyph{background:var(--ok-soft);width:40px;height:40px;color:var(--ok);box-shadow:inset 0 0 0 1.5px var(--ok-soft);border-radius:999px;flex:none;place-items:center;display:grid}.ci-issues-clear strong{margin-bottom:3px;font-size:14px;display:block}.ci-issues-clear p{color:var(--muted);margin:0;font-size:12.5px;line-height:1.55}.ci-verdict{border-block-start:1px solid var(--line-2);background:var(--card-2);flex-wrap:wrap;align-items:center;gap:14px;padding-block:16px;padding-inline:22px;display:flex}.ci-verdict-glyph{background:var(--card);border-radius:999px;flex:none;place-items:center;width:36px;height:36px;display:grid}.ci-verdict--ready .ci-verdict-glyph{color:var(--ok);box-shadow:inset 0 0 0 1.5px var(--ok)}.ci-verdict--blocked .ci-verdict-glyph{color:var(--gap);box-shadow:inset 0 0 0 1.5px var(--gap)}.ci-verdict-body{flex:1;min-width:220px}.ci-verdict-body strong{letter-spacing:-.01em;margin-bottom:3px;font-size:14px;display:block}.ci-verdict-body p{color:var(--muted);margin:0;font-size:12.5px;line-height:1.55}.ci-verdict-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ci-group{margin-block-start:14px}.ci-group-head{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);cursor:pointer;text-align:start;width:100%;color:var(--ink);transition:background var(--t-colour) ease, border-color var(--t-colour) ease;align-items:center;gap:11px;padding-block:14px;padding-inline:18px;font-size:13.5px;font-weight:600;display:flex}.ci-group-head:hover{background:var(--card-2)}.ci-group-dot{background:var(--slate);border-radius:999px;flex:none;width:8px;height:8px}.ci-group--error .ci-group-dot{background:var(--gap)}.ci-group--warning .ci-group-dot{background:var(--warn)}.ci-group--ok .ci-group-dot{background:var(--ok)}.ci-group-title{flex:1;min-width:0}.ci-group-caret{color:var(--muted);transition:transform var(--t-move) ease;flex:none;place-items:center;display:grid}[dir=rtl] .ci-group-caret{transform:rotate(180deg)}.ci-group-head[aria-expanded=true] .ci-group-caret,[dir=rtl] .ci-group-head[aria-expanded=true] .ci-group-caret{transform:rotate(90deg)}.ci-group .ci-rows{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);margin-block-start:8px;overflow:hidden}.ci-fatal{border:1px solid var(--gap);border-radius:var(--radius);background:var(--gap-soft);align-items:flex-start;gap:15px;margin-bottom:16px;padding-block:20px;padding-inline:22px;display:flex}.ci-fatal-glyph{background:var(--card);width:42px;height:42px;color:var(--gap);box-shadow:inset 0 0 0 1.5px var(--gap);border-radius:999px;flex:none;place-items:center;display:grid}.ci-fatal-body{flex:1;min-width:200px}.ci-fatal p{color:var(--ink);overflow-wrap:anywhere;margin:0 0 14px;font-size:13.5px;line-height:1.55}.ci-rows-error{border-block-start:1px solid var(--line-2);background:var(--gap-soft);grid-template-columns:auto 1fr;align-items:start;gap:2px 13px;padding:18px;display:grid}.ci-result .ci-rows-error{border:1px solid var(--gap);border-radius:var(--radius-sm);margin-bottom:14px}.ci-rows-error-glyph{background:var(--card);width:38px;height:38px;color:var(--gap);box-shadow:inset 0 0 0 1.5px var(--gap);border-radius:999px;grid-row:1/span 3;align-self:center;place-items:center;display:grid}.ci-rows-error strong{margin-bottom:4px;font-size:13.5px}.ci-rows-error p{color:var(--ink-2);overflow-wrap:anywhere;margin:0 0 10px;font-size:12.5px}.ci-rows-error .btn{justify-self:start}.ci-skeleton{flex-direction:column;gap:8px;margin:0;padding:18px;list-style:none;display:flex}.ci-skeleton li{border-radius:var(--radius-sm);background:var(--card-3);height:62px;animation:1.6s ease-in-out infinite sc-shimmer}.ci-notice{border:1px solid var(--warn);border-radius:var(--radius-sm);background:var(--warn-soft);margin:0 0 12px;padding-block:11px;padding-inline:14px;font-size:12.5px;line-height:1.5}.ci-reconcile{border:1px solid var(--gap);border-radius:var(--radius-sm);background:var(--gap-soft);margin:0 0 12px;padding-block:12px;padding-inline:15px;font-size:12.5px;font-weight:560;line-height:1.55}.ci-result-note{border:1px solid var(--line);border-inline-start:3px solid var(--ok);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);align-items:center;gap:14px;margin:0 0 18px;padding-block:16px;padding-inline:18px;display:flex}.ci-result-glyph{background:var(--ok-soft);width:38px;height:38px;color:var(--ok);box-shadow:inset 0 0 0 1.5px var(--ok-soft);border-radius:999px;flex:none;place-items:center;display:grid}.ci-result-note p{color:var(--ink-2);margin:0;font-size:13px;line-height:1.55}.ci-result-counts{color:var(--muted);font-size:12px;font-family:var(--font-mono);letter-spacing:.01em;margin:0 0 12px}.ci-tree{flex-direction:column;gap:10px;margin:0 0 20px;padding:0;list-style:none;display:flex}.ci-tree-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);overflow:hidden}.ci-tree-section-head{background:var(--card-2);border-block-end:1px solid var(--line-2);align-items:center;gap:10px;padding-block:13px;padding-inline:18px;font-size:13.5px;display:flex}.ci-tree-items{margin:0;padding:0;list-style:none}.ci-tree-item{transition:background var(--t-colour) ease;flex-wrap:wrap;align-items:center;gap:10px;padding-block:10px;padding-inline:18px;font-size:12.5px;display:flex}.ci-tree-item:hover{background:var(--card-2)}.ci-tree-item+.ci-tree-item{border-block-start:1px solid var(--line-2)}.ci-tree-glyph{color:var(--muted);flex:none;place-items:center;display:grid}.ci-tree-section-head .ci-tree-glyph{color:var(--brass)}.ci-tree-title{min-width:0;color:var(--ink);overflow-wrap:anywhere;flex:1}.ci-tree-type{font-family:var(--font-mono);color:var(--muted);background:var(--card-2);border-radius:var(--radius-xs);padding-block:2px;padding-inline:7px;font-size:10.5px}.ci-tree-item:hover .ci-tree-type{background:var(--card-3)}.ci-tree-empty{color:var(--muted);padding-block:11px;padding-inline:18px;font-size:12px}.ci-result-actions{flex-wrap:wrap;gap:8px;display:flex}.rp-tabs{flex-wrap:wrap;gap:6px;display:flex}.rp-tabs .btn.is-on{background:var(--card-3);font-weight:600}.rp-range{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.rp-range label{color:var(--muted);flex-direction:column;gap:4px;font-size:.88em;display:flex}.rp-range-label{color:var(--muted);font-size:.85em}.rp-partial{color:var(--warn);background:var(--warn-soft);border-radius:var(--radius-xs);padding:8px 10px}.rp-builder{flex-direction:column;gap:14px;display:flex}.rp-builder-form{flex-wrap:wrap;gap:14px;display:flex}.rp-builder-form label,.rp-filter label{color:var(--muted);flex-direction:column;gap:4px;font-size:.88em;display:flex}.rp-filters,.rp-columns{border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 12px}.rp-filters legend,.rp-columns legend{color:var(--muted);padding-inline:6px;font-size:.88em}.rp-filter{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-block-end:8px;display:flex}.rp-columns{flex-wrap:wrap;gap:10px;display:flex}.rp-col{align-items:center;gap:5px;font-size:.88em;display:flex}.rp-builder-actions{flex-wrap:wrap;gap:8px;display:flex}.rp-saved-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.rp-risk-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.rp-risk{border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 12px}.rp-signal{border-inline-start:3px solid var(--line);margin-block-start:8px;padding-inline-start:10px}.rp-signal[data-about=course]{border-inline-start-color:var(--info)}.rp-evidence{margin:2px 0}.rp-unmeasured{color:var(--warn)}.adminhub-subtitle{color:var(--muted);max-width:64ch;margin:4px 0 0;font-size:14px}.adminhub-section{margin-top:26px}.adminhub-section-title{color:var(--ink);margin:0 0 12px;font-size:15px;font-weight:650}.adminhub-note{color:var(--muted);margin:8px 0 0;font-size:13.5px}.adminhub-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.adminhub-card{text-align:start;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);color:inherit;flex-direction:column;align-items:flex-start;gap:5px;padding:18px;text-decoration:none;transition:transform .14s,box-shadow .14s,border-color .14s;display:flex}.adminhub-card:hover{box-shadow:var(--shadow-lg);border-color:var(--brass-line);transform:translateY(-2px)}.adminhub-card--refused{opacity:.6;cursor:not-allowed;box-shadow:none}.adminhub-card--refused:hover{border-color:var(--line);box-shadow:none;transform:none}.adminhub-icon{font-size:24px;line-height:1}.adminhub-card-title{color:var(--ink);font-size:15.5px;font-weight:650}.adminhub-card-desc{color:var(--muted);font-size:13px;line-height:1.5}.adminhub-card-hint{color:var(--brass-ink);font-size:12px}.rp-grade-rule{color:var(--ink);font-weight:600}.rp-grade-flags{color:var(--muted);font-size:.82em}.rp-grade-total{border-inline-start:2px solid var(--line);font-weight:650}.rk-panel{border-top:1px solid var(--border);margin-block-start:22px;padding-block-start:16px}.rk-head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.rk-estimate-badge{letter-spacing:.04em;text-transform:uppercase;background:color-mix(in srgb, var(--text-muted) 14%, transparent);color:var(--text-muted);border-radius:999px;padding:2px 8px;font-size:11.5px}.rk-counts{margin-block:12px}.rk-counts .stat-note{color:var(--text-muted);font-size:11.5px}.rk-table{margin-block-start:10px}.rk-why{font-size:12.5px}.rk-factors{margin:0;padding-inline-start:16px}.rk-factors li{margin-block:2px}.rk-factor-name{font-weight:600}.rk-confidence{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:12.5px}.rk-band{border:1px solid #0000;border-radius:999px;padding:2px 9px;font-size:12px;font-weight:600;display:inline-block}.rk-band--attention{color:var(--warn,#9a6700);border-color:color-mix(in srgb, var(--warn,#9a6700) 45%, transparent)}.rk-band--monitor{color:var(--text-muted);border-color:var(--border)}.rk-band--ontrack{color:var(--ok,#1a7f37);border-color:color-mix(in srgb, var(--ok,#1a7f37) 40%, transparent)}.rk-band--unknown{color:var(--text-muted);border-color:var(--border);border-style:dashed}.rk-model{color:var(--text-muted);margin-block-start:12px;font-size:12.5px}.rk-model summary{cursor:pointer}.rk-weights{margin:6px 0 0;padding-inline-start:18px}@media (width<=640px){.rk-table{display:block;overflow-x:auto}}.adminroles-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-bottom:20px;display:grid}.role-settings{flex-direction:column;gap:16px;margin-top:24px;display:flex}.role-settings-card{border-radius:var(--radius-sm);border:1px solid var(--line-2);background:var(--card);flex-direction:column;gap:10px;padding:16px;display:flex}.role-settings-form{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.role-overrides{flex-direction:column;gap:6px;margin:8px 0 0;padding:0;list-style:none;display:flex}.role-overrides li{justify-content:space-between;align-items:center;gap:10px;display:flex}.role-override-perm{color:var(--text-secondary);font-size:12px;font-weight:600}.adminroles-course{text-align:start;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;flex-direction:column;align-items:flex-start;gap:3px;padding:14px 16px;transition:border-color .13s,background .13s;display:flex}.adminroles-course:hover{border-color:var(--brass-line);background:var(--card-2)}.adminroles-course.on{border-color:var(--brass);background:var(--card-2)}.adminroles-course-name{color:var(--ink);font-size:14.5px;font-weight:600}.adminroles-course-key{color:var(--muted);font-size:12px}.provision-step{border-bottom:1px solid var(--line);margin-top:22px;padding-bottom:18px}.provision-field{flex-direction:column;gap:5px;max-width:360px;margin-bottom:8px;display:flex}.provision-field>span{color:var(--muted);font-size:13px;font-weight:600}.provision-field input,.provision-field select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);color:var(--ink);padding:9px 11px;font-size:14px}.provision-hint{color:var(--muted);margin:6px 0 0;font-size:13px}.provision-go{margin-top:10px}.provision-go:disabled{opacity:.5;cursor:not-allowed}.provision-done{background:var(--ok-soft,var(--card-2));border:1px solid var(--line);border-radius:var(--radius);margin-top:24px;padding:16px 18px}.provision-handoff{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.operators-panel{max-width:860px}.op-panel-head{margin-bottom:16px}.op-h1{color:var(--ink);margin:0;font-size:22px;font-weight:680}.op-sub{color:var(--muted);max-width:62ch;margin:4px 0 0;font-size:14px}.op-note{color:var(--muted);margin:10px 0;font-size:13.5px}.op-warn{color:var(--warn);background:var(--warn-soft);border-radius:var(--radius-xs);margin:10px 0;padding:9px 12px}.operators-form{background:var(--card-2);border:1px solid var(--line);border-radius:var(--radius);flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:16px;padding:14px;display:flex}.operators-field{flex-direction:column;gap:4px;display:flex}.operators-field>span{color:var(--muted);font-size:12.5px;font-weight:600}.operators-field input,.operators-field select{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);color:var(--ink);padding:8px 10px;font-size:14px}.operators-table{border-collapse:collapse;width:100%}.operators-table th,.operators-table td{text-align:start;border-bottom:1px solid var(--line);padding:9px 10px;font-size:14px}.operators-table th{color:var(--muted);font-size:12px;font-weight:600}.oplogs-summary{flex-wrap:wrap;gap:14px;margin:12px 0;display:flex}.oplogs-stat{background:var(--card-2);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--muted);flex-direction:column;align-items:flex-start;padding:10px 14px;font-size:13px;display:flex}.oplogs-stat strong{color:var(--ink);font-size:20px}.oplogs-stat--warn strong{color:var(--warn)}.oplogs-table{border-collapse:collapse;width:100%;margin-top:10px}.oplogs-table th,.oplogs-table td{text-align:start;border-bottom:1px solid var(--line);padding:8px 10px;font-size:13.5px}.oplogs-table th{color:var(--muted);font-size:12px;font-weight:600}.oplogs-row--failed{background:var(--warn-soft)}.oplogs-ok{color:var(--ok);font-weight:600}.oplogs-fail{color:var(--warn);font-weight:600}.gb-import-help{color:var(--muted);max-width:68ch;margin:8px 0;font-size:13px}.gb-import-text{width:100%;font-family:var(--mono,monospace);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);color:var(--ink);resize:vertical;padding:10px;font-size:13px}.gb-import-preview{background:var(--card-2);border:1px solid var(--line);border-radius:var(--radius-sm);margin:12px 0;padding:10px 12px;font-size:13.5px}.gb-import-warnings{color:var(--warn);margin:6px 0 0;padding-inline-start:18px;font-size:13px}.ats-panel{background:var(--card-2);border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;gap:8px;margin:8px 0;padding:10px 12px;display:flex}.ats-field{color:var(--muted);flex-direction:column;gap:4px;font-size:13px;display:flex}.ats-field select{border:1px solid var(--line);border-radius:var(--radius-xs);background:var(--card);color:var(--ink);padding:7px 9px;font-size:14px}.ats-checkbox{color:var(--ink);align-items:center;gap:8px;font-size:13.5px;display:flex}.cb-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);margin-top:10px;padding:14px 16px}.cb-lede{color:var(--muted);max-width:66ch;margin:4px 0 12px;font-size:13px}.cb-list{flex-direction:column;gap:6px;margin:0 0 14px;padding:0;list-style:none;display:flex}.cb-item{background:var(--card-2);border:1px solid var(--line);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.cb-item-name{color:var(--ink);font-size:14px}.cb-item-type{color:var(--muted);font-size:12px}.cb-upload{flex-direction:column;gap:6px;display:flex}.ci-log-link{margin-top:14px;font-size:12.5px;font-weight:600;display:inline-block}.btn{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);height:42px;color:var(--ink);white-space:nowrap;cursor:pointer;transition:background var(--t-colour) ease, border-color var(--t-move) ease, color var(--t-colour) ease, box-shadow var(--t-move) ease, transform var(--t-move) ease;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:500;line-height:1;display:inline-flex}.btn:hover:not(:disabled):not([aria-busy=true]){border-color:var(--ink);background:var(--card)}.btn:active:not(:disabled):not([aria-busy=true]){transform:translateY(1px)}.btn:focus-visible,.b-add-btn:focus-visible,.icon-btn:focus-visible{border-color:var(--brass);box-shadow:0 0 0 4px var(--brass-soft);outline:none}.btn.primary{background:var(--brass-grad);color:#fff;box-shadow:0 6px 18px var(--brass-line);border-color:#0000;font-weight:600}.btn.primary:hover:not(:disabled):not([aria-busy=true]){border-color:#0000;transform:translateY(-1px);box-shadow:0 10px 26px #c0000d4d}.btn.primary:focus-visible{box-shadow:0 0 0 4px var(--brass-soft), 0 6px 18px var(--brass-line);border-color:#0000}.btn.secondary{background:var(--card);border-color:var(--line);color:var(--ink)}.btn.secondary:hover:not(:disabled){border-color:var(--ink);background:var(--card)}.btn.charcoal{background:var(--ink);color:var(--paper);border-color:#0000;font-weight:600}.btn.charcoal:hover:not(:disabled){box-shadow:var(--shadow);border-color:#0000;transform:translateY(-1px)}.btn.danger{background:var(--card);border-color:var(--gap);color:var(--gap);box-shadow:none;font-weight:600}.btn.danger:hover:not(:disabled){background:var(--gap-soft);border-color:var(--gap);color:var(--gap);box-shadow:none;transform:none}.btn.danger:focus-visible{border-color:var(--gap);box-shadow:0 0 0 4px var(--gap-soft)}.btn.ghost{color:var(--muted);box-shadow:none;background:0 0;border-color:#0000}.btn.ghost:hover:not(:disabled){background:var(--card-2);color:var(--ink);border-color:#0000}.btn:disabled,.btn[disabled]{background:var(--line);color:var(--ink-faint);opacity:1;filter:none;box-shadow:none;cursor:not-allowed;border-color:#0000;transform:none}.btn:disabled:hover,.btn[disabled]:hover{background:var(--line);box-shadow:none;border-color:#0000;transform:none}.btn[aria-busy=true]{cursor:progress;opacity:.85;filter:none}.icon-btn{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);width:36px;height:36px;color:var(--muted);cursor:pointer;transition:border-color var(--t-move) ease, color var(--t-colour) ease, background var(--t-colour) ease;place-items:center;padding:0;font-size:15px;line-height:1;display:inline-grid}.icon-btn:hover:not(:disabled){border-color:var(--ink);color:var(--ink);background:var(--card)}.icon-btn:disabled{opacity:.45;cursor:not-allowed}.btn.quiet{border-radius:var(--radius-sm);background:var(--card);height:34px;color:var(--muted);box-shadow:none;padding:0 14px;font-size:12px}.btn.quiet:hover:not(:disabled){color:var(--brass);border-color:var(--brass);background:var(--card)}.card,.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-head,.section-head{border-bottom:1px solid var(--line-2);background:0 0;padding:18px 22px}.card-body{padding:22px}.card.is-current,.card.selected,.panel.is-current{border-color:#c0000d47;box-shadow:0 10px 30px #c0000d1a}.field{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.field-label{color:var(--ink);font-size:12px;font-weight:600}.field input:not([type=checkbox]):not([type=radio]),.field select,.field textarea,.modal-body input:not([type=checkbox]):not([type=radio]),.modal-body select,.modal-body textarea{border:1px solid var(--line);background:var(--card);width:100%;min-height:44px;color:var(--ink);transition:border-color var(--t-move) ease, box-shadow var(--t-move) ease;border-radius:12px;outline:none;padding:0 14px;font-family:inherit;font-size:14px}.field textarea,.modal-body textarea{resize:vertical;padding:12px 14px;line-height:1.55}.field input:focus,.field select:focus,.field textarea:focus,.modal-body input:focus,.modal-body select:focus,.modal-body textarea:focus{border-color:var(--brass);box-shadow:0 0 0 4px var(--brass-soft)}.field input::placeholder,.field textarea::placeholder{color:var(--ink-faint)}.field input[aria-invalid=true],.field select[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--gap)}.field input[aria-invalid=true]:focus{box-shadow:0 0 0 4px var(--gap-soft)}.field-error,.field .field-error{color:var(--gap);font-size:12px;font-weight:500}.field input[type=checkbox],.field input[type=radio],.modal-body input[type=checkbox],.modal-body input[type=radio]{accent-color:var(--brass);width:16px;height:16px}.overlay{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:moodlexhtu-scrim-in var(--t-move) ease both;background:#17171770;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;width:100%;max-width:560px;max-height:90vh;animation:.22s both moodlexhtu-dialog-in;display:flex;overflow:hidden;box-shadow:0 30px 80px #1717173d}.modal-head{border-bottom:1px solid var(--line-2);justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 24px;display:flex}.modal-head h2{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:600}.modal-body{padding:22px 24px;overflow-y:auto}.modal-foot{border-top:1px solid var(--line-2);background:var(--card-2);justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}@keyframes moodlexhtu-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes moodlexhtu-dialog-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);overflow:hidden}.table-wrap table,table.table{border-collapse:collapse;width:100%}.table th,table.table th{border-bottom:1px solid var(--line);background:var(--card-2);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;text-align:start;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:600}.table td,table.table td{border-bottom:1px solid var(--line-2);color:var(--ink);vertical-align:middle;padding:14px 16px;font-size:13px}.table tbody tr:last-child td,table.table tbody tr:last-child td{border-bottom:0}.table tbody tr:hover td,table.table tbody tr:hover td{background:var(--card-2)}.table-primary{font-weight:600}.table-sub{color:var(--muted);margin-top:3px;font-size:11.5px;display:block}.chip,.badge,.tag{letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 9px;font-size:11px;font-weight:600;display:inline-flex}.chip{font-family:var(--font-mono);text-transform:none}.tag.tag-danger,.tag-danger{color:var(--gap);background:var(--gap-soft);box-shadow:inset 0 0 0 1px}.tag--muted{color:var(--slate);background:var(--slate-soft);box-shadow:inset 0 0 0 1px}.skeleton,.skel{border-radius:var(--radius-sm);background:var(--card-3);background-image:linear-gradient(90deg, var(--card-3) 0%, var(--card-2) 40%, var(--card-3) 80%);background-repeat:no-repeat;background-size:420px 100%;animation:1.6s linear infinite moodlexhtu-shimmer}.skeleton.is-card,.skel.is-card{border-radius:var(--radius)}@keyframes moodlexhtu-shimmer{0%{background-position:-420px 0}to{background-position:420px 0}}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px 24px;display:flex}.empty-state h3{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:600}.empty-state p{max-width:46ch;color:var(--muted);margin:0;font-size:13px}.error-state{border:1px solid var(--gap);border-radius:var(--radius-sm);background:var(--gap-soft);color:var(--ink);padding:18px 20px;font-size:13px;line-height:1.55}.error-state strong{color:var(--gap)}.overlay{-webkit-backdrop-filter:blur(6px)saturate(115%);backdrop-filter:blur(6px)saturate(115%);background:radial-gradient(120% 100% at 50% 0,#17171757 0%,#17171794 100%)}.modal-card{border-radius:24px;animation:.26s cubic-bezier(.4,0,.2,1) both moodlexhtu-dialog-pop;position:relative;box-shadow:0 40px 100px #17171757,0 2px 10px #1717171f}.modal-card:before{content:"";background:var(--brass-grad);z-index:1;height:3px;position:absolute;inset-block-start:0;inset-inline:0}@keyframes moodlexhtu-dialog-pop{0%{opacity:0;transform:translateY(14px)scale(.975)}to{opacity:1;transform:none}}.course-create-dialog{max-width:620px}.course-create-dialog .ccd-head{background:linear-gradient(#c0000d12,#0000);align-items:flex-start;padding:24px 26px 20px}.ccd-head-text{min-width:0}.ccd-step{font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;color:var(--brass-ink);margin-bottom:8px;font-size:10.5px;font-weight:600;display:inline-block}.ccd-lede{max-width:54ch;color:var(--muted);margin:7px 0 0;font-size:13px;line-height:1.6}.course-create-dialog .course-create-grid{grid-template-columns:1fr 1fr;align-items:start;gap:18px 16px;display:grid}.ccd-field{flex-direction:column;gap:7px;min-width:0;display:flex}.ccd-field-wide{grid-column:1/-1}.ccd-label{color:var(--ink);font-size:12px;font-weight:600}.ccd-hint{color:var(--muted);margin:0;font-size:11.5px;line-height:1.5}.ccd-toggle{border:1px solid var(--line);background:var(--card-2);cursor:pointer;border-radius:14px;align-items:flex-start;gap:12px;margin-top:18px;padding:14px 16px;transition:border-color .18s,background .16s;display:flex}.ccd-toggle:hover{border-color:var(--brass-line)}.ccd-toggle input[type=checkbox]{flex:none;margin-top:2px}.ccd-toggle-text{flex-direction:column;gap:3px;min-width:0;display:flex}.ccd-toggle-title{color:var(--ink);cursor:pointer;font-size:13px;font-weight:600}.ccd-summary{border:1px dashed var(--line);background:var(--card-2);border-radius:14px;flex-direction:column;gap:8px;margin-top:18px;padding:14px 16px;display:flex}.ccd-summary-label{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);font-size:10.5px;font-weight:600}.ccd-summary-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.ccd-summary-value{color:var(--ink);font-size:14px;font-weight:600}.ccd-summary-key{font-family:var(--font-mono);color:var(--brass-ink);background:var(--brass-soft);border-radius:999px;padding:3px 8px;font-size:12px}.ccd-summary-meta{color:var(--muted);font-size:12.5px}.ccd-summary-empty{color:var(--ink-faint);font-size:13px;font-style:italic}.ccd-summary-sep{color:var(--line)}.course-create-dialog .wd-blocked{margin-top:16px}@media (width<=620px){.course-create-dialog .course-create-grid{grid-template-columns:1fr}.ccd-field-wide{grid-column:1}}@media (prefers-reduced-motion:reduce){.skeleton,.skel{background-image:none;background:var(--card-3);animation:none}.overlay,.modal-card{animation:none}.cc-toggle{transition:none}.btn:hover,.btn.primary:hover,.btn.charcoal:hover{transform:none}}.btn.danger.is-filled{background:var(--gap);border-color:var(--gap);color:var(--paper);box-shadow:none;font-weight:600}.btn.danger.is-filled:hover:not(:disabled):not([aria-busy=true]){background:color-mix(in srgb, var(--gap) 84%, var(--ink));border-color:color-mix(in srgb, var(--gap) 84%, var(--ink));color:var(--paper);box-shadow:none;transform:none}.btn.danger.is-filled:focus-visible{border-color:var(--gap);box-shadow:0 0 0 4px var(--gap-soft)}.btn.danger.is-filled:disabled,.btn.danger.is-filled[disabled]{background:var(--line);color:var(--ink-faint);box-shadow:none;cursor:not-allowed;border-color:#0000}.ce-page .ca-topbar{background:color-mix(in srgb, var(--card) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);box-shadow:none;align-items:flex-start;gap:20px}.ca-topbar-identity{min-width:0}.ca-topbar h2{letter-spacing:-.025em;color:var(--ink);margin:2px 0 0;font-size:clamp(1.45rem,2.4vw,1.9rem);font-weight:600}.ca-topbar .slideover-sub{margin-top:7px}.ca-topbar .slideover-sub code{background:var(--card-3);color:var(--muted);letter-spacing:.04em;border-radius:999px;padding-block:2px;padding-inline:8px}.ca-topbar-side{flex-direction:column;align-items:flex-end;gap:11px}.ca-modes{gap:7px}.ca-modes .ca-live-pill,.ca-modes .ca-mode{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding-block:5px;padding-inline:11px;font-size:9.5px;font-weight:600;display:inline-flex}.ca-modes .ca-live-pill{color:var(--brass-ink);background:var(--brass-soft);border-color:var(--brass-line)}.ca-modes .ca-live-pill .source-badge-dot{background:var(--brass)}.ca-modes .ca-mode.allowed{color:var(--ok);background:var(--ok-soft);border-color:color-mix(in srgb, var(--ok) 24%, transparent)}.ca-modes .ca-mode.locked{color:var(--muted);border-color:var(--line);background:0 0;border-style:dashed}.ca-topbar-actions{gap:9px}.ca-head-action{height:38px;min-height:38px;padding-block:0;padding-inline:16px;font-size:12.5px}.ca-head-destructive{gap:7px}.ca-callout{border:1px solid #0000;border-radius:14px;align-items:flex-start;gap:13px;margin:12px 0 0;padding-block:14px;padding-inline:16px;font-size:13px;line-height:1.55;display:flex}.ca-callout.tone-warn{color:var(--ink);background:var(--warn-soft);border-color:color-mix(in srgb, var(--warn) 34%, transparent)}.ca-callout-glyph{width:30px;height:30px;color:var(--warn);background:color-mix(in srgb, var(--warn) 14%, transparent);border-radius:9px;flex:none;place-items:center;display:grid}.ca-callout-body{min-width:0}.ca-callout-body strong{color:var(--ink);font-size:13px;font-weight:600;display:block}.ca-callout-text{color:var(--ink-2);background:0 0;border:0;border-radius:0;margin:3px 0 0;padding:0;font-size:12.5px}.ca-callout.is-block{grid-template-columns:auto minmax(0,1fr);column-gap:13px;margin:0 0 16px;display:grid}.ca-callout.is-block>.ca-callout-glyph{grid-row:1/span 3}.ca-callout.is-block>:not(.ca-callout-glyph){grid-column:2}.ca-callout.is-block strong{color:var(--ink);font-size:13.5px;font-weight:600}.ca-callout.is-block p{color:var(--ink-2);margin:4px 0 9px;font-size:12.5px}.ca-callout.is-block li{align-items:baseline}.ca-callout.is-block code{background:color-mix(in srgb, var(--warn) 12%, transparent);color:var(--ink-2);border-radius:6px;padding-block:1px;padding-inline:7px}.ca-facts{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:0 0 20px;padding:14px;display:grid}.ca-fact{border:1px solid var(--line-2);background:var(--card-2);border-radius:12px;align-items:center;gap:11px;min-width:0;padding-block:10px;padding-inline:12px;display:flex}.ca-fact-glyph{width:28px;height:28px;color:var(--muted);background:var(--card-3);border-radius:9px;flex:none;place-items:center;display:grid}.ca-fact-text{flex-direction:column;gap:2px;min-width:0;display:flex}.ca-fact-label{letter-spacing:.11em;text-transform:uppercase;color:var(--ink-faint);font-size:9.5px;font-weight:600}.ca-fact-value{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.ca-fact.tone-ok .ca-fact-glyph{color:var(--ok);background:var(--ok-soft)}.ca-fact.tone-ok{border-color:color-mix(in srgb, var(--ok) 26%, transparent)}.ca-fact.tone-warn .ca-fact-glyph{color:var(--warn);background:var(--warn-soft)}.ca-fact.tone-warn{border-color:color-mix(in srgb, var(--warn) 30%, transparent)}.ca-fact.tone-unknown{border-style:dashed;border-color:var(--line)}.ca-fact.tone-unknown .ca-fact-glyph{border:1px dashed var(--line);background:0 0}.ca-fact.tone-unknown .ca-fact-value{color:var(--muted);font-style:italic;font-weight:500}.ca-health{border:1px solid var(--line-2);background:var(--card-2);border-radius:14px;align-items:flex-start;gap:10px;margin-top:7px;padding:9px;display:flex}.ca-health-cells{flex-wrap:wrap;flex:auto;gap:7px;min-width:0;display:flex}.ca-health-cell{border:1px solid var(--line-2);background:var(--card);border-radius:11px;flex:175px;align-items:flex-start;gap:9px;min-width:0;padding-block:7px;padding-inline:10px;display:flex}.ca-health-glyph{width:22px;height:22px;color:var(--muted);background:var(--card-3);border-radius:7px;flex:none;place-items:center;display:grid}.ca-health-text{flex-direction:column;gap:2px;min-width:0;display:flex}.ca-health-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);font-size:9px;font-weight:600}.ca-health-value{color:var(--ink);overflow-wrap:anywhere;font-size:12.5px;font-weight:600}.ca-health-cell.tone-ok{border-color:color-mix(in srgb, var(--ok) 26%, transparent)}.ca-health-cell.tone-ok .ca-health-glyph{color:var(--ok);background:var(--ok-soft)}.ca-health-cell.tone-ok .ca-health-value{color:var(--ok)}.ca-health-cell.tone-warn{border-color:color-mix(in srgb, var(--warn) 32%, transparent);background:var(--warn-soft)}.ca-health-cell.tone-warn .ca-health-glyph{color:var(--warn);background:color-mix(in srgb, var(--warn) 15%, transparent)}.ca-health-cell.tone-unknown{border-style:dashed;border-color:var(--line)}.ca-health-cell.tone-unknown .ca-health-glyph{border:1px dashed var(--line);background:0 0}.ca-health-cell.tone-unknown .ca-health-value{color:var(--muted);font-style:italic;font-weight:500}.ca-health-cell.is-prose{flex-basis:100%}.ca-health-cell.is-prose .ca-health-value{white-space:normal;unicode-bidi:plaintext;font-weight:500;line-height:1.6;display:block}.ca-ref{border:1px solid var(--brass-line);background:var(--brass-soft);color:var(--brass-ink);border-radius:999px;align-items:center;margin-inline:2px;padding-block:1px;padding-inline:8px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.ca-ref:hover{border-color:var(--brass)}.ca-ref-plain{border-style:dashed;border-color:var(--line);background:var(--card-3);color:var(--ink-2)}.ca-health-details{color:var(--brass-ink);flex:none;align-self:center}.ca-perms{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);margin:0 0 20px;padding:18px 20px}.ca-perms-head{align-items:center}.ca-perms-title{flex-wrap:wrap;align-items:baseline;gap:10px;min-width:0;display:flex}.ca-perms-title strong{letter-spacing:-.01em;color:var(--ink);font-size:15px;font-weight:600}.ca-perms-tally{font-family:var(--font-mono);color:var(--muted);font-size:11px}.ca-role-chip{border:1px solid var(--brass-line);background:var(--brass-soft);color:var(--brass-ink);white-space:nowrap;border-radius:999px;padding-block:5px;padding-inline:12px;font-size:11.5px;font-weight:600}.ca-perm-groups{grid-template-columns:repeat(auto-fit,minmax(268px,1fr));gap:12px;margin-top:15px;display:grid}.ca-perm-group{border:1px solid var(--line-2);background:var(--card-2);border-radius:14px;min-width:0;padding-block:12px;padding-inline:14px}.ca-perm-group-head{border-bottom:1px solid var(--line);align-items:center;gap:9px;margin:0 0 10px;padding-bottom:9px;display:flex}.ca-perm-group-glyph{width:26px;height:26px;color:var(--brass-ink);background:var(--brass-soft);border-radius:8px;flex:none;place-items:center;display:grid}.ca-perm-group-title{letter-spacing:.12em;text-transform:uppercase;min-width:0;color:var(--muted);flex:1;font-size:10.5px;font-weight:600}.ca-perm-group-tally{font-family:var(--font-mono);color:var(--ink-faint);flex:none;font-size:10.5px}.ca-perm-list{gap:9px;margin:0}.ca-perm-row{align-items:flex-start;gap:10px;font-size:13px}.ca-perm-verdict{border-radius:6px;flex:none;place-items:center;width:19px;height:19px;margin-top:1px;display:grid}.ca-perm-row.is-allowed .ca-perm-verdict{color:var(--ok);background:var(--ok-soft)}.ca-perm-row.is-refused .ca-perm-verdict{color:var(--muted);background:var(--card-3)}.ca-perm-capability{color:var(--ink);overflow-wrap:anywhere;flex-wrap:wrap;align-items:center;gap:7px;font-weight:500;display:inline-flex}.ca-perm-row.is-refused .ca-perm-capability{color:var(--muted)}.ca-perm-dataloss{border:1px solid color-mix(in srgb, var(--gap) 30%, transparent);background:var(--gap-soft);color:var(--gap);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding-block:1px;padding-inline:7px;font-size:10px;font-weight:600;display:inline-flex}.ca-perm-why{color:var(--muted);font-size:12px;line-height:1.55}.teacher-editor .b-section{border-radius:var(--radius)}.ca-section-head{background:var(--card);border-bottom:1px solid var(--line-2);min-height:0;padding-block:15px;padding-inline:18px}.ca-section-badge{border:1px solid var(--brass-line);background:var(--brass-soft);min-width:0;color:var(--brass-ink);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;text-align:start;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding-block:6px;padding-inline:11px;font-size:9.5px;font-weight:700;display:inline-flex}.ca-section-title h3{letter-spacing:-.01em;color:var(--ink);font-size:16px;font-weight:600}.ca-section-title code{background:var(--card-3);letter-spacing:.04em;color:var(--muted);border-radius:6px;margin-top:5px;padding-block:1px;padding-inline:7px;font-size:9.5px;display:inline-block}.ca-section-meta{gap:11px}.ca-section-count{color:var(--muted);font-size:11.5px;font-weight:500}.ca-state{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;padding-block:4px;padding-inline:10px;font-size:9.5px;font-weight:600;display:inline-flex}.ca-state.on{color:var(--ok);background:var(--ok-soft);border-color:color-mix(in srgb, var(--ok) 24%, transparent)}.ca-state.off,.ca-state.unknown{color:var(--muted);border-color:var(--line);background:0 0;border-style:dashed}.ca-toolbar{background:var(--card-2);border-bottom:1px solid var(--line-2);flex-wrap:wrap;align-items:center;gap:8px;padding-block:11px;padding-inline:18px;display:flex}.ca-toolbar .ca-tool{background:var(--card);gap:6px;height:34px;min-height:34px;padding-block:0;padding-inline:13px;font-size:12px}.ca-toolbar .ca-tool:hover:not(:disabled){border-color:var(--ink);background:var(--card)}.ca-toolbar .ca-tool.primary{background:var(--brass-grad)}.ca-toolbar .ca-tool-destructive{margin-inline-start:auto}.ca-toolbar-rename{flex:260px;min-width:0}.ca-tool-field{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);align-items:center;gap:7px;height:34px;padding-block:0;padding-inline:11px;display:inline-flex}.ca-tool-field>span{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:9.5px;font-weight:600}.ca-tool-field select{color:var(--ink);background:0 0;border:0;padding:0;font-size:12.5px;font-weight:600}.ca-tool-field select:focus-visible{outline:2px solid var(--brass);outline-offset:3px}.teacher-editor .ce-row{align-items:flex-start}.teacher-editor .ca-actions{gap:7px}.teacher-editor .ca-actions .ce-toggle{height:32px;min-height:32px;font-size:12px}.teacher-editor .ca-type{background:var(--card-3);min-width:78px;color:var(--muted);letter-spacing:.1em;border-radius:7px;padding-block:4px;padding-inline:9px;font-size:9px;font-weight:600}.ca-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);margin:0 0 20px;overflow:hidden}.ca-card-head{border-bottom:1px solid var(--line-2);padding-block:16px;padding-inline:20px}.ca-card-head h3{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:15px;font-weight:600}.ca-card-hint{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.5}.ca-settings-form{background:0 0;border:0;border-radius:0;gap:16px 18px;padding-block:18px 20px;padding-inline:20px}.ca-settings-form>.ca-settings-actions{grid-column:1/-1}.ca-settings-form .cs-field>span{font-family:var(--font-sans);letter-spacing:.11em;text-transform:uppercase;color:var(--muted);align-items:center;gap:6px;font-size:10.5px;font-weight:600;display:inline-flex}.ca-settings-form .cs-field input:not([type=checkbox]):not([type=radio]),.ca-settings-form .cs-field select{border:1px solid var(--line);background:var(--card);min-height:44px;color:var(--ink);transition:border-color var(--t-move) ease, box-shadow var(--t-move) ease, background var(--t-colour) ease;border-radius:12px;padding-block:0;padding-inline:14px;font-size:14px}.ca-settings-form .cs-field input:not([type=checkbox]):not([type=radio]):hover,.ca-settings-form .cs-field select:hover{border-color:var(--muted)}.ca-settings-form .cs-field input:focus,.ca-settings-form .cs-field select:focus{border-color:var(--brass);box-shadow:0 0 0 4px var(--brass-soft);outline:none}.ca-settings-form .cs-field>small{color:var(--ink-faint)}.ca-settings-form .cs-field.is-edited>span{color:var(--brass-ink)}.ca-settings-form .cs-field.is-edited>span:after{content:"";background:var(--brass);border-radius:999px;width:6px;height:6px}.ca-settings-form .cs-field.is-edited input:not([type=checkbox]):not([type=radio]),.ca-settings-form .cs-field.is-edited select{border-color:var(--brass-line);background:var(--brass-soft)}.ca-settings-form .cs-check{border:1px solid var(--line);background:var(--card);min-height:46px;color:var(--ink);border-radius:12px;gap:11px;padding-block:0;padding-inline:14px;font-size:13.5px}.ca-settings-form .cs-check:hover{border-color:var(--muted)}.ca-settings-form .cs-check.is-edited{border-color:var(--brass-line);background:var(--brass-soft)}.ca-settings-form .cs-check input{width:16px;height:16px;accent-color:var(--brass);border-radius:5px}.ca-settings-form .cs-check>.ca-check-text{letter-spacing:normal;text-transform:none;color:var(--ink);align-items:center;gap:9px;font-size:13.5px;font-weight:500;display:inline-flex}.ca-settings-actions{border-top:1px solid var(--line-2);flex-wrap:wrap;align-items:center;gap:15px;padding-top:17px;display:flex}.ca-settings-save{height:44px;padding-inline:22px;font-size:14px}.ca-settings-status{align-items:center;gap:7px;margin:0;font-size:12.5px;display:inline-flex}.ca-settings-actions.is-idle .ca-settings-status{color:var(--ink-faint);font-style:italic}.ca-settings-actions.is-ready .ca-settings-status{color:var(--ok);font-style:normal;font-weight:600}@media (width<=900px){.ce-page .ca-topbar{flex-direction:column;align-items:stretch;gap:14px}.ca-topbar-side{flex-direction:column-reverse;align-items:flex-start}.ca-perm-groups{grid-template-columns:1fr}}@media (width<=640px){.ca-facts{grid-template-columns:1fr 1fr;gap:8px;padding:11px}.ca-health-cell{flex-basis:100%}.ca-toolbar{padding-inline:14px}.ca-toolbar .ca-tool-destructive{margin-inline-start:0}.ca-section-head,.ca-settings-form,.ca-card-head{padding-inline:14px}.ca-settings-actions{flex-direction:column;align-items:stretch}.ca-settings-save{width:100%}}@media (pointer:coarse){.teacher-editor .ce-actions .btn,.teacher-editor .ce-add,.cm-actions .btn,.cm-toolbar-actions .btn{min-height:44px}.ca-toolbar .ca-tool,.ca-tool-field,.ca-head-action,.teacher-editor .ca-actions .ce-toggle{height:44px;min-height:44px}}@media (prefers-reduced-motion:reduce){.ca-settings-form .cs-field input,.ca-settings-form .cs-field select,.ca-toolbar .ca-tool{transition:none}}:root[data-skin=moodle],.mdl-embed{--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;--paper:#fff;--card:#fff;--card-2:#f8f9fa;--card-3:#ebedef;--ink:#1d2125;--ink-2:#3d444c;--muted:#6a737b;--line:#dee2e6;--line-2:#e9ecef;--brass:#0f6cbf;--brass-ink:#0f6cbf;--brass-soft:#e7f1fb;--brass-line:#9dc3e6;--brass-bright:#1f7fd0;--info:#0f6cbf;--info-soft:#e7f1fb;--moodlexhtu-brand:var(--mdl-active);--moodlexhtu-brand-strong:var(--mdl-active-hover);--moodlexhtu-brand-bright:var(--mdl-active);--moodlexhtu-brand-wash:var(--brass-soft);--moodlexhtu-brand-wash-strong:var(--brass-soft);--moodlexhtu-brand-ring:var(--brass-line);--radius:8px;--radius-sm:6px;--radius-xs:4px;--shadow:none;--shadow-lg:0 .5rem 1rem #00000026;--mdl-navbar-h:61px;--mdl-drawer-w:285px;--mdl-navbar-bg:#fff;--mdl-navbar-ink:#000;--mdl-drawer-bg:#fff;--mdl-active:#0f6cbf;--mdl-active-hover:#0a5aa0;--mdl-hover:#f1f3f5;--mdl-container:1140px}:root[data-skin=moodle][data-theme=dark],:root[data-theme=dark] .mdl-embed{--paper:#16191d;--card:#1d2125;--card-2:#23282e;--card-3:#2b3138;--ink:#e6eaef;--ink-2:#b7bfca;--muted:#8894a2;--line:#333a42;--line-2:#272d34;--brass:#4a9fe8;--brass-ink:#7cbcf2;--brass-soft:#16283a;--brass-line:#2b5675;--brass-bright:#5aa8ee;--info:#4a9fe8;--info-soft:#16283a;--mdl-navbar-bg:#1d2125;--mdl-navbar-ink:#e6eaef;--mdl-drawer-bg:#1a1e22;--mdl-active:#4a9fe8;--mdl-active-hover:#6ab0ee;--mdl-hover:#23282e}:root[data-skin=moodle] body{background:var(--paper);font-size:16px;line-height:1.5}:root[data-skin=moodle] .app-header,:root[data-skin=moodle] .shell-bar,:root[data-skin=moodle] .hub-nav{display:none!important}.mdl-root{background:var(--paper);min-height:100vh}.mdl-navbar{z-index:60;height:var(--mdl-navbar-h);background:var(--mdl-navbar-bg);border-bottom:1px solid var(--line);position:sticky;top:0}.mdl-navbar-inner{align-items:center;gap:4px;height:100%;padding-inline:12px;display:flex}.mdl-navbar-spacer{flex:1}.mdl-hamburger{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--mdl-navbar-ink);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;display:inline-grid}.mdl-hamburger:hover{background:var(--mdl-hover)}.mdl-hamburger-bars{flex-direction:column;gap:3px;width:18px;display:inline-flex}.mdl-hamburger-bars span{background:currentColor;border-radius:2px;height:2px}.mdl-brand{color:var(--mdl-navbar-ink);border-radius:var(--radius-sm);white-space:nowrap;align-items:center;gap:9px;padding:6px 10px;font-size:20px;font-weight:400;line-height:1;display:inline-flex}.mdl-brand:hover{color:var(--mdl-active)}.mdl-brand-mark{width:24px;height:24px;color:var(--mdl-active)}.mdl-nav{align-items:center;gap:2px;margin-inline-start:6px;display:flex}.mdl-nav-link{border-radius:var(--radius-sm);color:var(--ink);white-space:nowrap;align-items:center;padding:8px 12px;font-size:15px;font-weight:400;display:inline-flex}.mdl-nav-link:hover{color:var(--mdl-active);background:var(--mdl-hover)}.mdl-nav-link.on{color:var(--mdl-active);font-weight:600}@media (width<=820px){.mdl-nav{display:none}}.mdl-icon-btn{width:40px;height:40px;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;font-size:15px;font-weight:500;display:inline-grid}.mdl-icon-btn:hover{background:var(--mdl-hover);color:var(--ink)}.mdl-lang-btn{font-family:var(--font-mono);font-size:13px}.mdl-usermenu{margin-inline-start:4px;position:relative}.mdl-user-btn{color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:7px;padding:3px 6px;padding-inline-start:3px;display:inline-flex}.mdl-user-btn:hover{background:var(--mdl-hover)}.mdl-avatar{background:var(--mdl-active);color:#fff;letter-spacing:.02em;border-radius:999px;place-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:inline-grid}.mdl-user-text{text-align:start;flex-direction:column;line-height:1.15;display:flex}.mdl-user-name{color:var(--ink);font-size:13px;font-weight:500}.mdl-user-role{color:var(--muted);text-transform:capitalize;font-size:11px}.mdl-caret{color:var(--muted)}.mdl-menu{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);min-width:220px;box-shadow:var(--shadow-lg);z-index:70;padding:6px;position:absolute;inset-block-start:calc(100% + 4px);inset-inline-end:0}.mdl-menu-head{border-bottom:1px solid var(--line-2);flex-direction:column;gap:3px;margin-bottom:6px;padding:8px 10px 10px;display:flex}.mdl-menu-name{color:var(--ink);font-size:14px;font-weight:600}.mdl-menu-key{font-family:var(--font-mono);color:var(--muted);font-size:12px}.mdl-menu-item{text-align:start;border-radius:var(--radius-sm);cursor:pointer;width:100%;font:inherit;color:var(--ink);background:0 0;border:0;padding:9px 10px;font-size:14px;display:block}.mdl-menu-item:hover{background:var(--brass-soft);color:var(--brass-ink)}.mdl-body{align-items:stretch;display:flex}.mdl-drawer{width:var(--mdl-drawer-w);background:var(--mdl-drawer-bg);border-inline-end:1px solid var(--line);top:var(--mdl-navbar-h);height:calc(100vh - var(--mdl-navbar-h));flex:none;align-self:flex-start;margin-inline-start:calc(-1 * var(--mdl-drawer-w) - 1px);padding:12px 10px;transition:margin-inline-start .2s;position:sticky;overflow-y:auto}.mdl-root.drawer-open .mdl-drawer{margin-inline-start:0}.mdl-drawer-list{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.mdl-drawer-link{border-radius:var(--radius-sm);color:var(--ink);align-items:center;gap:11px;padding:9px 12px;font-size:15px;font-weight:400;text-decoration:none;display:flex}.mdl-drawer-link:hover{background:var(--mdl-hover)}.mdl-drawer-link.on{background:var(--mdl-active);color:#fff;font-weight:500}.mdl-drawer-ic{opacity:.85;flex:none}.mdl-drawer-link.on .mdl-drawer-ic{opacity:1}.mdl-drawer-sep{background:var(--line);height:1px;margin:10px 6px}.mdl-drawer-grouplabel{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:6px 12px 4px;font-size:11.5px;font-weight:700}.mdl-content{flex:1;min-width:0}.mdl-content>*{max-width:none}:root[data-skin=moodle] .shell-body,:root[data-skin=moodle] .app-shell>main{max-width:var(--mdl-container);margin-inline:auto;padding:28px 24px 64px}.mdl-scrim{display:none}:root[data-skin=moodle] .shell-h1,:root[data-skin=moodle] .profile-name,:root[data-skin=moodle] .teacher-hero .shell-h1{letter-spacing:normal;color:var(--ink);font-size:32px;font-weight:700}:root[data-skin=moodle] .course-card,:root[data-skin=moodle] .section-block,:root[data-skin=moodle] .profile-card,:root[data-skin=moodle] .form-card,:root[data-skin=moodle] .b-section,:root[data-skin=moodle] .teacher-hero,:root[data-skin=moodle] .class-card,:root[data-skin=moodle] .learn-card{background:var(--card);border-radius:var(--radius);box-shadow:none;border:1px solid #0000002d}:root[data-theme=dark][data-skin=moodle] .course-card,:root[data-theme=dark][data-skin=moodle] .section-block,:root[data-theme=dark][data-skin=moodle] .profile-card,:root[data-theme=dark][data-skin=moodle] .form-card,:root[data-theme=dark][data-skin=moodle] .b-section,:root[data-theme=dark][data-skin=moodle] .teacher-hero,:root[data-theme=dark][data-skin=moodle] .class-card,:root[data-theme=dark][data-skin=moodle] .learn-card{border-color:var(--line)}:root[data-skin=moodle] .teacher-hero{background:var(--card)}:root[data-skin=moodle] .teacher-hero:after{display:none}:root[data-skin=moodle] .dash-hero{background:var(--paper)}:root[data-skin=moodle] .section-head,:root[data-skin=moodle] .b-section>.b-section-head{background:var(--brass-soft);border-bottom:1px solid var(--line)}:root[data-skin=moodle] .btn{border-radius:var(--radius-sm);padding:7px 14px;font-size:15px;font-weight:400}:root[data-skin=moodle] .btn.primary{background:var(--mdl-active);border-color:var(--mdl-active);color:#fff;font-weight:400}:root[data-skin=moodle] .btn.primary:hover:not(:disabled){background:var(--mdl-active-hover);border-color:var(--mdl-active-hover);box-shadow:none;transform:none}:root[data-skin=moodle] .btn.ghost,:root[data-skin=moodle] a.link,:root[data-skin=moodle] .row-open{color:var(--mdl-active)}.skin-toggle{cursor:pointer;font:inherit;border:1px solid;border-radius:999px;align-items:center;gap:7px;padding:6px 13px;font-size:13px;font-weight:600;line-height:1;transition:background .15s,color .15s,border-color .15s,transform .1s;display:inline-flex}.skin-toggle:active{transform:translateY(1px)}.skin-toggle svg{flex:none}@media (pointer:coarse){.skin-toggle{min-height:44px}}.skin-toggle--pill{border-color:var(--brass-line);background:var(--brass-soft);color:var(--brass-ink)}.skin-toggle--pill:hover{background:var(--brass);border-color:var(--brass);color:#fff}.header-inner .skin-toggle--pill{border-color:var(--dark-line);color:var(--on-dark);background:#ffffff0f}.header-inner .skin-toggle--pill:hover{background:var(--brass-bright);border-color:var(--brass-bright);color:#10131a}.skin-toggle--pill:focus-visible{outline:2.5px solid var(--brass);outline-offset:2px}.skin-toggle--navbar{border-color:var(--line);color:var(--ink-2);background:0 0;padding:7px 12px;font-weight:500}.skin-toggle--navbar:hover{background:var(--mdl-hover);color:var(--ink);border-color:var(--line)}.skin-toggle--navbar:focus-visible{outline:2.5px solid var(--mdl-active);outline-offset:2px}.skin-toggle-mount{align-items:center;display:inline-flex}.skin-toggle-fixed{z-index:80;position:fixed;inset-block-start:14px;inset-inline-end:16px}.skin-toggle-fixed .skin-toggle--pill{background:var(--card);border-color:var(--line);color:var(--ink);box-shadow:var(--shadow)}.skin-toggle-fixed .skin-toggle--pill:hover{background:var(--card);border-color:var(--brass);color:var(--brass)}.mdl-help{z-index:75;position:fixed;inset-block-end:24px;inset-inline-end:24px}.mdl-help-btn{background:var(--card-2);border:1px solid var(--line);width:42px;height:42px;color:var(--ink-2);cursor:pointer;box-shadow:var(--shadow-lg);border-radius:999px;place-items:center;font-size:20px;font-weight:500;display:inline-grid}.mdl-help-btn:hover{background:var(--mdl-hover);color:var(--ink)}.mdl-help-pop{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);width:260px;box-shadow:var(--shadow-lg);z-index:76;padding:14px;position:absolute;inset-block-end:calc(100% + 10px);inset-inline-end:0}.mdl-help-pop h3{color:var(--ink);margin:0 0 6px;font-size:14px;font-weight:700}.mdl-help-pop p{color:var(--ink-2);margin:0 0 10px;font-size:13px;line-height:1.5}.mdl-help-pop .mdl-help-action{border:1px solid var(--mdl-active);background:var(--mdl-active);color:#fff;border-radius:var(--radius-sm);font:inherit;cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:13px;display:inline-flex}.mdl-help-pop .mdl-help-action:hover{background:var(--mdl-active-hover);border-color:var(--mdl-active-hover)}@media (width<=860px){.mdl-drawer{height:calc(100vh - var(--mdl-navbar-h));z-index:65;box-shadow:var(--shadow-lg);position:fixed;inset-block-start:var(--mdl-navbar-h);inset-inline-start:0}.mdl-root.drawer-open .mdl-scrim{inset:var(--mdl-navbar-h) 0 0 0;z-index:64;cursor:default;background:#00000061;border:0;display:block;position:fixed}.mdl-user-text,.skin-toggle--navbar .skin-toggle-label{display:none}.skin-toggle--navbar{padding:7px}}@media (width<=560px){:root[data-skin=moodle] .shell-body,:root[data-skin=moodle] .app-shell>main{padding-inline:14px}}.mdl-edit-switch{cursor:pointer;color:var(--ink);font:inherit;border-radius:var(--radius-sm);background:0 0;border:0;align-items:center;gap:8px;padding:6px 8px;font-size:14px;display:inline-flex}.mdl-edit-switch:hover{background:var(--mdl-hover)}.mdl-switch{background:#b9c0c7;border-radius:999px;flex:none;width:40px;height:22px;transition:background .15s;position:relative}.mdl-edit-switch.on .mdl-switch{background:var(--mdl-active)}.mdl-switch-knob{background:#fff;border-radius:999px;width:18px;height:18px;transition:inset-inline-start .15s;position:absolute;inset-block-start:2px;inset-inline-start:2px}.mdl-edit-switch.on .mdl-switch-knob{inset-inline-start:20px}.mdl-edit-switch:focus-visible{outline:2.5px solid var(--mdl-active);outline-offset:2px}@media (width<=720px){.mdl-edit-label{display:none}}.mdl-navpop{position:relative}.mdl-navpop-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);width:280px;box-shadow:var(--shadow-lg);z-index:70;padding:6px;position:absolute;inset-block-start:calc(100% + 6px);inset-inline-end:0}.mdl-navpop-head{color:var(--ink);border-bottom:1px solid var(--line-2);padding:8px 10px;font-size:14px;font-weight:700}.mdl-navpop-empty{text-align:center;padding:22px 10px}.mdl-menu-role{color:var(--muted);text-transform:capitalize;font-size:11px}.mdl-page{color:var(--ink)}.mdl-page-head{margin-bottom:22px}.mdl-site-name{color:var(--muted);margin:0 0 2px;font-size:14px;font-weight:500}.mdl-page-title{color:var(--ink);margin:0;font-size:32px;font-weight:700;line-height:1.2}.mdl-muted{color:var(--muted);font-size:15px}.mdl-block{background:var(--card);border-radius:var(--radius);border:1px solid #0000002d;margin-top:4px;padding:22px 24px}:root[data-theme=dark][data-skin=moodle] .mdl-block{border-color:var(--line)}.mdl-block-title{color:var(--ink);margin:0 0 16px;font-size:20px;font-weight:700}.mdl-alert{border-radius:var(--radius);margin-bottom:16px;padding:12px 16px;font-size:14.5px}.mdl-alert--warn{color:#8a5a00;background:#fdf3e2;border:1px solid #f3d9a8}:root[data-theme=dark][data-skin=moodle] .mdl-alert--warn{color:#e9c583;background:#35270f;border-color:#5a441a}.mdl-alert ul{margin:8px 0 0;padding-inline-start:20px}.mdl-coursebox-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.mdl-coursebox{border-bottom:1px solid var(--line-2);align-items:center;gap:14px;padding:16px 4px;display:flex}.mdl-coursebox:last-child{border-bottom:0}.mdl-coursebox-glyph{border-radius:var(--radius-sm);background:var(--brass-soft);width:44px;height:44px;color:var(--mdl-active);flex:none;place-items:center;font-size:15px;font-weight:700;display:inline-grid}.mdl-coursebox-body{min-width:0}.mdl-coursebox-title{cursor:pointer;font:inherit;color:var(--mdl-active);text-align:start;background:0 0;border:0;padding:0;font-size:17px;font-weight:600;display:inline-block}.mdl-coursebox-title:hover{text-decoration:underline}.mdl-coursebox-title.as-text{color:var(--ink);cursor:default}.mdl-coursebox-title.as-text:hover{text-decoration:none}.mdl-coursebox-meta{color:var(--muted);flex-wrap:wrap;gap:8px;margin-top:3px;font-size:13px;display:flex}.mdl-breadcrumb{align-items:center;gap:8px;margin-bottom:12px;font-size:14px;display:flex}.mdl-crumb-link{cursor:pointer;font:inherit;color:var(--mdl-active);background:0 0;border:0;padding:0}.mdl-crumb-link:hover{text-decoration:underline}.mdl-crumb-sep,.mdl-crumb-current{color:var(--muted)}.mdl-tabs{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:6px;margin:8px 0 22px;display:flex}.mdl-tab{color:var(--mdl-active);border-bottom:3px solid #0000;align-items:center;margin-bottom:-1px;padding:10px 14px;font-size:15px;text-decoration:none;display:inline-flex}.mdl-tab:hover{color:var(--mdl-active-hover)}.mdl-tab.on{color:var(--ink);border-bottom-color:var(--mdl-active);font-weight:600}.mdl-tab.is-disabled{color:var(--muted);pointer-events:none}.mdl-course-body{align-items:flex-start;gap:28px;display:flex}.mdl-access-panel{margin-block-end:20px}.mdl-course-index{width:220px;top:calc(var(--mdl-navbar-h) + 16px);flex:none;position:sticky}.mdl-course-index ul{flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;display:flex}.mdl-course-index-link{border-radius:var(--radius-sm);color:var(--ink);padding:7px 10px;font-size:14px;text-decoration:none;display:block}.mdl-course-index-link:hover{background:var(--mdl-hover);color:var(--mdl-active)}.mdl-course-main{flex-direction:column;flex:1;gap:18px;min-width:0;display:flex}@media (width<=820px){.mdl-course-index{display:none}}.mdl-section{background:var(--card);border-radius:var(--radius);border:1px solid #0000002d;overflow:hidden}:root[data-theme=dark][data-skin=moodle] .mdl-section{border-color:var(--line)}.mdl-section-head{align-items:center;display:flex}.mdl-section-toggle{text-align:start;cursor:pointer;width:100%;font:inherit;color:var(--ink);background:0 0;border:0;align-items:center;gap:10px;padding:16px 20px;display:flex}.mdl-section-toggle:hover{background:var(--card-2)}.mdl-chevron{color:var(--muted);flex:none;transition:transform .15s}.mdl-chevron.open{transform:rotate(0)}.mdl-chevron:not(.open){transform:rotate(-90deg)}.mdl-section-name{font-size:18px;font-weight:700}.mdl-section-body{padding:4px 20px 12px}.mdl-section-summary{color:var(--ink-2);margin:0 0 10px;font-size:14.5px}.mdl-section-empty{padding:8px 0}.mdl-activity-list{margin:0;padding:0;list-style:none}.mdl-activity{border-top:1px solid var(--line-2);align-items:center;gap:12px;padding:12px 0;display:flex}.mdl-activity:first-child{border-top:0}.mdl-activity.is-hidden{opacity:.55}.mdl-act-icon{border-radius:var(--radius-sm);flex:none;place-items:center;width:34px;height:34px;display:inline-grid}.mdl-activity-body{flex-direction:column;gap:2px;min-width:0;display:flex}.mdl-activity-name{color:var(--mdl-active);font-size:15px;text-decoration:none}.mdl-activity-name:hover{text-decoration:underline}.mdl-activity-name.as-text{color:var(--ink)}.mdl-activity-restricted{color:var(--muted);font-size:12.5px}.mdl-activity-edit{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--muted);flex:none;place-items:center;margin-inline-start:auto;display:inline-grid}.mdl-activity-edit:hover{background:var(--mdl-hover);color:var(--mdl-active)}button.mdl-tab{cursor:pointer;font:inherit;background:0 0;border:0;border-bottom:3px solid #0000}button.mdl-tab.on{border-bottom-color:var(--mdl-active)}.mdl-more{position:relative}.mdl-more-btn{align-items:center;gap:5px;display:inline-flex}.mdl-more-menu{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);min-width:220px;box-shadow:var(--shadow-lg);z-index:65;padding:6px;position:absolute;inset-block-start:calc(100% + 2px);inset-inline-start:0}.mdl-more-item{text-align:start;border-radius:var(--radius-sm);cursor:pointer;width:100%;font:inherit;color:var(--ink);background:0 0;border:0;padding:9px 12px;font-size:14px;display:block}.mdl-more-item:hover{background:var(--brass-soft);color:var(--brass-ink)}.mdl-count-chip{background:var(--card-3);min-width:22px;height:20px;color:var(--ink-2);border-radius:999px;place-items:center;margin-inline-start:8px;padding:0 7px;font-size:12px;font-weight:600;display:inline-grid}.mdl-block-title{align-items:center;display:flex}.mdl-table-wrap{max-width:100%;overflow-x:auto}.mdl-table{border-collapse:collapse;width:100%;font-size:14.5px}.mdl-table th,.mdl-table td{text-align:start;border-bottom:1px solid var(--line-2);padding:12px 14px}.mdl-table thead th{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--line);font-size:12.5px;font-weight:700}.mdl-table tbody tr:hover{background:var(--card-2)}.mdl-mono{font-family:var(--font-mono);color:var(--ink-2);font-size:13px}.mdl-person{align-items:center;gap:10px;display:inline-flex}.mdl-person-avatar{background:var(--mdl-active);color:#fff;border-radius:999px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:inline-grid}.mdl-role-badges{flex-wrap:wrap;gap:5px;display:inline-flex}.mdl-role-badge{background:var(--brass-soft);color:var(--brass-ink);border-radius:999px;padding:2px 9px;font-size:12px;font-weight:600;display:inline-flex}.mdl-status{align-items:center;gap:6px;font-size:13px;display:inline-flex}.mdl-status:before{content:"";background:var(--muted);border-radius:999px;width:8px;height:8px}.mdl-status--active{color:#0f7b4f}.mdl-status--active:before{background:#17a06a}.mdl-status--suspended{color:#a5632a}.mdl-status--suspended:before{background:#d08a3c}.mdl-grader th,.mdl-grader td{white-space:nowrap}.mdl-grader thead th{white-space:normal;vertical-align:bottom;max-width:190px}.mdl-grade-cell{color:var(--muted);text-align:center;vertical-align:middle}.mdl-grade-cell .lg-mark{justify-content:center;max-width:150px}.mdl-grader .mdl-grade-cell{white-space:normal}.mdl-grader .mdl-grade-cell .lg-mark{white-space:normal;text-align:center;overflow-wrap:anywhere}.mdl-grader .mdl-grade-cell .lg-mark.graded{white-space:nowrap}.mdl-grade-total td,.mdl-table tr.mdl-grade-total{background:var(--card-2);font-weight:700}.mdl-grade-value{flex-direction:column;align-items:center;gap:5px;display:inline-flex}.mdl-grade-states{flex-wrap:wrap;justify-content:center;gap:4px;display:inline-flex}.mdl-grade-state{background:var(--brass-soft);color:var(--brass-ink);text-transform:uppercase;letter-spacing:.025em;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:700;display:inline-flex}.mdl-grade-course-total{background:var(--card-2);font-weight:700}.mdl-grade-student-state{color:#a5632a;text-transform:uppercase;letter-spacing:.03em;margin-top:3px;font-size:11px;font-weight:650;display:block}.mdl-grade-pagination{color:var(--muted);justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;font-size:13px;display:flex}.mdl-grade-pagination .mdl-btn-secondary:disabled{opacity:.45;cursor:not-allowed}.mdl-settings-form{flex-direction:column;gap:16px;display:flex}.mdl-field{flex-direction:column;gap:6px;display:flex}.mdl-field-row{gap:16px;display:flex}.mdl-field-row .mdl-field{flex:1}.mdl-field label{color:var(--ink);font-size:14px;font-weight:600}.mdl-field input,.mdl-field select{font:inherit;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);color:var(--ink);max-width:460px;padding:9px 11px;font-size:15px}.mdl-field input:focus,.mdl-field select:focus{outline:2px solid var(--mdl-active);outline-offset:1px;border-color:var(--mdl-active)}.mdl-field input:disabled,.mdl-field select:disabled{background:var(--card-2);color:var(--muted)}.mdl-settings-actions{align-items:center;gap:12px;margin-top:8px;display:flex}.mdl-btn-primary{border:1px solid var(--mdl-active);background:var(--mdl-active);color:#fff;border-radius:var(--radius-sm);font:inherit;cursor:pointer;align-items:center;gap:6px;padding:8px 16px;font-size:15px;text-decoration:none;display:inline-flex}.mdl-btn-primary:hover:not(:disabled){background:var(--mdl-active-hover);border-color:var(--mdl-active-hover)}.mdl-btn-primary:disabled{opacity:.6;cursor:not-allowed}.mdl-btn-secondary{border:1px solid var(--line);background:var(--card);color:var(--mdl-active);border-radius:var(--radius-sm);font:inherit;cursor:pointer;align-items:center;gap:6px;padding:8px 16px;font-size:15px;text-decoration:none;display:inline-flex}.mdl-btn-secondary:hover{background:var(--card-2)}.mdl-alert--info{background:var(--brass-soft);border:1px solid var(--brass-line);color:var(--brass-ink)}.mdl-activities-index{flex-direction:column;gap:18px;display:flex}.mdl-activity-group-title{text-transform:capitalize;gap:10px}.mdl-tool-page{text-align:start}.mdl-tool-lede{max-width:560px;margin:0 0 16px}.mdl-section-head{justify-content:space-between;padding-inline-end:12px}.mdl-section-toggle{flex:1;width:auto}.mdl-edit-pencil{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--muted);flex:none;place-items:center;display:inline-grid}.mdl-edit-pencil:hover{background:var(--mdl-hover);color:var(--mdl-active)}.mdl-add-activity{color:var(--mdl-active);border:1px dashed var(--brass-line);border-radius:var(--radius-sm);background:0 0;align-items:center;gap:6px;margin-top:14px;padding:9px 14px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.mdl-add-activity:hover{background:var(--brass-soft);border-color:var(--mdl-active)}.mdl-root.edit-on .mdl-section{border-style:dashed;border-color:var(--brass-line)}.mdl-root.edit-on .mdl-activity-edit{color:var(--mdl-active)}.mdl-root.edit-on .mdl-edit-switch .mdl-switch{box-shadow:0 0 0 3px var(--brass-soft)}.mdl-modal-overlay{z-index:90;background:#0006;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.mdl-modal{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);width:100%;max-width:640px;max-height:86vh;box-shadow:var(--shadow-lg);overflow-y:auto}.mdl-modal-head{border-bottom:1px solid var(--line);background:var(--card);justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.mdl-modal-title{color:var(--ink);margin:0;font-size:19px;font-weight:700}.mdl-modal-close{width:34px;height:34px;color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;font-size:15px;display:inline-grid}.mdl-modal-close:hover{background:var(--mdl-hover);color:var(--ink)}.mdl-chooser-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;padding:18px 20px 22px;display:grid}.mdl-chooser-card{text-align:start;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);cursor:pointer;font:inherit;flex-direction:column;align-items:flex-start;gap:8px;padding:14px;transition:border-color .12s,box-shadow .12s;display:flex}.mdl-chooser-card:hover{border-color:var(--mdl-active);box-shadow:var(--shadow)}.mdl-chooser-card:focus-visible{outline:2.5px solid var(--mdl-active);outline-offset:2px}.mdl-chooser-name{color:var(--ink);font-size:15px;font-weight:600}.mdl-chooser-desc{color:var(--muted);font-size:12.5px;line-height:1.4}.mdl-chooser-form{flex-direction:column;gap:16px;padding:18px 20px 22px;display:flex}.mdl-chooser-picked{color:var(--ink);align-items:center;gap:10px;font-size:16px;font-weight:600;display:inline-flex}.mdl-chooser-form .mdl-field{flex-direction:column;gap:6px;display:flex}.mdl-chooser-form .mdl-field span{color:var(--ink);font-size:14px;font-weight:600}.mdl-chooser-form input{font:inherit;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);color:var(--ink);padding:9px 11px;font-size:15px}.mdl-chooser-form input:focus{outline:2px solid var(--mdl-active);outline-offset:1px;border-color:var(--mdl-active)}.mdl-chooser-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.mdl-chooser{width:100%;max-width:960px;height:min(680px,90vh);box-shadow:var(--shadow-lg);background:#fff;border:0;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}:root[data-theme=dark][data-skin=moodle] .mdl-chooser{background:var(--card)}.mdl-ac-head{border-bottom:1px solid var(--line);flex-direction:column;align-items:center;gap:14px;padding:20px 20px 16px;display:flex;position:relative}.mdl-ac-title{color:var(--ink);text-align:center;margin:0;font-size:20px;font-weight:700}.mdl-ac-head .mdl-modal-close{position:absolute;inset-block-start:14px;inset-inline-end:14px}.mdl-ac-search{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;max-width:460px;color:var(--muted);background:var(--card);align-items:center;gap:9px;padding:9px 14px;display:flex}.mdl-ac-search input{min-width:0;font:inherit;color:var(--ink);background:0 0;border:0;outline:none;flex:1;font-size:14.5px}.mdl-ac-search:focus-within{border-color:var(--mdl-active);box-shadow:0 0 0 1px var(--mdl-active)}.mdl-chooser-body{flex:1;min-height:0;display:flex}.mdl-ac-cats{border-inline-end:1px solid var(--line);flex-direction:column;flex:none;gap:3px;width:200px;padding:16px 12px;display:flex;overflow-y:auto}.mdl-ac-cat{text-align:start;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:999px;width:100%;padding:8px 12px;font-size:14px}.mdl-ac-cat:hover{color:var(--mdl-active)}.mdl-ac-cat.on{color:#fff;background:#1d2125;font-weight:600}:root[data-theme=dark][data-skin=moodle] .mdl-ac-cat.on{background:var(--ink);color:var(--paper)}.mdl-ac-divider{background:var(--line);height:1px;margin:8px 4px;display:block}.mdl-ac-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));align-content:start;gap:6px;padding:18px 20px;display:grid;overflow-y:auto}.mdl-ac-empty{text-align:center;grid-column:1/-1;padding:30px}.mdl-ac-item{border-radius:var(--radius-sm);background:0 0;border:0;flex-direction:column;align-items:center;padding-bottom:8px;display:flex;position:relative}.mdl-ac-item:hover{background:var(--mdl-hover)}.mdl-ac-item.is-selected{background:var(--brass-soft);box-shadow:inset 0 0 0 1px var(--brass-line)}.mdl-ac-item.is-soft .mdl-ac-label{color:var(--ink-2)}.mdl-ac-main{text-align:center;cursor:pointer;font:inherit;background:0 0;border:0;flex-direction:column;align-items:center;gap:10px;width:100%;padding:18px 8px 8px;display:flex}.mdl-ac-main .mdl-act-icon{border-radius:10px;width:48px;height:48px}.mdl-ac-label{color:var(--ink);font-size:13.5px;font-weight:600;line-height:1.25}.mdl-ac-tools{justify-content:center;align-items:center;gap:2px;display:flex}.mdl-ac-icon{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;display:inline-grid}.mdl-ac-icon:hover{background:var(--card-3);color:var(--ink)}.mdl-ac-star.on{color:#e0a800}.mdl-ac-desc{color:var(--muted);text-align:center;margin:2px 8px 0;font-size:12px;line-height:1.4}.mdl-chooser>.mdl-chooser-form{flex:1;padding:24px 22px;overflow-y:auto}.mdl-ac-foot{border-top:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.mdl-ac-market{color:var(--mdl-active);font-size:14px;text-decoration:none}.mdl-ac-market:hover{text-decoration:underline}@media (width<=640px){.mdl-chooser-body{flex-direction:column}.mdl-ac-cats{border-inline-end:0;border-bottom:1px solid var(--line);flex-direction:row;width:auto;overflow-x:auto}.mdl-ac-divider{display:none}}.mdl-inline-edit{align-items:center;gap:6px;display:inline-flex}.mdl-inline-edit input{font:inherit;border:1px solid var(--mdl-active);border-radius:var(--radius-sm);background:var(--card);min-width:200px;color:var(--ink);outline:none;padding:5px 9px;font-size:15px}.mdl-inline-save,.mdl-inline-cancel{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);cursor:pointer;place-items:center;width:28px;height:28px;font-size:13px;display:inline-grid}.mdl-inline-save{color:#0f7b4f;border-color:#9dd3b8}.mdl-inline-save:hover{background:#e7f5ee}.mdl-inline-cancel{color:var(--muted)}.mdl-inline-cancel:hover{background:var(--mdl-hover)}button.mdl-activity-edit{cursor:pointer;background:0 0;border:0}.mdl-notice{text-align:center;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:26px 26px 22px}.mdl-notice-icon{background:var(--brass-soft);width:52px;height:52px;color:var(--mdl-active);border-radius:999px;place-items:center;margin:0 auto 12px;display:grid}.mdl-notice-title{color:var(--ink);margin:0 0 8px;font-size:18px;font-weight:700}.mdl-notice-body{color:var(--ink-2);margin:0 0 18px;font-size:14.5px;line-height:1.55}.mdl-notice .mdl-btn-primary{justify-content:center;min-width:96px}button.mdl-activity-name.mdl-activity-open{font:inherit;color:var(--mdl-active);cursor:pointer;text-align:start;background:0 0;border:0;padding:0;font-size:15px}button.mdl-activity-name.mdl-activity-open:hover{text-decoration:underline}.mdl-viewer{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);width:100%;max-width:520px;max-height:86vh;box-shadow:var(--shadow-lg);overflow-y:auto}.mdl-viewer-head{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:18px 20px;display:flex}.mdl-viewer-head .mdl-act-icon{flex:none;width:40px;height:40px}.mdl-viewer-title{min-width:0;color:var(--ink);flex:1;margin:0;font-size:18px;font-weight:700}.mdl-viewer-head .mdl-modal-close{flex:none}.mdl-viewer-body{padding:18px 20px 20px}.mdl-viewer-facts{grid-template-columns:max-content 1fr;gap:10px 18px;margin:0;display:grid}.mdl-viewer-fact{display:contents}.mdl-viewer-fact dt{color:var(--muted);font-size:13.5px}.mdl-viewer-fact dd{color:var(--ink);margin:0;font-size:14.5px;font-weight:500}.mdl-viewer-note{border-top:1px solid var(--line-2);color:var(--muted);margin:18px 0 0;padding-top:14px;font-size:13px;line-height:1.5}.mdl-search{align-items:stretch;gap:0;max-width:520px;margin:0 0 22px;display:flex}.mdl-search-input{min-width:0;font:inherit;border:1px solid var(--line);background:var(--card);color:var(--ink);border-inline-end:0;border-start-start-radius:var(--radius-sm);border-end-start-radius:var(--radius-sm);flex:1;padding:10px 14px;font-size:15px}.mdl-search-input:focus{border-color:var(--mdl-active);box-shadow:inset 0 0 0 1px var(--mdl-active);outline:none}.mdl-search-btn{border:1px solid var(--mdl-active);background:var(--mdl-active);color:#fff;cursor:pointer;border-start-end-radius:var(--radius-sm);border-end-end-radius:var(--radius-sm);place-items:center;width:46px;display:inline-grid}.mdl-search-btn:hover{background:var(--mdl-active-hover);border-color:var(--mdl-active-hover)}.mdl-dot{margin-inline:6px}.mdl-block-bar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.mdl-block-bar .mdl-block-title{margin:0}.mdl-filter select{font:inherit;padding:7px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);color:var(--ink);cursor:pointer;padding-inline-end:30px;font-size:14px}.mdl-filter select:focus{outline:2px solid var(--mdl-active);outline-offset:1px}.mdl-overview-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.mdl-overview-card{text-align:start;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);cursor:pointer;font:inherit;flex-direction:column;padding:0;transition:box-shadow .15s,transform .1s;display:flex;overflow:hidden}.mdl-overview-card:hover{box-shadow:var(--shadow-lg)}.mdl-overview-banner{background:linear-gradient(135deg, var(--mdl-active), #1f7fd0);place-items:center;height:72px;display:grid}.mdl-overview-banner .mdl-coursebox-glyph{color:#fff;background:#ffffff38}.mdl-overview-body{flex-direction:column;gap:4px;padding:12px 14px 14px;display:flex}.mdl-overview-title{color:var(--ink);font-size:15px;font-weight:600}.mdl-overview-meta{color:var(--muted);font-size:12.5px}.mdl-skeleton-list{margin:0;padding:0;list-style:none}.mdl-skel-row{border-bottom:1px solid var(--line-2);align-items:center;gap:14px;padding:16px 4px;display:flex}.mdl-skel-row:last-child{border-bottom:0}.mdl-skel-lines{flex-direction:column;flex:1;gap:8px;display:flex}.mdl-skel{background:linear-gradient(90deg, var(--card-3) 25%, var(--card-2) 37%, var(--card-3) 63%);background-size:400% 100%;border-radius:6px;animation:1.4s infinite mdl-shimmer}.mdl-skel-glyph{border-radius:var(--radius-sm);flex:none;width:44px;height:44px}.mdl-skel-title{width:42%;height:15px}.mdl-skel-meta{width:65%;height:12px}@keyframes mdl-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.mdl-skel{animation:none}}.mdl-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:40px 20px;display:flex}.mdl-empty-icon{color:var(--line)}.mdl-empty-title{color:var(--ink-2);margin:4px 0 0;font-size:16px;font-weight:600}.mdl-empty-hint{color:var(--muted);margin:0;font-size:13.5px}.mdl-person-actions{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.mdl-btn--sm{padding:2px 8px;font-size:11.5px;line-height:1.7}.mdl-btn--sm.danger{color:#b03a2e;border-color:#b03a2e}.mdl-access-panel{border-color:var(--line);background:var(--card);border-radius:4px}.mdl-activity-actions{align-items:center;gap:4px;display:inline-flex}.mdl-activity-delete{color:#b02a37}.mdl-add-section{margin-top:12px}.mdl-add-section-form{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.mdl-add-section-form input{border:1px solid var(--mdl-line,#ccc);border-radius:6px;min-width:12rem;padding:6px 8px}.mdl-participants-enrol{margin-inline-start:auto}.mdl-enrol-form{border:1px solid var(--mdl-line,#ccc);border-radius:8px;flex-direction:column;gap:8px;margin:12px 0;padding:12px;display:flex}.mdl-enrol-form textarea{border:1px solid var(--mdl-line,#ccc);width:100%;font:inherit;resize:vertical;border-radius:6px;padding:8px}.mdl-enrol-actions{gap:8px;display:flex}.mdl-person-actions-bar{border:1px solid var(--mdl-line,#ccc);border-radius:8px;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;padding:12px;display:flex}.mdl-person-actions-who{flex-direction:column;gap:1px;display:flex}.mdl-person-actions-bar .mdl-btn--sm{padding:4px 10px;font-size:.9em}.course-engagement{flex-direction:column;gap:16px;display:flex}.moodlexhtu-card.mdl-embed{background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.5;overflow:visible}.mdl-embed .mdl-page{max-width:var(--mdl-container);margin-inline:auto;padding:28px 24px 56px}.mdl-embed .mdl-course-index{top:calc(var(--moodlexhtu-header-h,68px) + 16px);max-height:calc(100vh - var(--moodlexhtu-header-h,68px) - 32px);overflow-y:auto}@media (width<=700px){.mdl-embed .mdl-page{padding:20px 16px 40px}}:root{--moodlexhtu-crimson:#c0000d;--moodlexhtu-digital:#fc1323;--moodlexhtu-dark-crimson:#8f0007;--moodlexhtu-brand:var(--moodlexhtu-crimson);--moodlexhtu-brand-strong:var(--moodlexhtu-dark-crimson);--moodlexhtu-brand-bright:var(--moodlexhtu-digital);--moodlexhtu-gradient:linear-gradient(90deg, #8f0007 0%, #c0000d 60%, #fc1323 100%);--moodlexhtu-gradient-diag:linear-gradient(140deg, #8f0007, #fc1323);--moodlexhtu-gradient-panel:linear-gradient(155deg, #8f0007 0%, #c0000d 52%, #fc1323 100%);--moodlexhtu-gradient-hero:linear-gradient(105deg, #171717 0%, #3d0206 58%, #8f0007 100%);--moodlexhtu-brand-wash:#c0000d12;--moodlexhtu-brand-wash-strong:#c0000d24;--moodlexhtu-brand-ring:#c0000d38;--moodlexhtu-brand-text:var(--moodlexhtu-crimson);--moodlexhtu-canvas:#f8f9fa;--moodlexhtu-surface:#fff;--moodlexhtu-surface-sunk:#f8f9fa;--moodlexhtu-surface-raised:#fff;--moodlexhtu-inverse:#171717;--moodlexhtu-ink:#171717;--moodlexhtu-ink-muted:#6b7280;--moodlexhtu-ink-faint:#9ca3af;--moodlexhtu-on-brand:#fff;--moodlexhtu-on-inverse:#fff;--moodlexhtu-on-inverse-muted:#ffffffb8;--moodlexhtu-on-inverse-faint:#ffffff8c;--moodlexhtu-inverse-btn:#fff;--moodlexhtu-on-inverse-btn:#171717;--moodlexhtu-line:#e5e7eb;--moodlexhtu-line-soft:#f1f2f4;--moodlexhtu-line-strong:#d1d5db;--moodlexhtu-ok:#047857;--moodlexhtu-ok-wash:#04785717;--moodlexhtu-warn:#b45309;--moodlexhtu-warn-wash:#b453091a;--moodlexhtu-danger:#c0000d;--moodlexhtu-danger-wash:#c0000d14;--moodlexhtu-info:#6b7280;--moodlexhtu-info-wash:#6b728014;--moodlexhtu-neutral-wash:#6b72801a;--moodlexhtu-ok-on-dark:#34d399;--moodlexhtu-danger-on-dark:var(--moodlexhtu-digital);--moodlexhtu-font:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--moodlexhtu-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--moodlexhtu-r-chip:7px;--moodlexhtu-r-sm:9px;--moodlexhtu-r-ctl:11px;--moodlexhtu-r-md:14px;--moodlexhtu-r-lg:16px;--moodlexhtu-r-card:18px;--moodlexhtu-r-panel:20px;--moodlexhtu-r-hero:24px;--moodlexhtu-r-pill:999px;--moodlexhtu-shadow-card:0 4px 20px #1717170f;--moodlexhtu-shadow-card-flat:0 4px 20px #1717170d;--moodlexhtu-shadow-lift:0 14px 34px #1717171a;--moodlexhtu-shadow-brand:0 6px 18px #c0000d38;--moodlexhtu-shadow-modal:0 30px 80px #1717173d;--moodlexhtu-gutter:32px;--moodlexhtu-sidebar-w:264px;--moodlexhtu-header-h:68px;--moodlexhtu-page-max:1320px;--moodlexhtu-ease:cubic-bezier(.4, 0, .2, 1);--moodlexhtu-t-fast:.18s;--moodlexhtu-t:.2s}[data-theme=dark]{--moodlexhtu-canvas:#0e0e0f;--moodlexhtu-surface:#17181a;--moodlexhtu-surface-sunk:#121314;--moodlexhtu-surface-raised:#1d1e21;--moodlexhtu-inverse:#000;--moodlexhtu-ink:#f4f4f5;--moodlexhtu-ink-muted:#a1a1aa;--moodlexhtu-ink-faint:#71717a;--moodlexhtu-line:#2a2b2f;--moodlexhtu-line-soft:#232427;--moodlexhtu-line-strong:#3f3f46;--moodlexhtu-ok:#34d399;--moodlexhtu-ok-wash:#34d3991f;--moodlexhtu-warn:#fbbf24;--moodlexhtu-warn-wash:#fbbf241f;--moodlexhtu-danger:#fc1323;--moodlexhtu-danger-wash:#fc132324;--moodlexhtu-info:#a1a1aa;--moodlexhtu-info-wash:#a1a1aa1f;--moodlexhtu-neutral-wash:#a1a1aa1f;--moodlexhtu-brand-wash:#fc13231f;--moodlexhtu-brand-wash-strong:#fc132333;--moodlexhtu-brand-text:#ff8a93;--moodlexhtu-shadow-card:0 4px 20px #0006;--moodlexhtu-shadow-card-flat:0 4px 20px #00000057;--moodlexhtu-shadow-lift:0 14px 34px #00000080;--moodlexhtu-shadow-modal:0 30px 80px #000000a8}.moodlexhtu-root,.moodlexhtu-root *{box-sizing:border-box}.moodlexhtu-root{background:var(--moodlexhtu-canvas);min-height:100vh;color:var(--moodlexhtu-ink);font-family:var(--moodlexhtu-font);-webkit-font-smoothing:antialiased;text-wrap:pretty;font-size:14px;line-height:1.5}.moodlexhtu-root ::selection{background:var(--moodlexhtu-brand-wash-strong)}.moodlexhtu-root a:not(.btn):not(.b-add-btn):not(.icon-btn):not(.moodlexhtu-btn):not(.moodlexhtu-activity):not(.moodlexhtu-acts-row):not(.moodlexhtu-nav-item):not(.moodlexhtu-tab):not(.moodlexhtu-pl-stage-btn):not(.moodlexhtu-pl-rail-item):not(.moodlexhtu-header-id):not(.ca-ref):not(.moodlexhtu-numcard):not(.moodlexhtu-hero-link):not(.moodlexhtu-quick):not(.moodlexhtu-journey-card-link):not(.moodlexhtu-nav-child){color:var(--moodlexhtu-brand);text-decoration:none}.moodlexhtu-root a:not(.btn):not(.b-add-btn):not(.icon-btn):not(.moodlexhtu-btn):not(.moodlexhtu-activity):not(.moodlexhtu-acts-row):not(.moodlexhtu-nav-item):not(.moodlexhtu-tab):not(.moodlexhtu-pl-stage-btn):not(.moodlexhtu-pl-rail-item):not(.moodlexhtu-header-id):not(.ca-ref):not(.moodlexhtu-numcard):not(.moodlexhtu-hero-link):not(.moodlexhtu-quick):not(.moodlexhtu-journey-card-link):not(.moodlexhtu-nav-child):hover{color:var(--moodlexhtu-brand-strong);text-decoration:underline}.moodlexhtu-root a.btn,.moodlexhtu-root a.b-add-btn,.moodlexhtu-root a.icon-btn,.moodlexhtu-root a.moodlexhtu-btn,.moodlexhtu-root a.moodlexhtu-tab,.moodlexhtu-root a.moodlexhtu-pl-stage-btn,.moodlexhtu-root a.moodlexhtu-pl-rail-item,.moodlexhtu-root a.moodlexhtu-hero-link,.moodlexhtu-root a.ca-ref,.moodlexhtu-root a.moodlexhtu-numcard,.moodlexhtu-root a.moodlexhtu-quick{text-decoration:none}.moodlexhtu-root h1,.moodlexhtu-root h2,.moodlexhtu-root h3,.moodlexhtu-root h4{letter-spacing:-.02em;margin:0;font-weight:600}.moodlexhtu-root p{margin:0}.moodlexhtu-root :focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:2px;border-radius:4px}.moodlexhtu-sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}table.moodlexhtu-sr-only{table-layout:fixed}@keyframes moodlexhtu-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes moodlexhtu-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes moodlexhtu-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.moodlexhtu-root *,.moodlexhtu-root :before,.moodlexhtu-root :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.moodlexhtu-shell{grid-template-columns:var(--moodlexhtu-sidebar-w) minmax(0, 1fr);min-height:100vh;display:grid}.moodlexhtu-side{background:var(--moodlexhtu-surface);border-inline-end:1px solid var(--moodlexhtu-line);z-index:30;flex-direction:column;height:100vh;padding:22px 16px 16px;display:flex;position:sticky;top:0}.moodlexhtu-side-brand{align-items:center;padding:0 8px 22px;display:flex}.moodlexhtu-side-nav{flex-direction:column;flex:1;gap:22px;display:flex;overflow:auto}.moodlexhtu-nav-group{flex-direction:column;gap:2px;display:flex}.moodlexhtu-nav-group-label{letter-spacing:.14em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);padding:0 10px 8px;font-size:10px;font-weight:600}.moodlexhtu-nav-item{border-radius:var(--moodlexhtu-r-sm);height:38px;color:var(--moodlexhtu-ink-muted);cursor:pointer;text-align:start;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:none;align-items:center;gap:11px;padding:0 10px;font-family:inherit;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.moodlexhtu-nav-item:hover{background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink);text-decoration:none}.moodlexhtu-nav-item.on{background:var(--moodlexhtu-brand-wash);color:var(--moodlexhtu-brand);font-weight:600}.moodlexhtu-nav-item.on:hover{color:var(--moodlexhtu-brand-strong)}.moodlexhtu-nav-glyph{color:currentColor;flex:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.moodlexhtu-nav-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.moodlexhtu-nav-badge{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-brand);min-width:20px;height:19px;color:var(--moodlexhtu-on-brand);flex:none;justify-content:center;align-items:center;padding:0 6px;font-size:10.5px;font-weight:600;display:inline-flex}.moodlexhtu-nav-entry{flex-direction:column;display:flex}.moodlexhtu-nav-row{border-radius:var(--moodlexhtu-r-sm);transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);align-items:center;display:flex}.moodlexhtu-nav-row:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-nav-row.on{background:var(--moodlexhtu-brand-wash)}.moodlexhtu-nav-row .moodlexhtu-nav-item,.moodlexhtu-nav-row .moodlexhtu-nav-item:hover,.moodlexhtu-nav-row .moodlexhtu-nav-item.on{background:0 0;flex:1;min-width:0}.moodlexhtu-nav-toggle{border-radius:var(--moodlexhtu-r-sm);width:28px;height:28px;color:var(--moodlexhtu-ink-faint);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;margin-inline-end:4px;padding:0;display:inline-flex}.moodlexhtu-nav-toggle:hover{color:var(--moodlexhtu-ink)}.moodlexhtu-nav-row.on .moodlexhtu-nav-toggle{color:var(--moodlexhtu-brand)}.moodlexhtu-nav-chevron{transform-origin:50%;width:6px;height:6px;transition:transform var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border-block-end:1.5px solid;border-inline-end:1.5px solid;display:block;transform:rotate(-45deg)}.moodlexhtu-nav-toggle.open .moodlexhtu-nav-chevron,[dir=rtl] .moodlexhtu-nav-chevron{transform:rotate(45deg)}[dir=rtl] .moodlexhtu-nav-toggle.open .moodlexhtu-nav-chevron{transform:rotate(-45deg)}@media (prefers-reduced-motion:reduce){.moodlexhtu-nav-chevron{transition:none}}.moodlexhtu-nav-children{border-inline-start:1px solid var(--moodlexhtu-line);flex-direction:column;gap:1px;margin:2px 0 4px;margin-inline-start:19px;padding:0;padding-inline-start:10px;list-style:none;display:flex}.moodlexhtu-nav-child{border-radius:var(--moodlexhtu-r-sm);color:var(--moodlexhtu-ink-muted);text-align:start;text-overflow:ellipsis;white-space:nowrap;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);padding:6px 10px;font-size:12.5px;font-weight:500;text-decoration:none;display:block;overflow:hidden}.moodlexhtu-nav-child:hover{background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink);text-decoration:none}.moodlexhtu-nav-child.on{color:var(--moodlexhtu-brand);font-weight:600}.moodlexhtu-nav-child.muted{color:var(--moodlexhtu-ink-faint);cursor:default}.moodlexhtu-nav-child-note{color:var(--moodlexhtu-ink-faint);padding:6px 10px;font-size:12px}.moodlexhtu-nav-child-retry{font:inherit;color:var(--moodlexhtu-brand);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.moodlexhtu-side-user{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);margin-top:16px;padding:14px}.moodlexhtu-side-user-row{align-items:center;gap:10px;display:flex}.moodlexhtu-avatar{background:var(--moodlexhtu-gradient-diag);width:34px;height:34px;color:var(--moodlexhtu-on-brand);letter-spacing:.02em;border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.moodlexhtu-avatar.sm{border-radius:8px;width:28px;height:28px;font-size:11px}.moodlexhtu-avatar.lg{border-radius:var(--moodlexhtu-r-card);width:64px;height:64px;font-size:23px}.moodlexhtu-side-user-text{min-width:0}.moodlexhtu-side-user-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.moodlexhtu-side-user-role{color:var(--moodlexhtu-ink-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.moodlexhtu-side-user-actions{gap:8px;margin-top:12px;display:flex}.moodlexhtu-main{flex-direction:column;min-width:0;display:flex}.moodlexhtu-header{z-index:20;min-height:var(--moodlexhtu-header-h);background:color-mix(in srgb, var(--moodlexhtu-surface) 86%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--moodlexhtu-line);padding:0 var(--moodlexhtu-gutter);align-items:center;gap:20px;display:flex;position:sticky;top:0}.moodlexhtu-header-title{min-width:0}.moodlexhtu-header-route{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.moodlexhtu-header-page{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:600;overflow:hidden}.moodlexhtu-header-tools{align-items:center;gap:8px;display:flex}.moodlexhtu-icon-btn{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-surface);width:40px;height:40px;color:var(--moodlexhtu-ink-muted);cursor:pointer;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);flex:none;justify-content:center;align-items:center;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex;position:relative}.moodlexhtu-icon-btn:hover{border-color:var(--moodlexhtu-ink);color:var(--moodlexhtu-ink)}.moodlexhtu-header-id{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-surface);align-items:center;gap:9px;height:40px;padding:0 12px;padding-inline-start:6px;display:flex}a.moodlexhtu-header-id{color:inherit;cursor:pointer;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);text-decoration:none}a.moodlexhtu-header-id:hover{border-color:var(--moodlexhtu-ink);text-decoration:none}a.moodlexhtu-header-id:hover .moodlexhtu-header-id-role{color:var(--moodlexhtu-ink)}.moodlexhtu-header-id-role{color:var(--moodlexhtu-ink-muted);white-space:nowrap;font-size:12px;font-weight:500}.moodlexhtu-canvas{flex:1;min-width:0}.moodlexhtu-page{max-width:var(--moodlexhtu-page-max);padding:34px var(--moodlexhtu-gutter) 56px;animation:moodlexhtu-rise .4s var(--moodlexhtu-ease) backwards;margin:0 auto}.moodlexhtu-page.wide{max-width:none}.moodlexhtu-page.bleed{max-width:none;padding:0}.moodlexhtu-ph{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.moodlexhtu-ph-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--moodlexhtu-brand);font-size:12px;font-weight:500}.moodlexhtu-ph-title{letter-spacing:-.025em;margin:10px 0 6px;font-size:32px}.moodlexhtu-ph-lede{color:var(--moodlexhtu-ink-muted);max-width:68ch;font-size:15px}.moodlexhtu-ph-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-crumbs{color:var(--moodlexhtu-ink-muted);flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:14px;font-size:12px;display:flex}.moodlexhtu-crumbs a{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-crumbs a:hover{color:var(--moodlexhtu-brand)}.moodlexhtu-crumbs-sep{color:var(--moodlexhtu-ink-faint)}.moodlexhtu-crumbs-current{color:var(--moodlexhtu-ink);font-weight:500}.moodlexhtu-hero{border-radius:var(--moodlexhtu-r-hero);background:var(--moodlexhtu-inverse);color:var(--moodlexhtu-on-inverse);padding:38px 40px;position:relative;overflow:hidden}.moodlexhtu-hero:before{content:"";background:var(--moodlexhtu-gradient-hero);position:absolute;inset:0}.moodlexhtu-hero:after{content:"";opacity:.2;background:linear-gradient(180deg, var(--moodlexhtu-digital), transparent);clip-path:polygon(0 18%,52% 0,100% 18%,100% 100%,70% 100%,70% 48%,30% 48%,30% 100%,0 100%);pointer-events:none;width:300px;height:300px;position:absolute;inset-block-start:-40px;inset-inline-end:36px}.moodlexhtu-hero-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:40px;display:flex;position:relative}.moodlexhtu-hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--moodlexhtu-on-inverse-faint);font-size:12px;font-weight:500}.moodlexhtu-hero-title{letter-spacing:-.025em;color:var(--moodlexhtu-on-inverse);margin:12px 0 8px;font-size:38px}.moodlexhtu-hero-lede{color:var(--moodlexhtu-on-inverse-muted);max-width:62ch;font-size:16px;font-weight:300}.moodlexhtu-hero-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}.moodlexhtu-hero-stats{flex-wrap:wrap;gap:36px;padding-bottom:6px;display:flex}.moodlexhtu-hero-stat-value{letter-spacing:-.02em;font-size:34px;font-weight:600}.moodlexhtu-hero-stat-value small{font-size:18px}.moodlexhtu-hero-stat-label{color:var(--moodlexhtu-on-inverse-faint);margin-top:2px;font-size:12px}.moodlexhtu-btn{border-radius:var(--moodlexhtu-r-ctl);white-space:nowrap;cursor:pointer;height:42px;transition:transform var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-family:inherit;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.moodlexhtu-btn:hover{text-decoration:none}.moodlexhtu-btn:disabled,.moodlexhtu-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none}.moodlexhtu-btn.primary{background:var(--moodlexhtu-gradient);color:var(--moodlexhtu-on-brand);box-shadow:var(--moodlexhtu-shadow-brand)}.moodlexhtu-btn.primary:not(:disabled):hover{color:var(--moodlexhtu-on-brand);transform:translateY(-1px)}.moodlexhtu-btn.secondary{background:var(--moodlexhtu-surface);border-color:var(--moodlexhtu-line);color:var(--moodlexhtu-ink);font-weight:500}.moodlexhtu-btn.secondary:not(:disabled):hover{border-color:var(--moodlexhtu-ink);color:var(--moodlexhtu-ink)}.moodlexhtu-btn.solid{background:var(--moodlexhtu-ink);color:var(--moodlexhtu-surface)}.moodlexhtu-btn.solid:not(:disabled):hover{color:var(--moodlexhtu-surface);transform:translateY(-1px)}.moodlexhtu-btn.quiet{color:var(--moodlexhtu-ink-muted);background:0 0;font-weight:500}.moodlexhtu-btn.quiet:hover{background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink)}.moodlexhtu-btn.danger{background:var(--moodlexhtu-surface);border-color:var(--moodlexhtu-danger);color:var(--moodlexhtu-danger)}.moodlexhtu-btn.danger:not(:disabled):hover{background:var(--moodlexhtu-danger);color:var(--moodlexhtu-on-brand)}.moodlexhtu-btn.on-dark{background:var(--moodlexhtu-inverse-btn);color:var(--moodlexhtu-on-inverse-btn)}.moodlexhtu-btn.on-dark:not(:disabled):hover{color:var(--moodlexhtu-on-inverse-btn);transform:translateY(-1px)}.moodlexhtu-btn.on-dark-ghost{color:var(--moodlexhtu-on-inverse);background:0 0;border-color:#ffffff52;font-weight:500}.moodlexhtu-btn.on-dark-ghost:hover{color:var(--moodlexhtu-on-inverse);background:#ffffff1a}.moodlexhtu-btn.lg{height:46px;padding:0 24px;font-size:14px}.moodlexhtu-btn.sm{border-radius:var(--moodlexhtu-r-sm);height:34px;padding:0 13px;font-size:12px;font-weight:500}.moodlexhtu-btn.block{width:100%}.moodlexhtu-btn-spin{border:1.8px solid;border-top-color:#0000;border-radius:50%;flex:none;width:13px;height:13px;animation:.7s linear infinite moodlexhtu-spin}.moodlexhtu-card{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card)}.moodlexhtu-card.pad{padding:20px}.moodlexhtu-card.pad-lg{padding:24px}.moodlexhtu-card.flush{overflow:hidden}.moodlexhtu-card.panel{border-radius:var(--moodlexhtu-r-panel)}.moodlexhtu-card.interactive{cursor:pointer;transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t) var(--moodlexhtu-ease)}.moodlexhtu-card.interactive:hover{box-shadow:var(--moodlexhtu-shadow-lift);transform:translateY(-3px)}.moodlexhtu-card-head{border-bottom:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.moodlexhtu-card-head>*{min-inline-size:0}.moodlexhtu-card-title{letter-spacing:-.01em;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.moodlexhtu-card-meta{color:var(--moodlexhtu-ink-muted);font-size:12px}.moodlexhtu-card-body{padding:20px 24px}.moodlexhtu-card-foot{border-top:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 24px;display:flex}.moodlexhtu-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.moodlexhtu-h2{letter-spacing:-.01em;font-size:18px;font-weight:600}.moodlexhtu-h3{letter-spacing:-.01em;font-size:15px;font-weight:600}.moodlexhtu-stack{flex-direction:column;gap:18px;display:flex}.moodlexhtu-stack.tight{gap:12px}.moodlexhtu-stack.loose{gap:26px}.moodlexhtu-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.moodlexhtu-row.between{justify-content:space-between}.moodlexhtu-grid{gap:18px;display:grid}.moodlexhtu-grid.c2{grid-template-columns:repeat(2,minmax(0,1fr))}.moodlexhtu-grid.c3{grid-template-columns:repeat(3,minmax(0,1fr))}.moodlexhtu-grid.c4{grid-template-columns:repeat(4,minmax(0,1fr))}.moodlexhtu-split{grid-template-columns:minmax(0,1fr) 344px;align-items:start;gap:24px;display:grid}.moodlexhtu-split.narrow-rail{grid-template-columns:minmax(0,1fr) 320px}.moodlexhtu-mt{margin-top:26px}.moodlexhtu-mt-sm{margin-top:16px}.moodlexhtu-mt-lg{margin-top:32px}.moodlexhtu-statgrid{grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:12px;display:grid}.moodlexhtu-stat-hint{color:var(--moodlexhtu-ink-muted);margin-top:6px;font-size:12px;line-height:1.45}.moodlexhtu-stat{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-lg);box-shadow:var(--moodlexhtu-shadow-card-flat);padding:20px}.moodlexhtu-stat.edge-ok{border-inline-start:3px solid var(--moodlexhtu-ok)}.moodlexhtu-stat.edge-warn{border-inline-start:3px solid var(--moodlexhtu-warn)}.moodlexhtu-stat.edge-danger{border-inline-start:3px solid var(--moodlexhtu-danger)}.moodlexhtu-stat.edge-unknown{border-style:dashed;border-inline-start-width:3px;border-inline-start-color:var(--moodlexhtu-line-strong)}.moodlexhtu-stat-label{color:var(--moodlexhtu-ink-muted);font-size:12px}.moodlexhtu-stat-row{align-items:baseline;gap:8px;margin-top:8px;display:flex}.moodlexhtu-stat-value{letter-spacing:-.025em;font-size:30px;font-weight:600}.moodlexhtu-stat-value.sm{font-size:22px}.moodlexhtu-stat-note{color:var(--moodlexhtu-ink-faint);margin-top:6px;font-size:11.5px}.moodlexhtu-delta{border-radius:var(--moodlexhtu-r-chip);padding:2px 7px;font-size:11.5px;font-weight:600}.moodlexhtu-delta.up{background:var(--moodlexhtu-ok-wash);color:var(--moodlexhtu-ok)}.moodlexhtu-delta.down{background:var(--moodlexhtu-danger-wash);color:var(--moodlexhtu-danger)}.moodlexhtu-delta.flat{background:var(--moodlexhtu-neutral-wash);color:var(--moodlexhtu-ink-muted)}.moodlexhtu-badge{border-radius:var(--moodlexhtu-r-chip);background:var(--moodlexhtu-neutral-wash);height:22px;color:var(--moodlexhtu-ink-muted);letter-spacing:.02em;white-space:nowrap;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.moodlexhtu-badge.ok{background:var(--moodlexhtu-ok-wash);color:var(--moodlexhtu-ok)}.moodlexhtu-badge.warn{background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn)}.moodlexhtu-badge.danger{background:var(--moodlexhtu-danger-wash);color:var(--moodlexhtu-danger)}.moodlexhtu-badge.info{background:var(--moodlexhtu-info-wash);color:var(--moodlexhtu-info)}.moodlexhtu-badge.brand{background:var(--moodlexhtu-brand-wash);color:var(--moodlexhtu-brand)}.moodlexhtu-badge.solid{background:var(--moodlexhtu-ink);color:var(--moodlexhtu-surface)}.moodlexhtu-badge.outline{border:1px solid color-mix(in srgb, currentColor 45%, transparent);background:0 0}.moodlexhtu-badge.mono{font-family:var(--moodlexhtu-mono);letter-spacing:0;font-weight:500}.moodlexhtu-dot{background:var(--moodlexhtu-ink-faint);border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.moodlexhtu-dot.ok{background:var(--moodlexhtu-ok)}.moodlexhtu-dot.warn{background:var(--moodlexhtu-warn)}.moodlexhtu-dot.danger{background:var(--moodlexhtu-danger)}.moodlexhtu-dot.brand{background:var(--moodlexhtu-brand)}.moodlexhtu-dot.live{background:var(--moodlexhtu-brand);animation:moodlexhtu-pulse 2.4s var(--moodlexhtu-ease) infinite}.moodlexhtu-mono{font-family:var(--moodlexhtu-mono);font-size:12px}.moodlexhtu-muted{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-faint{color:var(--moodlexhtu-ink-faint)}.moodlexhtu-strong{font-weight:600}.moodlexhtu-bar{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-line-soft);flex:1;min-width:40px;height:6px;overflow:hidden}.moodlexhtu-bar-fill{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-gradient);height:100%;transition:width .4s var(--moodlexhtu-ease);display:block}.moodlexhtu-bar-fill.neutral{background:var(--moodlexhtu-ink-muted)}.moodlexhtu-bar-fill.ok{background:var(--moodlexhtu-ok)}.moodlexhtu-bar-fill.warn{background:var(--moodlexhtu-warn)}.moodlexhtu-bar.unknown{background:repeating-linear-gradient(115deg, var(--moodlexhtu-line-soft) 0 4px, transparent 4px 8px)}.moodlexhtu-bar-row{align-items:center;gap:10px;display:flex}.moodlexhtu-bar-value{flex:none;font-size:12px;font-weight:600}.moodlexhtu-table-wrap{overflow-x:auto}.moodlexhtu-table{border-collapse:collapse;width:100%;font-size:13px}.moodlexhtu-table th{text-align:start;letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);border-bottom:1px solid var(--moodlexhtu-line);white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:600}.moodlexhtu-table td{border-bottom:1px solid var(--moodlexhtu-line-soft);vertical-align:middle;padding:14px 16px}.moodlexhtu-table tbody tr:last-child td{border-bottom:none}.moodlexhtu-table tbody tr.interactive{cursor:pointer}.moodlexhtu-table tbody tr.interactive:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-table td.num,.moodlexhtu-table th.num{text-align:end;font-variant-numeric:tabular-nums}.moodlexhtu-table-primary{font-weight:500}.moodlexhtu-table-sub{color:var(--moodlexhtu-ink-muted);margin-top:2px;font-size:12px}.moodlexhtu-facts{grid-template-columns:max-content minmax(0,1fr);gap:10px 20px;margin:0;font-size:13px;display:grid}.moodlexhtu-facts dt{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-facts dd{margin:0;font-weight:500}.moodlexhtu-field{flex-direction:column;gap:7px;display:flex}.moodlexhtu-label{color:var(--moodlexhtu-ink);font-size:12.5px;font-weight:600}.moodlexhtu-hint{color:var(--moodlexhtu-ink-muted);font-size:12px}.moodlexhtu-input,.moodlexhtu-select,.moodlexhtu-textarea{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-surface);width:100%;min-height:42px;color:var(--moodlexhtu-ink);transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);padding:10px 14px;font-family:inherit;font-size:13.5px}.moodlexhtu-input:focus,.moodlexhtu-select:focus,.moodlexhtu-textarea:focus{border-color:var(--moodlexhtu-brand);box-shadow:0 0 0 3px var(--moodlexhtu-brand-wash);outline:none}.moodlexhtu-input::placeholder,.moodlexhtu-textarea::placeholder{color:var(--moodlexhtu-ink-faint)}.moodlexhtu-textarea{resize:vertical;min-height:96px;line-height:1.6}.moodlexhtu-select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 18px) 18px,calc(100% - 13px) 18px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-inline-end:34px}[dir=rtl] .moodlexhtu-select{background-position:13px 18px,18px 18px}.moodlexhtu-input:disabled,.moodlexhtu-select:disabled,.moodlexhtu-textarea:disabled{background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink-muted);cursor:not-allowed}.moodlexhtu-field-error{color:var(--moodlexhtu-danger);font-size:12px;font-weight:500}.moodlexhtu-input.invalid,.moodlexhtu-select.invalid,.moodlexhtu-textarea.invalid{border-color:var(--moodlexhtu-danger)}.moodlexhtu-check{cursor:pointer;align-items:flex-start;gap:10px;font-size:13.5px;display:flex}.moodlexhtu-check input{width:17px;height:17px;accent-color:var(--moodlexhtu-brand);cursor:pointer;flex:none;margin:2px 0 0}.moodlexhtu-form-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.moodlexhtu-seg{border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface);border-radius:10px;gap:6px;padding:4px;display:inline-flex}.moodlexhtu-seg-btn{border-radius:var(--moodlexhtu-r-chip);color:var(--moodlexhtu-ink-muted);cursor:pointer;white-space:nowrap;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:none;padding:6px 13px;font-family:inherit;font-size:12px;font-weight:500;text-decoration:none}.moodlexhtu-seg-btn:hover{color:var(--moodlexhtu-ink);text-decoration:none}.moodlexhtu-seg-btn.on{background:var(--moodlexhtu-ink);color:var(--moodlexhtu-surface)}.moodlexhtu-seg-btn.on:hover{color:var(--moodlexhtu-surface)}.moodlexhtu-tabs{border-bottom:1px solid var(--moodlexhtu-line);gap:4px;display:flex;overflow-x:auto}.moodlexhtu-tab{color:var(--moodlexhtu-ink-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:12px 16px;font-family:inherit;font-size:13.5px;font-weight:500;text-decoration:none;position:relative}.moodlexhtu-tab:hover{color:var(--moodlexhtu-ink);text-decoration:none}.moodlexhtu-tab.on{color:var(--moodlexhtu-ink);font-weight:600}.moodlexhtu-tab.on:after{content:"";inset-inline:8px;background:var(--moodlexhtu-brand);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px}.moodlexhtu-state{text-align:center;background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);flex-direction:column;align-items:center;gap:12px;padding:48px 32px;display:flex}.moodlexhtu-state.inline{box-shadow:none;padding:28px 24px}.moodlexhtu-state-icon{border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-neutral-wash);width:52px;height:52px;color:var(--moodlexhtu-ink-muted);justify-content:center;align-items:center;display:flex}.moodlexhtu-state.error .moodlexhtu-state-icon,.moodlexhtu-state.denied .moodlexhtu-state-icon{background:var(--moodlexhtu-danger-wash);color:var(--moodlexhtu-danger)}.moodlexhtu-state.offline .moodlexhtu-state-icon{background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn)}.moodlexhtu-state.success .moodlexhtu-state-icon{background:var(--moodlexhtu-ok-wash);color:var(--moodlexhtu-ok)}.moodlexhtu-state-title{letter-spacing:-.01em;font-size:17px;font-weight:600}.moodlexhtu-state-body{color:var(--moodlexhtu-ink-muted);max-width:56ch;font-size:13.5px;line-height:1.65}.moodlexhtu-state-detail{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line-soft);border-radius:var(--moodlexhtu-r-sm);text-align:start;white-space:pre-wrap;word-break:break-word;max-width:100%;padding:8px 12px;font-size:11.5px;overflow-x:auto}.moodlexhtu-state-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:6px;display:flex}.moodlexhtu-notice{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface);align-items:flex-start;gap:12px;padding:14px 16px;font-size:13px;display:flex}.moodlexhtu-notice-body{flex:1;min-width:0;line-height:1.6}.moodlexhtu-notice-title{margin-bottom:3px;font-weight:600}.moodlexhtu-notice.warn{background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn);border-color:#0000}.moodlexhtu-notice.danger{background:var(--moodlexhtu-danger-wash);color:var(--moodlexhtu-danger);border-color:#0000}.moodlexhtu-notice.ok{background:var(--moodlexhtu-ok-wash);color:var(--moodlexhtu-ok);border-color:#0000}.moodlexhtu-notice.info{background:var(--moodlexhtu-info-wash);color:var(--moodlexhtu-info);border-color:#0000}.moodlexhtu-notice.warn .moodlexhtu-notice-body,.moodlexhtu-notice.danger .moodlexhtu-notice-body,.moodlexhtu-notice.ok .moodlexhtu-notice-body,.moodlexhtu-notice.info .moodlexhtu-notice-body{color:var(--moodlexhtu-ink)}.moodlexhtu-source-conflict{z-index:70;background:var(--moodlexhtu-surface);border-radius:var(--moodlexhtu-r-md);max-inline-size:620px;box-shadow:var(--moodlexhtu-shadow-lift);margin-inline:auto;position:fixed;inset-block-start:14px;inset-inline:14px}.moodlexhtu-skel{border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-line-soft);background-image:linear-gradient(100deg, var(--moodlexhtu-line-soft) 0%, var(--moodlexhtu-surface) 45%, var(--moodlexhtu-line-soft) 90%);background-repeat:no-repeat;background-size:420px 100%;animation:1.4s linear infinite moodlexhtu-shimmer}.moodlexhtu-skel-line{height:12px;margin-bottom:10px}.moodlexhtu-skel-title{width:42%;height:22px;margin-bottom:16px}.moodlexhtu-skel-card{border-radius:var(--moodlexhtu-r-card);height:140px}.moodlexhtu-skel-tile{border-radius:var(--moodlexhtu-r-lg);height:96px}.moodlexhtu-overlay{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:moodlexhtu-rise .2s var(--moodlexhtu-ease) both;background:#17171770;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.moodlexhtu-modal{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-panel);width:100%;max-width:560px;max-height:calc(100vh - 48px);box-shadow:var(--moodlexhtu-shadow-modal);flex-direction:column;display:flex;overflow:hidden}.moodlexhtu-modal.wide{max-width:780px}.moodlexhtu-modal.narrow{max-width:440px}.moodlexhtu-modal-head{border-bottom:1px solid var(--moodlexhtu-line-soft);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.moodlexhtu-modal-title{letter-spacing:-.01em;font-size:17px;font-weight:600}.moodlexhtu-modal-sub{color:var(--moodlexhtu-ink-muted);margin-top:3px;font-size:12.5px}.moodlexhtu-modal-body{flex:1;padding:22px 24px;overflow-y:auto}.moodlexhtu-modal-foot{border-top:1px solid var(--moodlexhtu-line-soft);background:var(--moodlexhtu-surface-sunk);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}.moodlexhtu-modal-close{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-surface);width:32px;height:32px;color:var(--moodlexhtu-ink-muted);cursor:pointer;flex:none;justify-content:center;align-items:center;font-family:inherit;font-size:14px;display:inline-flex}.moodlexhtu-modal-close:hover{border-color:var(--moodlexhtu-ink);color:var(--moodlexhtu-ink)}.moodlexhtu-course-card{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card);cursor:pointer;text-align:start;color:inherit;transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease);flex-direction:column;padding:0;font-family:inherit;text-decoration:none;display:flex;overflow:hidden}.moodlexhtu-course-card:hover{box-shadow:var(--moodlexhtu-shadow-lift);color:inherit;text-decoration:none;transform:translateY(-3px)}.moodlexhtu-course-art{background:var(--moodlexhtu-gradient-panel);justify-content:flex-end;align-items:flex-end;height:92px;padding:12px 14px;display:flex;position:relative}.moodlexhtu-course-art:before{content:"";opacity:.16;background-image:repeating-linear-gradient(115deg,#ffffffe6 0 1px,#0000 1px 26px);position:absolute;inset:0}.moodlexhtu-course-art-code{font-family:var(--moodlexhtu-mono);color:#fff;font-size:11px;font-weight:500;position:relative}.moodlexhtu-course-art-label{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;color:#ffffffd9;font-size:10px;position:relative}.moodlexhtu-course-body{flex-direction:column;flex:1;padding:16px 18px 18px;display:flex}.moodlexhtu-course-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-course-name{letter-spacing:-.01em;font-size:15px;font-weight:600}.moodlexhtu-course-meta.faint{color:var(--moodlexhtu-ink-faint);margin-top:3px}.moodlexhtu-course-card.static{cursor:default}.moodlexhtu-course-card.static:hover{box-shadow:var(--moodlexhtu-shadow-card);transform:none}.moodlexhtu-course-meta{color:var(--moodlexhtu-ink-muted);margin-top:4px;font-size:12px}.moodlexhtu-course-foot{border-top:1px solid var(--moodlexhtu-line-soft);justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding-top:14px;display:flex}.moodlexhtu-course-cta{color:var(--moodlexhtu-brand);white-space:nowrap;font-size:12px;font-weight:600}.moodlexhtu-course-row{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease);grid-template-columns:minmax(0,1fr) 150px 190px auto;align-items:center;gap:20px;padding:20px 22px;display:grid}.moodlexhtu-course-row:hover{box-shadow:var(--moodlexhtu-shadow-lift);transform:translateY(-2px)}.moodlexhtu-course-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.moodlexhtu-col-label{color:var(--moodlexhtu-ink-faint);font-size:11px}.moodlexhtu-activity{border-bottom:1px solid var(--moodlexhtu-line-soft);color:inherit;text-align:start;cursor:pointer;background:0 0;border-block-start:none;border-inline:none;align-items:center;gap:14px;width:100%;padding:14px 18px;font-family:inherit;text-decoration:none;display:flex}.moodlexhtu-activity:last-child{border-bottom:none}.moodlexhtu-activity:hover{background:var(--moodlexhtu-surface-sunk);color:inherit;text-decoration:none}.moodlexhtu-root a.moodlexhtu-activity,.moodlexhtu-root a.moodlexhtu-activity:hover{color:var(--moodlexhtu-ink);text-decoration:none}.moodlexhtu-activity-icon{background:var(--moodlexhtu-brand-wash);width:36px;height:36px;color:var(--moodlexhtu-brand);border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-activity-text{flex:1;min-width:0}.moodlexhtu-activity-name{text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:500;display:block;overflow:hidden}.moodlexhtu-activity-meta{color:var(--moodlexhtu-ink-muted);margin-top:3px;font-size:11.5px;display:block}.moodlexhtu-quick{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface);width:100%;color:inherit;text-align:start;cursor:pointer;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), transform var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);padding:16px;font-family:inherit;text-decoration:none;display:block}.moodlexhtu-quick:hover{border-color:var(--moodlexhtu-brand);color:inherit;text-decoration:none;transform:translateY(-2px)}.moodlexhtu-quick-icon{border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-brand-wash);width:32px;height:32px;color:var(--moodlexhtu-brand);justify-content:center;align-items:center;display:flex}.moodlexhtu-quick-label{margin-top:12px;font-size:13px;font-weight:600;line-height:1.35}.moodlexhtu-quick-note{color:var(--moodlexhtu-ink-muted);margin-top:4px;font-size:11.5px;line-height:1.45}.moodlexhtu-attention{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.moodlexhtu-attention-cell{border-inline-end:1px solid var(--moodlexhtu-line-soft);padding:22px 24px}.moodlexhtu-attention-cell:last-child{border-inline-end:none}.moodlexhtu-attention-title{letter-spacing:-.01em;margin-top:14px;font-size:16px;font-weight:600;line-height:1.35}.moodlexhtu-attention-body{color:var(--moodlexhtu-ink-muted);margin-top:8px;font-size:13px;line-height:1.6}.moodlexhtu-attention-cta{color:var(--moodlexhtu-brand);cursor:pointer;background:0 0;border:none;margin-top:18px;padding:0;font-family:inherit;font-size:13px;font-weight:600;display:inline-block}.moodlexhtu-feed-item{border-bottom:1px solid var(--moodlexhtu-line-soft);gap:12px;padding:11px 0;display:flex}.moodlexhtu-feed-item:last-child{border-bottom:none}.moodlexhtu-feed-rail{flex-direction:column;flex:none;align-items:center;gap:4px;padding-top:5px;display:flex}.moodlexhtu-feed-line{background:var(--moodlexhtu-line-soft);flex:1;width:1px}.moodlexhtu-feed-title{font-size:13px;font-weight:500}.moodlexhtu-feed-meta{color:var(--moodlexhtu-ink-muted);margin-top:3px;font-size:11px}.moodlexhtu-datechip{border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);width:42px;height:42px;color:var(--moodlexhtu-ink);flex-direction:column;flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-datechip-month{letter-spacing:.06em;opacity:.75;text-transform:uppercase;font-size:9.5px;font-weight:600}.moodlexhtu-datechip-day{font-size:16px;font-weight:600;line-height:1}.moodlexhtu-login{background:var(--moodlexhtu-canvas);grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.moodlexhtu-login-brand{background:var(--moodlexhtu-gradient-panel);color:#fff;flex-direction:column;justify-content:space-between;padding:64px;display:flex;position:relative;overflow:hidden}.moodlexhtu-login-brand:before{content:"";opacity:.16;background-image:repeating-linear-gradient(115deg,#ffffffe6 0 1px,#0000 1px 26px);position:absolute;inset:0}.moodlexhtu-login-brand:after{content:"";clip-path:polygon(0 18%,52% 0,100% 18%,100% 100%,72% 100%,72% 46%,28% 46%,28% 100%,0 100%);background:#ffffff17;width:520px;height:520px;position:absolute;inset-block-start:90px;inset-inline-end:-140px}.moodlexhtu-login-brand>*{position:relative}.moodlexhtu-login-brand-mid{flex-direction:column;flex:1;justify-content:center;min-height:0;padding-block:40px;display:flex}.moodlexhtu-login-headline{letter-spacing:-.028em;color:#fff;max-width:17ch;margin:0;font-size:clamp(38px,4.1vw,58px);font-weight:600;line-height:1.03}.moodlexhtu-login-sub{color:#ffffffdb;max-width:44ch;margin-top:22px;font-size:17px;font-weight:300;line-height:1.6}.moodlexhtu-login-values{flex-wrap:wrap;gap:10px;margin:30px 0 0;padding:0;list-style:none;display:flex}.moodlexhtu-login-values li{border-radius:var(--moodlexhtu-r-pill);letter-spacing:.14em;text-transform:uppercase;color:#ffffffeb;border:1px solid #ffffff6b;padding:9px 18px;font-size:11.5px;font-weight:600}.moodlexhtu-login-foot{letter-spacing:.02em;color:#ffffff9e;margin:0;font-size:12px;font-weight:300}.moodlexhtu-login-form-side{background:var(--moodlexhtu-surface);justify-content:center;align-items:center;padding:48px;display:flex;overflow-y:auto}.moodlexhtu-login-form{width:100%;max-width:408px}.moodlexhtu-login-mark{display:none}.moodlexhtu-login-title{letter-spacing:-.024em;margin:10px 0 8px;font-size:34px;font-weight:700}.moodlexhtu-login-form .moodlexhtu-input,.moodlexhtu-login-form .moodlexhtu-select{min-height:48px}.moodlexhtu-login-form .moodlexhtu-btn.lg{height:50px;font-size:14.5px}.moodlexhtu-login-form .moodlexhtu-btn.primary{box-shadow:0 10px 26px #c0000d47}.moodlexhtu-login-forgot{color:var(--moodlexhtu-brand);align-self:flex-end;font-size:12px;font-weight:500;text-decoration:none}.moodlexhtu-login-forgot:hover{color:var(--moodlexhtu-brand-strong);text-decoration:underline}.moodlexhtu-login-back{font-size:13px;font-weight:500}.moodlexhtu-login-back-arrow{transition:transform var(--moodlexhtu-t-fast) var(--moodlexhtu-ease)}.moodlexhtu-login-back:not(:disabled):hover .moodlexhtu-login-back-arrow{transform:translate(-2px)}[dir=rtl] .moodlexhtu-login-back-arrow{transform:scaleX(-1)}[dir=rtl] .moodlexhtu-login-back:not(:disabled):hover .moodlexhtu-login-back-arrow{transform:scaleX(-1)translate(-2px)}.moodlexhtu-login-privacy{flex-wrap:nowrap;align-items:flex-start;gap:7px;margin:0;display:flex}.moodlexhtu-login-privacy>svg{flex:none;margin-block-start:3px}.moodlexhtu-login-privacy>span{min-width:0}.moodlexhtu-login-status{border:1px solid var(--moodlexhtu-line-soft);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink-muted);flex-wrap:wrap;align-items:center;gap:9px;margin:26px 0 0;padding:11px 14px;font-size:12px;display:flex}.moodlexhtu-login-dot{border-radius:50%;flex:none;width:7px;height:7px}.moodlexhtu-login-dot.ok{background:var(--moodlexhtu-ok)}.moodlexhtu-login-dot.warn{background:var(--moodlexhtu-warn)}.moodlexhtu-login-status-text{flex:1}.moodlexhtu-login-status-why{color:var(--moodlexhtu-warn);flex-basis:100%;font-size:11px}.moodlexhtu-login-build{color:var(--moodlexhtu-ink-faint);font-size:11px}.moodlexhtu-login-divider{letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);align-items:center;gap:12px;margin:24px 0;font-size:11px;font-weight:600;display:flex}.moodlexhtu-login-divider:before,.moodlexhtu-login-divider:after{content:"";background:var(--moodlexhtu-line);flex:1;height:1px}.moodlexhtu-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;display:grid}.moodlexhtu-demo-card{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface);text-align:start;cursor:pointer;min-width:0;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);flex-direction:column;padding:9px 11px;font-family:inherit;display:flex}.moodlexhtu-demo-card:hover{border-color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash)}.moodlexhtu-demo-name{color:var(--moodlexhtu-ink);font-size:12.5px;font-weight:600;line-height:1.25}.moodlexhtu-demo-role{color:var(--moodlexhtu-ink-muted);margin-block-start:1px;font-size:10.5px;line-height:1.35}.moodlexhtu-demo-note{-webkit-line-clamp:2;line-clamp:2;color:var(--moodlexhtu-ink-faint);-webkit-box-orient:vertical;margin-block-start:4px;font-size:10.5px;line-height:1.35;display:-webkit-box;overflow:hidden}:root:not([data-theme=dark]) .moodlexhtu-shell.operator{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--moodlexhtu-shadow-card:var(--moodlexhtu-shadow-card-flat);--moodlexhtu-op-rail:var(--moodlexhtu-surface);--moodlexhtu-op-rail-line:var(--moodlexhtu-line);--moodlexhtu-op-rail-label:var(--moodlexhtu-ink-muted);--moodlexhtu-op-rail-ink:var(--moodlexhtu-ink-muted);--moodlexhtu-op-rail-hover-bg:var(--moodlexhtu-surface-sunk);--moodlexhtu-op-rail-hover-ink:var(--moodlexhtu-ink);--moodlexhtu-op-active-bg:var(--moodlexhtu-brand-wash);--moodlexhtu-op-active-ink:var(--moodlexhtu-brand);--moodlexhtu-op-glyph:var(--moodlexhtu-line);--moodlexhtu-op-card-bg:var(--moodlexhtu-surface-sunk);--moodlexhtu-op-card-line:var(--moodlexhtu-line);--moodlexhtu-op-name-ink:var(--moodlexhtu-ink);--moodlexhtu-op-role-ink:var(--moodlexhtu-ink-muted);--moodlexhtu-op-tag-ink:var(--moodlexhtu-brand);--moodlexhtu-op-th-bg:var(--moodlexhtu-surface-sunk);--moodlexhtu-op-row-hover:var(--moodlexhtu-surface-sunk);--moodlexhtu-op-ctl-bg:transparent;--moodlexhtu-op-ctl-line:var(--moodlexhtu-line-strong);--moodlexhtu-op-ctl-ink:var(--moodlexhtu-ink);--moodlexhtu-op-ctl-hover-bg:var(--moodlexhtu-surface-sunk);--moodlexhtu-op-ctl-hover-line:var(--moodlexhtu-ink-faint)}[data-theme=dark] .moodlexhtu-shell.operator{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--moodlexhtu-canvas:#0e0e10;--moodlexhtu-surface:#141416;--moodlexhtu-surface-sunk:#0e0e10;--moodlexhtu-surface-raised:#18181b;--moodlexhtu-inverse:#08080a;--moodlexhtu-ink:#fff;--moodlexhtu-ink-muted:#9ca3af;--moodlexhtu-ink-faint:#6b7280;--moodlexhtu-line:#26262a;--moodlexhtu-line-soft:#1f1f23;--moodlexhtu-line-strong:#35353b;--moodlexhtu-ok:#34d399;--moodlexhtu-ok-wash:#34d3991f;--moodlexhtu-warn:#fbbf24;--moodlexhtu-warn-wash:#fbbf241f;--moodlexhtu-danger:#ff8a93;--moodlexhtu-danger-wash:#fc132324;--moodlexhtu-info:#a1a1aa;--moodlexhtu-info-wash:#a1a1aa24;--moodlexhtu-neutral-wash:#ffffff14;--moodlexhtu-shadow-card:none;--moodlexhtu-shadow-card-flat:none;--moodlexhtu-shadow-lift:0 14px 34px #0000008c;--moodlexhtu-shadow-modal:0 30px 80px #000000b3;--moodlexhtu-shadow-brand:0 6px 20px #8f000780;--moodlexhtu-brand-wash:#fc13231f;--moodlexhtu-brand-wash-strong:#fc132333;--moodlexhtu-brand-ring:#fc13234d;--moodlexhtu-op-rail:#000;--moodlexhtu-op-rail-line:#ffffff1a;--moodlexhtu-op-rail-label:#fff9;--moodlexhtu-op-rail-ink:#ffffffb8;--moodlexhtu-op-rail-hover-bg:#ffffff12;--moodlexhtu-op-rail-hover-ink:#fff;--moodlexhtu-op-active-bg:#fc13232e;--moodlexhtu-op-active-ink:#fff;--moodlexhtu-op-glyph:#ffffff2e;--moodlexhtu-op-card-bg:#ffffff0d;--moodlexhtu-op-card-line:#ffffff1a;--moodlexhtu-op-name-ink:#fff;--moodlexhtu-op-role-ink:#fff9;--moodlexhtu-op-tag-ink:#ff8a93;--moodlexhtu-op-th-bg:var(--moodlexhtu-surface-raised);--moodlexhtu-op-row-hover:var(--moodlexhtu-surface-raised);--moodlexhtu-op-ctl-bg:#ffffff0f;--moodlexhtu-op-ctl-line:#ffffff2e;--moodlexhtu-op-ctl-ink:#fff;--moodlexhtu-op-ctl-hover-bg:#ffffff1f;--moodlexhtu-op-ctl-hover-line:#ffffff4d}.moodlexhtu-shell.operator .moodlexhtu-ph-eyebrow{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-op-tag-ink);background:var(--moodlexhtu-brand-wash);border:1px solid var(--moodlexhtu-brand-ring);border-radius:var(--moodlexhtu-r-chip);padding:5px 9px;font-size:11px;font-weight:500;display:inline-block}.moodlexhtu-shell.operator .moodlexhtu-table th{background:var(--moodlexhtu-op-th-bg);color:var(--moodlexhtu-ink-faint)}.moodlexhtu-shell.operator .moodlexhtu-table tbody tr:hover{background:var(--moodlexhtu-op-row-hover)}.moodlexhtu-tenant-cell{align-items:center;gap:12px;min-width:0;display:flex}[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted{--paper:#0e0e10;--card:#141416;--card-2:#18181b;--card-3:#1f1f23;--ink:#fff;--ink-2:#d1d5db;--muted:#9ca3af;--line:#26262a;--line-2:#1f1f23;--brass:#c0000d;--brass-ink:#ff8a93;--brass-soft:#fc13231f;--brass-line:#fc13234d;--brass-bright:#fc1323;--ok:#34d399;--ok-soft:#34d39924;--info:#a1a1aa;--info-soft:#a1a1aa24;--warn:#fbbf24;--warn-soft:#fbbf2424;--gap:#ff8a93;--gap-soft:#fc132329;--slate:#9ca3af;--slate-soft:#ffffff14;--shadow:none;--shadow-lg:0 14px 34px #0000008c;--bg-primary:#0e0e10;--bg-secondary:#18181b;--bg-elevated:#141416;--card-bg:#141416;--surface-2:#1f1f23;--text-primary:#fff;--text-secondary:#d1d5db;--text-muted:#9ca3af;--accent:#c0000d;--accent-ink:#ff8a93;--accent-soft:#fc13231f;--accent-line:#fc13234d;--border:#26262a;--border-subtle:#1f1f23;--success:#34d399;--danger:#ff8a93;--warning:#fbbf24;--shadow-card:none}[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .btn.danger{color:#ff8a93;background:#fc132324;border-color:#fc13236b}[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .btn.danger:hover{color:#ffb3b9;background:#fc132338;border-color:#fc132399}[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .icon-btn{color:var(--ink-2)}.moodlexhtu-shell.operator .skin-toggle--pill{background:var(--moodlexhtu-op-ctl-bg);border-color:var(--moodlexhtu-op-ctl-line);color:var(--moodlexhtu-op-ctl-ink)}.moodlexhtu-shell.operator .skin-toggle--pill:hover{background:var(--moodlexhtu-op-ctl-hover-bg);border-color:var(--moodlexhtu-op-ctl-hover-line);color:var(--moodlexhtu-op-ctl-ink)}[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .lock-note,[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .conflict-banner{color:var(--brass-ink)}[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .lock-note.broken,[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .conflict-banner.err,[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .form-error,[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .json-error{color:var(--gap)}[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .conflict-banner.ok-banner,[data-theme=dark] .moodlexhtu-shell.operator .moodlexhtu-hosted .ir-promise{color:var(--ok)}.moodlexhtu-shell.operator .moodlexhtu-side{background:var(--moodlexhtu-op-rail);border-inline-end-color:var(--moodlexhtu-op-rail-line)}.moodlexhtu-shell.operator .moodlexhtu-nav-group-label{color:var(--moodlexhtu-op-rail-label)}.moodlexhtu-shell.operator .moodlexhtu-nav-item{color:var(--moodlexhtu-op-rail-ink)}.moodlexhtu-shell.operator .moodlexhtu-nav-item:hover{background:var(--moodlexhtu-op-rail-hover-bg);color:var(--moodlexhtu-op-rail-hover-ink)}.moodlexhtu-shell.operator .moodlexhtu-nav-item.on,.moodlexhtu-shell.operator .moodlexhtu-nav-item.on:hover{background:var(--moodlexhtu-op-active-bg);color:var(--moodlexhtu-op-active-ink)}.moodlexhtu-shell.operator .moodlexhtu-side-user{background:var(--moodlexhtu-op-card-bg);border-color:var(--moodlexhtu-op-card-line)}.moodlexhtu-shell.operator .moodlexhtu-side-user-name{color:var(--moodlexhtu-op-name-ink)}.moodlexhtu-shell.operator .moodlexhtu-side-user-role{color:var(--moodlexhtu-op-role-ink)}.moodlexhtu-logo{flex:none;align-self:start}.moodlexhtu-logo-invert{filter:brightness(0)invert();opacity:.97}:root:not([data-theme=dark]) .moodlexhtu-shell.operator .moodlexhtu-logo-invert{filter:none;opacity:1}[data-theme=dark] .moodlexhtu-logo:not(.moodlexhtu-logo-invert){filter:brightness(0)invert();opacity:.97}.moodlexhtu-readout{font-family:var(--moodlexhtu-mono);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line-soft);border-radius:var(--moodlexhtu-r-md);white-space:pre-wrap;word-break:break-word;color:var(--moodlexhtu-ink);margin:0;padding:14px 16px;font-size:12px;line-height:1.7;overflow-x:auto}@media (width<=1180px){.moodlexhtu-split,.moodlexhtu-split.narrow-rail{grid-template-columns:minmax(0,1fr)}.moodlexhtu-grid.c4{grid-template-columns:repeat(2,minmax(0,1fr))}.moodlexhtu-course-row{grid-template-columns:minmax(0,1fr) auto}.moodlexhtu-attention{grid-template-columns:minmax(0,1fr)}.moodlexhtu-attention-cell{border-inline-end:none;border-bottom:1px solid var(--moodlexhtu-line-soft)}.moodlexhtu-attention-cell:last-child{border-bottom:none}}@media (width<=900px){.moodlexhtu-shell{grid-template-columns:minmax(0,1fr)}.moodlexhtu-side{border-inline-end:none;border-bottom:1px solid var(--moodlexhtu-line);flex-direction:row;align-items:center;gap:16px;height:auto;padding:12px 16px;position:static;overflow-x:auto}.moodlexhtu-side-brand{padding:0}.moodlexhtu-side-brand .moodlexhtu-logo{max-height:26px}.moodlexhtu-side-nav{flex-direction:row;align-items:center;gap:12px;overflow:visible}.moodlexhtu-nav-group{flex-direction:row;align-items:center;gap:4px}.moodlexhtu-nav-group-label{display:none}.moodlexhtu-nav-item{white-space:nowrap;height:34px}.moodlexhtu-nav-entry{flex-direction:row;align-items:center}.moodlexhtu-nav-toggle,.moodlexhtu-nav-children{display:none}.moodlexhtu-side-user{margin-top:0;margin-inline-start:auto;padding:8px 10px}.moodlexhtu-side-user-actions{display:none}.moodlexhtu-login{grid-template-columns:minmax(0,1fr)}.moodlexhtu-login-brand{display:none}.moodlexhtu-login-mark{display:block}.moodlexhtu-login-form-side{padding:32px 24px}.moodlexhtu-grid.c2,.moodlexhtu-grid.c3,.moodlexhtu-grid.c4{grid-template-columns:minmax(0,1fr)}.moodlexhtu-page{padding:24px 20px 48px}.moodlexhtu-header{padding:0 20px}.moodlexhtu-hero{padding:28px 24px}.moodlexhtu-hero-title{font-size:30px}.moodlexhtu-ph-title{font-size:26px}.moodlexhtu-course-row{grid-template-columns:minmax(0,1fr)}}@media (width<=620px){.moodlexhtu-header-id-role,.moodlexhtu-header-route{display:none}.moodlexhtu-demo-grid{grid-template-columns:minmax(0,1fr)}.moodlexhtu-hero-stats{gap:20px}}@media print{.moodlexhtu-side,.moodlexhtu-header,.moodlexhtu-ph-actions,.moodlexhtu-btn{display:none!important}.moodlexhtu-shell{grid-template-columns:minmax(0,1fr)}.moodlexhtu-card,.moodlexhtu-stat{box-shadow:none;break-inside:avoid}}.moodlexhtu-login-points{color:#ffffffe6;flex-direction:column;gap:12px;max-width:46ch;margin:26px 0 0;padding:0;font-size:14px;line-height:1.6;list-style:none;display:flex}.moodlexhtu-login-points li{padding-inline-start:22px;position:relative}.moodlexhtu-login-points li:before{content:"";inset-inline-start:0;background:#fffc;border-radius:2px;width:8px;height:8px;position:absolute;top:8px}.moodlexhtu-login-password{position:relative}.moodlexhtu-login-password .moodlexhtu-input{padding-inline-end:46px}.moodlexhtu-login-reveal{inset-inline-end:6px;border-radius:var(--moodlexhtu-r-sm);width:32px;height:32px;color:var(--moodlexhtu-ink-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.moodlexhtu-login-reveal:hover{background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink)}.moodlexhtu-hosted h1{display:none}.moodlexhtu-hosted>main,.moodlexhtu-hosted>.page{background:0 0;max-width:none;margin:0;padding:0}.moodlexhtu-quick-label,.moodlexhtu-quick-note,.moodlexhtu-quick-icon,.moodlexhtu-demo-name,.moodlexhtu-demo-role,.moodlexhtu-course-name,.moodlexhtu-course-meta,.moodlexhtu-course-art,.moodlexhtu-course-body,.moodlexhtu-course-foot,.moodlexhtu-activity-name,.moodlexhtu-activity-meta{display:block}.moodlexhtu-demo-card>.moodlexhtu-badge{letter-spacing:.04em;align-self:start;max-width:100%;height:18px;margin-block-end:5px;padding:0 7px;font-size:9.5px;display:inline-flex}.moodlexhtu-activity-text{flex-direction:column;justify-content:center;display:flex}.moodlexhtu-course-head,.moodlexhtu-course-foot{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-course-head>.moodlexhtu-course-name{min-width:0}.moodlexhtu-course-head>.moodlexhtu-badge{flex:none}.moodlexhtu-course-foot>.moodlexhtu-course-cta:only-child{margin-inline-end:auto}.moodlexhtu-course-art,.moodlexhtu-quick-icon{display:flex}.moodlexhtu-header-title{flex:auto;min-width:0}.moodlexhtu-header-tools{flex:none}.moodlexhtu-header-spacer{flex:0 auto}.moodlexhtu-header-tools .skin-toggle-mount{align-items:center;display:inline-flex}.moodlexhtu-side-user-actions{flex-wrap:wrap}.moodlexhtu-side-user-actions>*{flex:100%;min-width:0}.moodlexhtu-nav-item{border-radius:10px;gap:11px;height:auto;padding:9px 10px;font-size:13.5px;font-weight:500;transition:background .16s,color .16s}.moodlexhtu-nav-item.on{font-weight:600}.moodlexhtu-nav-glyph{background:var(--moodlexhtu-line);opacity:.9;border-radius:2px;flex:none;width:6px;height:14px}.moodlexhtu-nav-item.on .moodlexhtu-nav-glyph{background:var(--moodlexhtu-gradient);opacity:1}.moodlexhtu-shell.operator .moodlexhtu-nav-glyph{background:var(--moodlexhtu-op-glyph)}.moodlexhtu-shell.operator .moodlexhtu-nav-item.on .moodlexhtu-nav-glyph{background:var(--moodlexhtu-gradient)}.moodlexhtu-nav-badge{background:var(--moodlexhtu-brand-wash);color:var(--moodlexhtu-brand);border-radius:var(--moodlexhtu-r-chip);height:20px;font-size:11px;font-weight:600}.moodlexhtu-header-search{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-surface-sunk);width:280px;min-width:0;height:40px;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);flex:0 280px;align-items:center;gap:10px;padding:0 14px;display:flex}.moodlexhtu-header-search:focus-within{border-color:var(--moodlexhtu-brand);box-shadow:0 0 0 3px var(--moodlexhtu-brand-wash)}.moodlexhtu-header-search input{min-width:0;color:var(--moodlexhtu-ink);background:0 0;border:none;flex:1;font-family:inherit;font-size:13px}.moodlexhtu-header-search input::placeholder{color:var(--moodlexhtu-ink-faint)}.moodlexhtu-header-search input:focus{outline:none}.moodlexhtu-header-search input::-webkit-search-cancel-button{appearance:none}@media (width<=1180px){.moodlexhtu-header-search{display:none}}.moodlexhtu-course-art{justify-content:flex-start;align-items:flex-end;height:96px;padding:12px 14px}.moodlexhtu-course-art:before{opacity:1;background-image:repeating-linear-gradient(115deg,#ffffff24 0 1px,#0000 1px 14px)}.moodlexhtu-course-art-label{margin-inline-start:auto}.moodlexhtu-course-card,.moodlexhtu-course-card:hover,.moodlexhtu-course-name{color:var(--moodlexhtu-ink)}.moodlexhtu-course-meta{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-course-progress{align-items:center;gap:10px;margin-top:16px;display:flex}.moodlexhtu-datechip{border-radius:12px;width:44px;height:44px}.moodlexhtu-datechip.due{background:var(--moodlexhtu-gradient);color:#fff;border-color:#0000}.moodlexhtu-ring{border-radius:50%;flex:none;width:84px;height:84px;position:relative}.moodlexhtu-ring-inner{background:var(--moodlexhtu-surface);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:9px}.moodlexhtu-ring-value{letter-spacing:-.02em;font-size:22px;font-weight:600}.moodlexhtu-ring-label{color:var(--moodlexhtu-ink-muted);letter-spacing:.06em;font-size:9px}.moodlexhtu-course-progress .moodlexhtu-bar{flex:auto;min-width:0}.moodlexhtu-course-progress .moodlexhtu-bar-value{color:var(--moodlexhtu-ink);flex:none}.moodlexhtu-seg-btn,.moodlexhtu-seg-btn:hover,a.moodlexhtu-seg-btn{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-seg-btn.on,a.moodlexhtu-seg-btn.on{color:var(--moodlexhtu-surface)}.moodlexhtu-seg-btn:hover,a.moodlexhtu-seg-btn:hover{color:var(--moodlexhtu-ink);text-decoration:none}.moodlexhtu-cp-measure{max-width:var(--moodlexhtu-page-max);padding-inline:var(--moodlexhtu-gutter);margin:0 auto}.moodlexhtu-cp-head{background:var(--moodlexhtu-surface);border-bottom:1px solid var(--moodlexhtu-line)}.moodlexhtu-cp-head .moodlexhtu-cp-measure{padding-top:30px}.moodlexhtu-cp-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:36px;display:flex}.moodlexhtu-cp-ident{min-width:0;max-width:620px}.moodlexhtu-cp-eyebrow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-cp-code{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash);border-radius:var(--moodlexhtu-r-chip);padding:5px 9px;font-size:11px;font-weight:500}.moodlexhtu-cp-term{color:var(--moodlexhtu-ink-muted);font-size:12px}.moodlexhtu-cp-head .moodlexhtu-cp-title{letter-spacing:-.025em;margin:14px 0 10px;font-size:34px;font-weight:600;line-height:1.15}.moodlexhtu-cp-byline{color:var(--moodlexhtu-ink-muted);align-items:center;gap:10px;font-size:13px;display:flex}.moodlexhtu-cp-byline .moodlexhtu-avatar.sm{border-radius:var(--moodlexhtu-r-sm);width:30px;height:30px}.moodlexhtu-cp-head-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.moodlexhtu-cp-readout{text-align:end}.moodlexhtu-cp-readout-label{color:var(--moodlexhtu-ink-muted);font-size:12px}.moodlexhtu-cp-figure{letter-spacing:-.02em;font-size:26px;font-weight:600;line-height:1.2}.moodlexhtu-cp-figure.unknown{color:var(--moodlexhtu-ink-faint)}.moodlexhtu-cp-path{margin-top:28px}.moodlexhtu-cp-path-label{letter-spacing:.14em;color:var(--moodlexhtu-ink-faint);margin-bottom:10px;font-size:10px;font-weight:600}.moodlexhtu-cp-path-track{scrollbar-width:none;align-items:stretch;gap:6px;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.moodlexhtu-cp-path-track::-webkit-scrollbar{display:none}.moodlexhtu-cp-path-step{letter-spacing:.06em;background:var(--moodlexhtu-surface-sunk);min-width:92px;height:48px;color:var(--moodlexhtu-ink-faint);clip-path:polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%,18px 50%);border:0;flex:1 1 0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}[dir=rtl] .moodlexhtu-cp-path-step{clip-path:polygon(18px 0,100% 0,calc(100% - 18px) 50%,100% 100%,18px 100%,0 50%)}.moodlexhtu-cp-path-track>.moodlexhtu-cp-path-step:first-child{clip-path:polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%);border-start-start-radius:var(--moodlexhtu-r-sm);border-end-start-radius:var(--moodlexhtu-r-sm)}[dir=rtl] .moodlexhtu-cp-path-track>.moodlexhtu-cp-path-step:first-child{clip-path:polygon(100% 0,100% 100%,18px 100%,0 50%,18px 0)}.moodlexhtu-cp-path-step.completed{background:var(--moodlexhtu-gradient);color:var(--moodlexhtu-on-brand)}.moodlexhtu-cp-path-step.current{background:var(--moodlexhtu-inverse);color:var(--moodlexhtu-on-inverse)}[data-theme=dark] .moodlexhtu-cp-path-step.current{background:var(--moodlexhtu-ink);color:var(--moodlexhtu-canvas)}.moodlexhtu-cp-path-step.open{background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink);border:1px solid var(--moodlexhtu-line)}.moodlexhtu-cp-path-step.locked{background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink-faint);opacity:.72}.moodlexhtu-cp-body{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;padding-top:28px;padding-bottom:56px;display:grid}.moodlexhtu-cp-col{flex-direction:column;gap:16px;min-width:0;display:flex}.moodlexhtu-cp-mod{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card);overflow:hidden}.moodlexhtu-cp-mod.current{border-color:var(--moodlexhtu-brand-ring);box-shadow:0 10px 30px #c0000d1a}.moodlexhtu-cp-mod.locked .moodlexhtu-cp-mod-title,.moodlexhtu-cp-mod.empty .moodlexhtu-cp-mod-title{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-cp-mod-head{text-align:start;cursor:pointer;width:100%;color:inherit;background:0 0;border:0;align-items:center;gap:16px;padding:18px 22px;font-family:inherit;display:flex}.moodlexhtu-cp-mod-head:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-cp-num{background:var(--moodlexhtu-inverse);width:46px;height:46px;color:var(--moodlexhtu-on-inverse);border-radius:13px;flex:none;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.moodlexhtu-cp-num.completed{background:var(--moodlexhtu-inverse);color:var(--moodlexhtu-on-inverse)}.moodlexhtu-cp-num.current{background:var(--moodlexhtu-gradient);color:var(--moodlexhtu-on-brand);box-shadow:var(--moodlexhtu-shadow-brand)}[data-theme=dark] .moodlexhtu-cp-num.completed{background:var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink)}.moodlexhtu-cp-num.locked{background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);color:var(--moodlexhtu-ink-faint)}.moodlexhtu-cp-mod-text{flex:1;min-width:0}.moodlexhtu-cp-mod-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-cp-mod-title{letter-spacing:-.01em;font-size:15px;font-weight:600}.moodlexhtu-cp-mod-meta{color:var(--moodlexhtu-ink-muted);margin-top:4px;font-size:12px}.moodlexhtu-cp-mod-bar{flex:none;width:150px}.moodlexhtu-cp-mod-chevron{color:var(--moodlexhtu-ink-faint);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease);flex:none}.moodlexhtu-cp-mod-head[aria-expanded=true] .moodlexhtu-cp-mod-chevron{transform:rotate(90deg)}[dir=rtl] .moodlexhtu-cp-mod-chevron{transform:scaleX(-1)}[dir=rtl] .moodlexhtu-cp-mod-head[aria-expanded=true] .moodlexhtu-cp-mod-chevron{transform:scaleX(-1)rotate(-90deg)}.moodlexhtu-cp-mod-list{padding:0 22px 8px}.moodlexhtu-cp-next{background:var(--moodlexhtu-inverse);border-radius:var(--moodlexhtu-r-card);color:var(--moodlexhtu-on-inverse);padding:22px}.moodlexhtu-cp-next-label{font-size:13px;font-weight:600}.moodlexhtu-cp-next-title{letter-spacing:-.01em;margin-top:12px;font-size:16px;font-weight:600;line-height:1.35}.moodlexhtu-cp-next-meta{color:var(--moodlexhtu-on-inverse-faint);margin-top:6px;font-size:12px}.moodlexhtu-cp-next .moodlexhtu-btn{margin-top:18px}.moodlexhtu-cp-faces{flex-wrap:wrap;align-items:center;row-gap:8px;margin-top:14px;display:flex}.moodlexhtu-cp-face{border:2px solid var(--moodlexhtu-surface);border-radius:12px;margin-inline-start:-8px;display:inline-flex}.moodlexhtu-cp-face:first-child{margin-inline-start:0}.moodlexhtu-cp-face.more{background:var(--moodlexhtu-surface-sunk);width:34px;height:34px;color:var(--moodlexhtu-ink-muted);justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.moodlexhtu-cp-face-more{color:var(--moodlexhtu-ink-muted);margin-inline-start:12px;font-size:12px}@media (width<=1180px){.moodlexhtu-cp-body{grid-template-columns:minmax(0,1fr)}}@media (width<=720px){.moodlexhtu-cp-title{font-size:26px}.moodlexhtu-cp-readout{text-align:start}.moodlexhtu-cp-mod-bar{width:96px}}.moodlexhtu-clamp-1{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.moodlexhtu-demo-flag{border-radius:var(--moodlexhtu-r-pill);color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:help;background:#ffffff29;border:1px solid #ffffff52;align-items:center;padding:3px 9px;font-size:9.5px;font-weight:700;display:inline-flex}.moodlexhtu-demo-flag.on-surface{background:var(--moodlexhtu-warn-wash);border-color:var(--moodlexhtu-warn);color:var(--moodlexhtu-warn)}.moodlexhtu-timeline-item{gap:12px;padding-bottom:14px;display:flex}.moodlexhtu-timeline-item:last-child{padding-bottom:0}.moodlexhtu-timeline-rail{flex-direction:column;flex:none;align-items:center;gap:5px;padding-top:5px;display:flex}.moodlexhtu-timeline-line{background:var(--moodlexhtu-line);flex:1;width:1px;min-height:14px}.moodlexhtu-timeline-item:last-child .moodlexhtu-timeline-line{display:none}.moodlexhtu-dot.ink{background:var(--moodlexhtu-ink)}.moodlexhtu-grades-panel{padding:4px 22px}.moodlexhtu-grade-row{border-bottom:1px solid var(--moodlexhtu-line-soft);grid-template-columns:minmax(0,1fr) auto 220px minmax(72px,auto);align-items:center;gap:20px;padding:18px 0;display:grid}.moodlexhtu-grade-id{min-width:0}.moodlexhtu-grade-name{letter-spacing:-.01em;font-size:15px;font-weight:600}.moodlexhtu-grade-sub{color:var(--moodlexhtu-ink-muted);margin-top:4px;font-size:12.5px}.moodlexhtu-grade-weight{color:var(--moodlexhtu-ink-muted);white-space:nowrap;font-size:12.5px}.moodlexhtu-grade-bar .moodlexhtu-bar{height:7px}.moodlexhtu-grade-value{letter-spacing:-.02em;text-align:end;font-size:21px;font-weight:700}.moodlexhtu-grade-value .moodlexhtu-badge{letter-spacing:.02em;font-size:10px;font-weight:600}.moodlexhtu-grade-value .lg-mark{flex-wrap:nowrap;justify-content:flex-end;align-items:baseline;gap:4px;display:inline-flex}.moodlexhtu-grade-value .lg-outof{color:var(--moodlexhtu-ink-faint);white-space:nowrap;font-size:12px;font-weight:500}.moodlexhtu-grade-value .lg-pct{display:none}.moodlexhtu-grade-value .lg-mark:not(.graded){letter-spacing:0;font-size:12px;font-weight:600}.moodlexhtu-grade-foot{justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.moodlexhtu-grade-overall{letter-spacing:-.025em;color:var(--moodlexhtu-brand);font-size:26px;font-weight:700}.moodlexhtu-bar-fill.ink{background:var(--moodlexhtu-ink)}@media (width<=720px){.moodlexhtu-grades-panel{padding:4px 16px}.moodlexhtu-grade-row{grid-template-columns:minmax(0,1fr) auto;gap:6px 14px}.moodlexhtu-grade-bar{grid-column:1/-1}.moodlexhtu-grade-value{grid-area:1/2}.moodlexhtu-grade-weight{grid-column:1}}.moodlexhtu-cp-mod-list .moodlexhtu-activity{border-radius:var(--moodlexhtu-r-md);border-bottom:none;padding:13px 14px}.moodlexhtu-cp-mod-list .moodlexhtu-activity-icon{border-radius:var(--moodlexhtu-r-sm);border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface-sunk);width:30px;height:30px;color:var(--moodlexhtu-ink-muted)}.moodlexhtu-cp-mod-list .moodlexhtu-activity-icon.brand{background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-wash-strong);color:var(--moodlexhtu-brand)}.moodlexhtu-cp-mod-list .moodlexhtu-activity-icon.locked{color:var(--moodlexhtu-ink-faint)}.moodlexhtu-cp-head .moodlexhtu-tabs{border-bottom:none;gap:28px;margin-top:26px}.moodlexhtu-cp-head .moodlexhtu-tab{padding:0 2px 14px}.moodlexhtu-cp-head .moodlexhtu-tab.on:after{inset-inline:0;bottom:0}.moodlexhtu-facts.spread{grid-template-columns:minmax(0,1fr) max-content;gap:12px 16px}.moodlexhtu-facts.spread dd{text-align:end;font-weight:600}.moodlexhtu-cp-states{padding-block:28px 56px}.moodlexhtu-gradesection>.moodlexhtu-section-head{margin-bottom:12px}.moodlexhtu-gradesection-count{color:var(--moodlexhtu-ink-muted);letter-spacing:.01em;font-size:12px;font-weight:500}.moodlexhtu-gradecourse{overflow:hidden}.moodlexhtu-gradecourse-head{width:100%;font:inherit;color:inherit;text-align:start;cursor:pointer;background:0 0;border:0;align-items:center;gap:18px;padding:18px 22px;display:flex}.moodlexhtu-gradecourse-head:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-gradecourse-head:focus-visible{outline-offset:-3px;border-radius:var(--moodlexhtu-r-card)}.moodlexhtu-gradecourse-id{flex:auto;min-width:0}.moodlexhtu-gradecourse-chev{color:var(--moodlexhtu-ink-faint);flex:none;transition:transform .14s;display:inline-flex}[dir=rtl] .moodlexhtu-gradecourse-chev{transform:scaleX(-1)}.moodlexhtu-gradecourse.open .moodlexhtu-gradecourse-chev,[dir=rtl] .moodlexhtu-gradecourse.open .moodlexhtu-gradecourse-chev{transform:rotate(90deg)}@media (prefers-reduced-motion:reduce){.moodlexhtu-gradecourse-chev{transition:none}}.moodlexhtu-gradecourse-flag{flex:none;align-items:center;display:inline-flex}.moodlexhtu-gradecourse-panel{border-top:1px solid var(--moodlexhtu-line)}.moodlexhtu-gradecourse-actions{flex-wrap:wrap;align-items:center;gap:10px;padding:14px 22px;font-size:12px;display:flex}.moodlexhtu-gradecourse-notices{padding:0 22px 18px}.moodlexhtu-gradecourse-panel .moodlexhtu-table-wrap{border-top:1px solid var(--moodlexhtu-line)}.moodlexhtu-score-code{color:var(--moodlexhtu-ink-muted);letter-spacing:.02em;font-size:11px}.moodlexhtu-score-name{letter-spacing:-.01em;margin-top:5px;font-size:15px;font-weight:700;line-height:1.3;display:block}.moodlexhtu-score-mark{text-align:end;flex:none;display:block}.moodlexhtu-score-mark .lg-mark{letter-spacing:-.03em;justify-content:flex-end;align-items:baseline;gap:3px;font-size:28px;font-weight:700;line-height:1;display:inline-flex}.moodlexhtu-score-mark .lg-mark:not(.graded){letter-spacing:0;text-align:end;font-size:12px;font-weight:600}.moodlexhtu-score-mark .lg-outof{color:var(--moodlexhtu-ink-faint);white-space:nowrap;font-size:12px;font-weight:500}.moodlexhtu-score-mark .lg-pct{display:none}.moodlexhtu-score-letter{letter-spacing:.02em;color:var(--moodlexhtu-brand);direction:ltr;unicode-bidi:isolate;margin-top:4px;font-size:13px;font-weight:700;display:block}[data-theme=dark] .moodlexhtu-score-letter{color:var(--moodlexhtu-brand-bright)}.moodlexhtu-spark{justify-content:flex-start;align-items:flex-end;gap:7px;height:44px;display:flex}.moodlexhtu-spark-bar{background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);border-radius:6px 6px 3px 3px;flex:0 0 34px}.moodlexhtu-spark.compact{flex:none;gap:4px;height:32px}.moodlexhtu-spark.compact .moodlexhtu-spark-bar{border-radius:3px 3px 2px 2px;flex:0 0 10px}@media (width<=560px){.moodlexhtu-spark.compact{display:none}}.moodlexhtu-spark-bar.latest{background:var(--moodlexhtu-gradient-diag);border-color:#0000}.moodlexhtu-score-foot{color:var(--moodlexhtu-ink-muted);flex-wrap:wrap;align-items:center;gap:5px 10px;margin-top:9px;font-size:12px;display:flex}.moodlexhtu-score-basis{min-width:0;color:var(--moodlexhtu-ink-muted);unicode-bidi:plaintext}.moodlexhtu-score-delta{color:var(--moodlexhtu-ink-muted);font-weight:600}.moodlexhtu-score-delta.up{color:var(--moodlexhtu-ok)}.moodlexhtu-score-delta.down{color:var(--moodlexhtu-warn)}.moodlexhtu-assess .moodlexhtu-table-primary,.moodlexhtu-assess .moodlexhtu-table-sub{unicode-bidi:plaintext}.moodlexhtu-assess-course,.moodlexhtu-assess-weight{color:var(--moodlexhtu-ink-muted);white-space:nowrap;font-size:12px}.moodlexhtu-assess-mark .lg-mark{white-space:nowrap;justify-content:flex-end;align-items:baseline;gap:4px;display:inline-flex}.moodlexhtu-assess-mark .lg-mark.graded strong{font-size:15px;font-weight:700}.moodlexhtu-assess-mark .lg-outof{color:var(--moodlexhtu-ink-faint);font-size:12px;font-weight:500}.moodlexhtu-assess-mark .lg-pct{display:none}.moodlexhtu-assess-mark .lg-mark:not(.graded){color:var(--moodlexhtu-ink-muted);background:0 0;border:none;padding:0;font-size:12px;font-weight:500}.moodlexhtu-assess th:last-child,.moodlexhtu-assess td:last-child{white-space:nowrap;width:1%}.moodlexhtu-notice-list{margin:0;padding-inline-start:18px}@media (width<=720px){.moodlexhtu-gradecourse-head{gap:12px;padding:16px 18px}.moodlexhtu-gradecourse-actions,.moodlexhtu-gradecourse-notices{padding-inline:18px}.moodlexhtu-score-mark .lg-mark{font-size:22px}.moodlexhtu-assess th:first-child,.moodlexhtu-assess td:first-child{min-width:260px}}.moodlexhtu-root{--moodlexhtu-stage:#fff;--moodlexhtu-stage-panel:#f8f9fa;--moodlexhtu-stage-line:#e5e7eb;--moodlexhtu-stage-ink:#171717;--moodlexhtu-stage-ink-muted:#6b7280;--moodlexhtu-stage-ink-faint:#9ca3af;--moodlexhtu-stage-frame-from:#fff;--moodlexhtu-stage-frame-to:#eceef1;--moodlexhtu-stage-frame-rule:#1717170d;--moodlexhtu-stage-frame-empty:#f8f9fa;--moodlexhtu-stage-ctl:#fff;--moodlexhtu-stage-ctl-on:#171717;--moodlexhtu-stage-on-ctl-on:#fff;--moodlexhtu-stage-veil:#1717170f;--moodlexhtu-stage-veil-line:#17171729;--moodlexhtu-stage-veil-soft:#1717170d;--moodlexhtu-stage-dot:#d1d5db;--moodlexhtu-stage-flag:var(--moodlexhtu-warn-wash);--moodlexhtu-stage-flag-line:var(--moodlexhtu-warn);--moodlexhtu-stage-flag-ink:var(--moodlexhtu-warn)}[data-theme=dark] .moodlexhtu-root{--moodlexhtu-stage:#0e0e10;--moodlexhtu-stage-panel:#141416;--moodlexhtu-stage-line:#26262a;--moodlexhtu-stage-ink:#fff;--moodlexhtu-stage-ink-muted:#9ca3af;--moodlexhtu-stage-ink-faint:#6b7280;--moodlexhtu-stage-frame-from:#1a1a1d;--moodlexhtu-stage-frame-to:#0e0e10;--moodlexhtu-stage-frame-rule:#ffffff0d;--moodlexhtu-stage-frame-empty:#141416;--moodlexhtu-stage-ctl:#18181b;--moodlexhtu-stage-ctl-on:#fff;--moodlexhtu-stage-on-ctl-on:#171717;--moodlexhtu-stage-veil:#ffffff1a;--moodlexhtu-stage-veil-line:#ffffff38;--moodlexhtu-stage-veil-soft:#ffffff0f;--moodlexhtu-stage-dot:#4b5563;--moodlexhtu-stage-flag:#ffffff29;--moodlexhtu-stage-flag-line:#ffffff52;--moodlexhtu-stage-flag-ink:#fff}.moodlexhtu-pl{min-block-size:calc(100vh - var(--moodlexhtu-header-h));animation:moodlexhtu-rise .4s var(--moodlexhtu-ease) backwards;grid-template-columns:minmax(0,1fr) 348px;display:grid}.moodlexhtu-pl-states{max-inline-size:var(--moodlexhtu-page-max);padding:34px var(--moodlexhtu-gutter) 56px;margin:0 auto}.moodlexhtu-pl-stage-col{background:var(--moodlexhtu-stage);min-inline-size:0;padding:26px 30px 40px}.moodlexhtu-pl-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.moodlexhtu-pl-eyebrow{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-stage-ink-faint);text-transform:uppercase;align-items:center;gap:10px;font-size:11px;display:flex}.moodlexhtu-pl-title{letter-spacing:-.015em;color:var(--moodlexhtu-stage-ink);margin:6px 0 0;font-size:20px;font-weight:600;line-height:1.3}.moodlexhtu-pl-head .moodlexhtu-demo-flag{background:var(--moodlexhtu-stage-flag);border-color:var(--moodlexhtu-stage-flag-line);color:var(--moodlexhtu-stage-flag-ink)}.moodlexhtu-pl-head .moodlexhtu-seg{background:var(--moodlexhtu-stage-ctl);border-color:var(--moodlexhtu-stage-line)}.moodlexhtu-pl-head .moodlexhtu-seg-btn{color:var(--moodlexhtu-stage-ink-muted)}.moodlexhtu-pl-head .moodlexhtu-seg-btn:hover{color:var(--moodlexhtu-stage-ink)}.moodlexhtu-pl-head .moodlexhtu-seg-btn.on{background:var(--moodlexhtu-stage-ctl-on);color:var(--moodlexhtu-stage-on-ctl-on)}.moodlexhtu-pl-stage{aspect-ratio:16/9;border-radius:var(--moodlexhtu-r-card);border:1px solid var(--moodlexhtu-stage-line);background-image:linear-gradient(135deg, var(--moodlexhtu-stage-frame-from), var(--moodlexhtu-stage-frame-to)), repeating-linear-gradient(115deg, var(--moodlexhtu-stage-frame-rule) 0 1px, transparent 1px 16px);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-block-start:20px;display:flex;position:relative;overflow:hidden}.moodlexhtu-pl-stage.empty{background-image:none;background:var(--moodlexhtu-stage-frame-empty);border-style:dashed;padding:32px}.moodlexhtu-pl-stage-play{background:var(--moodlexhtu-stage-veil);border:1px solid var(--moodlexhtu-stage-veil-line);block-size:74px;inline-size:74px;color:var(--moodlexhtu-stage-ink);border-radius:50%;justify-content:center;align-items:center;display:flex}.moodlexhtu-pl-stage-note{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;color:var(--moodlexhtu-stage-ink-faint);font-size:10px;position:absolute;inset-block-end:14px;inset-inline-start:18px}.moodlexhtu-pl-stage-glyph{color:var(--moodlexhtu-brand-bright);opacity:.45}.moodlexhtu-pl-stage-title{color:var(--moodlexhtu-stage-ink);margin-block-start:8px;font-size:17px;font-weight:600}.moodlexhtu-pl-stage-body{color:var(--moodlexhtu-stage-ink-muted);max-inline-size:460px;margin:0;font-size:13px;line-height:1.6}.moodlexhtu-pl-stage-btn{border:1px solid var(--moodlexhtu-stage-line);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-stage-ctl);block-size:40px;color:var(--moodlexhtu-stage-ink);cursor:pointer;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);align-items:center;gap:8px;margin-block-start:12px;padding-inline:18px;font-family:inherit;font-size:13px;font-weight:600;display:inline-flex}.moodlexhtu-pl-stage-btn:hover{border-color:var(--moodlexhtu-stage-ink-muted);color:var(--moodlexhtu-stage-ink);text-decoration:none}.moodlexhtu-root{--moodlexhtu-video-mat:#000;--moodlexhtu-video-veil:#0000008c;--moodlexhtu-video-veil-line:#ffffff59;--moodlexhtu-video-ink:#fff}.moodlexhtu-pl-media{min-inline-size:0}.moodlexhtu-pl-media-frame[hidden]{display:none}.moodlexhtu-pl-stage.as-video{background-image:none;background:var(--moodlexhtu-video-mat);border-color:var(--moodlexhtu-stage-line);gap:0;padding:0}.moodlexhtu-pl-frame{border:0;block-size:100%;inline-size:100%;display:block;position:absolute;inset:0}.moodlexhtu-pl-hit{cursor:pointer;color:var(--moodlexhtu-video-ink);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute}.moodlexhtu-pl-hit.full{block-size:100%;inline-size:100%;inset:0}.moodlexhtu-pl-hit.spot{block-size:74px;inline-size:74px;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}[dir=rtl] .moodlexhtu-pl-hit.spot{transform:translate(50%,-50%)}.moodlexhtu-pl-hit-glyph{background:var(--moodlexhtu-video-veil);border:1px solid var(--moodlexhtu-video-veil-line);block-size:74px;inline-size:74px;transition:opacity var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), transform var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-pl-hit:hover .moodlexhtu-pl-hit-glyph{transform:scale(1.06)}.moodlexhtu-pl-hit.playing .moodlexhtu-pl-hit-glyph{opacity:0}.moodlexhtu-pl-hit.playing:hover .moodlexhtu-pl-hit-glyph,.moodlexhtu-pl-hit.playing:focus-visible .moodlexhtu-pl-hit-glyph{opacity:1}.moodlexhtu-pl-stage-wait{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-video-veil);color:var(--moodlexhtu-video-ink);font-family:var(--moodlexhtu-mono);letter-spacing:.06em;padding:4px 9px;font-size:10px;position:absolute;inset-block-end:14px;inset-inline-end:18px}.moodlexhtu-pl-stage.as-video .moodlexhtu-pl-stage-note{color:var(--moodlexhtu-video-ink);opacity:.62}.moodlexhtu-pl-transport{margin-block-start:16px}.moodlexhtu-pl-transport-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-pl-transport-note{flex-wrap:wrap;align-items:center;gap:14px;margin-block-start:10px;display:flex}.moodlexhtu-pl-save{color:var(--moodlexhtu-stage-ink-faint);font-size:11.5px}.moodlexhtu-pl-save.is-refused{color:var(--moodlexhtu-danger-on-dark);font-weight:500}.moodlexhtu-pl-ctl{border:1px solid var(--moodlexhtu-stage-line);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-stage-ctl);block-size:32px;inline-size:32px;color:var(--moodlexhtu-stage-ink);cursor:pointer;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-pl-ctl:hover{border-color:var(--moodlexhtu-stage-ink-muted);background:var(--moodlexhtu-stage-veil-soft)}.moodlexhtu-pl-ctl[aria-pressed=true]{background:var(--moodlexhtu-stage-ctl-on);border-color:var(--moodlexhtu-stage-ctl-on);color:var(--moodlexhtu-stage-on-ctl-on)}.moodlexhtu-pl-scrub,.moodlexhtu-pl-vol-range{appearance:none;cursor:pointer;background:0 0;border:0;block-size:16px;padding:0}.moodlexhtu-pl-scrub{flex:200px;min-inline-size:120px}.moodlexhtu-pl-vol-range{flex:0 72px;min-inline-size:48px}.moodlexhtu-pl-scrub:disabled{cursor:not-allowed;opacity:.5}.moodlexhtu-pl-scrub::-webkit-slider-runnable-track{border-radius:var(--moodlexhtu-r-pill);background:linear-gradient(90deg, #8f0007 0, #fc1323 var(--moodlexhtu-pct,0%), var(--moodlexhtu-stage-line) var(--moodlexhtu-pct,0%));block-size:5px}.moodlexhtu-pl-vol-range::-webkit-slider-runnable-track{border-radius:var(--moodlexhtu-r-pill);background:linear-gradient(90deg, #8f0007 0, #fc1323 var(--moodlexhtu-pct,0%), var(--moodlexhtu-stage-line) var(--moodlexhtu-pct,0%));block-size:5px}.moodlexhtu-pl-scrub::-moz-range-track{border-radius:var(--moodlexhtu-r-pill);background:linear-gradient(90deg, #8f0007 0, #fc1323 var(--moodlexhtu-pct,0%), var(--moodlexhtu-stage-line) var(--moodlexhtu-pct,0%));block-size:5px}.moodlexhtu-pl-vol-range::-moz-range-track{border-radius:var(--moodlexhtu-r-pill);background:linear-gradient(90deg, #8f0007 0, #fc1323 var(--moodlexhtu-pct,0%), var(--moodlexhtu-stage-line) var(--moodlexhtu-pct,0%));block-size:5px}[dir=rtl] .moodlexhtu-pl-scrub::-webkit-slider-runnable-track{background:linear-gradient(270deg, #8f0007 0, #fc1323 var(--moodlexhtu-pct,0%), var(--moodlexhtu-stage-line) var(--moodlexhtu-pct,0%))}[dir=rtl] .moodlexhtu-pl-vol-range::-webkit-slider-runnable-track{background:linear-gradient(270deg, #8f0007 0, #fc1323 var(--moodlexhtu-pct,0%), var(--moodlexhtu-stage-line) var(--moodlexhtu-pct,0%))}[dir=rtl] .moodlexhtu-pl-scrub::-moz-range-track{background:linear-gradient(270deg, #8f0007 0, #fc1323 var(--moodlexhtu-pct,0%), var(--moodlexhtu-stage-line) var(--moodlexhtu-pct,0%))}[dir=rtl] .moodlexhtu-pl-vol-range::-moz-range-track{background:linear-gradient(270deg, #8f0007 0, #fc1323 var(--moodlexhtu-pct,0%), var(--moodlexhtu-stage-line) var(--moodlexhtu-pct,0%))}.moodlexhtu-pl-scrub::-webkit-slider-thumb{appearance:none;background:var(--moodlexhtu-stage-ink);border:0;border-radius:50%;block-size:13px;inline-size:13px;margin-block-start:-4px}.moodlexhtu-pl-vol-range::-webkit-slider-thumb{appearance:none;background:var(--moodlexhtu-stage-ink);border:0;border-radius:50%;block-size:13px;inline-size:13px;margin-block-start:-4px}.moodlexhtu-pl-scrub::-moz-range-thumb{background:var(--moodlexhtu-stage-ink);border:0;border-radius:50%;block-size:13px;inline-size:13px}.moodlexhtu-pl-vol-range::-moz-range-thumb{background:var(--moodlexhtu-stage-ink);border:0;border-radius:50%;block-size:13px;inline-size:13px}.moodlexhtu-pl-vol{align-items:center;gap:8px;display:flex}.moodlexhtu-pl-rate select{border:1px solid var(--moodlexhtu-stage-line);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-stage-ctl);block-size:32px;color:var(--moodlexhtu-stage-ink);font-family:var(--moodlexhtu-mono);cursor:pointer;padding-inline:8px;font-size:11px}button.moodlexhtu-pl-resume.as-btn{cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-family:inherit;text-decoration:underline}.moodlexhtu-pl-media:fullscreen{background:var(--moodlexhtu-stage);flex-direction:column;justify-content:center;padding:0 18px 14px;display:flex}.moodlexhtu-pl-media:fullscreen .moodlexhtu-pl-media-frame:not([hidden]){flex-direction:column;flex:auto;min-block-size:0;display:flex}.moodlexhtu-pl-media:fullscreen .moodlexhtu-pl-stage.as-video{aspect-ratio:auto;border:0;border-radius:0;flex:auto;min-block-size:0;margin-block-start:0}.moodlexhtu-pl-playhead{flex-wrap:wrap;align-items:center;gap:16px;margin-block-start:16px;display:flex}.moodlexhtu-pl-playhead-mark{border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-stage-ctl-on);block-size:36px;inline-size:36px;color:var(--moodlexhtu-stage-on-ctl-on);flex:none;justify-content:center;align-items:center;display:flex}button.moodlexhtu-pl-playhead-mark{cursor:pointer;transition:opacity var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border:0;padding:0}button.moodlexhtu-pl-playhead-mark:hover{opacity:.85}.moodlexhtu-pl-clock{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-stage-ink-muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12px}.moodlexhtu-pl-track{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-stage-line);flex:200px;block-size:5px;position:relative}.moodlexhtu-pl-track-fill{border-radius:var(--moodlexhtu-r-pill);background:linear-gradient(90deg,#8f0007,#fc1323);position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-pl-track-knob{background:var(--moodlexhtu-stage-ink);border-radius:50%;block-size:13px;inline-size:13px;position:absolute;inset-block-start:50%;transform:translate(-50%,-50%)}[dir=rtl] .moodlexhtu-pl-track-knob{transform:translate(50%,-50%)}[dir=rtl] .moodlexhtu-pl-track-fill{background:linear-gradient(270deg,#8f0007,#fc1323)}.moodlexhtu-pl-playhead-note{color:var(--moodlexhtu-stage-ink-muted);white-space:nowrap;font-size:12px}.moodlexhtu-pl-resume{color:var(--moodlexhtu-brand-bright);font-size:12px;font-weight:600}.moodlexhtu-pl-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-block-start:24px;display:grid}.moodlexhtu-pl-panel{background:var(--moodlexhtu-stage-panel);border:1px solid var(--moodlexhtu-stage-line);border-radius:var(--moodlexhtu-r-lg);min-inline-size:0;padding:20px}.moodlexhtu-pl-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.moodlexhtu-pl-panel-title{color:var(--moodlexhtu-stage-ink);margin:0;font-size:13px;font-weight:600}.moodlexhtu-pl-live{border:1px solid var(--moodlexhtu-stage-line);border-radius:var(--moodlexhtu-r-pill);color:var(--moodlexhtu-stage-ink-muted);cursor:pointer;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;flex:none;align-items:center;gap:7px;padding:5px 11px;font-family:inherit;font-size:11.5px;font-weight:500;display:inline-flex}.moodlexhtu-pl-live:hover{border-color:var(--moodlexhtu-stage-ink-muted);color:var(--moodlexhtu-stage-ink)}.moodlexhtu-pl-live.on{border-color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand);color:var(--moodlexhtu-on-brand)}.moodlexhtu-pl-live-dot{opacity:.45;background:currentColor;border-radius:50%;block-size:7px;inline-size:7px}.moodlexhtu-pl-live.on .moodlexhtu-pl-live-dot{opacity:1;animation:moodlexhtu-pl-live-pulse 1.6s var(--moodlexhtu-ease) infinite}@keyframes moodlexhtu-pl-live-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.moodlexhtu-pl-live.on .moodlexhtu-pl-live-dot{animation:none}}.moodlexhtu-pl-panel-body{margin-block-start:12px}.moodlexhtu-pl-panel-note{color:var(--moodlexhtu-stage-ink-muted);margin:10px 0 0;font-size:12px;line-height:1.6}.moodlexhtu-pl-chapters,.moodlexhtu-pl-transcript{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-pl-chapters{gap:4px}.moodlexhtu-pl-chapter-row{border-radius:var(--moodlexhtu-r-ctl);text-align:start;inline-size:100%;color:var(--moodlexhtu-stage-ink-muted);background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;font-family:inherit;font-size:13px;display:flex}button.moodlexhtu-pl-chapter-row,button.moodlexhtu-pl-transcript-row{cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease)}button.moodlexhtu-pl-chapter-row:hover:not(:disabled),button.moodlexhtu-pl-transcript-row:hover:not(:disabled){background:var(--moodlexhtu-stage-veil);color:var(--moodlexhtu-stage-ink)}button.moodlexhtu-pl-chapter-row:disabled,button.moodlexhtu-pl-transcript-row:disabled{cursor:not-allowed;opacity:.42}.moodlexhtu-pl-chapter-row.played{background:var(--moodlexhtu-stage-veil-soft);color:var(--moodlexhtu-stage-ink)}.moodlexhtu-pl-chapter-row.current,.moodlexhtu-pl-transcript-row.current{background:var(--moodlexhtu-brand-wash);color:var(--moodlexhtu-stage-ink);box-shadow:inset 2px 0 0 0 var(--moodlexhtu-brand-bright)}[dir=rtl] .moodlexhtu-pl-chapter-row.current,[dir=rtl] .moodlexhtu-pl-transcript-row.current{box-shadow:inset -2px 0 0 0 var(--moodlexhtu-brand-bright)}.moodlexhtu-pl-chapter-nowtag{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-brand-bright);color:#fff;letter-spacing:.06em;text-transform:uppercase;margin-inline-end:8px;padding:2px 6px;font-family:inherit;font-size:9px;font-weight:700}.moodlexhtu-pl-chapter-label{align-items:center;gap:10px;min-inline-size:0;display:flex}.moodlexhtu-pl-chapter-dot{background:var(--moodlexhtu-stage-dot);border-radius:50%;flex:none;block-size:7px;inline-size:7px}.moodlexhtu-pl-chapter-row.played .moodlexhtu-pl-chapter-dot,.moodlexhtu-pl-chapter-row.current .moodlexhtu-pl-chapter-dot{background:var(--moodlexhtu-brand-bright)}.moodlexhtu-pl-chapter-time{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-stage-ink-faint);flex:none;font-size:11px}.moodlexhtu-pl-transcript{overscroll-behavior:contain;border-radius:var(--moodlexhtu-r-ctl);gap:4px;max-block-size:320px;overflow-y:auto}.moodlexhtu-pl-transcript:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:2px}.moodlexhtu-pl-follow{border:1px solid var(--moodlexhtu-stage-line);border-radius:var(--moodlexhtu-r-ctl);color:var(--moodlexhtu-stage-ink);cursor:pointer;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;margin-block-start:10px;padding:5px 10px;font-family:inherit;font-size:11.5px}.moodlexhtu-pl-follow:hover{border-color:var(--moodlexhtu-stage-ink-muted);background:var(--moodlexhtu-stage-veil-soft)}.moodlexhtu-pl-transcript-row{border-radius:var(--moodlexhtu-r-ctl);text-align:start;background:0 0;border:0;gap:12px;inline-size:100%;padding:6px 8px;font-family:inherit;display:flex}.moodlexhtu-pl-transcript-at{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-brand);flex:none;font-size:11px}.moodlexhtu-pl-transcript-text{color:var(--moodlexhtu-stage-ink-muted);font-size:12.5px;line-height:1.6}.moodlexhtu-pl-facts{flex-direction:column;gap:10px;margin:0;display:flex}.moodlexhtu-pl-facts>div{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.moodlexhtu-pl-facts dt{color:var(--moodlexhtu-stage-ink-faint);font-size:12px}.moodlexhtu-pl-facts dd{color:var(--moodlexhtu-stage-ink);text-align:end;margin:0;font-size:12.5px;font-weight:500}.moodlexhtu-pl-rail{background:var(--moodlexhtu-surface);border-inline-start:1px solid var(--moodlexhtu-line);flex-direction:column;gap:18px;min-inline-size:0;padding:26px 22px 40px;display:flex}.moodlexhtu-pl-rail-title{color:var(--moodlexhtu-ink);font-size:14px;font-weight:600}.moodlexhtu-pl-rail-bar{margin-block-start:12px}.moodlexhtu-pl-rail-list{flex-direction:column;gap:6px;display:flex}.moodlexhtu-pl-rail-item{border-radius:var(--moodlexhtu-r-md);color:var(--moodlexhtu-ink);text-align:start;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border:1px solid #0000;align-items:center;gap:12px;padding:13px 14px;display:flex}a.moodlexhtu-pl-rail-item:hover{background:var(--moodlexhtu-surface-sunk);border-color:var(--moodlexhtu-line);color:var(--moodlexhtu-ink);text-decoration:none}.moodlexhtu-pl-rail-item.on{background:var(--moodlexhtu-brand-wash);border-color:#fc132359}.moodlexhtu-pl-rail-item.locked{opacity:.66}.moodlexhtu-pl-rail-num{border-radius:var(--moodlexhtu-r-sm);block-size:26px;inline-size:26px;font-family:var(--moodlexhtu-mono);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);color:var(--moodlexhtu-ink-muted);flex:none;justify-content:center;align-items:center;font-size:10.5px;font-weight:500;display:flex}.moodlexhtu-pl-rail-num.on{background:var(--moodlexhtu-gradient);color:var(--moodlexhtu-on-brand);border-color:#0000}.moodlexhtu-pl-rail-text{flex-direction:column;flex:1;gap:3px;min-inline-size:0;display:flex}.moodlexhtu-pl-rail-name{font-size:13px;font-weight:500;line-height:1.35}.moodlexhtu-pl-rail-meta{color:var(--moodlexhtu-ink-muted);font-size:11.5px}.moodlexhtu-pl-rail-actions{flex-direction:column;gap:10px;margin-block-start:auto;display:flex}.moodlexhtu-pl-rail-pair{gap:10px;display:flex}.moodlexhtu-pl-rail-pair>*{flex:1}@media (width<=1080px){.moodlexhtu-pl{grid-template-columns:minmax(0,1fr)}.moodlexhtu-pl-rail{border-inline-start:none;border-block-start:1px solid var(--moodlexhtu-line)}.moodlexhtu-pl-rail-actions{margin-block-start:0}}@media (width<=720px){.moodlexhtu-pl-stage-col{padding:20px 18px 32px}.moodlexhtu-pl-panels{grid-template-columns:minmax(0,1fr)}}.moodlexhtu-cp-people thead tr{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-cp-people th{border-bottom:1px solid var(--moodlexhtu-line)}.moodlexhtu-cp-people tbody tr:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-cp-people-bar{width:190px}.moodlexhtu-cp-people-bar .moodlexhtu-bar{min-width:96px}.moodlexhtu-acts{flex-direction:column;display:flex}.moodlexhtu-acts-row{border-bottom:1px solid var(--moodlexhtu-line-soft);color:inherit;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);grid-template-columns:34px minmax(0,1fr) 130px minmax(0,190px) auto;align-items:center;gap:14px;padding:15px 20px;text-decoration:none;display:grid}.moodlexhtu-acts-row:last-child{border-bottom:none}.moodlexhtu-acts-row:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-root a.moodlexhtu-acts-row,.moodlexhtu-root a.moodlexhtu-acts-row:hover{color:inherit;text-decoration:none}.moodlexhtu-acts-text{flex-direction:column;gap:3px;min-width:0;display:flex}.moodlexhtu-acts-name{color:var(--moodlexhtu-ink);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:500;overflow:hidden}.moodlexhtu-acts-sub{color:var(--moodlexhtu-ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.moodlexhtu-acts-type,.moodlexhtu-acts-when{color:var(--moodlexhtu-ink-muted);text-overflow:ellipsis;min-width:0;font-size:12.5px;overflow:hidden}.moodlexhtu-acts-when{-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;line-height:1.45;display:-webkit-box}.moodlexhtu-acts-status{justify-self:end}.moodlexhtu-acts-row .moodlexhtu-activity-icon{border-radius:var(--moodlexhtu-r-sm);border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface-sunk);width:30px;height:30px;color:var(--moodlexhtu-ink-muted);flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-acts-row .moodlexhtu-activity-icon.brand{background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-wash-strong);color:var(--moodlexhtu-brand)}.moodlexhtu-acts-row .moodlexhtu-activity-icon.locked{color:var(--moodlexhtu-ink-faint)}@media (width<=1080px){.moodlexhtu-acts-row{grid-template-columns:34px minmax(0,1fr) minmax(0,170px) auto}.moodlexhtu-acts-type{display:none}}@media (width<=760px){.moodlexhtu-acts-row{grid-template-columns:34px minmax(0,1fr) auto}.moodlexhtu-acts-when{display:none}.moodlexhtu-cp-people-bar{width:auto}}.moodlexhtu-cm-toolbar{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.moodlexhtu-cm-search{flex:280px;min-width:220px;position:relative}.moodlexhtu-cm-search-icon{color:var(--moodlexhtu-ink-faint);pointer-events:none;display:inline-flex;position:absolute;inset-block-start:50%;inset-inline-start:14px;transform:translateY(-50%)}.moodlexhtu-cm-search input{padding-inline-start:42px}.moodlexhtu-cm-live{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink-muted);white-space:nowrap;align-items:center;gap:9px;padding:8px 14px;font-size:12.5px;display:inline-flex}.moodlexhtu-cm-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;display:grid}.moodlexhtu-cm-tile{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);flex-direction:column;display:flex;position:relative;overflow:hidden}.moodlexhtu-cm-tile:before{content:"";background:var(--moodlexhtu-gradient);opacity:0;height:3px;transition:opacity var(--moodlexhtu-t) var(--moodlexhtu-ease);position:absolute;inset-block-start:0;inset-inline:0}.moodlexhtu-cm-tile:hover,.moodlexhtu-cm-tile:focus-within{border-color:var(--moodlexhtu-brand-ring);box-shadow:var(--moodlexhtu-shadow-lift);transform:translateY(-3px)}.moodlexhtu-cm-tile:hover:before,.moodlexhtu-cm-tile:focus-within:before{opacity:1}.moodlexhtu-cm-tile-head{align-items:flex-start;gap:14px;padding:20px 20px 14px;display:flex}.moodlexhtu-cm-mono{border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-gradient-diag);width:46px;height:46px;color:var(--moodlexhtu-on-brand);letter-spacing:.02em;box-shadow:var(--moodlexhtu-shadow-brand);flex:none;place-items:center;font-size:15px;font-weight:600;display:grid}.moodlexhtu-cm-tile .moodlexhtu-cm-tile-name{letter-spacing:-.01em;color:var(--moodlexhtu-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15.5px;font-weight:600;line-height:1.32;display:-webkit-box;overflow:hidden}.moodlexhtu-cm-tile-key{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);margin-top:4px;font-size:11.5px}.moodlexhtu-cm-tile-badges{flex-wrap:wrap;gap:6px;padding:0 20px 16px;display:flex}.moodlexhtu-cm-tile-stats{border-block-start:1px solid var(--moodlexhtu-line-soft);background:var(--moodlexhtu-surface-sunk);grid-template-columns:repeat(3,1fr);display:grid}.moodlexhtu-cm-stat{text-align:center;border-inline-start:1px solid var(--moodlexhtu-line-soft);padding:13px 10px}.moodlexhtu-cm-stat:first-child{border-inline-start:0}.moodlexhtu-cm-stat-value{letter-spacing:-.02em;color:var(--moodlexhtu-ink);font-variant-numeric:tabular-nums;font-size:19px;font-weight:600}.moodlexhtu-cm-stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);margin-top:3px;font-size:10.5px;font-weight:500}.moodlexhtu-cm-tile-foot{border-block-start:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;align-items:center;gap:8px;padding:14px 16px;display:flex}.moodlexhtu-cm-row-mono{border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-brand-wash);width:34px;height:34px;color:var(--moodlexhtu-brand);flex:none;place-items:center;font-size:11.5px;font-weight:600;display:grid}@media (width<=720px){.moodlexhtu-cm-grid{grid-template-columns:1fr}}.moodlexhtu-overlay{-webkit-backdrop-filter:blur(6px)saturate(115%);backdrop-filter:blur(6px)saturate(115%);animation:moodlexhtu-scrim .18s var(--moodlexhtu-ease) both;background:radial-gradient(120% 100% at 50% 0,#17171757 0%,#17171794 100%)}.moodlexhtu-modal{border-radius:var(--moodlexhtu-r-hero);animation:moodlexhtu-modal-in .26s var(--moodlexhtu-ease) both;position:relative;box-shadow:0 40px 100px #17171757,0 2px 10px #1717171f}.moodlexhtu-modal:before{content:"";background:var(--moodlexhtu-gradient);z-index:1;height:3px;position:absolute;inset-block-start:0;inset-inline:0}.moodlexhtu-modal-head{background:linear-gradient(180deg, var(--moodlexhtu-brand-wash), transparent);border-bottom:1px solid var(--moodlexhtu-line-soft);padding:22px 26px 18px}.moodlexhtu-modal-title{letter-spacing:-.015em;font-size:18px}.moodlexhtu-modal-body{padding:22px 26px}.moodlexhtu-modal-foot{padding:16px 26px}.moodlexhtu-modal-close{border-radius:var(--moodlexhtu-r-pill);width:34px;height:34px;transition:color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease)}.moodlexhtu-modal-close:hover{background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-ring);color:var(--moodlexhtu-brand)}@keyframes moodlexhtu-scrim{0%{opacity:0}to{opacity:1}}@keyframes moodlexhtu-modal-in{0%{opacity:0;transform:translateY(14px)scale(.975)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.moodlexhtu-overlay,.moodlexhtu-modal,.moodlexhtu-cm-tile{transition:none;animation:none}.moodlexhtu-cm-tile:hover,.moodlexhtu-cm-tile:focus-within{transform:none}}.moodlexhtu-qs-grid{grid-template-columns:minmax(0,420px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.moodlexhtu-qs-spine{min-width:0;overflow-x:auto}.moodlexhtu-qs-steps{align-items:center;gap:0;min-width:640px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-qs-step{flex:1 1 0;align-items:center;gap:12px;min-width:0;display:flex}.moodlexhtu-qs-step-rule{background:var(--moodlexhtu-line);flex:auto;min-width:18px;height:1px;margin-inline:4px}.moodlexhtu-qs-step.done .moodlexhtu-qs-step-rule{background:var(--moodlexhtu-ink)}.moodlexhtu-qs-step-mark{border-radius:var(--moodlexhtu-r-ctl);border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface);width:34px;height:34px;color:var(--moodlexhtu-ink-faint);font-family:var(--moodlexhtu-mono);flex:none;justify-content:center;align-items:center;font-size:12.5px;font-weight:600;display:inline-flex}.moodlexhtu-qs-step.done .moodlexhtu-qs-step-mark{background:var(--moodlexhtu-ink);border-color:var(--moodlexhtu-ink);color:var(--moodlexhtu-surface)}.moodlexhtu-qs-step.current .moodlexhtu-qs-step-mark{background:var(--moodlexhtu-gradient);color:var(--moodlexhtu-on-brand);box-shadow:var(--moodlexhtu-shadow-brand);border-color:#0000}.moodlexhtu-qs-step-text{flex-direction:column;gap:2px;min-width:0;display:flex}.moodlexhtu-qs-step-label{color:var(--moodlexhtu-ink);white-space:nowrap;font-size:13.5px;font-weight:600}.moodlexhtu-qs-step.todo .moodlexhtu-qs-step-label{color:var(--moodlexhtu-ink-faint)}.moodlexhtu-qs-step-note{color:var(--moodlexhtu-ink-muted);white-space:nowrap;font-size:11.5px}.moodlexhtu-qs-inline-field{flex-direction:column;gap:6px;display:flex}.moodlexhtu-qs-inline-field>span{color:var(--moodlexhtu-ink-muted);font-size:12px;font-weight:600}.moodlexhtu-qs-drop{border:1.5px dashed var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);transition:border-color var(--moodlexhtu-t) var(--moodlexhtu-ease), background var(--moodlexhtu-t) var(--moodlexhtu-ease)}.moodlexhtu-qs-drop:hover,.moodlexhtu-qs-drop.on{border-color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash)}.moodlexhtu-qs-drop.off{opacity:.6}.moodlexhtu-qs-drop-inner{cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:6px;padding:26px 18px;display:flex}.moodlexhtu-qs-drop.off .moodlexhtu-qs-drop-inner{cursor:not-allowed}.moodlexhtu-qs-drop-icon{border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-brand-wash-strong);width:42px;height:42px;color:var(--moodlexhtu-brand);justify-content:center;align-items:center;margin-block-end:4px;display:inline-flex}.moodlexhtu-qs-drop-title{color:var(--moodlexhtu-ink);font-size:14px;font-weight:600}.moodlexhtu-qs-drop-hint{color:var(--moodlexhtu-ink-muted);font-size:11.5px}.moodlexhtu-qs-drop-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.moodlexhtu-qs-drop-input:focus-visible+.moodlexhtu-qs-drop-title,.moodlexhtu-qs-drop:focus-within{outline:2px solid var(--moodlexhtu-brand-ring);outline-offset:2px}.moodlexhtu-qs-staged{border:1px solid var(--moodlexhtu-brand-ring);border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-brand-wash);align-items:center;gap:12px;padding:10px 12px;display:flex}.moodlexhtu-qs-staged-name{min-width:0;color:var(--moodlexhtu-ink);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:13px;font-weight:500;overflow:hidden}.moodlexhtu-qs-files{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-qs-file{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-surface);grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.moodlexhtu-qs-file-ext{border-radius:var(--moodlexhtu-r-chip);background:var(--moodlexhtu-surface-sunk);height:34px;color:var(--moodlexhtu-ink-muted);font-family:var(--moodlexhtu-mono);letter-spacing:.04em;justify-content:center;align-items:center;font-size:9.5px;font-weight:600;display:inline-flex}.moodlexhtu-qs-file-text{flex-direction:column;gap:2px;min-width:0;display:flex}.moodlexhtu-qs-file-name{color:var(--moodlexhtu-ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.moodlexhtu-qs-file-meta{color:var(--moodlexhtu-ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.moodlexhtu-qs-cfg{flex-direction:column;gap:9px;display:flex}.moodlexhtu-qs-cfg-label{color:var(--moodlexhtu-ink);justify-content:space-between;align-items:baseline;gap:10px;font-size:12.5px;font-weight:600;display:flex}.moodlexhtu-qs-cfg-value{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink);font-size:15px;font-weight:600}.moodlexhtu-qs-cfg-hint{color:var(--moodlexhtu-ink-muted);margin:0;font-size:11.5px;font-weight:400}.moodlexhtu-qs-range{width:100%;height:22px;accent-color:var(--moodlexhtu-brand);cursor:pointer}.moodlexhtu-qs-range:disabled{cursor:not-allowed;opacity:.55}.moodlexhtu-qs-cfg .moodlexhtu-seg{width:100%}.moodlexhtu-qs-cfg .moodlexhtu-seg-btn{flex:1 1 0}.moodlexhtu-qs-chips{flex-wrap:wrap;gap:8px;display:flex}.moodlexhtu-qs-chip{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-surface);color:var(--moodlexhtu-ink-muted);cursor:pointer;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);align-items:center;gap:7px;padding:7px 14px;font-family:inherit;font-size:12.5px;font-weight:500;display:inline-flex}.moodlexhtu-qs-chip:hover:not(:disabled){border-color:var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink)}.moodlexhtu-qs-chip.on{border-color:var(--moodlexhtu-brand-ring);background:var(--moodlexhtu-brand-wash);color:var(--moodlexhtu-brand);font-weight:600}.moodlexhtu-qs-chip:disabled{opacity:.5;cursor:not-allowed}.moodlexhtu-qs-chip-count{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);font-size:10.5px}.moodlexhtu-qs-chip.on .moodlexhtu-qs-chip-count{color:var(--moodlexhtu-brand)}.moodlexhtu-qs-toggle{color:var(--moodlexhtu-ink-muted);cursor:pointer;white-space:nowrap;align-items:center;gap:7px;font-size:12px;display:inline-flex}.moodlexhtu-qs-toggle input{accent-color:var(--moodlexhtu-brand)}.moodlexhtu-qs-questions{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-qs-q{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface);transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);grid-template-columns:34px minmax(0,1fr) 38px;gap:14px;padding:16px;display:grid}.moodlexhtu-qs-q.approved{border-color:var(--moodlexhtu-ok)}.moodlexhtu-qs-q.discarded{background:var(--moodlexhtu-surface-sunk);border-style:dashed}.moodlexhtu-qs-q-num{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);justify-content:center;align-items:flex-start;padding-block-start:3px;font-size:12px;font-weight:600;display:inline-flex}.moodlexhtu-qs-q-body{flex-direction:column;gap:10px;min-width:0;display:flex}.moodlexhtu-qs-q-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.moodlexhtu-qs-q-src{color:var(--moodlexhtu-ink-muted);font-size:11.5px}.moodlexhtu-qs-q-prompt{color:var(--moodlexhtu-ink);margin:0;font-size:14.5px;font-weight:500;line-height:1.5}.moodlexhtu-qs-options{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-qs-option{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-sm);color:var(--moodlexhtu-ink);align-items:center;gap:12px;padding:11px 14px;font-size:13.5px;display:flex}.moodlexhtu-qs-option.correct{border-color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash)}.moodlexhtu-qs-option-letter{border-radius:var(--moodlexhtu-r-chip);background:var(--moodlexhtu-surface-sunk);width:26px;height:26px;color:var(--moodlexhtu-ink-muted);font-family:var(--moodlexhtu-mono);flex:none;justify-content:center;align-items:center;font-size:11.5px;font-weight:600;display:inline-flex}.moodlexhtu-qs-option.correct .moodlexhtu-qs-option-letter{background:var(--moodlexhtu-ok);color:var(--moodlexhtu-surface)}.moodlexhtu-qs-answer{border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink-muted);padding:11px 14px;font-size:13px;line-height:1.55}.moodlexhtu-qs-answer-label{color:var(--moodlexhtu-ink);font-weight:600}.moodlexhtu-qs-q-actions{flex-direction:column;gap:8px;display:flex}.moodlexhtu-qs-act.ok.on{border-color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash);color:var(--moodlexhtu-ok)}.moodlexhtu-qs-act.no.on{border-color:var(--moodlexhtu-danger);background:var(--moodlexhtu-danger-wash);color:var(--moodlexhtu-danger)}.moodlexhtu-qs-recent{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-qs-recent-row{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-sm);grid-template-columns:minmax(0,1fr) minmax(0,auto) auto auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.moodlexhtu-qs-recent-row.on{border-color:var(--moodlexhtu-brand-ring);background:var(--moodlexhtu-brand-wash)}.moodlexhtu-qs-recent-open{color:var(--moodlexhtu-ink);text-align:start;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:0;font-family:inherit;font-size:13.5px;font-weight:600;overflow:hidden}.moodlexhtu-qs-recent-open:hover{color:var(--moodlexhtu-brand)}.moodlexhtu-qs-recent-meta{color:var(--moodlexhtu-ink-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}@media (width<=1180px){.moodlexhtu-qs-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.moodlexhtu-qs-q{grid-template-columns:28px minmax(0,1fr)}.moodlexhtu-qs-q-actions{flex-direction:row;grid-column:2}.moodlexhtu-qs-recent-row{grid-template-columns:minmax(0,1fr) auto}.moodlexhtu-qs-recent-meta{grid-column:1/-1}}.moodlexhtu-roster thead tr,.moodlexhtu-roster tbody tr:hover,.moodlexhtu-roster tbody tr.selected{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-roster .moodlexhtu-roster-actions{text-align:end;width:210px}.moodlexhtu-vgrid{align-items:stretch}.moodlexhtu-vrail{align-items:flex-start;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.moodlexhtu-vnode{text-align:center;flex-direction:column;flex:1 1 0;align-items:center;min-width:116px;display:flex}.moodlexhtu-vnode-rail{align-items:center;width:100%;display:flex}.moodlexhtu-vnode-line{background:var(--moodlexhtu-ink);flex:1;height:2px}.moodlexhtu-vnode:first-child .moodlexhtu-vnode-line:first-child,.moodlexhtu-vnode:last-child .moodlexhtu-vnode-line:last-child{background:0 0}.moodlexhtu-vnode-dot{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-ink);flex:none;width:16px;height:16px}.moodlexhtu-vnode.is-now .moodlexhtu-vnode-dot{background:var(--moodlexhtu-gradient);box-shadow:0 0 0 5px var(--moodlexhtu-brand-wash-strong)}.moodlexhtu-vnode-tag{margin-top:12px;font-size:14px;font-weight:600}.moodlexhtu-vnode.is-now .moodlexhtu-vnode-tag{color:var(--moodlexhtu-brand)}.moodlexhtu-vnode-when{color:var(--moodlexhtu-ink-muted);margin-top:4px;font-size:11.5px}.moodlexhtu-vnode-note{color:var(--moodlexhtu-ink-faint);margin-top:2px;padding-inline:6px;font-size:11.5px}.moodlexhtu-vpick{text-align:start;flex-direction:column;gap:4px;min-width:0;display:flex}.moodlexhtu-vpick-label{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);font-size:11px;font-weight:600}.moodlexhtu-vpick .moodlexhtu-select{width:100%;max-width:260px;height:36px;padding-block:0;font-size:13px}.moodlexhtu-diff{flex-direction:column;gap:2px;display:flex}.moodlexhtu-diff-row{border-bottom:1px solid var(--moodlexhtu-line-soft);align-items:center;gap:12px;padding:11px 0;display:flex}.moodlexhtu-diff-row:last-child{border-bottom:none}.moodlexhtu-diff-label{flex:1;min-width:0;font-size:13px}.moodlexhtu-diff-meta{color:var(--moodlexhtu-ink-faint);flex:none;font-size:11.5px}.moodlexhtu-ops{flex-direction:column;gap:10px;margin-top:6px;display:flex}.moodlexhtu-op{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface);padding:16px 18px}.moodlexhtu-op.is-destructive{border-color:var(--moodlexhtu-brand-ring);background:var(--moodlexhtu-danger-wash)}.moodlexhtu-op-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-op-name{font-size:13.5px;font-weight:600}.moodlexhtu-op-body{color:var(--moodlexhtu-ink-muted);margin:6px 0 0;font-size:12px;line-height:1.6}.moodlexhtu-op-foot{align-items:center;gap:14px;margin-top:12px;display:flex}.moodlexhtu-op-foot .moodlexhtu-btn.quiet{height:auto;color:var(--moodlexhtu-brand);background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.moodlexhtu-op-foot .moodlexhtu-btn.quiet:hover{background:0 0;text-decoration:underline}.moodlexhtu-op-undo{color:var(--moodlexhtu-ink-faint);font-size:11.5px}.moodlexhtu-op.is-destructive .moodlexhtu-op-undo{color:var(--moodlexhtu-ink)}.moodlexhtu-op-note{border-top:1px solid var(--moodlexhtu-brand-ring);color:var(--moodlexhtu-ink);margin:10px 0 0;padding-top:10px;font-size:11.5px;line-height:1.6}.moodlexhtu-op-all{justify-content:flex-end;margin-top:4px;display:flex}.moodlexhtu-op-all .moodlexhtu-btn.quiet{color:var(--moodlexhtu-brand);font-size:12px;font-weight:600}@media (width<=720px){.moodlexhtu-vrail{flex-direction:column;gap:14px}.moodlexhtu-vnode{text-align:start;flex:none;align-items:flex-start;width:100%}.moodlexhtu-vnode-rail{width:auto}.moodlexhtu-vnode-line{display:none}.moodlexhtu-vnode-tag{margin-top:6px}.moodlexhtu-vnode-note{padding-inline:0}}.moodlexhtu-vb-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:20px;display:grid}.moodlexhtu-vb-side{top:calc(var(--moodlexhtu-header-h) + 12px);position:sticky}@media (width<=1180px){.moodlexhtu-vb-layout{grid-template-columns:minmax(0,1fr)}.moodlexhtu-vb-side{position:static}}.moodlexhtu-vb-live{border:1px solid var(--moodlexhtu-brand-ring);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-brand-wash);grid-template-columns:auto minmax(0,1fr);gap:4px 10px;padding:12px 14px;display:grid}.moodlexhtu-vb-live .moodlexhtu-btn{grid-column:2;justify-self:start;padding-inline:0}.moodlexhtu-vb-live-dot{background:var(--moodlexhtu-brand);width:10px;height:10px;box-shadow:0 0 0 4px var(--moodlexhtu-brand-wash-strong);border-radius:50%;flex:none;margin-top:4px}.moodlexhtu-vb-live-body{flex:1;min-width:0}.moodlexhtu-vb-live-title{color:var(--moodlexhtu-ink);font-size:13px;font-weight:650}.moodlexhtu-vb-live-note{color:var(--moodlexhtu-ink-muted);margin:3px 0 0;font-size:11.5px;line-height:1.55}.moodlexhtu-vb-take{margin-top:12px}.moodlexhtu-vb-take-note{color:var(--moodlexhtu-ink-muted);margin:8px 0 0;font-size:11.5px;line-height:1.55}.moodlexhtu-vb-list{margin:14px 0 0;padding:0;list-style:none}.moodlexhtu-vb-list:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:3px;border-radius:var(--moodlexhtu-r-md)}.moodlexhtu-vb-node{border-radius:var(--moodlexhtu-r-md);cursor:pointer;border:1px solid #0000;gap:10px;padding:10px;transition:background .14s,border-color .14s;display:flex}.moodlexhtu-vb-node:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-vb-node.on{background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-ring)}.moodlexhtu-vb-node-spine{flex-direction:column;flex:none;align-items:center;width:12px;display:flex;position:relative}.moodlexhtu-vb-node-line{background:var(--moodlexhtu-line);flex:1;width:2px;min-height:8px}.moodlexhtu-vb-node:last-child .moodlexhtu-vb-node-line{background:0 0}.moodlexhtu-vb-node-dot{border:2px solid var(--moodlexhtu-line-strong);background:var(--moodlexhtu-surface);border-radius:50%;flex:none;width:10px;height:10px;margin-block:4px 2px}.moodlexhtu-vb-node.on .moodlexhtu-vb-node-dot{border-color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand);box-shadow:0 0 0 5px var(--moodlexhtu-brand-ring)}.moodlexhtu-vb-node-body{flex-direction:column;gap:3px;min-width:0;display:flex}.moodlexhtu-vb-node-top{align-items:center;gap:8px;display:flex}.moodlexhtu-vb-node-tag{font-family:var(--moodlexhtu-mono);letter-spacing:.04em;color:var(--moodlexhtu-brand);font-size:11px;font-weight:700}.moodlexhtu-vb-node-label{color:var(--moodlexhtu-ink);font-size:13px;font-weight:600}.moodlexhtu-vb-node-meta,.moodlexhtu-vb-node-counts{color:var(--moodlexhtu-ink-muted);font-size:11.5px}.moodlexhtu-vb-tools{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.moodlexhtu-vb-tools .moodlexhtu-input{flex:220px;min-width:0}.moodlexhtu-vb-tools-count{color:var(--moodlexhtu-ink-muted);white-space:nowrap;font-size:11.5px}.moodlexhtu-vb-tree,.moodlexhtu-vb-items{margin:0;padding:0;list-style:none}.moodlexhtu-vb-section+.moodlexhtu-vb-section{border-top:1px solid var(--moodlexhtu-line-soft)}.moodlexhtu-vb-srow,.moodlexhtu-vb-irow{align-items:center;gap:8px;padding:9px 4px;display:flex}.moodlexhtu-vb-srow{font-weight:600}.moodlexhtu-vb-caret{cursor:pointer;width:22px;height:22px;color:var(--moodlexhtu-ink-muted);background:0 0;border:none;flex:none;justify-content:center;align-items:center;display:inline-flex}.moodlexhtu-vb-caret-glyph{font-size:15px;line-height:1;transition:transform .14s;display:inline-block}.moodlexhtu-vb-caret-glyph.on{transform:rotate(90deg)}.moodlexhtu-vb-stitle,.moodlexhtu-vb-ititle{text-overflow:ellipsis;white-space:nowrap;text-align:start;flex:1;min-width:0;overflow:hidden}.moodlexhtu-vb-stitle{color:var(--moodlexhtu-ink);font-size:13.5px}.moodlexhtu-vb-ititle{color:var(--moodlexhtu-ink);font-size:13px;font-weight:500}.moodlexhtu-vb-scount,.moodlexhtu-vb-tier{color:var(--moodlexhtu-ink-muted);flex:none;font-size:11px}.moodlexhtu-vb-tier{font-family:var(--moodlexhtu-mono);letter-spacing:.02em}.moodlexhtu-vb-items{border-inline-start:1px solid var(--moodlexhtu-line-soft);margin-inline-start:11px;padding-inline-start:26px}.moodlexhtu-vb-ibtn{cursor:pointer;text-align:start;background:0 0;border:none;flex:1;align-items:center;gap:8px;min-width:0;padding:0;display:flex}.moodlexhtu-vb-none{color:var(--moodlexhtu-ink-faint);padding:8px 4px;font-size:12px}.moodlexhtu-btn.moodlexhtu-vb-pick{flex:none;min-width:74px}.moodlexhtu-btn.moodlexhtu-vb-pick.on{background:var(--moodlexhtu-brand-wash);border:1px solid var(--moodlexhtu-brand-ring);color:var(--moodlexhtu-brand);font-weight:600}.moodlexhtu-btn.moodlexhtu-vb-pick.on:hover{background:var(--moodlexhtu-brand-wash-strong)}.moodlexhtu-vb-settings{border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line-soft);gap:6px;margin:2px 0 10px;padding:10px 12px;display:grid}.moodlexhtu-vb-settings>div{grid-template-columns:120px minmax(0,1fr);align-items:baseline;gap:10px;display:grid}.moodlexhtu-vb-settings dt{text-transform:uppercase;letter-spacing:.05em;color:var(--moodlexhtu-ink-muted);font-size:11px}.moodlexhtu-vb-settings dd{color:var(--moodlexhtu-ink);overflow-wrap:anywhere;margin:0;font-size:12px}.moodlexhtu-vb-tray{z-index:5;border:1px solid var(--moodlexhtu-brand-ring);border-radius:var(--moodlexhtu-r-lg);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-lift);margin-block-start:auto;position:sticky;bottom:16px;overflow:hidden}.moodlexhtu-vb-tray-bar{align-items:center;gap:12px;padding:12px 16px;display:flex}.moodlexhtu-vb-tray-lead{cursor:pointer;text-align:start;min-width:0;color:inherit;background:0 0;border:none;flex:1;align-items:center;gap:10px;padding:0;display:flex}.moodlexhtu-vb-tray-lead:disabled{cursor:default}.moodlexhtu-vb-tray-count{color:var(--moodlexhtu-ink);font-size:13.5px;font-weight:650}.moodlexhtu-vb-tray-note{color:var(--moodlexhtu-ink-muted);font-size:12px}.moodlexhtu-vb-tray-actions{flex:none;align-items:center;gap:8px;display:flex}.moodlexhtu-vb-tray-body{border-top:1px solid var(--moodlexhtu-line-soft);max-height:260px;padding:4px 16px 16px;overflow-y:auto}.moodlexhtu-vb-group+.moodlexhtu-vb-group{margin-top:14px}.moodlexhtu-vb-group-head{align-items:center;gap:8px;margin:10px 0 6px;font-size:12px;font-weight:600;display:flex}.moodlexhtu-vb-group-count{color:var(--moodlexhtu-ink-muted);font-weight:400}.moodlexhtu-vb-group-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-vb-group-row{border-radius:var(--moodlexhtu-r-sm);align-items:center;gap:8px;padding:6px 8px;display:flex}.moodlexhtu-vb-group-row:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-vb-group-kind{width:14px;font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);flex:none}.moodlexhtu-vb-group-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12.5px;overflow:hidden}.moodlexhtu-vb-conflict-body{margin:0 0 10px;line-height:1.6}.moodlexhtu-vb-conflict-actions{flex-wrap:wrap;gap:8px;display:flex}.moodlexhtu-vb-ptree,.moodlexhtu-vb-pitems,.moodlexhtu-vb-notes{margin:0;padding:0;list-style:none}.moodlexhtu-vb-psection+.moodlexhtu-vb-psection{border-top:1px solid var(--moodlexhtu-line-soft);margin-top:6px}.moodlexhtu-vb-psection-head{align-items:center;gap:10px;padding:10px 4px 6px;display:flex}.moodlexhtu-vb-pitems{border-inline-start:1px solid var(--moodlexhtu-line-soft);margin-inline-start:6px;padding-inline-start:16px}.moodlexhtu-vb-pitem{align-items:center;gap:8px;padding:6px 4px;display:flex}.moodlexhtu-vb-notes{flex-direction:column;gap:8px;margin-top:8px;display:flex}.moodlexhtu-vb-note{align-items:flex-start;gap:10px;font-size:12.5px;line-height:1.6;display:flex}.moodlexhtu-vb-commit{justify-content:flex-end;gap:10px;display:flex}.moodlexhtu-vb-impact{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-vb-impact li{align-items:center;gap:10px;font-size:12.5px;display:flex}.moodlexhtu-vb-offer{border-top:1px solid var(--moodlexhtu-line-soft);margin-top:18px;padding-top:16px}.moodlexhtu-vb-offer-head{text-transform:uppercase;letter-spacing:.06em;color:var(--moodlexhtu-ink-muted);margin-bottom:8px;font-size:11px}.moodlexhtu-vb-offer-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-vb-offer-list li{justify-content:space-between;align-items:center;gap:12px;padding:4px 0;display:flex}.moodlexhtu-vb-offer-meta{color:var(--moodlexhtu-ink-muted);font-size:11.5px}@media (width<=720px){.moodlexhtu-vb-tray-bar{flex-direction:column;align-items:stretch}.moodlexhtu-vb-tray-actions{justify-content:flex-end}.moodlexhtu-vb-settings>div{grid-template-columns:minmax(0,1fr);gap:2px}}.moodlexhtu-conn{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.moodlexhtu-conn-id{flex-direction:column;gap:5px;min-width:0;display:flex}.moodlexhtu-conn-name{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-conn-host{color:var(--moodlexhtu-ink-muted);word-break:break-all;font-size:13px}.moodlexhtu-conn-facts{flex-wrap:wrap;align-items:center;gap:26px;display:flex}.moodlexhtu-conn-fact{text-align:start;flex-direction:column;gap:2px;display:flex}.moodlexhtu-conn-fact-label{letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10px;font-weight:700}.moodlexhtu-conn-fact-value{color:var(--moodlexhtu-ink-muted);font-size:13px}.moodlexhtu-conn-note{border-top:1px solid var(--moodlexhtu-line-soft);color:var(--moodlexhtu-ink-muted);margin-block-start:14px;padding-block-start:12px;font-size:12.5px;line-height:1.55}.moodlexhtu-cred{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);flex-direction:column;gap:6px;padding:14px;display:flex}.moodlexhtu-cred-label{font-size:13px;font-weight:600}.moodlexhtu-cred-value{color:var(--moodlexhtu-ink-muted);word-break:break-all;font-size:12px}.moodlexhtu-cred-note{color:var(--moodlexhtu-ink-faint);font-size:11.5px;line-height:1.5}@media (width<=720px){.moodlexhtu-conn{align-items:flex-start}.moodlexhtu-conn-facts{gap:18px}}.moodlexhtu-gate-hosted .gate-head{display:none}.moodlexhtu-gate-hosted .gate-console{padding:0}.moodlexhtu-al-band{border-radius:var(--moodlexhtu-r-hero);background:var(--moodlexhtu-gradient-hero);color:var(--moodlexhtu-on-inverse);box-shadow:var(--moodlexhtu-shadow-card);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:28px 40px;padding:26px 30px;display:flex}.moodlexhtu-al-band-main{min-width:0}.moodlexhtu-al-band-eyebrow{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-on-inverse-faint);margin:0;font-size:11px;font-weight:600}.moodlexhtu-al-band-figure{flex-wrap:wrap;align-items:baseline;gap:12px;margin-block-start:8px;display:flex}.moodlexhtu-al-band-total{letter-spacing:-.02em;font-variant-numeric:proportional-nums;font-size:52px;font-weight:600;line-height:1}.moodlexhtu-al-band-unit{color:var(--moodlexhtu-on-inverse-muted);font-size:14px;font-weight:500}.moodlexhtu-al-band-window{color:var(--moodlexhtu-on-inverse-muted);margin:12px 0 0;font-size:13px}.moodlexhtu-al-band-note{max-width:52ch;color:var(--moodlexhtu-on-inverse-faint);margin:6px 0 0;font-size:11.5px;line-height:1.5}.moodlexhtu-al-band-stats{flex-wrap:wrap;gap:26px;margin:0;display:flex}.moodlexhtu-al-band-stat dt{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-on-inverse-faint);font-size:11px;font-weight:600}.moodlexhtu-al-band-stat dd{font-variant-numeric:tabular-nums;align-items:center;gap:7px;margin:5px 0 0;font-size:22px;font-weight:600;display:flex}.moodlexhtu-al-band-dot{border-radius:var(--moodlexhtu-r-pill);flex:none;width:9px;height:9px}.moodlexhtu-al-band .moodlexhtu-al-band-dot.ok{background:var(--moodlexhtu-ok-on-dark)}.moodlexhtu-al-band .moodlexhtu-al-band-dot.fail{background:var(--moodlexhtu-danger-on-dark)}.moodlexhtu-al-tool-grid{grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(0,1fr));align-items:end;gap:14px 16px;display:grid}.moodlexhtu-al-tool-search{min-width:0}.moodlexhtu-al-tool-foot{flex-wrap:wrap;gap:14px;margin-block-start:16px}.moodlexhtu-al-count{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-muted);font-variant-numeric:tabular-nums;font-size:11.5px}.moodlexhtu-al-chips{border-block-start:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;align-items:center;gap:8px;margin-block-start:14px;padding-block-start:14px;display:flex}.moodlexhtu-al-chips-label{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10.5px;font-weight:600}.moodlexhtu-al-chip{border:1px solid var(--moodlexhtu-brand-ring);border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-brand-wash);max-width:30ch;color:var(--moodlexhtu-ink);align-items:center;gap:6px;padding-block:4px;padding-inline:10px 6px;font-size:12px;font-weight:600;display:inline-flex}.moodlexhtu-al-chip>button{border-radius:var(--moodlexhtu-r-pill);width:18px;height:18px;color:var(--moodlexhtu-brand);cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:0;flex:none;place-items:center;padding:0;display:inline-grid}.moodlexhtu-al-chip>button:hover{background:var(--moodlexhtu-brand-wash-strong)}.moodlexhtu-al-strip{margin-block-start:4px}.moodlexhtu-al-bars{align-items:flex-end;gap:0;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-al-bar-cell{flex:1 1 0;min-width:0}.moodlexhtu-al-bar{cursor:pointer;width:100%;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:0;border-start-start-radius:var(--moodlexhtu-r-sm);border-start-end-radius:var(--moodlexhtu-r-sm);flex-direction:column;justify-content:flex-end;align-items:center;padding:0;display:flex}.moodlexhtu-al-bar:hover{background:var(--moodlexhtu-brand-wash)}.moodlexhtu-al-bar.on{background:var(--moodlexhtu-brand-wash-strong)}.moodlexhtu-al-bar:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:2px}.moodlexhtu-al-bar-cap{height:16px;font-family:var(--moodlexhtu-mono);color:#0000;font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.moodlexhtu-al-bar-cap.show{color:var(--moodlexhtu-ink)}.moodlexhtu-al-bar.on .moodlexhtu-al-bar-cap{color:var(--moodlexhtu-brand)}.moodlexhtu-al-bar-track{border-block-end:1px solid var(--moodlexhtu-line);flex-direction:column;justify-content:flex-end;align-items:center;gap:2px;width:100%;display:flex}.moodlexhtu-al-bar-seg{width:calc(100% - 10px);max-width:44px}.moodlexhtu-al-bar-seg.ok{background:var(--moodlexhtu-ok)}.moodlexhtu-al-bar-seg.fail{background:var(--moodlexhtu-danger)}.moodlexhtu-al-bar-seg:first-child{border-start-start-radius:4px;border-start-end-radius:4px}.moodlexhtu-al-bar-tick{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);white-space:nowrap;font-variant-numeric:tabular-nums;padding-block:6px 2px;font-size:10.5px}.moodlexhtu-al-bar.on .moodlexhtu-al-bar-tick{color:var(--moodlexhtu-brand);font-weight:600}.moodlexhtu-al-legend{gap:18px;margin-block-start:12px}.moodlexhtu-al-legend-item{color:var(--moodlexhtu-ink-muted);align-items:center;gap:7px;font-size:12px;font-weight:500;display:inline-flex}.moodlexhtu-al-legend-item .moodlexhtu-al-band-dot.ok{background:var(--moodlexhtu-ok)}.moodlexhtu-al-legend-item .moodlexhtu-al-band-dot.fail{background:var(--moodlexhtu-danger)}.moodlexhtu-al-strip-caption{color:var(--moodlexhtu-ink-faint);margin:12px 0 0;font-size:11.5px;line-height:1.5}.moodlexhtu-al-spot.fail{border-color:var(--moodlexhtu-danger);background:var(--moodlexhtu-danger-wash)}.moodlexhtu-al-spot.ok{border-color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash)}.moodlexhtu-al-spot-title{color:var(--moodlexhtu-ink);align-items:center;gap:8px;font-size:14.5px;font-weight:600;display:flex}.moodlexhtu-al-spot.fail .moodlexhtu-al-spot-title{color:var(--moodlexhtu-danger)}.moodlexhtu-al-spot.ok .moodlexhtu-al-spot-title{color:var(--moodlexhtu-ok)}.moodlexhtu-al-spot-body{color:var(--moodlexhtu-ink-muted);margin:8px 0 0;font-size:12.5px;line-height:1.55}.moodlexhtu-al-spot-quote{border-inline-start:2px solid var(--moodlexhtu-danger);color:var(--moodlexhtu-ink);overflow-wrap:anywhere;margin:10px 0 14px;padding-inline-start:12px;font-size:13px;line-height:1.55}.moodlexhtu-al-steps{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-al-step{gap:12px;padding-block:8px;display:flex}.moodlexhtu-al-step+.moodlexhtu-al-step{border-block-start:1px solid var(--moodlexhtu-line-soft)}.moodlexhtu-al-step-mark{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-surface);width:26px;height:26px;color:var(--moodlexhtu-ink-faint);font-family:var(--moodlexhtu-mono);flex:none;place-items:center;font-size:12px;font-weight:600;display:inline-grid}.moodlexhtu-al-step.here .moodlexhtu-al-step-mark{background:var(--moodlexhtu-gradient);color:var(--moodlexhtu-on-brand);box-shadow:var(--moodlexhtu-shadow-brand);border-color:#0000}.moodlexhtu-al-step-text{flex-direction:column;gap:2px;min-width:0;display:flex}.moodlexhtu-al-step-label{color:var(--moodlexhtu-ink);font-size:13px;font-weight:600}.moodlexhtu-al-step-note{color:var(--moodlexhtu-ink-muted);font-size:11.5px;line-height:1.5}.moodlexhtu-al-pipe.wide .moodlexhtu-al-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px 26px;display:grid}.moodlexhtu-al-pipe.wide .moodlexhtu-al-step{border-block-start:0}.moodlexhtu-al-who{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-al-who-head{justify-content:space-between;align-items:baseline;gap:10px;margin-block-end:5px;display:flex}.moodlexhtu-al-who-name{color:var(--moodlexhtu-ink);overflow-wrap:anywhere;font-size:13px;font-weight:600}.moodlexhtu-al-who-n{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-muted);font-variant-numeric:tabular-nums;flex:none;font-size:11px}.moodlexhtu-al-day-head{border-block-end:1px solid var(--moodlexhtu-line);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:14px;margin-block-end:12px;padding-block-end:10px;display:flex}.moodlexhtu-al-day-title{letter-spacing:-.01em;color:var(--moodlexhtu-ink);margin:0;font-size:14px;font-weight:600}.moodlexhtu-al-day-meta{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);font-size:11px}.moodlexhtu-al-day-fail{color:var(--moodlexhtu-danger);font-weight:600}.moodlexhtu-al-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-al-row{gap:14px;display:flex}.moodlexhtu-al-rail{flex-direction:column;flex:none;align-items:center;gap:6px;padding-block-start:15px;display:flex}.moodlexhtu-al-node{border-radius:var(--moodlexhtu-r-pill);width:24px;height:24px;color:var(--moodlexhtu-surface);flex:none;place-items:center;font-size:12px;font-weight:700;line-height:1;display:grid}.moodlexhtu-al-node.ok{background:var(--moodlexhtu-ok)}.moodlexhtu-al-node.fail{background:var(--moodlexhtu-danger);box-shadow:0 0 0 4px var(--moodlexhtu-danger-wash)}.moodlexhtu-al-thread{background:var(--moodlexhtu-line);flex:1;width:1px;min-height:10px}.moodlexhtu-al-row:last-child .moodlexhtu-al-thread{display:none}.moodlexhtu-al-body{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface);flex:1;min-width:0;padding:13px 16px}.moodlexhtu-al-row.failed .moodlexhtu-al-body{border-color:var(--moodlexhtu-danger);background:var(--moodlexhtu-danger-wash);border-inline-start-width:3px}.moodlexhtu-al-top{justify-content:space-between;align-items:center;gap:12px;margin-block-end:7px;display:flex}.moodlexhtu-al-kind{letter-spacing:.02em;min-width:0;color:var(--moodlexhtu-ink-muted);align-items:center;gap:7px;font-size:11.5px;font-weight:600;display:inline-flex}.moodlexhtu-al-time{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);white-space:nowrap;cursor:help;font-variant-numeric:tabular-nums;flex:none;font-size:11px}.moodlexhtu-al-prose{color:var(--moodlexhtu-ink);overflow-wrap:anywhere;margin:0;font-size:14.5px;line-height:1.5}.moodlexhtu-al-impact{color:var(--moodlexhtu-ink-muted);margin:5px 0 0;font-size:12.5px}.moodlexhtu-al-error{color:var(--moodlexhtu-danger);overflow-wrap:anywhere;align-items:flex-start;gap:7px;margin:8px 0 0;font-size:13px;font-weight:600;line-height:1.5;display:flex}.moodlexhtu-al-error>svg{flex:none;margin-block-start:2px}.moodlexhtu-al-meta{flex-wrap:wrap;align-items:center;gap:8px 10px;margin-block-start:11px;display:flex}.moodlexhtu-al-actor{color:var(--moodlexhtu-ink);align-items:center;gap:7px;font-size:12.5px;font-weight:600;display:inline-flex}.moodlexhtu-al-course{font-size:11px}.moodlexhtu-al-ev-toggle{color:var(--moodlexhtu-brand);font-family:var(--moodlexhtu-font);cursor:pointer;background:0 0;border:0;margin-inline-start:auto;padding:0;font-size:12px;font-weight:600}.moodlexhtu-al-ev-toggle:hover{text-decoration:underline}.moodlexhtu-al-ev{border-block-start:1px solid var(--moodlexhtu-line-soft);margin-block-start:12px;padding-block-start:12px}.moodlexhtu-al-ev-note{color:var(--moodlexhtu-ink-faint);margin:0;font-size:11.5px;line-height:1.5}.moodlexhtu-al-ev-list{grid-template-columns:minmax(0,max-content) minmax(0,1fr);gap:5px 16px;margin:10px 0 0;display:grid}.moodlexhtu-al-ev-list dt{color:var(--moodlexhtu-ink-muted);font-size:11.5px;font-weight:600}.moodlexhtu-al-ev-list dt.raw{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);font-size:11px;font-weight:500}.moodlexhtu-al-ev-list dd{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink);overflow-wrap:anywhere;margin:0;font-size:11.5px}@media (width<=900px){.moodlexhtu-al-band{align-items:flex-start;padding:22px}.moodlexhtu-al-band-total{font-size:42px}.moodlexhtu-al-band-stats{gap:18px}.moodlexhtu-al-tool-grid{grid-template-columns:minmax(0,1fr)}.moodlexhtu-al-bars:has(>:nth-child(9)) .moodlexhtu-al-bar-cell:nth-child(2n) .moodlexhtu-al-bar-tick{visibility:hidden}.moodlexhtu-al-ev-list{grid-template-columns:minmax(0,1fr);gap:2px}.moodlexhtu-al-ev-list dd{margin-block-end:8px}}.moodlexhtu-numgrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.moodlexhtu-numgrid.hub{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start}.moodlexhtu-numcard{--nc-accent:var(--moodlexhtu-crimson);--nc-fill:#c0000d33;--nc-rule:linear-gradient(135deg, #8f0007 0%, #fc1323 100%);--nc-wash:radial-gradient(circle at 70% 30%, #c0000d29, transparent 68%);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-panel);background:var(--moodlexhtu-surface);min-height:250px;box-shadow:var(--moodlexhtu-shadow-card);text-align:start;color:inherit;transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t) var(--moodlexhtu-ease);flex-direction:column;gap:16px;padding:26px;text-decoration:none;display:flex;position:relative;overflow:hidden}.moodlexhtu-numcard.compact{gap:14px;min-height:236px;padding:24px}.moodlexhtu-numcard:hover{box-shadow:var(--moodlexhtu-shadow-lift);border-color:var(--moodlexhtu-line-strong);transform:translateY(-3px)}.moodlexhtu-numcard:active{transform:translateY(-1px)}.moodlexhtu-numcard-wash{opacity:.75;background:var(--nc-wash);pointer-events:none;width:230px;height:230px;transition:transform .35s var(--moodlexhtu-ease), opacity .35s var(--moodlexhtu-ease);border-radius:50%;position:absolute;inset-block-start:-80px;inset-inline-end:-70px}.moodlexhtu-numcard:hover .moodlexhtu-numcard-wash{opacity:1;transform:scale(1.35)translate(-6%,6%)}.moodlexhtu-numcard-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:relative}.moodlexhtu-numcard-num{font-family:var(--moodlexhtu-mono);letter-spacing:-.04em;color:var(--nc-fill);-webkit-text-stroke:1.6px var(--nc-accent);font-size:46px;font-weight:700;line-height:.9}.moodlexhtu-numcard.compact .moodlexhtu-numcard-num{font-size:40px}.moodlexhtu-numcard-tag{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);text-align:end;padding-block-start:6px;font-size:10px;font-weight:700}.moodlexhtu-numcard-rule{background:var(--nc-rule);width:44px;height:3px;transition:width .22s var(--moodlexhtu-ease), opacity .22s var(--moodlexhtu-ease);border-radius:2px}.moodlexhtu-numcard:hover .moodlexhtu-numcard-rule,.moodlexhtu-numcard:focus-visible .moodlexhtu-numcard-rule{width:92px}.moodlexhtu-numcard-title{letter-spacing:-.02em;color:var(--moodlexhtu-ink);font-size:21px;font-weight:600;line-height:1.2;position:relative}.moodlexhtu-numcard.compact .moodlexhtu-numcard-title{letter-spacing:-.015em;font-size:17.5px;line-height:1.25}.moodlexhtu-numcard-desc{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;font-size:13.5px;line-height:1.6;position:relative}.moodlexhtu-numcard-spacer{flex:1}.moodlexhtu-numcard-foot{border-block-start:1px solid var(--moodlexhtu-line);justify-content:space-between;align-items:center;gap:12px;padding-block-start:14px;display:flex;position:relative}.moodlexhtu-numcard-foot-text{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--moodlexhtu-brand);font-size:11px;font-weight:700}.moodlexhtu-numcard-foot-text.quiet{color:var(--moodlexhtu-ink-muted);letter-spacing:.12em}.moodlexhtu-numcard-arrow{color:var(--moodlexhtu-brand);transition:transform .22s var(--moodlexhtu-ease);display:inline-flex}.moodlexhtu-numcard:hover .moodlexhtu-numcard-arrow{transform:translate(6px)}[dir=rtl] .moodlexhtu-numcard:hover .moodlexhtu-numcard-arrow{transform:translate(-6px)}.moodlexhtu-numcard.tone-deep{--nc-accent:var(--moodlexhtu-dark-crimson);--nc-fill:#8f000733;--nc-rule:linear-gradient(135deg, #5c0004 0%, #c0000d 100%);--nc-wash:radial-gradient(circle at 70% 30%, #8f000729, transparent 68%)}.moodlexhtu-numcard.tone-digital{--nc-accent:var(--moodlexhtu-digital);--nc-fill:#fc132333;--nc-rule:linear-gradient(135deg, #c0000d 0%, #fc1323 100%);--nc-wash:radial-gradient(circle at 70% 30%, #fc132329, transparent 68%)}.moodlexhtu-numcard.tone-charcoal{--nc-accent:var(--moodlexhtu-ink);--nc-fill:#17171724;--nc-rule:linear-gradient(135deg, #171717 0%, #4b5563 100%);--nc-wash:radial-gradient(circle at 70% 30%, #1717171a, transparent 68%)}[data-theme=dark] .moodlexhtu-numcard-num{-webkit-text-stroke-width:2px}[data-theme=dark] .moodlexhtu-numcard{--nc-accent:#ff5f68;--nc-fill:#ff5f6842;--nc-wash:radial-gradient(circle at 70% 30%, #fc13232e, transparent 68%)}[data-theme=dark] .moodlexhtu-numcard.tone-deep{--nc-accent:#ff4c56;--nc-fill:#ff4c5642}[data-theme=dark] .moodlexhtu-numcard.tone-digital{--nc-accent:#ff6b73;--nc-fill:#ff6b7342}[data-theme=dark] .moodlexhtu-numcard.tone-charcoal{--nc-accent:var(--moodlexhtu-ink);--nc-fill:#f4f4f52e;--nc-rule:linear-gradient(135deg, #6b7280 0%, #f4f4f5 100%);--nc-wash:radial-gradient(circle at 70% 30%, #f4f4f514, transparent 68%)}.moodlexhtu-af-hero{--nc-accent:var(--moodlexhtu-crimson);--nc-fill:#c0000d33;--nc-rule:linear-gradient(135deg, #8f0007 0%, #fc1323 100%);--nc-wash:linear-gradient(115deg, #c0000d1c 0%, #c0000d08 40%, transparent 64%);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-hero);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card);padding:34px 36px;position:relative;overflow:hidden}.moodlexhtu-af-hero.tone-deep{--nc-accent:var(--moodlexhtu-dark-crimson);--nc-fill:#8f000733;--nc-rule:linear-gradient(135deg, #5c0004 0%, #c0000d 100%);--nc-wash:linear-gradient(115deg, #8f00071c 0%, #8f000708 40%, transparent 64%)}.moodlexhtu-af-hero.tone-digital{--nc-accent:var(--moodlexhtu-digital);--nc-fill:#fc132333;--nc-rule:linear-gradient(135deg, #c0000d 0%, #fc1323 100%);--nc-wash:linear-gradient(115deg, #fc13231c 0%, #fc132308 40%, transparent 64%)}.moodlexhtu-af-hero.tone-charcoal{--nc-accent:var(--moodlexhtu-ink);--nc-fill:#17171724;--nc-rule:linear-gradient(135deg, #171717 0%, #4b5563 100%);--nc-wash:linear-gradient(115deg, #17171714 0%, #17171705 40%, transparent 64%)}[data-theme=dark] .moodlexhtu-af-hero{--nc-accent:#ff5f68;--nc-fill:#ff5f6842;--nc-wash:linear-gradient(115deg, #fc132321 0%, #fc13230a 40%, transparent 64%)}[data-theme=dark] .moodlexhtu-af-hero.tone-charcoal{--nc-accent:var(--moodlexhtu-ink);--nc-fill:#f4f4f52e;--nc-wash:linear-gradient(115deg, #f4f4f512 0%, #f4f4f505 40%, transparent 64%)}.moodlexhtu-af-hero-wash{background:var(--nc-wash);pointer-events:none;position:absolute;inset:0}.moodlexhtu-af-hero-num{font-family:var(--moodlexhtu-mono);letter-spacing:-.07em;color:var(--nc-fill);-webkit-text-stroke:3px var(--nc-accent);opacity:.5;pointer-events:none;font-size:186px;font-weight:700;line-height:1;position:absolute;inset-block-start:-34px;inset-inline-end:24px}.moodlexhtu-af-hero-inner{flex-direction:column;gap:12px;display:flex;position:relative}.moodlexhtu-af-hero-eyebrow{font-family:var(--moodlexhtu-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--nc-accent);font-size:11px;font-weight:700}.moodlexhtu-af-hero-title{letter-spacing:-.035em;margin:0;font-size:40px;font-weight:700;line-height:1.05}.moodlexhtu-af-hero-rule{background:var(--nc-rule);border-radius:2px;width:56px;height:3px}.moodlexhtu-af-hero-lede{max-width:500px;color:var(--moodlexhtu-ink-muted);text-wrap:pretty;margin:0;font-size:14.5px;line-height:1.6}.moodlexhtu-af-hero-foot{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-block-start:22px;display:flex}.moodlexhtu-af-stats{flex-wrap:wrap;align-items:stretch;gap:22px;display:flex}.moodlexhtu-af-stat{flex-direction:column;gap:6px;display:flex}.moodlexhtu-af-stat-value{font-family:var(--moodlexhtu-mono);font-size:26px;font-weight:700;line-height:1}.moodlexhtu-af-stat-value.accent{color:var(--nc-accent)}.moodlexhtu-af-stat-label{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:9.5px;font-weight:700}.moodlexhtu-af-stat-sep{background:var(--moodlexhtu-line-strong);flex:none;width:1px}.moodlexhtu-af-hero-actions{flex-direction:column;align-items:flex-end;gap:8px;max-width:340px;display:flex}.moodlexhtu-af-hero-actions .moodlexhtu-hint{text-align:end}.moodlexhtu-af-entry{grid-template-columns:auto minmax(0,1fr);gap:16px;display:grid}.moodlexhtu-af-entry-marker{flex-direction:column;align-items:center;gap:7px;display:flex}.moodlexhtu-af-entry-num{width:42px;height:42px;font-family:var(--moodlexhtu-mono);letter-spacing:.02em;color:var(--nc-accent);background:var(--moodlexhtu-brand-wash);border:1px solid var(--moodlexhtu-brand-ring);border-radius:13px;flex:none;place-items:center;font-size:14px;font-weight:700;display:grid}.moodlexhtu-af-entry-line{border-inline-start:2px dashed var(--moodlexhtu-line);flex:1;width:0}.moodlexhtu-af-entry-card{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t) var(--moodlexhtu-ease);align-items:flex-start;gap:18px;padding:22px;display:flex}.moodlexhtu-embedded{background:0 0;min-height:0;display:block}:root[data-moodlexhtu-hosted],:root[data-moodlexhtu-hosted] body,:root[data-moodlexhtu-hosted] .moodlexhtu-embedded{font-size:var(--moodlexhtu-host-size,16px)}:root[data-moodlexhtu-hosted] body,:root[data-moodlexhtu-hosted] .moodlexhtu-embedded{font-family:var(--moodlexhtu-host-font,inherit);color:var(--moodlexhtu-host-ink,inherit);background:var(--moodlexhtu-host-ground,transparent)}:root[data-moodlexhtu-hosted] .moodlexhtu-embedded :is(h1,h2,h3,h4,h5,h6,button,input,select,textarea){font-family:var(--moodlexhtu-host-font,inherit)}:root[data-moodlexhtu-bare] :is(.moodlexhtu-ph,.moodlexhtu-tabs,.moodlexhtu-crumbs){display:none}:root[data-moodlexhtu-hosted] :is(.moodlexhtu-card,.moodlexhtu-af-entry-card,.moodlexhtu-numcard,.moodlexhtu-hero,.moodlexhtu-ph,.moodlexhtu-tile){box-shadow:none}:root[data-moodlexhtu-hosted] :is(.moodlexhtu-card,.moodlexhtu-af-entry-card,.moodlexhtu-numcard):hover{box-shadow:none;transform:none}.moodlexhtu-canvas.embedded{max-width:none;min-height:0;padding-block:0;padding-inline:0;overflow:visible}.moodlexhtu-ipo-live-body{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.moodlexhtu-af-entry-actions{flex-shrink:0;align-self:flex-start;gap:6px;margin-inline-start:auto;display:flex}.moodlexhtu-af-entry-card:hover,.moodlexhtu-af-entry-card:focus-within{box-shadow:var(--moodlexhtu-shadow-lift);border-color:var(--moodlexhtu-line-strong);transform:translateY(-2px)}.moodlexhtu-af-entry-body{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.moodlexhtu-af-entry-title{letter-spacing:-.01em;margin:0;font-size:16px;font-weight:600}.moodlexhtu-af-entry-meta{color:var(--moodlexhtu-ink-muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.moodlexhtu-af-entry-desc{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;margin:0;font-size:13.5px;line-height:1.6}.moodlexhtu-af-ach{border:1px solid var(--moodlexhtu-warn-wash);border-radius:var(--moodlexhtu-r-sm);background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn);align-self:flex-start;align-items:center;gap:9px;margin-block-start:2px;padding:7px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.moodlexhtu-af-ach-label{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;opacity:.75;font-size:9.5px;font-weight:700}.moodlexhtu-af-skills{flex-wrap:wrap;gap:9px;display:flex}.moodlexhtu-af-skill{border:1px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink);align-items:center;gap:8px;padding:8px 14px;font-size:12.5px;font-weight:500;display:inline-flex}.moodlexhtu-af-skill-level{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-muted);font-size:10px}.moodlexhtu-af-tip{align-items:flex-start;gap:11px;display:flex}.moodlexhtu-af-tip-num{font-family:var(--moodlexhtu-mono);color:var(--nc-accent);padding-block-start:2px;font-size:10px;font-weight:700}.moodlexhtu-af-tip-text{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;font-size:12.5px;line-height:1.6}.moodlexhtu-af-list-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.moodlexhtu-af-list-label{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);font-size:11px;font-weight:700}.moodlexhtu-af-list-count{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);font-size:10.5px}.moodlexhtu-ipo-year{grid-template-columns:auto minmax(0,1fr);gap:18px;display:grid}.moodlexhtu-ipo-year-marker{flex-direction:column;align-items:center;gap:8px;display:flex}.moodlexhtu-ipo-dot{background:var(--moodlexhtu-brand);border:2px solid var(--moodlexhtu-dark-crimson);border-radius:50%;flex:none;width:13px;height:13px}.moodlexhtu-ipo-dot.unknown{background:var(--moodlexhtu-surface);border:2px dashed var(--moodlexhtu-ink-faint)}.moodlexhtu-ipo-line{border-inline-start:2px solid var(--moodlexhtu-brand-wash-strong);flex:1;width:0}.moodlexhtu-ipo-line.unknown{border-inline-start:2px dashed var(--moodlexhtu-line-strong)}.moodlexhtu-ipo-year-label{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--moodlexhtu-brand);font-size:15px;font-weight:700}.moodlexhtu-ipo-year-label.unknown{letter-spacing:.14em;color:var(--moodlexhtu-ink-muted);font-size:11px}.moodlexhtu-ipo-row{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card-flat);flex-wrap:wrap;align-items:center;gap:14px;padding:16px 18px;display:flex}.moodlexhtu-ipo-row.unknown{background:var(--moodlexhtu-surface-sunk);border-style:dashed}.moodlexhtu-ipo-row-title{letter-spacing:-.01em;margin:0;font-size:15px;font-weight:600}.moodlexhtu-ipo-row-meta{color:var(--moodlexhtu-ink-muted);font-size:12.5px}.moodlexhtu-ipo-hero-num{font-size:132px;inset-block-start:-18px;inset-inline-end:26px}.moodlexhtu-ipo-hero .moodlexhtu-af-hero-title{max-width:620px}.moodlexhtu-hero-link{color:var(--nc-accent);text-underline-offset:2px;font-weight:600;text-decoration:underline}.moodlexhtu-hero-link:hover{text-decoration-thickness:2px}.moodlexhtu-ipo-sect-actions{flex-direction:column;flex:none;align-items:flex-start;gap:6px;display:flex}.moodlexhtu-ipo-hero-note{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:9px;font-weight:700}.moodlexhtu-ipo-years{flex-direction:column;display:flex}.moodlexhtu-ipo-year-body{flex-direction:column;gap:14px;min-width:0;padding-block-end:30px;display:flex}.moodlexhtu-ipo-sect{border-block-end:1px solid var(--moodlexhtu-line);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;padding-block-end:16px;display:flex}.moodlexhtu-ipo-sect-main{flex-direction:column;gap:7px;min-width:0;display:flex}.moodlexhtu-ipo-sect-eyebrow{font-family:var(--moodlexhtu-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--moodlexhtu-brand);font-size:11px;font-weight:700}.moodlexhtu-ipo-sect-note{max-width:520px;color:var(--moodlexhtu-ink-muted);text-wrap:pretty;font-size:13.5px;line-height:1.55}.moodlexhtu-ipo-sect-pill{border:1px solid var(--moodlexhtu-line);font-family:var(--moodlexhtu-mono);letter-spacing:.12em;color:var(--moodlexhtu-ink-faint);border-radius:999px;flex:none;padding:7px 13px;font-size:10px;font-weight:700}.moodlexhtu-ipo-year-hours{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10px;font-weight:700}.moodlexhtu-ipo-year-tag{border:1px dashed var(--moodlexhtu-line-strong);font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);border-radius:999px;padding:5px 11px;font-size:9.5px;font-weight:700}.moodlexhtu-ipo-courses{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px;display:grid}.moodlexhtu-ipo-course{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card-flat);flex-direction:column;gap:8px;padding:18px;padding-inline-start:21px;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;display:flex;position:relative;overflow:hidden}.moodlexhtu-ipo-course:before{content:"";background:linear-gradient(180deg, var(--moodlexhtu-dark-crimson), var(--moodlexhtu-brand-bright));width:3px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-ipo-course:hover{box-shadow:var(--moodlexhtu-shadow-card);border-color:var(--moodlexhtu-line-strong);transform:translateY(-2px)}.moodlexhtu-ipo-course.unknown{background:var(--moodlexhtu-surface-sunk);border-style:dashed}.moodlexhtu-ipo-course.unknown:before{background:var(--moodlexhtu-line-strong)}.moodlexhtu-ipo-course-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-ipo-course-code{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-brand);font-size:11px;font-weight:700}.moodlexhtu-ipo-course.unknown .moodlexhtu-ipo-course-code{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-ipo-course-date{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;color:var(--moodlexhtu-ink-faint);font-size:9.5px}.moodlexhtu-ipo-course-title{letter-spacing:-.01em;text-wrap:pretty;margin:0;font-size:15px;font-weight:600;line-height:1.35}.moodlexhtu-ipo-course-meta{color:var(--moodlexhtu-ink-muted);font-size:12.5px}.moodlexhtu-ipo-appr{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-hero);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card-flat);flex-wrap:wrap;align-items:flex-start;gap:20px;padding:24px;padding-inline-start:27px;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;display:flex;position:relative;overflow:hidden}.moodlexhtu-ipo-appr:before{content:"";background:linear-gradient(180deg, var(--moodlexhtu-dark-crimson), var(--moodlexhtu-brand-bright));width:3px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-ipo-appr:hover{box-shadow:var(--moodlexhtu-shadow-card);border-color:var(--moodlexhtu-line-strong);transform:translateY(-2px)}.moodlexhtu-ipo-appr-num{border:1px solid var(--moodlexhtu-line-strong);background:var(--moodlexhtu-brand-wash);width:46px;height:46px;color:var(--moodlexhtu-brand);font-family:var(--moodlexhtu-mono);border-radius:13px;flex:none;place-items:center;font-size:14px;font-weight:700;display:grid}.moodlexhtu-ipo-appr-body{flex-direction:column;flex:1;gap:9px;min-width:240px;display:flex}.moodlexhtu-ipo-appr-side{flex-direction:column;gap:8px;width:186px;display:flex}.moodlexhtu-ipo-appr-side-label{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:9.5px;font-weight:700}.moodlexhtu-ipo-appr-hours{font-family:var(--moodlexhtu-mono);font-size:15px;font-weight:700}.moodlexhtu-ipo-rail-head{align-items:center;gap:12px;display:flex}.moodlexhtu-ipo-rail-tile{background:linear-gradient(135deg, var(--moodlexhtu-dark-crimson) 0%, var(--moodlexhtu-brand-bright) 100%);color:#fff;width:42px;height:42px;font-family:var(--moodlexhtu-mono);letter-spacing:.06em;border-radius:13px;flex:none;place-items:center;font-size:12px;font-weight:700;display:grid}.moodlexhtu-ipo-rail-name{font-size:15px;font-weight:600}.moodlexhtu-ipo-rail-sub{font-family:var(--moodlexhtu-mono);text-transform:uppercase;color:var(--moodlexhtu-ink-muted);font-size:10px}@media (width<=900px){.moodlexhtu-af-hero{padding:26px 22px}.moodlexhtu-af-hero-num{display:none}.moodlexhtu-af-hero-title{font-size:30px}.moodlexhtu-af-hero-foot{align-items:flex-start}.moodlexhtu-af-hero-actions{align-items:flex-start;width:100%;max-width:none}.moodlexhtu-af-hero-actions .moodlexhtu-hint{text-align:start}.moodlexhtu-af-entry-card{flex-direction:column;gap:14px}.moodlexhtu-ipo-hero-num{display:none}.moodlexhtu-ipo-courses{grid-template-columns:minmax(0,1fr)}.moodlexhtu-ipo-appr-side{width:100%}}.moodlexhtu-cp-hero{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-hero);background:var(--moodlexhtu-surface);padding:40px 40px 32px;position:relative;overflow:hidden}.moodlexhtu-cp-hero-wash{background:radial-gradient(circle at 82% 8%, var(--moodlexhtu-brand-wash-strong), transparent 58%);pointer-events:none;position:absolute;inset:0}.moodlexhtu-cp-hero-ghost{opacity:.1;background:linear-gradient(180deg, var(--moodlexhtu-brand-bright), transparent);clip-path:polygon(0 18%,52% 0,100% 18%,100% 100%,70% 100%,70% 48%,30% 48%,30% 100%,0 100%);pointer-events:none;width:420px;height:420px;position:absolute;inset-block-start:-70px;inset-inline-end:-60px}.moodlexhtu-cp-hero-inner{flex-wrap:wrap;align-items:center;gap:44px;display:flex;position:relative}.moodlexhtu-cp-hero-mark{flex:none}.moodlexhtu-cp-hero-copy{flex:320px;min-width:0}.moodlexhtu-cp-hero-title{letter-spacing:-.03em;color:var(--moodlexhtu-ink);margin:14px 0 0;font-size:36px;font-weight:600;line-height:1.12}.moodlexhtu-cp-hero-lede{color:var(--moodlexhtu-ink-muted);max-width:60ch;margin:14px 0 0;font-size:16px;font-weight:300;line-height:1.65}.moodlexhtu-cp-hero-rows{flex-direction:column;gap:12px;margin-block-start:32px;display:flex;position:relative}.moodlexhtu-cp-hero-foot{flex-wrap:wrap;align-items:center;gap:12px;margin-block-start:26px;display:flex;position:relative}.moodlexhtu-cp-meta{color:var(--moodlexhtu-ink-faint);letter-spacing:.01em;font-size:11px}.moodlexhtu-cp-tag{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-op-tag-ink,var(--moodlexhtu-brand));background:var(--moodlexhtu-brand-wash);border:1px solid var(--moodlexhtu-brand-ring);border-radius:var(--moodlexhtu-r-chip);padding:5px 9px;font-size:11px;font-weight:500;display:inline-block}.moodlexhtu-cp-status{border:1px solid var(--moodlexhtu-line);border-inline-start:4px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);flex-wrap:wrap;align-items:center;gap:16px;padding:18px 20px;display:flex}.moodlexhtu-cp-status.tone-ok{border-inline-start-color:var(--moodlexhtu-ok)}.moodlexhtu-cp-status.tone-warn{border-inline-start-color:var(--moodlexhtu-warn)}.moodlexhtu-cp-status.tone-danger{border-inline-start-color:var(--moodlexhtu-danger)}.moodlexhtu-cp-status.tone-info{border-inline-start-color:var(--moodlexhtu-info)}.moodlexhtu-cp-status.tone-brand{border-inline-start-color:var(--moodlexhtu-brand)}.moodlexhtu-cp-status-glyph{border-radius:var(--moodlexhtu-r-ctl);width:34px;height:34px;color:var(--moodlexhtu-ink-muted);background:var(--moodlexhtu-neutral-wash);border:1.5px solid var(--moodlexhtu-line);flex:none;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.moodlexhtu-cp-status.tone-ok .moodlexhtu-cp-status-glyph{color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash);border-color:var(--moodlexhtu-ok)}.moodlexhtu-cp-status.tone-warn .moodlexhtu-cp-status-glyph{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash);border-color:var(--moodlexhtu-warn)}.moodlexhtu-cp-status.tone-danger .moodlexhtu-cp-status-glyph{color:var(--moodlexhtu-danger);background:var(--moodlexhtu-danger-wash);border-color:var(--moodlexhtu-danger)}.moodlexhtu-cp-status-copy{flex:240px;min-width:0}.moodlexhtu-cp-status-title{color:var(--moodlexhtu-ink);font-size:13.5px;font-weight:600}.moodlexhtu-cp-status-body{color:var(--moodlexhtu-ink-muted);margin-block-start:4px;font-size:12px;line-height:1.55}.moodlexhtu-cp-status-verdict{white-space:nowrap;flex:none}.moodlexhtu-cp-explain{border-block-start:1px solid var(--moodlexhtu-line);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.moodlexhtu-cp-explain-cell{padding:22px 26px}.moodlexhtu-cp-explain-cell+.moodlexhtu-cp-explain-cell{border-inline-start:1px solid var(--moodlexhtu-line)}.moodlexhtu-cp-explain-head{align-items:center;gap:10px;display:flex}.moodlexhtu-cp-explain-glyph{border-radius:var(--moodlexhtu-r-sm);flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.moodlexhtu-cp-explain-glyph.tone-none{color:var(--moodlexhtu-ink-muted);background:var(--moodlexhtu-surface-sunk);border:1.5px dashed var(--moodlexhtu-line-strong)}.moodlexhtu-cp-explain-glyph.tone-ok{color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash);border:1.5px solid var(--moodlexhtu-ok)}.moodlexhtu-cp-explain-glyph.tone-warn{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash);border:1.5px solid var(--moodlexhtu-warn)}.moodlexhtu-cp-explain-glyph.tone-danger{color:var(--moodlexhtu-danger);background:var(--moodlexhtu-danger-wash);border:1.5px solid var(--moodlexhtu-danger)}.moodlexhtu-cp-explain-label{letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:11px;font-weight:600}.moodlexhtu-cp-explain-body{color:var(--moodlexhtu-ink-muted);margin:12px 0 0;font-size:13px;line-height:1.7}.moodlexhtu-cp-state{overflow:hidden}.moodlexhtu-cp-state.is-fault{border-inline-start:4px solid var(--moodlexhtu-danger)}.moodlexhtu-cp-state-foot{border-block-start:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface-sunk);flex-wrap:wrap;align-items:center;gap:12px;padding:18px 26px;display:flex}.moodlexhtu-cp-state-foot .moodlexhtu-cp-meta{margin-inline-start:auto}.moodlexhtu-cp-registry-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.moodlexhtu-cp-registry-lede{color:var(--moodlexhtu-ink-muted);font-size:13.5px}.moodlexhtu-cp-registry-foot{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.moodlexhtu-cp-scope{color:var(--moodlexhtu-ink-faint);max-width:78ch;margin:0;font-size:12px;line-height:1.6}.moodlexhtu-cp-tenants{grid-template-columns:repeat(auto-fill,minmax(min(100%,420px),1fr));align-items:start;gap:14px;margin:0;padding:0;list-style:none;display:grid}.moodlexhtu-cp-tenant>.moodlexhtu-card{border-inline-start:3px solid var(--moodlexhtu-line-strong)}.moodlexhtu-cp-tenant.is-ready>.moodlexhtu-card{border-inline-start-color:var(--moodlexhtu-ok)}.moodlexhtu-cp-tenant.is-failing>.moodlexhtu-card,.moodlexhtu-cp-tenant.is-broken>.moodlexhtu-card{border-inline-start-color:var(--moodlexhtu-danger)}.moodlexhtu-cp-tenant.is-provisioning>.moodlexhtu-card,.moodlexhtu-cp-tenant.is-unverified>.moodlexhtu-card,.moodlexhtu-cp-tenant.is-no_credential>.moodlexhtu-card{border-inline-start-color:var(--moodlexhtu-warn)}.moodlexhtu-cp-tenant.is-disabled>.moodlexhtu-card{border-inline-start-color:var(--moodlexhtu-ink-faint);background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-cp-tenant.is-undescribed>.moodlexhtu-card{border-inline-start-style:dashed;border-inline-start-color:var(--moodlexhtu-ink-faint)}.moodlexhtu-cp-tenant>.moodlexhtu-card{transition:box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease), transform var(--moodlexhtu-t) var(--moodlexhtu-ease);overflow:hidden}.moodlexhtu-cp-tenant>.moodlexhtu-card:hover{box-shadow:var(--moodlexhtu-shadow-lift)}@media (prefers-reduced-motion:reduce){.moodlexhtu-cp-tenant>.moodlexhtu-card{transition:none}}.moodlexhtu-cp-tenant-top{border-block-end:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;align-items:center;gap:12px;padding:16px 20px;display:flex}.moodlexhtu-cp-tenant.is-ready .moodlexhtu-cp-tenant-top{background:var(--moodlexhtu-ok-wash)}.moodlexhtu-cp-tenant.is-failing .moodlexhtu-cp-tenant-top,.moodlexhtu-cp-tenant.is-broken .moodlexhtu-cp-tenant-top{background:var(--moodlexhtu-danger-wash)}.moodlexhtu-cp-tenant.is-provisioning .moodlexhtu-cp-tenant-top,.moodlexhtu-cp-tenant.is-unverified .moodlexhtu-cp-tenant-top,.moodlexhtu-cp-tenant.is-no_credential .moodlexhtu-cp-tenant-top{background:var(--moodlexhtu-warn-wash)}.moodlexhtu-cp-tenant-body{padding:16px 20px 18px}.moodlexhtu-cp-tenant-name{flex:220px;min-width:0}.moodlexhtu-cp-tenant-name h2{letter-spacing:-.01em;color:var(--moodlexhtu-ink);margin:0;font-size:16px;font-weight:600}.moodlexhtu-cp-tenant-slug{color:var(--moodlexhtu-ink-faint);font-size:11.5px}.moodlexhtu-cp-tenant-state.is-unknown{border-style:dashed;font-style:italic}.moodlexhtu-cp-tenant-url{overflow-wrap:anywhere;background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line-soft);border-radius:var(--moodlexhtu-r-sm);margin:0;padding:9px 12px;font-size:12.5px}.moodlexhtu-cp-tenant-url-label{color:var(--moodlexhtu-ink-faint);letter-spacing:.06em;text-transform:uppercase;font-size:10.5px;font-weight:600}.moodlexhtu-cp-tenant-next{color:var(--moodlexhtu-ink);background:var(--moodlexhtu-surface-sunk);border-inline-start:3px solid var(--moodlexhtu-brand);border-radius:var(--moodlexhtu-r-sm);margin:12px 0 0;padding:10px 14px;font-size:12.5px;line-height:1.6}.moodlexhtu-cp-tenant-probe{color:var(--moodlexhtu-danger);margin:10px 0 0;font-size:12px;font-weight:560}.moodlexhtu-cp-tenant-foot{background:var(--moodlexhtu-surface-sunk);border-block-start:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:13px 20px;display:flex}.moodlexhtu-cp-facts{flex-wrap:wrap;gap:10px 26px;margin:16px 0 0;display:flex}.moodlexhtu-cp-tenant .moodlexhtu-cp-facts{background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line-soft);border-radius:var(--moodlexhtu-r-md);grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:13px 18px;margin-block-start:14px;padding:14px 16px;display:grid}.moodlexhtu-cp-fact{flex-direction:column;gap:3px;min-width:0;display:flex}.moodlexhtu-cp-fact dt{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10.5px;font-weight:600}.moodlexhtu-cp-fact dd{color:var(--moodlexhtu-ink);overflow-wrap:anywhere;margin:0;font-size:12.5px;font-weight:560}.moodlexhtu-cp-fact.tone-ok dd{color:var(--moodlexhtu-ok)}.moodlexhtu-cp-fact.tone-warn dd{color:var(--moodlexhtu-warn)}.moodlexhtu-cp-fact.tone-unknown dt{border-block-end:1px dashed var(--moodlexhtu-line-strong)}.moodlexhtu-cp-fact.tone-unknown dd{color:var(--moodlexhtu-ink-faint);font-style:italic;font-weight:500}.moodlexhtu-cp-flags{flex-wrap:wrap;align-items:baseline;gap:7px;margin:0;font-size:12.5px;display:flex}.moodlexhtu-cp-flags-label{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10.5px;font-weight:600}.moodlexhtu-cp-flag{border-radius:var(--moodlexhtu-r-chip);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);color:var(--moodlexhtu-ink-muted);padding:2px 7px;font-size:11.5px}.moodlexhtu-cp-unknown{color:var(--moodlexhtu-ink-faint);font-style:italic}.moodlexhtu-cp-tools{flex-wrap:wrap;align-items:stretch;gap:14px;display:flex}.moodlexhtu-cp-pulse{flex:520px;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px;display:grid}.moodlexhtu-cp-pulse-cell{text-align:start;background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);cursor:pointer;transition:border-color var(--moodlexhtu-t) var(--moodlexhtu-ease), background var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease);flex-direction:column;gap:2px;padding:13px 14px 12px;font-family:inherit;display:flex;position:relative;overflow:hidden}.moodlexhtu-cp-pulse-cell:before{content:"";background:var(--moodlexhtu-line-strong);block-size:3px;position:absolute;inset-block-start:0;inset-inline:0}.moodlexhtu-cp-pulse-cell.tone-brand:before{background:var(--moodlexhtu-brand)}.moodlexhtu-cp-pulse-cell.tone-ok:before{background:var(--moodlexhtu-ok)}.moodlexhtu-cp-pulse-cell.tone-warn:before{background:var(--moodlexhtu-warn)}.moodlexhtu-cp-pulse-cell.tone-danger:before{background:var(--moodlexhtu-danger)}.moodlexhtu-cp-pulse-cell.tone-muted:before{background:var(--moodlexhtu-ink-faint)}.moodlexhtu-cp-pulse-cell.tone-unknown:before{background:repeating-linear-gradient(90deg, var(--moodlexhtu-ink-faint) 0 5px, transparent 5px 10px)}.moodlexhtu-cp-pulse-cell:hover{border-color:var(--moodlexhtu-line-strong);background:var(--moodlexhtu-surface-raised)}.moodlexhtu-cp-pulse-cell.on{border-color:var(--moodlexhtu-brand);box-shadow:0 0 0 3px var(--moodlexhtu-brand-ring)}.moodlexhtu-cp-pulse-cell:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:2px}.moodlexhtu-cp-pulse-n{letter-spacing:-.03em;color:var(--moodlexhtu-ink);font-variant-numeric:tabular-nums;font-size:25px;font-weight:700;line-height:1.05}.moodlexhtu-cp-pulse-cell.tone-ok .moodlexhtu-cp-pulse-n{color:var(--moodlexhtu-ok)}.moodlexhtu-cp-pulse-cell.tone-warn .moodlexhtu-cp-pulse-n{color:var(--moodlexhtu-warn)}.moodlexhtu-cp-pulse-cell.tone-danger .moodlexhtu-cp-pulse-n{color:var(--moodlexhtu-danger)}.moodlexhtu-cp-pulse-cell.tone-unknown .moodlexhtu-cp-pulse-n{color:var(--moodlexhtu-ink-faint);font-style:italic}.moodlexhtu-cp-pulse-label{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);font-size:10.5px;font-weight:600}.moodlexhtu-cp-search{flex:0 260px;align-items:center;display:flex;position:relative}.moodlexhtu-cp-search-glyph{color:var(--moodlexhtu-ink-faint);pointer-events:none;display:flex;position:absolute;inset-inline-start:13px}.moodlexhtu-cp-search-input{border-radius:var(--moodlexhtu-r-md);block-size:100%;min-block-size:44px;inline-size:100%;padding-inline-start:36px}.moodlexhtu-cp-search-input::-webkit-search-decoration{appearance:none}.moodlexhtu-cp-search-input::-webkit-search-cancel-button{appearance:none}@media (width<=720px){.moodlexhtu-cp-search{flex-basis:100%}}.moodlexhtu-sql-editor{overflow:hidden}.moodlexhtu-sql-bar{background:var(--moodlexhtu-surface-sunk);border-block-end:1px solid var(--moodlexhtu-line);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 18px;display:flex}.moodlexhtu-sql-label{letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink);font-size:10.5px;font-weight:700}.moodlexhtu-sql-target{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-neutral-wash);color:var(--moodlexhtu-ink-muted);padding:3px 9px;font-size:11px}.moodlexhtu-sql-bar-end{align-items:center;gap:8px;margin-inline-start:auto;display:flex}.moodlexhtu-sql-cap-label{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10.5px;font-weight:600}.moodlexhtu-sql-cap{block-size:34px;padding-block:0;font-size:12.5px}.moodlexhtu-sql-input{text-align:start;background:var(--moodlexhtu-surface);font-family:var(--moodlexhtu-mono);resize:vertical;tab-size:2;direction:ltr;border:0;border-radius:0;padding:18px;font-size:13.5px;line-height:1.75}.moodlexhtu-sql-input:focus,.moodlexhtu-sql-input:focus-visible{box-shadow:inset 0 0 0 2px var(--moodlexhtu-brand-ring);outline:0}.moodlexhtu-sql-foot{background:var(--moodlexhtu-surface-sunk);border-block-start:1px solid var(--moodlexhtu-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:13px 18px;display:flex}.moodlexhtu-sql-starters{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.moodlexhtu-sql-starters-label{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10.5px;font-weight:600}.moodlexhtu-sql-chip{border-radius:var(--moodlexhtu-r-pill);border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface);color:var(--moodlexhtu-ink-muted);cursor:pointer;transition:border-color var(--moodlexhtu-t) var(--moodlexhtu-ease), color var(--moodlexhtu-t) var(--moodlexhtu-ease);padding:5px 11px;font-family:inherit;font-size:12px}.moodlexhtu-sql-chip:hover{border-color:var(--moodlexhtu-brand);color:var(--moodlexhtu-brand)}.moodlexhtu-sql-chip:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:2px}.moodlexhtu-sql-hint{color:var(--moodlexhtu-ink-faint);font-size:11.5px}.moodlexhtu-sql-idle{border-style:dashed;align-items:flex-start;gap:14px;display:flex}.moodlexhtu-sql-idle-glyph{border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);block-size:42px;inline-size:42px;color:var(--moodlexhtu-ink-faint);flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-sql-idle-title{color:var(--moodlexhtu-ink);font-size:14.5px;font-weight:600}.moodlexhtu-sql-idle-body{color:var(--moodlexhtu-ink-muted);max-inline-size:72ch;margin:5px 0 0;font-size:12.5px;line-height:1.65}.moodlexhtu-sql-result{overflow:hidden}.moodlexhtu-sql-result-head{border-block-end:1px solid var(--moodlexhtu-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:15px 20px;display:flex}.moodlexhtu-sql-result-title{color:var(--moodlexhtu-ink);font-size:15px;font-weight:600}.moodlexhtu-sql-result-sub{color:var(--moodlexhtu-ink-muted);margin-block-start:2px;font-size:12px}.moodlexhtu-sql-result-prov{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-sql-readat{color:var(--moodlexhtu-ink-faint);font-size:11.5px}.moodlexhtu-sql-trunc{padding:14px 20px 0}.moodlexhtu-sql-warnings{color:var(--moodlexhtu-warn);margin:14px 20px 0;padding-inline-start:20px;font-size:12.5px;line-height:1.7}.moodlexhtu-sql-none{padding:8px 20px 20px}.moodlexhtu-sql-grid{max-block-size:62vh;overflow:auto}.moodlexhtu-sql-table{font-family:var(--moodlexhtu-mono);white-space:nowrap;direction:ltr;font-size:12.5px}.moodlexhtu-sql-table thead th{z-index:1;background:var(--moodlexhtu-surface-sunk);font-family:var(--moodlexhtu-font);letter-spacing:.06em;text-transform:none;color:var(--moodlexhtu-ink-muted);font-size:10.5px;font-weight:700;position:sticky;inset-block-start:0}.moodlexhtu-sql-table tbody tr:nth-child(2n) td{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-sql-num{color:var(--moodlexhtu-ink-faint);font-variant-numeric:tabular-nums;text-align:end;inline-size:1%}.moodlexhtu-sql-null{color:var(--moodlexhtu-ink-faint);font-style:italic}.moodlexhtu-cp-jump{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.moodlexhtu-cp-jump>div{min-width:0}.moodlexhtu-cp-tracker{align-items:center;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-cp-step{flex:none;align-items:center;gap:13px;min-width:0;display:flex}.moodlexhtu-cp-step.has-line{flex:1 1 0}.moodlexhtu-cp-step-mark{border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);border:1.5px dashed var(--moodlexhtu-line-strong);width:38px;height:38px;color:var(--moodlexhtu-ink-faint);flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.moodlexhtu-cp-step.is-done .moodlexhtu-cp-step-mark{background:var(--moodlexhtu-inverse-btn);border:1.5px solid var(--moodlexhtu-inverse-btn);color:var(--moodlexhtu-on-inverse-btn)}.moodlexhtu-cp-step.is-current .moodlexhtu-cp-step-mark{background:var(--moodlexhtu-gradient);color:#fff;box-shadow:0 0 0 5px var(--moodlexhtu-brand-wash), var(--moodlexhtu-shadow-brand);border:1.5px solid #0000}.moodlexhtu-cp-step-copy{flex-direction:column;flex:0 auto;gap:3px;min-width:0;display:flex}.moodlexhtu-cp-step-label{color:var(--moodlexhtu-ink-muted);font-size:13px;font-weight:600;line-height:1.3}.moodlexhtu-cp-step.is-current .moodlexhtu-cp-step-label{color:var(--moodlexhtu-ink)}.moodlexhtu-cp-step.is-pending .moodlexhtu-cp-step-label{color:var(--moodlexhtu-ink-faint);font-weight:500}.moodlexhtu-cp-step-state{letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10.5px;font-weight:600}.moodlexhtu-cp-step.is-done .moodlexhtu-cp-step-state{color:var(--moodlexhtu-ok)}.moodlexhtu-cp-step.is-current .moodlexhtu-cp-step-state{color:var(--moodlexhtu-brand)}.moodlexhtu-cp-step-line{border-block-start:2px solid var(--moodlexhtu-line-strong);flex:auto;min-width:12px;height:0;margin-inline:12px}.moodlexhtu-cp-step.is-current .moodlexhtu-cp-step-line,.moodlexhtu-cp-step.is-pending .moodlexhtu-cp-step-line{border-block-start-style:dashed;border-block-start-color:var(--moodlexhtu-line)}.moodlexhtu-cp-step.is-done .moodlexhtu-cp-step-line{border-block-start-color:var(--moodlexhtu-ink-faint)}.moodlexhtu-cp-wizard-lede{color:var(--moodlexhtu-ink-muted);max-width:78ch;margin:0;font-size:14.5px;line-height:1.7}.moodlexhtu-cp-wizard-cols{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;display:grid}.moodlexhtu-cp-aside{position:sticky;inset-block-start:calc(var(--moodlexhtu-header-h) + 16px)}.moodlexhtu-cp-aside-note{margin-block-start:14px;line-height:1.6;display:block}.moodlexhtu-cp-aside-legend{border-block-start:1px solid var(--moodlexhtu-line-soft);color:var(--moodlexhtu-ink-faint);flex-wrap:wrap;gap:16px;margin-block-start:14px;padding-block-start:14px;font-size:11.5px;display:flex}.moodlexhtu-cp-aside-legend span{align-items:center;gap:7px;display:inline-flex}.moodlexhtu-cp-group{border:0;flex-direction:column;gap:16px;min-width:0;margin:0;padding:0;display:flex}.moodlexhtu-cp-legend{color:var(--moodlexhtu-ink);margin-block-end:16px;padding:0;font-size:14px;font-weight:600}.moodlexhtu-cp-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.moodlexhtu-cp-willdo{color:var(--moodlexhtu-ink-muted);flex-direction:column;gap:8px;margin:0;padding-inline-start:20px;font-size:12.5px;line-height:1.6;display:flex}.moodlexhtu-cp-preflight{margin:14px 0 0;padding:0;list-style:none}.moodlexhtu-cp-preflight-row{border-block-end:1px solid var(--moodlexhtu-line-soft);align-items:center;gap:11px;padding:12px 0;display:flex}.moodlexhtu-cp-preflight-row:last-child{border-block-end:0}.moodlexhtu-cp-preflight-dot{border-radius:50%;flex:none;width:8px;height:8px}.moodlexhtu-cp-preflight-dot.tone-none{border:1.5px dashed var(--moodlexhtu-line-strong);background:0 0}.moodlexhtu-cp-preflight-dot.tone-ok{background:var(--moodlexhtu-ok)}.moodlexhtu-cp-preflight-dot.tone-warn{background:var(--moodlexhtu-warn)}.moodlexhtu-cp-preflight-dot.tone-danger{background:var(--moodlexhtu-danger)}.moodlexhtu-cp-preflight-dot.tone-neutral{background:var(--moodlexhtu-ink-faint)}.moodlexhtu-cp-preflight-label{min-width:0;color:var(--moodlexhtu-ink);flex:auto;font-size:12.5px;line-height:1.45}.moodlexhtu-cp-preflight-value{color:var(--moodlexhtu-ink-faint);text-align:end;flex:none;font-size:11.5px}.moodlexhtu-cp-checks{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-cp-check{border:1px solid var(--moodlexhtu-line);border-inline-start:3px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);gap:12px;padding:14px 16px;display:flex}.moodlexhtu-cp-check.tone-ok{border-inline-start-color:var(--moodlexhtu-ok)}.moodlexhtu-cp-check.tone-warn{border-inline-start-color:var(--moodlexhtu-warn)}.moodlexhtu-cp-check.tone-danger{border-inline-start-color:var(--moodlexhtu-danger)}.moodlexhtu-cp-check.is-unknown{border-inline-start-style:dashed;border-inline-start-color:var(--moodlexhtu-ink-faint)}.moodlexhtu-cp-check-mark{border-radius:var(--moodlexhtu-r-sm);width:26px;height:26px;color:var(--moodlexhtu-ink-muted);background:var(--moodlexhtu-neutral-wash);flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.moodlexhtu-cp-check.tone-ok .moodlexhtu-cp-check-mark{color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash)}.moodlexhtu-cp-check.tone-warn .moodlexhtu-cp-check-mark{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash)}.moodlexhtu-cp-check.tone-danger .moodlexhtu-cp-check-mark{color:var(--moodlexhtu-danger);background:var(--moodlexhtu-danger-wash)}.moodlexhtu-cp-check-body{flex:auto;min-width:0}.moodlexhtu-cp-check-title{color:var(--moodlexhtu-ink);flex-wrap:wrap;align-items:center;gap:9px;margin:0;font-size:13px;font-weight:600;display:flex}.moodlexhtu-cp-check-advisory{flex:none}.moodlexhtu-cp-check-status{color:var(--moodlexhtu-ink-muted);margin:4px 0 0;font-size:12px;font-weight:560}.moodlexhtu-cp-check-detail{color:var(--moodlexhtu-ink-muted);margin:8px 0 0;font-size:12px;line-height:1.6}.moodlexhtu-cp-check-fix{color:var(--moodlexhtu-ink);background:var(--moodlexhtu-info-wash);border-inline-start:3px solid var(--moodlexhtu-info);border-radius:var(--moodlexhtu-r-sm);margin:8px 0 0;padding:10px 12px;font-size:12px;line-height:1.65}.moodlexhtu-cp-check-values{flex-wrap:wrap;gap:8px 24px;margin:10px 0 0;display:flex}.moodlexhtu-cp-check-values dt{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:10.5px;font-weight:600}.moodlexhtu-cp-check-values dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:12px}.moodlexhtu-cp-report{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-cp-report-row{border-block-end:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;align-items:center;gap:12px;padding:14px 0;display:flex}.moodlexhtu-cp-report-row:last-child{border-block-end:0}.moodlexhtu-cp-report-mark{border-radius:var(--moodlexhtu-r-sm);width:24px;height:24px;color:var(--moodlexhtu-ink-muted);background:var(--moodlexhtu-neutral-wash);flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.moodlexhtu-cp-report-row.is-done .moodlexhtu-cp-report-mark{color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash)}.moodlexhtu-cp-report-row.is-failed .moodlexhtu-cp-report-mark{color:var(--moodlexhtu-danger);background:var(--moodlexhtu-danger-wash)}.moodlexhtu-cp-report-name{min-width:0;color:var(--moodlexhtu-ink);flex:200px;font-size:13px;font-weight:560}.moodlexhtu-cp-report-detail{color:var(--moodlexhtu-ink-faint);overflow-wrap:anywhere;flex-basis:100%;font-size:11.5px}@media (width<=1080px){.moodlexhtu-cp-wizard-cols{grid-template-columns:minmax(0,1fr)}.moodlexhtu-cp-aside{position:static}}@media (width<=860px){.moodlexhtu-cp-hero{padding:28px 24px 24px}.moodlexhtu-cp-hero-title{font-size:28px}.moodlexhtu-cp-tracker{flex-direction:column;align-items:stretch;gap:14px}.moodlexhtu-cp-step.has-line{flex:none}.moodlexhtu-cp-step-line{display:none}}.ca2-root{--ca2-bg:#f6f7f8;--ca2-surface:#fff;--ca2-surface2:#f8f9fa;--ca2-border:#e7e8eb;--ca2-border2:#d8dadf;--ca2-text:#171717;--ca2-muted:#6b7280;--ca2-faint:#9ca3af;--ca2-red:var(--moodlexhtu-crimson);--ca2-red-bright:var(--moodlexhtu-digital);--ca2-red-dark:var(--moodlexhtu-dark-crimson);--ca2-grad:linear-gradient(135deg, #8f0007 0%, #fc1323 100%);--ca2-deck:linear-gradient(120deg, #2b0003 0%, #8f0007 52%, #c0000d 100%);--ca2-tint:#c0000d12;--ca2-ring:#c0000d33;--ca2-shadow:0 4px 20px #1717170f;--ca2-lift:0 14px 34px #17171724;--ca2-scrim:#17171770;--ca2-ok:#0f7b3e;--ca2-ok-bg:#0f7b3e1a;--ca2-ok-bd:#0f7b3e38;--ca2-warn:#b45309;--ca2-warn-bg:#b4530917;--ca2-warn-bd:#b453093d;--ca2-info:#6b7280;--ca2-info-bg:#6b728014;--ca2-info-bd:#6b728033;--ca2-stroke:1.6px;color:var(--ca2-text);font-family:var(--moodlexhtu-font);flex-direction:column;gap:18px;display:flex}[data-theme=dark] .ca2-root{--ca2-bg:#0b0b0d;--ca2-surface:#16161a;--ca2-surface2:#1d1d22;--ca2-border:#ffffff17;--ca2-border2:#ffffff2e;--ca2-text:#f4f4f5;--ca2-muted:#9aa1a9;--ca2-faint:#7a8189;--ca2-deck:linear-gradient(120deg, #1a0002 0%, #6e0005 52%, #a80009 100%);--ca2-shadow:0 4px 20px #0000008c;--ca2-lift:0 16px 38px #000000b8;--ca2-scrim:#000000a8;--ca2-tint:#fc132321;--ca2-ring:#fc132352;--ca2-ok:#4ade80;--ca2-ok-bg:#4ade8021;--ca2-ok-bd:#4ade8042;--ca2-warn:#fbbf24;--ca2-warn-bg:#fbbf241f;--ca2-warn-bd:#fbbf2447;--ca2-info:#a1a1aa;--ca2-info-bg:#a1a1aa1f;--ca2-info-bd:#a1a1aa3d;--ca2-stroke:2px}.ca2-root [data-num]{-webkit-text-stroke-width:var(--ca2-stroke)}@keyframes ca2-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes ca2-pop{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:none}}@keyframes ca2-fade{0%{opacity:0}to{opacity:1}}@keyframes ca2-slidein{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}@keyframes ca2-slidein-rtl{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:none}}@keyframes ca2-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.ca2-hero{background:var(--ca2-deck);color:#fff;border-radius:var(--moodlexhtu-r-hero);box-shadow:var(--ca2-shadow);position:relative;overflow:hidden}.ca2-hero-glow{pointer-events:none;background:radial-gradient(circle,#fc132373,#0000 62%);border-radius:50%;block-size:520px;inline-size:520px;position:absolute;inset-block-start:-160px;inset-inline-end:-120px}.ca2-hero-mark{font-family:var(--moodlexhtu-mono);letter-spacing:-.07em;color:#ffffff0b;-webkit-text-stroke-color:#ffffff1f;pointer-events:none;white-space:nowrap;font-size:104px;font-weight:700;line-height:1;position:absolute;inset-block-end:-30px;inset-inline-end:30px}.ca2-hero-inner{flex-direction:column;gap:18px;padding:22px 26px 24px;display:flex;position:relative}.ca2-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.ca2-hero-identity{flex-direction:column;gap:11px;min-inline-size:0;display:flex}.ca2-hero-eyebrow{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.ca2-hero-kicker{font-family:var(--moodlexhtu-mono);letter-spacing:.22em;color:#ff9aa1;font-size:10.5px;font-weight:700}.ca2-hero-live{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:#fff;background:#ffffff29;border-radius:999px;align-items:center;gap:7px;padding:4px 11px;font-size:9.5px;font-weight:700;display:inline-flex}.ca2-hero-live-dot{background:#4ade80;border-radius:50%;block-size:6px;inline-size:6px;animation:2.4s ease-in-out infinite ca2-pulse}.ca2-hero-chips{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.ca2-hero-key{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;color:#fff;background:#ffffff24;border:1px solid #ffffff38;border-radius:8px;padding:5px 11px;font-size:10.5px;font-weight:700}.ca2-hero-mode{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:5px 11px;font-size:9.5px;font-weight:700}.ca2-hero-mode.is-allowed{color:#bbf7d0;background:#4ade8029;border:1px solid #4ade804d}.ca2-hero-mode.is-locked,.ca2-hero-mode.is-warn{color:#ffe0a3;background:#fbbf2429;border:1px solid #fbbf2452}.ca2-hero-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.ca2-dirty{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;text-transform:uppercase;color:#fff;border:1px solid #ffffff3d;border-radius:999px;padding:8px 13px;font-size:10px;font-weight:700}.ca2-dirty.is-clean{background:#ffffff1f}.ca2-dirty.is-dirty{background:#fbbf2442}.ca2-hero-btn{color:#fff;cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), transform var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:#ffffff1f;border:1px solid #ffffff4d;border-radius:12px;padding:11px 17px;font-size:13px;font-weight:600}.ca2-hero-btn:hover:not(:disabled){background:#ffffff38;transform:translateY(-2px)}.ca2-hero-btn:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.ca2-hero-btn.is-destructive{background:0 0;border-color:#ffffff47}.ca2-hero-btn.is-destructive:hover:not(:disabled){background:#00000040}.ca2-hero-btn:disabled,.ca2-hero-icon:disabled{opacity:.45;cursor:not-allowed}.ca2-hero-icon{color:#fff;cursor:pointer;block-size:40px;inline-size:40px;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:#ffffff1a;border:1px solid #ffffff47;border-radius:12px;font-size:14px}.ca2-hero-icon:hover:not(:disabled){background:#ffffff38}.ca2-hero-icon:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.ca2-metrics{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;display:grid}.ca2-metric{background:#ffffff14;border:1px solid #ffffff2e;border-radius:16px;flex-direction:column;gap:6px;padding:15px 17px;display:flex}.ca2-metric-value{font-family:var(--moodlexhtu-mono);color:#fff;font-size:24px;font-weight:700;line-height:1}.ca2-metric-label{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;text-transform:uppercase;color:#ffffffa8;font-size:9px;font-weight:700}.ca2-bar{z-index:18;background:var(--ca2-surface);border:1px solid var(--ca2-border);border-radius:var(--moodlexhtu-r-lg);box-shadow:var(--ca2-shadow);position:sticky;inset-block-start:var(--moodlexhtu-header-h)}.ca2-bar-inner{flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.ca2-bar-spacer{flex:1}.ca2-tabs{background:var(--ca2-surface2);border:1px solid var(--ca2-border);border-radius:14px;gap:7px;padding:5px;display:flex}.ca2-tab{color:var(--ca2-muted);cursor:pointer;transition:background var(--moodlexhtu-t) var(--moodlexhtu-ease), color var(--moodlexhtu-t) var(--moodlexhtu-ease);background:0 0;border:0;border-radius:11px;align-items:center;gap:9px;padding:9px 16px;display:flex}.ca2-tab:hover{color:var(--ca2-red)}.ca2-tab:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.ca2-tab.is-active{background:var(--ca2-surface);color:var(--ca2-red);box-shadow:var(--ca2-shadow)}.ca2-tab-index{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;opacity:.65;font-size:9px;font-weight:700}.ca2-tab-label{letter-spacing:-.01em;font-size:13.5px;font-weight:600}.ca2-tab-badge{font-family:var(--moodlexhtu-mono);text-transform:uppercase;opacity:.6;font-size:9.5px;font-weight:700}.ca2-btn{cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), transform var(--moodlexhtu-t) var(--moodlexhtu-ease);border-radius:11px;align-items:center;gap:8px;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.ca2-btn:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:3px}.ca2-btn.primary{background:var(--ca2-grad);color:#fff;border:0;box-shadow:0 6px 18px #8f00074d}.ca2-btn.primary:hover:not(:disabled){transform:translateY(-2px)}.ca2-btn.primary:disabled{background:var(--ca2-surface2);color:var(--ca2-faint);box-shadow:none;cursor:not-allowed;transform:none}.ca2-btn.ghost{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-text)}.ca2-btn.ghost:hover:not(:disabled){background:var(--ca2-tint);border-color:var(--ca2-red);color:var(--ca2-red)}.ca2-btn.ghost:disabled{opacity:.5;cursor:not-allowed}.ca2-btn.is-sm{border-radius:10px;padding:9px 14px;font-size:12.5px}.ca2-root a.ca2-btn{color:var(--ca2-text)}.ca2-root a.ca2-btn:hover{color:var(--ca2-red);text-decoration:none}.ca2-linkbtn{color:var(--ca2-red);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:12px;font-weight:600;text-decoration:underline}.ca2-linkbtn:hover{color:var(--ca2-red-bright)}.ca2-page{min-inline-size:0}.ca2-cols{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.ca2-main{flex-direction:column;gap:18px;min-inline-size:0;display:flex}.ca2-aside{flex-direction:column;gap:16px;display:flex;position:sticky;inset-block-start:calc(var(--moodlexhtu-header-h) + 82px)}@media (width<=1100px){.ca2-cols{grid-template-columns:minmax(0,1fr)}.ca2-aside{position:static}}@media (width<=720px){.ca2-hero-inner{padding-inline:18px}.ca2-bar-inner{padding-inline:12px}.ca2-hero-mark{display:none}}.ca2-eyebrow{font-family:var(--moodlexhtu-mono);letter-spacing:.2em;text-transform:uppercase;font-size:10.5px;font-weight:700;display:block}.ca2-eyebrow.tone-brand{color:var(--ca2-red)}.ca2-eyebrow.tone-warn{color:var(--ca2-warn)}.ca2-eyebrow.tone-ok{color:var(--ca2-ok)}.ca2-chip{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:9.5px;font-weight:700}.ca2-chip.tone-ok{color:var(--ca2-ok);background:var(--ca2-ok-bg)}.ca2-chip.tone-warn{color:var(--ca2-warn);background:var(--ca2-warn-bg)}.ca2-chip.tone-unknown{color:var(--ca2-muted);background:var(--ca2-info-bg);border:1px dashed var(--ca2-border2)}.ca2-callout{border-radius:16px;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.ca2-callout.tone-warn{border:1px solid var(--ca2-warn-bd);background:var(--ca2-warn-bg)}.ca2-callout.tone-info{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg)}.ca2-callout-glyph{block-size:38px;inline-size:38px;font-family:var(--moodlexhtu-mono);background:var(--ca2-surface);border-radius:12px;flex:none;place-items:center;font-size:16px;font-weight:700;display:grid}.ca2-callout.tone-warn .ca2-callout-glyph{color:var(--ca2-warn);border:1px solid var(--ca2-warn-bd)}.ca2-callout.tone-info .ca2-callout-glyph{color:var(--ca2-info);border:1px solid var(--ca2-info-bd)}.ca2-callout-body{flex-direction:column;gap:4px;min-inline-size:0;display:flex}.ca2-callout-body strong{font-size:15px;font-weight:600}.ca2-callout.tone-warn .ca2-callout-body strong{color:var(--ca2-warn)}.ca2-callout-body p{color:var(--ca2-muted);text-wrap:pretty;margin:0;font-size:13px;line-height:1.55}.ca2-warnlist{flex-direction:column;gap:5px;margin:6px 0 0;padding-inline-start:0;list-style:none;display:flex}.ca2-warnlist li{color:var(--ca2-muted);flex-wrap:wrap;align-items:baseline;gap:8px;font-size:12.5px;display:flex}.ca2-warnlist code{font-family:var(--moodlexhtu-mono);color:var(--ca2-text);font-size:11px}.ca2-empty{border:1.5px dashed var(--ca2-border2);background:var(--ca2-surface2);border-radius:18px;flex-direction:column;align-items:flex-start;gap:6px;padding:28px;display:flex}.ca2-empty.is-inline{border-radius:16px;padding:18px 20px}.ca2-empty strong{color:var(--ca2-text);font-size:15px;font-weight:600}.ca2-empty span{color:var(--ca2-muted);text-wrap:pretty;font-size:13px;line-height:1.55}.ca2-loadfail{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.ca2-skeleton{flex-direction:column;gap:14px;display:flex}.ca2-skeleton-row{border:1px solid var(--ca2-border);background:linear-gradient(90deg, var(--ca2-surface2) 25%, var(--ca2-surface) 50%, var(--ca2-surface2) 75%);background-size:200% 100%;border-radius:22px;block-size:96px;animation:1.4s linear infinite moodlexhtu-shimmer;display:block}@media (prefers-reduced-motion:reduce){.ca2-skeleton-row,.ca2-hero-live-dot{animation:none}}.ca2-structure{animation:ca2-rise .22s var(--moodlexhtu-ease);flex-direction:column;gap:18px;display:flex}.ca2-sectionhead{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.ca2-sectionhead-titles{flex-direction:column;gap:6px;display:flex}.ca2-sectionhead-title{letter-spacing:-.025em;margin:0;font-size:23px;font-weight:600}.ca2-reorder-hint{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-muted);font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:11px;padding:10px 15px;font-size:10.5px;font-weight:700}.ca2-section{background:var(--ca2-surface);border:1px solid var(--ca2-border);box-shadow:var(--ca2-shadow);transition:box-shadow .22s var(--moodlexhtu-ease), border-color .22s var(--moodlexhtu-ease);border-radius:22px;position:relative;overflow:visible}.ca2-section:hover{box-shadow:var(--ca2-lift);border-color:var(--ca2-border2)}.ca2-section-spine{background:linear-gradient(#8f0007,#fc1323);border-start-start-radius:22px;border-end-start-radius:22px;inline-size:4px;position:absolute;inset-block:0;inset-inline-start:0}.ca2-section.is-hidden .ca2-section-spine{background:var(--ca2-border2)}.ca2-section-head{flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;padding-inline-start:26px;display:flex}.ca2-grip,.ca2-grip-placeholder{opacity:0;inline-size:9px;transition:opacity var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);flex-direction:column;flex:none;gap:3px;display:flex}.ca2-section:hover .ca2-grip,.ca2-section:focus-within .ca2-grip{opacity:1}.ca2-grip span{gap:3px;display:flex}.ca2-grip i{background:var(--ca2-faint);border-radius:50%;block-size:3px;inline-size:3px}.ca2-section[draggable=true]{cursor:grab}.ca2-section[draggable=true]:active{cursor:grabbing}.ca2-section-num{block-size:48px;inline-size:48px;font-family:var(--moodlexhtu-mono);letter-spacing:-.02em;color:#c0000d33;-webkit-text-stroke-color:var(--ca2-red);background:var(--ca2-tint);border:1px solid var(--ca2-border);border-radius:15px;flex:none;place-items:center;font-size:17px;font-weight:700;display:grid}[data-theme=dark] .ca2-root .ca2-section-num{color:#fc13233d}.ca2-section-titles{flex-direction:column;flex:1;gap:5px;min-inline-size:190px;display:flex}.ca2-section-titlerow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ca2-section-name{letter-spacing:-.02em;font-size:18px;font-weight:600}.ca2-section-meta{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--ca2-faint);font-size:10.5px}.ca2-section-meta code{font-family:inherit}.ca2-section-count{text-transform:uppercase}.ca2-section-tools{opacity:.5;transition:opacity var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ca2-section:hover .ca2-section-tools,.ca2-section:focus-within .ca2-section-tools{opacity:1}.ca2-tool{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-text);cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border-radius:10px;padding:8px 13px;font-family:inherit;font-size:12.5px;font-weight:600}.ca2-tool:hover:not(:disabled){background:var(--ca2-tint);border-color:var(--ca2-red);color:var(--ca2-red)}.ca2-tool:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.ca2-tool:disabled{opacity:.4;cursor:not-allowed}.ca2-tool.is-icon{block-size:34px;inline-size:34px;color:var(--ca2-muted);place-items:center;padding:0;font-size:12px;display:grid}.ca2-tool.is-destructive{color:var(--ca2-muted)}.ca2-tool.is-destructive:hover:not(:disabled){background:var(--ca2-tint);color:var(--ca2-red);border-color:var(--ca2-red)}.ca2-section-body{background:var(--ca2-surface2);border-block-start:1px solid var(--ca2-border);border-end-end-radius:22px;border-end-start-radius:22px;flex-direction:column;gap:14px;padding:18px 24px 22px;display:flex}.ca2-section-summary{color:var(--ca2-muted);text-wrap:pretty;margin:0;font-size:13px;line-height:1.6}.ca2-activity{background:var(--ca2-surface);border:1px solid var(--ca2-border);box-shadow:var(--ca2-shadow);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease);border-radius:18px;flex-direction:column;gap:14px;padding:18px 20px;display:flex;position:relative}.ca2-activity:hover{box-shadow:var(--ca2-lift);transform:translateY(-2px)}:is(.ca2-activity:has(.ca2-menu):hover,.ca2-activity:has(.ca2-editor):hover){transform:none}.ca2-activity-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ca2-activity-identity{flex-wrap:wrap;align-items:center;gap:11px;min-inline-size:0;display:flex}.ca2-activity-type{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ca2-muted);background:var(--ca2-surface2);border:1px solid var(--ca2-border);border-radius:7px;padding:5px 9px;font-size:9.5px;font-weight:700}.ca2-activity-name{letter-spacing:-.015em;font-size:16.5px;font-weight:600}.ca2-activity-audit{font-family:var(--moodlexhtu-mono);color:var(--ca2-ok);font-size:10.5px}.ca2-activity-actions{align-items:center;gap:9px;display:flex}.ca2-details{color:var(--ca2-red);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:12.5px;font-weight:600;text-decoration:underline}.ca2-details:hover{color:var(--ca2-red-bright)}.ca2-menu-btn{border:1px solid var(--ca2-border2);background:var(--ca2-surface);block-size:34px;inline-size:34px;color:var(--ca2-muted);cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border-radius:10px;font-size:14px;font-weight:700}.ca2-menu-btn:hover,.ca2-menu-btn.is-open{background:var(--ca2-tint);color:var(--ca2-red)}.ca2-menu-btn:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.ca2-fact-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;display:grid}.ca2-fact{border:1px solid var(--ca2-border);background:var(--ca2-surface);border-radius:13px;flex-direction:column;gap:4px;padding:11px 13px;display:flex;position:relative;overflow:hidden}.ca2-fact-bar{background:var(--ca2-text);inline-size:2px;position:absolute;inset-block:0;inset-inline-start:0}.ca2-fact.tone-ok{border-color:var(--ca2-ok-bd);background:var(--ca2-ok-bg)}.ca2-fact.tone-ok .ca2-fact-bar{background:var(--ca2-ok)}.ca2-fact.tone-ok .ca2-fact-value{color:var(--ca2-ok)}.ca2-fact.tone-warn{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg)}.ca2-fact.tone-warn .ca2-fact-bar{background:var(--ca2-warn)}.ca2-fact.tone-warn .ca2-fact-value{color:var(--ca2-warn)}.ca2-fact.tone-unknown{border-style:dashed;border-color:var(--ca2-border2);background:var(--ca2-info-bg)}.ca2-fact.tone-unknown .ca2-fact-bar{background:var(--ca2-faint)}.ca2-fact.tone-unknown .ca2-fact-value{color:var(--ca2-muted)}.ca2-fact-label{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ca2-faint);font-size:9px;font-weight:700}.ca2-fact-value{color:var(--ca2-text);text-wrap:pretty;overflow-wrap:anywhere;font-size:13px;font-weight:600;line-height:1.4}.ca2-menu{z-index:12;background:var(--ca2-surface);border:1px solid var(--ca2-border2);max-block-size:60vh;inline-size:262px;box-shadow:var(--ca2-lift);animation:ca2-pop .16s var(--moodlexhtu-ease);border-radius:16px;flex-direction:column;gap:2px;padding:8px;display:flex;position:absolute;inset-block-start:62px;inset-inline-end:18px;overflow-y:auto}.ca2-menu-head{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ca2-faint);padding:8px 10px 6px;font-size:9px;font-weight:700}.ca2-menu-item{color:var(--ca2-text);text-align:start;cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 11px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.ca2-menu-item:hover{background:var(--ca2-tint);color:var(--ca2-red)}.ca2-menu-item:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:-2px}.ca2-menu-item.is-destructive{color:var(--ca2-red)}.ca2-menu-hint{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ca2-faint);font-size:9px}.ca2-menu-embedded{border-block:1px solid var(--ca2-border);flex-direction:column;gap:6px;margin-block:4px;padding:6px 11px;display:flex}.ca2-menu-embedded:empty{display:none}.ca2-editor{border-block-start:1px solid var(--ca2-border);padding-block-start:14px}.ca2-add-inline{border:1.5px dashed var(--ca2-border2);color:var(--ca2-muted);cursor:pointer;transition:color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border-radius:16px;padding:16px;font-family:inherit;font-size:13px;font-weight:600}.ca2-add-inline:hover{color:var(--ca2-red);border-color:var(--ca2-red);background:var(--ca2-tint)}.ca2-add-big{border:1.5px dashed var(--ca2-red);background:var(--ca2-tint);color:var(--ca2-red);cursor:pointer;transition:background var(--moodlexhtu-t) var(--moodlexhtu-ease), transform var(--moodlexhtu-t) var(--moodlexhtu-ease);border-radius:22px;padding:24px;font-family:inherit;font-size:14.5px;font-weight:600}.ca2-add-big:hover{background:#c0000d21;transform:translateY(-2px)}.ca2-add-big:focus-visible,.ca2-add-inline:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:3px}.ca2-settings{animation:ca2-rise .22s var(--moodlexhtu-ease);flex-direction:column;gap:18px;display:flex}.ca2-card{background:var(--ca2-surface);border:1px solid var(--ca2-border);box-shadow:var(--ca2-shadow);animation:ca2-rise .22s var(--moodlexhtu-ease);border-radius:22px;flex-direction:column;gap:22px;padding:28px;display:flex}.ca2-card-head{flex-direction:column;gap:7px;display:flex}.ca2-card-head.is-row{flex-flow:wrap;justify-content:space-between;align-items:flex-end;gap:16px}.ca2-card-title{letter-spacing:-.025em;margin:0;font-size:23px;font-weight:600}.ca2-card-hint{color:var(--ca2-muted);margin:0;font-size:13.5px;line-height:1.55}.ca2-form{flex-direction:column;gap:22px;display:flex}.ca2-field-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.ca2-field{flex-direction:column;gap:8px;min-inline-size:0;display:flex}.ca2-field-label{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ca2-faint);font-size:9.5px;font-weight:700}.ca2-field-hint{color:var(--ca2-muted);font-size:11.5px;line-height:1.5}.ca2-input{border:1px solid var(--ca2-border);background:var(--ca2-surface2);color:var(--ca2-text);inline-size:100%;transition:border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border-radius:13px;outline:0;padding:13px 15px;font-family:inherit;font-size:14px}.ca2-input:focus{border-color:var(--ca2-red);box-shadow:0 0 0 3px var(--ca2-ring)}.ca2-input.is-lead{padding:14px 16px;font-size:14.5px;font-weight:500}.ca2-input.is-mono{font-family:var(--moodlexhtu-mono);font-size:13px}.ca2-input.is-area{resize:vertical;line-height:1.6;font-family:var(--moodlexhtu-mono);font-size:13px}.ca2-field.is-edited>.ca2-input{border-color:var(--ca2-red)}.ca2-readout{border:1px solid var(--ca2-border);background:var(--ca2-surface2);border-radius:13px;flex-wrap:wrap;align-items:center;gap:12px;padding:13px 15px;display:flex}.ca2-readout-note{color:var(--ca2-muted);font-size:12.5px}.ca2-switchrow{border:1px solid var(--ca2-border);background:var(--ca2-surface2);border-radius:15px;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 16px;display:flex}.ca2-switchrow.is-edited{border-color:var(--ca2-red)}.ca2-switch{background:var(--ca2-border2);cursor:pointer;block-size:29px;inline-size:50px;transition:background var(--moodlexhtu-t) var(--moodlexhtu-ease);border:0;border-radius:999px;flex:none;justify-content:flex-start;padding:3px;display:flex}.ca2-switch.is-on{background:linear-gradient(135deg,#8f0007,#fc1323);justify-content:flex-end}.ca2-switch:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.ca2-switch-knob{background:#fff;border-radius:50%;block-size:23px;inline-size:23px;box-shadow:0 2px 6px #17171747}.ca2-switchrow-text{flex-direction:column;gap:2px;display:flex}.ca2-switchrow-title{font-size:14px;font-weight:600}.ca2-switchrow-note{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ca2-muted);font-size:10.5px}.ca2-form-actions{border-block-start:1px solid var(--ca2-border);flex-wrap:wrap;align-items:center;gap:16px;padding-block-start:20px;display:flex}.ca2-form-status{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--ca2-muted);margin:0;font-size:11.5px}.ca2-panels{flex-direction:column;gap:10px;display:flex}.ca2-panel{border:1px solid var(--ca2-border);background:var(--ca2-surface2);border-radius:16px;overflow:hidden}.ca2-panel-trigger{inline-size:100%;color:var(--ca2-text);text-align:start;cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:0;align-items:center;gap:12px;padding:15px 18px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.ca2-panel-trigger:hover{background:var(--ca2-tint);color:var(--ca2-red)}.ca2-panel-trigger:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:-2px}.ca2-panel-caret{font-family:var(--moodlexhtu-mono);color:var(--ca2-faint);inline-size:12px;font-size:12px}.ca2-panel-body{border-block-start:1px solid var(--ca2-border);animation:ca2-rise .18s var(--moodlexhtu-ease);padding:4px 18px 18px}.ca2-embedded{padding-block-start:4px}.ca2-role-chip{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ca2-red);background:var(--ca2-tint);border:1px solid var(--ca2-border);border-radius:999px;padding:8px 14px;font-size:10px;font-weight:700}.ca2-cap-groups{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.ca2-cap-group{border:1px solid var(--ca2-border);background:var(--ca2-surface2);border-radius:18px;flex-direction:column;gap:13px;padding:18px;display:flex}.ca2-cap-group-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.ca2-cap-group-title,.ca2-cap-group-tally{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:700}.ca2-cap-group-title{color:var(--ca2-red)}.ca2-cap-group-tally{color:var(--ca2-faint)}.ca2-cap-rule{background:var(--ca2-grad);border-radius:2px;block-size:3px;display:block}.ca2-cap-list{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.ca2-cap-row{align-items:flex-start;gap:10px;display:flex}.ca2-cap-tick{border-radius:6px;flex:none;place-items:center;block-size:18px;inline-size:18px;font-size:11px;font-weight:700;display:grid}.ca2-cap-row.is-allowed .ca2-cap-tick{color:var(--ca2-ok);background:var(--ca2-ok-bg);border:1px solid var(--ca2-ok-bd)}.ca2-cap-row.is-refused .ca2-cap-tick{color:var(--ca2-warn);background:var(--ca2-warn-bg);border:1px solid var(--ca2-warn-bd)}.ca2-cap-body{flex-direction:column;gap:6px;min-inline-size:0;display:flex}.ca2-cap-name{text-wrap:pretty;font-size:13px;line-height:1.5}.ca2-cap-dataloss{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ca2-red);border:1px solid var(--ca2-red);border-radius:999px;align-self:flex-start;padding:4px 9px;font-size:9px;font-weight:700}.ca2-cap-why{color:var(--ca2-muted);text-wrap:pretty;font-size:12px;line-height:1.5}.ca2-aside-card{border:1px solid var(--ca2-border);background:var(--ca2-surface);box-shadow:var(--ca2-shadow);border-radius:20px;flex-direction:column;gap:12px;padding:22px;display:flex}.ca2-aside-card.is-dashed{border:1px dashed var(--ca2-border2);background:var(--ca2-surface2);box-shadow:none;padding:20px}.ca2-aside-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.ca2-aside-label{font-family:var(--moodlexhtu-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ca2-faint);font-size:10px;font-weight:700}.ca2-aside-figure{align-items:baseline;gap:9px;display:flex}.ca2-aside-num{letter-spacing:-.03em;font-size:30px;font-weight:700;line-height:1}.ca2-aside-of{font-family:var(--moodlexhtu-mono);text-transform:uppercase;color:var(--ca2-muted);font-size:11px}.ca2-meter{background:var(--ca2-surface2);border:1px solid var(--ca2-border);border-radius:99px;block-size:7px;overflow:hidden}.ca2-meter-fill{background:var(--ca2-grad);block-size:100%;display:block}.ca2-aside-flag{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ca2-warn);background:var(--ca2-warn-bg);border-radius:999px;align-self:flex-start;padding:6px 12px;font-size:9.5px;font-weight:700}.ca2-facts-list{flex-direction:column;margin:0;display:flex}.ca2-facts-row{border-block-end:1px solid var(--ca2-border);justify-content:space-between;align-items:baseline;gap:12px;padding-block:10px;display:flex}.ca2-facts-row:last-child{border-block-end:0}.ca2-facts-row dt{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ca2-faint);font-size:9.5px;font-weight:700}.ca2-facts-row dd{color:var(--ca2-text);text-align:end;margin:0;font-size:13px;font-weight:600}.ca2-facts-row dd.is-unknown{color:var(--ca2-faint);font-style:italic}.ca2-aside-note{color:var(--ca2-muted);text-wrap:pretty;margin:0;font-size:12.5px;line-height:1.6}.ca2-aside-actions{flex-wrap:wrap;gap:8px;display:flex}.ca2-scrim{z-index:60;background:var(--ca2-scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:ca2-fade .16s var(--moodlexhtu-ease);justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.ca2-scrim.is-drawer{z-index:65;justify-content:flex-end;align-items:stretch;padding:0}.ca2-sheet{background:var(--ca2-surface);border:1px solid var(--ca2-border2);max-block-size:88vh;inline-size:100%;animation:ca2-pop .2s var(--moodlexhtu-ease);color:var(--ca2-text);border-radius:24px;overflow-y:auto;box-shadow:0 30px 70px #00000059}.ca2-sheet-head,.ca2-drawer-head{border-block-end:1px solid var(--ca2-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 26px 18px;display:flex}.ca2-sheet-titles{flex-direction:column;gap:7px;min-inline-size:0;display:flex}.ca2-sheet-title{letter-spacing:-.025em;font-size:22px;font-weight:600;line-height:1.15}.ca2-sheet-sub{color:var(--ca2-muted);text-wrap:pretty;max-inline-size:520px;font-size:13px;line-height:1.55}.ca2-sheet-x{border:1px solid var(--ca2-border);background:var(--ca2-surface2);block-size:36px;inline-size:36px;color:var(--ca2-muted);cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border-radius:11px;flex:none;font-size:13px}.ca2-sheet-x:hover{background:var(--ca2-tint);color:var(--ca2-red)}.ca2-sheet-x:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.ca2-sheet-body{flex-direction:column;gap:16px;padding:24px 26px;display:flex}.ca2-sheet-foot,.ca2-drawer-foot{border-block-start:1px solid var(--ca2-border);background:var(--ca2-surface2);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:11px;padding:18px 26px 24px;display:flex}.ca2-sheet-note{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--ca2-faint);margin-inline-end:auto;font-size:10.5px}.ca2-sheet-note-block{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg);color:var(--ca2-muted);text-wrap:pretty;border-radius:13px;margin:0;padding:12px 14px;font-size:12.5px;line-height:1.55}.ca2-sheet-note-block.is-warn{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.ca2-typegrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.ca2-typecard{text-align:start;border:1px solid var(--ca2-border);background:var(--ca2-surface2);cursor:pointer;transition:transform var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border-radius:16px;flex-direction:column;gap:9px;padding:16px;display:flex}.ca2-typecard:hover{border-color:var(--ca2-red);transform:translateY(-2px)}.ca2-typecard:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.ca2-typecard.is-picked{background:var(--ca2-tint);border-color:var(--ca2-red)}.ca2-typecard-index{font-family:var(--moodlexhtu-mono);color:#c0000d33;-webkit-text-stroke-color:var(--ca2-red);font-size:24px;font-weight:700;line-height:.9}[data-theme=dark] .ca2-root .ca2-typecard-index{color:#fc13233d}.ca2-typecard-label{color:var(--ca2-text);font-size:14px;font-weight:600}.ca2-typecard-hint{color:var(--ca2-muted);text-wrap:pretty;font-size:11.5px;line-height:1.5}.ca2-diff{flex-direction:column;gap:10px;display:flex}.ca2-diff-row{background:var(--ca2-surface2);border:1px solid var(--ca2-border);border-radius:13px;flex-wrap:wrap;align-items:baseline;gap:10px;padding:13px 15px;display:flex}.ca2-diff-field{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ca2-faint);inline-size:112px;font-size:9.5px;font-weight:700}.ca2-diff-from{font-family:var(--moodlexhtu-mono);color:var(--ca2-muted);font-size:12px;text-decoration:line-through}.ca2-diff-arrow{font-family:var(--moodlexhtu-mono);color:var(--ca2-faint);font-size:12px}[dir=rtl] .ca2-diff-arrow{display:inline-block;transform:scaleX(-1)}.ca2-diff-to{font-family:var(--moodlexhtu-mono);color:var(--ca2-red);font-size:12px;font-weight:700}.ca2-detail-rows{flex-direction:column;gap:11px;margin:0;display:flex}.ca2-detail-row{border-block-end:1px solid var(--ca2-border);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;padding-block-end:11px;display:flex}.ca2-detail-row:last-child{border-block-end:0;padding-block-end:0}.ca2-detail-row dt{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ca2-faint);font-size:9.5px;font-weight:700}.ca2-detail-row dd{color:var(--ca2-text);text-align:end;overflow-wrap:anywhere;max-inline-size:360px;margin:0;font-size:13px;font-weight:600;line-height:1.5}.ca2-detail-row dd.tone-ok{color:var(--ca2-ok)}.ca2-detail-row dd.tone-warn{color:var(--ca2-warn)}.ca2-detail-row dd.tone-unknown{color:var(--ca2-faint);font-style:italic}.ca2-drawer{background:var(--ca2-surface);border-inline-start:1px solid var(--ca2-border2);block-size:100%;inline-size:100%;max-inline-size:440px;box-shadow:var(--ca2-lift);animation:ca2-slidein .22s var(--moodlexhtu-ease);color:var(--ca2-text);flex-direction:column;display:flex}[dir=rtl] .ca2-drawer{animation-name:ca2-slidein-rtl}.ca2-drawer-body{flex-direction:column;flex:1;gap:16px;padding:20px 26px;display:flex;overflow-y:auto}.ca2-enrol-role{flex-direction:column;gap:8px;display:flex}@media (prefers-reduced-motion:reduce){.ca2-structure,.ca2-card,.ca2-sheet,.ca2-drawer,.ca2-menu,.ca2-panel-body,.ca2-scrim{animation:none}}.moodlexhtu-gb thead tr,.moodlexhtu-gb tbody tr:hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-gb .moodlexhtu-gb-col{text-align:center;min-inline-size:84px}.moodlexhtu-gb .moodlexhtu-gb-td{text-align:center;padding-inline:6px}.moodlexhtu-gb .moodlexhtu-gb-flags{text-align:end;inline-size:120px}.moodlexhtu-gb-cell{border-radius:var(--moodlexhtu-r-sm);inline-size:100%;min-inline-size:52px;font:inherit;color:var(--moodlexhtu-ink);cursor:pointer;transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:4px;padding:6px 8px;font-size:13px;font-weight:500;display:inline-flex}.moodlexhtu-gb-cell:hover{border-color:var(--moodlexhtu-line);background:var(--moodlexhtu-surface)}.moodlexhtu-gb-cell:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:1px}.moodlexhtu-gb-cell.tone-missing{background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn)}.moodlexhtu-gb-cell.tone-pending{background:var(--moodlexhtu-info-wash);color:var(--moodlexhtu-ink-muted)}.moodlexhtu-gb-cell.tone-absent,.moodlexhtu-gb-cell.tone-other{color:var(--moodlexhtu-ink-faint)}.moodlexhtu-gb-cell.tone-graded .moodlexhtu-gb-value{font-weight:500}.moodlexhtu-gb tbody td:nth-last-child(2) .moodlexhtu-gb-cell{background:var(--moodlexhtu-surface-sunk);font-weight:600}.moodlexhtu-gb-flagdot{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-warn);flex:none;block-size:5px;inline-size:5px}.moodlexhtu-gb-detail{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);padding:14px 16px}.moodlexhtu-gb-addcol{grid-template-columns:2fr 1fr 1fr;align-items:start;gap:14px;display:grid}.moodlexhtu-gb-addcol>:last-child{grid-column:1/-1}@media (width<=720px){.moodlexhtu-gb-addcol{grid-template-columns:1fr}}.moodlexhtu-eng-chart{align-items:flex-end;gap:14px;block-size:170px;margin-block-start:20px;display:flex}.moodlexhtu-eng-col{flex-direction:column;flex:1;justify-content:flex-end;gap:8px;block-size:100%;min-inline-size:0;display:flex}.moodlexhtu-eng-track{flex:1;align-items:flex-end;min-block-size:0;display:flex}.moodlexhtu-eng-bar{background:var(--watch-coverage);inline-size:100%;transition:block-size var(--moodlexhtu-t) var(--moodlexhtu-ease);background:var(--moodlexhtu-line-soft);inline-size:100%;transition:block-size var(--moodlexhtu-t) var(--moodlexhtu-ease);border-radius:10px 10px 4px 4px}.moodlexhtu-eng-bar.on{background:var(--moodlexhtu-warn)}.moodlexhtu-eng-bar.unknown{border:1px dashed var(--moodlexhtu-line-strong);background:0 0;block-size:100%}.moodlexhtu-eng-label{text-align:center;color:var(--moodlexhtu-ink-muted);font-size:11px}.moodlexhtu-eng-nudge{border-block-end:1px solid var(--moodlexhtu-line-soft);align-items:center;gap:12px;padding-block:13px;display:flex}.moodlexhtu-eng-nudge:last-child{border-block-end:0}.moodlexhtu-eng-nudge-name{font-size:13px;font-weight:500}.moodlexhtu-eng-nudge-why{color:var(--moodlexhtu-ink-muted);margin-block-start:3px;font-size:11.5px;line-height:1.5}.moodlexhtu-eng-nudge-go{white-space:nowrap;flex:none;font-size:12px;font-weight:600}.moodlexhtu-ae-check{align-items:flex-start;gap:11px;display:flex}.moodlexhtu-ae-mark{background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);block-size:20px;inline-size:20px;color:var(--moodlexhtu-ink-faint);border-radius:6px;flex:none;justify-content:center;align-items:center;margin-block-start:1px;font-size:10px;font-weight:700;display:flex}.moodlexhtu-ae-mark.on{background:var(--moodlexhtu-ok);border-color:var(--moodlexhtu-ok);color:#fff}.moodlexhtu-ae-check-text{flex-direction:column;gap:3px;min-inline-size:0;font-size:13px;display:flex}.moodlexhtu-ae-check-hint{color:var(--moodlexhtu-ink-muted);font-size:11.5px;line-height:1.5}.moodlexhtu-vs-stage{aspect-ratio:16/9;border-radius:var(--moodlexhtu-r-md);background-image:linear-gradient(135deg,#1a1a1d,#0e0e10),repeating-linear-gradient(115deg,#ffffff0d 0 1px,#0000 1px 16px);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.moodlexhtu-vs-stage-mark{border-radius:var(--moodlexhtu-r-pill);color:#fff;background:#ffffff1f;border:1px solid #ffffff3d;justify-content:center;align-items:center;block-size:58px;inline-size:58px;font-size:17px;display:flex}.moodlexhtu-vs-stage-caption{letter-spacing:.08em;color:#ffffffb8;font-size:10px;position:absolute;inset-block-end:12px;inset-inline-start:16px}.moodlexhtu-vs-chapters{flex-direction:column;display:flex}.moodlexhtu-vs-chapter{border-block-end:1px solid var(--moodlexhtu-line-soft);align-items:center;gap:14px;padding-block:12px;display:flex}.moodlexhtu-vs-chapter:last-child{border-block-end:0}.moodlexhtu-vs-chapter-time{color:var(--moodlexhtu-brand);flex:none;font-size:12px}.moodlexhtu-vs-chapter-label{flex:1;min-inline-size:0;font-size:13px}@media (prefers-reduced-motion:reduce){.moodlexhtu-eng-bar,.moodlexhtu-gb-cell{transition:none}}:root{--moodlexhtu-rp-err:#b91c1c;--moodlexhtu-rp-err-wash:#b91c1c14;--moodlexhtu-rp-err-line:#b91c1c4d;--moodlexhtu-rp-deck:linear-gradient(118deg, #2b0003 0%, #8f0007 54%, #c0000d 100%)}[data-theme=dark]{--moodlexhtu-rp-err:#f87171;--moodlexhtu-rp-err-wash:#f8717121;--moodlexhtu-rp-err-line:#f8717152;--moodlexhtu-rp-deck:linear-gradient(118deg, #170002 0%, #6c0005 54%, #a50008 100%)}.moodlexhtu-rp-deck{background:var(--moodlexhtu-rp-deck);color:var(--moodlexhtu-on-inverse);border-radius:var(--moodlexhtu-r-hero);margin-block-end:22px;position:relative;overflow:hidden}.moodlexhtu-rp-deck-glow{pointer-events:none;background:radial-gradient(circle,#fc13236b,#0000 62%);border-radius:50%;block-size:560px;inline-size:560px;position:absolute;inset-block-start:-190px;inset-inline-end:-140px}.moodlexhtu-rp-deck-mark{font-family:var(--moodlexhtu-mono);letter-spacing:-.07em;color:#ffffff0d;z-index:0;-webkit-text-stroke:1.6px #ffffff1f;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:158px;font-weight:700;line-height:1;position:absolute;inset-block-end:-52px;inset-inline-end:34px}.moodlexhtu-rp-deck-inner{z-index:1;flex-direction:column;gap:16px;padding:28px 32px 26px;display:flex;position:relative}.moodlexhtu-rp-deck-eyebrow-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.moodlexhtu-rp-deck-eyebrow{font-family:var(--moodlexhtu-mono);letter-spacing:.22em;color:#ff9aa1;font-size:10.5px;font-weight:700}.moodlexhtu-rp-deck-rule{background:#ffffff4d;block-size:12px;inline-size:1px}.moodlexhtu-rp-deck-key{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;color:#fff;border-radius:var(--moodlexhtu-r-sm);background:#ffffff24;border:1px solid #ffffff38;padding:5px 11px;font-size:10.5px;font-weight:700}.moodlexhtu-rp-deck-name{color:#ffffffd1;font-size:13px;font-weight:500}.moodlexhtu-rp-deck-chip{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;color:#fff;border-radius:var(--moodlexhtu-r-pill);border:1px solid #ffffff57;padding:5px 10px;font-size:9px;font-weight:700}.moodlexhtu-rp-deck-chip.kind-allowed{background:#34d39938}.moodlexhtu-rp-deck-chip.kind-refused{background:#fbbf2438}.moodlexhtu-rp-deck-chip.kind-failed{background:#f871713d}.moodlexhtu-rp-deck-chip.kind-unknown{background:0 0;border-style:dashed}.moodlexhtu-rp-deck-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:26px;display:flex}.moodlexhtu-rp-deck-titles{flex-direction:column;gap:10px;max-inline-size:640px;display:flex}.moodlexhtu-rp-deck-title{letter-spacing:-.038em;margin:0;font-size:36px;font-weight:700;line-height:1.04}.moodlexhtu-rp-deck-lede{color:#fffc;text-wrap:pretty;margin:0;font-size:14px;line-height:1.6}.moodlexhtu-rp-deck-verdict{flex-direction:column;gap:7px;max-inline-size:330px;display:flex}.moodlexhtu-rp-deck-verdict-label{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;color:#ffffff8c;font-size:9px;font-weight:700}.moodlexhtu-rp-deck-verdict-text{color:#fff;font-size:13.5px;font-weight:600;line-height:1.5}.moodlexhtu-rp-deck-foot{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.moodlexhtu-rp-deck-metrics{min-inline-size:300px;max-inline-size:calc(var(--moodlexhtu-rp-metrics,3) * 232px + (var(--moodlexhtu-rp-metrics,3) - 1) * 11px);flex:1;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:11px;display:grid}.moodlexhtu-rp-deck-keys{flex-wrap:wrap;gap:7px;display:flex}.moodlexhtu-rp-deck-prov{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;color:#fff;border-radius:var(--moodlexhtu-r-pill);border:1px solid #ffffff47;align-items:center;gap:7px;padding:6px 11px;font-size:8.5px;font-weight:700;display:inline-flex}.moodlexhtu-rp-deck-prov-dot{border-radius:2px;block-size:7px;inline-size:7px}.moodlexhtu-rp-deck-prov.kind-moodle{background:#ffffff14}.moodlexhtu-rp-deck-prov.kind-moodle .moodlexhtu-rp-deck-prov-dot{background:#ffffffd9}.moodlexhtu-rp-deck-prov.kind-ours{background:#fc132333}.moodlexhtu-rp-deck-prov.kind-ours .moodlexhtu-rp-deck-prov-dot{background:#ff6b73}.moodlexhtu-rp-deck-prov.kind-unknown{background:0 0;border-style:dashed}.moodlexhtu-rp-deck-prov.kind-unknown .moodlexhtu-rp-deck-prov-dot{background:0 0;border:1px dashed #fff9}.moodlexhtu-rp-tile{border-radius:var(--moodlexhtu-r-lg);background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);box-shadow:var(--moodlexhtu-shadow-card);flex-direction:column;gap:6px;padding:14px 16px;display:flex;position:relative;overflow:hidden}.moodlexhtu-rp-tile-edge{background:var(--moodlexhtu-ink-faint);inline-size:3px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-rp-tile.kind-value .moodlexhtu-rp-tile-edge{background:var(--moodlexhtu-brand)}.moodlexhtu-rp-tile.kind-withheld .moodlexhtu-rp-tile-edge{background:var(--moodlexhtu-warn)}.moodlexhtu-rp-tile.kind-failed .moodlexhtu-rp-tile-edge{background:var(--moodlexhtu-rp-err)}.moodlexhtu-rp-tile.kind-unknown,.moodlexhtu-rp-tile.kind-pending{border-style:dashed;border-color:var(--moodlexhtu-line-strong)}.moodlexhtu-rp-tile.kind-unknown .moodlexhtu-rp-tile-edge{border-inline-start:3px dashed var(--moodlexhtu-info);background:0 0}.moodlexhtu-rp-tile.kind-pending .moodlexhtu-rp-tile-edge{border-inline-start:3px dashed var(--moodlexhtu-brand);background:0 0}.moodlexhtu-rp-tile-label{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;color:var(--moodlexhtu-ink-faint);font-size:9px;font-weight:700}.moodlexhtu-rp-tile-value{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink);font-size:21px;font-weight:700;line-height:1}.moodlexhtu-rp-tile.kind-withheld .moodlexhtu-rp-tile-value{color:var(--moodlexhtu-warn);font-size:15px}.moodlexhtu-rp-tile.kind-failed .moodlexhtu-rp-tile-value{color:var(--moodlexhtu-rp-err);font-size:15px}.moodlexhtu-rp-tile.kind-unknown .moodlexhtu-rp-tile-value,.moodlexhtu-rp-tile.kind-pending .moodlexhtu-rp-tile-value{color:var(--moodlexhtu-info);font-size:15px}.moodlexhtu-rp-tile-note{color:var(--moodlexhtu-ink-muted);font-size:11.5px;line-height:1.45}.moodlexhtu-rp-tile-tag{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;border-radius:var(--moodlexhtu-r-pill);color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash);border:1px solid var(--moodlexhtu-brand-ring);align-self:flex-start;padding:3px 8px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-tile.on-dark{box-shadow:none;background:#ffffff14;border-color:#fff3}.moodlexhtu-rp-tile.on-dark .moodlexhtu-rp-tile-label{color:#ffffff9e}.moodlexhtu-rp-tile.on-dark .moodlexhtu-rp-tile-value{color:#fff}.moodlexhtu-rp-tile.on-dark .moodlexhtu-rp-tile-note{color:#ffffffb8}.moodlexhtu-rp-tile.on-dark.kind-withheld .moodlexhtu-rp-tile-value{color:#ffe0a3}.moodlexhtu-rp-tile.on-dark.kind-failed .moodlexhtu-rp-tile-value{color:#ffb4b4}.moodlexhtu-rp-tile.on-dark.kind-unknown .moodlexhtu-rp-tile-value,.moodlexhtu-rp-tile.on-dark.kind-pending .moodlexhtu-rp-tile-value{color:#ffffffb8}.moodlexhtu-rp-tile.on-dark.kind-unknown,.moodlexhtu-rp-tile.on-dark.kind-pending{border-color:#ffffff57}.moodlexhtu-rp-tile.on-dark .moodlexhtu-rp-tile-edge{display:none}.moodlexhtu-rp-fact-value{color:var(--moodlexhtu-ink);font-size:13px}.moodlexhtu-rp-fact{white-space:nowrap}.moodlexhtu-rp-fact.is-unknown,.moodlexhtu-rp-fact.is-pending{border-style:dashed}.moodlexhtu-rp-state{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;border-radius:var(--moodlexhtu-r-pill);white-space:nowrap;border:1px solid #0000;align-items:center;gap:6px;padding:5px 10px;font-size:9px;font-weight:700;display:inline-flex}.moodlexhtu-rp-state.tone-ok{color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash);border-color:var(--moodlexhtu-ok)}.moodlexhtu-rp-state.tone-warn{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash);border-color:var(--moodlexhtu-warn)}.moodlexhtu-rp-state.tone-danger{color:var(--moodlexhtu-rp-err);background:var(--moodlexhtu-rp-err-wash);border-color:var(--moodlexhtu-rp-err-line)}.moodlexhtu-rp-state.tone-brand{color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-ring)}.moodlexhtu-rp-state.tone-info{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info)}.moodlexhtu-rp-state.tone-unknowable{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info);border-style:dashed}.moodlexhtu-rp-state.tone-inert{color:var(--moodlexhtu-ink-faint);border-color:var(--moodlexhtu-line-strong);background:0 0}.moodlexhtu-rp-state-glyph{font-size:10px;line-height:1}.moodlexhtu-rp-state-slot{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.moodlexhtu-rp-flags{flex-wrap:wrap;gap:5px;display:inline-flex}.moodlexhtu-rp-flag{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;border:1px solid;border-radius:5px;padding:3px 6px;font-size:8px;font-weight:700}.moodlexhtu-rp-flag.tone-brand{color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-ring)}.moodlexhtu-rp-flag.tone-info{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info)}.moodlexhtu-rp-flag.tone-warn{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash);border-color:var(--moodlexhtu-warn)}.moodlexhtu-rp-secbar{border-block-end:1px solid var(--moodlexhtu-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding-block-end:14px;display:flex}.moodlexhtu-rp-secbar-id{align-items:center;gap:11px;min-inline-size:0;display:flex}.moodlexhtu-rp-secbar-tick{background:var(--moodlexhtu-gradient);border-radius:2px;block-size:2.5px;inline-size:22px}.moodlexhtu-rp-secbar-label{font-family:var(--moodlexhtu-mono);letter-spacing:.2em;color:var(--moodlexhtu-ink-muted);font-size:10px;font-weight:700}.moodlexhtu-rp-secbar-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.moodlexhtu-rp-notice{border-radius:var(--moodlexhtu-r-lg);border:1px solid;align-items:flex-start;gap:15px;padding:18px 20px;display:flex;position:relative;overflow:hidden}.moodlexhtu-rp-notice.tone-info{border-color:var(--moodlexhtu-line-strong);background-color:var(--moodlexhtu-surface);background-image:linear-gradient(125deg, var(--moodlexhtu-info-wash) 0%, transparent 62%);box-shadow:var(--moodlexhtu-shadow-card)}.moodlexhtu-rp-notice.tone-brand{border-color:var(--moodlexhtu-brand-ring);background:var(--moodlexhtu-brand-wash)}.moodlexhtu-rp-notice.tone-warn{border-color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash)}.moodlexhtu-rp-notice.tone-danger{border-color:var(--moodlexhtu-rp-err-line);background:var(--moodlexhtu-rp-err-wash)}.moodlexhtu-rp-notice-glyph{border-radius:var(--moodlexhtu-r-md);block-size:36px;inline-size:36px;font-family:var(--moodlexhtu-mono);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card);border:1px solid;flex:none;place-items:center;font-size:14px;font-weight:700;display:grid}.moodlexhtu-rp-notice.tone-info .moodlexhtu-rp-notice-glyph{color:var(--moodlexhtu-info)}.moodlexhtu-rp-notice.tone-brand .moodlexhtu-rp-notice-glyph{color:var(--moodlexhtu-brand)}.moodlexhtu-rp-notice.tone-warn .moodlexhtu-rp-notice-glyph{color:var(--moodlexhtu-warn)}.moodlexhtu-rp-notice.tone-danger .moodlexhtu-rp-notice-glyph{color:var(--moodlexhtu-rp-err)}.moodlexhtu-rp-notice-body{flex-direction:column;gap:4px;display:flex}.moodlexhtu-rp-notice-title{letter-spacing:-.01em;font-size:14.5px;font-weight:640}.moodlexhtu-rp-notice.tone-brand .moodlexhtu-rp-notice-title{color:var(--moodlexhtu-brand)}.moodlexhtu-rp-notice.tone-warn .moodlexhtu-rp-notice-title{color:var(--moodlexhtu-warn)}.moodlexhtu-rp-notice.tone-danger .moodlexhtu-rp-notice-title{color:var(--moodlexhtu-rp-err)}.moodlexhtu-rp-notice-text{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;font-size:13.5px;line-height:1.6}.moodlexhtu-rp-statements{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.moodlexhtu-rp-statement{isolation:isolate;background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-panel);box-shadow:var(--moodlexhtu-shadow-card);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t) var(--moodlexhtu-ease);flex-direction:column;gap:13px;padding:21px 24px 23px;padding-inline-start:28px;display:flex;position:relative;overflow:hidden}@media (hover:hover){.moodlexhtu-rp-statement:hover{border-color:var(--moodlexhtu-brand-ring);box-shadow:var(--moodlexhtu-shadow-lift);transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.moodlexhtu-rp-statement{transition:none}.moodlexhtu-rp-statement:hover{transform:none}}.moodlexhtu-rp-statement-spine{background:var(--moodlexhtu-gradient-diag);inline-size:4px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-rp-statement-glow{background:radial-gradient(circle, var(--moodlexhtu-brand-wash-strong) 0%, transparent 70%);pointer-events:none;z-index:-1;border-radius:50%;block-size:220px;inline-size:220px;position:absolute;inset-block-start:-70px;inset-inline-start:-70px}.moodlexhtu-rp-statement-mark{font-family:var(--moodlexhtu-mono);letter-spacing:-.05em;color:var(--moodlexhtu-ink);opacity:.05;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:-1;font-size:66px;font-weight:800;line-height:1;position:absolute;inset-block-end:-18px;inset-inline-end:12px}.moodlexhtu-rp-statement-head{align-items:center;gap:11px;min-inline-size:0;display:flex}.moodlexhtu-rp-statement-glyph{border-radius:var(--moodlexhtu-r-sm);block-size:30px;inline-size:30px;color:var(--moodlexhtu-on-brand);background:var(--moodlexhtu-gradient-diag);box-shadow:var(--moodlexhtu-shadow-brand);flex:none;place-items:center;font-size:14px;line-height:1;display:grid}.moodlexhtu-rp-statement-label{font-family:var(--moodlexhtu-mono);letter-spacing:.17em;color:var(--moodlexhtu-brand-text);font-size:9.5px;font-weight:700}.moodlexhtu-rp-statement-text{letter-spacing:-.012em;text-wrap:pretty;margin:0;font-size:15.5px;font-weight:500;line-height:1.6}.moodlexhtu-rp-legend{flex-direction:column;gap:13px;display:flex}.moodlexhtu-rp-legend-title{font-family:var(--moodlexhtu-mono);letter-spacing:.16em;color:var(--moodlexhtu-ink-faint);font-size:9.5px;font-weight:700}.moodlexhtu-rp-legend-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:11px;display:grid}.moodlexhtu-rp-legend-row{align-items:flex-start;gap:11px;display:flex}.moodlexhtu-rp-legend-chip{flex:none}.moodlexhtu-rp-legend-desc{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;font-size:12px;line-height:1.5}.moodlexhtu-rp-skel{flex-direction:column;gap:14px;display:flex}.moodlexhtu-rp-skel-tiles{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.moodlexhtu-rp-skel-tile{border-radius:var(--moodlexhtu-r-lg);background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);block-size:78px;animation:1.4s ease-in-out infinite moodlexhtu-rp-skel}.moodlexhtu-rp-skel-table{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);overflow:hidden}.moodlexhtu-rp-skel-head{background:var(--moodlexhtu-surface-sunk);border-block-end:1px solid var(--moodlexhtu-line);block-size:46px;display:block}.moodlexhtu-rp-skel-row{border-block-end:1px solid var(--moodlexhtu-line);gap:16px;padding:16px 20px;animation:1.4s ease-in-out infinite moodlexhtu-rp-skel;display:flex}.moodlexhtu-rp-skel-row>span{background:var(--moodlexhtu-surface-sunk);border-radius:6px;block-size:13px}.moodlexhtu-rp-skel-note{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-ink-faint);font-size:10.5px;animation:1.6s ease-in-out infinite moodlexhtu-rp-pulse}@keyframes moodlexhtu-rp-skel{0%,to{opacity:.45}50%{opacity:1}}@keyframes moodlexhtu-rp-pulse{0%,to{opacity:1}50%{opacity:.4}}.moodlexhtu-rp-picker{flex-direction:column;gap:13px;display:flex}.moodlexhtu-rp-picker-note{border:1px solid var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-radius:var(--moodlexhtu-r-md);color:var(--moodlexhtu-ink-muted);text-wrap:pretty;align-items:flex-start;gap:13px;padding:15px 17px;font-size:13px;line-height:1.55;display:flex}.moodlexhtu-rp-picker-note-tag{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;color:var(--moodlexhtu-info);border:1px solid var(--moodlexhtu-info);border-radius:var(--moodlexhtu-r-pill);flex:none;padding:4px 9px;font-size:9px;font-weight:700}.moodlexhtu-rp-picker-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:13px;display:grid}.moodlexhtu-rp-picker-card{text-align:start;background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card);cursor:pointer;transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t) var(--moodlexhtu-ease);flex-direction:column;gap:10px;padding:18px;font-family:inherit;display:flex}.moodlexhtu-rp-picker-card:hover{box-shadow:var(--moodlexhtu-shadow-lift);border-color:var(--moodlexhtu-brand);transform:translateY(-2px)}.moodlexhtu-rp-picker-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-rp-picker-code{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-brand);font-size:10.5px;font-weight:700}.moodlexhtu-rp-picker-tag{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;border-radius:var(--moodlexhtu-r-pill);border:1px solid;padding:3px 8px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-picker-tag.kind-ok{color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash);border-color:var(--moodlexhtu-ok)}.moodlexhtu-rp-picker-tag.kind-warn{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash);border-color:var(--moodlexhtu-warn)}.moodlexhtu-rp-picker-tag.kind-danger{color:var(--moodlexhtu-rp-err);background:var(--moodlexhtu-rp-err-wash);border-color:var(--moodlexhtu-rp-err-line)}.moodlexhtu-rp-picker-tag.kind-info{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info);border-style:dashed}.moodlexhtu-rp-picker-name{letter-spacing:-.015em;color:var(--moodlexhtu-ink);font-size:15.5px;font-weight:600}.moodlexhtu-rp-picker-meta{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;font-size:12.5px;line-height:1.5}.moodlexhtu-rp-trail{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.moodlexhtu-rp-trail-step{align-items:center;gap:8px;display:flex}.moodlexhtu-rp-trail-btn,.moodlexhtu-rp-trail-here{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;padding:5px 0;font-size:10.5px;font-weight:700}.moodlexhtu-rp-trail-btn{color:var(--moodlexhtu-ink-muted);cursor:pointer;transition:color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);background:0 0;border:0}.moodlexhtu-rp-trail-btn:hover{color:var(--moodlexhtu-brand);text-decoration:underline}.moodlexhtu-rp-trail-here{color:var(--moodlexhtu-brand)}.moodlexhtu-rp-trail-sep{border-block-start:1.5px solid var(--moodlexhtu-ink-faint);border-inline-end:1.5px solid var(--moodlexhtu-ink-faint);block-size:5px;inline-size:5px;transform:rotate(45deg)}[dir=rtl] .moodlexhtu-rp-trail-sep{transform:rotate(-135deg)}.moodlexhtu-rp-matrix-wrap{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-panel);box-shadow:var(--moodlexhtu-shadow-card);overflow:hidden}.moodlexhtu-rp-matrix-head{border-block-end:1px solid var(--moodlexhtu-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex}.moodlexhtu-rp-matrix-titles{flex-direction:column;gap:4px;display:flex}.moodlexhtu-rp-matrix-title{letter-spacing:-.015em;font-size:15.5px;font-weight:600}.moodlexhtu-rp-matrix-meta{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--moodlexhtu-ink-faint);font-size:10px}.moodlexhtu-rp-matrix-key{flex-wrap:wrap;gap:6px;display:flex}.moodlexhtu-rp-matrix-scroll{overflow-x:auto}.moodlexhtu-rp-matrix-row{border-block-end:1px solid var(--moodlexhtu-line);transition:background var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);display:grid}.moodlexhtu-rp-matrix-row.is-head,.moodlexhtu-rp-matrix-row.is-foot,.moodlexhtu-rp-matrix-row:not(.is-head):not(.is-foot):hover{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-rp-matrix-c{align-items:center;min-inline-size:0;padding:8px 4px;display:flex}.moodlexhtu-rp-matrix-c.is-sticky{z-index:1;background:var(--moodlexhtu-surface);gap:8px;padding-inline:16px;position:sticky;inset-inline-start:0}.moodlexhtu-rp-matrix-row.is-head .moodlexhtu-rp-matrix-c.is-sticky,.moodlexhtu-rp-matrix-row.is-foot .moodlexhtu-rp-matrix-c.is-sticky{background:var(--moodlexhtu-surface-sunk);z-index:2}.moodlexhtu-rp-matrix-c.is-mid{justify-content:center}.moodlexhtu-rp-matrix-c.is-end{justify-content:flex-end;gap:10px;padding-inline:16px}.moodlexhtu-rp-matrix-h{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;color:var(--moodlexhtu-ink-muted);font-size:9.5px;font-weight:700}.moodlexhtu-rp-matrix-h.is-brand{color:var(--moodlexhtu-brand)}.moodlexhtu-rp-matrix-name{white-space:nowrap;font-size:13px;font-weight:600}.moodlexhtu-rp-matrix-susp{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-warn);border:1px solid var(--moodlexhtu-warn);border-radius:4px;padding:2px 5px;font-size:8px;font-weight:700}.moodlexhtu-rp-cell{border-radius:var(--moodlexhtu-r-sm);block-size:34px;inline-size:34px;font-family:var(--moodlexhtu-mono);transition:transform var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);border:1px solid #0000;place-items:center;font-size:11px;font-weight:700;display:grid}.moodlexhtu-rp-cell:hover{transform:scale(1.14)}.moodlexhtu-rp-cell.tone-ok{color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash);border-color:var(--moodlexhtu-ok)}.moodlexhtu-rp-cell.tone-warn{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash);border-color:var(--moodlexhtu-warn)}.moodlexhtu-rp-cell.tone-danger{color:var(--moodlexhtu-rp-err);background:var(--moodlexhtu-rp-err-wash);border-color:var(--moodlexhtu-rp-err-line)}.moodlexhtu-rp-cell.tone-brand{color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-ring)}.moodlexhtu-rp-cell.tone-info{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info)}.moodlexhtu-rp-cell.tone-unknowable{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info);border-style:dashed}.moodlexhtu-rp-cell.tone-inert{color:var(--moodlexhtu-ink-faint);border-color:var(--moodlexhtu-line-strong);background:0 0}.moodlexhtu-rp-matrix-c.is-coverage{gap:10px}.moodlexhtu-rp-matrix-cov{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink);text-align:end;inline-size:78px;font-size:11px;font-weight:700}.moodlexhtu-rp-matrix-cov.is-unknown{color:var(--moodlexhtu-info)}.moodlexhtu-rp-matrix-total{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink);font-size:10px;font-weight:700}.moodlexhtu-rp-matrix-total.is-unknown{color:var(--moodlexhtu-info)}.moodlexhtu-rp-matrix-excl{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-ink-faint);text-align:end;font-size:9px}.moodlexhtu-rp-risk{text-align:start;background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-panel);inline-size:100%;box-shadow:var(--moodlexhtu-shadow-card);flex-wrap:wrap;align-items:center;gap:20px;padding:18px 20px;font-family:inherit;display:flex;position:relative;overflow:hidden}.moodlexhtu-rp-risk.tone-unknowable{border-style:dashed;border-color:var(--moodlexhtu-line-strong)}.moodlexhtu-rp-risk.is-open{cursor:pointer;transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease)}.moodlexhtu-rp-risk.is-open:hover{box-shadow:var(--moodlexhtu-shadow-lift);transform:translateY(-2px)}.moodlexhtu-rp-risk-spine{inline-size:4px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-rp-risk-spine.tone-ok{background:var(--moodlexhtu-ok)}.moodlexhtu-rp-risk-spine.tone-warn{background:var(--moodlexhtu-warn)}.moodlexhtu-rp-risk-spine.tone-brand{background:var(--moodlexhtu-gradient-diag)}.moodlexhtu-rp-risk-spine.tone-danger{background:var(--moodlexhtu-rp-err)}.moodlexhtu-rp-risk-spine.tone-info,.moodlexhtu-rp-risk-spine.tone-unknowable{background:var(--moodlexhtu-line-strong)}.moodlexhtu-rp-risk-id{flex-direction:column;flex:1;gap:6px;min-inline-size:210px;display:flex}.moodlexhtu-rp-risk-top{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.moodlexhtu-rp-risk-name{letter-spacing:-.015em;font-size:16px;font-weight:600}.moodlexhtu-rp-risk-band{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;border-radius:var(--moodlexhtu-r-pill);border:1px solid;padding:4px 10px;font-size:9px;font-weight:700}.moodlexhtu-rp-risk-band.tone-ok{color:var(--moodlexhtu-ok);background:var(--moodlexhtu-ok-wash);border-color:var(--moodlexhtu-ok)}.moodlexhtu-rp-risk-band.tone-warn{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash);border-color:var(--moodlexhtu-warn)}.moodlexhtu-rp-risk-band.tone-brand{color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-ring)}.moodlexhtu-rp-risk-band.tone-unknowable,.moodlexhtu-rp-risk-band.tone-info{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info);border-style:dashed}.moodlexhtu-rp-risk-badge{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;border-radius:var(--moodlexhtu-r-pill);border:1px solid;padding:4px 9px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-risk-badge.is-estimate{color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-ring)}.moodlexhtu-rp-risk-badge.is-decline{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info);border-style:dashed}.moodlexhtu-rp-risk-key{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--moodlexhtu-ink-faint);font-size:10.5px}.moodlexhtu-rp-risk-note{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;max-inline-size:420px;font-size:12.5px;line-height:1.5}.moodlexhtu-rp-fp{align-items:flex-end;gap:14px;display:flex}.moodlexhtu-rp-fp-col{flex-direction:column;align-items:center;gap:8px;inline-size:58px;display:flex}.moodlexhtu-rp-fp-value{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-brand);font-size:9.5px;font-weight:700}.moodlexhtu-rp-fp-col.is-unobserved .moodlexhtu-rp-fp-value{color:var(--moodlexhtu-info)}.moodlexhtu-rp-fp-track{background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);border-radius:7px;align-items:flex-end;block-size:62px;inline-size:22px;display:flex;overflow:hidden}.moodlexhtu-rp-fp-col.is-unobserved .moodlexhtu-rp-fp-track{border-style:dashed;border-color:var(--moodlexhtu-info);background:0 0}.moodlexhtu-rp-fp-fill{background:var(--moodlexhtu-gradient-diag);inline-size:100%;transition:block-size .25s var(--moodlexhtu-ease);display:block}.moodlexhtu-rp-fp-label{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-ink-faint);text-align:center;font-size:7.5px;font-weight:700;line-height:1.3}.moodlexhtu-rp-fp-weight{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);font-size:7.5px}.moodlexhtu-rp-decline{border:1.5px dashed var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-radius:var(--moodlexhtu-r-md);flex-direction:column;align-items:flex-start;gap:7px;min-inline-size:230px;padding:14px 16px;display:flex}.moodlexhtu-rp-decline-observed,.moodlexhtu-rp-decline-floor{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;font-size:12px;line-height:1.5}.moodlexhtu-rp-decline-none{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:var(--moodlexhtu-ink-faint);font-size:9px}.moodlexhtu-gate-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:13px;display:grid}.moodlexhtu-gate-card{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card);color:var(--moodlexhtu-ink);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t) var(--moodlexhtu-ease);flex-direction:column;gap:8px;padding:18px;display:flex}a.moodlexhtu-gate-card:hover{box-shadow:var(--moodlexhtu-shadow-lift);border-color:var(--moodlexhtu-brand);text-decoration:none;transform:translateY(-2px)}.moodlexhtu-gate-card.is-refused{background:var(--moodlexhtu-surface-sunk);border-color:var(--moodlexhtu-line);box-shadow:none;color:var(--moodlexhtu-ink-muted)}.moodlexhtu-gate-card.is-checking{border-style:dashed;border-color:var(--moodlexhtu-line-strong)}.moodlexhtu-gate-icon{font-size:20px;line-height:1}.moodlexhtu-gate-card.is-refused .moodlexhtu-gate-icon{opacity:.45}.moodlexhtu-gate-title{letter-spacing:-.012em;font-size:15px;font-weight:600}.moodlexhtu-gate-desc{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;font-size:12.5px;line-height:1.5}.moodlexhtu-gate-flag{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;border-radius:var(--moodlexhtu-r-pill);border:1px solid;align-self:flex-start;padding:3px 8px;font-size:8.5px;font-weight:700}.moodlexhtu-gate-flag.is-refused{color:var(--moodlexhtu-warn);background:var(--moodlexhtu-warn-wash);border-color:var(--moodlexhtu-warn)}.moodlexhtu-gate-flag.is-checking{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info);border-style:dashed}.moodlexhtu-cfg-off{border:1.5px dashed var(--moodlexhtu-brand-ring);border-radius:var(--moodlexhtu-r-panel);background:repeating-linear-gradient(135deg, var(--moodlexhtu-brand-wash) 0 10px, transparent 10px 20px);flex-direction:column;gap:11px;padding:20px 22px;display:flex}.moodlexhtu-cfg-off-head{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.moodlexhtu-cfg-off-title{letter-spacing:-.015em;font-size:15.5px;font-weight:600}.moodlexhtu-cfg-off-body,.moodlexhtu-cfg-off-held,.moodlexhtu-cfg-off-hint{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;margin:0;font-size:13px;line-height:1.55}.moodlexhtu-cfg-off-held{border-inline-start:3px solid var(--moodlexhtu-brand-ring);padding-inline-start:12px;font-style:italic}.moodlexhtu-cfg-off-hint{color:var(--moodlexhtu-ink-faint);font-size:12px}.moodlexhtu-cfg-off-kinds{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.moodlexhtu-cfg-off-kinds-label{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;color:var(--moodlexhtu-brand);font-size:9px;font-weight:700}.moodlexhtu-cfg-off-kind{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-chip);padding:3px 8px;font-size:11.5px}.moodlexhtu-rp-page{flex-direction:column;gap:22px;display:flex}.moodlexhtu-rp-tiles{grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:13px;display:grid}.moodlexhtu-rp-filters{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-lg);box-shadow:var(--moodlexhtu-shadow-card);flex-wrap:wrap;align-items:center;gap:11px;padding:14px 16px;display:flex}.moodlexhtu-rp-filter-count{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;color:var(--moodlexhtu-ink-faint);margin-inline-start:auto;font-size:10px}.moodlexhtu-rp-panel-head{border-block-end:1px solid var(--moodlexhtu-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex}.moodlexhtu-rp-panel-title{letter-spacing:-.015em;font-size:15.5px;font-weight:600}.moodlexhtu-rp-panel-meta{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--moodlexhtu-ink-faint);font-size:10px}.moodlexhtu-rp-panel-note{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;max-inline-size:380px;font-size:12px;line-height:1.5}.moodlexhtu-rp-panel-foot{background:var(--moodlexhtu-surface-sunk);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.moodlexhtu-rp-panel-foot-note{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;color:var(--moodlexhtu-ink-faint);font-size:10px}.moodlexhtu-rp-col{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.moodlexhtu-rp-col-owner{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;border-radius:var(--moodlexhtu-r-pill);border:1px solid;padding:3px 7px;font-size:8px;font-weight:700}.moodlexhtu-rp-col-owner.is-moodle{color:var(--moodlexhtu-info);background:var(--moodlexhtu-info-wash);border-color:var(--moodlexhtu-info)}.moodlexhtu-rp-col-owner.is-ours{color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash);border-color:var(--moodlexhtu-brand-ring)}.moodlexhtu-rp-launchers{flex-wrap:wrap;gap:7px;display:flex}.moodlexhtu-rp-page>.moodlexhtu-hosted{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-lg);box-shadow:var(--moodlexhtu-shadow-card);padding:20px}.moodlexhtu-rp-page>.moodlexhtu-hosted input:not([type=checkbox]):not([type=radio]),.moodlexhtu-rp-page>.moodlexhtu-hosted select,.moodlexhtu-rp-page>.moodlexhtu-hosted textarea{font:inherit;color:var(--moodlexhtu-ink);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-md);padding:9px 12px}.moodlexhtu-rp-page>.moodlexhtu-hosted input:focus-visible,.moodlexhtu-rp-page>.moodlexhtu-hosted select:focus-visible,.moodlexhtu-rp-page>.moodlexhtu-hosted textarea:focus-visible{border-color:var(--moodlexhtu-brand);box-shadow:0 0 0 3px var(--moodlexhtu-brand-ring);outline:0}.moodlexhtu-rp-course-id{flex-wrap:wrap;align-items:center;gap:9px;min-inline-size:0;display:flex}.moodlexhtu-rp-course-key{letter-spacing:.1em;color:var(--moodlexhtu-brand);font-size:10.5px;font-weight:700}.moodlexhtu-rp-course-name{letter-spacing:-.01em;font-size:13px;font-weight:600}.moodlexhtu-rp-verdict{text-wrap:pretty;font-size:13px;font-weight:600;line-height:1.45}.moodlexhtu-rp-verdict.kind-allowed{color:var(--moodlexhtu-ok)}.moodlexhtu-rp-verdict.kind-refused{color:var(--moodlexhtu-warn)}.moodlexhtu-rp-verdict.kind-unknown{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-rp-verdict.kind-failed{color:var(--moodlexhtu-danger)}.moodlexhtu-rp-launchers .moodlexhtu-btn{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);padding:7px 11px;font-size:9.5px;font-weight:700}.moodlexhtu-rp-launchers .moodlexhtu-btn:hover:not(:disabled){color:var(--moodlexhtu-brand);border-color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand-wash)}.moodlexhtu-rp-panel{overflow:hidden}.moodlexhtu-rp-panel .moodlexhtu-table-wrap{margin:0}.moodlexhtu-rp-panel-titles{flex-direction:column;gap:4px;min-inline-size:0;display:flex}.moodlexhtu-rp-row-open{font:inherit;color:inherit;text-align:start;cursor:pointer;border-radius:var(--moodlexhtu-r-sm);background:0 0;border:0;margin:0;padding:0}.moodlexhtu-rp-row-open:hover{color:var(--moodlexhtu-brand)}.moodlexhtu-rp-row-open:focus-visible{outline:2px solid var(--moodlexhtu-brand-ring);outline-offset:3px}.moodlexhtu-rp-panel tr.is-openable:hover{background:var(--moodlexhtu-surface-sunk)}@media (width<=900px){.moodlexhtu-rp-deck-title{font-size:27px}.moodlexhtu-rp-deck-mark{display:none}}@media (prefers-reduced-motion:reduce){.moodlexhtu-rp-skel-tile,.moodlexhtu-rp-skel-row,.moodlexhtu-rp-skel-note{animation:none}.moodlexhtu-rp-cell:hover,.moodlexhtu-rp-risk.is-open:hover,.moodlexhtu-rp-picker-card:hover,a.moodlexhtu-gate-card:hover{transform:none}.moodlexhtu-rp-fp-fill{transition:none}}.moodlexhtu-admin-legend{flex-direction:column;gap:10px;margin:12px 0 0;padding:0;list-style:none;display:flex}.moodlexhtu-admin-legend>li{color:var(--moodlexhtu-ink-muted);text-wrap:pretty;flex-wrap:wrap;align-items:baseline;gap:11px;font-size:12.5px;line-height:1.55;display:flex}.moodlexhtu-admin-legend .moodlexhtu-gate-flag{flex:none}.moodlexhtu-cohort-parsed{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);flex-direction:column;gap:8px;margin-block:14px;padding:13px 15px;display:flex}.moodlexhtu-cohort-parsed-label{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;color:var(--moodlexhtu-brand);font-size:9.5px;font-weight:700}.moodlexhtu-cohort-parsed-chips{flex-wrap:wrap;gap:6px;display:flex}.moodlexhtu-cohort-chip{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-chip);padding:3px 8px;font-size:11.5px}.moodlexhtu-provision-step{flex-direction:column;gap:14px;margin-block-start:16px;display:flex}.moodlexhtu-provision-chain{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.moodlexhtu-provision-arrow{border-block-start:2px solid var(--moodlexhtu-ink-faint);border-inline-end:2px solid var(--moodlexhtu-ink-faint);flex:none;block-size:7px;inline-size:7px;transform:rotate(45deg)}[dir=rtl] .moodlexhtu-provision-arrow{transform:rotate(-135deg)}.moodlexhtu-pending-name{color:var(--moodlexhtu-ink);font-size:14px;font-weight:600}.moodlexhtu-pending-username{color:var(--moodlexhtu-ink-faint);font-size:12.5px}.moodlexhtu-pending-flow{border-block-start:1px solid var(--moodlexhtu-line);margin-block-start:16px;padding-block-start:16px}.moodlexhtu-rp-picker-card.is-selected{border-color:var(--moodlexhtu-brand);box-shadow:0 0 0 3px var(--moodlexhtu-brand-ring);border-color:var(--moodlexhtu-brand);box-shadow:0 0 0 3px var(--moodlexhtu-brand-ring)}.moodlexhtu-prof-hero .moodlexhtu-hero-inner{align-items:center}.moodlexhtu-prof-id{border-radius:var(--moodlexhtu-r-panel);background:color-mix(in srgb, var(--moodlexhtu-inverse) 38%, transparent);border:1px solid #ffffff2e;align-items:center;gap:18px;max-width:100%;padding:18px 22px;display:flex;position:relative}.moodlexhtu-prof-id-main{flex-direction:column;gap:7px;min-width:0;display:flex}.moodlexhtu-prof-id-name{letter-spacing:-.02em;color:var(--moodlexhtu-on-inverse);font-size:22px;font-weight:600}.moodlexhtu-prof-id-tag{letter-spacing:.04em;color:var(--moodlexhtu-on-inverse-muted);font-size:12px}.moodlexhtu-prof-id-roles{flex-wrap:wrap;gap:7px;display:flex}.moodlexhtu-prof-id .moodlexhtu-avatar.lg{box-shadow:0 0 0 2px #ffffff57}.moodlexhtu-prof-id-roles .moodlexhtu-badge{color:#fff;background:#ffffff29}.moodlexhtu-prof-id-roles .moodlexhtu-badge.solid{background:var(--moodlexhtu-inverse-btn);color:var(--moodlexhtu-on-inverse-btn)}.moodlexhtu-prof-id-roles .moodlexhtu-badge.outline{color:var(--moodlexhtu-on-inverse-muted);background:0 0;border-color:#fff6}.moodlexhtu-prof-figures{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;display:grid}.moodlexhtu-prof-fig{border:1px solid var(--moodlexhtu-line);border-inline-start:3px solid var(--moodlexhtu-brand);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);flex-direction:column;gap:7px;padding:16px 18px;display:flex}.moodlexhtu-prof-fig.unknown{border-inline-start-style:dashed;border-inline-start-color:var(--moodlexhtu-line-strong);background:0 0}.moodlexhtu-prof-fig-label{letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);font-size:11px;font-weight:600}.moodlexhtu-prof-fig-value{letter-spacing:-.02em;min-height:38px;color:var(--moodlexhtu-ink);font-variant-numeric:tabular-nums;align-items:center;font-size:30px;font-weight:600;display:flex}.moodlexhtu-prof-fig-value .moodlexhtu-badge{height:27px;padding:0 12px;font-size:12.5px}.moodlexhtu-prof-fig-note{color:var(--moodlexhtu-ink-faint);font-size:12px;line-height:1.55}.moodlexhtu-prof-warns{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-prof-warn{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface);align-items:flex-start;gap:14px;padding:14px 16px;padding-inline-start:20px;display:flex;position:relative}.moodlexhtu-prof-warn-edge{background:var(--moodlexhtu-warn);border-start-start-radius:var(--moodlexhtu-r-md);border-end-start-radius:var(--moodlexhtu-r-md);width:3px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-prof-warn.resolved .moodlexhtu-prof-warn-edge{background:var(--moodlexhtu-ok)}.moodlexhtu-prof-warn-main{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.moodlexhtu-prof-warn-title{color:var(--moodlexhtu-ink);font-size:14px;font-weight:600}.moodlexhtu-prof-warn-desc{color:var(--moodlexhtu-ink-muted);font-size:13px;line-height:1.6}.moodlexhtu-prof-warn-meta{flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex}@media (width<=900px){.moodlexhtu-prof-id{flex:100%}.moodlexhtu-prof-id-name{font-size:19px}}.moodlexhtu-caps{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-caps>li{border-block-start:1px solid var(--moodlexhtu-line-soft);padding-block:8px;font-size:13px}.moodlexhtu-caps>li:first-child{border-block-start:none;padding-block-start:0}.moodlexhtu-caps .moodlexhtu-mono{color:var(--moodlexhtu-ink-faint);font-size:11px}.moodlexhtu-cc-hero .moodlexhtu-hero-inner{align-items:flex-start}.moodlexhtu-cc-hero{padding-block-end:32px}.moodlexhtu-cc-live{border-radius:var(--moodlexhtu-r-pill);background:color-mix(in srgb, var(--moodlexhtu-inverse) 40%, transparent);color:var(--moodlexhtu-on-inverse-muted);border:1px solid #fff3;flex:none;align-items:center;gap:9px;padding:9px 15px;font-size:12px;display:flex}.moodlexhtu-cc-live.unknown{border-style:dashed}.moodlexhtu-cc-live .moodlexhtu-dot.live{background:var(--moodlexhtu-ok-on-dark)}.moodlexhtu-hero-foot{margin-block-start:30px;position:relative}.moodlexhtu-ribbon{border-radius:var(--moodlexhtu-r-panel);background:#ffffff26;border:1px solid #ffffff2e;grid-template-columns:repeat(auto-fit,minmax(152px,1fr));gap:1px;display:grid;overflow:hidden}.moodlexhtu-ribbon-cell{background:color-mix(in srgb, var(--moodlexhtu-inverse) 44%, transparent);padding:17px 22px}.moodlexhtu-ribbon-value{letter-spacing:-.025em;color:var(--moodlexhtu-on-inverse);font-variant-numeric:tabular-nums;font-size:32px;font-weight:600;line-height:1.1}.moodlexhtu-ribbon-label{letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-on-inverse-faint);margin-block-start:5px;font-size:11px;font-weight:500}.moodlexhtu-ribbon-cell.unknown{background:0 0;border:1px dashed #fff6}.moodlexhtu-ribbon-cell.unknown .moodlexhtu-ribbon-value{color:var(--moodlexhtu-on-inverse-faint)}.moodlexhtu-cc-alerts{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.moodlexhtu-cc-alert{border-inline-end:1px solid var(--moodlexhtu-line-soft);flex-direction:column;align-items:flex-start;gap:13px;padding:24px;display:flex;position:relative}.moodlexhtu-cc-alert:last-child{border-inline-end:none}.moodlexhtu-cc-alert:before{content:"";background:var(--moodlexhtu-line-strong);height:3px;position:absolute;inset-block-start:0;inset-inline:0}.moodlexhtu-cc-alert.tone-warn:before{background:var(--moodlexhtu-warn)}.moodlexhtu-cc-alert.tone-info:before{background:var(--moodlexhtu-info)}.moodlexhtu-cc-alert.tone-danger:before{background:var(--moodlexhtu-danger)}.moodlexhtu-cc-alert-icon{border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-neutral-wash);width:38px;height:38px;color:var(--moodlexhtu-ink-muted);flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-cc-alert.tone-warn .moodlexhtu-cc-alert-icon{background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn)}.moodlexhtu-cc-alert.tone-info .moodlexhtu-cc-alert-icon{background:var(--moodlexhtu-info-wash);color:var(--moodlexhtu-info)}.moodlexhtu-cc-alert.tone-danger .moodlexhtu-cc-alert-icon{background:var(--moodlexhtu-danger-wash);color:var(--moodlexhtu-danger)}.moodlexhtu-cc-alert-title{letter-spacing:-.015em;font-size:16px;font-weight:600;line-height:1.35}.moodlexhtu-cc-alert-body{color:var(--moodlexhtu-ink-muted);flex:1;font-size:13px;line-height:1.6}.moodlexhtu-clear{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:32px;padding:28px;display:grid}.moodlexhtu-clear-say{min-width:0}.moodlexhtu-clear-mark{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-ok-wash);width:54px;height:54px;color:var(--moodlexhtu-ok);box-shadow:0 0 0 9px color-mix(in srgb, var(--moodlexhtu-ok) 6%, transparent);justify-content:center;align-items:center;display:flex}.moodlexhtu-clear-title{letter-spacing:-.025em;margin-block-start:20px;font-size:21px;font-weight:600;line-height:1.3}.moodlexhtu-clear-body{color:var(--moodlexhtu-ink-muted);max-width:46ch;margin-block-start:9px;font-size:13.5px;line-height:1.65}.moodlexhtu-clear-actions{margin-block-start:18px}.moodlexhtu-clear-checks{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-clear-check{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-surface-sunk);align-items:flex-start;gap:11px;padding:12px 15px;font-size:13px;line-height:1.5;display:flex}.moodlexhtu-clear-check-mark{color:var(--moodlexhtu-ok);flex:none;margin-block-start:2px;display:flex}.moodlexhtu-cc-course{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-inline-start:3px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease);grid-template-columns:56px minmax(0,1fr) 200px auto;align-items:center;gap:22px;padding:20px 22px;display:grid}.moodlexhtu-cc-course:hover{box-shadow:var(--moodlexhtu-shadow-lift);transform:translateY(-2px)}.moodlexhtu-cc-course.tone-ok{border-inline-start-color:var(--moodlexhtu-ok)}.moodlexhtu-cc-course.tone-warn{border-inline-start-color:var(--moodlexhtu-warn)}.moodlexhtu-cc-course.tone-unknown{border-inline-start-style:dashed}.moodlexhtu-cc-glyph{border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-gradient-diag);width:56px;height:56px;color:var(--moodlexhtu-on-brand);letter-spacing:.01em;box-shadow:var(--moodlexhtu-shadow-brand);flex:none;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.moodlexhtu-cc-course-name{letter-spacing:-.015em;margin-block-start:7px;font-size:16.5px;font-weight:600;line-height:1.3}.moodlexhtu-cc-facts{flex-wrap:wrap;gap:8px 16px;margin-block-start:9px;display:flex}.moodlexhtu-cc-fact{color:var(--moodlexhtu-ink-muted);font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-size:12.5px;display:flex}.moodlexhtu-cc-fact svg{color:var(--moodlexhtu-ink-faint);flex:none}.moodlexhtu-cc-course-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.moodlexhtu-meter{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);height:10px;display:flex;overflow:hidden}.moodlexhtu-meter.unknown{background:repeating-linear-gradient(135deg, var(--moodlexhtu-line) 0 5px, transparent 5px 10px)}.moodlexhtu-meter-seg{min-width:3px}.moodlexhtu-meter-seg.ok{background:var(--moodlexhtu-ok)}.moodlexhtu-meter-seg.warn{background:var(--moodlexhtu-warn)}.moodlexhtu-meter-seg.danger{background:var(--moodlexhtu-danger)}.moodlexhtu-meter-seg.brand{background:var(--moodlexhtu-brand)}.moodlexhtu-meter-seg.unknown{background:repeating-linear-gradient(135deg, var(--moodlexhtu-line-strong) 0 4px, var(--moodlexhtu-surface-sunk) 4px 8px)}.moodlexhtu-meter-legend{flex-direction:column;gap:10px;margin:16px 0 0;padding:0;list-style:none;display:flex}.moodlexhtu-meter-legend li{align-items:center;gap:10px;font-size:12.5px;display:flex}.moodlexhtu-meter-swatch{background:var(--moodlexhtu-line-strong);border-radius:3px;flex:none;width:10px;height:10px}.moodlexhtu-meter-swatch.ok{background:var(--moodlexhtu-ok)}.moodlexhtu-meter-swatch.warn{background:var(--moodlexhtu-warn)}.moodlexhtu-meter-swatch.danger{background:var(--moodlexhtu-danger)}.moodlexhtu-meter-swatch.brand{background:var(--moodlexhtu-brand)}.moodlexhtu-meter-swatch.unknown{background:repeating-linear-gradient(135deg, var(--moodlexhtu-line-strong) 0 3px, var(--moodlexhtu-surface) 3px 6px);border:1px solid var(--moodlexhtu-line-strong)}.moodlexhtu-meter-legend-label{color:var(--moodlexhtu-ink-muted);min-width:0}.moodlexhtu-meter-legend-n{font-variant-numeric:tabular-nums;margin-inline-start:auto;font-weight:600}.moodlexhtu-quick.row{align-items:center;gap:13px;padding:13px 15px;display:flex}.moodlexhtu-quick.row .moodlexhtu-quick-icon{flex:none}.moodlexhtu-quick.row .moodlexhtu-quick-text{flex-direction:column;flex:1;min-width:0;display:flex}.moodlexhtu-quick.row .moodlexhtu-quick-label{color:var(--moodlexhtu-ink);margin-block-start:0}.moodlexhtu-quick.row .moodlexhtu-quick-chev{color:var(--moodlexhtu-ink-faint);transition:color var(--moodlexhtu-t-fast) var(--moodlexhtu-ease);flex:none;display:flex}.moodlexhtu-quick.row:hover .moodlexhtu-quick-chev{color:var(--moodlexhtu-brand)}@media (width<=900px){.moodlexhtu-clear{grid-template-columns:minmax(0,1fr);gap:24px}.moodlexhtu-cc-alerts{grid-template-columns:minmax(0,1fr)}.moodlexhtu-cc-alert{border-inline-end:none;border-block-end:1px solid var(--moodlexhtu-line-soft)}.moodlexhtu-cc-alert:last-child{border-block-end:none}.moodlexhtu-cc-course{grid-template-columns:56px minmax(0,1fr);align-items:start}.moodlexhtu-cc-share,.moodlexhtu-cc-course-actions{grid-column:2}.moodlexhtu-cc-course-actions{justify-content:flex-start}}@media (width<=640px){.moodlexhtu-cc-hero{padding-block-end:24px}.moodlexhtu-hero-foot{margin-block-start:24px}.moodlexhtu-ribbon-value{font-size:26px}.moodlexhtu-clear{padding:22px}}.moodlexhtu-cr-hero .moodlexhtu-hero-inner{align-items:flex-start}.moodlexhtu-cr-hero{padding-block-end:32px}.moodlexhtu-cr-live{border-radius:var(--moodlexhtu-r-pill);background:color-mix(in srgb, var(--moodlexhtu-inverse) 40%, transparent);color:var(--moodlexhtu-on-inverse-muted);border:1px solid #fff3;flex:none;align-items:center;gap:9px;padding:9px 15px;font-size:12px;display:flex}.moodlexhtu-cr-live.unknown{border-style:dashed}.moodlexhtu-ribbon-note{color:var(--moodlexhtu-on-inverse-muted);max-width:34ch;margin-block-start:8px;font-size:11.5px;font-weight:300;line-height:1.5}.moodlexhtu-ribbon-cell.unknown .moodlexhtu-ribbon-note{color:var(--moodlexhtu-on-inverse-faint)}.moodlexhtu-cr-verdict{grid-template-columns:60px minmax(0,1fr);gap:24px;padding:28px 30px;display:grid;position:relative;overflow:hidden}.moodlexhtu-cr-verdict:before{content:"";background:var(--moodlexhtu-line-strong);height:3px;position:absolute;inset-block-start:0;inset-inline:0}.moodlexhtu-cr-verdict.tone-ok:before{background:var(--moodlexhtu-ok)}.moodlexhtu-cr-verdict.tone-warn:before{background:var(--moodlexhtu-warn)}.moodlexhtu-cr-verdict.tone-unknown{border-style:dashed}.moodlexhtu-cr-verdict.tone-unknown:before{background:repeating-linear-gradient(90deg, var(--moodlexhtu-line-strong) 0 6px, transparent 6px 12px)}.moodlexhtu-cr-mark{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-neutral-wash);width:60px;height:60px;color:var(--moodlexhtu-ink-muted);flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-cr-verdict.tone-ok .moodlexhtu-cr-mark{background:var(--moodlexhtu-ok-wash);color:var(--moodlexhtu-ok);box-shadow:0 0 0 9px color-mix(in srgb, var(--moodlexhtu-ok) 6%, transparent)}.moodlexhtu-cr-verdict.tone-warn .moodlexhtu-cr-mark{background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn);box-shadow:0 0 0 9px color-mix(in srgb, var(--moodlexhtu-warn) 6%, transparent)}.moodlexhtu-cr-verdict.tone-unknown .moodlexhtu-cr-mark{border:1px dashed var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink-faint);background:0 0}.moodlexhtu-cr-verdict-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:11px;font-weight:500}.moodlexhtu-cr-verdict-title{letter-spacing:-.025em;margin-block-start:9px;font-size:21px;font-weight:600;line-height:1.3}.moodlexhtu-cr-verdict-body{color:var(--moodlexhtu-ink-muted);max-width:82ch;margin-block-start:9px;font-size:13.5px;line-height:1.65}.moodlexhtu-cr-verdict-foot{flex-wrap:wrap;align-items:center;gap:12px;margin-block-start:20px;display:flex}.moodlexhtu-cr-note{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-ctl);background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink-muted);align-items:center;gap:9px;padding:10px 14px;font-size:12.5px;line-height:1.5;display:flex}.moodlexhtu-cr-note svg{color:var(--moodlexhtu-ink-faint);flex:none}.moodlexhtu-cr-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.moodlexhtu-cr-course{background:var(--moodlexhtu-surface);border:1px solid var(--moodlexhtu-line);border-inline-start:3px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-card);box-shadow:var(--moodlexhtu-shadow-card);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease);animation:moodlexhtu-rise .4s var(--moodlexhtu-ease) backwards;animation-delay:calc(var(--moodlexhtu-i,0) * 70ms);flex-direction:column;gap:16px;padding:20px 22px;display:flex;position:relative}.moodlexhtu-cr-course:hover{box-shadow:var(--moodlexhtu-shadow-lift);transform:translateY(-2px)}.moodlexhtu-cr-course.tone-ok{border-inline-start-color:var(--moodlexhtu-ok)}.moodlexhtu-cr-course.tone-unknown{border-inline-start-style:dashed}.moodlexhtu-cr-course-top{align-items:flex-start;gap:15px;display:flex}.moodlexhtu-cr-glyph{border-radius:var(--moodlexhtu-r-md);background:var(--moodlexhtu-gradient-diag);width:46px;height:46px;color:var(--moodlexhtu-on-brand);letter-spacing:.01em;box-shadow:var(--moodlexhtu-shadow-brand);flex:none;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.moodlexhtu-cr-course-name{letter-spacing:-.015em;font-size:16px;font-weight:600;line-height:1.35}.moodlexhtu-cr-course-id{flex-wrap:wrap;align-items:center;gap:10px;margin-block-start:6px;display:flex}.moodlexhtu-cr-course-key{font-family:var(--moodlexhtu-mono);letter-spacing:.04em;color:var(--moodlexhtu-ink-faint);font-size:11.5px}.moodlexhtu-cr-course-foot{border-block-start:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-block-start:auto;padding-block-start:15px;display:flex}.moodlexhtu-cr-facts{flex-wrap:wrap;gap:7px 15px;display:flex}.moodlexhtu-cr-fact{color:var(--moodlexhtu-ink-muted);font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-size:12.5px;display:flex}.moodlexhtu-cr-fact svg{color:var(--moodlexhtu-ink-faint);flex:none}.moodlexhtu-cr-fact b{color:var(--moodlexhtu-ink);font-weight:600}.moodlexhtu-cr-course-actions{flex-wrap:wrap;gap:8px;display:flex}@media (width<=900px){.moodlexhtu-cr-verdict{grid-template-columns:minmax(0,1fr);gap:18px;padding:24px}}@media (width<=640px){.moodlexhtu-cr-hero{padding-block-end:24px}.moodlexhtu-cr-grid{grid-template-columns:minmax(0,1fr)}.moodlexhtu-cr-verdict-title{font-size:19px}}:root{--moodlexhtu-oc-warn-on-dark:#fbbf24}.moodlexhtu-oc-deck{border-radius:var(--moodlexhtu-r-hero);background:var(--moodlexhtu-inverse);color:var(--moodlexhtu-on-inverse);position:relative;overflow:hidden}.moodlexhtu-oc-deck:before{content:"";background:var(--moodlexhtu-gradient-hero);position:absolute;inset:0}.moodlexhtu-oc-deck-glow{pointer-events:none;background:radial-gradient(circle,#fc132366,#0000 62%);border-radius:50%;block-size:560px;inline-size:560px;position:absolute;inset-block-start:-200px;inset-inline-end:-160px}.moodlexhtu-oc-deck-mark{font-family:var(--moodlexhtu-mono);letter-spacing:-.07em;color:#ffffff0d;-webkit-text-stroke:1.6px #ffffff2e;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:150px;font-weight:700;line-height:1;position:absolute;inset-block-end:-46px;inset-inline-end:30px}.moodlexhtu-oc-deck-inner{padding:32px 36px 30px;position:relative}.moodlexhtu-oc-deck-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.moodlexhtu-oc-deck-copy{flex:420px;min-inline-size:0}.moodlexhtu-oc-deck-eyebrow{font-family:var(--moodlexhtu-mono);letter-spacing:.2em;text-transform:uppercase;color:#ff9aa1;align-items:center;gap:11px;font-size:10.5px;font-weight:700;display:flex}.moodlexhtu-oc-deck-rule{background:#ffffff4d;block-size:12px;inline-size:1px}.moodlexhtu-oc-deck-tag{color:#fff9}.moodlexhtu-oc-deck-title{letter-spacing:-.03em;color:var(--moodlexhtu-on-inverse);margin:14px 0 0;font-size:34px;font-weight:700;line-height:1.12}.moodlexhtu-oc-deck-lede{max-inline-size:60ch;color:var(--moodlexhtu-on-inverse-muted);margin:10px 0 0;font-size:14.5px;font-weight:300;line-height:1.65}.moodlexhtu-oc-deck-kicker{color:var(--moodlexhtu-on-inverse-faint);margin:10px 0 0;font-size:12.5px;line-height:1.6}.moodlexhtu-oc-deck-actions{flex-wrap:wrap;gap:10px;margin-block-start:22px;display:flex}.moodlexhtu-oc-verdict{border-radius:var(--moodlexhtu-r-md);background:color-mix(in srgb, var(--moodlexhtu-inverse) 42%, transparent);border:1px solid #ffffff38;flex-direction:column;flex:none;gap:9px;min-inline-size:232px;max-inline-size:300px;padding:15px 18px;display:flex}.moodlexhtu-oc-verdict.unknown{border-style:dashed}.moodlexhtu-oc-verdict-label{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:#fff9;font-size:9.5px;font-weight:700}.moodlexhtu-oc-verdict-answer{letter-spacing:-.02em;color:var(--moodlexhtu-on-inverse);align-items:center;gap:10px;font-size:19px;font-weight:700;display:flex}.moodlexhtu-oc-verdict.ok .moodlexhtu-oc-verdict-answer{color:var(--moodlexhtu-ok-on-dark)}.moodlexhtu-oc-verdict.warn .moodlexhtu-oc-verdict-answer{color:var(--moodlexhtu-oc-warn-on-dark)}.moodlexhtu-oc-verdict.unknown .moodlexhtu-oc-verdict-answer{color:var(--moodlexhtu-on-inverse-muted)}.moodlexhtu-oc-verdict-note{color:var(--moodlexhtu-on-inverse-faint);font-size:11.5px;line-height:1.5}.moodlexhtu-oc-figs{border-radius:var(--moodlexhtu-r-panel);background:#ffffff26;border:1px solid #ffffff2e;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:1px;margin-block-start:26px;display:grid;position:relative;overflow:hidden}.moodlexhtu-oc-fig{background:color-mix(in srgb, var(--moodlexhtu-inverse) 62%, transparent);padding:16px 20px}.moodlexhtu-oc-fig-value{letter-spacing:-.025em;font-variant-numeric:tabular-nums;color:var(--moodlexhtu-on-inverse);font-size:30px;font-weight:600;line-height:1.1}.moodlexhtu-oc-fig-label{font-family:var(--moodlexhtu-mono);letter-spacing:.13em;text-transform:uppercase;color:var(--moodlexhtu-on-inverse-faint);margin-block-start:5px;font-size:10px;font-weight:700}.moodlexhtu-oc-fig.unknown{background:0 0;border:1px dashed #ffffff61}.moodlexhtu-oc-fig.unknown .moodlexhtu-oc-fig-value{color:var(--moodlexhtu-on-inverse-faint)}.moodlexhtu-oc-bar{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-panel);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card-flat);flex-wrap:wrap;align-items:center;gap:14px;padding:12px 14px;display:flex}.moodlexhtu-oc-search{flex:260px;align-items:center;min-inline-size:0;display:flex;position:relative}.moodlexhtu-oc-search svg{color:var(--moodlexhtu-ink-faint);pointer-events:none;position:absolute;inset-inline-start:14px}.moodlexhtu-oc-search .moodlexhtu-input{inline-size:100%;padding-inline-start:40px}.moodlexhtu-oc-showing{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--moodlexhtu-ink-faint);font-variant-numeric:tabular-nums;flex:none;font-size:11.5px}.moodlexhtu-oc-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:18px;display:grid}.moodlexhtu-oc-card{border:1px solid var(--moodlexhtu-line);border-inline-start:3px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card);transition:transform var(--moodlexhtu-t) var(--moodlexhtu-ease), box-shadow var(--moodlexhtu-t) var(--moodlexhtu-ease);flex-direction:column;display:flex;position:relative;overflow:hidden}.moodlexhtu-oc-card:hover{box-shadow:var(--moodlexhtu-shadow-lift);transform:translateY(-3px)}.moodlexhtu-oc-card.tone-ok{border-inline-start-color:var(--moodlexhtu-ok)}.moodlexhtu-oc-card.tone-neutral{border-inline-start-color:var(--moodlexhtu-line-strong)}.moodlexhtu-oc-card.tone-unknown{border-inline-start-style:dashed}.moodlexhtu-oc-cover{background:var(--moodlexhtu-oc-cover,linear-gradient(140deg, #8f0007, #c0000d));color:var(--moodlexhtu-on-brand);align-items:center;gap:14px;padding:16px 18px;display:flex;position:relative;overflow:hidden}.moodlexhtu-oc-card.cover-0{--moodlexhtu-oc-cover:linear-gradient(140deg, #8f0007 0%, #c0000d 100%)}.moodlexhtu-oc-card.cover-1{--moodlexhtu-oc-cover:linear-gradient(140deg, #c0000d 0%, #fc1323 100%)}.moodlexhtu-oc-card.cover-2{--moodlexhtu-oc-cover:linear-gradient(140deg, #2b0003 0%, #8f0007 100%)}.moodlexhtu-oc-card.cover-3{--moodlexhtu-oc-cover:linear-gradient(140deg, #171717 0%, #8f0007 100%)}.moodlexhtu-oc-cover-ghost{font-family:var(--moodlexhtu-mono);letter-spacing:-.06em;color:#ffffff21;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:76px;font-weight:700;line-height:1;position:absolute;inset-block-start:-18px;inset-inline-end:12px}.moodlexhtu-oc-glyph{border-radius:var(--moodlexhtu-r-md);background:#ffffff29;border:1px solid #ffffff47;flex:none;justify-content:center;align-items:center;block-size:42px;inline-size:42px;font-size:15px;font-weight:700;display:flex;position:relative}.moodlexhtu-oc-cover-keys{min-inline-size:0;position:relative}.moodlexhtu-oc-key{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;color:#fff;font-size:11.5px;font-weight:700;display:block}.moodlexhtu-oc-cover-note{color:#ffffffc7;text-overflow:ellipsis;white-space:nowrap;margin-block-start:3px;font-size:11.5px;display:block;overflow:hidden}.moodlexhtu-oc-card-body{flex-direction:column;flex:1;gap:10px;padding:16px 18px 0;display:flex}.moodlexhtu-oc-card-name{letter-spacing:-.015em;color:var(--moodlexhtu-ink);font-size:16.5px;font-weight:600;line-height:1.35}.moodlexhtu-oc-card-tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.moodlexhtu-oc-unknown-pill{border:1px dashed var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink-muted);background:0 0}.moodlexhtu-oc-counts{border-block-start:1px solid var(--moodlexhtu-line-soft);background:var(--moodlexhtu-line-soft);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-block-start:4px;display:grid}.moodlexhtu-oc-count{background:var(--moodlexhtu-surface);padding:12px 2px 4px}.moodlexhtu-oc-count-value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink);font-size:19px;font-weight:600}.moodlexhtu-oc-count-label{font-family:var(--moodlexhtu-mono);letter-spacing:.11em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);margin-block-start:2px;font-size:9.5px;font-weight:700}.moodlexhtu-oc-card-foot{border-block-start:1px solid var(--moodlexhtu-line-soft);background:var(--moodlexhtu-surface-sunk);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-block-start:14px;padding:14px 18px;display:flex}.moodlexhtu-oc-step{align-items:baseline;gap:16px;margin-block-end:14px;display:flex}.moodlexhtu-oc-step-num{font-family:var(--moodlexhtu-mono);letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1.4px var(--moodlexhtu-brand);flex:none;font-size:26px;font-weight:700;line-height:1}.moodlexhtu-oc-step-main{flex:1;min-inline-size:0}.moodlexhtu-oc-step-kind{border-radius:var(--moodlexhtu-r-pill);font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:7px;padding:3px 10px;font-size:9.5px;font-weight:700;display:inline-flex}.moodlexhtu-oc-step-kind.live{background:var(--moodlexhtu-brand-wash-strong);color:var(--moodlexhtu-brand)}.moodlexhtu-oc-step-kind.fact{background:var(--moodlexhtu-neutral-wash);color:var(--moodlexhtu-ink-muted)}.moodlexhtu-oc-step-kind.reference{border:1px dashed var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink-muted)}.moodlexhtu-oc-step-title{letter-spacing:-.025em;color:var(--moodlexhtu-ink);margin:8px 0 0;font-size:20px;font-weight:700}.moodlexhtu-oc-step-note{color:var(--moodlexhtu-ink-muted);max-inline-size:78ch;margin:5px 0 0;font-size:13px;line-height:1.6}.moodlexhtu-oc-id{flex-wrap:wrap;align-items:center;gap:18px;margin-block-start:22px;display:flex}.moodlexhtu-oc-id-avatar{border-radius:var(--moodlexhtu-r-lg);letter-spacing:.02em;block-size:62px;inline-size:62px;color:var(--moodlexhtu-on-inverse);background:#ffffff24;border:1px solid #ffffff4d;flex:none;justify-content:center;align-items:center;font-size:21px;font-weight:700;display:flex}.moodlexhtu-oc-id-name{letter-spacing:-.02em;color:var(--moodlexhtu-on-inverse);font-size:22px;font-weight:600}.moodlexhtu-oc-id-roles{flex-wrap:wrap;align-items:center;gap:8px;margin-block-start:8px;display:flex}.moodlexhtu-oc-chip{border-radius:var(--moodlexhtu-r-pill);color:var(--moodlexhtu-on-inverse);background:#ffffff1f;border:1px solid #ffffff42;align-items:center;gap:6px;padding:4px 11px;font-size:12px;font-weight:500;display:inline-flex}.moodlexhtu-oc-chip.mono{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;color:var(--moodlexhtu-on-inverse-muted);background:0 0;font-size:11px}.moodlexhtu-oc-idfacts{border-block-start:1px solid #ffffff29;flex-wrap:wrap;gap:14px 40px;margin-block-start:22px;padding-block-start:20px;display:flex}.moodlexhtu-oc-idfact{flex-direction:column;gap:5px;min-inline-size:0;max-inline-size:42ch;display:flex}.moodlexhtu-oc-idfact-label{font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--moodlexhtu-on-inverse-faint);font-size:9.5px;font-weight:700}.moodlexhtu-oc-idfact-value{color:var(--moodlexhtu-on-inverse);font-size:13.5px;line-height:1.55}.moodlexhtu-oc-idfact-value.faint{color:var(--moodlexhtu-on-inverse-muted);font-size:12.5px}.moodlexhtu-oc-caveat{border-radius:var(--moodlexhtu-r-md);background:color-mix(in srgb, var(--moodlexhtu-inverse) 62%, transparent);color:var(--moodlexhtu-on-inverse-muted);border:1px solid #fff3;align-items:flex-start;gap:12px;margin-block-start:22px;padding:14px 18px;font-size:12.5px;line-height:1.65;display:flex}.moodlexhtu-oc-caveat svg{color:var(--moodlexhtu-oc-warn-on-dark);flex:none;margin-block-start:2px}.moodlexhtu-oc-verdicts{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.moodlexhtu-oc-vcard{border:1px solid var(--moodlexhtu-line);border-inline-start:3px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card-flat);flex-direction:column;gap:10px;padding:20px 22px;display:flex}.moodlexhtu-oc-vcard.ok{border-inline-start-color:var(--moodlexhtu-ok)}.moodlexhtu-oc-vcard.warn{border-inline-start-color:var(--moodlexhtu-warn)}.moodlexhtu-oc-vcard.unknown{background:var(--moodlexhtu-surface-sunk);border-style:dashed}.moodlexhtu-oc-vcard-q{letter-spacing:-.015em;color:var(--moodlexhtu-ink);font-size:16.5px;font-weight:600}.moodlexhtu-oc-vcard-detail{color:var(--moodlexhtu-ink-muted);font-size:13px;line-height:1.6}.moodlexhtu-oc-vcard-caps{flex-wrap:wrap;gap:6px;display:flex}.moodlexhtu-oc-cap-id{font-family:var(--moodlexhtu-mono);letter-spacing:.02em;border-radius:var(--moodlexhtu-r-chip);background:var(--moodlexhtu-surface-sunk);border:1px solid var(--moodlexhtu-line);color:var(--moodlexhtu-ink-muted);padding:3px 8px;font-size:10.5px}.moodlexhtu-oc-answer{border-block-start:1px solid var(--moodlexhtu-line-soft);align-items:center;gap:12px;margin-block-start:6px;padding-block-start:14px;display:flex}.moodlexhtu-oc-answer-mark{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-neutral-wash);block-size:38px;inline-size:38px;color:var(--moodlexhtu-ink-muted);flex:none;justify-content:center;align-items:center;display:flex}.moodlexhtu-oc-vcard.ok .moodlexhtu-oc-answer-mark{background:var(--moodlexhtu-ok-wash);color:var(--moodlexhtu-ok);box-shadow:0 0 0 7px color-mix(in srgb, var(--moodlexhtu-ok) 6%, transparent)}.moodlexhtu-oc-vcard.warn .moodlexhtu-oc-answer-mark{background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn);box-shadow:0 0 0 7px color-mix(in srgb, var(--moodlexhtu-warn) 6%, transparent)}.moodlexhtu-oc-vcard.unknown .moodlexhtu-oc-answer-mark{border:1px dashed var(--moodlexhtu-line-strong);background:0 0}.moodlexhtu-oc-answer-word{letter-spacing:-.025em;color:var(--moodlexhtu-ink-muted);font-size:22px;font-weight:700;line-height:1.15}.moodlexhtu-oc-vcard.ok .moodlexhtu-oc-answer-word{color:var(--moodlexhtu-ok)}.moodlexhtu-oc-vcard.warn .moodlexhtu-oc-answer-word{color:var(--moodlexhtu-warn)}.moodlexhtu-oc-answer-where{font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);margin-block-start:3px;font-size:10px;font-weight:700}.moodlexhtu-oc-ledger{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.moodlexhtu-oc-col{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card-flat);flex-direction:column;display:flex;overflow:hidden}.moodlexhtu-oc-col.withheld{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-oc-col-head{border-block-end:1px solid var(--moodlexhtu-line);justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.moodlexhtu-oc-col-title{letter-spacing:-.01em;color:var(--moodlexhtu-ink);font-size:15px;font-weight:600}.moodlexhtu-oc-col-count{font-family:var(--moodlexhtu-mono);letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink-faint);font-size:20px;font-weight:700}.moodlexhtu-oc-col-note{color:var(--moodlexhtu-ink-muted);padding:12px 18px 0;font-size:12.5px;line-height:1.6}.moodlexhtu-oc-caplist{flex-direction:column;max-block-size:420px;margin:0;padding:8px 10px 10px;list-style:none;display:flex;overflow-y:auto}.moodlexhtu-oc-caprow{border-radius:var(--moodlexhtu-r-sm);grid-template-columns:20px minmax(0,1fr);gap:12px;padding:10px 8px;display:grid}.moodlexhtu-oc-caprow+.moodlexhtu-oc-caprow{border-block-start:1px solid var(--moodlexhtu-line-soft)}.moodlexhtu-oc-caprow:hover{background:var(--moodlexhtu-brand-wash)}.moodlexhtu-oc-capmark{border-radius:var(--moodlexhtu-r-chip);background:var(--moodlexhtu-ok-wash);block-size:20px;inline-size:20px;color:var(--moodlexhtu-ok);justify-content:center;align-items:center;margin-block-start:1px;display:flex}.moodlexhtu-oc-capmark.no{background:var(--moodlexhtu-neutral-wash);color:var(--moodlexhtu-ink-faint)}.moodlexhtu-oc-capname{color:var(--moodlexhtu-ink);justify-content:space-between;align-items:center;gap:10px;font-size:13px;line-height:1.45;display:flex}.moodlexhtu-oc-capname-id{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-muted);word-break:break-all;font-size:12px}.moodlexhtu-oc-capid{font-family:var(--moodlexhtu-mono);color:var(--moodlexhtu-ink-faint);word-break:break-all;margin-block-start:3px;font-size:10.5px;display:block}.moodlexhtu-oc-capheld{color:var(--moodlexhtu-ink-faint);margin-block-start:4px;font-size:11.5px;line-height:1.5;display:block}.moodlexhtu-oc-capempty{color:var(--moodlexhtu-ink-muted);padding:18px 10px;font-size:13px}@media (width<=860px){.moodlexhtu-oc-deck-inner{padding:26px 22px 24px}.moodlexhtu-oc-deck-title{font-size:27px}.moodlexhtu-oc-deck-mark{display:none}.moodlexhtu-oc-verdict{flex:100%;max-inline-size:none}.moodlexhtu-oc-grid{grid-template-columns:minmax(0,1fr)}}.moodlexhtu-mg-page{flex-direction:column;gap:34px;display:flex}.moodlexhtu-mg-deck{border-radius:var(--moodlexhtu-r-hero);background:var(--moodlexhtu-inverse);color:var(--moodlexhtu-on-inverse);box-shadow:var(--moodlexhtu-shadow-card);position:relative;overflow:hidden}.moodlexhtu-mg-deck:before{content:"";background:var(--moodlexhtu-gradient-hero);position:absolute;inset:0}.moodlexhtu-mg-deck-glow{pointer-events:none;background:radial-gradient(circle,#fc13236b,#0000 62%);border-radius:50%;block-size:580px;inline-size:580px;position:absolute;inset-block-start:-210px;inset-inline-end:-170px}.moodlexhtu-mg-deck-mark{font-family:var(--moodlexhtu-mono);letter-spacing:-.06em;color:#ffffff0b;-webkit-text-stroke:1.5px #ffffff29;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:92px;font-weight:700;line-height:1;position:absolute;inset-block-start:18px;inset-inline-end:26px}.moodlexhtu-mg-deck-inner{padding:32px 36px 30px;position:relative}.moodlexhtu-mg-deck-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.moodlexhtu-mg-deck-copy{flex:460px;min-inline-size:0}.moodlexhtu-mg-deck-eyebrow{font-family:var(--moodlexhtu-mono);letter-spacing:.2em;text-transform:uppercase;color:#ff9aa1;align-items:center;gap:11px;font-size:10.5px;font-weight:700;display:flex}.moodlexhtu-mg-deck-rule{background:#ffffff4d;block-size:12px;inline-size:1px}.moodlexhtu-mg-deck-tag{color:#fff9}.moodlexhtu-mg-deck-title{letter-spacing:-.03em;color:var(--moodlexhtu-on-inverse);margin:14px 0 0;font-size:36px;font-weight:700;line-height:1.1}.moodlexhtu-mg-deck-lede{max-inline-size:62ch;color:var(--moodlexhtu-on-inverse-muted);margin:11px 0 0;font-size:14.5px;font-weight:300;line-height:1.65}.moodlexhtu-mg-deck-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-mg-id{border-block-start:1px solid #ffffff29;flex-wrap:wrap;align-items:center;gap:17px;margin-block-start:24px;padding-block-start:22px;display:flex}.moodlexhtu-mg-id-avatar{border-radius:var(--moodlexhtu-r-lg);letter-spacing:.02em;block-size:58px;inline-size:58px;color:var(--moodlexhtu-on-inverse);background:#ffffff24;border:1px solid #ffffff4d;flex:none;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.moodlexhtu-mg-id-main{flex:260px;min-inline-size:0}.moodlexhtu-mg-id-name{letter-spacing:-.02em;color:var(--moodlexhtu-on-inverse);font-size:21px;font-weight:600;line-height:1.25}.moodlexhtu-mg-id-user{letter-spacing:.06em;color:var(--moodlexhtu-on-inverse-faint);margin-block-start:2px;font-size:11.5px;display:block}.moodlexhtu-mg-id-chips{flex-wrap:wrap;align-items:center;gap:7px;margin-block-start:9px;display:flex}.moodlexhtu-mg-chip{border-radius:var(--moodlexhtu-r-pill);color:var(--moodlexhtu-on-inverse);background:#ffffff1f;border:1px solid #ffffff42;align-items:center;gap:6px;padding:4px 11px;font-size:12px;font-weight:500;display:inline-flex}.moodlexhtu-mg-chip.strong{color:var(--moodlexhtu-inverse);background:#ffffffeb;border-color:#0000;font-weight:600}.moodlexhtu-mg-chip.mono{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;color:var(--moodlexhtu-on-inverse-muted);background:0 0;font-size:10.5px}.moodlexhtu-mg-chip.quiet{color:var(--moodlexhtu-on-inverse-faint);background:0 0;border-style:dashed}.moodlexhtu-mg-caveat{border-radius:var(--moodlexhtu-r-md);background:color-mix(in srgb, var(--moodlexhtu-inverse) 42%, transparent);border:1px solid #fff3;align-items:flex-start;gap:13px;margin-block-start:22px;padding:15px 18px;display:flex}.moodlexhtu-mg-caveat svg{color:var(--moodlexhtu-oc-warn-on-dark);flex:none;margin-block-start:2px}.moodlexhtu-mg-caveat-title{letter-spacing:-.01em;color:var(--moodlexhtu-on-inverse);font-size:13.5px;font-weight:600;display:block}.moodlexhtu-mg-caveat-body{max-inline-size:92ch;color:var(--moodlexhtu-on-inverse-muted);margin-block-start:4px;font-size:12.5px;line-height:1.65;display:block}.moodlexhtu-mg-ribbon{margin-block-start:24px}.moodlexhtu-mg-ribbon-label{font-family:var(--moodlexhtu-mono);letter-spacing:.15em;text-transform:uppercase;color:#ffffff8c;margin-block-end:9px;font-size:9.5px;font-weight:700;display:block}.moodlexhtu-mg-ribbon-cells{border-radius:var(--moodlexhtu-r-panel);background:#ffffff26;border:1px solid #ffffff2e;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;display:grid;overflow:hidden}.moodlexhtu-mg-ribbon-cell{background:color-mix(in srgb, var(--moodlexhtu-inverse) 46%, transparent);padding:15px 20px 16px;position:relative}.moodlexhtu-mg-ribbon-cap{color:var(--moodlexhtu-on-inverse-muted);font-size:12px;font-weight:500;display:block}.moodlexhtu-mg-ribbon-word{letter-spacing:-.025em;color:var(--moodlexhtu-on-inverse);margin-block-start:4px;font-size:25px;font-weight:700;line-height:1.15;display:block}.moodlexhtu-mg-ribbon-cell.ok .moodlexhtu-mg-ribbon-word{color:var(--moodlexhtu-ok-on-dark)}.moodlexhtu-mg-ribbon-cell.warn .moodlexhtu-mg-ribbon-word{color:var(--moodlexhtu-oc-warn-on-dark)}.moodlexhtu-mg-ribbon-cell.unknown .moodlexhtu-mg-ribbon-word{color:var(--moodlexhtu-on-inverse-faint)}.moodlexhtu-mg-ribbon-cell.unknown{background:0 0;border:1px dashed #fff6}.moodlexhtu-mg-ribbon-scope{font-family:var(--moodlexhtu-mono);letter-spacing:.13em;text-transform:uppercase;color:var(--moodlexhtu-on-inverse-faint);margin-block-start:5px;font-size:9.5px;font-weight:700;display:block}.moodlexhtu-mg-map{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin-block-start:24px;display:grid}.moodlexhtu-mg-map-cell{border-radius:var(--moodlexhtu-r-md);background:color-mix(in srgb, var(--moodlexhtu-inverse) 40%, transparent);transition:background var(--moodlexhtu-t) var(--moodlexhtu-ease), border-color var(--moodlexhtu-t) var(--moodlexhtu-ease), transform var(--moodlexhtu-t) var(--moodlexhtu-ease);border:1px solid #fff3;flex-direction:column;gap:7px;padding:15px 17px 16px;text-decoration:none;display:flex}a.moodlexhtu-mg-map-cell:hover{background:color-mix(in srgb, var(--moodlexhtu-inverse) 24%, transparent);border-color:#fff6;transform:translateY(-2px)}.moodlexhtu-mg-map-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-mg-map-num{font-family:var(--moodlexhtu-mono);letter-spacing:-.04em;color:#ffffff6b;font-size:19px;font-weight:700;line-height:1}.moodlexhtu-mg-map-title{letter-spacing:-.015em;color:var(--moodlexhtu-on-inverse);font-size:14.5px;font-weight:600;line-height:1.35}.moodlexhtu-mg-map-note{color:var(--moodlexhtu-on-inverse-faint);font-size:11.5px;line-height:1.55}.moodlexhtu-mg-map-kind{border-radius:var(--moodlexhtu-r-pill);font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;padding:3px 9px;font-size:8.5px;font-weight:700}.moodlexhtu-mg-map-kind.live{color:var(--moodlexhtu-inverse);background:#ffffffe6}.moodlexhtu-mg-map-kind.fact{color:var(--moodlexhtu-on-inverse-muted);background:#ffffff24}.moodlexhtu-mg-map-kind.reference{color:var(--moodlexhtu-on-inverse-faint);border:1px dashed #ffffff6b}.moodlexhtu-mg-step{align-items:flex-start;gap:18px;margin-block-end:16px;display:flex}.moodlexhtu-mg-step-num{font-family:var(--moodlexhtu-mono);letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1.5px var(--moodlexhtu-brand);flex:none;font-size:30px;font-weight:700;line-height:.95}.moodlexhtu-mg-step-main{flex:340px;min-inline-size:0}.moodlexhtu-mg-step-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.moodlexhtu-mg-step-kind{border-radius:var(--moodlexhtu-r-pill);font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:7px;padding:3px 10px;font-size:9.5px;font-weight:700;display:inline-flex}.moodlexhtu-mg-step-kind.live{background:var(--moodlexhtu-brand-wash-strong);color:var(--moodlexhtu-brand)}.moodlexhtu-mg-step-kind.fact{background:var(--moodlexhtu-neutral-wash);color:var(--moodlexhtu-ink-muted)}.moodlexhtu-mg-step-kind.reference{border:1px dashed var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink-muted)}.moodlexhtu-mg-step-title{letter-spacing:-.025em;color:var(--moodlexhtu-ink);margin:9px 0 0;font-size:21px;font-weight:700;line-height:1.25}.moodlexhtu-mg-step-note{max-inline-size:84ch;color:var(--moodlexhtu-ink-muted);margin:6px 0 0;font-size:13px;line-height:1.65}.moodlexhtu-mg-seals{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:18px;display:grid}.moodlexhtu-mg-seal{border:1px solid var(--moodlexhtu-line);border-inline-start:3px solid var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card);flex-direction:column;display:flex;position:relative;overflow:hidden}.moodlexhtu-mg-seal.ok{border-inline-start-color:var(--moodlexhtu-ok)}.moodlexhtu-mg-seal.warn{border-inline-start-color:var(--moodlexhtu-warn)}.moodlexhtu-mg-seal.unknown{background:var(--moodlexhtu-surface-sunk);box-shadow:none;border-style:dashed}.moodlexhtu-mg-seal-head{border-block-end:1px solid var(--moodlexhtu-line-soft);align-items:center;gap:14px;padding:18px 20px;display:flex}.moodlexhtu-mg-seal-mark{border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-neutral-wash);block-size:42px;inline-size:42px;color:var(--moodlexhtu-ink-muted);font-family:var(--moodlexhtu-mono);flex:none;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:flex}.moodlexhtu-mg-seal-mark.ok{background:var(--moodlexhtu-ok-wash);color:var(--moodlexhtu-ok);box-shadow:0 0 0 7px color-mix(in srgb, var(--moodlexhtu-ok) 7%, transparent)}.moodlexhtu-mg-seal-mark.warn{background:var(--moodlexhtu-warn-wash);color:var(--moodlexhtu-warn);box-shadow:0 0 0 7px color-mix(in srgb, var(--moodlexhtu-warn) 7%, transparent)}.moodlexhtu-mg-seal-mark.unknown{border:1px dashed var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink-faint);background:0 0}.moodlexhtu-mg-seal-word{letter-spacing:-.025em;color:var(--moodlexhtu-ink-muted);font-size:22px;font-weight:700;line-height:1.15}.moodlexhtu-mg-seal.ok .moodlexhtu-mg-seal-word{color:var(--moodlexhtu-ok)}.moodlexhtu-mg-seal.warn .moodlexhtu-mg-seal-word{color:var(--moodlexhtu-warn)}.moodlexhtu-mg-seal-scope{font-family:var(--moodlexhtu-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);margin-block-start:3px;font-size:9.5px;font-weight:700}.moodlexhtu-mg-seal-body{flex-direction:column;gap:9px;padding:17px 20px 19px;display:flex}.moodlexhtu-mg-seal-q{letter-spacing:-.015em;color:var(--moodlexhtu-ink);font-size:16.5px;font-weight:600}.moodlexhtu-mg-seal-cap{border-radius:var(--moodlexhtu-r-chip);border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface-sunk);letter-spacing:.02em;color:var(--moodlexhtu-ink-muted);align-self:flex-start;padding:3px 9px;font-size:10.5px}.moodlexhtu-mg-seal-note{color:var(--moodlexhtu-ink-muted);margin:0;font-size:13px;line-height:1.65}.moodlexhtu-mg-seal-detail{border-block-start:1px dashed var(--moodlexhtu-line);color:var(--moodlexhtu-ink-faint);margin:0;padding-block-start:10px;font-size:12px;line-height:1.6}.moodlexhtu-mg-retry{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.moodlexhtu-mg-board-head{align-items:center;gap:15px;margin-block-end:15px;display:flex}.moodlexhtu-mg-board-num{font-family:var(--moodlexhtu-mono);letter-spacing:.02em;color:var(--moodlexhtu-ink-faint);flex:none;font-size:15px;font-weight:700}.moodlexhtu-mg-board-title{letter-spacing:-.02em;color:var(--moodlexhtu-ink);margin:0;font-size:18px;font-weight:700}.moodlexhtu-mg-board-note{color:var(--moodlexhtu-ink-muted);margin:3px 0 0;font-size:12.5px;line-height:1.55}.moodlexhtu-mg-board-rule{background:linear-gradient(to right, var(--moodlexhtu-line), transparent);flex:1;block-size:1px;min-inline-size:24px}.moodlexhtu-mg-facts{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-line-soft);box-shadow:var(--moodlexhtu-shadow-card-flat);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;display:grid;overflow:hidden}.moodlexhtu-mg-fact{background:var(--moodlexhtu-surface);flex-direction:column;gap:7px;padding:17px 19px 18px;display:flex}.moodlexhtu-mg-fact-label{font-family:var(--moodlexhtu-mono);letter-spacing:.13em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:9.5px;font-weight:700}.moodlexhtu-mg-fact-value{letter-spacing:-.015em;color:var(--moodlexhtu-ink);font-size:17px;font-weight:600}.moodlexhtu-mg-fact-chips{flex-wrap:wrap;gap:7px;display:flex}.moodlexhtu-mg-fact-absent{border:1px dashed var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-chip);color:var(--moodlexhtu-ink-faint);padding:2px 9px;font-size:13px;font-weight:500;display:inline-block}.moodlexhtu-mg-fact-note{color:var(--moodlexhtu-ink-muted);font-size:12px;line-height:1.6}.moodlexhtu-mg-shortname{border-radius:var(--moodlexhtu-r-chip);border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface-sunk);letter-spacing:.04em;color:var(--moodlexhtu-ink);padding:3px 9px;font-size:11.5px}.moodlexhtu-mg-ref{border:1px dashed var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-panel);background:var(--moodlexhtu-surface-sunk);flex-direction:column;gap:16px;padding:20px 20px 22px;display:flex;position:relative}.moodlexhtu-mg-ref-stamp{z-index:1;border:1px dashed var(--moodlexhtu-line-strong);border-radius:var(--moodlexhtu-r-pill);background:var(--moodlexhtu-surface);font-family:var(--moodlexhtu-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);pointer-events:none;align-self:flex-end;padding:4px 11px;font-size:9.5px;font-weight:700;position:sticky;inset-block-start:12px}.moodlexhtu-mg-ref-stamp+*{margin-block-start:-22px}.moodlexhtu-mg-bar{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-panel);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card-flat);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 14px;display:flex}.moodlexhtu-mg-search{flex:220px;align-items:center;min-inline-size:0;display:flex;position:relative}.moodlexhtu-mg-search svg{color:var(--moodlexhtu-ink-faint);pointer-events:none;position:absolute;inset-inline-start:13px}.moodlexhtu-mg-search .moodlexhtu-input{inline-size:100%;padding-inline-start:38px}.moodlexhtu-mg-showing{font-family:var(--moodlexhtu-mono);letter-spacing:.06em;font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink-faint);flex:none;font-size:11px}.moodlexhtu-mg-refgroup{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-card);background:var(--moodlexhtu-surface);overflow:hidden}.moodlexhtu-mg-refgroup-head{border-block-end:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface-sunk);justify-content:space-between;align-items:center;gap:14px;padding:13px 18px;display:flex}.moodlexhtu-mg-refgroup-title{letter-spacing:-.01em;color:var(--moodlexhtu-ink);margin:0;font-size:14px;font-weight:600}.moodlexhtu-mg-refgroup-count{letter-spacing:-.03em;font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink-faint);font-size:17px;font-weight:700}.moodlexhtu-mg-refgroup .moodlexhtu-table th,.moodlexhtu-mg-refgroup .moodlexhtu-table td{padding-block:9px}.moodlexhtu-mg-cap-label{letter-spacing:-.005em;color:var(--moodlexhtu-ink);font-size:13px;font-weight:500;display:block}.moodlexhtu-mg-cap-id{letter-spacing:.02em;color:var(--moodlexhtu-ink-faint);text-transform:none;margin-block-start:2px;font-size:10.5px;display:block}.moodlexhtu-mg-kinds{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.moodlexhtu-mg-kind{border-radius:var(--moodlexhtu-r-chip);border:1px solid var(--moodlexhtu-line);font-family:var(--moodlexhtu-mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;color:var(--moodlexhtu-ink-faint);padding:2px 8px;font-size:9.5px;font-weight:700}.moodlexhtu-mg-kind.write{border-color:var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink)}.moodlexhtu-mg-kind.dataloss{border-color:color-mix(in srgb, var(--moodlexhtu-danger) 45%, transparent);color:var(--moodlexhtu-danger)}.moodlexhtu-mg-mark{border-radius:var(--moodlexhtu-r-pill);border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface);white-space:nowrap;color:var(--moodlexhtu-ink-muted);align-items:center;gap:8px;padding-block:3px;padding-inline:9px 11px;font-size:11.5px;font-weight:500;display:inline-flex}.moodlexhtu-mg-mark-dot{border:1.5px solid var(--moodlexhtu-ink-faint);border-radius:50%;flex:none;block-size:8px;inline-size:8px}.moodlexhtu-mg-mark.carried{border-color:var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink);font-weight:600}.moodlexhtu-mg-mark.carried .moodlexhtu-mg-mark-dot{background:var(--moodlexhtu-ink);border-color:var(--moodlexhtu-ink)}.moodlexhtu-mg-mark.withheld .moodlexhtu-mg-mark-dot{background:0 0}.moodlexhtu-mg-mark.unlisted{color:var(--moodlexhtu-ink-faint);background:0 0;border-style:dashed}.moodlexhtu-mg-mark.unlisted .moodlexhtu-mg-mark-dot{background:0 0;border-style:dashed}@media (width<=860px){.moodlexhtu-mg-deck-inner{padding:26px 22px 24px}.moodlexhtu-mg-deck-title{font-size:28px}.moodlexhtu-mg-deck-mark{display:none}.moodlexhtu-mg-ribbon-cells,.moodlexhtu-mg-map,.moodlexhtu-mg-seals,.moodlexhtu-mg-facts{grid-template-columns:minmax(0,1fr)}.moodlexhtu-mg-step{gap:12px}.moodlexhtu-mg-step-num{font-size:22px}.moodlexhtu-mg-ref{padding:16px 14px 18px}}.moodlexhtu-mg-refgroup-foot{border-block-start:1px solid var(--moodlexhtu-line-soft);background:var(--moodlexhtu-surface);justify-content:center;padding:9px 18px 11px;display:flex}.moodlexhtu-verify{background:var(--moodlexhtu-canvas);justify-content:center;min-height:100vh;padding:48px 20px 72px;display:flex}.moodlexhtu-verify-inner{width:100%;max-width:620px}.moodlexhtu-verify-head{text-align:center}.moodlexhtu-verify-mark{margin-block-end:14px}.moodlexhtu-verify-title{letter-spacing:-.02em;color:var(--moodlexhtu-ink);text-wrap:balance;margin:0;font-size:26px;font-weight:700}.moodlexhtu-verify-lede{max-width:46ch;color:var(--moodlexhtu-ink-muted);text-wrap:pretty;margin:10px auto 0;font-size:14px;line-height:1.65}.moodlexhtu-verify-label{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);font-size:11px;font-weight:700}.moodlexhtu-verify-input{width:auto;min-width:220px;font-family:var(--moodlexhtu-mono);letter-spacing:.14em;text-transform:uppercase;flex:1;font-size:16px}.moodlexhtu-verify-facts{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin:0;display:grid}.moodlexhtu-verify-facts dt{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);font-size:11px;font-weight:700}.moodlexhtu-verify-facts dd{color:var(--moodlexhtu-ink);margin:4px 0 0;font-size:15px}.moodlexhtu-verify-breakdown{margin-block-start:22px;display:block}.moodlexhtu-verify-sections{gap:2px;margin:10px 0 0;padding:0;list-style:none;display:grid}.moodlexhtu-verify-sections li{border-block-end:1px solid var(--moodlexhtu-line-soft);color:var(--moodlexhtu-ink);justify-content:space-between;align-items:baseline;gap:12px;padding:7px 0;font-size:13.5px;display:flex}.moodlexhtu-verify-sections li:last-child{border-block-end:0}.moodlexhtu-verify-sections b{font-family:var(--moodlexhtu-mono);font-variant-numeric:tabular-nums}.moodlexhtu-verify-hash{word-break:break-all;color:var(--moodlexhtu-ink);margin-block-start:10px;font-size:12px;line-height:1.9;display:block}@media (width<=560px){.moodlexhtu-verify{padding:28px 14px 48px}.moodlexhtu-verify-title{font-size:22px}}.moodlexhtu-vc{position:relative}.moodlexhtu-vc-legend{flex-wrap:wrap;gap:6px 18px;margin-block-end:10px;display:flex}.moodlexhtu-vc-key{color:var(--moodlexhtu-ink-muted);align-items:center;gap:7px;font-size:12.5px;display:inline-flex}.moodlexhtu-vc-key b{color:var(--moodlexhtu-ink);font-variant-numeric:tabular-nums}.moodlexhtu-vc-swatch{border-radius:3px;flex:none;block-size:11px;inline-size:11px}.moodlexhtu-vc-swatch.reach{background:var(--watch-reach)}.moodlexhtu-vc-swatch.coverage{background:var(--watch-coverage)}.moodlexhtu-vc-swatch.skipped{background:color-mix(in srgb, var(--watch-reach) 18%, transparent);border:1px solid color-mix(in srgb, var(--watch-reach) 40%, transparent)}.moodlexhtu-vc-swatch.rate{background:var(--watch-coverage)}.moodlexhtu-vc-svg{block-size:auto;inline-size:100%;display:block;overflow:visible}.moodlexhtu-vc-grid{stroke:var(--chart-grid);stroke-width:1px}.moodlexhtu-vc-axis-text{fill:var(--moodlexhtu-ink-faint);font-variant-numeric:tabular-nums;font-size:10px}.moodlexhtu-vc-panel-label{fill:var(--moodlexhtu-ink-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10.5px}.moodlexhtu-vc-line{fill:none;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.moodlexhtu-vc-line.reach{stroke:var(--watch-reach)}.moodlexhtu-vc-line.coverage{stroke:var(--watch-coverage)}.moodlexhtu-vc-band{fill:color-mix(in srgb, var(--watch-reach) 14%, transparent);stroke:none}.moodlexhtu-vc-band-texture{stroke:none;opacity:.5}.moodlexhtu-vc-hatch{stroke:color-mix(in srgb, var(--watch-reach) 45%, transparent);stroke-width:1px}.moodlexhtu-vc-tip{font-variant-numeric:tabular-nums;font-size:11px;font-weight:650}.moodlexhtu-vc-tip.reach{fill:var(--watch-reach)}.moodlexhtu-vc-tip.coverage{fill:var(--watch-coverage)}.moodlexhtu-vc-pause{fill:color-mix(in srgb, var(--watch-coverage) 55%, transparent)}.moodlexhtu-vc-crosshair{stroke:var(--moodlexhtu-ink-faint);stroke-width:1px;stroke-dasharray:3 3}.moodlexhtu-vc-tooltip{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-sm,8px);background:var(--moodlexhtu-surface);box-shadow:var(--moodlexhtu-shadow-card);color:var(--moodlexhtu-ink-muted);pointer-events:none;flex-wrap:wrap;align-items:center;gap:4px 14px;padding:7px 11px;font-size:12px;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.moodlexhtu-vc-tooltip span{align-items:center;gap:6px;display:inline-flex}.moodlexhtu-vc-tooltip b{color:var(--moodlexhtu-ink);font-variant-numeric:tabular-nums}.moodlexhtu-vc-tooltip-at{font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink);font-weight:650}.moodlexhtu-vc-rates{flex-direction:column;gap:9px;display:flex}.moodlexhtu-vc-rates-bar{border-radius:4px;gap:2px;block-size:16px;display:flex;overflow:hidden}.moodlexhtu-vc-rates-seg{--step:1;background:color-mix(in srgb, var(--watch-coverage) calc(28% + var(--step) * 18%), transparent);border-radius:3px;block-size:100%;display:block}.moodlexhtu-vc-rates-keys{flex-wrap:wrap;gap:4px 16px;display:flex}.moodlexhtu-vc-picker{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-sm,8px);background:var(--moodlexhtu-surface);color:var(--moodlexhtu-ink);font:inherit;inline-size:min(320px,100%);min-inline-size:0;max-inline-size:320px;padding:5px 9px;font-size:12.5px}.moodlexhtu-vm{flex-direction:column;gap:12px;display:flex;position:relative}.moodlexhtu-vm-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 18px;display:flex}.moodlexhtu-vm-order{gap:2px;display:inline-flex}.moodlexhtu-vm-order-btn{border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface);color:var(--moodlexhtu-ink-muted);font:inherit;cursor:pointer;padding:5px 11px;font-size:12.5px}.moodlexhtu-vm-order-btn:first-child{border-start-start-radius:7px;border-end-start-radius:7px}.moodlexhtu-vm-order-btn:last-child{border-start-end-radius:7px;border-end-end-radius:7px}.moodlexhtu-vm-order-btn.on{background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink);font-weight:600}.moodlexhtu-vm-scale{align-items:center;gap:8px;display:inline-flex}.moodlexhtu-vm-scale-end{color:var(--moodlexhtu-ink-faint);font-variant-numeric:tabular-nums;font-size:11px}.moodlexhtu-vm-scale-ramp{gap:2px;display:inline-flex}.moodlexhtu-vm-scale-step{--step:1;background:color-mix(in srgb, var(--watch-coverage) calc(var(--step) * 20%), var(--moodlexhtu-surface));border-radius:2px;block-size:11px;inline-size:15px}.moodlexhtu-vm-key{color:var(--moodlexhtu-ink-muted);align-items:center;gap:6px;margin-inline-start:6px;font-size:11.5px;display:inline-flex}.moodlexhtu-vm-scroll{padding-block-end:4px;overflow:auto visible}.moodlexhtu-vm-grid{--cols:8;grid-template-columns:minmax(168px, max-content) repeat(var(--cols), minmax(26px, 1fr));gap:2px;min-inline-size:max-content;display:grid}.moodlexhtu-vm-col-head,.moodlexhtu-vm-row-head{color:var(--moodlexhtu-ink-muted);font-size:11.5px}.moodlexhtu-vm-col-head{text-align:center;padding-block-end:3px}.moodlexhtu-vm-col-head.on{color:var(--moodlexhtu-ink);font-weight:650}.moodlexhtu-vm-row{display:contents}.moodlexhtu-vm-row-head{justify-content:space-between;align-items:center;gap:10px;min-inline-size:0;padding-inline-end:8px;display:flex}.moodlexhtu-vm-row-head.on{color:var(--moodlexhtu-ink)}.moodlexhtu-vm-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.moodlexhtu-vm-mean{font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink-faint);flex:none}.moodlexhtu-vm-row-head.on .moodlexhtu-vm-mean{color:var(--moodlexhtu-ink-muted)}.moodlexhtu-vm-cell{--step:0;appearance:none;cursor:pointer;background:color-mix(in srgb, var(--watch-coverage) calc(var(--step) * 20%), var(--moodlexhtu-surface));border:0;border-radius:3px;block-size:22px;padding:0}.moodlexhtu-vm-cell:hover,.moodlexhtu-vm-cell:focus-visible{outline:2px solid var(--moodlexhtu-ink);outline-offset:-2px}.moodlexhtu-vm-cell.met{box-shadow:inset 0 -3px 0 0 color-mix(in srgb, var(--moodlexhtu-ok) 70%, transparent)}.moodlexhtu-vm-cell.absent,.moodlexhtu-vm-swatch.absent{background:repeating-linear-gradient(45deg, var(--moodlexhtu-surface) 0 3px, var(--moodlexhtu-line) 3px 4px);box-shadow:none}.moodlexhtu-vm-swatch{border:1px solid var(--moodlexhtu-line);border-radius:2px;block-size:11px;inline-size:15px}.moodlexhtu-vm-tooltip{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-sm,8px);background:var(--moodlexhtu-surface-sunk);color:var(--moodlexhtu-ink-muted);flex-wrap:wrap;align-items:center;gap:4px 14px;padding:7px 11px;font-size:12px;display:flex}.moodlexhtu-vm-tooltip b{color:var(--moodlexhtu-ink);font-variant-numeric:tabular-nums}.moodlexhtu-tl-dot{stroke:var(--moodlexhtu-surface);stroke-width:2px}.moodlexhtu-tl-dot.reach{fill:var(--watch-reach)}.moodlexhtu-tl-dot.coverage{fill:var(--watch-coverage)}.moodlexhtu-vd{flex-direction:column;gap:14px;display:flex}.moodlexhtu-vd-head{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:10px 16px;display:flex}.moodlexhtu-vd-who{color:var(--moodlexhtu-ink);font-size:15px;font-weight:650}.moodlexhtu-vd-where{color:var(--moodlexhtu-ink-muted);margin-block-start:2px;font-size:12.5px}.moodlexhtu-vd-facts{grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:12px 18px;margin:0;display:grid}.moodlexhtu-vd-fact dt,.moodlexhtu-vd-fact-label{letter-spacing:.04em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:11px}.moodlexhtu-vd-fact dd{color:var(--moodlexhtu-ink);font-variant-numeric:tabular-nums;margin:3px 0 0;font-size:14px}.moodlexhtu-vd-note{color:var(--moodlexhtu-ink-muted);font-variant-numeric:normal;margin-inline-start:6px;font-size:12px}.moodlexhtu-vd-absent{color:var(--moodlexhtu-ink-faint);font-style:italic}.moodlexhtu-vd-interactions{border-block-start:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;align-items:center;gap:8px 12px;padding-block-start:12px;display:flex}.moodlexhtu-vm-cell.picked{outline:2px solid var(--moodlexhtu-brand);outline-offset:-2px}.moodlexhtu-vd-wrap{border-block-start:1px solid var(--moodlexhtu-line);margin-block-start:14px;padding-block-start:14px}.moodlexhtu-guide{border-block-start:1px dashed var(--moodlexhtu-line-soft);margin-block-start:10px;padding-block-start:8px}.moodlexhtu-guide>summary{cursor:pointer;letter-spacing:.01em;color:var(--moodlexhtu-ink-muted);align-items:center;gap:7px;font-size:11.5px;font-weight:640;list-style:none;display:inline-flex}.moodlexhtu-guide>summary::-webkit-details-marker{display:none}.moodlexhtu-guide>summary:hover{color:var(--moodlexhtu-brand)}.moodlexhtu-guide>summary:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:3px;border-radius:4px}.moodlexhtu-guide__mark{border:1px solid;border-radius:50%;justify-content:center;align-items:center;block-size:15px;inline-size:15px;font-size:9.5px;font-weight:700;line-height:1;display:inline-flex}.moodlexhtu-guide__body{flex-direction:column;gap:6px;margin:9px 0 2px;display:flex}.moodlexhtu-guide__line{flex-wrap:wrap;gap:4px 8px;font-size:12px;line-height:1.5;display:flex}.moodlexhtu-guide__line dt{color:var(--moodlexhtu-ink);flex:none;font-weight:700}.moodlexhtu-guide__line dd{min-inline-size:0;color:var(--moodlexhtu-ink-muted);flex:260px;margin:0}.moodlexhtu-assistant-answer{border-block-start:1px solid var(--moodlexhtu-line);padding-block-start:4px}.moodlexhtu-assistant-text{white-space:pre-wrap;color:var(--moodlexhtu-ink);line-height:1.65}.moodlexhtu-assistant-citations{gap:4px;margin:0;padding-inline-start:18px;font-size:13px;display:grid}.moodlexhtu-assistant-citations li>span{color:var(--moodlexhtu-ink-muted)}:root{--dv-scale-low:#f59e0b;--dv-scale-high:#e2603f;--dv-scale:linear-gradient(90deg, var(--dv-scale-low), var(--dv-scale-high));--dv-grey-dark:#4b5563;--dv-grey-light:#d1d5db}.dv-gauge{align-items:center;gap:.5rem;min-inline-size:0;display:flex}.dv-gauge-label{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);white-space:nowrap;font-size:.625rem}.dv-gauge-track{background:var(--moodlexhtu-surface-sunk);border-radius:999px;flex:auto;block-size:.5rem;min-inline-size:3rem;position:relative;overflow:hidden}.dv-gauge-fill{background:var(--dv-scale);border-radius:999px;block-size:100%;transition:inline-size .22s ease-out;display:block}.dv-gauge-value{font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink-muted);text-align:end;min-inline-size:2.5rem;font-size:.75rem}.dv-dist{background:var(--moodlexhtu-surface-sunk);border-radius:999px;block-size:.875rem;inline-size:100%;display:flex;overflow:hidden}.dv-dist-seg{background:color-mix(in srgb, var(--dv-grey-dark), var(--dv-grey-light) calc(var(--dv-step,0) * 100%));block-size:100%;min-inline-size:2px;transition:inline-size .22s ease-out;display:block}.dv-dist-seg.is-correct{background:var(--moodlexhtu-ok)}.dv-dist-seg+.dv-dist-seg{border-inline-start:1px solid var(--moodlexhtu-surface)}.dv-sr{clip-path:inset(50%);white-space:nowrap;block-size:1px;inline-size:1px;position:absolute;overflow:hidden}.dv-threshold{flex-direction:column;gap:.375rem;display:flex}.dv-threshold-head{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.dv-threshold-label{color:var(--moodlexhtu-ink);font-size:.8125rem}.dv-threshold-value{font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink);font-weight:600}.dv-threshold-unit{color:var(--moodlexhtu-ink-faint);margin-inline-start:.125rem;font-weight:400}.dv-threshold-track-wrap{align-items:center;display:flex;position:relative}.dv-threshold-input{inline-size:100%;accent-color:var(--moodlexhtu-brand)}.dv-threshold-default{background:var(--moodlexhtu-ink-faint);pointer-events:none;border-radius:1px;block-size:.75rem;inline-size:2px;position:absolute;inset-block-start:50%;transform:translate(-50%,-50%)}[dir=rtl] .dv-threshold-default{transform:translate(50%,-50%)}.dv-threshold-reset{align-self:flex-start;font-size:.75rem}@media (prefers-reduced-motion:reduce){.dv-gauge-fill,.dv-dist-seg{transition:none}}.rp-templates{margin-block-start:1.5rem}.rp-template-name{color:var(--moodlexhtu-ink);font-size:.9375rem}.rp-template-chips{flex-wrap:wrap;gap:.375rem;display:flex}.rp-template-actions{gap:.5rem;margin-block-start:.25rem;display:flex}.rp-template-preview{background:var(--moodlexhtu-surface-sunk);border-radius:.5rem;margin-block-start:.75rem;padding:.75rem}.rp-template-preview .moodlexhtu-sub{margin-block-end:.5rem}.rp-filter-group{border-inline-start:3px solid var(--moodlexhtu-brand-ring,var(--moodlexhtu-brand));flex-direction:column;gap:.375rem;margin-block:.5rem;padding-inline-start:.75rem;display:flex}.rp-filter-group-label{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:.625rem}.rp-q-head{align-items:baseline;gap:.5rem;display:flex}.rp-q-text{color:var(--moodlexhtu-ink);font-size:.875rem}.rp-q-thin{color:var(--moodlexhtu-ink-muted);border-inline-start:2px dashed var(--moodlexhtu-ink-faint);margin:0;padding-inline-start:.5rem;font-size:.8125rem}.rp-q-disc{align-items:center;gap:.5rem;display:flex}.rp-q-disc-label{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink-faint);font-size:.625rem}.rp-q-n{color:var(--moodlexhtu-ink-faint);font-size:.75rem}.rp-q-picker{align-items:center;gap:.5rem;margin-block:.5rem;display:flex}.an-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.an-audit{color:var(--moodlexhtu-ink-faint);margin:0;font-size:.75rem}.an-config-toggle{align-self:flex-start;font-size:.8125rem}.pg-alert-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.pg-alert-actions{gap:.5rem;display:flex}.pg-alert-error{color:var(--moodlexhtu-danger);font-size:.8125rem}.pg-plan-timeline{flex-direction:column;gap:.5rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.pg-plan-timeline>li{border-inline-start:2px solid var(--moodlexhtu-brand-ring,var(--moodlexhtu-brand));align-items:center;gap:.5rem;padding-inline-start:.625rem;display:flex}.pg-plan-notes{color:var(--moodlexhtu-ink);flex:auto;font-size:.8125rem}.moodlexhtu-bell{color:var(--moodlexhtu-ink-muted);align-items:center;display:inline-flex;position:relative}.moodlexhtu-bell-count{background:var(--moodlexhtu-brand);min-inline-size:1rem;color:var(--moodlexhtu-on-brand);text-align:center;border-radius:999px;padding-inline:.25rem;font-size:.625rem;line-height:1rem;position:absolute;inset-block-start:-4px;inset-inline-end:-6px}.moodlexhtu-sr{clip-path:inset(50%);white-space:nowrap;block-size:1px;inline-size:1px;position:absolute;overflow:hidden}.moodlexhtu-jrn-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.moodlexhtu-jrn-count{white-space:nowrap;align-items:baseline;gap:6px;display:flex}.moodlexhtu-jrn-count strong{color:var(--moodlexhtu-brand);font-size:26px;line-height:1}.moodlexhtu-jrn-count span{color:var(--moodlexhtu-ink-muted);font-size:12px}.moodlexhtu-jrn,.moodlexhtu-jrn-steps{margin:0;padding:0;list-style:none}.moodlexhtu-jrn{margin-top:18px}.moodlexhtu-jrn-stage+.moodlexhtu-jrn-stage{margin-top:20px}.moodlexhtu-jrn-stage-label{letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);margin-bottom:8px;font-size:11px}.moodlexhtu-jrn-steps{padding-inline-start:22px;position:relative}.moodlexhtu-jrn-steps:before{content:"";background:var(--moodlexhtu-line);width:2px;position:absolute;inset-block:12px;inset-inline-start:5px}.moodlexhtu-jrn-step{padding:10px 0;position:relative}.moodlexhtu-jrn-step+.moodlexhtu-jrn-step{border-top:1px solid var(--moodlexhtu-line-soft,var(--moodlexhtu-line))}.moodlexhtu-jrn-dot{inset-inline-start:-22px;border:2px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface);border-radius:50%;width:12px;height:12px;position:absolute;top:16px}.moodlexhtu-jrn-step.is-open .moodlexhtu-jrn-dot{border-color:var(--moodlexhtu-brand);background:var(--moodlexhtu-brand)}.moodlexhtu-jrn-body{flex-direction:column;gap:4px;display:flex}.moodlexhtu-jrn-title{font-weight:600}.moodlexhtu-jrn-step.is-locked .moodlexhtu-jrn-title{color:var(--moodlexhtu-ink-muted);font-weight:500}.moodlexhtu-jrn-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.moodlexhtu-jrn-state{letter-spacing:.06em;text-transform:uppercase;color:var(--moodlexhtu-ink-muted);font-size:11px}.moodlexhtu-jrn-state.open{color:var(--moodlexhtu-ok,var(--moodlexhtu-brand))}.moodlexhtu-jrn-tag{border:1px solid var(--moodlexhtu-line);color:var(--moodlexhtu-ink-muted);border-radius:999px;padding:1px 7px;font-size:11px}.moodlexhtu-jrn-why{color:var(--moodlexhtu-ink-muted);margin-top:6px;font-size:12px}.moodlexhtu-rt-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.moodlexhtu-rt-name{appearance:none;font:inherit;color:var(--moodlexhtu-ink);text-align:start;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-weight:600}.moodlexhtu-rt-name:hover{color:var(--moodlexhtu-brand)}.moodlexhtu-rt-name:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:3px;border-radius:3px}.moodlexhtu-rr{border:1px solid var(--moodlexhtu-line);border-radius:var(--moodlexhtu-r-md,10px);background:var(--moodlexhtu-surface);align-items:center;gap:12px;padding:10px 14px;display:flex}.moodlexhtu-rr .moodlexhtu-icon-btn{margin-inline-start:auto}.moodlexhtu-rr .moodlexhtu-sub{margin:0}.moodlexhtu-assistant-caveats{border:1px solid var(--moodlexhtu-danger-line,var(--moodlexhtu-line));background:var(--moodlexhtu-danger-wash,transparent);border-radius:var(--moodlexhtu-r-md,10px);padding:10px 12px}.moodlexhtu-assistant-caveats>summary{cursor:pointer;align-items:center;gap:8px;font-weight:600;list-style:none;display:flex}.moodlexhtu-assistant-caveats>summary::-webkit-details-marker{display:none}.moodlexhtu-assistant-caveats>summary:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:3px;border-radius:4px}.moodlexhtu-assistant-caveats-mark{color:var(--moodlexhtu-danger,var(--moodlexhtu-brand))}.moodlexhtu-assistant-caveats-count{border:1px solid var(--moodlexhtu-line);border-radius:999px;margin-inline-start:auto;padding:1px 7px;font-size:11px;font-weight:500}.moodlexhtu-assistant-caveats[open]>summary{margin-bottom:8px}.moodlexhtu-assistant-frame{padding:12px}.moodlexhtu-journey-grid{align-items:stretch}.moodlexhtu-journey-card{height:100%}.moodlexhtu-journey-body{flex:auto}.moodlexhtu-journey-card{border-radius:12px;transition:box-shadow .12s,transform .12s;position:relative;overflow:hidden}.moodlexhtu-journey-banner{background-image:linear-gradient(150deg, var(--stage-from) 0%, var(--stage-to) 100%);background-color:var(--stage-to,#6b7280);height:132px}.moodlexhtu-journey-banner[data-stage=year1]{--stage-from:var(--moodlexhtu-dark-crimson,#8f0007);--stage-to:var(--moodlexhtu-crimson,#c0000d)}.moodlexhtu-journey-banner[data-stage=year2]{--stage-from:#64748b;--stage-to:#94a3b8}.moodlexhtu-journey-banner[data-stage=year3]{--stage-from:#1e293b;--stage-to:#334155}.moodlexhtu-journey-banner[data-stage=year4]{--stage-from:#9ca3af;--stage-to:#cbd5e1}.moodlexhtu-journey-banner[data-stage=apprenticeship]{--stage-from:#a16207;--stage-to:#ca8a04}.moodlexhtu-journey-banner[data-stage=alumni]{--stage-from:#115e59;--stage-to:#0f766e}.moodlexhtu-journey-banner-overlay{z-index:1;position:absolute;inset-block-start:102px;inset-inline-start:12px}.moodlexhtu-journey-banner-overlay .moodlexhtu-badge{background:var(--moodlexhtu-surface,#fff);box-shadow:0 1px 3px #0000002e}.moodlexhtu-journey-banner-overlay .moodlexhtu-badge.brand{color:var(--moodlexhtu-brand-text,#c0000d)}.moodlexhtu-journey-body{flex-direction:column;gap:6px;padding:18px 16px 16px;display:flex}.moodlexhtu-journey-card-title{font-size:1.02rem;font-weight:650;line-height:1.3}.moodlexhtu-journey-sub{color:var(--moodlexhtu-ink-soft,#6b7280);font-size:.82rem}.moodlexhtu-journey-bar{align-items:center;gap:10px;margin-block-start:6px;display:flex}.moodlexhtu-journey-bar>.moodlexhtu-bar-row{flex:auto;min-width:0}.moodlexhtu-journey-reason{margin-block-start:2px;line-height:1.4;display:block}.moodlexhtu-journey-card-link{color:var(--moodlexhtu-ink,#171717);text-decoration:none;display:block}.moodlexhtu-journey-card-link:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0000001a}.moodlexhtu-journey-card-link:hover .moodlexhtu-journey-card-title,.moodlexhtu-journey-card-link:focus-visible .moodlexhtu-journey-card-title{text-decoration:underline}.moodlexhtu-journey-card-link:focus-visible{outline:2px solid var(--moodlexhtu-brand,#a4133c);outline-offset:2px}@media (prefers-reduced-motion:reduce){.moodlexhtu-journey-card{transition:none}.moodlexhtu-journey-card-link:hover{transform:none}}.moodlexhtu-public-wrap{background:var(--moodlexhtu-bg);justify-content:center;align-items:flex-start;min-height:100vh;padding-block:clamp(24px,6vh,72px);padding-inline:16px;display:flex}.moodlexhtu-public-inner{flex-direction:column;gap:20px;width:100%;max-width:520px;display:flex}.moodlexhtu-public-brand{justify-content:center;display:flex}.moodlexhtu-public-head{align-items:center;gap:16px;display:flex}.moodlexhtu-public-name{font-family:var(--moodlexhtu-font-display,inherit);color:var(--moodlexhtu-ink);margin:0;font-size:24px;font-weight:700;line-height:1.2}.moodlexhtu-public-loc{color:var(--moodlexhtu-muted);margin:4px 0 0;font-size:14px}.moodlexhtu-public-label{letter-spacing:.04em;text-transform:uppercase;color:var(--moodlexhtu-muted);margin-bottom:4px;font-size:12px;font-weight:600}.moodlexhtu-public-bio{color:var(--moodlexhtu-ink);white-space:pre-wrap;margin:0;line-height:1.6}.moodlexhtu-public-foot{text-align:center;color:var(--moodlexhtu-muted);margin:0;font-size:12px}.moodlexhtu-journey-focus{border:1px solid var(--moodlexhtu-line);border-radius:12px;overflow:hidden}.moodlexhtu-journey-focus.is-available,.moodlexhtu-journey-focus.is-inprogress{border-color:var(--moodlexhtu-brand-line);box-shadow:inset 0 3px 0 0 var(--moodlexhtu-brand)}.moodlexhtu-journey-focus-head{border-block-end:1px solid var(--moodlexhtu-line-soft);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 18px 14px;display:flex}.moodlexhtu-journey-focus-name{letter-spacing:-.01em;font-size:1.25rem;font-weight:650;line-height:1.25;display:block}.moodlexhtu-journey-focus-sub{color:var(--moodlexhtu-ink-soft);margin-block-start:2px;font-size:.82rem;display:block}.moodlexhtu-journey-steps{flex-direction:column;gap:6px;margin:0;padding:10px;list-style:none;display:flex}.moodlexhtu-journey-step{border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface);border-radius:8px}.moodlexhtu-journey-step.is-available{border-color:var(--moodlexhtu-brand-line);background:var(--moodlexhtu-brand-wash)}.moodlexhtu-journey-step-link{color:inherit;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;text-decoration:none;display:flex}a.moodlexhtu-journey-step-link:hover .moodlexhtu-journey-step-name,a.moodlexhtu-journey-step-link:focus-visible .moodlexhtu-journey-step-name{text-underline-offset:2px;text-decoration:underline}.moodlexhtu-journey-step-name{min-inline-size:0;font-size:.94rem;font-weight:500}.moodlexhtu-journey-step-why{color:var(--moodlexhtu-ink-soft);margin:0;padding:0 13px 11px;font-size:.78rem;line-height:1.45}.moodlexhtu-journey-strip{gap:3px;margin:0;padding:0;list-style:none;display:flex}.moodlexhtu-journey-strip-cell{background:var(--moodlexhtu-line-soft);min-inline-size:0;color:var(--moodlexhtu-ink-soft);text-align:center;border-radius:6px;flex:1 1 0;padding:8px 6px 9px;font-size:.72rem;line-height:1.3}.moodlexhtu-journey-strip-cell.is-done{background:var(--moodlexhtu-ok-wash,var(--moodlexhtu-line-soft));color:var(--moodlexhtu-ok,var(--moodlexhtu-ink-soft))}.moodlexhtu-journey-strip-cell.is-current{background:var(--moodlexhtu-brand-wash);color:var(--moodlexhtu-brand-text);box-shadow:inset 0 0 0 1px var(--moodlexhtu-brand-line);font-weight:600}.moodlexhtu-journey-strip-n{font-family:var(--moodlexhtu-mono);opacity:.75;font-size:.62rem;display:block}.moodlexhtu-journey-strip-name{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.moodlexhtu-journey-beyond{border-block-start:1px dashed var(--moodlexhtu-line);padding-block-start:11px}.moodlexhtu-journey-beyond-title{font-family:var(--moodlexhtu-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--moodlexhtu-ink-soft);margin:0 0 7px;font-size:.62rem}.moodlexhtu-journey-strip-cell.is-beyond{flex:0 auto;padding-inline:14px}@media (width<=560px){.moodlexhtu-journey-strip-name{display:none}.moodlexhtu-journey-strip-n{opacity:1;font-size:.7rem}.moodlexhtu-journey-strip-cell.is-beyond .moodlexhtu-journey-strip-name{display:block}}.moodlexhtu-skills{flex-direction:column;gap:16px;display:flex}.moodlexhtu-skill-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.moodlexhtu-skill-name{color:var(--moodlexhtu-ink);font-weight:600}.moodlexhtu-skill-pct{color:var(--moodlexhtu-muted);font-variant-numeric:tabular-nums;font-size:13px}.moodlexhtu-skill-bar{background:var(--moodlexhtu-track,#00000014);border-radius:999px;height:8px;overflow:hidden}.moodlexhtu-skill-fill{background:var(--moodlexhtu-brand,#a4133c);border-radius:999px;height:100%;transition:width .25s}@media (prefers-reduced-motion:reduce){.moodlexhtu-skill-fill{transition:none}}.moodlexhtu-skill-edit{flex-direction:column;gap:12px;display:flex}.moodlexhtu-skill-edit-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.moodlexhtu-skill-edit-row input[type=range]{min-width:120px;accent-color:var(--moodlexhtu-brand,#a4133c);flex:120px}.moodlexhtu-cefr{align-items:flex-end;gap:10px;min-height:140px;display:flex}.moodlexhtu-cefr-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.moodlexhtu-cefr-bar{background:var(--moodlexhtu-track,#00000014);border-radius:8px 8px 0 0;width:100%;max-width:44px}.moodlexhtu-cefr-col.is-reached .moodlexhtu-cefr-bar{background:var(--moodlexhtu-brand,#a4133c);opacity:.5}.moodlexhtu-cefr-col.is-current .moodlexhtu-cefr-bar{opacity:1}.moodlexhtu-cefr-code{color:var(--moodlexhtu-muted);font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.moodlexhtu-cefr-col.is-current .moodlexhtu-cefr-code{color:var(--moodlexhtu-brand,#a4133c)}.moodlexhtu-exp-list{flex-direction:column;gap:18px;display:flex}.moodlexhtu-exp{border-inline-start:2px solid var(--moodlexhtu-line);padding-inline-start:14px}.moodlexhtu-exp-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.moodlexhtu-exp-title{color:var(--moodlexhtu-ink);font-weight:600}.moodlexhtu-exp-dates{color:var(--moodlexhtu-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px}.moodlexhtu-exp-org{color:var(--moodlexhtu-brand,#a4133c);margin-block-start:2px;font-size:14px;display:block}.moodlexhtu-exp-desc{color:var(--moodlexhtu-muted);white-space:pre-wrap;margin:6px 0 0;line-height:1.6}.moodlexhtu-exp-edit{border:1px solid var(--moodlexhtu-line);border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.moodlexhtu-clubs{flex-direction:column;gap:10px;display:flex}.moodlexhtu-club{border:1px solid var(--moodlexhtu-line);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding-block:10px;padding-inline:14px;display:flex}.moodlexhtu-club-name{color:var(--moodlexhtu-ink);font-weight:600;display:block}.moodlexhtu-club-note{color:var(--moodlexhtu-muted);margin-block-start:2px;font-size:13px;display:block}.moodlexhtu-story{color:var(--moodlexhtu-ink);white-space:pre-wrap;margin:0;line-height:1.7}.moodlexhtu-cv-page{background:var(--moodlexhtu-canvas);flex-direction:column;align-items:center;gap:14px;min-height:100vh;padding-block:clamp(16px,4vh,48px);padding-inline:16px;display:flex}.moodlexhtu-cv-actions{justify-content:flex-end;width:100%;max-width:940px;display:flex}.moodlexhtu-cv-print{appearance:none;border:1px solid var(--moodlexhtu-line-strong);background:var(--moodlexhtu-surface);color:var(--moodlexhtu-ink);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding-block:8px;padding-inline:16px;font-size:13px;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.moodlexhtu-cv-print:hover{border-color:var(--moodlexhtu-brand);color:var(--moodlexhtu-brand)}.moodlexhtu-cv-print:focus-visible{outline:2px solid var(--moodlexhtu-brand);outline-offset:2px}.moodlexhtu-cv{background:var(--moodlexhtu-surface);border-radius:16px;width:100%;max-width:940px;overflow:hidden;box-shadow:0 10px 40px #1717171a,0 2px 8px #1717170f}.moodlexhtu-cv-head{background:var(--moodlexhtu-gradient-hero);color:var(--moodlexhtu-on-inverse);align-items:center;gap:24px;padding-block:34px;padding-inline:40px;display:flex}.moodlexhtu-cv-avatar{width:96px;height:96px;font-family:var(--moodlexhtu-font-display,inherit);color:#fff;background:#ffffff24;border:3px solid #ffffffd9;border-radius:50%;flex:none;place-items:center;font-size:34px;font-weight:700;display:grid;overflow:hidden}.moodlexhtu-cv-headmain{flex:1;min-width:0}.moodlexhtu-cv-name{font-family:var(--moodlexhtu-font-display,inherit);letter-spacing:-.01em;margin:0;font-size:clamp(26px,4vw,36px);font-weight:800;line-height:1.1}.moodlexhtu-cv-meta{color:var(--moodlexhtu-on-inverse-muted);flex-wrap:wrap;gap:8px 18px;margin-block-start:10px;font-size:14px;display:flex}.moodlexhtu-cv-meta span{align-items:center;gap:6px;display:inline-flex}.moodlexhtu-cv-logo{opacity:.95;flex:none;align-self:flex-start}.moodlexhtu-cv-body{flex-direction:column;gap:30px;padding-block:34px;padding-inline:40px;display:flex}.moodlexhtu-cv-body.two-col{grid-template-columns:minmax(0,264px) minmax(0,1fr);gap:44px;display:grid}.moodlexhtu-cv-side,.moodlexhtu-cv-main{flex-direction:column;gap:28px;min-width:0;display:flex}.moodlexhtu-cv-h2{letter-spacing:.12em;text-transform:uppercase;color:var(--moodlexhtu-brand);border-block-end:2px solid var(--moodlexhtu-line);margin:0 0 14px;padding-block-end:8px;font-size:12px;font-weight:700;position:relative}.moodlexhtu-cv-h2:after{content:"";background:var(--moodlexhtu-brand);width:42px;height:2px;position:absolute;inset-block-end:-2px;inset-inline-start:0}.moodlexhtu-cv-skill{margin-block-end:13px}.moodlexhtu-cv-skill:last-child{margin-block-end:0}.moodlexhtu-cv-skill-top{justify-content:space-between;align-items:baseline;margin-block-end:5px;display:flex}.moodlexhtu-cv-skill-name{color:var(--moodlexhtu-ink);font-size:13.5px;font-weight:600}.moodlexhtu-cv-skill-pct{color:var(--moodlexhtu-ink-faint);font-variant-numeric:tabular-nums;font-size:12px}.moodlexhtu-cv-track{background:var(--moodlexhtu-line);border-radius:999px;height:6px;overflow:hidden}.moodlexhtu-cv-fill{background:var(--moodlexhtu-gradient);border-radius:999px;height:100%}.moodlexhtu-cv-english{align-items:baseline;gap:10px;display:flex}.moodlexhtu-cv-level{font-family:var(--moodlexhtu-font-display,inherit);color:var(--moodlexhtu-brand);font-size:28px;font-weight:800;line-height:1}.moodlexhtu-cv-level-name{color:var(--moodlexhtu-ink-muted);font-size:14px}.moodlexhtu-cv-chips{flex-wrap:wrap;gap:8px;display:flex}.moodlexhtu-cv-chip{border:1px solid var(--moodlexhtu-line-strong);color:var(--moodlexhtu-ink);background:var(--moodlexhtu-surface);border-radius:999px;align-items:center;gap:6px;padding-block:5px;padding-inline:11px;font-size:13px;display:inline-flex}.moodlexhtu-cv-chip.amb{background:var(--moodlexhtu-brand-wash);color:var(--moodlexhtu-brand-strong);border-color:#0000;font-weight:600}.moodlexhtu-cv-chip.amb:before{content:"★";font-size:11px}.moodlexhtu-cv-about{color:var(--moodlexhtu-ink);white-space:pre-wrap;margin:0;line-height:1.7}.moodlexhtu-cv-item{border-inline-start:2px solid var(--moodlexhtu-line);padding-block-end:18px;padding-inline-start:22px;position:relative}.moodlexhtu-cv-item:last-child{border-color:#0000;padding-block-end:2px}.moodlexhtu-cv-item:before{content:"";background:var(--moodlexhtu-brand);width:10px;height:10px;box-shadow:0 0 0 3px var(--moodlexhtu-surface);border-radius:50%;position:absolute;inset-block-start:3px;inset-inline-start:-6px}.moodlexhtu-cv-item-top{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.moodlexhtu-cv-item-title{color:var(--moodlexhtu-ink);font-size:15px;font-weight:700}.moodlexhtu-cv-item-dates{color:var(--moodlexhtu-ink-faint);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12.5px}.moodlexhtu-cv-item-org{color:var(--moodlexhtu-brand);margin-block-start:1px;font-size:13.5px;font-weight:500}.moodlexhtu-cv-item-desc{color:var(--moodlexhtu-ink-muted);margin:6px 0 0;font-size:13.5px;line-height:1.6}.moodlexhtu-cv-cred{border-block-end:1px solid var(--moodlexhtu-line-soft);justify-content:space-between;align-items:baseline;gap:12px;padding-block:9px;display:flex}.moodlexhtu-cv-cred:last-child{border-block-end:0}.moodlexhtu-cv-cred-main{min-width:0}.moodlexhtu-cv-cred-title{color:var(--moodlexhtu-ink);font-size:14px;font-weight:600}.moodlexhtu-cv-cred-sub{color:var(--moodlexhtu-ink-muted);margin-inline-start:4px;font-size:13px}.moodlexhtu-cv-cred-date{color:var(--moodlexhtu-ink-faint);white-space:nowrap;font-size:12.5px}.moodlexhtu-cv-story{background:var(--moodlexhtu-brand-wash);border-inline-start:3px solid var(--moodlexhtu-brand);color:var(--moodlexhtu-ink);white-space:pre-wrap;border-radius:10px;margin:0;padding-block:16px;padding-inline:18px;font-style:italic;line-height:1.7}.moodlexhtu-cv-foot{border-block-start:1px solid var(--moodlexhtu-line-soft);text-align:center;color:var(--moodlexhtu-ink-faint);padding-block:16px;padding-inline:40px;font-size:12px}.moodlexhtu-cv-unavailable{text-align:center;padding-block:48px;padding-inline:32px}@media (width<=640px){.moodlexhtu-cv-body.two-col{grid-template-columns:1fr;gap:28px}.moodlexhtu-cv-head{text-align:center;flex-direction:column;padding-inline:24px}.moodlexhtu-cv-body{padding-inline:22px}.moodlexhtu-cv-meta{justify-content:center}.moodlexhtu-cv-logo{align-self:center}}@media print{.moodlexhtu-cv-actions{display:none!important}.moodlexhtu-cv-page{background:#fff;padding:0}.moodlexhtu-cv{box-shadow:none;border-radius:0;max-width:none}.moodlexhtu-cv-head{-webkit-print-color-adjust:exact;print-color-adjust:exact}.moodlexhtu-cv-item,.moodlexhtu-cv-cred,.moodlexhtu-cv-story{break-inside:avoid}.moodlexhtu-cv-h2{break-after:avoid}}.moodlexhtu-nextup-row{color:inherit;transition:background var(--moodlexhtu-t) var(--moodlexhtu-ease);border-radius:8px;padding:8px 10px;text-decoration:none;display:block}.moodlexhtu-nextup-row.is-link:hover,.moodlexhtu-nextup-row.is-link:focus-visible{background:var(--moodlexhtu-surface-sunk)}.moodlexhtu-nextup-title{text-overflow:ellipsis;white-space:nowrap;min-inline-size:0;font-size:13.5px;font-weight:500;overflow:hidden}.moodlexhtu-nextup-pct{font-variant-numeric:tabular-nums;color:var(--moodlexhtu-ink-muted);flex:none;font-size:12.5px}.moodlexhtu-nextup-bar{background:var(--moodlexhtu-line-soft);border-radius:999px;block-size:4px;margin-block-start:6px;display:block;overflow:hidden}.moodlexhtu-nextup-fill{border-radius:inherit;background:var(--moodlexhtu-brand);block-size:100%;transition:inline-size var(--moodlexhtu-t) var(--moodlexhtu-ease);display:block}@media (prefers-reduced-motion:reduce){.moodlexhtu-nextup-fill,.moodlexhtu-nextup-row{transition:none}}.moodlexhtu-nottracked{border:1px solid var(--moodlexhtu-line);background:var(--moodlexhtu-surface);border-radius:10px;padding:10px 12px;font-size:12.5px}.moodlexhtu-nottracked>summary{cursor:pointer;color:var(--moodlexhtu-ink-muted);font-weight:500;list-style-position:inside}.moodlexhtu-nottracked>summary:focus-visible{outline:2px solid var(--moodlexhtu-brand-ring);outline-offset:2px;border-radius:6px}.moodlexhtu-nottracked dl{margin:10px 0 0}.moodlexhtu-nottracked dt{color:var(--moodlexhtu-ink);margin-block-start:8px;font-weight:600}.moodlexhtu-nottracked dt:first-child{margin-block-start:0}.moodlexhtu-nottracked dd{color:var(--moodlexhtu-ink-muted);margin:2px 0 0;line-height:1.5}.moodlexhtu-forgot-done{color:var(--moodlexhtu-ink);margin:0;font-size:16px;font-weight:600;line-height:1.45}.moodlexhtu-floating-assistant{inset-inline-end:20px;z-index:1040;position:fixed;bottom:20px}.moodlexhtu-floating-assistant-launch{color:#fff;cursor:pointer;background:linear-gradient(145deg,#ff1744 0%,#d50029 100%);border:none;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;padding:0;transition:transform .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 8px 24px #ff0a2e73}.moodlexhtu-floating-assistant-launch:hover{transform:scale(1.05);box-shadow:0 10px 28px #ff0a2e99}.moodlexhtu-floating-assistant-launch:active{transform:scale(.96)}.moodlexhtu-floating-assistant-icon{pointer-events:none;display:block}.moodlexhtu-floating-assistant-badge{top:-3px;pointer-events:none;background:#ffca28;border:2.5px solid #18181b;border-radius:50%;width:15px;height:15px;position:absolute;inset-inline-end:-3px;box-shadow:0 0 4px #ffca2866}.moodlexhtu-floating-assistant-panel{inset-inline-end:20px;z-index:1040;background:var(--moodlexhtu-surface);border:1px solid #00000026;border-radius:10px;flex-direction:column;width:min(380px,100vw - 40px);height:min(560px,100vh - 120px);display:flex;position:fixed;bottom:86px;overflow:hidden;box-shadow:0 10px 40px #00000040}.moodlexhtu-floating-assistant-head{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;padding-block:8px;padding-inline:14px 8px;display:flex}.moodlexhtu-floating-assistant-close{cursor:pointer;background:0 0;border:none;padding:2px 8px}.moodlexhtu-floating-assistant-body{flex:1;min-block-size:0;padding:0;display:flex;overflow:hidden}.moodlexhtu-assistant-shell{flex-direction:column;flex:1;min-block-size:0;display:flex}.moodlexhtu-assistant-scroll{flex-direction:column;flex:1;gap:10px;min-block-size:0;padding:10px;display:flex;overflow-y:auto}.moodlexhtu-assistant-bar{border-block-start:1px solid var(--line);background:var(--surface);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px;display:flex}.moodlexhtu-assistant-bar textarea{resize:none;flex:1;block-size:42px;min-block-size:42px;max-block-size:96px;padding-block:9px}.moodlexhtu-assistant-log{flex-direction:column;gap:10px;display:flex}.moodlexhtu-assistant-turn{border-inline-start:3px solid var(--line-2);background:var(--surface);border-radius:10px;flex-direction:column;gap:4px;padding-block:8px;padding-inline:10px;display:flex}.moodlexhtu-assistant-turn.you{border-inline-start-color:var(--ink-2)}.moodlexhtu-assistant-turn-who{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.75rem}.moodlexhtu-root a:not(.btn):not(.b-add-btn):not(.icon-btn):not(.moodlexhtu-btn):not(.moodlexhtu-activity):not(.moodlexhtu-acts-row):not(.moodlexhtu-nav-item):not(.moodlexhtu-tab):not(.moodlexhtu-pl-stage-btn):not(.moodlexhtu-pl-rail-item):not(.moodlexhtu-header-id):not(.ca-ref):not(.moodlexhtu-numcard):not(.moodlexhtu-hero-link):not(.moodlexhtu-quick):not(.moodlexhtu-journey-card-link):not(.moodlexhtu-rp-pin-hit):not(.moodlexhtu-rp-quick-hit):not(.moodlexhtu-rp-door-hit):not(.moodlexhtu-rp-cat-hit):not(.moodlexhtu-rp-insight-hit):not(.moodlexhtu-rp-signal-cta):not(.moodlexhtu-rp-signal-second){color:var(--moodlexhtu-brand);text-decoration:none}.moodlexhtu-root a:not(.btn):not(.b-add-btn):not(.icon-btn):not(.moodlexhtu-btn):not(.moodlexhtu-activity):not(.moodlexhtu-acts-row):not(.moodlexhtu-nav-item):not(.moodlexhtu-tab):not(.moodlexhtu-pl-stage-btn):not(.moodlexhtu-pl-rail-item):not(.moodlexhtu-header-id):not(.ca-ref):not(.moodlexhtu-numcard):not(.moodlexhtu-hero-link):not(.moodlexhtu-quick):not(.moodlexhtu-journey-card-link):not(.moodlexhtu-rp-pin-hit):not(.moodlexhtu-rp-quick-hit):not(.moodlexhtu-rp-door-hit):not(.moodlexhtu-rp-cat-hit):not(.moodlexhtu-rp-insight-hit):not(.moodlexhtu-rp-signal-cta):not(.moodlexhtu-rp-signal-second):hover{color:var(--moodlexhtu-brand-strong);text-decoration:underline}.moodlexhtu-score-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.moodlexhtu-score{flex-direction:column;gap:14px;padding:20px 22px;display:flex}.moodlexhtu-score-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.moodlexhtu-score-id{min-width:0}.ca2-root,.moodlexhtu-rp-page{--ca2-bg:#f6f7f8;--ca2-surface:#fff;--ca2-surface2:#f8f9fa;--ca2-border:#e7e8eb;--ca2-border2:#d8dadf;--ca2-text:#171717;--ca2-muted:#6b7280;--ca2-faint:#9ca3af;--ca2-red:var(--moodlexhtu-crimson);--ca2-red-bright:var(--moodlexhtu-digital);--ca2-red-dark:var(--moodlexhtu-dark-crimson);--ca2-grad:linear-gradient(135deg, #8f0007 0%, #fc1323 100%);--ca2-deck:linear-gradient(120deg, #2b0003 0%, #8f0007 52%, #c0000d 100%);--ca2-tint:#c0000d12;--ca2-ring:#c0000d33;--ca2-shadow:0 4px 20px #1717170f;--ca2-lift:0 14px 34px #17171724;--ca2-scrim:#17171770;--ca2-ok:#0f7b3e;--ca2-ok-bg:#0f7b3e1a;--ca2-ok-bd:#0f7b3e38;--ca2-warn:#b45309;--ca2-warn-bg:#b4530917;--ca2-warn-bd:#b453093d;--ca2-info:#6b7280;--ca2-info-bg:#6b728014;--ca2-info-bd:#6b728033;--ca2-err:#b91c1c;--ca2-err-bg:#b91c1c14;--ca2-err-bd:#b91c1c4d;--ca2-sunk:#f1f2f4;--ca2-stroke:1.6px;color:var(--ca2-text);font-family:var(--moodlexhtu-font);flex-direction:column;gap:18px;display:flex}[data-theme=dark] .ca2-root,[data-theme=dark] .moodlexhtu-rp-page{--ca2-bg:#0b0b0d;--ca2-surface:#16161a;--ca2-surface2:#1d1d22;--ca2-border:#ffffff17;--ca2-border2:#ffffff2e;--ca2-text:#f4f4f5;--ca2-muted:#9aa1a9;--ca2-faint:#7a8189;--ca2-deck:linear-gradient(120deg, #1a0002 0%, #6e0005 52%, #a80009 100%);--ca2-shadow:0 4px 20px #0000008c;--ca2-lift:0 16px 38px #000000b8;--ca2-scrim:#000000a8;--ca2-tint:#fc132321;--ca2-ring:#fc132352;--ca2-ok:#4ade80;--ca2-ok-bg:#4ade8021;--ca2-ok-bd:#4ade8042;--ca2-warn:#fbbf24;--ca2-warn-bg:#fbbf241f;--ca2-warn-bd:#fbbf2447;--ca2-info:#a1a1aa;--ca2-info-bg:#a1a1aa1f;--ca2-info-bd:#a1a1aa3d;--ca2-err:#f87171;--ca2-err-bg:#f8717121;--ca2-err-bd:#f8717152;--ca2-sunk:#101014;--ca2-stroke:2px}.moodlexhtu-rp-deck-actions{flex-wrap:wrap;flex:none;gap:9px;padding-block-start:4px;display:flex}.ci-template-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.moodlexhtu-rp-course-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:15px;display:grid}.moodlexhtu-rp-course-card{padding:0;position:relative;overflow:hidden}.moodlexhtu-rp-course-card:before{content:"";background:var(--ca2-grad);inline-size:4px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-rp-course-card.kind-refused:before{background:var(--ca2-warn)}.moodlexhtu-rp-course-card.kind-failed:before{background:var(--ca2-err)}.moodlexhtu-rp-course-card.kind-unknown:before{background:var(--ca2-border2)}.moodlexhtu-rp-course-card.kind-unknown{border-style:dashed;border-color:var(--ca2-border2)}.moodlexhtu-rp-course-hit{inline-size:100%;color:inherit;text-align:start;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:14px;padding:20px 22px;transition:transform .2s ease-out,box-shadow .2s ease-out;display:flex}.moodlexhtu-rp-course-hit:hover{box-shadow:var(--ca2-lift);transform:translateY(-3px)}.moodlexhtu-rp-course-hit:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-course-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.moodlexhtu-rp-course-badges{align-items:center;gap:8px;display:flex}.moodlexhtu-rp-course-current{border:1px solid var(--ca2-red);background:var(--ca2-surface2);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-red);white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-course-card.is-current{border-color:var(--ca2-red);box-shadow:0 0 0 1px var(--ca2-red) inset}.moodlexhtu-rp-course-counts{flex-wrap:wrap;gap:22px;display:flex}.moodlexhtu-rp-course-count{flex-direction:column;gap:3px;display:flex}.moodlexhtu-rp-course-count-label{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.14em;color:var(--ca2-faint);font-size:8px;font-weight:700}.moodlexhtu-rp-course-note{border:1px dashed var(--ca2-border2);background:var(--ca2-surface2);color:var(--ca2-muted);border-radius:14px;flex-wrap:wrap;align-items:center;gap:10px;margin:0;padding:13px 16px;font-size:12.5px;line-height:1.55;display:flex}.moodlexhtu-rp-course-note-tag{border:1px solid var(--ca2-info-bd);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.14em;color:var(--ca2-info);border-radius:999px;flex:none;padding:4px 9px;font-size:9px;font-weight:700}.moodlexhtu-rp-quick-grid,.moodlexhtu-rp-insight-grid,.moodlexhtu-rp-cat-grid{gap:13px;display:grid}.moodlexhtu-rp-quick-grid{grid-template-columns:repeat(auto-fit,minmax(232px,1fr))}.moodlexhtu-rp-insight-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}.moodlexhtu-rp-cat-grid{grid-template-columns:repeat(auto-fill,minmax(252px,1fr))}.moodlexhtu-rp-quick,.moodlexhtu-rp-cat,.moodlexhtu-rp-insight{padding:0}.moodlexhtu-rp-quick-hit,.moodlexhtu-rp-cat-hit,.moodlexhtu-rp-insight-hit{color:inherit;flex-direction:column;gap:10px;padding:17px;text-decoration:none;transition:transform .2s ease-out,box-shadow .2s ease-out;display:flex}.moodlexhtu-rp-quick-hit:hover,.moodlexhtu-rp-cat-hit:hover,.moodlexhtu-rp-insight-hit:hover{box-shadow:var(--ca2-lift);text-decoration:none;transform:translateY(-2px)}.moodlexhtu-rp-quick-hit:focus-visible,.moodlexhtu-rp-cat-hit:focus-visible,.moodlexhtu-rp-insight-hit:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-quick-top,.moodlexhtu-rp-cat-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-rp-quick-n{font-size:25px;font-weight:700;line-height:1}.moodlexhtu-rp-quick-tag,.moodlexhtu-rp-cat-tag,.moodlexhtu-rp-cap{border:1px solid var(--ca2-border);background:var(--ca2-surface2);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-muted);white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:8px;font-weight:700}.moodlexhtu-rp-quick-tag.tag-estimate,.moodlexhtu-rp-cat-tag{color:var(--ca2-red);background:var(--ca2-tint);border-color:var(--ca2-ring)}.moodlexhtu-rp-quick-tag.tag-floor{color:var(--ca2-info);background:var(--ca2-info-bg);border-style:dashed}.moodlexhtu-rp-quick-q,.moodlexhtu-rp-cat-title{color:var(--ca2-text);font-size:14px;font-weight:600;line-height:1.3}.moodlexhtu-rp-quick-where,.moodlexhtu-rp-door-meta,.moodlexhtu-rp-legend-token{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-faint);font-size:9px}.moodlexhtu-rp-cat-desc,.moodlexhtu-rp-insight-desc,.moodlexhtu-rp-legend-desc{color:var(--ca2-muted);font-size:12px;line-height:1.5}.moodlexhtu-rp-cat-glyph{background:var(--ca2-tint);border:1px solid var(--ca2-ring);border-radius:11px;block-size:34px;inline-size:34px}.moodlexhtu-rp-cat-glyph.tone-warn{background:var(--ca2-warn-bg);border-color:var(--ca2-warn-bd)}.moodlexhtu-rp-cat-glyph.tone-info{background:var(--ca2-info-bg);border-color:var(--ca2-info-bd)}.moodlexhtu-rp-cat-caps{border-block-start:1px solid var(--ca2-border);flex-wrap:wrap;align-items:center;gap:6px;padding-block-start:11px;display:flex}.moodlexhtu-rp-cap.cap-csv{color:var(--ca2-ok);background:var(--ca2-ok-bg);border-color:var(--ca2-ok-bd)}.moodlexhtu-rp-cap.cap-nocsv,.moodlexhtu-rp-cap.cap-none{color:var(--ca2-info);background:0 0;border-style:dashed}.moodlexhtu-rp-cat.is-unavailable{opacity:.72;border-style:dashed}.moodlexhtu-rp-cat-why{color:var(--ca2-info);font-size:11.5px;font-style:italic;line-height:1.5}.moodlexhtu-rp-insight,.moodlexhtu-rp-signal{border-color:var(--ca2-ring);background:linear-gradient(115deg, var(--ca2-tint) 0%, transparent 62%), var(--ca2-surface)}.moodlexhtu-rp-signal{flex-direction:column;gap:9px;padding:24px 26px;display:flex}.moodlexhtu-rp-insight-badge,.moodlexhtu-rp-signal-badge{border:1px solid var(--ca2-ring);background:var(--ca2-tint);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.14em;color:var(--ca2-red);border-radius:999px;align-self:flex-start;padding:4px 9px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-insight-title{letter-spacing:-.02em;color:var(--ca2-text);font-size:19px;font-weight:600}.moodlexhtu-rp-signal-title{letter-spacing:-.025em;color:var(--ca2-text);font-size:22px;font-weight:600}.moodlexhtu-rp-signal-body{max-inline-size:520px;color:var(--ca2-muted);margin:0;font-size:13px;line-height:1.6}.moodlexhtu-rp-signal-chips{flex-wrap:wrap;gap:7px;display:flex}.moodlexhtu-rp-signal-chip{border:1px solid var(--ca2-ring);background:var(--ca2-tint);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-red);border-radius:999px;padding:5px 10px;font-size:9px;font-weight:700}.moodlexhtu-rp-signal-actions{flex-wrap:wrap;gap:9px;margin-block-start:4px;display:flex}.moodlexhtu-rp-signal-cta{background:var(--ca2-grad);color:#fff;border-radius:12px;padding:12px 19px;font-size:13px;font-weight:600;text-decoration:none}.moodlexhtu-rp-signal-cta:hover{color:#fff;text-decoration:none}.moodlexhtu-rp-signal-cta:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:3px}.moodlexhtu-rp-legend-card{flex-direction:column;align-items:flex-start;gap:10px;padding:17px;display:flex}@media (width<=1120px){.moodlexhtu-rp-quick-grid,.moodlexhtu-rp-insight-grid,.moodlexhtu-rp-cat-grid{grid-template-columns:minmax(0,1fr)}}.moodlexhtu-rp-switcher{flex-wrap:wrap;align-items:center;gap:8px;margin-block-end:16px;display:flex}.moodlexhtu-rp-switcher-label{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.16em;color:var(--ca2-faint);font-size:9px;font-weight:700}.moodlexhtu-rp-switcher-chip{border:1px solid var(--ca2-border2);background:var(--ca2-surface2);color:var(--ca2-text);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.08em;cursor:pointer;border-radius:999px;padding:7px 13px;font-size:10px;font-weight:700;transition:border-color .18s ease-out,color .18s ease-out}.moodlexhtu-rp-switcher-chip:hover{border-color:var(--ca2-red);color:var(--ca2-red)}.moodlexhtu-rp-switcher-chip:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-switcher-chip.is-on{border-color:var(--ca2-red);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-group{display:contents}.moodlexhtu-rp-pin-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px;display:grid}.moodlexhtu-rp-pin{border-radius:20px;padding:0;position:relative;overflow:hidden}.moodlexhtu-rp-pin:before{content:"";background:var(--ca2-grad);inline-size:4px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-rp-pin-hit{min-block-size:186px;color:inherit;flex-direction:column;gap:11px;padding:20px 22px;text-decoration:none;transition:transform .2s ease-out,box-shadow .2s ease-out;display:flex}.moodlexhtu-rp-pin-hit:hover{box-shadow:var(--ca2-lift);text-decoration:none;transform:translateY(-3px)}.moodlexhtu-rp-pin-hit:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-pin-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-rp-pin-family{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.16em;color:var(--ca2-red);font-size:9px;font-weight:700}.moodlexhtu-rp-pin-tag{border:1px solid var(--ca2-border);background:var(--ca2-surface2);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-muted);border-radius:999px;padding:4px 9px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-pin-title{letter-spacing:-.02em;color:var(--ca2-text);font-size:19px;font-weight:600}.moodlexhtu-rp-pin-desc{color:var(--ca2-muted);font-size:12.5px;line-height:1.55}.moodlexhtu-rp-pin-foot{border-block-start:1px solid var(--ca2-border);flex-wrap:wrap;align-items:center;gap:10px;margin-block-start:auto;padding-block-start:13px;display:flex}.moodlexhtu-rp-pin-stat{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-red);font-size:10px;font-weight:700}.moodlexhtu-rp-pin-dot{background:var(--ca2-faint);border-radius:50%;block-size:4px;inline-size:4px}.moodlexhtu-rp-pin-run{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.08em;color:var(--ca2-faint);font-size:9.5px}.moodlexhtu-rp-pin-btn{color:var(--ca2-faint);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:6px;font-size:9.5px;font-weight:700;transition:color .18s ease-out,border-color .18s ease-out,background .18s ease-out;display:inline-flex}.moodlexhtu-rp-pin-btn:hover{color:var(--ca2-red);background:var(--ca2-tint)}.moodlexhtu-rp-pin-btn:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-pin-btn.is-on{color:var(--ca2-red)}.moodlexhtu-rp-pin-btn.with-label{border-color:var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-muted);padding:6px 11px}.moodlexhtu-rp-pin-btn.with-label:hover{border-color:var(--ca2-red);color:var(--ca2-red)}.moodlexhtu-rp-pin-btn.with-label.is-on{border-color:var(--ca2-red);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-pin-btn-icon{display:inline-flex}@keyframes moodlexhtu-rp-pin-pop{0%{transform:scale(.7)}55%{transform:scale(1.25)}to{transform:scale(1)}}.moodlexhtu-rp-pin-btn-icon.is-ack{animation:.28s ease-out moodlexhtu-rp-pin-pop}@media (prefers-reduced-motion:reduce){.moodlexhtu-rp-pin-btn-icon.is-ack{animation:none}}.moodlexhtu-rp-pin-btn.on-card{z-index:1;position:absolute;inset-block-start:12px;inset-inline-end:12px}.moodlexhtu-rp-cat,.moodlexhtu-rp-quick,.moodlexhtu-rp-insight,.moodlexhtu-rp-pin{position:relative}.moodlexhtu-rp-cat .moodlexhtu-rp-cat-head,.moodlexhtu-rp-insight .moodlexhtu-rp-insight-head,.moodlexhtu-rp-quick .moodlexhtu-rp-quick-top,.moodlexhtu-rp-pin .moodlexhtu-rp-pin-head{padding-inline-end:34px}.moodlexhtu-rp-quick-grid{grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:12px;display:grid}.moodlexhtu-rp-quick{border-radius:16px;padding:0}.moodlexhtu-rp-quick-hit{color:inherit;flex-direction:column;gap:10px;padding:16px 17px;text-decoration:none;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;display:flex}.moodlexhtu-rp-quick-hit:hover{box-shadow:var(--ca2-lift);text-decoration:none;transform:translateY(-2px)}.moodlexhtu-rp-quick-hit:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-quick-top{align-items:baseline;gap:10px;display:flex}.moodlexhtu-rp-quick-n{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:-.03em;color:var(--ca2-red);font-size:25px;font-weight:700;line-height:1}.moodlexhtu-rp-quick-n.tone-warn{color:var(--ca2-warn)}.moodlexhtu-rp-quick-n.tone-unknown{color:var(--ca2-info)}.moodlexhtu-rp-quick-tag{border:1px solid var(--ca2-ring);background:var(--ca2-tint);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-red);white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-quick-tag.tag-floor{border-style:dashed;border-color:var(--ca2-info-bd);background:var(--ca2-info-bg);color:var(--ca2-info)}.moodlexhtu-rp-quick-q{color:var(--ca2-text);font-size:13.5px;font-weight:600;line-height:1.35}.moodlexhtu-rp-quick-where,.moodlexhtu-rp-door-meta{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-faint);font-size:9px}.moodlexhtu-rp-signal{border-color:var(--ca2-ring);background:linear-gradient(115deg, var(--ca2-tint) 0%, transparent 68%), var(--ca2-surface);border-radius:22px;flex-wrap:wrap;align-items:center;gap:24px;padding:24px 26px;display:flex}.moodlexhtu-rp-signal-glyph{background:var(--ca2-tint);border:1px solid var(--ca2-ring);border-radius:18px;flex:none;block-size:60px;inline-size:60px}.moodlexhtu-rp-signal-body{flex-direction:column;flex:1;gap:9px;min-inline-size:300px;display:flex}.moodlexhtu-rp-signal-badge{border:1px solid var(--ca2-ring);background:var(--ca2-tint);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.14em;color:var(--ca2-red);border-radius:999px;align-self:flex-start;padding:4px 9px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-signal-title{letter-spacing:-.025em;color:var(--ca2-text);font-size:22px;font-weight:600;line-height:1.2}.moodlexhtu-rp-signal-text{max-inline-size:520px;color:var(--ca2-muted);margin:0;font-size:13px;line-height:1.6}.moodlexhtu-rp-signal-chips{flex-wrap:wrap;gap:7px;margin-block-start:2px;display:flex}.moodlexhtu-rp-signal-chip{border:1px solid var(--ca2-ring);background:var(--ca2-tint);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-red);border-radius:999px;align-items:center;gap:8px;padding:5px 10px;font-size:9px;font-weight:700;display:inline-flex}.moodlexhtu-rp-signal-chip .moodlexhtu-rp-signal-dot{background:currentColor;border-radius:2px;block-size:7px;inline-size:7px}.moodlexhtu-rp-signal-chip.tone-warn{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.moodlexhtu-rp-signal-chip.tone-unknown{border-style:dashed;border-color:var(--ca2-info-bd);background:var(--ca2-info-bg);color:var(--ca2-info)}.moodlexhtu-rp-signal-chip.tone-unknown .moodlexhtu-rp-signal-dot{background:0 0}.moodlexhtu-rp-signal-actions{flex-wrap:wrap;gap:9px;display:flex}.moodlexhtu-rp-signal-cta,.moodlexhtu-rp-signal-second{border-radius:12px;padding:12px 19px;font-size:13px;font-weight:600;text-decoration:none;transition:transform .2s ease-out}.moodlexhtu-rp-signal-cta{background:var(--ca2-grad);color:#fff;box-shadow:0 6px 18px #8f00074d}.moodlexhtu-rp-signal-cta:hover{color:#fff;text-decoration:none;transform:translateY(-2px)}.moodlexhtu-rp-signal-second{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-text)}.moodlexhtu-rp-signal-second:hover{color:var(--ca2-red);border-color:var(--ca2-red);text-decoration:none}.moodlexhtu-rp-signal-cta:focus-visible,.moodlexhtu-rp-signal-second:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:3px}.moodlexhtu-rp-door-grid{grid-template-columns:repeat(auto-fit,minmax(268px,1fr));gap:14px;display:grid}.moodlexhtu-rp-door{border-radius:18px;padding:0}.moodlexhtu-rp-door-hit{color:inherit;flex-direction:column;gap:11px;padding:19px;text-decoration:none;transition:transform .2s ease-out,box-shadow .2s ease-out;display:flex}.moodlexhtu-rp-door-hit:hover{box-shadow:var(--ca2-lift);text-decoration:none;transform:translateY(-3px)}.moodlexhtu-rp-door-hit:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-door-glyph{background:var(--ca2-tint);border:1px solid var(--ca2-ring);border-radius:12px;block-size:40px;inline-size:40px}.moodlexhtu-rp-door-glyph.tone-info{background:var(--ca2-info-bg);border-color:var(--ca2-info-bd)}.moodlexhtu-rp-door-title{letter-spacing:-.015em;color:var(--ca2-text);font-size:16px;font-weight:600}.moodlexhtu-rp-door-desc{color:var(--ca2-muted);font-size:12.5px;line-height:1.55}.moodlexhtu-rp-group-hint{color:var(--ca2-faint);margin:0;font-size:12.5px}@media (width<=1120px){.moodlexhtu-rp-pin-grid,.moodlexhtu-rp-quick-grid,.moodlexhtu-rp-door-grid{grid-template-columns:minmax(0,1fr)}}.moodlexhtu-rp-deck-metrics .moodlexhtu-rp-tile{flex-direction:column;gap:6px;display:flex}.moodlexhtu-rp-deck-metrics .moodlexhtu-rp-tile-value{letter-spacing:-.02em;order:-1;font-size:23px;font-weight:700;line-height:1}.moodlexhtu-rp-deck-metrics .moodlexhtu-rp-tile-label{letter-spacing:.16em;font-size:8px}.moodlexhtu-rp-door-glyph,.moodlexhtu-rp-signal-glyph,.moodlexhtu-rp-cat-glyph,.moodlexhtu-rp-signal-dot,.moodlexhtu-rp-pin-dot{flex:none;display:block}.moodlexhtu-rp-pin:before,.moodlexhtu-rp-course-card:before{z-index:1}.moodlexhtu-rp-signal{border-radius:22px;flex-wrap:wrap;align-items:center}.moodlexhtu-rp-signal{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;display:grid}.moodlexhtu-rp-signal-body{min-inline-size:0}.moodlexhtu-rp-signal-actions{margin-inline-start:0}@media (width<=1000px){.moodlexhtu-rp-signal{grid-template-columns:auto minmax(0,1fr)}.moodlexhtu-rp-signal-actions{grid-column:1/-1}}.moodlexhtu-rp-door-glyph,.moodlexhtu-rp-signal-glyph,.moodlexhtu-rp-cat-glyph{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-red);place-items:center;font-weight:700;display:grid}.moodlexhtu-rp-door-glyph{font-size:15px}.moodlexhtu-rp-signal-glyph{font-size:24px}.moodlexhtu-rp-door-glyph.tone-info{color:var(--ca2-info)}.moodlexhtu-root a.moodlexhtu-rp-signal-cta{background:var(--ca2-grad);color:#fff;box-shadow:0 6px 18px #8f00074d}.moodlexhtu-root a.moodlexhtu-rp-signal-cta:hover{color:#fff}.moodlexhtu-root a.moodlexhtu-rp-signal-second{background:var(--ca2-surface);border:1px solid var(--ca2-border2);color:var(--ca2-text)}.moodlexhtu-root a.moodlexhtu-rp-signal-second:hover{color:var(--ca2-red);border-color:var(--ca2-red)}.moodlexhtu-rp-deck-metrics .moodlexhtu-rp-tile.tone-warn .moodlexhtu-rp-tile-edge{background:var(--ca2-warn,#fbbf24)}.moodlexhtu-rp-deck-metrics .moodlexhtu-rp-tile.tone-warn .moodlexhtu-rp-tile-value{color:#ffe0a3}.moodlexhtu-rp-bld-steps{z-index:8;border-radius:18px;flex-wrap:wrap;align-items:center;gap:10px;padding:12px;display:flex;position:sticky;top:62px}.moodlexhtu-rp-bld-step{border:1px dashed var(--ca2-border);background:var(--ca2-surface2);text-align:start;cursor:pointer;border-radius:14px;flex:1;align-items:center;gap:11px;min-inline-size:172px;padding:11px 13px;transition:border-color .2s ease-out,background .2s ease-out,transform .2s ease-out;display:flex}.moodlexhtu-rp-bld-step.is-on{border-style:solid;border-color:var(--ca2-red);background:var(--ca2-tint)}.moodlexhtu-rp-bld-step:hover{border-color:var(--ca2-red);transform:translateY(-2px)}.moodlexhtu-rp-bld-step:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-bld-step-n{background:var(--ca2-border2);color:#fff;block-size:30px;inline-size:30px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);border-radius:9px;flex:none;place-items:center;font-size:11px;font-weight:700;display:grid}.moodlexhtu-rp-bld-step-n.is-done{background:var(--ca2-grad)}.moodlexhtu-rp-bld-step-text{flex-direction:column;gap:3px;min-inline-size:0;display:flex}.moodlexhtu-rp-bld-step-label{color:var(--ca2-red);white-space:nowrap;font-size:13px;font-weight:600}.moodlexhtu-rp-bld-step-meta,.moodlexhtu-rp-bld-tpl-label,.moodlexhtu-rp-bld-sub,.moodlexhtu-rp-bld-rail-label,.moodlexhtu-rp-bld-group-id,.moodlexhtu-rp-bld-sample-label{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.13em;color:var(--ca2-faint);font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-collapse,.moodlexhtu-rp-bld-match,.moodlexhtu-rp-bld-tpl{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-text);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;cursor:pointer;border-radius:11px;padding:9px 13px;font-size:9px;font-weight:700}.moodlexhtu-rp-bld-collapse:hover,.moodlexhtu-rp-bld-match:hover{color:var(--ca2-red);border-color:var(--ca2-red)}.moodlexhtu-rp-bld-templates{border-radius:18px;flex-wrap:wrap;align-items:center;gap:11px;padding:14px 16px;display:flex}.moodlexhtu-rp-bld-tpl{letter-spacing:normal;border-radius:999px;align-items:center;gap:9px;font-family:inherit;font-size:12px;display:inline-flex}.moodlexhtu-rp-bld-tpl.is-on{border-color:var(--ca2-red);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-bld-tpl-meta{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;opacity:.65;font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-spacer{flex:1}.moodlexhtu-rp-bld-dirty{border:1px solid var(--ca2-ok-bd);background:var(--ca2-ok-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-ok);border-radius:999px;padding:5px 10px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-dirty.is-dirty{border-style:dashed;border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.moodlexhtu-rp-bld-save,.moodlexhtu-rp-bld-second{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-text);cursor:pointer;border-radius:10px;padding:9px 14px;font-size:12.5px;font-weight:600}.moodlexhtu-rp-bld-save:hover,.moodlexhtu-rp-bld-second:hover{background:var(--ca2-tint);color:var(--ca2-red);border-color:var(--ca2-red)}.moodlexhtu-rp-bld-primary{background:var(--ca2-grad);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:10px 16px;font-size:12.5px;font-weight:600}.moodlexhtu-rp-bld-cols{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:18px;display:grid}.moodlexhtu-rp-bld-main{flex-direction:column;gap:18px;min-inline-size:0;display:flex}.moodlexhtu-rp-bld-rail{flex-direction:column;gap:14px;display:flex;position:sticky;top:82px}@media (width<=1120px){.moodlexhtu-rp-bld-cols{grid-template-columns:minmax(0,1fr)}.moodlexhtu-rp-bld-rail{position:static}}.moodlexhtu-rp-bld-card{border-radius:20px;flex-direction:column;gap:14px;padding:20px;display:flex}.moodlexhtu-rp-bld-card.is-flush{padding:0;overflow:hidden}.moodlexhtu-rp-bld-head{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.moodlexhtu-rp-bld-head.is-padded{border-block-end:1px solid var(--ca2-border);padding:18px 20px}.moodlexhtu-rp-bld-num{border:1px solid var(--ca2-ring);background:var(--ca2-tint);block-size:30px;inline-size:30px;color:var(--ca2-red);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);border-radius:9px;place-items:center;font-size:11px;font-weight:700;display:grid}.moodlexhtu-rp-bld-title{letter-spacing:-.018em;color:var(--ca2-text);font-size:16px;font-weight:600}.moodlexhtu-rp-bld-hint{color:var(--ca2-faint);font-size:12.5px}.moodlexhtu-rp-bld-pill{border:1px solid var(--ca2-ok-bd);background:var(--ca2-ok-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-ok);border-radius:999px;padding:4px 9px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-src-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:11px;display:grid}.moodlexhtu-rp-bld-src{border:1px solid var(--ca2-border);background:var(--ca2-surface2);text-align:start;cursor:pointer;border-radius:15px;flex-direction:column;gap:9px;padding:15px;transition:transform .18s ease-out,border-color .18s ease-out;display:flex}.moodlexhtu-rp-bld-src.is-on{border-color:var(--ca2-red);background:var(--ca2-tint)}.moodlexhtu-rp-bld-src:hover{border-color:var(--ca2-red);transform:translateY(-2px)}.moodlexhtu-rp-bld-src:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-bld-src-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-rp-bld-src-glyph{border:1px solid var(--ca2-border);background:var(--ca2-surface);block-size:32px;inline-size:32px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-muted);border-radius:10px;place-items:center;font-size:13px;font-weight:700;display:grid}.moodlexhtu-rp-bld-src.is-on .moodlexhtu-rp-bld-src-glyph{color:var(--ca2-red);border-color:var(--ca2-red)}.moodlexhtu-rp-bld-src-dot{border:2px solid var(--ca2-border2);border-radius:50%;block-size:17px;inline-size:17px;display:block}.moodlexhtu-rp-bld-src.is-on .moodlexhtu-rp-bld-src-dot{border-color:var(--ca2-red);background:var(--ca2-red)}.moodlexhtu-rp-bld-src-label{color:var(--ca2-text);font-size:13.5px;font-weight:600}.moodlexhtu-rp-bld-src-desc{color:var(--ca2-muted);font-size:11.5px;line-height:1.5}.moodlexhtu-rp-bld-src-rows{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-faint);font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-sample{border:1px solid var(--ca2-border);background:var(--ca2-surface2);border-radius:15px;flex-wrap:wrap;align-items:center;gap:16px;padding:14px 16px;display:flex}.moodlexhtu-rp-bld-sample-id{flex-direction:column;gap:6px;min-inline-size:150px;display:flex}.moodlexhtu-rp-bld-sample-n{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-red);font-size:20px;font-weight:700;line-height:1}.moodlexhtu-rp-bld-sample-mid{flex-direction:column;flex:1;gap:7px;min-inline-size:190px;display:flex}.moodlexhtu-rp-bld-bar{border:1px solid var(--ca2-border);background:var(--ca2-surface);border-radius:99px;block-size:8px;display:block;overflow:hidden}.moodlexhtu-rp-bld-bar-fill{background:var(--ca2-grad);block-size:100%;transition:inline-size .25s ease-out;display:block}.moodlexhtu-rp-bld-sample-note{color:var(--ca2-muted);font-size:11.5px;line-height:1.5}.moodlexhtu-rp-bld-unresolved{border:1px dashed var(--ca2-info-bd);background:var(--ca2-info-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-info);border-radius:999px;padding:5px 10px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-groups{flex-direction:column;gap:13px;display:flex}.moodlexhtu-rp-bld-group-wrap{flex-direction:column;gap:10px;display:flex}.moodlexhtu-rp-bld-joiner{align-items:center;gap:12px;display:flex}.moodlexhtu-rp-bld-joiner-line{background:var(--ca2-border);flex:1;block-size:1px}.moodlexhtu-rp-bld-joiner-btn{border:1px solid var(--ca2-red);background:var(--ca2-tint);color:var(--ca2-red);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.14em;cursor:pointer;border-radius:999px;padding:6px 14px;font-size:9.5px;font-weight:700}.moodlexhtu-rp-bld-group{border:1px dashed var(--ca2-border2);background:var(--ca2-surface2);border-radius:16px;flex-direction:column;gap:11px;padding:15px;display:flex}.moodlexhtu-rp-bld-group-head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-rp-bld-remove-group{color:var(--ca2-muted);cursor:pointer;background:0 0;border:0;font-size:11.5px;font-weight:600;text-decoration:underline}.moodlexhtu-rp-bld-remove-group:hover{color:var(--ca2-err)}.moodlexhtu-rp-bld-cond{border:1px solid var(--ca2-border);background:var(--ca2-surface);border-radius:13px;flex-wrap:wrap;align-items:center;gap:9px;padding:11px 13px;display:flex}.moodlexhtu-rp-bld-cond-join{inline-size:34px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-red);font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-cond-join.is-first{color:var(--ca2-faint)}.moodlexhtu-rp-bld-field,.moodlexhtu-rp-bld-val{border:1px solid var(--ca2-border2);background:var(--ca2-surface2);color:var(--ca2-text);border-radius:8px;outline:0;padding:6px 9px;font-size:12.5px;font-weight:600}.moodlexhtu-rp-bld-field{min-inline-size:118px}.moodlexhtu-rp-bld-val{inline-size:96px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);font-size:12px;font-weight:400}.moodlexhtu-rp-bld-field:focus-visible,.moodlexhtu-rp-bld-val:focus-visible{border-color:var(--ca2-red);box-shadow:0 0 0 3px var(--ca2-ring)}.moodlexhtu-rp-bld-op{border:1px solid var(--ca2-border2);background:var(--ca2-surface2);color:var(--ca2-red);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);cursor:pointer;border-radius:8px;padding:6px 11px;font-size:10px;font-weight:700}.moodlexhtu-rp-bld-op:hover{border-color:var(--ca2-red);background:var(--ca2-tint)}.moodlexhtu-rp-bld-x{border:1px solid var(--ca2-border2);background:var(--ca2-surface);block-size:24px;inline-size:24px;color:var(--ca2-muted);cursor:pointer;border-radius:7px;place-items:center;font-size:10px;display:grid}.moodlexhtu-rp-bld-x:hover{color:var(--ca2-err);border-color:var(--ca2-err)}.moodlexhtu-rp-bld-src-tag{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-info);white-space:nowrap;border-radius:6px;padding:3px 7px;font-size:7.5px;font-weight:700}.moodlexhtu-rp-bld-src-tag.src-ours{border-color:var(--ca2-ring);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-bld-src-tag.src-estimate{border-style:dashed;border-color:var(--ca2-ring);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-bld-add-cond,.moodlexhtu-rp-bld-add-group,.moodlexhtu-rp-bld-add-col{border:1px dashed var(--ca2-border2);color:var(--ca2-muted);cursor:pointer;background:0 0;border-radius:11px;align-self:flex-start;align-items:center;gap:9px;padding:9px 14px;font-size:12px;font-weight:600;display:inline-flex}.moodlexhtu-rp-bld-add-cond:hover,.moodlexhtu-rp-bld-add-col:hover{color:var(--ca2-red);border-color:var(--ca2-red);background:var(--ca2-tint)}.moodlexhtu-rp-bld-add-group{border-width:1.5px;border-color:var(--ca2-red);background:var(--ca2-tint);color:var(--ca2-red);padding:11px 17px;font-size:12.5px}.moodlexhtu-rp-bld-chips{flex-wrap:wrap;gap:8px;display:flex}.moodlexhtu-rp-bld-chip{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-text);border-radius:11px;align-items:center;gap:8px;padding-block:6px;padding-inline:10px 8px;font-size:12.5px;font-weight:600;display:inline-flex}.moodlexhtu-rp-bld-chip-i{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-faint);font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-add-col{background:var(--ca2-surface2);border-style:solid;padding:8px 12px;font-size:12.5px}.moodlexhtu-rp-bld-table-scroll{overflow-x:auto}.moodlexhtu-rp-bld-table{border-collapse:collapse;inline-size:100%}.moodlexhtu-rp-bld-table th{background:var(--ca2-surface2);border-block-end:1px solid var(--ca2-border);text-align:start;white-space:nowrap;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.14em;color:var(--ca2-muted);padding:11px 15px;font-size:9px;font-weight:700}.moodlexhtu-rp-bld-table th .moodlexhtu-rp-bld-src-tag,.moodlexhtu-rp-bld-live{inline-size:fit-content;margin-block-start:5px;display:block}.moodlexhtu-rp-bld-live{border:1px solid var(--ca2-ring);background:var(--ca2-tint);letter-spacing:.1em;color:var(--ca2-red);border-radius:999px;padding:3px 7px;font-size:7.5px;font-weight:700}.moodlexhtu-rp-bld-table td{border-block-end:1px solid var(--ca2-border);white-space:nowrap;padding:12px 15px}.moodlexhtu-rp-bld-table tbody th{border-block-end:1px solid var(--ca2-border);letter-spacing:normal;text-transform:none;color:var(--ca2-text);white-space:nowrap;background:0 0;padding:12px 15px;font-family:inherit;font-size:13px;font-weight:600}.moodlexhtu-rp-bld-table tbody th.moodlexhtu-rp-bld-cell{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);font-size:11.5px;font-weight:500}.moodlexhtu-rp-bld-table tr.is-nomatch{opacity:.5}.moodlexhtu-rp-bld-table tr.is-unknown{opacity:.78}.moodlexhtu-rp-bld-cell{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-text);font-size:11.5px}.moodlexhtu-rp-bld-null,.moodlexhtu-rp-bld-verdict{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-info);white-space:nowrap;border-radius:999px;padding:4px 9px;font-size:9px;font-weight:700}.moodlexhtu-rp-bld-null{border-style:dashed}.moodlexhtu-rp-bld-verdict.is-match{border-color:var(--ca2-ok-bd);background:var(--ca2-ok-bg);color:var(--ca2-ok)}.moodlexhtu-rp-bld-verdict.is-unknown{border-style:dashed}.moodlexhtu-rp-bld-foot{background:var(--ca2-surface2);flex-wrap:wrap;align-items:center;gap:11px;padding:13px 20px;display:flex}.moodlexhtu-rp-bld-foot-note{color:var(--ca2-muted);font-size:12px}.moodlexhtu-rp-bld-foot-meta{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.08em;color:var(--ca2-faint);font-size:9.5px}.moodlexhtu-rp-bld-nocols{text-align:center;color:var(--ca2-muted);margin:0;padding:46px 30px;font-size:12.5px;line-height:1.6}.moodlexhtu-rp-bld-rail-card{border-radius:18px;flex-direction:column;gap:12px;padding:19px;display:flex}.moodlexhtu-rp-bld-rail-card.is-dashed{background:var(--ca2-surface2);border-style:dashed}.moodlexhtu-rp-bld-sentence{color:var(--ca2-text);margin:0;font-size:13px;line-height:1.65}.moodlexhtu-rp-bld-rail-card.is-dashed .moodlexhtu-rp-bld-sentence{color:var(--ca2-muted);font-size:12px;line-height:1.6}.moodlexhtu-rp-bld-rail-rule{background:var(--ca2-border);block-size:1px;display:block}.moodlexhtu-rp-bld-recap{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.moodlexhtu-rp-bld-recap-k{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-faint);font-size:8.5px;font-weight:700}.moodlexhtu-rp-bld-recap-v{text-align:end;color:var(--ca2-text);font-size:12.5px;font-weight:600}.moodlexhtu-rp-ghost{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-muted);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;cursor:pointer;border-radius:10px;padding:9px 13px;font-size:9.5px;font-weight:700}.moodlexhtu-rp-ghost:hover{color:var(--ca2-red);border-color:var(--ca2-red)}.moodlexhtu-rp-ghost:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-empty{border:1.5px dashed var(--ca2-border2);background:var(--ca2-surface2);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:14px;padding:52px 32px;display:flex}.moodlexhtu-rp-empty-glyph{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg);block-size:72px;inline-size:72px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-info);border-radius:22px;place-items:center;font-size:25px;font-weight:700;display:grid}.moodlexhtu-rp-empty-title{letter-spacing:-.02em;color:var(--ca2-text);font-size:19px;font-weight:600}.moodlexhtu-rp-empty-body{max-inline-size:470px;color:var(--ca2-muted);margin:0;font-size:13px;line-height:1.6}.moodlexhtu-rp-empty-actions{flex-wrap:wrap;gap:9px;margin-block-start:4px;display:flex}.moodlexhtu-rp-empty-actions .moodlexhtu-rp-bld-primary,.moodlexhtu-rp-empty-actions .moodlexhtu-rp-bld-second{border-radius:12px;padding:12px 19px;font-size:13px}.moodlexhtu-rp-coh-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.moodlexhtu-rp-coh{border-radius:18px;flex-direction:column;gap:12px;padding:19px;display:flex}.moodlexhtu-rp-coh-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-rp-coh-id{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-red);font-size:10px;font-weight:700}.moodlexhtu-rp-coh-tag,.moodlexhtu-rp-sch-status{border:1px solid var(--ca2-ok-bd);background:var(--ca2-ok-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-ok);white-space:nowrap;border-radius:999px;padding:4px 9px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-coh-tag.tone-unknown{border-style:dashed;border-color:var(--ca2-info-bd);background:var(--ca2-info-bg);color:var(--ca2-info)}.moodlexhtu-rp-sch-status.tone-warn{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.moodlexhtu-rp-coh-name{letter-spacing:-.015em;color:var(--ca2-text);font-size:16px;font-weight:600}.moodlexhtu-rp-coh-counts{gap:20px;display:flex}.moodlexhtu-rp-coh-count{flex-direction:column;gap:3px;display:flex}.moodlexhtu-rp-coh-n{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-text);font-size:18px;font-weight:700;line-height:1}.moodlexhtu-rp-coh-n.is-unknown{color:var(--ca2-info);font-size:13px}.moodlexhtu-rp-coh-l{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.14em;color:var(--ca2-faint);font-size:8px;font-weight:700}.moodlexhtu-rp-sch-list{flex-direction:column;gap:12px;display:flex}.moodlexhtu-rp-sch{border-radius:18px;flex-wrap:wrap;align-items:center;gap:20px;padding:18px 20px;display:flex;position:relative;overflow:hidden}.moodlexhtu-rp-sch:before{content:"";z-index:1;background:var(--ca2-grad);inline-size:4px;position:absolute;inset-block:0;inset-inline-start:0}.moodlexhtu-rp-sch.is-paused:before{background:var(--ca2-warn)}.moodlexhtu-rp-sch-glyph{border:1px solid var(--ca2-ok-bd);background:var(--ca2-ok-bg);block-size:42px;inline-size:42px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-ok);border-radius:13px;flex:none;place-items:center;font-size:14px;font-weight:700;display:grid}.moodlexhtu-rp-sch-glyph.tone-warn{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.moodlexhtu-rp-sch-id{flex-direction:column;flex:1;gap:5px;min-inline-size:210px;display:flex}.moodlexhtu-rp-sch-title-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.moodlexhtu-rp-sch-title{letter-spacing:-.015em;color:var(--ca2-text);font-size:15.5px;font-weight:600}.moodlexhtu-rp-sch-course,.moodlexhtu-rp-sch-fact-l{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-muted);font-size:10.5px}.moodlexhtu-rp-sch-facts{flex-wrap:wrap;gap:22px;display:flex}.moodlexhtu-rp-sch-fact{flex-direction:column;gap:4px;display:flex}.moodlexhtu-rp-sch-fact-l{letter-spacing:.14em;color:var(--ca2-faint);font-size:8px;font-weight:700}.moodlexhtu-rp-sch-fact-v{color:var(--ca2-text);font-size:12.5px;font-weight:600}.moodlexhtu-rp-sch-fact-v.is-muted{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-info);font-size:12px}.moodlexhtu-rp-sch-actions{flex-wrap:wrap;gap:8px;display:flex}.moodlexhtu-rp-sch-btn{border:1px solid var(--ca2-border2);background:var(--ca2-surface);color:var(--ca2-text);cursor:pointer;border-radius:9px;padding:8px 13px;font-size:12px;font-weight:600}.moodlexhtu-rp-sch-btn:hover{background:var(--ca2-tint);color:var(--ca2-red);border-color:var(--ca2-red)}.moodlexhtu-rp-sch-btn.is-danger{color:var(--ca2-muted)}.moodlexhtu-rp-sch-btn.is-danger:hover{color:var(--ca2-err);border-color:var(--ca2-err);background:var(--ca2-surface)}@media (width<=1120px){.moodlexhtu-rp-coh-grid{grid-template-columns:minmax(0,1fr)}}.moodlexhtu-rp-log-filters{border-radius:18px;flex-direction:column;gap:13px;padding:16px 18px;display:flex}.moodlexhtu-rp-log-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.moodlexhtu-rp-log-row-label{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.16em;color:var(--ca2-faint);flex:none;font-size:9px;font-weight:700}.moodlexhtu-rp-log-chip{border:1px solid var(--ca2-border2);background:var(--ca2-surface2);color:var(--ca2-text);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding-block:7px;padding-inline:13px;font-size:12px;font-weight:600;display:inline-flex}.moodlexhtu-rp-log-chip:hover{border-color:var(--ca2-red);color:var(--ca2-red);background:var(--ca2-tint)}.moodlexhtu-rp-log-chip:focus-visible{outline:2px solid var(--ca2-ring);outline-offset:2px}.moodlexhtu-rp-log-chip.is-on{border-color:var(--ca2-red);background:var(--ca2-tint);color:var(--ca2-red);cursor:default;padding-inline:12px 8px}.moodlexhtu-rp-log-chip-kind{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-faint);font-size:8.5px;font-weight:700}.moodlexhtu-rp-log-chip.is-on .moodlexhtu-rp-log-chip-kind{color:currentColor;opacity:.7}.moodlexhtu-rp-log-chip-x{background:var(--ca2-ring);block-size:18px;inline-size:18px;color:var(--ca2-red);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:10px;display:grid}.moodlexhtu-rp-log-nofilters{color:var(--ca2-faint);font-size:12.5px}.moodlexhtu-rp-log-rule{background:var(--ca2-border);block-size:1px;display:block}.moodlexhtu-rp-log-clear{color:var(--ca2-muted);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:600;text-decoration:underline}.moodlexhtu-rp-log-clear:hover{color:var(--ca2-red)}.moodlexhtu-rp-log-i{border:1.5px solid var(--ca2-info-bd);block-size:17px;inline-size:17px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-info);border-radius:50%;flex:none;place-items:center;font-size:9px;font-weight:700;display:grid}.moodlexhtu-rp-log-floor{color:var(--ca2-muted);font-size:12.5px}.moodlexhtu-rp-log-floor strong{color:var(--ca2-text);font-weight:600}.moodlexhtu-rp-log-why{color:var(--ca2-red);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:600;text-decoration:underline}.moodlexhtu-rp-log-why-panel{flex-direction:column;gap:9px;display:flex}.moodlexhtu-rp-log-why-row{border:1px solid var(--ca2-border);background:var(--ca2-surface2);border-radius:13px;align-items:flex-start;gap:11px;padding:13px 15px;display:flex}.moodlexhtu-rp-log-why-row.is-read{border-color:var(--ca2-ok-bd);background:var(--ca2-ok-bg)}.moodlexhtu-rp-log-why-row.is-fix{border-color:var(--ca2-ring);background:var(--ca2-tint)}.moodlexhtu-rp-log-why-tag{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-muted);flex:none;padding-block-start:3px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-log-why-row.is-read .moodlexhtu-rp-log-why-tag{color:var(--ca2-ok)}.moodlexhtu-rp-log-why-row.is-fix .moodlexhtu-rp-log-why-tag{color:var(--ca2-red)}.moodlexhtu-rp-log-why-text{color:var(--ca2-muted);font-size:12.5px;line-height:1.55}.moodlexhtu-rp-log-day{display:contents}.moodlexhtu-rp-log-entries{flex-direction:column;gap:9px;display:flex}.moodlexhtu-rp-log-count{border:1px solid var(--ca2-border);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-muted);border-radius:999px;padding:4px 10px;font-size:9px;font-weight:700}.moodlexhtu-rp-log-count.is-floor{border-style:dashed;border-color:var(--ca2-info-bd);color:var(--ca2-info)}.moodlexhtu-rp-log-entry{border-radius:16px;padding:0;overflow:hidden}.moodlexhtu-rp-log-entry-head{flex-wrap:wrap;align-items:center;gap:14px;padding:14px 17px;display:flex}.moodlexhtu-rp-log-glyph{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg);block-size:34px;inline-size:34px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-info);border-radius:11px;flex:none;place-items:center;font-size:13px;font-weight:700;display:grid}.moodlexhtu-rp-log-glyph.ev-grade{border-color:var(--ca2-ring);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-log-glyph.ev-create{border-color:var(--ca2-ok-bd);background:var(--ca2-ok-bg);color:var(--ca2-ok)}.moodlexhtu-rp-log-glyph.ev-attempt{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.moodlexhtu-rp-log-entry-id{flex-direction:column;flex:1;gap:4px;min-inline-size:190px;display:flex}.moodlexhtu-rp-log-entry-title-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.moodlexhtu-rp-log-entry-title{color:var(--ca2-text);font-size:13.5px;font-weight:600}.moodlexhtu-rp-log-grouped{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.12em;color:var(--ca2-info);border-radius:999px;padding:3px 8px;font-size:8.5px;font-weight:700}.moodlexhtu-rp-log-grouped.ev-grade{border-color:var(--ca2-ring);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-log-grouped.ev-create{border-color:var(--ca2-ok-bd);background:var(--ca2-ok-bg);color:var(--ca2-ok)}.moodlexhtu-rp-log-grouped.ev-attempt{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.moodlexhtu-rp-log-entry-meta,.moodlexhtu-rp-log-time,.moodlexhtu-rp-log-child{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.04em;color:var(--ca2-muted);font-size:10.5px}.moodlexhtu-rp-log-time{color:var(--ca2-faint)}.moodlexhtu-rp-log-children{border-block-start:1px solid var(--ca2-border);background:var(--ca2-surface2);flex-direction:column;gap:10px;padding-block:10px;padding-inline:64px 17px;display:flex}.moodlexhtu-rp-log-child{font-size:11px}.moodlexhtu-rp-insight{padding:0}.moodlexhtu-rp-insight-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.moodlexhtu-rp-insight-glyph{border:1px solid var(--ca2-ring);background:var(--ca2-tint);block-size:44px;inline-size:44px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-red);border-radius:13px;place-items:center;font-size:18px;font-weight:700;display:grid}.moodlexhtu-rp-insight-title{letter-spacing:-.02em;color:var(--ca2-text);font-family:inherit;font-size:19px;font-weight:600}.moodlexhtu-rp-insight-desc{letter-spacing:normal;max-inline-size:400px;color:var(--ca2-muted);font-family:inherit;font-size:12.5px;font-weight:400;line-height:1.55}.moodlexhtu-rp-insight-stat{border-block-start:1px solid var(--ca2-border);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-red);margin-block-start:auto;padding-block-start:12px;font-size:10px;font-weight:700}.moodlexhtu-rp-insight-hit{min-block-size:190px;padding:22px}.moodlexhtu-rp-cat-caps{margin-block-start:auto}.moodlexhtu-rp-cat-hit{min-block-size:100%}.moodlexhtu-rp-cat-grid{align-items:stretch}.moodlexhtu-rp-cat{display:flex}.moodlexhtu-rp-page>.moodlexhtu-rp-trail{margin-block-end:4px}.moodlexhtu-rp-mix-card{border-radius:20px;flex-direction:column;gap:15px;padding:22px;display:flex}.moodlexhtu-rp-mix{border:1px solid var(--ca2-border);border-radius:8px;block-size:16px;display:flex;overflow:hidden}.moodlexhtu-rp-mix-seg{block-size:100%;display:block}.moodlexhtu-rp-mix-seg.tone-ok{background:var(--ca2-ok)}.moodlexhtu-rp-mix-seg.tone-warn{background:var(--ca2-warn)}.moodlexhtu-rp-mix-seg.tone-brand{background:var(--ca2-grad)}.moodlexhtu-rp-mix-seg.tone-info{background:var(--ca2-info-bd)}.moodlexhtu-rp-mix-legend{flex-wrap:wrap;gap:9px;display:flex}.moodlexhtu-rp-mix-chip{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-info);border-radius:999px;align-items:center;gap:8px;padding:5px 10px;font-size:9px;font-weight:700;display:inline-flex}.moodlexhtu-rp-mix-chip .moodlexhtu-rp-mix-dot{background:currentColor;border-radius:2px;block-size:8px;inline-size:8px;display:block}.moodlexhtu-rp-mix-chip.tone-ok{border-color:var(--ca2-ok-bd);background:var(--ca2-ok-bg);color:var(--ca2-ok)}.moodlexhtu-rp-mix-chip.tone-warn{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.moodlexhtu-rp-mix-chip.tone-brand{border-color:var(--ca2-ring);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-view-who{color:var(--ca2-text);align-items:center;gap:10px;font-size:13px;font-weight:600;display:inline-flex}.moodlexhtu-rp-view-av{background:var(--ca2-grad);color:#fff;block-size:28px;inline-size:28px;font-family:var(--moodlexhtu-mono,ui-monospace, monospace);border-radius:9px;place-items:center;font-size:9.5px;font-weight:700;display:grid}.moodlexhtu-rp-view-state{border:1px solid var(--ca2-info-bd);background:var(--ca2-info-bg);font-family:var(--moodlexhtu-mono,ui-monospace, monospace);letter-spacing:.1em;color:var(--ca2-info);white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:700}.moodlexhtu-rp-view-state.tone-ok{border-color:var(--ca2-ok-bd);background:var(--ca2-ok-bg);color:var(--ca2-ok)}.moodlexhtu-rp-view-state.tone-warn{border-color:var(--ca2-warn-bd);background:var(--ca2-warn-bg);color:var(--ca2-warn)}.moodlexhtu-rp-view-state.tone-brand{border-color:var(--ca2-ring);background:var(--ca2-tint);color:var(--ca2-red)}.moodlexhtu-rp-grid-scroll{max-block-size:70vh;overflow-x:auto}.moodlexhtu-rp-grid th.is-sticky,.moodlexhtu-rp-grid td.is-sticky{z-index:2;background:var(--ca2-surface);border-inline-end:1px solid var(--ca2-border);position:sticky;inset-inline-start:0}.moodlexhtu-rp-grid th.is-sticky{z-index:3;background:var(--ca2-surface2)}.moodlexhtu-rp-grid thead th{z-index:1;position:sticky;inset-block-start:0}.moodlexhtu-rp-grid td{vertical-align:middle}.moodlexhtu-rp-grid-mark{font-family:var(--moodlexhtu-mono,ui-monospace, monospace);color:var(--ca2-muted);margin-block-start:4px;font-size:11px;display:block}.moodlexhtu-assistant-citations{margin-block:4px 0;padding-inline-start:18px;list-style:outside}.moodlexhtu-assistant-citations li{margin-block-end:2px}.htu-shell,.htu-landing{--htu-red:#a4182c;--htu-red-dark:#7a1220;--htu-red-deep:#4a0d16;--htu-ink:#1c1414;--htu-muted:#6f6467;--htu-bg:#f4f2f1;--htu-card:#fff;--htu-line:#e8e0e0;--htu-shadow:0 1px 2px #1e0a0e0a, 0 6px 20px #1e0a0e0f}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .htu-shell,:root:not([data-theme=light]) .htu-landing{--htu-ink:#f3e8e9;--htu-muted:#b79ea1;--htu-bg:#1b1213;--htu-card:#241819;--htu-line:#3c2527;--htu-red:#c23349}}:root[data-theme=dark] .htu-shell,:root[data-theme=dark] .htu-landing{--htu-ink:#f3e8e9;--htu-muted:#b79ea1;--htu-bg:#1b1213;--htu-card:#241819;--htu-line:#3c2527;--htu-red:#c23349}.htu-shell{background:var(--htu-bg)}.htu-shell .shell-body{background:var(--htu-bg);padding-top:0}.htu-toolbar{background:var(--htu-red-deep);color:#fff;border-radius:10px;align-items:center;gap:14px;margin-bottom:20px;padding:12px 18px;display:flex}.htu-toolbar-home{color:#ffffffd1;flex:none;display:flex}.htu-toolbar-home:hover{color:#fff}.htu-toolbar-title{letter-spacing:.02em;flex:1;font-size:13.5px;font-weight:640}.htu-toolbar-search{color:#ffffff8c;flex:none;display:flex}.htu-back-link{color:var(--htu-muted);margin-bottom:14px;font-size:13px;font-weight:600;display:inline-block}.htu-back-link:hover{color:var(--htu-red-dark)}.htu-nav{background:var(--htu-card);border-bottom:1px solid var(--htu-line)}.htu-nav-inner{gap:4px;max-width:1180px;margin:0 auto;padding:0 24px;display:flex}.htu-nav-tab{color:var(--htu-muted);border-bottom:2.5px solid #0000;padding:15px 16px;font-size:14px;font-weight:620;text-decoration:none;transition:color .12s,border-color .12s}.htu-nav-tab:hover{color:var(--htu-ink)}.htu-nav-tab.on{color:var(--htu-red);border-bottom-color:var(--htu-red)}.htu-shell .btn.primary{background:var(--htu-red);border-color:var(--htu-red);color:#fff}.htu-shell .btn.primary:hover:not(:disabled){background:var(--htu-red-dark);border-color:var(--htu-red-dark)}.htu-shell .btn.ghost:hover:not(:disabled),.htu-shell a{color:var(--htu-red-dark)}.htu-shell h1.shell-h1,.htu-shell .sa-panel-title,.htu-shell .sa-dashboard-title,.htu-shell .sa-section-title,.htu-shell .profile-name{color:var(--htu-ink)}.htu-shell .auth-eyebrow{color:var(--htu-red)}.htu-shell .sa-page-subtitle,.htu-shell .sa-panel-desc,.htu-shell .sa-dashboard-hint,.htu-shell .sa-section-hint,.htu-shell .muted{color:var(--htu-muted)}.htu-shell .form-card,.htu-shell .sa-panel,.htu-shell .profile-card,.htu-shell .sa-record-row,.htu-shell .empty-state{background:var(--htu-card);border-color:var(--htu-line)}.htu-shell .profile-avatar,.htu-shell .shell-avatar{background:var(--htu-red);color:#fff}.htu-shell .sa-dashboard-card{background:var(--htu-card);border-color:var(--htu-line)}.htu-shell .sa-dashboard-card--courses,.htu-shell .sa-dashboard-card--affairs,.htu-shell .sa-dashboard-card--ipo{border-inline-start-color:var(--htu-red)}.htu-card-cta{letter-spacing:.02em;text-transform:uppercase;color:var(--htu-red);align-items:center;gap:6px;margin-top:10px;font-size:12.5px;font-weight:680;display:inline-flex}.sa-dashboard-card:hover .htu-card-cta,.sa-section-card:hover .htu-card-cta{text-decoration:underline}.htu-shell .sa-section-card{background:var(--htu-card);border-color:var(--htu-line)}.htu-shell .sa-section-card:hover{border-color:var(--htu-red)}.htu-tile-card{padding-top:0;overflow:hidden}.htu-tile-band{align-self:stretch;width:calc(100% + 32px);height:7px;margin-block:0 12px;margin-inline-start:-16px;display:block}.htu-tile-0 .htu-tile-band{background:var(--htu-red)}.htu-tile-1 .htu-tile-band{background:#2c3a63}.htu-tile-2 .htu-tile-band{background:var(--htu-red-dark)}.htu-tile-3 .htu-tile-band{background:#7c6a9c}.htu-tile-4 .htu-tile-band{background:#b46a7c}.htu-search-box{background:var(--htu-card);border:1px solid var(--htu-line);max-width:360px;color:var(--htu-muted);border-radius:999px;align-items:center;gap:8px;margin:4px 0 20px;padding:8px 12px;display:flex}.htu-search-box:focus-within{border-color:var(--htu-red);color:var(--htu-ink)}.htu-search-box input{color:var(--htu-ink);background:0 0;border:none;outline:none;flex:1;font-size:13.5px}.htu-search-box input::placeholder{color:var(--htu-muted)}.htu-search-box--inline{max-width:280px;margin:0 0 14px}.htu-shell .sa-tag{background:var(--htu-bg);border-color:var(--htu-line)}.htu-course-panel .learn-grid{margin-top:4px}.htu-course-panel .learn-card{border-color:var(--htu-line)}.htu-course-panel .learn-card:hover{border-inline-start-color:var(--htu-red)}.htu-course-panel .learn-watch{color:var(--htu-red-dark)}.htu-course-panel .learn-card:nth-of-type(5n+1) .learn-glyph{background:var(--htu-red);color:#fff;border-color:var(--htu-red)}.htu-course-panel .learn-card:nth-of-type(5n+2) .learn-glyph{color:#fff;background:#2c3a63;border-color:#2c3a63}.htu-course-panel .learn-card:nth-of-type(5n+3) .learn-glyph{background:var(--htu-red-dark);color:#fff;border-color:var(--htu-red-dark)}.htu-course-panel .learn-card:nth-of-type(5n+4) .learn-glyph{color:#fff;background:#7c6a9c;border-color:#7c6a9c}.htu-course-panel .learn-card:nth-of-type(5n+5) .learn-glyph{color:#fff;background:#b46a7c;border-color:#b46a7c}.htu-landing{background:var(--htu-bg);color:var(--htu-ink);min-height:100vh}.htu-utility-bar{background:var(--htu-red-deep);color:#ffffffe0;font-size:12px}.htu-utility-inner{flex-wrap:wrap;justify-content:space-between;gap:16px;max-width:1180px;margin:0 auto;padding:6px 24px;display:flex}.htu-utility-contact{flex-wrap:wrap;gap:18px;display:flex}.htu-utility-links{text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;gap:18px;font-size:11px;font-weight:620;display:flex}.htu-landing-header{background:var(--htu-card);border-bottom:3px solid var(--htu-red);justify-content:center;padding:18px 24px;display:flex}.htu-wordmark{color:var(--htu-red);font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.02em;align-items:center;gap:10px;font-size:20px;font-weight:700;display:inline-flex}.htu-wordmark small{font-family:var(--font-sans,sans-serif);letter-spacing:.1em;text-transform:uppercase;color:var(--htu-muted);font-size:10px;font-weight:620;display:block}.htu-hero{text-align:center;max-width:1180px;margin:0 auto;padding:48px 24px 16px}.htu-hero h1{color:var(--htu-ink);text-wrap:balance;margin:0 0 8px;font-size:30px;font-weight:800}.htu-hero p{color:var(--htu-muted);max-width:56ch;margin:0 auto;font-size:15px}.htu-login-slot{padding:8px 24px 40px}.htu-about{max-width:1180px;margin:0 auto;padding:8px 24px 56px}.htu-about h2{margin:0 0 18px;font-size:20px;font-weight:750}.htu-about h2 span{color:var(--htu-red)}.htu-about-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.htu-about-card{background:var(--htu-red);color:#fff;border-radius:10px;padding:20px;text-decoration:none}.htu-about-card:hover{background:var(--htu-red-dark)}.htu-about-card strong{margin-bottom:4px;font-size:16px;display:block}.htu-about-card span{opacity:.85;font-size:12.5px}.htu-promo{background:var(--htu-red-deep);color:#fff;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;padding:22px 24px;display:flex}.htu-promo strong{font-size:15px;display:block}.htu-promo span{opacity:.85;font-size:12.5px}.htu-promo button{color:var(--htu-red-deep);cursor:default;background:#fff;border:none;border-radius:999px;padding:10px 20px;font-size:13px;font-weight:700}.htu-footer{background:var(--htu-ink);color:#ffffffb8;padding:32px 24px 20px}.htu-footer-inner{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;max-width:1180px;margin:0 auto;display:grid}.htu-footer h3{color:#fff;margin:0 0 10px;font-size:13px}.htu-footer p{margin:0 0 4px;font-size:12.5px}.htu-newsletter{gap:6px;margin-top:8px;display:flex}.htu-newsletter input{color:#fff;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:6px;flex:1;min-width:0;padding:7px 10px;font-size:12.5px}.htu-newsletter input::placeholder{color:#ffffff73}.htu-newsletter button{background:var(--htu-red);color:#fff;white-space:nowrap;border:none;border-radius:6px;padding:7px 14px;font-size:12.5px;font-weight:650}.htu-footer-bottom{opacity:.6;text-align:center;border-top:1px solid #ffffff1f;max-width:1180px;margin:20px auto 0;padding-top:14px;font-size:11.5px}.htu-year-groups{flex-direction:column;gap:18px;margin-bottom:14px;display:flex}.htu-year-heading{font-family:var(--font-mono);color:var(--htu-red);letter-spacing:.03em;margin:0 0 8px;font-size:13px;font-weight:700}.htu-login-slot .auth-screen{background:0 0;min-height:0;padding:0}.htu-login-slot .auth-pitch{display:none}.htu-login-slot .auth-split{grid-template-columns:minmax(0,420px);gap:0;max-width:420px;margin-inline:auto}.htu-login-slot{--brass:var(--htu-red);--brass-ink:var(--htu-red-dark);--brass-soft:#fbeef0;--brass-line:#eccfd4;--brass-bright:#c23349;--accent:var(--htu-red);--accent-ink:var(--htu-red-dark);--accent-soft:#fbeef0;--accent-line:#eccfd4}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .htu-login-slot{--brass-soft:#3a2023;--brass-line:#542a30;--accent-soft:#3a2023;--accent-line:#542a30}}:root[data-theme=dark] .htu-login-slot{--brass-soft:#3a2023;--brass-line:#542a30;--accent-soft:#3a2023;--accent-line:#542a30}
