#chatbox{color:#0ff;z-index:2000;opacity:.7;background:#000000d9;border:2px solid #0ff;border-radius:10px;width:280px;font-family:monospace;position:fixed;top:30px;left:30px;box-shadow:0 0 20px #0ff}.chat-hidden{display:none}.chat-header{border-bottom:1px solid #0ff;padding:8px;font-weight:700}.chat-body{padding:10px;font-size:14px}#chat-messages{max-height:260px;padding:8px;font-size:14px;overflow-y:auto}.chat-message{border-radius:4px;margin:2px 0;padding:4px 8px}.chat-message.self{color:#0ff}.chat-message.other{color:#f90}.chat-line{margin-bottom:4px;line-height:1.3}.chat-user{color:#0ff;font-weight:700}.chat-msg{color:#fff}.chat-input-row{gap:5px;padding:8px;display:flex}#chat-input{color:#0ff;background:#000;border:1px solid #0ff;flex:1;padding:5px}#chat-send{color:#000;cursor:pointer;background:#0ff;border:none;padding:5px 10px}
