body { background: #f5f7fb; }
.card { border: 0; border-radius: 14px; }
.table thead th { white-space: nowrap; }
.product-thumb { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; }
.login-wrap { min-height: 100vh; display:flex; align-items:center; justify-content:center; background: linear-gradient(135deg,#0d6efd,#6ea8fe); }
.login-card { width: 100%; max-width: 430px; }
.label-box { width: 100mm; min-height: 60mm; border: 2px dashed #000; padding: 10px; background:#fff; }
@media print {
  .no-print { display:none !important; }
  body { background:#fff; }
  .container { max-width:100% !important; }
}
