/* ============================================================
   host-comment.css · 主播评论输入条与模拟键盘
   ------------------------------------------------------------
   输入条和键盘复用观众端的结构与视觉语言，仅补主播舞台定位。
   ============================================================ */

.audience-comment-composer.host-comment-composer {
    z-index: 8;
}

.video-stage.is-host-comment-composing .host-comment-composer {
    bottom: 212px;
    opacity: 1;
    transform: translateY(0);
}

.audience-fake-keyboard.host-fake-keyboard {
    z-index: 45;
}

@media (prefers-reduced-motion: reduce) {
    .host-comment-composer,
    .host-fake-keyboard {
        transition-duration: 1ms;
    }
}
