.eega-ai-card{max-width:900px;margin:1rem auto;border:1px solid #ddd;border-radius:14px;overflow:hidden;box-shadow:0 2px 14px rgba(0,0,0,.06)}
.eega-ai-header{padding:16px 16px;font-weight:700;background:#f7f7f7;border-bottom:1px solid #eee}
.eega-ai-thread{padding:16px;max-height:600px;overflow:auto}
.eega-ai-msg{padding:10px 12px;margin:10px 0;border-radius:12px;line-height:1.6;white-space:pre-line;word-break:normal;overflow-wrap:break-word}
.eega-ai-msg.user{background:#eef5ff;margin-left:60px}
.eega-ai-msg.bot{background:#f2f2f2;margin-right:60px}
.eega-ai-form{display:flex;gap:8px;padding:10px;border-top:1px solid #eee}
.eega-ai-input{flex:1;padding:10px;border:1px solid #ddd;border-radius:10px}
.eega-ai-send{padding:10px 14px;border:none;border-radius:10px;background:#111;color:#fff;cursor:pointer}
.eega-ai-actions{padding:0 12px 8px;border-bottom:1px solid #eee;display:flex;justify-content:flex-end}
.eega-ai-checkbox{font-size:12px;color:#444}

/* Floating avatar button and drawer */
.eega-fab{position:fixed;right:18px;bottom:18px;width:64px;height:64px;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.2);z-index:9998;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #e6e6e6}
.eega-fab-avatar{width:58px;height:58px;border-radius:50%}
.eega-drawer{position:fixed;right:18px;bottom:96px;width:480px;max-width:96vw;z-index:9999;display:none}
.eega-drawer.open{display:block}
@media (max-width:640px){
  .eega-drawer{right:8px;bottom:88px;width:94vw}
  .eega-fab{right:12px;bottom:12px}
}

.eega-ai-header{font-size:16px}
.eega-ai-msg{font-size:15px}
.eega-ai-input{font-size:15px}
.eega-ai-send{font-size:15px}


/* Custom input/button colors */
.eega-ai-input {
  border: 2px solid #2778c3;
  border-radius: 8px;
  padding: 10px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.eega-ai-input:focus {
  border-color: #9e61a4;
  box-shadow: 0 0 6px rgba(39,120,195,0.4);
}
.eega-ai-send {
  background: #9e61a4;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.eega-ai-send:hover {
  background: #824d91;
}
.eega-ai-send:disabled {
  background: #ccc;
  cursor: not-allowed;
}


/* ===== Mens en Zo Dark Theme ===== */
.eega-drawer{ background:#1e1e2f; padding:10px; border-radius:16px; }
.eega-ai-card{ background:#1e1e2f; border:1px solid rgba(255,255,255,0.12); box-shadow:0 10px 30px rgba(0,0,0,.4); }
.eega-ai-header{ background:#2a2a40; color:#fff; font-weight:700; border-bottom:1px solid rgba(255,255,255,0.08); }

.eega-ai-thread{ background:transparent; }
.eega-ai-msg{ color:#fff; }
.eega-ai-msg.user{ background:#2778c3; color:#fff; }
.eega-ai-msg.bot{ background:#9e61a4; color:#fff; }

.eega-ai-actions{ border-bottom:1px solid rgba(255,255,255,0.08); color:#eee; }
.eega-ai-checkbox{ color:#eee; }

/* Inputs & buttons in brand colors */
.eega-ai-input{ background:#f9f9f9; color:#222; border:2px solid #2778c3; border-radius:10px; }
.eega-ai-input::placeholder{ color:#777; }
.eega-ai-input:focus{ border-color:#9e61a4; box-shadow:0 0 6px rgba(158,97,164,0.45); }

.eega-ai-send{ background:#9e61a4; color:#fff; border-radius:10px; font-weight:700; }
.eega-ai-send:hover{ background:#824d91; }

/* FAB edge contrast on dark */
.eega-fab{ background:#fff; border:1px solid #e6e6e6; box-shadow:0 10px 28px rgba(0,0,0,.35); }
