body {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef1f8 100%);
    min-height: 100vh;
}

.card {
    border-radius: 16px;
}

#panelSemak .card, #panelTidakDijumpai .card, #panelMaklumat .card {
    animation: fadeIn 0.35s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.table th {
    color: #6c757d;
    font-weight: 600;
    font-size: 0.9rem;
}
