:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#142033;--muted:#5f6c7d;--soft:#eef3f7;--surface:#fff;--surface-2:#f7fafc;--surface-muted:#f3f7fa;--line:#d9e2ea;--brand:#123455;--brand-2:#2196f3;--green:#a3a96f;--red:#d83442;--gold:#f1b35d;--shadow:0 18px 45px #1f30461f;--radius:8px;--color-primary:var(--brand);--color-primary-text:#fff;--color-primary-light:#5a6f8f;--color-primary-lighter:#7f94b0;--color-primary-dark:var(--brand);--color-secondary:#73524c;--color-secondary-light:#a9746d;--color-tertiary:var(--green);--color-tertiary-light:#bfc6a1;--color-quaternary:#5c677b;--color-quaternary-light:#7f8a9e;--color-quinary:#7d8465;--color-success:#2f7b3a;--color-warning:var(--gold);--color-error:var(--red);--color-info:var(--brand-2);--color-info-light:#64b5f6;--bg:var(--surface-2);--bg-elev:var(--surface);--panel:var(--surface);--panel-strong:#eef5fb;--text:var(--ink);--accent:var(--brand-2);--accent-2:var(--color-info-light);--accent-contrast:#fff;font-family:Inter,Avenir Next,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--ink);background:var(--surface-2);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,Avenir Next,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button,input,select{color:inherit;font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.visually-hidden{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.spin-icon{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.eyebrow{color:#5a6f8f;letter-spacing:.16em;text-transform:uppercase;margin:0 0 10px;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:800;display:block}.app-shell{background:linear-gradient(#ffffffeb,#f7fafcf5);grid-template-rows:auto auto minmax(0,1fr);min-height:100dvh;display:grid}.topbar{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #d9e2eacc;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:74px;padding:12px clamp(18px,3vw,36px);display:grid;position:sticky;top:0}.topbar--training{color:#fff;background:#123455f5;border-bottom-color:#ffffff2e}.topbar--training .eyebrow,.topbar--training .topbar__title strong{color:#fff}.topbar__brand,.brand-row,.topbar__actions,.primary-action,.secondary-action,.profile-chip,.language-select,.nav-tab,.field-select,.viewer-toolbar,.loading-inline,.inline-alert{align-items:center;display:inline-flex}.topbar__brand{gap:10px;min-width:0}.brand-row{gap:14px}.brand-mark{border-radius:var(--radius);background:#fff;flex:none;place-items:center;width:46px;height:46px;display:inline-grid;overflow:hidden}.brand-mark--small{width:42px;height:42px}.brand-mark__image{object-fit:contain;width:100%;height:100%}.topbar__title{min-width:0}.topbar__title strong,.brand-row h1{color:var(--ink);margin:0;font-size:18px;line-height:1.1;display:block}.topbar__title strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar__title .eyebrow{margin:0 0 2px;font-size:11px}.topbar__spacer{min-width:0}.topbar__actions{justify-content:flex-end;gap:10px;min-width:0}.language-select{color:#314156;background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius);gap:8px;min-width:0;height:38px;padding:0 10px}.topbar--training .language-select{color:#fff;background:#ffffff1f;border-color:#ffffff40}.language-select select{min-width:86px;color:inherit;background:0 0;border:0;outline:0}.language-select option{color:var(--ink)}.profile-chip{color:#314156;background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius);gap:8px;min-width:0;max-width:260px;height:38px;padding:0 12px}.topbar--training .profile-chip{color:#fff;background:#ffffff1f;border-color:#ffffff40}.profile-chip span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-chip.is-active{background:#2196f338;border-color:#ffffff75}.module-nav{background:#ffffffe0;border-bottom:1px solid #d9e2eacc;align-items:center;gap:8px;min-height:58px;padding:8px clamp(18px,3vw,36px);display:flex;overflow-x:auto}.nav-tab{color:#35465c;border-radius:var(--radius);white-space:nowrap;background:0 0;border:1px solid #0000;gap:8px;height:40px;padding:0 14px}.nav-tab:hover,.nav-tab:focus-visible{background:var(--surface-muted);border-color:var(--line);outline:0}.nav-tab.is-active{color:var(--brand);background:#e9f3fc;border-color:#c9ddeb}.main-pane{width:100%;min-width:0;padding:clamp(18px,3vw,36px)}.training-page{width:min(1180px,100%);margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.page-header h1,.slide-stage h1{color:var(--ink);margin:0;font-size:clamp(30px,4vw,44px);line-height:1.08}.page-header p,.section-heading p,.session-card p,.gate-copy,.data-surface p,.empty-state p,.form-note{color:var(--muted);line-height:1.55}.field,.field-select{gap:8px}.field{gap:7px;width:100%;display:grid}.field span,.field-select span{color:#435269;font-size:13px;font-weight:800}.field input,.field-select select{border:1px solid var(--line);border-radius:var(--radius);background:#fff;width:100%;min-height:42px;padding:0 12px}.field-select{flex:0 0 260px;justify-content:flex-end}.field-select select{min-width:160px}.primary-action,.secondary-action{border-radius:var(--radius);justify-content:center;gap:8px;min-height:40px;padding:0 14px;font-weight:800}.primary-action{color:var(--accent-contrast);background:var(--brand);border:1px solid var(--brand)}.primary-action:hover,.primary-action:focus-visible{background:#0d2945;border-color:#0d2945;outline:0}.secondary-action{color:#314156;border:1px solid var(--line);background:#fff}.secondary-action:hover,.secondary-action:focus-visible{background:var(--surface-muted);outline:0}.gate{background:linear-gradient(180deg, #fff, var(--surface-2));place-items:center;min-height:100dvh;padding:24px;display:grid}.gate-card{border:1px solid var(--line);border-radius:var(--radius);width:min(460px,100%);box-shadow:var(--shadow);background:#fff;gap:16px;padding:clamp(22px,4vw,34px);display:grid}.gate-card--compact{text-align:center;justify-items:center;width:fit-content;min-width:min(340px,100%)}.gate-card h1{margin:0;font-size:30px;line-height:1.1}.gate-copy{margin:0}.gate-copy--muted{font-size:14px}.login-card__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.inline-alert{color:#8a1f2a;border-radius:var(--radius);background:#fff2f3;border:1px solid #f0c2c7;gap:8px;width:100%;padding:11px 12px;line-height:1.4}.status-icon{border-radius:var(--radius);place-items:center;width:48px;height:48px;display:inline-grid}.status-icon--warning{color:#7b4e00;background:#fff3d9}.topic-stack{gap:26px;display:grid}.topic-section{gap:14px;display:grid}.section-heading h2{margin:0;font-size:24px}.section-heading p{margin:6px 0 0}.session-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.session-card,.data-surface,.empty-state,.quiz-panel,.slide-shell{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 32px #1f304614}.session-card{align-content:start;gap:14px;min-height:238px;padding:18px;display:grid}.session-card__head{justify-content:space-between;align-items:center;gap:10px;display:flex}.session-card h3{margin:0;font-size:21px;line-height:1.2}.session-card p{margin:0}.score-line{font-weight:800}.status-pill{color:#435269;background:var(--surface-muted);border:1px solid var(--line);border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.status-pill--success{color:#1f6a2a;background:#edf8ee;border-color:#c8e8ca}.status-pill--accent{color:#0f5f99;background:#edf7ff;border-color:#c7e3fa}.status-pill--danger{color:#8a1f2a;background:#fff2f3;border-color:#f0c2c7}.viewer-toolbar{justify-content:space-between;gap:12px;margin-bottom:16px}.slide-shell{gap:18px;padding:clamp(18px,3vw,28px);display:grid}.slide-stage{gap:16px;min-height:360px;display:grid}.slide-blocks{gap:18px;display:grid}.text-block{max-width:820px}.text-block h2{margin:0 0 8px;font-size:24px}.text-block p{color:#263850;margin:0 0 14px;font-size:18px;line-height:1.65}.media-block{gap:8px;margin:0;display:grid}.media-block img,.media-block video{object-fit:contain;border-radius:var(--radius);background:#0f1b2b;width:100%;max-height:560px;display:block}.media-block audio{width:100%}.media-block figcaption{color:var(--muted);font-size:14px}.slide-controls{justify-content:space-between;align-items:center;gap:12px;display:flex}.quiz-panel{gap:16px;margin-top:18px;padding:18px;display:grid}.question-stack{gap:14px;display:grid}.question-card{border:1px solid var(--line);border-radius:var(--radius);gap:12px;min-width:0;margin:0;padding:16px;display:grid}.question-card legend{color:var(--muted);text-transform:uppercase;padding:0 6px;font-size:12px;font-weight:900}.question-card h3{margin:0;font-size:18px;line-height:1.35}.answer-list{gap:8px;display:grid}.answer-option{background:var(--surface-muted);border-radius:var(--radius);border:1px solid #0000;align-items:flex-start;gap:10px;padding:11px 12px;display:flex}.answer-option:has(input:checked){background:#eaf5ff;border-color:#bedcf4}.answer-option input{margin-top:3px}.form-note{margin:0;font-size:14px}.result-banner{color:#1f6a2a;border-radius:var(--radius);background:#edf8ee;border:1px solid #c8e8ca;align-items:center;gap:10px;padding:12px 14px;display:flex}.question-result-wrap{gap:8px;display:grid}.empty-state{text-align:center;justify-items:center;gap:10px;padding:34px 18px;display:grid}.empty-state strong{font-size:18px}.empty-state p{max-width:520px;margin:0}.loading-inline{color:var(--muted);gap:8px;font-weight:800}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.data-surface{padding:18px}.data-surface h2{margin:0}.membership-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.membership-chip{color:#314156;background:var(--surface-muted);border:1px solid var(--line);border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.notification-stack{z-index:50;gap:10px;width:min(360px,100vw - 36px);display:grid;position:fixed;bottom:18px;right:18px}.toast{text-align:left;border:1px solid var(--line);border-left:4px solid var(--brand-2);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;gap:3px;padding:12px 14px;display:grid}.toast--success{border-left-color:var(--color-success)}.toast--error{border-left-color:var(--color-error)}@media (width<=760px){.topbar{grid-template-columns:minmax(0,1fr);gap:10px}.topbar__spacer{display:none}.topbar__actions{justify-content:stretch;width:100%}.profile-chip,.language-select{flex:auto}.module-nav{padding-inline:12px}.main-pane{padding:18px 12px 28px}.page-header{display:grid}.field-select{flex-basis:auto;justify-content:stretch;width:100%}.field-select select{min-width:0}.slide-controls,.viewer-toolbar,.login-card__actions{align-items:stretch;display:grid}.primary-action,.secondary-action{width:100%}.page-header h1,.slide-stage h1{font-size:30px}}
