:root{--primary: #b3282d;--primary-dark: #8a1f24;--primary-light: #fdf0f0;--accent: #1e3a8a;--border: #b3282d;--border-light: #efc9ca;--text: #1f2937;--text-light: #6b7280;--bg: #faf7f7;--panel-bg: #ffffff;--sidebar-bg: #f9f4f4;--radius: 10px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.layout{display:flex;height:100vh;overflow:hidden}.mobile-topbar,.sidebar-mask{display:none}.sidebar{width:220px;min-width:220px;background:var(--sidebar-bg);border-right:2px solid var(--border);display:flex;flex-direction:column;transition:width .2s,min-width .2s}.sidebar.collapsed{width:62px;min-width:62px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 12px;border-bottom:1px solid var(--border-light)}.brand{font-size:16px;font-weight:700;color:var(--primary-dark);white-space:nowrap}.collapse-btn{background:none;border:1px solid var(--border-light);border-radius:6px;padding:2px 8px;color:var(--primary);font-size:14px}.brand-logo{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0}.sidebar.collapsed .sidebar-header{justify-content:center;flex-wrap:wrap;gap:6px}.sidebar.collapsed .brand-logo{width:34px;height:34px}.sidebar-nav{flex:1;overflow-y:auto;padding:8px}.nav-item{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:8px;color:var(--text);text-decoration:none;margin-bottom:2px;white-space:nowrap}.nav-item:hover{background:#f7e9e9}.nav-item.active{background:#f5dedf;font-weight:600;color:var(--primary-dark)}.nav-icon{font-size:16px;width:20px;text-align:center}.sidebar-history{border-top:1px solid var(--border-light);padding:6px 8px}.history-toggle{width:100%;background:none;border:none;display:flex;justify-content:space-between;padding:8px 6px;color:var(--text-light);font-size:13px}.chevron{transition:transform .2s}.chevron.open{transform:rotate(180deg)}.history-list{max-height:160px;overflow-y:auto}.history-item{padding:6px;border-radius:6px;font-size:12px;display:flex;flex-direction:column;gap:2px}.history-item:hover{background:#f7e9e9}.history-module{color:var(--primary);font-weight:600}.history-q{color:var(--text-light);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-empty{padding:8px;color:var(--text-light);font-size:12px}.sidebar-footer{border-top:1px solid var(--border-light);padding:10px 12px;display:flex;flex-direction:column;gap:6px}.user-info{font-size:13px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{background:none;border:1px solid var(--border-light);border-radius:6px;padding:5px;color:var(--text-light);font-size:12px}.logout-btn:hover{color:#dc2626;border-color:#dc2626}.main-area{flex:1;overflow-y:auto;padding:18px 24px}.main-area>*{max-width:1560px;margin-left:auto;margin-right:auto}.login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fdf0f0,#faf7f7 60%,#f7e5e5)}.login-card{width:380px;background:var(--panel-bg);border:2px solid var(--border);border-radius:var(--radius);padding:30px 32px 36px}.login-logo{display:block;width:96px;height:96px;margin:0 auto 12px;border-radius:50%;object-fit:cover}.login-title{font-size:22px;font-weight:700;color:var(--primary-dark);text-align:center}.login-subtitle{text-align:center;color:var(--text-light);margin:6px 0 22px}.login-tabs{display:flex;margin-bottom:18px;border-bottom:1px solid var(--border-light)}.login-tabs button{flex:1;background:none;border:none;padding:8px;color:var(--text-light);font-size:15px;border-bottom:2px solid transparent}.login-tabs button.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.login-card form{display:flex;flex-direction:column;gap:12px}.login-card input{padding:10px 12px;border:1px solid var(--border-light);border-radius:8px;font-size:14px;outline:none}.login-card input:focus{border-color:var(--primary)}.login-error{color:#dc2626;font-size:13px}.login-btn{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:11px;font-size:15px;margin-top:4px}.sso-divider{display:flex;align-items:center;margin:18px 0 14px;color:#999;font-size:12px}.sso-divider:before,.sso-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.sso-divider span{padding:0 12px}.sso-btn{width:100%;background:#fff;color:var(--primary);border:1px solid var(--primary);border-radius:8px;padding:10px;font-size:14px;cursor:pointer}.sso-btn:hover{background:#f0f3ff}.sso-btn.primary{background:var(--primary);color:#fff;border:none;padding:12px;font-size:16px;font-weight:600}.sso-btn.primary:hover{background:var(--primary-dark, #8f2d2d);filter:brightness(.95)}.sso-hint{margin:8px 0 0;font-size:12px;color:var(--text-light);text-align:center}.login-btn.secondary{background:#fff;color:var(--primary);border:1px solid var(--primary)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-hint{margin-top:18px;font-size:12px;color:var(--text-light);text-align:center;line-height:1.6}.direct-form.main{margin-top:18px;padding-top:0;border-top:none}.direct-toggle{display:block;margin:16px auto 0;background:none;border:none;color:var(--text-light);font-size:12.5px}.direct-toggle:hover{color:var(--primary)}.more-methods{margin-top:12px;padding-top:12px;border-top:1px dashed var(--border-light);display:flex;flex-direction:column;gap:12px}.more-methods form{display:flex;flex-direction:column;gap:12px}.more-methods .sso-divider{margin:2px 0}.direct-form{display:flex;flex-direction:column;gap:12px;margin-top:12px;padding-top:12px;border-top:1px dashed var(--border-light)}.weike-page{display:flex;gap:14px;height:calc(100vh - 36px);max-width:1458px;margin-left:auto;margin-right:auto}.course-catalog{width:264px;min-width:264px;background:var(--panel-bg);border:2px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;overflow:hidden}.catalog-title{padding:12px 14px;font-weight:700;color:var(--primary-dark);border-bottom:1px solid var(--border-light)}.catalog-list{overflow-y:auto;padding:8px;flex:1}.catalog-item{padding:10px;border-radius:8px;cursor:pointer;margin-bottom:4px;border:1px solid transparent}.catalog-item:hover{background:var(--primary-light)}.catalog-item.active{background:var(--primary-light);border-color:var(--border-light)}.catalog-item-top{display:flex;justify-content:space-between;gap:8px;margin-bottom:6px}.catalog-index{font-size:13px;font-weight:600;flex:1}.catalog-progress-text{font-size:12px;color:var(--primary);font-weight:600}.catalog-progress-bar{height:6px;background:#e5e9f2;border-radius:3px;overflow:hidden}.catalog-progress-fill{height:100%;background:var(--primary);border-radius:3px;transition:width .3s}.weike-main{flex:1;display:flex;flex-direction:column;gap:14px;min-width:0;max-width:1180px}.weike-top{flex:0 0 auto}.weike-bottom{flex:1;display:flex;gap:14px;min-height:260px}.video-window{background:var(--panel-bg);border:2px solid var(--border);border-radius:var(--radius);padding:12px;max-width:1180px}.video-window-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.video-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tool-btn{padding:4px 12px;font-size:12px;font-weight:600;letter-spacing:.3px;color:var(--primary-dark);border:1px solid #efc9ca;border-radius:7px;cursor:pointer;background:linear-gradient(180deg,#fff7f7,#fbe4e5 60%,#f6d5d6);box-shadow:inset 0 1px #ffffffe6,inset 0 -1px 3px #b3282d14,0 2px #e2b1b3,0 3px 6px #b3282d2e;transition:transform .08s,box-shadow .08s,filter .15s;white-space:nowrap}.tool-btn:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,inset 0 -1px 3px #b3282d14,0 3px #e2b1b3,0 5px 10px #b3282d38}.tool-btn:active{transform:translateY(2px);background:linear-gradient(180deg,#f9dcdd,#f3c8ca);box-shadow:inset 0 1px 4px #b3282d33,0 0 #e2b1b3,0 1px 3px #b3282d26}.tool-btn.active{transform:translateY(1px);color:#fff;border-color:#d98a8d;background:linear-gradient(180deg,#d9534f,#c0393e);box-shadow:inset 0 1px 4px #00000038,0 1px #a86063,0 2px 5px #b3282d33}.tool-tip{font-size:12px;color:#2e7d32;font-weight:600}.transcript-view{aspect-ratio:16 / 9;max-height:560px;overflow-y:auto;background:#fffdf9;border:1px solid var(--border);border-radius:8px;padding:20px 28px}.transcript-head{font-weight:700;color:var(--primary-dark);margin-bottom:14px;padding-bottom:10px;border-bottom:1px dashed var(--border)}.transcript-content{line-height:1.95;font-size:14px;color:#333;white-space:pre-wrap;word-break:break-word}.transcript-empty{color:var(--text-light);text-align:center;padding:40px 0}.wf-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.wf-modal{background:#fff;border-radius:12px;width:min(860px,96vw);max-height:86vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #00000040}.wf-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #eee}.wf-modal-title{font-weight:700;color:var(--primary-dark)}.wf-modal-close{background:none;border:none;font-size:16px;cursor:pointer;color:var(--text-light)}.wf-modal-body{padding:18px 24px;overflow-y:auto;line-height:1.8;font-size:14px}.wf-modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:12px 20px;border-top:1px solid #eee}.wf-modal-foot button{padding:8px 20px;border-radius:6px;border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:600}.wf-modal-foot button:last-child{background:var(--primary);color:#fff;border-color:var(--primary)}.wf-editor{width:100%;min-height:340px;resize:vertical;border:1px solid var(--border);border-radius:8px;padding:12px 14px;font-size:13px;line-height:1.7;font-family:inherit}.panel{flex:1;background:var(--panel-bg);border:2px solid var(--border);border-radius:var(--radius);padding:12px;display:flex;flex-direction:column;min-width:0;overflow:hidden}.panel-title{font-weight:700;color:var(--primary-dark);margin-bottom:10px}.input-row{display:flex;gap:8px;margin-bottom:8px}.input-row input{flex:1;padding:9px 12px;border:1px solid var(--border-light);border-radius:8px;outline:none;min-width:0}.input-row input:focus{border-color:var(--primary)}.input-row button{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:9px 14px;white-space:nowrap}.input-row button:disabled{opacity:.5;cursor:not-allowed}.note-input{width:100%;min-height:96px;max-height:240px;resize:vertical;padding:10px 12px;border:1px solid var(--border-light);border-radius:8px;outline:none;font-size:13px;line-height:1.7;font-family:inherit;box-sizing:border-box}.note-input:focus{border-color:var(--primary)}.note-actions{display:flex;justify-content:flex-end;margin:8px 0}.note-actions button{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:9px 20px;white-space:nowrap}.note-actions button:disabled{opacity:.5;cursor:not-allowed}.note-output-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.note-output-label{font-size:13px;font-weight:600;color:var(--primary-dark)}.download-btn{background:#fff;color:var(--primary);border:1px solid var(--primary);border-radius:8px;padding:5px 12px;font-size:12.5px;white-space:nowrap}.download-btn:hover{background:var(--primary-light)}.download-btn:disabled{opacity:.5;cursor:not-allowed}.sources-tags{font-size:12px;color:var(--text-light);margin-bottom:6px}.source-tag{display:inline-block;background:var(--primary-light);color:var(--primary-dark);border-radius:4px;padding:2px 8px;margin:2px 4px 2px 0;font-size:11px}.panel-output{flex:1;overflow-y:auto;border:1px dashed var(--border-light);border-radius:8px;padding:10px 12px;min-height:180px}.output-placeholder{color:var(--text-light);font-size:13px;line-height:1.8}.video-player{position:relative;background:#000;border-radius:8px;overflow:hidden;aspect-ratio:16 / 9;max-height:560px}.video-player.is-fullscreen{aspect-ratio:auto;height:100%}.video-player video{width:100%;height:100%;display:block;object-fit:contain}.video-controls{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,#000000bf);padding:18px 12px 8px}.video-progress{height:6px;background:#ffffff40;border-radius:3px;cursor:pointer;margin-bottom:8px}.video-progress-fill{height:100%;background:var(--primary);border-radius:3px}.video-controls-row{display:flex;align-items:center;gap:10px}.v-btn{background:none;border:none;color:#fff;font-size:16px;padding:2px 6px}.rate-btn{font-size:13px;font-weight:700;min-width:42px}.v-time{color:#fff;font-size:12px}.v-spacer{flex:1}.v-volume{width:80px;accent-color:var(--primary)}.video-placeholder{aspect-ratio:16 / 9;max-height:560px;background:#10162a;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#94a3b8}.video-placeholder-icon{font-size:40px}.assistant-page{height:calc(100vh - 36px);max-width:1180px;display:flex;flex-direction:column;background:var(--panel-bg);border:2px solid var(--border);border-radius:var(--radius);overflow:hidden}.assistant-header{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border-light)}.assistant-icon{font-size:30px}.assistant-title{font-size:17px;font-weight:700;color:var(--primary-dark)}.assistant-tip{font-size:12px;color:var(--text-light);margin-top:2px}.chat-area{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.chat-empty{color:var(--text-light);text-align:center;margin-top:40px;line-height:1.8}.chat-msg{display:flex}.chat-msg.user{justify-content:flex-end}.chat-bubble{max-width:72%;padding:10px 14px;border-radius:10px;line-height:1.7;word-break:break-word}.chat-msg.user .chat-bubble{background:var(--primary);color:#fff}.chat-msg.assistant .chat-bubble{background:var(--primary-light);color:var(--text)}.chat-input-bar{display:flex;gap:10px;padding:12px 16px;border-top:1px solid var(--border-light)}.chat-input-bar textarea{flex:1;resize:none;border:1px solid var(--border-light);border-radius:8px;padding:10px 12px;outline:none}.chat-input-bar textarea:focus{border-color:var(--primary)}.chat-input-bar button{background:var(--primary);color:#fff;border:none;border-radius:8px;padding:0 26px;font-size:15px}.chat-input-bar button:disabled{opacity:.5;cursor:not-allowed}.kb-page,.admin-page{max-width:980px;margin:0 auto}.kb-header,.admin-header{margin-bottom:16px}.kb-title{font-size:20px;font-weight:700;color:var(--primary-dark)}.kb-desc{color:var(--text-light);margin-top:4px}.kb-message{background:var(--primary-light);border:1px solid var(--border-light);border-radius:8px;padding:10px 14px;margin-bottom:12px}.kb-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;flex-wrap:wrap}.kb-course-select{display:flex;flex-wrap:wrap;gap:8px}.kb-chip{background:#fff;border:1px solid var(--border-light);border-radius:20px;padding:6px 14px;font-size:13px;color:var(--text)}.kb-chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.kb-upload-btn{background:var(--primary);color:#fff;border-radius:8px;padding:8px 16px;cursor:pointer;white-space:nowrap;font-size:13px}.kb-upload-btn.small{padding:6px 12px;font-size:12px}.kb-upload-btn.disabled{background:#c9c9c9;cursor:not-allowed;pointer-events:none;opacity:.75}.kb-doc-list{display:flex;flex-direction:column;gap:10px}.kb-empty{text-align:center;color:var(--text-light);padding:40px;border:2px dashed var(--border-light);border-radius:var(--radius)}.kb-doc-item,.admin-course-item{display:flex;align-items:center;gap:12px;background:var(--panel-bg);border:1px solid var(--border-light);border-radius:var(--radius);padding:12px 16px}.kb-doc-icon{font-size:24px}.kb-doc-info{flex:1;min-width:0}.kb-doc-title{font-weight:600}.kb-doc-meta{font-size:12px;color:var(--text-light);margin-top:3px}.kb-delete-btn{background:none;border:1px solid #fca5a5;color:#dc2626;border-radius:6px;padding:5px 12px;font-size:12px}.admin-actions{display:flex;gap:8px;align-items:center}.admin-course-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.admin-add-course{margin-top:14px}.markdown-body{line-height:1.75;font-size:14px}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:var(--primary-dark);margin:12px 0 8px}.markdown-body h1{font-size:18px}.markdown-body h2{font-size:16px}.markdown-body h3{font-size:15px}.markdown-body p{margin:6px 0}.markdown-body ul,.markdown-body ol{padding-left:22px;margin:6px 0}.markdown-body code{background:#f9f0f0;padding:2px 5px;border-radius:4px;font-size:13px}.markdown-body pre{background:#f9f0f0;padding:10px;border-radius:8px;overflow-x:auto;margin:8px 0}.markdown-body blockquote{border-left:3px solid var(--primary);padding-left:10px;color:var(--text-light);margin:8px 0}.markdown-body table{border-collapse:collapse;margin:8px 0}.markdown-body th,.markdown-body td{border:1px solid var(--border-light);padding:5px 10px}@media (max-width: 1100px){.weike-bottom{flex-direction:column;min-height:0}.weike-page{flex-direction:column;height:auto}.course-catalog{width:100%;min-width:0;max-height:220px}.video-window{max-width:none}}@media (max-height: 720px){.weike-page{height:auto;min-height:calc(100vh - 36px)}.weike-bottom{min-height:300px}}@media (min-width: 2560px){.weike-page{max-width:none}.weike-main{flex-direction:row;max-width:none;align-items:stretch}.weike-top{display:block;flex:1 1 auto;min-width:0}.weike-top .video-window{max-width:none;width:100%;height:100%;display:flex;flex-direction:column}.video-player,.video-placeholder{aspect-ratio:auto;flex:1;min-height:420px;max-height:none}.weike-bottom{flex:0 0 auto;width:clamp(480px,26%,780px);flex-direction:column;min-height:0}.panel{flex:1}.panel-output{min-height:100px}.course-catalog{width:300px;min-width:300px}}.admin-tabs{display:flex;gap:10px;margin-bottom:16px}.admin-tab{padding:8px 22px;border-radius:8px;border:1px solid var(--border-light);background:var(--panel-bg);color:var(--text);cursor:pointer;font-size:14px}.admin-tab.active{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:600}.stats-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:14px}.stats-card{background:var(--panel-bg);border:1px solid var(--border-light);border-radius:var(--radius);padding:16px 12px;text-align:center}.stats-card-num{font-size:24px;font-weight:700;color:var(--primary-dark)}.stats-card-label{font-size:12px;color:var(--text-light);margin-top:6px}.stats-panel{margin-bottom:14px;padding:16px}.stats-trend{display:flex;align-items:flex-end;gap:6px;height:140px;padding-top:8px}.trend-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.trend-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.trend-bar{width:70%;min-height:2px;background:linear-gradient(180deg,var(--primary),var(--primary-dark));border-radius:4px 4px 0 0}.trend-day{font-size:10px;color:var(--text-light);margin-top:4px;transform:rotate(-30deg)}.stats-module-list{display:flex;flex-direction:column;gap:8px}.stats-module-row{display:flex;align-items:center;gap:10px}.stats-module-name{width:150px;font-size:13px;flex-shrink:0}.stats-module-bar{flex:1;height:14px;background:var(--border-light);border-radius:7px;overflow:hidden}.stats-module-fill{height:100%;background:var(--primary);border-radius:7px}.stats-module-val{width:130px;font-size:12px;color:var(--text-light);text-align:right;flex-shrink:0}.stats-rank-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.rank-mode-switch{display:flex;gap:6px}.rank-mode-switch button{padding:5px 14px;border-radius:6px;border:1px solid var(--border-light);background:var(--panel-bg);font-size:12px;cursor:pointer}.rank-mode-switch button.active{background:var(--primary);border-color:var(--primary);color:#fff}.stats-rank-list{display:flex;flex-direction:column;gap:8px}.stats-rank-row{display:flex;align-items:center;gap:10px}.rank-medal{width:34px;text-align:center;font-size:15px;flex-shrink:0}.rank-name{width:130px;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.rank-bar{flex:1;height:12px;background:var(--border-light);border-radius:6px;overflow:hidden}.rank-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:6px}.rank-val{width:110px;font-size:12px;color:var(--text-light);text-align:right;flex-shrink:0}.stats-empty{text-align:center;color:var(--text-light);padding:20px}.stats-table-wrap{overflow-x:auto}.stats-table{width:100%;border-collapse:collapse;font-size:13px}.stats-table th,.stats-table td{padding:8px 10px;border-bottom:1px solid var(--border-light);text-align:left;white-space:nowrap}.stats-table th{color:var(--text-light);font-weight:600;font-size:12px}.stats-username{color:var(--text-light);font-size:12px}.user-actions{display:flex;gap:6px;flex-wrap:wrap}.user-actions .kb-upload-btn,.user-actions .kb-delete-btn{white-space:nowrap}.stats-td-strong{font-weight:700;color:var(--primary-dark)}@media (max-width: 900px){.stats-cards{grid-template-columns:repeat(2,1fr)}}.notice-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.notice-modal{width:min(560px,100%);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow-y:auto;background:var(--panel-bg);border:2px solid var(--border);border-radius:var(--radius);padding:28px 32px;box-shadow:0 8px 40px #0000002e;text-align:center}.notice-logo{width:72px;height:auto}.notice-title{margin:10px 0 16px;font-size:18px;font-weight:700;color:var(--primary)}.notice-body{text-align:left;font-size:14px;line-height:1.9;color:var(--text)}.notice-body p{margin:0 0 12px;text-indent:0}.notice-body p:not(.notice-sign):not(:first-child){text-indent:2em;text-align:justify}.notice-sign{text-align:right;margin:16px 0 0;color:var(--text)}.notice-check{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;font-size:14px;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.notice-check input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.notice-btn{width:100%;margin-top:14px;background:var(--primary);color:#fff;border:none;border-radius:8px;padding:12px;font-size:15px;font-weight:600;cursor:pointer}.notice-btn:hover:not(:disabled){background:var(--primary-dark, #8f2d2d);filter:brightness(.95)}.notice-btn:disabled{opacity:.5;cursor:not-allowed}.notice-editor{width:100%;box-sizing:border-box;resize:vertical;line-height:1.7;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:14px}@media (max-width: 768px){.mobile-topbar{display:flex;align-items:center;gap:10px;position:fixed;top:0;left:0;right:0;height:48px;padding:0 12px;background:var(--sidebar-bg);border-bottom:2px solid var(--border);z-index:90}.mobile-menu-btn{background:none;border:1px solid var(--border-light);border-radius:6px;padding:4px 10px;font-size:18px;color:var(--primary)}.mobile-brand-logo{width:28px;height:28px;border-radius:50%;object-fit:cover}.mobile-brand{font-size:15px;font-weight:700;color:var(--primary-dark);white-space:nowrap}.layout{display:block;height:100vh;height:100dvh}.sidebar{position:fixed;top:0;left:0;bottom:0;width:250px;min-width:250px;z-index:200;transform:translate(-102%);transition:transform .25s ease;box-shadow:4px 0 16px #00000026}.sidebar.mobile-open{transform:translate(0)}.sidebar-mask{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:150}.collapse-btn{display:none}.main-area{height:calc(100vh - 48px);height:calc(100dvh - 48px);padding:12px}.assistant-page{height:calc(100vh - 72px);height:calc(100dvh - 72px);border-width:1px}.assistant-header{padding:10px 12px;gap:8px}.assistant-icon{font-size:24px}.assistant-title{font-size:15px}.chat-area{padding:12px;gap:10px}.chat-bubble{max-width:88%}.chat-input-bar{padding:8px 10px;gap:8px}.chat-input-bar button{padding:0 16px;font-size:14px}.weike-page{gap:10px}.course-catalog{max-height:170px;border-width:1px}.video-window{padding:8px;border-width:1px}.video-window-head{margin-bottom:8px;gap:8px}.video-player,.video-placeholder,.transcript-view{max-height:none}.transcript-view{padding:14px 16px}.weike-bottom{gap:10px}.panel{border-width:1px;padding:10px}.v-volume{display:none}.login-card{width:min(380px,calc(100vw - 32px));padding:24px 20px 30px}.notice-mask{padding:12px}.notice-modal{padding:22px 18px 24px}.notice-body{font-size:13.5px;line-height:1.8}.kb-page,.admin-page{max-width:none}.kb-title{font-size:18px}.admin-tabs{flex-wrap:wrap;gap:6px}.admin-tab{padding:6px 14px;font-size:13px}.stats-cards{grid-template-columns:repeat(2,1fr);gap:8px}.stats-module-name,.stats-module-val{width:96px}.rank-name{width:90px}.rank-val{width:80px}.kb-doc-item,.admin-course-item{flex-wrap:wrap;padding:10px 12px}.wf-modal-mask{padding:8px}.wf-modal-body{padding:14px 16px}.markdown-body table{display:block;overflow-x:auto;max-width:100%}}@media (min-width: 769px){.sidebar-mask{display:none!important}.sidebar.mobile-open{transform:none;box-shadow:none}}
