Connecting…
Narrative:
Waiting for Kai…
#kai-reply-box {
position: fixed;
bottom: 90px;
left: 50%;
transform: translateX(-50%);
width: 60%;
max-width: 800px;
max-height: 10em;
padding: 10px;
background: rgba(0,0,0,0.55);
color: white;
border-radius: 8px;
overflow-y: auto;
white-space: pre-wrap;
font-size: 1.1em;
z-index: 20;
pointer-events: none; /* prevents blocking input */
}