.ncw-root{--ncw-primary:#4f46e5;--ncw-text:#1f2937;--ncw-text-light:#6b7280;--ncw-bg:#fff;--ncw-bg-light:#f9fafb;--ncw-border:#e5e7eb;color:var(--ncw-text);pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}.ncw-root *{pointer-events:auto;box-sizing:border-box}.ncw-pos-right{--ncw-side-pos:right: 20px}.ncw-pos-left{--ncw-side-pos:left: 20px}.ncw-bubble{background:var(--ncw-primary);color:#fff;cursor:pointer;z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex;position:fixed;bottom:20px;box-shadow:0 4px 12px #00000026}.ncw-pos-right .ncw-bubble{right:20px}.ncw-pos-left .ncw-bubble{left:20px}.ncw-bubble:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}.ncw-bubble-open{background:#1f2937}.ncw-panel{background:var(--ncw-bg);border-radius:16px;flex-direction:column;width:380px;height:600px;max-height:calc(100vh - 120px);animation:.25s ease-out ncw-slide-up;display:flex;position:fixed;bottom:92px;overflow:hidden;box-shadow:0 8px 30px #0000002e}.ncw-pos-right .ncw-panel{right:20px}.ncw-pos-left .ncw-panel{left:20px}@keyframes ncw-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.ncw-panel{border-radius:0;width:100%;height:100%;max-height:100vh;bottom:0}.ncw-pos-right .ncw-panel,.ncw-pos-left .ncw-panel{left:0;right:0}}.ncw-header{background:var(--ncw-primary);color:#fff;justify-content:space-between;align-items:center;padding:16px;display:flex}.ncw-header-info{align-items:center;gap:12px;display:flex}.ncw-header-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ncw-header-title{font-size:15px;font-weight:600}.ncw-header-status{opacity:.9;align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.ncw-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.ncw-dot-ai{background:#34d399;animation:2s infinite ncw-pulse}.ncw-dot-agent{background:#fbbf24;animation:2s infinite ncw-pulse}@keyframes ncw-pulse{0%,to{opacity:1}50%{opacity:.5}}.ncw-close{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:opacity .15s,background .15s;display:flex}.ncw-close:hover{opacity:1;background:#ffffff26}.ncw-messages{background:var(--ncw-bg-light);flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ncw-messages::-webkit-scrollbar{width:6px}.ncw-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ncw-message{flex-direction:column;max-width:80%;display:flex}.ncw-message-label{color:var(--ncw-text-light);margin-bottom:4px;margin-left:4px;font-size:11px}.ncw-message-visitor{align-self:flex-end;align-items:flex-end}.ncw-message-ai,.ncw-message-agent{align-self:flex-start;align-items:flex-start}.ncw-bubble-msg{word-wrap:break-word;white-space:pre-wrap;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.4}.ncw-message-visitor .ncw-bubble-msg{background:var(--ncw-primary);color:#fff;border-bottom-right-radius:4px}.ncw-message-ai .ncw-bubble-msg{color:var(--ncw-text);border:1px solid var(--ncw-border);background:#fff;border-bottom-left-radius:4px}.ncw-message-agent .ncw-bubble-msg{color:#78350f;background:#fef3c7;border:1px solid #fde68a;border-bottom-left-radius:4px}.ncw-system{justify-content:center;margin:8px 0;display:flex}.ncw-system-text{color:var(--ncw-text-light);text-align:center;background:#0000000d;border-radius:12px;max-width:90%;padding:6px 12px;font-size:12px}.ncw-typing{border:1px solid var(--ncw-border);background:#fff;border-radius:16px 16px 16px 4px;gap:4px;padding:12px 16px;display:inline-flex}.ncw-typing span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite ncw-typing-dot}.ncw-typing span:nth-child(2){animation-delay:.2s}.ncw-typing span:nth-child(3){animation-delay:.4s}@keyframes ncw-typing-dot{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.ncw-input-area{border-top:1px solid var(--ncw-border);background:#fff;align-items:center;gap:8px;padding:12px;display:flex}.ncw-input{background:var(--ncw-bg-light);border:1px solid var(--ncw-border);color:var(--ncw-text);border-radius:20px;outline:none;flex:1;padding:10px 16px;font-family:inherit;font-size:14px;transition:border-color .15s}.ncw-input:focus{border-color:var(--ncw-primary)}.ncw-input:disabled{opacity:.5;cursor:not-allowed}.ncw-send{background:var(--ncw-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .15s;display:flex}.ncw-send:hover:not(:disabled){transform:scale(1.05)}.ncw-send:disabled{opacity:.4;cursor:not-allowed}.ncw-branding{color:var(--ncw-text-light);text-align:center;border-top:1px solid var(--ncw-border);background:#fff;padding:8px;font-size:11px}.ncw-branding span{color:var(--ncw-primary);font-weight:600}
/*$vite$:1*/