:root { --shopee: #ee4d2d; }
body { background: #f5f5f5; font-family: 'Segoe UI', sans-serif; }
.card { border: none; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.card-stat { transition: transform .2s; }
.card-stat:hover { transform: translateY(-4px); }
.btn-shopee { background: var(--shopee); color: #fff; border: none; }
.btn-shopee:hover { background: #d94425; color: #fff; }
.badge-menunggu { background: #ffc107; color: #000; }
.badge-dikirim { background: #17a2b8; }
.badge-sedang_dikirim { background: #6f42c1; }
.badge-selesai { background: #28a745; }
.badge-batal { background: #dc3545; }
.login-card { max-width: 420px; margin: 80px auto; }
@media (max-width: 768px) {
  .container-fluid { padding: 1rem; }
}