body {
    background-color: #0d1117;
    color: #e0e0e0;
}

.navbar {
    background-color: #161b22 !important;
}

.card {
    border-radius: 8px;
}

.table-dark {
    --bs-table-bg: transparent;
}

.badge {
    font-weight: 500;
}

code {
    color: #58a6ff;
    background: rgba(88, 166, 255, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
}

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

.progress {
    background-color: #21262d;
    border-radius: 4px;
}

.form-control, .form-select {
    background-color: #21262d;
    border-color: #30363d;
    color: #e0e0e0;
}

.form-control:focus, .form-select:focus {
    background-color: #21262d;
    border-color: #58a6ff;
    color: #e0e0e0;
    box-shadow: 0 0 0 0.2rem rgba(88, 166, 255, 0.25);
}

.modal-content {
    border-color: #30363d;
}

.nav-link {
    transition: color 0.2s;
}

.nav-link:hover {
    color: #58a6ff !important;
}

.nav-link.active {
    color: #58a6ff !important;
    font-weight: 600;
}
