#tushem-chat{position:fixed;right:20px;bottom:20px;z-index:99999;font:14px/1.4 system-ui,Arial,sans-serif}
#tc-bubble{background:#0a7d5a;color:#fff;border:0;border-radius:24px;padding:12px 18px;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.2);font-size:14px}
#tc-bubble:hover{background:#0c9069}
#tc-panel{position:absolute;right:0;bottom:56px;width:340px;height:460px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden}
#tc-log{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}
.tc-bot,.tc-user{max-width:80%;padding:8px 12px;border-radius:12px;white-space:pre-wrap;word-wrap:break-word}
.tc-bot{align-self:flex-start;background:#eef2f1;color:#1a1a1a}
.tc-user{align-self:flex-end;background:#0a7d5a;color:#fff}
#tc-form{display:flex;border-top:1px solid #e5e5e5;padding:8px;gap:6px}
#tc-inp{flex:1;border:1px solid #d0d0d0;border-radius:8px;padding:8px;font-size:14px;outline:none}
#tc-inp:focus{border-color:#0a7d5a}
#tc-form button{background:#0a7d5a;color:#fff;border:0;border-radius:8px;padding:0 14px;cursor:pointer;font-size:16px}
#tc-form button:hover{background:#0c9069}
