#gameChat{display:none;position:fixed;left:18px;bottom:172px;width:min(350px,calc(100vw - 36px));z-index:40;color:#e6edf0;background:linear-gradient(135deg,#101d28ed,#142833da);border:1px solid #81948370;border-radius:10px;box-shadow:0 8px 28px #0005;font:13px/1.5 system-ui;overflow:hidden;backdrop-filter:blur(8px)}
body.playing #gameChat{display:block}#gameChat header{display:flex;align-items:center;gap:9px;padding:8px 12px;border-bottom:1px solid #ffffff14}#gameChat header strong{color:#dcc599;font-size:12px;letter-spacing:1px}#chatConnection{font-size:10px;color:#a4bdba;flex:1}#gameChat button{cursor:pointer;color:#e4d7b9;background:#29434c;border:1px solid #71837f;border-radius:5px;font:inherit}#chatToggle{width:27px;height:25px}#chatMessages{height:145px;overflow:auto;overscroll-behavior:contain;padding:8px 12px;scrollbar-width:thin;word-break:break-word}#chatMessages p{margin:0 0 6px}#chatMessages time{color:#78919c;font-size:10px;margin-right:7px}#chatMessages b{color:#dac599;margin-right:6px}#chatMessages .own b{color:#8edac0}#chatMessages .system{color:#91a6b0;font-size:11px}#chatForm{display:flex;gap:6px;padding:8px;border-top:1px solid #ffffff14}#chatInput{min-width:0;flex:1;background:#08131db8;border:1px solid #6b807a75;color:#fff;border-radius:5px;padding:8px;font:13px system-ui}#chatInput:focus{outline:1px solid #e3c688}#chatForm button{padding:5px 10px}#chatHint{margin:0;padding:0 10px 7px;color:#a3b7bf;font-size:10px}#gameChat.collapsed #chatMessages,#gameChat.collapsed #chatForm,#gameChat.collapsed #chatHint{display:none}#gameChat:focus-within{background:#10232af5;border-color:#ccb789}
@media(pointer:coarse){#gameChat{bottom:164px;left:12px;width:min(330px,calc(100vw - 24px))}#chatMessages{height:100px}}
@media(max-height:600px){#chatMessages{height:85px}#gameChat{bottom:164px}}
