.product-chat-launcher{position:fixed;right:24px;bottom:24px;z-index:90;display:grid;place-items:center;width:56px;height:56px;border:1px solid #9fe8d7;border-radius:50%;background:#082f36;color:#fff;padding:0;box-shadow:0 8px 28px #001c3433;cursor:pointer}
.product-chat-launcher:hover{background:#124753;transform:translateY(-2px)}
.product-chat-launcher:focus-visible,.product-chat-dialog :focus-visible{outline:3px solid #1c967d;outline-offset:3px}
.product-chat-dialog{position:fixed;inset:auto 24px 24px auto;margin:0;width:min(440px,calc(100vw - 32px));max-width:none;height:min(690px,calc(100dvh - 48px));max-height:none;padding:0;border:1px solid #cbd9dc;border-radius:22px;background:#f8fbfb;color:#15383e;box-shadow:0 24px 80px #061e4255;font:14px/1.5 system-ui,sans-serif;overflow:hidden}
.product-chat-dialog::backdrop{background:#061e421a}
.product-chat-shell{height:100%;display:flex;flex-direction:column}
.product-chat-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:#082f36;color:white;flex-shrink:0}
.product-chat-eyebrow{font-size:10px;font-weight:700;letter-spacing:.14em;color:#a4ded4}
.product-chat-header h2{font-size:20px;margin:3px 0 0;color:white;letter-spacing:-.02em}
.product-chat-close{width:40px;height:40px;padding:0;border:1px solid #62918e;border-radius:50%;background:transparent;color:white;font-size:26px;cursor:pointer}
.product-chat-messages{flex:1;min-height:90px;overflow-y:auto;overscroll-behavior:contain;padding:18px;display:flex;flex-direction:column;gap:14px}
.product-chat-message{max-width:94%;border-radius:14px;padding:13px 15px;background:white;border:1px solid #dce7e6;overflow-wrap:anywhere;flex-shrink:0}
.product-chat-message strong{font-size:11px;color:#3e6567}
.product-chat-message p{margin:6px 0 0;white-space:pre-wrap;font-size:14px;color:#15383e}
.product-chat-message p a{color:#0b6655;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.product-chat-message p a{color:#0b6655;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.product-chat-user{align-self:flex-end;background:#e0f1eb;border-color:#c6dfd5}
.product-chat-sources{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.product-chat-sources a{font-size:11px;padding:4px 8px;border-radius:6px;background:#eff6f3;color:#0b6655;text-decoration:underline}
.product-chat-suggestions{padding:0 18px 8px;display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0}
.product-chat-suggestions[hidden]{display:none}
.product-chat-suggestions button{padding:7px 10px;border:1px solid #bed5ce;border-radius:9px;background:#fff;font:12px/1.3 system-ui,sans-serif;color:#285a50;cursor:pointer}
.product-chat-status{margin:0;padding:0 20px;font-size:12px;color:#7b431f;flex-shrink:0}
.product-chat-status:not(:empty){padding-top:6px;padding-bottom:6px}
.product-chat-form{border-top:1px solid #dbe6e4;padding:13px 18px 8px;flex-shrink:0;background:white}
.product-chat-form label{display:block;font-size:11px;font-weight:650;margin-bottom:5px}
.product-chat-form textarea{box-sizing:border-box;width:100%;min-height:60px;max-height:110px;resize:vertical;padding:10px 12px;border:1px solid #b8cfca;border-radius:10px;background:#f8fbfa;color:#15383e;font:14px/1.4 system-ui,sans-serif}
.product-chat-form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}
.product-chat-reset{border:0;background:transparent;color:#446a62;font:12px system-ui,sans-serif;padding:8px;cursor:pointer}
.product-chat-send{border:0;border-radius:8px;padding:10px 14px;background:#0c594b;color:white;font:600 13px system-ui,sans-serif;cursor:pointer}
.product-chat-send:disabled{opacity:.55;cursor:wait}
.product-chat-disclosure{font-size:10px;line-height:1.5;color:#526d69;padding:5px 20px 14px;margin:0;background:white;flex-shrink:0}
.product-chat-disclosure a{color:#165e50;text-decoration:underline}
@media(max-width:520px){.product-chat-launcher{right:14px;bottom:14px}.product-chat-dialog{inset:auto 8px 8px;width:calc(100vw - 16px);height:calc(100dvh - 16px);border-radius:16px}.product-chat-form textarea{font-size:16px}.product-chat-header{padding:14px 18px}}
@media(prefers-reduced-motion:reduce){.product-chat-launcher:hover{transform:none}}

.beta-floating{position:fixed;right:92px;bottom:30px;z-index:89;padding:11px 17px;border:1px solid #c1acec;border-radius:25px;background:#f0eaff;color:#4a2e7e;font:700 13px/1.5 system-ui,sans-serif;box-shadow:0 8px 28px #001c3422;text-decoration:none}.beta-floating:hover{background:#e4d7ff}.beta-floating:focus-visible{outline:3px solid #705cf6;outline-offset:3px}@media(max-width:520px){.beta-floating{right:80px;bottom:20px}}
.site-nav > a.nav-beta{display:none!important}.product-chat-dock{position:fixed;right:24px;bottom:max(24px,env(safe-area-inset-bottom));z-index:90;display:flex;align-items:center;gap:12px}.product-chat-dock .product-chat-launcher,.product-chat-dock .beta-floating{position:static;flex-shrink:0}.product-chat-dock .beta-floating{display:inline-flex;align-items:center;min-height:44px;white-space:nowrap}@media(max-width:520px){.product-chat-dock{right:14px;bottom:max(14px,env(safe-area-inset-bottom));gap:10px}}
