/* Economy Clash MPL-8 — compact V3 public table chat */
#mpl8ChatLaunch{position:fixed;right:18px;bottom:18px;z-index:1250;border-radius:999px;box-shadow:0 8px 28px rgba(0,0,0,.32)}
.mpl8-chat{position:fixed;right:14px;bottom:14px;width:min(340px,calc(100vw - 28px));height:440px;z-index:1260;background:#101723;border:1px solid rgba(255,255,255,.16);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.48);display:flex;flex-direction:column;overflow:hidden}
.mpl8-chat-head{padding:10px 12px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.12)}.mpl8-chat-head h3{font-size:14px;margin:0}.mpl8-chat-head .grow{flex:1}.mpl8-chat-close{min-width:34px}
.mpl8-chat-log{flex:1;overflow:auto;padding:8px 10px;min-height:0}.mpl8-chat-old{display:block;margin:2px auto 8px;font-size:11px}.mpl8-msg{padding:7px 8px;margin:5px 0;border-radius:10px;background:rgba(255,255,255,.055);font-size:12px;line-height:1.3}.mpl8-msg.mine{background:rgba(63,161,255,.13)}.mpl8-msg-meta{display:flex;gap:6px;align-items:center;color:#a9b7ca;font-size:10px;margin-bottom:3px}.mpl8-msg-body{white-space:pre-wrap;overflow-wrap:anywhere}.mpl8-report{margin-left:auto;border:0;background:transparent;color:#8fa1b8;font-size:10px;cursor:pointer;padding:0}
.mpl8-chat-compose{padding:9px;border-top:1px solid rgba(255,255,255,.12)}.mpl8-chat-compose textarea{width:100%;height:54px;resize:none;box-sizing:border-box}.mpl8-compose-row{display:flex;align-items:center;gap:7px;margin-top:6px}.mpl8-count{font-size:10px;color:#9aabbd}.mpl8-compose-row .grow{flex:1}.mpl8-chat-note{padding:6px 10px;font-size:10px;color:#9aabbd;background:rgba(255,255,255,.03)}
@media(min-width:1280px){body.mpl8-chat-open #app{margin-right:360px;transition:margin-right .16s ease}.mpl8-chat{top:86px;bottom:14px;height:auto}}
@media(max-width:650px){.mpl8-chat{left:8px;right:8px;bottom:8px;width:auto;height:min(62vh,470px)}}
