.admin-app,.admin-topbar{--admin-ink:#0f172a;--admin-muted:#64748b;--admin-panel:rgba(255,255,255,.94);--admin-accent:#7157e5;--admin-sky:#0284c7;--admin-danger:#b4233f}.admin-app{min-height:100vh;color:var(--admin-ink);background:linear-gradient(180deg,#f8fafc,#f1f5f9);font-family:var(--portal-font-sans),"Segoe UI",sans-serif}.admin-app.training-workstation{--ws-canvas:#f1f5f9;--ws-canvas-top:#f8fafc;--ws-surface:rgba(255,255,255,.94);--ws-panel:#fff;--ws-muted-panel:#f8fafc;--ws-ink:#0f172a;--ws-copy:#334155;--ws-muted:#64748b;--ws-line:#dce3ed;--ws-line-strong:#cbd5e1;--ws-active:#0284c7;--ws-active-soft:#f0f9ff;--ws-positive:#047857;--ws-positive-soft:#ecfdf5;color-scheme:light}.admin-topbar{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(220,227,237,.92);background:rgba(248,250,254,.9);backdrop-filter:blur(18px)}.admin-topbar-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;width:min(100% - 2rem,106rem);min-height:3.6rem;margin:auto}.admin-brand{display:flex;align-items:center;gap:.55rem;color:var(--admin-ink);font-size:.88rem;font-weight:700;text-decoration:none}.admin-brand .brand-mark-image{width:1.75rem;height:1.75rem}.admin-brand b{border-left:1px solid var(--admin-line);padding-left:.55rem;color:var(--admin-muted);font-size:.67rem;font-weight:650}.admin-nav{display:flex;align-items:stretch;justify-content:center;align-self:stretch;gap:.15rem;overflow-x:auto}.admin-nav a{position:relative;display:flex;align-items:center;gap:.42rem;padding:0 .7rem;color:#5a6881;font-size:.72rem;font-weight:620;text-decoration:none;white-space:nowrap}.admin-nav a:after{position:absolute;right:.55rem;bottom:0;left:.55rem;height:2px;background:linear-gradient(90deg,var(--admin-accent),#39a7e2);content:"";opacity:0;transform:scaleX(.6);transition:opacity .16s ease,transform .16s ease}.admin-nav a.is-active,.admin-nav a:hover{color:var(--admin-ink)}.admin-nav a.is-active:after{opacity:1;transform:scaleX(1)}.admin-nav svg{width:1rem;height:1rem}.admin-frame{width:min(100% - 2rem,106rem);margin:auto;padding:1rem 0 5rem}.admin-page-bar{display:flex;min-height:3rem;align-items:center;justify-content:space-between;gap:1rem}.admin-page-bar h1{font-family:var(--portal-font-display),"Segoe UI",sans-serif;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:650;letter-spacing:-.025em}.admin-page-actions{display:flex;align-items:center;gap:.5rem}.admin-spectrum{height:2px;margin:.1rem 0 1rem;background:linear-gradient(90deg,var(--admin-accent),#35a9e1 19%,rgba(53,169,225,.12) 48%,transparent 78%)}.admin-content{display:grid;gap:1rem}.admin-icon-button{display:inline-grid;width:2.35rem;height:2.35rem;place-items:center;flex:none;border:1px solid var(--admin-line);border-radius:8px;background:rgba(255,255,255,.76);color:#45546e;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.admin-icon-button:hover{border-color:#aebad0;background:#fff;transform:translateY(-1px)}.admin-icon-button.danger:hover{border-color:#e5aabb;color:var(--admin-danger);background:#fff7f9}.admin-icon-button svg{width:1.05rem;height:1.05rem}.admin-icon-button:disabled{cursor:not-allowed;opacity:.45;transform:none}.admin-button{display:inline-flex;min-height:2.35rem;align-items:center;justify-content:center;gap:.45rem;border:1px solid var(--admin-line);border-radius:8px;background:white;padding:.55rem .78rem;color:var(--admin-ink);font-size:.73rem;font-weight:680;text-decoration:none;cursor:pointer}.admin-button svg{width:1rem;height:1rem}.admin-button.primary{border-color:transparent;background:linear-gradient(120deg,#7157e5,#258fc8);color:white}.admin-button:hover{border-color:#aebad0}.admin-button.primary:hover{filter:saturate(1.1) brightness(.98)}.admin-panel{border:1px solid var(--admin-line);border-radius:12px;background:var(--admin-panel);box-shadow:0 14px 36px rgba(31,50,91,.055)}.admin-panel-head{display:flex;min-height:3.2rem;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--admin-line)}.admin-panel-head h2{font-size:.87rem;font-weight:720}.admin-panel-head p,.admin-status{color:var(--admin-muted);font-size:.72rem}.admin-panel-body{padding:1rem}.admin-ledger{width:100%;overflow-x:auto}.admin-table{width:100%;min-width:48rem;border-collapse:collapse;text-align:left;font-size:.75rem}.admin-table th{height:2.65rem;padding:.55rem .8rem;border-bottom:1px solid var(--admin-line);color:var(--admin-muted);font-size:.65rem;font-weight:650;text-transform:uppercase;letter-spacing:.045em}.admin-table td{padding:.7rem .8rem;border-bottom:1px solid #e8edf4;vertical-align:middle}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table tbody tr:hover{background:rgba(113,87,229,.025)}.admin-table strong{font-weight:680}.admin-table small{display:block;margin-top:.2rem;color:var(--admin-muted);font-size:.67rem}.admin-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:.3rem}.admin-row-actions .admin-icon-button{width:2rem;height:2rem;border-color:transparent;background:transparent}.admin-empty{padding:2rem 1rem;color:var(--admin-muted);font-size:.78rem;text-align:center}.admin-form{display:grid;gap:.85rem}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.admin-form-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-field{display:grid;gap:.35rem}.admin-field>span{color:#53617a;font-size:.66rem;font-weight:650}.admin-input{width:100%;min-height:2.45rem;border:1px solid #ced7e5;border-radius:8px;background:rgba(255,255,255,.9);padding:.55rem .68rem;color:var(--admin-ink);font-size:.76rem;outline:none}.admin-input::placeholder{color:#8793a7}.admin-input:focus{border-color:#806de4;background:#fff;box-shadow:0 0 0 3px rgba(113,87,229,.11)}textarea.admin-input{min-height:5rem;resize:vertical}.admin-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding-top:.2rem}.admin-badge{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;background:#eef2f7;padding:.3rem .55rem;color:#5a6881;font-size:.63rem;font-weight:680;text-transform:capitalize}.admin-badge:before{width:.36rem;height:.36rem;border-radius:50%;background:#8895a9;content:""}.admin-badge.active,.admin-badge.closed,.admin-badge.published{background:#e9f7f0;color:#19704b}.admin-badge.active:before,.admin-badge.closed:before,.admin-badge.published:before{background:#28a46d}.admin-badge.new{background:#eaf5fb;color:#17688e}.admin-badge.new:before{background:#2c97cc}.admin-badge.draft,.admin-badge.paused{background:#fff4de;color:#8a5a0a}.admin-badge.draft:before,.admin-badge.paused:before{background:#d28a13}.admin-badge.archived,.admin-badge.inactive{background:#f5edf0;color:#8a4050}.admin-badge.archived:before,.admin-badge.inactive:before{background:#bd6075}.admin-command-grid{display:grid;grid-template-columns:minmax(17rem,.7fr) minmax(0,1.3fr);gap:1rem}.admin-stat-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--admin-line);border-radius:12px;background:rgba(255,255,255,.78);overflow:hidden}.admin-stat-strip div{padding:.9rem 1rem;border-right:1px solid var(--admin-line)}.admin-stat-strip div:last-child{border-right:0}.admin-stat-strip strong{display:block;font-size:1.25rem;font-weight:650;letter-spacing:-.03em}.admin-stat-strip span{display:block;margin-top:.2rem;color:var(--admin-muted);font-size:.65rem}.admin-search{position:relative;min-width:min(20rem,55vw)}.admin-search svg{position:absolute;top:50%;left:.65rem;width:1rem;height:1rem;color:#7d899e;transform:translateY(-50%)}.admin-search .admin-input{padding-left:2.1rem}.admin-course-days{display:grid;gap:.65rem}.admin-day{border:1px solid var(--admin-line);border-radius:10px;background:rgba(255,255,255,.76);overflow:hidden}.admin-day>summary{display:grid;grid-template-columns:3.4rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;list-style:none}.admin-day>summary::-webkit-details-marker{display:none}.admin-day-code{color:var(--admin-accent);font-family:Geist Mono,Consolas,monospace;font-size:.66rem;font-weight:700}.admin-day h3{font-size:.81rem;font-weight:680}.admin-day h3 span{margin-left:.5rem;color:var(--admin-muted);font-size:.65rem;font-weight:500}.admin-day-content{display:grid;gap:1rem;padding:1rem;border-top:1px solid var(--admin-line)}.admin-topic-list{display:grid;gap:.35rem}.admin-topic-row{display:grid;grid-template-columns:minmax(0,1fr) 8rem auto;align-items:center;gap:.5rem;padding:.4rem .5rem;border-bottom:1px solid #e8edf4;font-size:.72rem}.admin-content-list{display:grid;gap:.35rem}.admin-content-row{display:grid;grid-template-columns:6.5rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.5rem;border:1px solid #e5eaf2;border-radius:8px;font-size:.72rem}.admin-markdown-preview{max-width:70ch;white-space:pre-wrap;color:#35435c;font-size:.78rem;line-height:1.65}.admin-file-row{grid-template-columns:2.4rem minmax(0,1fr) auto auto}.admin-file-row>div:nth-child(2){min-width:0}.admin-file-row small,.admin-file-row strong{overflow-wrap:anywhere}.admin-file-input{padding:.35rem}.admin-file-input::file-selector-button{min-height:1.8rem;margin-right:.65rem;border:1px solid var(--admin-line);border-radius:6px;background:#f5f7fb;padding:.35rem .65rem;color:var(--admin-ink);font-size:.68rem;font-weight:680;cursor:pointer}.admin-file-input::file-selector-button:hover{border-color:#aebad0;background:#fff}.admin-upload-progress{color:var(--admin-accent);font-family:Geist Mono,Consolas,monospace;font-size:.68rem;font-variant-numeric:tabular-nums}.admin-inline-editor{display:grid;gap:.75rem;padding:.8rem;border-radius:10px;background:#f7f9fc}.admin-dialog{border:0;padding:0;background:transparent}.admin-dialog::backdrop{background:rgba(8,22,52,.38);backdrop-filter:blur(3px)}.admin-dialog-box{width:min(42rem,calc(100vw - 2rem));max-height:calc(100vh - 2rem);overflow:auto;border:1px solid var(--admin-line);border-radius:12px;background:#fbfcff;padding:1rem;box-shadow:0 28px 80px rgba(8,22,52,.2)}.admin-brand:focus-visible,.admin-button:focus-visible,.admin-icon-button:focus-visible,.admin-nav a:focus-visible{outline:2px solid var(--admin-accent);outline-offset:3px}.admin-app .admin-primary-button,.admin-app .admin-secondary-button{min-height:2.4rem;border-radius:8px;padding:.55rem .8rem;font-size:.74rem;font-weight:680;box-shadow:none}.admin-app .admin-primary-button{background:linear-gradient(120deg,#7157e5,#258fc8)}.admin-app .rounded-2xl{border-radius:12px}.admin-app .text-4xl{font-size:1.65rem}.admin-app .text-2xl{font-size:1rem;font-weight:700}.admin-check{display:inline-flex;align-items:center;gap:.45rem;color:#53617a;font-size:.68rem;font-weight:650}.admin-check input{accent-color:var(--admin-accent)}.admin-course-workbench{display:grid;grid-template-columns:minmax(15rem,20rem) minmax(0,1fr);align-items:start;gap:1rem}.admin-add-day{position:sticky;top:4.6rem}.admin-course-outline{min-width:0}.admin-scope-strip{display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,15rem);align-items:center;gap:.75rem;border-block:1px solid var(--admin-line);background:#f8fafc;padding:.55rem}.admin-scope-strip>div{display:grid;min-width:0}.admin-scope-strip strong{font-size:.69rem}.admin-scope-strip small,.admin-subtopic-tools>small,.admin-topic-tools>small{overflow:hidden;color:var(--admin-muted);font-size:.59rem;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.admin-topic-list{margin-left:.75rem;border-left:1px solid var(--admin-line);padding-left:.75rem}.admin-topic-node:last-child{border-bottom:0}.admin-topic-row{grid-template-columns:2.6rem minmax(0,1fr) 8rem auto;padding:.45rem 0}.admin-node-code{color:var(--admin-sky);font-family:var(--portal-font-mono),monospace;font-size:.59rem;font-weight:650}.admin-subtopic-tools,.admin-topic-tools{display:grid;grid-template-columns:minmax(0,1fr) minmax(11rem,14rem);align-items:center;gap:.75rem;padding:0 0 .5rem 2.6rem}.admin-subtopic-list{margin:0 0 .55rem 2.6rem;border-left:1px solid var(--admin-line);padding-left:.7rem}.admin-subtopic-node{border-top:1px solid #edf1f6}.admin-subtopic-row{display:grid;grid-template-columns:2.6rem minmax(0,1fr) auto;align-items:center;gap:.5rem;padding:.35rem 0}.admin-subtopic-tools{padding:0 0 .45rem 2.6rem}.admin-subtopic-row.is-new,.admin-topic-row.is-new{border-bottom:0;background:#f8fafc;padding:.45rem}.admin-subtopic-row.is-new{margin-top:.35rem}.admin-dropzone{position:relative;display:grid;min-height:3.2rem;grid-template-columns:1.6rem minmax(0,1fr);align-content:center;gap:.05rem .45rem;overflow:hidden;border:1px dashed #b8c4d4;border-radius:8px;background:#fff;padding:.45rem .55rem;color:#42516b;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.admin-dropzone.is-dragging,.admin-dropzone:hover{border-color:var(--admin-sky);background:#f0f9ff;color:#0369a1}.admin-dropzone.is-busy{cursor:wait}.admin-dropzone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.admin-dropzone svg{grid-row:1/3;width:1.05rem;height:1.05rem;align-self:center}.admin-dropzone span{font-size:.63rem;font-weight:680}.admin-dropzone small{color:var(--admin-muted);font-size:.53rem}.admin-dropzone i{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,var(--admin-accent),var(--admin-sky));transition:width .18s ease}.admin-dropzone:focus-visible{outline:2px solid var(--admin-sky);outline-offset:2px}.admin-trainee-workbench{display:grid;grid-template-columns:minmax(17rem,22rem) minmax(0,1fr);align-items:start;gap:1rem}.admin-trainee-create{position:sticky;top:4.6rem}.admin-trainee-directory{min-width:0}.admin-credential{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:start;gap:.5rem;border-top:1px solid var(--admin-line);background:#f0f9ff;padding:.75rem 1rem}.admin-credential>div{display:grid;min-width:0;gap:.18rem}.admin-credential strong{font-size:.7rem}.admin-credential code{overflow-wrap:anywhere;color:#075985;font-family:var(--portal-font-mono),monospace;font-size:.74rem;font-weight:650}.admin-credential small{color:#52627d;font-size:.59rem}.admin-trainee-editor{border-top:1px solid var(--admin-line);background:#f8fafc;padding:1rem}.admin-editor-head{display:flex;align-items:center;justify-content:space-between}.admin-editor-head strong{font-size:.8rem}@media(max-width:1100px){.admin-course-workbench,.admin-trainee-workbench{grid-template-columns:1fr}.admin-add-day,.admin-trainee-create{position:static}.admin-add-day .admin-panel-body,.admin-trainee-create .admin-panel-body{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-add-day .admin-form-actions,.admin-trainee-create .admin-form-actions{grid-column:1/-1}}@media(max-width:980px){.admin-topbar-inner{grid-template-columns:auto auto}.admin-nav{grid-column:1/-1;order:3;justify-content:flex-start;height:2.8rem}.admin-command-grid{grid-template-columns:1fr}.admin-stat-strip{grid-template-columns:repeat(2,1fr)}.admin-stat-strip div:nth-child(2){border-right:0}.admin-stat-strip div:nth-child(-n+2){border-bottom:1px solid var(--admin-line)}}@media(max-width:640px){.admin-frame,.admin-topbar-inner{width:min(100% - 1rem,106rem)}.admin-frame{padding-top:1rem}.admin-brand b{display:none}.admin-nav a{padding:0 .55rem}.admin-nav a span{font-size:.65rem}.admin-page-bar{align-items:flex-start}.admin-add-day .admin-panel-body,.admin-form-grid,.admin-form-grid.cols-3,.admin-trainee-create .admin-panel-body{grid-template-columns:1fr}.admin-stat-strip{grid-template-columns:1fr 1fr}.admin-search{min-width:0;width:100%}.admin-panel-head{align-items:flex-start;flex-direction:column}.admin-topic-row{grid-template-columns:2.4rem minmax(0,1fr) auto}.admin-topic-row select{grid-column:2/-1}.admin-topic-row .admin-row-actions{grid-column:3;grid-row:1}.admin-scope-strip,.admin-subtopic-tools,.admin-topic-tools{grid-template-columns:1fr}.admin-subtopic-tools,.admin-topic-tools{padding-left:0}.admin-subtopic-list{margin-left:1rem}.admin-content-row{grid-template-columns:1fr auto}.admin-content-row>.admin-badge{grid-column:1/-1;justify-self:start}.admin-file-row{grid-template-columns:2.4rem minmax(0,1fr) auto}.admin-file-row>.admin-badge{grid-column:2;justify-self:start}.admin-file-row>.admin-row-actions{grid-column:3;grid-row:1/3}}.admin-app,.admin-topbar{--admin-accent:#0284c7;--admin-panel:#fff;--admin-line:#dce3ed}.admin-frame{width:min(calc(100% - 2rem),106rem);margin:.8rem auto 2rem;border:1px solid rgba(100,116,139,.28);border-radius:8px;background:rgba(255,255,255,.94);padding:1rem;box-shadow:0 24px 70px -58px rgba(15,23,42,.7)}.admin-page-bar{min-height:3.2rem}.admin-page-bar>div:first-child{display:grid;gap:.15rem}.admin-page-bar p{color:var(--admin-muted);font-size:.7rem}.admin-spectrum{background:linear-gradient(90deg,#0284c7,#38bdf8 20%,rgba(56,189,248,.12) 48%,transparent 78%)}.admin-breadcrumbs{flex-wrap:wrap;margin:0 0 .4rem;color:var(--admin-muted);font-size:.65rem}.admin-breadcrumbs,.admin-breadcrumbs>span{display:flex;gap:.35rem}.admin-breadcrumbs a{color:#0369a1;text-decoration:none}.admin-breadcrumbs a:hover{text-decoration:underline}.admin-breadcrumbs i{font-style:normal;color:#94a3b8}.admin-panel{border-radius:8px;box-shadow:0 8px 22px -20px rgba(15,23,42,.55)}.admin-icon-button:hover{color:var(--admin-accent);transform:none}.admin-button.primary{border-color:#0f172a;background:#0f172a;color:#fff}.admin-button.primary:hover{border-color:#334155;background:#334155;filter:none}.admin-button svg,.admin-row-action-button svg{width:1rem;height:1rem}.admin-section-heading{display:flex;align-items:end;justify-content:space-between;margin:.15rem 0 .55rem}.admin-section-heading h2{font-size:.95rem;font-weight:700}.admin-section-heading p{margin-top:.15rem;color:var(--admin-muted);font-size:.68rem}.admin-table-toolbar{flex-wrap:wrap}.admin-toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem}.admin-count{color:var(--admin-muted);font-size:.68rem;white-space:nowrap}.admin-create-drawer{border-bottom:1px solid var(--admin-line);background:#f8fafc;padding:1rem}.admin-operation-status{min-height:1.85rem;border-bottom:1px solid var(--admin-line);padding:.45rem 1rem;color:var(--admin-muted);font-size:.68rem}.admin-operation-status:empty{display:none}.admin-row-action-button{display:inline-flex;min-height:2rem;align-items:center;justify-content:center;gap:.35rem;border:1px solid var(--admin-line);border-radius:6px;background:#fff;padding:.35rem .55rem;color:#334155;font-size:.65rem;font-weight:650;text-decoration:none;white-space:nowrap;cursor:pointer}.admin-row-action-button:hover{border-color:#7dd3fc;background:#f0f9ff;color:#0369a1}.admin-trainee-table{min-width:70rem}.admin-numeric{text-align:right;font-variant-numeric:tabular-nums}.admin-client-workspace{display:grid;gap:1rem}.admin-client-workspace>section{overflow:hidden;border:1px solid var(--admin-line);border-radius:8px;background:var(--admin-panel);box-shadow:0 8px 22px -20px rgba(15,23,42,.55)}.admin-client-workspace>section>.flex:first-child,.admin-client-workspace>section>h2{min-height:3.2rem;margin:0;border-bottom:1px solid var(--admin-line);padding:.75rem 1rem}.admin-client-workspace>section>h2{display:flex;align-items:center;font-size:.87rem!important;font-weight:720!important}.admin-client-workspace>section>form{border-top:0!important;padding:1rem}.admin-client-workspace>section>p{padding:.35rem 1rem}.admin-client-workspace table{width:100%;min-width:44rem;border-collapse:collapse;text-align:left;font-size:.75rem}.admin-client-workspace th{height:2.65rem;padding:.55rem .8rem!important;border-bottom:1px solid var(--admin-line)!important;color:var(--admin-muted);font-size:.65rem;font-weight:650!important;text-transform:uppercase;letter-spacing:.045em}.admin-client-workspace td{padding:.7rem .8rem!important;border-bottom:1px solid #e8edf4!important}.admin-client-workspace tbody tr:last-child td{border-bottom:0!important}.admin-client-workspace .admin-secondary-button{display:inline-flex;min-height:2.35rem;align-items:center;justify-content:center;border:1px solid var(--admin-line);border-radius:8px;background:#fff;padding:.55rem .78rem;color:var(--admin-ink);font-size:.73rem;font-weight:680;text-decoration:none;box-shadow:none}.admin-credential code{font-size:.66rem}.admin-credential .admin-button{align-self:center}@media(max-width:760px){.admin-frame{width:calc(100% - .75rem);margin:.4rem auto;padding:.5rem}.admin-page-bar{align-items:flex-start;flex-direction:column;padding-bottom:.35rem}.admin-page-actions{width:100%;flex-wrap:wrap}.admin-page-actions .admin-button{flex:1}.admin-table-toolbar{align-items:stretch}.admin-table-toolbar .admin-search{width:100%}.admin-toolbar-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.admin-toolbar-actions .admin-button{flex:1}.admin-credential{grid-template-columns:minmax(0,1fr) auto}.admin-credential .admin-button{grid-column:1/-1}.admin-client-workspace>section>.flex:first-child{align-items:stretch!important;flex-direction:column}.admin-client-workspace>section>.flex:first-child .flex{width:100%}}@media(prefers-color-scheme:dark){.admin-app,.admin-topbar{--admin-ink:#f1f5f9;--admin-muted:#94a3b8;--admin-line:#1e293b;--admin-panel:#020617;--foreground:#f1f5f9;--muted:#94a3b8;--line:#1e293b;color-scheme:dark}.admin-app{background:linear-gradient(180deg,#020617,#0f172a)}.admin-topbar{border-color:#1e293b;background:rgba(2,6,23,.94)}.admin-brand,.admin-nav a.is-active,.admin-nav a:hover{color:#f1f5f9}.admin-brand b,.admin-nav a{color:#94a3b8}.admin-frame{border-color:#334155;background:rgba(15,23,42,.94)}.admin-client-workspace .admin-secondary-button,.admin-client-workspace>section,.admin-icon-button,.admin-input,.admin-panel,.admin-row-action-button,.admin-stat-strip{border-color:#1e293b;background:#020617;color:#cbd5e1}.admin-client-workspace td,.admin-client-workspace th,.admin-client-workspace>section>.flex:first-child,.admin-client-workspace>section>h2,.admin-create-drawer,.admin-operation-status,.admin-panel-head,.admin-table td,.admin-table th{border-color:#1e293b!important}.admin-create-drawer,.admin-inline-editor,.admin-trainee-editor{background:#0f172a}.admin-input:focus{border-color:#0284c7;background:#020617;box-shadow:0 0 0 3px rgba(2,132,199,.18)}.admin-field>span,.admin-markdown-preview{color:#cbd5e1}.admin-client-workspace tbody tr:hover,.admin-table tbody tr:hover{background:#0f172a}.admin-client-workspace td,.admin-table td{border-bottom-color:#1e293b!important}.admin-button{border-color:#334155;background:#0f172a;color:#e2e8f0}.admin-button.primary{border-color:#e2e8f0;background:#e2e8f0;color:#0f172a}.admin-button.primary:hover{background:#fff}.admin-row-action-button:hover{border-color:#075985;background:#082f49;color:#7dd3fc}.admin-stat-strip{background:#020617}.admin-stat-strip div{border-color:#1e293b}.admin-credential{border-color:#075985;background:#082f49}.admin-credential code{color:#7dd3fc}}.course-manager{min-width:0}.admin-outline-shell{overflow:hidden;border:1px solid var(--admin-line);border-radius:8px;background:#fff}.admin-outline-toolbar{display:flex;min-height:4.6rem;align-items:center;justify-content:space-between;gap:1.5rem;padding:.9rem 1rem}.admin-outline-toolbar h2{font-size:1rem;font-weight:720;letter-spacing:-.015em}.admin-outline-toolbar p{margin-top:.22rem;color:var(--admin-muted);font-size:.69rem}.admin-outline-actions{display:flex;align-items:center;gap:.45rem}.admin-outline-status{min-height:1.75rem;border-top:1px solid var(--admin-line);background:#f8fafc;padding:.42rem 1rem;color:var(--admin-muted);font-size:.66rem}.admin-outline-status:empty{display:none}.admin-outline-shell>.admin-course-days{gap:0;border-top:1px solid var(--admin-line)}.admin-outline-shell .admin-day{border:0;border-bottom:1px solid var(--admin-line);border-radius:0;background:#fff}.admin-outline-shell .admin-day:last-child{border-bottom:0}.admin-outline-shell .admin-day>summary{grid-template-columns:3rem minmax(0,1fr) auto auto;min-height:4.15rem;gap:.8rem;padding:.7rem 1rem;background:#fff}.admin-outline-shell .admin-day>summary:hover,.admin-outline-shell .admin-day[open]>summary{background:#f8fafc}.admin-day-heading{display:grid;min-width:0;gap:.16rem}.admin-day-heading strong{overflow:hidden;font-size:.82rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.admin-day-heading small{color:var(--admin-muted);font-size:.62rem;font-weight:500}.admin-day-summary-actions,.admin-node-content-actions{display:flex;align-items:center;gap:.18rem}.admin-scope-button{position:relative;display:inline-grid;width:2rem;height:2rem;place-items:center;border:1px solid transparent;border-radius:6px;background:transparent;color:#64748b;cursor:pointer}.admin-scope-button.has-content,.admin-scope-button:hover{border-color:#bae6fd;background:#f0f9ff;color:#0369a1}.admin-scope-button:focus-visible{outline:2px solid var(--admin-accent);outline-offset:2px}.admin-scope-button svg{width:.98rem;height:.98rem}.admin-scope-button>span{position:absolute;top:-.2rem;right:-.15rem;display:grid;min-width:1rem;height:1rem;place-items:center;border:2px solid #fff;border-radius:999px;background:#e0f2fe;padding:0 .18rem;color:#0369a1;font-size:.48rem;font-weight:750}.admin-outline-shell .admin-day-content{gap:0;border-top:1px solid var(--admin-line);padding:0}.admin-day-editor{display:grid;grid-template-columns:4.5rem minmax(14rem,1fr) 7rem auto;align-items:end;gap:.7rem;padding:.85rem 1rem;border-bottom:1px solid var(--admin-line);background:#f8fafc}.admin-day-summary-field{grid-column:1/4}.admin-day-summary-field textarea.admin-input{min-height:3.5rem}.admin-day-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem}.admin-day-form-actions .admin-icon-button,.admin-index-row .admin-icon-button{width:2rem;height:2rem;border-color:transparent;background:transparent}.admin-outline-shell .admin-subtopic-list,.admin-outline-shell .admin-topic-list{margin:0;border:0;padding:0;list-style:none}.admin-topic-node{border-bottom:1px solid var(--admin-line)}.admin-topic-node:last-of-type{border-bottom:0}.admin-index-row{display:grid;align-items:center;gap:.45rem;min-height:3.2rem;padding:.42rem 1rem}.admin-outline-shell .admin-topic-row{grid-template-columns:3rem minmax(10rem,1fr) 8.5rem auto auto;border:0;font-size:.72rem}.admin-index-input,.admin-index-select{width:100%;min-width:0;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--admin-ink);outline:none}.admin-index-input{min-height:2.15rem;padding:.35rem .5rem;font-size:.76rem;font-weight:650}.admin-index-select{min-height:2rem;padding:.3rem .45rem;color:#526078;font-size:.64rem}.admin-index-input:hover,.admin-index-select:hover{border-color:#d7dee9;background:#fff}.admin-index-input:focus,.admin-index-select:focus{border-color:#7dd3fc;background:#fff;box-shadow:0 0 0 3px rgba(2,132,199,.1)}.admin-outline-shell .admin-node-code{font-size:.59rem;font-weight:720}.admin-index-row>.admin-row-actions{opacity:.22;transition:opacity .14s ease}.admin-index-row:focus-within>.admin-row-actions,.admin-index-row:hover>.admin-row-actions{opacity:1}.admin-outline-shell .admin-subtopic-list{margin-left:3rem;border-top:1px solid #edf1f6}.admin-subtopic-node{border-bottom:1px solid #edf1f6}.admin-outline-shell .admin-subtopic-row{grid-template-columns:3rem minmax(10rem,1fr) auto auto;padding-left:.75rem}.admin-subtopic-row .admin-index-input{font-weight:560}.admin-add-index-row{background:#fbfcfe}.admin-index-row.is-new{border:0;background:transparent}.admin-index-row.is-new .admin-index-input{color:#526078;font-weight:550}.admin-index-row.is-new .admin-icon-button{justify-self:end}.admin-outline-empty{display:grid;justify-items:center;padding:4rem 1rem;text-align:center}.admin-outline-empty>svg{width:1.7rem;height:1.7rem;color:#64748b}.admin-outline-empty h3{margin-top:1rem;font-size:.9rem}.admin-outline-empty p{max-width:42ch;margin:.35rem 0 1rem;color:var(--admin-muted);font-size:.72rem;line-height:1.55}.admin-drawer-layer{position:fixed;z-index:90;inset:0}.admin-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(15,23,42,.42);cursor:default}.admin-editor-drawer{position:absolute;top:0;right:0;display:grid;width:min(36rem,100vw);height:100dvh;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;background:#fff;box-shadow:-24px 0 70px -36px rgba(15,23,42,.7);animation:admin-drawer-in .22s cubic-bezier(.16,1,.3,1)}@keyframes admin-drawer-in{0%{clip-path:inset(0 0 0 100%);transform:translateX(1.5rem)}to{clip-path:inset(0);transform:translateX(0)}}.admin-drawer-head{display:flex;min-height:4.6rem;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--admin-line);padding:.85rem 1rem}.admin-drawer-head p{margin-bottom:.22rem;color:#526078;font-size:.62rem}.admin-drawer-head h2{font-size:.95rem;font-weight:720;letter-spacing:-.01em}.admin-drawer-tabs{display:flex;gap:1rem;border-bottom:1px solid var(--admin-line);padding:0 1rem}.admin-drawer-tabs button{position:relative;display:flex;min-height:2.9rem;align-items:center;gap:.4rem;border:0;background:transparent;color:#64748b;font-size:.7rem;font-weight:680;cursor:pointer}.admin-drawer-tabs button:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#0284c7;content:"";opacity:0}.admin-drawer-tabs button.is-active{color:#0f172a}.admin-drawer-tabs button.is-active:after{opacity:1}.admin-drawer-tabs svg{width:.95rem;height:.95rem}.admin-drawer-tabs span{display:grid;min-width:1.1rem;height:1.1rem;place-items:center;border-radius:999px;background:#e2e8f0;padding:0 .25rem;font-size:.52rem}.admin-drawer-body{overflow-y:auto;padding:1rem}.admin-drawer-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:.25rem}.admin-drawer-form-actions .admin-button svg{width:.95rem;height:.95rem}.admin-notes-editor{display:grid;min-height:calc(100dvh - 9.6rem);grid-template-rows:auto auto minmax(20rem,1fr) auto;border:1px solid var(--admin-line);border-radius:8px;overflow:hidden}.admin-editor-switch{display:flex;border-bottom:1px solid var(--admin-line);background:#f8fafc;padding:.35rem}.admin-editor-switch button{min-height:2rem;border:0;border-radius:5px;background:transparent;padding:.35rem .7rem;color:#64748b;font-size:.66rem;font-weight:680;cursor:pointer}.admin-editor-switch button.is-active{background:#fff;color:#0f172a;box-shadow:0 1px 3px rgba(15,23,42,.1)}.admin-markdown-toolbar{display:flex;align-items:center;gap:.2rem;border-bottom:1px solid var(--admin-line);padding:.35rem .5rem}.admin-markdown-toolbar button{display:grid;min-width:2rem;height:1.9rem;place-items:center;border:1px solid transparent;border-radius:5px;background:transparent;color:#475569;padding:0 .45rem;font-size:.63rem;cursor:pointer}.admin-markdown-toolbar button:hover{border-color:#cbd5e1;background:#f8fafc;color:#0f172a}.admin-notes-editor>textarea{width:100%;min-height:22rem;border:0;padding:1rem;color:#1e293b;font-family:var(--portal-font-mono),Consolas,monospace;font-size:.76rem;line-height:1.7;outline:none;resize:none}.admin-notes-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--admin-line);background:#f8fafc;padding:.7rem}.admin-notes-footer small{max-width:40ch;color:#64748b;font-size:.58rem;line-height:1.45}.admin-notes-footer .admin-paste-status{color:#047857;font-weight:650}.admin-markdown-document{min-height:22rem;overflow:auto;padding:1.25rem;color:#334155;font-size:.79rem;line-height:1.65}.admin-markdown-document h1,.admin-markdown-document h2,.admin-markdown-document h3{margin:1.35em 0 .45em;color:#0f172a;letter-spacing:-.02em}.admin-markdown-document h1:first-child,.admin-markdown-document h2:first-child,.admin-markdown-document h3:first-child{margin-top:0}.admin-markdown-document h1{font-size:1.35rem}.admin-markdown-document h2{font-size:1.05rem}.admin-markdown-document h3{font-size:.9rem}.admin-markdown-document p{margin:.55rem 0}.admin-markdown-document ol,.admin-markdown-document ul{margin:.6rem 0;padding-left:1.35rem}.admin-markdown-document blockquote{margin:.8rem 0;border-left:1px solid #94a3b8;padding-left:.8rem;color:#526078}.admin-markdown-document pre{overflow:auto;border-radius:6px;background:#0f172a;padding:.8rem;color:#e2e8f0}.admin-markdown-document code{border-radius:4px;background:#f1f5f9;padding:.1rem .25rem;font-family:var(--portal-font-mono),Consolas,monospace;font-size:.72rem}.admin-markdown-document pre code{background:transparent;padding:0}.admin-markdown-document a{color:#0369a1}.admin-markdown-equation{margin:1rem 0;overflow-x:auto;border-block:1px solid #dce3ed;background:#f8fafc;padding:.85rem 1rem;color:#0f172a;font-family:Cambria,Times New Roman,serif;font-size:.9rem;line-height:1.6;text-align:center}.admin-scope-files{display:grid;gap:1rem}.admin-scope-files>.admin-dropzone{min-height:8rem;grid-template-columns:2rem minmax(0,1fr);border-color:#94a3b8;padding:1.1rem}.admin-scope-files>.admin-dropzone svg{width:1.25rem;height:1.25rem}.admin-scope-files>.admin-dropzone span{font-size:.72rem}.admin-scope-files>.admin-dropzone small{font-size:.59rem}.admin-scope-file-list{border-block:1px solid var(--admin-line)}.admin-scope-file-row{display:grid;grid-template-columns:2.25rem minmax(0,1fr) auto;align-items:center;gap:.7rem;min-height:4.1rem;border-bottom:1px solid var(--admin-line);padding:.55rem .15rem}.admin-scope-file-row:last-child{border-bottom:0}.admin-scope-file-row>.course-file-icon{width:1.65rem;height:1.9rem}.admin-scope-file-row>div:nth-child(2){display:grid;min-width:0;gap:.18rem}.admin-scope-file-row strong{overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.admin-scope-file-row small{color:#64748b;font-size:.6rem}.admin-scope-file-row .admin-icon-button{width:2rem;height:2rem;border-color:transparent;background:transparent}.admin-add-link{border-bottom:1px solid var(--admin-line)}.admin-add-link>summary{padding:.75rem 0;color:#334155;font-size:.69rem;font-weight:680;cursor:pointer}.admin-add-link>form{padding:0 0 1rem}@media(max-width:760px){.admin-outline-toolbar{align-items:flex-start;flex-direction:column}.admin-outline-actions{width:100%;flex-wrap:wrap}.admin-outline-actions .admin-button{flex:1}.admin-outline-shell .admin-day>summary{grid-template-columns:2.4rem minmax(0,1fr) auto}.admin-day-summary-actions{grid-column:2}.admin-outline-shell .admin-day>summary>.admin-badge{grid-column:3;grid-row:1}.admin-day-editor{grid-template-columns:1fr 1fr}.admin-day-form-actions,.admin-day-summary-field{grid-column:1/-1}.admin-outline-shell .admin-topic-row{grid-template-columns:2.2rem minmax(0,1fr) auto}.admin-outline-shell .admin-topic-row>.admin-index-select{grid-column:2}.admin-outline-shell .admin-topic-row>.admin-node-content-actions{grid-column:3;grid-row:1}.admin-outline-shell .admin-topic-row>.admin-row-actions{grid-column:3;grid-row:2}.admin-outline-shell .admin-subtopic-list{margin-left:1.25rem}.admin-outline-shell .admin-subtopic-row{grid-template-columns:2.2rem minmax(0,1fr) auto;padding-left:.35rem}.admin-subtopic-row>.admin-node-content-actions{grid-column:3;grid-row:1}.admin-subtopic-row>.admin-row-actions{grid-column:3;grid-row:2}.admin-index-row.is-new{grid-template-columns:2.2rem minmax(0,1fr) auto}.admin-index-row.is-new>.admin-index-select{grid-column:2}.admin-editor-drawer{width:100vw}.admin-drawer-body{padding:.75rem}.admin-notes-footer{align-items:stretch;flex-direction:column}.admin-notes-footer .admin-button{width:100%}}@media(prefers-reduced-motion:reduce){.admin-editor-drawer{animation:none}}@media(prefers-color-scheme:dark){.admin-editor-drawer,.admin-outline-shell,.admin-outline-shell .admin-day,.admin-outline-shell .admin-day>summary{border-color:#1e293b;background:#020617}.admin-add-index-row,.admin-day-editor,.admin-editor-switch,.admin-notes-footer,.admin-outline-shell .admin-day>summary:hover,.admin-outline-shell .admin-day[open]>summary,.admin-outline-status{background:#0f172a}.admin-day-heading small,.admin-editor-switch button,.admin-notes-footer small,.admin-outline-toolbar p,.admin-scope-file-row small{color:#94a3b8}.admin-notes-footer .admin-paste-status{color:#6ee7b7}.admin-scope-button{color:#94a3b8}.admin-scope-button.has-content,.admin-scope-button:hover{border-color:#075985;background:#082f49;color:#7dd3fc}.admin-scope-button>span{border-color:#020617;background:#075985;color:#e0f2fe}.admin-index-input,.admin-index-select{color:#e2e8f0}.admin-index-select{color:#cbd5e1}.admin-editor-switch button.is-active,.admin-index-input:focus,.admin-index-input:hover,.admin-index-select:focus,.admin-index-select:hover{border-color:#334155;background:#0f172a;color:#f8fafc}.admin-outline-shell .admin-subtopic-list,.admin-subtopic-node{border-color:#1e293b}.admin-drawer-backdrop{background:rgba(2,6,23,.7)}.admin-add-link,.admin-drawer-head,.admin-drawer-tabs,.admin-markdown-toolbar,.admin-notes-editor,.admin-notes-footer,.admin-scope-file-list,.admin-scope-file-row{border-color:#1e293b}.admin-add-link>summary,.admin-drawer-head p,.admin-drawer-tabs button,.admin-markdown-toolbar button{color:#94a3b8}.admin-drawer-tabs button.is-active,.admin-editor-switch button.is-active{color:#f8fafc}.admin-drawer-tabs span{background:#1e293b}.admin-markdown-toolbar button:hover{border-color:#334155;background:#0f172a;color:#f8fafc}.admin-notes-editor>textarea{background:#020617;color:#e2e8f0}.admin-markdown-document{color:#cbd5e1}.admin-markdown-document h1,.admin-markdown-document h2,.admin-markdown-document h3{color:#f8fafc}.admin-markdown-document code{background:#1e293b}.admin-markdown-document a{color:#7dd3fc}.admin-markdown-equation{border-color:#334155;background:#0f172a;color:#f8fafc}}.admin-outline-toolbar{min-height:4.1rem;padding:.72rem 1rem}.admin-outline-shell .admin-day>summary{grid-template-columns:3rem minmax(0,1fr) auto;min-height:3.65rem;gap:.65rem;padding:.55rem 1rem}.admin-day-editor{gap:.55rem;padding:.7rem 1rem}.admin-day-summary-field textarea.admin-input{min-height:3.1rem}.admin-index-row{min-height:2.7rem;gap:.35rem;padding:.25rem 1rem}.admin-index-input{min-height:1.95rem;padding:.25rem .5rem}.admin-index-select{min-height:1.9rem;padding:.2rem .4rem;font-weight:680}.admin-outline-shell .admin-subtopic-row{padding-block:.18rem}.admin-outline-shell .admin-subtopic-list{border-top-color:#e7ecf2}.admin-topic-preview-row,.admin-topic-row:not(.is-new){background:var(--topic-row,#f8fafc)}.admin-topic-preview-row:hover,.admin-topic-row:not(.is-new):hover{background:var(--topic-hover,#f1f5f9)}.admin-topic-preview-row .admin-day-code,.admin-topic-row:not(.is-new) .admin-node-code,.admin-topic-type{color:var(--topic-accent,#475569)}.topic-type-briefing{--topic-row:#eff8ff;--topic-hover:#e0f2fe;--topic-accent:#075985;--topic-separator:#bae6fd}.topic-type-theory{--topic-row:#f7f5ff;--topic-hover:#ede9fe;--topic-accent:#6d28d9;--topic-separator:#ddd6fe}.topic-type-demonstration{--topic-row:#effcf9;--topic-hover:#ccfbf1;--topic-accent:#0f766e;--topic-separator:#99f6e4}.topic-type-practical{--topic-row:#f1fbf5;--topic-hover:#dcfce7;--topic-accent:#047857;--topic-separator:#bbf7d0}.topic-type-debrief{--topic-row:#fff9eb;--topic-hover:#fef3c7;--topic-accent:#92400e;--topic-separator:#fde68a}.admin-topic-row:not(.is-new) .admin-index-select{color:var(--topic-accent);font-weight:720}.admin-preview-day>summary{grid-template-columns:3.4rem minmax(0,1fr)}.admin-course-preview .admin-day-content{gap:.7rem;padding:.75rem}.admin-course-preview .admin-topic-list{margin:0;border:0;padding:0;gap:0}.admin-topic-preview-row{grid-template-columns:minmax(0,1fr) 7rem 4rem;min-height:2.7rem;gap:.75rem;border-bottom:1px solid var(--topic-separator);padding:.4rem .7rem}.admin-topic-preview-row:last-child{border-bottom:0}.admin-topic-preview-row>span:first-child{display:flex;min-width:0;align-items:center;gap:.65rem}.admin-topic-preview-row>span:last-child{color:#526078;font-size:.62rem;text-align:right}.admin-topic-type{font-size:.63rem;font-weight:720;text-transform:capitalize}.admin-course-preview .admin-content-list{gap:.3rem}.admin-course-preview .admin-file-row{grid-template-columns:2.4rem minmax(0,1fr) auto}@media(max-width:760px){.admin-outline-shell .admin-day>summary{grid-template-columns:2.4rem minmax(0,1fr) auto;min-height:3.4rem;padding:.48rem .7rem}.admin-day-summary-actions{grid-column:2}.admin-index-row{padding-inline:.55rem}.admin-outline-shell .admin-subtopic-list{margin-left:.8rem}.admin-topic-preview-row{grid-template-columns:minmax(0,1fr) auto;padding:.42rem .55rem}.admin-topic-preview-row>.admin-topic-type{grid-column:1}.admin-topic-preview-row>span:last-child{grid-column:2;grid-row:1/3}}@media(prefers-color-scheme:dark){.topic-type-briefing{--topic-row:#08243a;--topic-hover:#0b304b;--topic-accent:#7dd3fc;--topic-separator:#075985}.topic-type-theory{--topic-row:#22153f;--topic-hover:#2e1b55;--topic-accent:#c4b5fd;--topic-separator:#5b21b6}.topic-type-demonstration{--topic-row:#082e2c;--topic-hover:#0a3a36;--topic-accent:#5eead4;--topic-separator:#0f766e}.topic-type-practical{--topic-row:#092d1d;--topic-hover:#0b3925;--topic-accent:#6ee7b7;--topic-separator:#047857}.topic-type-debrief{--topic-row:#38250c;--topic-hover:#49310d;--topic-accent:#fcd34d;--topic-separator:#92400e}.admin-topic-row:not(.is-new) .admin-index-input,.admin-topic-row:not(.is-new) .admin-index-select{color:#f8fafc}.admin-topic-row:not(.is-new) .admin-index-select{color:var(--topic-accent)}.admin-topic-preview-row>span:last-child{color:#cbd5e1}}.admin-course-preview .admin-file-row{padding:.48rem .55rem}.admin-course-preview .admin-file-row>div:nth-child(2){display:grid;gap:.16rem}@media(max-width:760px){.admin-outline-toolbar>.course-outline-search{width:100%;min-width:0}}@media(prefers-color-scheme:dark){.course-outline-search>label,.course-search-results{border-color:#334155;background:#020617}.course-outline-search input,.course-search-results>button{color:#e2e8f0}.course-search-results>button{border-color:#1e293b}.course-outline-search label button:hover,.course-search-results>button:focus-visible,.course-search-results>button:hover{background:#0f172a;color:#f8fafc}.course-search-results>button small,.course-search-results>footer,.course-search-results>p{color:#94a3b8}}.course-outline-search input::-webkit-search-cancel-button{display:none}.course-outline-search{position:relative;z-index:15;width:min(25rem,36vw);min-width:15rem}.course-outline-search>label{display:flex;min-height:2.35rem;align-items:center;gap:.5rem;border:1px solid #cbd5e1;border-radius:7px;background:#fff;padding:0 .55rem;color:#64748b}.course-outline-search>label:focus-within{border-color:#0284c7;box-shadow:0 0 0 2px rgba(2,132,199,.12);color:#0369a1}.course-outline-search>label>svg{width:.9rem;height:.9rem;flex:0 0 auto}.course-outline-search input{width:100%;min-width:0;border:0;background:transparent;color:#0f172a;font-size:.7rem;outline:none}.course-outline-search label button{display:grid;width:1.7rem;height:1.7rem;flex:0 0 auto;place-items:center;border:0;border-radius:4px;background:transparent;color:#64748b;cursor:pointer}.course-outline-search label button:hover{background:#f1f5f9;color:#0f172a}.course-outline-search label button svg{width:.8rem;height:.8rem}.course-search-results{position:absolute;inset:auto 0 auto 0;top:calc(100% + .35rem);display:grid;max-height:min(28rem,65vh);overflow-y:auto;border:1px solid #cbd5e1;border-radius:8px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.15)}.course-search-results>button{display:grid;gap:.15rem;border:0;border-bottom:1px solid #e7ecf2;background:transparent;padding:.58rem .7rem;color:#0f172a;text-align:left;cursor:pointer}.course-search-results>button:focus-visible,.course-search-results>button:hover{background:#f0f9ff;outline:none}.course-search-results>button span{font-size:.7rem;font-weight:700}.course-search-results>button small{color:#64748b;font-size:.58rem}.course-search-results>footer,.course-search-results>p{margin:0;padding:.75rem;color:#64748b;font-size:.63rem}.course-search-results>footer{border-top:1px solid #e7ecf2}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.admin-editor-drawer.is-content{width:min(var(--admin-editor-width,76rem),calc(100vw - 2rem))}.admin-editor-drawer.is-content .admin-drawer-body{min-height:0;overflow:hidden;padding:0}.admin-editor-drawer-resize-handle{position:absolute;z-index:8;top:0;bottom:0;left:0;width:.8rem;border:0;background:transparent;padding:0;cursor:col-resize;touch-action:none}.admin-editor-drawer-resize-handle:after{position:absolute;top:50%;left:2px;width:3px;height:4.5rem;border-radius:3px;background:#94a3b8;content:"";opacity:.72;transform:translateY(-50%);transition:transform .14s ease,background-color .14s ease,opacity .14s ease}.admin-editor-drawer-resize-handle:focus-visible:after,.admin-editor-drawer-resize-handle:hover:after{background:#0284c7;opacity:1;transform:translateY(-50%) scaleY(1.33)}.admin-editor-drawer-resize-handle:focus-visible{outline:2px solid #0284c7;outline-offset:-2px}.admin-drawer-tabs{overflow-x:auto;overscroll-behavior-inline:contain}.admin-drawer-tabs button{flex:0 0 auto;white-space:nowrap}.admin-node-content-actions{min-width:max-content}.admin-node-content-actions .admin-scope-button{width:1.85rem;height:1.85rem}.admin-node-content-actions .admin-scope-button svg{width:.9rem;height:.9rem}.admin-checklist-workspace,.admin-master-workspace{display:grid;height:100%;min-height:0;grid-template-columns:14rem minmax(0,1fr)}.admin-master-workspace.is-section{grid-template-columns:minmax(0,1fr)}.admin-editor-drawer.is-section-only{width:min(52rem,calc(100vw - 2rem))}.admin-checklist-list,.admin-document-index{min-width:0;overflow-y:auto;border-right:1px solid var(--admin-line);background:#f8fafc;padding:.65rem}.admin-checklist-list>button,.admin-document-index button{display:grid;width:100%;grid-template-columns:2rem minmax(0,1fr);align-items:start;gap:.35rem;border:0;border-radius:5px;background:transparent;padding:.5rem .45rem;color:#475569;font-size:.64rem;line-height:1.4;text-align:left;overflow-wrap:anywhere;cursor:pointer}.admin-document-index button span{color:#64748b;font-size:.54rem;font-weight:760;letter-spacing:.04em}.admin-checklist-list button.is-active,.admin-checklist-list button:hover,.admin-document-index button.is-active,.admin-document-index button:hover{background:#e8eef5;color:#0f172a}.admin-document-index button.is-active span{color:#0369a1}.admin-document-index button.is-subtopic{padding-left:1.05rem;color:#64748b}.admin-document-day+.admin-document-day{margin-top:.6rem;border-top:1px solid var(--admin-line);padding-top:.55rem}.admin-checklist-workspace>.admin-notes-editor,.admin-master-workspace>.admin-notes-editor{min-height:0;border:0;border-radius:0}.admin-master-workspace .admin-markdown-document h1,.admin-master-workspace .admin-markdown-document h2,.admin-master-workspace .admin-markdown-document h3{scroll-margin-top:1rem}.admin-notes-footer>div{display:flex;align-items:center;gap:.45rem}.admin-button.danger{border-color:#fecaca;background:#fff;color:#b42318}.admin-button.danger:hover{background:#fff1f1}.admin-checklist-list{flex-direction:column;gap:.15rem}.admin-checklist-list>button{grid-template-columns:minmax(0,1fr)}.admin-checklist-list>button.is-new{display:flex;align-items:center;gap:.4rem;margin-top:.35rem;border-top:1px solid var(--admin-line);border-radius:0;padding-top:.75rem;color:#0369a1;font-weight:700}.admin-checklist-list svg{width:.85rem;height:.85rem}.admin-checklist-editor{grid-template-rows:auto auto auto minmax(20rem,1fr) auto}.admin-checklist-editor.is-preview{grid-template-rows:auto auto minmax(20rem,1fr) auto}.admin-checklist-editor .admin-editor-switch{padding:.2rem .35rem}.admin-checklist-editor .admin-editor-switch button{min-height:1.75rem;padding:.25rem .6rem}.admin-checklist-editor .admin-markdown-toolbar{padding:.2rem .4rem}.admin-checklist-editor .admin-markdown-toolbar button{height:1.7rem}.admin-checklist-title{gap:.28rem;padding:.65rem .8rem}.admin-checklist-title span{color:#64748b;font-size:.58rem;font-weight:700}.admin-checklist-title input{min-height:2rem;border:0;color:#0f172a;font-size:.78rem;font-weight:700;outline:none}.admin-checklist-line{list-style:none;margin-left:-1.3rem}.admin-checklist-line label{display:flex;align-items:flex-start;gap:.5rem}.admin-checklist-line input{margin-top:.3em;accent-color:#0284c7}.admin-file-title-input{width:100%;min-width:0;border:1px solid transparent;border-radius:4px;background:transparent;color:#0f172a;padding:.18rem .25rem;font-size:.72rem;font-weight:700;outline:none}.admin-file-title-input:focus,.admin-file-title-input:hover{border-color:#cbd5e1;background:#fff}.admin-scope-file-row>form{display:grid;min-width:0;gap:.1rem}.admin-scope-file-row>form small{padding-inline:.25rem}.admin-scope-file-row .admin-row-actions{display:flex;align-items:center}.admin-scope-files>.admin-dropzone{border-radius:8px}.admin-markdown-toolbar svg{width:.85rem;height:.85rem}.admin-notes-editor{grid-template-rows:minmax(20rem,1fr) auto}.admin-checklist-editor{grid-template-rows:auto minmax(0,1fr) auto}.admin-checklist-workspace{align-items:start;overflow-y:auto}.admin-checklist-workspace>.admin-checklist-editor{width:100%;height:min(32rem,calc(100dvh - 9.5rem));min-height:22rem;align-self:start}.admin-rich-markdown{position:relative;display:grid;min-height:0;grid-template-rows:auto minmax(0,1fr);background:#fff}.admin-rich-markdown-loading{display:grid;min-height:22rem;place-items:center;color:#64748b;font-size:.72rem}.admin-rich-markdown-scroll{min-height:0;overflow:auto}.admin-rich-markdown-content{min-height:100%;max-width:76ch;margin:0 auto;padding:1.6rem 2rem 3rem;color:#25324a;font-size:.82rem;line-height:1.75;outline:none}.admin-rich-markdown-content h1,.admin-rich-markdown-content h2,.admin-rich-markdown-content h3,.admin-rich-markdown-content h4,.admin-rich-markdown-content h5{color:#0f172a;line-height:1.2;scroll-margin-top:1rem}.admin-rich-markdown-content h1,.admin-rich-markdown-content h2{margin:1.9em 0 .55em;letter-spacing:-.025em}.admin-rich-markdown-content h3,.admin-rich-markdown-content h4,.admin-rich-markdown-content h5{margin:1.45em 0 .42em;letter-spacing:-.012em}.admin-rich-markdown-content h1:first-child,.admin-rich-markdown-content h2:first-child,.admin-rich-markdown-content h3:first-child{margin-top:0}.admin-rich-markdown-content h1{border-bottom:1px solid #cbd5e1;padding-bottom:.45rem;font-size:1.7rem;font-weight:790}.admin-rich-markdown-content h2{border-bottom:1px solid #dbe3ec;padding-bottom:.35rem;font-size:1.35rem;font-weight:770}.admin-rich-markdown-content h3{font-size:1.05rem;font-weight:750}.admin-rich-markdown-content h4{font-size:.92rem;font-weight:740}.admin-rich-markdown-content h5{color:#334155;font-size:.82rem;font-weight:720}.admin-rich-markdown-content p{margin:.62rem 0}.admin-rich-markdown-content ol,.admin-rich-markdown-content ul{margin:.8rem 0;padding-inline-start:1.65rem}.admin-rich-markdown-content li{margin:.28rem 0;padding-inline-start:.12rem}.admin-rich-markdown-content li::marker{color:#64748b;font-weight:750}.admin-rich-markdown-content a{color:#0369a1;text-decoration:underline;text-underline-offset:.15em}.admin-rich-markdown-content blockquote{margin:1rem 0;border-left:1px solid #94a3b8;padding-left:1rem;color:#526078}.admin-rich-markdown-content pre{overflow:auto;border-radius:7px;background:#0f172a;padding:.9rem;color:#e2e8f0}.admin-rich-markdown-content code{border-radius:4px;background:#eef2f7;padding:.1rem .26rem;font-family:var(--portal-font-mono),Consolas,monospace;font-size:.74rem}.admin-rich-markdown-content pre code{background:transparent;padding:0}.admin-rich-markdown-content hr{margin:1.5rem 0;border:0;border-top:1px solid var(--admin-line)}.admin-rich-markdown-content ul[data-type=taskList]{padding-left:0;list-style:none}.admin-rich-markdown-content ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.55rem}.admin-rich-markdown-content ul[data-type=taskList] li>label{padding-top:.12rem}.admin-rich-markdown-content ul[data-type=taskList] li>div{flex:1}.admin-rich-markdown-content input[type=checkbox]{accent-color:#0284c7}.admin-markdown-toolbar{overflow-x:auto;background:#f8fafc}.admin-markdown-toolbar button.is-active{border-color:#bae6fd;background:#e0f2fe;color:#075985}.admin-markdown-toolbar button:disabled{opacity:.38;cursor:not-allowed}.admin-markdown-toolbar button.admin-markdown-heading-button{display:flex;width:auto;min-width:max-content;align-items:baseline;gap:.28rem;padding-inline:.48rem}.admin-markdown-heading-button strong{font-size:.64rem}.admin-markdown-heading-button span{font-size:.55rem;font-weight:680}.admin-markdown-heading-button.is-subheading strong{font-size:.57rem}.admin-markdown-heading-button.is-subheading span{color:#64748b}.admin-markdown-toolbar-separator{width:1px;height:1.15rem;flex:0 0 1px;margin:0 .2rem;background:var(--admin-line)}.tiptap-mathematics-render{cursor:pointer}.tiptap-mathematics-render[data-type=inline-math]{border-radius:4px;background:#f1f5f9;padding:.08rem .28rem}.tiptap-mathematics-render[data-type=block-math]{margin:1rem 0;overflow-x:auto;border-block:1px solid #dce3ed;background:#f8fafc;padding:1rem;text-align:center}.admin-math-editor{display:flex;align-items:end;gap:.45rem;border-top:1px solid var(--admin-line);background:#f8fafc;padding:.65rem}.admin-math-editor label{display:grid;min-width:0;flex:1;gap:.2rem}.admin-math-editor label span{color:#64748b;font-size:.58rem;font-weight:700}.admin-math-editor input{width:100%;min-height:2.15rem;border:1px solid #cbd5e1;border-radius:5px;background:#fff;padding:.45rem .6rem;color:#0f172a;font-family:var(--portal-font-mono),Consolas,monospace;font-size:.72rem;outline:none}.admin-math-editor input:focus{border-color:#0284c7;box-shadow:0 0 0 2px rgba(2,132,199,.12)}.admin-document-composer{min-width:0;min-height:0;overflow-y:auto;background:#fff}.admin-document-composer>.admin-notes-editor{height:calc(100dvh - 9.6rem);min-height:calc(100dvh - 9.6rem);border:0;border-radius:0}.admin-document-attachments{display:grid;gap:.75rem;border-top:1px solid var(--admin-line);padding:1rem;background:#f8fafc}.admin-document-attachments>header{display:flex;align-items:start;justify-content:space-between;gap:1rem}.admin-document-attachments>header h3{margin:0;color:#0f172a;font-size:.82rem}.admin-document-attachments>header p{margin:.2rem 0 0;color:#64748b;font-size:.63rem;line-height:1.45}.admin-document-attachments>header>span{display:grid;min-width:1.35rem;height:1.35rem;place-items:center;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.58rem;font-weight:750}.admin-document-attachments .admin-dropzone{border-radius:7px;background:#fff}.admin-document-attachments .admin-scope-file-list{background:#fff}.admin-content-viewer-layer{position:fixed;z-index:120;inset:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:#111827;color:#f8fafc}.admin-content-viewer-head{display:flex;min-height:4rem;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #273449;padding:.65rem 1rem}.admin-content-viewer-head h2{font-size:.88rem;font-weight:720}.admin-content-viewer-head h2,.admin-content-viewer-head p{max-width:70vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-content-viewer-head p{margin-top:.16rem;color:#9eabc0;font-size:.59rem}.admin-content-viewer-actions{display:flex;gap:.35rem}.admin-content-viewer-actions .admin-icon-button{border-color:#35445a;background:#1a2535;color:#dbe5f2}.admin-content-viewer-body{position:relative;display:grid;min-width:0;min-height:0;place-items:center;overflow:hidden;background:#0b111c}.admin-content-viewer-body:fullscreen{width:100vw;height:100vh}.admin-content-viewer-body>iframe{width:100%;height:100%;border:0;background:#fff}.admin-content-viewer-body>video{max-width:100%;max-height:100%}.admin-diagram-preview{display:block;max-width:calc(100% - 3rem);max-height:calc(100% - 3rem);background:#fff;object-fit:contain}.admin-presentation-viewer{display:grid;min-width:0;grid-template-rows:minmax(0,1fr) auto;background:#1a1a1a}.admin-presentation-stage,.admin-presentation-viewer{width:100%;height:100%;min-height:0;overflow:hidden}.admin-presentation-stage>.pptx-slide-container{min-height:0}.admin-presentation-controls{display:flex;min-height:3.25rem;align-items:center;justify-content:center;gap:.6rem;border-top:1px solid #303030;background:#141414;padding:.45rem .7rem}.admin-presentation-controls button{display:grid;width:2.25rem;height:2.25rem;place-items:center;border:1px solid #4b4b4b;border-radius:6px;background:#2e2e2e;color:#fff;cursor:pointer}.admin-presentation-controls button:hover:not(:disabled){border-color:#737373;background:#3a3a3a}.admin-presentation-controls button:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.admin-presentation-controls button:disabled{opacity:.38;cursor:not-allowed}.admin-presentation-controls button svg{width:1rem;height:1rem}.admin-presentation-controls output{min-width:4.25rem;color:#f8fafc;font-size:.68rem;font-variant-numeric:tabular-nums;text-align:center}.admin-presentation-viewer.is-compact .admin-presentation-controls{min-height:2.7rem;padding:.3rem .55rem}.admin-presentation-viewer.is-compact .admin-presentation-controls button{width:2rem;height:2rem}.admin-presentation-viewer.is-compact .admin-presentation-controls output{font-size:.62rem}.admin-viewer-error,.admin-viewer-loading{color:#c6d0de;font-size:.76rem}.admin-viewer-error{display:grid;max-width:34rem;justify-items:center;gap:1rem;padding:2rem;text-align:center}.admin-viewer-error .admin-button{border-color:#4b5d75;background:#182335;color:#f8fafc}.admin-viewer-limit{border-top:1px solid #334155;padding:.55rem .8rem;color:#a9b5c6;font-size:.6rem}.admin-content-preview{display:grid;width:100%;height:100%;min-width:0;min-height:0;place-items:center;overflow:hidden}.admin-content-preview>iframe{width:100%;height:100%;border:0;background:#fff}.admin-content-preview>video{max-width:100%;max-height:100%}.admin-content-preview>.admin-diagram-preview{max-width:calc(100% - 3rem);max-height:calc(100% - 3rem)}.admin-inline-preview{display:grid;min-width:0;overflow:hidden;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.admin-inline-preview-tabs{display:flex;gap:.2rem;overflow-x:auto;border-bottom:1px solid var(--admin-line);background:#f1f5f9;padding:.35rem}.admin-inline-preview-tabs button{display:flex;max-width:15rem;min-width:0;flex:0 0 auto;align-items:center;gap:.4rem;border:1px solid transparent;border-radius:5px;background:transparent;padding:.4rem .55rem;color:#526078;font-size:.62rem;cursor:pointer}.admin-inline-preview-tabs button:hover{background:#e2e8f0}.admin-inline-preview-tabs button.is-active{border-color:#bae6fd;background:#fff;color:#075985;font-weight:720}.admin-inline-preview-tabs svg{width:.9rem;height:.9rem;flex:0 0 auto}.admin-inline-preview-tabs span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-inline-preview-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--admin-line);padding:.55rem .7rem}.admin-inline-preview-head>div{display:grid;min-width:0;gap:.12rem}.admin-inline-preview-head strong{overflow:hidden;color:#0f172a;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.admin-inline-preview-head small{color:#64748b;font-size:.57rem}.admin-inline-preview-head .admin-button{flex:0 0 auto}.admin-inline-preview-body{height:clamp(20rem,48vw,38rem);min-height:0;background:#e9eef5}.admin-content-preview.is-inline>.admin-diagram-preview{padding:1rem}.admin-content-preview.is-inline .admin-viewer-error{color:#475569}.admin-content-preview.is-inline .admin-viewer-error .admin-button{border-color:#cbd5e1;background:#fff;color:#0f172a}.admin-drawer-body.is-file-dragging .admin-document-composer{position:relative}.admin-drawer-body.is-file-dragging .admin-document-composer:after{content:"Drop files to attach to this document";position:fixed;z-index:130;inset:8.5rem 2rem 2rem auto;display:grid;width:min(72rem,calc(100vw - 4rem));place-items:center;border:2px dashed #0284c7;border-radius:10px;background:rgba(240,249,255,.96);color:#0369a1;font-size:.9rem;font-weight:760;pointer-events:none}.admin-sheet-viewer{display:grid;width:100%;height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr) auto;background:#fff;color:#182235}.admin-sheet-toolbar{display:flex;min-width:0;align-items:stretch;border-bottom:1px solid #cbd5e1;background:#edf2f7}.admin-sheet-tabs{display:flex;min-width:0;flex:1;overflow-x:auto;padding:.35rem .55rem 0}.admin-sheet-tabs button{flex:0 0 auto;border:1px solid transparent;border-bottom:0;border-radius:5px 5px 0 0;background:transparent;padding:.48rem .75rem;color:#526078;font-size:.64rem;cursor:pointer}.admin-sheet-tabs button.is-active{border-color:#cbd5e1;background:#fff;color:#0f172a;font-weight:700}.admin-sheet-preview-label{min-width:0;flex:1;border:0;background:transparent}.admin-sheet-zoom{display:flex;flex:0 0 auto;align-items:center;gap:.15rem;border-left:1px solid #cbd5e1;padding:.35rem .45rem}.admin-sheet-zoom button{display:grid;width:1.8rem;height:1.8rem;place-items:center;border:1px solid transparent;border-radius:5px;background:transparent;color:#334155;cursor:pointer}.admin-sheet-zoom button:hover{border-color:#cbd5e1;background:#fff}.admin-sheet-zoom button:focus-visible{outline:2px solid #0284c7;outline-offset:1px}.admin-sheet-zoom button:disabled{opacity:.38;cursor:not-allowed}.admin-sheet-zoom button svg{width:.8rem;height:.8rem}.admin-sheet-zoom button.admin-sheet-zoom-value{width:3.1rem;color:#475569;font-size:.58rem;font-variant-numeric:tabular-nums}.admin-sheet-scroll{overflow:auto;overscroll-behavior:contain}.admin-sheet-viewer table{border-collapse:collapse;font-size:var(--sheet-font-size,.68rem);white-space:nowrap}.admin-sheet-viewer td,.admin-sheet-viewer th{min-width:8.82em;height:2.65em;border:1px solid #dfe4eb;padding:.37em .66em;text-align:left}.admin-sheet-viewer tbody th,.admin-sheet-viewer thead th{position:sticky;z-index:1;background:#f1f5f9;color:#64748b;font-size:.82em;text-align:center}.admin-sheet-viewer thead th{top:0}.admin-sheet-viewer tbody th{left:0;min-width:4.12em}.admin-sheet-viewer thead th:first-child{left:0;z-index:2;min-width:4.12em}.admin-inline-checklist{width:100%;height:100%;overflow:auto;background:#fff;padding:1rem}.admin-inline-checklist-row{display:grid;grid-template-columns:1.25rem minmax(0,1fr);align-items:start;gap:.55rem;margin-inline-start:calc(var(--checklist-depth)*1.2rem);border-bottom:1px solid #e2e8f0;padding:.62rem .7rem;color:#25324a;font-size:.72rem;line-height:1.45}.admin-inline-checklist-row>span:first-child{display:grid;min-height:1rem;place-items:center;color:#64748b;font-size:.62rem;font-weight:750}.admin-inline-checklist-row input{width:.9rem;height:.9rem;margin:.08rem 0 0;accent-color:#0284c7}.admin-inline-checklist-row p{margin:0;overflow-wrap:anywhere}.admin-inline-checklist-bullet{display:block;width:.3rem;height:.3rem;border-radius:50%;background:currentColor}.admin-checklist-document{color:#25324a}.admin-inline-checklist.admin-checklist-document{display:block;padding:clamp(1rem,3vw,2.5rem)}.admin-checklist-document>h1,.admin-checklist-document>h2,.admin-checklist-document>h3,.admin-checklist-document>h4,.admin-checklist-document>h5,.admin-checklist-document>h6{max-width:32ch;margin:1.45em 0 .55em;color:#0f172a;font-weight:760;line-height:1.18;letter-spacing:-.025em;overflow-wrap:anywhere}.admin-checklist-document>h1:first-child,.admin-checklist-document>h2:first-child,.admin-checklist-document>h3:first-child{margin-top:0}.admin-checklist-document>h1{font-size:clamp(1.35rem,2.4vw,2rem)}.admin-checklist-document>h2{font-size:clamp(1.08rem,1.8vw,1.45rem)}.admin-checklist-document>h3{font-size:clamp(.92rem,1.4vw,1.15rem)}.admin-checklist-document>h4,.admin-checklist-document>h5,.admin-checklist-document>h6{font-size:.82rem}.admin-checklist-document>blockquote,.admin-checklist-document>p{max-width:75ch;margin:.65rem 0;color:#334155;font-size:.76rem;line-height:1.65;overflow-wrap:anywhere}.admin-checklist-document>blockquote{border-left:1px solid #94a3b8;padding:.25rem 1rem;color:#526078;font-style:italic}.admin-checklist-document>hr{margin:1.4rem 0;border:0;border-top:1px solid #d8e0eb}.admin-checklist-document>pre{max-width:75ch;overflow:auto;border:1px solid #d8e0eb;border-radius:8px;background:#f8fafc;padding:.8rem;color:#1e293b;font-size:.68rem;line-height:1.55}.admin-checklist-document a{color:#0369a1;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.admin-checklist-document code:not(pre code){border-radius:4px;background:#e9eef5;padding:.08rem .25rem;font-size:.92em}.admin-checklist-document-list{display:grid;gap:.18rem;margin:.72rem 0 1.15rem}.admin-checklist-document-control{display:grid;min-height:1rem;place-items:center;color:#64748b;font-size:.62rem;font-weight:750}.admin-checklist-document-row-text{overflow-wrap:anywhere}.admin-checklist-document.is-compact{gap:0}.admin-checklist-document.is-compact>h1,.admin-checklist-document.is-compact>h2,.admin-checklist-document.is-compact>h3,.admin-checklist-document.is-compact>h4,.admin-checklist-document.is-compact>h5,.admin-checklist-document.is-compact>h6{max-width:38ch;margin:1.15em 0 .42em;font-size:.83rem;line-height:1.28}.admin-checklist-document.is-compact>h1{font-size:1rem}.admin-checklist-document.is-compact>blockquote,.admin-checklist-document.is-compact>p{margin:.48rem 0;font-size:.68rem;line-height:1.52}.admin-checklist-document.is-compact>.admin-checklist-document-list{gap:.22rem;margin:.55rem 0 .8rem}.admin-checklist-document.is-compact>pre{font-size:.62rem}@media(max-width:980px){.admin-editor-drawer.is-content,.admin-editor-drawer.is-section-only{width:100vw}.admin-editor-drawer-resize-handle{display:none}.admin-checklist-workspace,.admin-master-workspace{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.admin-checklist-list,.admin-document-index{display:flex;max-height:7rem;overflow:auto;border-right:0;border-bottom:1px solid var(--admin-line);padding:.4rem}.admin-checklist-list>button,.admin-document-index button{width:11rem;flex:0 0 11rem}.admin-document-index .admin-document-day,.admin-document-index .admin-document-day>div{display:flex}.admin-document-day+.admin-document-day{margin:0;border-top:0;border-left:1px solid var(--admin-line);padding:0 0 0 .35rem}.admin-document-index button.is-subtopic{padding-left:.45rem}.admin-checklist-list>button.is-new{margin:0;border:0;border-left:1px solid var(--admin-line);border-radius:0;padding-top:.5rem}.admin-outline-shell .admin-topic-row{grid-template-columns:3rem minmax(10rem,1fr) 7.8rem auto auto}}@media(max-width:760px){.admin-editor-drawer.is-content{width:100vw}.admin-drawer-tabs{gap:.75rem;padding-inline:.7rem}.admin-drawer-tabs button{min-height:2.7rem;font-size:.64rem}.admin-node-content-actions .admin-scope-button{width:1.7rem}.admin-notes-footer>div{width:100%}.admin-notes-footer>div .admin-button{width:auto;flex:1}.admin-scope-files{padding:.7rem}.admin-content-viewer-head{padding-inline:.7rem}.admin-content-viewer-head h2,.admin-content-viewer-head p{max-width:50vw}.admin-diagram-preview{max-width:calc(100% - 1rem);max-height:calc(100% - 1rem)}}@media(prefers-color-scheme:dark){.admin-checklist-list,.admin-document-index{border-color:#1e293b;background:#0f172a}.admin-checklist-list>button,.admin-document-index>button,.admin-document-index>div>button{color:#94a3b8}.admin-checklist-list button.is-active,.admin-checklist-list button:hover,.admin-document-index button.is-active,.admin-document-index button:hover{background:#1e293b;color:#f8fafc}.admin-document-index button span{color:#7c8ca3}.admin-checklist-title{border-color:#1e293b;background:#020617}.admin-checklist-title input,.admin-file-title-input{color:#e2e8f0}.admin-file-title-input:focus,.admin-file-title-input:hover{border-color:#334155;background:#0f172a}.admin-button.danger{border-color:#7f1d1d;background:#2b1114;color:#fca5a5}.admin-button.danger:hover{background:#3f1518}}.admin-checklist-editor{grid-template-rows:auto auto auto}.admin-checklist-workspace>.admin-checklist-editor{height:auto}.admin-checklist-editor .admin-rich-markdown{height:clamp(10rem,18vh,12rem)}.admin-checklist-editor .admin-rich-markdown-content{max-width:none;padding:.8rem 1rem 1.2rem}@media(max-width:700px){.admin-rich-markdown-content{padding:1.2rem 1rem 2.5rem}.admin-checklist-editor .admin-rich-markdown-content{padding:.7rem .8rem 1rem}.admin-math-editor{align-items:stretch;flex-wrap:wrap}.admin-math-editor label{flex-basis:100%}.admin-document-attachments>header{align-items:center}.admin-document-attachments>header p{max-width:38ch}.admin-inline-preview-body{height:24rem}.admin-inline-preview-head{align-items:flex-start}.admin-drawer-body.is-file-dragging .admin-document-composer:after{inset:8.5rem .7rem .7rem;width:calc(100vw - 1.4rem)}}@media(prefers-color-scheme:dark){.admin-document-composer,.admin-rich-markdown{background:#020617}.admin-rich-markdown-content{color:#cbd5e1}.admin-rich-markdown-content h1,.admin-rich-markdown-content h2,.admin-rich-markdown-content h3,.admin-rich-markdown-content h4{color:#f8fafc}.admin-rich-markdown-content code,.tiptap-mathematics-render[data-type=inline-math]{background:#1e293b}.tiptap-mathematics-render[data-type=block-math]{border-color:#334155;background:#0f172a}.admin-markdown-toolbar button.is-active{border-color:#075985;background:#082f49;color:#7dd3fc}.admin-document-attachments,.admin-math-editor{border-color:#1e293b;background:#0f172a}.admin-document-attachments .admin-dropzone,.admin-document-attachments .admin-scope-file-list,.admin-math-editor input{border-color:#334155;background:#020617;color:#e2e8f0}.admin-document-attachments>header h3{color:#f8fafc}.admin-document-attachments>header p,.admin-math-editor label span{color:#94a3b8}.admin-document-attachments>header>span{background:#1e293b;color:#cbd5e1}.admin-inline-preview{border-color:#334155;background:#020617}.admin-inline-preview-tabs{border-color:#334155;background:#0f172a}.admin-inline-preview-tabs button{color:#94a3b8}.admin-inline-preview-tabs button:hover{background:#1e293b}.admin-inline-preview-tabs button.is-active{border-color:#075985;background:#082f49;color:#7dd3fc}.admin-inline-preview-head{border-color:#334155}.admin-inline-preview-head strong{color:#f8fafc}.admin-inline-preview-head small{color:#94a3b8}.admin-inline-preview-body{background:#111827}.admin-content-preview.is-inline .admin-viewer-error{color:#cbd5e1}.admin-drawer-body.is-file-dragging .admin-document-composer:after{border-color:#38bdf8;background:rgba(8,47,73,.96);color:#bae6fd}}.admin-drawer-title-group{display:flex;min-width:0;align-items:center;gap:.8rem}.admin-drawer-title-group>div{min-width:0}.admin-drawer-title-group h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-day-navigation{display:flex;flex:0 0 auto;gap:.25rem}.admin-day-navigation .admin-icon-button{width:1.9rem;height:1.9rem}.admin-day-navigation .admin-icon-button:disabled{cursor:not-allowed;opacity:.32}.admin-day-navigation svg{width:.9rem;height:.9rem}.admin-master-workspace:not(.is-section){grid-template-columns:auto minmax(0,1fr)}.admin-document-index{position:relative;width:16rem;min-width:11rem;max-width:32rem;resize:horizontal;overflow:auto;padding:.65rem .55rem .65rem .65rem}.admin-document-resize-hint{position:sticky;right:-.55rem;bottom:-.65rem;display:block;width:.55rem;height:2.5rem;margin:-2.5rem -.55rem 0 auto;border-right:2px solid #94a3b8;opacity:.55;pointer-events:none}.admin-index-nav-row{display:grid;grid-template-columns:1.6rem minmax(0,1fr);align-items:start}.admin-document-index .admin-index-nav-row>button:last-child{display:grid;width:100%;grid-template-columns:2rem minmax(0,1fr);align-items:start;gap:.35rem;border:0;border-radius:6px;background:transparent;padding:.48rem .42rem;color:#475569;font-size:.66rem;line-height:1.38;text-align:left;overflow-wrap:anywhere;cursor:pointer}.admin-document-index .admin-index-nav-row>button:last-child.is-active,.admin-document-index .admin-index-nav-row>button:last-child:hover{background:#e6edf5;color:#0f172a}.admin-document-index .admin-index-nav-row>button:last-child.is-active{box-shadow:inset 0 0 0 1px #cbd5e1}.admin-index-nav-row.is-day>button:last-child{font-size:.7rem}.admin-index-nav-row.is-day>button:last-child span{color:#0369a1}.admin-index-nav-row.is-day>button:last-child strong{font-weight:760}.admin-index-nav-row.is-topic{margin-top:.22rem}.admin-index-nav-row.is-topic>button:last-child strong{font-weight:690}.admin-index-nav-row.is-topic>button:last-child span{color:#53617a}.admin-document-index button.admin-index-collapse{display:grid;width:1.6rem;height:2rem;grid-template-columns:1fr;place-items:center;border:0;border-radius:5px;background:transparent;padding:0;color:#64748b;cursor:pointer}.admin-document-index button.admin-index-collapse:hover{background:#e2e8f0;color:#0f172a}.admin-index-collapse svg{width:.8rem;height:.8rem;transition:transform .14s ease}.admin-index-collapse.is-collapsed svg{transform:rotate(-90deg)}.admin-document-day-children{margin-left:.48rem;border-left:1px solid #d7e0ea;padding-left:.42rem}.admin-document-subtopics{margin:.08rem 0 .28rem 1.6rem;border-left:1px solid #e2e8f0;padding-left:.35rem}.admin-document-index .admin-document-subtopics>button.is-subtopic{grid-template-columns:2rem minmax(0,1fr);padding:.38rem .42rem;color:#68778e;font-size:.61rem;line-height:1.42}.admin-document-index .admin-document-subtopics>button.is-subtopic span{color:#8793a7;font-size:.52rem}.admin-document-index .admin-document-subtopics>button.is-subtopic.is-active{background:#eef5fb;color:#0f172a;box-shadow:inset 0 0 0 1px #cbd5e1}.admin-document-day+.admin-document-day{margin-top:.75rem;padding-top:.7rem}.admin-rich-markdown-content{width:100%;max-width:none;margin:0;padding:1.75rem clamp(1.25rem,3vw,3rem) 3.5rem}.admin-document-composer>.admin-notes-editor{width:100%}.admin-inline-preview-body{position:relative;display:block;width:100%;border:0;padding:0;text-align:initial;cursor:zoom-in}.admin-inline-preview-body:focus-visible{outline:2px solid #0284c7;outline-offset:-2px}.admin-inline-preview-body:after{position:absolute;right:.65rem;bottom:.65rem;border:1px solid rgba(255,255,255,.35);border-radius:6px;background:rgba(15,23,42,.8);padding:.34rem .5rem;color:#f8fafc;content:"Expand document";font-size:.56rem;font-weight:700;pointer-events:none}.admin-content-preview.is-inline{pointer-events:none}.admin-content-preview.is-inline .admin-presentation-stage,.admin-content-preview.is-inline .admin-sheet-scroll{overflow:hidden}.admin-sheet-preview-label{border-bottom:1px solid #cbd5e1;background:#edf2f7;padding:.45rem .7rem;color:#526078;font-size:.62rem;font-weight:700}@media(max-width:980px){.admin-document-index{width:auto;min-width:0;max-width:none;resize:none}.admin-document-resize-hint{display:none}.admin-index-nav-row{flex:0 0 11rem;width:11rem}.admin-document-index .admin-document-day,.admin-document-index .admin-document-topic{display:flex}.admin-document-day-children,.admin-document-subtopics{display:flex;margin:0;border:0;padding:0}.admin-document-index button.admin-index-collapse{display:none}.admin-rich-markdown-content{padding-inline:1.25rem}}@media(max-width:600px){.admin-drawer-title-group{align-items:flex-start;flex-direction:column;gap:.35rem}.admin-day-navigation .admin-icon-button{width:2rem;height:2rem}}@media(prefers-color-scheme:dark){.admin-document-index .admin-index-nav-row>button:last-child.is-active,.admin-document-index .admin-index-nav-row>button:last-child:hover,.admin-document-index button.admin-index-collapse:hover{background:#1e293b;color:#f8fafc}.admin-document-day-children,.admin-document-subtopics{border-color:#334155}.admin-document-index .admin-document-subtopics>button.is-subtopic.is-active{background:#172033;color:#f8fafc;box-shadow:inset 0 0 0 1px #334155}.admin-sheet-preview-label{border-color:#334155;background:#172033;color:#cbd5e1}}.admin-document-index{width:var(--admin-document-index-width,16rem);resize:none}.admin-document-index button.admin-document-resize-handle{position:sticky;z-index:2;right:-.55rem;bottom:0;width:.55rem;min-height:4rem;margin:-100% -.55rem 0 auto;background:transparent}.admin-document-index button.admin-document-resize-handle:after{right:-1px;height:3rem;opacity:.65;transform:translateY(-50%)}.admin-document-index button.admin-document-resize-handle:focus-visible{outline:2px solid #0284c7;outline-offset:-2px}@media(max-width:980px){.admin-document-index{width:auto}.admin-document-index button.admin-document-resize-handle{display:none}}.admin-rich-markdown.is-file-dragging .admin-rich-markdown-scroll{background:#f0f9ff}.admin-rich-markdown-drop-state{position:absolute;z-index:8;inset:2.55rem 0 0;display:grid;place-content:center;justify-items:center;gap:.3rem;border:2px dashed #0284c7;background:rgba(240,249,255,.94);color:#075985;pointer-events:none}.admin-rich-markdown-drop-state svg{width:1.35rem;height:1.35rem}.admin-rich-markdown-drop-state strong{font-size:.76rem}.admin-rich-markdown-drop-state span{font-size:.61rem}.admin-embedded-document{display:grid;width:100%;margin:1.4rem 0;border:1px solid #cbd5e1;border-radius:10px;background:#fff;overflow:hidden}.admin-embedded-document.is-selected{border-color:#0284c7;box-shadow:0 0 0 2px rgba(2,132,199,.14)}.admin-embedded-document>header{display:grid;grid-template-columns:1.3rem minmax(0,1fr) auto;align-items:center;gap:.55rem;border-bottom:1px solid #dbe3ec;background:#f8fafc;padding:.55rem .65rem;cursor:grab}.admin-embedded-document>header:active{cursor:grabbing}.admin-embedded-document>header>svg{width:1.05rem;height:1.05rem;color:#53617a}.admin-embedded-document figcaption{display:grid;min-width:0;gap:.08rem}.admin-embedded-document figcaption strong{overflow:hidden;color:#0f172a;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.admin-embedded-document figcaption small{color:#64748b;font-size:.55rem}.admin-embedded-document>header>div{display:flex;gap:.25rem}.admin-embedded-document>header button{display:grid;width:1.8rem;height:1.8rem;place-items:center;border:1px solid transparent;border-radius:5px;background:transparent;color:#526078;cursor:pointer}.admin-embedded-document>header button:hover{border-color:#cbd5e1;background:#fff;color:#0f172a}.admin-embedded-document>header button:focus-visible{outline:2px solid #0284c7;outline-offset:1px}.admin-embedded-document>header button svg{width:.85rem;height:.85rem}.admin-embedded-document-preview{display:block;height:clamp(18rem,48vw,34rem);background:#e9eef5;text-align:initial;cursor:zoom-in}.admin-embedded-document-preview:after{position:absolute;right:.65rem;bottom:.65rem;border:1px solid rgba(255,255,255,.35);border-radius:6px;background:rgba(15,23,42,.82);padding:.34rem .5rem;color:#fff;content:"Expand and navigate";font-size:.56rem;font-weight:700;pointer-events:none}.admin-embedded-document-preview:focus-visible{outline:2px solid #0284c7;outline-offset:-2px}.admin-embedded-document-preview .admin-content-preview{pointer-events:none}.admin-embedded-document-preview .admin-presentation-stage,.admin-embedded-document-preview .admin-sheet-scroll{overflow:hidden}.admin-content-viewer-body.is-fit-to-screen .admin-content-preview{width:100%;height:100%;object-fit:contain}.admin-content-viewer-body.is-fit-to-screen .admin-diagram-preview{width:auto;height:auto;max-width:calc(100% - 2rem);max-height:calc(100% - 2rem);object-fit:contain}.admin-content-viewer-body.is-fit-to-screen .admin-presentation-stage{width:100%;height:100%}.admin-content-viewer-body:fullscreen{background:#0b111c}.admin-content-viewer-body:fullscreen .admin-content-preview{width:100vw;height:100vh}@media(max-width:700px){.admin-embedded-document{margin:1rem 0}.admin-embedded-document-preview{height:22rem}.admin-embedded-document>header{grid-template-columns:1.15rem minmax(0,1fr) auto;padding:.48rem .5rem}.admin-rich-markdown-drop-state{inset:2.45rem 0 0}}@media(prefers-color-scheme:dark){.admin-rich-markdown.is-file-dragging .admin-rich-markdown-scroll{background:#082f49}.admin-rich-markdown-drop-state{border-color:#38bdf8;background:rgba(8,47,73,.94);color:#bae6fd}.admin-embedded-document{border-color:#334155;background:#020617}.admin-embedded-document.is-selected{border-color:#38bdf8}.admin-embedded-document>header{border-color:#334155;background:#0f172a}.admin-embedded-document figcaption strong{color:#f8fafc}.admin-embedded-document figcaption small,.admin-embedded-document>header button,.admin-embedded-document>header>svg{color:#94a3b8}.admin-embedded-document>header button:hover{border-color:#334155;background:#1e293b;color:#f8fafc}}.admin-scope-workspace{display:grid;height:100%;min-height:0;grid-template-columns:auto minmax(0,1fr)}.admin-scope-workspace>.admin-document-index{height:100%}.admin-scope-panel,.admin-scope-workspace>.admin-scope-files{min-width:0;min-height:0}.admin-scope-panel{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.admin-scope-panel>.admin-checklist-workspace{min-height:0;overflow:hidden}.admin-scope-assignment{display:flex;min-height:2.65rem;align-items:center;gap:.55rem;margin:0;border-bottom:1px solid var(--admin-line);background:#f8fafc;padding:.55rem .8rem;color:#526078}.admin-scope-files>.admin-scope-assignment{margin:-1rem -1rem 0}.admin-scope-assignment span{flex:0 0 auto;font-size:.56rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.admin-scope-assignment strong{overflow:hidden;color:#0f172a;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.admin-document-index .is-active{scroll-margin-block:4rem}@media(max-width:980px){.admin-scope-workspace{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.admin-scope-workspace>.admin-document-index{height:auto}.admin-scope-panel>.admin-checklist-workspace{overflow-y:auto}}@media(prefers-color-scheme:dark){.admin-scope-assignment{border-color:#1e293b;background:#0f172a;color:#94a3b8}.admin-scope-assignment strong{color:#f8fafc}}.admin-master-workspace.is-section{grid-template-columns:auto minmax(0,1fr)}.admin-editor-drawer.is-section-only{width:min(var(--admin-editor-width,76rem),calc(100vw - 2rem))}@media(max-width:980px){.admin-editor-drawer.is-section-only{width:100vw}}.admin-scope-panel{grid-template-rows:3.25rem minmax(0,1fr)}.admin-scope-assignment{height:3.25rem;min-height:3.25rem;padding:.65rem 1rem}.admin-scope-files{min-width:0;min-height:0;overflow-y:auto;padding:1rem}.admin-checklist-list{height:100%;overflow-y:auto}.admin-checklist-workspace>.admin-checklist-editor{height:100%;min-height:0;align-self:stretch}.admin-checklist-editor .admin-rich-markdown{height:100%;min-height:0}.admin-checklist-editor .admin-rich-markdown-content{padding:1.25rem clamp(1rem,2.5vw,2rem) 2.5rem}.admin-checklist-title{min-height:4.75rem;padding:.7rem clamp(1rem,2.5vw,2rem)}.admin-checklist-editor .admin-notes-footer{min-height:4.25rem;padding:.75rem 1rem}.admin-checklist-editor .admin-notes-footer small{max-width:58ch}.admin-rich-markdown-feedback{position:absolute;z-index:9;right:1rem;bottom:1rem;max-width:min(32rem,calc(100% - 2rem));margin:0;border:1px solid #a7f3d0;border-radius:7px;background:#ecfdf5;padding:.55rem .7rem;color:#065f46;font-size:.64rem;font-weight:680;line-height:1.4;box-shadow:0 8px 20px -16px rgba(15,23,42,.7)}.admin-rich-markdown-feedback.is-error{border-color:#fecaca;background:#fff1f2;color:#9f1239}@media(max-width:980px){.admin-master-workspace.is-section{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.admin-checklist-workspace{overflow-y:auto}.admin-checklist-list{height:auto;overflow-x:auto;overflow-y:hidden}.admin-checklist-workspace>.admin-checklist-editor{min-height:28rem}}@media(prefers-color-scheme:dark){.admin-rich-markdown-feedback{border-color:#065f46;background:#052e24;color:#a7f3d0}.admin-rich-markdown-feedback.is-error{border-color:#881337;background:#4c0519;color:#fecdd3}}.admin-embedded-document-preview{position:relative;width:100%;height:clamp(44rem,calc(100dvh - 10rem),72rem);min-height:44rem;border:0;background:#d6d8dc;padding:0;cursor:default}.admin-embedded-document-preview:after{display:none}.admin-content-preview.is-inline,.admin-embedded-document-preview .admin-content-preview,.admin-embedded-document-preview iframe,.admin-embedded-document-preview video{pointer-events:auto}.admin-embedded-document-preview .admin-presentation-stage,.admin-embedded-document-preview .admin-sheet-scroll{overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.admin-embedded-document.is-presentation .admin-embedded-document-preview{height:clamp(18rem,48vw,34rem);min-height:18rem}.admin-sheet-scroll{cursor:grab}.admin-sheet-scroll.is-panning{cursor:grabbing;user-select:none}.admin-sheet-scroll:focus-visible{outline:2px solid #0284c7;outline-offset:-2px}.admin-content-preview.is-inline>.admin-diagram-preview{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.admin-inline-category{display:flex;flex:0 0 auto;align-items:center;gap:.35rem;margin-inline:.15rem;color:#64748b;font-size:.55rem;font-weight:700}.admin-inline-category select{height:1.9rem;border:1px solid #cbd5e1;border-radius:5px;background:#fff;padding:0 1.65rem 0 .5rem;color:#334155;font-size:.61rem;font-weight:680;outline:none;cursor:pointer}.admin-inline-category select:focus{border-color:#0284c7;box-shadow:0 0 0 2px rgba(2,132,199,.12)}.admin-checklist-page{display:grid;min-width:0;min-height:0;overflow:hidden}.admin-checklist-resources{display:grid;grid-template-columns:minmax(18rem,.9fr) minmax(20rem,1.1fr);gap:.85rem;border-bottom:1px solid var(--admin-line);background:#f8fafc;padding:.75rem}.admin-checklist-resources>.admin-dropzone{min-height:5.5rem;border-radius:7px;background:#fff}.admin-checklist-resources>.admin-scope-file-list{max-height:7rem;overflow-y:auto;border:1px solid var(--admin-line);border-radius:7px;background:#fff}.admin-checklist-resources .admin-scope-file-row{min-height:3.4rem;padding-inline:.55rem}.admin-checklist-page>.admin-checklist-workspace{min-height:0}@media(max-width:980px){.admin-embedded-document-preview{height:clamp(34rem,72dvh,54rem);min-height:34rem}.admin-checklist-page{overflow-y:auto}.admin-checklist-resources{grid-template-columns:1fr}.admin-checklist-resources>.admin-scope-file-list{max-height:10rem}}@media(max-width:640px){.admin-embedded-document-preview{height:30rem;min-height:30rem}.admin-inline-category span{display:none}.admin-inline-category select{max-width:6rem}.admin-checklist-resources{padding:.6rem}}@media(prefers-color-scheme:dark){.admin-inline-category{color:#94a3b8}.admin-inline-category select{border-color:#334155;background:#0f172a;color:#e2e8f0}.admin-checklist-resources{border-color:#1e293b;background:#0f172a}.admin-checklist-resources>.admin-dropzone,.admin-checklist-resources>.admin-scope-file-list{border-color:#334155;background:#020617}}.admin-category-page{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;background:#f8fafc}.admin-category-controls{display:grid;grid-template-columns:minmax(22rem,1fr) auto;align-items:start;gap:.75rem;border-bottom:1px solid var(--admin-line);background:#fff;padding:.75rem}.admin-category-controls>.admin-dropzone{min-height:5.25rem;border-radius:8px;background:#fff}.admin-category-controls>.admin-add-link{width:min(20rem,28vw);border:1px solid var(--admin-line);border-radius:8px;background:#fff;padding-inline:.75rem}.admin-category-controls>.admin-add-link>summary{min-height:5.15rem;display:flex;align-items:center;padding:0}.admin-category-library{min-width:0;min-height:0;overflow-y:auto;padding:1rem clamp(.8rem,2vw,1.5rem) 2rem}.admin-category-library-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-category-library-head h3{margin:0;color:#0f172a;font-size:1rem;letter-spacing:-.015em}.admin-category-library-head p{max-width:66ch;margin:.25rem 0 0;color:#64748b;font-size:.66rem;line-height:1.5}.admin-category-library-head>span{display:grid;min-width:1.75rem;height:1.75rem;place-items:center;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.62rem;font-weight:760}.admin-category-group+.admin-category-group{margin-top:2rem}.admin-category-group>header{display:flex;align-items:baseline;gap:.65rem;margin-bottom:.65rem;border-bottom:1px solid var(--admin-line);padding-bottom:.55rem}.admin-category-group>header span{color:#0369a1;font-size:.58rem;font-weight:780;letter-spacing:.045em}.admin-category-group>header h4{margin:0;color:#1e293b;font-size:.79rem;font-weight:740}.admin-category-previews{display:grid;gap:1rem}.admin-category-preview-card{min-width:0;overflow:hidden;border:1px solid #cbd5e1;border-radius:11px;background:#fff}.admin-category-preview-card>header{display:grid;grid-template-columns:1.8rem minmax(0,1fr) auto;align-items:center;gap:.65rem;border-bottom:1px solid var(--admin-line);background:#f8fafc;padding:.55rem .65rem}.admin-category-preview-card>header>.course-file-icon{width:1.4rem;height:1.65rem}.admin-category-preview-card>header>form{display:grid;min-width:0;gap:.08rem}.admin-category-preview-card>header small{padding-inline:.25rem;color:#64748b;font-size:.56rem}.admin-category-preview-card .admin-row-actions{display:flex;align-items:center;gap:.12rem}.admin-category-preview-card .admin-icon-button{width:2rem;height:2rem;border-color:transparent;background:transparent}.admin-category-preview-body{height:clamp(28rem,calc(100dvh - 19rem),50rem);min-height:28rem;background:#d8dce2}.admin-category-preview-body>.admin-content-preview{width:100%;height:100%;pointer-events:auto}.admin-category-preview-body iframe,.admin-category-preview-body video{pointer-events:auto}.admin-category-preview-body.is-markdown{height:auto;min-height:0;background:#fff;padding:1rem clamp(1rem,3vw,2.25rem) 1.4rem}.admin-category-preview-body.is-markdown .admin-markdown-document{max-width:72ch;margin:0;color:#25324a;font-size:.78rem;line-height:1.65}.admin-category-preview-body.is-markdown .admin-markdown-document>ul{display:grid;gap:.45rem;margin:.7rem 0;padding:0;list-style:none}.admin-category-preview-body.is-markdown .admin-checklist-line{margin:0;border:1px solid #dbe3ec;border-radius:8px;background:#f8fafc;padding:.65rem .75rem}.admin-category-preview-body.is-markdown .admin-checklist-line label{align-items:center;gap:.65rem}.admin-category-preview-body.is-markdown .admin-checklist-line input{width:1rem;height:1rem;margin:0;flex:0 0 auto}.admin-category-link-preview{display:flex;height:100%;min-height:11rem;align-items:center;justify-content:center;gap:.8rem;padding:2rem;color:#075985;text-decoration:none}.admin-category-link-preview>svg{width:1.3rem;height:1.3rem}.admin-category-link-preview>span{display:grid;min-width:0;gap:.2rem}.admin-category-link-preview strong{font-size:.78rem}.admin-category-link-preview small{max-width:54ch;overflow:hidden;color:#64748b;font-size:.61rem;text-overflow:ellipsis;white-space:nowrap}.admin-category-empty{display:grid;min-height:16rem;place-items:center;align-content:center;gap:.35rem;border:1px dashed #cbd5e1;border-radius:10px;background:#fff;padding:2rem;text-align:center}.admin-category-empty>svg{width:1.4rem;height:1.4rem;color:#64748b}.admin-category-empty h3{margin:.25rem 0 0;color:#1e293b;font-size:.82rem}.admin-category-empty p{max-width:46ch;margin:0;color:#64748b;font-size:.64rem;line-height:1.5}.admin-checklist-page{grid-template-rows:auto minmax(0,1fr);background:#f8fafc}.admin-checklist-workspace{display:grid;height:100%;min-height:0;grid-template-columns:minmax(0,1fr) minmax(26rem,34rem);align-items:stretch;overflow:hidden}.admin-checklist-workspace>.admin-category-library{height:100%}.admin-checklist-composer{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border-left:1px solid var(--admin-line);background:#fff}.admin-checklist-list{display:flex;height:auto;min-height:3.15rem;align-items:center;gap:.3rem;overflow-x:auto;overflow-y:hidden;border:0;border-bottom:1px solid var(--admin-line);background:#f8fafc;padding:.45rem .55rem}.admin-checklist-list>button{display:flex;width:auto;min-width:8rem;max-width:14rem;min-height:2.1rem;flex:0 0 auto;align-items:center;gap:.35rem;border:1px solid transparent;border-radius:6px;padding:.4rem .55rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-checklist-list>button.is-new{margin:0;border:1px solid #bae6fd;border-radius:6px;padding:.4rem .6rem;background:#f0f9ff}.admin-checklist-composer>.admin-checklist-editor,.admin-checklist-workspace>.admin-checklist-editor{display:grid;width:100%;height:auto;min-height:0;grid-template-rows:auto auto auto;align-self:start;align-content:start;border:0;border-radius:0;overflow:hidden}.admin-checklist-title{display:grid;height:3.75rem;min-height:3.75rem;align-content:center;gap:.12rem;border-bottom:1px solid var(--admin-line);padding:.45rem .9rem;background:#fff}.admin-checklist-title span{font-size:.56rem}.admin-checklist-title input{width:100%;min-height:1.75rem;padding:0;font-size:.8rem}.admin-checklist-editor .admin-rich-markdown{height:clamp(18rem,42dvh,30rem);min-height:18rem}.admin-checklist-editor .admin-rich-markdown-content{min-height:100%;padding:1rem 1.1rem 1.5rem;font-size:.78rem}.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList]{display:grid;gap:.45rem;margin:.4rem 0;padding:0}.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.65rem;border:1px solid #dbe3ec;border-radius:8px;background:#f8fafc;padding:.65rem .75rem}.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] li>label{display:flex;padding-top:.12rem}.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] li>label input{width:1rem;height:1rem;margin:0}.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] li>div{min-width:0}.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] li>div>p{margin:0}.admin-checklist-editor .admin-notes-footer{min-height:3.75rem;gap:.6rem;padding:.55rem .7rem}.admin-checklist-editor .admin-notes-footer small{max-width:42ch;font-size:.56rem;line-height:1.4}@media(max-width:1180px){.admin-checklist-workspace{grid-template-columns:1fr;overflow-y:auto}.admin-checklist-workspace>.admin-category-library{height:auto;overflow:visible}.admin-checklist-composer{min-height:30rem;border-top:1px solid var(--admin-line);border-left:0}.admin-category-preview-body{height:clamp(26rem,66vw,44rem);min-height:26rem}}@media(max-width:760px){.admin-category-controls{grid-template-columns:1fr}.admin-category-controls>.admin-add-link{width:100%}.admin-category-controls>.admin-add-link>summary{min-height:2.75rem}.admin-category-library{padding:.8rem .7rem 1.5rem}.admin-category-preview-card>header{grid-template-columns:1.5rem minmax(0,1fr)}.admin-category-preview-card>header>.admin-row-actions{grid-column:1/-1;justify-content:flex-end;border-top:1px solid var(--admin-line);padding-top:.35rem}.admin-category-preview-body{height:30rem;min-height:30rem}.admin-checklist-composer{min-height:34rem}.admin-checklist-editor .admin-notes-footer{align-items:stretch}}@media(prefers-color-scheme:dark){.admin-category-page,.admin-checklist-page{background:#020617}.admin-category-controls,.admin-category-preview-body.is-markdown,.admin-checklist-composer{border-color:#1e293b;background:#020617}.admin-category-controls>.admin-add-link,.admin-category-controls>.admin-dropzone,.admin-category-empty,.admin-category-preview-card{border-color:#334155;background:#020617}.admin-category-empty h3,.admin-category-group>header h4,.admin-category-library-head h3,.admin-category-preview-card .admin-file-title-input{color:#f8fafc}.admin-category-empty p,.admin-category-empty>svg,.admin-category-library-head p,.admin-category-link-preview small,.admin-category-preview-card>header small{color:#94a3b8}.admin-category-library-head>span{background:#1e293b;color:#cbd5e1}.admin-category-group>header,.admin-category-preview-card>header,.admin-checklist-editor .admin-notes-footer,.admin-checklist-list,.admin-checklist-title{border-color:#1e293b;background:#0f172a}.admin-category-preview-body.is-markdown .admin-markdown-document{color:#cbd5e1}.admin-category-preview-body.is-markdown .admin-checklist-line,.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] li{border-color:#334155;background:#0f172a}.admin-checklist-list>button.is-new{border-color:#075985;background:#082f49;color:#7dd3fc}}.admin-category-library-head>div:last-child{display:flex;align-items:center;gap:.55rem}.admin-category-library-head>div:last-child>span{display:grid;min-width:1.75rem;height:1.75rem;place-items:center;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.62rem;font-weight:760}.admin-category-library-head .admin-button{min-height:2rem;padding:.38rem .6rem;font-size:.59rem}.admin-category-previews{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.admin-category-preview-card{align-self:start}.admin-category-preview-card[draggable=true]>header{grid-template-columns:1rem 1.65rem minmax(0,1fr) auto;cursor:grab}.admin-category-preview-card[draggable=true]>header:active{cursor:grabbing}.admin-content-drag-grip{display:grid;width:1rem;height:2rem;place-items:center;color:#7c8ca3}.admin-content-drag-grip svg{width:.85rem;height:.85rem}.admin-category-preview-card.is-dragging{opacity:.52}.admin-category-preview-card small .is-embedded{color:#047857;font-weight:700}.admin-category-preview-card small .is-missing{color:#b45309;font-weight:700}.admin-category-preview-body{height:clamp(20rem,34vw,34rem);min-height:20rem}.admin-document-index button.is-drop-target{outline:2px solid #0284c7;outline-offset:-2px;background:#e0f2fe;color:#075985}.admin-document-index button.is-drop-target:after{grid-column:1/-1;color:#0369a1;content:"Drop to append here";font-size:.52rem;font-weight:760}.admin-checklist-page{grid-template-rows:auto auto minmax(0,1fr)}.admin-checklist-create-bar{display:flex;min-height:4.25rem;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--admin-line);background:#fff;padding:.65rem 1rem}.admin-checklist-create-bar>div{display:grid;gap:.15rem}.admin-checklist-create-bar strong{color:#0f172a;font-size:.72rem}.admin-checklist-create-bar span{color:#64748b;font-size:.59rem;line-height:1.4}.admin-checklist-create-bar .admin-button{flex:0 0 auto}.admin-checklist-page>.admin-checklist-composer{display:block;min-height:0;border:0;border-bottom:1px solid var(--admin-line);background:#fff;padding:0}.admin-checklist-page>.admin-checklist-composer>.admin-checklist-editor{width:100%;height:auto;grid-template-rows:auto auto auto}.admin-checklist-page>.admin-category-library{height:100%}.admin-checklist-editor .admin-rich-markdown{height:clamp(15rem,34dvh,23rem);min-height:15rem}.admin-checklist-editor .admin-markdown-toolbar{gap:.12rem;padding:.25rem .45rem}.admin-checklist-editor .admin-markdown-toolbar button{width:auto;min-width:1.75rem;height:1.75rem;padding:.2rem .42rem;font-size:.57rem}.admin-checklist-editor .admin-rich-markdown-content{padding:.65rem .8rem 1rem;font-size:.72rem;line-height:1.45}.admin-checklist-editor .admin-rich-markdown-content ol,.admin-checklist-editor .admin-rich-markdown-content ul:not([data-type=taskList]),.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList]{display:grid;gap:.25rem;margin:.25rem 0;padding-left:0;list-style-position:inside}.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] li{gap:.45rem;border-radius:6px;padding:.34rem .48rem}.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] li>label input{width:.85rem;height:.85rem}.admin-checklist-editor .admin-rich-markdown-content ol ol,.admin-checklist-editor .admin-rich-markdown-content ul ul,.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] ul[data-type=taskList]{margin:.28rem 0 .05rem .15rem;border-left:1px solid #cbd5e1;padding-left:.55rem}.admin-checklist-editor .admin-rich-markdown-content ol li,.admin-checklist-editor .admin-rich-markdown-content ul:not([data-type=taskList]) li{border-radius:6px;background:#f8fafc;padding:.3rem .5rem}.admin-category-preview-body.is-markdown{padding:.65rem .75rem .85rem}.admin-checklist-preview{display:grid;gap:.22rem}.admin-checklist-preview-row{display:grid;grid-template-columns:1.1rem minmax(0,1fr);align-items:start;gap:.42rem;margin-left:calc(var(--checklist-depth)*1.1rem);border-radius:6px;background:#f8fafc;padding:.34rem .48rem;color:#25324a;font-size:.7rem;line-height:1.4}.admin-checklist-preview-row.is-depth-1,.admin-checklist-preview-row.is-depth-2,.admin-checklist-preview-row.is-depth-3{border-left:1px solid #94a3b8;border-radius:0 6px 6px 0}.admin-checklist-preview-control{display:flex;min-height:1rem;align-items:center;justify-content:center;color:#526078;font-size:.62rem;font-weight:760}.admin-checklist-preview-control input{width:.85rem;height:.85rem;margin:.05rem 0 0;accent-color:#0284c7}.admin-category-preview-card.is-markdown-checklist .admin-category-preview-body{height:auto;min-height:7rem;max-height:24rem;overflow:auto}@media(max-width:980px){.admin-category-previews{grid-template-columns:1fr}.admin-category-preview-body{height:clamp(25rem,70vw,40rem);min-height:25rem}}@media(max-width:640px){.admin-category-library-head{align-items:stretch;flex-direction:column}.admin-category-library-head>div:last-child{justify-content:space-between}.admin-category-preview-card[draggable=true]>header{grid-template-columns:1rem 1.4rem minmax(0,1fr)}.admin-checklist-create-bar{align-items:stretch;flex-direction:column}.admin-checklist-create-bar .admin-button{width:100%}}@media(prefers-color-scheme:dark){.admin-category-library-head>div:last-child>span{background:#1e293b;color:#cbd5e1}.admin-category-preview-card small .is-embedded{color:#6ee7b7}.admin-category-preview-card small .is-missing{color:#fbbf24}.admin-document-index button.is-drop-target{background:#082f49;color:#bae6fd;outline-color:#38bdf8}.admin-checklist-create-bar{border-color:#1e293b;background:#020617}.admin-checklist-create-bar strong{color:#f8fafc}.admin-checklist-create-bar span{color:#94a3b8}.admin-checklist-editor .admin-rich-markdown-content ol ol,.admin-checklist-editor .admin-rich-markdown-content ul ul,.admin-checklist-editor .admin-rich-markdown-content ul[data-type=taskList] ul[data-type=taskList]{border-color:#475569}.admin-checklist-editor .admin-rich-markdown-content ol li,.admin-checklist-editor .admin-rich-markdown-content ul:not([data-type=taskList]) li,.admin-checklist-preview-row{background:#0f172a;color:#cbd5e1}.admin-checklist-preview-row.is-depth-1,.admin-checklist-preview-row.is-depth-2,.admin-checklist-preview-row.is-depth-3{border-color:#475569}.admin-checklist-preview-control{color:#94a3b8}.admin-checklist-document.is-compact{color:#cbd5e1}.admin-checklist-document.is-compact>h1,.admin-checklist-document.is-compact>h2,.admin-checklist-document.is-compact>h3,.admin-checklist-document.is-compact>h4,.admin-checklist-document.is-compact>h5,.admin-checklist-document.is-compact>h6{color:#f8fafc}.admin-checklist-document.is-compact>blockquote,.admin-checklist-document.is-compact>p{color:#cbd5e1}.admin-checklist-document.is-compact>blockquote{border-color:#475569}.admin-checklist-document.is-compact>pre{border-color:#334155;background:#0f172a;color:#e2e8f0}.admin-checklist-document.is-compact code:not(pre code){background:#1e293b}.admin-checklist-document.is-compact a{color:#7dd3fc}}.admin-document-index button>.admin-index-content-marks{display:flex;grid-column:2;gap:.22rem;margin-top:.18rem;color:inherit}.admin-document-index .admin-index-content-marks>span{display:inline-flex;min-width:1.2rem;height:1.15rem;align-items:center;justify-content:center;gap:.12rem;border:1px solid #dbe3ec;border-radius:4px;background:#fff;padding:0 .22rem;font-size:inherit;font-weight:inherit;letter-spacing:normal}.admin-document-index .admin-index-content-marks>span.is-diagram{border-color:#bae6fd;background:#f0f9ff;color:#0369a1}.admin-document-index .admin-index-content-marks>span.is-checklist{border-color:#bbf7d0;background:#f0fdf4;color:#047857}.admin-document-index .admin-index-content-marks svg{width:.62rem;height:.62rem;flex:0 0 auto}.admin-document-index .admin-index-content-marks small{color:currentColor;font-size:.48rem;font-weight:780;line-height:1}.admin-document-index button.is-active>.admin-index-content-marks>span{border-color:#cbd5e1}@media(prefers-color-scheme:dark){.admin-document-index .admin-index-content-marks>span{border-color:#334155;background:#020617;color:#94a3b8}.admin-document-index .admin-index-content-marks>span.is-diagram{border-color:#075985;background:#082f49;color:#7dd3fc}.admin-document-index .admin-index-content-marks>span.is-checklist{border-color:#166534;background:#052e16;color:#86efac}.admin-document-index button.is-active>.admin-index-content-marks>span{border-color:#475569}}.admin-master-workspace.is-section,.admin-master-workspace:not(.is-section),.admin-scope-workspace{grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(0,1fr);overflow:hidden}.admin-document-index{display:grid;width:min(var(--admin-document-index-width,21rem),42vw);min-width:14rem;max-width:38rem;height:100%;min-height:0;max-height:none;grid-template-columns:minmax(0,1fr) .72rem;grid-template-rows:minmax(0,1fr);overflow:visible;border-right:0;border-bottom:0;padding:0;background:#f8fafc}.admin-document-index-scroll{min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border-right:1px solid var(--admin-line);padding:.65rem .45rem .65rem .65rem;scrollbar-gutter:stable}.admin-document-index .admin-document-subtopics>button.is-subtopic,.admin-document-index .admin-index-nav-row>button:last-child{grid-template-columns:1.7rem minmax(0,1fr) auto;column-gap:.28rem}.admin-document-index .admin-document-subtopics>button.is-subtopic>strong,.admin-document-index .admin-index-nav-row>button:last-child>strong{min-width:0;font-weight:inherit;overflow-wrap:anywhere}.admin-document-index button>.admin-index-content-marks{display:inline-flex;min-width:0;grid-column:3;grid-row:1;align-self:center;align-items:center;gap:.08rem;margin:0;color:#64748b;font-size:inherit;font-weight:inherit;letter-spacing:normal}.admin-document-index .admin-index-content-marks>span{display:inline-grid;width:.72rem;min-width:0;height:.72rem;place-items:center;border:0;border-radius:0;background:transparent;padding:0;color:#64748b}.admin-document-index .admin-index-content-marks>span.is-diagram{border:0;background:transparent;color:#0284c7}.admin-document-index .admin-index-content-marks>span.is-checklist{border:0;background:transparent;color:#059669}.admin-document-index .admin-index-content-marks svg{width:.55rem;height:.55rem}.admin-document-index button.admin-document-resize-handle{position:relative;z-index:4;inset:auto;display:block;width:.72rem;height:100%;min-height:0;margin:0;border:0;border-radius:0;background:#eef2f7;padding:0;cursor:col-resize;touch-action:none}.admin-document-index button.admin-document-resize-handle:before{position:absolute;inset:0;border-left:1px solid #d7e0ea;content:""}.admin-document-index button.admin-document-resize-handle:after{position:absolute;top:50%;right:50%;width:3px;height:3.5rem;border-radius:3px;background:#94a3b8;content:"";opacity:.72;transform:translate(50%,-50%);transition:height .14s ease,background-color .14s ease,opacity .14s ease}.admin-document-index button.admin-document-resize-handle:focus-visible,.admin-document-index button.admin-document-resize-handle:hover{background:#e0f2fe;outline:0}.admin-document-index button.admin-document-resize-handle:focus-visible:after,.admin-document-index button.admin-document-resize-handle:hover:after{height:5rem;background:#0284c7;opacity:1}@media(max-width:980px){.admin-master-workspace.is-section,.admin-master-workspace:not(.is-section),.admin-scope-workspace{grid-template-columns:auto minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.admin-scope-workspace>.admin-document-index{height:100%}.admin-document-index{display:grid;width:min(var(--admin-document-index-width,21rem),42vw);min-width:14rem;max-width:38rem;height:100%;max-height:none;grid-template-columns:minmax(0,1fr) .72rem;overflow:visible;border-right:0;border-bottom:0;padding:0}.admin-document-index-scroll{display:block;overflow-x:hidden;overflow-y:auto}.admin-document-index .admin-document-day,.admin-document-index .admin-document-topic{display:block}.admin-document-index .admin-document-day>.admin-index-nav-row{display:grid;width:auto;flex:none}.admin-document-index .admin-document-day>.admin-document-day-children,.admin-document-index .admin-document-subtopics{display:block;margin-left:.48rem;border-left:1px solid #d7e0ea;padding-left:.42rem}.admin-document-index .admin-document-subtopics{margin:.08rem 0 .28rem 1.6rem;border-color:#e2e8f0;padding-left:.35rem}.admin-document-index button.admin-index-collapse{display:grid}.admin-document-index .admin-document-subtopics>button.is-subtopic,.admin-document-index .admin-index-nav-row>button:last-child{width:100%;flex:none}.admin-document-day+.admin-document-day{margin-top:.75rem;border-top:1px solid var(--admin-line);border-left:0;padding:.7rem 0 0}.admin-document-index button.admin-document-resize-handle{display:block}}@media(prefers-color-scheme:dark){.admin-document-index{background:#0f172a}.admin-document-index-scroll{border-color:#1e293b}.admin-document-index .admin-index-content-marks>span,.admin-document-index .admin-index-content-marks>span.is-checklist,.admin-document-index .admin-index-content-marks>span.is-diagram{border:0;background:transparent}.admin-document-index button.admin-document-resize-handle{background:#111c2d}.admin-document-index button.admin-document-resize-handle:before{border-color:#334155}.admin-document-index button.admin-document-resize-handle:focus-visible,.admin-document-index button.admin-document-resize-handle:hover{background:#082f49}}@media(max-width:640px){.admin-master-workspace.is-section,.admin-master-workspace:not(.is-section){grid-template-columns:minmax(0,1fr)}.admin-master-workspace>.admin-document-index{display:none}.admin-embedded-document-preview{height:min(26rem,62dvh);min-height:18rem}.admin-drawer-title-group{min-width:0}.admin-drawer-title-group h2,.admin-drawer-title-group p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.admin-sheet-toolbar>.admin-sheet-preview-label{border:0;background:transparent}.admin-embedded-document>header{grid-template-columns:minmax(0,1fr) auto;gap:.75rem;background:#fff;padding:.62rem .7rem}.admin-embedded-document figcaption{display:block}.admin-embedded-document figcaption strong{display:block;overflow:visible;color:#25324a;font-size:.72rem;font-weight:620;line-height:1.45;text-overflow:clip;white-space:normal}.admin-publication-legend{color:#075985;font-weight:780}.admin-embedded-document>header>div{align-self:center}.admin-embedded-document>header button{color:#64748b}@media(max-width:700px){.admin-embedded-document>header{grid-template-columns:minmax(0,1fr) auto;padding:.55rem .6rem}.admin-embedded-document figcaption strong{font-size:.69rem}}@media(prefers-color-scheme:dark){.admin-embedded-document>header{background:#0f172a}.admin-embedded-document figcaption strong{color:#e2e8f0}.admin-publication-legend{color:#7dd3fc}}