/* 企业导师 · 学生任务（与产业领航台 / 深空蓝 · 星光金一致） */

.mentor-student-tasks-page .mentor-student-tasks-shell {
    margin-top: 8px;
    padding: 22px 24px 26px;
    border-radius: 16px;
    border: 1px solid rgba(10, 36, 99, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.95) 50%, rgba(255, 251, 235, 0.35) 100%);
    box-shadow: 0 8px 28px rgba(10, 36, 99, 0.07);
}

.mentor-student-tasks-page .mentor-task-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.mentor-student-tasks-page .mentor-task-tab {
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid rgba(10, 36, 99, 0.12);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mentor-student-tasks-page .mentor-task-tab:hover {
    border-color: rgba(62, 146, 204, 0.45);
    color: #0a2463;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(10, 36, 99, 0.08);
}

.mentor-student-tasks-page .mentor-task-tab[aria-selected="true"] {
    background: linear-gradient(135deg, #0a2463 0%, #163d7a 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.28);
}

.mentor-student-tasks-page .mentor-task-tab[aria-selected="true"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(10, 36, 99, 0.32);
}

.mentor-student-tasks-page .mentor-task-tab:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-student-tasks-page .mentor-task-panel {
    display: none;
    margin-top: 0;
    padding: 20px 22px;
    border-radius: 14px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-left: 4px solid rgba(201, 162, 39, 0.85);
    background: linear-gradient(145deg, #fff 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.05);
}

.mentor-student-tasks-page .mentor-task-panel.is-active {
    display: block;
}

.mentor-student-tasks-page .mentor-task-panel__lead {
    margin: 0 0 18px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    max-width: 52rem;
}

.mentor-student-tasks-page .mentor-task-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.mentor-student-tasks-page .mentor-task-field--full {
    grid-column: 1 / -1;
}

.mentor-student-tasks-page .mentor-task-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
}

.mentor-student-tasks-page .mentor-task-hint {
    margin: 4px 0 0;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.4;
}

.mentor-student-tasks-page .mentor-task-input,
.mentor-student-tasks-page .mentor-task-textarea,
.mentor-student-tasks-page .mentor-task-select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(10, 36, 99, 0.12);
    font-size: 14px;
    color: #0f172a;
    background: #fff;
}

.mentor-student-tasks-page .mentor-task-textarea {
    resize: vertical;
    min-height: 88px;
    line-height: 1.5;
}

.mentor-student-tasks-page .mentor-task-input:focus,
.mentor-student-tasks-page .mentor-task-textarea:focus,
.mentor-student-tasks-page .mentor-task-select:focus {
    outline: none;
    border-color: rgba(62, 146, 204, 0.65);
    box-shadow: 0 0 0 3px rgba(62, 146, 204, 0.15);
}

.mentor-student-tasks-page .dashboard-header.mentor-dashboard-header h1 {
    color: #0f2f66;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.mentor-student-tasks-page .header-actions-wrap .btn-sm.btn-secondary:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 3px;
}

.mentor-student-tasks-page .header-actions-wrap .btn-sm.btn-secondary {
    min-height: 38px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid rgba(62, 146, 204, 0.4);
    background: rgba(255, 255, 255, 0.95);
    color: #0e4d8a;
    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mentor-student-tasks-page .header-actions-wrap .btn-sm.btn-secondary:hover {
    transform: translateY(-1px);
    border-color: rgba(62, 146, 204, 0.65);
    background: rgba(248, 251, 255, 0.98);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.22);
}

.mentor-student-tasks-page .mentor-task-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(10, 36, 99, 0.08);
}

/* 表单「提交审核」：与领航台 section 主按钮一致（浅蓝渐变） */
.mentor-student-tasks-page .mentor-task-actions .btn-sm.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    border: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--light-blue, #3e92cc) 0%, #2a7ab8 100%);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mentor-student-tasks-page .mentor-task-actions .btn-sm.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(62, 146, 204, 0.4);
    filter: brightness(1.03);
}

.mentor-student-tasks-page .mentor-task-actions .btn-sm.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(62, 146, 204, 0.22);
}

.mentor-student-tasks-page .mentor-task-actions .btn-sm.btn-primary:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 3px;
}

.mentor-student-tasks-page .mentor-task-note {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.25);
    font-size: 13px;
    color: #713f12;
    line-height: 1.55;
}

/* 学生任务 · 列表与发布模态 */
.mentor-student-tasks-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.mentor-student-tasks-toolbar__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mentor-student-tasks-filter-btn {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(10, 36, 99, 0.12);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mentor-student-tasks-filter-btn:hover {
    border-color: rgba(62, 146, 204, 0.45);
    color: #0a2463;
}

.mentor-student-tasks-filter-btn.is-active {
    background: linear-gradient(135deg, #0a2463 0%, #163d7a 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 14px rgba(10, 36, 99, 0.22);
}

.mentor-student-tasks-filter-btn:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-student-tasks-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

/* 工具栏「发布」：与领航台区块主按钮、表单「提交审核」一致的浅蓝主色（覆盖全局金黄 primary） */
.mentor-student-tasks-page .mentor-student-tasks-toolbar__actions .btn-sm.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em;
    border: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--light-blue, #3e92cc) 0%, #2a7ab8 100%);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mentor-student-tasks-page .mentor-student-tasks-toolbar__actions .btn-sm.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(62, 146, 204, 0.38);
    filter: brightness(1.03);
}

.mentor-student-tasks-page .mentor-student-tasks-toolbar__actions .btn-sm.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(62, 146, 204, 0.22);
}

.mentor-student-tasks-page .mentor-student-tasks-toolbar__actions .btn-sm.btn-primary:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

/* 操作列：避免「查看」等按钮文字被挤折行 */
.mentor-student-tasks-page .mentor-student-tasks-table td:last-child {
    white-space: nowrap;
    vertical-align: middle;
}

/* 列表「查看」：线框次要按钮，与「返回领航台 / 选择图片」一致，覆盖全局金黄 secondary */
.mentor-student-tasks-page .mentor-student-tasks-table .btn-sm.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid rgba(10, 36, 99, 0.14);
    background: linear-gradient(180deg, #fff 0%, rgba(239, 246, 255, 0.92) 100%);
    color: #0a2463;
    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.06);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.mentor-student-tasks-page .mentor-student-tasks-table .btn-sm.btn-secondary:hover {
    border-color: rgba(62, 146, 204, 0.45);
    color: #163d7a;
    box-shadow: 0 4px 12px rgba(10, 36, 99, 0.1);
    transform: translateY(-1px);
}

.mentor-student-tasks-page .mentor-student-tasks-table .btn-sm.btn-secondary:active {
    transform: translateY(0);
}

.mentor-student-tasks-page .mentor-student-tasks-table .btn-sm.btn-secondary:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-student-tasks-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.1);
    background: rgba(255, 255, 255, 0.65);
}

.mentor-student-tasks-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.mentor-student-tasks-table th,
.mentor-student-tasks-table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid rgba(10, 36, 99, 0.08);
    vertical-align: top;
}

.mentor-student-tasks-table th {
    font-weight: 700;
    color: #475569;
    background: rgba(248, 251, 255, 0.9);
    white-space: nowrap;
}

.mentor-student-tasks-table__actions {
    width: 1%;
    white-space: nowrap;
}

.mentor-student-tasks-status {
    font-weight: 600;
    color: #0e4d8a;
}

.mentor-student-tasks-empty {
    margin: 0;
    padding: 20px 16px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}

.mentor-task-modal {
    position: fixed;
    inset: 0;
    z-index: 3200;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 16px 48px;
    overflow: auto;
    box-sizing: border-box;
    /* 与遮罩同色：内容超高时外层若仍可滚动，避免底部露出页面白底 */
    background: rgba(10, 36, 99, 0.45);
}

.mentor-task-modal[hidden] {
    display: none !important;
}

.mentor-task-modal__backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
    cursor: pointer;
}

.mentor-task-modal__dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 720px;
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    margin: 12px auto 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(10, 36, 99, 0.22);
    border: 1px solid rgba(10, 36, 99, 0.1);
    min-height: 0;
}

.mentor-task-modal__dialog--view {
    max-width: 560px;
}

.mentor-task-modal.mentor-student-preview-modal {
    z-index: 3300;
}

.mentor-task-modal__dialog--student-preview {
    max-width: 640px;
}

.mentor-student-preview-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.mentor-student-preview-modal__foot {
    flex-shrink: 0;
    padding: 0 20px 16px;
    border-top: 1px solid rgba(10, 36, 99, 0.06);
}

.mentor-student-preview-modal__hint {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.5;
}

.mentor-task-view-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}

.mentor-task-view-footer .mentor-student-tasks-view-hint {
    flex: 1 1 200px;
    text-align: right;
}

/* 学生端本地预览（示意布局） */
.mentor-student-preview {
    font-size: 14px;
    color: #334155;
    line-height: 1.55;
}

