/* GreenTorg floating chat widget */
#gtc-widget{font-family:Manrope,'Segoe UI',system-ui,sans-serif}
html[dir=rtl] #gtc-widget{font-family:Cairo,'Segoe UI',system-ui,sans-serif}
#gtc-open{position:fixed;right:18px;bottom:18px;z-index:120;width:58px;height:58px;border-radius:50%;border:0;cursor:pointer;background:var(--green,#14532d);color:#fff;box-shadow:0 8px 22px rgba(20,60,30,.35);display:flex;align-items:center;justify-content:center}
#gtc-open svg{width:26px;height:26px}
html[dir=rtl] #gtc-open{right:auto;left:18px}
#gtc-open[aria-expanded="true"]{display:none}
#gtc-panel{position:fixed;right:18px;bottom:86px;z-index:120;width:min(380px,calc(100vw - 32px));background:#fff;border:1px solid var(--line,#dde3da);border-radius:18px;box-shadow:0 14px 44px rgba(20,40,25,.25);display:none;flex-direction:column;overflow:hidden;max-height:min(560px,calc(100vh - 120px))}
html[dir=rtl] #gtc-panel{right:auto;left:18px}
#gtc-panel.open{display:flex}
#gtc-head{background:var(--green,#14532d);color:#fff;padding:13px 16px;display:flex;align-items:center;gap:10px}
#gtc-head b{font-size:15px}
#gtc-head small{display:block;font-weight:500;opacity:.8;font-size:12px}
#gtc-close{margin-inline-start:auto;background:none;border:0;color:#fff;font-size:20px;cursor:pointer;line-height:1}
#gtc-msgs{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f4f6f2;min-height:200px}
.gtc-m{max-width:85%;padding:9px 12px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}
.gtc-user{align-self:flex-end;background:var(--accent,#d96c0f);color:#fff;border-bottom-right-radius:4px}
.gtc-bot{align-self:flex-start;background:#fff;border:1px solid var(--line,#dde3da);border-bottom-left-radius:4px;color:var(--ink,#18271c)}
.gtc-typing{color:var(--muted,#5b6b5e);font-size:13px;padding:4px 2px}
#gtc-inputs{display:flex;gap:8px;padding:10px;border-top:1px solid var(--line,#dde3da);background:#fff}
#gtc-in{flex:1;border:1px solid var(--line,#dde3da);border-radius:999px;padding:10px 14px;font-size:14px;font-family:inherit;outline:none}
#gtc-in:focus{border-color:var(--green,#14532d)}
#gtc-send{border:0;border-radius:50%;width:42px;height:42px;background:var(--green,#14532d);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}
#gtc-send svg{width:18px;height:18px}
.gtc-q{display:inline-flex;margin:2px 0 2px 0;background:#eef1e7;border:1px solid var(--line,#dde3da);color:var(--green,#14532d);border-radius:999px;padding:6px 12px;font-size:12.5px;cursor:pointer;font-weight:600}
.gtc-qrow{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 10px;background:#fff}
@media(max-width:560px){#gtc-panel{max-height:calc(100vh - 130px)}}
