/* 消息子页补充（配合 message_hub.css + discover_home.css） */

.msg-list-mount {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.msg-notif-dot {
    color: var(--disc-primary);
    font-weight: 700;
    margin-left: 4px;
}

.msg-preview-block {
    margin-top: 10px;
}

.msg-preview-block > .msg-hub-title {
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}

.msg-detail-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--disc-text);
    margin: 8px 0 12px;
    line-height: 1.35;
}

.msg-detail-body {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    white-space: pre-wrap;
    word-break: break-word;
}

.msg-detail-actions {
    margin-top: 20px;
}

.msg-chat-scroll {
    min-height: 120px;
    max-height: 360px;
    overflow-y: auto;
    padding: 12px;
    background: #fafafa;
    border-radius: var(--disc-radius);
    border: 1px solid var(--disc-line);
}

.msg-chat-line {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 14px;
    line-height: 1.45;
}

.msg-chat-line:last-child {
    border-bottom: none;
}

.msg-chat-line-time {
    font-size: 12px;
    margin-right: 6px;
}

.msg-chat-line-meta {
    color: var(--disc-sub);
    font-size: 12px;
    margin-right: 6px;
}

.msg-chat-send-card {
    margin-top: 12px;
}

.msg-chat-send-card .btn {
    margin-top: 10px;
}

.msg-guest-login {
    margin-top: 8px;
}