.mentor-student-preview__hero {
    position: relative;
    height: 168px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    background: rgba(239, 246, 255, 0.9);
    border: 1px solid rgba(10, 36, 99, 0.08);
}

.mentor-student-preview__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mentor-student-preview__hero--small {
    height: 120px;
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
    border: none;
}

.mentor-student-preview__hero-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #0e4d8a;
    background: rgba(62, 146, 204, 0.15);
    border: 1px solid rgba(62, 146, 204, 0.25);
}

.mentor-student-preview__title {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f2f66;
    letter-spacing: -0.02em;
}

.mentor-student-preview__subtitle {
    margin: 0 0 14px;
    font-size: 13px;
    color: #64748b;
}

.mentor-student-preview__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.mentor-student-preview__chip {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #0a2463;
    background: rgba(239, 246, 255, 0.95);
    border: 1px solid rgba(10, 36, 99, 0.1);
}

.mentor-student-preview__block {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(248, 251, 255, 0.65);
    border: 1px solid rgba(10, 36, 99, 0.06);
}

.mentor-student-preview__block h4 {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.mentor-student-preview__block p {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.mentor-student-preview__list {
    margin: 0;
    padding-left: 1.1rem;
}

.mentor-student-preview__list li {
    margin-bottom: 8px;
}

.mentor-student-preview__list-desc {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #64748b;
    font-weight: 400;
}

.mentor-student-preview__bullets {
    margin: 0;
    padding-left: 1.1rem;
}

.mentor-student-preview__bullets li {
    margin-bottom: 4px;
}

.mentor-student-preview__placeholder {
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
    font-style: italic;
}

.mentor-student-preview__meta-row {
    font-size: 13px;
    color: #475569;
    padding-top: 8px;
    border-top: 1px dashed rgba(10, 36, 99, 0.12);
}

.mentor-student-preview__meta-row span {
    font-weight: 700;
    color: #64748b;
    margin-right: 6px;
}

.mentor-student-preview__meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin-bottom: 16px;
    font-size: 13px;
}

.mentor-student-preview__meta-grid > div span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 2px;
}

.mentor-student-preview__card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(10, 36, 99, 0.1);
    background: #fff;
    box-shadow: 0 6px 20px rgba(10, 36, 99, 0.07);
}

.mentor-student-preview__card-body {
    padding: 14px 16px 16px;
}

.mentor-student-preview__badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #b45309;
    background: rgba(251, 191, 36, 0.2);
}

.mentor-student-preview__card-sub {
    margin: 0 0 10px;
    font-size: 12px;
    color: #64748b;
}

.mentor-student-preview__card-desc {
    margin: 0 0 12px;
    font-size: 13px;
    color: #475569;
    line-height: 1.55;
}

@media (max-width: 480px) {
    .mentor-student-preview__meta-grid {
        grid-template-columns: 1fr;
    }
}

.mentor-task-modal__head {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px 12px;
    border-bottom: 1px solid rgba(10, 36, 99, 0.08);
}

.mentor-task-modal__head h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f2f66;
}

.mentor-task-modal__close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(10, 36, 99, 0.12);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(239, 246, 255, 0.75) 100%);
    font-size: 22px;
    line-height: 1;
    color: #475569;
    cursor: pointer;
}

.mentor-task-modal__close:hover {
    border-color: rgba(62, 146, 204, 0.45);
    color: #0a2463;
}

.mentor-task-modal__close:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-student-tasks-page .mentor-task-modal__footer .btn-sm.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    border: none;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, var(--light-blue, #3e92cc) 0%, #2a7ab8 100%);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mentor-student-tasks-page .mentor-task-modal__footer .btn-sm.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(62, 146, 204, 0.4);
    filter: brightness(1.03);
}

.mentor-student-tasks-page .mentor-task-modal__footer .btn-sm.btn-primary:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-task-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 16px 20px 22px;
    overflow-y: auto;
}

.mentor-task-modal__dialog--view .mentor-task-modal__body {
    max-height: none;
}

.mentor-task-modal__footer {
    flex-shrink: 0;
    padding: 0 20px 18px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.mentor-student-tasks-view-hint {
    font-size: 12px;
    color: #94a3b8;
}

.mentor-student-tasks-detail-dl {
    margin: 0;
}

.mentor-student-tasks-detail-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(10, 36, 99, 0.06);
    font-size: 13px;
}

.mentor-student-tasks-detail-row:last-child {
    border-bottom: none;
}

.mentor-student-tasks-detail-row dt {
    margin: 0;
    font-weight: 700;
    color: #64748b;
}

.mentor-student-tasks-detail-row dd {
    margin: 0;
    color: #334155;
    line-height: 1.55;
    word-break: break-word;
    white-space: pre-wrap;
}

.mentor-student-tasks-page .mentor-dashboard-header .header-actions-wrap {
    gap: 10px;
}

