/* Galvanic Works assistant widget — GW palette (navy #1a2744 / orange #e8912d).
   No framework, no build step. Served as a static theme asset. */
.gwa-bubble{position:fixed;right:20px;bottom:92px;width:72px;height:72px;border-radius:50%;
  background:#e8912d;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 14px rgba(26,39,68,.35);
  font-size:32px;line-height:72px;z-index:99998;transition:transform .15s}
.gwa-bubble:hover{transform:scale(1.06)}
.gwa-panel{position:fixed;right:20px;bottom:174px;width:370px;max-width:calc(100vw - 40px);
  height:540px;max-height:calc(100vh - 120px);background:#fff;border-radius:14px;display:none;
  flex-direction:column;overflow:hidden;box-shadow:0 12px 40px rgba(26,39,68,.45);z-index:99999;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.gwa-panel.gwa-open{display:flex}
.gwa-head{background:#1a2744;color:#fff;padding:14px 16px;font-weight:600;display:flex;
  justify-content:space-between;align-items:center}
.gwa-head .gwa-x{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;line-height:1}
.gwa-log{flex:1;overflow-y:auto;padding:14px;background:#f5f6f8}
.gwa-msg{margin:0 0 10px;padding:10px 12px;border-radius:12px;max-width:85%;
  white-space:pre-wrap;word-wrap:break-word;font-size:14px;line-height:1.45}
.gwa-msg.gwa-user{background:#1a2744;color:#fff;margin-left:auto;border-bottom-right-radius:3px}
.gwa-msg.gwa-bot{background:#fff;color:#1a2744;border:1px solid #e2e5ea;border-bottom-left-radius:3px}
.gwa-msg a{color:#e8912d}
.gwa-foot{border-top:1px solid #e2e5ea;padding:10px;display:flex;gap:8px;background:#fff}
.gwa-foot textarea{flex:1;resize:none;border:1px solid #cfd4dc;border-radius:10px;padding:9px 11px;
  font-size:14px;font-family:inherit;max-height:90px}
.gwa-foot button{background:#e8912d;color:#fff;border:none;border-radius:10px;padding:0 16px;
  cursor:pointer;font-weight:600}
.gwa-foot button:disabled{opacity:.5;cursor:default}
.gwa-human{display:block;width:100%;text-align:center;background:none;border:none;color:#1a2744;
  font-size:12px;padding:6px;cursor:pointer;text-decoration:underline}
.gwa-lead{padding:14px;background:#fff;border-top:1px solid #e2e5ea}
.gwa-lead input{width:100%;box-sizing:border-box;margin-bottom:8px;border:1px solid #cfd4dc;
  border-radius:8px;padding:9px 11px;font-size:14px}
.gwa-lead button{width:100%;background:#1a2744;color:#fff;border:none;border-radius:8px;padding:10px;
  cursor:pointer;font-weight:600}
.gwa-note{font-size:11px;color:#6b7280;text-align:center;padding:6px}
