.sitecare-chat-root{--chat-accent:#18b8ad;--chat-ink:#071a24;font-family:DM Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--chat-ink)}.sitecare-chat-launcher{position:fixed;right:20px;bottom:84px;z-index:9999;width:56px;height:56px;border:0;border-radius:50%;background:var(--chat-ink);color:#fff;box-shadow:0 12px 35px rgba(7,26,36,.28);font-size:23px;cursor:pointer}.sitecare-chat-launcher:focus-visible,.sitecare-chat button:focus-visible,.sitecare-chat input:focus-visible,.sitecare-chat select:focus-visible,.sitecare-chat textarea:focus-visible{outline:3px solid #ffcf4a;outline-offset:3px}.sitecare-chat{position:fixed;right:20px;bottom:150px;z-index:9999;width:min(390px,calc(100vw - 32px));height:min(650px,calc(100vh - 190px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce6e8;border-radius:20px;background:#fff;box-shadow:0 25px 80px rgba(7,26,36,.28)}.sitecare-chat[hidden]{display:none}.sitecare-chat-inline .sitecare-chat{position:relative;right:auto;bottom:auto;z-index:auto;width:100%;height:640px;box-shadow:none;border-radius:16px}.sitecare-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:var(--chat-ink);color:#fff}.sitecare-chat-header strong{display:block;font-size:17px}.sitecare-chat-header small{display:block;margin-top:2px;color:#b8c9cf}.sitecare-chat-header button{border:0;background:transparent;color:#fff;font-size:22px;cursor:pointer}.sitecare-chat-messages{flex:1;overflow:auto;padding:16px;background:#f3f7f6}.sitecare-chat-message{display:flex;margin:9px 0}.sitecare-chat-message>div{max-width:84%;padding:12px 14px;border:1px solid #dce6e8;border-radius:15px;background:#fff;font-size:14px;line-height:1.5;white-space:pre-wrap}.sitecare-chat-message.visitor{justify-content:flex-end}.sitecare-chat-message.visitor>div{background:var(--chat-ink);border-color:var(--chat-ink);color:#fff}.sitecare-chat-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.sitecare-chat-actions button,.sitecare-chat-actions a,.sitecare-chat-choices button{border:1px solid #cbdadd;border-radius:999px;background:#fff;color:var(--chat-ink);padding:9px 11px;font:700 11px inherit;text-decoration:none;cursor:pointer}.sitecare-chat-message.visitor .sitecare-chat-actions a{color:var(--chat-ink)}.sitecare-chat-choices{display:flex;flex-wrap:wrap;gap:7px;padding:10px 14px;border-top:1px solid #dce6e8;background:#fff}.sitecare-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px 14px;border-top:1px solid #dce6e8;background:#fff}.sitecare-chat-form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.sitecare-chat-form input{min-width:0;border:1px solid #b9c9cc;border-radius:10px;padding:12px;font:500 14px inherit}.sitecare-chat-form button{border:0;border-radius:10px;padding:0 16px;background:var(--chat-accent);color:#06252d;font-weight:800;cursor:pointer}.sitecare-chat-lead{display:grid;gap:9px;margin-top:10px}.sitecare-chat-lead input,.sitecare-chat-lead select,.sitecare-chat-lead textarea{width:100%;border:1px solid #b9c9cc;border-radius:8px;padding:9px;font:500 12px inherit}.sitecare-chat-lead textarea{min-height:70px;resize:vertical}.sitecare-chat-lead label{font-size:11px;font-weight:700}.sitecare-chat-lead button{min-height:42px;border:0;border-radius:8px;background:var(--chat-accent);font-weight:800;cursor:pointer}.sitecare-chat-note{padding:7px 14px 10px;background:#fff;color:#72858d;font-size:9px;line-height:1.4}
@media(max-width:560px){.sitecare-chat-launcher{right:16px;bottom:calc(80px + env(safe-area-inset-bottom))}.sitecare-chat{left:10px;right:10px;bottom:calc(145px + env(safe-area-inset-bottom));width:auto;height:min(620px,calc(100vh - 175px - env(safe-area-inset-bottom)));border-radius:17px}.sitecare-chat-inline .sitecare-chat{left:auto;right:auto;bottom:auto;height:600px}.sitecare-chat-message>div{max-width:90%}}