#spvchat{position:fixed;right:clamp(14px,3vw,28px);bottom:clamp(14px,3vw,28px);z-index:80;font-family:inter,system-ui,sans-serif}#spvchat .cb-toggle{width:56px;height:56px;border-radius:50%;border:0;cursor:pointer;background:var(--teal,#0E7C86);color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px rgba(19,36,43,.28);transition:transform .25s,background .25s}#spvchat .cb-toggle:hover{transform:translateY(-3px);background:var(--teal-d,#0a5b63)}#spvchat .cb-toggle svg{width:26px;height:26px}#spvchat .cb-panel{position:absolute;right:0;bottom:70px;width:min(360px,calc(100vw - 28px));height:min(520px,calc(100vh - 120px));background:#fff;border:1px solid rgba(19,36,43,.12);border-radius:18px;box-shadow:0 28px 60px rgba(19,36,43,.25);display:flex;flex-direction:column;overflow:hidden}#spvchat .cb-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;background:var(--teal,#0E7C86);color:#fff}#spvchat .cb-head b{display:block;font-size:15px}#spvchat .cb-head span{display:block;font-size:11.5px;opacity:.85}#spvchat .cb-close{background:0 0;border:0;color:#fff;font-size:26px;line-height:1;cursor:pointer;padding:0 4px}#spvchat .cb-msgs{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:#f4f8f9}#spvchat .cb-m{max-width:85%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap}#spvchat .cb-m.bot{background:#fff;border:1px solid rgba(19,36,43,.1);border-bottom-left-radius:4px;color:#13242b;align-self:flex-start}#spvchat .cb-m.me{background:var(--teal,#0E7C86);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}#spvchat .cb-wait{color:#8aa0a5;letter-spacing:3px}#spvchat .cb-form{display:flex;gap:8px;padding:10px;border-top:1px solid rgba(19,36,43,.1);background:#fff}#spvchat .cb-form input{flex:1;border:1px solid rgba(19,36,43,.15);border-radius:12px;padding:10px 13px;font-size:14px;font-family:inherit}#spvchat .cb-form input:focus{outline:none;border-color:var(--teal,#0E7C86)}#spvchat .cb-form button{width:42px;border:0;border-radius:12px;background:var(--teal,#0E7C86);color:#fff;font-size:16px;cursor:pointer}#spvchat .cb-form button:disabled{opacity:.5;cursor:default}#spvchat .cb-note{padding:7px 12px 9px;font-size:10.5px;color:#8aa0a5;text-align:center;background:#fff}#spvchat .cb-note a{color:var(--teal-d,#0a5b63);font-weight:600;text-decoration:none}#spvchat .cb-panel[hidden]{display:none}