#nsi-live-chat{--nsi-navy:#102f55;--nsi-blue:#2879b9;--nsi-yellow:#f5b51b;position:fixed;right:22px;bottom:22px;z-index:99990;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#102f55}#nsi-live-chat *{box-sizing:border-box}.nsi-chat-launch{position:relative;display:flex;align-items:center;gap:11px;padding:9px 15px 9px 9px;border:0;border-radius:18px;background:linear-gradient(135deg,#102f55,#1769aa);color:#fff;box-shadow:0 16px 38px #102f5550;cursor:pointer;transition:.18s ease}.nsi-chat-launch:hover{transform:translateY(-2px);box-shadow:0 19px 44px #102f5560}.nsi-chat-launch svg,.nsi-chat-avatar svg{width:47px;height:47px;padding:7px;border-radius:14px;background:#fff;stroke:#1769aa;stroke-width:3;fill:#e9f4fb}.nsi-chat-launch svg .screen,.nsi-chat-avatar svg .screen{fill:#f5b51b;stroke:#102f55}.nsi-chat-launch span{text-align:left}.nsi-chat-launch b,.nsi-chat-launch small{display:block}.nsi-chat-launch b{font-size:13px}.nsi-chat-launch small{margin-top:3px;color:#b9d6e9;font-size:10px}.nsi-chat-launch>i{position:absolute;right:-5px;top:-7px;display:grid;place-items:center;width:22px;height:22px;border:3px solid #fff;border-radius:50%;background:#ef4444;color:#fff;font-size:10px;font-style:normal;font-weight:900}.nsi-chat-panel{position:absolute;right:0;bottom:78px;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 120px));border:1px solid #dce5f0;border-radius:22px;background:#fff;box-shadow:0 24px 70px #071b2f55;overflow:hidden;transform-origin:bottom right;animation:nsiChatOpen .18s ease-out}.nsi-chat-panel>header{display:flex;align-items:center;gap:11px;padding:15px 17px;background:linear-gradient(135deg,#0a2239,#154d7b);color:#fff}.nsi-chat-avatar svg{width:45px;height:45px}.nsi-chat-panel>header>div:nth-child(2){min-width:0;flex:1}.nsi-chat-panel header strong,.nsi-chat-panel header small{display:block}.nsi-chat-panel header strong{font-size:15px}.nsi-chat-panel header small{margin-top:4px;color:#bfd5e5;font-size:10px}.nsi-chat-panel header small i{display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#94a3b8}.nsi-chat-panel header small i.on{background:#36d399;box-shadow:0 0 0 4px #36d39922}.nsi-chat-panel header small i.off{background:#f5b51b}.nsi-chat-min{width:34px;height:34px;border:0;border-radius:10px;background:#ffffff12;color:#fff;font-size:25px;line-height:1;cursor:pointer}.nsi-chat-view{height:calc(100% - 75px);overflow:auto;background:#fff}.nsi-chat-welcome,.nsi-chat-identity{padding:24px}.nsi-chat-wave{font-size:30px}.nsi-chat-welcome h2,.nsi-chat-identity h2{margin:10px 0 6px;color:#102f55;font-size:21px;letter-spacing:-.025em}.nsi-chat-welcome>p,.nsi-chat-identity>p{margin:0 0 19px;color:#64748b;font-size:13px;line-height:1.5}.nsi-chat-departments{display:grid;gap:9px}.nsi-chat-departments button{display:flex;align-items:center;gap:11px;width:100%;padding:13px;border:1px solid #dce5f0;border-radius:13px;background:#f8fafc;color:#173b5c;font-weight:750;text-align:left;cursor:pointer;transition:.14s}.nsi-chat-departments button:hover{border-color:#8ec5e8;background:#eef7fc;transform:translateX(2px)}.nsi-chat-departments button span{font-size:20px}.nsi-chat-departments button b{margin-left:auto;color:#2879b9;font-size:20px}.nsi-chat-offline{margin-top:15px;padding:11px 13px;border:1px solid #fde68a;border-radius:11px;background:#fffbeb;color:#92400e;font-size:12px;line-height:1.45}.nsi-chat-back{padding:0;border:0;background:transparent;color:#2879b9;font-weight:750;cursor:pointer}.nsi-chat-dept{display:inline-block;margin-top:18px;padding:5px 9px;border-radius:999px;background:#e9f4fb;color:#1769aa;font-size:10px;font-weight:850}.nsi-chat-identity label{display:block;margin-bottom:13px;color:#334155;font-size:12px;font-weight:750}.nsi-chat-identity label small{color:#94a3b8;font-weight:500}.nsi-chat-identity input{display:block;width:100%;height:43px;margin-top:6px;padding:9px 11px;border:1px solid #cbd5e1;border-radius:10px;font-size:14px;outline:0}.nsi-chat-identity input:focus{border-color:#2879b9;box-shadow:0 0 0 3px #2879b91c}.nsi-chat-identity form>button{width:100%;padding:12px;border:0;border-radius:11px;background:#2879b9;color:#fff;font-weight:850;cursor:pointer}.nsi-chat-identity form>button:disabled{opacity:.6}.nsi-chat-error{margin:0 0 12px;padding:9px 11px;border:1px solid #fecaca;border-radius:9px;background:#fef2f2;color:#991b1b;font-size:12px}.nsi-chat-conversation{display:flex;flex-direction:column;height:100%}.nsi-chat-context{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:10px 15px;border-bottom:1px solid #e7edf4;background:#f8fafc}.nsi-chat-context span{color:#2879b9;font-size:10px;font-weight:850;text-transform:uppercase}.nsi-chat-ai-badge{padding:3px 7px;border:1px solid #bae6fd;border-radius:999px;background:#ecfeff;color:#0e7490;font-size:9px}.nsi-chat-context small{display:block;flex-basis:100%;overflow:hidden;color:#64748b;text-overflow:ellipsis;white-space:nowrap}.nsi-chat-public-messages{flex:1;overflow:auto;padding:17px;background:linear-gradient(#f8fafc,#fff)}.nsi-chat-msg{max-width:82%;margin-bottom:12px}.nsi-chat-msg.me{margin-left:auto;text-align:right}.nsi-chat-msg.system{max-width:100%;text-align:center}.nsi-chat-msg b{display:block;margin:0 4px 4px;color:#64748b;font-size:10px}.nsi-chat-msg b small{font-weight:500}.nsi-chat-msg>div{display:inline-block;padding:10px 12px;border:1px solid #dce5f0;border-radius:13px 13px 13px 4px;background:#fff;color:#334155;font-size:13px;line-height:1.45;text-align:left}.nsi-chat-msg.me>div{border-color:#2879b9;border-radius:13px 13px 4px 13px;background:#2879b9;color:#fff}.nsi-chat-msg.assistant>div{border-color:#b9e1f7;background:#eaf7ff;color:#123b5b}.nsi-chat-msg.system>div{padding:6px 10px;border:0;border-radius:999px;background:#e8eef5;color:#64748b;font-size:11px}.nsi-chat-typing{display:flex;align-items:center;gap:4px;padding:6px 17px 2px;color:#64748b;font-size:10px}.nsi-chat-typing[hidden]{display:none}.nsi-chat-typing i{width:5px;height:5px;border-radius:50%;background:#2879b9;animation:nsiTyping 1s infinite alternate}.nsi-chat-typing i:nth-child(2){animation-delay:.2s}.nsi-chat-typing i:nth-child(3){animation-delay:.4s}.nsi-chat-typing span{margin-left:4px}.nsi-chat-conversation form{display:flex;gap:8px;padding:11px;border-top:1px solid #dce5f0;background:#fff}.nsi-chat-conversation textarea{flex:1;max-height:90px;resize:none;padding:10px 11px;border:1px solid #cbd5e1;border-radius:11px;font:inherit;font-size:13px;outline:0}.nsi-chat-conversation form button{width:43px;border:0;border-radius:11px;background:#f5b51b;color:#102f55;font-size:18px;font-weight:900;cursor:pointer}.nsi-chat-chat-actions{display:flex;justify-content:center;gap:10px;padding:0 10px 9px}.nsi-chat-chat-actions button{border:0;background:transparent;font-size:10px;text-decoration:underline;cursor:pointer}.nsi-chat-handoff{color:#2879b9;font-weight:750}.nsi-chat-new{margin:0;color:#94a3b8}@keyframes nsiChatOpen{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}@keyframes nsiTyping{to{transform:translateY(-3px);opacity:.45}}@media(max-width:600px){#nsi-live-chat{right:12px;bottom:12px}.nsi-chat-launch{padding:8px;border-radius:50%}.nsi-chat-launch span{display:none}.nsi-chat-launch svg{width:50px;height:50px}.nsi-chat-panel{position:fixed;inset:10px;width:auto;height:auto;border-radius:18px}.nsi-chat-launch>i{right:-2px}.nsi-chat-panel>header{padding-top:max(15px,env(safe-area-inset-top))}}
.nsi-chat-msg>.nsi-chat-msg-text{display:inline-block;padding:10px 12px;border:1px solid #dce5f0;border-radius:13px 13px 13px 4px;background:#fff;color:#334155;font-size:13px;line-height:1.45;text-align:left}.nsi-chat-msg.me>.nsi-chat-msg-text{border-color:#2879b9;border-radius:13px 13px 4px 13px;background:#2879b9;color:#fff}.nsi-chat-msg.assistant>.nsi-chat-msg-text{border-color:#b9e1f7;background:#eaf7ff;color:#123b5b}.nsi-chat-msg.system>.nsi-chat-msg-text{padding:6px 10px;border:0;border-radius:999px;background:#e8eef5;color:#64748b;font-size:11px}.nsi-chat-msg>.nsi-chat-products,.nsi-chat-msg>.nsi-chat-result-links{display:grid;width:100%;margin-top:7px;padding:0;border:0;background:transparent}.nsi-chat-product{display:flex;align-items:center;gap:9px;margin-bottom:6px;padding:7px;border:1px solid #d7e6f0;border-radius:11px;background:#fff;color:#183b5b;text-align:left;text-decoration:none;box-shadow:0 3px 10px #102f550d}.nsi-chat-product:hover{border-color:#65a9d6;background:#f7fcff}.nsi-chat-product-image{display:grid;place-items:center;width:48px;height:43px;flex:0 0 48px;border-radius:8px;background:#f4f7fa;overflow:hidden}.nsi-chat-product-image img{width:100%;height:100%;object-fit:contain}.nsi-chat-product>span:nth-child(2){min-width:0;flex:1}.nsi-chat-product strong{display:-webkit-box;overflow:hidden;color:#173b5c;font-size:11px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nsi-chat-product small{display:block;margin-top:4px;color:#64748b;font-size:9px}.nsi-chat-product>b{color:#2879b9;font-size:19px}.nsi-chat-result-link{display:flex;justify-content:space-between;margin-top:4px;padding:8px 10px;border-radius:9px;background:#e9f4fb;color:#1769aa;font-size:10px;font-weight:800;text-decoration:none}.nsi-chat-result-link:hover{background:#dceef9}