/* 封面图：上传 + 地址 */
.mentor-task-label--sub {
    display: block;
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.mentor-task-cover__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.mentor-task-cover__file {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 与「返回领航台」一致的线框次要按钮，避免全局金黄 primary */
.mentor-student-tasks-page .mentor-task-cover__pick {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 16px 0 14px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid rgba(10, 36, 99, 0.16);
    background: linear-gradient(180deg, #fff 0%, rgba(239, 246, 255, 0.88) 100%);
    font-size: 13px;
    font-weight: 600;
    color: #0a2463;
    box-shadow: 0 2px 10px rgba(10, 36, 99, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.mentor-student-tasks-page .mentor-task-cover__pick:hover {
    border-color: rgba(62, 146, 204, 0.5);
    color: #163d7a;
    box-shadow: 0 4px 14px rgba(10, 36, 99, 0.1);
    transform: translateY(-1px);
}

.mentor-student-tasks-page .mentor-task-cover__pick:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-task-cover__pick-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    opacity: 0.88;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16h6v-6h4l-7-7-7 7h4v6zm-4 2h14v2H5v-2z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.mentor-task-cover__preview {
    position: relative;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(10, 36, 99, 0.12);
    background: linear-gradient(145deg, rgba(248, 251, 255, 0.98) 0%, rgba(239, 246, 255, 0.75) 100%);
    max-width: 280px;
}

.mentor-task-cover__preview-img {
    display: block;
    width: 100%;
    min-height: 120px;
    max-height: 158px;
    object-fit: cover;
    vertical-align: top;
}

.mentor-task-cover__preview--default::after {
    content: '默认';
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0f2f66;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(10, 36, 99, 0.1);
    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.08);
    pointer-events: none;
}

.mentor-student-tasks-detail-cover {
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(10, 36, 99, 0.1);
    background: rgba(248, 251, 255, 0.6);
}

.mentor-student-tasks-detail-cover img {
    display: block;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .mentor-student-tasks-page .mentor-task-form-grid {
        grid-template-columns: 1fr;
    }

    .mentor-student-tasks-detail-row {
        grid-template-columns: 1fr;
    }

    .mentor-student-tasks-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .mentor-student-tasks-toolbar__actions {
        justify-content: flex-start;
    }

    .mentor-task-cover__preview {
        max-width: 100%;
    }
}

/* ========== 企业导师指导子页 · 与学生 / 教师任务页统一壳层与区块气质 ========== */

.mentor-modules-page .dashboard-header.mentor-dashboard-header h1 {
    color: #0f2f66;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.mentor-modules-page .mentor-modules-stack {
    gap: 18px;
}

.mentor-modules-page .mentor-collab-intro {
    margin: 0 0 4px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(239, 246, 255, 0.92);
    border: 1px solid rgba(62, 146, 204, 0.22);
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
}

.mentor-modules-page .mentor-collab-section-lead {
    margin: -4px 0 16px;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
}

.mentor-modules-page .mentor-module-section {
    margin-bottom: 0;
    border-radius: 14px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    border-left: 4px solid rgba(201, 162, 39, 0.85);
    background: linear-gradient(145deg, #fff 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.05);
    padding: 20px 22px 18px;
}

.mentor-modules-page .mentor-module-section::before {
    display: none !important;
}

.mentor-modules-page .mentor-module-section h2 {
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(10, 36, 99, 0.08);
    font-weight: 800;
    color: #0f2f66;
    letter-spacing: -0.02em;
}

.mentor-modules-page .mentor-collab-form__actions .btn-sm.btn-primary,
.mentor-modules-page .mentor-module-actions .btn-sm.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    border: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--light-blue, #3e92cc) 0%, #2a7ab8 100%);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mentor-modules-page .mentor-collab-form__actions .btn-sm.btn-primary:hover,
.mentor-modules-page .mentor-module-actions .btn-sm.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(62, 146, 204, 0.4);
    filter: brightness(1.03);
}

.mentor-modules-page .mentor-collab-form__actions .btn-sm.btn-primary:focus-visible,
.mentor-modules-page .mentor-module-actions .btn-sm.btn-primary:focus-visible {
    outline: 2px solid rgba(201, 162, 39, 0.9);
    outline-offset: 3px;
}

/* 企业导师指导子页 · 功能区块（视频 / 路演综评 / 空投 / CSR） */
.mentor-modules-page .mentor-dashboard-header .header-actions-wrap {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* 综评历史（页眉 · 仅「产出综评」子 Tab 时显示，与「返回领航台」同系） */
.mentor-modules-page .mentor-dashboard-header .header-actions-wrap .mentor-review-history-btn--header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 18px 0 14px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid rgba(10, 36, 99, 0.16);
    background: linear-gradient(180deg, #fff 0%, rgba(239, 246, 255, 0.88) 100%);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0a2463;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(10, 36, 99, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.mentor-modules-page .mentor-dashboard-header .header-actions-wrap .mentor-review-history-btn--header:hover {
    border-color: rgba(62, 146, 204, 0.5);
    color: #163d7a;
    box-shadow: 0 4px 16px rgba(10, 36, 99, 0.12);
    transform: translateY(-1px);
}

.mentor-modules-page .mentor-dashboard-header .header-actions-wrap .mentor-review-history-btn--header:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-modules-page .mentor-dashboard-header .header-actions-wrap .mentor-review-history-btn--header:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(10, 36, 99, 0.08);
}

body.mentor-modules-page[data-roadshow-main-tab='roadshow'] .mentor-dashboard-header .header-actions-wrap .mentor-review-history-btn--header {
    display: none;
}

.mentor-modules-page .mentor-review-history-btn__label {
    white-space: nowrap;
}

.mentor-modules-page .mentor-roadshow-history-btn__icon,
.mentor-modules-page .mentor-review-history-btn__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #0e4d8a;
    opacity: 0.92;
}

.mentor-modules-page .mentor-dashboard-header .header-actions-wrap .btn-sm.btn-secondary {
    min-height: 38px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid rgba(62, 146, 204, 0.4);
    background: rgba(255, 255, 255, 0.95);
    color: #0e4d8a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mentor-modules-page .mentor-dashboard-header .header-actions-wrap .btn-sm.btn-secondary:hover {
    transform: translateY(-1px);
    border-color: rgba(62, 146, 204, 0.65);
    background: rgba(248, 251, 255, 0.98);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.22);
}

.mentor-modules-page .mentor-collab-form__actions {
    grid-column: 1 / -1;
    margin-top: 4px;
}

.mentor-modules-page .mentor-collab-list-wrap {
    margin-top: 16px;
}

.mentor-modules-page .mentor-collab-empty {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.mentor-modules-page .mentor-collab-empty--inline {
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px dashed rgba(10, 36, 99, 0.12);
}

.mentor-modules-page .mentor-collab-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mentor-modules-page .mentor-collab-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.mentor-modules-page .mentor-collab-list__main {
    flex: 1;
    min-width: 0;
}

.mentor-modules-page .mentor-collab-list__title {
    display: block;
    font-weight: 700;
    color: #0f2f66;
    margin-bottom: 4px;
}

.mentor-modules-page .mentor-collab-list__link {
    font-size: 13px;
    word-break: break-all;
    color: #1d6fa8;
}

.mentor-modules-page .mentor-collab-list__note {
    margin: 6px 0 0;
    font-size: 12px;
    color: #64748b;
    line-height: 1.45;
}

.mentor-modules-page .mentor-collab-list__meta {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: #94a3b8;
}

.mentor-modules-page .mentor-tinder-stage {
    margin-bottom: 12px;
}

.mentor-modules-page .mentor-tinder-card {
    padding: 20px 20px 18px;
    border-radius: 14px;
    border: 1px solid rgba(10, 36, 99, 0.1);
    background: linear-gradient(145deg, #fff 0%, rgba(248, 251, 255, 0.98) 100%);
    box-shadow: 0 8px 24px rgba(10, 36, 99, 0.08);
    border-left: 4px solid rgba(201, 162, 39, 0.85);
}

.mentor-modules-page .mentor-tinder-card__label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1d6fa8;
}

.mentor-modules-page .mentor-tinder-card__team {
    margin: 0 0 8px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f2f66;
    letter-spacing: -0.02em;
}

.mentor-modules-page .mentor-tinder-card__meta {
    margin: 0 0 12px;
    font-size: 12px;
    color: #64748b;
}

.mentor-modules-page .mentor-tinder-card__summary {
    margin: 0;
    font-size: 14px;
    color: #334155;
    line-height: 1.55;
}

.mentor-modules-page .mentor-tinder-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.mentor-modules-page .mentor-tinder-bar .btn-sm.btn-primary {
    min-height: 40px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    color: #fff;
    background: linear-gradient(135deg, var(--light-blue, #3e92cc) 0%, #2a7ab8 100%);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mentor-modules-page .mentor-tinder-bar .btn-sm.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(62, 146, 204, 0.4);
    filter: brightness(1.03);
}

.mentor-modules-page .mentor-tinder-bar .btn-sm.btn-secondary {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(62, 146, 204, 0.4);
    background: rgba(255, 255, 255, 0.95);
    color: #0e4d8a;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mentor-modules-page .mentor-tinder-bar .btn-sm.btn-secondary:hover {
    transform: translateY(-1px);
    border-color: rgba(62, 146, 204, 0.65);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.18);
}

.mentor-modules-page .mentor-collab-csr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.mentor-modules-page .mentor-collab-csr-card {
    padding: 16px 14px;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.1);
    background: linear-gradient(165deg, rgba(255, 251, 235, 0.5) 0%, rgba(248, 251, 255, 0.95) 100%);
    text-align: center;
}

.mentor-modules-page .mentor-collab-csr-card__value {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f2f66;
    letter-spacing: -0.02em;
}

.mentor-modules-page .mentor-collab-csr-card__label {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

/* ========== 企业导师指导子页 · 任务指导 / 预约 / 交流 ========== */

.mentor-modules-page .mentor-code-inline {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    background: rgba(241, 245, 249, 0.95);
    border: 1px solid rgba(10, 36, 99, 0.08);
    color: #475569;
}

.mentor-modules-page .mentor-hub-progress-tabs {
    margin-bottom: 16px;
}

.mentor-modules-page .mentor-hub-progress-tabs .mentor-task-tabs {
    margin-bottom: 0;
}

.mentor-modules-page .mentor-hub-table-wrap {
    overflow-x: auto;
    margin-top: 4px;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(255, 255, 255, 0.98);
}

.mentor-modules-page .mentor-hub-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    min-width: 720px;
}

.mentor-modules-page .mentor-hub-table th,
.mentor-modules-page .mentor-hub-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid rgba(10, 36, 99, 0.06);
    vertical-align: top;
}

.mentor-modules-page .mentor-hub-table th {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    background: rgba(248, 250, 252, 0.95);
}

.mentor-modules-page .mentor-hub-table tr:last-child td {
    border-bottom: none;
}

.mentor-modules-page .mentor-hub-table-sub {
    font-size: 11px;
    color: #94a3b8;
}

.mentor-modules-page .mentor-hub-last {
    color: #334155;
}

.mentor-modules-page .mentor-hub-pct {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #0f2f66;
}

.mentor-modules-page .mentor-hub-progress-bar {
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    height: 8px;
    border-radius: 99px;
    background: rgba(226, 232, 240, 0.95);
    overflow: hidden;
}

.mentor-modules-page .mentor-hub-progress-bar span {
    display: block;
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, #3e92cc 0%, #c9a227 100%);
}

/* 在线预约 · 未确认 / 已确认 分区 */
.mentor-modules-page .mentor-hub-appt-groups {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.mentor-modules-page .mentor-hub-appt-group {
    margin: 0;
}

.mentor-modules-page .mentor-hub-appt-group__head {
    margin-bottom: 12px;
}

.mentor-modules-page .mentor-hub-appt-group__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f2f66;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.mentor-modules-page .mentor-hub-appt-group--not-confirmed .mentor-hub-appt-group__title {
    color: #0a2463;
}

.mentor-modules-page .mentor-hub-appt-group--confirmed .mentor-hub-appt-group__title {
    color: #0e4d8a;
}

.mentor-modules-page .mentor-hub-appt-group__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    padding: 2px 9px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    color: #0e4d8a;
    background: rgba(62, 146, 204, 0.14);
    border: 1px solid rgba(62, 146, 204, 0.28);
}

.mentor-modules-page .mentor-hub-appt-group__lead {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.55;
    max-width: 52rem;
}

.mentor-modules-page .mentor-hub-appt-group__empty {
    margin: 0;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px dashed rgba(10, 36, 99, 0.12);
    background: rgba(248, 250, 252, 0.85);
}

/* 在线预约 · 分页 */
.mentor-modules-page .mentor-hub-appt-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 20px;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.mentor-modules-page .mentor-hub-appt-pager__meta {
    font-size: 13px;
    color: #64748b;
    white-space: nowrap;
}

.mentor-modules-page .mentor-hub-appt-pager__btn {
    min-height: 36px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    border: 1px solid rgba(62, 146, 204, 0.42);
    color: #0e4d8a;
    background: linear-gradient(180deg, #fff 0%, rgba(239, 246, 255, 0.95) 100%);
    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.mentor-modules-page .mentor-hub-appt-pager__btn:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: rgba(62, 146, 204, 0.62);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.18);
}

.mentor-modules-page .mentor-hub-appt-pager__btn:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-modules-page .mentor-hub-appt-pager__btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.mentor-modules-page .mentor-hub-appt-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mentor-modules-page .mentor-hub-appt-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 16px;
    padding: 15px 17px 15px 15px;
    border-radius: 14px;
    border: 1px solid rgba(10, 36, 99, 0.09);
    border-left: 3px solid rgba(62, 146, 204, 0.45);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 55%, rgba(255, 251, 235, 0.35) 100%);
    box-shadow: 0 4px 22px rgba(10, 36, 99, 0.06), 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.mentor-modules-page .mentor-hub-appt-main {
    flex: 1;
    min-width: 200px;
}

.mentor-modules-page .mentor-hub-appt-title {
    display: block;
    font-weight: 700;
    color: #0f2f66;
    margin-bottom: 4px;
}

.mentor-modules-page .mentor-hub-appt-meta {
    display: block;
    font-size: 12px;
    color: #64748b;
}

.mentor-modules-page .mentor-hub-appt-task {
    margin: 8px 0 0;
    font-size: 13px;
    color: #334155;
}

.mentor-modules-page .mentor-hub-appt-type {
    color: #94a3b8;
    font-size: 12px;
}

.mentor-modules-page .mentor-hub-appt-topic {
    margin: 6px 0 0;
    font-size: 13px;
    color: #475569;
}

.mentor-modules-page .mentor-hub-appt-note {
    margin: 6px 0 0;
    font-size: 12px;
    color: #64748b;
}

.mentor-modules-page .mentor-hub-appt-status {
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    align-self: flex-start;
}

.mentor-modules-page .mentor-hub-appt-status--pending {
    background: rgba(254, 243, 199, 0.6);
    color: #92400e;
}

.mentor-modules-page .mentor-hub-appt-status--confirmed {
    background: rgba(209, 250, 229, 0.65);
    color: #065f46;
}

.mentor-modules-page .mentor-hub-appt-status--declined {
    background: rgba(254, 226, 226, 0.65);
    color: #991b1b;
}

.mentor-modules-page .mentor-hub-appt-status--done {
    background: rgba(241, 245, 249, 0.95);
    color: #475569;
}

.mentor-modules-page .mentor-hub-appt-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

@media (min-width: 720px) {
    .mentor-modules-page .mentor-hub-appt-actions {
        width: auto;
        align-self: center;
        gap: 12px;
    }
}

.mentor-modules-page .mentor-hub-chat-layout {
    display: grid;
    grid-template-columns: minmax(200px, 260px) 1fr;
    gap: 14px;
    margin-top: 4px;
    min-height: 280px;
}

@media (max-width: 900px) {
    .mentor-modules-page .mentor-hub-chat-layout {
        grid-template-columns: 1fr;
    }
}

.mentor-modules-page .mentor-hub-chat-sidebar {
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(248, 250, 252, 0.85);
    padding: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.mentor-modules-page .mentor-hub-chat-sidebar__title {
    margin: 0 0 8px;
    padding: 4px 8px 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #64748b;
}

.mentor-modules-page .mentor-hub-chat-list-empty {
    margin: 0;
    padding: 12px;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.mentor-modules-page .mentor-hub-chat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    margin-bottom: 4px;
    border: none;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    font: inherit;
    position: relative;
    transition: background 0.15s ease;
}

.mentor-modules-page .mentor-hub-chat-item:hover {
    background: rgba(255, 255, 255, 0.9);
}

.mentor-modules-page .mentor-hub-chat-item.is-active {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.06);
}

.mentor-modules-page .mentor-hub-chat-item-name {
    font-weight: 700;
    font-size: 13px;
    color: #0f2f66;
}

.mentor-modules-page .mentor-hub-chat-item-task {
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mentor-modules-page .mentor-hub-chat-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 99px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.mentor-modules-page .mentor-hub-chat-main {
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(255, 255, 255, 0.98);
    display: flex;
    flex-direction: column;
    min-height: 260px;
}

.mentor-modules-page .mentor-hub-chat-placeholder {
    padding: 24px;
    font-size: 13px;
    color: #64748b;
    text-align: center;
    margin: auto;
}

.mentor-modules-page .mentor-hub-chat-thread {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.mentor-modules-page .mentor-hub-chat-head {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(10, 36, 99, 0.06);
    font-size: 14px;
    color: #0f2f66;
}

.mentor-modules-page .mentor-hub-chat-head-sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #64748b;
    margin-top: 4px;
}

.mentor-modules-page .mentor-hub-chat-msgs {
    flex: 1;
    overflow-y: auto;
    padding: 12px 14px;
    max-height: 240px;
}

.mentor-modules-page .mentor-hub-msg {
    margin-bottom: 12px;
    max-width: 92%;
}

.mentor-modules-page .mentor-hub-msg--student {
    margin-right: auto;
}

.mentor-modules-page .mentor-hub-msg--mentor {
    margin-left: auto;
}

.mentor-modules-page .mentor-hub-msg-text {
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
}

.mentor-modules-page .mentor-hub-msg--student .mentor-hub-msg-text {
    background: rgba(240, 253, 244, 0.95);
    border: 1px solid rgba(34, 197, 94, 0.2);
    color: #14532d;
}

.mentor-modules-page .mentor-hub-msg--mentor .mentor-hub-msg-text {
    background: rgba(239, 246, 255, 0.95);
    border: 1px solid rgba(62, 146, 204, 0.25);
    color: #0f2f66;
}

.mentor-modules-page .mentor-hub-msg-time {
    margin: 4px 0 0;
    font-size: 11px;
    color: #94a3b8;
}

.mentor-modules-page .mentor-hub-msg--mentor .mentor-hub-msg-time {
    text-align: right;
}

.mentor-modules-page .mentor-hub-chat-compose {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    align-items: center;
    border-top: 1px solid rgba(10, 36, 99, 0.07);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.75) 0%, rgba(255, 255, 255, 0.98) 100%);
}

