#dj-chat,#dj-chat *{box-sizing:border-box}.dj-chat-launch{position:fixed;right:18px;bottom:18px;z-index:99999;display:inline-flex;align-items:center;gap:.6rem;background:#141414;color:#fff;border:1.5px solid rgba(201,168,76,.55);padding:.5rem 1rem .5rem .5rem;border-radius:9999px;cursor:pointer;box-shadow:0 8px 24px #00000073;font-family:inherit;animation:dj-rise .4s ease both}.dj-chat-launch:hover{border-color:#c9a84c;transform:translateY(-1px)}.dj-chat-launch.dj-hide{display:none}.dj-chat-launch-av{width:36px;height:36px;border-radius:50%;background:#c9a84c;color:#0d0d0d;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem;flex:0 0 auto}.dj-chat-launch-tx{display:flex;flex-direction:column;line-height:1.15;text-align:left}.dj-chat-launch-tx small{color:#f5f0e8b3;font-size:.68rem}.dj-chat-launch-tx b{color:#fff;font-weight:600;font-size:.9rem}.dj-chat-dot{position:absolute;top:-2px;left:28px;width:12px;height:12px;border-radius:50%;background:#2ecc71;border:2px solid #141414}.dj-chat-dot:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(46,204,113,.5);animation:dj-pulse 1.8s ease-out infinite}.dj-chat-panel{position:fixed;right:18px;bottom:18px;z-index:100000;width:285px;max-width:calc(100vw - 24px);height:420px;max-height:68vh;background:#161311;border:1px solid rgba(201,168,76,.3);border-radius:18px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 18px 50px #0009;font-family:inherit;animation:dj-rise .28s ease both}.dj-chat-head{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;background:linear-gradient(#1c1712,#161311);border-bottom:1px solid rgba(201,168,76,.2)}.dj-chat-av{width:38px;height:38px;border-radius:50%;background:#c9a84c;color:#0d0d0d;display:flex;align-items:center;justify-content:center;font-weight:700;flex:0 0 auto}.dj-chat-head-tx{display:flex;flex-direction:column;line-height:1.2;flex:1 1 auto}.dj-chat-head-tx strong{color:#fff;font-size:.98rem}.dj-chat-on{color:#f5f0e899;font-size:.72rem;display:flex;align-items:center;gap:.35rem}.dj-chat-on i{width:7px;height:7px;border-radius:50%;background:#2ecc71;display:inline-block}.dj-chat-x{background:transparent;border:0;color:#f5f0e899;font-size:1.1rem;cursor:pointer;padding:.2rem .4rem;line-height:1}.dj-chat-x:hover{color:#fff}.dj-chat-body{flex:1 1 auto;overflow-y:auto;padding:1rem .9rem 1.1rem;display:flex;flex-direction:column;gap:.55rem;background:#161311}.dj-b{display:flex;align-items:flex-end;gap:.45rem;max-width:100%}.dj-b-bot .dj-b-av{width:26px;height:26px;border-radius:50%;background:#c9a84c;color:#0d0d0d;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;flex:0 0 auto}.dj-b-msg{font-size:.92rem;line-height:1.5;padding:.6rem .8rem;border-radius:14px;max-width:80%}.dj-b-bot .dj-b-msg{background:#ffffff14;color:#fff;border-bottom-left-radius:4px}.dj-b-user{justify-content:flex-end}.dj-b-user .dj-b-msg{background:#c9a84c;color:#0d0d0d;font-weight:500;border-bottom-right-radius:4px}.dj-opts{display:flex;flex-direction:column;gap:.45rem;margin:.15rem 0 .3rem 2rem}.dj-opt{text-align:left;background:transparent;color:#e8c97a;border:1.5px solid rgba(201,168,76,.45);border-radius:12px;padding:.6rem .85rem;font-size:.9rem;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s;min-height:44px}.dj-opt:hover{background:#c9a84c1f;border-color:#c9a84c}.dj-wa{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.5rem 0 .2rem;background:#0d5c2e;color:#fff;text-decoration:none;font-weight:600;padding:.85rem 1rem;border-radius:9999px;min-height:52px}.dj-wa:hover{background:#0f7a3c}.dj-call{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 0 .3rem;background:#c9a84c;color:#1a1208;text-decoration:none;font-weight:600;padding:.75rem 1rem;border-radius:9999px;min-height:50px}.dj-call:hover{background:#d8b95e}.dj-dots{display:inline-flex;gap:4px;padding:2px 0}.dj-dots i{width:6px;height:6px;border-radius:50%;background:#fff9;animation:dj-blink 1.2s infinite}.dj-dots i:nth-child(2){animation-delay:.2s}.dj-dots i:nth-child(3){animation-delay:.4s}@keyframes dj-blink{0%,60%,to{opacity:.3}30%{opacity:1}}@keyframes dj-pulse{0%{transform:scale(1);opacity:.7}to{transform:scale(2.2);opacity:0}}@keyframes dj-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.dj-chat-panel{right:10px;left:auto;width:285px;max-width:calc(100vw - 20px);bottom:10px;height:420px;max-height:72vh}.dj-chat-launch{right:12px;bottom:12px}}.dj-subtle .dj-chat-launch{padding:5px;gap:0;border-radius:50%}.dj-subtle .dj-chat-launch-tx{display:none}.dj-subtle .dj-chat-dot{left:auto;right:2px;top:2px}.dj-subtle .dj-chat-dot:after{display:none}@media(prefers-reduced-motion:reduce){.dj-chat-dot:after,.dj-dots i,.dj-chat-launch,.dj-chat-panel{animation:none!important}}
