.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
}

.empty-state-icon {
    width: 48px;
    height: 48px;
    color: var(--color-danger, #dc2626);
    margin-bottom: 1rem;
}

.empty-state-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.empty-state-text {
    color: var(--color-muted, #6b7280);
    margin-bottom: 1.25rem;
}