/* ========== 四指导页 · 按钮与操作区统一（深空蓝 / 浅蓝 / 星光金） ========== */

/* 用户面板 · 主操作（处理预约 / 在线交流 / 预约队列 / 领航台） */
.mentor-modules-page .dashboard-user-panel .panel-ability-btn {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #fff !important;
    border: none !important;
    background: linear-gradient(135deg, #3e92cc 0%, #2a7ab8 42%, #0e3a7a 100%) !important;
    box-shadow: 0 4px 16px rgba(62, 146, 204, 0.38);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mentor-modules-page .dashboard-user-panel .panel-ability-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(62, 146, 204, 0.45);
    filter: brightness(1.04);
}

.mentor-modules-page .dashboard-user-panel .panel-ability-btn:focus-visible {
    outline: 2px solid rgba(201, 162, 39, 0.95);
    outline-offset: 3px;
}

/* 任务指导表 · 操作列 */
.mentor-modules-page .mentor-hub-table__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #0e4d8a;
    border: 1px solid rgba(62, 146, 204, 0.42);
    background: linear-gradient(180deg, #fff 0%, rgba(239, 246, 255, 0.92) 100%);
    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.mentor-modules-page .mentor-hub-table__action:hover {
    transform: translateY(-1px);
    border-color: rgba(62, 146, 204, 0.65);
    color: #0a2463;
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.2);
}

.mentor-modules-page .mentor-hub-table__action:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

/* 预约卡片 · 操作按钮（深空蓝 / 浅蓝底 / 星光金点缀，与发送、面板主按钮一致） */
.mentor-modules-page .mentor-hub-appt-actions .btn-sm {
    min-width: 92px;
    min-height: 40px;
    padding: 0 20px;
    border-radius: 11px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, border-color 0.18s ease;
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-ok {
    border: none;
    color: #fff;
    background: linear-gradient(135deg, #3e92cc 0%, #2a7ab8 48%, #0e3a7a 100%);
    box-shadow: 0 4px 18px rgba(62, 146, 204, 0.42);
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-ok:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(62, 146, 204, 0.48);
    filter: brightness(1.04);
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-ok:focus-visible {
    outline: 2px solid rgba(201, 162, 39, 0.95);
    outline-offset: 3px;
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-no {
    border: 1px solid rgba(185, 28, 28, 0.42);
    color: #991b1b;
    background: linear-gradient(180deg, rgba(254, 242, 242, 0.98) 0%, rgba(255, 255, 255, 0.99) 100%);
    box-shadow: 0 2px 10px rgba(220, 38, 38, 0.1);
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-no:hover {
    transform: translateY(-1px);
    border-color: rgba(185, 28, 28, 0.62);
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.18);
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-no:focus-visible {
    outline: 2px solid rgba(220, 38, 38, 0.45);
    outline-offset: 2px;
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-done {
    border: 1px solid rgba(201, 162, 39, 0.58);
    color: #92400e;
    background: linear-gradient(145deg, rgba(255, 251, 235, 0.98) 0%, rgba(255, 255, 255, 0.99) 55%, rgba(239, 246, 255, 0.5) 100%);
    box-shadow: 0 2px 10px rgba(201, 162, 39, 0.14);
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-done:hover {
    transform: translateY(-1px);
    border-color: rgba(201, 162, 39, 0.82);
    box-shadow: 0 5px 18px rgba(201, 162, 39, 0.24);
}

.mentor-modules-page .mentor-hub-appt-actions .mentor-hub-appt-done:focus-visible {
    outline: 2px solid rgba(201, 162, 39, 0.85);
    outline-offset: 2px;
}

/* 在线交流 · 输入区与发送 */
.mentor-modules-page .mentor-hub-chat-input {
    flex: 1;
    min-width: 0;
    border-radius: 11px;
    border: 1px solid rgba(10, 36, 99, 0.12);
    padding: 11px 16px;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mentor-modules-page .mentor-hub-chat-input:focus {
    outline: none;
    border-color: rgba(62, 146, 204, 0.5);
    box-shadow: 0 0 0 3px rgba(62, 146, 204, 0.12);
}

.mentor-modules-page .mentor-hub-send-btn {
    min-width: 92px;
    flex-shrink: 0;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: none;
    color: #fff;
    background: linear-gradient(135deg, #3e92cc 0%, #2a7ab8 55%, #163d7a 100%);
    box-shadow: 0 4px 16px rgba(62, 146, 204, 0.4);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mentor-modules-page .mentor-hub-send-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(62, 146, 204, 0.48);
    filter: brightness(1.03);
}

.mentor-modules-page .mentor-hub-send-btn:focus-visible {
    outline: 2px solid rgba(201, 162, 39, 0.95);
    outline-offset: 3px;
}

/* 路演综评（历史 Tinder 操作条，保留类名兼容） */
.mentor-modules-page .mentor-tinder-bar--segmented {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px dashed rgba(10, 36, 99, 0.1);
    gap: 12px;
}

.mentor-modules-page .mentor-tinder-bar--segmented .btn-sm.btn-secondary {
    min-width: 96px;
}

.mentor-modules-page .mentor-tinder-bar--segmented .btn-sm.btn-primary {
    min-width: 112px;
    background: linear-gradient(135deg, #3e92cc 0%, #2a7ab8 48%, #0e3a7a 100%);
    box-shadow: 0 4px 18px rgba(62, 146, 204, 0.42);
}

.mentor-modules-page .mentor-tinder-bar--segmented .btn-sm.btn-primary:hover {
    filter: brightness(1.04);
}

.mentor-modules-page .mentor-tinder-bar--segmented #mentorTinderDetail {
    border-style: dashed;
    border-color: rgba(10, 36, 99, 0.22);
    color: #475569;
    background: rgba(248, 250, 252, 0.96);
}

/* 任务指导 · 操作列（查看） */
.mentor-modules-page .mentor-hub-table-ops {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.mentor-modules-page .mentor-hub-table__action--secondary {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px dashed rgba(62, 146, 204, 0.45);
    background: rgba(248, 250, 252, 0.9);
    color: #0e4d8a;
    box-shadow: none;
}

.mentor-modules-page .mentor-hub-table__action--secondary:hover {
    border-style: solid;
    border-color: rgba(62, 146, 204, 0.65);
    color: #0a2463;
}

.mentor-modules-page button.mentor-hub-table__action {
    font-family: inherit;
    cursor: pointer;
}

/* 学习步骤与导师指导弹窗（含环节评分表） */
.mentor-modules-page .mentor-hub-steps-modal.mentor-modal {
    max-width: 640px;
}

.mentor-modules-page .mentor-hub-steps-modal__task {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 700;
    color: #0f2f66;
    line-height: 1.45;
}

.mentor-modules-page .mentor-hub-steps-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: hubstep;
}

.mentor-modules-page .mentor-hub-step {
    position: relative;
    margin: 0 0 14px;
    padding: 12px 14px 14px 44px;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(248, 250, 252, 0.65);
    counter-increment: hubstep;
}

.mentor-modules-page .mentor-hub-step--empty {
    padding-left: 14px;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}

.mentor-modules-page .mentor-hub-step--empty::before {
    display: none;
}

.mentor-modules-page .mentor-hub-step__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 10px;
}

.mentor-modules-page .mentor-hub-step__block {
    margin: 0 0 10px;
}

.mentor-modules-page .mentor-hub-step__block--student {
    margin-bottom: 12px;
}

.mentor-modules-page .mentor-hub-step__label {
    display: block;
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: none;
    color: #64748b;
}

.mentor-modules-page .mentor-hub-step__student-body {
    margin: 0;
    font-size: 13px;
    color: #334155;
    line-height: 1.55;
    white-space: pre-wrap;
    word-break: break-word;
}

.mentor-modules-page .mentor-hub-step__scores {
    margin-top: 8px;
    padding: 12px 0 10px;
    border-top: 1px dashed rgba(10, 36, 99, 0.12);
}

.mentor-modules-page .mentor-hub-step__scores-lead {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.55;
    color: #64748b;
}

.mentor-modules-page .mentor-hub-step__scores-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
}

@media (max-width: 520px) {
    .mentor-modules-page .mentor-hub-step__scores-grid {
        grid-template-columns: 1fr;
    }
}

.mentor-modules-page .mentor-hub-step__score-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(10, 36, 99, 0.1);
    background: rgba(255, 255, 255, 0.85);
}

.mentor-modules-page .mentor-hub-step__score-name {
    font-size: 12px;
    font-weight: 700;
    color: #0f2f66;
}

.mentor-modules-page .mentor-hub-step__score-cap {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
}

.mentor-modules-page .mentor-hub-step__score-input {
    width: 100%;
    min-width: 0;
    max-width: 5.5rem;
    margin-left: auto;
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid rgba(10, 36, 99, 0.14);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    background: #fff;
}

.mentor-modules-page .mentor-hub-step__score-input:focus {
    outline: none;
    border-color: rgba(62, 146, 204, 0.55);
    box-shadow: 0 0 0 2px rgba(62, 146, 204, 0.12);
}

.mentor-modules-page .mentor-hub-step__scores-total {
    margin: 10px 0 0;
    font-size: 13px;
    color: #475569;
}

.mentor-modules-page .mentor-hub-step__scores-total .mentor-hub-step__score-sum {
    color: #0a2463;
    font-weight: 800;
}

.mentor-modules-page .mentor-hub-step__review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px dashed rgba(10, 36, 99, 0.12);
}

.mentor-modules-page .mentor-hub-step__review-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 6px 0 10px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(10, 36, 99, 0.14);
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    color: #0f172a;
    background: #fff;
    resize: vertical;
    min-height: 72px;
}

.mentor-modules-page .mentor-hub-step__review-input:focus {
    outline: none;
    border-color: rgba(62, 146, 204, 0.55);
    box-shadow: 0 0 0 3px rgba(62, 146, 204, 0.15);
}

/* 学习步骤弹窗 · 保存点评：领航台深蓝主色 + 顶沿星光金 + 内高光（与 Tab 选中 / 工具栏主操作同系） */
.mentor-modules-page .mentor-hub-steps-modal .mentor-hub-step-save.btn-sm.btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 6px;
    min-height: 38px;
    padding: 0 20px;
    margin-top: 2px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.04em;
    font-family: inherit;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(145deg, #0a2463 0%, #163d7a 52%, #1f5a9e 100%);
    box-shadow:
        0 4px 16px rgba(10, 36, 99, 0.38),
        0 2px 6px rgba(10, 36, 99, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}

.mentor-modules-page .mentor-hub-steps-modal .mentor-hub-step-save.btn-sm.btn-primary .mentor-hub-step-save__icon {
    flex-shrink: 0;
    opacity: 0.92;
}

.mentor-modules-page .mentor-hub-steps-modal .mentor-hub-step-save.btn-sm.btn-primary::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    height: 2px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.95), transparent);
    pointer-events: none;
}

.mentor-modules-page .mentor-hub-steps-modal .mentor-hub-step-save.btn-sm.btn-primary:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow:
        0 6px 22px rgba(10, 36, 99, 0.45),
        0 2px 8px rgba(62, 146, 204, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    filter: brightness(1.04);
}

.mentor-modules-page .mentor-hub-steps-modal .mentor-hub-step-save.btn-sm.btn-primary:active {
    transform: translateY(0);
    box-shadow:
        0 2px 10px rgba(10, 36, 99, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    filter: brightness(0.97);
}

.mentor-modules-page .mentor-hub-steps-modal .mentor-hub-step-save.btn-sm.btn-primary:focus-visible {
    outline: 2px solid rgba(201, 162, 39, 0.95);
    outline-offset: 3px;
}

.mentor-modules-page .mentor-hub-step::before {
    content: counter(hubstep);
    position: absolute;
    left: 12px;
    top: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    border-radius: 8px;
    color: #64748b;
    background: rgba(148, 163, 184, 0.2);
}

.mentor-modules-page .mentor-hub-step--done {
    border-color: rgba(34, 197, 94, 0.28);
    background: linear-gradient(135deg, rgba(240, 253, 244, 0.85) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.mentor-modules-page .mentor-hub-step--done::before {
    color: #15803d;
    background: rgba(34, 197, 94, 0.2);
}

.mentor-modules-page .mentor-hub-step--doing {
    border-color: rgba(62, 146, 204, 0.45);
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 2px 12px rgba(62, 146, 204, 0.12);
}

.mentor-modules-page .mentor-hub-step--doing::before {
    color: #0e4d8a;
    background: rgba(62, 146, 204, 0.22);
}

.mentor-modules-page .mentor-hub-step--todo {
    opacity: 0.92;
}

.mentor-modules-page .mentor-hub-step__badge {
    display: inline-block;
    margin-bottom: 6px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 999px;
    color: #475569;
    background: rgba(148, 163, 184, 0.18);
}

.mentor-modules-page .mentor-hub-step--done .mentor-hub-step__badge {
    color: #166534;
    background: rgba(34, 197, 94, 0.18);
}

.mentor-modules-page .mentor-hub-step--doing .mentor-hub-step__badge {
    color: #0e4d8a;
    background: rgba(62, 146, 204, 0.2);
}

.mentor-modules-page .mentor-hub-step__title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

.mentor-modules-page .mentor-hub-step__desc {
    margin: 4px 0 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.mentor-modules-page .mentor-hub-steps-modal__hint {
    margin: 16px 0 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
}

/* 任务指导 · 行内角标与行级模态 */
.mentor-modules-page .mentor-hub-action-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    margin-left: 6px;
    padding: 0 5px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    box-shadow: 0 1px 4px rgba(185, 28, 28, 0.35);
    vertical-align: middle;
}

.mentor-modules-page .mentor-hub-row-modal.mentor-modal {
    max-width: 560px;
    width: min(560px, 94vw);
}

.mentor-modules-page .mentor-hub-row-modal--chat.mentor-modal {
    max-width: 720px;
    width: min(720px, 96vw);
}

.mentor-modules-page .mentor-hub-row-modal__body {
    max-height: min(70vh, 520px);
    overflow: auto;
}

.mentor-modules-page .mentor-hub-row-modal__body--chat {
    max-height: min(75vh, 560px);
    padding: 0;
    overflow: hidden;
}

.mentor-modules-page .mentor-hub-chat-layout--modal {
    min-height: 280px;
    max-height: min(70vh, 480px);
}

.mentor-modules-page .mentor-hub-appt-groups--modal .mentor-hub-appt-group {
    margin-bottom: 16px;
}

.mentor-modules-page .mentor-hub-appt-groups--modal .mentor-hub-appt-group:last-child {
    margin-bottom: 0;
}

/* 路演综评 */
.mentor-modules-page .mentor-roadshow-section {
    padding-top: 4px;
}

.mentor-modules-page .mentor-roadshow-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.mentor-modules-page .mentor-roadshow-toolbar .mentor-roadshow-tabs {
    flex: 1 1 220px;
    margin-bottom: 0;
}

.mentor-modules-page .mentor-roadshow-demo-btn {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}

.mentor-modules-page .mentor-roadshow-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    padding: 4px;
    border-radius: 12px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(10, 36, 99, 0.08);
}

.mentor-modules-page .mentor-roadshow-tab {
    flex: 1 1 140px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mentor-modules-page .mentor-roadshow-tab:hover {
    color: #0e4d8a;
    background: rgba(255, 255, 255, 0.85);
}

.mentor-modules-page .mentor-roadshow-tab.is-active {
    color: #0a2463;
    background: #fff;
    border-color: rgba(62, 146, 204, 0.45);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.18);
}

.mentor-modules-page .mentor-roadshow-lead {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.55;
    color: #475569;
}

/* 路演与在线 · 场次状态 Tab（与顶部分区标签同系） */
.mentor-modules-page .mentor-roadshow-session-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    padding: 4px;
    border-radius: 12px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(10, 36, 99, 0.08);
}

.mentor-modules-page .mentor-roadshow-session-tab {
    flex: 1 1 100px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #475569;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mentor-modules-page .mentor-roadshow-session-tab:hover {
    color: #0e4d8a;
    background: rgba(255, 255, 255, 0.92);
}

.mentor-modules-page .mentor-roadshow-session-tab.is-active {
    color: #0a2463;
    background: #fff;
    border-color: rgba(62, 146, 204, 0.45);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.16);
}

.mentor-modules-page .mentor-roadshow-session-tab:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

/* 路演与在线 · 说明行与综评历史（与分页按钮、场次 Tab 浅蓝渐变 + 底侧淡金线一致） */
.mentor-modules-page .mentor-roadshow-live-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px 16px;
    margin-bottom: 14px;
}

.mentor-modules-page .mentor-roadshow-lead--roadshow {
    margin: 0;
    flex: 1 1 min(100%, 320px);
    max-width: 100%;
}

@media (max-width: 560px) {
    .mentor-modules-page .mentor-roadshow-live-actions {
        width: 100%;
    }

    /* 保留容器响应式能力，避免后续扩展时回归成本 */
}

.mentor-modules-page .mentor-roadshow-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.mentor-modules-page .mentor-roadshow-filter {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(10, 36, 99, 0.12);
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mentor-modules-page .mentor-roadshow-filter:hover {
    border-color: rgba(62, 146, 204, 0.45);
    color: #0e4d8a;
}

.mentor-modules-page .mentor-roadshow-filter.is-active {
    border-color: rgba(62, 146, 204, 0.65);
    color: #0a2463;
    background: rgba(239, 246, 255, 0.95);
}

.mentor-modules-page .mentor-roadshow-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 14px;
}

.mentor-modules-page .mentor-roadshow-card {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 14px;
    border-radius: 14px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 10px rgba(10, 36, 99, 0.04);
}

.mentor-modules-page .mentor-roadshow-card__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.mentor-modules-page .mentor-roadshow-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0e4d8a;
    background: rgba(62, 146, 204, 0.14);
}

.mentor-modules-page .mentor-roadshow-card__title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f2f66;
    line-height: 1.4;
}

