/* AI 销售接待系统 — 升级七样式（仅新增元素，不改既有聊天窗整体样式） */

/* 按钮对话流 */
.ssg-aia-sales-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 6px 0 10px;
}
.ssg-aia-sales-btn {
    border: 1px solid #6366f1;
    background: #fff;
    color: #4338ca;
    border-radius: 18px;
    padding: 7px 14px;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    transition: all .15s ease;
}
.ssg-aia-sales-btn:hover {
    background: #6366f1;
    color: #fff;
}

/* 多渠道留资卡 */
.ssg-aia-leadcard {
    border: 1px solid #e2e8f0;
    border-left: 3px solid #6366f1;
    background: #f8faff;
    border-radius: 10px;
    padding: 12px;
    margin: 8px 0 12px;
}
.ssg-aia-leadcard-hook {
    font-size: 13px;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.6;
}
.ssg-aia-lc-btn {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    padding: 9px 14px;
    margin: 4px 6px 4px 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: none;
}
.ssg-aia-lc-phone {
    background: #16a34a;
    color: #fff;
}
.ssg-aia-lc-phone:hover { background: #15803d; color: #fff; }
.ssg-aia-lc-wechat {
    background: #07c160;
    color: #fff;
}
.ssg-aia-lc-wechat:hover { background: #06ad56; color: #fff; }
.ssg-aia-lc-form {
    background: #6366f1;
    color: #fff;
}
.ssg-aia-lc-form:hover { background: #4f46e5; color: #fff; }
.ssg-aia-lc-extra {
    margin-top: 10px;
    display: block;
}
.ssg-aia-lc-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 7px 9px;
    margin-bottom: 6px;
    font-size: 13px;
    font-family: inherit;
}
.ssg-aia-lc-submit {
    width: 100%;
    border: none;
    background: #6366f1;
    color: #fff;
    border-radius: 6px;
    padding: 9px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.ssg-aia-lc-submit:hover { background: #4f46e5; }
.ssg-aia-lc-qr {
    max-width: 160px;
    width: 100%;
    height: auto;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    display: block;
}
.ssg-aia-lc-msg {
    font-size: 12px;
    margin-top: 6px;
    min-height: 14px;
}
.ssg-aia-lc-ok { color: #16a34a; }
.ssg-aia-lc-err { color: #dc2626; }

/* 行为触发弹窗提示气泡复用 .ssg-aia-msg.bot，无需额外样式 */
