body {
    font-family: sans-serif;
    font-size: 12px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ccc;
    padding: 6px;
}
.text-end { text-align: right; }
.text-center { text-align: center; }
.fw-bold { font-weight: bold; }
.badge {
    display: inline-block;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
}
.bg-success { background-color: #198754; color: white; }
.bg-warning { background-color: #ffc107; color: black; }