.mentor-modules-page .mentor-roadshow-card__student {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
    margin: 0 0 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(62, 146, 204, 0.08);
    border: 1px solid rgba(62, 146, 204, 0.14);
}

.mentor-modules-page .mentor-roadshow-card__student-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #3e92cc;
    text-transform: uppercase;
}

.mentor-modules-page .mentor-roadshow-card__student-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f2f66;
}

.mentor-modules-page .mentor-roadshow-card__student-no,
.mentor-modules-page .mentor-roadshow-card__student-class {
    font-size: 12px;
    color: #475569;
}

.mentor-modules-page .mentor-roadshow-card__team {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1e3a5f;
}

.mentor-modules-page .mentor-roadshow-card__team-label {
    display: inline-block;
    margin-right: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
}

.mentor-modules-page .mentor-roadshow-card__meta {
    margin: 0 0 8px;
    font-size: 12px;
    color: #64748b;
}

.mentor-modules-page .mentor-roadshow-card__summary {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #475569;
}

.mentor-modules-page .mentor-roadshow-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    margin-top: auto;
    border-top: 1px solid rgba(10, 36, 99, 0.08);
}

/* 终评卡片 · 操作按钮（与任务指导表操作列 / 预约按钮同一套蓝金体系） */
.mentor-modules-page .mentor-roadshow-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.mentor-modules-page .mentor-roadshow-card__btn-icon {
    display: inline-flex;
    flex-shrink: 0;
    opacity: 0.92;
}

