.inventario-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.inventario-head span{background:#F5C400;color:#111;border-radius:999px;font-size:12px;font-weight:900;padding:6px 11px;white-space:nowrap}
.inventario-title{font-size:18px;font-weight:900;margin-bottom:4px}
.inventario-table{min-width:940px}
.inventario-table th,.inventario-table td{text-align:center}
.inventario-table th:first-child,.inventario-table td:first-child{text-align:left}
.inv-input{width:92px;text-align:center;font-weight:900}
.inv-row-alert td{background:#fff7ed}
.inv-row-alert td:last-child{color:#b45309}
body.dark .inv-row-alert td{background:#2b2110}
body.dark .inv-row-alert td:last-child{color:#fbbf24}
@media(max-width:800px){.inventario-head{display:grid}.inventario-head span{width:max-content}}
