body{background:#f8f9fa;} 
.navbar-brand{font-weight:700;} 
.card-counter{background:#fff;padding:16px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);} 
.img-thumb{max-width:50px;max-height:50px;object-fit:cover;cursor:pointer;border-radius:4px;transition:transform 0.2s;}
.img-thumb:hover{transform:scale(1.05);}
.table .img-thumb{border:1px solid #dee2e6;}