.mentor-modules-page .mentor-roadshow-card__btn-icon svg {
    display: block;
}

.mentor-modules-page .mentor-roadshow-card__btn-label {
    white-space: nowrap;
}

/* 查看详情：浅底 + 虚线描边，同「查看步骤」次要操作 */
.mentor-modules-page .mentor-roadshow-card__btn--detail {
    border: 1px dashed rgba(62, 146, 204, 0.5);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    color: #0e4d8a;
    box-shadow: 0 1px 4px rgba(10, 36, 99, 0.05);
}

.mentor-modules-page .mentor-roadshow-card__btn--detail:hover {
    border-style: solid;
    border-color: rgba(62, 146, 204, 0.72);
    color: #0a2463;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(62, 146, 204, 0.16);
}

.mentor-modules-page .mentor-roadshow-card__btn--detail:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

/* 待改进：暖色警示，与退回类操作区分于主按钮 */
.mentor-modules-page .mentor-roadshow-card__btn--improve {
    border: 1px solid rgba(217, 119, 6, 0.45);
    background: linear-gradient(180deg, rgba(255, 251, 235, 0.98) 0%, rgba(255, 255, 255, 0.99) 100%);
    color: #b45309;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.1);
}

.mentor-modules-page .mentor-roadshow-card__btn--improve:hover {
    border-color: rgba(217, 119, 6, 0.65);
    color: #92400e;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.18);
}

