body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    background-color: #e8f5e9;
}

h1 {
    color: #2e7d32;
    font-weight: 700;
    border-bottom: 3px solid #a5d6a7;
    padding-bottom: 0.4rem;
    display: inline-block;
}

.navbar-brand {
    font-size: 1.3rem;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.table th {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #6c757d;
}

.btn-group-sm .btn {
    padding: 0.25rem 0.5rem;
}

footer {
    border-top: 1px solid #e9ecef;
}

.bg-admin {
    background-color: #6b2d3e !important;
}
