body { background: #f6f8fb; }
.site-logo { width: 42px; height: 42px; object-fit: cover; border-radius: 10px; }
.placeholder-logo { display:flex; align-items:center; justify-content:center; background:#0d6efd; color:#fff; }
.hero-card, .product-card, .panel-card, .invoice-card { border:0; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.product-image { width: 100%; height: 220px; object-fit: cover; border-top-left-radius: 18px; border-top-right-radius: 18px; }
.old-price { text-decoration: line-through; color:#888; }
.search-box { border-radius: 14px; padding: 14px 18px; }
.badge-soft { background:#e9f2ff; color:#0d6efd; }
.invoice-logo { width: 60px; height: 60px; object-fit: cover; border-radius: 14px; }
.table td, .table th { vertical-align: middle; }
.navbar-brand span { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }
.code-box { word-break: break-all; }
@media (max-width: 768px) {
  .product-image { height: 180px; }
  .navbar-brand span { max-width: 130px; }
}
