/* researchsubmissionhub local FAQ + human support widget */
.rsh-chat-launcher{position:fixed;right:22px;bottom:22px;z-index:1100;width:58px;height:58px;border:0;border-radius:50%;background:linear-gradient(135deg,#2b2624,#81344d);color:#fff;box-shadow:0 16px 38px rgba(63,31,42,.34);font:700 24px/1 Arial,sans-serif;cursor:pointer;transition:transform .25s ease}.rsh-chat-launcher:hover{transform:translateY(-2px)}
.rsh-chat-panel{position:fixed;right:22px;bottom:92px;z-index:1100;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 120px));display:flex;flex-direction:column;background:#fffdf9;border:1px solid #e4d7d8;border-radius:20px;overflow:hidden;box-shadow:0 26px 70px rgba(45,30,34,.28);font-family:Arial,sans-serif;color:#292321}.rsh-chat-panel[hidden]{display:none}
.rsh-chat-header{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px 17px;background:linear-gradient(135deg,#2b2624,#81344d);color:#fff}.rsh-chat-header strong{display:block;font-size:15px}.rsh-chat-status{display:block;margin-top:3px;font-size:12px;opacity:.84}.rsh-chat-close{border:0;background:rgba(255,255,255,.14);color:#fff;width:34px;height:34px;border-radius:9px;font-size:22px;cursor:pointer}
.rsh-chat-start{padding:22px;overflow:auto}.rsh-chat-start h3{margin:0 0 8px;font:700 22px/1.2 Georgia,serif}.rsh-chat-start p{margin:0 0 18px;color:#665b58;font-size:14px;line-height:1.55}.rsh-chat-start label{display:grid;gap:6px;margin-bottom:13px;font-size:13px;font-weight:700}.rsh-chat-start input{width:100%;border:1px solid #d8c8cb;border-radius:10px;padding:10px 11px;font:inherit}.rsh-chat-start button,.rsh-chat-send,.rsh-chat-human{border:0;border-radius:10px;padding:10px 13px;background:#2b2624;color:#fff;font-weight:700;cursor:pointer}.rsh-chat-start button{width:100%;margin-top:4px}.rsh-chat-error{min-height:18px;color:#b42318;font-size:12px;margin-top:10px}
.rsh-chat-body{display:flex;flex:1;min-height:0;flex-direction:column}.rsh-chat-messages{flex:1;overflow:auto;padding:16px;background:#f7f2ed}.rsh-chat-message{max-width:84%;margin:0 0 10px;padding:10px 12px;border-radius:14px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.45}.rsh-chat-message.assistant,.rsh-chat-message.agent{background:#fff;border:1px solid #e5dadd;border-bottom-left-radius:4px}.rsh-chat-message.agent{border-color:#d5a9b7;background:#fff3f6}.rsh-chat-message.visitor{margin-left:auto;background:#2b2624;color:#fff;border-bottom-right-radius:4px}.rsh-chat-message small{display:block;margin-top:5px;font-size:10px;opacity:.65}
.rsh-chat-related{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 12px;max-width:94%}.rsh-chat-related button{border:1px solid #d7b9c2;border-radius:999px;background:#fff;color:#6c2940;padding:6px 9px;font:700 11px/1.25 Arial,sans-serif;text-align:left;cursor:pointer}.rsh-chat-related button:hover{background:#fff0f4}
.rsh-chat-actions{display:flex;justify-content:flex-end;padding:8px 12px 0;background:#fff}.rsh-chat-human{background:#f1dce2;color:#5b2538;padding:7px 10px;font-size:12px}.rsh-chat-composer{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:#fff;border-top:1px solid #e5dadd}.rsh-chat-composer textarea{resize:none;min-height:42px;max-height:100px;border:1px solid #d8c8cb;border-radius:10px;padding:10px;font:inherit;color:#292321}.rsh-chat-send{align-self:end;background:#81344d}.rsh-chat-note{padding:0 12px 10px;background:#fff;color:#786b68;font-size:11px}.rsh-chat-disabled{opacity:.55;pointer-events:none}
@media(max-width:600px){.rsh-chat-launcher{right:14px;bottom:14px}.rsh-chat-panel{right:14px;bottom:82px;height:calc(100vh - 100px)}}
