/* ========== 勿言 / 勿言鬼：紫红色 ========== */
.post-author a[data-username="勿言"],
.reply-author a[data-username="勿言"],
.post-author a[data-username="勿言鬼"],
.reply-author a[data-username="勿言鬼"],

.post-author[data-username="勿言"],
.reply-author[data-username="勿言"],
.post-author[data-username="勿言鬼"],
.reply-author[data-username="勿言鬼"],

.username-glow[data-username="勿言"],
.username-glow[data-username="勿言鬼"],
.profile-name[data-username="勿言"],
.profile-name[data-username="勿言鬼"],
h2[data-username="勿言"],
h2[data-username="勿言鬼"] {
    color: #d9468b !important;
    text-shadow: 0 0 12px rgba(217, 70, 139, 0.8);
    font-weight: 600;
}

/* ========== 读书鬼：暗红色昵称（无动画） ========== */
.post-author a[data-username="读书鬼"],
.reply-author a[data-username="读书鬼"],
.post-author[data-username="读书鬼"],
.reply-author[data-username="读书鬼"],

.username-glow[data-username="读书鬼"],
.profile-name[data-username="读书鬼"],
h2[data-username="读书鬼"] {
    color: #8b0000 !important;
    font-weight: 600;
}

/* 粒子容器 */
.particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
}