body { background:#f4f5f7; -webkit-tap-highlight-color: transparent; }
.object-fit-cover { object-fit: cover; width:100%; height:100%; }
.stat-card { position:relative; overflow:hidden; }
.stat-card .stat-icon { position:absolute; right:-6px; bottom:-8px; font-size:3rem; opacity:.12; }
.navbar-brand { font-size:1.05rem; }
.card { border-radius:.75rem; }
.table > :not(caption) > * > * { padding:.5rem .6rem; }
@media (max-width: 576px){
  .h3 { font-size:1.4rem; }
  .navbar-brand { max-width:70vw; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
}
/* tombol besar mudah disentuh di HP */
.btn { border-radius:.55rem; }
.form-control, .form-select { border-radius:.55rem; }
