.dialog-mask[data-v-2d3cf932]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:999}.route-dialog[data-v-2d3cf932]{background:#fff;border-radius:20px;width:420px;padding:20px;box-sizing:border-box;position:relative}.dialog-header[data-v-2d3cf932]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dialog-header .dialog-title[data-v-2d3cf932]{font-size:18px;font-weight:500}.dialog-header .new-btn[data-v-2d3cf932]{border-radius:8px;display:flex;align-items:center;gap:6px;padding:8px 16px}.dialog-header .btn-icon[data-v-2d3cf932]{width:16px;height:16px}.route-list .route-item[data-v-2d3cf932]{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #eee;cursor:pointer}.route-list .route-item[data-v-2d3cf932]:last-child{border-bottom:none}.route-list .route-item .route-left[data-v-2d3cf932]{display:flex;align-items:center;gap:10px}.route-list .route-item .route-left i[data-v-2d3cf932]{font-size:20px}.route-list .route-item .route-left .route-name[data-v-2d3cf932]{font-size:16px;color:#333}.route-list .route-item.active[data-v-2d3cf932]{padding:10px;box-sizing:border-box;background:#d4dbfe}.route-list .route-item.active .route-name[data-v-2d3cf932]{color:#35f}.route-list .route-item .action-buttons[data-v-2d3cf932],.route-list .route-item .action-group[data-v-2d3cf932]{display:flex;flex-direction:column;gap:8px}.route-list .route-item .rename-btn[data-v-2d3cf932]{color:#35f;border:1px solid #35f;background:#fff;border-radius:4px;padding:4px 12px;display:flex;align-items:center;gap:4px;font-size:12px;height:auto}.route-list .route-item .rename-btn[data-v-2d3cf932]:hover{background:rgba(51,85,255,.05)}.route-list .route-item .delete-btn[data-v-2d3cf932]{color:#f56c6c;border:1px solid #f56c6c;background:#fff;border-radius:4px;padding:4px 12px;display:flex;align-items:center;gap:4px;font-size:12px;height:auto}.route-list .route-item .delete-btn[data-v-2d3cf932]:hover{background:rgba(245,108,108,.05)}.route-list .new-item[data-v-2d3cf932]{padding:8px 0}.confirm-btn[data-v-2d3cf932]{margin-top:16px;width:420px;height:50px;border-radius:12px;font-size:16px;background-color:#35f;border:none}.home-page[data-v-fb58ec78]{padding:0}.section[data-v-fb58ec78]{margin-bottom:40px}.section .section-header[data-v-fb58ec78]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section .section-header h3[data-v-fb58ec78]{font-size:18px;font-weight:600;color:#1e293b;margin:0}.section .section-header .more-link[data-v-fb58ec78]{font-size:14px;color:#3a44f7;cursor:pointer}.record-list[data-v-fb58ec78]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.record-list .record-card[data-v-fb58ec78]{background:#fff;border-radius:12px;padding:15px;cursor:pointer}.record-list .record-card .card-tag[data-v-fb58ec78]{padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;display:inline-block;float:left}.record-list .record-card .card-tag.tag-high[data-v-fb58ec78]{background:#fef2f2;color:#ef4444}.record-list .record-card .card-tag.tag-middle[data-v-fb58ec78]{background:#fffbeb;color:#f59e0b}.record-list .record-card .card-tag.tag-low[data-v-fb58ec78]{background:#eff6ff;color:#3a44f7}.record-list .record-card .card-content[data-v-fb58ec78]{display:flex;width:100%;position:relative}.record-list .record-card .card-content .card-info[data-v-fb58ec78]{flex:1}.record-list .record-card .card-content .card-info .name[data-v-fb58ec78]{font-size:14px;color:#1e293b;margin:15px 0;text-align:left}.record-list .record-card .card-content .card-info .card-time[data-v-fb58ec78]{font-size:12px;color:#94a3b8;margin-bottom:15px;text-align:left}.record-list .record-card .card-content .card-info .card-desc[data-v-fb58ec78]{font-size:12px;color:#64748b;text-align:left}.record-list .record-card .card-content .card-cover[data-v-fb58ec78]{width:80px;height:80px;border-radius:12px;position:absolute;top:-20px;right:0}.record-list .record-card .card-content .card-cover img[data-v-fb58ec78]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.live-list[data-v-fb58ec78]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.live-card[data-v-fb58ec78]{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;cursor:pointer}.live-logo[data-v-fb58ec78]{width:44px;height:44px;border-radius:8px;overflow:hidden;flex-shrink:0}.live-logo img[data-v-fb58ec78]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.live-info[data-v-fb58ec78]{flex:1}.live-info h4[data-v-fb58ec78]{margin:0 0 6px 0;font-size:14px;color:#1e293b;text-align:left}.live-status[data-v-fb58ec78]{display:flex;align-items:center;gap:6px;font-size:12px}.status-dot[data-v-fb58ec78]{width:8px;height:8px;border-radius:50%}.status-live[data-v-fb58ec78]{color:#22c55e}.status-live .status-dot[data-v-fb58ec78]{background:#22c55e}.status-wait[data-v-fb58ec78]{color:#ef4444}.status-wait .status-dot[data-v-fb58ec78]{background:#ef4444}.status-end[data-v-fb58ec78]{color:#94a3b8}.status-end .status-dot[data-v-fb58ec78]{background:#94a3b8}.course-list[data-v-fb58ec78]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.course-list .course-card[data-v-fb58ec78]{background:#fff;border-radius:12px;overflow:hidden}.course-list .course-card .course-cover[data-v-fb58ec78]{width:100%;height:160px;overflow:hidden}.course-list .course-card .course-cover img[data-v-fb58ec78]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.course-list .course-card .course-info[data-v-fb58ec78]{padding:12px 16px}.course-list .course-card .course-info h4[data-v-fb58ec78]{font-size:14px;color:#1e293b;margin:0 0 8px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.course-list .course-card .course-info .course-footer[data-v-fb58ec78]{display:flex;justify-content:space-between;align-items:center}.course-list .course-card .course-info .course-footer .meta-study[data-v-fb58ec78]{font-size:12px;color:#94a3b8}.course-list .course-card .course-info .course-footer .join-btn[data-v-fb58ec78]{display:inline-flex;align-items:center;gap:8px;padding:12px;font-size:14px;color:#fff;background:#35f;border:none;border-radius:12px;cursor:pointer}.course-list .course-card .course-info .course-footer img[data-v-fb58ec78]{width:20px;height:20px}.live-iframe-container[data-v-fb58ec78],.video-container[data-v-fb58ec78]{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;flex-direction:column}.live-iframe-container[data-v-fb58ec78]{background:#fff}.video-container[data-v-fb58ec78]{background:#000}.iframe-header[data-v-fb58ec78],.video-header[data-v-fb58ec78]{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#2f54eb;color:#fff;height:56px;flex-shrink:0}.live-iframe[data-v-fb58ec78],.live-video[data-v-fb58ec78]{flex:1;border:none}.live-video[data-v-fb58ec78]{height:50%}.close-btn[data-v-fb58ec78]{padding:6px 12px;background:#fff;color:#2f54eb;border:none;border-radius:4px;cursor:pointer}.empty-state[data-v-fb58ec78]{display:flex;flex-direction:column;align-items:center;padding:80px 20px}.empty-state .empty-image[data-v-fb58ec78]{width:200px;height:200px;opacity:.7}.empty-state .empty-text[data-v-fb58ec78]{font-size:16px;color:#94a3b8}