.rsras-dashboard{
    padding:20px;
}

.rsras-header{
    background:linear-gradient(135deg,#0047AB,#4FC3F7);
    padding:30px;
    border-radius:20px;
    display:flex;
    align-items:center;
    gap:25px;
}

.rsras-header img{
    width:120px;
    background:#fff;
    padding:10px;
    border-radius:15px;
}

.rsras-header h1{
    color:#fff;
    margin:0;
    font-size:40px;
}

.rsras-header h2{
    color:#fff;
    margin-top:10px;
}

.rsras-header p{
    color:#fff;
    line-height:1.7;
}

.rsras-cards{
    display:flex;
    gap:20px;
    margin-top:25px;
}

.rsras-card{
    flex:1;
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
}

.rsras-card h3{
    margin:0;
    color:#666;
}

.rsras-card h2{
    margin-top:15px;
    color:#0047AB;
    font-size:32px;
}

.rsras-table-box{
    background:#fff;
    margin-top:25px;
    padding:25px;
    border-radius:15px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
}