.global-chat{position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:80;font:14px/1.4 system-ui,sans-serif;color:#eee9da;max-width:calc(100vw - 24px)}
.global-chat [hidden],.global-chat[hidden]{display:none!important}.global-chat button{cursor:pointer;border:1px solid #73735f;border-radius:5px;background:#333d30;color:#eee9da;padding:9px 12px;font:inherit}.global-chat .chat-toggle{box-shadow:0 4px 18px #0008}.global-chat section{position:absolute;right:0;bottom:48px;width:360px;max-width:calc(100vw - 24px);background:#1c241dee;border:1px solid #72715b;border-radius:8px;box-shadow:0 12px 50px #0009;overflow:hidden;backdrop-filter:blur(12px)}
.global-chat header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#30372c}.global-chat .chat-close{padding:0 8px;font-size:22px}.global-chat .chat-note{font-size:11px;color:#b8b9a8;padding:8px 12px;margin:0}.global-chat ol{list-style:none;margin:0;padding:0 12px;height:min(270px,35dvh);overflow:auto;overscroll-behavior:contain}.global-chat li{padding:8px 0;border-bottom:1px solid #535b434d;overflow-wrap:anywhere}.global-chat li strong{color:#d6bc83;font-size:12px}.global-chat time{float:right;font-size:11px;color:#aaae9e}.global-chat li span{display:block;white-space:pre-wrap}.global-chat .chat-status{font-size:12px;padding:4px 12px;margin:0;color:#d8c9a2;min-height:24px}.global-chat form{display:flex;gap:6px;padding:10px}.global-chat input{min-width:0;flex:1;background:#111a14;border:1px solid #72715b;border-radius:4px;color:#f5f0df;padding:8px;font:inherit}.global-chat button:focus-visible,.global-chat input:focus-visible{outline:2px solid #d9b46b;outline-offset:2px}.global-chat button:disabled{opacity:.5}.chat-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
@keyframes chat-expire{to{visibility:hidden;height:0;padding:0;border:0;margin:0;overflow:hidden}}
@media(max-width:650px){.global-chat{right:10px;bottom:calc(8px + env(safe-area-inset-bottom))}.global-chat .chat-toggle{padding:6px 9px;font-size:12px}body:has(.battle-screen) .global-chat{top:68px;bottom:auto}body:has(.battle-screen) .global-chat section{top:38px;bottom:auto}}
