.split-layout{display:grid;grid-template-columns:232px minmax(0,1fr);min-height:560px;border:1px solid #e5e6eb;border-radius:6px;overflow:hidden;margin-top:18px}.outline{border-right:1px solid #e5e6eb;background:#fafbfc;padding:14px;min-width:0}.outline header{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-bottom:14px}.outline button.outline-item{display:flex;align-items:center;gap:9px;border:0;border-radius:5px;background:transparent;min-height:36px;width:100%;padding:8px;text-align:left;font-size:13px;color:#646a73}.outline button.outline-item:hover{background:#f0f1f3}.outline button.outline-item.active{background:#eaf0ff;color:#3370ff}.outline-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outline-group{margin:16px 6px 7px;font-size:12px;font-weight:500;color:#8f959e}.editor-pane{padding:24px;min-width:0}.editor-pane textarea{width:100%;min-height:260px}.editor-pane .field textarea{min-height:100px}.course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:6px 0 24px}.course-card{border:1px solid #e5e6eb;border-radius:8px;background:#fff;overflow:hidden;text-align:left;padding:0;box-shadow:0 2px 5px #1f232903;transition:border-color .15s,box-shadow .15s}.course-card:hover{border-color:#b1c5f5;box-shadow:0 5px 20px #1f23290a}.course-cover{height:126px;background:#edf3ff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:#7b9ad8}.course-cover svg{width:170px;height:110px}.course-cover img{height:100%;width:100%;object-fit:cover}.course-cover.python{background:#eff6f3;color:#71a68c}.course-cover.cpp{background:#f3f0fc;color:#9a89c7}.course-cover.scratch{background:#fff5e9;color:#dcb378}.course-card-body{padding:16px;display:flex;flex-direction:column;gap:11px}.course-card-body strong{font-size:14px;font-weight:500;line-height:1.5}.course-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#8f959e}.cover-placeholder{height:100%;width:100%;display:grid;place-items:center;background:#f2f4f7;color:#adb7c7}.cover-placeholder>svg{width:36px;height:36px}.settings-layout{display:grid;grid-template-columns:175px minmax(0,1fr);gap:32px;padding-top:24px}.settings-nav{display:flex;flex-direction:column;gap:4px;align-items:stretch}.settings-nav button{border:0;background:none;text-align:left;padding:9px 12px;border-radius:5px;font-size:13px;color:#646a73}.settings-nav button.active{background:#edf2ff;color:#3370ff}.settings-panel{max-width:760px}.settings-panel h2{font-size:15px;border-bottom:1px solid #e5e6eb;padding:0 0 16px;margin:0 0 24px}.settings-panel>.fields{max-width:520px}.settings-row{display:flex;align-items:center;gap:18px;border-bottom:1px solid #eff0f2;padding:18px 0;font-size:13px}.settings-row>span:first-child{width:100px;color:#8f959e}.settings-row>strong{font-weight:400}.metrics-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:24px 0;border-bottom:1px solid #e5e6eb;margin-bottom:22px;gap:24px}.metric{border-right:1px solid #e5e6eb;display:flex;flex-direction:column;gap:9px;padding:0 22px}.metric:first-child{padding-left:0}.metric:last-child{border:0}.metric span{font-size:12px;color:#8f959e}.metric strong{font-size:23px;font-weight:500;font-variant-numeric:tabular-nums;color:#1f2329}.progress-track{height:5px;border-radius:4px;background:#edf0f5;width:100px;overflow:hidden}.progress-track>span{display:block;height:100%;background:#6c95ef;border-radius:4px}.progress-cell{display:flex;align-items:center;gap:10px}.notice-row{display:flex;gap:14px;padding:20px 4px;border-bottom:1px solid #eff0f2;align-items:flex-start}.notice-row>div:nth-child(2){flex:1;min-width:0}.notice-row strong{font-size:14px;font-weight:500}.notice-row p{font-size:13px;color:#646a73;margin-top:6px;line-height:1.7}.notice-row small{display:block;color:#8f959e;margin-top:10px}.unread-dot{width:7px;height:7px;flex:none;background:#3370ff;border-radius:50%;margin-top:7px}.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-top:24px}.tool-tile{padding:22px;border:1px solid #e5e6eb;border-radius:8px;background:#fff;display:flex;align-items:center;gap:14px;text-align:left}.tool-tile:hover{border-color:#bdd0f5;background:#fbfcff}.tool-tile strong{font-size:14px;font-weight:500;flex:1}.tool-tile>span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#eef3ff;color:#3370ff}.code-layout{display:grid;grid-template-columns:38% minmax(0,1fr);min-height:540px;border:1px solid #e5e6eb;margin-top:18px;border-radius:6px;overflow:hidden}.problem-copy{padding:24px;overflow:auto;max-height:75dvh}.problem-copy h3{margin:18px 0 10px}.problem-copy pre,.execution-output{background:#f7f8fa;border:1px solid #e9ebef;border-radius:5px;padding:12px;white-space:pre-wrap;overflow-wrap:anywhere;font:12px/1.8 Consolas,monospace}.code-editor-pane{border-left:1px solid #e5e6eb;display:flex;flex-direction:column;min-width:0;background:#fff}.code-editor-pane>.toolbar{padding:0 14px;min-height:48px;border-bottom:1px solid #e5e6eb}.code-editor{flex:1;min-height:340px;resize:vertical;border:0;border-radius:0;width:100%;font:13px/1.7 Consolas,monospace;-moz-tab-size:4;tab-size:4;padding:18px;background:#fbfcff}.code-editor:focus{box-shadow:none}.code-editor-pane .execution-output{margin:14px}.question-prompt{white-space:pre-wrap;line-height:1.9;font-size:14px;margin:12px 0}.question-options{display:grid;gap:8px;margin:12px 0;padding-left:24px;color:#646a73;font-size:13px}.paper-questions{border:1px solid #e5e6eb;border-radius:6px;max-height:380px;overflow:auto;margin:16px 0}.question-check{display:flex;align-items:flex-start;gap:10px;padding:12px;border-bottom:1px solid #eff0f2;font-size:13px}.question-check input{flex:none}.question-check>span{flex:1}.section-subtitle{font-size:13px;color:#646a73;margin:16px 0}.scratch-stage{height:calc(100dvh - 46px);min-height:0}.scratch-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#fff;overflow:hidden}.scratch-fullscreen>.toolbar{height:46px;min-height:46px;padding:0 14px}.file-preview img,.file-preview video{display:block;max-width:100%;max-height:60vh;margin:0 auto 16px}.file-preview iframe{width:100%;height:60vh;border:0}.scratch-stage iframe{width:100%;height:100%;border:0}.scratch-container{height:100%;position:relative;isolation:isolate}.danger-zone{margin-top:24px;padding-top:20px;border-top:1px solid #e5e6eb}.select-list{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.select-list label{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e5e6eb;border-radius:5px;font-size:13px}.version-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #eff0f2}.file-preview{width:100%;height:65dvh;border:1px solid #e5e6eb;border-radius:5px}.success-notice{color:#258253;background:#edf8f1;border:1px solid #c9e8d6;padding:10px 12px;border-radius:5px;margin:12px 0;font-size:13px}@media(max-width:1100px){.course-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-layout{grid-template-columns:190px minmax(0,1fr)}.settings-layout{grid-template-columns:145px minmax(0,1fr)}.metric{padding:0 10px}.editor-pane{padding:18px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#1f2329;background:#fff;font-synthesis:none;font-size:14px;line-height:1.5;--accent: #3370ff;--line: #e5e6eb;--muted: #8f959e;--soft: #f5f6f8}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.55}button svg{flex:none}a{color:var(--accent);text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid #80a8ff;outline-offset:2px}input,textarea,select{border:1px solid #dcdfe5;border-radius:5px;padding:7px 10px;background:#fff;min-height:34px;max-width:100%}textarea{resize:vertical;line-height:1.75}input:focus,textarea:focus,select:focus{outline:0;border-color:#3370ff;box-shadow:0 0 0 2px #3370ff12}input[type=checkbox]{min-height:auto;width:15px;height:15px;accent-color:#3370ff}h1,h2,h3,p{margin:0}h1,h2{font-size:16px;font-weight:600}h3{font-size:14px;font-weight:600}small{font-size:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:32px;padding:0 12px;border:1px solid #dcdfe5;border-radius:5px;background:#fff;color:#4e5969;font-size:13px;white-space:nowrap;box-shadow:0 1px 1px #1f232904}.button:hover:not(:disabled){background:#f5f6f8}.button.primary{border-color:#3370ff;background:#3370ff;color:#fff}.button.primary:hover:not(:disabled){background:#245bdb}.button.text{border-color:transparent;background:transparent;color:#3370ff;box-shadow:none;padding:0 6px;height:28px}.button.danger{color:#d83931}.button.text:hover:not(:disabled){background:#eff4ff}.icon-button{display:inline-flex;justify-content:center;align-items:center;flex:none;width:30px;height:30px;border:0;background:transparent;border-radius:5px;color:#646a73}.icon-button:hover{background:#f0f1f3}.page{padding:0 28px 24px;min-height:100%;min-width:0}.toolbar{min-height:62px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.toolbar+.toolbar{min-height:58px;border-top:1px solid var(--line)}.spacer{flex:1}.compact-title{font-size:15px;font-weight:600}.tabs{display:flex;align-items:center;gap:24px;min-height:48px;border-bottom:1px solid var(--line);flex:none}.tabs>button{min-height:48px;display:flex;align-items:center;gap:7px;border:0;border-bottom:2px solid transparent;background:none;padding:0 2px;color:#646a73;font-size:14px;white-space:nowrap}.tabs>button.active{color:#245bdb;border-bottom-color:#3370ff;font-weight:600}.toolbar .tabs{border-bottom:0}.count{display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;padding:0 5px;font-size:11px;background:#eff0f2;color:#646a73;border-radius:5px}.tabs .active .count{background:#eaf0ff;color:#3370ff}.search{display:flex;align-items:center;gap:8px;border:1px solid #dcdfe5;border-radius:5px;height:32px;padding:0 10px;width:236px;color:#8f959e}.search input{min-width:0;width:100%;padding:0;height:28px;min-height:0;border:0;box-shadow:none;background:transparent;font-size:13px}.search button{border:0;display:flex;padding:0;color:#8f959e;background:none}.table-scroll{overflow:auto;width:100%;border-top:1px solid var(--line)}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}th{background:#f7f8fa;color:#646a73;font-weight:400;font-size:12px;height:40px;padding:0 14px;border-bottom:1px solid var(--line)}td{height:62px;padding:10px 14px;border-bottom:1px solid #eff0f2;font-size:13px;color:#4e5969;max-width:400px;overflow:hidden;text-overflow:ellipsis}tbody tr:hover{background:#f8faff}.sort-button{border:0;background:none;display:flex;align-items:center;gap:7px;padding:0;font:inherit;color:inherit}.row-open{border:0;background:none;padding:0;text-align:left;width:100%;font:inherit;color:inherit}.row-actions{display:flex;align-items:center;gap:5px}.object-cell{display:flex;align-items:center;gap:11px;min-width:0}.object-cell>span:last-child{display:flex;flex-direction:column;min-width:0;gap:3px}.object-cell strong{font-weight:500;color:#1f2329;max-width:360px;white-space:normal;overflow-wrap:anywhere}.object-cell small{color:#8f959e}.object-icon{display:grid;place-items:center;width:34px;height:36px;border-radius:8px;flex:none;color:#3370ff;background:#eaf1ff}.object-icon.orange{color:#e69138;background:#fff2df}.object-icon.purple{color:#7c67d8;background:#f0edff}.object-icon.green{color:#269983;background:#e5f5ee}.subject-label{color:#646a73}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:4px;padding:2px 7px;background:#f2f3f5;color:#646a73;white-space:nowrap;font-size:12px}.badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-published,.status-active,.status-present,.status-graded,.status-accepted,.status-done,.status-normal{background:#e9f6ee;color:#258253}.status-live,.status-submitted,.status-coding{background:#eaf0ff;color:#3370ff}.status-returned,.status-late,.status-attention{background:#fff3dc;color:#b57d18}.status-absent,.status-overdue,.status-disabled,.status-high{background:#ffefed;color:#cd4b42}.status-scratch,.status-medium{background:#f3edff;color:#8761c1}.pagination{display:flex;align-items:center;justify-content:space-between;padding:18px 8px;color:#8f959e;font-size:12px}.pagination>div{display:flex;align-items:center;gap:12px}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:#8f959e;padding:70px 20px;font-size:13px}.empty-art{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#f4f6fa;color:#bcc5d4;box-shadow:inset 0 0 0 1px #e9edf4}.loading{display:flex;align-items:center;justify-content:center;gap:10px;color:#8f959e;min-height:180px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-notice{display:flex;align-items:center;gap:10px;color:#bd3a34;background:#fff2f0;border:1px solid #ffd8d2;border-radius:5px;padding:10px 12px;margin:12px 0;font-size:13px}.error-notice>span{flex:1}.muted{color:#8f959e;font-size:12px;display:inline-flex;align-items:center;gap:7px}.dialog{padding:0;border:1px solid #dee0e3;border-radius:10px;width:min(580px,calc(100vw - 48px));max-height:calc(100dvh - 72px);box-shadow:0 16px 64px #1f232929;overflow:auto}.dialog.wide{width:min(1000px,calc(100vw - 64px))}.dialog::backdrop{background:#1f232950}.dialog>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 22px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:2;background:#fff}.dialog>header h2{font-size:16px;overflow-wrap:anywhere}.dialog-body{padding:22px}.dialog>footer{display:flex;gap:10px;justify-content:flex-end;padding:15px 22px;border-top:1px solid var(--line);position:sticky;bottom:0;background:#fff}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fields>label,.field{display:flex;flex-direction:column;gap:7px;font-size:13px;color:#4e5969;min-width:0}.field{margin-bottom:18px}.fields .full{grid-column:1/-1}.required{color:#d83931;margin-left:5px;font-weight:400}.form-footer{display:flex;align-items:center;gap:10px;justify-content:flex-end;border-top:1px solid var(--line);margin-top:22px;padding-top:16px}.section-label{font-size:13px;font-weight:500;margin:22px 0 12px}.compact-row{padding:12px 4px;border-bottom:1px solid #eff0f2;font-size:13px}.object-heading{display:flex;align-items:center;gap:16px;padding:18px 0}.object-heading .object-cell strong{font-size:16px;font-weight:600}.object-heading .object-icon{width:38px;height:40px}.detail-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:12px;color:#8f959e;padding:0 0 16px}.detail-section{padding:20px 0}.inline-field{display:flex;align-items:center;gap:10px}.inline-field>input,.inline-field>select{flex:1;min-width:0}.file-button{display:inline-flex;align-items:center;justify-content:center;position:relative;border:1px solid #dcdfe5;border-radius:5px;min-height:32px;padding:0 12px;cursor:pointer;font-size:13px;background:#fff}.file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;cursor:pointer}.document-content{padding:22px;border:1px solid #e9ebef;border-radius:6px;min-height:160px;margin:12px 0 20px}.document-content h3{margin-bottom:14px}.document-content p{color:#646a73;margin:10px 0;line-height:1.8}.prose{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.9}.demo-indicator{color:#b38227;background:#fff8e8;border-radius:4px;padding:2px 7px;font-size:11px}.auth-error{max-width:680px;margin:100px auto}.login-page{min-height:100dvh;background:#f7f8fa;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-wordmark{display:flex;gap:10px;align-items:center;position:absolute;left:40px;top:30px;font-weight:600;font-size:19px;color:#3370ff}.login-card{width:380px;background:#fff;border:1px solid #e5e6eb;border-radius:12px;padding:36px;box-shadow:0 8px 36px #1f232908}.login-symbol{display:grid;width:48px;height:48px;place-items:center;background:#eff4ff;color:#3370ff;border-radius:12px;margin-bottom:24px}.login-card h1{font-size:20px;margin-bottom:28px}.login-card form,.login-card label{display:flex;flex-direction:column;gap:8px}.login-card form{gap:20px}.login-card input{min-height:40px}.login-card form button{height:40px;justify-content:space-between}.login-page>footer{position:absolute;bottom:28px;font-size:12px;color:#8f959e}.demo-entry{width:100%;margin-top:16px}.calendar{border:1px solid var(--line);border-radius:6px;overflow:hidden}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-week{background:#f7f8fa;border-bottom:1px solid var(--line)}.calendar-week span{padding:10px 12px;color:#8f959e;font-size:12px}.calendar-day{border-right:1px solid #eff0f2;border-bottom:1px solid #eff0f2;min-height:112px;padding:8px;min-width:0}.calendar-day:nth-child(7n){border-right:0}.calendar-day.outside{background:#fafbfc;color:#bbbfc4}.calendar-day time{display:grid;place-items:center;width:25px;height:25px;font-size:12px;margin-bottom:5px}.calendar-day time.today{background:#3370ff;color:#fff;border-radius:50%}.calendar-event{border:0;border-left:2px solid #7297f8;background:#edf2ff;border-radius:3px;color:#3462c8;text-align:left;display:flex;flex-direction:column;width:100%;padding:5px 7px;margin:4px 0;font-size:11px;gap:2px}.calendar-event>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.calendar-event small{font-size:10px;opacity:.7}.calendar-event.done{border-color:#58b299;background:#edf7f2;color:#328c72}@media(max-width:1100px){.page{padding:0 20px 20px}.toolbar{gap:8px}.tabs{gap:18px}.search{width:190px}td{padding:9px 10px}.row-actions{gap:0}.button{padding:0 9px}.calendar-day{min-height:94px}}@media(prefers-reduced-motion:reduce){.spin{animation:none}}
