/* #subtitle {
    background: linear-gradient(-45deg, #ee7752, #ce3e75, #23a6d5, #23d5ab);

    background-size: 500% 500%;
    animation: Gradient 10s ease infinite;
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8); /* 白色描边 */
/* }  */

/* .typed-cursor {
    background: linear-gradient(-45deg, #ee7752, #ce3e75, #23a6d5, #23d5ab);
    background-size: 500% 500%;
    animation: Gradient 10s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-left: 5px;
    user-select: none;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8); /* 白色描边 */
/* } */


/* 打字机效果渐变 -bynote.cn*/
#subtitle {
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    user-select: none;
}

#subtitle .gradient-text {
    background: linear-gradient(45deg, #f8f4ed, #475164, #f8f4ed, #475164);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.typed-cursor {
    color: #475164;
    display: inline-block;
    user-select: none;
}

.emoji {
    display: inline-block; /* 保持emoji在一行 */
    /* vertical-align: middle; 调整emoji垂直对齐方式 */
}

.second-line {
    white-space: pre;
}



/* 以下为对游标样式的修改*/
/* .typed-cursor {
    background: linear-gradient(-45deg, #ee7752, #ce3e75, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block; /* 确保能够正确显示背景 */
    /* margin-left: 5px; 可选：增加与文本的间距 */
    /* user-select: none; 禁止文本选择 */
/* }  */
