
.v121-plate-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr;gap:8px}.v121-plate-grid select,.v121-plate-grid input{min-height:42px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-background);padding:0 10px;color:var(--color-foreground);font-size:12px}.v121-audit-batches{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(239,29,45,.24);border-radius:20px;background:linear-gradient(110deg,rgba(239,29,45,.08),rgba(17,23,32,.74));padding:14px 16px}.v121-audit-batches h3{font-size:13px;font-weight:900}.v121-audit-batches p{margin-top:3px;font-size:10px;color:var(--color-muted-foreground)}.v121-audit-batch-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}@media(max-width:640px){.v121-plate-grid{grid-template-columns:1fr .7fr 1fr}.v121-audit-batches{align-items:stretch;flex-direction:column}.v121-audit-batch-buttons{justify-content:stretch}.v121-audit-batch-buttons button{flex:1}}
