.sc-chat,.sc-chat *{box-sizing:border-box}.sc-chat{position:fixed;right:20px;bottom:20px;z-index:9998;font-family:inherit}.sc-chat button,.sc-chat__login{border:0;border-radius:999px;background:#2d6278;color:#fff;font-weight:700;cursor:pointer}.sc-chat__launcher{display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:12px 18px;box-shadow:0 12px 28px rgba(0,0,0,.22)}.sc-chat__launcher-dot,.sc-chat__availability-dot{display:inline-block;width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#5da336;box-shadow:0 0 0 3px rgba(93,163,54,.16)}.sc-chat__launcher-dot.is-offline,.sc-chat__availability-dot.is-offline{background:#a56800;box-shadow:0 0 0 3px rgba(165,104,0,.14)}.sc-chat__unread{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:#2d6278;font-size:12px;line-height:1}.sc-chat__unread[hidden]{display:none !important}.sc-chat__panel{position:absolute;right:0;bottom:62px;width:410px;max-width:calc(100vw - 32px);max-height:min(760px,calc(100vh - 100px));overflow:hidden auto;border:1px solid #d1d5db;border-radius:18px;background:#fff;color:#111827;box-shadow:0 22px 55px rgba(0,0,0,.24)}.sc-chat__panel[hidden],.sc-chat [hidden]{display:none !important}.sc-chat__header{position:sticky;top:0;z-index:3;display:flex;align-items:flex-start;gap:12px;padding:16px;border-bottom:1px solid #e5e7eb;background:#fff}.sc-chat__avatar{width:56px;height:56px;flex:0 0 56px;border:2px solid #fff;border-radius:50%;object-fit:cover;object-position:center 25%;box-shadow:0 0 0 1px #d9e0e5}.sc-chat__header-copy{min-width:0;flex:1 1 auto}.sc-chat__title{margin:0;color:#1a1a1a;font-size:18px;line-height:1.25}.sc-chat__intro,.sc-chat__agent{margin:5px 0 0;color:#4b5563;font-size:13px;line-height:1.4}.sc-chat__agent{display:flex;align-items:center;gap:7px;font-size:12px}.sc-chat__header-actions{display:flex;flex:0 0 auto;gap:5px}.sc-chat__close,.sc-chat__sound{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border-radius:50%;background:#f3f4f6 !important;color:#111827 !important;font-size:18px;line-height:1}.sc-chat__close{font-size:24px}.sc-chat__identity,.sc-chat__offline-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sc-chat__identity{padding:14px 16px;border-bottom:1px solid #e5e7eb}.sc-chat__field{display:grid;gap:5px;color:#374151;font-size:12px}.sc-chat__field em{color:#b91c1c;font-style:normal}.sc-chat__field input,.sc-chat__field textarea,.sc-chat__composer textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#111827;font:inherit}.sc-chat__field input{min-height:40px;padding:8px 10px}.sc-chat__field textarea{min-height:90px;padding:10px 12px;resize:vertical}.sc-chat__field--full{margin-top:10px}.sc-chat__messages{min-height:150px;max-height:280px;overflow-y:auto;padding:16px;background:#f8fafc}.sc-chat__empty{margin:0;color:#64748b;font-size:13px;line-height:1.5}.sc-chat__message{margin-bottom:12px}.sc-chat__message--visitor{text-align:right}.sc-chat__message-meta{margin-bottom:4px;color:#64748b;font-size:11px}.sc-chat__bubble{display:inline-block;max-width:84%;padding:10px 12px;border:1px solid #dbe3ec;border-radius:14px;background:#fff;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.45}.sc-chat__message--visitor .sc-chat__bubble{border-color:#2d6278;background:#2d6278;color:#fff}.sc-chat__composer{display:flex;align-items:flex-end;gap:10px;padding:12px 16px 8px;border-top:1px solid #e5e7eb}.sc-chat__message-field{flex:1 1 auto}.sc-chat__composer textarea{min-height:44px;max-height:130px;padding:10px 12px;resize:vertical}.sc-chat__send{min-height:44px;padding:10px 16px}.sc-chat__send:disabled{cursor:wait;opacity:.6}.sc-chat__offline{padding:16px;border-top:1px solid #e5e7eb}.sc-chat__offline-copy{margin-bottom:14px;padding:14px;border:1px solid #ead8a8;border-radius:12px;background:#fff9e8}.sc-chat__offline-copy h3{margin:0 0 6px;color:#3f3212;font-size:16px}.sc-chat__offline-copy p{margin:0;color:#665627;font-size:13px;line-height:1.5}.sc-chat__hours{margin-top:10px;font-size:12px}.sc-chat__hours summary{color:#2d6278;font-weight:700;cursor:pointer}.sc-chat__hours-row{display:flex;justify-content:space-between;gap:12px;padding:5px 0;border-bottom:1px solid rgba(102,86,39,.15)}.sc-chat__hours-row:first-child{margin-top:8px}.sc-chat__timezone{margin-top:7px !important;font-size:11px !important}.sc-chat__offline-send{width:100%;margin-top:12px;border-radius:10px !important}.sc-chat__status{min-height:24px;margin:0;padding:3px 16px 11px;color:#475569;font-size:12px}.sc-chat__status--error{color:#b91c1c}.sc-chat__locked{padding:24px 18px 14px;text-align:center}.sc-chat__login{display:inline-block;margin-top:8px;padding:10px 18px;text-decoration:none}.sc-chat__honeypot{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important}.sc-chat__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sc-chat button:focus-visible,.sc-chat input:focus-visible,.sc-chat textarea:focus-visible,.sc-chat summary:focus-visible,.sc-chat a:focus-visible{outline:3px solid #2563eb;outline-offset:2px}@media (max-width:520px){.sc-chat{right:12px;bottom:12px}.sc-chat__panel{position:fixed;right:12px;bottom:72px;left:12px;width:auto;max-width:none;max-height:calc(100vh - 92px)}.sc-chat__identity,.sc-chat__offline-grid{grid-template-columns:1fr}.sc-chat__messages{max-height:32vh}.sc-chat__intro{display:none}}