
/* study999-exam-result-tidy-v1 */

/* 最终识别文字仍保留之前的大号、粗体和红绿对照。 */
#app #result #study999-final-transcript {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.85 !important;
    overflow-wrap: anywhere !important;
    white-space: pre-wrap !important;
}

/* 原文提供的标点不参与红绿判定。 */
#app #result .study999-tidy-punctuation {
    color: #64748b !important;
    font-weight: 600 !important;
}

/* 未找到对应识别字的位置。 */
#app #result .study999-tidy-missing {
    color: #94a3b8 !important;
    font-weight: 700 !important;
}

/* 结果说明、原始转写入口。 */
#app #result .study999-tidy-hint {
    margin: 7px 0 12px !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

#app #result .study999-tidy-raw,
#app #result .study999-tidy-more {
    margin: 9px 0 12px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #f8fafc;
}

#app #result .study999-tidy-raw summary,
#app #result .study999-tidy-more summary {
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

#app #result .study999-tidy-raw-text {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #334155;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

/* 差异分析默认只展示三条，避免满屏都是错误提示。 */
#app #result .study999-tidy-differences {
    margin-top: 18px;
}

#app #result .study999-tidy-differences h3 {
    margin-bottom: 10px;
}

#app #result .study999-tidy-summary {
    margin: 7px 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    line-height: 1.6;
}

#app #result .study999-tidy-difference-item {
    margin: 7px 0 !important;
    padding: 9px 11px;
    border-left: 3px solid #f59e0b;
    border-radius: 5px;
    background: #fffbeb;
    color: #475569;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

@media (max-width: 600px) {
    #app #result #study999-final-transcript {
        font-size: 21px !important;
    }
}
