/* YIHU_TASK_DISPATCH_V14 */
.task-dispatch-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.task-dispatch-mode{border:1px solid #d7e6f8;background:#f7fbff;border-radius:14px;padding:16px;text-align:left;cursor:pointer;color:#173453;transition:.18s ease}
.task-dispatch-mode b{display:block;font-size:17px;margin-bottom:6px}
.task-dispatch-mode span{display:block;color:#667b92;font-size:13px;line-height:1.5}
.task-dispatch-mode.active{border-color:#239cff;background:linear-gradient(135deg,#edf8ff,#e4f2ff);box-shadow:0 0 0 2px rgba(35,156,255,.12)}
.task-dispatch-section .select-panel.is-disabled,.task-dispatch-section .select-panel:disabled{opacity:.58;cursor:not-allowed;background:#f4f6f8}
.picker-business-note{display:flex;gap:10px;align-items:flex-start;border:1px solid #b9dcff;background:#f2f9ff;border-radius:12px;padding:12px 14px;margin-bottom:12px;line-height:1.6}
.picker-business-note b{white-space:nowrap;color:#155e9d}
.picker-business-note span{color:#526a82}
.task-member-team-group{border:1px solid #dce8f5;border-radius:14px;margin:12px 0;overflow:hidden;background:#fff}
.task-member-team-group>header{display:flex;justify-content:space-between;align-items:center;padding:11px 14px;background:#f4f9ff;border-bottom:1px solid #dce8f5}
.task-member-team-group>header b{color:#174d7c}
.task-member-team-group>header span{font-size:12px;color:#66809a}
.task-member-team-group .member-picker-list{padding:0}
.task-member-team-group .team-pick-card{border:0;border-bottom:1px solid #edf2f7;border-radius:0;margin:0}
.task-member-team-group .team-pick-card:last-child{border-bottom:0}
.task-recipient-cell{min-width:220px}
.task-recipient-line{margin:3px 0;line-height:1.55}
@media(max-width:760px){.task-dispatch-mode-grid{grid-template-columns:1fr}.picker-business-note{display:block}.picker-business-note b{display:block;margin-bottom:4px}}

/* YIHU_TASK_DISPATCH_V14_DARK */
html[data-theme="dark"] .task-dispatch-mode{background:#10283b;border-color:#29465c;color:#dce9f4}
html[data-theme="dark"] .task-dispatch-mode span{color:#9bb0c4}
html[data-theme="dark"] .task-dispatch-mode.active{background:linear-gradient(135deg,#153a4a,#102d44);border-color:#2196d4;box-shadow:0 0 0 2px rgba(33,150,212,.18)}
html[data-theme="dark"] .task-dispatch-section .select-panel.is-disabled,html[data-theme="dark"] .task-dispatch-section .select-panel:disabled{background:#0e1f30}
html[data-theme="dark"] .picker-business-note{background:#10283b;border-color:#29465c}
html[data-theme="dark"] .picker-business-note b{color:#8fd3ff}
html[data-theme="dark"] .picker-business-note span{color:#9bb0c4}
html[data-theme="dark"] .task-member-team-group{background:#0d2234;border-color:#263e52}
html[data-theme="dark"] .task-member-team-group>header{background:#10283b;border-color:#263e52}
html[data-theme="dark"] .task-member-team-group>header b{color:#dce9f4}
html[data-theme="dark"] .task-member-team-group>header span{color:#9bb0c4}
html[data-theme="dark"] .task-member-team-group .team-pick-card{border-color:#263e52}
