body {
  font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  background: linear-gradient(135deg, #f3f6ff 0%, #eef2f7 100%);
}

.brand-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f0ff;
  color: #1d4ed8;
  font-size: 26px;
  font-weight: 700;
}

.grid-role {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.table-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.card-hero {
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
  color: #fff;
  border: none;
}

.stat-pill {
  border-radius: 999px;
  background: #eef2ff;
  color: #312e81;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 12px;
}

.badge-soft-primary {
  background: #e8f0ff;
  color: #1d4ed8;
}

.badge-soft-success {
  background: #e8f7ef;
  color: #0f9d58;
}

.badge-soft-danger {
  background: #ffe8e8;
  color: #c53030;
}

.progress-sm {
  height: 10px;
}

.list-hover tbody tr:hover {
  background: #f8fafc;
}

.table-responsive {
  border-radius: 12px;
}

.sidebar-nav .nav-link {
  color: #e5e7eb;
  font-weight: 600;
  border-radius: 12px;
}

.sidebar-nav .nav-link.active,
.sidebar-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.sidebar-role {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.app-shell {
  min-height: 100vh;
  background: #f7f8fb;
}

.app-content {
  margin-left: 0;
}

@media (min-width: 992px) {
  .app-content {
    margin-left: 260px;
  }
}

.payments-table,
.history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.payments-table th,
.payments-table td,
.history-table th,
.history-table td {
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
}

.payments-table thead,
.history-table thead {
  background: #f8fafc;
  font-weight: 700;
}

.status-success {
  color: #0f9d58;
  font-weight: 700;
}

.status-warning {
  color: #c53030;
  font-weight: 700;
}

.payment-number {
  background: #eef2ff;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 600;
}

.proof-badge {
  display: inline-flex;
  min-width: 28px;
  justify-content: center;
  border-radius: 10px;
  padding: 4px 8px;
  background: #e8f0ff;
  color: #1d4ed8;
  font-weight: 700;
}

.proof-badge.empty {
  background: #f1f5f9;
  color: #94a3b8;
}

.btn-detail {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 6px 10px;
  background: #f8fafc;
  cursor: pointer;
  transition: all 0.15s ease;
}

.btn-detail:hover {
  background: #e8f0ff;
  border-color: #cbd5e1;
}

.pagination-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.btn-page {
  padding: 6px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.btn-page.active {
  background: #e8f0ff;
  border-color: #cbd5e1;
  font-weight: 700;
}

.btn-page:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.page-dots {
  color: #94a3b8;
  font-weight: 700;
}
