#chat-launch{position:fixed;right:24px;bottom:64px;z-index:20;border:2px solid #ffe4a0;background:var(--gold);color:#173024;box-shadow:4px 4px 0 #061b16;padding:16px 19px;font:9px/1.5 var(--pixel);display:flex;gap:12px;align-items:center;min-height:48px}
.chat-launch-icon{font:23px/1 Arial,sans-serif}.jungle-chat[hidden]{display:none}.jungle-chat{position:fixed;right:24px;bottom:127px;z-index:21;width:370px;height:500px;max-height:calc(100dvh - 165px);background:#09271f;border:2px solid #729455;box-shadow:7px 7px 0 #03170fe8;display:flex;flex-direction:column;color:var(--cream);font-family:var(--body);text-align:left}
.chat-top{display:flex;align-items:center;gap:12px;background:#103c2a;border-bottom:2px solid #729455;padding:16px}.chat-avatar{width:38px;height:38px;background:url('sprites.png') left bottom/200% 200%;image-rendering:pixelated;flex-shrink:0}.chat-title{margin:0;font:10px/1.7 var(--pixel);color:var(--gold)}.chat-subtitle{margin:5px 0 0;font:12px/1.3 var(--body);color:#cad9b9}.chat-close{margin-left:auto;border:0;background:transparent;color:var(--cream);font:26px/1 Arial,sans-serif;min-width:36px;min-height:36px}
.chat-messages{padding:18px;flex:1;overflow-y:auto;overscroll-behavior:contain;min-height:80px;scrollbar-color:#64834b #09271f}.chat-bubble{max-width:92%;margin:0 0 14px;padding:12px 14px;font:15px/1.55 var(--body);white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid #517343}.chat-assistant{background:#163d2d;color:#eff4d9;margin-right:auto}.chat-user{background:#dec584;color:#153122;border-color:#e8d5a4;margin-left:auto}.chat-status{color:#f0d997;font:13px/1.45 var(--body);margin:0;padding:0 18px}.chat-status:empty{display:none}
.chat-form{display:flex;gap:9px;padding:14px 15px 10px;align-items:flex-end}.chat-form textarea{resize:none;min-width:0;min-height:46px;max-height:90px;flex:1;background:#061f18;border:1px solid #64834b;color:var(--cream);font:15px/1.4 var(--body);padding:10px;border-radius:0}.chat-form textarea::placeholder{color:#aec09b}.chat-form textarea:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.chat-form button{min-height:46px;border:1px solid #ffe4a0;background:var(--gold);color:#173024;padding:12px 10px;font:7px/1.5 var(--pixel)}.chat-form button:disabled{opacity:.65;cursor:wait}
.chat-bottom{padding:0 15px 13px;display:flex;align-items:center;gap:12px}.chat-bottom p{font:10px/1.45 var(--body);color:#b8c8a5;margin:0}.chat-bottom button{flex-shrink:0;background:transparent;color:#d5e3b6;border:0;text-decoration:underline;font:11px/1.5 var(--body);padding:5px 0;min-height:28px}.chat-bottom button:disabled{opacity:.5}.chat-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.hd #chat-launch{font:600 12px/1.5 var(--body);letter-spacing:.6px;border-radius:24px;box-shadow:0 6px 24px #041b1470}.hd .jungle-chat{border:1px solid #64834b;border-radius:14px;overflow:hidden;box-shadow:0 18px 60px #03170f99}.hd .chat-avatar{background-image:url('sprites-hd.png');image-rendering:auto}.hd .chat-title{font:700 17px/1.4 var(--body);letter-spacing:.1px}.hd .chat-top{border-bottom-width:1px}.hd .chat-bubble{border-radius:13px}.hd .chat-assistant{border-bottom-left-radius:3px}.hd .chat-user{border-bottom-right-radius:3px}.hd .chat-form textarea{border-radius:7px}.hd .chat-form button{font:700 11px/1.5 var(--body);border-radius:7px;padding-inline:12px}
@media(max-width:600px){#chat-launch{right:14px;bottom:61px;padding:12px 14px;font-size:8px}.jungle-chat{right:12px;bottom:122px;width:calc(100% - 24px);height:490px;max-height:calc(100dvh - 143px)}.chat-top{padding:12px}.chat-messages{padding:14px}.chat-bubble{font-size:15px}.chat-form textarea{font-size:16px}.chat-form{padding:12px}.chat-bottom{padding:0 12px 12px}.chat-bottom p{font-size:10px}}
@media(max-height:520px){.jungle-chat{top:8px;bottom:auto;height:calc(100dvh - 60px);max-height:none}.chat-top{padding:6px 12px}.chat-bottom p{font-size:9px}#chat-launch{padding:8px 12px}}
@media print{#chat-launch,.jungle-chat{display:none!important}}
