.bd-chat-widget{position:fixed;bottom:var(--bd-launcher-bottom,20px);top:var(--bd-launcher-top,auto);right:var(--bd-launcher-right,20px);left:var(--bd-launcher-left,auto);z-index:99999;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.bd-chat-launcher{width:48px;height:48px;border-radius:50%;background:var(--bd-chat-launcher-bg,#111827);color:var(--bd-chat-launcher-fg,#fff);border:1px solid var(--bd-chat-border,#334155);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px rgb(0 0 0 / .2);gap:8px}.bd-chat-launcher.has-label{width:auto;height:auto;padding:8px 14px;border-radius:var(--bd-chat-radius,24px)}.bd-chat-launcher-label{font-size:13px;font-weight:600}.bd-chat-panel{display:none;position:fixed;width:320px;background:var(--bd-chat-panel-bg,#0f172a);color:var(--bd-chat-panel-fg,#e5e7eb);border-radius:16px;border:1px solid var(--bd-chat-border,#1f2937);box-shadow:0 15px 35px rgb(0 0 0 / .35);overflow:hidden;bottom:calc(var(--bd-launcher-bottom,80px) + 60px);right:var(--bd-launcher-right,20px);left:var(--bd-launcher-left,auto);top:auto}.bd-chat-panel.open{display:block}.bd-chat-header{display:flex;gap:8px;align-items:center;padding:12px;background:var(--bd-chat-header-bg,#111827);border-bottom:1px solid var(--bd-chat-border,#1f2937)}.bd-chat-headinfo{display:flex;flex-direction:column;min-width:0}.bd-chat-logo-img{width:28px;height:28px;border-radius:6px;object-fit:contain;background:#0b1222;border:1px solid var(--bd-chat-border,#1f2937)}.bd-chat-title{font-size:16px;font-weight:700}.bd-chat-subtitle{font-size:12px;color:#cbd5e1;line-height:1.3}.bd-chat-list{padding:12px;display:flex;flex-direction:column;gap:10px}.bd-chat-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:var(--bd-chat-item-bg,#0b1222);color:var(--bd-chat-item-fg,#e5e7eb);text-decoration:none;border:1px solid var(--bd-chat-border,#1f2937);transition:transform .12s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.bd-chat-item:hover{background:var(--bd-chat-item-hover,#0b1528);border-color:var(--bd-chat-item-hover-border,var(--bd-chat-border,#334155));color:var(--bd-chat-item-hover-fg,var(--bd-chat-item-fg,#e5e7eb));transform:translateY(-2px);box-shadow:0 6px 16px rgb(0 0 0 / .25)}.bd-auto-msg{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#0b1222;color:#e5e7eb;border:1px dashed #334155;opacity:.95}.bd-fade-in{animation:bdFadeIn .25s ease both}@keyframes bdFadeIn{0%{opacity:0;transform:translateY(6px)}100%{opacity:1;transform:translateY(0)}}.bd-typing .bd-typing-dots{display:flex;gap:4px;align-items:center}.bd-typing .bd-typing-dots i{width:6px;height:6px;border-radius:50%;background:#9aa5b1;display:inline-block;animation:bdPulse .9s infinite ease-in-out}.bd-typing .bd-typing-dots i:nth-child(2){animation-delay:.15s}.bd-typing .bd-typing-dots i:nth-child(3){animation-delay:.3s}@keyframes bdPulse{0%,60%,100%{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.bd-toast{position:fixed;right:20px;bottom:20px;background:#111827;color:#e5e7eb;border:1px solid #334155;border-radius:10px;padding:10px 12px;box-shadow:0 12px 30px rgb(0 0 0 / .35);opacity:0;transform:translateY(8px);z-index:100000;transition:opacity .2s ease,transform .2s ease}.bd-toast.show{opacity:1;transform:translateY(0)}.bd-icon{width:var(--bd-icon-size,24px);height:var(--bd-icon-size,24px);display:flex;align-items:center;justify-content:center}.bd-chat-item svg{width:var(--bd-icon-size,22px);height:var(--bd-icon-size,22px)}.bd-chat-footer{padding:10px 12px;font-size:11px;color:var(--bd-chat-footer-fg,#94a3b8);border-top:1px solid var(--bd-chat-border,#1f2937);background:var(--bd-chat-footer-bg,#0b1222)}@media (max-width:768px){.bd-chat-widget{bottom:var(--bd-launcher-bottom-mobile,var(--bd-launcher-bottom,20px));top:var(--bd-launcher-top-mobile,var(--bd-launcher-top,auto));right:var(--bd-launcher-right-mobile,var(--bd-launcher-right,20px));left:var(--bd-launcher-left-mobile,var(--bd-launcher-left,auto))}.bd-chat-panel{bottom:calc(var(--bd-launcher-bottom-mobile,80px) + 60px);right:var(--bd-launcher-right-mobile,20px);left:auto;top:auto}}