body { background:#f8f9fa; }
.card-soft { border:0; border-radius:1rem; box-shadow:0 0.25rem 1rem rgba(0,0,0,.06); }
.table-responsive { font-size:.92rem; }
.object-cover { object-fit:cover; }
.item-thumb { width:56px; height:56px; border-radius:.75rem; object-fit:cover; }
.form-section { background:#fff; border-radius:1rem; padding:1rem; box-shadow:0 0.25rem 1rem rgba(0,0,0,.05); }
.stat-card h3 { font-size:1.4rem; margin:0; }
.stat-card p { margin:0; color:#6c757d; }
@media (max-width: 576px){
  .btn { width:100%; margin-bottom:.35rem; }
  .btn-group-mobile > * { width:100%; }
}
