#warehouse .inventory-toolbar{display:flex;gap:8px;flex-wrap:wrap}
#warehouse .inventory-summary{grid-template-columns:repeat(5,1fr)}
#warehouse .inventory-summary strong{font-size:18px}
#warehouse .inventory-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;margin-bottom:16px}
#warehouse .inventory-table-wrap{overflow:auto}
#warehouse .inventory-table{width:100%;border-collapse:collapse;min-width:900px}
#warehouse .inventory-table th,#warehouse .inventory-table td{padding:12px 14px;border-bottom:1px solid #edf0f4;text-align:right;font-size:10px}
#warehouse .inventory-table th{background:#fafbfc;color:#7d8694}
#warehouse .inventory-table td small{display:block;color:#959eaa;margin-top:4px}
#warehouse .inventory-side-list{padding:8px 18px 16px}
#warehouse .inventory-side-item{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #edf0f4}
#warehouse .inventory-side-item:last-child{border-bottom:0}
#warehouse .inventory-side-item strong,#warehouse .inventory-side-item span,#warehouse .inventory-side-item small{display:block}
#warehouse .inventory-side-item span,#warehouse .inventory-side-item small{font-size:9px;color:#8a93a1}
#warehouse .stock-low{color:#c64b5b;font-weight:bold}
#warehouse .stock-ok{color:#23846a;font-weight:bold}
#warehouse .inventory-tabs{display:flex;gap:8px;margin:0 0 14px}
#warehouse .inventory-tabs button{border:1px solid #dfe3ea;background:#fff;border-radius:8px;padding:8px 13px;cursor:pointer;color:#687180}
#warehouse .inventory-tabs button.active{background:#675ee0;color:#fff;border-color:#675ee0}
#inventoryModal .field-note{background:#f4f3ff;color:#665dd0;border-radius:8px;padding:10px;font-size:9px}
#inventoryModal [hidden]{display:none!important}
@media(max-width:1100px){#warehouse .inventory-summary{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){#warehouse .inventory-grid,#warehouse .inventory-summary{grid-template-columns:1fr}}
