#view-movements .inventory-alert{padding:10px 14px;margin-bottom:10px;border-radius:10px}
#view-movements .inventory-alert p{margin:1px 0 0}
#view-movements #inventory-cards{display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:0;margin-bottom:10px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--panel);box-shadow:var(--shadow)}
#view-movements #inventory-cards .summary-card{min-height:0;padding:10px 14px;border:0;border-right:1px solid var(--line);border-radius:0;box-shadow:none}
#view-movements #inventory-cards .summary-card:last-child{border-right:0}
#view-movements #inventory-cards .summary-card strong{font-size:19px;margin-top:2px;line-height:1.2}
#view-movements #inventory-cards .summary-card small{line-height:1.25}
#view-movements>.product-filters{padding:10px;margin-bottom:10px;border-radius:10px}
#view-movements .inventory-toolbar{display:grid;grid-template-columns:minmax(250px,1.55fr) repeat(4,minmax(145px,.8fr));gap:8px;align-items:center}
#view-movements .inventory-toolbar .search-wrap{width:100%;min-width:0}
#view-movements .inventory-toolbar .search-wrap,#view-movements .inventory-toolbar select{height:40px}
#view-movements .inventory-toolbar select{width:100%;min-width:0}
#view-movements .pg-inventory-actionbar{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:8px}
#view-movements .pg-inventory-actions{display:flex;gap:8px;flex-wrap:wrap}
#view-movements .pg-inventory-actionbar button{min-height:38px;white-space:nowrap}
#view-movements #inventory-filter-summary{margin-top:8px;gap:8px 16px;flex-wrap:wrap}
#view-movements>.table-panel{margin-top:0;border-radius:10px}
#view-movements>.table-panel .panel-title{padding:10px 14px}
#view-movements>.table-panel th{padding:9px 12px}
#view-movements>.table-panel td{padding:9px 12px}
#view-movements .pg-inventory-workflow-disclosure{margin-top:10px;padding:0;overflow:hidden;border-radius:10px}
#view-movements .pg-inventory-workflow-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;cursor:pointer;list-style:none}
#view-movements .pg-inventory-workflow-disclosure>summary::-webkit-details-marker{display:none}
#view-movements .pg-inventory-workflow-disclosure>summary strong{display:block;color:var(--ink);font-size:15px}
#view-movements .pg-inventory-workflow-disclosure>summary small{display:block;margin-top:3px;color:var(--muted)}
#view-movements .pg-inventory-workflow-counts{margin-left:auto;color:var(--muted);font-size:12px;white-space:nowrap}
#view-movements .pg-inventory-workflow-disclosure>summary::after{content:'▾';color:var(--accent);font-weight:800}
#view-movements .pg-inventory-workflow-disclosure[open]>summary::after{content:'▴'}
#view-movements .pg-inventory-workflow-disclosure[open]>summary{border-bottom:1px solid var(--line)}
#view-movements .pg-inventory-workflows{margin:0;padding:10px;background:#f8fafb}
#view-movements .movement-history{margin-top:10px;border-radius:10px}
#view-movements .movement-history summary{padding:10px 14px}
@media(max-width:1250px){#view-movements #inventory-cards{grid-template-columns:repeat(3,1fr)}#view-movements #inventory-cards .summary-card:nth-child(3){border-right:0}#view-movements #inventory-cards .summary-card:nth-child(-n+3){border-bottom:1px solid var(--line)}#view-movements .inventory-toolbar{grid-template-columns:repeat(4,minmax(0,1fr))}#view-movements .inventory-toolbar .search-wrap{grid-column:1/-1}}
@media(max-width:800px){#view-movements #inventory-cards{grid-template-columns:repeat(2,1fr)}#view-movements #inventory-cards .summary-card,#view-movements #inventory-cards .summary-card:nth-child(3){border-right:1px solid var(--line);border-bottom:1px solid var(--line)}#view-movements #inventory-cards .summary-card:nth-child(2n){border-right:0}#view-movements #inventory-cards .summary-card:last-child{grid-column:1/-1;border-right:0;border-bottom:0}#view-movements .inventory-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))!important}#view-movements .pg-inventory-actionbar{justify-content:flex-start;align-items:stretch;flex-wrap:wrap}#view-movements .pg-inventory-actionbar>button{flex:1 1 100%}#view-movements .pg-inventory-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}#view-movements .pg-inventory-actions button{min-width:0;white-space:normal}#view-movements .pg-inventory-workflow-disclosure>summary{align-items:flex-start;flex-wrap:wrap}#view-movements .pg-inventory-workflow-counts{margin-left:0}}
