/* 八字库 & AI 选择器 */
.bazi-summary-chip {
    display: inline-block;
    background: #fff8e1;
    border: 1px solid #ffeeba;
    border-radius: 6px;
    padding: 6px 10px;
    margin: 4px 6px 4px 0;
    font-size: 13px;
}
.bazi-summary-chip .remove-bazi {
    margin-left: 8px;
    color: #999;
    cursor: pointer;
}
.bazi-pillar-box {
    background: #fff8e1;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    margin-bottom: 8px;
}
.bazi-pillar-box .lbl { font-size: 11px; color: #888; display: block; }
.bazi-pillar-box .val { font-size: 18px; font-weight: bold; color: #856404; }
.bazi-copy-area {
    font-family: Consolas, monospace;
    font-size: 12px;
    background: #f8f9fa;
    min-height: 100px;
}
.bazi-list-table td { vertical-align: middle !important; }
.bazi-role-tag { font-size: 11px; padding: 2px 6px; border-radius: 4px; }
.bazi-role-subject { background: #d9edf7; color: #31708f; }
.bazi-role-partner { background: #f2dede; color: #a94442; }
.bazi-role-other { background: #eee; color: #666; }

/* AI 模态框 — 八字区块 */
.ai-bazi-card {
    background: linear-gradient(135deg, #fff9f0 0%, #fff3e0 100%);
    border: 1px solid #f0d9a8;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(133, 100, 4, 0.08);
}
.ai-bazi-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ai-bazi-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #6d4c1a;
    margin: 0;
}
.ai-bazi-card-title .icon { margin-right: 6px; }
.ai-bazi-card-actions .btn { margin-left: 6px; border-radius: 6px; }
.ai-bazi-summary {
    min-height: 44px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px dashed #e8c87a;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #5c4a2a;
}
.ai-bazi-summary.has-bazi {
    border-style: solid;
    background: #fff;
}
.ai-bazi-hint {
    font-size: 12px;
    color: #9a7b4f;
    margin-top: 8px;
}
.ai-mode-select {
    margin-bottom: 14px;
}
.ai-mode-select label.mode-option {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.2s;
}
.ai-mode-select input[type="radio"] { display: none; }
.ai-mode-select input[type="radio"]:checked + span {
    background: #5c4a2a;
    color: #fff;
    border-color: #5c4a2a;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}
.ai-mode-select span {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
}
