#ordersView .auto-assignment-panel,#liveAutomationPanel.auto-assignment-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:15px;border:1px solid #c8e2d4;border-radius:16px;background:#f1fbf6}
#liveAutomationPanel .live-automation-label{grid-column:1/-1}
#ordersView .auto-assignment-panel label,#liveAutomationPanel.auto-assignment-panel label{min-width:0;min-height:92px;box-sizing:border-box;padding:14px;border:1px solid #d6e9df;border-radius:13px;background:#fff;box-shadow:0 5px 16px #1238470b}
#ordersView .auto-assignment-panel b,#liveAutomationPanel.auto-assignment-panel b{font-size:14px;color:#1a463b}
#ordersView .auto-assignment-panel small,#liveAutomationPanel.auto-assignment-panel small{font-size:12px;line-height:1.45;color:#526b66;font-weight:500;letter-spacing:0}
.kitchen-lead-control{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;border:1px solid #c9ded5;border-radius:11px;background:#fff;color:#245c4a;font-size:13px;font-weight:800}
.kitchen-lead-control button{padding:8px 13px;border:1px solid #8ecbb0;border-radius:9px;background:#e9f8ef;color:#176145;font:inherit;font-size:12px;cursor:pointer}
.kitchen-lead-dialog{width:min(620px,calc(100vw - 26px));max-height:min(80vh,700px);box-sizing:border-box;padding:23px;border:0;border-radius:20px;box-shadow:0 24px 70px #0b273b40;color:#173b47;background:#fff}
.kitchen-lead-dialog::backdrop{background:#0b263b99}
.kitchen-lead-dialog__heading{display:flex;justify-content:space-between;align-items:start;gap:15px}
.kitchen-lead-dialog__heading small{font-size:11px;font-weight:900;letter-spacing:.1em;color:#16815a}
.kitchen-lead-dialog__heading h2{margin:5px 0;font-size:23px}.kitchen-lead-dialog__heading p{margin:0 0 15px;color:#5a7076;line-height:1.45}
.kitchen-lead-dialog__heading>button{width:35px;height:35px;border:0;border-radius:50%;background:#e9f1ee;color:#173b47;font-size:22px;cursor:pointer}
.kitchen-lead-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.kitchen-lead-options button{min-height:47px;padding:9px;border:1px solid #d1e5da;border-radius:11px;background:#f8fcfa;color:#244d43;font:inherit;font-size:13px;font-weight:750;cursor:pointer}
.kitchen-lead-options button:last-child{grid-column:1/-1;background:#f0f8ff;border-color:#c2dced}
.kitchen-lead-options button.is-selected{border-color:#188258;background:#dff5e9;color:#0b6340;box-shadow:inset 0 0 0 1px #188258}
.kitchen-lead-dialog__hint{margin:15px 0 0;color:#60747a;font-size:12px;line-height:1.45}
@media(max-width:700px){#ordersView .auto-assignment-panel,#liveAutomationPanel.auto-assignment-panel{grid-template-columns:1fr}.kitchen-lead-options{grid-template-columns:repeat(2,minmax(0,1fr))}}
