#dlx-chat{position:fixed;bottom:24px;right:24px;z-index:99999;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
#dlx-chat .btn{width:56px;height:56px;border-radius:50%;border:0;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.25)}
#dlx-chat .panel{position:fixed;bottom:92px;right:24px;width:340px;height:480px;background:#101114;color:#fff;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.35);display:none;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
#dlx-chat .hdr{padding:12px 14px;font-weight:600;background:linear-gradient(180deg,#15171b,#111216)}
#dlx-chat .msgs{flex:1;padding:12px;overflow-y:auto}
#dlx-chat .msg{margin:8px 0;padding:10px 12px;border-radius:10px;max-width:85%;line-height:1.3}
#dlx-chat .bot{background:#1c1f25}
#dlx-chat .you{background:#2a6cff;color:#fff;margin-left:auto}
#dlx-chat .input{display:flex;gap:8px;padding:10px;background:#0e0f12;border-top:1px solid rgba(255,255,255,.08)}
#dlx-chat input{flex:1;padding:10px 12px;border-radius:10px;border:1px solid #2a2d34;background:#15171b;color:#fff;outline:none}
#dlx-chat button.send{padding:10px 14px;border-radius:10px;border:0;background:#2a6cff;color:#fff;cursor:pointer}
#dlx-chat .privacy{font-size:12px;opacity:.65;padding:8px 12px}
