.sc-chat,.sc-chat *{box-sizing:border-box}.sc-chat{position:fixed;right:20px;bottom:20px;z-index:9999;font-family:inherit}.sc-chat__launcher,.sc-chat__send,.sc-chat__login{border:0;border-radius:999px;background:#111827;color:#fff;font-weight:700;cursor:pointer}.sc-chat__launcher{min-height:48px;padding:12px 18px;box-shadow:0 12px 28px rgba(0,0,0,.22)}.sc-chat__panel{position:absolute;right:0;bottom:62px;width:380px;max-width:calc(100vw - 32px);overflow:hidden;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]{display:none !important}.sc-chat__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid #e5e7eb}.sc-chat__title{margin:0;font-size:18px;line-height:1.25}.sc-chat__intro,.sc-chat__agent{margin:6px 0 0;font-size:13px;line-height:1.4;color:#4b5563}.sc-chat__agent{font-size:12px}.sc-chat__close{flex:0 0 auto;width:34px;height:34px;border:0;border-radius:50%;background:#f3f4f6;color:#111827;font-size:24px;line-height:1;cursor:pointer}.sc-chat__identity{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px 16px;border-bottom:1px solid #e5e7eb}.sc-chat__field{display:grid;gap:5px;font-size:12px;color:#374151}.sc-chat__field input,.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__messages{height:300px;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:#111827;background:#111827;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__status{min-height:22px;margin:0;padding:0 16px 10px;color:#475569;font-size:12px}.sc-chat__status--error{color:#b91c1c}.sc-chat__locked{padding:24px 18px;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 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}.sc-chat__identity{grid-template-columns:1fr}.sc-chat__messages{height:min(300px,42vh)}}