.choice-header{margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.choice-pack-link{flex-shrink:0}.choice-header h1{color:#303133;font-size:24px}.choice-table-wrapper{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.choice-table{width:100%;border-collapse:collapse}.choice-table thead{background-color:#f5f7fa}.choice-table th{padding:12px;text-align:left;font-weight:600;color:#303133;font-size:14px;border-bottom:1px solid #ebeef5}.choice-action-th{text-align:right;width:100px}.choice-table td{padding:12px;border-bottom:1px solid #ebeef5;color:#606266;font-size:14px}.choice-table tbody tr:hover{background-color:#f5f7fa}.choice-title-cell{max-width:400px}.choice-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px;background:#ecf5ff;color:#409eff}.choice-action-cell{text-align:right}.choice-do-link{color:#409eff;text-decoration:none;font-size:14px;transition:color .3s}.choice-do-link:hover{color:#66b1ff;text-decoration:underline}@media (max-width: 768px){.choice-table-wrapper{overflow-x:auto}.choice-title-cell{max-width:200px}}.header{width:200px;flex-shrink:0;background-color:#fff;box-shadow:2px 0 8px #0000000f;z-index:100;display:flex;flex-direction:column;transition:width .2s ease;overflow:hidden}.header--collapsed{width:48px}.header--collapsed .header-container{padding:12px 0;gap:0}.header-container{padding:20px 0;display:flex;flex-direction:column;align-items:stretch;gap:24px;min-height:100vh;width:200px}.header--collapsed .header-container{width:48px}.header-top-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 12px 0 16px;min-height:32px}.header--collapsed .header-top-row{padding:0;justify-content:center}.sidebar-toggle{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:#606266;cursor:pointer;transition:background-color .2s,color .2s}.sidebar-toggle:hover{background-color:#ecf5ff;color:#409eff}.sidebar-toggle-icon{font-size:18px;line-height:1;font-weight:600}.header-logo{font-size:16px;font-weight:700;color:#409eff;text-decoration:none;padding:0;line-height:1.4;flex:1;min-width:0}.header-nav{display:flex;flex-direction:column;align-items:stretch;gap:4px;flex:1;padding:0 12px}.nav-link{color:#606266;text-decoration:none;font-size:14px;padding:10px 12px;border-radius:8px;transition:background-color .2s,color .2s}.nav-link:hover{color:#409eff;background-color:#ecf5ff}.header-user{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px;border-top:1px solid #ebeef5;margin-top:auto}.user-name{color:#606266;font-size:13px;padding:0 4px}.header-user .btn-sm{width:100%}.layout{min-height:100vh;display:flex;flex-direction:row}.layout-main{flex:1;min-width:0;padding:20px 24px}.login-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:20px}.login-card{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 12px #0000001a;width:100%;max-width:400px}.login-title{text-align:center;margin-bottom:30px;color:#303133;font-size:24px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#606266;font-size:14px;font-weight:500}.btn-block{width:100%;margin-top:10px}.login-footer{text-align:center;margin-top:20px;color:#909399;font-size:14px}.link{color:#409eff;text-decoration:none;margin-left:4px}.link:hover{text-decoration:underline}.register-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:20px}.register-card{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 12px #0000001a;width:100%;max-width:500px}.register-title{text-align:center;margin-bottom:30px;color:#303133;font-size:24px}.register-form{display:flex;flex-direction:column;gap:20px}.register-footer{text-align:center;margin-top:20px;color:#909399;font-size:14px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #409eff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{margin-top:16px;color:#909399;font-size:14px}.tasks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.tasks-header h1{color:#303133;font-size:24px}.empty-text{color:#909399;font-size:16px;margin-bottom:20px}.tasks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.task-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s}.task-card:hover{box-shadow:0 4px 12px #00000026}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.task-title{color:#303133;font-size:18px;font-weight:600;flex:1;margin-right:12px}.task-status{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap}.status-pending{background-color:#e4e7ed;color:#909399}.status-ongoing{background-color:#ecf5ff;color:#409eff}.status-ended{background-color:#fef0f0;color:#f56c6c}.task-info{margin-bottom:16px}.task-meta{display:flex;flex-direction:column;gap:8px;color:#606266;font-size:14px}.task-progress{margin-top:12px;padding-top:12px;border-top:1px solid #ebeef5}.task-progress-line{margin:0 0 4px;color:#606266;font-size:13px}.task-progress-line:last-child{margin-bottom:0}.task-actions{display:flex;gap:8px}.error-message{background-color:#fef0f0;color:#f56c6c;padding:12px;border-radius:4px;margin-bottom:20px}.assignment-detail{max-width:800px;margin:0 auto}.assignment-detail .assignment-header{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.assignment-detail .assignment-title{color:#303133;font-size:24px;margin-bottom:12px}.assignment-detail .assignment-description{color:#606266;font-size:14px;line-height:1.6;margin-bottom:16px}.assignment-detail .assignment-back{margin-top:8px}.assignment-detail .assignment-problem-list{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a}.assignment-detail .assignment-problems-title{color:#303133;font-size:18px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #409eff}.assignment-detail .assignment-empty{color:#909399;font-size:14px}.assignment-detail .assignment-problem-items{list-style:none;margin:0;padding:0}.assignment-detail .assignment-problem-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #ebeef5}.assignment-detail .assignment-problem-item:last-child{border-bottom:none}.assignment-detail .assignment-problem-num{color:#606266;font-weight:500;min-width:2em}.assignment-detail .assignment-problem-name{flex:1;color:#303133;font-size:15px}.assignment-detail .assignment-problem-status{flex-shrink:0;font-size:18px;font-weight:500;min-width:1.2em;text-align:center}.assignment-detail .assignment-problem-status .status-passed{color:#67c23a}.assignment-detail .assignment-problem-status .status-submitted{color:#e6a23c}.assignment-detail .assignment-problem-item .btn-sm{flex-shrink:0}.assignment-detail .assignment-problem-item .assignment-analysis-link{margin-left:4px}.problems-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.problems-header h1{color:#303133;font-size:24px}.problems-pack-link{flex-shrink:0}.search-form{display:flex;gap:8px}.search-input{width:300px}.problems-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.problems-table table{width:100%;border-collapse:collapse}.problems-table thead{background-color:#f5f7fa}.problems-table th{padding:12px;text-align:left;font-weight:600;color:#303133;font-size:14px;border-bottom:1px solid #ebeef5}.problems-table td{padding:12px;border-bottom:1px solid #ebeef5;color:#606266;font-size:14px}.problems-table tbody tr:hover{background-color:#f5f7fa}.problem-link{color:#409eff;text-decoration:none;transition:color .3s}.problem-link:hover{color:#66b1ff;text-decoration:underline}.btn-sm{padding:6px 12px;font-size:12px}.problem-status-cell{font-size:18px;font-weight:500}.status-passed{color:#67c23a}.status-submitted{color:#e6a23c}.status-none{color:#c0c4cc}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px}.page-info{color:#606266;font-size:14px}.empty-state{text-align:center;padding:60px 20px;color:#909399}@media (max-width: 768px){.problems-table{overflow-x:auto}.search-input{width:200px}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.28"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.problem-detail{max-width:1000px;margin:0 auto}.problem-detail-scroll{max-height:70vh;overflow-y:auto;overflow-x:hidden;border:1px solid #e4e7ed;border-radius:8px;background:#fafafa;margin-bottom:20px}.workspace-problem-content{max-width:none;width:100%;flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;display:block}.problem-header{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.problem-header h1{color:#303133;font-size:24px;margin-bottom:16px}.problem-meta{display:flex;gap:24px;flex-wrap:wrap;color:#606266;font-size:14px}.problem-content{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.problem-section{margin-bottom:32px}.problem-section:last-child{margin-bottom:0}.problem-section h2{color:#303133;font-size:18px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #409eff}.markdown-content{color:#606266;line-height:1.8}.markdown-content p{margin-bottom:12px}.markdown-content ul,.markdown-content ol{margin-left:24px;margin-bottom:12px}.markdown-content pre{background:#f5f5f5;padding:16px;border-radius:4px;overflow-x:auto;margin:16px 0}.markdown-content table{border-collapse:collapse;width:100%;margin:16px 0;font-size:14px}.markdown-content thead{background:#f5f7fa}.markdown-content th,.markdown-content td{border:1px solid #e4e7ed;padding:10px 12px;text-align:left}.markdown-content th{font-weight:600;color:#303133}.markdown-content tbody tr:nth-child(2n){background:#fafafa}.markdown-content tbody tr:hover{background:#f5f7fa}.sample{margin-bottom:24px}.sample-item{margin-bottom:16px}.sample-item h3{color:#303133;font-size:16px;margin-bottom:8px}.sample-item pre{margin:0;border-radius:4px}.problem-source{color:#909399;font-size:14px;font-style:italic}.problem-actions{display:flex;gap:12px;justify-content:center}.lecture-content{padding:0 4px}.lecture-load-code-btn{display:inline-block;margin:8px 8px 8px 0;padding:8px 16px;font-size:14px;color:#409eff;background:#409eff1a;border:1px solid #409eff;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.lecture-load-code-btn:hover{background:#409eff33}.markdown-content.lecture-content aside.lecture-aside,.lecture-content .lecture-aside{display:block;margin:16px 0;padding:14px 18px;border-radius:8px;border-left:4px solid #409eff;background:#ecf5ff;color:#303133;font-size:14px;line-height:1.7}.lecture-content .lecture-aside p{margin:0 0 8px}.lecture-content .lecture-aside p:last-child{margin-bottom:0}.lecture-content .lecture-aside pre{margin:10px 0 0;background:#0000000d;border-radius:4px}.lecture-content .lecture-derivation{margin:16px 0;padding:14px 18px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:14px;line-height:1.8;color:#303133}.lecture-content .lecture-derivation .derivation-step{padding:4px 0}.lecture-content .lecture-derivation .derivation-step code{background:transparent;padding:0;font-size:inherit;color:#0d6efd}.lecture-content .lecture-derivation .derivation-eq{color:#6c757d;font-weight:600;padding:2px 0;margin-left:1em}.lecture-content .lecture-derivation .derivation-result{padding:6px 0 4px;margin-top:4px;border-top:1px dashed #dee2e6;color:#198754;font-weight:600}.workspace-file-header{display:flex;align-items:center;gap:12px;margin-bottom:6px}.workspace-file-header .workspace-title{margin-bottom:0}.workspace-file-header .workspace-header-right{margin-left:auto;display:flex;align-items:center;gap:12px}.workspace-file-header .workspace-save-wrap{display:flex;align-items:center;gap:8px}.workspace-save-btn{padding:4px 12px;font-size:13px;border:1px solid #409eff;background:#409eff;color:#fff;border-radius:4px;cursor:pointer}.workspace-save-btn:hover:not(:disabled){background:#66b1ff;border-color:#66b1ff}.workspace-save-btn:disabled{opacity:.7;cursor:not-allowed}.workspace-save-error{font-size:12px;color:#f56c6c}.workspace-back-wrap{flex-shrink:0}.workspace-back-link{font-size:12px;color:#409eff;text-decoration:none;padding:2px 6px;border-radius:4px}.workspace-back-link:hover{color:#66b1ff;background:#ecf5ff}.workspace-file-tabs{display:flex;gap:8px;flex-wrap:wrap}.workspace-file-tabs .workspace-tab{padding:6px 10px;border-radius:4px;background:#f5f7fa;color:#606266;font-size:13px;cursor:pointer;border:1px solid transparent}.workspace-file-tabs .workspace-tab.active{background:#e6f0ff;color:#409eff;border-color:#c6dcff}.workspace-file-tab-wrap{display:inline-flex;align-items:center;gap:4px}.workspace-file-rename-btn{padding:2px 6px;border:none;border-radius:4px;background:transparent;color:#909399;font-size:12px;cursor:pointer;line-height:1}.workspace-file-rename-btn:hover{background:#e4e7ed;color:#606266}.workspace-file-close-btn{padding:2px 5px;border:none;border-radius:4px;background:transparent;color:#909399;font-size:14px;line-height:1;cursor:pointer}.workspace-file-close-btn:hover{background:#fde2e2;color:#f56c6c}.workspace-file-rename-input{padding:4px 8px;font-size:13px;border:1px solid #409eff;border-radius:4px;min-width:100px;outline:none}.workspace-file-tabs .workspace-tab-add{background:#ecf5ff;color:#409eff;border-color:#b3d8ff}.workspace-file-tabs .workspace-tab-add:hover{background:#d9ecff;color:#409eff}.workspace-choice-select{font-size:12px;padding:2px 6px;border-radius:4px;border:1px solid #dcdfe6;color:#606266;background:#fff;cursor:pointer}.workspace-choice-select:hover{border-color:#409eff}.workspace-editor-section .workspace-title{font-size:14px;color:#606266;margin-bottom:8px}.workspace-editor{border:1px solid #dcdfe6;border-radius:6px;overflow:hidden}.workspace-editor-pane{height:100%;min-height:0}.workspace-actions{display:flex;gap:12px}.workspace-actions .workspace-save-error{font-size:12px;color:#f56c6c}.workspace-run-tabs{display:flex;gap:8px;margin-bottom:12px}.workspace-run-tabs .workspace-tab{padding:6px 10px;border-radius:4px;background:#f5f7fa;color:#606266;font-size:13px;cursor:pointer;border:1px solid transparent}.workspace-run-tabs .workspace-tab.active{background:#e6f0ff;color:#409eff;border-color:#c6dcff}.workspace-run-content{min-height:120px;border:1px dashed #dcdfe6;border-radius:6px;background:#fafafa;padding:12px;color:#909399;font-size:13px}.workspace-run-content line-numbers{display:block;width:100%}.workspace-run-content .workspace-textarea{width:100%;min-height:120px;border:1px solid #dcdfe6;border-radius:6px;padding:10px;font-size:13px;font-family:Courier New,monospace;resize:vertical;background:#fff}.workspace-run-content .workspace-textarea.readonly{background:#f5f7fa;color:#606266}.workspace-content-tabs{display:flex;gap:8px;flex-wrap:wrap}.workspace-content-tabs .workspace-tab{padding:6px 10px;border-radius:4px;background:#f5f7fa;color:#606266;font-size:13px;cursor:pointer;border:1px solid transparent}.workspace-content-tabs .workspace-tab.active{background:#e6f0ff;color:#409eff;border-color:#c6dcff}.workspace-content-area{flex:1 1 0;min-height:0;padding:12px 16px 16px;overflow:hidden;display:flex;flex-direction:column}.workspace-content-area>*{flex:1 1 0;min-height:0;overflow:auto}.workspace-placeholder{color:#909399;font-size:14px;line-height:1.6}.workspace-page{padding:12px 20px 20px}.workspace-split{display:flex;align-items:stretch;min-height:75vh}.workspace-left,.workspace-right{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;min-height:640px;display:flex;flex-direction:column}.workspace-left{flex:0 0 auto;min-width:560px}.workspace-right{flex:0 0 auto;min-width:380px}.workspace-resizer{width:8px;cursor:col-resize;background:transparent;position:relative}.workspace-resizer:before{content:"";position:absolute;top:8px;bottom:8px;left:3px;width:2px;border-radius:2px;background:#e4e7ed}.workspace-resizer:hover:before{background:#c0c4cc}.workspace-resizer-h{height:8px;cursor:row-resize;background:transparent;position:relative;flex-shrink:0}.workspace-resizer-h:before{content:"";position:absolute;left:16px;right:16px;top:3px;height:2px;border-radius:2px;background:#e4e7ed}.workspace-resizer-h:hover:before{background:#c0c4cc}.workspace-section{padding:12px 16px;border-bottom:1px solid #f0f0f0}.workspace-section:last-child{border-bottom:none}.workspace-left-content-wrap{flex:1;min-height:200px;overflow:auto;padding:12px 16px}.workspace-left-primary-header .workspace-file-header{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.workspace-left-primary-header-right{margin-left:auto;display:flex;align-items:center;gap:8px}.workspace-left-primary-header-right .workspace-left-primary-tabs{margin-left:0}.workspace-left-primary-tabs{display:flex;gap:8px;margin-left:auto}.workspace-left-primary-tabs .workspace-tab{padding:6px 12px;border-radius:4px;background:#f5f7fa;color:#606266;font-size:13px;cursor:pointer;border:1px solid transparent}.workspace-left-primary-tabs .workspace-tab.active{background:#e6f0ff;color:#409eff;border-color:#c6dcff}.workspace-title{font-size:14px;color:#606266;margin-bottom:8px}.monaco-editor .editor-current-line-highlight{background:#409eff33}.monaco-editor .editor-current-line-arrow{color:#409eff}.monaco-editor .editor-current-line-arrow:before{content:"▶";font-size:10px;line-height:14px;display:inline-block;transform:translateY(1px)}.viz-container{display:flex;flex-direction:column;gap:0;height:100%;min-height:0}.viz-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex-shrink:0;padding-bottom:8px}.viz-main{flex:1;min-height:0;display:flex;flex-direction:column}.viz-resizer-h{height:8px;cursor:row-resize;background:transparent;position:relative;flex-shrink:0}.viz-resizer-h:before{content:"";position:absolute;left:8px;right:8px;top:3px;height:2px;border-radius:2px;background:#e4e7ed}.viz-resizer-h:hover:before{background:#c0c4cc}.viz-step{font-size:13px;color:#606266;padding:6px 10px;border-radius:4px;background:#f5f7fa}.viz-progress-wrap{width:100%;flex-shrink:0;padding-bottom:8px;position:relative}.viz-progress-breakpoints{position:absolute;left:0;right:0;bottom:0;height:10px;pointer-events:none}.viz-progress-breakpoint-marker{position:absolute;width:2px;height:10px;margin-left:-1px;background:#e6a23c;border-radius:1px;transform:translate(0)}.viz-progress{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e4e7ed;border-radius:4px;outline:none}.viz-progress::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#1e5bb8;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 2px #00000026}.viz-progress::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#1e5bb8;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 2px #00000026}.viz-progress::-webkit-slider-runnable-track{height:8px;border-radius:4px;background:linear-gradient(to right,#1e5bb8 0%,#1e5bb8 var(--viz-progress-pct, 0%),#e4e7ed var(--viz-progress-pct, 0%) 100%)}.viz-progress::-moz-range-track{height:8px;border-radius:4px;background:#e4e7ed}.viz-progress::-moz-range-progress{height:8px;border-radius:4px 0 0 4px;background:#1e5bb8}.viz-canvas{flex:1;min-height:200px;border:1px dashed #dcdfe6;border-radius:6px;background:#fafafa;position:relative;overflow:hidden}.viz-exception-block{flex-shrink:0;border:1px solid #f56c6c;border-radius:6px;background:#fef0f0;overflow:hidden}.viz-exception-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:600;color:#c45656;text-align:left}.viz-exception-header:hover{background:#fde2e2}.viz-exception-title{flex:1}.viz-exception-toggle{font-size:10px;opacity:.8}.viz-exception-body{margin:0;padding:12px;font-family:ui-monospace,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-all;color:#333;background:#fff;border-top:1px solid #fbc4c4;max-height:200px;overflow:auto}.viz-output{flex-shrink:0;display:flex;flex-direction:column;gap:8px;min-height:0;overflow:auto}.viz-output line-numbers{display:block;width:100%}.viz-output .workspace-textarea{flex:1;min-height:60px}.viz-graph{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto}.viz-graph-inner{position:relative;min-height:100%;display:flex;gap:16px;padding:12px}.viz-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.viz-opt #dataViz{position:relative;z-index:0}.viz-stack,.viz-heap{flex:1;min-width:240px;background:#fff;border:1px solid #ebeef5;border-radius:6px;padding:10px;overflow:auto}.viz-section-title{font-size:13px;color:#606266;margin-bottom:8px;font-weight:600}.viz-draggable{cursor:grab;-webkit-user-select:none;user-select:none;margin-bottom:10px}.viz-draggable:active{cursor:grabbing}.viz-frame{border:1px solid #e4e7ed;border-radius:6px;margin-bottom:0;background:#fdfdfd}.viz-frame-title{padding:6px 8px;font-size:12px;color:#409eff;border-bottom:1px solid #e4e7ed;background:#f5f7fa}.viz-vars{width:100%;border-collapse:collapse}.viz-vars td{padding:6px 8px;border-bottom:1px solid #f0f0f0;font-size:12px;vertical-align:top}.viz-var-name{color:#303133;width:40%}.viz-var-value{color:#606266}.viz-var-empty{text-align:center;color:#909399;padding:8px 0}.viz-ref{display:inline-block;padding:2px 6px;border-radius:4px;background:#e6f0ff;color:#409eff;font-size:11px}.viz-heap-object{border:1px solid #e4e7ed;border-radius:6px;background:#fff;padding:8px;margin-bottom:0}.viz-heap-title{font-size:12px;color:#409eff;margin-bottom:6px}.viz-heap-body{font-size:12px;color:#606266;word-break:break-all}.viz-heap-elements{margin-top:8px;padding-top:6px;border-top:1px solid #e4e7ed;font-size:11px}.viz-heap-el{padding:2px 0;display:flex;align-items:center;gap:6px}.viz-heap-el-index{color:#909399;min-width:28px}.viz-empty{font-size:12px;color:#909399;padding:8px 4px}.viz-opt #dataViz{margin-left:8px}.viz-opt table.visualizer{font-family:verdana,arial,helvetica,sans-serif;font-size:10pt;margin-bottom:10px}.viz-opt td.vizLayoutTd{vertical-align:top}.viz-opt #stack_td,.viz-opt #heap_td{vertical-align:top;font-size:10pt}.viz-opt #stack,.viz-opt #globals_area{padding-left:10px;padding-right:20px}.viz-opt #stackHeader,.viz-opt #heapHeader{font-size:11pt;font-weight:600;margin-bottom:8px;color:#333}.viz-opt div.stackFrame{background-color:#fff;margin-bottom:15px;padding:2px 6px 4px;font-size:10pt;border-left:1px solid #a6b3b6;min-width:200px}.viz-opt div.highlightedStackFrame{background-color:#bfdbfe;border-left-color:#3b82f6;color:#1e40af}.viz-opt div.highlightedStackFrame .stackFrameHeader,.viz-opt div.highlightedStackFrame .stackFrameVar,.viz-opt div.highlightedStackFrame .stackFrameValue{color:#1e40af}.viz-opt div.callerStackFrame{background-color:#e5e7eb;border-left-color:#9ca3af;color:#374151}.viz-opt div.stackFrameHeader{font-family:Andale mono,monospace;font-size:10pt;margin-top:4px;margin-bottom:3px;white-space:nowrap}.viz-opt .stackFrameVarTable{text-align:right;padding-top:3px;margin-left:auto;margin-right:0;border-collapse:separate;border-spacing:2px}.viz-opt td.stackFrameVar{text-align:right;padding-right:8px;padding-top:3px;padding-bottom:3px;font-size:10pt}.viz-opt td.stackFrameValue{text-align:left;border-bottom:1px solid #aaa;border-left:1px solid #aaa;vertical-align:middle;padding:3px;font-size:10pt}.viz-opt #heap{padding-left:20px}.viz-opt .heapObject{background-color:#ffffc6;margin-bottom:8px;padding:4px 6px;border:1px solid #555;font-size:10pt;width:max-content;max-width:100%}.viz-opt .heapObjectTitle{font-size:8pt;color:#555;margin-bottom:1px}.viz-opt .heapObjectBody{word-break:break-all;margin-bottom:2px}.viz-opt .heapObjectVarTable{margin-top:4px;border-collapse:separate;border-spacing:2px 0;font-size:9pt;width:1%;white-space:nowrap}.viz-opt .heapObjectVarTable td{padding:1px 6px 1px 0}.viz-opt .heapObjectVar{text-align:right;color:#555;vertical-align:top}.viz-opt .heapObjectValue{text-align:left;border-bottom:1px solid #aaa;border-left:1px solid #aaa;vertical-align:top;padding:1px 4px;min-width:1em}.viz-opt .heapRef{color:#333;text-decoration:none}.viz-opt .heapRef:hover{text-decoration:underline}.viz-opt .heapObjectArrayHorizontal{margin-top:4px;display:flex;flex-wrap:wrap;gap:4px 10px;align-items:baseline;font-size:9pt}.viz-opt .heapObjectArrayItem{display:inline-flex;align-items:baseline;gap:4px}.viz-opt .heapObjectArrayItem .heapObjectVar{padding:0;color:#555}.viz-opt .heapObjectArrayInner{display:inline-flex;flex-wrap:wrap;gap:4px 8px;align-items:baseline}.viz-opt .heapObjectArrayCell{display:inline-flex;align-items:baseline;gap:2px}.viz-opt .heapObjectArrayCell .heapObjectVar{padding:0;color:#555}.viz-canvas-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#909399;font-size:14px}.submission-list{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0}.submission-list-loading,.submission-list-empty,.submission-list-error{padding:24px;text-align:center;color:#606266}.submission-list-error{color:#f56c6c}.submission-list-header{font-size:13px;color:#909399}.submission-list-table-wrap{overflow:auto;border:1px solid #e4e7ed;border-radius:8px;background:#fff}.submission-list-table{width:100%;border-collapse:collapse;font-size:14px}.submission-list-table th,.submission-list-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #ebeef5}.submission-list-table th{background:#f5f7fa;color:#303133;font-weight:600;white-space:nowrap}.submission-list-table tbody tr{cursor:pointer;transition:background .15s}.submission-list-table tbody tr:hover{background:#f5f7fa}.submission-list-table tbody tr.selected{background:#ecf5ff}.submission-list-empty-cell{text-align:center;color:#909399;padding:24px!important}.submission-result-badge{display:inline-block;padding:2px 8px;border-radius:4px;color:#fff;font-size:12px}.submission-result-count{opacity:.95;font-weight:500}.submission-code-panel{flex:1 1 0;min-height:200px;display:flex;flex-direction:column;border:1px solid #e4e7ed;border-radius:8px;background:#fff;overflow:hidden}.submission-code-panel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f5f7fa;border-bottom:1px solid #e4e7ed;font-weight:600;font-size:14px}.submission-compile-error-wrap{padding:12px;border-bottom:1px solid #e4e7ed;background:#fef0f0}.submission-compile-error-title{font-size:13px;font-weight:600;color:#f56c6c;margin-bottom:8px}.submission-compile-error-pre{margin:0;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #fde2e2;color:#303133}.submission-code-close{padding:4px 12px;font-size:13px;color:#606266;background:#fff;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer}.submission-code-close:hover{color:#409eff;border-color:#409eff}.submission-code-loading,.submission-code-error{padding:24px;text-align:center}.submission-code-error{color:#f56c6c}.submission-code-content{flex:1;overflow:auto;padding:12px}.submission-code-files{display:flex;flex-direction:column;gap:16px}.submission-code-file{border:1px solid #ebeef5;border-radius:6px;overflow:hidden}.submission-code-filename{padding:6px 10px;background:#f5f7fa;font-size:13px;font-weight:500;color:#303133}.submission-code-pre{margin:0;padding:12px;font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-all;overflow-x:auto;background:#fafafa;color:#303133;max-height:320px;overflow-y:auto}.submission-code-file .submission-code-pre{max-height:280px}.submission-code-highlight{max-height:320px;overflow:auto}.submission-code-file .submission-code-highlight{max-height:280px}.submission-code-highlight pre{margin:0!important}.submit-result-panel{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0;overflow:auto;padding:12px}.submit-result-panel-empty,.submit-result-panel-loading,.submit-result-panel-error{padding:24px;color:#606266;text-align:center}.submit-result-panel-error{color:#f56c6c}.submit-result-summary{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.submit-result-badge{display:inline-block;padding:4px 10px;border-radius:4px;color:#fff;font-size:13px;font-weight:500}.submit-result-count,.submit-result-score{font-size:14px;color:#606266}.submit-result-score{font-weight:500}.submit-result-compile-error{border:1px solid #fde2e2;border-radius:8px;background:#fef0f0;padding:12px}.submit-result-compile-error-title{font-size:13px;font-weight:600;color:#f56c6c;margin-bottom:8px}.submit-result-compile-error-pre{margin:0;font-size:12px;line-height:1.5;color:#303133;white-space:pre-wrap;word-break:break-all}.submit-result-files{display:flex;flex-direction:column;gap:16px}.submit-result-file-block{border:1px solid #e4e7ed;border-radius:8px;overflow:hidden;background:#fff}.submit-result-filename{padding:8px 12px;background:#f5f7fa;font-size:13px;font-weight:500;color:#303133;border-bottom:1px solid #e4e7ed}.submit-result-code{max-height:320px;overflow:auto}.submit-result-actions{margin-top:4px}.submit-result-load-btn{font-size:14px}.solution-panel{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0;overflow:auto;padding:12px}.solution-panel-empty,.solution-panel-loading,.solution-panel-error{padding:24px;color:#606266;text-align:center}.solution-panel-error{color:#f56c6c}.solution-panel-files{display:flex;flex-direction:column;gap:16px}.solution-panel-file-block{border:1px solid #e4e7ed;border-radius:8px;overflow:hidden;background:#fff}.solution-panel-filename{padding:8px 12px;background:#f5f7fa;font-size:13px;font-weight:500;color:#303133;border-bottom:1px solid #e4e7ed}.solution-panel-code{max-height:320px;overflow:auto}.solution-panel-actions{margin-top:4px}.solution-panel-load-btn{font-size:14px}.examples-header{margin-bottom:24px}.examples-header h1{color:#303133;font-size:24px;margin-bottom:8px}.examples-desc{color:#909399;font-size:14px;margin:0}.examples-section{margin-bottom:32px}.examples-section-title{font-size:18px;color:#303133;margin:0 0 16px;font-weight:600}.examples-section-hint{color:#909399;font-size:14px;margin:0;padding:12px 0}.examples-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.example-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;background:#fff;border:1px solid #ebeef5;border-radius:8px;padding:20px;text-align:left;cursor:pointer;transition:box-shadow .2s,border-color .2s}.example-card:hover{border-color:#409eff;box-shadow:0 2px 12px #409eff26}.example-id{font-size:12px;color:#909399}.example-name{font-size:16px;font-weight:600;color:#303133}.empty-state{text-align:center;padding:60px 20px}.empty-state p{color:#909399;margin:0}.lectures-page h1{margin-bottom:1rem}.lectures-list{list-style:none;padding:0;margin:0}.lectures-list li{margin-bottom:.5rem}.lecture-link{display:block;padding:.75rem 1rem;background:var(--card-bg, #1e293b);border-radius:6px;color:var(--link-color, #60a5fa);text-decoration:none}.lecture-link:hover{background:var(--card-hover, #334155)}.lectures-page .empty-state{padding:2rem;text-align:center;color:var(--text-muted, #94a3b8)}.knowledge-page h1{margin-bottom:1rem}.knowledge-tree{display:flex;flex-direction:column;gap:.75rem}.knowledge-unit{overflow:hidden}.knowledge-unit-header,.knowledge-topic-header{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;border:none;background:var(--card-bg, #1e293b);color:var(--text-color, #e2e8f0);font-size:1rem;text-align:left;cursor:pointer;border-radius:6px}.knowledge-unit-header:hover,.knowledge-topic-header:hover{background:var(--card-hover, #334155)}.knowledge-toggle{flex-shrink:0;width:1.2em;color:var(--text-muted, #94a3b8)}.knowledge-unit-title{font-weight:600}.knowledge-unit-body{padding:.5rem 0 .5rem 1.5rem;margin-top:.25rem}.knowledge-topic{margin-bottom:.5rem}.knowledge-topic:last-child{margin-bottom:0}.knowledge-topic-header{padding:.5rem .75rem;font-size:.95rem;background:var(--bg-secondary, #0f172a);border-radius:4px}.knowledge-topic-header:hover{background:var(--card-hover, #334155)}.knowledge-topic-title{font-weight:500}.knowledge-topic-body{padding:.75rem 1rem .75rem 2rem;margin-top:.25rem;border-left:2px solid #94a3b8;color:#334155}.knowledge-section{margin-bottom:1rem}.knowledge-section:last-child{margin-bottom:0}.knowledge-section h4{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#1e293b;letter-spacing:.02em}.knowledge-section ul{margin:0;padding-left:1.25rem;list-style:disc}.knowledge-section li{margin-bottom:.35rem;line-height:1.45;color:#334155}.knowledge-section li strong{margin-right:.25rem;color:#1e293b}.knowledge-lo{margin-bottom:.5rem}.knowledge-lo-header{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:.4rem .5rem;border:none;background:transparent;color:#1e293b;font-size:.95rem;text-align:left;cursor:pointer;border-radius:4px}.knowledge-lo-header:hover{background:var(--card-hover, #334155)}.knowledge-lo-id{font-weight:600;flex-shrink:0;color:#1e293b}.knowledge-lo-desc{flex:1;line-height:1.4;color:#334155}.knowledge-lo-ek-count{flex-shrink:0;font-size:.85em;color:#475569}.knowledge-ek-wrap{margin:.35rem 0 0 1.5rem;padding-left:.75rem;border-left:2px solid var(--border-color, #475569)}.knowledge-ek-label{display:block;font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.knowledge-ek-list{margin:0;padding-left:1rem;list-style:disc}.knowledge-ek-list li{margin-bottom:.3rem;line-height:1.45;color:#334155}.knowledge-ek-list li strong{color:#1e293b}.knowledge-page .empty-state{padding:2rem;text-align:center;color:#64748b}.knowledge-page .empty-state code{font-size:.9em;padding:.15em .4em;background:var(--bg-secondary, #0f172a);border-radius:4px}.choice-task-new{max-width:800px;padding:24px 0}.choice-task-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.choice-task-header h1{margin:0;font-size:1.5rem}.choice-task-form{display:flex;flex-direction:column;gap:20px}.choice-task-field label{display:block;margin-bottom:6px;font-weight:500;font-size:14px}.choice-task-input,.choice-task-textarea{width:100%;padding:8px 12px;font-size:14px;border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box}.choice-task-textarea{resize:vertical;min-height:60px}.choice-task-select-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.choice-task-check-all{font-weight:400;cursor:pointer}.choice-task-table-wrap{overflow-x:auto;border:1px solid #ebeef5;border-radius:4px;margin-top:8px}.choice-task-table{width:100%;border-collapse:collapse}.choice-task-table th,.choice-task-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #ebeef5}.choice-task-table th{background:#f5f7fa;font-weight:500;font-size:14px}.choice-task-table tbody tr:last-child td{border-bottom:none}.choice-task-title-cell{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.choice-task-hint{margin:8px 0 0;font-size:13px;color:#909399}.choice-task-save-error{color:#f56c6c;font-size:14px;margin:0}.choice-task-actions{display:flex;gap:12px;margin-top:8px}.choice-task-loading,.choice-task-error{margin:0 0 16px}.programming-task-new{max-width:800px;padding:24px 0}.programming-task-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.programming-task-header h1{margin:0;font-size:1.5rem}.programming-task-form{display:flex;flex-direction:column;gap:20px}.programming-task-field label{display:block;margin-bottom:6px;font-weight:500;font-size:14px}.programming-task-input,.programming-task-textarea{width:100%;padding:8px 12px;font-size:14px;border:1px solid #dcdfe6;border-radius:4px;box-sizing:border-box}.programming-task-textarea{resize:vertical;min-height:60px}.programming-task-select-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.programming-task-check-all{font-weight:400;cursor:pointer}.programming-task-table-wrap{overflow-x:auto;border:1px solid #ebeef5;border-radius:4px;margin-top:8px}.programming-task-table{width:100%;border-collapse:collapse}.programming-task-table th,.programming-task-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #ebeef5}.programming-task-table th{background:#f5f7fa;font-weight:500;font-size:14px}.programming-task-table tbody tr:last-child td{border-bottom:none}.programming-task-title-cell{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.programming-task-hint{margin:8px 0 0;font-size:13px;color:#909399}.programming-task-save-error{color:#f56c6c;font-size:14px;margin:0}.programming-task-actions{display:flex;gap:12px;margin-top:8px}.programming-task-loading,.programming-task-error{margin:0 0 16px}.choice-option-body{flex:1;min-width:0}.choice-option-body .markdown-with-math{display:block}.choice-option-body .markdown-content{font-size:inherit;line-height:1.6;color:#303133}.choice-option-body .markdown-content p{margin:0 0 6px}.choice-option-body .markdown-content p:last-child{margin-bottom:0}.choice-option-body .katex{font-size:1.05em}.choice-option-body .katex-display{margin:6px 0;overflow-x:auto;overflow-y:hidden}.choice-option-body .markdown-content ul,.choice-option-body .markdown-content ol{margin:4px 0 4px 1em;padding-left:1em}.choice-option-body .markdown-content code{background:#f5f7fa;padding:2px 6px;border-radius:4px;font-size:.92em}.choice-option-body .markdown-content pre{margin:6px 0}.choice-analysis-content{padding:0 4px}.choice-analysis-block{margin-bottom:1.2em}.choice-analysis-heading{font-size:14px;font-weight:600;color:#303133;margin:0 0 8px;padding-bottom:4px;border-bottom:1px solid #e4e7ed}.choice-analysis-markdown{font-size:13px}.choice-analysis-options{list-style:none;margin:0;padding:0}.choice-analysis-option-item{display:flex;align-items:flex-start;gap:6px;margin-bottom:8px;padding:8px 10px;border-radius:6px;border:1px solid #e4e7ed;background:#fafafa}.choice-analysis-option-item.choice-analysis-user{border-color:#409eff;background:#ecf5ff}.choice-analysis-option-item.choice-analysis-correct,.choice-analysis-option-item.choice-analysis-user.choice-analysis-correct{border-color:#67c23a;background:#f0f9eb}.choice-option-letter{flex-shrink:0;font-weight:600;color:#606266}.choice-analysis-badges{flex-shrink:0;margin-left:auto;display:flex;gap:6px;flex-wrap:wrap}.choice-analysis-badge{font-size:11px;padding:2px 6px;border-radius:4px;font-weight:500}.choice-analysis-badge-user{background:#409eff;color:#fff}.choice-analysis-badge-correct{background:#67c23a;color:#fff}.exam-page{display:flex;flex-direction:column;min-height:75vh}.exam-top-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#ecf5ff;border-bottom:1px dashed #000;flex-shrink:0}.exam-top-bar-section{font-weight:600;color:#303133}.exam-top-bar-left{display:flex;align-items:center;gap:12px}.exam-top-bar-back{padding:6px 12px;font-size:13px;color:#409eff;background:#ecf5ff;border:1px solid #b3d8ff;border-radius:4px;text-decoration:none;white-space:nowrap}.exam-top-bar-back:hover{background:#d9ecff;color:#409eff}.exam-top-bar-center{display:flex;align-items:center}.exam-timer-block{display:flex;flex-direction:column;align-items:center;gap:4px}.exam-top-bar-timer{font-variant-numeric:tabular-nums;font-size:1.1rem}.exam-top-bar-toggle-timer{padding:2px 8px;font-size:12px;color:#606266;background:#f0f0f0;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer}.exam-top-bar-toggle-timer:hover{background:#e4e7ed}.exam-clock-icon{display:inline-block;font-size:1.2rem}.exam-top-bar-right{display:flex;align-items:center;gap:12px}.exam-top-bar-btn-placeholder{font-size:12px;color:#909399}.exam-top-bar-btn-hidden{display:none}.exam-top-bar-btn{padding:6px 12px;font-size:13px;color:#409eff;background:#ecf5ff;border:1px solid #b3d8ff;border-radius:4px;cursor:pointer}.exam-top-bar-btn:hover{background:#d9ecff}.exam-top-bar-ref,.exam-top-bar-submit{font-weight:500}.exam-top-bar-submit-error{font-size:12px;color:#f56c6c;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exam-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.exam-modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:90vw;max-width:800px;max-height:85vh;display:flex;flex-direction:column}.exam-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e4e7ed}.exam-modal-title{margin:0;font-size:1rem}.exam-modal-close{padding:0 8px;font-size:1.5rem;line-height:1;color:#909399;background:none;border:none;cursor:pointer}.exam-modal-body{flex:1;min-height:400px;overflow:auto;padding:0}.exam-modal-iframe{width:100%;height:75vh;border:none}.exam-modal-placeholder{padding:24px;color:#909399;text-align:center}.exam-split{display:flex;align-items:stretch;flex:1;min-height:480px}.exam-bottom-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#ecf5ff;border-top:1px solid #d9ecff;flex-shrink:0}.exam-bottom-bar-center-wrap{flex:1;display:flex;justify-content:center}.exam-bottom-bar-prev,.exam-bottom-bar-next{padding:8px 20px;font-size:14px;color:#fff;background:#409eff;border:none;border-radius:4px;cursor:pointer;flex-shrink:0}.exam-bottom-bar-prev:hover:not(:disabled),.exam-bottom-bar-next:hover:not(:disabled){background:#66b1ff}.exam-bottom-bar-prev:disabled,.exam-bottom-bar-next:disabled{opacity:.6;cursor:not-allowed}.exam-question-picker-wrap{position:relative}.exam-question-picker-btn{padding:8px 16px;font-size:14px;color:#fff;background:#303133;border:1px solid #303133;border-radius:4px;cursor:pointer;font-variant-numeric:tabular-nums}.exam-question-picker-btn:hover{background:#404244;border-color:#404244}.exam-question-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.exam-question-picker-popover{position:absolute;left:50%;bottom:100%;transform:translate(-50%);margin-bottom:8px;padding:12px;background:#fff;border:1px solid #e4e7ed;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:101}.exam-question-picker-tail{position:absolute;left:50%;bottom:-8px;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;filter:drop-shadow(0 1px 0 #e4e7ed)}.exam-question-picker-grid{display:grid;grid-template-columns:repeat(10,40px);gap:8px;justify-content:center}.exam-question-picker-grid .exam-question-box{width:40px;height:40px;flex-shrink:0}.exam-left,.exam-right{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;min-width:200px;display:flex;flex-direction:column;overflow:hidden}.exam-question-list{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;border-bottom:1px solid #e4e7ed;flex-shrink:0}.exam-question-box{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px dashed #c0c4cc;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;color:#303133;position:relative}.exam-question-box:hover{border-color:#409eff;background:#ecf5ff}.exam-question-box-active{border-style:solid;border-color:#409eff;background:#ecf5ff}.exam-question-box-answered{background:#409eff;border-color:#409eff;border-style:solid;color:#fff}.exam-question-box-answered.exam-question-box-active{background:#66b1ff}.exam-question-box-review .exam-question-box-review-flag{position:absolute;top:2px;right:2px;font-size:10px}.exam-question-box-num{font-variant-numeric:tabular-nums}.exam-left-content{flex:1;padding:16px;overflow:auto;min-height:0}.exam-left-content .exam-loading,.exam-no-background{color:#909399}.exam-right-content{flex:1;padding:16px;overflow:auto;color:#909399}.exam-right-toolbar{display:flex;align-items:center;gap:12px;padding:8px 0;flex-shrink:0}.exam-right-toolbar-num{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;background:#303133;color:#fff;font-size:16px;font-weight:600;font-variant-numeric:tabular-nums;border-radius:4px}.exam-review-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;font-size:1.1rem;color:#606266;background:#f5f7fa;border:1px solid #dcdfe6;border-radius:4px;cursor:pointer}.exam-review-btn:hover{background:#ecf5ff;border-color:#c6e2ff}.exam-review-btn-on{background:#fdf6ec;border-color:#e6c89c}.exam-right-toolbar-label{font-size:14px;color:#606266}.exam-right-question{padding:8px 0 16px;border-bottom:1px solid #f0f0f0}.exam-right-question .markdown-with-math,.exam-left-content .markdown-with-math{font-size:14px}.exam-right-options{padding:16px 0}.exam-options-title{margin:0 0 12px;font-size:14px;color:#606266}.exam-options-list{list-style:none;margin:0;padding:0}.exam-options-list li{margin-bottom:8px}.exam-option-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;padding:8px;border-radius:4px}.exam-option-label:hover{background:#f5f7fa}.exam-option-label input{margin-top:4px;flex-shrink:0}.exam-option-letter{flex-shrink:0;font-weight:600;color:#303133}.exam-option-body{flex:1;min-width:0}.exam-submit-wrap{padding:16px 0;flex-shrink:0}.exam-submit-error{color:#f56c6c;margin:0 0 8px;font-size:14px}.exam-submit-btn{padding:10px 24px;font-size:14px;color:#fff;background:#409eff;border:none;border-radius:4px;cursor:pointer}.exam-submit-btn:hover{background:#66b1ff}.exam-result{padding:24px}.exam-result h2{margin:0 0 16px;font-size:1.25rem}.exam-result p{margin:8px 0;color:#606266}.exam-no-question{color:#909399;padding:24px}.exam-resizer{width:8px;cursor:col-resize;background:transparent;position:relative;flex-shrink:0}.exam-resizer:before{content:"";position:absolute;top:8px;bottom:8px;left:3px;width:2px;border-radius:2px;background:#e4e7ed}.exam-resizer:hover:before{background:#c0c4cc}.exam-result-page{max-width:560px;margin:0 auto;padding:24px 16px}.exam-result-empty{text-align:center;padding:48px 24px}.exam-result-empty h1{margin:0 0 16px;font-size:1.5rem}.exam-result-empty p{margin:0 0 24px;color:#606266}.exam-result-back-link{display:inline-block;padding:8px 20px;font-size:14px;color:#409eff;background:#ecf5ff;border:1px solid #b3d8ff;border-radius:4px;text-decoration:none}.exam-result-back-link:hover{background:#d9ecff}.exam-result-title{margin:0 0 24px;font-size:1.5rem}.exam-result-summary{margin-bottom:24px;padding:16px;background:#f5f7fa;border-radius:8px}.exam-result-total,.exam-result-time{margin:8px 0;color:#303133}.exam-result-list-wrap{margin-bottom:24px}.exam-result-list-title{margin:0 0 12px;font-size:1rem;color:#606266}.exam-result-list{list-style:none;margin:0;padding:0;border:1px solid #e4e7ed;border-radius:8px;overflow:hidden}.exam-result-item{padding:10px 16px;border-bottom:1px solid #e4e7ed;font-size:14px}.exam-result-item:last-child{border-bottom:none}.exam-result-item-correct{background:#f0f9eb;color:#67c23a}.exam-result-item-wrong{background:#fef0f0;color:#f56c6c}.exam-result-item-unanswered{background:#fff;color:#909399}.exam-result-actions{margin-top:24px}.exam-result-detail-btn{display:inline-block;padding:10px 24px;font-size:14px;color:#409eff;background:#ecf5ff;border:1px solid #b3d8ff;border-radius:4px;cursor:pointer;text-decoration:none}.exam-result-detail-btn:hover{background:#d9ecff}.exam-result-item-link{color:inherit;text-decoration:none;display:block}.exam-result-item-link:hover{text-decoration:underline}.btn-danger{background-color:#dc3545;color:#fff;border-color:#dc3545}.btn-danger:hover:not(:disabled){background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger:disabled{opacity:.65}
