/* 思考模式下的例句容器 (可选，目前测试页已隐藏) */
.thinking-sentence-container {
    margin: 60px 10px 40px 10px;
    padding: 45px 25px;
    background: linear-gradient(135deg, #f0f7ff 0%, #f9fbff 100%);
    border-radius: 24px;
    position: relative;
    text-align: center;
    border: 1px solid rgba(79, 172, 254, 0.1);
}

.apple-thinking-text {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    /* 统一字体族 */
    font-weight: 500;
    /* 🟢 使用 Medium 字重，而非斜体 */
    font-style: normal;
    /* 🟢 彻底移除斜体 */
    font-size: 20px;
    /* 稍微缩小，不喧宾夺主 */
    line-height: 1.6;
    color: #86868b;
    /* 🟢 苹果副标题专用灰色，高雅且保护视力 */
    text-align: center;
    max-width: 85%;
    /* 自动缩进，形成优美的块状感 */
    margin: 50px auto 0;
    letter-spacing: -0.01em;
    /* 细微的呼吸感 */
    word-spacing: 1px;
    /* 单词间稍微拉开一点，更透气 */
}