.switch-chatkit{--switch-blue:#003b71;--switch-cyan:#00a3c7;--switch-ink:#16324f;--switch-border:#d8e2ea;--switch-shadow:0 18px 50px rgba(11,49,84,.24);bottom:24px;font-family:inherit;position:fixed;right:24px;z-index:1000}.switch-chatkit__launcher{align-items:center;background:var(--switch-cyan);border:0;border-radius:999px;box-shadow:var(--switch-shadow);color:#fff;cursor:pointer;display:none;font-weight:700;gap:10px;min-height:52px;padding:10px 18px 10px 10px}.switch-chatkit__launcher-icon{align-items:center;background:#fff;border-radius:999px;color:var(--switch-blue);display:inline-flex;font-weight:800;height:32px;justify-content:center;width:32px}.switch-chatkit__panel{background:#fff;border:1px solid var(--switch-border);border-radius:8px;box-shadow:var(--switch-shadow);display:flex;flex-direction:column;height:min(720px,calc(100vh - 48px));overflow:hidden;width:min(420px,calc(100vw - 32px))}.switch-chatkit[data-open=false] .switch-chatkit__panel{display:none}.switch-chatkit[data-open=false] .switch-chatkit__launcher{display:inline-flex}.switch-chatkit__header{align-items:center;background:var(--switch-cyan);color:#fff;display:flex;justify-content:space-between;min-height:72px;padding:14px 18px}.switch-chatkit__eyebrow,.switch-chatkit__fallback,.switch-chatkit__title{margin:0}.switch-chatkit__eyebrow{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.switch-chatkit__title{font-size:24px;line-height:1.1}.switch-chatkit__close{align-items:center;background:hsla(0,0%,100%,.2);border:0;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:26px;height:38px;justify-content:center;line-height:1;width:38px}.switch-chatkit__chat{display:block;flex:1 1 auto;min-height:0}.switch-chatkit__fallback{color:var(--switch-ink);font-size:14px;padding:16px}.switch-chatkit[data-ready=true] .switch-chatkit__fallback{display:none}@media (max-width:767px){.switch-chatkit{bottom:12px;right:12px}.switch-chatkit__panel{height:min(680px,calc(100vh - 24px));width:calc(100vw - 24px)}}