.aadhaar-dashboard {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.stats-section {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.stats-card {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    flex: 1;
    text-align: center;
}

.upload-section {
    display: flex;
    gap: 20px;
}

.upload-card {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.results-section {
    margin-top: 20px;
}

#results-table {
    width: 100%;
    border-collapse: collapse;
}

#results-table th, #results-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

#results-table th {
    background: #f9f9f9;
}
