/* Minimal styles (similar to Centigrade look) */
[data-eg-chat] { position: fixed; z-index: 9998; right: 18px; bottom: 18px; }
.eg-chat__bubble{ width:56px; height:56px; border-radius:50%; background:#e9c46a; color:#111; border:0; cursor:pointer; box-shadow:0 8px 28px rgba(0,0,0,.3); font-size:22px; }
.eg-chat__panel{ position:fixed; right:18px; bottom:86px; width:min(420px, calc(100vw - 30px)); background:#151720e6; backdrop-filter:blur(10px); border:1px solid #20232b; border-radius:14px; overflow:hidden; color:#e9edf3; box-shadow:0 18px 60px rgba(0,0,0,.5); }
.eg-chat__head{ display:flex; align-items:center; justify-content:space-between; padding:10px 12px; background:#0b0c10; border-bottom:1px solid #20232b; }
.eg-chat__body{ padding:0; }
.eg-chat__log{ height:340px; overflow:auto; padding:12px; display:flex; flex-direction:column; gap:10px; }
.eg-msg{ padding:8px 10px; border-radius:12px; max-width:85%; line-height:1.35; }
.eg-msg.user{ align-self:flex-end; background:#1e293b; }
.eg-msg.bot{ align-self:flex-start; background:#0b1220; border:1px solid #1f2a44; }
.eg-chat__input{ display:flex; gap:8px; padding:10px; background:#0b0c10; border-top:1px solid #20232b; }
.eg-chat__input input{ flex:1; padding:10px 12px; border-radius:10px; border:1px solid #2a2f3a; background:#0f1117; color:#e9edf3; }
.eg-chat__send{ background:#e9c46a; color:#111; border:0; padding:10px 14px; border-radius:10px; font-weight:700; cursor:pointer; }
.eg-lead__form{ display:grid; gap:8px; padding:10px; border-top:1px dashed #283041; }
