/* Compact high-volume entry screens: dated rates, daily counts and floor stock. */
.compact-entry-card{padding:1rem 1.1rem;margin-bottom:.8rem}
.compact-entry-card .setup-fields{grid-template-columns:minmax(260px,1.7fr) repeat(3,minmax(135px,.75fr)) minmax(220px,1.2fr);gap:.65rem;align-items:end}
.compact-entry-card .setup-fields .field{grid-column:auto}
.compact-entry-card label{margin-bottom:.2rem!important;font-size:.72rem!important}
.compact-entry-card input,.compact-entry-card select{min-height:38px!important;padding:.42rem .58rem!important;border-radius:9px!important}
.compact-entry-card .setup-actions{margin-top:.65rem}
.daily-date-card{padding:.8rem 1rem!important;margin-bottom:.65rem!important}
.daily-date-card h2{font-size:1rem!important;margin:.12rem 0!important}
.daily-date-card p{margin:0!important;font-size:.74rem}
.daily-stock-card{border-radius:15px!important}
.daily-stock-toolbar{padding:.75rem 1rem!important}
.daily-stock-toolbar h2{font-size:1rem!important;margin:.1rem 0!important}
.daily-summary{gap:.5rem!important;padding:.55rem 1rem!important}
.daily-summary article{padding:.48rem .65rem!important}
.daily-stock-row{padding:.45rem .8rem!important;gap:.55rem!important;min-height:54px}
.daily-stock-row label>span{font-size:.67rem!important}
.daily-stock-row input{min-height:36px!important;padding:.4rem .55rem!important;border-radius:8px!important}
.daily-single-entry{display:grid;grid-template-columns:minmax(260px,1.8fr) minmax(150px,.65fr) minmax(220px,1fr) auto;gap:.65rem;align-items:end;padding:.75rem 1rem;border-top:1px solid #e5eeec;border-bottom:1px solid #e5eeec;background:#fbfdfd}.daily-single-entry label{margin:0}.daily-single-entry label>span{display:block;margin-bottom:.25rem;font-size:.69rem;font-weight:800}.daily-single-entry input{width:100%;min-height:38px;padding:.42rem .58rem;border:1px solid #bfd0cd;border-radius:9px}.daily-single-entry .btn{min-height:38px}
.daily-entry-summary{margin:.7rem 1rem 1rem;border:1px solid #d8e6e3;border-radius:12px;overflow:hidden;background:#fff}
.daily-entry-summary>header{display:flex;align-items:center;justify-content:space-between;padding:.65rem .8rem;background:#f3faf8}
.daily-entry-summary h3{margin:.08rem 0 0;font-size:.95rem}.daily-entry-summary>header>strong{font-size:.75rem;color:#157a6e}
.daily-summary-head,.daily-summary-row{display:grid;grid-template-columns:minmax(190px,1.7fr) minmax(85px,.5fr) minmax(130px,1fr) 120px;gap:.55rem;align-items:center;padding:.48rem .8rem}
.daily-summary-head{font-size:.65rem;font-weight:800;text-transform:uppercase;color:#61768a;border-bottom:1px solid #e5edeb}
.daily-summary-row{min-height:45px;border-bottom:1px solid #edf2f1;font-size:.78rem}.daily-summary-row:last-child{border-bottom:0}.daily-summary-row>span:first-child{display:flex;flex-direction:column}.daily-summary-row small{color:#718397}
.daily-summary-actions{display:flex;gap:.55rem}.daily-summary-actions .link-button{border:0;background:transparent;padding:.2rem;color:#067c70;font-weight:800}.daily-summary-actions .danger{color:#b42318}
.floor-load-panel{padding:.8rem 1rem!important;margin:.65rem 0!important;border-radius:15px!important;gap:1rem!important}
.floor-load-panel h2{font-size:1rem!important}
.floor-load-panel p{font-size:.74rem}
.floor-load-panel input,.floor-tools input,.floor-physical-input input{min-height:36px!important;padding:.4rem .55rem!important;border-radius:8px!important}
.floor-work-card,.floor-post-panel{border-radius:15px!important}
.floor-work-header{padding:.75rem 1rem!important}
.floor-work-header h2{font-size:1rem!important}
.floor-column-head{padding:.48rem 1rem!important}
.floor-product-row{padding:.42rem 1rem!important;gap:.55rem!important}
.floor-product-name strong{font-size:.86rem}
.floor-product-name span,.floor-product-name small{font-size:.66rem!important}
.floor-post-panel{padding:.7rem .9rem!important}
.floor-summary article{padding:.45rem .55rem!important}
@media(max-width:1050px){.compact-entry-card .setup-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-entry-card .rate-remarks{grid-column:1/-1!important}}
@media(max-width:900px){.daily-single-entry{grid-template-columns:1fr 1fr}.daily-single-entry .daily-product{grid-column:1/-1}}
@media(max-width:700px){.compact-entry-card .setup-fields{grid-template-columns:1fr}.compact-entry-card .rate-remarks{grid-column:auto!important}.daily-stock-row,.floor-product-row{padding:.65rem!important}.daily-single-entry{grid-template-columns:1fr}.daily-single-entry .daily-product{grid-column:auto}.daily-summary-head{display:none}.daily-summary-row{grid-template-columns:1fr auto}.daily-summary-row>span:nth-child(3){grid-column:1/-1}.daily-summary-actions{justify-content:flex-end}}

/* Footer artwork stays inside the printable width without forcing a blank page. */
.invoice-disclaimer-image{break-inside:avoid;page-break-inside:avoid;overflow:hidden}
.invoice-disclaimer-image img{display:block;width:100%;height:18mm;max-width:none;object-fit:fill}
body.thermal-80 .invoice-disclaimer-image img{width:100%;height:14mm}
body.thermal-58 .invoice-disclaimer-image img{width:100%;height:11mm}
@media print{
 .invoice-disclaimer-image{margin-top:3mm!important;padding-top:2mm!important}
 .invoice-disclaimer-image img{width:100%!important;height:18mm!important;max-width:none!important;object-fit:fill!important}
 body.thermal-80 .invoice-disclaimer-image img{width:100%!important;height:14mm!important}
 body.thermal-58 .invoice-disclaimer-image img{width:100%!important;height:11mm!important}
}
