body {
    background: #f5f5f5;
}

.card {
    border-radius: 12px;
}

h1 {
    font-weight: 700;
}

.compact-card {
    border-radius: 10px;
    border: none;
}

.compact-card h6 {
    font-weight: 600;
    margin: 0;
}

.badge {
    font-size: 0.8rem;
    padding: 6px 8px;
}