/* Scoped to the floating text consultation; the page remains fully interactive. */
#r118-chat-launcher {
  position:fixed;
  z-index:1100;
  right:calc(var(--r118-vv-right,0px) + 22px);
  bottom:calc(var(--r118-vv-bottom,0px) + max(20px,env(safe-area-inset-bottom)));
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:56px;
  min-height:54px;
  max-width:calc(var(--r118-vv-width,100vw) - 24px);
  margin:0;
  padding:13px 19px;
  border:1px solid #c2adff65;
  border-radius:30px;
  background:linear-gradient(120deg,#6041df,#7855e7);
  color:#fff;
  box-shadow:0 6px 24px #49327330;
  font:inherit;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  cursor:pointer;
  touch-action:manipulation;
  transition:background-color .15s ease,box-shadow .15s ease;
}
#r118-chat-launcher:hover {box-shadow:0 7px 28px #49327348}
#r118-chat-launcher svg {display:block;flex:0 0 23px;width:23px;height:23px;pointer-events:none}
#r118-chat-launcher>span {min-width:0;white-space:nowrap}
#r118-chat-launcher[aria-expanded="true"] {background:#332347}
#r118-chat-launcher:focus-visible,
#r118-chat-panel :is(button,a,summary,textarea):focus-visible {outline:3px solid #aa87ed;outline-offset:3px}
#r118-chat-panel {
  --r118-ink:#2b203f;
  --r118-muted:#847591;
  --r118-purple:#6744a0;
  --r118-line:#e5dced;
  position:fixed;
  z-index:1110;
  inset:auto;
  right:calc(var(--r118-vv-right,0px) + 22px);
  bottom:calc(var(--r118-vv-bottom,0px) + max(86px,calc(env(safe-area-inset-bottom) + 70px)));
  width:min(420px,calc(var(--r118-vv-width,100vw) - 24px));
  max-width:none;
  height:min(620px,calc(var(--r118-vv-height,100dvh) - 108px));
  max-height:none;
  min-height:0;
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid #dcd1e8;
  border-radius:18px;
  background:#fff;
  color:var(--r118-ink);
  box-shadow:0 15px 64px #3020462a,0 2px 10px #3020460c;
  font-family:inherit;
  font-size:14px;
  line-height:1.6;
  opacity:0;
  transform:translateY(7px);
  transition:opacity .13s ease,transform .13s ease;
  box-sizing:border-box;
}
#r118-chat-panel[open] {display:flex;flex-direction:column}
#r118-chat-panel[data-r118-visible="true"] {opacity:1;transform:translateY(0)}
#r118-chat-panel::backdrop {background:transparent;pointer-events:none}
#r118-chat-panel *,#r118-chat-panel *::before,#r118-chat-panel *::after {box-sizing:border-box}
#r118-chat-panel [hidden] {display:none!important}
#r118-chat-panel>header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex:0 0 auto;
  gap:12px;
  min-height:60px;
  margin:0;
  padding:13px 17px 12px 20px;
  border:0;
  border-bottom:1px solid var(--r118-line);
  background:linear-gradient(110deg,#f5f0fc,#fff);
}
#r118-chat-panel #r118-chat-title {margin:0;padding:0;color:var(--r118-ink);font-size:18px;line-height:1.4;font-weight:700;letter-spacing:0}
#r118-chat-panel .r118-panel-header>div {min-width:0}
#r118-chat-panel .r118-panel-kicker {display:block;margin:0 0 2px;color:#a08bad;font-size:9px;font-weight:600;line-height:1.3;letter-spacing:.12em}
#r118-chat-panel .r118-panel-header p {margin:3px 0 0;padding:0;color:#9b8aa7;font-size:10px;line-height:1.4}
#r118-chat-panel [data-r118-close] {
  display:grid;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  min-height:34px;
  margin:0;
  padding:5px;
  border:1px solid transparent;
  border-radius:9px;
  background:transparent;
  color:#766183;
  font:inherit;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
