/* Business profile — AI suite (chat, geo, reviews, owner tools, viral) */
.bp-ai-geo-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: linear-gradient(90deg, #eef2ff 0%, #f0fdf4 100%);
    border: 1px solid #e0e7ff;
    font-size: 0.9rem;
}
.bp-ai-geo-bar strong { color: #312e81; }
.bp-ai-geo-detected {
    flex: 1 1 200px;
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.35;
}
.bp-ai-geo-select {
    max-width: 180px;
    font-size: 0.85rem;
}

.bp-ai-lead-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    background: #fef3c7;
    color: #92400e;
    margin-right: 6px;
    margin-bottom: 4px;
}
.bp-ai-lead-pill.is-hot { background: #fee2e2; color: #991b1b; }
.bp-ai-lead-pill.is-return { background: #dbeafe; color: #1e40af; }

.bp-ai-owner-panel {
    border: 1px dashed #c7d2fe;
    border-radius: 16px;
    padding: 16px;
    background: #fafaff;
    margin-top: 16px;
}
.bp-ai-owner-panel h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #312e81;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bp-ai-tip {
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8ebf4;
    margin-bottom: 8px;
    font-size: 0.88rem;
}
.bp-ai-tip strong { display: block; color: #111827; margin-bottom: 2px; }
.bp-ai-tip.priority-high { border-left: 3px solid #dc2626; }
.bp-ai-tip.priority-medium { border-left: 3px solid #f59e0b; }

.bp-ai-seo-pre {
    font-size: 0.75rem;
    max-height: 140px;
    overflow: auto;
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 10px;
    padding: 10px;
    margin-top: 8px;
}

.bp-ai-viral-card {
    text-align: center;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fdf4ff 0%, #eff6ff 100%);
    border: 1px solid #e9d5ff;
}
.bp-ai-viral-code {
    font-family: ui-monospace, monospace;
    font-size: 1.1rem;
    font-weight: 700;
    color: #6d28d9;
    letter-spacing: 0.04em;
}

.bp-ai-review-modal {
    position: fixed;
    inset: 0;
    z-index: 10800;
    background: rgba(15, 23, 42, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.bp-ai-review-modal.is-open { display: flex; }
.bp-ai-review-dialog {
    width: min(420px, 100%);
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}
.bp-ai-review-stars {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 12px 0;
    font-size: 1.6rem;
    color: #d1d5db;
    cursor: pointer;
}
.bp-ai-review-stars .is-on { color: #f59e0b; }

.bp-ai-gen-form .form-label { font-size: 0.85rem; font-weight: 600; }

.ai-ass-panel.ai-ass-business .ai-ass-panel-tag::before {
    content: "Business · ";
}
