body { background: #f4f6f9; }
.app-navbar { background: #1e5631; }
.card { border: none; box-shadow: 0 1px 4px rgba(0,0,0,.08); border-radius: 10px; }
.barcode-font { font-family: 'Libre Barcode 128', cursive; font-size: 40px; line-height: 1; }
.pos-cart-table td, .pos-cart-table th { vertical-align: middle; }
.scan-input { font-size: 1.3rem; padding: .75rem; }
.stat-card { border-left: 4px solid #1e5631; }
.plan-badge-trial { background:#ffc107; color:#000; }
.plan-badge-active { background:#198754; }
.plan-badge-expired { background:#dc3545; }
@media print {
  .no-print { display: none !important; }
  body { background: #fff; }
}
.label-sheet { display: flex; flex-wrap: wrap; gap: 4px; }
.label-item { width: 190px; border: 1px dashed #999; padding: 6px; text-align: center; }
