/* Qasim Arabic Wear — warehouse financial valuation v6.6.1 */
.inventory-financial-panel{display:grid;gap:14px;margin:18px 0;padding:18px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(135deg,var(--surface),var(--surface-2));box-shadow:var(--shadow)}
.inventory-financial-title{display:flex;justify-content:space-between;align-items:center;gap:16px}
.inventory-financial-title>div{display:grid;gap:5px}
.inventory-financial-title b{font-size:1.05rem}
.inventory-financial-title small{color:var(--muted)}
.inventory-financial-title>span{padding:7px 11px;border-radius:999px;background:rgba(164,111,14,.1);color:var(--gold);font-size:.75rem;font-weight:700;white-space:nowrap}
.inventory-financial-stats{grid-template-columns:repeat(5,minmax(0,1fr));margin:0}
.inventory-financial-stats .stat{min-height:118px}
.inventory-profit-foot{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.inventory-profit-foot span{padding:8px 12px;border:1px solid var(--border);border-radius:12px;color:var(--muted);background:var(--surface)}
.inventory-profit-foot b{color:#16834a;margin-inline-start:5px;direction:ltr;display:inline-block}
@media(max-width:1350px){.inventory-financial-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.inventory-financial-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.inventory-financial-title{align-items:flex-start;flex-direction:column}.inventory-financial-stats{grid-template-columns:1fr}.inventory-profit-foot{justify-content:stretch}.inventory-profit-foot span{flex:1 1 100%}}
