body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
    font-weight: 600;
}

.card {
    border: none;
    border-radius: 8px;
}

.table {
    font-size: 0.8rem;
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
    padding: 0.5rem;
}

.table tbody td {
    font-weight: 400;
    padding: 0.5rem;
}

.badge {
    font-weight: 400;
    padding: 0.25em 0.5em;
    font-size: 0.75rem;
}

.btn {
    border-radius: 6px;
    font-weight: 500;
}

.card-body {
    padding: 1.5rem;
}

.table-responsive {
    border-radius: 8px;
}

.alert {
    border-radius: 8px;
    border: none;
}

/* Login page styles */
.card.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Filter form styles */
.form-label {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.form-control-sm {
    font-size: 0.8rem;
}

/* Modal styles */
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.modal-title {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive table */
@media (max-width: 768px) {
    .table {
        font-size: 0.8rem;
    }

    .badge {
        font-size: 0.7rem;
    }
}
