
.kayan-dashboard {
    max-width: 1000px;
    margin: 40px auto;
    font-family: Cairo, sans-serif;
}

.kayan-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.kayan-table th, .kayan-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.kayan-table th {
    background: #f5f5f5;
}

canvas {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}