#r118-chat-panel [data-r118-close]:hover {border-color:var(--r118-line);background:#f0e9f7}
#r118-chat-panel [data-r118-mount] {display:flex;flex-direction:column;flex:1 1 0;min-width:0;min-height:0;margin:0;padding:0;overflow:hidden}
#r118-chat-panel .r118-conversation {display:flex;flex-direction:column;flex:1 1 0;width:100%;min-width:0;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:#fff;box-shadow:none}
#r118-chat-panel[data-r118-state="loading"] .r118-conversation,
#r118-chat-panel[data-r118-state="error"] .r118-conversation {display:none}
#r118-chat-panel .r118-chat-body {display:flex;flex-direction:column;flex:1 1 0;min-width:0;min-height:0;margin:0;padding:0;overflow:hidden;background:#fcfafd}
#r118-chat-panel .r63-thread {
  display:flex;
  flex-direction:column;
  gap:11px;
  flex:1 1 0;
  min-width:0;
  min-height:0;
  max-height:none;
  height:auto;
  margin:0;
  padding:18px 16px 12px;
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scroll-padding:12px;
  border:0;
  border-radius:0;
  background:none;
}
#r118-chat-panel .r63-bubble {
  display:block;
  align-self:flex-start;
  flex:0 0 auto;
  width:fit-content;
  max-width:94%;
  margin:0;
  padding:11px 13px;
  border:1px solid #e9e1f0;
  border-radius:3px 13px 13px;
  background:#f0ebf6;
  color:#534363;
  font-size:13px;
  line-height:1.8;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
}
#r118-chat-panel .r63-bubble.is-user {align-self:flex-end;border-color:#76529f;background:#76529f;color:#fff;border-radius:13px 3px 13px 13px}
#r118-chat-panel .r63-bubble a {color:#624095;font-weight:600;text-decoration:underline;text-underline-offset:3px}
#r118-chat-panel .r63-bubble.is-user a {color:#fff}
#r118-chat-panel .r63-suggestions {display:flex;flex-wrap:wrap;flex:0 0 auto;gap:6px;margin:0;padding:0 16px 14px;min-width:0}
#r118-chat-panel .r63-suggestions:empty {display:none}
#r118-chat-panel .r63-suggestions button,
#r118-chat-panel .r63-summary button,
#r118-chat-panel .r63-compose-actions button,
#r118-chat-panel .r118-notice-actions button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:32px;
  margin:0;
  padding:6px 10px;
  border:1px solid #dcd0e7;
  border-radius:8px;
  background:#fff;
  color:var(--r118-purple);
  font:inherit;
  font-size:12px;
  line-height:1.45;
  font-weight:500;
  cursor:pointer;
}
#r118-chat-panel .r63-suggestions button:hover,
#r118-chat-panel .r63-summary button:hover {background:#f2ecf8;border-color:#bba0d4}
#r118-chat-panel .r63-summary {
  flex:1 1 0;
  min-height:0;
  max-height:none;
  margin:0;
  padding:15px 17px 17px;
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  border:0;
  border-radius:0;
  background:#fcfafd;
}
#r118-chat-panel .r118-chat-body:has([data-r63-summary][open]) .r63-thread,
#r118-chat-panel .r118-chat-body:has([data-r63-summary][open]) .r63-suggestions {display:none}
#r118-chat-panel .r63-summary>summary {margin:0 0 13px;padding:0;color:var(--r118-ink);font-size:15px;font-weight:700;line-height:1.5;cursor:pointer}
#r118-chat-panel .r63-summary dl {display:block;margin:0 0 14px;padding:0}
#r118-chat-panel .r63-summary dl>div {display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;margin:0;padding:10px 0;border-bottom:1px solid #e8e0ef}
#r118-chat-panel .r63-summary dt {grid-column:1;min-width:0;margin:0;color:#9176a4;font-size:11px;font-weight:500;line-height:1.5}
#r118-chat-panel .r63-summary dd {grid-column:1;min-width:0;margin:0;color:#4e3d61;font-size:13px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}
#r118-chat-panel .r63-summary [data-r63-edit] {grid-column:2;grid-row:1/3;align-self:center;min-height:29px;padding:4px 8px;font-size:11px}
#r118-chat-panel .r63-summary :is([data-r63-copy],[data-r63-download],[data-r118-back]) {margin:0 4px 5px 0}
#r118-chat-panel .r63-summary [data-r118-back] {border-color:transparent;background:transparent}
#r118-chat-panel .r63-composer {display:block;flex:0 0 auto;width:100%;min-width:0;margin:0;padding:11px 14px 10px;border:0;border-top:1px solid var(--r118-line);border-radius:0;background:#fff}
#r118-chat-panel [data-r63-input] {
  display:block;
  width:100%;
  min-width:0;
  min-height:66px;
  height:70px;
  max-height:130px;
  margin:0;
  padding:10px 11px;
  resize:vertical;
  border:1px solid #d8cee3;
  border-radius:9px;
  background:#fff;
  color:var(--r118-ink);
  font:inherit;
  font-size:14px;
  line-height:1.6;
  box-shadow:none;
}
#r118-chat-panel [data-r63-input]::placeholder {color:#9c90a7;opacity:1}
#r118-chat-panel .r63-compose-actions {display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;margin:8px 0 0;padding:0}
#r118-chat-panel .r63-compose-actions [data-r63-summary-toggle] {margin-right:auto;background:transparent;border-color:transparent;padding-inline:3px}
#r118-chat-panel .r63-compose-actions [data-r63-send] {min-width:64px;border-color:#704c9e;background:#704c9e;color:#fff}
#r118-chat-panel .r63-compose-actions button:disabled {opacity:.45;cursor:default}
#r118-chat-panel .r118-conversation>footer {display:flex;align-items:flex-start;flex:0 0 auto;gap:9px;min-width:0;margin:0;padding:0 15px 12px;border:0;background:#fff}
#r118-chat-panel .r118-conversation>footer :is(small,p) {display:block;flex:1 1 auto;min-width:0;margin:0;padding:0;color:#9b8da6;font-size:10px;line-height:1.6}
#r118-chat-panel [data-r63-reset] {display:inline-flex;flex:0 0 auto;min-height:26px;margin:0;padding:2px 0 2px 6px;border:0;border-radius:0;background:transparent;color:#8d76a0;font:inherit;font-size:11px;line-height:1.5;cursor:pointer}
#r118-chat-panel [data-r63-status] {flex:0 0 auto;margin:0;padding:0 16px 10px;color:#82649c;font-size:11px;line-height:1.6;overflow-wrap:anywhere}
#r118-chat-panel [data-r63-status]:empty {display:none}
#r118-chat-panel .r118-chat-notice {display:flex;flex-direction:column;justify-content:center;flex:1 1 auto;gap:11px;min-height:0;margin:0;padding:32px 25px;color:var(--r118-muted);text-align:center}
#r118-chat-panel .r118-chat-notice strong {display:block;margin:0;color:var(--r118-ink);font-size:17px;font-weight:600;line-height:1.5}
#r118-chat-panel .r118-chat-notice p {margin:0;color:var(--r118-muted);font-size:13px;line-height:1.8}
#r118-chat-panel .r118-notice-actions {display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;margin-top:8px}
#r118-chat-panel .r118-notice-actions button {min-height:38px;padding:8px 13px;background:#70509e;border-color:#70509e;color:#fff}
#r118-chat-panel .r118-notice-actions a {color:var(--r118-purple);font-size:12px;text-decoration:underline;text-underline-offset:3px}
#r118-chat-panel[data-r118-state="error"]:has([data-r118-error]:not([hidden])) [data-r118-mount] {display:none}
#r118-chat-panel [data-r118-error] {display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;gap:15px;min-width:0;min-height:0;margin:0;padding:28px 23px;text-align:center}
#r118-chat-panel [data-r118-error] p {margin:0;color:var(--r118-muted);font-size:13px;line-height:1.8}
#r118-chat-panel [data-r118-error] button {min-height:38px;margin:0;padding:8px 13px;border:1px solid #70509e;border-radius:8px;background:#70509e;color:#fff;font:inherit;font-size:12px;cursor:pointer}
#r118-chat-panel [data-r118-error] a {color:var(--r118-purple);font-size:12px;text-decoration:underline;text-underline-offset:3px}
@media(max-width:600px) {
  #r118-chat-launcher {right:calc(var(--r118-vv-right,0px) + 12px);bottom:calc(var(--r118-vv-bottom,0px) + max(12px,env(safe-area-inset-bottom)));min-height:50px;padding:12px 16px;font-size:13px}
  #r118-chat-panel {right:calc(var(--r118-vv-right,0px) + 12px);bottom:calc(var(--r118-vv-bottom,0px) + max(12px,env(safe-area-inset-bottom)));width:min(420px,calc(var(--r118-vv-width,100vw) - 24px));height:min(650px,calc(var(--r118-vv-height,100dvh) - 24px));border-radius:15px}
  #r118-chat-panel>header {min-height:54px;padding:10px 12px 10px 17px}
  #r118-chat-panel #r118-chat-title {font-size:17px}
  #r118-chat-panel .r63-thread {gap:9px;padding:14px 13px 10px}
  #r118-chat-panel .r63-bubble {max-width:95%;padding:10px 11px;font-size:13px}
  #r118-chat-panel .r63-suggestions {padding:0 13px 12px;gap:5px}
  #r118-chat-panel [data-r63-input] {font-size:16px;min-height:60px;height:64px;max-height:110px}
  #r118-chat-panel .r63-composer {padding:9px 12px}
  #r118-chat-panel .r118-conversation>footer {padding:0 13px 10px}
}
@media(max-height:540px) {
  #r118-chat-panel>header {min-height:48px;padding-block:7px}
  #r118-chat-panel .r63-thread {padding-block:10px}
  #r118-chat-panel .r63-bubble {padding:8px 10px;font-size:12px;line-height:1.65}
  #r118-chat-panel .r63-suggestions {gap:4px;padding-bottom:8px}
  #r118-chat-panel .r63-suggestions button {min-height:28px;padding:4px 7px;font-size:11px}
  #r118-chat-panel [data-r63-input] {min-height:50px;height:52px;max-height:80px}
  #r118-chat-panel .r63-compose-actions {margin-top:6px}
  #r118-chat-panel .r118-conversation>footer {padding-bottom:8px}
}
@media(prefers-reduced-motion:reduce) {
  #r118-chat-launcher,#r118-chat-panel {transition:none;transform:none}
}
