#chatToggleBtn{position:fixed;bottom:16px;right:16px;z-index:9999;padding:12px 20px;color:#fff;border:none;border-radius:50px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px rgb(0 0 0 / .15);transition:all 0.2s ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1;-webkit-tap-highlight-color:#fff0;user-select:none}#chatToggleBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .2);filter:brightness(1.1)}#chatToggleBtn:active{transform:translateY(0)}#chatToggleBtn:focus{outline:2px solid rgb(255 255 255 / .5);outline-offset:2px}#chatToggleBtn:focus-visible{outline:3px solid rgb(255 255 255 / .8);outline-offset:3px}#myChatkit{position:fixed;bottom:66px;right:16px;width:400px;height:600px;max-height:calc(100vh - 140px);z-index:9998;display:none;overflow:hidden;border-radius:16px;box-shadow:0 8px 32px rgb(0 0 0 / .25)}#myChatkit openai-chatkit{width:100%;height:100%;display:block}@keyframes chatkit-slide-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#myChatkit[style*="display: block"]{animation:chatkit-slide-up 0.3s ease-out}#myChatkit::before{content:'';position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .5);z-index:-1;opacity:0;pointer-events:none;transition:opacity 0.3s ease}@media (max-width:768px){#chatToggleBtn{bottom:16px;right:16px;padding:10px 16px;font-size:14px}#myChatkit{left:12px;right:12px;bottom:70px;width:auto;height:75vh;max-height:75vh;border-radius:12px}#myChatkit[aria-modal="true"]::before{opacity:1;pointer-events:auto}}@media (min-width:769px) and (max-width:1024px){#myChatkit{width:380px;height:550px}}@media (max-width:480px){#chatToggleBtn{bottom:12px;right:12px;padding:8px 14px;font-size:13px}#myChatkit{left:8px;right:8px;bottom:60px;height:70vh;border-radius:10px}}#chatToggleBtn,#myChatkit{box-sizing:border-box}#chatToggleBtn *,#myChatkit *{box-sizing:border-box}body.admin-bar #chatToggleBtn{bottom:52px}body.admin-bar #myChatkit{bottom:112px}@media screen and (max-width:782px){body.admin-bar #chatToggleBtn{bottom:66px}body.admin-bar #myChatkit{bottom:126px}}@media (prefers-reduced-motion:reduce){#chatToggleBtn,#myChatkit{transition:none;animation:none}@keyframes chatkit-slide-up{from,to{opacity:1;transform:translateY(0)}}}@media (prefers-contrast:high){#chatToggleBtn{border:2px solid currentColor}#myChatkit{border:2px solid currentColor}#chatToggleBtn:focus,#chatToggleBtn:focus-visible{outline:3px solid;outline-offset:3px}}@media (prefers-color-scheme:dark){#chatToggleBtn{box-shadow:0 4px 16px rgb(0 0 0 / .4)}#myChatkit{box-shadow:0 8px 32px rgb(0 0 0 / .6)}}@media print{#chatToggleBtn,#myChatkit{display:none!important}}@media (max-width:768px) and (orientation:landscape){#myChatkit{height:85vh;max-height:85vh}}@media (min-width:1921px){#myChatkit{width:450px;height:650px}}body[data-chatkit-button-size="small"] #chatToggleBtn{padding:8px 16px;font-size:13px}body[data-chatkit-button-size="large"] #chatToggleBtn{padding:14px 24px;font-size:17px}body[data-chatkit-position="bottom-left"] #chatToggleBtn{left:16px;right:auto;bottom:16px;top:auto}body[data-chatkit-position="bottom-left"] #myChatkit{left:16px;right:auto;bottom:66px;top:auto}body[data-chatkit-position="top-right"] #chatToggleBtn{top:16px;bottom:auto;right:16px;left:auto}body[data-chatkit-position="top-right"] #myChatkit{top:66px;bottom:auto;right:16px;left:auto}body[data-chatkit-position="top-left"] #chatToggleBtn{top:16px;bottom:auto;left:16px;right:auto}body[data-chatkit-position="top-left"] #myChatkit{top:66px;bottom:auto;left:16px;right:auto}@media (max-width:768px){body[data-chatkit-position="bottom-left"] #chatToggleBtn{left:16px;right:auto;bottom:16px}body[data-chatkit-position="bottom-left"] #myChatkit{left:12px;right:12px;bottom:70px}body[data-chatkit-position="top-right"] #chatToggleBtn{top:16px;right:16px}body[data-chatkit-position="top-right"] #myChatkit{left:12px;right:12px;top:70px;bottom:auto}body[data-chatkit-position="top-left"] #chatToggleBtn{top:16px;left:16px}body[data-chatkit-position="top-left"] #myChatkit{left:12px;right:12px;top:70px;bottom:auto}}body[data-chatkit-border-radius="square"] #chatToggleBtn{border-radius:8px}body[data-chatkit-border-radius="square"] #myChatkit{border-radius:8px}body[data-chatkit-border-radius="extra-round"] #chatToggleBtn{border-radius:50px}body[data-chatkit-border-radius="extra-round"] #myChatkit{border-radius:24px}body[data-chatkit-shadow="subtle"] #chatToggleBtn{box-shadow:0 2px 8px rgb(0 0 0 / .1)}body[data-chatkit-shadow="subtle"] #myChatkit{box-shadow:0 4px 16px rgb(0 0 0 / .15)}body[data-chatkit-shadow="bold"] #chatToggleBtn{box-shadow:0 6px 24px rgb(0 0 0 / .25)}body[data-chatkit-shadow="bold"] #myChatkit{box-shadow:0 12px 48px rgb(0 0 0 / .35)}