.allocation-dialog-content .allocation-info[data-v-b8e25e20]{color:var(--el-text-color-primary);margin-bottom:12px;font-size:13px;line-height:1.6}.allocation-dialog-content .allocation-info .highlight[data-v-b8e25e20]{color:#4f6ef7;font-size:14px;font-weight:600}.allocation-dialog-content .allocation-tips[data-v-b8e25e20]{background:#f8f9fc;border:1px solid #e5e8f0;border-radius:8px;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}.allocation-dialog-content .allocation-tips .tip-icon[data-v-b8e25e20]{color:#6366f1;flex-shrink:0;width:18px;height:18px;margin-top:1px}.allocation-dialog-content .allocation-tips .tip-content[data-v-b8e25e20]{flex-direction:column;flex:1;gap:8px;display:flex}.allocation-dialog-content .allocation-tips .tip-content .tip-main[data-v-b8e25e20]{align-items:baseline;gap:8px;line-height:1.5;display:flex}.allocation-dialog-content .allocation-tips .tip-content .tip-main .tip-label[data-v-b8e25e20]{color:var(--el-text-color-primary);letter-spacing:.2px;flex-shrink:0;font-size:12px;font-weight:600}.allocation-dialog-content .allocation-tips .tip-content .tip-main .tip-text[data-v-b8e25e20]{color:var(--el-text-color-regular);letter-spacing:.15px;font-size:12px;line-height:1.6}.allocation-dialog-content .consultant-scroll-area[data-v-b8e25e20]{min-height:120px;max-height:50vh;overflow-y:auto}.allocation-dialog-content .consultant-scroll-area[data-v-b8e25e20]::-webkit-scrollbar{width:6px}.allocation-dialog-content .consultant-scroll-area[data-v-b8e25e20]::-webkit-scrollbar-thumb{background:var(--el-border-color-hover);border-radius:3px}.allocation-dialog-content .consultant-scroll-area[data-v-b8e25e20]::-webkit-scrollbar-thumb:hover{background:var(--el-text-color-secondary)}.allocation-dialog-content .consultant-scroll-area[data-v-b8e25e20]::-webkit-scrollbar-track{background:0 0}.allocation-dialog-content .consultant-grid[data-v-b8e25e20]{grid-template-columns:repeat(2,1fr);gap:10px;padding:4px;display:grid}.allocation-dialog-content .consultant-item[data-v-b8e25e20]{height:auto;margin-right:0}.allocation-dialog-content .consultant-item[data-v-b8e25e20] .el-checkbox__input{align-self:center}.allocation-dialog-content .consultant-item[data-v-b8e25e20] .el-checkbox__label{flex:1;min-width:0;padding-left:8px}.allocation-dialog-content .consultant-card[data-v-b8e25e20]{background:var(--el-fill-color-light);border:1px solid var(--el-border-color);border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.allocation-dialog-content .consultant-card[data-v-b8e25e20]:hover{background:linear-gradient(135deg,var(--el-fill-color) 0,var(--el-fill-color-light) 100%);border-color:var(--el-border-color-hover);transform:translateY(-1px);box-shadow:0 2px 8px #0000000a}.allocation-dialog-content .consultant-card .consultant-avatar[data-v-b8e25e20]{-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,var(--el-border-color) 0,var(--el-border-color-hover) 100%);border:2px solid #fff;border-radius:50%;flex-shrink:0;width:40px;height:40px;box-shadow:0 1px 3px #0000000f}.allocation-dialog-content .consultant-card .consultant-info[data-v-b8e25e20]{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.allocation-dialog-content .consultant-card .consultant-name[data-v-b8e25e20]{color:var(--el-text-color-primary);letter-spacing:.2px;font-size:13px;font-weight:500;line-height:1.4}.allocation-dialog-content .consultant-card .consultant-new-num[data-v-b8e25e20]{color:var(--el-text-color-regular);letter-spacing:.15px;background:var(--el-fill-color);border-radius:4px;align-items:center;width:fit-content;padding:2px 6px;font-size:11px;line-height:1;display:inline-flex}.allocation-dialog-content .empty-consultants[data-v-b8e25e20]{text-align:center;color:#98a2b3;padding:32px 20px;font-size:13px}.dialog-footer[data-v-b8e25e20]{justify-content:flex-end;gap:10px;display:flex}.dialog-footer .el-button[data-v-b8e25e20]{border-radius:7px;height:34px;padding:0 18px;font-size:13px;font-weight:500}html.dark .allocation-dialog-content .allocation-info .highlight[data-v-b8e25e20],html[data-ve-theme=dark] .allocation-dialog-content .allocation-info .highlight[data-v-b8e25e20]{color:var(--el-color-primary)}html.dark .allocation-dialog-content .allocation-tips[data-v-b8e25e20],html[data-ve-theme=dark] .allocation-dialog-content .allocation-tips[data-v-b8e25e20]{background:var(--el-fill-color-light);border-color:var(--el-border-color)}html.dark .allocation-dialog-content .allocation-tips .tip-icon[data-v-b8e25e20],html[data-ve-theme=dark] .allocation-dialog-content .allocation-tips .tip-icon[data-v-b8e25e20]{color:var(--el-color-primary)}html.dark .allocation-dialog-content .consultant-card[data-v-b8e25e20]:hover,html[data-ve-theme=dark] .allocation-dialog-content .consultant-card[data-v-b8e25e20]:hover{box-shadow:0 2px 8px #0003}html.dark .allocation-dialog-content .consultant-card .consultant-avatar[data-v-b8e25e20],html[data-ve-theme=dark] .allocation-dialog-content .consultant-card .consultant-avatar[data-v-b8e25e20]{border-color:var(--el-border-color);box-shadow:0 1px 3px #0003}html.dark .allocation-dialog-content .empty-consultants[data-v-b8e25e20],html[data-ve-theme=dark] .allocation-dialog-content .empty-consultants[data-v-b8e25e20]{color:var(--el-text-color-secondary)}.allocation-dialog.el-dialog{flex-direction:column;max-height:85vh;display:flex}.allocation-dialog.el-dialog .el-dialog__header{flex-shrink:0}.allocation-dialog.el-dialog .el-dialog__body{flex:1;min-height:0;overflow:hidden}.allocation-dialog.el-dialog .el-dialog__footer{flex-shrink:0}
