body {
  font-family: "Segoe UI", "Arial Hebrew", Arial, sans-serif;
  background-color: #f5f6fa;
}

.stat-card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.stat-card .stat-value {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
}

.stat-card .stat-label {
  color: #6c757d;
  font-size: 0.9rem;
}

.budget-bar {
  height: 10px;
  border-radius: 5px;
  background: #e9ecef;
  overflow: hidden;
}

.budget-bar > div {
  height: 100%;
  border-radius: 5px;
  background: #198754;
  transition: width 0.3s;
}

.budget-bar > div.warn { background: #ffc107; }
.budget-bar > div.over { background: #dc3545; }

.table thead th { white-space: nowrap; }

.product-row.d-none { display: none !important; }

.qty-input { width: 5.5rem; }

.sticky-summary {
  position: sticky;
  top: 1rem;
}

@media print {
  .no-print { display: none !important; }
  body { background: white; }
}
