.ihea{position:fixed;right:24px;bottom:24px;z-index:999998;color:#243841;font-family:inherit}.ihea-fab{min-width:120px;min-height:54px;padding:0 22px;border:1px solid rgba(75,72,100,.12);border-radius:28px;background:linear-gradient(135deg,#ffd1bf,#c5c4ff);color:#243841;box-shadow:0 14px 36px rgba(42,48,72,.22);font:700 16px/1 inherit;cursor:pointer}.ihea-panel{position:absolute;right:0;bottom:68px;width:min(410px,calc(100vw - 32px));max-height:min(650px,calc(100vh - 120px));overflow:auto;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:#2b414b;color:#fff;box-shadow:0 22px 70px rgba(20,28,35,.34)}.ihea-panel header{position:sticky;top:0;display:flex;justify-content:space-between;gap:15px;padding:22px 22px 15px;background:#2b414b;z-index:2}.ihea-panel header div{display:flex;flex-direction:column;gap:4px}.ihea-panel header strong{font-size:1.22rem}.ihea-panel header small,.ihea-note{opacity:.76;line-height:1.45}.ihea-close{width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:26px;cursor:pointer}.ihea-chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 22px 16px}.ihea-chips button{padding:9px 12px;border:1px solid rgba(255,255,255,.25);border-radius:18px;background:transparent;color:#fff;cursor:pointer;text-align:left}.ihea-answer{padding:0 22px;max-height:310px;overflow:auto}.ihea-response{white-space:pre-wrap;line-height:1.55}.ihea-answer ul{margin:8px 0 18px;padding-left:20px}.ihea-answer a{color:#ffd0bf}.ihea-panel form{display:grid;grid-template-columns:1fr auto;gap:10px;padding:16px 22px}.ihea-panel textarea{resize:vertical;min-height:62px;padding:12px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.09);color:#fff;font:inherit}.ihea-panel textarea::placeholder{color:rgba(255,255,255,.65)}.ihea-panel form button{align-self:end;min-height:48px;padding:0 18px;border:0;border-radius:24px;background:linear-gradient(135deg,#ffd1bf,#bfc0ff);color:#243841;font-weight:700;cursor:pointer}.ihea-note{display:block;padding:0 22px 20px}.ihea-nudge{position:absolute;right:0;bottom:66px;width:260px;padding:13px 16px;border-radius:18px;background:#fff;color:#243841;box-shadow:0 12px 35px rgba(30,38,50,.2);cursor:pointer}.ihea-nudge:after{content:"";position:absolute;right:24px;bottom:-8px;border:8px solid transparent;border-top-color:#fff;border-bottom:0}.ihea [hidden]{display:none!important}@media(max-width:600px){.ihea{right:16px;bottom:16px}.ihea-panel{position:fixed;right:12px;left:12px;bottom:84px;width:auto;max-height:calc(100vh - 110px)}}@media(prefers-reduced-motion:no-preference){.ihea-fab,.ihea-chips button{transition:transform .18s ease}.ihea-fab:hover,.ihea-chips button:hover{transform:translateY(-1px)}}

/* Keep critical controls independent of theme-wide button and form styles. */
.ihea .ihea-panel .ihea-close{
  position:relative!important;display:inline-grid!important;place-items:center!important;
  flex:0 0 36px!important;box-sizing:border-box!important;
  width:36px!important;min-width:36px!important;max-width:36px!important;
  height:36px!important;min-height:36px!important;max-height:36px!important;
  margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.32)!important;
  border-radius:50%!important;background:rgba(255,255,255,.10)!important;
  color:transparent!important;font-size:0!important;line-height:0!important;
  box-shadow:none!important;transform:none!important;cursor:pointer!important;
}
.ihea .ihea-panel .ihea-close::before,.ihea .ihea-panel .ihea-close::after{
  content:"";position:absolute;width:15px;height:2px;border-radius:2px;background:#fff;
}
.ihea .ihea-panel .ihea-close::before{transform:rotate(45deg)}
.ihea .ihea-panel .ihea-close::after{transform:rotate(-45deg)}
.ihea .ihea-panel .ihea-close:hover{background:rgba(255,255,255,.20)!important;border-color:rgba(255,255,255,.58)!important}
.ihea .ihea-panel .ihea-close:focus-visible{outline:3px solid #ffd1bf!important;outline-offset:3px!important}
.ihea .ihea-panel textarea{
  color:#fff!important;caret-color:#ffd1bf!important;background:rgba(255,255,255,.09)!important;
  -webkit-text-fill-color:#fff!important;
}
.ihea .ihea-panel textarea::placeholder{color:rgba(255,255,255,.72)!important;-webkit-text-fill-color:rgba(255,255,255,.72)!important;opacity:1!important}
