.warehouse-order-dialog{width:min(620px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:24px;box-sizing:border-box;background:#171719;color:#ebe7df;border:1px solid #51483c;border-radius:6px}
.warehouse-order-dialog::backdrop{background:#000b;backdrop-filter:blur(4px)}
#warehouseOrderForm{display:flex;flex-direction:column;gap:16px;min-width:0;margin:0}
.warehouse-order-dialog header,.warehouse-order-dialog footer{display:flex;align-items:center;justify-content:space-between;gap:14px}
.warehouse-order-dialog .eyebrow{color:#cbb693;font-size:10px;letter-spacing:1px;margin:0 0 6px}
.warehouse-order-dialog h2{font:600 30px/1.1 'Barlow Condensed',sans-serif;margin:0;overflow-wrap:anywhere}
#warehouseOrderHint,#warehouseOrderStatus{color:#aaa6a0;font-size:12px;line-height:1.6;margin:0}
#warehouseOrderStatus:empty{display:none}
.warehouse-order-list{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0;overflow-y:auto;max-height:52dvh;overscroll-behavior:contain;min-height:0}
.warehouse-order-list li{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #39393e;border-radius:4px;background:#101012;min-width:0}
.warehouse-order-list li.is-dragging{opacity:.45}
.warehouse-order-list li.is-drop-target{border-color:#cfb791;box-shadow:inset 0 0 0 1px #cfb791;background:#27221c}
.warehouse-order-grip{cursor:grab;color:#cbb693;font-size:24px;user-select:none}
.warehouse-order-position{font-size:11px;color:#aaa6a0;min-width:14px;font-variant-numeric:tabular-nums}
.warehouse-order-list strong{flex:1;min-width:0;font-size:14px;overflow-wrap:anywhere}
.warehouse-order-list li>div{display:flex;gap:6px;flex-shrink:0}
.warehouse-order-list button{width:40px;min-height:40px;padding:4px!important;font-size:20px}
.warehouse-order-dialog button:disabled{opacity:.4;cursor:default}
.warehouse-order-dialog footer{padding-top:16px;border-top:1px solid #39393e;justify-content:flex-end}
#reloadWarehouseOrder{align-self:flex-start}
@media(max-width:480px){.warehouse-order-dialog{padding:16px}.warehouse-order-dialog h2{font-size:25px}.warehouse-order-list li{gap:7px;padding:9px}.warehouse-order-position{display:none}.warehouse-order-list strong{font-size:12px}.warehouse-order-dialog footer>button{flex:1}}
