.kebar-dashboard {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color: #2b176b;
}

.kebar-dashboard h2,
.kebar-dashboard h3 {
    color: #2b176b;
    border-bottom: 2px solid #008edd;
    padding-bottom: 5px;
}

.kebar-dashboard ul {
    list-style: none;
    padding: 0;
}

.kebar-dashboard ul li {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border-left: 4px solid #008edd;
    border-radius: 4px;
}

.kebar-dashboard .section {
    margin-top: 30px;
}

.kebar-dashboard .button {
    display: inline-block;
    padding: 8px 15px;
    margin-right: 8px;
    margin-top: 5px;
    background-color: #008edd;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s ease-in-out;
}

.kebar-dashboard .button:hover {
    background-color: #2b176b;
}

.kebar-dashboard .logout-btn {
    background-color: #dc3545;
    margin-top: 20px;
    display: inline-block;
}
