.graduation-planning-container{padding:24px;background-color:#f5f7fa;min-height:calc(100vh - 84px)}.page-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px;background:#fff;padding:24px;border-radius:12px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.05);box-shadow:0 2px 12px 0 rgba(0,0,0,.05);border:1px solid #f0f2f5}.page-header,.page-header .header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header .header-left{gap:16px}.page-header .header-left .header-icon{font-size:36px;color:#ff9f43}.page-header .header-left .page-title{font-size:24px;font-weight:600;color:#1e293b;margin:0}.page-header .header-left .page-subtitle{font-size:14px;color:#64748b;margin:8px 0 0}.main-content .empty-state{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:80px 40px;background:#fff;border-radius:12px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.05);box-shadow:0 2px 12px 0 rgba(0,0,0,.05);border:1px solid #f0f2f5}.main-content .empty-state,.main-content .empty-state .empty-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-content .empty-state .empty-icon-wrapper{width:100px;height:100px;border-radius:50%;background:#fff7e6;margin-bottom:24px}.main-content .empty-state .empty-icon-wrapper i{font-size:48px;color:#ff9f43}.main-content .empty-state .empty-title{font-size:20px;color:#1e293b;margin:0 0 12px}.main-content .empty-state .empty-desc{font-size:14px;color:#64748b;margin:0 0 32px;text-align:center;max-width:400px}.main-content .planning-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition:gap .3s ease;transition:gap .3s ease}.main-content .planning-layout.is-collapsed{gap:0}.main-content .left-panel-wrapper{position:relative;-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px;width:360px;min-width:360px;min-height:600px}.main-content .left-panel-container{width:360px;min-width:360px;overflow:hidden;-webkit-transition:width .3s ease,opacity .3s ease;transition:width .3s ease,opacity .3s ease}.main-content .left-panel-container.is-collapsed{width:0;opacity:0}.main-content .left-panel{width:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.main-content .collapse-toggle{position:absolute;top:50%;left:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24px;height:60px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;z-index:20;color:#94a3b8;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.06);-webkit-transition:all .3s ease;transition:all .3s ease}.main-content .collapse-toggle:hover{color:#ff9f43;background:#fffaf5;border-color:#fed7aa}.main-content .planning-layout.is-collapsed .collapse-toggle{-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:0 6px 6px 0;border-left:none}.main-content .right-panel{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;min-height:720px}.card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #f0f2f5;margin-bottom:16px}.card-header i{color:#ff9f43;font-size:18px;margin-right:8px}.card-header .card-title{font-size:16px;font-weight:600;color:#1e293b}.archive-card,.daily-task-card,.plan-dashboard,.side-nav-card{background:#fff;border-radius:12px;padding:24px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.05);box-shadow:0 2px 12px 0 rgba(0,0,0,.05);border:1px solid #f0f2f5}.side-nav-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.side-nav-item,.side-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.side-nav-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px;border:1px solid #f0f2f5;border-radius:10px;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.side-nav-item:hover{border-color:#ff9f43;background:#fffaf5}.side-nav-item.active{border-color:#ff9f43;background:linear-gradient(135deg,#fff7e6,#fff)}.side-nav-item .side-nav-main{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.side-nav-item .side-nav-title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:6px}.side-nav-item .side-nav-title-row i{color:#ff9f43;font-size:16px}.side-nav-item .side-nav-title{font-size:15px;font-weight:600;color:#1e293b}.side-nav-item .side-nav-desc{font-size:13px;color:#64748b;line-height:1.5}.side-nav-item .side-nav-extra{-webkit-box-flex:0;-ms-flex:none;flex:none}.side-nav-item .side-nav-progress{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:52px;height:28px;padding:0 10px;border-radius:14px;background:#fff3e0;color:#ff9f43;font-size:13px;font-weight:600}.archive-content .archive-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 0;border-bottom:1px dashed #f0f2f5}.archive-content .archive-item:last-child{border-bottom:none}.archive-content .archive-item .label{color:#64748b;font-size:14px}.archive-content .archive-item .value{color:#1e293b;font-weight:500;font-size:14px}.archive-content .archive-item .value.highlight{color:#ff9f43;font-size:18px;font-weight:600}.card-footer{margin-top:16px;padding-top:16px;border-top:1px solid #f0f2f5;text-align:right}.no-plan-selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:600px;background:#fff;border-radius:12px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.05);box-shadow:0 2px 12px 0 rgba(0,0,0,.05);border:1px solid #f0f2f5}.no-plan-selected .no-plan-content{text-align:center}.no-plan-selected .no-plan-content i{font-size:64px;color:#cbd5e1;margin-bottom:16px}.no-plan-selected .no-plan-content h3{font-size:18px;color:#64748b;margin-bottom:8px}.no-plan-selected .no-plan-content p{font-size:14px;color:#94a3b8}.loading-dashboard{padding:20px}.dashboard-content .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.dashboard-content .stats-grid .stat-card{text-align:center;padding:20px;background:#f8fafc;border-radius:8px}.dashboard-content .stats-grid .stat-card .stat-value{font-size:28px;font-weight:700;color:#ff9f43;margin-bottom:4px}.dashboard-content .stats-grid .stat-card .stat-label{font-size:13px;color:#64748b}.dashboard-content .score-comparison{margin-bottom:24px;padding:20px;background:#f8fafc;border-radius:8px}.dashboard-content .score-comparison .score-list .score-item{margin-bottom:16px}.dashboard-content .score-comparison .score-list .score-item:last-child{margin-bottom:0}.dashboard-content .score-comparison .score-list .score-item .score-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.dashboard-content .score-comparison .score-list .score-item .score-header .subject-name{font-weight:600;color:#1e293b}.dashboard-content .score-comparison .score-list .score-item .score-header .score-gap{font-size:13px;color:#64748b}.dashboard-content .score-comparison .score-list .score-item .score-header .score-gap.warning{color:#ef4444}.dashboard-content .score-comparison .score-list .score-item .score-bar{position:relative;height:32px}.dashboard-content .score-comparison .score-list .score-item .score-bar .target-bar{position:absolute;top:0;left:0;height:100%;background:#f0f2f5;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:12px}.dashboard-content .score-comparison .score-list .score-item .score-bar .target-bar .bar-label{font-size:12px;color:#64748b}.dashboard-content .score-comparison .score-list .score-item .score-bar .current-bar{position:absolute;top:0;left:0;height:100%;background:-webkit-gradient(linear,left top,right top,from(#ff9f43),to(#ff7a00));background:linear-gradient(90deg,#ff9f43,#ff7a00);border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:12px;min-width:80px;-webkit-transition:width .5s;transition:width .5s}.dashboard-content .score-comparison .score-list .score-item .score-bar .current-bar .bar-label{font-size:12px;color:#fff;font-weight:600}.dashboard-content .phases-section,.dashboard-content .tasks-section{margin-bottom:24px}.dashboard-content .phases-section .section-header,.dashboard-content .tasks-section .section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.dashboard-content .section-title{font-size:16px;font-weight:600;color:#1e293b;margin:0}.dashboard-content .phases-timeline .phase-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding:16px;background:#f8fafc;border-radius:8px;margin-bottom:12px;border-left:3px solid #cbd5e1;-webkit-transition:all .3s;transition:all .3s}.dashboard-content .phases-timeline .phase-item.active{border-left-color:#ff9f43;background:#fffaf5}.dashboard-content .phases-timeline .phase-item .phase-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;color:#94a3b8}.dashboard-content .phases-timeline .phase-item .phase-status i{font-size:18px}.dashboard-content .phases-timeline .phase-item.active .phase-status{border-color:#ff9f43;color:#ff9f43}.dashboard-content .phases-timeline .phase-item .phase-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.dashboard-content .phases-timeline .phase-item .phase-content .phase-name{font-weight:600;color:#1e293b;margin-bottom:4px}.dashboard-content .phases-timeline .phase-item .phase-content .phase-date{font-size:13px;color:#64748b;margin-bottom:6px}.dashboard-content .phases-timeline .phase-item .phase-content .phase-progress{font-size:13px;color:#ff9f43;font-weight:500}.dashboard-content .task-list .empty-tasks{text-align:center;padding:40px;color:#64748b}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper{margin-bottom:8px;background:#f8fafc;border-radius:6px;border:1px solid #f1f5f9}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:10px 12px}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple i{color:#94a3b8}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple .task-title-simple{font-size:14px;color:#334155}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple .task-title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;width:100%}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple .task-resources{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple .task-resources .resource-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:12px;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:500}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple .task-resources .resource-tag.bilibili{color:#fb7299;background:rgba(251,114,153,.1)}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple .task-resources .resource-tag.bilibili:hover{background:rgba(251,114,153,.2)}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple .task-resources .resource-tag.exam{color:#409eff;background:rgba(64,158,255,.1)}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .task-item-simple .task-resources .resource-tag.exam:hover{background:rgba(64,158,255,.2)}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .video-player-wrapper-simple{padding:0 12px 10px 12px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.dashboard-content .task-list .task-items-simple .task-item-simple-wrapper .video-player-wrapper-simple iframe{border-radius:6px;background:#000;display:block}.dashboard-content .task-list .task-items .task-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:8px;margin-bottom:12px;-webkit-transition:all .3s;transition:all .3s}.dashboard-content .task-list .task-items .task-item:hover{background:#fffaf5}.dashboard-content .task-list .task-items .task-item.completed{opacity:.6}.dashboard-content .task-list .task-items .task-item.skipped{opacity:.5;text-decoration:line-through}.dashboard-content .task-list .task-items .task-item .task-check{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;font-size:24px}.dashboard-content .task-list .task-items .task-item .task-check .el-icon-circle{color:#cbd5e1}.dashboard-content .task-list .task-items .task-item .task-check .el-icon-check-circle{color:#67c23a}.dashboard-content .task-list .task-items .task-item .task-check .el-icon-circle-close{color:#ef4444}.dashboard-content .task-list .task-items .task-item .task-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.dashboard-content .task-list .task-items .task-item .task-info .task-title{font-size:15px;font-weight:500;color:#1e293b;margin-bottom:6px}.dashboard-content .task-list .task-items .task-item .task-info .task-meta{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.dashboard-content .task-list .task-items .task-item .task-info .task-meta .meta-item{font-size:13px;color:#64748b}.dashboard-content .task-list .task-items .task-item .task-info .task-meta .meta-item i{margin-right:4px}.dashboard-content .task-list .task-items .task-item .task-actions .el-dropdown-link{cursor:pointer;padding:8px;color:#64748b;font-size:18px}.dashboard-content .task-list .task-items .task-item .task-actions .el-dropdown-link:hover{color:#ff9f43}.dashboard-content .phases-section{margin-top:24px;margin-bottom:32px}.dashboard-content .phases-section .section-header{margin-bottom:16px}.dashboard-content .phases-section .phase-collapse{border:none;background:transparent}.dashboard-content .phases-section .phase-collapse .el-collapse-item{background:#fff;border-radius:12px;margin-bottom:12px;border:1px solid #e2e8f0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.02);box-shadow:0 2px 8px rgba(0,0,0,.02);overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.dashboard-content .phases-section .phase-collapse .el-collapse-item.is-active{-webkit-box-shadow:0 8px 24px rgba(0,0,0,.06);box-shadow:0 8px 24px rgba(0,0,0,.06);border-color:#cbd5e1}.dashboard-content .phases-section .phase-collapse .el-collapse-item__header{background-color:transparent;border-bottom:none;padding:0 20px;height:64px;line-height:64px;font-size:16px;font-weight:700;color:#1e293b;-webkit-transition:background-color .3s;transition:background-color .3s}.dashboard-content .phases-section .phase-collapse .el-collapse-item__header:hover{background-color:#f8fafc}.dashboard-content .phases-section .phase-collapse .el-collapse-item__wrap{border-bottom:none;background-color:#fafbfc}.dashboard-content .phases-section .phase-collapse .phase-collapse-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-right:16px}.dashboard-content .phases-section .phase-collapse .phase-collapse-title .phase-name{position:relative;padding-left:28px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:700;color:#0f172a}.dashboard-content .phases-section .phase-collapse .phase-collapse-title .phase-name:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #ff9f43;-webkit-box-shadow:0 0 0 4px rgba(255,159,67,.1),0 2px 6px rgba(255,159,67,.2);box-shadow:0 0 0 4px rgba(255,159,67,.1),0 2px 6px rgba(255,159,67,.2);-webkit-box-sizing:border-box;box-sizing:border-box}.dashboard-content .phases-section .phase-collapse .phase-collapse-title .phase-name:after{content:"";position:absolute;left:4px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#ff9f43,#ea580c)}.dashboard-content .phases-section .phase-collapse .phase-collapse-title .phase-dates{font-weight:500;font-size:13px;color:#64748b;background:#f1f5f9;padding:4px 12px;border-radius:20px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body{padding:20px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .empty-tasks-message{color:#94a3b8;text-align:center;padding:20px 0;font-size:14px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-overview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;padding:16px;margin-bottom:20px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-goal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;min-width:180px;color:#475569;font-size:13px;line-height:1.5}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-overview-label{color:#ea580c;font-size:12px;font-weight:600}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-stat-list{display:grid;grid-template-columns:repeat(4,minmax(64px,1fr));gap:16px;min-width:360px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-stat-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding-left:16px;border-left:1px solid #e2e8f0}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-stat-item:first-child{border-left:none}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-stat-item.is-success .phase-stat-value{color:#67c23a}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-stat-value{color:#1e293b;font-size:20px;font-weight:700}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-stat-label{color:#64748b;font-size:12px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-groups{max-height:460px;padding-right:6px;overflow-y:auto}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-groups::-webkit-scrollbar{width:5px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-groups::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-groups::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-group{margin-bottom:20px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-group:last-child{margin-bottom:0}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;color:#475569;font-size:13px;font-weight:600}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;min-height:54px;padding:10px 12px;margin-bottom:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-item:last-child{margin-bottom:0}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-item:hover{border-color:#fed7aa;-webkit-box-shadow:0 3px 10px rgba(15,23,42,.05);box-shadow:0 3px 10px rgba(15,23,42,.05)}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-item.is-completed .phase-task-title{color:#94a3b8;text-decoration:line-through}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-item.is-skipped .phase-task-title{color:#cbd5e1;text-decoration:line-through}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22px;height:22px;color:#fff;background:#fff;border:2px solid #ff9f43;border-radius:50%;cursor:pointer}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-status i{font-size:12px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-status span{width:6px;height:6px;background:#ff9f43;border-radius:50%}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-item.is-completed .phase-task-status{background:#67c23a;border-color:#67c23a}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-item.is-skipped .phase-task-status{color:#94a3b8;background:#f1f5f9;border-color:#cbd5e1}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-title{overflow:hidden;color:#334155;font-size:13px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:5px;color:#94a3b8;font-size:11px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-meta .is-success{color:#67c23a}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-meta .is-skipped{color:#94a3b8}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-actions .action-icon{color:#64748b;background:#f1f5f9}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .phase-task-actions .action-icon:hover{color:#fff;background:#ff9f43}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .daily-tasks-group{position:relative;padding-left:24px;margin-bottom:24px;border-left:2px solid #e2e8f0}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .daily-tasks-group:last-child{margin-bottom:0}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .daily-tasks-group .daily-date-header{position:relative;font-weight:700;color:#1e293b;margin-bottom:12px;font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .daily-tasks-group .daily-date-header:before{content:"";position:absolute;left:-31px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #ff9f43;-webkit-box-shadow:0 0 0 3px #fafbfc;box-shadow:0 0 0 3px #fafbfc}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .daily-tasks-group .daily-date-header i{color:#ff9f43;font-size:16px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar{-webkit-box-flex:0;-ms-flex:0 0 122px;flex:0 0 122px;width:122px;margin:0;border-radius:8px;border:1px solid #e2e8f0;-webkit-box-shadow:0 1px 4px rgba(15,23,42,.04);box-shadow:0 1px 4px rgba(15,23,42,.04)}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar__header{padding:4px 6px;border-bottom:1px solid #e2e8f0}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar__header .el-calendar__title{font-size:10px;font-weight:600;color:#1e293b}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar__header .el-button-group .el-button{padding:2px 4px;font-size:10px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar__body{padding:4px 6px 6px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar-table thead th{padding:2px 0;font-size:9px;color:#64748b;font-weight:500}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar-table .el-calendar-day{height:14px;padding:0;text-align:center}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar-table .el-calendar-day:hover{background-color:#f8fafc}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar-table td{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar-table tr:first-child td{border-top:1px solid #f1f5f9}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar-table tr td:first-child{border-left:1px solid #f1f5f9}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar-table td.is-selected{background-color:#fffaf5}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .el-calendar-table td.is-selected .day-text{color:#ea580c;font-weight:600}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .date-cell-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .date-cell-content .day-text{font-size:12px;color:#334155}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .date-cell-content .day-text.not-current-month{color:#cbd5e1}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .mini-calendar .date-cell-content .task-dot{width:4px;height:4px;border-radius:50%;background-color:#ff9f43;margin-top:1px}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .selected-date-tasks{width:100%;background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.dashboard-content .phases-section .phase-collapse .phase-collapse-body .selected-date-tasks .selected-date-header{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dialog-footer{text-align:right}.daily-task-dashboard-content,.selected-date-summary-shell{width:100%}.standalone-daily-tasks{width:100%;min-height:640px;padding:28px 32px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.02);box-shadow:0 2px 8px rgba(0,0,0,.02)}.standalone-daily-tasks .empty-tasks-message{min-height:420px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:18px;font-weight:600;color:#64748b}.selected-date-header.is-daily-task-page,.standalone-daily-tasks .empty-tasks-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.selected-date-header.is-daily-task-page{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.card-header .card-subtitle{margin-left:8px;font-size:14px;font-weight:500;color:#64748b}.calendar-and-overview-section{display:grid;grid-template-columns:280px minmax(0,1fr);-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px;margin-top:12px}.calendar-container{width:280px;min-width:280px}.calendar-top-row{display:block}.calendar-selected-tasks-panel{min-width:0;height:100%;min-height:0;padding:18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.calendar-selected-tasks-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.calendar-selected-date{margin:6px 0 0;font-size:13px;color:#64748b}.calendar-selected-task-groups{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0}.calendar-phase-task-group{height:100%;max-height:360px;margin-bottom:0;overflow-y:auto;padding-right:4px}.calendar-phase-task-group::-webkit-scrollbar{width:5px}.calendar-phase-task-group::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.calendar-phase-task-group::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.calendar-selected-tasks-panel .phase-task-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;min-height:54px;padding:10px 12px;margin-bottom:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}.calendar-selected-tasks-panel .phase-task-item:last-child{margin-bottom:0}.calendar-selected-tasks-panel .phase-task-item:hover{border-color:#fed7aa;-webkit-box-shadow:0 3px 10px rgba(15,23,42,.05);box-shadow:0 3px 10px rgba(15,23,42,.05)}.calendar-selected-tasks-panel .phase-task-item.is-completed .phase-task-title{color:#94a3b8;text-decoration:line-through}.calendar-selected-tasks-panel .phase-task-item.is-skipped .phase-task-title{color:#cbd5e1;text-decoration:line-through}.calendar-selected-tasks-panel .phase-task-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 22px;flex:0 0 22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22px;height:22px;color:#fff;background:#fff;border:2px solid #ff9f43;border-radius:50%;cursor:pointer}.calendar-selected-tasks-panel .phase-task-status i{font-size:12px}.calendar-selected-tasks-panel .phase-task-status span{width:6px;height:6px;background:#ff9f43;border-radius:50%}.calendar-selected-tasks-panel .phase-task-item.is-completed .phase-task-status{background:#67c23a;border-color:#67c23a}.calendar-selected-tasks-panel .phase-task-item.is-skipped .phase-task-status{color:#94a3b8;background:#f1f5f9;border-color:#cbd5e1}.calendar-selected-tasks-panel .phase-task-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.calendar-selected-tasks-panel .phase-task-title{overflow:hidden;color:#334155;font-size:13px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.calendar-selected-tasks-panel .phase-task-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:5px;color:#94a3b8;font-size:11px}.calendar-selected-tasks-panel .phase-task-meta .is-success{color:#67c23a}.calendar-selected-tasks-panel .phase-task-meta .is-skipped{color:#94a3b8}.calendar-selected-tasks-panel .phase-task-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.calendar-selected-tasks-panel .phase-task-actions .action-icon{color:#64748b;background:#f1f5f9}.calendar-selected-tasks-panel .phase-task-actions .action-icon:hover{color:#fff;background:#ff9f43}.mini-calendar{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;width:280px;max-width:280px;margin:0;border-radius:10px;border:1px solid #e2e8f0;-webkit-box-shadow:0 1px 6px rgba(15,23,42,.04);box-shadow:0 1px 6px rgba(15,23,42,.04)}.mini-calendar .el-calendar__header{padding:4px 6px;border-bottom:1px solid #e2e8f0}.mini-calendar .el-calendar__title{font-size:14px;font-weight:600;color:#1e293b}.mini-calendar .el-button-group .el-button{padding:4px 8px;font-size:13px}.mini-calendar .el-calendar__body{padding:4px 6px 6px}.mini-calendar .el-calendar-table thead th{padding:2px 0;font-size:9px;color:#64748b;font-weight:500}.mini-calendar .el-calendar-table .el-calendar-day{height:36px;min-height:36px;padding:0;text-align:center}.mini-calendar .el-calendar-table .el-calendar-day:hover{background-color:#f8fafc}.mini-calendar .el-calendar-table td{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.mini-calendar .el-calendar-table tr:first-child td{border-top:1px solid #f1f5f9}.mini-calendar .el-calendar-table tr td:first-child{border-left:1px solid #f1f5f9}.mini-calendar .el-calendar-table td.is-selected{background-color:#fffaf5}.mini-calendar .el-calendar-table td.is-selected .day-text{color:#ea580c;font-weight:600}.mini-calendar .date-cell-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%}.mini-calendar .date-cell-content .day-text{font-size:12px;color:#334155;line-height:1.1}.mini-calendar .date-cell-content .day-text.not-current-month{color:#cbd5e1}.mini-calendar .date-cell-content .task-dot{width:4px;height:4px;border-radius:50%;background-color:#ff9f43;margin-top:2px}.daily-task-inline-stats{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.daily-task-inline-stats,.inline-stat-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inline-stat-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:30px;padding:0 12px;border-radius:15px;background:#f8fafc;color:#475569;font-size:13px;font-weight:500}.inline-stat-item.is-success{background:#ecfdf5;color:#10b981}.inline-stat-item.is-pending{background:#fff7ed;color:#f97316}.inline-stat-item.is-highlight{background:#fff3e0;color:#ff9f43}.daily-task-progress-shell{-webkit-box-flex:1;-ms-flex:1 1 360px;flex:1 1 360px;min-width:320px;max-width:520px;background:#fff;border-radius:12px;padding:24px;border:1px solid #e2e8f0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.02);box-shadow:0 2px 8px rgba(0,0,0,.02);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.daily-task-progress-shell .summary-header{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.daily-task-progress-shell .summary-header i{color:#ff9f43;font-size:18px}.daily-task-progress-shell .summary-body{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.daily-task-progress-shell .summary-body.is-sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px}.daily-task-progress-shell .progress-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.daily-task-progress-shell .stats-section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:32px}.daily-task-progress-shell .stats-section.is-sidebar{gap:12px}.daily-task-progress-shell .stats-section.is-sidebar .stat-box{-webkit-box-flex:1;-ms-flex:1 1 calc(33.333% - 8px);flex:1 1 calc(33.333% - 8px);min-width:88px}.daily-task-progress-shell .stats-section .stat-box{text-align:center}.daily-task-progress-shell .stats-section .stat-box .stat-num{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:4px}.daily-task-progress-shell .stats-section .stat-box .stat-num.success{color:#67c23a}.daily-task-progress-shell .stats-section .stat-box .stat-num.pending{color:#ff9f43}.daily-task-progress-shell .stats-section .stat-box .stat-name{font-size:13px;color:#64748b}.daily-task-progress-shell .summary-empty{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#94a3b8}.daily-task-progress-shell .summary-empty.is-sidebar{min-height:160px}.daily-task-progress-shell .summary-empty i{font-size:48px;margin-bottom:12px;opacity:.5}.daily-task-progress-shell .summary-empty p{font-size:14px;margin:0}@media(max-width:768px){.graduation-planning-container .planning-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px}.graduation-planning-container .left-panel,.graduation-planning-container .left-panel-container,.graduation-planning-container .left-panel-wrapper,.graduation-planning-container .right-panel{width:100%;min-width:0;-webkit-box-flex:0;-ms-flex:none;flex:none}.graduation-planning-container .collapse-toggle{display:none}.graduation-planning-container .calendar-and-overview-section{grid-template-columns:1fr;gap:16px}.graduation-planning-container .calendar-container,.graduation-planning-container .mini-calendar{width:100%;min-width:0;max-width:none;-webkit-box-flex:0;-ms-flex:none;flex:none}.graduation-planning-container .stats-section{gap:16px}}.selected-date-task-list-shell{max-height:none;overflow-y:visible;padding-right:0}.selected-date-task-list-shell.in-sidebar{max-height:520px;overflow-y:auto;padding-right:4px}.selected-date-task-list-shell.in-sidebar::-webkit-scrollbar{width:6px}.selected-date-task-list-shell.in-sidebar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.selected-date-task-list-shell.in-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.selected-date-task-list-shell.in-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.selected-date-task-list-shell .subject-timeline-group{margin-bottom:24px}.selected-date-task-list-shell .subject-timeline-group:last-child{margin-bottom:0}.selected-date-task-list-shell .subject-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.selected-date-task-list-shell .subject-title .subject-dot{width:6px;height:14px;background:#ff9f43;border-radius:3px}.selected-date-task-list-shell .horizontal-timeline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;padding-bottom:12px}.selected-date-task-list-shell .horizontal-timeline::-webkit-scrollbar{height:4px}.selected-date-task-list-shell .horizontal-timeline::-webkit-scrollbar-track{background:transparent}.selected-date-task-list-shell .horizontal-timeline::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.selected-date-task-list-shell .ht-item{position:relative;min-width:140px;max-width:200px;-ms-flex-negative:0;flex-shrink:0;padding-right:16px}.selected-date-task-list-shell .ht-item.is-completed .ht-node{background:#67c23a;border-color:#67c23a;color:#fff}.selected-date-task-list-shell .ht-item.is-completed .ht-line{background:#67c23a}.selected-date-task-list-shell .ht-item.is-completed .ht-title{color:#94a3b8!important;text-decoration:line-through}.selected-date-task-list-shell .ht-item.is-skipped .ht-node{background:#f1f5f9;border-color:#cbd5e1;color:#94a3b8}.selected-date-task-list-shell .ht-item.is-skipped .ht-line{background:#e2e8f0}.selected-date-task-list-shell .ht-item.is-skipped .ht-title{color:#cbd5e1!important;text-decoration:line-through}.selected-date-task-list-shell .ht-item:hover .ht-actions{opacity:1}.selected-date-task-list-shell .ht-node-wrapper{position:relative;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.selected-date-task-list-shell .ht-line{position:absolute;top:50%;left:24px;right:-8px;height:2px;background:#e2e8f0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;-webkit-transition:background .3s;transition:background .3s}.selected-date-task-list-shell .ht-node{position:relative;width:24px;height:24px;border-radius:50%;background:#fff;border:2px solid #ff9f43;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:2;-webkit-transition:all .3s;transition:all .3s;cursor:pointer}.selected-date-task-list-shell .ht-node:hover{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 0 0 4px rgba(255,159,67,.1);box-shadow:0 0 0 4px rgba(255,159,67,.1)}.selected-date-task-list-shell .ht-node i{font-size:12px}.selected-date-task-list-shell .ht-node-dot{width:8px;height:8px;border-radius:50%;background:#ff9f43}.selected-date-task-list-shell .ht-content{position:relative;padding-right:24px}.selected-date-task-list-shell .ht-title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.selected-date-task-list-shell .ht-subject-tag{display:inline-block;-ms-flex-item-align:start;align-self:flex-start;font-size:11px;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:4px}.selected-date-task-list-shell .ht-title{font-size:13px;color:#334155;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;-webkit-transition:color .3s;transition:color .3s}.selected-date-task-list-shell .task-resources{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}.selected-date-task-list-shell .task-resources .resource-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:12px;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:500}.selected-date-task-list-shell .task-resources .resource-tag.bilibili{color:#fb7299;background:rgba(251,114,153,.1)}.selected-date-task-list-shell .task-resources .resource-tag.bilibili:hover{background:rgba(251,114,153,.2)}.selected-date-task-list-shell .task-resources .resource-tag.exam{color:#409eff;background:rgba(64,158,255,.1)}.selected-date-task-list-shell .task-resources .resource-tag.exam:hover{background:rgba(64,158,255,.2)}.selected-date-task-list-shell .task-resources .resource-tag.mock-exam{color:#67c23a;background:rgba(103,194,58,.1)}.selected-date-task-list-shell .task-resources .resource-tag.mock-exam:hover{background:rgba(103,194,58,.2)}.selected-date-task-list-shell .ht-actions{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;background:hsla(0,0%,100%,.9);padding:4px;border-radius:12px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.1);box-shadow:0 2px 6px rgba(0,0,0,.1);opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:10}.selected-date-task-list-shell .action-icon{font-size:14px;padding:6px;border-radius:50%;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.selected-date-task-list-shell .action-icon.success{color:#67c23a;background:#f0f9eb}.selected-date-task-list-shell .action-icon.success:hover{background:#67c23a;color:#fff}.selected-date-task-list-shell .action-icon.warning{color:#e6a23c;background:#fdf6ec}.selected-date-task-list-shell .action-icon.warning:hover{background:#e6a23c;color:#fff}.selected-date-task-list-shell .action-icon.primary{color:#409eff;background:#ecf5ff}.selected-date-task-list-shell .action-icon.primary:hover{background:#409eff;color:#fff}.adjust-dialog{border-radius:16px;overflow:hidden;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.1)}.adjust-dialog .el-dialog__header{background:linear-gradient(135deg,#fffaf5,#fff);padding:20px 24px;border-bottom:1px solid #f1f5f9}.adjust-dialog .el-dialog__header .el-dialog__title{font-size:18px;font-weight:600;color:#1e293b}.adjust-dialog .el-dialog__body{padding:24px;background-color:#f8fafc}.adjust-dialog .adjust-alert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 16px;margin-bottom:20px;background-color:#fffaf5;border:1px solid #fed7aa;border-radius:8px;color:#ea580c;font-size:14px;-webkit-box-shadow:0 2px 4px rgba(234,88,12,.05);box-shadow:0 2px 4px rgba(234,88,12,.05)}.adjust-dialog .adjust-alert .el-icon-info{font-size:18px;margin-right:10px;color:#ea580c}.adjust-dialog .task-checkbox-group{display:block}.adjust-dialog .adjust-subject-group{margin-bottom:16px;border:1px solid #e2e8f0;border-radius:12px;padding:16px;background-color:#fff;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.02);box-shadow:0 2px 8px rgba(0,0,0,.02);-webkit-transition:all .3s ease;transition:all .3s ease}.adjust-dialog .adjust-subject-group:hover{-webkit-box-shadow:0 4px 12px rgba(0,0,0,.06);box-shadow:0 4px 12px rgba(0,0,0,.06);border-color:#cbd5e1}.adjust-dialog .adjust-subject-title{font-size:15px;font-weight:600;color:#334155;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.adjust-dialog .task-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.adjust-dialog .task-checkbox:last-child{margin-bottom:0}.adjust-dialog .task-checkbox .el-checkbox__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#475569}.adjust-dialog .task-checkbox .el-checkbox__label .task-title-text{margin-right:10px}.adjust-dialog .task-checkbox .el-checkbox__label .task-title-text.is-completed{text-decoration:line-through;color:#94a3b8}.adjust-dialog .task-checkbox .el-checkbox__label .status-tag{font-size:12px;padding:2px 6px;border-radius:4px}.adjust-dialog .task-checkbox .el-checkbox__label .status-tag.success{background-color:#f0fdf4;border:1px solid #b7eb8f;color:#52c41a}.adjust-dialog .task-checkbox.is-disabled .el-checkbox__label{color:#cbd5e1}.adjust-dialog .el-dialog__footer{padding:16px 24px;border-top:1px solid #f1f5f9;background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.generate-plan-dialog-wrapper{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.generate-plan-dialog-wrapper .el-dialog{margin-top:0!important;top:50%!important;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.generate-plan-dialog{border-radius:24px;overflow:hidden;background:-webkit-gradient(linear,left top,left bottom,from(#101828),to(#162033));background:linear-gradient(180deg,#101828,#162033);-webkit-box-shadow:0 28px 80px rgba(15,23,42,.28);box-shadow:0 28px 80px rgba(15,23,42,.28)}.generate-plan-dialog .el-dialog__header{display:none}.generate-plan-dialog .el-dialog__body{padding:0}.generate-plan-dialog .plan-dialog-shell{background:#f8fafc}.generate-plan-dialog .plan-dialog-hero{padding:12px 28px 12px;color:#fff;background:radial-gradient(circle at top right,rgba(255,159,67,.24),transparent 32%),-webkit-gradient(linear,left top,left bottom,from(#101828),to(#111b2d));background:radial-gradient(circle at top right,rgba(255,159,67,.24),transparent 32%),linear-gradient(180deg,#101828,#111b2d)}.generate-plan-dialog .hero-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 8px;border-radius:999px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.88);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);backdrop-filter:blur(12px)}.generate-plan-dialog .hero-title-row{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.generate-plan-dialog .hero-copy{-webkit-box-flex:1;-ms-flex:1 1 320px;flex:1 1 320px;min-width:0}.generate-plan-dialog .hero-title{margin:0 0 4px;font-size:20px;font-weight:700;letter-spacing:.02em}.generate-plan-dialog .hero-desc{margin:0;max-width:100%;font-size:12px;line-height:1.5;word-break:break-word;color:rgba(226,232,240,.86)}.generate-plan-dialog .plan-form{margin:0;padding:20px 28px 16px;background:#f8fafc}.generate-plan-dialog .date-range{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.generate-plan-dialog .date-separator{color:#64748b;font-weight:500}.generate-plan-dialog .phase-slider-container{width:100%;margin-top:4px}.generate-plan-dialog .phase-timeline{position:relative;height:64px;background:linear-gradient(145deg,#f1f5f9,#fff);border-radius:12px;border:1px solid #e2e8f0;padding:12px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.8);box-shadow:0 1px 3px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.8)}.generate-plan-dialog .timeline-track{position:relative;height:100%;width:100%;border-radius:8px;overflow:hidden}.generate-plan-dialog .timeline-phase-0{background:linear-gradient(135deg,#3b82f6,#60a5fa 50%,#93c5fd);border-radius:8px 0 0 8px}.generate-plan-dialog .timeline-phase-0,.generate-plan-dialog .timeline-phase-1{position:absolute;height:100%;-webkit-box-shadow:inset 0 0 20px hsla(0,0%,100%,.3);box-shadow:inset 0 0 20px hsla(0,0%,100%,.3)}.generate-plan-dialog .timeline-phase-1{background:linear-gradient(135deg,#10b981,#34d399 50%,#6ee7b7)}.generate-plan-dialog .timeline-phase-2{position:absolute;height:100%;background:linear-gradient(135deg,#f59e0b,#fbbf24 50%,#fcd34d);border-radius:0 8px 8px 0;-webkit-box-shadow:inset 0 0 20px hsla(0,0%,100%,.3);box-shadow:inset 0 0 20px hsla(0,0%,100%,.3)}.generate-plan-dialog .phase-label{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-weight:600;font-size:13px;line-height:1.2;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.2);white-space:normal;text-align:center}.generate-plan-dialog .timeline-cursor{position:absolute;top:8px;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:-webkit-grab;cursor:grab;z-index:10;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}.generate-plan-dialog .timeline-cursor:hover{-webkit-transform:translateX(-50%) scale(1.05);transform:translateX(-50%) scale(1.05)}.generate-plan-dialog .timeline-cursor:active{cursor:-webkit-grabbing;cursor:grabbing;-webkit-transform:translateX(-50%) scale(1.1);transform:translateX(-50%) scale(1.1)}.generate-plan-dialog .cursor-handle{width:6px;height:40px;background:-webkit-gradient(linear,left top,left bottom,from(#1e293b),to(#334155));background:linear-gradient(180deg,#1e293b,#334155);border-radius:3px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15),0 0 0 2px hsla(0,0%,100%,.8);box-shadow:0 4px 12px rgba(0,0,0,.15),0 0 0 2px hsla(0,0%,100%,.8)}.generate-plan-dialog .cursor-label{position:absolute;top:-22px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:10px;font-weight:600;color:#475569;background:linear-gradient(135deg,#fff,#f8fafc);padding:3px 8px;border-radius:6px;border:1px solid #e2e8f0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px rgba(0,0,0,.08);white-space:nowrap}.generate-plan-dialog .timeline-scale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px;font-size:11px;color:#64748b;font-weight:500}.generate-plan-dialog .phase-info{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.generate-plan-dialog .phase-card{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:12px;padding:14px 16px;border:1px solid #e2e8f0;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.9);box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.9);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.generate-plan-dialog .phase-card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 24px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.9);box-shadow:0 8px 24px rgba(0,0,0,.1),inset 0 1px 0 hsla(0,0%,100%,.9)}.generate-plan-dialog .phase-card.disabled{opacity:.5;background:linear-gradient(145deg,#f1f5f9,#e2e8f0)}.generate-plan-dialog .phase-card.disabled:hover{-webkit-transform:none;transform:none;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.9);box-shadow:0 4px 12px rgba(0,0,0,.05),inset 0 1px 0 hsla(0,0%,100%,.9)}.generate-plan-dialog .phase-card-header{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.generate-plan-dialog .phase-name{font-weight:700;color:#1e293b;font-size:14px;letter-spacing:-.01em}.generate-plan-dialog .phase-disabled{color:#94a3b8;font-size:12px;font-weight:500}.generate-plan-dialog .phase-card-body p{margin:4px 0;color:#64748b;font-size:12px;line-height:1.4}.generate-plan-dialog .phase-card-body .phase-dates{color:#475569;font-weight:500}.generate-plan-dialog .phase-card-body .phase-duration{color:#1e293b;font-weight:700;font-size:13px}.generate-plan-dialog .plan-dialog-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:10px;padding:0 28px 24px;background:#f8fafc}.generate-plan-dialog .el-form-item__label{color:#334155;font-weight:600}.generate-plan-dialog .el-form-item{margin-bottom:16px}.generate-plan-dialog .el-input-number,.generate-plan-dialog .el-input-number .el-input__inner,.generate-plan-dialog .el-input__inner,.generate-plan-dialog .el-textarea__inner{border-radius:12px}.generate-plan-dialog .el-input__inner,.generate-plan-dialog .el-textarea__inner{height:40px;line-height:40px;border-color:#e2e8f0;background:hsla(0,0%,100%,.96);-webkit-transition:all .25s ease;transition:all .25s ease}.generate-plan-dialog .el-input-number.is-controls-right .el-input__inner:focus,.generate-plan-dialog .el-input__inner:focus,.generate-plan-dialog .el-textarea__inner:focus{border-color:#ff9f43;-webkit-box-shadow:0 0 0 4px rgba(255,159,67,.12);box-shadow:0 0 0 4px rgba(255,159,67,.12)}.generate-plan-dialog .el-input-number{width:100%}.generate-plan-dialog .el-input-number.is-controls-right .el-input__inner{padding-left:12px;padding-right:44px}.generate-plan-dialog .el-input-number__decrease,.generate-plan-dialog .el-input-number__increase{width:32px;background:#fff7ed;color:#ff9f43;border-left-color:#fed7aa}.generate-plan-dialog .el-button{min-width:96px;border-radius:999px;padding:10px 20px;font-size:14px}.generate-plan-dialog .el-button--primary{border-color:#ff9f43;background:linear-gradient(135deg,#ff9f43,#ff8c1a);-webkit-box-shadow:0 4px 12px rgba(255,159,67,.3);box-shadow:0 4px 12px rgba(255,159,67,.3)}.generate-plan-dialog .el-button--primary:focus,.generate-plan-dialog .el-button--primary:hover{border-color:#ff8c1a;background:linear-gradient(135deg,#ff8c1a,#ff7a00);-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 8px 18px rgba(255,159,67,.34);box-shadow:0 8px 18px rgba(255,159,67,.34)}@media(max-width:768px){.generate-plan-dialog-wrapper .el-dialog{width:calc(100vw - 24px)!important}.generate-plan-dialog .hero-title-row,.generate-plan-dialog .plan-dialog-footer,.generate-plan-dialog .plan-dialog-hero,.generate-plan-dialog .plan-form{padding-left:20px;padding-right:20px}.generate-plan-dialog .phase-info{grid-template-columns:1fr}}.real-questions-dialog{border-radius:16px;overflow:hidden}.real-questions-dialog .el-dialog__header{background:linear-gradient(135deg,#f0f7ff,#fff);padding:20px 24px;border-bottom:1px solid #e2e8f0}.real-questions-dialog .el-dialog__header .el-dialog__title{font-size:18px;font-weight:600;color:#1e293b}.real-questions-dialog .el-dialog__body{padding:0;background-color:#f8fafc}.real-questions-dialog .real-questions-body{max-height:60vh;overflow-y:auto;padding:24px}.real-questions-dialog .real-questions-body::-webkit-scrollbar{width:6px}.real-questions-dialog .real-questions-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.real-questions-dialog .real-questions-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.real-questions-dialog .real-questions-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.real-questions-dialog .real-question-item{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid #e2e8f0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.02);box-shadow:0 2px 8px rgba(0,0,0,.02)}.real-questions-dialog .real-question-item:last-child{margin-bottom:0}.real-questions-dialog .real-question-item .question-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed #e2e8f0}.real-questions-dialog .real-question-item .question-header .question-index{font-size:16px;font-weight:600;color:#1e293b}.real-questions-dialog .real-question-item .q-meta-container{display:none!important}.real-questions-dialog .empty-questions{text-align:center;padding:40px 0;color:#94a3b8}.real-questions-dialog .empty-questions i{font-size:48px;margin-bottom:16px;color:#cbd5e1}.real-questions-dialog .empty-questions p{font-size:15px;margin:0}.archive-dialog{border-radius:24px;overflow:hidden;background:-webkit-gradient(linear,left top,left bottom,from(#101828),to(#162033));background:linear-gradient(180deg,#101828,#162033);-webkit-box-shadow:0 28px 80px rgba(15,23,42,.28);box-shadow:0 28px 80px rgba(15,23,42,.28)}.archive-dialog .el-dialog__header{display:none}.archive-dialog .el-dialog__body{padding:0}.archive-dialog .archive-dialog-shell{background:#f8fafc}.archive-dialog .archive-dialog-hero{padding:18px 32px 16px;color:#fff;background:radial-gradient(circle at top right,rgba(255,159,67,.24),transparent 32%),-webkit-gradient(linear,left top,left bottom,from(#101828),to(#111b2d));background:radial-gradient(circle at top right,rgba(255,159,67,.24),transparent 32%),linear-gradient(180deg,#101828,#111b2d)}.archive-dialog .hero-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.88);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);backdrop-filter:blur(12px)}.archive-dialog .hero-title-row{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.archive-dialog .hero-copy{-webkit-box-flex:1;-ms-flex:1 1 320px;flex:1 1 320px;min-width:0}.archive-dialog .hero-title{margin:0 0 6px;font-size:24px;font-weight:700;letter-spacing:.02em}.archive-dialog .hero-desc{margin:0;max-width:100%;font-size:13px;line-height:1.65;word-break:break-word;color:rgba(226,232,240,.86)}.archive-dialog .hero-score{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:132px;padding:12px 16px;border-radius:16px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.archive-dialog .hero-score strong{display:block;margin-top:6px;font-size:28px;line-height:1;color:#ffb86b}.archive-dialog .hero-score-label{display:block;font-size:12px;color:rgba(226,232,240,.8)}.archive-dialog .archive-form{margin:0;padding:32px 32px 24px;background:#f8fafc}.archive-dialog .archive-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.archive-dialog .archive-section-title{margin:6px 0 12px;padding-top:20px;border-top:1px solid rgba(148,163,184,.18)}.archive-dialog .archive-section-title span{font-size:16px;font-weight:600;color:#0f172a}.archive-dialog .subject-score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px}.archive-dialog .subject-score-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.archive-dialog .subject-score-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.archive-dialog .subject-select{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px}.archive-dialog .subject-input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.archive-dialog .auto-total-score{font-size:24px;font-weight:700;color:#ff9f43;line-height:44px}.archive-dialog .archive-dialog-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:12px;padding:0 32px 32px;background:#f8fafc}.archive-dialog .el-form-item__label{color:#334155;font-weight:600}.archive-dialog .el-input-number,.archive-dialog .el-input-number .el-input__inner,.archive-dialog .el-input__inner,.archive-dialog .el-textarea__inner{border-radius:14px}.archive-dialog .el-input__inner,.archive-dialog .el-textarea__inner{height:44px;line-height:44px;border-color:#e2e8f0;background:hsla(0,0%,100%,.96);-webkit-transition:all .25s ease;transition:all .25s ease}.archive-dialog .el-input-number.is-controls-right .el-input__inner:focus,.archive-dialog .el-input__inner:focus,.archive-dialog .el-textarea__inner:focus{border-color:#ff9f43;-webkit-box-shadow:0 0 0 4px rgba(255,159,67,.12);box-shadow:0 0 0 4px rgba(255,159,67,.12)}.archive-dialog .el-input-number{width:100%}.archive-dialog .el-input-number.is-controls-right .el-input__inner{padding-left:14px;padding-right:50px}.archive-dialog .el-input-number__decrease,.archive-dialog .el-input-number__increase{width:34px;background:#fff7ed;color:#ff9f43;border-left-color:#fed7aa}.archive-dialog .el-button{min-width:104px;border-radius:999px;padding:12px 22px}.archive-dialog .el-button--primary{border-color:#ff9f43;background:#ff9f43;-webkit-box-shadow:0 4px 12px rgba(255,159,67,.3);box-shadow:0 4px 12px rgba(255,159,67,.3)}.archive-dialog .el-button--primary:focus,.archive-dialog .el-button--primary:hover{border-color:#ff8c1a;background:#ff8c1a;-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 8px 18px rgba(255,159,67,.34);box-shadow:0 8px 18px rgba(255,159,67,.34)}@media(max-width:768px){.archive-dialog{width:calc(100vw - 24px)!important}.archive-dialog .archive-form-grid,.archive-dialog .archive-section-title,.archive-dialog .hero-title-row,.archive-dialog .subject-score-grid{grid-template-columns:1fr;display:grid}.archive-dialog .hero-title-row{display:block}.archive-dialog .hero-score{margin-top:18px}.archive-dialog .archive-dialog-footer,.archive-dialog .archive-dialog-hero,.archive-dialog .archive-form{padding-left:20px;padding-right:20px}}