.wmsa-root{
  --wmsa-green:#123b33;
  --wmsa-green-2:#2f5a4f;
  --wmsa-green-3:#477568;
  --wmsa-mint:#eaf4f0;
  --wmsa-mint-2:#f6faf8;
  --wmsa-border:#d8e6e1;
  --wmsa-text:#17332d;
  --wmsa-muted:#647a73;
  position:fixed!important;
  z-index:2147483000!important;
  right:24px!important;
  bottom:94px!important;
  font-family:inherit!important;
  line-height:1.4!important;
  box-sizing:border-box!important;
  transition:bottom .2s ease!important;
}
.wmsa-root *{box-sizing:border-box}
.wmsa-root button,.wmsa-root textarea{font-family:inherit}

.wmsa-root .wmsa-launcher{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
  min-height:58px!important;
  margin:0!important;
  padding:7px 14px 7px 7px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#123b33 0%,#2f5a4f 100%)!important;
  background-color:#123b33!important;
  color:#fff!important;
  text-decoration:none!important;
  text-transform:none!important;
  letter-spacing:normal!important;
  box-shadow:0 15px 38px rgba(18,59,51,.25),0 3px 10px rgba(18,59,51,.12)!important;
  cursor:pointer!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
  outline:none!important;
}
.wmsa-root .wmsa-launcher:hover,.wmsa-root .wmsa-launcher:focus{
  background:linear-gradient(135deg,#0f332c 0%,#345f53 100%)!important;
  background-color:#123b33!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 19px 44px rgba(18,59,51,.29),0 4px 12px rgba(18,59,51,.14)!important;
}
.wmsa-root .wmsa-launcher:focus-visible{outline:3px solid rgba(71,117,104,.28)!important;outline-offset:3px!important}
.wmsa-launcher-icon{
  position:relative;
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.96);
  box-shadow:inset 0 0 0 1px rgba(18,59,51,.06);
}
.wmsa-launcher-icon svg{width:25px;height:25px;fill:var(--wmsa-green-2);display:block}
.wmsa-launcher-status{
  position:absolute;
  right:1px;
  bottom:2px;
  width:11px;
  height:11px;
  border:2px solid #fff;
  border-radius:50%;
  background:#69b18e;
}
.wmsa-launcher-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0;white-space:nowrap;color:#fff!important}
.wmsa-launcher-copy strong{font-size:13px!important;line-height:1.25!important;font-weight:800!important;color:#fff!important;margin:0!important}
.wmsa-launcher-copy small{font-size:11px!important;line-height:1.25!important;font-weight:600!important;color:rgba(255,255,255,.82)!important;margin:1px 0 0!important}

.wmsa-panel{
  position:absolute;
  right:0;
  bottom:70px;
  width:min(420px,calc(100vw - 32px));
  height:min(660px,calc(100vh - 145px));
  display:none;
  grid-template-rows:auto 1fr auto auto auto auto;
  background:#fff;
  border:1px solid var(--wmsa-border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 70px rgba(15,49,42,.24),0 6px 20px rgba(18,59,51,.08);
}
.wmsa-panel.is-open{display:grid}
.wmsa-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:74px;
  background:linear-gradient(135deg,#123b33,#2f5a4f)!important;
  color:#fff!important;
  padding:14px 15px;
}
.wmsa-header-identity{display:flex;align-items:center;gap:11px;min-width:0}
.wmsa-header-icon{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95)}
.wmsa-header-icon svg{width:23px;height:23px;fill:var(--wmsa-green-2)}
.wmsa-header strong{display:block;font-size:16px;line-height:1.25;color:#fff!important;margin:0;font-weight:800}
.wmsa-header small{display:block;margin-top:3px;font-size:11.5px;line-height:1.3;color:rgba(255,255,255,.82)!important;font-weight:500}
.wmsa-root .wmsa-close{
  appearance:none!important;
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  font-size:27px!important;
  line-height:1!important;
  font-weight:400!important;
  cursor:pointer!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.wmsa-root .wmsa-close:hover{background:rgba(255,255,255,.2)!important;color:#fff!important}

.wmsa-messages{overflow-y:auto;padding:18px;background:linear-gradient(180deg,#f8fbfa 0%,#fbfdfc 100%);scroll-behavior:smooth}
.wmsa-message{display:flex;margin:0 0 13px}.wmsa-message--user{justify-content:flex-end}
.wmsa-bubble{max-width:88%;padding:11px 13px;border-radius:16px;background:#fff;border:1px solid var(--wmsa-border);color:var(--wmsa-text);font-size:14px;line-height:1.55;box-shadow:0 3px 12px rgba(18,59,51,.05)}
.wmsa-message--user .wmsa-bubble{background:var(--wmsa-green)!important;border-color:var(--wmsa-green)!important;color:#fff!important;border-bottom-right-radius:5px}
.wmsa-message--assistant .wmsa-bubble{border-bottom-left-radius:5px}
.wmsa-source{display:block;margin-top:8px;padding-top:8px;border-top:1px solid var(--wmsa-border);font-size:11px;color:var(--wmsa-muted)}
.wmsa-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.wmsa-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border-radius:999px;border:1px solid var(--wmsa-green-2);color:var(--wmsa-green)!important;background:#fff!important;text-decoration:none!important;font-size:12px;font-weight:700}
.wmsa-action--primary{background:var(--wmsa-green)!important;border-color:var(--wmsa-green)!important;color:#fff!important}
.wmsa-root .wmsa-action-button{appearance:none!important;margin:0!important;min-height:34px!important;padding:7px 10px!important;border-radius:999px!important;border:1px solid var(--wmsa-green-2)!important;background:#fff!important;color:var(--wmsa-green)!important;font:inherit!important;font-size:12px!important;font-weight:700!important;cursor:pointer!important;text-transform:none!important;box-shadow:none!important}
.wmsa-root .wmsa-action-button.wmsa-action--primary{background:var(--wmsa-green)!important;color:#fff!important}
.wmsa-therapists{display:grid;gap:10px;margin-top:10px}.wmsa-therapist{border:1px solid var(--wmsa-border);border-radius:14px;background:#fff;overflow:hidden}.wmsa-therapist-top{display:grid;grid-template-columns:58px 1fr;gap:10px;padding:10px}.wmsa-therapist-image{width:58px;height:58px;border-radius:12px;object-fit:cover;background:var(--wmsa-mint)}.wmsa-therapist-placeholder{width:58px;height:58px;border-radius:12px;background:var(--wmsa-mint);display:flex;align-items:center;justify-content:center;color:var(--wmsa-green);font-weight:800;font-size:20px}.wmsa-therapist h4{margin:1px 0 2px;font-size:14px;color:var(--wmsa-text);line-height:1.25}.wmsa-therapist-title{font-size:11.5px;color:var(--wmsa-muted);margin:0}.wmsa-therapist-meta{padding:0 10px 9px;font-size:11.5px;line-height:1.5;color:var(--wmsa-muted)}.wmsa-therapist-meta strong{color:var(--wmsa-text)}.wmsa-therapist-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.wmsa-therapist-tags span{background:var(--wmsa-mint);color:var(--wmsa-green);border-radius:999px;padding:4px 7px;font-size:10.5px;font-weight:700}.wmsa-therapist-actions{display:flex;border-top:1px solid var(--wmsa-border)}.wmsa-therapist-actions a{flex:1;text-align:center;padding:9px;text-decoration:none!important;color:var(--wmsa-green)!important;font-size:11.5px;font-weight:800}.wmsa-therapist-actions a+a{border-left:1px solid var(--wmsa-border);background:var(--wmsa-green)!important;color:#fff!important}
.wmsa-current-search{padding:9px 12px 8px;border-top:1px solid var(--wmsa-border);background:#f7fbf9}.wmsa-current-search[hidden]{display:none!important}.wmsa-current-search-label{display:block;margin:0 0 6px;font-size:10.5px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--wmsa-muted)}.wmsa-current-search-chips{display:flex;flex-wrap:wrap;gap:6px}.wmsa-root .wmsa-search-chip{appearance:none!important;display:inline-flex!important;align-items:center!important;gap:5px!important;margin:0!important;padding:5px 8px!important;min-height:29px!important;border:1px solid #c7dbd3!important;border-radius:999px!important;background:var(--wmsa-mint)!important;color:var(--wmsa-green)!important;font:inherit!important;font-size:11px!important;font-weight:750!important;line-height:1.2!important;cursor:pointer!important;text-transform:none!important;box-shadow:none!important}.wmsa-root .wmsa-search-chip:hover{background:#deeee8!important;border-color:#aac9be!important}.wmsa-search-chip-x{font-size:15px;line-height:1;font-weight:700;color:var(--wmsa-green-2)}
.wmsa-quick{display:flex;flex-wrap:wrap;gap:6px;overflow:visible;padding:9px 12px;border-top:1px solid var(--wmsa-border);background:#fff}
.wmsa-root .wmsa-quick button{appearance:none!important;white-space:nowrap!important;border:1px solid var(--wmsa-border)!important;background:var(--wmsa-mint-2)!important;color:var(--wmsa-green)!important;border-radius:999px!important;padding:7px 10px!important;margin:0!important;font:inherit!important;font-size:11.5px!important;font-weight:700!important;cursor:pointer!important;text-transform:none!important}
.wmsa-root .wmsa-quick button:hover{background:var(--wmsa-mint)!important;color:var(--wmsa-green)!important;border-color:#bcd3ca!important}
.wmsa-form{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;padding:11px 12px;border-top:1px solid var(--wmsa-border);background:#fff}.wmsa-form textarea{display:block;width:100%;min-height:42px;max-height:115px;resize:none;border:1px solid #cfded8;border-radius:13px;padding:10px 11px;color:var(--wmsa-text);background:#fff!important;font:inherit;font-size:14px;line-height:1.4;box-sizing:border-box}.wmsa-form textarea:focus{outline:2px solid rgba(47,90,79,.18);border-color:var(--wmsa-green-2)}
.wmsa-root .wmsa-form button{appearance:none!important;border:0!important;border-radius:12px!important;background:var(--wmsa-green)!important;color:#fff!important;min-height:42px!important;padding:0 15px!important;margin:0!important;font:inherit!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important;text-transform:none!important;box-shadow:none!important}
.wmsa-root .wmsa-form button:hover{background:#0f332c!important;color:#fff!important}.wmsa-root .wmsa-form button:disabled{opacity:.55;cursor:wait}
.wmsa-footer-note{padding:0 12px 10px;background:#fff;color:#7a8c86;font-size:10px;line-height:1.35}.wmsa-typing{display:inline-flex;gap:4px;align-items:center;padding:6px 2px}.wmsa-typing i{width:6px;height:6px;border-radius:50%;background:#9aaca6;animation:wmsaPulse 1s infinite alternate}.wmsa-typing i:nth-child(2){animation-delay:.18s}.wmsa-typing i:nth-child(3){animation-delay:.36s}@keyframes wmsaPulse{to{opacity:.3;transform:translateY(-2px)}}

@media(max-width:600px){
  .wmsa-root{right:12px!important;bottom:84px!important}
  .wmsa-root .wmsa-launcher{min-height:54px!important;padding:6px 12px 6px 6px!important}
  .wmsa-launcher-icon{width:42px;height:42px;flex-basis:42px}
  .wmsa-panel{position:fixed;inset:10px;width:auto;height:auto;max-height:none;border-radius:20px}
  .wmsa-bubble{max-width:92%}
}
@media(max-width:380px){.wmsa-launcher-copy strong{font-size:12px!important}.wmsa-launcher-copy small{font-size:10.5px!important}}
