#sobek-chat-btn{position:fixed;bottom:25px;right:25px;background:#000;color:#fff;border:2px solid #ED9C35;border-radius:28px;padding:12px 22px;cursor:pointer;z-index:99999;font-weight:700;letter-spacing:.5px}
#sobek-chat-win{position:fixed;bottom:80px;right:25px;width:390px;height:540px;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.25);display:flex;flex-direction:column;z-index:99999;overflow:hidden;border:1px solid #ED9C35}
#sobek-chat-head{background:#000;color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;font-weight:600}
#sobek-chat-msgs{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:#faf9f7}
.msg{padding:10px 14px;border-radius:14px;max-width:88%;line-height:1.5;font-size:14px;word-break:break-word}
.msg.user{background:#000;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.msg.bot{background:#fff;border:1px solid #e8e8e8;align-self:flex-start;border-bottom-left-radius:4px}
#sobek-chat-input-area{display:flex;padding:12px;gap:8px;border-top:1px solid #eee}
#sobek-input{flex:1;border:1px solid #ddd;border-radius:22px;padding:10px 14px;outline:none}
#sobek-send{background:#ED9C35;color:#000;border:none;border-radius:22px;padding:10px 18px;cursor:pointer;font-weight:700}