.mentor-modules-page .mentor-roadshow-card__btn--improve:focus-visible {
    outline: 2px solid rgba(217, 119, 6, 0.45);
    outline-offset: 2px;
}

/* 通过终评：主渐变，同预约「确认」与步骤保存 */
.mentor-modules-page .mentor-roadshow-card__btn--pass {
    border: none;
    color: #fff;
    background: linear-gradient(135deg, #3e92cc 0%, #2a7ab8 48%, #0e3a7a 100%);
    box-shadow: 0 4px 16px rgba(62, 146, 204, 0.4);
    min-width: 118px;
}

.mentor-modules-page .mentor-roadshow-card__btn--pass .mentor-roadshow-card__btn-icon {
    opacity: 1;
}

.mentor-modules-page .mentor-roadshow-card__btn--pass:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(62, 146, 204, 0.48);
    filter: brightness(1.03);
}

.mentor-modules-page .mentor-roadshow-card__btn--pass:focus-visible {
    outline: 2px solid rgba(201, 162, 39, 0.95);
    outline-offset: 3px;
}

@media (max-width: 420px) {
    .mentor-modules-page .mentor-roadshow-card__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .mentor-modules-page .mentor-roadshow-card__btn {
        width: 100%;
        min-width: 0;
    }
}

.mentor-modules-page .mentor-roadshow-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.mentor-modules-page .mentor-roadshow-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.mentor-modules-page .mentor-roadshow-table th,
.mentor-modules-page .mentor-roadshow-table td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(10, 36, 99, 0.06);
}

.mentor-modules-page .mentor-roadshow-table th {
    font-weight: 700;
    color: #0f2f66;
    background: rgba(248, 250, 252, 0.95);
    white-space: nowrap;
}

.mentor-modules-page .mentor-roadshow-cell-title {
    font-weight: 600;
    color: #0f2f66;
    margin-bottom: 4px;
}

.mentor-modules-page .mentor-roadshow-cell-src {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.mentor-modules-page .mentor-roadshow-status--live {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #047857;
    background: rgba(16, 185, 129, 0.15);
}

.mentor-modules-page .mentor-roadshow-status--soon {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #b45309;
    background: rgba(245, 158, 11, 0.18);
}

.mentor-modules-page .mentor-roadshow-status--end {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    background: rgba(148, 163, 184, 0.2);
}

.mentor-modules-page .mentor-roadshow-cell-teams {
    min-width: 200px;
}

.mentor-modules-page .mentor-roadshow-team-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.mentor-modules-page .mentor-roadshow-team-row:last-child {
    margin-bottom: 0;
}

.mentor-modules-page .mentor-roadshow-team-name {
    font-weight: 600;
    color: #334155;
}

.mentor-modules-page .mentor-roadshow-team-contact {
    font-size: 12px;
    color: #94a3b8;
}

.mentor-modules-page .mentor-roadshow-toggle-online {
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 6px;
    border: 1px dashed rgba(62, 146, 204, 0.45);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    background: rgba(248, 250, 252, 0.95);
}

.mentor-modules-page .mentor-roadshow-online--yes {
    color: #047857;
    border-color: rgba(16, 185, 129, 0.45);
}

.mentor-modules-page .mentor-roadshow-online--no {
    color: #64748b;
}

.mentor-modules-page .mentor-roadshow-room-link {
    font-weight: 600;
    color: #1d6fa8;
    text-decoration: none;
}

.mentor-modules-page .mentor-roadshow-room-link:hover {
    text-decoration: underline;
}

.mentor-modules-page .mentor-roadshow-room-tip {
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 1.45;
    color: #94a3b8;
}

.mentor-modules-page .mentor-roadshow-table-empty {
    padding: 20px !important;
    text-align: center;
    color: #94a3b8;
}

.mentor-modules-page .mentor-roadshow-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    margin-top: 14px;
    padding: 8px 12px 10px;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -2px 0 rgba(201, 162, 39, 0.12);
}

.mentor-modules-page .mentor-roadshow-pagination-info {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    min-width: 11em;
    text-align: center;
    letter-spacing: 0.02em;
}

/* 路演分页：与路演标签栏、终评卡按钮同一套浅蓝渐变 + 微抬升 */
.mentor-modules-page .mentor-roadshow-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    min-width: 104px;
    padding: 0 14px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid rgba(62, 146, 204, 0.38);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(239, 246, 255, 0.92) 100%);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0e4d8a;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(10, 36, 99, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.mentor-modules-page .mentor-roadshow-page-btn:hover:not(:disabled) {
    border-color: rgba(62, 146, 204, 0.62);
    color: #0a2463;
    background: linear-gradient(180deg, #fff 0%, rgba(239, 246, 255, 0.98) 100%);
    box-shadow: 0 4px 14px rgba(62, 146, 204, 0.2);
    transform: translateY(-1px);
}

.mentor-modules-page .mentor-roadshow-page-btn:focus-visible {
    outline: 2px solid rgba(62, 146, 204, 0.55);
    outline-offset: 2px;
}

.mentor-modules-page .mentor-roadshow-page-btn__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.88;
}

.mentor-modules-page .mentor-roadshow-page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 1px 4px rgba(10, 36, 99, 0.04);
}

.mentor-modules-page .mentor-roadshow-page-btn:disabled .mentor-roadshow-page-btn__icon {
    opacity: 0.55;
}

.mentor-modules-page .mentor-roadshow-page-btn:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: 0 1px 6px rgba(10, 36, 99, 0.08);
}

.mentor-modules-page .mentor-roadshow-detail-overlay {
    display: none;
    align-items: center;
    justify-content: center;
}

/* CSR 积分认证页 */
.mentor-modules-page .mentor-csr-shell {
    margin-top: 10px;
}

.mentor-modules-page .mentor-csr-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 12px;
    margin-bottom: 12px;
}

.mentor-modules-page .mentor-csr-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mentor-modules-page .mentor-csr-points {
    font-weight: 800;
    letter-spacing: 0.02em;
}

.mentor-modules-page .mentor-csr-points--plus {
    color: #047857;
}

.mentor-modules-page .mentor-csr-points--minus {
    color: #b91c1c;
}

.mentor-modules-page .mentor-csr-card {
    padding: 16px 16px 14px;
    border-radius: 14px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(255, 255, 255, 0.96);
}

.mentor-modules-page .mentor-csr-card__title {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 800;
    color: #0f2f66;
}

.mentor-modules-page .mentor-csr-card__list {
    margin: 0 0 10px;
    padding-left: 18px;
    color: #475569;
    line-height: 1.6;
    font-size: 13px;
}

.mentor-modules-page .mentor-csr-card__hint {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.55;
}

.mentor-modules-page .mentor-csr-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.mentor-modules-page .mentor-roadshow-detail-modal {
    max-width: min(680px, 96vw);
}

.mentor-modules-page .mentor-roadshow-improve-overlay {
    display: none;
    align-items: center;
    justify-content: center;
}

.mentor-modules-page .mentor-roadshow-improve-modal {
    max-width: min(520px, 96vw);
}

/* 综评历史：列表 + 详情 */
.mentor-modules-page .mentor-roadshow-history-overlay {
    display: none;
    align-items: center;
    justify-content: center;
}

.mentor-modules-page .mentor-roadshow-history-modal {
    max-width: min(920px, 96vw);
    width: 100%;
}

.mentor-modules-page .mentor-roadshow-history-body {
    padding: 0;
    overflow: hidden;
}

.mentor-modules-page .mentor-roadshow-history-layout {
    display: flex;
    align-items: stretch;
    min-height: 280px;
    max-height: min(72vh, 640px);
}

.mentor-modules-page .mentor-roadshow-history-aside {
    flex: 0 0 min(300px, 38%);
    min-width: 0;
    border-right: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(248, 250, 252, 0.65);
    display: flex;
    flex-direction: column;
}

.mentor-modules-page .mentor-roadshow-history-empty {
    margin: 0;
    padding: 16px 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
}

.mentor-modules-page .mentor-roadshow-history-list {
    list-style: none;
    margin: 0;
    padding: 8px;
    overflow-y: auto;
    flex: 1;
}

.mentor-modules-page .mentor-roadshow-history-list li {
    margin: 0 0 6px;
}

.mentor-modules-page .mentor-roadshow-history-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(255, 255, 255, 0.96);
    font-family: inherit;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.mentor-modules-page .mentor-roadshow-history-item:hover {
    border-color: rgba(62, 146, 204, 0.35);
    box-shadow: 0 2px 10px rgba(62, 146, 204, 0.12);
}

.mentor-modules-page .mentor-roadshow-history-item.is-selected {
    border-color: rgba(62, 146, 204, 0.55);
    background: rgba(239, 246, 255, 0.95);
    box-shadow: 0 2px 12px rgba(62, 146, 204, 0.18);
}

