.widget-container{z-index:9999;font-family:var(--font-body,system-ui, -apple-system, sans-serif);position:fixed;bottom:24px;right:24px}.chat-bubble{color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(20px)saturate(140%);backdrop-filter:blur(20px)saturate(140%);background:#101210a6;border:1px solid #edff0038;border-radius:100px;align-items:center;gap:14px;padding:14px 22px;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 12px 32px #0009,0 0 20px #edff0014}.chat-bubble:hover{border-color:#edff0080;transform:translateY(-3px)scale(1.02);box-shadow:0 16px 42px #000c,0 0 28px #edff0026}.chat-bubble i{background:var(--acid);width:8px;height:8px;box-shadow:0 0 8px var(--acid);border-radius:50%;animation:2s infinite pulse}.chat-bubble span{text-align:left;letter-spacing:-.02em;color:var(--text);flex-direction:column;font-size:.95rem;font-weight:700;display:flex}.chat-bubble span small{color:var(--acid);font-size:.72rem;font-weight:500}.chat-bubble b{font-size:1.1rem}.chat-drawer{-webkit-backdrop-filter:blur(28px)saturate(160%);backdrop-filter:blur(28px)saturate(160%);opacity:0;pointer-events:none;transform-origin:100% 100%;background:#101210c7;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;width:380px;height:540px;max-height:calc(100vh - 110px);transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:74px;right:0;overflow:hidden;transform:translateY(20px)scale(.96);box-shadow:0 24px 70px #000000d9,0 0 40px #0006}.chat-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.drawer-header{border-bottom:1px solid var(--line);background:#ffffff05;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.header-status{align-items:center;gap:10px;display:flex}.status-dot{background:var(--acid);width:8px;height:8px;box-shadow:0 0 8px var(--acid);border-radius:50%}.header-title{color:var(--text);letter-spacing:-.01em;font-size:.95rem;font-weight:700}.header-title small{color:var(--acid);font-size:.68rem;font-family:var(--font-mono,monospace);margin-left:4px}.header-actions{align-items:center;gap:10px;display:flex}.full-btn{color:#ffffffb3;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:4px 8px;font-size:.72rem;text-decoration:none;transition:all .2s}.full-btn:hover{color:var(--acid);border-color:var(--acid);background:#edff0014}.close-btn{color:var(--text);cursor:pointer;opacity:.7;background:0 0;border:none;padding:0 4px;font-size:1.5rem;line-height:1;transition:opacity .2s}.close-btn:hover{opacity:1;color:var(--orange)}.drawer-messages{flex-direction:column;flex:1;gap:16px;padding:18px 20px;display:flex;overflow-y:auto}.drawer-messages::-webkit-scrollbar{width:5px}.drawer-messages::-webkit-scrollbar-track{background:0 0}.drawer-messages::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.msg-item{flex-direction:column;max-width:86%;display:flex}.msg-item.agent{align-self:flex-start}.msg-item.user{align-self:flex-end;align-items:flex-end}.msg-bubble{color:var(--text);border-radius:14px;padding:12px 16px;font-size:.9rem;line-height:1.5}.msg-item.agent .msg-bubble{background:#ffffff0a;border:1px solid #ffffff14;border-top-left-radius:4px}.msg-item.user .msg-bubble{color:#fff;background:#edff0014;border:1px solid #edff0038;border-top-right-radius:4px}.msg-bubble p{margin:0 0 8px}.msg-bubble p:last-child{margin-bottom:0}.msg-bubble strong{color:inherit;font-weight:700}.msg-bubble a{color:var(--acid);text-underline-offset:2px;text-decoration:underline}.msg-bubble a:hover{color:var(--orange)}.msg-bubble ul,.msg-bubble ol{margin:8px 0;padding-left:20px}.msg-bubble li{margin-bottom:4px}.typing .msg-bubble{align-items:center;gap:5px;padding:14px 18px;display:flex}.dot{background:var(--acid);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.drawer-input-bar{border-top:1px solid var(--line);background:#ffffff05;gap:10px;padding:14px 16px;display:flex}.drawer-input-bar input{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-size:.88rem;transition:border-color .2s}.drawer-input-bar input:focus{border-color:var(--acid);background:#ffffff12}.send-btn{background:var(--acid);color:var(--bg);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:42px;transition:all .2s;display:flex}.send-btn:hover{background:#fff;transform:scale(1.05)}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #00ff66b3}70%{transform:scale(1);box-shadow:0 0 0 10px #0f60}to{transform:scale(.95);box-shadow:0 0 #0f60}}@media (width<=480px){.chat-drawer{width:calc(100vw - 32px);height:75vh;bottom:74px;right:16px}}
