:root{
  --bg:#fbfdff; --card:#ffffff; --accent:#0a84ff; --muted:#6b7280; --success:#10b981;
}
*{box-sizing:border-box;font-family:Inter,Segoe UI,system-ui,Arial,sans-serif}
body{background:linear-gradient(180deg,#f6f9ff, #fbfdff);margin:24px;}
.aurelis-widget{width:100%;max-width:420px;border-radius:12px;border:1px solid #e6eefc;background:var(--card);box-shadow:0 6px 20px rgba(12,40,80,0.06);overflow:hidden}
.aurelis-header{padding:14px 16px;border-bottom:1px solid #eef5ff}
.aurelis-title{font-weight:600;color:#06122b}
.aurelis-sub{font-size:12px;color:var(--muted);margin-top:4px}
.aurelis-body{height:380px;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:10px}
.msg{max-width:84%;padding:10px 12px;border-radius:10px;line-height:1.3}
.msg.assistant{background:#f1f7ff;color:#06122b;align-self:flex-start}
.msg.user{background:#0a84ff;color:#fff;align-self:flex-end}
.aurelis-form{display:flex;border-top:1px solid #eef5ff;padding:10px}
.aurelis-input{flex:1;padding:10px;border-radius:8px;border:1px solid #e6eefc;margin-right:8px}
.aurelis-send{background:var(--accent);color:#fff;padding:8px 12px;border-radius:8px;border:0}
.suggestions{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}
.chip{background:#eef7ff;padding:6px 10px;border-radius:999px;font-size:13px;color:#0a3a6a;cursor:pointer}
.lead-call-to-action{border-left:3px solid var(--success);padding:8px;background:#f6fffb;border-radius:6px}