.mentor-modules-page .mentor-roadshow-history-item__title {
    font-weight: 700;
    color: #0f2f66;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mentor-modules-page .mentor-roadshow-history-item__meta {
    font-size: 12px;
    color: #64748b;
    line-height: 1.35;
}

.mentor-modules-page .mentor-roadshow-history-item__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    width: 100%;
    margin-top: 2px;
}

.mentor-modules-page .mentor-roadshow-history-item__time {
    margin-left: auto;
    font-size: 11px;
    color: #94a3b8;
}

.mentor-modules-page .mentor-review-pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.mentor-modules-page .mentor-review-pill--pass {
    color: #047857;
    background: rgba(16, 185, 129, 0.15);
}

.mentor-modules-page .mentor-review-pill--reject {
    color: #b45309;
    background: rgba(245, 158, 11, 0.2);
}

.mentor-modules-page .mentor-roadshow-history-detail {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    padding: 14px 16px 18px;
}

.mentor-modules-page .mentor-roadshow-history-detail-placeholder {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #94a3b8;
}

.mentor-modules-page .mentor-roadshow-history-detail-inner .mentor-submission-detail {
    padding-top: 0;
}

.mentor-modules-page .mentor-review-outcome {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(10, 36, 99, 0.08);
}

.mentor-modules-page .mentor-review-outcome--pass {
    background: rgba(16, 185, 129, 0.08);
    border-color: rgba(16, 185, 129, 0.22);
}

.mentor-modules-page .mentor-review-outcome--reject {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.28);
}

.mentor-modules-page .mentor-review-outcome__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}

.mentor-modules-page .mentor-review-outcome__label {
    font-size: 12px;
    font-weight: 700;
    color: #0f2f66;
    letter-spacing: 0.04em;
}

.mentor-modules-page .mentor-review-outcome__time {
    margin: 8px 0 0;
    font-size: 12px;
    color: #475569;
}

@media (max-width: 720px) {
    .mentor-modules-page .mentor-roadshow-history-layout {
        flex-direction: column;
        max-height: none;
    }

    .mentor-modules-page .mentor-roadshow-history-aside {
        flex: none;
        max-width: none;
        border-right: none;
        border-bottom: 1px solid rgba(10, 36, 99, 0.08);
        max-height: 40vh;
    }

    .mentor-modules-page .mentor-roadshow-history-detail {
        max-height: 50vh;
    }
}

.mentor-modules-page .mentor-roadshow-improve-body {
    padding-bottom: 8px;
}

.mentor-modules-page .mentor-roadshow-improve-lead {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #475569;
}

.mentor-modules-page .mentor-roadshow-improve-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #0f2f66;
}

.mentor-modules-page .mentor-roadshow-improve-required {
    font-weight: 600;
    color: #b45309;
}

.mentor-modules-page .mentor-roadshow-improve-textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 140px;
    padding: 12px 14px;
    margin: 0 0 10px;
    border-radius: 10px;
    border: 1px solid rgba(10, 36, 99, 0.12);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.55;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.98);
    resize: vertical;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mentor-modules-page .mentor-roadshow-improve-textarea::placeholder {
    color: #94a3b8;
}

.mentor-modules-page .mentor-roadshow-improve-textarea:hover {
    border-color: rgba(62, 146, 204, 0.35);
}

.mentor-modules-page .mentor-roadshow-improve-textarea:focus {
    outline: none;
    border-color: rgba(62, 146, 204, 0.65);
    box-shadow: 0 0 0 3px rgba(62, 146, 204, 0.18);
}

.mentor-modules-page .mentor-roadshow-improve-hint {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.45;
    color: #94a3b8;
}

.mentor-modules-page .mentor-roadshow-improve-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 4px;
}

.mentor-modules-page .mentor-submission-detail__block--feedback {
    padding: 12px 14px;
    border-radius: 10px;
    border-left: 4px solid rgba(217, 119, 6, 0.55);
    background: rgba(255, 251, 235, 0.75);
}

.mentor-modules-page .mentor-submission-detail__feedback {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #78350f;
    white-space: pre-wrap;
    word-break: break-word;
}

.mentor-modules-page .mentor-roadshow-detail-dl {
    margin: 0;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 8px 12px;
    font-size: 14px;
}

.mentor-modules-page .mentor-roadshow-detail-dl dt {
    margin: 0;
    font-weight: 700;
    color: #64748b;
}

.mentor-modules-page .mentor-roadshow-detail-dl dd {
    margin: 0;
    color: #0f172a;
    line-height: 1.5;
}

/* 终评成果详情（与极速响应台弹窗共用结构，亦在 dashboard-mentor-enterprise.css 中定义基础样式） */
.mentor-modules-page .mentor-modal__body .mentor-submission-detail,
.mentor-modal__body .mentor-submission-detail {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #334155;
}

.mentor-submission-detail__meta {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(10, 36, 99, 0.08);
}

.mentor-submission-detail__meta p {
    margin: 0 0 6px;
    font-size: 13px;
}

.mentor-submission-detail__meta p:last-child {
    margin-bottom: 0;
}

.mentor-submission-detail__block {
    margin: 0 0 18px;
}

.mentor-submission-detail__block--req {
    padding: 12px 14px;
    border-radius: 10px;
    border-left: 4px solid rgba(62, 146, 204, 0.55);
    background: rgba(239, 246, 255, 0.65);
}

.mentor-submission-detail__h {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0f2f66;
}

.mentor-submission-detail__req-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #475569;
}

.mentor-submission-detail__lead {
    margin: 0 0 10px;
    font-size: 12px;
    color: #64748b;
    line-height: 1.45;
}

.mentor-submission-detail__assets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mentor-submission-detail__asset {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(10, 36, 99, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 6px rgba(10, 36, 99, 0.04);
}

.mentor-submission-detail__asset-badge {
    flex-shrink: 0;
    margin-top: 2px;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #0e4d8a;
    background: rgba(62, 146, 204, 0.14);
    white-space: nowrap;
}

.mentor-submission-detail__asset-main {
    flex: 1;
    min-width: 140px;
}

.mentor-submission-detail__asset-link {
    display: inline;
    font-weight: 600;
    color: #1d6fa8;
    text-decoration: none;
    word-break: break-word;
}

.mentor-submission-detail__asset-link:hover {
    text-decoration: underline;
}

.mentor-submission-detail__asset-meta {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #94a3b8;
}

.mentor-submission-detail__asset-open {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}

.mentor-submission-detail__thumb-wrap {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    padding-left: 0;
}

.mentor-submission-detail__thumb {
    max-width: 100%;
    max-height: 160px;
    border-radius: 8px;
    border: 1px solid rgba(10, 36, 99, 0.1);
    object-fit: contain;
}

.mentor-submission-detail__summary {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.mentor-submission-detail__empty {
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
}

.mentor-submission-detail__hint {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.45;
}

/* ========== 任务指导页 dashboard-mentor-task-progress.html · 字色与领航台 / 变量体系统一 ========== */
body[data-mentor-page='task-progress'] .dashboard-main {
    color: #334155;
}

body[data-mentor-page='task-progress'] .dashboard-user-panel .panel-name {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .dashboard-user-panel .panel-affiliation,
body[data-mentor-page='task-progress'] .dashboard-user-panel .panel-ability-label {
    color: #64748b;
}

body[data-mentor-page='task-progress'] .dashboard-header .welcome,
body[data-mentor-page='task-progress'] .mentor-dashboard-header .welcome {
    color: #475569;
}

body[data-mentor-page='task-progress'] .dashboard-header .welcome strong,
body[data-mentor-page='task-progress'] .mentor-dashboard-header .welcome strong {
    color: var(--deep-space-blue, #0a2463);
    font-weight: 600;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-module-section h2 {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-collab-section-lead {
    color: #475569;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-collab-section-lead strong {
    color: var(--deep-space-blue, #0a2463);
    font-weight: 600;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-code-inline {
    color: #334155;
    border-color: rgba(62, 146, 204, 0.22);
    background: rgba(239, 246, 255, 0.65);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-table th {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-table td {
    color: #334155;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-table tbody strong {
    color: var(--deep-space-blue, #0a2463);
    font-weight: 700;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-pct {
    color: #334155;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-table__action {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-collab-empty,
body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-collab-empty--inline {
    color: #64748b;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-steps-modal__task {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-step__title {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-step__score-name {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-steps-modal__hint {
    color: #64748b;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-step__score-input,
body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-step__review-input {
    color: #334155;
}

body[data-mentor-page='task-progress'] .mentor-modal__title {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modal__body {
    color: #334155;
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-chat-item-name {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-chat-head {
    color: var(--deep-space-blue, #0a2463);
}

body[data-mentor-page='task-progress'] .mentor-modules-page .mentor-hub-msg--mentor .mentor-hub-msg-text {
    color: var(--deep-space-blue, #0a2463);
}
