.form-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.checkbox-line{color:var(--muted);align-items:center;gap:8px;font-weight:650;display:flex}.empty-state{color:var(--muted);text-align:left;grid-column:1/-1;padding:18px 0}.tile-grid.is-empty .empty-state{text-align:center;place-items:center;min-height:100%;padding:0;font-size:20px;font-weight:700;display:grid}.token-box{background:var(--panel-soft);border:1px solid var(--line);overflow-wrap:anywhere;border-radius:8px;gap:6px;margin:12px 0;padding:12px;display:grid}.inspector-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.inspector-head>div:first-child{min-width:0}.inspector-head-actions,.inspector-font-actions{align-items:center;gap:5px;display:flex}.inspector-head-actions{flex-wrap:wrap;justify-content:flex-end;max-width:100%}.inspector-font-actions .icon-button{width:28px;height:28px}.inspector-head h2{margin:0;font-size:1em}.inspector-head p{color:var(--muted);margin:3px 0 0;font-size:.75em;font-weight:700}.inspector-badge{border:1px solid var(--line);background:var(--panel-soft);color:var(--muted);white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:.6875em;font-weight:800}.status-pill{border:1px solid var(--line);background:var(--panel-soft);width:fit-content;min-height:24px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 9px;font-size:12px;font-weight:800;line-height:1.2;display:inline-flex}.status-pill-waiting,.status-pill-info{color:#315f82;background:#edf5fb;border-color:#c5d9ea}.status-pill-success{color:#25664c;background:#ecf8f3;border-color:#b9dfd0}.status-pill-warning{color:#74531a;background:#fff7e0;border-color:#ecd49c}.status-pill-neutral{border-color:var(--line);background:var(--panel-soft);color:var(--muted)}.inspector-form{gap:10px;padding-bottom:74px;display:grid}.inspector-section{border-top:1px solid var(--line);padding:10px 0;display:grid}.inspector-section:first-of-type{border-top:0;padding-top:0}.section-title{color:var(--text);font-size:.8125em;font-weight:850}.inspector-section-toggle{width:100%;min-height:30px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:3px 0;font-size:.8125em;font-weight:800;display:flex}.inspector-section-toggle svg{color:var(--muted);flex:none;transition:transform .14s}.inspector-section-toggle[aria-expanded=false] svg{transform:rotate(-90deg)}.inspector-section-content{gap:10px;padding:7px 0 2px;display:grid}.inspector-section.is-danger .inspector-section-toggle{color:#9b3434}.inspector-section.is-danger{border-top-color:#e7caca}.compact-field{gap:2px;min-width:0}.compact-field span{color:var(--muted);font-size:.6875em;font-weight:750}.inspector-form,.inspector-form input,.inspector-form textarea,.inspector-form select,.inspector-form button{font-family:inherit;line-height:1.4}.config-field-fold{min-width:0;position:relative}.config-field-fold-toggle{width:100%;min-height:24px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:1px 0;font-size:.75em;font-weight:750;display:flex}.config-field-fold-toggle svg{flex:none;transition:transform .14s}.config-field-fold.is-collapsed .config-field-fold-toggle svg{transform:rotate(-90deg)}.config-field-fold-content{min-width:0;overflow:hidden}.config-field-fold.is-collapsed .config-field-fold-content{opacity:.78;max-height:4.25em;-webkit-mask-image:linear-gradient(#000 72%,#0000);mask-image:linear-gradient(#000 72%,#0000)}.config-field-fold-edit{z-index:1;cursor:text;background:0 0;border:0;width:100%;padding:0;position:absolute;inset:24px 0 0}.config-fold-control>span:first-child{display:none}.field[data-collaborator]:after,.toggle-line[data-collaborator]:after{content:attr(data-collaborator);max-width:100%;color:var(--collaborator-color,var(--accent));text-overflow:ellipsis;white-space:nowrap;align-self:flex-start;font-size:10px;font-weight:750;overflow:hidden}.config-collaboration-error{color:var(--danger);margin-left:auto;font-size:10px;font-weight:750}.dangerous-config-field,.dangerous-config-group{gap:6px;display:grid}.dangerous-config-fields{gap:10px;display:grid}.dangerous-config-actions{justify-content:flex-end;gap:6px;display:flex}.dangerous-config-actions .button{min-height:30px;padding:5px 10px;font-size:11px}.dangerous-config-error{color:var(--danger);font-size:11px}.collaborative-editor.is-denied .md-editor-host,.collaborative-sheet.is-denied .sheet-grid-wrap,.collaborative-sheet.is-denied .sheet-formula-bar{visibility:hidden}.compact-field .input,.compact-field .textarea{box-shadow:none;background:0 0;border:0;border-bottom:1px solid #41597747;border-radius:0;padding:6px 0 7px}.compact-field .textarea{resize:none;min-height:42px}.auto-grow-textarea{overflow:hidden;resize:none!important}.compact-field .input:focus,.compact-field .textarea:focus{border-bottom-color:var(--accent);box-shadow:inset 0 -1px 0 var(--accent)}.compact-field .input:disabled{color:var(--muted);border-bottom-style:dashed}.tag-editor{box-sizing:border-box;border-bottom:1px solid #41597747;flex-wrap:wrap;align-content:flex-start;align-items:center;gap:5px;max-width:100%;min-height:34px;padding:3px 0 6px;display:flex;position:relative}.tag-editor-suggestions{z-index:30;background:#fffffffa;border:1px solid #41597738;border-radius:6px;width:min(300px,100%);max-height:224px;padding:4px;display:grid;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto;box-shadow:0 10px 24px #253b5829}.tag-editor-suggestions.is-above{top:auto;bottom:calc(100% + 5px)}.tag-editor-suggestions-portal{z-index:var(--layer-popover);position:fixed;bottom:auto;right:auto}.tag-editor-suggestion{color:var(--text);cursor:pointer;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:4px;padding:6px 8px;font-size:12px;line-height:1.25;overflow:hidden}.tag-editor-suggestion:hover,.tag-editor-suggestion.is-active{color:var(--accent-deep);background:#1877c91a}.tag-editor:focus-within{border-bottom-color:var(--accent);box-shadow:inset 0 -1px 0 var(--accent)}.tag-editor-chip{color:var(--text);cursor:text;overflow-wrap:anywhere;max-width:100%;font:inherit;background:#ffffff80;border:1px solid #41597740;border-radius:5px;padding:4px 6px;font-size:12px;line-height:1.2}.tag-editor-chip:hover{background:#1877c90f;border-color:#1877c980}.tag-editor-system{background:var(--panel-soft);color:var(--muted);cursor:default;border-style:dashed}.tag-editor-system:hover{background:var(--panel-soft);border-color:#41597740}.tag-editor-active,.tag-editor-entry{color:var(--text);font:inherit;background:0 0;border:1px solid #0000;border-radius:0;outline:none;padding:4px 6px;font-size:12px;line-height:1.2}.tag-editor-active{box-sizing:border-box;flex:0 auto;min-width:3ch;max-width:100%}.tag-editor-entry{flex:72px;min-width:72px;max-width:100%;padding-right:0}.tag-editor-entry::placeholder{color:var(--muted);opacity:.75}.toggle-line{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:750;display:flex}.token-editor{gap:4px;display:grid}.token-editor-line{border-bottom:1px solid #41597747;justify-content:flex-start;align-items:center;min-width:0;display:flex}.token-editor-line:focus-within{border-bottom-color:var(--accent);box-shadow:inset 0 -1px 0 var(--accent)}.token-editor-input{min-width:0;max-width:calc(100% - 4ch);color:var(--text);font:inherit;background:0 0;border:0;outline:none;flex:0 auto;padding:6px 0 7px}.token-editor-namespace{color:var(--text);font:inherit;white-space:nowrap;padding:6px 0 7px}.token-editor-status{min-height:15px;color:var(--muted);margin:0;font-size:11px;font-weight:700}.token-editor-status.available,.token-editor-status.current,.token-editor-status.valid{color:#397257}.token-editor-status.invalid,.token-editor-status.occupied{color:var(--danger)}.workspace-token-preview{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;font-size:11px;display:flex}.workspace-token-preview strong{overflow-wrap:anywhere;min-width:0;color:var(--text);font-size:12px}.student-public-link{width:100%;color:inherit;text-align:left;grid-template-columns:auto minmax(0,1fr);gap:4px 8px;padding-top:2px;display:grid}.student-public-copy{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:0;display:grid}.student-public-link span{color:var(--muted);font-size:11px;font-weight:750}.student-public-link strong{overflow-wrap:anywhere;min-width:0;font-size:12px}.student-public-copy:hover strong{color:var(--accent)}.student-public-link svg{color:var(--muted);align-self:center}.student-public-link.is-disabled strong{color:var(--muted)}.inspector-floating-actions{z-index:5;border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-radius:8px;gap:8px;padding:10px;display:flex;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 12px 30px #15223624}.inspector-floating-actions .button{flex:1;min-width:0;padding:9px 12px}.inspector-utility{margin-top:12px}.inspector-utility .button{width:100%}.inspector-save-error{color:var(--danger);margin:10px 0 0;font-size:12px;font-weight:700}.inspector-meta{border-top:1px solid var(--line);margin-top:12px;padding-top:10px}.token-box span{color:var(--muted);font-size:12px;font-weight:700}.answer-readonly{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;gap:8px;padding:14px;display:grid}.answer-readonly p{white-space:pre-wrap;margin:0;line-height:1.55}.file-workbench{background:var(--panel);flex-direction:column;height:calc(100vh - 158px);min-height:calc(100vh - 158px);display:flex;position:relative;overflow:hidden}.file-image-stage,.file-generic-stage,.file-video-stage,.file-audio-stage,.file-document-stage{background:#fbfcfe;flex:auto;place-items:center;min-height:0;display:grid;overflow:auto}.file-document-stage{background:#eef1f4;display:flex;overflow:hidden}.file-document-stage iframe{background:#fff;border:0;flex:auto;width:100%;height:100%;min-height:0}.file-image-stage img{object-fit:contain;max-width:100%;max-height:calc(100vh - 214px);display:block}.file-image-preview-button{cursor:zoom-in;background:0 0;border:0;place-items:center;max-width:100%;max-height:100%;padding:0;display:grid}.file-video-stage{background:#101820}.file-video-stage video{max-width:100%;max-height:calc(100vh - 214px);display:block}.file-audio-stage{background:#f7fafc;align-content:center;gap:18px;padding:32px}.file-audio-stage strong{text-overflow:ellipsis;white-space:nowrap;max-width:min(520px,100%);font-size:16px;overflow:hidden}.file-audio-stage audio{width:min(520px,100%)}.file-generic-stage{background:#f7fafc}.file-generic-icon{width:96px;height:96px;color:var(--accent-strong);background:#eaf3fb;border:1px solid #1877c929;border-radius:8px;place-items:center;display:grid}.file-meta-bar{border-top:1px solid var(--line);background:var(--panel);align-items:center;gap:9px;min-width:0;padding:9px 14px;display:flex}.admin-pagination{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.admin-pagination .disabled{pointer-events:none;opacity:.45}.file-meta-bar strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;overflow:hidden}.file-meta-bar>span:not(.file-meta-icon){color:var(--muted);white-space:nowrap;flex:0 auto;font-size:12px}.file-meta-icon{color:var(--accent);flex:none;display:inline-flex}.file-download{flex:none;place-items:center;width:32px;height:32px;margin-left:auto;padding:0;display:inline-grid}.file-conversion{z-index:10;width:min(400px,100% - 36px);color:var(--muted);background:#fffffff5;border:1px solid #1877c938;border-radius:6px;gap:12px;padding:13px;display:grid;position:absolute;bottom:58px;right:18px;box-shadow:0 8px 20px #243c591f}.file-conversion>div:first-child{gap:3px;display:grid}.file-conversion strong{color:var(--text);font-size:14px}.file-conversion span{font-size:13px}.file-conversion form{margin:0}.file-conversion-actions{flex-wrap:wrap;gap:7px;display:flex}.file-conversion .button{min-height:32px;padding:5px 9px}.student-public{overscroll-behavior:contain;background:#eef4fb;place-items:center;height:100dvh;min-height:0;padding:20px;display:grid;overflow:auto}.student-shell{background:#f8fafc;grid-template-rows:72px minmax(0,1fr);height:100dvh;min-height:0;display:grid;overflow:hidden}.student-main{overscroll-behavior:contain;width:min(860px,100%);min-width:0;height:100%;margin:0 auto;padding:22px 16px 48px;overflow-y:auto}.student-header{margin-bottom:18px}.student-header h1{margin:0 0 10px;font-size:28px}.lecture-list{gap:14px;min-width:0;display:grid}.lecture-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;min-width:0;max-width:100%;padding:16px;box-shadow:0 10px 24px #15223612}.student-description-card{margin-bottom:14px}.lecture-card-head{border-bottom:1px solid var(--line);cursor:pointer;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;padding-bottom:12px;list-style:none;display:flex}.lecture-card-head::-webkit-details-marker{display:none}.lecture-card-head:focus{outline:none}.lecture-card-head:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #1877c957}.lecture-card:not([open]) .lecture-card-head{border-bottom:0;margin-bottom:0;padding-bottom:0}.lecture-card-head>div{align-items:center;gap:10px;min-width:0;display:flex}.lecture-card-head>svg{flex:none;transition:transform .16s}.lecture-card[open] .lecture-card-head>svg{transform:rotate(180deg)}.lecture-card-body{min-width:0;max-width:100%}.lecture-card-head h2{margin:0;font-size:20px}.lecture-card-title{flex-wrap:wrap}.lecture-card-head .lecture-opening-meta{color:var(--muted);background:0 0;flex:100%;align-items:center;gap:8px;font-size:13px;display:inline-flex}.lecture-opening-meta strong{color:var(--accent-strong);font-variant-numeric:tabular-nums}.lecture-card-head span{color:var(--accent-strong);white-space:nowrap;background:#e8f2fb;border-radius:6px;padding:5px 8px;font-size:12px;font-weight:800}.markdown-view{overflow-wrap:anywhere;width:100%;min-width:0;max-width:100%;line-height:1.65}.markdown-view img{border-radius:4px;width:25%;min-width:min(160px,100%);max-width:100%;height:auto;margin:14px auto;display:block}.markdown-view a{color:var(--accent-strong);text-underline-offset:3px}.markdown-download{border:1px solid var(--line);background:#f7f9fb;border-radius:6px;align-items:center;min-height:36px;padding:6px 10px;font-weight:700;text-decoration:none;display:inline-flex;color:var(--text)!important}.markdown-download:before{content:"↓";color:var(--accent-strong);margin-right:7px;font-weight:900}.file-workspace-main .file-workbench.tag-catalog-workbench{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#4159776b transparent;background:#fff;display:block;overflow:hidden auto}.tag-catalog-workbench::-webkit-scrollbar{width:9px}.tag-catalog-workbench::-webkit-scrollbar-track{background:0 0}.tag-catalog-workbench::-webkit-scrollbar-thumb{background:#4159776b padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:48px}.tag-catalog-workbench::-webkit-scrollbar-thumb:hover{background-color:#1877c9a3}.tag-catalog-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:24px;padding:28px 34px 22px;display:flex}.tag-catalog-head span{color:var(--accent-strong);font-size:12px;font-weight:750}.tag-catalog-head h1{letter-spacing:0;margin:3px 0 0;font-size:26px}.tag-catalog-head p{max-width:430px;color:var(--muted);text-align:right;margin:0;font-size:13px}.tag-catalog-content{gap:30px;padding:28px 34px 60px;display:grid}.tag-catalog-section{max-width:920px}.tag-catalog-section>header{align-items:center;gap:11px;margin-bottom:10px;display:flex}.tag-catalog-section>header>span{width:34px;height:34px;color:var(--accent-strong);background:#eaf2f9;border-radius:6px;place-items:center;display:grid}.tag-catalog-section>header div{flex:1;min-width:0}.tag-catalog-section h2{letter-spacing:0;margin:0;font-size:16px}.tag-catalog-section header p{color:var(--muted);margin:2px 0 0;font-size:12px}.tag-catalog-section header>strong{min-width:28px;color:var(--muted);font-variant-numeric:tabular-nums;text-align:right}.tag-catalog-list{border-top:1px solid var(--line)}.tag-catalog-row{border-bottom:1px solid #e8edf2;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:4px;min-height:38px;padding:3px 4px;display:grid}.tag-catalog-row.is-value{background:#fafbfd}.tag-catalog-expand,.tag-catalog-tag,.tag-catalog-usage{color:inherit;cursor:pointer;background:0 0;border:0}.tag-catalog-expand{color:#65758a;border-radius:4px;place-items:center;width:24px;height:28px;display:grid}.tag-catalog-expand:hover{color:var(--accent-strong);background:#edf3f8}.tag-catalog-expand-placeholder{width:24px}.tag-catalog-tag{text-align:left;min-width:0;padding:6px 5px}.tag-catalog-tag:hover code{color:var(--accent-strong);text-underline-offset:3px;text-decoration:underline}.tag-catalog-row code{overflow-wrap:anywhere;color:#19324d;font:13px/1.4 Cascadia Code,Consolas,monospace}.tag-catalog-usage{color:var(--muted);font-variant-numeric:tabular-nums;border-radius:4px;flex:none;align-items:center;gap:5px;padding:6px 5px;font-size:11px;display:inline-flex}.tag-catalog-usage:hover{color:var(--accent-strong);background:#edf5fc}.tag-catalog-row.is-value .tag-catalog-tag{padding-left:18px}.tag-catalog-row.is-value code:before{content:":";color:#91a0b2}.tag-catalog-empty{border-top:1px solid var(--line);color:var(--muted);margin:0;padding:14px 4px;font-size:13px}.markdown-asset-error{color:var(--muted);border:1px solid var(--line);background:#f4f6f8;padding:12px;display:block}.markdown-view pre{color:#f8fafc;background:#101828;border-radius:8px;max-width:100%;padding:12px;overflow:auto}.markdown-wide-element-scroll{overscroll-behavior-x:contain;width:100%;min-width:0;max-width:100%;display:block;overflow:auto hidden}.markdown-wide-element-scroll table{border-collapse:collapse;width:max-content;min-width:100%;max-width:none}.markdown-view th,.markdown-view td{border:1px solid var(--line);padding:8px}.announcement,.answer-panel,.history-list{border-top:1px solid var(--line);margin-top:14px;padding-top:14px}.answer-panel{gap:10px;display:grid}.answer-panel>.muted{font-size:13px}.student-answer-form{gap:8px;display:grid}.student-answer-textarea{resize:vertical;border:0;border-bottom:1px solid var(--line);width:100%;min-height:96px;color:var(--text);font:inherit;background:0 0;outline:0;padding:8px 2px 10px;line-height:1.55}.student-answer-textarea::placeholder{color:var(--muted)}.student-answer-textarea:focus{border-bottom-color:var(--accent);box-shadow:0 1px 0 var(--accent)}.student-answer-actions,.student-answer-attachments,.student-answer-file-list{align-items:center;display:flex}.student-answer-actions{justify-content:space-between;gap:12px;min-height:36px}.student-answer-attachments{align-items:flex-start;gap:8px;min-width:0}.student-answer-attach{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;flex:0 0 34px;place-items:center;display:inline-grid}.student-answer-attach-menu-wrap{flex:0 0 34px;display:inline-grid;position:relative}.student-answer-file-input{display:none}.student-answer-attach-menu{z-index:40;border:1px solid var(--line);background:var(--panel);min-width:170px;box-shadow:var(--shadow);border-radius:6px;padding:4px;display:grid;position:absolute;bottom:calc(100% + 6px);left:0}.student-answer-attach-menu button{color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:8px;padding:8px;font-size:13px;display:flex}.student-answer-attach-menu button:hover{color:var(--accent-strong);background:#eef6fb}.student-answer-attach:hover{border-color:var(--accent);color:var(--accent-strong);background:#eef6fb}.student-answer-attach:focus-within{outline-offset:2px;outline:2px solid #277ebe47}.student-answer-attach input[type=file]{display:none}.student-answer-file-list{min-width:0;color:var(--muted);flex-wrap:wrap;gap:8px;font-size:13px}.student-answer-pending-file{border:1px solid var(--line);background:#f7f9fb;border-radius:6px;align-items:center;gap:7px;min-width:0;max-width:240px;height:34px;padding:0 5px 0 9px;display:flex}.student-answer-pending-file>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.student-answer-pending-image{width:76px;height:60px;position:relative}.student-answer-pending-thumbnail{border:1px solid var(--line);cursor:zoom-in;background:#f4f7fa;border-radius:6px;width:76px;height:60px;padding:0;display:block;overflow:hidden}.student-answer-pending-thumbnail:hover{border-color:var(--accent)}.student-answer-pending-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.student-answer-remove-file{color:#657180;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;padding:0;display:inline-grid}.student-answer-pending-image .student-answer-remove-file{color:#34404c;background:#fff;position:absolute;top:-7px;right:-7px;box-shadow:0 1px 5px #14202c3d}.student-answer-remove-file:hover{color:#b42318;background:#fff0ee}.student-answer-remove-file:focus-visible{outline-offset:2px;outline:2px solid #277ebe59}.student-answer-submit{white-space:nowrap;min-height:34px;padding:7px 11px}.history-list{gap:10px;display:grid}.history-list h3{margin:0;font-size:16px}.history-item{border:1px solid var(--line);background:var(--panel-soft);border-radius:8px;padding:12px}.history-item p{margin:8px 0}.answer-attachment-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.answer-image-attachment{border:1px solid var(--line);cursor:zoom-in;background:#f4f7fa;border-radius:6px;width:88px;height:72px;padding:0;display:block;overflow:hidden}.answer-image-attachment:hover{border-color:var(--accent)}.answer-image-attachment img{object-fit:cover;width:100%;height:100%;display:block}.answer-file-attachment{border:1px solid var(--line);max-width:min(100%,280px);min-height:34px;color:var(--text);background:#f7f9fb;border-radius:6px;align-items:center;gap:7px;padding:7px 9px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.answer-file-attachment:hover{border-color:var(--accent);color:var(--accent-strong)}.answer-file-attachment span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.teacher-answer-attachments .answer-image-attachment{width:128px;height:96px}.history-item span{color:var(--muted);font-size:13px;font-weight:700}.lecture-card-head .status-pill,.history-item .status-pill{color:inherit;border-radius:999px;font-size:12px;line-height:1.2}.lecture-card-head .status-pill-info,.history-item .status-pill-info,.history-item .status-pill-waiting{color:#315f82;background:#edf5fb;border-color:#c5d9ea}.lecture-card-head .status-pill-success,.history-item .status-pill-success{color:#25664c;background:#ecf8f3;border-color:#b9dfd0}.history-item .status-pill-warning{color:#74531a;background:#fff7e0;border-color:#ecd49c}.history-item .status-pill-neutral{border-color:var(--line);background:var(--panel-soft);color:var(--muted)}@media (max-width:920px){.workspace{grid-template-columns:220px minmax(480px,1fr) 280px}.form-row{grid-template-columns:1fr}}.error{color:var(--danger);background:#fff4f4;border:1px solid #f3b4b4;border-radius:6px;padding:10px 12px}.modal-card{border:1px solid var(--line);background:var(--panel);width:min(420px,100%);box-shadow:var(--shadow);border-radius:8px;gap:14px;padding:18px;display:grid}.modal-card h3{margin:0;font-size:18px}.modal-dialog-contents{display:contents}.modal-actions{justify-content:flex-end;gap:10px;display:flex}.confirm-dialog{width:min(520px,100%)}.confirm-dialog h2,.confirm-dialog p{margin:0}.confirm-dialog h2{font-size:20px}.dialog-actions{justify-content:flex-end;gap:10px;padding-top:2px;display:flex}.lecture-visibility-field{gap:7px;display:grid}.lecture-visibility-field>span{color:var(--muted);font-size:12px;font-weight:600}.lecture-visibility-bar{border:1px solid var(--line);background:var(--panel-soft);border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.lecture-visibility-bar.has-two-options{grid-template-columns:repeat(2,minmax(0,1fr))}.config-field-heading{align-items:center;gap:5px;width:100%;display:inline-flex;position:relative}.config-field-help{flex:none;display:inline-flex;position:static}.config-field-help>button{width:20px;height:20px;color:var(--muted);cursor:help;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.config-field-help>button:focus-visible{color:var(--accent);background:#e8f2fb;border-radius:50%;outline:0;box-shadow:0 0 0 2px #1877c92e}.config-field-help-popup{z-index:60;border:1px solid var(--line);background:var(--panel);width:auto;color:var(--text);border-radius:6px;padding:10px 12px;font-size:12px;font-weight:400;line-height:1.5;display:block;position:fixed;top:calc(100% + 6px);left:0;right:0;box-shadow:0 10px 28px #141f302e}.config-field-help-popup-portal{z-index:var(--layer-tooltip,1800);pointer-events:none;max-height:min(220px,100dvh - 24px);right:auto;overflow-y:auto}.lecture-visibility-bar button{border:0;border-right:1px solid var(--line);min-width:0;min-height:34px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;font-size:12px;font-weight:650}.lecture-visibility-bar button:last-child{border-right:0}.lecture-visibility-bar button:hover{background:var(--panel);color:var(--text)}.lecture-visibility-bar button.is-active{background:var(--accent);color:#fff}.lecture-visibility-bar button:focus-visible{z-index:1;outline:2px solid var(--accent);outline-offset:-2px;position:relative}.workspace-settings-workbench,.teacher-preferences-workbench{background:#fff;padding:0 clamp(24px,5vw,72px) 34px}.file-workspace-main .workspace-settings-workbench,.workspace-main .file-workbench.teacher-preferences-workbench{overscroll-behavior:contain;scrollbar-color:#758ba19e transparent;scrollbar-gutter:stable;scrollbar-width:thin;overflow:hidden scroll}.workspace-settings-workbench::-webkit-scrollbar{width:9px}.teacher-preferences-workbench::-webkit-scrollbar{width:9px}.workspace-settings-workbench::-webkit-scrollbar-track{background:0 0}.teacher-preferences-workbench::-webkit-scrollbar-track{background:0 0}.workspace-settings-workbench::-webkit-scrollbar-thumb{background:#758ba18f padding-box padding-box;border:2px solid #0000;border-radius:8px}.teacher-preferences-workbench::-webkit-scrollbar-thumb{background:#758ba18f padding-box padding-box;border:2px solid #0000;border-radius:8px}.workspace-settings-workbench::-webkit-scrollbar-thumb:hover{background-color:#3e688fb8}.teacher-preferences-workbench::-webkit-scrollbar-thumb:hover{background-color:#3e688fb8}.settings-page-head{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-bottom:1px solid #dfe4eb;align-items:center;gap:12px;min-height:84px;padding:18px 0 16px;display:flex;position:sticky;top:0}.settings-page-icon{color:#1769aa;background:#edf5fb;border-radius:7px;flex:none;place-items:center;width:38px;height:38px;display:grid}.settings-page-head>div{flex:auto;min-width:0}.settings-page-head h1,.settings-page-head p{margin:0}.settings-page-head h1{font-size:19px}.settings-page-head p{color:#657187;margin-top:3px;font-size:12px}.settings-access-note,.settings-save-status{color:#657187;flex:none;font-size:11px;font-weight:650}.settings-save-status{color:#247348}.settings-save-status.is-error{color:var(--danger)}.settings-groups{width:min(900px,100%);margin-inline:auto}.settings-category-tabs{z-index:2;scrollbar-width:none;background:#fffffff5;border-bottom:1px solid #dfe4eb;gap:2px;width:min(900px,100%);margin-inline:auto;padding-top:10px;display:flex;position:sticky;top:84px;overflow-x:auto}.settings-category-tabs::-webkit-scrollbar{display:none}.settings-category-tabs button{color:#68798a;min-width:max-content;min-height:34px;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 11px;font-size:12px;display:inline-flex}.settings-category-tabs button:hover{color:#293b4e;background:#f5f7f9}.settings-category-tabs button.is-active{color:#176fae;border-bottom-color:#2580c9;font-weight:700}.settings-group{border-bottom:1px solid #e4e8ed;grid-template-columns:minmax(170px,220px) minmax(0,1fr);gap:clamp(24px,4vw,54px);padding:26px 0;display:grid}.settings-group>header{color:#496175;align-items:flex-start;gap:9px;display:flex}.settings-group>header>svg{color:#2577b8;flex:none;margin-top:1px}.settings-group>header h2,.settings-group>header p{margin:0}.settings-group>header h2{color:#26384b;font-size:14px}.settings-group>header p{color:#718096;margin-top:4px;font-size:11px;line-height:1.45}.settings-group-body{min-width:0}.teacher-preferences-workbench .settings-group{grid-template-columns:minmax(0,1fr);gap:0;padding:18px 0}.teacher-preferences-workbench>*{flex-shrink:0}.teacher-preferences-workbench{container-type:inline-size}.teacher-preferences-workbench :is(.teacher-preference-choice,.module-select-setting){grid-template-columns:minmax(0,1fr) 220px;align-items:center;gap:16px;padding:10px 0;display:grid}.teacher-preferences-workbench :is(.teacher-preference-choice,.module-select-setting) select{width:100%}.teacher-preferences-workbench :is(.module-select-setting,.settings-toggle-row) strong{font-size:13px;font-weight:500}.teacher-preferences-workbench :is(.module-select-setting,.settings-toggle-row) small{color:var(--muted);font-size:12px;line-height:1.45}.teacher-preferences-workbench .personal-file-setting .input{height:34px;min-height:34px;padding:5px 8px;font-size:13px}@container (max-width:420px){.teacher-preferences-workbench .teacher-preference-choice{grid-template-columns:minmax(0,1fr);gap:6px}.teacher-preferences-workbench .teacher-preference-choice select{width:min(100%,240px)}.teacher-preferences-workbench .module-select-setting{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.teacher-preferences-workbench .module-select-setting select{justify-self:start;width:min(100%,240px)}.teacher-preferences-workbench .personal-file-setting{grid-template-columns:minmax(0,1fr) 28px 28px;gap:6px}.personal-file-setting>:nth-child(2){grid-area:2/1/auto/-1}.personal-file-setting>.icon-button{grid-row:1}.teacher-preferences-workbench .settings-page-head{flex-wrap:wrap}.teacher-preferences-workbench .settings-save-status{margin-left:auto}}.sidebar-personal-files .sidebar-object-link{border-radius:5px;grid-template-columns:27px minmax(0,1fr);align-items:center;gap:6px;min-width:0;padding:4px;text-decoration:none;display:grid}.sidebar-personal-files .sidebar-object-link:hover{background:var(--panel-soft)}.sidebar-personal-files .sidebar-object-link.is-simplified{grid-template-columns:36px minmax(0,1fr);min-height:40px}.teacher-preferences-workbench .settings-group>header{margin-bottom:10px}.teacher-preference-choice{border-bottom:1px solid #edf0f3;grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:16px;min-width:0;padding:9px 0;font-size:13px;display:grid}.personal-file-setting{grid-template-columns:minmax(100px,1fr) minmax(150px,2fr) 28px 28px;align-items:center;gap:8px;padding-block:6px;display:grid}.personal-file-setting .input{min-width:0}.sidebar .sidebar-navigation-panel{flex-direction:column;display:flex;overflow:hidden}.sidebar-navigation-scroll{flex:auto;min-height:0;overflow:auto}.sidebar-personal-files{border-top:1px solid var(--line);flex-direction:column;flex:none;max-height:40%;margin-top:8px;padding-top:6px;display:flex}.sidebar-personal-items{min-height:0;overflow:auto}.modal-backdrop.homework-dialog-backdrop{padding:12px}.homework-dialog{background:#fff;border-radius:6px;flex-direction:column;width:min(1280px,100vw - 24px);max-width:100%;max-height:calc(100dvh - 24px);padding:0;display:flex;overflow:hidden;box-shadow:0 12px 40px #0003}.homework-dialog>header{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;display:flex}.homework-dialog h2{margin:0;font-size:14px}.homework-dialog>header .icon-button{background:0 0;border:0;width:28px;height:28px}.homework-dialog-body{min-height:0;padding:12px 16px;overflow:auto}.homework-dialog .homework-workbench{gap:12px;width:100%;margin:0;padding:0}.homework-dialog .homework-material-section,.homework-dialog .homework-history-section{background:0 0;border:0;border-radius:0;padding:0}.homework-dialog .homework-material-section{border-bottom:1px solid var(--line);padding-bottom:10px}.homework-dialog .homework-material-heading{gap:8px;margin-bottom:6px}.homework-dialog .homework-material-heading a{font-size:13px;font-weight:600}.homework-dialog .homework-material-preview{max-height:min(720px,60dvh)}.homework-dialog .homework-history-section>header{margin-bottom:2px}.homework-dialog .homework-history-section>header>div{flex-wrap:wrap;align-items:baseline;gap:6px 10px;display:flex}.homework-dialog .homework-history-section h2{font-size:13px}.homework-dialog .homework-answer-item{padding:9px 0}.homework-dialog .homework-answer-item:last-child{padding-bottom:0}.homework-dialog .homework-review-panel{border-left:0;gap:7px;padding:7px 0 0}.homework-dialog .homework-review-panel textarea{min-height:56px}.homework-dialog .homework-empty-history{text-align:left;padding:12px 0}.config-field-caption{align-items:center;gap:6px;display:inline-flex}.config-fold-heading{z-index:1;align-items:center;gap:6px;display:flex;position:relative}.config-fold-heading .config-field-fold-toggle{flex:1;min-width:0}.settings-toggle-row{cursor:pointer;border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:24px;min-width:0;padding:12px 0;display:flex}.settings-toggle-row:first-child{padding-top:1px}.settings-toggle-row:last-child{border-bottom:0}.settings-toggle-row>span{gap:3px;min-width:0;display:grid}.settings-toggle-row strong{color:#27364a;font-size:13px;font-weight:700}.settings-toggle-row small{color:#687588;max-width:620px;font-size:11px;line-height:1.45}.settings-toggle-row>input{appearance:none;cursor:pointer;background:#dce2e8;border:1px solid #aeb9c5;border-radius:9px;flex:none;width:34px;height:18px;margin:0;transition:background .14s,border-color .14s;position:relative}.settings-toggle-row>input:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .14s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0f172a38}.settings-toggle-row>input:checked{background:#2580c9;border-color:#1877bd}.settings-toggle-row>input:checked:after{transform:translate(16px)}.settings-toggle-row>input:focus-visible{outline-offset:2px;outline:2px solid #2580c959}.settings-toggle-row>input:disabled{cursor:default;opacity:.48}.settings-subgroup{border-left:2px solid #dce6ef;margin:6px 0 0 10px;padding:11px 0 1px 16px}.settings-change-warning{color:#735315;background:#fff8e8;border-left:2px solid #c58b20;margin:8px 0 2px;padding:8px 10px;font-size:11px;line-height:1.45}.teacher-preferences-footnote{color:#718096;flex-wrap:wrap;align-items:center;gap:6px 8px;width:min(900px,100%);padding:18px 0;font-size:11px;display:flex}.teacher-preferences-footnote svg{color:#4c769a}.teacher-preferences-footnote svg:not(:first-child){margin-left:12px}.student-publication-config{gap:10px;min-width:0;display:grid}.student-publication-config>.student-delivery-settings{padding:0;overflow:visible}.publication-master-toggle{min-height:30px;font-weight:650}.publication-heading{justify-content:flex-start}.publication-field-label{color:var(--muted);font-size:.75em;font-weight:750}.publication-schedule-section{gap:9px}.publication-schedule-toggle{min-height:28px;font-weight:700}.publication-schedule-fields{border-left:2px solid var(--line);gap:9px;padding-left:12px;display:grid}.publication-schedule-row{gap:8px;display:grid}.publication-schedule-row>.field>label{color:var(--muted);font-size:13px;font-weight:650}.publication-time-zone{min-width:0}.publication-time-zone select{text-overflow:ellipsis;width:100%;min-height:34px;font-size:12px}.publication-date-input{background:0 0;border-bottom:1px solid #b9c5d1;grid-template-columns:minmax(0,1fr) 32px;min-height:34px;transition:border-color .14s;display:grid}.publication-date-input:focus-within{border-color:var(--primary)}.publication-date-input>input{width:100%;min-width:0;min-height:33px;color:var(--text);font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:0;outline:0;padding:5px 2px;font-size:12px}.publication-date-input>input::-webkit-calendar-picker-indicator{display:none}.publication-calendar-button{width:32px;height:32px;color:var(--primary);cursor:pointer;background:0 0;border:0;align-self:center;place-items:center;transition:background .14s,color .14s;display:inline-grid}.publication-calendar-button:hover{color:#0c609e;background:#eef5fb}.publication-calendar-button:focus-visible{outline-offset:-2px;outline:2px solid #2580c966}.student-publication-actions{justify-items:start;gap:5px;min-width:0;display:grid}.student-publication-actions>span{overflow-wrap:anywhere;width:100%;min-width:0}.student-publication-recipient-link{color:var(--primary);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:3px 1px;font-size:12px;font-weight:650;display:inline-flex}.student-publication-recipient-link:hover{text-underline-offset:3px;text-decoration:underline}.student-publication-recipient-link:disabled{color:var(--muted);cursor:default;text-decoration:none}.student-publication-recipients{border-top:1px solid var(--line);min-width:0}.student-publication-recipient-toggle{width:100%;min-height:34px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:18px minmax(0,1fr) auto 18px;align-items:center;gap:7px;padding:5px 1px;font-size:12px;font-weight:650;display:grid}.student-publication-recipient-toggle:hover{color:var(--primary)}.student-publication-recipient-toggle small{color:var(--muted);font-size:11px;font-weight:500}.student-publication-recipient-panel{gap:6px;padding:2px 0 4px;display:grid}.student-publication-recipient-search{display:block;position:relative}.student-publication-recipient-search>svg{z-index:1;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.student-publication-recipient-search>input{width:100%;height:30px;padding-left:29px;font-size:12px}.student-publication-recipient-list{scrollbar-gutter:stable;max-height:270px;overflow-y:auto}.student-publication-recipient-row{border-bottom:1px solid #edf0f3;grid-template-columns:minmax(110px,.7fr) minmax(150px,1.3fr);gap:10px;padding:7px 2px;display:grid}.student-publication-recipient-main,.student-publication-recipient-config{align-content:start;gap:2px;min-width:0;display:grid}.student-publication-recipient-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.student-publication-recipient-main span,.student-publication-recipient-config span{color:var(--muted);overflow-wrap:anywhere;font-size:10px;line-height:1.35}.student-publication-recipient-config span:last-child{color:#475467}.student-publication-recipient-more{justify-self:center}.student-tabs-default-folder{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-bottom:12px;display:grid}.student-material-grant-modal{border:1px solid var(--line);background:var(--panel);border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;width:min(960px,100vw - 32px);max-height:min(780px,100vh - 32px);display:grid;overflow:hidden;box-shadow:0 24px 64px #0f172a3d}.student-material-grant-dialog-contents{display:contents}.student-material-grant-dialog-contents>header,.student-material-grant-dialog-contents>footer{justify-content:space-between;align-items:center;gap:14px;padding:15px 18px;display:flex}.student-material-grant-dialog-contents>header{border-bottom:1px solid var(--line)}.student-material-grant-dialog-contents>footer{border-top:1px solid var(--line)}.student-material-grant-dialog-contents>footer>.error{max-width:520px;padding:7px 9px}.student-material-grant-modal h2,.student-material-grant-modal h3,.student-material-grant-modal p{margin:0}.student-material-grant-modal h2{font-size:19px}.student-material-grant-modal header p{color:var(--muted);margin-top:3px;font-size:13px}.student-material-grant-body{grid-template-columns:minmax(320px,.9fr) minmax(400px,1.1fr);min-height:0;display:grid}.student-material-recipients{border-right:1px solid var(--line);grid-template-rows:auto auto minmax(0,1fr) auto;min-height:0;padding:16px 18px;display:grid}.student-material-section-head{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:7px;display:flex}.student-material-section-head h3,.student-grant-settings-section h3{font-size:14px}.student-material-section-head span,.student-material-list-footer{color:var(--muted);font-size:12px}.student-material-grant-search{display:block;position:relative}.student-material-grant-search>svg{z-index:1;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.student-material-grant-search>input{width:100%;padding-left:32px}.student-material-grant-list{min-height:180px;padding:7px 1px 3px;overflow:auto}.student-material-grant-student{cursor:pointer;border-radius:4px;align-items:flex-start;gap:9px;padding:8px 5px;display:flex}.student-material-grant-student:hover{background:#f4f7fa}.student-material-grant-student>input{flex:none;width:16px;height:16px;margin-top:2px}.student-material-grant-student>span{min-width:0}.student-material-grant-student strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.student-material-grant-student small{color:var(--muted);margin-top:2px;font-size:11px;font-weight:400;display:block}.student-material-empty,.student-material-loading{color:var(--muted);text-align:center;padding:18px 8px}.student-material-list-footer{justify-content:space-between;align-items:center;gap:8px;min-height:30px;padding-top:6px;display:flex}.student-delivery-settings{min-height:0;padding:16px 18px;overflow:auto}.student-grant-settings-section{gap:7px;min-width:0;display:grid}.student-grant-settings-section+.student-grant-settings-section{border-top:1px solid var(--line);margin-top:13px;padding-top:11px}.student-grant-settings-section .publication-schedule-row+.publication-schedule-row{margin-top:4px}.student-recipient-manager-modal{border:1px solid var(--line);background:var(--panel);border-radius:8px;width:min(980px,100vw - 32px);max-height:min(800px,100vh - 32px);overflow:hidden;box-shadow:0 24px 64px #0f172a3d}.student-recipient-manager-contents{max-height:inherit;grid-template-rows:auto auto minmax(0,1fr);display:grid}.student-recipient-manager-contents>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px 13px;display:flex}.student-recipient-manager-contents h2,.student-recipient-manager-contents p{margin:0}.student-recipient-manager-contents h2{font-size:19px}.student-recipient-manager-contents header p{color:var(--muted);margin-top:3px;font-size:13px}.student-recipient-close{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:30px;height:30px;padding:0;display:grid}.student-recipient-close:hover{color:#26364a;background:#eef2f6}.student-recipient-close:disabled{opacity:.45;cursor:default}.student-recipient-manager-tools{border-bottom:1px solid var(--line);grid-template-columns:minmax(240px,420px) auto;justify-content:space-between;align-items:center;gap:14px;padding:10px 18px;display:grid}.student-recipient-manager-tools>span{color:var(--muted);font-size:12px}.student-recipient-manager-list{scrollbar-gutter:stable;min-height:180px;padding:4px 18px 16px;overflow-y:auto}.student-recipient-group{border-bottom:1px solid var(--line);padding:0}.student-recipient-group-head{grid-template-columns:22px minmax(150px,1fr) auto;align-items:center;gap:7px;min-height:54px;padding:8px 1px;display:grid}.student-recipient-collapse{color:#667085;cursor:pointer;background:0 0;border:0;place-items:center;width:22px;height:28px;padding:0;display:grid}.student-recipient-collapse:hover{color:var(--primary)}.student-recipient-group-title{gap:2px;min-width:0;display:grid}.student-recipient-group-title strong,.student-recipient-group-title>button{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.student-recipient-group-title>button{color:#1672b8;text-align:left;cursor:pointer;background:0 0;border:0;width:fit-content;max-width:100%;padding:0;font-family:inherit}.student-recipient-group-title>button:hover{text-underline-offset:3px;text-decoration:underline}.student-recipient-group-title span{color:var(--muted);font-size:11px}.student-recipient-group-count{color:var(--muted);white-space:nowrap;font-size:11px}.student-recipient-group-body{border-left:2px solid #dce7f1;margin:0 0 11px 29px;padding:2px 0 1px 13px}.student-recipient-group-actions{flex-wrap:wrap;gap:5px 15px;margin-top:9px;display:flex}.student-recipient-action{color:#526273;min-height:26px;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:2px 0;font-size:11px;font-weight:600;display:inline-flex}.student-recipient-action:hover{color:var(--primary)}.student-recipient-action.is-danger{color:#b44545}.student-recipient-action.is-danger:hover{color:#8f2929}.student-recipient-action.is-primary{color:var(--primary)}.student-recipient-action:disabled{opacity:.48;cursor:default}.student-recipient-students{gap:7px;display:grid}.student-recipient-identity{gap:1px;width:fit-content;min-width:0;max-width:100%;display:grid;position:relative}.student-recipient-identity-title{color:#27364a;white-space:nowrap;align-items:baseline;gap:3px;min-width:0;font-size:12px;display:flex;overflow:hidden}.student-recipient-identity-title>strong,.student-recipient-identity-title>button{color:#27364a;min-width:0;font:inherit;text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.student-recipient-identity-title>button{color:#1672b8;text-align:left;cursor:pointer;background:0 0;border:0;width:fit-content;max-width:100%;padding:0}.student-recipient-identity-title>button:hover{text-underline-offset:3px;text-decoration:underline}.student-recipient-path{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.student-recipient-source{color:var(--muted);font-size:10px}.student-recipient-note-tooltip{z-index:var(--layer-tooltip);color:#344054;white-space:normal;pointer-events:none;background:#fff;border:1px solid #d8dee6;border-radius:5px;padding:8px 10px;font-size:11px;font-weight:400;line-height:1.45;display:block;position:fixed;box-shadow:0 10px 28px #0f172a29}.student-recipient-summary{color:var(--muted);flex-wrap:wrap;gap:4px 14px;margin-top:4px;font-size:11px;display:flex}.student-recipient-editor{border-top:1px dashed #d8dee6;margin-top:11px;padding-top:10px}.student-recipient-editor .student-delivery-settings{padding:0;overflow:visible}.student-recipient-editor-actions{justify-content:flex-end;gap:14px;margin-top:10px;display:flex}.student-material-image{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.student-material-image img{object-fit:contain;border-radius:6px;max-width:100%;max-height:min(62vh,720px);margin:0 auto;display:block}.student-material-download{width:fit-content}.student-opening-schedule{flex-wrap:wrap;align-items:baseline;gap:4px 7px;display:inline-flex}.student-opening-schedule time{font-weight:400}.student-opening-schedule small{color:var(--muted);white-space:nowrap;font-size:11px}.student-material-availability{color:#667085;border-top:0;border-bottom:1px solid #e7ebef;flex-wrap:wrap;align-items:baseline;gap:3px 9px;min-width:0;margin:-5px 0 12px;padding:0 0 7px;font-size:11px;font-weight:400;line-height:1.35;display:flex}.student-material-availability p{color:#4f5d6f;width:100%;font:inherit;margin:0}.student-material-availability time,.student-material-availability small,.student-material-availability span{color:inherit;font:inherit;font-weight:400}.student-material-availability .student-opening-schedule{gap:3px 7px}.homework-workbench{gap:14px;width:min(900px,100%);min-width:0;margin:0 auto;padding:2px 0 38px;display:grid}.homework-workbench>.answer-visibility-warning{margin-bottom:14px}.homework-material-section,.homework-history-section{background:#fff;border:1px solid #e2e7ec;border-radius:7px;min-width:0;padding:18px 20px}.homework-material-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.homework-material-heading>div{gap:2px;min-width:0;display:grid}.homework-material-heading a{color:#1e3348;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:700;text-decoration:none;overflow:hidden}.homework-material-heading a:hover{color:var(--primary)}.homework-material-heading span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.homework-download-link,.homework-load-more{width:fit-content;color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:4px 2px;font-size:12px;font-weight:650;text-decoration:none;display:inline-flex}.homework-download-link:hover,.homework-load-more:hover{text-underline-offset:3px;text-decoration:underline}.homework-material-preview{scrollbar-gutter:stable;min-width:0;max-width:100%;max-height:min(560px,56vh);padding-right:5px;overflow:auto}.homework-material-preview .markdown-view{padding:0}.homework-material-image{object-fit:contain;border-radius:7px;max-width:100%;max-height:min(560px,62vh);margin:0 auto;display:block}.homework-file-summary{color:#466078;align-items:center;gap:12px;min-height:76px;display:flex}.homework-file-summary>div{gap:3px;min-width:0;display:grid}.homework-file-summary strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.homework-file-summary span,.homework-material-unavailable span{color:var(--muted);font-size:12px}.homework-material-unavailable{gap:4px;padding:12px 0 20px;display:grid}.homework-history-section{padding-top:18px}.homework-history-section>header{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.homework-history-section h2{margin:0;font-size:16px}.homework-history-section>header span{color:var(--muted);font-size:12px}.homework-answer-list{gap:2px;display:grid}.homework-answer-item{border-top:1px solid #edf0f3;min-width:0;padding:13px 0 14px}.homework-answer-item:first-child{border-top:0}.homework-answer-item>header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.homework-answer-item>header>div{gap:2px;display:grid}.homework-answer-item time{color:var(--muted);font-size:11px}.homework-answer-item>p{white-space:pre-wrap;margin:8px 0;line-height:1.5}.homework-answer-comment{background:#f7fafc;border-left:2px solid #b9d3e7;margin-top:11px;padding:9px 11px}.homework-answer-comment strong{font-size:11px}.homework-answer-comment p{white-space:pre-wrap;margin:4px 0 0}.homework-review-open{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-top:6px;padding:3px 0;font-size:12px;font-weight:700;display:inline-flex}.homework-review-open:hover{text-underline-offset:3px;text-decoration:underline}.homework-review-panel{background:0 0;border:0;border-left:2px solid #c9dcea;grid-template-columns:minmax(0,1fr);gap:8px 12px;margin-top:9px;padding:9px 0 1px 11px;display:grid}.homework-review-status{width:300px;max-width:100%}.homework-review-files{flex-wrap:wrap;align-items:center;gap:6px 12px;min-width:0;display:flex}.homework-review-file{overflow-wrap:anywhere;align-items:center;gap:4px;max-width:100%;font-size:12px;display:inline-flex}.homework-review-file>button:not(.attachment-image-preview){color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:3px;display:grid}.homework-review-file .attachment-image-preview{flex:none;width:112px;height:80px}.homework-review-file .attachment-image-preview img{object-fit:contain;width:100%;height:100%}.editor-lock-notice{z-index:12000;border:1px solid var(--line);width:max-content;max-width:min(440px,100vw - 32px);color:var(--text);overflow-wrap:anywhere;background:#fff;border-radius:6px;align-items:center;gap:12px;padding:10px 12px;font-size:13px;line-height:1.4;display:flex;position:fixed;bottom:16px;left:16px;box-shadow:0 4px 18px #0002}.editor-lock-notice button{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:0 0 24px;place-items:center;padding:0;display:grid}.editor-lock-notice button:hover{background:#eef3f7}.homework-review-actions{flex-wrap:wrap}.homework-review-heading{grid-column:1/-1;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.homework-review-heading strong{font-size:12px}.homework-review-heading button{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;padding:0;display:grid}.homework-review-heading button:hover{color:var(--text);background:#eef3f7}.homework-review-status{border:1px solid var(--line);background:#fff;border-radius:5px;grid-template-columns:repeat(2,minmax(0,1fr));align-self:start;display:grid;overflow:visible}.homework-review-status>span{border-right:1px solid var(--line);align-items:center;min-width:0;display:flex}.homework-review-status>span:last-child{border-right:0}.homework-review-status>span.is-active{color:#145f99;background:#e8f2fb}.homework-review-status button[role=radio]{min-width:0;min-height:32px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;flex:1;justify-content:center;align-items:center;gap:5px;padding:5px 4px 5px 8px;font-size:12px;font-weight:650;display:inline-flex}.homework-review-status>span:hover{color:var(--text);background:#f1f5f8}.homework-review-comment{min-width:0;display:block}.homework-review-comment textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:34px;max-height:110px;color:var(--text);font:inherit;background:#fff;border-radius:5px;outline:0;padding:7px 8px;font-size:12px}.homework-review-comment textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px #1877c91f}.homework-review-actions{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.homework-review-actions .toggle-line{font-size:11px}.homework-review-actions .button{flex:none}.homework-review-error{color:var(--danger);margin:0;font-size:11px}.homework-empty-history{color:var(--muted);text-align:center;margin:0;padding:24px 0}.homework-load-more{margin:8px auto 0}@media (max-width:760px){.homework-review-panel{grid-template-columns:1fr}.homework-review-heading,.homework-review-actions{grid-column:1}.homework-review-actions{flex-direction:column;align-items:flex-start}}.shortcut-config-fields{gap:10px;min-width:0;display:grid}@media (max-width:900px){.student-tabs-default-folder{grid-template-columns:minmax(0,1fr)}.student-publication-actions{flex-wrap:wrap}.student-material-grant-body{grid-template-columns:minmax(240px,.8fr) minmax(300px,1.2fr)}}@media (max-width:680px){.student-material-grant-modal{max-height:calc(100vh - 20px)}.student-material-grant-body{display:block;overflow:auto}.student-material-recipients{border-right:0;border-bottom:1px solid var(--line);min-height:300px}.student-material-grant-list{max-height:220px}.student-delivery-settings{overflow:visible}.student-material-grant-dialog-contents>footer{align-items:flex-end}.student-recipient-manager-modal{max-height:calc(100vh - 20px)}.student-recipient-manager-tools{grid-template-columns:minmax(0,1fr)}.student-recipient-manager-tools>span{display:none}.student-recipient-group-body{margin-left:22px;padding-left:10px}}.workspace-settings-actions{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-top:1px solid #e1e6eb;justify-content:space-between;align-items:center;gap:16px;width:min(900px,100%);min-height:58px;margin-inline:auto;padding:10px 0;display:flex;position:sticky;bottom:0}.workspace-settings-actions>span{color:#247348;font-size:11px}.workspace-settings-actions>span.is-error{color:var(--danger)}.workspace-settings-actions .button:disabled{opacity:.45;cursor:default}.module-manager-workbench{padding:0 clamp(24px,4vw,56px) 72px;overflow-y:scroll}.module-manager-workbench>.muted,.module-manager-error,.module-list{width:min(900px,100%);margin-inline:auto}.module-manager-error{color:var(--danger);margin-block:12px;font-size:13px}.module-list{border-top:1px solid #dfe5eb}.module-list-item{border-bottom:1px solid #dfe5eb;padding:24px 0}.module-list-item>header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.module-list-copy{min-width:0}.module-list-copy p{color:#637589;max-width:680px;margin:6px 0 0;font-size:12px;line-height:1.55}.module-list-copy .module-package-meta{color:#7b8998;flex-wrap:wrap;gap:6px 12px;font-size:11px;display:flex}.module-list-copy .module-permission-summary{color:#506273;font-size:12px;line-height:1.45}.module-list-title{color:#213347;align-items:center;gap:8px;min-width:0;display:flex}.module-list-title strong{font-size:15px}.module-list-title small{color:#7b8998;font-size:11px}.module-list-title em{color:#506273;background:#eef2f6;border-radius:4px;padding:2px 6px;font-size:10px;font-style:normal}.module-list-title .module-status.is-enabled{color:#20704a;background:#e5f4ec}.module-list-title .module-status.is-installing,.module-list-title .module-status.is-upgrading,.module-list-title .module-status.is-removing{color:#236da6;background:#eaf3fb}.module-list-title .module-status.is-failed{color:#a63740;background:#fff0f1}.module-list-copy .module-list-inline-error{color:#a63740}.module-list-actions{flex:none}.module-power-toggle{color:#667688;min-height:32px;font:inherit;cursor:pointer;background:#edf1f5;border:0;border-radius:5px;align-items:center;gap:7px;padding:0 10px;font-size:12px;display:inline-flex}.module-power-toggle.is-enabled{color:#20704a;background:#e5f4ec}.module-power-toggle:disabled{opacity:.55;cursor:default}.module-settings-list{border-top:1px solid #edf0f3;margin-top:20px}.module-settings-list .settings-toggle-row{padding-block:13px}.module-select-setting{border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:20px;padding-block:13px;display:flex}.module-select-setting>span{gap:3px;display:grid}.module-select-setting small{color:#748394;font-size:11px}.module-list-footer{justify-content:space-between;align-items:center;gap:20px;margin-top:16px;display:flex}.module-list-footer label{color:#667688;align-items:center;gap:8px;font-size:11px;display:flex}.text-action{color:#2577b8;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:11px;display:inline-flex}.text-action.danger{color:#aa3942}.text-action:disabled{opacity:.45;cursor:default}.module-remove-confirm{color:#73353a;background:#fff5f5;border-left:3px solid #c64a53;justify-content:space-between;align-items:center;gap:20px;margin-top:14px;padding:10px 12px;font-size:11px;display:flex}.module-remove-confirm>div{flex:none;align-items:center;gap:8px;display:flex}.module-manager-tabs{z-index:2;scrollbar-width:none;background:#fffffff5;border-bottom:1px solid #dfe5eb;gap:2px;width:min(980px,100%);margin-inline:auto;padding:10px 0 0;display:flex;position:sticky;top:84px;overflow-x:auto}.module-manager-tabs::-webkit-scrollbar{display:none}.module-manager-tabs button{color:#68798a;min-width:max-content;min-height:34px;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 10px;font-size:12px;display:inline-flex}.module-manager-tabs button:hover{color:#27384a;background:#f5f7f9}.module-manager-tabs button.is-active{color:#1f6fae;border-bottom-color:#2580c9;font-weight:700}.module-manager-tabs button>span{color:#68798a;text-align:center;background:#edf1f5;border-radius:9px;min-width:18px;padding:1px 5px;font-size:10px}.module-manager-pane,.module-manager-loading{width:min(900px,100%);margin-inline:auto}.module-manager-loading{color:#718096;align-items:center;gap:8px;padding:28px 0;font-size:12px;display:flex}.module-pane-heading{justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 0 18px;display:flex}.module-pane-heading h2,.module-pane-heading p{margin:0}.module-pane-heading h2{color:#24364a;font-size:17px}.module-pane-heading p{color:#708092;max-width:680px;margin-top:4px;font-size:11px;line-height:1.5}.module-installed-list,.module-bank-list{border-top:1px solid #e1e6eb}.module-installed-row{color:#293b4e;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e5e9ed;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;padding:15px 4px;display:grid}.module-installed-row:hover{background:#f7f9fb}.module-installed-icon{color:#2376b6;background:#eaf3fa;border-radius:6px;place-items:center;width:32px;height:32px;display:grid}.module-installed-row>span:nth-child(2){gap:3px;min-width:0;display:grid}.module-installed-row strong{font-size:13px}.module-installed-row small{color:#738294;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.module-installed-meta{align-items:center;gap:8px;display:flex}.module-manager-empty{color:#728294;text-align:center;justify-items:center;gap:6px;padding:48px 20px;display:grid}.module-manager-empty svg{color:#5a85a8}.module-manager-empty strong{color:#33465a;font-size:13px}.module-manager-empty span{font-size:11px}.module-bank-search{gap:10px;margin-bottom:18px;display:grid}.module-bank-search>label{color:#6f8090;border-bottom:1px solid #aebbc7;grid-template-columns:24px minmax(0,1fr);align-items:center;display:grid}.module-bank-search input{color:#26384b;min-height:36px;font:inherit;background:0 0;border:0;outline:0;font-size:12px}.module-bank-tags{flex-wrap:wrap;gap:5px;display:flex}.module-bank-tags button{color:#607386;min-height:25px;font:inherit;cursor:pointer;background:#eef2f5;border:0;border-radius:12px;padding:2px 8px;font-size:10px}.module-bank-tags button:hover,.module-bank-tags button.is-active{color:#176fae;background:#dfeef9}.module-bank-row{border-bottom:1px solid #e1e6eb;justify-content:space-between;align-items:flex-start;gap:24px;padding:20px 2px;display:flex}.module-search-tags{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.module-search-tags span{color:#617486;background:#f0f3f6;border-radius:3px;padding:2px 6px;font-size:9px}.module-detail-heading{border-bottom:1px solid #e1e6eb;align-items:center}.module-detail-back{color:#2877b2;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-top:18px;padding:4px 0;font-size:11px;display:inline-flex}.module-detail-back:hover{color:#155f97}.module-detail-heading .module-list-title{flex-wrap:wrap}.module-detail-heading .module-list-title h2{margin-right:2px}.module-detail-section{border-bottom:1px solid #e4e8ed;grid-template-columns:minmax(170px,220px) minmax(0,1fr);gap:clamp(24px,4vw,54px);padding:24px 0;display:grid}.module-detail-section>header h3,.module-detail-section>header p{margin:0}.module-detail-section>header h3{color:#2b3c4f;font-size:13px}.module-detail-section>header p{color:#718096;margin-top:4px;font-size:10px;line-height:1.45}.module-detail-section .module-settings-list{border-top:0;margin-top:0}.module-empty-settings,.module-current-version{color:#718096;margin:0;font-size:11px}.module-update-settings{gap:14px;display:grid}.module-update-settings>label{grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.module-update-settings>label>span{gap:2px;display:grid}.module-update-settings strong{color:#293b4e;font-size:12px}.module-update-settings small{color:#748394;font-size:10px}.module-danger-zone{align-items:center}.module-danger-zone>.text-action{justify-self:start}.module-list-inline-error{color:#a63740;padding:9px 0;font-size:11px}@media (max-width:900px){.module-list-item>header,.module-list-footer,.module-remove-confirm{flex-direction:column;align-items:stretch}.module-list-actions{align-self:flex-start}.module-remove-confirm>div{justify-content:flex-end}.module-manager-tabs{top:84px}.module-detail-section{grid-template-columns:1fr;gap:14px}.module-bank-row{flex-direction:column;align-items:stretch;gap:12px}}.settings-save-button{min-height:32px;padding:5px 10px;font-size:12px}.collaborative-note-workbench,.collaborative-editor{min-height:100%;position:relative}.collaboration-presence{z-index:15;float:right;align-items:center;min-height:30px;padding-right:14px;display:flex;position:sticky;top:10px}.collaboration-avatar,.collaboration-overflow{background:var(--participant-color,#52606d);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;line-height:1;display:grid;box-shadow:0 1px 4px #1e293b2e}.collaboration-avatar+.collaboration-avatar,.collaboration-overflow{margin-left:-7px}.collaboration-overflow{background:#52606d}.collaboration-status{z-index:20;color:#334155;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffe0;justify-content:center;align-items:center;gap:9px;font-size:14px;font-weight:600;display:flex;position:absolute;inset:0}.collaboration-status.is-grace{background:#fffffff0;border:1px solid #d7dee7;border-radius:6px;padding:9px 12px;inset:auto 18px 18px auto;box-shadow:0 4px 18px #0f172a1f}.collaboration-status.is-offline,.collaboration-status.is-denied{color:#991b1b}.collaborative-sheet{background:#fff;flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;position:relative}.tile-wrap.is-drop-target .workspace-tile-icon{outline-offset:5px;background:#1877c914;border-radius:6px;outline:2px solid #1877c9}.tile-wrap[draggable=true]{-webkit-user-drag:element}.sheet-toolbar{scrollbar-width:none;overscroll-behavior-inline:contain;background:#f6f8fa;border-bottom:1px solid #dce2e9;align-items:center;gap:6px;min-height:42px;padding:5px 8px;display:flex;overflow:auto hidden}.sheet-toolbar::-webkit-scrollbar{display:none}.sheet-tool-group{border-right:1px solid #d7dee7;flex:none;align-items:center;gap:2px;padding-right:6px;display:flex}.sheet-tool-button,.sheet-toolbar-menu-button{color:#334155;min-width:30px;height:30px;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:4px;padding:0 7px;font-size:12px;display:inline-flex}.sheet-tool-button:hover:not(:disabled),.sheet-toolbar-menu-button:hover,.sheet-tool-button.is-active{background:#fff;border-color:#c8d3df}.sheet-tool-button.is-active{color:#0969a8;box-shadow:inset 0 -2px #1877c9}.sheet-tool-button:disabled{opacity:.38;cursor:default}.sheet-view-menu{flex:none;position:relative}.sheet-toolbar-menu{z-index:var(--layer-popover);background:#fff;border:1px solid #cfd8e3;border-radius:6px;width:250px;margin-top:3px;padding:5px;display:grid;position:fixed;overflow-y:auto;box-shadow:0 12px 34px #0f172a2e}.sheet-toolbar-menu>button,.sheet-menu-number{color:#243447;min-height:32px;font:inherit;text-align:left;background:0 0;border:0;border-radius:3px;align-items:center;gap:8px;padding:5px 8px;font-size:12px;display:flex}.sheet-toolbar-menu>button:hover:not(:disabled){background:#eef4fa}.sheet-toolbar-menu>button:disabled{opacity:.45}.sheet-menu-number{justify-content:space-between}.sheet-menu-number input{border:1px solid #cdd6e1;border-radius:3px;width:62px;height:26px}.sheet-zoom-control{background:#fff;border:1px solid #d2dae4;border-radius:4px;flex:none;grid-template-columns:28px 46px 28px;align-items:center;margin-left:auto;display:grid}.sheet-zoom-control button{color:#475569;background:0 0;border:0;place-items:center;height:28px;display:grid}.sheet-zoom-control span{color:#52606d;text-align:center;font-size:11px}.sheet-inline-message{color:#72520e;background:#fff8e8;border-bottom:1px solid #eed7a6;margin:0;padding:6px 10px;font-size:12px}.sheet-toolbar-divider{background:#d7dee7;flex:0 0 1px;align-self:stretch;margin:2px 3px}.sheet-color-control{color:#334155;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;width:30px;height:30px;display:grid;position:relative}.sheet-color-control:hover{background:#fff;border-color:#c8d3df}.sheet-color-control:after{content:"";background:var(--sheet-selected-color,transparent);border:1px solid #0f172a24;border-radius:2px;width:22px;height:3px;position:absolute;bottom:2px;left:4px;right:4px}.sheet-color-control.is-fill:after{height:5px}.sheet-color-palette-panel{z-index:var(--layer-popover);background:#fff;border:1px solid #cfd8e3;border-radius:6px;padding:6px;position:fixed;box-shadow:0 12px 34px #0f172a2e}.sheet-color-swatches{grid-template-columns:repeat(5,24px);gap:5px;display:grid}.sheet-color-palette-panel .sheet-color-swatches{grid-template-columns:repeat(9,24px)}.sheet-color-swatch,.sheet-color-reset,.sheet-context-menu .sheet-color-swatch,.sheet-context-menu .sheet-color-reset{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:4px;place-items:center;width:24px;min-width:24px;height:24px;min-height:24px;padding:0;display:grid;position:relative}.sheet-color-swatch:before{content:"";background:var(--sheet-swatch);border-radius:3px;width:16px;height:16px}.sheet-color-swatch:hover,.sheet-color-reset:hover,.sheet-context-menu .sheet-color-swatch:hover,.sheet-context-menu .sheet-color-reset:hover{background:#f8fafc;border-color:#73869b}.sheet-color-swatch[aria-pressed=true],.sheet-color-reset[aria-pressed=true]{border-color:#1877c9;box-shadow:0 0 0 2px #1877c933}.sheet-context-color-palette{border-radius:4px;gap:6px;padding:6px 8px 8px;display:grid}.sheet-context-color-label{color:#334155;align-items:center;gap:7px;font-size:12px;font-weight:650;display:flex}.sheet-row-height{color:#64748b;align-items:center;gap:4px;font-size:11px;display:flex}.sheet-row-height input{border:1px solid #cdd6e1;border-radius:4px;width:48px;height:27px}.sheet-view-toolbar,.sheet-search-panel{background:#fbfcfd;border-bottom:1px solid #dce2e9;gap:4px;padding:5px 8px;font-size:11px;display:grid}.sheet-search-row{grid-template-columns:18px minmax(120px,1fr) auto auto auto auto;align-items:center;gap:4px;display:grid}.sheet-search-row+.sheet-search-row{grid-template-columns:18px minmax(120px,1fr) auto auto}.sheet-match-count{color:#64748b;text-align:right;min-width:64px}.sheet-view-toolbar select,.sheet-view-toolbar input,.sheet-search-panel input{background:#fff;border:1px solid #cdd6e1;border-radius:4px;min-width:0;height:28px;padding:0 7px}.sheet-view-toolbar label{align-items:center;gap:5px;display:flex}.sheet-search-panel input{flex:140px}.sheet-presence{margin-right:6px;display:flex}.sheet-presence .collaboration-avatar+.collaboration-avatar{margin-left:-7px}.sheet-zoom{width:90px;margin-left:auto}.sheet-zoom-value{color:#52606d;text-align:right;width:42px;font-size:12px}.sheet-search{background:#fff;border:1px solid #cdd6e1;border-radius:4px;width:min(220px,24vw);height:28px;padding:0 8px}.sheet-formula-bar{color:#475569;border-bottom:1px solid #dce2e9;grid-template-columns:54px 30px minmax(0,1fr) 34px;align-items:center;font-size:12px;display:grid}.sheet-formula-bar>span,.sheet-formula-bar>strong{text-align:center}.sheet-formula-bar>input{border:0;border-left:1px solid #dce2e9;outline:none;align-self:stretch;min-width:0;padding:0 9px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.sheet-formula-apply{color:#1473b8;cursor:pointer;background:#fff;border:1px solid #b8c8d8;border-radius:5px;place-items:center;width:27px;height:27px;margin:3px;padding:0;display:grid}.sheet-formula-apply:hover:not(:disabled){background:#edf6fc;border-color:#70a9d2}.sheet-formula-apply:disabled{opacity:.42;cursor:default}.sheet-grid-wrap{flex:1 1 0;min-width:0;min-height:0;overflow:hidden}.sheet-grid{--rdg-font-size:12px;--rdg-border-color:#dce2e9;--rdg-header-background-color:#f4f6f8;--rdg-row-hover-background-color:#f8fbff;border:0}.sheet-cell-value{text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;user-select:none;width:100%;padding:5px 7px;display:block;position:absolute;inset:0;overflow:hidden}.sheet-grid [role=gridcell]:has(>.sheet-cell-value.is-merged-origin){z-index:3;overflow:visible}.sheet-cell-value.is-merged-origin{z-index:3;height:var(--merged-height,100%);box-shadow:inset 0 0 0 1px var(--rdg-border-color,#dce2e9);background-color:#fff}.sheet-cell-value.is-range-selected{background-color:#1877c912}.sheet-cell-value.is-range-top{border-top:2px solid #1877c9}.sheet-cell-value.is-range-bottom{border-bottom:2px solid #1877c9}.sheet-cell-value.is-range-left{border-left:2px solid #1877c9}.sheet-cell-value.is-range-right{border-right:2px solid #1877c9}.sheet-cell-value.is-search-match{background-color:#fff8cf;box-shadow:inset 0 0 0 2px #e3a008}.sheet-cell-value.is-remote-selected{box-shadow:inset 0 0 0 2px var(--remote-color,#2f80c9)}.sheet-cell-value.is-remote-editing{box-shadow:inset 0 0 0 3px var(--remote-color,#2f80c9)}.sheet-cell-value.is-remote-selected:after{content:attr(data-remote-name);z-index:2;background:var(--remote-color,#2f80c9);color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:120px;padding:1px 4px;font-size:9px;line-height:14px;position:absolute;top:0;left:0;overflow:hidden;transform:translateY(-100%)}.sheet-column-header{width:100%;height:100%;color:inherit;font:inherit;cursor:default;background:0 0;border:0}.sheet-context-menu,.markdown-context-menu{z-index:var(--layer-editor-menu);background:#fff;border:1px solid #cfd8e3;border-radius:6px;width:230px;max-height:min(520px,100vh - 16px);padding:5px;display:grid;position:fixed;overflow-y:auto;box-shadow:0 12px 34px #0f172a2e}.markdown-context-menu{overflow:visible}.markdown-context-menu button{cursor:pointer;width:100%;font:inherit;font-size:13px}.markdown-context-menu button:disabled{cursor:default;opacity:.45}.markdown-context-menu button:focus-visible{outline-offset:-2px;outline:2px solid #1877c952}.markdown-context-menu .markdown-spelling-suggestion{color:#1666a8;font-weight:650}.markdown-spelling-suggestion span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.context-menu-separator{background:#e1e7ee;height:1px;margin:4px 5px;display:block}.markdown-context-submenu{position:relative}.markdown-context-submenu>button .submenu-chevron{color:#718096;margin-left:auto}.markdown-context-submenu-panel{z-index:2;background:#fff;border:1px solid #cfd8e3;border-radius:6px;width:230px;padding:5px;display:none;position:absolute;top:-5px;left:calc(100% - 2px);overflow:hidden auto;box-shadow:0 12px 34px #0f172a2e}.markdown-context-menu.submenu-left .markdown-context-submenu-panel{left:auto;right:calc(100% - 2px)}.markdown-context-submenu:hover>.markdown-context-submenu-panel,.markdown-context-submenu:focus-within>.markdown-context-submenu-panel{display:grid}.markdown-context-error{color:var(--danger);margin:5px;font-size:11px;line-height:1.35}.sheet-context-menu button,.markdown-context-menu button,.sheet-context-menu>label{color:#243447;text-align:left;background:0 0;border:0;border-radius:3px;align-items:center;gap:8px;min-height:31px;padding:5px 8px;display:flex}.sheet-context-menu>label{justify-content:space-between;font-size:12px}.sheet-context-menu>label input{border:0;width:28px;height:22px;padding:0}.sheet-context-menu button:hover,.markdown-context-menu button:hover,.sheet-context-menu>label:hover{background:#eef4fa}.sheet-cell-value.is-error{color:#b42318}.sheet-row-number{color:#64748b;text-align:center;-webkit-user-select:none;user-select:none;width:100%;display:block}.sheet-cell-input{width:100%;height:100%;font:inherit;background:#fff;border:2px solid #1877c9;outline:0;padding:0 7px}.sheet-connection{top:72px}.md-internal-link{color:#0969a8;cursor:pointer;text-underline-offset:2px;background:#eaf5fc;border-radius:3px;padding:1px 3px;-webkit-text-decoration:underline #0969a852;text-decoration:underline #0969a852;display:inline}.md-internal-link.is-unavailable{color:#64748b;background:#f1f3f5;text-decoration:line-through}.danger-field-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.danger-field-row>span{gap:3px;display:grid}.danger-field-row small{color:var(--muted);font-size:11px}.collaboration-color-input{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:4px;width:42px;height:30px;padding:2px}.config-presence{margin-left:auto;display:flex}.config-presence .collaboration-avatar+.collaboration-avatar{margin-left:-7px}.directory-import-modal{background:#fff;border:1px solid #d9dee7;border-radius:8px;width:min(560px,100vw - 32px);max-height:min(720px,100vh - 32px);padding:20px;overflow:auto;box-shadow:0 20px 56px #18233433}.directory-import-modal>header{grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:12px;display:grid}.directory-import-modal>header>div{gap:3px;display:grid}.directory-import-modal>header strong{font-size:17px}.directory-import-modal>header span:not(.directory-import-icon){color:#697386;font-size:13px}.directory-import-icon{color:#1769aa;background:#e9f4fc;border-radius:7px;place-items:center;width:42px;height:42px;display:grid}.directory-import-warning{color:#684714;background:#fff8ea;border-left:3px solid #d88919;grid-template-columns:22px minmax(0,1fr);gap:10px;margin:18px 0 14px;padding:12px 14px;display:grid}.directory-import-warning p{margin:0;line-height:1.45}.directory-import-stats{border-block:1px solid #e5e8ee;grid-template-columns:repeat(3,1fr);margin:0 0 18px;display:grid}.directory-import-stats>div{padding:10px 4px}.directory-import-stats dt{color:#697386;font-size:12px}.directory-import-stats dd{margin:3px 0 0;font-weight:700}.directory-import-option{cursor:pointer;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;margin-top:16px;display:grid}.directory-import-option input{margin-top:3px}.directory-import-option span{gap:4px;display:grid}.directory-import-option small{color:#697386;line-height:1.4}.directory-import-renames{gap:10px;margin-top:16px;display:grid}.directory-import-renames-heading{gap:3px;display:grid}.directory-import-renames-heading strong{font-size:14px}.directory-import-renames-heading span{color:#697386;font-size:12px;line-height:1.4}.directory-import-rename-list{scrollbar-color:#aeb8c5 transparent;border-block:1px solid #e5e8ee;max-height:min(280px,36vh);display:grid;overflow-y:auto}.directory-import-rename{border-bottom:1px solid #eef1f5;grid-template-columns:minmax(120px,.85fr) minmax(180px,1.15fr);align-items:center;gap:8px 12px;padding:9px 2px;display:grid}.directory-import-rename:last-child{border-bottom:0}.directory-import-rename>span{color:#697386;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.directory-import-rename .input{min-width:0;padding:8px 9px}.directory-import-name-error{color:var(--danger);grid-column:2;font-size:11px;line-height:1.35}.directory-import-modal>.error{margin-top:14px}.directory-import-progress{background:#f4f6f8;border:1px solid #d9dee7;height:24px;margin-top:14px;position:relative;overflow:hidden}.directory-import-progress>span{background:#b8d9ef;min-width:2px;transition:width .16s;position:absolute;inset:0 auto 0 0}.directory-import-progress>small{color:#26364a;place-items:center;height:100%;font-size:12px;display:grid;position:relative}.directory-import-modal>footer{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (max-width:760px){.directory-import-rename{grid-template-columns:1fr}.directory-import-name-error{grid-column:1}}.address-search-button{margin-left:auto}.object-note-input{resize:none;min-height:62px}.object-name-input{min-height:38px}.search-dialog-backdrop{z-index:var(--layer-modal);padding:12px}.search-dialog{border:1px solid var(--line);background:var(--panel);border-radius:8px;grid-template-rows:auto auto minmax(220px,1fr);width:min(820px,100vw - 24px);height:min(720px,100dvh - 24px);display:grid;overflow:hidden;box-shadow:0 22px 60px #0f172a3d}.search-dialog>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:15px 18px;display:flex}.search-dialog>header>div{min-width:0}.search-dialog>header h2,.search-dialog>header p{margin:0}.search-dialog>header h2{font-size:18px}.search-dialog>header p{color:var(--muted);margin-top:2px;font-size:12px}.search-dialog-form{border-bottom:1px solid var(--line);background:#fbfcfd;gap:12px;min-height:0;max-height:46dvh;padding:14px 18px;display:grid;overflow:hidden auto}.search-primary-fields{grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:16px;display:grid}.search-query-line{border-bottom:1px solid #aeb8c5;grid-template-columns:22px minmax(0,1fr);align-items:center;display:grid}.search-query-line svg{color:var(--muted)}.search-query-line .input{box-shadow:none;border:0}.search-types{border:0;margin:0;padding:0}.search-types legend{color:var(--muted);margin-bottom:7px;font-size:12px}.search-toggles{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.search-toggles .toggle-line{align-items:flex-start;min-width:0;line-height:1.35}.search-toggles .toggle-line input{flex:none;width:15px;height:15px;margin:1px 0 0}.search-types{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px 10px;display:grid}.search-types legend{grid-column:1/-1}.search-types label{align-items:center;gap:6px;min-width:0;font-size:13px;display:flex}.search-dialog-results{min-height:0;padding:10px 18px 16px;display:block;overflow-y:auto}.search-results-heading{justify-content:space-between;align-items:center;padding:0 4px 6px;display:flex}.search-dialog-results>a{min-height:48px;color:inherit;border-bottom:1px solid #edf0f3;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:6px 8px;display:grid}.search-dialog-results>a:hover{background:var(--panel-soft)}.search-result-main{min-width:0;display:grid}.search-result-type{color:var(--muted);white-space:nowrap;font-size:11px}.search-dialog-results small,.search-dialog-results em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-style:normal;overflow:hidden}.search-result-icon{color:#1769aa;background:#e9f4fc;border-radius:5px;place-items:center;width:30px;height:30px;display:grid}.search-result-preview{z-index:var(--layer-popover);width:340px;max-width:calc(100vw - 20px);height:270px;color:var(--text);pointer-events:none;background:#fff;border:1px solid #cfd7e0;border-radius:7px;padding:10px;display:grid;position:fixed;overflow:hidden;box-shadow:0 18px 45px #0f172a38}.search-result-preview>img{object-fit:contain;background:#f4f6f8;width:100%;height:100%}.search-result-preview>pre{color:#344054;white-space:pre-wrap;margin:0;font:12px/1.5 Cascadia Code,Consolas,monospace;overflow:hidden}.search-result-preview .markdown-embedded-table{max-height:100%;margin:0}.search-result-preview .markdown-embedded-table-scroll{max-height:220px;overflow:hidden}.search-result-preview-meta{text-align:center;align-content:center;gap:7px;display:grid}.search-result-preview-meta span,.search-result-preview-meta small{color:var(--muted)}.search-empty{color:var(--muted);text-align:center;margin:0;padding:14px 4px}@media (max-width:1100px){.workspace{grid-template-columns:190px minmax(0,1fr) 280px}.sidebar{padding:12px}.workspace-main{min-width:0;padding-inline:14px}.address-bar{margin-inline:-14px;padding-inline:14px}.topbar{gap:10px;padding-inline:14px}}@media (max-width:820px){.md-editor-host .cm-panels-top{z-index:var(--layer-sticky);width:min(520px,100vw - 24px);max-height:calc(100dvh - 84px);margin:0;overflow-y:auto;position:fixed!important;top:72px!important;left:auto!important;right:12px!important}.search-primary-fields,.search-toggles,.search-types{grid-template-columns:1fr}.search-dialog{grid-template-rows:auto auto minmax(150px,1fr)}.search-dialog-form{max-height:50dvh}.search-dialog-results>a{grid-template-columns:30px minmax(0,1fr)}.search-result-type{display:none}.workspace{grid-template-columns:160px minmax(0,1fr) 250px}.inspector{padding:10px}.favorite-current,.address-search-button{padding-inline:7px!important}.app-dialog>p{padding-left:18px}}.student-tabs-editor{background:#fff;flex-direction:column;min-height:100%;display:flex;overflow:hidden;container-type:inline-size}.student-tabs-editor-head{border-bottom:1px solid #dfe3e8;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.student-tabs-editor-head h1,.student-tab-preview-modal h2{letter-spacing:0;margin:0;font-size:18px}.student-tabs-editor-head p,.student-tab-preview-modal p{color:#667085;margin:3px 0 0;font-size:13px}.student-tabs-add-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.student-tabs-editor-list{scrollbar-gutter:stable;flex:1;padding:14px 20px 30px;overflow:visible auto}.student-tab-category-manager{background:#f8fafb;border-bottom:1px solid #e4e7eb;grid-template-columns:minmax(220px,1fr) minmax(220px,320px);align-items:center;gap:9px 14px;padding:10px 20px;display:grid}.student-tab-category-manager-title{color:#344054;align-items:center;gap:9px;min-width:0;display:flex}.student-tab-category-manager-title>span{gap:1px;min-width:0;display:grid}.student-tab-category-manager-title strong{font-size:13px}.student-tab-category-manager-title small{color:#737b87;font-size:11px}.student-tab-category-create{grid-template-columns:minmax(0,1fr) 32px;gap:6px;display:grid}.student-tab-category-create .input{min-width:0}.student-tab-category-list{scrollbar-width:thin;grid-column:1/-1;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.student-tab-category-chip{color:#3f4752;background:#fff;border:1px solid #d9dee5;border-radius:6px;flex:none;align-items:center;gap:6px;min-height:27px;padding:3px 7px;font-size:12px;display:inline-flex}.student-tab-category-chip small{color:#7a828d;font-size:10px}.student-tab-category-chip button{color:#7b838e;cursor:pointer;background:0 0;border:0;place-items:center;width:18px;height:18px;padding:0;display:grid}.student-tab-category-chip button:hover{color:#a23f3a}.student-tab-category-manager>.student-tab-message{grid-column:1/-1}.student-tabs-category-configurator{gap:9px;display:grid}.config-field-label{align-items:center;gap:5px;display:inline-flex}.compact-dialog{border:1px solid var(--line);background:#fff;border-radius:8px;gap:14px;width:min(420px,100%);padding:18px;display:grid;box-shadow:0 24px 70px #0f172a3d}.compact-dialog h2{margin:0;font-size:18px}.student-tabs-category-configurator>.muted{margin:-3px 0 1px;font-size:.76rem;line-height:1.35}.student-tabs-category-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.student-tabs-category-actions .button{min-width:0;padding-inline:8px}.student-tabs-category-actions .button:disabled{color:#969eaa;opacity:1;background:#edf0f3;border-color:#e1e5ea}.student-tabs-category-create{border-top:1px solid #e3e7ec;grid-template-columns:minmax(0,1fr) 32px;gap:6px;padding-top:9px;display:grid}.student-tabs-category-list{scrollbar-width:thin;gap:4px;max-height:180px;display:grid;overflow-y:auto}.student-tabs-category-list>div{background:#fff;border:1px solid #e2e6eb;border-radius:5px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;min-height:30px;padding:2px 3px 2px 8px;display:grid}.student-tabs-category-list span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.student-tabs-category-list small{color:#727b87;font-size:.7rem}.student-tab-config{background:#fff;border:1px solid #dfe3e8;border-radius:7px;width:min(860px,100%);margin:0 auto 9px;overflow:visible}.student-tab-config.is-dirty{border-color:#a9c8e2}.student-tab-config-title{color:#252b35;text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:30px minmax(0,1fr) auto 20px;align-items:center;gap:9px;width:100%;min-height:52px;padding:8px 12px;display:grid}.student-tab-config-title:hover{background:#f7f8fa}.student-tab-config-title>span:nth-child(2){gap:1px;min-width:0;display:grid}.student-tab-config-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.student-tab-config-title small{color:#737b87;font-size:11px}.student-tab-config-title>i{background:#2580c9;border-radius:50%;width:7px;height:7px}.student-tab-config-title>svg{color:#727b87;transition:transform .15s}.student-tab-config-title>svg.is-open{transform:rotate(180deg)}.student-tab-type-icon{color:#376b93;background:#eef3f7;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.student-tab-config-body{background:#fbfcfd;border-top:1px solid #edf0f2;border-radius:0 0 7px 7px;gap:10px;min-width:0;padding:12px 14px 12px 51px;display:grid}.student-tab-config-body>*{min-width:0}.student-tab-config-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:12px;min-width:0;display:grid}.student-tab-recursive{align-items:center;gap:7px;width:max-content;font-size:12px;display:flex}.student-tab-lecture-path{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.student-tab-lecture-path .input{min-width:0}.student-tab-group-summary{color:#68717d;margin:0;font-size:12px}.student-tab-message{color:#32745a;margin:0;font-size:12px}.student-tab-message.is-error{color:#a33a34}.student-tab-config-actions{justify-content:flex-end;align-items:center;gap:7px;padding-top:2px;display:flex}.student-tab-action{min-height:30px;padding:5px 9px;font-size:12px}.student-tab-action.is-clean{color:#9299a3;background:#f3f4f6;border-color:#d9dde3}.student-tab-config-actions>span:first-child,.student-tab-preview-button:first-child{margin-right:auto}.student-tab-preview-button{color:#246ba8;width:max-content;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:4px 2px;font-size:12px;display:inline-flex}.student-tab-preview-button:disabled{color:#8a929d;cursor:default}.student-tab-preview-modal{background:#fff;border:1px solid #d7dce2;border-radius:8px;flex-direction:column;width:min(640px,100vw - 32px);max-height:min(720px,100vh - 48px);display:flex;overflow:hidden;box-shadow:0 22px 64px #121b2738}.student-tab-preview-modal>header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;padding:15px 16px;display:flex}.student-tab-preview-list{min-height:100px;padding:7px;overflow-y:auto}.student-tab-preview-list button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;gap:2px;width:100%;padding:9px 10px;display:grid}.student-tab-preview-list button:hover{background:#f2f4f7}.student-tab-preview-list span{color:#667085;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.student-tab-navigation{gap:9px;margin:8px 0 24px;display:grid}.student-tab-row-scroll{scrollbar-width:none;overscroll-behavior-x:contain;width:100%;position:relative;overflow-x:auto}.student-tab-row-scroll::-webkit-scrollbar{display:none}.student-lecture-tabs{border-bottom:1px solid #dfe3e8;justify-content:center;align-items:center;gap:8px;width:max-content;min-width:100%;padding:0 14px 2px;display:flex}.student-lecture-tabs button{color:#667085;min-height:36px;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;align-items:center;padding:7px 13px 6px;display:inline-flex}.student-tab-row-scroll+.student-tab-row-scroll .student-lecture-tabs{border-bottom-color:#e8ebef}.student-lecture-tabs button.is-active{color:#1f2937;border-bottom-color:#2580c9;font-weight:600}.student-material-table-wrap{scrollbar-width:thin;background:#fff;border:1px solid #dfe4ea;border-radius:7px;min-width:0;overflow-x:auto;box-shadow:0 8px 22px #1522360d}.student-material-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:620px}.student-material-table th,.student-material-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf0f3;padding:10px 12px}.student-material-table th{color:#657187;background:#f7f9fb;font-size:11px;font-weight:750}.student-material-table th:first-child{width:44%}.student-material-table th:nth-child(2){width:20%}.student-material-table th:nth-child(3){width:36%}.student-material-table tbody tr:last-child td{border-bottom:0}.student-material-table tbody tr.is-openable{cursor:pointer}.student-material-table tbody tr.is-openable:hover{background:#f5f9fc}.student-material-table tbody tr.is-openable:focus-visible{outline-offset:-2px;outline:2px solid #2580c959}.student-material-table tbody tr.is-unavailable{color:#687386;background:#fbfcfd}.student-material-table td:first-child{text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.student-material-table td a{color:#20364b;text-decoration:none}.student-material-table td time{color:#5f6d7e;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.student-material-table .status-pill{min-height:22px;padding:3px 7px;font-size:11px}.student-material-main-line{min-width:0;display:block}.student-material-mobile-meta{display:none}.student-material-schedule,.student-opening-schedule{flex-wrap:wrap;align-items:baseline;gap:4px 7px;display:inline-flex}.student-material-schedule time+time:before{color:#a0a9b5;content:"·";margin-right:7px}.student-material-page{padding:0;overflow:hidden}.student-material-page-head{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;padding:10px 16px;display:grid}.student-material-page-head>button{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:4px 0;font-size:12px;font-weight:650;display:inline-flex}.student-material-page-head>button:hover{text-underline-offset:3px;text-decoration:underline}.student-material-page-head h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:18px;overflow:hidden}.student-material-page>.lecture-card-body{padding:18px 20px 20px}.student-material-table-surface{width:calc(100% + 32px);margin:-16px -16px 14px}.student-material-page .student-material-table-surface{width:calc(100% + 40px);margin:-18px -20px 16px}.student-material-table-surface>.markdown-embedded-table{border-left:0;border-right:0;border-radius:0;margin:0}@media (max-width:760px){.settings-page-head{align-items:flex-start}.settings-page-head>.settings-access-note,.settings-page-head>.settings-save-status{display:none}.settings-group{grid-template-columns:minmax(0,1fr);gap:16px;padding:22px 0}}@media (max-width:640px){.student-main{width:100%;padding:16px 0 32px}.student-header{padding:0 14px}.student-main .lecture-card{width:100%;box-shadow:none;border-left:0;border-right:0;border-radius:0}.student-description-card{margin-bottom:10px}.lecture-list{gap:10px}.student-material-table-wrap{box-shadow:none;background:0 0;border:0;overflow:visible}.student-material-table{min-width:0;display:block}.student-material-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.student-material-table tbody{border-top:1px solid #dfe4ea;border-bottom:1px solid #dfe4ea;gap:0;display:grid}.student-material-table tbody tr{min-width:0;box-shadow:none;background:#fff;border:0;border-bottom:1px solid #edf0f3;border-radius:0;padding:12px 13px;display:block}.student-material-table tbody tr:last-child{border-bottom:0}.student-material-table th,.student-material-table td{border:0;min-width:0;padding:0;display:block}.student-material-table td:first-child{text-overflow:clip;white-space:normal;overflow-wrap:anywhere;font-size:14px;line-height:1.35;overflow:visible}.student-material-status-cell,.student-material-schedule-cell{display:none!important}.student-material-main-line{white-space:nowrap;align-items:center;gap:7px;min-width:0;display:flex}.student-material-main-line>a,.student-material-main-line>span:first-child{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:32px;overflow:hidden}.student-material-mobile-meta{white-space:nowrap;flex:0 auto;align-items:center;gap:7px;min-width:0;display:inline-flex}.student-material-mobile-meta .student-opening-schedule,.student-material-mobile-meta .student-material-schedule{color:#657187;white-space:nowrap;flex-wrap:nowrap;gap:3px 5px;font-size:10px;font-weight:500}.student-material-mobile-meta>time{color:#657187;white-space:nowrap;font-size:10px;font-weight:500}.student-material-mobile-meta .student-opening-schedule small{font-size:10px}.student-material-table td time{text-align:right;white-space:normal;min-width:0}.student-material-page-head{grid-template-columns:auto minmax(0,1fr)}.student-material-page-head>.status-pill{grid-column:2;justify-self:start}}.autocomplete-options-portal{z-index:calc(var(--layer-alert) + 100);overscroll-behavior:contain;position:fixed;right:auto;overflow-y:auto}.sheet-embed-backdrop{background:#0f172a57}.sheet-embed-dialog{border:1px solid var(--line);background:var(--panel);border-radius:8px;flex-direction:column;width:min(860px,100vw - 24px);max-height:min(820px,100dvh - 24px);display:flex;overflow:hidden;box-shadow:0 22px 60px #0f172a3d}.sheet-embed-dialog>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;display:flex}.sheet-embed-dialog h2{margin:0;font-size:18px}.sheet-embed-dialog header p{color:var(--muted);margin:3px 0 0;font-size:13px}.sheet-embed-dialog-body{gap:15px;min-height:0;padding:17px 18px;display:grid;overflow-y:auto}.sheet-embed-source{border:1px solid var(--line);background:var(--panel-soft);border-radius:6px;align-items:center;gap:11px;padding:10px 11px;display:flex}.sheet-embed-source>div{gap:2px;display:grid}.sheet-embed-source span{color:var(--muted);font-size:12px}.sheet-embed-dialog-body>p{margin:0;font-size:13px}.sheet-embed-dialog>footer{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}.sheet-embed-preview{border:1px solid var(--line);background:#fff;border-radius:6px;grid-template-rows:auto minmax(0,1fr);min-height:330px;display:grid;overflow:hidden}.sheet-embed-preview-heading{border-bottom:1px solid var(--line);background:#f7f9fa;justify-content:space-between;align-items:baseline;gap:12px;padding:9px 11px;font-size:12px;display:flex}.sheet-embed-preview-heading span{color:var(--muted)}.sheet-embed-preview .markdown-embedded-table{border:0;border-radius:0;margin:0}.sheet-embed-preview .markdown-embedded-table>header{display:none}.sheet-embed-preview .markdown-embedded-table-scroll{min-height:280px;max-height:430px}@media (max-width:900px){.student-tabs-editor-head{align-items:flex-start;padding:13px 14px}.student-tabs-editor-list{padding-inline:12px}.student-tab-config-body{padding-left:14px}.student-tab-config-grid{grid-template-columns:1fr}}@container (max-width:700px){.student-tabs-editor-head{align-items:flex-start;padding:13px 14px}.student-tabs-editor-list{padding-inline:12px}.student-tab-config-body{padding-left:14px}.student-tab-config-grid{grid-template-columns:1fr}.student-tab-config-actions{flex-wrap:wrap}.student-tab-preview-button:first-child{flex-basis:100%;margin-right:0}}.workspace-bootstrap-stage{min-height:0;color:var(--muted);flex:1;justify-content:center;align-items:center;gap:14px;display:flex}.workspace-bootstrap-stage>div{gap:3px;display:grid}.workspace-bootstrap-stage strong{color:var(--text);font-size:14px}.workspace-bootstrap-stage span{font-size:12px}.workspace-runtime-notice{z-index:90;color:#6d5312;background:#fff8df;border:1px solid #e0c37d;border-radius:6px;align-items:center;gap:8px;max-width:min(440px,100vw - 32px);padding:8px 10px;font-size:12px;display:flex;position:fixed;top:64px;right:16px;box-shadow:0 8px 24px #212b361f}.workspace-runtime-notice button{color:#1769aa;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.module-fixture-workbench,.module-object-unavailable{width:min(720px,100% - 48px);margin:48px auto;padding:24px}.module-fixture-workbench>span,.module-fixture-configurator>span{color:var(--muted);font-size:.78rem}.module-fixture-workbench h1,.module-object-unavailable h1{margin:6px 0 10px;font-size:1.25rem}.module-fixture-configurator{gap:4px;display:grid}.inspector-section-toggle.is-static{cursor:default}.module-surface-error{color:var(--text);background:var(--surface-subtle);border-left:3px solid var(--danger);gap:5px;padding:14px;display:grid}.module-surface-error span{color:var(--muted);font-size:.82rem}.schedule-module-settings,.schedule-calendar-workbench{gap:14px;display:grid}.schedule-calendar-create{max-width:620px;color:var(--muted);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.schedule-calendar-create input,.schedule-calendar-timezone input,.schedule-event-create input{border:0;border-bottom:1px solid var(--border);min-width:0;color:var(--text);font:inherit;background:0 0;border-radius:0;outline:none}.schedule-calendar-create input:focus,.schedule-calendar-timezone input:focus,.schedule-event-create input:focus{border-bottom-color:var(--primary)}.schedule-calendar-list,.schedule-event-list{gap:4px;display:grid}.schedule-calendar-row{border:0;border-bottom:1px solid var(--border);width:min(680px,100%);color:var(--text);text-align:left;cursor:pointer;background:0 0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;display:grid}.schedule-calendar-row:hover{background:var(--surface-subtle)}.schedule-calendar-row>span{gap:2px;min-width:0;display:grid}.schedule-calendar-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.schedule-calendar-row small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.schedule-calendar-timezone{border-bottom:1px solid var(--border);align-items:end;gap:12px;padding-bottom:10px;display:flex}.schedule-calendar-timezone label,.schedule-event-create label{color:var(--muted);gap:5px;font-size:12px;display:grid}.schedule-calendar-timezone label{width:min(250px,100%)}.schedule-calendar-timezone small{color:var(--muted);font-size:12px}.schedule-event-create{border-bottom:1px solid var(--border);grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:12px;padding:13px 0;display:grid}.schedule-event-create>label:first-child{grid-column:span 5}.schedule-event-create>.schedule-entity-field{grid-column:span 4}.schedule-event-create>label:nth-last-of-type(2){grid-column:span 3}.schedule-event-create>label:last-of-type{grid-column:span 2}.schedule-event-create>.button{grid-column:span 2;justify-self:start}.schedule-entity-field{min-width:0;color:var(--muted);gap:5px;font-size:12px;display:grid;position:relative}.schedule-entity-control{border-bottom:1px solid var(--border);min-width:0;color:var(--muted);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;display:grid;position:relative}.schedule-entity-control:focus-within{border-bottom-color:var(--primary)}.schedule-entity-control input{border:0;width:100%;min-width:0}.schedule-entity-control>button{width:22px;height:22px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.schedule-entity-options{z-index:120;border:1px solid var(--border);background:var(--surface);border-radius:6px;width:min(360px,max(100%,260px));max-height:240px;padding:4px;display:grid;position:absolute;top:calc(100% + 5px);left:0;overflow:auto;box-shadow:0 12px 30px #0f172a24}.schedule-entity-options>button{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;gap:2px;padding:7px 8px;display:grid}.schedule-entity-options>button:hover,.schedule-entity-options>button[aria-selected=true]{background:var(--surface-subtle)}.schedule-entity-options strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.schedule-entity-options small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.schedule-entity-empty{color:var(--muted);padding:8px;font-size:12px}.schedule-event-list article{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;display:grid}.schedule-event-icon{color:#1769aa;background:#eaf3ff;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.schedule-event-list article>div{gap:3px;min-width:0;display:grid}.schedule-event-list strong{font-size:13px}.schedule-event-list small{color:var(--muted);font-size:12px}.schedule-event-relations{flex-wrap:wrap;gap:5px 12px;margin-top:3px;display:flex}.schedule-event-relations>span,.schedule-event-relations>button{min-width:0;color:var(--muted);font:inherit;align-items:center;gap:4px;font-size:11px;display:inline-flex}.schedule-event-relations>button{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0}.schedule-event-relations>button:hover{text-decoration:underline}.schedule-calendar-footer{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:flex}@media (max-width:760px){.schedule-calendar-timezone{align-items:initial;display:grid}.schedule-event-create{grid-template-columns:1fr 1fr}.schedule-event-create>label:first-child,.schedule-event-create>.schedule-entity-field,.schedule-event-create>label:nth-last-of-type(2),.schedule-event-create>label:last-of-type,.schedule-event-create>.button{grid-column:auto}.schedule-event-create>.button{justify-self:start}}
