/* Shared BrownDogGames chat UI */
.chatPanel{background:#0e0e0e;border:1px solid #242424;border-radius:18px;padding:20px;margin-top:25px}.chatPanel h2{margin:0 0 15px}.chatList{height:360px;overflow:auto;background:#080808;border:1px solid #202020;border-radius:12px;padding:10px}.chatMessage{display:flex;gap:10px;padding:11px 8px;border-bottom:1px solid #1b1b1b}.chatMessage:last-child{border-bottom:0}.chatAvatar{width:38px;height:38px;border-radius:50%;background:#70161d;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;overflow:hidden;flex-shrink:0}.chatAvatar img{width:100%;height:100%;object-fit:cover}.chatMessageBody{min-width:0;flex:1}.chatMessageHead{display:flex;gap:9px;align-items:center}.chatMessageHead strong{font-size:14px}.chatMessageHead time{font-size:11px;color:#666}.chatMessageText{color:#bbb;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:3px}.chatForm{display:flex;gap:10px;margin-top:12px}.chatForm input{flex:1;min-width:0;background:#151515;color:#fff;border:1px solid #303030;border-radius:9px;padding:12px;font:inherit}.chatForm input:focus{outline:none;border-color:#70161d}.chatSend{border:0;border-radius:9px;padding:12px 17px;background:#70161d;color:#fff;font-weight:bold;cursor:pointer}.chatLogin{color:#888;font-size:14px;margin:12px 0 0}.chatStatus{min-height:20px;color:#aaa;font-size:13px;margin-top:8px}.chatStatus.error{color:#ff7777}.chatEmpty{color:#666;text-align:center;padding:35px 15px}.hidden{display:none!important}@media(max-width:600px){.chatList{height:320px}.chatForm{flex-direction:column}.chatSend{width:100%}}
